/*
Theme Name: Verdezyne Theme
Theme URI: http://www.tinyfrog.com
Author: Tiny Frog / David Benavides
Author URI: http://www.tinyfrog.com
Description: A custom theme for Verdezyne.
Version: 1.0
License: All Rights Reserved
Text Domain: demo_verdezyne
*/

@import url('//fonts.googleapis.com/css?family=Exo');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url(../../../font-awesome/4.3.0/css/font-awesome.min.css);

@font-face {
    font-family: "Dear Joe";
    src: url(fonts/dearjoe.ttf);
	font-weight: normal;
}

#debug {
	position: fixed;
	top: 100px;
	right: 10px;
	z-index: 1000;
	color: #fff;
	text-shadow: 0 0 2px #000;
	display: none;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	position: relative;
	background: #fff;	
}
body {
	position: relative;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: none;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'Open Sans';
	font-size: 16px;
	color: #333;
}

/* buttons */

.bttn {
	display: inline-block;
	padding: 10px 40px;
	border-radius: 	20px;
	color: #fff;
	font-size: 15px;
	font-family: 'Open Sans';
	font-weight: bold;
	letter-spacing: 0.15em;
	cursor: pointer;
	transition: all linear 250ms;
}
.bttn:after {
	display: none;	
}

.bttn.orange {
	background: #ff8a00;
}
.bttn.orange:hover {
	color: #fff;	
	background: #f94031;
}
.bttn.orange_2 {
	background: #f94031;
}
.bttn.orange_2:hover {
	color: #fff;	
	background: #f94031;
}
.bttn.green {
	background: #00663b;
}
.bttn.green:hover {
	color: #fff;	
	background: #00482a;
}
.bttn.green_2 {
	background: #00482a;
}
.bttn.green_2:hover {
	color: #fff;	
	background: #00663b;
}

.page-margin {
	position: relative;
	width: 1170px;
	max-width: 100%;
	margin: auto;
}

.category_title {
	color: #ff8a00;
}

body .gfield_checkbox br {
	display: none;
}

body .gform_wrapper .gfield_checkbox li input,
body .gform_wrapper .gfield_checkbox li input[type=checkbox] {
	margin-top: 1px !important;
}

@media screen and (max-width: 1170px){
	.page-margin {
		padding: 0 15px;
	}
}

#page-no-footer {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

/* header */

#header {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 90px;
	width: 100%;
	max-width: 100%;
	padding: 0;
	background: #fff;
	box-shadow: 0 0 10px #555;
	z-index: 2;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

/* adjustments for different home header */

.home #header {
	transition: all linear 250ms;	
}
.home #header.top {
	height: 140px;
	padding: 20px 0;
	background: none;	
	box-shadow: none;
}
.home #header.top .logo {
	display: none;	
}
.home #header.top .logo2 {
	display: block;	
}
.home #header.top .Header_Menu > li > a {
	color: #fff;
}	
.home #header.top form[name="ds_menu_sb_form"] input {
	padding: 8px 14px;
	width: 175px;
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url(https://verdezyne.com/wp-content/plugins/ds-menu-search-bttn/images/search-field-bg-2.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	font-size: 14px;
	color: #fff;	
	border: solid 1px #fff;
	border-radius: 16px;	
}


.admin-bar #header {
	top: 32px;	
}
@media screen and (max-width: 782px){
	.admin-bar #header {
		top: 46px;	
	}	
}
@media screen and (max-width: 600px){
	html, body {
		position: static;	
	}
	.admin-bar #header {
		top: auto;	
	}	
	#wpadminbar {
		top: 0px;	
	}
}

.logo { 
	position: absolute;
	top: 5px;
	left: 0px;
	display: block;
	z-index: 1;
}
.logo2 { 
	position: absolute;
	top: 5px;
	left: 0px;
	display: block;
	z-index: 1;
}
@media screen and (max-width: 1170px){
	.logo, .logo2 {
		left: 10px;
	}
}

/* content */

#content {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 90px 0 0 0;
	z-index: 1;
}

.home #content {
	padding: 0;	
}

/* sidebar */

.sidebar_widget {
	padding: 10px;
	margin: 10px 0;
}

/* footer */

#footer {
	position: relative;
	width: 100%;
	max-width: 100%;
	font-size: 15px;	
}
#footer .page-margin {
}
.footer_sm_icons .fa {
	padding: 5px 30px;
	cursor: pointer;
	transition: all linear 250ms;
}
.footer_sm_icons .fa:hover {
	color: #00663b;	
}

/* home */

#home_hero {
	position: relative;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}
#home_hero:after {
	content: '';
	height: 4px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-image: url(https://verdezyne.com/wp-content/themes/ds_bones/images/home-hero-border.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-repeat: repeat-x;	
}
#home_hero_content {
	position: absolute;
	top: 45%;
	width: 100%;
	transform: translate( 0%, -50% );	
}
@media screen and (max-width: 600px){
	#home_hero {
		position: relative;
		height: auto;
		padding: 175px 10px 50px 10px;
	}
	#home_hero_content {
		position: relative;
		top: auto;
		width: 100%;
		transform: none;	
	}
}

#ds_down_arrow {
	position: fixed;
	bottom: 50px;
	left: 50%;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	background-image: url(https://verdezyne.com/wp-content/themes/ds_bones/images/down-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
}
.bounce {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
	
#home_logo_row {
	position: relative;
	box-shadow: 0 0 20px #bbb;
	z-index: 1;
}	

#home_products_section {
	position: relative;
	background-image: url(https://verdezyne.com/wp-content/themes/ds_bones/images/home-hero-border.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-repeat: repeat-x;	
}
#home_products_section .panel-grid-cell {
	border-right: solid 1px #ebebeb;	
}
#home_products_section .panel-grid-cell:last-child {
	border-right: none;	
}
#home_news_events_row {
	text-align: center;	
}
#home_news_events_row h2 {
	position: relative;	
	display: inline-block;
	text-align: center;
}
#home_news_events_row h2:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 25%;
	width: 50%;
	height: 1px;
	background: #ebebeb;
}
#home_news_events_posts .panel-grid-cell {
	border-right: solid 1px #ebebeb;	
}
#home_news_events_posts .panel-grid-cell:last-child {
	border-right: none;	
}

#ds_hero {
	text-align: center;	
	background-image: url(https://verdezyne.com/wp-content/themes/ds_bones/images/ds-hero-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#ds_hero_title {
	color: #fff;
	font-size: 40px;
	font-family: 'Exo';
	padding: 30px 0;
	text-shadow: 2px 2px 3px #000;
}
.ds_custom_hero #ds_hero_title {
	padding: 120px 0;	
}

/* product page */

#product_menu_row {
	border-bottom: solid 1px #f0f0f0;	
}
#product_menu_row a {
	position: relative;
	display: inline-block;
	padding: 20px 0;
	font-size: 18px;
	color: #323236;
	transition: all linear 250ms;
}
#product_menu_row a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;	
	background: #ff8a00;
	opacity: 0;
	transition: all linear 250ms;
}
#product_menu_row a:hover {
	color: #ff8a00;	
}
#product_menu_row a:hover:after {
	opacity: 1;
}

/* tooltip */

.ds_tooltip {
	position: relative;
}
.ds_tooltip_wrap {
	position: relative;
	display: inline-block;
}
.ds_tooltip_popup {
	position: absolute;
	bottom: 110%;
	left: -15px;
	background: rgba(255, 138, 0, 1);
	margin: 0 auto;
	width: 200px;
	padding: 40px;
	text-align: center;
	position: absolute;
	box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px ;
	border-radius: 10px;
	display: none;
	height: 124px;
}

.ds_tooltip_popup:after {
	content: "";
	position: absolute;
	box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px ;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	bottom: -10px;
	left: 50px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent rgba(255, 138, 0, 0.9) rgba(255, 138, 0, 0.9) transparent;
}
.ds_tooltip:hover .ds_tooltip_popup {
	display: block;
}

.ds_tooltip_popup_2 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 138, 0, .85);
	padding: 100px 40px 100px 40px;
	text-align: center;
	transition: all linear 250ms;
	font-size: 18px;
	font-style: italic;
	line-height: 200%;
	opacity: 0;
}
.ds_tooltip_popup_2:hover {
	opacity: 1;
}

@media screen and (max-width: 1000px){
	
	#header {
		position: relative;
	}
}