/*
Theme Name: Portus Hospitality
Theme URI: https://www.beamtwenty3.co.uk
Description: Wordpress Theme By Neil Brown for Portus Hospitality
Version: 1.0
Author: Neil Brown
Author URI: https://www.beamtwenty3.co.uk
Text Domain: portus
*/

/* #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: #f9f4f0;
	font: 14px 'Manrope', sans-serif;
	color: #515153;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

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

h1, h2, h3, h4, h5, h6, span.mobile-heading {
	color: #515153;
	font-weight: 600;
	font-family: 'Cormorant Garamond', sans-serif;
}


h1, span.mobile-heading { 
	font-size: 56px;
	line-height: 66px;
	margin: 40px 0px 35px 0px;
	padding: 0px;
}

.blog h1 {
	text-align: center;
	margin: 60px 0px 50px 0px;
}


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

h3 {
	font-size: 33px;
	line-height: 37px;
	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: #515153;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

address {
	margin: 0;
	color: #515153;
	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: 17px; line-height: 30px; color: #515153; font-style: italic; }
blockquote { margin: 20px 0 40px 0; padding: 9px 20px 0 19px; border-left: 1px solid #ddb789; }
blockquote cite { display: block; font-size: 12px; color: #515153; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #515153; }

hr { 
	border: solid #515153;
	border-width: 1px 0 0;
	margin: 40px 10% 20px 10%;
	height: 0;
	width: 80%;
	float: left;
}

.top-head hr {
	display: none;
}


/* #Links */

a, a:visited { 
	color: #515153;
	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: #515153;
	text-decoration: underline;
}

/* #Lists */

ul, ol {
	margin: 20px 0 40px 0;
}
ul { list-style: none outside; }
ol { list-style: decimal; }

li { 
	line-height: 18px;
}

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

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

.main-page ul li::before, .news-content ul li::before, .page-scetions ul li::before {
    content: "\2022";
	color: #515153;
	font-size: 22px;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0;
    margin-top: 10px;
}

/* #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"], .wp-block-button__link, .prev a, .next a {
  display: inline-block;
  height: auto;
  padding: 0 30px;
  color: #f8f4f0;
  background: #9a8372;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 43px;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  border-radius: 5px;
  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;
}

.home-banner a.button {
	margin: 0 10px 0 10px;
	color: #515153;
	background: #f1e5de;
}

.home-banner a.button:hover {
	margin: 0 10px 0 10px;
	color: #f1e5de;
	background: #6a5240;
}

.full-width-block a.button {
	margin: 0 20px 20px 0px;
}

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

a.button:hover, .button:hover, .prev a:hover, .next a: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: #f8f4f0;
  background: #6a5240;
  outline: 0;
  border: 0;
}

/* 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: #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;
  margin-bottom: 10px;
}
  
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%;
}

/* Hero Video */

.wrapper {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin: 0;
	background-blend-mode: multiply;
	background-color: #707070 !important;
	border-bottom: solid 5px #034c03;
  }
  
  .wrapper__video {
	object-fit: cover;
	width: 100%;
	height: 100%;
  }
  
  .video-content {
	z-index: 100;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
  }

.wp-video {
	margin-bottom: 40px;
}

video {
	mix-blend-mode: overlay;
}

  
/* Header */


.home .fixed-spacer {
	width: 100%;
	margin: 0 auto;
	padding-top: 80px;
}

.fixed-spacer {
	width: 100%;
	margin: 0 auto;
	padding-top: 120px;
}

.top-head {
	background: #f9f4f0;
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px 0px 32px 0px;
	transition: 200ms linear;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.main-logo {
	width: 30%;
	float: left;
}

.main-logo img {
	display: inline;
	width: 230px;
	transition: 200ms linear;
	margin-left: 40px;
}

header.top-head.scrolled {
	padding: 27px 0 20px 0;
	transition: 200ms linear;
}

header.top-head.scrolled .main-logo img {
	display: inline;
	width: 150px;
	transition: 200ms linear;
	margin-left: 30px;
}

.home-slides {
	width: 100%;
	margin: 0 auto;
	height: 800px;
	position: relative;
	z-index: 10;
	background-blend-mode: multiply;
	background-color: #bdbdbd !important;
	border-bottom: 5px solid #ddb789;
}

.single-banner {
	width: 100%;
	margin: 0 auto;
	height: 400px;
	position: relative;
	z-index: 10;
	border-bottom: 5px solid #ddb789;
}

.home-slides .inner {
	width: 90%;
	padding: 100px 5% 0px 5%;
	text-align: center;
	position: absolute;
	top: 100px;
	left: 0;
}

.home-slides .inner h2 {
	color: #f6f6f6;
	font-size: 70px;
	line-height: 88px;
	font-weight: 800;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
}

p.slide-text {
	font-size: 26px;
	line-height: 40px;
	font-weight: 600;
	color: #f6f6f6;
}

/* Home Page */

.home-intro {
	position: absolute;
	z-index: 99;
	bottom: 10%;
	width: 100%;
	text-align: center
}

.home-intro .inner {
	padding: 40px 20px 40px 20px
}

.home-intro-banner {
	width: 100%;
	margin: 0px auto -2px auto;
}

.full-width {
	width: 100%;
	height: 750px;
	margin: 0 auto;
	position: relative;
	background-blend-mode: multiply;
	background-color: #c5c5c5 !important;
}

.home-intro h1 {
	color: #fff;
	font-weight: 600;
	font-size: 68px;
	line-height: 75px;
	letter-spacing: 1px;
}

p.slide-text {
	font-size: 23px;
	line-height: 40px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 40px 0;
}

/* Call To Action Blocks */

.image-calls {
	width: 100%;
	margin: 0 auto;
	background: #f1e5de;
	padding: 40px 0 40px 0;
}

.call-to-action {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
}

.call-to-action .inner {
	padding: 30px 40px 30px 40px;
}

.image-blocks {
	flex-grow: 1;
	width: 42%;
	padding: 2%;
	margin: 10px 2% 40px 2%;
	background-blend-mode: multiply;
	background: #e3d5cd;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.image-blocks img {
	width: 100%;
	margin-bottom: 20px;
}

.text-blocks {
	flex-grow: 1;
	width: 42%;
	padding: 2%;
	margin: 10px 2% 40px 2%;
	background: #e3d5cd;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
}

.text-blocks.blank, .image-blocks.blank {
	flex-grow: 1;
	margin: 10px 2% 40px 2%;
	background: none;
	box-shadow: none;
}

.image-blocks h2 {
	font-size: 44px;
	line-height: 55px;

	margin: 0px 0 20px 0;
}

.image-blocks p {

	margin: 0 0 20px 0;
	font-weight: 500;
}

.text-blocks h2 {
	font-size: 34px;
	line-height: 44px;

	margin: 10px 0 20px 0;	
}

.text-blocks p {
	font-size: 16px;
	line-height: 26px;

	margin: 0 0 20px 0;	
	font-weight: 500;
}

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


/* Meet The Team */

.team {
	width: 100%;
	margin: 0 auto;
	background: #f1e5de;
	padding: 40px 0 40px 0;
}

.meet-the-team {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;	
}

.team-profile {
	flex-grow: 1;
	width: 42%;
	padding: 2%;
	margin: 10px 2% 40px 2%;
	background: #4a4a4a;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);	
}

.meet-the-team h3 {
	margin: 20px 0 30px 0;
	color: #f6f6f6;
	font-size: 40px;
	line-height: 50px;
}

.team a:link, .team a:visited {
	color: #f6f6f6;	
}

.team a:hover, .team a:focus {
	color: #f6f6f6;	
}

.team h2 {
	text-align: center;
	margin: 20px 0 40px 0;
	color: #4a4a4a;
}

.team-profile  p {
	font-size: 16px;
	line-height: 28px;
	color: #f6f6f6;
	font-weight: 600;
}

p.team-position {
	font-size: 20px;
	line-height: 30px;
	margin: 20px 0 20px 0;
}

/* News Posts */

.featured-post {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
}

.featured-image {
	flex-grow: 1;
	width: 50%;
	margin: 0;
}

.featured-excerpt {
	flex-grow: 1;
	width: 50%;
	margin: 0;
	background: #fff;
}

.featured-excerpt .inner {
	padding: 40px;
}

.featured-excerpt h2 {
	margin: 0;
	font-size: 40px;
	line-height: 56px;
	margin: 0 0 10px 0;
}

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

.news-feed {
	flex-grow: 1;
	width: 31%;
	margin: 10px 1% 40px 1%;
	text-align: left;
	display: flex;
	flex-direction: column;
	background: #fff;
}

h2.recent-news {
	text-align: center;
	font-size: 46px;
	line-height: 56px;
	margin: 40px 0 40px 0;
}

.news-feed p {
	font-size: 16px;
	line-height: 26px;
}

.news-feed h3 {
	padding: 0 0 8px 0;
	font-size: 30px;
	line-height: 38px;
	margin: 20px 0 0 0;
}

.news-feed a.button {
	width: 200px;
}

p.timestamp {
	font-size: 12px;
	margin: 0 0 10px 0;
	line-height: 22px;
}

.news-feed img {
	display: block;
	border-radius: none;
}


.news-feed.blank {
	background: none;
	margin: 0;
}

.single h1 {
	margin: 40px 0px 5px 0px;	
}

.single p.timestamp {
	display: block;
	border-bottom: solid 1px #c7e0c5;
	line-height: 30px;
	margin-bottom: 40px;
}

.sixteen.columns.news-content {
	background: #fff;
}

.sixteen.columns.news-content .inner {
	padding: 20px 40px 20px 40px;
}

.container.pagination {
	text-align: center;
}

.container.pagination a {
	padding: 10px;
	background: #c7e0c5;
	display: inline-block;
	margin: 10px 5px 10px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.container.pagination {
	margin-bottom: 40px;
}

.container.pagination a:hover {
	background: #034c03;
	text-decoration: none;
	color: #fff;
}


.page-numbers.current {
	background: #034c03;
	padding: 10px;
	color: #fff;
	margin: 10px 5px 10px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.container.pagination h2.screen-reader-text {
	display: none;
}

/* Pages */

.contact-form{
	width: 100%;
	margin: 0 auto;
	background: #f1e5de;
	padding: 40px 0 40px 0;
}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
}

.container.page-sections {
	margin-bottom: 60px;
	margin-top: 60px;
}

.page-section {
	display: flex;
	flex-wrap: wrap;
	width: 100%;	
}

.container.page-sections.full-width-block .inner {
	padding: 0 40px 10px 40px;
}

.text-left, .text-right, .image-right, .image-left {
	flex-grow: 1;
	width: 50%;
	margin: 0;
	text-align: left;
	display: flex;
	flex-direction: column;
	background: #fff;
	order: 2;
}

.image-left {
order: 1;	
}

.text-left .inner, .text-right .inner {
	padding: 10px 40px 20px 40px;
}

.single-post .the-quote img {
	border-bottom: 0px;	
}

.single-post header img, .single-post footer img {
	border: none;
}

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

/* Testimonials */

.testimonial {
	width: 80%;
	margin: 40px 10% 60px 10%;
	padding: 60px 0 80px 0;
	background: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.testimonial .inner {
	padding: 20px 60px 20px 60px;
}

.the-quote {
	position: relative;
	z-index: 10;
}

.testimonial .inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	z-index: -1;
	opacity: 0.5;
}

.testimonial .inner p {
	padding: 60px 0 0 40px;
	font-size: 18px;
	line-height: 32px;
	font-style: italic;
}

/* Gallery */

.container.page-sections.gallery {
	background: #fff;
}

.gallery h2 {
	text-align: center;
}

.news-feed img {
	opacity:1;
	filter:alpha(opacity=100);
	-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-feed img:hover , .news-feed img:hover  {
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-transform: rotate(0);
}

.meet-the-team .news-feed img:hover, .events .news-feed img:hover  {
	opacity:1;
	filter:alpha(opacity=100);
}

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

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

#swipebox-slider .slide img {
	max-height: 80% !important;
}

/* Main Navigation */

#main-nav   {
	width: 70%;
	margin: 15px 0 0 0;
	float: left;
}

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

#main-nav li    {
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
}

#main-nav li a  {
	display: block;
	line-height: 30px;
	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;
	margin: 0;
}

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

.menu-item a {
  text-decoration: none;
  position: relative;
}

.top-head .menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: -webkit-transform 150ms ease-in;
  transition: transform 150ms ease-in;
  transition: transform 150ms ease-in, -webkit-transform 150ms ease-in;
  background: #ddb789;
}

.top-head .menu-item a:hover::after {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: left;
transform-origin: left;
background: #ddb789;
}


/* Accordion */

.accordion {
	width: 97%;
	margin-bottom: 80px;
}

.accordion-toggle {
	cursor: pointer;
	width: 100%;
	border-bottom: solid 1px #559b9b;
}

.accordion-toggle span {
	margin-left: 25px;
	color: #d68796;
	float: right;
}

.accordion-content {
	display: none;
	overflow: hidden
}
.accordion-content.default {
	display: block;
}

.accordion .accordion-toggle {
	color: #421657 !important;
	line-height: 40px;
	font-size: 23px;
	text-align: left;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 20px 10px 20px 10px;
	font-weight: 600;
}

.accordion-content p {
	margin: 10px 10px 20px 10px;
	color: #0c0b0b;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
}

.accordion-content h2 {
	margin-left: 10px;
}
 
 
/* Footer */

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

footer a:link, footer a:visited {
	color: #f6f6f6;
}

footer a:hover {
	text-decoration: underline;
	color: #f6f6f6;
}

footer p, footer li {
	color: #f6f6f6;
	font-size: 16px;
	line-height: 28px;
}

footer ul {
	margin: 0;
}

footer h3 {
	color: #f6f6f6;
	font-size: 33px;
}	

footer.copy {
	background: #8a715f;
	padding: 10px 0 10px 0;
	margin: 0;
}

footer.copy p {
	font-size: 14px;
	line-height: 23px;
	color: #f6f6f6;
	font-weight: 400;
	margin: 0;
}

footer.copy a {
	font-size: 14px;
	line-height: 23px;
	color: #f6f6f6;
}

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

.social {
	margin-top: 0px;
}

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

.social span {
	margin-top: 10px;
}

/* =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: 0px solid #f0f0f0;
    max-width: 98%; /* Image does not overflow the content area */
    padding: 0 0 10px 0;
    text-align: center;
}

.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: 100%;
}

.wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	font-weight: 400;
	font-style: italic;
	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 {

}

