/*
	Theme Name: Custom Theme
	Theme URI: 
	Description: Custom Theme
	Version: 1.3.3
	Author: http://wpserver6.com
	Author URI: http://wpserver6.com
	Tags: HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    $HOME
\*------------------------------------*/

.topImg{
	width: 100%;
	height: 100vh;
	min-height: 600px;
	background-image: url("img/slider1.jpg");
	background-position:center top;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	border-bottom: 1px solid #E1E1E1;
}
.topText{
	width: 55%;
	height: 100%;
	margin: 0px;
	padding: 13% 50px 50px 50px;
}
.topText h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:48px;
	line-height:120%;
	color:#000000;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align:left;
	text-transform: uppercase;
	background: -webkit-linear-gradient(#A4CE7B, #6BAF28);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.topText h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:35px;
	font-weight:600;
	line-height:140%;
	color:#000000;
	margin:0px 0px 5px 0px;
}
.topText h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight: 400;
	line-height:140%;
	color:#000000;
	margin:0px 0px 10px 0px;
}
.btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    color: #FFF;
    text-decoration: none;
	text-transform: uppercase;
    background-color: #294D87;    
    padding: 15px 16px;
    border-radius: 3px; 
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -moz-text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    display: inline-block;
    vertical-align: middle;
    margin:20px 0px 0px 0px;
}
.btn:hover {
    color: #FFF;
    background-color: #3F5F93;
}
.homeContainer{
    max-width: 1050px;
    margin: 60px auto;
    padding: 0px;
}
.homeContainer h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:34px;
	line-height:140%;
	color:#000000;
	padding:10px 0px 10px 0px;
	margin: 10px 0px 40px 0px;
	text-align:center;
	text-transform: uppercase;
}
.readMore {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    color: #FFF;
    text-decoration: none; 
	letter-spacing: 1px;
    padding: 10px 30px;
    border-radius:0px;     
    display: inline-block;
    vertical-align: middle;
    margin:20px 0px 0px 0px;
	background: rgb(144,238,160); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(144,238,160,1) 0%, rgba(190,238,144,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(144,238,160,1) 0%,rgba(190,238,144,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(144,238,160,1) 0%,rgba(190,238,144,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90eea0', endColorstr='#beee90',GradientType=0 ); /* IE6-9 */
}
.readMore:hover {
    color: #FFF;
    background-color: #3F5F93;
}
.readMore.centered {     
    display: table;
    margin:20px auto 0px auto;	
}
.homeContainer h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:30px;
	line-height:140%;
	color:#15A450;
	padding:0px 0px 10px 0px;
	margin: 0px 0px 30px 0px;
	text-align:left;
	width: 40%;
	border-bottom: 4px solid #294D87;
}
.homeContainer h3, .serviceSub {
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	font-weight: 700;
	line-height:140%;
	color:#414141;
	letter-spacing: 1px;
	margin:0px 0px 10px 0px;
}
.greenBg{
    width: 100%;
    margin: 0px auto;
    padding: 70px 10%;
	background: rgb(188,236,141); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(188,236,141,1) 0%, rgba(102,173,33,1) 100%); /* FF3.6-15 */
	ackground: -webkit-linear-gradient(top,  rgba(188,236,141,1) 0%,rgba(102,173,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(188,236,141,1) 0%,rgba(102,173,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcec8d', endColorstr='#66ad21',GradientType=0 ); /* IE6-9 */
}
.greenBg h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	font-weight: 600;
	line-height:140%;
	color:#FFF;
	margin:0px 0px 0px 0px;
}
.applyOnline {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    color: #68AF40;
    text-decoration: none; 
	letter-spacing: 1px;
    padding: 10px 30px;
    border-radius:0px;     
	float: right;
    margin:-40px 0px 0px 0px;
	background-color: #FFF;
}
.applyOnline:hover {
    color: #FFF;
    background-color: #3F5F93;
}

/*------------------------------------*\
    $MAIN
\*------------------------------------*/

.wp-block-image img {
	max-width: 100%;
	height: auto;
}
hr{
	height:2px;
	background-color:#FFF;
	color:#FFF;
	border:none;
	border-bottom:1px solid #E1E1E1;
}
.bgEditorial{
    width: 100%;
	min-height: 400px;
    margin: 0px auto 0px auto;
    padding: 0px;	
	position: relative;
	border-bottom: 1px solid #E1E1E1;
}
.bgEditorial1:after{
	display:block;
	clear:both;
	content:"";
}
.bgEditorialColor{
    width: 60%;
	height: 100%;
    margin: 0px auto;
    padding: 9% 12% 0px 8%;	
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.8;
}
.bgEditorial h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:34px;
	line-height:140%;
	color:#000;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align:left;
	text-transform: uppercase;
}
.bgEditorial p {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:500;
	color: #000;
	line-height:150%;
	text-align: left;
	margin: 0px 0px 10px 0px
}
.bgEditorial.bgEd1{
	background-image: url("img/editorial.jpg");
	background-position: top right;
	background-size: cover;
}
section h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:30px;
	line-height:140%;
	color:#15A450;
	padding:0px 0px 10px 0px;
	margin: 0px 0px 30px 0px;
	text-align:left;
	width: 70%;
	border-bottom: 4px solid #294D87;
}
a.anchor {
  display: block; 
  position: relative; 
  top: -120px; 
  visibility: hidden; 
}

*, *:after, *:before {	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
    box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color: #343434;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}
html {
  scroll-behavior: smooth;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:34px;
	line-height:140%;
	color:#000000;
	padding:10px 0px 10px 0px;
	margin: 10px 0px 40px 0px;
	text-align:center;
	text-transform: uppercase;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	font-weight: 700;
	line-height:140%;
	color:#000000;
	margin:0px 0px 10px 0px;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight: 700;
	line-height:140%;
	color:#000000;
	margin:0px 0px 10px 0px;
}
h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height:140%;
	color:#000000;
	margin:0px 0px 10px 0px;
}
.clear {
	clear:both;
	display:block;
}
img {
	vertical-align:bottom;
	border:0px;
}
area {
	outline:none;
}
.clear {
	clear:both;
	display:block;
}
a {
	color:#343434;
	text-decoration:none;
	-webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
	transition: all 0.5s; /* For modern browsers */
}
a:hover {
	color:#666;
}
a:focus {
	outline:0;
}
a:hover, a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	color: #343434;
	line-height:165%;
}
section li {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	color: #343434;	
	line-height:165%;
	margin-bottom:8px;
}
.imgright {
	border:2px #ffffff solid;	
	-moz-box-shadow:0px 4px 5px #000;
	-webkit-box-shadow:0px 4px 5px #000;
    box-shadow:0px 4px 5px #000;
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

.imgleft {
	border:2px #ffffff solid;	
	-moz-box-shadow:0px 4px 5px #000;
	-webkit-box-shadow:0px 4px 5px #000;
    box-shadow:0px 4px 5px #000;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/

.logo {
	float:left;
	padding: 10px 0px;
}
.logo img {
	width: 330px;
	height: auto;
}
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
header {
	width:100%;
	margin:0 auto;
	padding:0px;
	position:fixed;
	z-index:100;
	background-color: rgba(255,255,255,0.9);
	border-bottom: 1px solid #E1E1E1;
}
header:after{
	display:block;
	clear:both;
	content:"";
}
.headerContainer {
	width:90%;
	max-width:1200px;
	margin:0px auto;
	padding:0px;
}
.blankSpace{
	height: 127px;
}
section, #primary {
	max-width:1200px;
	margin:0px auto;
	padding: 30px 0px 30px 0px;
	background-color: #FFF;	
}
footer {
	width:100%;
	margin:0px auto;
	padding:0px;
	background-color: #F9F9F9;
}
.blueBar {
	width:100%;
	margin:0px auto;
	padding:16px 0px;
	background-color: #294D87;
}
.footer {
	width:90%;
	max-width:1200px;
	margin:0px auto;
}
.footer:after{
	display:block;
	clear:both;
	content:"";
}
.footer-widget {
	float:left;
	width:25%;
	padding:40px 10px;
}
.footer-widget h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight: 700;
	line-height:140%;
	color:#000000;
	margin:0px 0px 10px 0px;
}
.footer-widget h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	font-weight: 700;
	line-height:140%;
	color:#294D87;
	margin:0px 0px 10px 0px;
}
.footer-widget p {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:400;
	color: #000;
	line-height:140%;
}
.footer-widget p strong {
	color: #294D87;
}
.footer-widget a {
	color:#294D87;
	font-weight:400;
}
.footer-widget ul {
	text-decoration:none;
	margin:0px 0px 0px -40px;
}
.footer-widget ul li {
	list-style:none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: auto;
}
.footer-widget ul a {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	color: #294D87;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-decoration: none;	
	-webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
	transition: all 0.5s; /* For modern browsers */
}
.footer-widget ul li a:hover {
	color:#64AA20;
}
.footer-widget ul li.current-menu-item a {
    text-decoration: none;
    color: #64AA20;
	font-weight:700;
}
p.copyright {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:400;
	line-height:140%;
	color:#FFF;
	text-align:left;
	margin: 0px;
}
#sidebar {
	float: right;
	width:250px;
	margin-left:20px;
}
div#comments{
	width: 100%;
	border-bottom:2px dotted #e9e9e9;
	margin-bottom: 10px;
}
#comments ul{
	margin-left: -40px;
}
.comment {
	list-style-type: none;
}
div#comments p{
	margin: 20px auto;
	overflow: auto;
}
.comment-meta{
	color:#b76e79;
}
div#comments .avatar {
	float:left;
}
.searchFormInput{
	width:90%;
	height:32px; 
	display: inline-block;
	vertical-align: middle;
	border:1px solid #f2f2f2; 
	font-size:16px; 
	color:#666; 
	padding: 20px 30px;
}
.searchsubmit{
	width: 42px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
/*------------------------------------*\
    $PAGES
\*------------------------------------*/

.navi {
	float:right;
}
nav {	
	float:left;
	text-decoration:none;
	margin:50px 0px 0px -40px;
}
nav ul li {
	list-style:none;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: auto;
	border-right: 1px solid #CCC;
	height: 20px;
}
nav ul a {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:600;
	color: #424242;
	display: block;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-transform:uppercase;	
	-webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
	transition: all 0.5s; /* For modern browsers */
}
nav ul li a:hover {
	color:#64AA20; /* Hover on main menu */
	border-bottom: 3px solid #64AA20;
	padding: 0px 20px 36px 20px;
}
nav ul li.current-menu-item a {
    text-decoration: none;
    color: #64AA20;
	border-bottom: 3px solid #64AA20;
	padding: 0px 20px 36px 20px;
}
nav ul li:hover ul ul {
	position: absolute;
	display: none;
	-webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
	transition: all 0.5s; /* For modern browsers */
}
nav ul ul li:hover ul, nav ul li:hover ul li:hover ul {
	display: block;
	top: 0px;
	left: 0%;
}
nav ul ul li:hover ul, nav ul li:hover ul li:hover ul a {
	color: #424242;
}
nav ul ul li:hover ul, nav ul li:hover ul li:hover ul a:hover {
	color: #64AA20;
}
nav ul ul {
	list-style:none;
	position:absolute;
	left:-9999px;
	margin:0px 0px 0px 0px;
	background-color: #FFF;
	padding:10px;
}
nav ul ul li {
	padding-top:1px;
	float:none;
}
nav ul ul a {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:400;
	text-transform:capitalize;
	white-space:nowrap;
	margin: 0px 0px 0px 0px;	
	padding: 3px 6px 3px 6px;
}
nav ul li:hover ul {
	left:0;
}
nav ul li:hover a {
	text-decoration:none;
	color: #64AA20; /* Hover on tab with drop down in the main menu */
}
nav ul li a:hover {
	text-decoration:none;
	color: #64AA20;
}
nav ul li:hover ul a {
	text-decoration:none;
	color:#424242; /* Color for the tabs in the drop down */
}
nav ul li:hover ul li a:hover {
	color:#64AA20;
	text-decoration:none;
}
nav ul li a:hover {
	color:#64AA20;
}
nav ul li ul li a:hover {
	color:#424242; /* Hover color for the tabs in the drop down */
	background-color: #F7F7F7;
	padding:3px 16px;
	margin:0px -10px;
}
/* Third level menu */
nav ul ul ul {
	list-style: none;
	position: absolute;
	left: -9999px;
	margin-left:100px;
	margin-top: 0px;
	background-color:#FFF;
}
nav ul ul ul li {
	border-bottom:none !important;
}
nav ul ul ul li a {
	border-bottom:none !important;
}
nav ul li ul li ul li a:hover {
	background-color: #F7F7F7;
}

/*------------------------------------*\
    $FORM
\*------------------------------------*/

.wpcf7-form .left{
	float:left;
	width:30%;
	text-align:left;
	margin-bottom:10px;
}
.wpcf7-form .right{
	float:left;
	width:70%;
	margin-bottom:10px;
}
.wpcf7-form {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #343434;
	text-align: left;
	max-width: 700px;
	margin: 0px auto;
}
.wpcf7-form p{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #343434;
	text-align: left;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="date"], 
.wpcf7 textarea,
.wpcf7 select {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	width: 100%;
	padding:10px;
	border:#CCC 1px solid;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	-khtml-border-radius:1px;
	border-radius:1px;
	behavior: url(http://ftpweblogin.com/images/border-radius.htc);
}
.wpcf7 textarea {
	height:100px;
}
span.wpcf7-list-item {
	display: block;
}
.wpcf7-submit {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
	border:none;
	background-color:#15A450;
	padding:8px 24px;
	-webkit-transition: background-color 0.5s; /* For Safari 3.0 to 6.0 */
	transition: background-color 0.5s; /* For modern browsers */
}
.wpcf7-submit:hover {
	background-color:#14984B;
}


.jobapplication .columnleft{
    float: left;
    width: 50%;
    padding-right: 15px;
	margin-bottom:10px
}

.jobapplication  .columnright{
    float: left;
    width: 50%;
    padding-left: 15px;
	margin-bottom:10px
}

.jobapplication .columnfull {width:100%; margin-bottom:10px}

.jobapplication span.wpcf7-list-item {
    display: inline-block;
}

.jobapplication .time-available label{display: inline-block;
    width: auto;}

.jobapplication .time-available .from-time{width: 100px;
    display: inline-block;}

.jobapplication .time-available .from-time{width: 100px;
    display: inline-block;}

 .jobapplication .time-available .am-pm{   width: 80px;
	 display: inline-block;}
.jobapplication canvas {border:1px solid #ccc}
/*------------------------------------*\
	$TYPOGRAPHY
\*------------------------------------*/



/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 600px) and (min-width: 300px){
header {
	position:relative;
	padding:10px;
}
.logo {
	float:none;
	text-align: left;
}
.logo img {
	width: 80%;
	height: auto;
}
.footer-widget {
	float:none;
	width:100%;
	padding:20px;
}
.wpcf7-form .left{
	float:none;
	width:100%;
	text-align:left;
	margin-bottom:10px;
}
.wpcf7-form .right{
	float:none;
	width:100%;
	margin-bottom:10px;
}
.alignright,
.alignleft,
.aligncenter{
	width:100%;
	height:auto;
	float:none;
	display:block;
	margin:5px auto 5px auto;
}
.footer-widget .aligncenter{
	width:50%;
}
.blankSpace{
	height: 0px;
}
section, #primary {
	padding: 20px 30px 20px 30px;	
}
.topImg {
	width: 100%;
	height: 300px;
	min-height: 300px;	
	background-position: center top;
	background-size: cover;
	background-attachment: inherit;	
}
.topText {
	width: 78%;
	padding: 13% 50px 50px 50px;
}
.topText h1 {
	font-size: 18px;
}
.topText h2 {
	font-size: 15px;
}
.topText h3 {
	font-size: 14px;
}
.btn {
	margin: 0px 0px 0px 0px;
}
.homeContainer{
    padding: 30px;
}
.homeContainer h1 {
	font-size: 30px;
}
.bgEditorialColor{
    width: 100%;
    padding: 30% 40px 0px 40px;	
	background-color: rgba(255,255,255,0.9);
}
.bgEditorial h1 {
	font-size:30px;
}
.bgEditorial p {
	font-size:15px;
}
.homeContainer h2 {
	width: 100%;
}
.applyOnline {
	float: none;
	margin: 20px 0px 0px 0px;
	display: table;
}
p.copyright {
	font-size: 12px;
	text-align: center;
}
}
@media only screen and (max-width: 900px) and (min-width: 600px){
.bgEditorialColor{
    width: 60%;
    padding: 18% 8% 0px 8%;	
	background-color: rgba(255,255,255,0.9);
}
.bgEditorial h1 {
	font-size:32px;
}
.bgEditorial p {
	font-size:15px;
}
}
/*------------------------------------*\
    LOOP PHP CONTENT
\*------------------------------------*/

img.attachment-120x120.size-120x120.wp-post-image {
    float: left;
    margin-right: 20px;
}

.date, .author, .comments{
	font-size:12px;
	margin-right:10px;
}

/*------------------------------------*\
    $MISC
\*------------------------------------*/

::selection {
	background: #3651ac;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
 background:#3651ac;
 color:#FFF;
 text-shadow:none;
}
::-moz-selection {
 background:#3651ac;
 color:#FFF;
 text-shadow:none;
}

/*------------------------------------*\
    $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:none;
	max-width:96%;
	padding:5px 3px 10px;
	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;
	padding:0;
	width:auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
	font-size:16px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

/*------------------------------------*\
    $PRINT
\*------------------------------------*/

@media print {

* {
	background:transparent !important;
	color:#000 !important;
	box-shadow:none !important;
	text-shadow:none !important;
}

a, a:visited {
	text-decoration:underline;
}

a[href]:after {
	content:" (" attr(href) ")";
}

abbr[title]:after {
	content:" (" attr(title) ")";
}

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content:"";
}

pre, blockquote {
	border:1px solid #999;
	page-break-inside:avoid;
}

thead {
	display:table-header-group;
}

tr, img {
}
 @page {
 margin:0.5cm;
}

p, h2, h3 {
	orphans:3;
	widows:3;
}

h2, h3 {
	page-break-after:avoid;
}

body {
	background-color: #00576a;
}
}

.shipping-calculator-form{width:230px;}

.woocommerce-breadcrumb{ display:none;}

div.wpcf7-response-output {color: black;}
