@charset "UTF-8";
/* CSS Document */
.clear{clear: both;display: block;height: 0;width: 100%;float: none !important;}
 input::-moz-focus-inner /*Remove button padding in FF*/{ border: 0;padding: 0;}
a{text-decoration: none;outline: 0 !important;}
a:hover{color: inherit;text-decoration: none;}
img{max-width: 100%;}
*:focus {
    outline: none !important;
}
body{
        background: #f4f4f4;
        color: #000;
	font-size: 18px;
	font-family: 'Nunito', 'Arial', 'Helvetica', 'Times New Roman';
}
.wrapper{
	width: 1170px;
	margin: 0 auto;
}
#mobilemenu{
	display: none;
}
/** GENERIC  ELEMENT **/
.format-text form{
	max-width: 50%;
	display: block;
}
.format-text form input[type='submit'],
.form-basic input[type='submit']{
        display: inline-block;
        text-transform: uppercase;
        color: white;
        border: none;
        cursor: pointer;
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
        border: none;
	background: #212121;
}
.format-text form label,
.form-basic label{
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}
.format-text form input[type='password'],
.format-text form input[type='tel'],
.format-text form input[type='text'],
.format-text form input[type='email'],
.format-text form textarea,
.form-basic textarea,
.form-basic input[type='email'],
.form-basic input[type='text']{
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'Nunito';
        font-size: 16px;
	font-weight: 600;
        height: 40px;
        border: none;
        background: #f4f4f4;
        color: black;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0 2px rgba(30, 30, 30, 0);
	-moz-box-shadow:    0px 0 2px rgba(30, 30, 30, 0);
	box-shadow:         0px 0 2px rgba(30, 30, 30, 0);
}
.format-text form textarea,
.form-basic textarea{
        min-height: 200px;
        padding: 15px;
        resize: vertical;
	line-height: 180%;
}
.main-title{
	line-height: 145%;
}
.main-title,
.main-title a{
        font-family: 'Merriweather';
	font-weight: 700;
	color: black;
}
.main-title a{
        color: black;
}
h1.main-title,
h2.main-title{
	font-size: 34px;
}
.socmed a{
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	height: 55px;
	-moz-border-radius: 50% ;
	-webkit-border-radius: 50% ;
	border-radius: 50% ;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 54px;
	font-size: 14px;
	border: 1px solid #d4d4d4;
	color: white;
	margin: 0 4px;
}
.socmed a.fb:hover{
	border: 1px solid #3b5998;
	background: #3b5998;
}
.socmed a.tw:hover{
	border: 1px solid #55acee;
	background: #55acee;
}
.socmed a.ig:hover{
	border: 1px solid #674f45;
	background: #674f45;
}
.socmed a.gp:hover{
	border: 1px solid #d64136;
	background: #d64136;
}
.socmed a.in:hover{
	border: 1px solid #007ab9;
	background: #007ab9;
}
.socmed a.yb:hover{
	border: 1px solid #e14e42;
	background: #e14e42;
}
.socmed a.pn:hover{
	border: 1px solid #cb211d ;
	background: #cb211d ;
}
.socmed a.tb:hover{
	border: 1px solid #37465d ;
	background: #37465d ;
}
.socmed a.rs:hover{
	border: 1px solid #f86811 ;
	background: #f86811 ;
}
.content-attr .post-date{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}
.content-attr .post-date:hover{
	opacity: .8;
}
.content-attr .meta span{
	color: #9a9797;
	font-size: 14px;
	font-family: 'Merriweather';
	font-style: italic;
}
.content-attr .meta span a{
	color: black;
}
.more-post a{
	display: inline-block;
	border: 1px solid #c3c3c3;
	color: #7d7d7d;
	font-size: 14px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px;
}
.more-post a:hover{
	color: black;
}
.more-post.strip a{
	position: relative;
}
.more-post.strip a:after,
.more-post.strip a:before{
	display: block;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	background: #c3c3c3;
	height: 1px;
	width: 150px;
}
.more-post.strip a:after{
	right: -150px;
}
.more-post.strip a:before{
	left: -150px;
}

.bg-img{
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.embed-wrapper{
	display: block;
	width: 100%;
	margin-bottom: 25px;
	padding:  25px;
	background: #fbfbfb ;
	text-align: center;
}
.embed-wrapper .embed-holder{
	margin: 0 auto;
	display: inline-block;
	max-width: 100%;
}
.embed-wrapper .embed-holder iframe{
	max-width: 100%;
}
.embed-wrapper .embed-holder.responsiveframe{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	display: block;
	margin: 0;
}
.embed-wrapper .embed-holder.responsiveframe iframe{
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100%  !important;
	height: 100% !important;
}
.embed-wrapper .embed-holder iframe.twitter-tweet-rendered{
	margin-right: -20px;
}
/** HEADER **/
.paged.home.use-featured #top,
#top{
	position: relative;
	padding-bottom: 50px;
}
#top.style-2{
	padding-bottom: 0;
}
.home.use-featured #top{
	padding-bottom: 0;
}
.paged.home.use-featured #top .header-bg,
#top .header-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
}
.home.use-featured #top .header-bg{
	height: 600px;
}
#top .header-bg:after{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .5;
	content: '';
}
#top.use-color .header-bg:after{
    display: none;
}
#top.style-1 .site-info,
#top.style-1 .top-nav{
	position: relative;
	z-index: 3;
	text-align: center;
}
#top.style-1 .top-nav{
	padding-bottom: 15px;
}
#top.style-1 .top-nav.stuck{
	position: fixed;
	top: 0;
	left: 0;
	background: #1f1f21;
	width: 100%;
	z-index: 99999;
}
.admin-bar #top.style-1 .top-nav.stuck{
	top: 32px;
}
#top.style-1{
	margin-bottom: 50px;
}
#top.style-1 .site-info{
	padding-top: 35px;
	z-index: 2;
}
#top.style-1.use-color{
	background: #1f1f21;
	padding-bottom: 40px;
}
#top .site-info .intro-logo{
	max-width: 560px;
	color: #d4d4d4;
	margin: 0 auto;
	line-height: 160%;
	padding: 30px 0 40px;
}
#top.style-2 .topbar{
	background: #1f1f21;
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
}
#top.style-2 .topbar > *{
	position: relative;
	z-index: 99999;
}
#top.style-2 .topbar.stuck{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}
.admin-bar #top.style-2 .topbar.stuck{
	top: 32px;
}
#top.style-2 .sticky-wrapper{
	margin-bottom: 30px;
}
#top.style-2 .sticky-wrapper .topbar{
	margin: 0;
}
#top.style-2 .topbar #logo{
	float: left;
	padding-top: 15px;
}
#top.style-2 .topbar #logo img{
	vertical-align: top;
}
#top.style-2 .topbar .top-nav{
	float: right;
}
#logo span{
    color: #fafafa;
    font-size: 64px;
    display: block;
}
#logo span:hover{
    color: white;
}
/** BODY **/
#body.overlap{
	position: relative;
	z-index: 2;
}
/** FEATUREDD **/
.section-featured{
	margin-bottom: 50px;
}
.section-featured .layer{
	background: white;
	padding: 30px;
	border-bottom: 5px solid #eeeeee;
}
.section-featured .slick-slider{
	margin: 0;
}
.main-slider{display: none;}
.main-slider .slick-carousel .item{
	position: relative;
}
.main-slider .slick-carousel .item .holder{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main-slider .slick-carousel .item .holder .caption{
	display: inline-block;
	width: 80%;
	max-width: 680px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 35px;
	background: rgba(255,255,255,.9);
	-webkit-box-shadow:   0px 0px 0px 8px rgba(255,255,255,.5);       
	-moz-box-shadow:     0px 0px 0px 8px rgba(255,255,255,.5);       
	box-shadow:        0px 0px 0px 8px rgba(255,255,255,.5);
	
}
.main-slider .slick-carousel .item .post-date{
	display: inline-block;
	margin-bottom: 10px;
}
.main-slider .slick-carousel .item .main-title{
	margin-bottom: 5px;
}
.main-slider .slick-carousel .item .more-post{
	margin-top: 30px;
}
.main-slider .slick-carousel img{
	vertical-align: top;
	width: 100%;
}
.main-slider.style-1 .slick-carousel .carrow {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 80px;
	cursor: pointer;
	color: #c1c1c1;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
	opacity: 0;
}
.main-slider.style-1 .slick-carousel:hover .carrow:hover{
	color: white;
}
.main-slider.style-1 .slick-carousel:hover .carrow {
	opacity: 1;
}
.main-slider.style-1 .slick-carousel .carrow.caroleft{
	left: 15px;
}
.main-slider.style-1 .slick-carousel:hover .carrow.caroleft{
	left: 20px;
}
.main-slider.style-1 .slick-carousel .carrow.caroright{
	right: 15px;
}
.main-slider.style-1 .slick-carousel:hover .carrow.caroright{
	right: 20px;
}
.section-featured .feat-nav{
	margin-top: 30px;
}
.section-featured .feat-nav .wrap{
	margin: 0 -15px;
}
.section-featured .feat-nav .item{
	float: left;
	width: 33.33333333333333%;
}
.section-featured .feat-nav .item:hover img{
	opacity: .9;
}
.section-featured .feat-nav .item a{
	display: block;
	padding: 0 15px;
	position: relative;
}
.section-featured .feat-nav .item  img{
	width: 100%;
	vertical-align: top;
}
.section-featured .feat-nav .item strong{
	position: absolute;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	display: block;
}
.section-featured .feat-nav .item strong span{
	padding: 15px 10px 17px;
	background: rgba(255,255,255,.9);
	width: 60%;
	display: block;
	margin: 0 auto;
	text-align: center;
	-webkit-box-shadow:   0px 0px 0px 8px rgba(255,255,255,.5);       
	-moz-box-shadow:     0px 0px 0px 8px rgba(255,255,255,.5);       
	box-shadow:        0px 0px 0px 8px rgba(255,255,255,.5);
	color: black;
	font-family: 'Merriweather';
}
.main-slider.style-2{
	margin: 0 -15px;
}
.main-slider.style-2 .item{
	padding: 0 15px;
}
.main-slider.style-2 .main-title{
	font-size: 20px;
}
/** SECTION POST **/
#main{
	margin-bottom: 100px;
}
#post-section .puller{
	padding-right: 30px;
}
.left-sidebar #post-section .puller{
	padding: 0 0 0 30px;
}
.no-sidebar #post-section .puller{
	padding: 0;
}
#post-section .content{
	margin-bottom: 50px;
}
#post-section .content .layer{
	background: white;
	padding: 30px;
	border-bottom: 5px solid #eeeeee;
}
body.page #post-section .content .layer,
body.single-post #post-section .content .layer{
	padding-left: 50px;
	padding-right: 50px;
}
#post-section .content.format-standard figure{
	display: block;
	margin-bottom: 25px;
}
#post-section .content.format-standard figure img{
	width: 100%;
	vertical-align: top;
}
#post-section .content.big-style .head-post{
	text-align: center;
	padding: 0 75px;
	margin: 0 0 25px;
}
#post-section .content.big-style.single-post .head-post{
	margin-bottom: 35px;
	padding: 0;
}
#post-section .content.grid-style .head-post{
	margin-bottom: 20px;
}
#post-section .content.quote.single-post .head-post,
#post-section .content.quote .head-post{
	text-align: left;
	position: relative;
	padding-left: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
}
#post-section .content.quote .head-post:after{
	display: block;
	position: absolute;
	left: 50px;
	top: 0;
	height: 100%;
	width: 15px;
	content: '';
}
#post-section .content.quote .head-post .main-title{
	margin-top: 0;
}
#post-section .content .content-attr .main-title{
	margin: 10px 0 5px;
}
#post-section .content.grid-style .content-attr .main-title{
	font-size: 20px;
}
#post-section .content.big-style .txt{
	padding: 0 50px;
}
#post-section .content.big-style .more-post{
	text-align: center;
	padding: 50px 0 30px;
}
#post-section .content.grid-style .more-post{
	padding: 20px 0 0;
}
.content.gallery .slick-carousel img{
    width: 100%;
}
.content.gallery .slick-carousel  .fancybox{
	display: block;
	position: relative;
}
.content.gallery .slick-carousel  .fancybox span{
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
	opacity: 0;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.content.gallery .slick-carousel .item:hover  .fancybox span{
	opacity: 1;
}
.content.gallery .slick-carousel .fancybox span i{
	font-size: 50px;
	color: #c1c1c1;
}
.content.gallery .slick-carousel .item:hover .fancybox span i:hover{
	color: white;
}
.main-slider.style-2 .slick-carousel .slick-dots,
.content.gallery .slick-carousel .slick-dots{
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 0;
	width: 100%;
	z-index: 2;
}
.main-slider.style-2 .slick-carousel .slick-dots{
	bottom: -33px;
}
.main-slider.style-2 .slick-carousel .slick-dots li,
.content.gallery .slick-carousel .slick-dots li{
	height: auto;
	width: auto;
	margin: 0 3px;
}
.main-slider.style-2 .slick-carousel .slick-dots button,
.content.gallery .slick-carousel .slick-dots button{
	display: block;
	width: 14px;
	height: 14px;
	-moz-border-radius: 50% ;
	-webkit-border-radius: 50% ;
	border-radius: 50% ;
	background: none;
	border: 2px solid white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-indent: -999999px;
}
.main-slider.style-2 .slick-carousel .slick-dots button{
	border-color: #000;
	border-width:  1px;
}
.main-slider.style-2 .slick-carousel {
	margin-bottom: 50px;
}
/** PAGINATION **/
.page-pagination{
	text-align: center;
	margin-top: 70px;
}
.regular-pagination a,
.page-links > a,
.page-links > span,
.page-pagination a,
.page-pagination span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: black;
	background: white;
	font-size: 20px;
	font-weight: 700;
}
.page-links > a,
.page-links > span{
	font-size: 13px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c3c3c3;
	color: #7d7d7d;
}
.regular-pagination a{
	width: auto;
	padding: 0 20px;
}
.regular-pagination a:hover,
.page-links > a:hover,
.page-links > span,
.page-pagination a:hover,
.page-pagination span{
	color: white;
}
.regular-pagination .prev{
	float: left;
}
.regular-pagination .next{
	float: right;
}
/** WIDGET **/
.widget{
	margin-top: 40px;
}
.widget-title{
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 15px;
	font-weight: 600;
	margin-bottom: 18px;
}
.widget-title:before{
	position: absolute;
	left: 0;
	top:6px;
	content: '';
	width: 6px;
	height: 6px;
}
#sidebar .widget-title{
	color: black;
}
#footer-widget .widget-title{
	color: #fefefe;
}
.widget:first-child{
	margin: 0;
}
.widget_text .textwidget{
	font-size: 15px;
	line-height: 150%;
}
.widget_profile figure{
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto 15px;
}
.widget_profile figure img{
	width: 100%;
	-moz-border-radius: 50% ;
	-webkit-border-radius: 50% ;
	border-radius: 50% ;
	vertical-align: top;
}
.widget_profile h3{
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
	font-family: 'Merriweather';
}
.widget_profile h3 a{
	color: black;
}
.widget_profile .caption{
	line-height: 140%;
	font-size: 16px;
}
.widget_search label{
	display: none;
}
.widget_search form div{
	position: relative;
	display: block;
}
.widget_search form div:after{
	display: block;
	position: absolute;
	right: 13px;
	top: 15px;
	content: '';
	cursor: pointer;
	font-family: 'FontAwesome';
	color: #a7a7a7;
	font-size: 14px;
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	-ms-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
}
.widget_search input[type='submit']{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 45px;
	cursor: pointer;
	background: red;
	border:none;
	opacity: 0;
	z-index: 2;
}
.widget_search input[type='text']{
	margin: 0;
	height: 45px;
	padding: 0 30px 0 10px;
	background: white;
	border: 1px solid #ecebeb;
	font-family: 'Arial', 'Nunito';
	font-size: 14px;
	color: black;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget_latest_post .item{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #dddddd;
}
.widget_latest_post .item:first-child{
	margin-top: 0;
	padding-top: 0;
	border: none;
}
.widget_latest_post figure{
	float: left;
	width: 23%;
	max-width: 70px;
}
.widget_latest_post figure img{
	vertical-align: top;
	width: 100%;
	height: auto;
}
.widget_latest_post .caption{
	float: left;
	width: 77%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
}
.widget_latest_post .caption.noimg{
	width: 100%;
	padding: 0;
}
.widget_latest_post .caption h3{
	line-height: 100%;
	margin-bottom: 2px;
}
.widget_rss li .rsswidget,
.widget_latest_post .caption h3 a{
	font-size: 15px;
	font-weight: 600;
	color: black;
}
#footer-widget .widget_latest_post .caption h3 a{
	color: #abadaf;
}
#footer-widget .widget_latest_post .caption h3 a:hover{
	color: white;
}
.widget_latest_post .caption span{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: #929292;
}
/** GENERIC WIDGET **/
.widget ul li,
.widget_categories ul li,
.widget_archive ul li{
	display: block;
	margin-top: 12px;
	padding-top: 8px;
	border-top: 1px dotted #dddddd;
	position: relative;
}
.widget.widget_recent_entries ul li a{
	line-height: 150%;
}
#footer-widget .widget_latest_post .item,
#footer-widget  .widget ul li,
#footer-widget  .widget_categories ul li,
#footer-widget .widget_archive ul li{
	border-color: rgba(255,255,255,.2);
}
.widget ul li:first-child,
.widget_categories ul li:first-child,
.widget_archive ul li:first-child{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.widget ul li a,
.widget_categories ul li a,
.widget_archive ul li a{
	color: black;
	font-size: 15px;
	font-weight: 600;
}
#footer-widget   .widget ul li a,
#footer-widget   .widget_categories ul li a,
#footer-widget   .widget_archive ul li a{
	color: #abadaf;
}
#footer-widget   .widget ul li a:hover,
#footer-widget   .widget_categories ul li a:hover,
#footer-widget   .widget_archive ul li a:hover{
	color: white;
}
.widget_categories ul li span,
.widget_archive ul li span{
	position: absolute;
	right: 0;
	top: 13px;
	font-weight: 600;
	font-size: 13px;
}
.widget_categories ul li:first-child span,
.widget_archive ul li:first-child span{
	top: 5px;
}
.widget_categories label,
.widget_archive label{
	display: none;
}
.widget_categories select,
.widget_archive select{
	display: block;
	padding: 10px;
	width: 100%;
	color: #444444;
	font-size: 14px;
	cursor: pointer;
}
.widget_categories select option,
.widget_archive select option{
	padding: 5px 10px;
}
.single-tags a,
.widget_tag_cloud a{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px !important;
	padding: 8px 13px;
	font-weight: 600;
	color: #7d7d7d;
	margin: 0 0 4px;
	border: 1px solid #c3c3c3;
}
#footer-widget .widget_social a i,
#footer-widget .widget_tag_cloud a{
	border-color: rgba(255,255,255,.3);
	color: #abadaf;
}
#footer-widget .widget_social a:hover i,
#footer-widget .widget_tag_cloud a:hover{
	color: white;
}
.single-tags a:hover,
.widget_tag_cloud a:hover{
	color: black;
}
.widget_recent_entries a{
	display: block;
	font-weight: 600;
	color: black;
	margin-bottom: 1px;
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	-ms-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
}
.widget_recent_entries span{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	color: #8a8a8a;
}
.widget_text .textwidget{
	line-height: 170%;
}
/** INSTAGRAM WIDGET **/
.widget_flickr .wrap,
.widget_instagram .wrap{
	margin: 0 -2px;
}
.widget_flickr .wrap a,
.widget_instagram .wrap a{
	float: left;
	width: 33.33333333333333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px;
	max-width: 100px;
	opacity: 1;
}
.widget_flickr:hover .wrap a,
.widget_instagram:hover .wrap a{
	opacity: .7;
}
.widget_flickr:hover .wrap a:hover,
.widget_instagram:hover .wrap a:hover{
	opacity: 1;
}
.widget_flickr .wrap a img,
.widget_instagram .wrap a img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
#sticky-sidebar{
	margin-top: 40px;
}
#sticky-sidebar.is_stuck{
	margin-top: 20px;
}
.admin-bar #sticky-sidebar.is_stuck{
	margin-top: 50px;
}
/** SECTION INSTAGRAM **/
.section-instagram{
	position: relative;
}
.section-instagram .follow{
	position: absolute;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 2;
	height: 0;
}
.section-instagram .follow a{
	display: inline-block;
	border: 2px solid #d4d4d4;
	padding: 10px 30px 12px;
	color: #d4d4d4;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	top: -20px;
}
.section-instagram .follow a:hover{
	color: white;
	border-color: white;
}
.section-instagram .follow a i{
	font-size: 22px;
	position: relative;
	bottom: -2px;
	margin-right: 10px;
	
}
.section-instagram .wrap a{
	float: left;
	width: 12.5%;
	position: relative;
	display: block;
	z-index: 1;
}
.section-instagram .wrap a:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #3b3b3b;
	opacity: .6;
}
.section-instagram .wrap a:hover:after{
	opacity: .3;
}
.section-instagram .wrap a img{
	width: 100%;
	vertical-align: top;
}
/** FOOTER **/
#footer-widget{
	background: #1f1f21;
	padding: 60px 0 80px;
	color: #abadaf;
}
#tribute{
	background: #1b1b1d;
	text-align: center;
	padding: 20px 0 45px;
}
#tribute .socmed{
	padding-top: 15px;
}
#tribute p{
	font-size: 14px;
	color: white;
	margin-top: 20px;
}
.foot-nav li{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: 0 5px;
}
#tribute .foot-nav{
	margin-top: 15px;
}
.foot-nav li a{
	color: #dddddd;
}
.foot-nav li a:hover{
	color: white;
}
/** PAGE TITLE **/
.page-title{
	margin-bottom: 50px;
}
.page-title .layer{
	padding: 30px;
	background: white;
	border-bottom: 5px solid #eeeeee;
}
.page-title .layer h1{
	font-weight: 700;
	color: black;
	font-size: 28px;
	font-family: 'Merriweather';
}
.page-links strong,
.single-tags span,
.share-post span{
	display: block;
	margin-bottom: 15px;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}
.page-links strong{
	display: inline-block;
	margin: 0 2px 0 0;
}
.share-post a{
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 37px;
	color: white;
	background: red;
	font-size: 14px;
}
.share-post a:hover{
	opacity: .9;
}
.share-post a.fb{
	background: #4b68b9 ;
}
.share-post a.tw{
	background: #00addf ;
}
.share-post a.gp{
	background: #eb654c  ;
}
.share-post a.pn{
	background: #d14c4c ;
}
.share-post a.su{
	background: #eb4924  ;
}
.share-post a.tb{
	background: #4b68b9 ;
}
.post-util{
	margin: 50px 0;
}
.post-util .share-post{
	float: left;
}
.post-util .single-tags{
	float: right;
	text-align: right;
}
.related-post{
	margin-bottom: 50px;
}

.related-post  .holder{
	margin: 0 -15px;
}
.related-post  .item{
	float: left;
	width: 33.3333333333%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.related-post  .item.fullwidth{
	width: 100%;
}
.related-post  .item a{
	display: block;
}
.related-post  .item:hover img{
	opacity: .9;
}
.related-post  .item a span{
	color: black;
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-top: 8px;
	line-height: 130%;
}
.prevnext-post{
	margin: 0 -50px -30px;
}
.prevnext-post .item{
	width: 50%;
	float: left;
	text-align: center;
	height: 200px;
	position: relative;
	opacity: 1;
}
.prevnext-post.only-one .item{
	width: 100%;
	float: none;
}
.prevnext-post .item:hover{
	opacity: .9;
}
.prevnext-post .item span{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}
.prevnext-post .item span:after{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: black;
	opacity: .5;
}
.prevnext-post .item .holder{
	position: absolute;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px;
}
.prevnext-post .item .holder strong{
	font-size: 14px;
	text-transform: uppercase;
}
.prevnext-post .item .holder h3{
	color: white;
	font-family: 'Merriweather';
	font-size: 18px;
	margin-top: 5px;
	line-height: 145%;	
}
/** HOVER **/
#wp-calendar tfoot tr a:hover,
.related-post  .item:hover span,
.content-attr .meta span a:hover,
.widget_latest_post .caption h3 a:hover,
.widget_profile h3 a:hover,
.section-featured .feat-nav .item:hover span,
.main-title a:hover,
.widget ul li a:hover,
.widget_categories ul li a:active,
.widget_archive ul li a:hover{
	color: #595959;
}
/** WIDGET CALENDAR **/
#wp-calendar {
        width: 100%;
        font-size: 12px;
}
#wp-calendar thead th {
        background: #c3c3c3;
        border: 1px solid #c3c3c3;
        border-top: none;
        font-size: 13px;
}
#wp-calendar tbody td {
        text-align: center;
        border: 1px solid #c3c3c3;
        line-height: 2.5em;
        font-size: 13px;
	color: black;
}

#wp-calendar tbody td:hover {
        background: #c3c3c3;
        color: black;
}
#wp-calendar tbody td a {
        display: block;
        text-decoration: none;
        background: #c3c3c3;
        color: black;
}
#wp-calendar tbody td:hover a {
        background: black;
        color: white;
}
#wp-calendar tfoot td {
        padding: 8px 4px 4px;
}
#wp-calendar caption {
        cursor: pointer;
        font-size: 14px;
        text-transform: uppercase;
        margin: 0;
        padding: 12px;
        outline: 0 none !important;
        color: #000000;
	border: 1px solid #c3c3c3;
	border-bottom: none;
}
#sidebar #wp-calendar caption{
	color: black;
}
#wp-calendar tbody a {
        display: block;
        text-decoration: underline;
}
#wp-calendar th {
        text-align: center;
        border: 1px solid #c3c3c3;
        border-top: none;
        padding: 7px 0;
        color: #000000;
}
#wp-calendar tfoot tr a{
	color: black;
	font-size: 14px;
}
.widget_rss cite{
	margin-top: 20px;
	display: inline-block;
	position: relative;
	color: black;
	font-size: 12px;
	text-transform: uppercase;
}
.widget_rss li .rsswidget{
	display: block;
	margin-bottom: 5px;
}
.widget_rss .rss-date{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	color: #8a8a8a;
	display: block;
	margin: 0 0 5px;
}
.widget_rss h3 .rsswidget{
	color: black;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 15px;
	padding-bottom: 8px;
	position: relative;
	text-transform: uppercase;
}
.widget_rss h3 .rsswidget:first-child{
	margin-left: 0;
}
.widget_rss .rssSummary{
	line-height: 160%;
	font-size: 13px;
	color: #424242;
}
.widget_social a{
	display: block;
	float: left;
	width: 33.33333333333333%;
	padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 90px;
}
.widget_social a i{
	width: 100%;
	max-width: 98px;
	height: 85px;
	text-align: center;
	line-height: 82px;
	display: block;
	border: 1px solid #c3c3c3;
	font-size: 24px;
	color: #7d7d7d;
	position: relative;
	overflow: hidden;
	z-index: 10;
}
.widget_social a:hover i{
	color: white;
}
.widget_social a i:after{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	content: '';
	z-index: -1;
}
#footer-widget .widget_social a.fb:hover i,
.widget_social a.fb:hover i{border-color: #3b5998;}
#footer-widget .widget_social a.tw:hover i,
.widget_social a.tw:hover i{border-color: #55acee;}
#footer-widget .widget_social a.gp:hover i,
.widget_social a.gp:hover i{border-color: #d64136;}
#fo0ter-widget .widget_social a.pn:hover i,
.widget_social a.pn:hover i{border-color: #cb211d;}
#footer-widget .widget_social a.in:hover i,
.widget_social a.in:hover i{border-color: #007ab9;}
#footer-widget .widget_social a.tb:hover i,
.widget_social a.tb:hover i{border-color: #37465d;}
#footer-widget .widget_social a.ig:hover i,
.widget_social a.ig:hover i{border-color: #674f45;}
#footer-widget .widget_social a.yb:hover i,
.widget_social a.yb:hover i{border-color: #e14e42;}
#footer-widget .widget_social a.rs:hover i,
.widget_social a.rs:hover i{border-color: #f86811;}

.widget_social a.fb i:after{background: #3b5998;}
.widget_social a.tw i:after{background: #55acee;}
.widget_social a.gp i:after{background: #d64136;}
.widget_social a.pn i:after{background: #cb211d;}
.widget_social a.in i:after{background: #007ab9;}
.widget_social a.tb i:after{background: #37465d;}
.widget_social a.ig i:after{background: #674f45;}
.widget_social a.yb i:after{background: #e14e42;}
.widget_social a.rs i:after{background: #f86811;}
.widget_social a:hover i:after{
	opacity: 1;
}
/** COMMENT STYLE **/
.comment-area.form-basic input[type='text'],
.comment-area.form-basic input[type='email'],
.comment-area.form-basic textarea{
	background: white;
	border: 1px solid #e2e2e2;
	margin-bottom: 20px;
}
.comment-form.form-column,
.comment-area .puller-left{
	background: #fcfcfc ;
}
.comment-area.form-basic{
	background: #fcfcfc ;
	padding: 50px ;
	margin: 0 -50px;
}
h3#reply-title,
#comments-title{
        margin-bottom: 20px;
        font-size: 20px;
        color: black;
        position: relative;
	font-weight: 600;
}
h3#reply-title{
	margin: 10px 0;
}
#respond p,
#comments-title a{
        color: #222;
        font-size: 14px;
	padding: 0 5px;
}
#respond p,.comment-notes{
	font-size: 16px;
}
.nopassword,
.nocomments {
	color: #222;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}
.commentlist > .comment {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #dddddd;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	position: relative;
        margin:30px 0 0;
        display: block;
	padding-top: 30px;
	border-top: 1px solid #dddddd;
}
.comment-meta .fn,
.comment-meta .fn a{
	font-style: normal;
        color: black;
        font-size: 16px;
	font-weight: 600;
	display: block;
}
.comment-meta .fn{
	display: block;
	margin: 0;
}
.comment-meta time{
	color: #9a9797;
	font-family: 'Merriweather';
	font-style: italic;
	font-size: 13px;
}
.comment .comment-content{
	color: black;
	display: block;
	margin-top: 20px;
	line-height: 150%;
	font-size: 15px;
}
.comment-meta {
	color: #4e4e4e;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children .comment .comment-meta {
	margin-left: 75px;
}
.commentlist .children .comment.depth-3 .comment-meta{
	margin-left: 150px;
}
.commentlist .children .comment.depth-3 .reply,
.commentlist .children .comment.depth-3 .comment-content{
	padding-left: 150px;
}
.commentlist .children .comment .comment-content {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
        padding-left: 75px;
}
.commentlist .children .comment .reply{
        padding: 0 0 0 75px;
}
.comment-meta a {
        font-size: 14px;
        color: #222;
}
#respond a{
        color: #222;
}
#respond .logged-in-as{
	color: #9a9797;
}
.comment-meta a:hover,
#respond a:hover{
        text-decoration: underline;
}
.commentlist .avatar {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.commentlist > .pingback:before {
	content: '';
}
.comment-reply-link {
	display: inline-block;
        margin-top: 15px;
	font-family: 'Merriweather';
	font-style: italic;
	color: #222;
	font-size: 14px;
}
.comment-reply-link:hover{
	color: #222;
	text-decoration: underline;
}
.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
        display: none;
}
#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url{
	float: left;
	width: 33.333333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#respond p.form-submit:before{
	display: block;
	height: 1px;
	width: 100%;
	clear: both;
	float: none;
	content: '';
}
#respond #commentform{
	margin: 0 -5px;
}
.product-bread{
	margin-bottom: 30px;
}
/** ADS STYLE **/
.ads-holder.ads_archive_mobile,
.ads-holder.ads_archive,
.ads-holder.ads_hero_mobile,
.ads-holder.ads_hero{
	margin-bottom: 50px;
}
.single-post-ads{
	margin-bottom: 30px;
}
/**OPTIN FORM WIDGET **/
.widget_optin form{
	padding: 15px;
	margin: 20px 0 0;
	background: white;
	border-bottom: 3px solid #eeeeee;
}
.widget_optin form input[type='text'],
.widget_optin form input[type='email']{
	margin-bottom: 15px;
	padding: 0 10px;
}
.widget_optin .form-basic form input[type='submit']{
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	font-size: 14px;
}
.widget_optin p{
	font-size: 14px;
}
.ajax-pagination{
	display: none;
}
.page-load-status {
	text-align: center;
}
.page-load-status .infinite-scroll-request span{
	display: inline-block;
	width: 287px;
	height: 141px;
	background: url(../img/ajax_loading.gif) no-repeat;
}
.page-load-status p{
	font-size: 26px;
}
/* MEDIA QUERY FOR WEBKIT BASED BROWSER **/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  
}

/* MEDIA QUERY FOR GECKO BASED BROWSER **/
@-moz-document url-prefix(){
	.socmed a{
		line-height: 49px;
	}
	.single-tags a,
	.widget_tag_cloud a{
		padding: 8px 13px 12px;
	}
	.more-post a{
		line-height: 35px;
	}
	.section-instagram .follow a{
		padding: 10px 30px 14px;
	}
	.regular-pagination a,
	.page-pagination a,
	.page-pagination span{
		line-height: 56px;
	}
	.widget-title:before{
		top: 7px;
	}
	.sf-menu > li > a.sf-with-ul:before{
		bottom: 3px;
	}
	#top.style-1 .top-nav{
		padding-bottom: 25px;
	}
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		top:			55px; /* match top ul list item height */
	}
	.widget ul li,
	.widget_categories ul li,
	.widget_archive ul li{
		margin-top: 15px;
	}
	.widget_latest_post .caption h3{
		line-height: 85%;
	}
	.share-post a{
		line-height: 32px
	}
	.widget.widget_recent_entries ul li{
		padding-top: 12px;
		margin-top: 19px;
	}
	.widget.widget_recent_entries ul li:first-child{
		margin: 0;
		padding: 0;
	}
	.page-links > a,
	.page-links > span{
		line-height: 26px;
	}
	.page-links strong{
		margin-top: -2px;
	}
}

@media (max-width: 1239px) {
         .wrapper{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 15px;
	}
}
@media (max-width: 991px) {
	 #mobilemenu{
		display: block;
		padding-top: 15px;
        }
	html #top.style-2 .slicknav_menu .slicknav_menutxt,
        html #mainmenu{
                display: none;
        }
	#mobilemenu .slicknav_btn{
		text-align: center;
	}
	#top.style-1 .top-nav{
		padding-bottom: 20px;
	}
	#post-section .puller{
		padding-right: 15px;
	}
	.left-sidebar #post-section .puller{
		padding: 0 0 0 15px;
	}
	#post-section .content.big-style .head-post{
		padding: 0;
	}
	#post-section .content.quote.single-post .head-post,
	#post-section .content.quote .head-post{
		padding-left: 30px;
	}
	#post-section .content.quote .head-post::after{
		left: 0;
		width: 10px;
	}
	#post-section .content.big-style .txt{
		padding: 0 15px;
	}
	.page-title .layer h1{
		font-size: 20px;
	}
	.format-text form{
		max-width: none;
	}
}
/* Mobile device */
@media (max-width: 767px) {
	.main-slider.style-2 .slick-carousel img,
	.main-slider.style-1 .slick-carousel img{
		display: none;
	}
	.main-slider.style-2 .slick-carousel .item .holder,
	.main-slider.style-1 .slick-carousel .item .holder{
		position: relative;
		top: auto;
		left: auto;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	.main-slider.style-2 .bg-img,
	.main-slider.style-1 .bg-img{
		padding: 80px 0;
	}
	.main-slider.style-2 .item{
		padding: 0;
	}
	.main-slider.style-2{
		margin: 0;
	}
	.main-slider.style-1 .slick-carousel .item .main-title{
		font-size: 24px;
	}
	.main-slider.style-1 .slick-carousel .item .post-date{
		font-size: 13px;
	}
	.main-slider.style-1 .content-attr .meta span{
		font-size: 12px;
	}
	.more-post.strip a::after, .more-post.strip a::before{
		display: none;
	}
	.left-sidebar #post-section .puller,
	#post-section .puller{
		padding: 0;
	}
	html #sidebar{
		margin-top: 100px;
		height: auto !important;
	}
	#sticky-sidebar{
		position: relative !important;
		top: auto !important;
		width: auto !important;
	}
	#sticky-sidebar + div{
		display: none !important;
	}
	.section-instagram .wrap a{
		width: 25%;
	}
	#footer-widget .col-md-6,
	#footer-widget .col-md-3,
	#footer-widget .col-md-4{
		margin-bottom: 40px;
	}
	#footer-widget{
		padding-bottom: 20px;
	}
	html #post-section .content.grid-style .layer{
		height: auto !important;
	}
}
@media (max-width: 580px) {
	.main-slider.style-1 .content-attr .meta,
	.main-slider.style-1 .slick-carousel .item .post-date,
	.main-slider.style-1 .more-post{
		display: none;
	}
	
	.main-slider.style-1 .slick-carousel .item .main-title{
		font-size: 16px;
	}
	.main-slider .slick-carousel .item .holder .caption{
		padding: 20px;
	}
	.main-slider.style-1 .slick-carousel .carrow{
		font-size: 30px;
	}
	#post-section .content .layer,
	.section-featured .layer{
		padding: 15px;
	}
	#post-section .content.grid-style .layer{
		padding-bottom: 25px;
	}
	.section-featured .feat-nav{
		margin-top: 15px;
	}
	.section-featured .feat-nav .wrap{
		margin: 0 -7px;
	}
	.section-featured .feat-nav .item a{
		padding: 0 7px;
	}
	.section-featured .feat-nav .item strong span {
		font-size: 12px;
		padding: 8px 5px;
	}
	#post-section .content .content-attr .main-title{
		font-size: 24px;
	}
	#post-section .content.big-style .head-post{
		padding: 0 15px;
	}
	#post-section .content.quote.single-post .head-post,
	#post-section .content.quote .head-post{
		padding-left: 30px;
	}
	.page-pagination{
		margin-top: 40px;
	}
	.page-pagination a, .page-pagination span {
		font-size: 16px;
		height: 40px;
		line-height: 36px;
		width: 40px;
      }
      #post-section .content.big-style .more-post{
		padding: 20px 0;
      }
      body.page #post-section .content .layer, body.single-post #post-section .content .layer{
		padding-left: 30px;
		padding-right: 30px;
      }
      .comment-area.form-basic{
		padding: 30px;
		margin: 0 -30px;
      }
      .prevnext-post{
		margin-left: -30px;
		margin-right: -30px;
      }
      .related-post .holder{
	margin: 0;
      }
      .related-post .item,
      .prevnext-post .item{
		float: none;
		width: 100%;
      }
      .related-post .item{
		padding: 0;
		margin: 0 0 30px;
      }
      .post-util .share-post,
      .post-util .single-tags{
		float: none;
		text-align: left;
		margin-bottom: 30px;
      }
      #logo span{
	    font-size: 44px;
	    margin-bottom: 5px;
      }
      .commentlist .children .comment .comment-meta{
		margin-left: 35px;
      }
      .commentlist .children .comment .reply,
      .commentlist .children .comment .comment-content{
		padding-left: 35px;
      }
      .commentlist .children .comment.depth-3 .comment-meta{
		margin-left: 75px;
      }
      .commentlist .children .comment.depth-3 .reply,
      .commentlist .children .comment.depth-3 .comment-content{
		padding-left: 75px;
      }
      #respond p.comment-form-author, #respond p.comment-form-email, #respond p.comment-form-url{
		float: none;
		display: block;
		width: 100%;
      }
      .admin-bar #top.style-2 .topbar.stuck,
      .admin-bar #top.style-1 .top-nav.stuck{
		top: 0;
	}
	
}
/* Custom mobile */
@media (max-width: 480px) {
	.style-1 #logo img{
		max-width: 80%;
	}
	#top .site-info .intro-logo{
		font-size: 13px;
		padding: 15px 0 20px;
	}
	.socmed a{
		margin: 0 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.section-featured .feat-nav .item{
		float: none;
		width: 100%;
		margin: 15px 0 0;
	}
	.section-featured .feat-nav .wrap,
	.section-featured .feat-nav .item:first-child{
		margin: 0;
	}
	
	#post-section .content.big-style .txt,
	#post-section .content.big-style .head-post,
	.section-featured .feat-nav .item a{
		padding: 0;
	}
	#post-section .content.quote.single-post .head-post,
	#post-section .content.quote .head-post{
		padding-left: 30px;
	}
	.home.use-featured #top .header-bg{
		height: 450px;
	}
	#tribute p{
		line-height: 160%;
	}
      body.page #post-section .content .layer, body.single-post #post-section .content .layer{
		padding-left: 15px;
		padding-right: 15px;
      }
      .prevnext-post{
		margin-left: -15px;
		margin-right: -15px;
      }
      .main-slider.style-2 .bg-img,
	.main-slider.style-1 .bg-img{
		padding: 50px 0;
	}
	.comment-area.form-basic{
		padding: 20px 15px;
		margin: 0 -15px;
	}
	.commentlist .children .comment .comment-meta{
		margin-left: 20px;
      }
      .commentlist .children .comment .reply,
      .commentlist .children .comment .comment-content{
		padding-left: 30px;
      }
      .commentlist .children .comment.depth-3 .comment-meta{
		margin-left: 50px;
      }
      .commentlist .children .comment.depth-3 .reply,
      .commentlist .children .comment.depth-3 .comment-content{
		padding-left: 50px;
      }
      .form-basic #commentform textarea{
		min-height: 150px;
      }
}
@media (min-width: 1240px) {
	.wrapper{
		width: 1170px;
	}
}
.sticky{}
.gallery-caption{}
.bypostauthor {}
.screen-reader-text{}
/*@media (max-width: 991px) {body{background: blue !important;}}
@media (max-width: 767px) {body{background: red !important;}}
@media (max-width: 580px) {body{background: green !important;}}
@media (max-width: 480px) {body{background: yellow !important;}}*/