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

.blueBar{
	max-width:950px;
	min-width:280px;
	height:119px;
	margin:0px auto;
	padding:24px 0px 0px 0px;
	background-image:url(/wp-content/themes/CustomDesign/img/blueBar.png);
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
	z-index:100;
}

.blueBar p{
	font-family: 'Montserrat', sans-serif;
	font-size:25px;
	font-weight: 400;
	line-height:140%;
	color:#FFF;
	text-align:center;
	margin:0px;
}

.homeCont1{
	max-width:950px;
	min-width:280px;
	background-color:#FFF;
	margin:-30px auto 0px auto;
	padding:40px 30px 60px 30px;
	text-align:center;
}

.homeCont1 h3{
	font-family: 'Montserrat', sans-serif;
	font-size:32px;
	font-weight: 300;
	line-height:140%;
	color:#468dec;
	text-align:center;
	margin:0px;
}

.homeCont1 p {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:400;
	color: #747474;
	line-height:140%;
	text-align:center;
	margin:0px;
}

.homeCont1 p.text {
	margin:0px 110px 40px 110px;
}

.homeCont2{
	max-width:950px;
	min-width:280px;
	background-color:#e5f2f3;
	margin:0px auto;
	padding:30px 50px;
	text-align:center;
}

.homeCont2:after{
	content:"";
	display:block;
	clear:both;
}

.columnLeft{
	width:48%;
	margin:0px 4% 0px 0px;
	padding:0px;
	float:left;
}

.columnRight{
	width:48%;
	margin:0px;
	padding:0px;
	float:left;
}

.columnLeft h3, .columnRight h3{
	font-family: 'Montserrat', sans-serif;
	font-size:22px;
	font-weight: 700;
	line-height:140%;
	color:#468dec;
	text-align:left;
	margin:0px;
}

.columnLeft p, .columnRight p {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:400;
	color: #747474;
	line-height:140%;
	text-align:left;
}

.fform h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size:34px;
	line-height:140%;
	color:#4f8ee8;
	text-align:left;	
	max-width:950px;
	min-width:280px;
	height:60px;
	margin:0px;
	padding:0px;
	background-image:none;
	position:relative;
	z-index:100;
}

#fbuilder .top_aligned .fields label {
	font-size: 14px;
	line-height: 160%;
}

*, *: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:'CenturyGothic';
	src: url('/wp-content/themes/CustomDesign/fonts/CenturyGothic.ttf'), url('/wp-content/themes/CustomDesign/fonts/CenturyGothic.eot'); /* IE9 */
}

@font-face {
	font-family:'CenturyGothicBold';
	src: url('/wp-content/themes/CustomDesign/fonts/CenturyGothicBold.ttf'), url('/wp-content/themes/CustomDesign/fonts/CenturyGothicBold.eot'); /* IE9 */
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color: #747474;
	background-color: #ffffff;
	background-image:url(/wp-content/themes/CustomDesign/img/bg.jpg);
	background-attachment:fixed;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size:34px;
	line-height:140%;
	color:#FFF;
	text-align:center;	
	max-width:950px;
	min-width:280px;
	height:119px;
	margin:0px -30px;
	padding:24px 0px 0px 0px;
	background-image:url(/wp-content/themes/CustomDesign/img/blueBar.png);
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
	z-index:100;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size:28px;
	font-weight: 700;
	line-height:140%;
	color:#468dec;
	margin:20px 0px 0px 0px;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:22px;
	font-weight: 600;
	line-height:140%;
	color:#068d9d;
	margin:20px 0px 0px 0px;
}

h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height:140%;
	color:#468dec;
	margin:0px;
}

.clear {
	clear:both;
	display:block;
}

img {
	vertical-align:bottom;
	border:0px;
}

area {
	outline:none;
}

.clear {
	clear:both;
	display:block;
}

a {
	color:#747474;
	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: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:400;
	color: #747474;
	line-height:150%;
}

section li {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:400;
	color: #747474;	
	line-height:150%;
	margin-bottom:8px;
	list-style-type:none;
	padding-left: 26px;
	background-image: url(/wp-content/themes/CustomDesign/img/bullet.png);
	background-repeat: no-repeat;
	ground-position: 0px 2px;
}

.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 {
	width:391px;
	margin:0px auto;
}

.wrapper {
	width:950px;
	margin:30px auto;
	padding:0px;
	position:relative;	
	box-shadow:0px 0px 20px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.4);
}

header {
	width:100%;
	height:160px;
	margin:0 auto;
	padding:0px;
	position: absolute;
	z-index:100;
}

.headerContainer {
	max-width:950px;
	min-width:280px;
	margin:0px auto;
	padding:0px;
}

.topEmail{
	width:305px;
	height:40px;
	background-image:url(/wp-content/themes/CustomDesign/img/emailBg.png);
	background-position:center top;
	background-repeat:no-repeat;
	float:right;
	margin:-20px 0px 0px 0px;
	padding:10px 0px 0px 17px;
}

.topEmail a {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	font-weight:600;
	line-height:140%;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}

section, #primary {
	background-color: #FFF;
	min-height:600px;
	padding: 0px 30px 20px 30px;
	max-width:950px;
	min-width:280px;
	margin:0 auto;
}

footer {
	max-width:950px;
	min-width:280px;
	margin:0px auto;
	padding:20px 30px;
	background-color:#068d9d;
}

footer h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight:300;
	line-height:140%;
	color:#FFF;
	text-align:left;
	margin:0px;
	padding:0px;
}

footer p, footer a {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:140%;
	color:#FFF;
	text-align:left;
	margin:0px;
	padding:0px;
}

.footer {
	max-width:950px;
	min-width:280px;
	margin:0px auto;
}

p.copyright {
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	font-weight:400;
	line-height:140%;
	color:#FFF;
	text-align:center;
}

#sidebar {
	float: right;
	width:250px;
	margin-left:20px;
}

#sidebar ul {
	margin-left:-40px;
}

#sidebar li {
	font-size:13px;
	list-style:none;
	background-image:none;
	padding-left:0px;
	border-bottom:1px solid #CCC;
}

div#comments{
	width: 70%;
}

article h1 a{
	color:#FFF;
}


/*------------------------------------*\
    EXTRA MENU
\*------------------------------------*/

ul#menu-topmenu {
	list-style:none;
	margin-bottom:0px;
	float:left;
	text-decoration:none;
	margin-left:-25px;
	margin-right:-40px;
}

ul#menu-topmenu li {
	float: left;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: auto;
}

ul#menu-topmenu a {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:600;
	color: #FFF;
	display: block;
	padding:5px;
	margin: 0px 8px 0px 0px;
	text-decoration: none;
	text-transform:uppercase;
	background-color:rgba(165,201,246,0.7);
	border-bottom:4px solid #a5c9f6;
	-webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
	transition: all 0.5s; /* For modern browsers */
}

ul#menu-topmenu a:hover {
	color:#FFF;
	background-color:rgba(128,222,217,0.7);
	border-bottom:4px solid #80ded9;
	text-decoration:none;
}

/*------------------------------------*\
    $PAGES
\*------------------------------------*/

.navi {
	max-width:900px;
	min-width:280px;
	margin:0px auto;
}

nav {
	list-style:none;
	margin:0px;
	float:left;
	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: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:600;
	color: #FFF;
	display: block;
	padding: 10px 13px 10px 13px;
	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 a:hover {
	color:#99fffa;
	text-decoration:none;
}

nav ul ul {
	list-style:none;
	position:absolute;
	left:-9999px;
	margin:0px 0px 0px 0px;
	color:#FFF;
	background-color: rgba(255,255,255,0.8);
	padding:10px;
}

nav ul ul li {
	padding-top:1px;
	float:none;
	color:#FFF;
}

nav ul ul a {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:400;
	color: #555;
	text-transform:capitalize;
	white-space:nowrap;
	margin: 0px 0px 0px 0px;	
	padding: 3px 6px 3px 6px;
}

nav ul li:hover ul {
	left:0;
	text-decoration:none;
}

nav ul li:hover a {
	text-decoration:none;
	color: #99fffa;
}

nav ul li a:hover {
	text-decoration:none;
	color: #FFF;
}

nav ul li:hover ul a {
	text-decoration:none;
	color:#FFF;
}

nav ul li:hover ul li a:hover {
	text-decoration:none;
}

nav ul li a:hover {
	color:#99fffa;
}

nav ul li ul li a:hover {
	color:#333;
	background-color: rgba(255,255,255,1);
	padding:3px 16px;
	margin:0px -10px;
}

/*------------------------------------*\
    $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: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #747474;
	text-align: left;
	width: 400px;
}

.wpcf7-form p{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #747474;
	text-align: left;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea, .wpcf7 select {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	width: 100%;
	padding:4px 12px;
	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: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	border:none;
	background-color:#068d9d;
	padding:5px 20px;
	-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 (min-width: 320px) {
}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (min-width: 1140px) {
}
@media only screen and (min-width: 1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
}

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