/*
	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
\*------------------------------------*/

.homeContainer2 img{display:inline-block}

.galleryContainer{
    min-height:900px;
    position: relative;
}
.flexslider .slides > li {
	background-position: center;
	height: 100%;
	width: 100%;
	display: none;
	-webkit-backface-visibility: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
ul.slides {
	margin: 0;
	padding: 0;
}
.flexslider-container, .flexslider .slides, .flex-viewport {
	height: 100vh;
}
.flexslider {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0px;
	overflow: hidden;
    position: relative;
}
.galleryText{
    position: absolute;
    z-index: 99;
    width: 34%;
    top:36%;
    left: 10%;
    padding: 40px;
	background-color: rgba(0,0,0,0.77);
}
.galleryText p {
	font-family: 'Nunito Sans', sans-serif;
	font-size:24px;
	font-weight:400;
	color: #FFF;
	line-height:130%;
    text-align: left;
    margin:0px 20px 0px 0px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    -moz-text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
.galleryText p strong {
	font-size:20px;
	color: #CCC;
	display: block;
    margin:10px 20px 0px 0px;
}
.btn {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    color: #FFF;
	letter-spacing: 0.1em;
    text-decoration: none;
	text-transform:uppercase;    
    padding: 8px 32px;
	border: 1px solid #FFF;
    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 10px 0px;
}
.btn:hover {
    color: #FFF;
    background-color: #999;
}
.homeContainer{
    max-width: 1050px;
    margin: 80px auto;
    padding: 0px;
}
.homeContainer2{
    max-width: 1050px;
    margin: 80px auto;
    padding: 0px;
}
.homeContainer p{
	font-family: 'Lato', sans-serif;
	font-size:26px;
	font-weight: 700;
	line-height:140%;
	color: #A4C1CC;
}
.homeVideo{
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
}
video{
	width: 100%;
	height: auto;
	opacity: 0.8;
}
.videoText{
	position: absolute;
	z-index: 1;
	width: 60%;
	left: 0px;
	right: 0px;
	top:30%;
	margin: 0px auto;
}
.videoText h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	font-weight: 400;
	line-height:140%;
	color:#FFF;
	text-align: center;
	margin:0px 0px 10px 0px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    -moz-text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.homeContainer2 img{
	width: auto;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 0px 0px;
	opacity: 1;
	-webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
	transition: all 0.5s; /* For modern browsers */
}
.homeContainer2 img:hover{
	opacity: 0.5;
	-ms-transform: scale(0.8, 0.8); /* IE 9 */
	-webkit-transform: scale(0.8, 0.8); /* Safari */
	transform: scale(0.8, 0.8);
}

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

.cv-post-thumb img{
	width: 100%;
	height: auto;
}
.cv-post-title a {
	font-family: 'Lato', sans-serif;
	color: #A4C1CC;
}
.cv-post-content {
	color: #FFF;
}
.cv-post-meta .cv-post-meta-item a {
	color: #BDC5C8;
}
.cv-read-more a {
	color: #BDC5C8;
}

*, *: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: 'Roboto Condensed', sans-serif;
	font-size:16px;
	color: #FFF;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
}
html {
  scroll-behavior: smooth;
}
h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size:48px;
	line-height:140%;
	color:#A4C1CC;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
	text-align:left;
	text-transform: uppercase;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-size:36px;
	font-weight: 700;
	line-height:140%;
	color:#CBE0E8;
	margin:0px 0px 10px 0px;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-size:28px;
	font-weight: 700;
	line-height:140%;
	color:#A4C1CC;
	margin:0px 0px 10px 0px;
}
h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height:140%;
	color:#FFF;
	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:#A4C1CC;
	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: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:400;
	color: #FFF;
	line-height:150%;
}
section li {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:400;
	color: #FFF;	
	line-height:150%;
	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
\*------------------------------------*/
.wp-block-image img {
	max-width: 100%;
	height: auto;
}
.logo {
	float:left;
}
.logo img {
	width: 300px;
	height: auto;
}
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
header {
	width:100%;
	margin:0 auto;
	padding:20px 0px 0px 0px;
	position:absolute;
	z-index:100;
}
.topBar {
	width:100%;
	margin:0px auto 30px auto;
	padding:10px 5%;
	position:relative;
	z-index:100;
	background-color: #112735;
	text-align: right;
}
.topBar a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	font-weight: 700;
	line-height:140%;
	color:#FFF;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0px 10px;
}
.topBar a:hover {
	color:#A4C1CC;
}
.topBar img{
	width: auto;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	opacity: 1;
	-webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
	transition: all 0.5s; /* For modern browsers */
}
.topBar img:hover{
	opacity: 0.5;
	-ms-transform: scale(0.8, 0.8); /* IE 9 */
	-webkit-transform: scale(0.8, 0.8); /* Safari */
	transform: scale(0.8, 0.8);
}
.headerContainer {
	width:90%;
	margin:0px auto;
	padding:0px 20px;
}
.editorialImg {
    text-align: left;
    padding: 400px 50px 0px 50px;
    margin: -20px 0px 0px 0px;	
}
.editorialImg h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 140%;
	color: #333;
	padding: 20px 40px;
	margin: 0px 0px 0px 10%;
	text-align: left;
	text-transform: uppercase;
	background-color: rgba(255,255,255,0.5);
	display: inline-block;
}
section, #primary {
	max-width:950px;
	min-height:300px;
	margin:0px auto;
	padding: 40px 30px 20px 30px;
}
footer {
	width:100%;
	margin:40px auto 0px auto;
	padding:40px 20px;
	background-color: #112735;
	border-top: 2px solid #F13E04;
}
.footer {
	max-width:950px;
	margin:0px auto;
}
.footer:after{
	display:block;
	clear:both;
	content:"";
}
.footer-widget {
	float:left;
	width:50%;
	padding:0px;
	text-align: center;
}
.footer-widget a {
	color:#FFF;
	font-weight:400;
}
.footer-widget img{
	width: auto;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px;
	opacity: 1;
	-webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
	transition: all 0.5s; /* For modern browsers */
}
.footer-widget img:hover{
	opacity: 0.5;
	-ms-transform: scale(0.8, 0.8); /* IE 9 */
	-webkit-transform: scale(0.8, 0.8); /* Safari */
	transform: scale(0.8, 0.8);
}
p.copyright {
	font-family: 'Lato', sans-serif;
	font-size:13px;
	font-weight:400;
	line-height:140%;
	color:#FFF;
	text-align:center;
	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 {	
	margin-bottom:0px;
	margin-top:-20px;
	float:left;
	text-decoration:none;
	margin-left:-40px;
	margin-right:0px;
}
nav ul li {
	float: left;
	list-style:none;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: auto;
	border-left:1px solid rgba(255,255,255,0.6);
	border-right:1px solid rgba(255,255,255,0.6);
}
nav ul a {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:700;
	color: #FFF;
	display: block;
	padding: 15px 20px 15px 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:#ED411D; /* Hover on main menu */
}
nav ul li.current-menu-item a {
    text-decoration: none;
    color: #ED411D;
}
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: #FFF;
}
nav ul ul li:hover ul, nav ul li:hover ul li:hover ul a:hover {
	color: #ED411D;
}
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: 'Roboto Condensed', 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: #ED411D; /* Hover on tab with drop down in the main menu */
}
nav ul li a:hover {
	text-decoration:none;
	color: #ED411D;
}
nav ul li:hover ul a {
	text-decoration:none;
	color:#FFF; /* Color for the tabs in the drop down */
}
nav ul li:hover ul li a:hover {
	color:#ED411D;
	text-decoration:none;
}
nav ul li a:hover {
	color:#ED411D;
}
nav ul li ul li a:hover {
	color:#FFF; /* 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: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	color: #FFF;
	text-align: left;
	max-width: 700px;
	margin: 0px auto;
}
.wpcf7-form p{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	color: #FFF;
	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: 'Roboto Condensed', sans-serif;
	font-size:14px;
	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: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
	border:none;
	background-color:#112735;
	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:#666;
}


/*------------------------------------*\
	$TYPOGRAPHY
\*------------------------------------*/



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

@media only screen and (max-width: 600px) and (min-width: 300px){
header {
	position:relative;
	padding:20px 0px 20px 0px;
}
.headerContainer {
	width:100%;
	margin:0px auto;
	padding:0px 20px;
}
.logo {
	float:none;
	text-align: left;
}
.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;
}
element {
	background-position: -530px top;
}
.homeContainer{
    padding: 30px;
}
.homeContainer2{
    padding: 30px;
}
.homeVideo{
	height: 400px;
}
video{
	width: auto;
	height: 100%;
}
.videoText{
	width: 80%;
	top:30%;
}
.videoText h3 {
	font-size:17px;
	line-height:140%;
}
.galleryContainer{
	height:300px;
    min-height:300px;
    position: relative;
}
.flexslider-container, .flexslider .slides, .flex-viewport {
	height: 100%;
}
.galleryText{
    width: 80%;
    top:15%;
    left: 0px;
	right: 0px;
	margin: 0px auto;
	padding: 20px;
}
.galleryText p {
	font-size:16px;
}
.editorialImg {
	padding: 200px 0px 0px 0px;	
}
.biography .editorialImg {
	background-position: -480px top!important;
}
.editorialImg h1 {
	font-size: 36px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	display: block;
}
}

/*------------------------------------*\
    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:14px;
	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;}
