/*
Theme Name: Evora
Version: 1.0.1
Author: ab-themes
Author URI: http://www.ab-themes.com
Description: WooCommerce webshop theme 
Theme URI: http://themeforest.net/user/ab-themes/portfolio?ref=ab-themes
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, gray, green, orange, pink, purple, red, white, yellow, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, responsive-layout, custom-colors, custom-menu, full-width-template, theme-options, translation-ready

/*-----------------------------------------------------------------*/
/* 01. CSS RESET
/*-----------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight:400;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html { 
	margin: 0;
	padding: 0;
	min-height: 100%;
}

img {
	max-width: 100%;
	height:auto;
	width: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

input[type="text"],input[type="password"],input[type="email"], textarea, select {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* border: 1px solid #ddd; */
	border: 1px solid #545454;
}


/*-----------------------------------------------------------------*/
/* 02. Global styles
/*-----------------------------------------------------------------*/
body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #545454;
	background: #E8E0D5;
}

a {
	color: #0699af;
	text-decoration: none;
	transition: all 180ms ease-in;
	-webkit-transition: all 180ms ease-in;
}

a:hover{
	color: #545454;
	transition: all 180ms ease-in;
	-webkit-transition: all 180ms ease-in;
}

p{
	margin-bottom: 24px;
}

hr{
	display: block;
	height: 1px;
	background-color: #dddddd;
	border-color: #dddddd; 
	border: 0;
	padding: 0;
	margin-bottom: 26px;
}

section{
	padding: 75px 0 40px 0;
}

ul,
ol{
	margin-left: 20px;
}

h1, h2, h3{
	font-family: 'Ubuntu';
	color: #545454;
	margin-bottom: 13px;
}
h4, h5, h6{
	font-family: 'Open Sans';
	color: #545454;
	margin-bottom: 13px;
}

h1{
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 34px;
	font-weight: 300;
}

h2{
	font-size: 36px;
	line-height: 36px;
	font-weight: 500;
}

.tp-caption h2 {
	text-shadow: 3px 3px 12px #111;
}

h3{
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
}

h4{
	font-size: 23px;
	line-height: 23px;
	font-weight: 300;
}

h5{
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
}

h6{
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
}

h2.title_alternative_style{
	text-transform: uppercase;
	text-align: left;
	padding-left: 80px;
	position: relative;
}

h2.title_alternative_style:before{
	content: "";
	display: block;
	height: 2px;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #0699af;
}

h3.title_alternative_style{
	text-transform: uppercase;
	text-align: left;
	padding-left: 65px;
	position: relative;
}

h3.title_alternative_style:before{
	content: "";
	display: block;
	height: 2px;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #0699af;
}

.section_gray_body .dnd_section_content{
	background: #f4f4f4;
	padding: 55px 0;
}

.section_body_fullwidth .dnd_section_content .dnd_container{
	width: 100%;
}

input,select,textarea{
	border: 1px solid #545454;
	font-family: 'Open Sans', sans-serif;
	color: #545454;
	font-size: 14px;
	line-height: 26px;
	background: #fafcfc;
}

input,
select{
	padding: 8px 0 8px 20px;
	margin-bottom: 12px;
}

textarea{
	padding: 7px 15px;
	margin-bottom: 36px;
}

button,
input[type="submit"] {
	padding: 10px 20px;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #0699af;
	background: #0699af;
	color: #fff;
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 20px;
	font-family: Ubuntu;
	font-weight: 300;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

button:hover,
input[type="submit"]:hover{
	background: #115c6f;
}

mark{
	background: none;
	color: #545454;
	font-weight: 600;
}




.selectboxit-container {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
}

.selectboxit-container * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline: none;
	white-space: nowrap;
}

.selectboxit-container .selectboxit {
	cursor: pointer;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.selectboxit-container span{
	height: 26px; 
	line-height: 26px; 
	display: block;
}

.selectboxit-text{
	max-width: none !important;
}

.selectboxit-container .selectboxit-options a {
	height: 30px; 
	line-height: 30px; 
	display: block;
	max-width:none !important;
}

.selectboxit-container .selectboxit:focus {
	outline: 0;
}

.selectboxit.selectboxit-disabled, 
.selectboxit-options .selectboxit-disabled {
	opacity: 0.65;
	filter: alpha(opacity=65);
	cursor: default;
}

.selectboxit .selectboxit-option-icon-container {
	margin-left: 2px;
}

.selectboxit-container .selectboxit-options {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 100%;	
	*width: 100%;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	cursor: pointer;
	display: none;
	z-index: 9999999999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
}

.selectboxit-option .selectboxit-option-anchor{
	padding: 0 20px;
	font-size: 16px;
	margin-bottom: 2px;
}

.selectboxit-option .selectboxit-option-anchor:hover {
	text-decoration: none;
}

.selectboxit-option, .selectboxit-optgroup-header {
	margin: 0;
	list-style-type: none;
}

.selectboxit-option-first {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.selectboxit-optgroup-header + .selectboxit-option-first {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.selectboxit-option-last {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.selectboxit-optgroup-header:hover {
	cursor: default;
}

.selectboxit-arrow-container {
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	margin: -2px auto 0 auto;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
	top: 30%;
}

.selectboxit-option-icon-container {
	float: left;
}

.selectboxit-container .selectboxit-option-icon {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.selectboxit-option-icon-url {
	width: 18px;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	height: 100%;
	background-position: center;
	float: left;
}

.selectboxit-rendering {
	display: inline-block !important;
	*display: inline !important;
	zoom: 1 !important;
	visibility: visible !important;
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}


.selectboxit-btn {
	width: auto !important;
	padding-right: 30px !important;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
	text-decoration: none;
	background-position: 0 -15px;
}

.selectboxit-default-arrow {
	width: 0;
	height: 0;
	border-top: 6px solid #a9a9a9;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.selectboxit-list {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
}

.selectboxit-list .selectboxit-option-anchor {
	color: #545454;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	color: #ffffff;
	background-color: #0699af;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
	color: #999999;
}

select.select_box_it{
	display: none;
}

.placeholder{
	color: #929292;
}

strong,
.strong{
	font-weight: 600;
}

.underlined{
	display: inline-block;
	background: url("images/underlined_bg.png") bottom repeat-x;
}

.italic{
	font-style: italic;
}

.highlighted,
.search-highlight{
	background: #f1eb3c;
	display: inline-block;
	padding: 0 3px;
}

.alignleft{
	float: left;
	margin-right: 30px;
}

.alignright{
	float: right;
	margin-left: 30px;
}

.color_highlight{
	color: #0699af;
}

.bold{
	font-weight: 700;
}

.dnd_dropcap{
	position: relative;
	top: 6px;
	background: #0699af;
}

.tipsy{
	font-size: 14px;
	margin-top: -3px;
}

.section_color_background{
	background: #0699af;
	margin-bottom: 0;
}

.leading_line{
	margin-bottom: 80px !important;
}

.leading_line:after{
	content: "";
	display: block;
	position: relative;
	bottom: -40px;
	width: 70px;
	height: 5px;
	background: #0699af;
}

.center_aligned.leading_line:after{
	left: 50%;
	margin-left: -35px;
}

.right_aligned.leading_line:after{
	left: 100%;
	margin-left: -70px;
}

.last_child{
	margin-right: 0 !important;
}

.content_with_right_sidebar{
}

.content_with_left_sidebar{
	float:right !important;
}

.span12.content_with_right_sidebar{
	padding-right: 0;
}

.left_aligned{
	text-align: left;
}

.right_aligned{
	text-align: right;
}

.center_aligned,
.aligncenter{
	text-align: center;
}

.no_padding_bottom{
	padding-bottom: 0;
}

.no_padding_top{
	padding-top: 0;
}

.border_top_bottom{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.wp-caption.aligncenter{
	width: 100% !important;
}

.margin_bottom{
	margin-bottom: 40px;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

table {
	line-height: 2;
	margin: 0 0 40px;
	width: 100%;
}

th{
	font-weight: 700;
}


div.pp_overlay{
	background: #fff;
	opacity: 0.6 !important;
}

.pp_gallery{
	display: none !important;
}

div.pp_woocommerce div.ppt{
	visibility: hidden !important;
}

.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignright{}
.alignleft{}
.aligncenter{}

/*-------- 02.a. Inner columns --------*/
.container,
.dnd_container{
	width: 1170px;
	margin: 0 auto;
}
.content .dnd_container,
.content_with_right_sidebar .dnd_container,
.content_with_left_sidebar .dnd_container,
#content_with_right_sidebar .dnd_container,
#content_with_left_sidebar .dnd_container{
	width: 100%;
}


.content_with_right_sidebar .dnd_section_DD,
.content_with_left_sidebar .dnd_section_DD{
	padding: 0;
}

.row{
	width: 100%;
}

.row:before,
.row:after{
	display: table;
	line-height: 0;
	content: "";
}

.row:after{
	clear: both;
}

.row > [class*="span"]{
	display: block;
	float: left;
	width: 100%;
	min-height: 20px;
	margin-left: 2.564102564102564%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.row > [class*="span"]:first-child{
	margin-left: 0;
}

.row .span12{width: 100%;}
.row .span11{width: 91.45299145299145%;}
.row .span10{width: 82.90598290598291%;}
.row .span9 {width: 74.35897435897436%;}
.row .span8 {width: 65.81196581196581%;}
.row .span7 {width: 57.26495726495726%;}
.row .span6 {width: 48.71794871794872%;}
.row .span5 {width: 40.17094017094017%;}
.row .span4 {width: 31.62393162393162%;}
.row .span3 {width: 23.07692307692308%;}
.row .span2 {width: 14.52991452991453%;}
.row .span1 {width: 5.982905982905983%;}

.half,
.third,
.fourth,
.fifth{
	float: left;
}

.alpha{
	margin-left: 0 !important;
}

.half{width: 50%;}
.third{width: 33.33333%;}
.fourth{width: 25%;}
.fifth{width: 20%;}

.left{
	float: left !important;
}

.right{
	float: right !important;
}

.no_margin{
	margin: 0;
}

.no_padding{
	padding: 0;
}

.bottom_margin{
	margin-bottom: 40px;
}

.border_top{
	border-top: 1px solid #ddd;
}

.border_bottom{
	border-bottom: 1px solid #ddd;
}

.border_left{
	border-left: 1px solid #ddd;
}

.border_right{
	border-right: 1px solid #ddd;
}

.wp-caption{
	max-width: 100% !important;
}

/*-------- 02.b. Clearfix --------*/
.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}


/*-----------------------------------------------------------------*/
/* 03. Header
/*-----------------------------------------------------------------*/

#logo{
	float: left;
}

#evora_main_header_bar{
	width: 100%;
	min-height: 100px;
	background: #292935;
	/* padding: 20px 0px; */
}

#shop_links{
	float: right;
}

#shop_links a{
	color: #dddddd;
	font-size: 14px;
	margin-right: 35px;
}

#shop_links a:hover{
	color: #0699af;
}

#shop_links a:last-child{
	margin-right: 0;
}

#shop_links .link_my_account:before{
	height: 6px;
	width: 6px;
	display: inline-block;
	background: #0699af;
	content: "";
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-right: 10px;
	top: -2px;
	position: relative;
}

#evora_main_slider{
	padding: 0;
	position: relative;
	height: 591px;
	background: #f3f3f0;
	border-bottom: 1px solid #dddddd;
}

#sentence_search{
	font-family: Ubuntu;
	font-size: 23px;
	line-height: 46px;
	padding-top: 46px;
	padding-bottom: 29px;
}

#sentence_search .selectboxit-container span{
	line-height: 26px;
	height: 26px;
}

#sentence_search .selectboxit-text{
	text-transform: uppercase;
	color: #0699af;
	border-bottom: 2px solid #0699af;
}

#sentence_search .selectboxit-arrow-container{
	display: none;
}

#sentence_search .selectboxit-btn{
	padding-right: 0 !important;
}

#sentence_search .selectboxit .selectboxit-option-icon-container{
	margin-left: 0px;
}

#sentence_search input.ss_value{
	display: inline-block;
	width: 60px;
	height: 27px;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
	border: none;
	background-color: transparent;
	color: #0699af;
	padding: 0;
	outline: none;
	border-bottom: 2px solid #0699af;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#sentence_search .span3{
	text-align: right;
	position: relative;
}

#sentence_search .span3:before{
	display: block;
	height: 1px;
	width: 141px;
	content: "";
	background: #ddd;
	position: absolute;
	top: 50px;
	left: 0px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	-webkit-transform:rotate(-45deg); 
}

#sentence_search .ss_submit{
	background: #dd8452;
	display: inline-block;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 100px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	outline: none;
	border: none;
	padding: 0;
}



/*-------- 03.a. Main menu --------*/
#ABdev_menu_toggle{
	display: none;
	cursor: pointer;
}

#evora_main_menu_bar{
	background: #0699af;
}

#evora_main_menu{
	list-style: none;
	margin: 0;
	position: relative;
}

#evora_main_menu > li{
	float: left;
}

#evora_main_menu >li > a{
	line-height: 44px;
	color: #362007;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-weight: 500;
	display: inline-block;
	margin-right: 40px;
}

#evora_main_menu ul{
	display: none;
	list-style: none;
	position: absolute;
	border: 3px solid #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	margin: 7px 0 0 0;
	padding-top: 9px;
	min-width: 228px;
	z-index: 9999;
}

#evora_main_menu > li > ul:before{
	content: "";
	display: block;
	position: absolute;
	width:228px;
	height: 13px;
	top: -13px;
	left: 0;
	z-index: 9999;
	background: url(images/submenu_pin_top.png) 18px 3px no-repeat;
}

#evora_main_menu li:hover > ul,
#evora_main_menu li.sfHover > ul{
	display: block;
}

#evora_main_menu ul li{
	position: relative;
	margin-bottom: 9px;
}

#evora_main_menu ul li a{
	display: inline-block;
	width: 100%;
	color: #545454;
	padding: 0px 0px 0px 20px;
	line-height: 34px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

#evora_main_menu ul li:hover,
#evora_main_menu ul li:hover > a{
	background: #0699af;
	color: #fff;
}

#evora_main_menu ul li a:hover{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	color: #fff;
}

#evora_main_menu ul ul{
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 10px;
	margin-top: 0;
}

#evora_main_menu ul ul:before{
	position: absolute;
	content: "";
	top: 0;
	left: -10px;
	width: 10px;
	height: 100px;
	background: url(images/submenu_pin_right.png) 0px 9px no-repeat;
}

#evora_main_menu ul ul.sf-menu-left{
	margin-left: -16px;
}					

#evora_main_menu ul ul.sf-menu-left:before{
	left: auto;
	right: -10px;
	background: url(images/submenu_pin_left.png) right 9px no-repeat;
}					

.sf-arrows .sf-with-ul:after{
	content:"\f488";
	font-family:'WebHostingHub-Glyphs';
	color: #aaa;
	margin-left: 5px;
	float:right;
	position: relative;
	top: 2px;
}

.sf-arrows ul .sf-with-ul:after{
	content:"\f105";
	top: 0;
}

.sf-arrows ul li:hover .sf-with-ul:after{
	color: #fff;
}

.sf-arrows > li:hover > .sf-with-ul:after{
	color: #d84949;
}

.sf-arrows .current_menu_ancestor .sf-with-ul:after{
	color: #333;
}

#evora_menu_search{
	width: 200px;
	float: right;
	text-align: right;
	padding-top: 9px;
}

#evora_menu_search a{
	color: #f7f7f7;
}

#evora_menu_search i{
	float: left;
	position: relative;
	top: 2px;
	font-size: 14px;
}

#evora_menu_search ::-webkit-input-placeholder{
	color: #f7f7f7;
	font-style: italic;
	line-height: normal;
}

#evora_menu_search :-moz-placeholder{
	color: #f7f7f7;
	font-style: italic;
	line-height: normal;
}

#evora_menu_search ::-moz-placeholder{
	color: #f7f7f7;
	font-style: italic;
	line-height: normal;
}

#evora_menu_search :-ms-input-placeholder{
	color: #f7f7f7;
	font-style: italic;
	line-height: normal;
}

#evora_menu_search input{
	-webkit-appearance:none;
	width: 170px;
	background: #0699af;
	color: #f7f7f7;
	font-style: italic;
	border: none;
	background: url(images/menu_search_bg.png) bottom left no-repeat;
	outline: 0;
	margin-bottom: 0;
	padding: 0 0 1px 6px;
	line-height: normal;
}



/*-----------------------------------------------------------------*/
/* 04. Slider place
/*-----------------------------------------------------------------*/
#frontpage_slider{
	padding: 0;
	margin: 0;
}

.tp-leftarrow.default,
.tp-rightarrow.default {
	background: #fff;
	width: 42px;
	height: 46px;
	text-align: center;
	border: 1px solid #ddd;
}

.tp-leftarrow.default{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-left: none;
	padding-right: 2px;
}

.tp-rightarrow.default {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right: none;
	padding-left: 2px;
}

.tp-leftarrow.default:before,
.tp-rightarrow.default:before {
	font-family:'WebHostingHub-Glyphs';
	display: block;
	color: #0699af;
	content:'\f489';
	text-align: center;
	font-size: 16px;
	line-height: 45px;
	width: 100%;
	height: 100%;
	position: relative;
}

.tp-rightarrow.default:before {
	content:'\f488';
}

.tp-leftarrow.default:hover:before,
.tp-rightarrow.default:hover:before {
	color: #545454 !important;
}

.tp-bullets.simplebullets.round .bullet{	
	background:#fff;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 7px;
	border: 1px solid #ddd;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected{	
	border: 1px solid #0699af;
	background-color:#0699af;
}

.Evora-overlay > a{
	border: 1px solid #dddddd !important;
	position: relative;
	display: inline-block;
}

.Evora-overlay > a:hover:after{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.35);
}

/*-------- 05.u. Videos --------*/
.videoWrapper-youtube{
	position:relative;
	padding-bottom:56.25%;
	padding-top:0px;
	height:0;
	overflow:hidden;
}

.videoWrapper-youtube iframe,
.videoWrapper-youtube object,
.videoWrapper-youtube embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.videoWrapper-vimeo{
	position:relative;
	padding-bottom:53%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.videoWrapper-vimeo iframe,
.videoWrapper-vimeo object,
.videoWrapper-vimeo embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/*-----------------------------------------------------------------*/
/* 06. Layout elements
/*-----------------------------------------------------------------*/
#evora_main_section{
	padding: 0;
	margin: 0;
}

#evora_main_section.with_right_sidebar{
	background: url(images/bg-rs-1170.png) 50% 0px repeat-y;
}

#evora_main_section.with_left_sidebar{
	background: url(images/bg-ls-1170.png) 50% 0px repeat-y;
}

#content_with_right_sidebar,
#content_with_left_sidebar,
aside.sidebar_right,
aside.sidebar_left{
	padding-top: 60px;
	padding-bottom: 30px;
}

aside.sidebar_right{
	padding-left: 30px;
	background: #DCC3A4;
}

aside.sidebar_left{
	padding-right: 30px;
	background: #DCC3A4;
}

/*-----------------------------------------------------------------*/
/* 06. Blog
/*-----------------------------------------------------------------*/
.sidebar_left{
	margin-left: 0 !important;
}

/*-------- 06.b. Blog Posts --------*/
#evora_archive_header,
#evora_single_post_header{
	background: #fff;
	border: 1px solid #ddd;
	padding: 7px 20px 5px 20px;
	font-size: 14px;
	margin-bottom: 40px;
}

#evora_archive_header select{
	background: none;
	border: none;
	outline: none;
	width: auto;
	margin: 0 0 0 15px;
	padding: 0;
}

#evora_archive_header .rss_url{
	float: right;
	color: #545454;
}

#evora_archive_header .rss_url i{
	margin-left: 10px;
	top: 1px;
	position: relative;
}

#evora_single_post_header p{
	display: inline-block;
	margin-bottom: 0;
}

#evora_single_post_header a{
	color: #545454;
}

#evora_single_post_header a:hover{
	color: #0699af;
}

.post{
	background: url(images/product_bg.png) bottom right no-repeat;
}

.post_content{
	position: relative;
	min-height: 200px;
	padding-bottom: 35px;
}

.post_wrapper{
	margin-bottom: 40px;
}

.post_content p:last-child{
	margin-bottom: 0;
}

.post_content .post_main{
	position: relative;
}

.blog_category_index,
#single_post_content{
	padding-top: 60px;
}

.blog_category_index .post_main,
#single_post_content .post_main{
	margin-left: 140px;
}

.post_content .post_main > img,
.post_content .post_main > .videoWrapper-vimeo,
.post_content .post_main > .videoWrapper-youtube{
	margin-bottom: 32px;
}

.post_content .post_main .wp-post-image{
	border: 1px solid #ddd;
	margin-bottom: 32px;
}

.post_content .post_main > iframe{
	margin-bottom: 25px;
}


.post_content .post_main h3{
	text-transform: uppercase;
	padding-left: 80px;
	position: relative;
	margin-top: 2px;
	margin-bottom: 29px;
	line-height: 34px;
}

.post_content .post_main h3:before{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #0699af;
	position: absolute;
	left: 0;
	top: 50%;
}

.post_content .post_main h3 a{
	color: #545454;
}

.post_content .post_main h3 a:hover{
	color: #0699af;
}

.post_content .post_badges{
	float: left;
	width: 100px;
	text-align: center;
	color: #545454;
}

.post_content .post_badges .post_date{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}

.post_content .post_badges .post_date span{
	font-size: 50px;
	line-height: 50px;
	display: block;
	margin-bottom: 7px;
}

.post_meta_tags{
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 33px;
}

.post_meta_share a{
	display: inline-block;
	padding: 1px 9px 2px 9px;
	background: #fff;
	color: #545454;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
	margin-bottom: 41px;
}

.post_meta_share i{
	margin-right: 10px;
	position: relative;
	top: 1px;
}

.post_meta_share .post_share_facebook:hover{background: #3B5998;color: #fff;}
.post_meta_share .post_share_twitter:hover{background: #4099FF;color: #fff;}
.post_meta_share .post_share_googleplus:hover{background: #d34836;color: #fff;}



.post_excerpt{
	line-height: 38px;
	margin-top: -4px;
}

.sticky{
	background: #f2f2f2;
	margin-bottom: 40px;
	padding: 40px 20px 0 20px;
}

/*-------- 06.c. Post Comments --------*/


#comments-title,
#reply-title{
	font-family: Ubuntu;
	font-size: 28px;
	text-transform: uppercase;
	padding-left: 80px;
	position: relative;
	margin-bottom: 37px;
}

#comments-title:before,
#reply-title:before{
	display: block;
	content: "";
	width: 40px;
	height: 2px;
	background: #0699af;
	position: absolute;
	left: 0;
	top: 50%;
}

#comments_section{
	padding-top: 40px;
}

#comments_section ul,
#comments_section ol{
	list-style: none;
	margin-left: 0;
}

.comment p{
	margin-bottom: 0;
}

.inner_comment {
	position: relative;
	padding-left: 100px;
	padding-bottom: 34px;
	margin-bottom: 40px;
	min-height: 110px;
	background: url(images/product_bg.png) bottom right no-repeat;
}

.comment .children{
	padding-left: 100px;
}

.children .comment{
	background: none;
	padding-bottom: 0;
}

.comment .avatar{
	position: absolute;
	top: 0px;
	left: 0;
}

.comment .comment-author{
	font-size: 16px;
	font-weight: 700;
}

.comment time{
	font-size: 13px;
	font-style: italic;
	color: #9f9f9f;
	float: right;
}

.inner_comment .reply,
.inner_comment .edit-link{
	visibility: hidden;
	margin-left: 15px;
}

.inner_comment:hover > .reply,
.inner_comment:hover > .edit-link{
	visibility: visible;
}

.comment .reply,
.comment .edit-link,
.comment .reply a,
.comment .edit-link a{
	color: #0699af;
}

.comment .reply a:hover,
.comment .edit-link a:hover{
	color: #545454;
}

#respond{
	padding-top: 34px;
}

#respond #comment{
	margin-bottom: 7px;
}

#respond .comment_fields_left{
	width: 42%;
	float: left;
}

#respond .comment_fields_left input{
	font-size: 14px;
}

#respond .comment-form-comment{
	margin-bottom: 0;
	width: 54%;
	float: right;
}

#respond .comment-form-comment textarea{
	height: 128px;
}

.logged-in #respond .comment-form-comment{
	width: 100%;
	float: none;
}

#respond .form-submit{
	float: right;
	clear: right;
}

#respond #comment-submit{
	-webkit-appearance: none;
	outline: none;
	background: none;
	margin: 0;
	color: #0699af;
	border: 3px solid #0699af;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 36px;
}

#respond #comment-submit:hover{
	background: #0699af;
	color: #fff;
}


/*-------- 06.d. Post Pagination --------*/
#single_post_pagination {
	position: relative;
	margin-top: 90px;
}

#single_post_pagination .prev,
#single_post_pagination .next{
	position: absolute;
	top: 0;
	padding: 0;
	display: inline-block;
}

#single_post_pagination .prev a,
#single_post_pagination .next a{
	color: #fff;
	background: #0699af;
	font-family: Ubuntu;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 12px 16px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#single_post_pagination .prev{
	left: 0;
}

#single_post_pagination .next{
	right: 0;
}



#blog_pagination{
	text-align: right;
	margin-bottom: 73px;
}

#blog_pagination .page-numbers,
#blog_pagination .page-numbers-label{
	color: #545454;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	display: inline-block;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}

#blog_pagination i{
	font-size: 8px;
	line-height: 8px;
	margin: 0 5px;
	position: relative;
	top: -1px;
}

#blog_pagination .page-numbers:hover,
#blog_pagination .page-numbers.current{
	border-bottom: 1px solid #545454;
}


#inner_post_pagination span{
	color: #fff;
	background: #545454;
	font-family: Ubuntu;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	display: inline-block;
	padding: 15px 12px 16px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:30px;
}

#inner_post_pagination a span{
	background: #0699af;
}



/*-----------------------------------------------------------------*/
/* 07. Contact Form 7
/*-----------------------------------------------------------------*/
.wpcf7 input{
	margin-top: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
	border: 1px solid #d9d9d9;
	margin: 0 0 30px 0;
}

.wpcf7 textarea{
	height: 180px;
	margin: 0 0 30px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
}

.wpcf7-submit{
	-webkit-appearance: none;
	cursor: pointer;
	transition: background 180ms ease-in, color 180ms ease-in, border-color 180ms ease-in;
	-webkit-transition: background 180ms ease-in, color 180ms ease-in, border-color 180ms ease-in;
	white-space: nowrap;
	text-decoration: none;
	display: inline-block;
	border: none !important;
	background: #0699af;
	color: #fff;
	padding: 15px 30px !important;
	margin-right: 10px;
	margin-bottom: 20px;
	line-height: 20px !important;
	font-size: 20px;
	font-family: Ubuntu;
	font-weight: 300;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wpcf7-submit:hover{
	background: #545454 !important;
	transition: background 180ms, color 180ms, border-color 180ms;
	-webkit-transition: background 180ms, color 180ms, border-color 180ms;
}

.wpcf7-response-output{
	margin-top: 20px;
}

.wpcf7-not-valid-tip{
	width: auto !important;
	border: none !important;
	color: #fff !important;
	padding: 4px 8px !important;
	background: #858585 !important;
}

.wpcf7-validation-errors{
	margin-bottom: 40px !important;
	padding: 19px !important;
	background: #ffe9e9 !important;
	color: #d04544 !important;
	border: none !important;
	margin: 20px 0 40px 0 !important;
}

#evora_contact_form_submit{
	-webkit-appearance: none;
	width: 100%;
	background: #0699af !important;
	height: 55px;
	margin-top: 0;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

div.wpcf7 img.ajax-loader {
	top: -20px;
	position: relative;
	left: 50%;
	margin-left: -8px;
}


/*-----------------------------------------------------------------*/
/* 08. Widgets
/*-----------------------------------------------------------------*/


.widget input{
	margin-bottom: 0;
}

aside .widget{
	margin-bottom: 70px;
}

.sidebar-widget-heading h3{
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 23px;
	color: #545454;
	padding-left: 50px;
	position: relative;
	margin-bottom: 28px;
}

.sidebar-widget-heading h3:before{
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	background: #0699af;
	position: absolute;
	left: 0;
	margin-top: 2px;
	top: 50%;
}

aside .widget a{
	color: #545454;
}

aside .widget a:hover{
	color: #dd8452;
}

.widget ul{
	list-style: none;
	margin-left: 0;
}

.widget ul li{
	position: relative;
}

/*-------- 08.a. Search --------*/	
.widget_search form{
	position: relative;
}

.widget_search a{
	cursor: pointer;
}

.widget_search i{
	color: #858585;
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 12px;
}

.widget_search input{
	padding: 10px 20px;
	font-size: 13px;
	height: 35px;
}

.search_results_content_item{
	padding-left: 41px;
	position: relative;
}

.search_resuls_number{
	font-family: Ubuntu;
	font-size: 19px;
	font-weight: 300;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 19px;
}

.search_results_content_item h4{
	margin-bottom: 12px;
}

#search_results_sum_title{
	margin-bottom: 50px;
}

/*-------- 08.b. Categories --------*/	
.widget_pages li,
.widget_recent_entries li,
.widget_archive li,
.widget_nav_menu li,
.widget_meta li,
.widget_rss li,
.widget_categories li{
	position: relative;
	margin-bottom: 19px;
}

.widget_nav_menu li.menu-item-has-children{
	padding-bottom: 0;
}

.widget_nav_menu li ul{
	margin-top: 7px;
	margin-bottom: 0;
}

.widget_nav_menu li ul li{
	padding-left: 20px;
}

.widget_rss .rsswidget{
	font-family: Ubuntu;
	color: #545454;
	font-size: 18px;
}

.widget_rss .rss-date{
	display: block;
}
.widget_rss .rssSummary{
	font-size: 13px;
}

/*-------- 08.b. Tag Cloud --------*/	
.tagcloud a{
	border: 1px solid #e6ebed;
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 5px 11px 6px 11px;
	float: left;
	color: #939fa6;
	font-size: 13px !important;
	line-height: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tagcloud a:hover{
	background: #0699af;
	color: #fff !important;
}

.tagcloud:after{
	display: block;
	clear: both;
	content: "";
	height: 0;
}

#evora_main_footer .tagcloud a{
	border: 1px solid #5f5f5e;
}

#evora_main_footer .tagcloud a:hover{
	color: #434342;
	border-color: #929292;
}

/*-------- 08.c. Flickr stream --------*/	
.flickr_stream a{
	float: left;
	margin: 3px 20px 17px 0;
	display: inline-block;
	position: relative;
	border: 1px solid #dddddd;
}

aside.sidebar .flickr_stream a{
	margin: 0 20px 20px 0;
}

.flickr_stream a:nth-child(3n+0){
	margin-right: 0;
}

aside.sidebar .flickr_stream a:nth-child(3n+0){
	margin-right: 10px;
}

aside.sidebar .flickr_stream a:nth-child(4n+0){
	margin-right: 0;
}

.flickr_stream a:hover:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}

.flickr_stream img{
	width: 70px;
	height: 70px;
}

aside.sidebar .flickr_stream img{
	width: 82px;
	height: 82px;
}


/*-------- 09.a. Recent Posts Widget Extended Widget --------*/
.rpwe-block li{
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	position: relative;
	padding-left: 60px;
	min-height: 50px;
	margin-bottom: 26px !important;
}

.rpwe-thumb {
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

.rpwe-title{
	margin-bottom: 0 !important;
	font-family: 'Open Sans';
	font-size: 13px !important;
	line-height: 20px;
	color: #939fa6;
	font-weight: normal;
}

.rpwe-time{
	font-size: 12px;
	color: #69757b;
}

/*-------- 09.a. Contact Info Widget --------*/
.contact_info_widget p{
	padding-left: 47px;
	position: relative;
	margin-bottom: 21px;
}

.contact_info_widget i{
	position: absolute;
	left: 0;
	top: -3px;
	display: inline-block;
	background: #242e35;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#FFF;
}

.textwidget i{
	display: inline-block;
	position:relative;
	background: #242e35;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#FFF;
	margin-right:15px;
}


/*-------- 09.a. Contact Page - Contact Info --------*/
.contact_page_info{
	position: relative;
	margin-bottom: 19px;
	padding-left: 47px;
}

.contact_page_info span{
	position: absolute;
	left: 0;
	display: inline-block;
	background: #242e35;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.contact_page_info i{
	position: relative;
	top: -2px;
}

/*-----------------------------------------------------------------*/
/* 09. Pages
/*-----------------------------------------------------------------*/

/*-------- 09.a. 404 page --------*/
#page404{
	text-align: center;
	margin-bottom: 76px;
}

#page404 .big_404{
	font-size: 410px;
	line-height: 410px;
	font-family: Ubuntu;
	font-weight: 300;
	color: #0699af;
}



/*-----------------------------------------------------------------*/
/* 10. Footer
/*-----------------------------------------------------------------*/
#evora_main_footer{
	color: #dddddd;
	background: #292934;
	border-top: 10px solid #dd8452;
	line-height: 20px;
}

#evora_main_footer h3{
	color: #f7f7f7;
	font-size: 23px;
	line-height: 23px;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	padding-left: 50px;
	margin-bottom: 31px;
}

#evora_main_footer h3:before{
	width: 36px;
	height: 2px;
	display: block;
	content: "";
	background: #0699af;
	position: absolute;
	left: 0;
	top: 13px;
}

#evora_main_footer a{
	color: #0699af;
}

#evora_main_footer a:hover{
	color: #fff;
}

#footer_columns{
	padding: 76px 0;
}

#footer_columns .dnd_follow_us a{
	color: #fff;
	margin-bottom: 0;
}


#footer_copyright{
	border-top: 1px solid #545454;
	padding: 43px 0 45px 0;
}

.footer_social{
	text-align: right;
}

.footer_social a{
	display: inline-block;
	background: #242e35;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.footer_social i{
	color:#939fa6;
	font-size: 16px;
}

.footer_social a:hover i{
	color:#fff;
}

.brown {
	color:#FFF;
}

.brown header h3 {
	color:#FFF;
}

.tp-bullets {
	display:none;
}

.dnd_column_DD_span3 {
	text-align:center;
}
.dnd_column_DD_span3 a {
	margin:0 auto;
	margin-bottom:10px;
	margin-top:10px;
}

select {
	padding-top:8px !important;
	padding-bottom:8px !important;
}

#contact-info-4 {
	margin-bottom:0px;
}

.orange {
	color:#df6d27;
}

#text-13 h3 {
	visibility:hidden;
}

#timer-wrapper {
	width:200px;
	background-color:#DF6D27;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:2px;
	color:#FFF;
	font-weight:500;
	position:fixed;
	bottom:0;
	right:5%;
	border-top-left-radius:2em;
	border-top-right-radius:2em;
	box-shadow: 1px 0px 10px #333;
	z-index:201;
}

#timer {
	float:right;
}

.weatherItem a {
	visibility: hidden;
}

.weatherItem {

}

.witm, .weatherCity {
	display: none;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

.townName {
	color:#FFD50C;
	font-weight: 600;
}

#twn {
	display:none;
}

#social-media{
float:right !important;
position:relative;
/* right:116px; */
top:30px;
display:block;
}

@media all and (min-width:480px) {
	#social-media img{
		padding-left:8px;
	}
}

@media all and (max-width:479px) {
	#social-media a img {
		width:36px;
		height:30px;
	}
	#social-media img{
		padding-left:6px;
	}

	.tp-caption h2 strong {
		font-size:18px !important;
		line-height: 22px;
	}
}

@media all and (min-width:768px) {
	#right-top {
		right:116px;
		position:relative;
	}
}

#header-search {
	float:right;
	top:26px;
	position: relative;
}

@media all and (min-width:720px) {
	.satsa {
		float:right;
		margin-top:-140px;
		margin-right:80px;
	}

	.satsa img {
		width:140px;
		width:140px;
	}
}

@media all and (max-width:719px) {
	
	.satsa {
		float:right;
		margin-top:-100px;
		margin-right:0px;
	}

	.satsa img {
		width:100px;
		width:100px;
	}

}

@media all and (min-width:768px) {
	#evora_menu_search {
		display:none;
	}
}

@media all and (max-width:767px) {
	#header-search {
		display:none;
	}

	#logo a img {
		width:123px;
		height:75px;
	}

	#logo {
		margin-top:10px;
	}
}

#slogan {
	float:left;
	top:40px;
	margin-left:120px;
	position: relative;
	color:#DF6D27;
}

@media all and (max-width:980px) {
	#slogan {
		display:none;
	}
}

.dnd_pricing-table-2 {
	margin-top:40px;
}

.vehicle-text {
	padding-top:0px !important;
}

.vehicle-intro {
	padding-bottom:0px !important;
}