/*
Theme Name: Streets Ahead Collective
Theme URI: http://www.beamtwenty3.co.uk
Description: Wordpress Theme By Neil Brown for Streets Ahead Collective
Version: 1.0
Author: Neil Brown
Author URI: http://www.beamtwenty3.co.uk
Text Domain: streets-ahead
*/

/* #Reset & Basics */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles */

body {
	background: #f0ede6;
	font: 14px 'Montserrat', sans-serif;
	color: #0c0b0b;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

main {
	width: 100%;
}
 
/* #Typography */

h1, h2, h3, h4, h5, h6 {
	color: #4e4e4e;
	font-weight: 600;
}


h1 { 
	font-size: 44px;
	line-height: 54px;
	margin: 40px 0px 40px 0px;
	padding: 0px;

}


h2 {
	font-size: 28px;
	line-height: 40px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

h3 {
	font-size: 23px;
	line-height: 36px;
	margin: 0px 0px 20px 0px;
}

h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }


p {
    margin: 0 0 20px 0;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

address {
	margin: 0;
	color: #4e4e4e;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align: left;
}


em { 
	font-style: italic;
}

strong { 
	font-weight: 600;
}

small { 
	font-size: 80%;
}

/*	Blockquotes  */

blockquote, blockquote p { font-size: 15px; line-height: 30px; color: #5f5f5f; font-style: italic; }
blockquote { margin: 40px 0 40px 0; padding: 9px 20px 0 19px; border-left: 1px solid #c6a298; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { 
	border: solid #d4d4d4;
	border-width: 1px 0 0;
	margin: 0px 0 20px 0;
	height: 0;
	width: 100%;
	float: left;
}

hr.mini-hr { 
	border: solid #c6a298;
	border-width: 1px 0 0;
	clear: both;
	margin: 40px 0 40px 0;
	height: 0;
	width: 50%;
}


/* #Links */

a, a:visited { 
	color: #c6a298;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

a:hover, a:focus { 
	color: #c6a298;
	text-decoration: underline;
}

/* #Lists */

ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }

ol {
	list-style: decimal inside;
}

li { 
	line-height: 18px;
}

.main-page ul {
	margin: 20px 0px 40px 0px;
}

li  {
	margin: 0 0 5px 0;
	color: #4e4e4e;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	list-style: none;	
}

ol li {
  list-style: decimal inside;
  color: #4e4e4e;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 10px;
}

ol > li::marker {
  font-weight: bold;
}

.main-page ul li::before {
    content: "\2022";
	color: #c6a298;
    font-size: 18px;
	line-height: 32px;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0;
    margin-top: 10px;
}

.home-section ul li::before {
	content: "\2022";
	color: #fff;
	font-size: 23px;
	line-height: 32px;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: 0;
	margin-top: 10px;
}

.home-section ul li {
	color: #fff;
}

/* #Images */

img  {
	max-width: 100%;
	height: auto;
	display: inline-block;
}



/* Video */

.video-wrapper {
	position: relative;
	padding-bottom: 50%;
	padding-top: 25px;
	height: 0;
	z-index: 1;
	margin: 10px 0 0 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Buttons */

a.button, .button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 43px;
  padding: 0 30px;
  color: #f0ede6;
  background: #282828;	
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  box-sizing: border-box; 
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  -ms-transition: all .1s linear;
  transition: all .1s linear;
}

.wrapper a.button {
	margin-bottom: 60px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #282828;
  background: #c6a298;
  outline: 0;
  border: 0;
}

a.button:hover {
	text-decoration: none;
}


/* Forms */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box;
  width: 98%;
  }
  
input.wpcf7-mathcaptcha {
  width: 100px;	
}


/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="button"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  min-height: 120px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #379cc0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: 0;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

.google-map {
	position: relative;
	padding-bottom: 33.25%;
	padding-top: 25px;
	height: 0;
	z-index: 1;
	margin: 40px 0 0 0;
}

.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

  
/* Header */

header {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 20px 0;
	background: #282828;
	position: fixed;
	z-index: 100;
	transition: 400ms linear;
}

.fixed-header {
	height: 150px;
}

img.slide-logo {
	width: 250px;
	display: inline !important;
	margin: 0 auto 20px auto;
}

.main-logo {
	width: 50%;
	float: left;
	margin: 0 auto;
}

.header-logo {
	width: 150px;
	transition: 400ms linear;
}

.main-logo .inner {
	padding: 0 20px 0 20px;
}

.top-head.scrolled  {
	transition: 400ms linear;
	padding: 10px 0 10px 0;
}

.top-head.scrolled img.header-logo {
	width: 0px;
	transition: 400ms linear;
	margin-top: 20px;
}

/* Slideshow */

.full-width {
	width: 100%;
	height: 700px;
	margin: 0 auto;
	position: relative;
	background-blend-mode: multiply;
	background-color: #c5c5c5 !important;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.full-width.page-banners {
	margin-bottom: 40px;
}

.banner-heading {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.home .slick-dots {
	left: 0;
	bottom: 80px;
	text-align: center;
	width: 100%;
}

.banner-heading p.sub-heading {
	font-size: 42px;
line-height: 52px;
	font-weight: 500;
	margin: 0 0 20px 0;
	color: #fff;
}

.slideshow {
	width: 100%;
	margin: 40px auto 0 auto;
	min-height: 100px;
}

ul.slick-dots li {
	margin: 0 5px 0 0;
}

.home .slick-dots li button:before {
	color: #ffffff;
	opacity: .55;
	font-size: 17px;
}

.home .slick-dots li.slick-active button:before {
	opacity: .95;
	color: #ffffff;
}

.home .slick-dots li button:hover:before, .slick-dots li button:focus {
	outline: none;
	color: #fff;
}

.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}

.slick-dots {
	> li {
		display: inline-block;
	}
	> li:only-child {
		display: none;
	}
}


.slideshow.fade img {
margin-bottom: 25px;
}


/* Home Page */

.home-section .inner {
	background: #c6a298;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 50px;
	margin-top: 60px;
	float: left;	
}

.home-text {
	width: 50%;
	float: left;
}

.home-text p {
	color: #fff;
	font-size: 21px;
	line-height: 36px;
	font-weight: 400;
	margin: 0 0 30px 0;
}

.home-text h2 {
	font-size: 42px;
	line-height: 52px;
	color: #fff;
	font-weight: 600;
}

.home-image {
	width: 45%;
	margin: 0 0 0 5%;
	float: left;
}

.home-image img {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: solid 7px #f0ede6;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.supporters img {
	display: inline-block;
	height: 90px;
	width: auto;
	margin: 20px 20px 20px 20px;
}

.supporters .inner {
	padding: 80px 0 60px 0;
	text-align: center;
}

.supporters h2 {
	text-align: center;
	margin: 40px 0 40px 0;
}

/* Pages */

.container.page-scetions {
	margin-bottom: 80px;
}

.eight.columns.text-left .inner, .eight.columns.text-right .inner {
	padding: 10px;
}

.eight.columns.image-right .inner {
	padding: 40px 0 10px 10px;
}

.eight.columns.image-left .inner {
	padding: 40px 10px 10px 0px;
}

.eight.columns.image-right img, .eight.columns.image-left img {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;	
}

.eight.columns.text-right {
	float: right;
}

/* Documents */

.documents-policies {
	background: #c6a298;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.documents-policies .inner {
	padding: 40px;
}

.documents-policies a:link, .documents-policies a:visited {
	color: #fff;
}

.documents-policies a:hover, .documents-policies a:focus {
	color: #a77f74;
	text-decoration: none;
}

.documents-policies ul {
	margin: 0;
}

.documents-policies li {
	color: #fff;
	font-size: 20px;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #ba948a;
	padding-bottom: 10px;
}

.documents-policies h2 {
	color: #fff;
	margin: 0 0 20px 0;
}


/* Team */

.team-profiles {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.profile  {
	flex-grow: 1;
	width: 48%;
	margin: 120px 1% 40px 1%;
	display: flex;
	flex-direction: column;
}

.profile {
	background: #c6a298;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0 0 20px 0;
}

.profile.blank {
	background: none;
	padding: 0;
	margin: 0;
}

.profile p {
	margin: 10px 15px 0 15px;
	color: #fff;
}

.profile img {
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
	border: solid 5px #f0ede6;
	width: 78%;
	margin: -120px auto 5px auto;
	display: inline;
}

h2.team-title {
	text-align: center;
	margin: 20px 0 40px 0;
}

p.team-name {
	font-size: 23px;
	line-height: 28px;	
}

p.team-position {
	font-size: 14px;
	line-height: 23px;
}

p.team-description {
	font-size: 16px;
	line-height: 23px;	
}

p.team-intro {
	text-align: center;
	margin: 0 20px 80px 20px;
}


/* News Posts */

.news, .gallery-images {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.news-feed{
	flex-grow: 1;
	width: 31%;
	margin: 10px 1% 40px 1%;
	background: #fff;
	display: flex;
	flex-direction: column;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.gallery-image {
	flex-grow: 1;
	width: 18%;
	margin: 10px 1% 40px 1%;
	background: #fff;
	display: flex;
	flex-direction: column;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.news-feed img {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: block;
}

p.push-button {
	flex-grow: 1;
}

.news-feed.blank, .home .news-feed, .gallery-image.blank {
	border-bottom: solid 0px #fff;
	background: none;	
}

.news-feed h3 a:link, .news-feed h3 a:visited {
	color: #4e4e4e;
}

.news-feed h3 a:hover, .news-feed h3 a:focus {
	color: #c6a298;
}

.news-feed p {
	font-size: 14px;
	line-height: 23px;
	margin: 0 10px 10px 0;
}

.news-title h2 {
	text-align: center;
	font-size: 38px;
}

.news-feed h3 {
	font-size: 20px;
	line-height: 27px;
	margin: 10px 0px 15px 0px;
}

.news-feed .inner {
	padding: 10px 10px 20px 10px;
}

.news img, .gallery-image img {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	-moz-transform: rotate(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
}

.news img:hover, .gallery-image img:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	-moz-transform: rotate(0);
}

h2.image-gallery {
	margin: 40px 0px 40px 10px;
	text-align: center;
}

.container.image-gallery {
	margin-top: 60px;
	margin-bottom: 60px;
}

.single h1 {
	margin: 20px 0 10px 0;
}

.timestamp {
	font-size: 14px;
}

.timestamp span {
	margin-right: 5px;
}

.news-post .inner {
	padding: 10px 0px 20px 0px;
}

p.pull-quote {
	font-size: 50px;
	line-height: 60px;
	margin: 20px 0 40px 0;
	color: #c6a298;
	font-weight: 300;
	font-family: "Merriweather", serif;
}

.news-post .inner img{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.gallery-image img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* Testimonials */

.testimonial {
	width: 70%;
	margin: 80px 15% 40px 15%;
	background: #282828;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.testimonial img {
	margin: -100px 0 0 0;
}

.testimonial .inner {
	padding: 40px;
	text-align: center;
}

.testimonial p {
	color: #f1efe8;
}

.testimonial p strong {
	color: #c6a298;
}

img.quote {
	display: inline;
	width: 100px;
	margin: 0 0 20px 0;
}

/* Pages */

.map .inner {
	padding: 20px 150px 20px 150px;
	text-align: center;
}

.container.image-blocks {
	margin-bottom: 100px;
}

/* Gallery */

#swipebox-overlay {
	background: #fff !important;
}

#swipebox-bottom-bar, #swipebox-top-bar {
	text-shadow: none !important;
	background: #c6a298;
	opacity: 1;
}

#swipebox-slider .slide img {
	max-height: 80% !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* Policy Menu */

.four.columns.policy-menu {
	position: sticky;
	position: -webkit-sticky;
	top: 120px;
}

.four.columns.policy-menu li {
	list-style: none;
	margin: 0 0 15px 0;
}

.policy-menu .inner {
	padding: 20px 20px 5px 20px;
	background: #282828;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.policy-menu a:link, .policy-menu a:visited {
	color: #fff;
	font-weight: 600;
}

/* Main Navigation */

#main-nav {
	width: 50%;
	float: left;
	margin: 0 auto;
	background: #282828;
}

#main-nav .inner {
	padding: 0 20px 0 20px;
}

#main-nav ul    {
	margin: 0;
	padding: 0;
	text-align: right;
	margin: 15px 0 0 0;
}

#main-nav li    {
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	text-indent: 0;
}

#main-nav a {
	display: block;
	line-height: 30px;
	padding: 7px 14px 5px 14px;
	text-decoration: none;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}


#main-nav a:link,
#main-nav a:visited {
	color: #fff;
}

#main-nav a:hover {
	color: #c6a298;
	text-decoration: none;
}

#main-nav ul li:hover > a {
	color: #c6a298;
}

/* Ham Menu */

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay-content li {
	list-style: none;
	line-height: 40px;
}

.overlay a, .overlay span {
  padding: 0 20px 20px 20px;
  text-decoration: none;
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  transition: 0.3s;
  font-weight: 400;
}

.overlay a:hover, .overlay a:focus {
  color: #ffffff;
}

.overlay span:hover {
	cursor: pointer;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 22px;
	font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.ham-menu {
	position: fixed;
	z-index: 10;
	top: 20px;
	right: 40px;
	color: #ffffff;
	transition: 400ms linear;
}


.ham-menu {
	display: none;
}

/* Footer */

.sixteen.columns.map {
	margin-top: 80px;
}

footer {
	width: 100%;
	background: #282828;
	margin: 40px auto 0 auto;
	text-align: left;
	padding: 60px 0px 40px 0px;
	position: relative;
	z-index: 1;
}

.footer-logo {
	width: 250px;
}

footer a:link, footer a:visited {
	color: #f0ede6;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
}

footer a:hover {
	text-decoration: underline;
}

footer p, address {
	font-size: 16px;
	line-height: 28px;
	color: #f0ede6;
	font-weight: 400;
	margin: 0;
}

footer address {
	margin: 0 0 15px 0;
}

footer h2 {
	color: #322;
	margin: 2px 0 10px 0;
}

footer.copy {
	background: #1d1a1a;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	text-align: left;
}

.footer-nav ul {
	float: left;
	margin: 30px 0 0 0;
}

.footer-nav li {
	margin: 0 20px 0 0;
}

.copy p, .copy a:link, .copy a:visited {
	font-size: 14px !important;
	color: #fff;
}

.contact {
	margin-top: 0px;
}

.social {
	margin-top: 10px;
}

.social a:link, .social a:visited {
	font-size: 23px;
	margin-right: 10px;
	color: #c6a298;
}



/* =WordPress Core  */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 12px 8px 10px 8px;
    text-align: center;
	-webkit-box-shadow: 0 10px 6px -6px #ececec;
	-moz-box-shadow: 0 10px 6px -6px #ececec;
	box-shadow: 0 10px 6px -6px #ececec;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	font-weight: 600;
	padding: 6px 5px 3px 5px;
}
    margin: 0;
    padding: 6px 5px 3px 5px;
}

span.wpcf7-list-item {
	margin: 0;
}

div.wpcf7 {
	margin: 0px 0px 0px 0px !important;
	padding: 0;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #398f14 !important;
	color: #666 !important;
}

div.wpcf7-mail-sent-ng {
	border: 0px solid #ff0000 !important;
	color: #666 !important;
}

div.wpcf7-spam-blocked {
	border: 0px solid #ffa500 !important;
	color: #666 !important;
}

div.wpcf7-validation-errors {
	border: 0px solid #398f14 !important;
	color: #666 !important;
}

.wpcf7 {
	position: relative;
	z-index: 1;
}

@media print {

}

