/**
 * WP jQuery Lightbox
 * Version 1.3.4 - 2011-12-29
 * https://wordpress.org/extend/plugins/wp-jquery-lightbox/ 
 */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10100;/*twentyeleven keeps the header at 999...*/
	text-align: center;
	line-height: 0;
	}

#jqlb_loading{
	height:32px;
	background-image:url('/wp-content/plugins/wp-lightbox-2/styles/images/loading.gif');
	background-repeat:no-repeat;				
	background-position:center center; 		
}	
#jqlb_closelabel{
	height:22px;
	background-image:url('/wp-content/plugins/wp-lightbox-2/styles/images/closelabel.gif');
	background-repeat:no-repeat;				
	background-position:center center;
}	

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 45%;
	height: 100%;
	background: transparent url('/wp-content/plugins/wp-lightbox-2/styles/images/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('/wp-content/plugins/wp-lightbox-2/styles/images/prev.gif') left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('/wp-content/plugins/wp-lightbox-2/styles/images/next.gif') right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
#downloadLink{
margin-left: 10px;
}	
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px;  float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10090;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}	
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{background:#fff}article,aside,details,figcaption,figure,footer,header,#hgroup,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{font-weight:400;text-align:left}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:hover,a:active{outline:0}a img{border:0}.container:after,.header-sidebar:after,#secondary-menu:after,#footer-menu:after,#featured-post:after,.entry-container:after,.entry-header:after,.widget:after,#supplementary:after,.site-info:after,.featued-content-wrap:after,.author-info:after,.clearfix:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}#header-search:before,.mobile-menu-bar:before,#slider-nav .slide-previous:before,#slider-nav .slide-next:before{-webkit-font-smoothing:antialiased;display:inline-block;font:normal 20px/1 Genericons;text-decoration:inherit;vertical-align:text-bottom}#header-search:before{content:"\f400"}.mobile-menu-bar:before{content:"\f419"}#slider-nav .slide-previous:before{content:"\f503";font-size:40px}#slider-nav .slide-next:before{content:"\f501";font-size:40px}.container{margin:0 auto;position:relative;width:1250px}#header-featured-image{clear:both;display:block;text-align:center;overflow:hidden;width:100%}#header-featured-image img{margin:0 auto}#header-left{display:inline-block;float:left;max-width:100%}#primary{clear:both;float:left;width:860px}#secondary{float:right;width:360px}#featured-post,#content-sidebar,#footer-sidebar{padding-top:30px}#header-right,#header-right .widget_nav_menu,#header-right .widget_search{padding-top:5px}.fixed-header #header-right{padding-top:0}.comments-area article{padding-bottom:30px}#featured-post .hentry,#featured-heading{padding-bottom:20px}#header-right #header-search-widget,#featured-post{padding-bottom:10px}#featured-heading h2,.entry-header .entry-title{padding-bottom:5px}.fixed-header #header-right #header-search-widget,.page .entry-header .entry-title,.tag-post-formats .entry-header .entry-title{padding-bottom:0}#homepage-message,#site-generator .site-info{padding:30px 0}#content .hentry,#secondary .widget,#comments{padding:30px}#secondary .widget.widget_adventurous_social_widget{padding:30px 40px 20px}#masthead{padding-top:15px}#header-left{padding-bottom:15px}#masthead.fixed-header{padding-top:6px}#masthead.fixed-header #header-left{padding-bottom:6px}#homepage-message .right-section a{padding:10px 25px}#header-right .widget .menu a{padding:0 10px 24px}.page-links,.widget,blockquote,#content article,#content .site-navigation,#content .author-info,#infinite-handle,#comments,.hentry.sticky .featured-sticky,.page-header,.entry-header,p,.featured-image,.entry-content table,.comment-content table,#content .searchform,.page-link,.single-attachment .entry-attachment img,#reply-title,.comments-title,.mejs-container,.breadcrumb{margin-bottom:30px}.tag-post-formats .entry-header,.type-page .entry-header,.hentry.format-aside .entry-title,.comments-area article header,.widget-feat-content{margin-bottom:20px}.widget-title{margin-bottom:10px}.single-format-gallery .entry-meta{margin-top:30px}#header-right ul.social-profile li{margin:0 0 0 10px}#main-slider .entry-header,#main-slider .entry-content p,#featured-post .entry-header,#featured-heading p,.header-sidebar .widget-title{margin-bottom:0}body,button,input,select,textarea,#header-right .widget .menu li{font-size:14px}#site-title{font-size:24px;font-weight:700;line-height:1.1}#site-description{font-size:13px;line-height:1.1}#masthead.fixed-header #site-description{font-size:11px}.entry-header .entry-title,#homepage-message h2,#featured-heading h2,#homepage-message .right-section{font-size:22px}#featured-post .entry-title{font-size:20px}.widget-title{font-size:18px}.header-sidebar .widget-title{font-size:16px}.entry-content h1,.comment-content h1{font-size:24px}.comments-title,#reply-title,.entry-content h2,.comment-content h2{font-size:22px}.entry-content h3,.comment-content h3{font-size:20px}.entry-content h4,.comment-content h4{font-size:18px}.entry-content h5,.comment-content h5{font-size:16px}.entry-content h6,.comment-content h6{font-size:14px}body{background-color:#f9f9f9}body,button,input,select,textarea{color:#404040;font-family:sans-serif,Arial;line-height:1.65;text-rendering:optimizeLegibility;word-wrap:break-word}hr{background-color:#ddd;border:0;height:1px;margin-bottom:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}b,strong{font-weight:700}dfn,cite,em,i{font-style:italic}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;font-size:15px;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:14px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}sup,sub{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{border:1px solid #eee;font-size:100%;margin:0;padding:10px;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal;*overflow:visible}button,input[type="submit"],input[type="button"],input[type="reset"],.hentry.post-password-required input[type=submit],li.bypostauthor cite span{padding:12px 20px 10px;font-size:14px;line-height:1.5;font-weight:400;color:#7c7c7c;background-color:#ddd;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#f4f4f4,#ddd);background-image:-ms-linear-gradient(top,#f4f4f4,#ddd);background-image:-webkit-linear-gradient(top,#f4f4f4,#ddd);background-image:-o-linear-gradient(top,#f4f4f4,#ddd);background-image:linear-gradient(top,#f4f4f4,#ddd);border:1px solid #d2d2d2;box-shadow:0 1px 2px rgb(64 64 64 / .1)}button,input[type="submit"],input[type="button"],input[type="reset"]{cursor:pointer}button:hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{border-color:#ccc #bbb #aaa #bbb;-webkit-box-shadow:inset 0 1px 0 rgb(255 255 255 / .8),inset 0 15px 17px rgb(255 255 255 / .8),inset 0 -5px 12px rgb(0 0 0 / .02);-moz-box-shadow:inset 0 1px 0 rgb(255 255 255 / .8),inset 0 15px 17px rgb(255 255 255 / .8),inset 0 -5px 12px rgb(0 0 0 / .02);box-shadow:inset 0 1px 0 rgb(255 255 255 / .8),inset 0 15px 17px rgb(255 255 255 / .8),inset 0 -5px 12px rgb(0 0 0 / .02)}button:focus,html input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button:active,html input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active{border-color:#aaa #bbb #bbb #bbb;-webkit-box-shadow:inset 0 -1px 0 rgb(255 255 255 / .5),inset 0 2px 5px rgb(0 0 0 / .15);-moz-box-shadow:inset 0 -1px 0 rgb(255 255 255 / .5),inset 0 2px 5px rgb(0 0 0 / .15);box-shadow:inset 0 -1px 0 rgb(255 255 255 / .5),inset 0 2px 5px rgb(0 0 0 / .15)}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="email"],input[type="url"],input[type="password"],textarea{color:#666;border:1px solid #eee}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,textarea:focus{color:#111}input[type="text"],input[type="email"],input[type="url"],input[type="password"]{padding:10px;width:60%}textarea{overflow:auto;vertical-align:top;width:90%}a{color:#893a38;outline:none;text-decoration:none}a:focus,a:active,a:hover{text-decoration:underline}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text,.assistive-text{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);position:absolute!important}.displayblock{display:block}.displaynone{display:none}img#wpstats{display:none}#masthead{background-color:#fff;border-bottom:1px solid #eee;position:relative;z-index:999;width:100%;-moz-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}#masthead.fixed-header{position:fixed;top:0;z-index:999;min-height:35px;box-shadow:0 0 7px rgb(0 0 0 / .1);-moz-box-shadow:0 0 7px rgb(0 0 0 / .1);-webkit-box-shadow:0 0 7px rgb(0 0 0 / .1)}.admin-bar #masthead.fixed-header{top:32px}#masthead a,#header-search{cursor:pointer;outline:none}#header-search{display:block}#header-search:hover{color:#893a38;cursor:pointer;text-decoration:none}#header-right{float:right}#header-right .widget{float:left;margin:0}#masthead.fixed-header #site-logo img{max-height:32px}#masthead.fixed-header #site-title{font-size:18px}.fixed-header #header-right .widget li>a{padding-bottom:14px}.fixed-header #header-right .widget.widget_adventurous_social_widget li>a{padding-bottom:0}#header-right #header-search-widget{clear:none;display:block;float:right;margin-left:5px;position:relative;width:20px}#header-right .header-search-wrap{background:#fff;border-top:3px solid #893a38;box-shadow:0 2px 5px rgb(0 0 0 / .1);-moz-box-shadow:0 2px 5px rgb(0 0 0 / .1);-webkit-box-shadow:0 2px 5px rgb(0 0 0 / .1);-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:none;padding:20px;position:absolute;z-index:20;top:50px;right:0}.fixed-header #header-right .header-search-wrap{top:40px}#header-right .header-search-wrap input#s{background:none;padding:5px 10px;width:250px}#site-logo,#hgroup{display:inline-block;float:left}#site-logo a{display:block;line-height:0}#site-logo img{float:left;height:auto;max-height:91px;max-width:100%;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}#hgroup.logo-enable.logo-left{padding-left:10px}#hgroup.logo-enable.logo-right{padding-right:10px}#hgroup.logo-enable.logo-left.assistive-text,#hgroup.logo-enable.logo-right.assistive-text{padding:0}#site-title a{color:#000;text-decoration:none}#site-title a:hover,#site-title a:focus,#site-title a:active{color:#893a38}#site-description{color:#333;font-style:italic}#header-menu #access{float:left}#header-right .widget ul.menu li{display:inline-block;float:left;padding-right:10px;position:relative;line-height:1.5}#header-right .widget ul.menu a{color:#757575;display:block;text-decoration:none;white-space:nowrap}#header-right .widget ul.menu ul li a{padding:10px;width:180px;white-space:normal}#header-right .widget ul.menu ul{background:#fff;border-top:3px solid #893a38;box-shadow:0 2px 5px rgb(0 0 0 / .1);-moz-box-shadow:0 2px 5px rgb(0 0 0 / .1);-webkit-box-shadow:0 2px 5px rgb(0 0 0 / .1);float:left;margin:0;padding:10px;position:absolute;top:44px;left:-20px;list-style:none;opacity:0;visibility:hidden;width:200px;z-index:99999}.fixed-header #header-right .widget ul.menu ul{top:34px}.fixed-header #header-right .widget ul.menu ul ul,#header-right .widget ul.menu ul ul{left:210px;top:0}#header-right .widget ul.menu li:hover>ul{opacity:1;visibility:visible}#header-right .widget ul.menu li:hover>a,#header-right .widget ul.menu a:focus,#header-right .widget ul.menu .current-menu-item>a,#header-right .widget ul.menu .current-menu-ancestor>a,#header-right .widget ul.menu .current_page_item>a,#header-right .widget ul.menu .current_page_ancestor>a{color:#893a38}#header-right .widget ul.menu ul li:hover>a,#header-right .widget ul.menu ul a:focus,#header-right .widget ul.menu ul .current-menu-item>a,#header-right .widget ul.menu ul .current-menu-ancestor>a,#header-right .widget ul.menu ul .current_page_item>a,#header-right .widget ul.menu ul .current_page_ancestor>a{background-color:#f8f8f8}#secondary-menu,#footer-menu{background-color:#000}#access-secondary,#access-footer{clear:both;display:block;float:left;margin:0 auto;width:100%}#secondary-menu ul.menu,#footer-menu ul.menu{list-style:none;text-align:center}#secondary-menu ul.menu li,#footer-menu ul.menu li{display:inline-block;position:relative;text-align:left}#secondary-menu ul.menu a,#footer-menu ul.menu a{color:#ccc;display:block;line-height:45px;padding:5px 25px;text-decoration:none;white-space:nowrap}#secondary-menu ul.menu ul a,#footer-menu ul.menu ul a{background-color:#222;border-bottom:1px dotted #333;color:#fff;font-size:13px;font-weight:400;line-height:23px;height:auto;padding:10px 19px;width:168px;white-space:normal}#secondary-menu ul.menu ul,#footer-menu ul.menu ul{-moz-box-shadow:0 3px 3px rgb(0 0 0 / .2);-webkit-box-shadow:0 3px 3px rgb(0 0 0 / .2);box-shadow:0 3px 3px rgb(0 0 0 / .2);float:left;margin:0;position:absolute;top:55px;left:0;list-style:none;opacity:0;visibility:hidden;width:205px;z-index:99999}#secondary-menu ul.menu ul ul,#footer-menu ul.menu ul ul{left:100%;top:0}#secondary-menu ul.menu li:last-child,#secondary-menu ul.menu ul li,#footer-menu ul.menu li:last-child,#footer-menu ul.menu ul li{border:none}#secondary-menu ul.menu li:hover>ul,#footer-menu ul.menu li:hover>ul{opacity:1;visibility:visible}#secondary-menu ul.menu li:hover>a,#secondary-menu ul.menu a:focus,#secondary-menu .menu .current-menu-item>a,#secondary-menu .menu .current-menu-ancestor>a,#secondary-menu .menu .current_page_item>a,#secondary-menu .menu .current_page_ancestor>a,#footer-menu ul.menu li:hover>a,#footer-menu ul.menu a:focus,#footer-menu .menu .current-menu-item>a,#footer-menu .menu .current-menu-ancestor>a,#footer-menu .menu .current_page_item>a,#footer-menu .menu .current_page_ancestor>a{background-color:#222;color:#fff}#secondary-menu ul.menu ul li:hover>a,#secondary-menu ul.menu ul a:focus,#secondary-menu ul.menu ul .current-menu-item>a,#secondary-menu ul.menu ul .current-menu-ancestor>a,#secondary-menu ul.menu ul .current_page_item>a,#secondary-menu ul.menu ul .current_page_ancestor>a,#footer-menu ul.menu ul li:hover>a,#footer-menu ul.menu ul a:focus,#footer-menu ul.menu ul .current-menu-item>a,#footer-menu ul.menu ul .current-menu-ancestor>a,#footer-menu ul.menu ul .current_page_item>a,#footer-menu ul.menu ul .current_page_ancestor>a{background-color:#000}#main-slider{clear:both;display:block;overflow:hidden;position:relative;width:100%}#main-slider .slides{margin:0;padding:0}#main-slider img{box-shadow:none;margin:0 auto}#main-slider .entry-container{bottom:20%;color:#fff;display:block;left:25%;position:absolute;text-align:center;width:50%}#main-slider .entry-header .entry-title{font-size:24px;font-weight:700}#main-slider .entry-header .entry-title a{color:#fff;cursor:pointer}#main-slider .entry-content{font-size:16px}#main-slider .more-link{display:none}#controllers{bottom:2%;list-style:none outside none;position:absolute;right:0;text-align:center;width:100%;z-index:20}#controllers a{display:inline-block;width:10px;height:10px;cursor:pointer;background-color:#fff;border-radius:24px;-moz-border-radius:24px;-webkit-border-radius:24px;color:#333;font-weight:600;line-height:24px;margin:0 4px;text-indent:-48px;overflow:hidden}#controllers a:hover,#controllers a.active{background-color:#893a38}.slide-previous,.slide-next{top:50%;display:block;margin-top:-24px;opacity:0;position:absolute;z-index:40;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.slide-previous{left:-20px}.slide-next{right:-20px}#main-slider:hover .slide-previous{left:20px;opacity:1}#main-slider:hover .slide-next{right:20px;opacity:1}#slider-nav a{cursor:pointer;color:#fff;font-size:28px;font-weight:200;line-height:35px;text-decoration:none}#slider-nav a:hover{text-decoration:none}#slider-nav span{display:none}#homepage-message{background-color:#f9f9f9;border-top:1px solid #eee;border-bottom:1px solid #eee;color:#404040;line-height:1.5}#homepage-message .left-section{float:left;margin:0;text-align:left}#homepage-message .right-section{float:right;text-align:center}#homepage-message p{margin:0}#homepage-message .right-section a{background-color:#9bc23c;border:2px solid #fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:0 -3px 0 rgb(0 0 0 / .2) inset;color:#fff;display:block}#homepage-message .right-section a:hover{background-color:#87ae28;box-shadow:0 3px 0 rgb(0 0 0 / .2) inset;text-decoration:none}#featured-post{background-color:#fff;border-bottom:1px solid #eee;text-align:center}#featured-heading{display:block;margin:0 auto;width:80%}#featured-post .featued-content-wrap{margin-left:-2%}#featured-post.layout-three .featued-content-wrap{margin-left:-2.3%}#featured-post.featued-content-wrap{display:block;margin:0 auto}#featured-post figure{margin-bottom:10px}#featured-post .entry-title{color:#222;padding-bottom:2px}#featured-post .post{display:inline;float:left}#featured-post.layout-four .post{margin-left:2%;width:23%}#featured-post.layout-three .post{margin-left:2.3%;width:31%}#featured-post.layout-four .post:nth-child(4n+1),#featured-post.layout-three .post:nth-child(3n+1){clear:both}#main-content{clear:both}#content article,#content .page-header,#comments,#content .author-info{background-color:#fff;border:none;display:block;position:relative}.entry-meta{clear:both;color:#757575;font-size:14px}#content .page .entry-meta{bottom:0;position:absolute;right:5px}.entry-header .entry-title{color:#222}.entry-header .entry-title a{color:#222;text-decoration:none}.entry-header .entry-title a:hover{color:#893a38}.page-header{color:#757575;font-size:14px;line-height:3.5;text-align:center}.byline{display:none}.single .byline,.group-blog .byline{display:inline}.page-links{clear:both;font-size:20px}#content article{word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.entry-content ol,.comment-content ol,.entry-content ul,.comment-content ul,.mu_register ul{margin:0 0 24px;line-height:1.7}.entry-content ul ul,.comment-content ul ul,.entry-content ol ol,.comment-content ol ol,.entry-content ul ol,.comment-content ul ol,.entry-content ol ul,.comment-content ol ul{margin-bottom:0}.entry-content ul,.comment-content ul,.mu_register ul{list-style:disc outside}.entry-content ol,.comment-content ol{list-style:decimal outside}.entry-content li,.comment-content li,.mu_register li{margin:0 0 0 36px}.entry-content h1,.comment-content h1,.entry-content h2,.comment-content h2,.entry-content h3,.comment-content h3{margin-bottom:10px}.entry-content table,.comment-content table{border-bottom:1px solid #eee;width:100%}.entry-content td,.comment-content td{border-top:1px solid #eee;padding:10px 10px 8px 0}.left-sidebar #primary{float:right}.left-sidebar #secondary{float:left}.no-sidebar-full-width #primary,.woocommerce-nosidebar #primary{width:100%}.no-sidebar-one-column .site{display:block;margin:0 auto;width:860px}.no-sidebar-one-column #masthead,.no-sidebar-one-column #content-sidebar{width:860px}.no-sidebar-one-column .container{width:820px}.no-sidebar-one-column #primary{width:100%}.error404 #primary,.no-sidebar #primary{float:none;margin:0 auto}.error404 .searchform{margin-bottom:30px}.error404 #content article{border-bottom:0}.error404 #content ul li{margin:0}.author-avatar{display:inline-block;float:left;height:68px;margin:4px 15px 0 0;text-align:center;width:68px}.author-avatar img{max-width:100%;height:auto}.author-description h2{font-size:18px;text-transform:capitalize}.hentry.sticky .featured-sticky{border-top:4px double #ddd;border-bottom:4px double #ddd;color:#757575;line-height:3.5;text-align:center}.hentry.format-aside .entry-header{margin-bottom:0}.hentry.format-aside .entry-title{font-size:24px;padding-bottom:0}.hentry.format-aside .entry-title a{text-decoration:none;color:#222}.hentry.format-aside .entry-title a:hover{color:#08c}.hentry.format-aside .aside{margin-bottom:30px;padding:30px;background:#d2e0f9;border-left:22px solid #a8bfe8}.hentry.format-aside p{font-size:14px;line-height:1.5;color:#4a5466}.hentry.format-aside blockquote:last-child,.hentry.format-aside p:last-child{margin-bottom:0}.post-format .entry-format{background-color:#ebebeb;color:#848484;font-size:11px;font-weight:700;font-style:italic;padding:2 10px;position:absolute;top:0;right:0;text-transform:uppercase}.post-format .entry-format a{color:#848484;text-decoration:none}.post-format .entry-format a:hover{color:#893a38}.hentry.format-link .entry-content{float:left;font-size:25px;line-height:1.5;max-width:85%}.hentry.format-link .entry-content a{text-decoration:none}.hentry.format-gallery .entry-format{clear:none}.hentry.format-image .entry-title a{color:#222;text-decoration:none}.hentry.format-image .entry-title a:hover{color:#08c}blockquote{display:block;padding:30px;color:#6a6a6a;background:#efefef}blockquote p{margin-bottom:0}.hentry.format-status .entry-format,.hentry.format-status .entry-title{clear:none}.hentry.format-status .entry-title{float:left;padding-bottom:0}.format-status .entry-header img{float:left;margin-right:15px}.chat-transcript{background-color:#efefef;margin-bottom:30px;padding:0 30px 1px}.chat-author{color:#757575;font-size:13px}.chat-row{border-bottom:1px solid #eee;padding-top:30px}.chat-row:last-child{border:none}.widget img{max-width:100%}img[class*="align"],img[class*="wp-image-"]{height:auto}#header-featured-image img,.featured-image img,.entry-content img,img.size-full,img.size-large,img.wp-post-image{display:block;max-width:100%;height:auto}#header-featured-image a:hover img,.featured-image a:hover img,.entry-content a:hover img,.comment-content a:hover img,.widget a:hover img,.author-avatar a:hover img,a:hover img.wp-post-image{opacity:.9}.entry-header img.wp-post-image{margin-bottom:15px}.entry-content img.wp-smiley,.comment-content img.wp-smiley{border:none;display:inline-block;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #eee;max-width:100%}img.aligncenter,img.alignleft,img.alignright,.wp-caption.aligncenter,.wp-caption.alignleft,.wp-caption.alignright{margin-top:8px;margin-bottom:10px}.wp-caption img{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption .wp-caption-text,.gallery-caption,.entry-caption{color:#757575;font-size:14px;font-style:italic;text-align:center}.wp-caption .wp-caption-text{margin:10px auto;max-width:98%}.gallery-item a,.gallery-caption{width:90%}.gallery-item a{display:block}.gallery-caption a{display:inline}.gallery-columns-1 .gallery-item a{max-width:100%;width:auto}.gallery .gallery-icon img{height:auto;max-width:90%;padding:5%}.gallery-columns-1 .gallery-icon img{padding:3%}.single-attachment .image-attachment img{display:block;margin:0 auto}embed,iframe,object{max-width:100%}#content .site-navigation,#infinite-handle{overflow:hidden}#nav-above{display:none}#content .nav-previous,#content .previous-image{float:left;width:50%}#content .nav-next,#content .next-image{float:right;text-align:right;width:50%}#image-navigation{padding-top:10px}a#scrollup{background-color:#000;bottom:20px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#fff;display:none;-webkit-font-smoothing:antialiased;font:normal 24px/1 'Genericons';padding:5px;position:fixed;right:20px;text-decoration:none;vertical-align:top;opacity:.5;filter:alpha(opacity=50);z-index:999}a#scrollup:before{content:'\f432'}a#scrollup:hover{opacity:1;filter:alpha(opacity=100)}#content #infinite-handle{display:block;text-align:center;width:100%}#content #infinite-handle span{background-color:#3a3d41;display:block;font-size:14px;padding:10px 0;width:100%}#content #infinite-handle span:hover{background-color:#000}#content .wp-pagenavi{float:right}#content .wp-pagenavi a,#content .wp-pagenavi span{border:1px solid #893a38;display:inline-block;margin:2px;padding:3px 10px 2px;text-decoration:none}#content .wp-pagenavi span.pages{border:none}#content .wp-pagenavi a:hover,#content .wp-pagenavi span.current{background-color:#893a38;color:#fff}#commentform input{display:block}#commentform .comment-subscription-form input{display:inline-block}#respond p{margin-bottom:20px}#respond .form-submit{margin-bottom:0}#comments.comments-area article{border-bottom:1px solid #eee}.comments-area article header{overflow:hidden;position:relative}.comments-area article header img{float:left;padding:0;line-height:0}.comments-area article header cite,.comments-area article header time{display:block;margin-left:80px}.comments-area article header cite{font-style:normal}.comments-area article header time{color:#757575;font-size:12px;line-height:1.2}.comments-area article header a{text-decoration:none;color:#5e5e5e}.comments-area article header a:hover{color:#893a38}.comments-area article header cite a{color:#444}.comments-area article header cite a:hover{text-decoration:underline}.commentlist .children{margin-left:48px}.comments-area li.bypostauthor cite span{position:absolute;margin-left:5px;padding:2px 5px 1px;font-size:10px}li.bypostauthor cite span{color:#fff;background-color:#893a38;background-image:none;border:1px solid #1f6f93}#secondary .widget{background-color:#fff}.widget-title{color:#222}.widget-area .widget a{color:#757575}.widget-area .widget .widget-title a{color:#222}.widget-area .widget a:hover{color:#893a38}.widget ul,.widget ol{list-style:none;margin-left:0}#footer-sidebar .widget ul{list-style:disc outside none;margin-left:15px}#footer-sidebar .widget ol{list-style:decimal outside none;margin-left:0}.widget-area .widget ul ul{margin-left:15px}#wp-calendar th,#wp-calendar td,#wp-calendar caption{text-align:left}#wp-calendar #next{padding-right:35px;text-align:right}input#s{padding:10px 2%;width:96%}#searchsubmit{display:none}.header-sidebar #s{float:right;-webkit-transition-duration:400ms;-webkit-transition-property:width,background;-webkit-transition-timing-function:ease;-moz-transition-duration:400ms;-moz-transition-property:width,background;-moz-transition-timing-function:ease;-o-transition-duration:400ms;-o-transition-property:width,background;-o-transition-timing-function:ease;width:72px}.header-sidebar #s:focus{width:166px}.header-sidebar .widget,input[type="text"],input[type="email"],textarea{color:#757575}.header-sidebar .widget ul{list-style:none}.header-sidebar .widget:last-child{margin-bottom:0}ul.social-profile,#footer-sidebar .widget ul.social-profile{list-style:none;margin-left:-10px}.header-sidebar ul.social-profile{float:right}ul.social-profile li{display:inline-block;height:42px;overflow:hidden;float:left;margin:0 0 10px 10px}ul.social-profile li a{display:block;background:url(/wp-content/themes/adventurous-pro/images/social-profile.png) right bottom no-repeat;width:33px;height:33px;text-indent:-99999px}ul.social-profile li.facebook a{background-position:0 0}ul.social-profile li.facebook a:hover{background-position:0 -43px}ul.social-profile li.twitter a{background-position:-44px 0}ul.social-profile li.twitter a:hover{background-position:-44px -43px}ul.social-profile li.you-tube a{background-position:-87px 0}ul.social-profile li.you-tube a:hover{background-position:-87px -43px}ul.social-profile li.rss a{background-position:-130px 0}ul.social-profile li.rss a:hover{background-position:-130px -43px}ul.social-profile li.google-plus a{background-position:-173px 0}ul.social-profile li.google-plus a:hover{background-position:-173px -43px}ul.social-profile li.pinterest a{background-position:-216px 0}ul.social-profile li.pinterest a:hover{background-position:-216px -43px}ul.social-profile li.slideshare a{background-position:-259px 0}ul.social-profile li.slideshare a:hover{background-position:-259px -43px}ul.social-profile li.foursquare a{background-position:-302px 0}ul.social-profile li.foursquare a:hover{background-position:-302px -43px}ul.social-profile li.viemo a{background-position:-345px 0}ul.social-profile li.viemo a:hover{background-position:-345px -43px}ul.social-profile li.myspace a{background-position:-388px 0}ul.social-profile li.myspace a:hover{background-position:-388px -43px}ul.social-profile li.flickr a{background-position:-431px 0}ul.social-profile li.flickr a:hover{background-position:-431px -43px}ul.social-profile li.dribbble a{background-position:-474px 0}ul.social-profile li.dribbble a:hover{background-position:-474px -43px}ul.social-profile li.wordpress a{background-position:-517px 0}ul.social-profile li.wordpress a:hover{background-position:-517px -43px}ul.social-profile li.deviantart a{background-position:-560px 0}ul.social-profile li.deviantart a:hover{background-position:-560px -43px}ul.social-profile li.linkedin a{background-position:-603px 0}ul.social-profile li.linkedin a:hover{background-position:-603px -43px}ul.social-profile li.tumblr a{background-position:-646px 0}ul.social-profile li.tumblr a:hover{background-position:-646px -43px}ul.social-profile li.delicious a{background-position:-689px 0}ul.social-profile li.delicious a:hover{background-position:-689px -43px}ul.social-profile li.lastfm a{background-position:-732px 0}ul.social-profile li.lastfm a:hover{background-position:-732px -43px}ul.social-profile li.instagram a{background-position:-775px 0}ul.social-profile li.instagram a:hover{background-position:-775px -43px}ul.social-profile li.github a{background-position:-818px 0}ul.social-profile li.github a:hover{background-position:-818px -43px}ul.social-profile li.odnoklassniki a{background-position:-860px 0}ul.social-profile li.odnoklassniki a:hover{background-position:-860px -43px}ul.social-profile li.vkontakte a{background-position:-903px 0}ul.social-profile li.vkontakte a:hover{background-position:-903px -43px}ul.social-profile li.myworld a{background-position:-946px 0}ul.social-profile li.myworld a:hover{background-position:-946px -43px}ul.social-profile li.goodreads a{background-position:-989px 0}ul.social-profile li.goodreads a:hover{background-position:-989px -43px}ul.social-profile li.skype a{background-position:-1033px 0}ul.social-profile li.skype a:hover{background-position:-1033px -43px}ul.social-profile li.soundcloud a{background-position:-1076px 0}ul.social-profile li.soundcloud a:hover{background-position:-1076px -43px}ul.social-profile li.email a{background-position:-1119px 0}ul.social-profile li.email a:hover{background-position:-1119px -43px}ul.social-profile li.contactus a{background-position:-1119px 0}ul.social-profile li.contactus a:hover{background-position:-1119px -43px}ul.social-profile li.xing a{background-position:-1162px 0}ul.social-profile li.xing a:hover{background-position:-1162px -43px}ul.social-profile li.meetup a{background-position:-1205px 0}ul.social-profile li.meetup a:hover{background-position:-1205px -43px}ul.social-profile li.custom-social a{background:none;display:inline;text-indent:0}ul.social-profile li.custom-social a img{border:1px solid #bbb;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;box-shadow:none;max-height:31px}#colophon{border-top:1px solid #eee;clear:both}#footer-sidebar{background-color:#222}#site-generator{background-color:#000;color:#ccc}#site-generator a{color:#eee}#site-generator a:hover{color:#fff;text-decoration:none}#supplementary{overflow:hidden}#supplementary .widget-area{float:left}#supplementary .widget-area,#supplementary .widget-area a{color:#ddd}#supplementary .widget-title,#supplementary .widget-title a{color:#fff}#supplementary .widget-title a:hover{text-decoration:none}#supplementary.two .widget-area{float:left;width:48%}#supplementary.two .widget-area+.widget-area{float:right}#supplementary.three .widget-area{float:left;margin-right:4%;width:30.6%}#supplementary.three .widget-area+.widget-area+.widget-area{margin-right:0}#supplementary.four .widget-area{float:left;margin-left:2%;width:23.5%}#supplementary.four #first.widget-area{margin-left:0}#site-generator{font-size:13px}#site-generator .copyright,#site-generator .powered{width:49%}#site-generator .copyright{clear:both;float:left;text-align:left;color:#eee}#site-generator .powered{float:right;text-align:right}#masthead .breadcrumb{padding-top:25px}.breadcrumb ul{list-style:none;margin:0 0 0 1px;float:left}.breadcrumb ul li{float:left;margin:0 0 0 -1px;font-size:12px;line-height:23px;border:1px solid #eee}.breadcrumb ul li a{background:url(/wp-content/themes/adventurous-pro/images/breadcrumb-bg.png) no-repeat right 8px #fff;color:#893a38;display:block;float:left;font-style:italic;padding:0 22px 0 12px}.breadcrumb ul li a:hover{text-decoration:none}.breadcrumb ul li a:hover,.breadcrumb ul li.current_item{background-position:right -12px;background-color:#893a38;color:#fff}.breadcrumb ul li.current_item{background-image:none;padding:0 15px}.cookie-custom #wt-cli-settings-btn{font-weight:400;font-size:13px;letter-spacing:0px!important;background:transparent!important;border:0!important;color:#EEEEEE!important;position:relative;right:0;left:0;padding:0!important;margin-left:0!important;text-transform:unset!important;text-decoration:none!important;cursor:pointer}.cookie-custom #wt-cli-settings-btn:hover{color:#fff!important}span.cookie-custom{display:inline-block!important}@font-face{font-family:'Genericons';src:url(/wp-content/themes/adventurous-pro/css/genericons/Genericons.eot)}@font-face{font-family:'Genericons';src:url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),url(/wp-content/themes/adventurous-pro/css/genericons/Genericons.ttf) format('truetype'),url('/wp-content/themes/adventurous-pro/css/genericons/Genericons.svg#genericonsregular') format('svg');font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:"Genericons";src:url("/wp-content/themes/adventurous-pro/css/genericons/Genericons.svg#Genericons") format("svg")}}.genericon{font-size:16px;vertical-align:top;text-align:center;-moz-transition:color .1s ease-in 0;-webkit-transition:color .1s ease-in 0;display:inline-block;font-family:"Genericons";font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-decoration:inherit;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none}.genericon-404:before{content:"\f423"}.genericon-activity:before{content:"\f508"}.genericon-anchor:before{content:"\f509"}.genericon-aside:before{content:"\f101"}.genericon-attachment:before{content:"\f416"}.genericon-audio:before{content:"\f109"}.genericon-bold:before{content:"\f471"}.genericon-book:before{content:"\f444"}.genericon-bug:before{content:"\f50a"}.genericon-cart:before{content:"\f447"}.genericon-category:before{content:"\f301"}.genericon-chat:before{content:"\f108"}.genericon-checkmark:before{content:"\f418"}.genericon-close:before{content:"\f405"}.genericon-close-alt:before{content:"\f406"}.genericon-cloud:before{content:"\f426"}.genericon-cloud-download:before{content:"\f440"}.genericon-cloud-upload:before{content:"\f441"}.genericon-code:before{content:"\f462"}.genericon-codepen:before{content:"\f216"}.genericon-cog:before{content:"\f445"}.genericon-collapse:before{content:"\f432"}.genericon-comment:before{content:"\f300"}.genericon-day:before{content:"\f305"}.genericon-digg:before{content:"\f221"}.genericon-document:before{content:"\f443"}.genericon-dot:before{content:"\f428"}.genericon-downarrow:before{content:"\f502"}.genericon-download:before{content:"\f50b"}.genericon-draggable:before{content:"\f436"}.genericon-dribbble:before{content:"\f201"}.genericon-dropbox:before{content:"\f225"}.genericon-dropdown:before{content:"\f433"}.genericon-dropdown-left:before{content:"\f434"}.genericon-edit:before{content:"\f411"}.genericon-ellipsis:before{content:"\f476"}.genericon-expand:before{content:"\f431"}.genericon-external:before{content:"\f442"}.genericon-facebook:before{content:"\f203"}.genericon-facebook-alt:before{content:"\f204"}.genericon-fastforward:before{content:"\f458"}.genericon-feed:before{content:"\f413"}.genericon-flag:before{content:"\f468"}.genericon-flickr:before{content:"\f211"}.genericon-foursquare:before{content:"\f226"}.genericon-fullscreen:before{content:"\f474"}.genericon-gallery:before{content:"\f103"}.genericon-github:before{content:"\f200"}.genericon-googleplus:before{content:"\f206"}.genericon-googleplus-alt:before{content:"\f218"}.genericon-handset:before{content:"\f50c"}.genericon-heart:before{content:"\f461"}.genericon-help:before{content:"\f457"}.genericon-hide:before{content:"\f404"}.genericon-hierarchy:before{content:"\f505"}.genericon-home:before{content:"\f409"}.genericon-image:before{content:"\f102"}.genericon-info:before{content:"\f455"}.genericon-instagram:before{content:"\f215"}.genericon-italic:before{content:"\f472"}.genericon-key:before{content:"\f427"}.genericon-leftarrow:before{content:"\f503"}.genericon-link:before{content:"\f107"}.genericon-linkedin:before{content:"\f207"}.genericon-linkedin-alt:before{content:"\f208"}.genericon-location:before{content:"\f417"}.genericon-lock:before{content:"\f470"}.genericon-mail:before{content:"\f410"}.genericon-maximize:before{content:"\f422"}.genericon-menu:before{content:"\f419"}.genericon-microphone:before{content:"\f50d"}.genericon-minimize:before{content:"\f421"}.genericon-minus:before{content:"\f50e"}.genericon-month:before{content:"\f307"}.genericon-move:before{content:"\f50f"}.genericon-next:before{content:"\f429"}.genericon-notice:before{content:"\f456"}.genericon-paintbrush:before{content:"\f506"}.genericon-path:before{content:"\f219"}.genericon-pause:before{content:"\f448"}.genericon-phone:before{content:"\f437"}.genericon-picture:before{content:"\f473"}.genericon-pinned:before{content:"\f308"}.genericon-pinterest:before{content:"\f209"}.genericon-pinterest-alt:before{content:"\f210"}.genericon-play:before{content:"\f452"}.genericon-plugin:before{content:"\f439"}.genericon-plus:before{content:"\f510"}.genericon-pocket:before{content:"\f224"}.genericon-polldaddy:before{content:"\f217"}.genericon-portfolio:before{content:"\f460"}.genericon-previous:before{content:"\f430"}.genericon-print:before{content:"\f469"}.genericon-quote:before{content:"\f106"}.genericon-rating-empty:before{content:"\f511"}.genericon-rating-full:before{content:"\f512"}.genericon-rating-half:before{content:"\f513"}.genericon-reddit:before{content:"\f222"}.genericon-refresh:before{content:"\f420"}.genericon-reply:before{content:"\f412"}.genericon-reply-alt:before{content:"\f466"}.genericon-reply-single:before{content:"\f467"}.genericon-rewind:before{content:"\f459"}.genericon-rightarrow:before{content:"\f501"}.genericon-search:before{content:"\f400"}.genericon-send-to-phone:before{content:"\f438"}.genericon-send-to-tablet:before{content:"\f454"}.genericon-share:before{content:"\f415"}.genericon-show:before{content:"\f403"}.genericon-shuffle:before{content:"\f514"}.genericon-sitemap:before{content:"\f507"}.genericon-skip-ahead:before{content:"\f451"}.genericon-skip-back:before{content:"\f450"}.genericon-skype:before{content:"\f220"}.genericon-spam:before{content:"\f424"}.genericon-spotify:before{content:"\f515"}.genericon-standard:before{content:"\f100"}.genericon-star:before{content:"\f408"}.genericon-status:before{content:"\f105"}.genericon-stop:before{content:"\f449"}.genericon-stumbleupon:before{content:"\f223"}.genericon-subscribe:before{content:"\f463"}.genericon-subscribed:before{content:"\f465"}.genericon-summary:before{content:"\f425"}.genericon-tablet:before{content:"\f453"}.genericon-tag:before{content:"\f302"}.genericon-time:before{content:"\f303"}.genericon-top:before{content:"\f435"}.genericon-trash:before{content:"\f407"}.genericon-tumblr:before{content:"\f214"}.genericon-twitch:before{content:"\f516"}.genericon-twitter:before{content:"\f202"}.genericon-unapprove:before{content:"\f446"}.genericon-unsubscribe:before{content:"\f464"}.genericon-unzoom:before{content:"\f401"}.genericon-uparrow:before{content:"\f500"}.genericon-user:before{content:"\f304"}.genericon-video:before{content:"\f104"}.genericon-videocamera:before{content:"\f517"}.genericon-vimeo:before{content:"\f212"}.genericon-warning:before{content:"\f414"}.genericon-website:before{content:"\f475"}.genericon-week:before{content:"\f306"}.genericon-wordpress:before{content:"\f205"}.genericon-xpost:before{content:"\f504"}.genericon-youtube:before{content:"\f213"}.genericon-zoom:before{content:"\f402"}#header-mobile-menu{float:right;display:none}#secondary-mobile-menu{display:none}.mobile-menu-bar{color:#757575;display:block;height:20px;padding:5px;text-align:center;width:20px}.mobile-menu-bar:hover{color:#7c9b30}.fixed-header .mobile-menu-bar:before{top:-6px}.mobile-menu{position:fixed;left:0;top:40px;padding:5%;background:#fff;width:90%;visibility:visible;opacity:1;overflow-x:scroll;display:none;z-index:9999;border-top:3px solid #7c9b30;box-shadow:0 2px 5px rgb(0 0 0 / .1);-moz-box-shadow:0 2px 5px rgb(0 0 0 / .1);-webkit-box-shadow:0 2px 5px rgb(0 0 0 / .1);bottom:0}.admin-bar .mobile-menu{top:71px}.mobile-menu li a{font-size:14px;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;border-bottom:1px solid #f8f8f8;color:#666;padding:10px 5%;width:90%;display:block}.mobile-menu li a:hover{color:#111;background-color:#f8f8f8;text-decoration:none}.mobile-menu li ul{display:block!important;padding-left:10px;visibility:visible!important}.mobile-menu li li{padding-left:5%}.mobile-menu .menu-item-has-children>a{font-weight:700}@media screen and (max-width:1344px){.container{width:1160px}#primary{width:770px}}@media screen and (max-width:1280px){.container{width:1080px}#primary{width:690px}}@media screen and (max-width:1152px){.container{width:960px}#primary{width:570px}}@media screen and (max-width:1024px){.container{width:920px}#primary{width:530px}#secondary-menu ul.menu a,#footer-menu ul.menu a{line-height:40px;padding:0 10px}.header-sidebar .widget ul.menu ul,#secondary-menu ul.menu ul,#footer-menu ul.menu ul{top:40px;width:188px}.header-sidebar .widget ul.menu ul a,#secondary-menu ul.menu ul a #footer-menu ul.menu ul a{padding:5px 10px}body,button,input,select,textarea,#homepage-message p{font-size:13px}#site-title,#slider-nav .slide-previous:before,#slider-nav .slide-next:before{font-size:22px}#main-slider .entry-header .entry-title,.entry-header .entry-title,#featured-heading h2,#homepage-message .right-section a,#featured-post #feature-heading,.comments-title,#reply-title,.entry-content h2,.comment-content h2{font-size:18px}#homepage-message h2,.widget-title{font-size:16px}.entry-content h1,.comment-content h1{font-size:22px}.entry-content h3,.comment-content h3{font-size:16px}.entry-content h4,.comment-content h4{font-size:15px}#main-slider .entry-content,.entry-content h5,.comment-content h5{font-size:14px}.entry-content h6,.comment-content h6{font-size:13px}#homepage-message .right-section a{padding:5px 20px}}@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape){.container{width:960px}#primary{width:570px}}@media screen and (max-width:980px){.container{width:720px}.no-sidebar-one-column .site,.no-sidebar-one-column #masthead,.no-sidebar-one-column #content-sidebar{width:100%;max-width:720px}.no-sidebar-one-column .container{width:96%;max-width:700px}#primary,#site-generator .copyright,#site-generator .powered{width:100%}#header-right .widget{display:none}#homepage-message .left-section{width:540px}#masthead.fixed-header #header-left{padding-bottom:0}#homepage-message .right-section{width:150px}#featured-post.layout-four .featued-content-wrap,#featured-post.layout-three .featued-content-wrap{margin-left:-30px}#featured-post.layout-four .post,#featured-post.layout-three .post{margin-left:30px;width:345px}#featured-post.layout-four .post:nth-child(2n+1),#featured-post.layout-three .post:nth-child(2n+1),#secondary .widget:nth-child(2n+1){clear:both}#featured-post.layout-three .post:nth-child(3n+1){clear:none}#primary{border-bottom:1px solid #eee;margin-bottom:30px}#secondary{margin-left:-30px;width:750px}#secondary .widget{display:inline;float:left;margin-left:30px;padding:20px;width:305px}#secondary .widget.widget_adventurous_social_widget{padding:10px 11px 5px}#site-generator .powered{padding-top:5px}#hgroup-wrap img{display:inline-block}#header-right,.fixed-header #header-right{padding-top:0}.header-sidebar .menu,.header-sidebar .widget_text{float:none;text-align:center}#header-right #header-search-widget{padding:0}#supplementary.four .widget-area{width:48%;margin-left:4%}#supplementary.four #third.widget-area{clear:both;margin-left:0}#site-generator .site-info{font-size:12px;padding:20px 0}#site-generator .copyright,#site-generator .powered{text-align:center}#masthead,#masthead.fixed-header{padding-top:6px;padding-bottom:4px;min-height:29px}#header-left{padding-bottom:0}#site-title,#masthead.fixed-header #site-title{font-size:16px;line-height:1.1}#site-description,#masthead.fixed-header #site-description{font-size:11px;line-height:1}#masthead #site-logo{max-width:85%}#masthead #site-logo img,#masthead.fixed-header #site-logo img{max-height:28px;max-width:100%}#header-left{width:85%}#header-right{width:15%}#header-right .header-search-wrap,.fixed-header #header-right .header-search-wrap{top:33px}.fixed-header #hgroup.logo-enable{display:none}#header-search{padding:5px 0}#header-mobile-menu{display:block}#secondary-mobile-menu{display:inline-block;float:left;margin-right:5px}#header-right .widget_nav_menu,#secondary-menu,#footer-menu .menu{display:none}.header-sidebar .widget.widget_nav_menu{width:100%}.widget.widget_nav_menu .sb-holder{background-color:#21759b;color:#fff;clear:both;display:block;width:100%}.widget.widget_nav_menu .sb-holder a,.widget.widget_nav_menu .sb-holder a:hover{color:#fff}a#scrollup{font-size:20px;padding:3px}.cookie-custom #wt-cli-settings-btn{font-size:12px!important}}@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait){.container{width:710px}#homepage-message .left-section{width:550px}.featued-content-wrap,#secondary{width:740px}#featured-post.layout-four .post,#featured-post.layout-three .post{width:340px}#secondary .widget{padding:20px;width:300px}}@media screen and (max-width:782px){.admin-bar #masthead.fixed-header{top:46px}.admin-bar .mobile-menu{top:85px}}@media screen and (max-width:767px){.container{width:600px}#featured-post,#content-sidebar,#footer-sidebar{padding-top:20px}#content article,#secondary .widget,#comments{padding:20px}.hentry,.comments-area article,#homepage-message{padding-bottom:20px}#homepage-message{padding:20px 0}#main-slider .entry-header .entry-title{font-size:16px;font-weight:400}#main-slider .entry-container .entry-content{display:none}#homepage-message .left-section{width:430px}#featured-post{padding-bottom:0}#featured-post.layout-four .featued-content-wrap,#featured-post.layout-three .featued-content-wrap{margin-left:-20px;width:620px}#featured-post.layout-four .post,#featured-post.layout-three .post{margin-left:20px;width:290px}#featured-heading{padding-bottom:10px;width:90%}#primary,.page-links,.widget,blockquote,#content article,#content .site-navigation,#content .author-info,#infinite-handle,#comments,.hentry.sticky .featured-sticky,.page-header,.entry-header,p,.featured-image,.entry-content table,.comment-content table,#content .searchform,.page-link,.single-attachment .entry-attachment img,#reply-title,.comments-title,.mejs-container,.breadcrumb{margin-bottom:20px}#secondary{margin-left:-20px;width:620px}#secondary .widget{margin-left:20px;width:250px}#content .hentry,#secondary .widget,#comments{padding:20px}#main-slider .entry-header{margin-bottom:0}#slider-nav a{font-size:18px;line-height:1.4;padding:0 5px}.entry-header .entry-title,#homepage-message,.comments-title,#reply-title{font-size:16px}.commentlist .children{margin-left:0}.woocommerce #content ul.products li{margin-right:0;width:100%}.woocommerce #content .product a.added_to_cart{clear:both;display:block}#main .woocommerce .col-1,#main .woocommerce .col-2{width:100%}}@media screen and (max-width:640px){.container{width:520px}#hgroup.logo-enable{display:none}#homepage-message .left-section{width:360px}#homepage-message .right-section{width:140px}#homepage-message .right-section a{display:inline-block;margin:0 auto}#featured-post.layout-four .featued-content-wrap,#featured-post.layout-three .featued-content-wrap,#secondary{width:540px}#featured-post.layout-four .post,#featured-post.layout-three .post{width:250px}#secondary .widget{width:210px}.entry-header .entry-title,#homepage-message h2,#homepage-message .right-section a,#featured-post #feature-heading{font-size:16px}}@media screen and (max-width:600px){.admin-bar #masthead.fixed-header{top:0}.admin-bar #masthead.fixed-header .mobile-menu{top:40px}}@media screen and (max-width:560px){.container{width:400px}#homepage-message .left-section,#homepage-message .right-section{width:100%}#homepage-message .left-section,#homepage-message .left-section h2{padding-bottom:10px}#featured-post.layout-four .featued-content-wrap,#featured-post.layout-three .featued-content-wrap,#featured-post.layout-four .post,#featured-post.layout-three .post,#secondary{margin-left:0;width:100%}#secondary .widget{margin-left:0;padding:10px 4%;width:91%}}@media only screen and (min-device-width :320px) and (max-device-width :568px) and (orientation :landscape){.container{width:520px}#homepage-message .left-section{padding:0;width:390px}#homepage-message .right-section{width:110px}#featured-post.layout-four .featued-content-wrap,#featured-post.layout-three .featued-content-wrap,#secondary{margin-left:-20px;width:540px}#featured-post.layout-four .post,#featured-post.layout-three .post{margin-left:20px;width:250px}#secondary .widget{margin-left:20px;padding:20px;width:210px}input[type="text"],input[type="email"],input[type="url"],input[type="password"],textarea{padding:10px;width:90%}}@media screen and (max-width:480px){.container{width:400px}#header-left{width:80%}#header-right{width:20%}#homepage-message .left-section,#homepage-message .right-section{width:100%}#homepage-message .left-section,#homepage-message .left-section h2{padding-bottom:10px}#featured-post.layout-four .featued-content-wrap,#featured-post.layout-three .featued-content-wrap,#featured-post.layout-four .post,#featured-post.layout-three .post,#secondary{margin-left:0;width:100%}#secondary .widget{margin-left:0;padding:10px 4%;width:91%}#header-left{width:82%}#header-right{width:18%}#slider-nav .slide-previous:before,#slider-nav .slide-next:before{font-size:16px}#footer-sidebar #supplementary .widget-area{width:100%;margin-left:0}}@media screen and (max-width:479px){.container{width:360px}}@media screen and (max-width:400px){.container{width:320px}}@media screen and (max-width:360px){.container{width:94%}#header-left{width:75%}#header-right{width:25%}}