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

.topContentVideo {
  width: 100%;
	position:relative;
	z-index:0;
	margin:-20px auto;	
}

.topContent {
  width: 100%;
	position:relative;
	z-index:0;
	margin:-20px auto;
}

.arrowBtn{
	font-family: 'Exo', sans-serif;
	font-size:20px;
	font-weight:600;
	color:#bf6f29;
	text-align:center;
	position:absolute;
	margin:0px auto;
	left:0;
	right:0;
	bottom:100px;
	z-index:100;	
}

.arrowBtn:hover{
	color:#FFF;
}

.youtubeContent {
  max-width: 700px;
	min-width:280px;
	height:441px;
	position: absolute;
	z-index:10;
	top: 0; left: 0; bottom: 0; right: 0;
	margin: auto;
	padding:91px 20px 20px 71px;
	background-image:url(https://www.gardenoflifemarketing.com/wp-content/themes/CustomDesign/img/LicencePlate.png);
	background-position: center top;
	box-shadow:0px 0px 40px rgba(0,0,0,0.6);
	-moz-box-shadow:0px 0px 40px rgba(0,0,0,0.6);
	-webkit-box-shadow:0px 0px 40px rgba(0,0,0,0.6);
}

.videoWrapper {
	max-width: 542px;
	min-width:280px;
	height:304px;
	position: absolute;
	z-index:10;
	top: 0; left: 0; bottom: 0; right: 0;
	margin: auto;
	padding:0px;
}

.videoWrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoContainer {
  width: 100%;
	background-color:#000;
	position:relative;
	z-index:0;
}

video {
	opacity:1;
  width: 100%    !important;
  height: auto   !important;
}

.homeContent {
	max-width:1200px;
	min-width:280px;
	margin:0px auto;
	padding:50px 20px;
}

.homeTitle{
	margin-top:80px;
}

.postthumbclass{
	width:100%;
}

.orangeBtn {
	font-family: 'Exo', sans-serif;
	font-size:14px;
	font-weight:600;
	color: #FFF;
	display: inline-block;
	padding: 6px 12px;
	margin: 5px auto;
	text-decoration: none;
	text-transform:uppercase;
	background-color:#bf6f29;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	behavior: url(http://ftpweblogin.com/images/border-radius.htc);
	-webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
	transition: all 0.5s; /* For modern browsers */
}

.orangeBtn:hover {
	color: #FFF;
	background-color:#303fba;
}

*, *: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: 'Exo', sans-serif;
	font-size:16px;
	color: #000;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 400;
	font-size:50px;
	line-height:140%;
	color:#FFF;
	padding:10px 0px 10px 0px;
	margin: -95px -20px 20px -20px;
	text-align:center;
}

h2 {
	font-family: 'Orbitron', sans-serif;
	font-size:28px;
	font-weight: 700;
	line-height:140%;
	color:#293cbf;
	margin:0px;
}

h3 {
	font-family: 'Orbitron', sans-serif;
	font-size:22px;
	font-weight: 700;
	line-height:140%;
	color:#293cbf;
	margin:0px;
}

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

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

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

area {
	outline:none;
}

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

a {
	color:#000;
	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: 'Exo', sans-serif;
	font-size:16px;
	font-weight:500;
	color: #000;
	line-height:160%;
}

section li {
	font-family: 'Exo', sans-serif;
	font-size:16px;
	font-weight:500;
	color: #000;	
	line-height:1640%;
	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 {
	float:left;
}

.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}

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

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

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

.footer-widget {
	float:left;
	width:50%;
	padding:20px;
}

.footer-widget a {
	color:#FFF;
	font-weight:400;
}

footer {
	width:100%;
	margin:0px auto;
	padding:20px;
	background-image:url(/wp-content/themes/CustomDesign/img/footerBg4.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

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

footer hr{
	height:2px;
	background-color:#0a246d;
	color:#0a246d;
	border:none;
	border-bottom:2px solid #244ca9;
}

p.phone {
	font-family: 'Exo', sans-serif;
	font-size:17px;
	font-weight:600;
	line-height:140%;
	color:#FFF;
	text-align:right;
	margin:0px 0px 8px 0px;
	padding:0px;
}

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

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

div#comments{
	width: 70%;
}


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

.navi {
	float:right;
}

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: 'Exo', sans-serif;
	font-size:14px;
	font-weight:400;
	color: #FFF;
	display: block;
	padding: 10px 40px 10px 40px;
	margin: -10px 0px 0px 0px;
	text-decoration: none;
	text-transform:uppercase;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	behavior: url(http://ftpweblogin.com/images/border-radius.htc);
	-webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
	transition: all 0.5s; /* For modern browsers */
}

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

nav ul li.current-menu-item a {
	text-decoration: none;
	color:#FFF;
	background-color:#bf6f29;
}

nav ul ul {
	list-style:none;
	position:absolute;
	left:-9999px;
	margin:0px 0px 0px 0px;
	color:#FFF;
	background-color: #bf6f29;
	padding:10px;
}

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

nav ul ul a {
	font-family: 'Exo', sans-serif;
	font-size:15px;
	font-weight:400;
	color: #FFF;
	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: #FFF;
}

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:#FFF;
}

nav ul li ul li a:hover {
	color:#f8f8f8;
	background-color: #a05615;
	padding:3px 16px;
	margin:0px -10px;
}

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

#wpcf7-f84-p27-o1 {
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	padding:20px 40px;
	margin:0px auto;
	border:1px solid #293cbf;
	width: 80%;
}

#wpcf7-f84-p27-o1 p{
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
}

.contactForm{
	width:500px;
	margin:0px 0px 0px 30px;
	float:right;
}

.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: 'Exo', sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	width: 100%;
}

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

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 select,
.wpcf7 textarea{
	font-family: 'Exo', 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: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	border:none;
	background-color:#293cbf;
	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:#999;
}

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



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

@media only screen and (max-width: 450px) and (min-width: 300px){
	
.alignright {
	width:100%;
	height:auto;
	float:none;
	display:block;
	margin:5px auto 5px auto;
}

.alignleft {
	width:100%;
	height:auto;
	float:none;
	display:block;
	margin:5px auto 5px auto;
}

.aligncenter {
	width:100%;
	height:auto;
	display:block;
	margin:5px auto 5px auto;
}

}

@media only screen and (max-width: 600px) and (min-width: 300px){
	
.logo {
	float:left;
	width:80%;
}

.logo img {
	width:100%;
	height:auto;
}

.alignright {
	float:none;
	display:block;
	margin:5px auto 5px auto;
}

.alignleft {
	float:none;
	display:block;
	margin:5px auto 5px auto;
}

.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

.footer-widget {
	float:none;
	width:100%;
	padding:20px;
}

.footer-widget img {
	width:80%;
	height:auto;
	margin:0px auto;
}

p.phone {
	font-family: 'Exo', sans-serif;
	font-size:18px;
	font-weight:600;
	line-height:140%;
	color:#FFF;
	text-align:left;
	margin:0px 0px 10px 0px;
	padding:0px;
}

p.address {
	font-family: 'Exo', sans-serif;
	font-size:18px;
	font-weight:400;
	line-height:140%;
	color:#FFF;
	text-align:left;
	margin:0px;
	padding:0px;
}
}

@media only screen and (max-width: 746px) and (min-width: 300px){
	.postthumbclass {
		width: 100%;
		height: 200px;
}
}

@media only screen and (max-width: 920px) and (min-width: 300px){
	.contactForm{
	width:100%;
	margin:0px auto;
	float:none;
}

.wpcf7-form .left{
	float:none;
	width:100%;
	text-align:left;
	margin-bottom:10px;
}

.wpcf7-form .right{
	float:none;
	width:100%;
	margin-bottom:10px;
}
}

@media only screen and (max-width: 1027px) and (min-width: 300px){
.youtubeContent {
	display:none;
}
	
.videoMob {
	display:block;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoMob iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
.videoContainer {
  width: 100%;
	height:auto;
}
}

@media only screen and (max-width: 2000px) and (min-width: 1028px){
	.videoMob{
	display:none;
}
}

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