/*
Theme Name: webredas
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;
}

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"],input[type="tel"], 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;
}


/*-----------------------------------------------------------------*/
/* 02. Global styles
/*-----------------------------------------------------------------*/
body{
	font-family: 'Lato';
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: #3B3B3B;
	background: #ffffff;
}

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: 'Lato';
	color: #545454;
	margin-bottom: 13px;
}
h4, h5, h6{
	font-family: 'Lato';
	color: #545454;
	margin-bottom: 13px;
}

h1{
	color: #0e0e0e;
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 0 !important;
}

h2{
	font-size: 36px;
	line-height: 36px;
	font-weight: 500;
}

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 #d9d9d9;
	font-family: 'Lato';
	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: 'Lato';
	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;
	margin-top: 20px;
}

#webredas_main_header_bar{
	width: 100%;
	min-height: 100px;
	background: black;
	padding: 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;
}

#webredas_main_slider{
	padding: 0;
	position: relative;
	height: 591px;
	background: #f3f3f0;
	border-bottom: 1px solid #dddddd;
}




/*-------- 03.a. Main menu --------*/
#PBdev_menu_toggle{
	display: none;
	cursor: pointer;
}

#webredas_main_menu_bar{
	background: none !important;
	padding: 20px 0;
}

#webredas_main_menu{
	float: right;
    list-style: outside none none;
    margin: 12px 0 0;
    position: relative;
}

#webredas_main_menu > li{
	float: left;
}

#webredas_main_menu > li > a{
	color: #e9cf44;
    display: inline-block;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 500;
    line-height: 44px;
    margin-left: 50px;
    margin-right: 0px;
    text-transform: uppercase;
}

#webredas_main_menu ul{
	display: none;
	list-style: none;
	position: absolute;
	border: 1px solid black;
	background: #000;
	margin: 7px 0 0 0;
	padding-top: 0px;
	min-width: 260px;
	z-index: 9999;
}
.navi .menu-item a {
	color: #ffffff !important;
    display: block !important;
    font-family: 'Lato';
    font-size: 12px !important;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 15px 11px;
    text-decoration: none;
    text-transform: uppercase;
}
#webredas_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;
}

#webredas_main_menu li:hover > ul,
#webredas_main_menu li.sfHover > ul{
	display: block;
}

#webredas_main_menu ul li{
	position: relative;
	margin-bottom: 0px;
}

#webredas_main_menu ul li a{
	display: inline-block;
	width: 100%;
	color: #545454;
	padding: 10px 0px 10px 20px;
	line-height: 20px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

#webredas_main_menu ul li:hover,
#webredas_main_menu ul li:hover > a{
	background: #0699af;
	color: #fff;
}

#webredas_main_menu ul li a:hover{
	background:#e9cf44 !important;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	color: #fff;
}

#webredas_main_menu ul ul{
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 10px;
	margin-top: 0;
}

#webredas_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;
}

#webredas_main_menu ul ul.sf-menu-left{
	margin-left: -16px;
}					

#webredas_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;
}

#webredas_menu_search{
	width: 200px;
	float: right;
	text-align: right;
	padding-top: 9px;
}

#webredas_menu_search a{
	color: #f7f7f7;
}

#webredas_menu_search i{
	float: left;
	position: relative;
	top: 2px;
	font-size: 14px;
}

#webredas_menu_search ::-webkit-input-placeholder{
	color: #f7f7f7;
	font-style: italic;
	line-height: normal;
}

#webredas_menu_search :-moz-placeholder{
	color: #f7f7f7;
	font-style: italic;
	line-height: normal;
}

#webredas_menu_search ::-moz-placeholder{
	color: #f7f7f7;
	font-style: italic;
	line-height: normal;
}

#webredas_menu_search :-ms-input-placeholder{
	color: #f7f7f7;
	font-style: italic;
	line-height: normal;
}

#webredas_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;
}

.Webredas-overlay > a{
	border: 1px solid #dddddd !important;
	position: relative;
	display: inline-block;
}

.Webredas-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
/*-----------------------------------------------------------------*/
#webredas_main_section{
	padding: 0;
	margin: 0;
}

#webredas_main_section.with_right_sidebar{
	background: url(images/bg-rs-1170.png) 50% 0px repeat-y;
}

#webredas_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: 120px;
	padding-bottom: 30px;
}

aside.sidebar_right{
	padding-left: 30px;
	background: #efefef;
}

aside.sidebar_left{
	padding-right: 30px;
	background: #efefef;
}

/*-----------------------------------------------------------------*/
/* 06. Blog
/*-----------------------------------------------------------------*/
.sidebar_left{
	margin-left: 0 !important;
}

/*-------- 06.b. Blog Posts --------*/
#webredas_archive_header,
#webredas_single_post_header{
	background: #fff;
	border: 1px solid #ddd;
	padding: 7px 20px 5px 20px;
	font-size: 14px;
	margin-bottom: 40px;
	display:none;
}

#webredas_archive_header select{
	background: none;
	border: none;
	outline: none;
	width: auto;
	margin: 0 0 0 15px;
	padding: 0;
}

#webredas_archive_header .rss_url{
	float: right;
	color: #545454;
}

#webredas_archive_header .rss_url i{
	margin-left: 10px;
	top: 1px;
	position: relative;
}

#webredas_single_post_header p{
	display: inline-block;
	margin-bottom: 0;
}

#webredas_single_post_header a{
	color: #545454;
}

#webredas_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;
}
#single_post_content h1 {
	color: #000000;
	font-size: 17px;
    font-weight:600;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.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: 20px;
}

.post_content .post_main > iframe{
	margin-bottom: 25px;
}


.post_content .post_main h3{
	text-transform: uppercase;
	position: relative;
	margin-top: 2px;
	margin-bottom: 10px;
	line-height: 24px;
}

.post_content .post_main h3 a{
	color: #000000;
	font-size: 17px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.post_content .post_main h3 a:hover{
	color: #0699af;
}

.post_content .post_badges{
	color: #545454;
    float: left;
    position: absolute;
    text-align: center;
    width: 100px;
    z-index: 99999;
}

.post_content .post_badges .post_date{
	background: #e9cf44 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 16px;
    padding: 10px 0;
    text-transform: uppercase;
}

.post_content .post_badges .post_date span{
	display: block;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0;
}

.blog_category_index .post_main, #single_post_content .post_main {
    margin-left: 20px;
    padding-top: 15px;
}
.post_meta_tags{
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 33px;
}
.blog_category_index h1 {
	margin-bottom:30px;
	font-weight:400;
}
.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: 'Lato';
	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%;
}

#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;
}
.post_meta_author {
    font-size:14px;
    font-style: italic;
}
.post_meta_author span {
    font-weight:600;
}
.post_meta_author span a {
    font-weight:400;
}
#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: 'Lato';
	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-label {
	
}
#blog_pagination .page-numbers
{
	display: inline-block;
	margin: 0 0 0 10px;
	border-bottom: 2px solid #000000;
	background:#c6c6c6;
	color:#03647d;
	padding: 8px 20px;
}

#blog_pagination i{
	font-size: 8px;
	line-height: 8px;
	margin: 0 5px;
	position: relative;
	top: -1px;
}


#blog_pagination .page-numbers.current{
	border-bottom: 2px solid #03647d;
	background:#00AFD2;
	color:#ffffff;
	padding: 8px 20px;
}
#blog_pagination .page-numbers:hover{

}


#inner_post_pagination span{
	color: #fff;
	background: #545454;
	font-family: 'Lato';
	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: 'Lato';
	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;
}

#webredas_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: 'Lato';
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	padding-left: 40px;
	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;
	font-size: 14px;
}

aside .widget a:hover{
	color: #dd8452;
}

.widget ul{
	list-style: none;
	margin-left: 0;
}
#menu-footer-menu li {
    	position: relative;
	line-height: 18px;
	width: 230px;
	display: inline-block;
}
.widget ul li{
	position: relative;
	line-height: 18px;
}
#menu-footer-menu li a {
    color:#ffffff;
}
/*-------- 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: 'Lato';
	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: 'Lato';
	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;
}

#webredas_main_footer .tagcloud a{
	border: 1px solid #5f5f5e;
}

#webredas_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: 'Lato';
	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%;
}


/*-------- 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: 'Lato';
	font-weight: 300;
	color: #0699af;
}



/*-----------------------------------------------------------------*/
/* 10. Footer
/*-----------------------------------------------------------------*/
#webredas_main_footer{
	color: #dddddd;
	background: #131313 !important;
	border-top: none !important;
	line-height: 20px;
	font-size:14px;
}

#webredas_main_footer h3{
	border-bottom: 1px solid #fff;
    color: #f7f7f7;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: none;
}

#webredas_main_footer h3:before{
	width: 36px;
	height: 2px;
	display: none;
	content: "";
	background: #0699af;
	position: absolute;
	left: 0;
	top: 13px;
}

#webredas_main_footer a{
	color: #0699af;
}

#webredas_main_footer a:hover{
	color: #fff;
}

#footer_columns{
	padding: 76px 0 40px;
}

#footer_columns .dnd_follow_us a{
	color: #fff;
	margin-bottom: 0;
}

#menu-bottom-footer-menu {
     display: inline-block;
}
#menu-bottom-footer-menu li {
    display: inline-block;
    width: auto;
    padding-right:30px;
    margin-bottom: 0;
}
#menu-bottom-footer-menu li a {
    font-size:14px;
    color:#ffffff;
}

#footer_copyright{
	padding: 0;
}
#footer_copyright .row {
	border-top: 1px solid #272727;
	padding: 25px 0;
}

.footer_social{
	text-align: right;
	font-size: 14px;
}

.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;
}
#top-head {
    background: #00AFD6 none repeat scroll 0 0;
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 500;
    padding: 8px 0 10px 0;
}
#head-right-section {
    color: #ffffff;
    float: right;
    text-align: right;
    width: 30%;
}
#head-left-section {
    padding-top: 0;
    width: 70%;
}
ul.contact-info {
    color: #ffffff;
    display: inline;
    font-size: 13px;
    list-style: outside none none;
    margin-left: 0;
}
.hphone-no {
    float: left;
    padding-right: 20px;
}
.hemail-id {
    background: rgba(0, 0, 0, 0) url("images/phone-icon.png") no-repeat scroll 0 4px !important;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin-right: 15px;
    padding-left: 25px;
}
.hphone-no {
    background: rgba(0, 0, 0, 0) url("images/email-icon.png") no-repeat scroll 0 5px !important;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    padding-left: 25px;
}
.hemail-id {
    float: left;
    padding-right: 20px;
}
#top-head p {
    font-weight: 500;
    margin-bottom: 0;
}
.simple-social-icons ul {
    margin: 0 !important;
    padding: 0;
}
.page-banner img {
    opacity: inherit;
}
.page-banner h3 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    left: 0;
    letter-spacing: 1.2px;
    line-height: 48px;
    margin-bottom: 3px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 130px;
    width: 100%;
}
.page-banner p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    left: 0;
    letter-spacing: 1.2px;
    line-height: 48px;
    margin-bottom: 3px;
    position: absolute;
    text-align: center;
    top: 180px;
    width: 100%;
}
.page-banner {
    position: relative;
    text-align: center;
    z-index: 1;
}
.page-banner:before, .page-banner:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.page-banner:before {
    background-color: #000000;
}
#inn-blog-banner-section h3 {
    font-size: 26px;
    font-weight: 300;
    text-transform: none;
}
#blog-banner-section {
    padding-bottom: 0;
    padding-top: 0;
}
#inn-blog-banner-section {
    height: 300px;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
}