/*
	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
*/

/*------------------------------------*\
    $MAIN
\*------------------------------------*/

.fade {
    opacity: 1.0
}
.fade:hover {
    opacity: 0.0
}

.page-id-4 section{
    margin-top: 800px;
}

*, *:after, *:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'font';
    src: url('fonts/century_gothic.TTF'),  url('fonts/century_gothic.eot'); /* IE9 */
}
body {
    font-size: 14px;
    font-family: arial, arial, helvetica;
    color: #FFF;
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
    line-height: 1.5;
}

section h1 {
    display: none;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size:28px;
	font-weight: 700;
	line-height:140%;
	color:#aff089;
	margin:0px;
}

h3 {
	font-family: 'Lato', sans-serif;
	font-size:22px;
	font-weight: 700;
	line-height:140%;
	color:#EBEBEB;
	margin:0px;
}

h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height:140%;
	color:#aff089;
	margin:0px;
}
.clear {
    clear: both;
    display: block;
}
img {
    vertical-align: bottom;
    border: 0px;
}
area {
    outline: none;
}
.clear {
    clear: both;
    display: block;
}
a {
    color: #FFF;
    text-decoration: none;
}
a:hover {
    color: #FFF;
}
a:focus {
    outline: 0;
}
a:hover, a:active {
    outline: 0;
}
input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}
p {
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	font-size:14px;
	font-weight:400;
	color: #FFF;
	line-height:140%;
}

section li {
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	font-size:14px;
	font-weight:400;
	color: #FFF;	
	line-height:140%;
	margin-bottom:8px;
}
.imgright {
    border: 2px #ffffff solid;
    box-shadow: 0px 4px 5px #000;
    -moz-box-shadow: 0px 4px 5px #000;
    -webkit-box-shadow: 0px 4px 5px #000;
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}
.imgleft {
    border: 2px #ffffff solid;
    box-shadow: 0px 4px 5px #000;
    -moz-box-shadow: 0px 4px 5px #000;
    -webkit-box-shadow: 0px 4px 5px #000;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/

.logo {
    text-align: center;
    padding: 10px 0px 0px 0px;
}

.logo img {
    max-width: 600px;
    height: auto;
}

.wrapper {
    width: 100%;
}

header {
	width:100%;
	margin:0 auto;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5;
	padding: 0px;
	right: 0px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d8d8d8+0,ffffff+50,d2d2d2+100 */
    background: rgb(216,216,216); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(216,216,216,1) 0%, rgba(255,255,255,1) 50%, rgba(210,210,210,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(255,255,255,1) 50%,rgba(210,210,210,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(216,216,216,1) 0%,rgba(255,255,255,1) 50%,rgba(210,210,210,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
}

.headerContainer {
	max-width:950px;
	min-width:280px;
	margin:0px auto;
	padding:0px;
}

.blankSpace{
    height: 200px;
}

.pageTitle{
   max-width:950px;
	margin:0px auto; 
}

.postthumbclass{
    width:100%;
    height: auto;
}

section, #primary {
	max-width:950px;
	min-width:280px;
	min-height:300px;
	margin:0px auto;
	padding: 20px 30px 20px 30px;
	background-color: rgba(3,31,101,0.7);
}

footer {
	width:100%;
	margin:0px auto;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 5;
	padding: 8px 10px;
	right: 0px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1352bb+36,061d3f+100 */
    background: rgb(19,82,187); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(19,82,187,1) 36%, rgba(6,29,63,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(19,82,187,1) 36%,rgba(6,29,63,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(19,82,187,1) 36%,rgba(6,29,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1352bb', endColorstr='#061d3f',GradientType=0 ); /* IE6-9 */
}

.footer {
	max-width:950px;
	min-width:280px;
	margin:0px auto;
}

.footer-widget {
	float:left;
	width:33%;
	padding:20px;
}

.footer-widget a {
	color:#000000;
	font-weight:400;
}

p.copyright {
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	font-size:12px;
	font-weight:400;
	line-height:140%;
	color:#C3C3C3;
	text-align:center;
    letter-spacing: 0.05em;
    margin: 0px;
    padding: 0px;
}
#sidebar {
    float: right;
    display: none
}
/*------------------------------------*\
    $PAGES
\*------------------------------------*/

.navi {
    width: 100%;
    min-height: 50px;
    padding: 0px;
    margin: 0px auto;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#74c24b+0,74bf49+22,44891e+60,44891e+60,3b8016+100 */
    background: rgb(116,194,75); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(116,194,75,1) 0%, rgba(116,191,73,1) 22%, rgba(68,137,30,1) 60%, rgba(68,137,30,1) 60%, rgba(59,128,22,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(116,194,75,1) 0%,rgba(116,191,73,1) 22%,rgba(68,137,30,1) 60%,rgba(68,137,30,1) 60%,rgba(59,128,22,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(116,194,75,1) 0%,rgba(116,191,73,1) 22%,rgba(68,137,30,1) 60%,rgba(68,137,30,1) 60%,rgba(59,128,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74c24b', endColorstr='#3b8016',GradientType=0 ); /* IE6-9 */
}
nav {
    max-width: 620px;
	list-style:none;
	margin:0px auto;
	text-decoration:none;
}

nav ul li {
	float: left;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: auto;
}

nav ul a {
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	font-size:17px;
	font-weight:300;
	color: #FFFFFF;
	display: block;
	padding: 12px 26px 12px 26px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-transform:uppercase;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #307717;
    border-right: 1px solid #A8E45E;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    -moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-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:#FFF; /* Hover on main menu */
}

nav ul li.current-menu-item a {
    text-decoration: none;
    color: #FFF;
}

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:Arial, Gotham, "Helvetica Neue", Helvetica, "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: #FFF; /* Hover on tab with drop down in the main menu */
}

nav ul li:hover ul a {
	text-decoration:none;
	color:#FFFFFF; /* Color for the tabs in the drop down */
}

nav ul li ul li a:hover {
	color:#f4faff; /* Hover color for the tabs in the drop down */
	background-color: #9F3129;
	padding:3px 16px;
	margin:0px -10px;
}
/*------------------------------------*\
    $FORM
\*------------------------------------*/

.wpcf7-form {
    width: 100%;
    text-align: left;
    color: white;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
}
.wpcf7-form input {
    width: 100%;
}
.wpcf7-submit {
    max-width: 100px
}

/*------------------------------------*\
	$TYPOGRAPHY
\*------------------------------------*/



/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 600px) and (min-width: 300px){
    
header,
footer{
	position: relative;
}    
header{
    height: 76px;
}    
.blankSpace{
    height: 0px;
}
.pageTitle{
    display: none;
}
.logo {
    text-align: left;
}   
.logo img {
    width: 80%;
    height: auto;
}
    
section h1 {
    display: block;
    font-family:Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
    font-weight: 200;
    font-size: 40px;
    color: #FFF;
    padding: 10px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
    -moz-text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
    -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
    
.main-site-header{
    width: 100%;
    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;
}

}

/*------------------------------------*\
    $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: 1px solid #F0F0F0;
    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: 11px;
    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;
}
