/* --------------

Theme name: Essence
Author: Lucid Themes
Version: 1.1
Last change: 21/12/2016

-------------- */


/* ------- STYLE CSS CONTENTS ------- 

	- 1) Basic styling
	- 2) Header
	- 3) Footer
	- 4) Page styling
		- 4.1) page header
		- 4.2) page section title
		- 4.3) post content
		- 4.4) post slideshow
		- 4.5) post video
		- 4.6) post categories
		- 4.7) post share
		- 4.8) post author
		- 4.9) post navigation
		- 4.10) post social icons
		- 4.11) post comments
		- 4.12) sidebar widgets
		- 4.13) posts widget
		- 4.14) list widget
		- 4.15) Essence About widget
		- 4.16) Essence Latest Posts Widget
		- 4.17) Essence Instagram Widget
		- 4.18) Essence Social Widget
		- 4.19) Essence Banner Widget
		- 4.20) Essence Promo Box Widget
	- 5) Home page
		- 5.1) featured section
		- 5.2) promo boxes
		- 5.3) blog posts list
	- 6) Single blog styling
	- 7) Contact page
	- 8) 404/error page
	- 9) Features page
	
 ------------------------------------ */

 
/* --- 1) BASIC STYLING --- */

	body{background-color:#ffffff;overflow-x:hidden;}
	p,h1,h2,h3,h4{margin:0;padding:0;}
	ul{list-style:none;margin:0;padding:0;}

	.font-merriweather-reg{font-family: 'Merriweather', sans-serif;font-weight:400;}
	.font-montserrat-reg{font-family: 'Montserrat', sans-serif;font-weight:400;}
	.font-opensans-reg{font-family: 'Open Sans', sans-serif;font-weight:400;}
	
	.page-heading{font-size:24px;color:#3a3a3a;line-height:28px;letter-spacing:0.5px;margin-bottom:15px;}
	
	.primary-button{font-size:11px;color:#3a3a3a;line-height:16px;text-transform:uppercase;display:inline-block;border-bottom:1px solid #3a3a3a;padding-bottom:7px;letter-spacing:1px;text-decoration:none;cursor:pointer;-webkit-transition:border-color, 0.25s, ease-in-out;transition:border-color, 0.25s, ease-in-out;}
	.primary-button:hover{color:#c7c7c7;border-color:#c7c7c7;}
	
	.secondary-button{font-size:12px!important;color:#ffffff;line-height:16px!important;letter-spacing:1px;text-transform:uppercase;display:inline-block;border:1px solid #3a3a3a;padding:8px 25px 7px;background-color:#3a3a3a;text-decoration:none;cursor:pointer;-webkit-transition:border-color, 0.25s, ease-in-out;transition:border-color, 0.25s, ease-in-out;}
	.secondary-button:hover{color:#ffffff;background-color:#c7c7c7;border-color:#c7c7c7;}
	
	.rounded-button{border-radius:30px;}
	
	

/* --- 2) HEADER --- */
	
	#site-header.fixed-header{width:100%;position:fixed;z-index:100;background-color:#ffffff;}
	
	#header-top{background-color:#3a3a3a;}
	#top-header-nav{float:left;}
	
	#header-search{float:left;margin-bottom:0;}
	#header-search #submit-button{float:left;border:0;background-color:transparent;width:26px;height:21px;margin-right:4px;}
	#header-search input[type=text]{width:160px;border:0;float:left;height:22px;color:#888888;background-color:transparent;}
	#header-search input[type=text]::-webkit-input-placeholder{color:#888888;}
	#header-search .fa{float:left;color:#888888;font-size:14px;line-height:13px;margin-top:3px;}
	
	.header-social{float:right;padding:8px 0;}
	.header-social li{margin-right:20px;float:left;}
	.header-social li:last-child{margin-right:0;}
	.header-social li a{font-size:13px;color:#b7b7b7;letter-spacing:0.5px;}
	.header-social li a:hover{color:#8e8e8e;}
	.header-social span{display:none!important;}
	.header-social li .fa{vertical-align:middle;}

	#site-logo, #site-logo img{max-width:270px;height:auto;margin:0 auto;display:block;}
	#site-logo{padding-top:70px;padding-bottom:70px;}
	

	/* -- nav main menu -- */
	
	#header-navigation{z-index:10;background-color:#efefef;}
	#header-navigation.fixed-navigation{width:100%;position:fixed;top:0;z-index:100;}
	#header-navigation.fixed-navigation #header-nav{margin:0 auto;}
	
	.menu {list-style-type:none;margin:0;clear:both;padding-left:0px;text-align:center;}
	.menu ul{padding:0;margin:0;list-style-type:none;}
	.menu li{position:relative;white-space:nowrap;display:inline-block;}
	.menu .menu-item > a,.menu .page_item > a{font-size:11px;color:#717171;text-align:center;letter-spacing:1.5px;text-transform:uppercase;margin:0 15px;padding:15px 0;text-decoration:none;display:inline-block;}
	.menu > li > a:hover,.submenu-active,#header-nav .menu-item > a.active{color:#c7c7c7!important;-moz-transition:color, 0.5s, ease-in-out;-webkit-transition:color, 0.5s, ease-in-out;transition:color, 0.5s, ease-in-out;}
	.menu  .sub-drop-icon{margin-left:5px;display:none}
	
	.menu > li.menu-item-has-children a, .menu > ul > .page_item.page_item_has_children a{margin-right:3px;}
	.menu li.menu-item-has-children:after, .menu ul > .page_item.page_item_has_children:after{font-family:FontAwesome;content:"\f107";}
	
	.menu .sub-menu li.menu-item-has-children{position:relative;}
	.menu .sub-menu li.menu-item-has-children:after{position:absolute;top:7px;right:15px;}
	
	.menu > li.menu-item-has-children:after, .menu > ul > .page_item.page_item_has_children:after{margin-top:24px;margin-right:15px;}
	
	
	/* -- nav drop down menus -- */
	
	.menu .menu-item-has-children,.menu .page_item_has_children{position:relative;}
	.menu .sub-menu,.menu .children{background-color:#ffffff;position:absolute;z-index:1000;top:46px;left:0;min-width:230px;border-top:1px solid #a5a5a5;opacity:0;visibility:hidden;box-shadow:0 2px 12px rgba(152,152,152,0.075);margin-top:30px;-webkit-transition:all .35s;transition:all .35s;}
	.menu .sub-menu li,.menu .children li{width:100%!important;height:auto;display:block;}
	.menu .sub-menu li a,.menu .children li a{font-size:9px;color:#717171;letter-spacing:1.5px;margin:0;display:block;width:100%;text-align:left;text-decoration:none;position:relative;padding:10px 15px;border-bottom:1px solid rgba(0,0,0,0.05);}
	.menu .sub-menu li a:hover,.menu .children li a:hover{background-color:#f7f7f7;}
	
	.menu-item-has-children:hover > .sub-menu,.page_item_has_children:hover > .children{margin-top:0px;opacity:1;visibility:visible;}
	
	.sub-menu .sub-drop-icon{position:absolute;top:17px;right:20px;font-size:15px;}
	.sub-menu .sub-second-tier,#main-nav-ul li ul li ul{top:-1px;left:200px;}
	
	
	/* -- header top nav -- */
	
	#top-header-nav .menu{text-align:left;}
	#top-header-nav .menu .menu-item > a,#top-header-nav .menu .page_item > a{font-size:11px;color:#b7b7b7;padding:10px 0;margin:0 10px;}
	#top-header-nav .menu > li > a:hover{color:#8e8e8e!important;}
	#top-header-nav .menu > li:first-child > a{margin-left:0;}
	
	#top-header-nav .menu > li.menu-item-has-children a,#top-header-nav .menu > ul > .page_item.page_item_has_children a{margin-right:3px;}
	#top-header-nav .menu > li.menu-item-has-children:after,#top-header-nav .menu > ul > .page_item.page_item_has_children:after{color:#b7b7b7;}
	
	#top-header-nav .menu .sub-menu,#top-header-nav .menu .children{top:36px;border-color:#a5a5a5;}
	#top-header-nav .menu .sub-menu li a,#top-header-nav .menu .children li a{font-size:9px;color:#717171;padding:10px 15px;margin:0;}
	
	#top-header-nav .sub-menu .sub-second-tier,#top-header-nav #top-nav-ul li ul li ul{top:-1px;left:200px;}
	

	
/* --- 3) FOOTER --- */
	
	#footer-top{background-color:#efefef;padding-top:40px;}
	
	#footer-instagram{background-color:#ffffff;}
	body:not(.boxed) #footer-instagram .container{width:100%;padding:0;}
	#footer-instagram #sbi_load{display:none!important;}
	#footer-instagram-feed li{width:12.5%;float:left;}
	#footer-instagram-feed li img{width:100%;max-width:100%;display:block;}
	
	.footer-social-wide .container{width:100%;padding:0;}
	#footer-social{background-color:#3a3a3a;text-align:center;z-index:10;}
	#footer-social li{display:inline-block;}
	#footer-social li a{font-size:10px;color:#b7b7b7;line-height:15px;text-align:center;letter-spacing:1.5px;text-transform:uppercase;margin:0 15px;padding:25px 0;text-decoration:none;display:inline-block;}
	.footer-social:not(.text-footer-social) li a{font-size:16px!important;line-height:24px;}
	.footer-social:not(.text-footer-social) li span{display:none;}
	
	#footer-bottom{padding:20px 0;}
	#footer-bottom ,#footer-bottom a{font-size:12px;color:#3a3a3a;line-height:20px;text-align:center;letter-spacing:0.5px;text-decoration:none;}
	
	#scroll-top{width:40px;height:40px;background-color:#3a3a3a;opacity:0.9;position:fixed;bottom:30px;right:30px;text-align:center;display:none;cursor:pointer;border-radius:1px;transition:background-color .25s ease-in-out;-webkit-transition:background-color .25s ease-in-out;}
	#scroll-top.rounded{border-radius:50%;}
	#scroll-top span{font-size:20px;color:#ffffff;line-height:10px;margin-top:14px;transition:color .25s ease-in-out;-webkit-transition:color .25s ease-in-out;}
	
	#scroll-top:hover{background-color:#8e8e8e;}
	#scroll-top:hover span{color:#ffffff;}
	
	
	
/* --- 4) PAGE STYLING --- */
	
	#main-content{padding-top:40px;}
	#main-content.fixed-nav-padding{padding-top:131px;}
	
	.page-section{padding-bottom:40px;}
	
	
	/* -- 4.1) page header -- */

	.page-header {padding-bottom:40px;}
	
	.wide-header .container{width:100%;padding:0;}
	
	.page-header .section-inner{min-height:250px;position:relative;padding:0;color:#111111;text-align:center;background-position: center center;background-size: cover;background-color:#ffffff;}
    .page-head-inside{max-width:700px;position:absolute;top:50%;left:0;right:0;margin-left:auto;margin-right:auto;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);}
	.page-head-inside h1{font-size:20px;color:#3a3a3a;line-height:24px;letter-spacing:1px;}
	.page-head-inside p{font-size:13px;color:#717171;line-height:19px;margin-top:10px;}
	.page-head-inside-background{padding:20px;}
	
	.page-head-inside .single-blog-title,.page-head-inside .blog-post-meta{margin-bottom:0;}
	
	
	/* -- 4.2) page section title -- */
	
	.section-title{margin-bottom:30px;}
	.section-title h2{font-size:24px;color:#3a3a3a;line-height:28px;letter-spacing:0.5px;margin-bottom:5px;text-align:center;}
	.section-title p{font-size:13px;color:#717171;line-height:19px;text-align:center;}
	
	
	/* -- 4.3) page content -- */

	.page-content{-ms-word-wrap:break-word;word-wrap:break-word;}
	.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6{font-family:'Merriweather', sans-serif;font-weight:400;color:#3a3a3a;letter-spacing:0.5px;margin-top:30px;margin-bottom:10px;}
	.page-content h1{font-size:32px;line-height:37px;}
	.page-content h2{font-size:24px;line-height:39px;}
	.page-content h3{font-size:18px;line-height:23px;}
	.page-content h4{font-size:14px;line-height:19px;}
	.page-content h5{font-size:11px;line-height:16px;}
	.page-content h6{font-size:9px;line-height:14px;}
	.page-content h1 + p,.page-content h2 + p,.page-content h3 + p,.page-content h4 + p,.page-content h5 + p,.page-content h6 + p{margin-top:5px;}
	.page-content p{font-size:13px;color:#3a3a3a;line-height:22px;margin-bottom:20px;font-family:'Open Sans', sans-serif;font-weight:400;}
	.page-content blockquote{border-left:1px solid;border-color:#3a3a3a;padding-left:15px;margin-left:0;}
	.page-content a{color:#3a3a3a;text-decoration:underline;}
	.page-content strong{font-weight:700;}
	.page-content img,.page-content * img{height:auto;display:block;max-width:100%;margin-bottom:15px;}
	.page-content .alignleft{float:left;margin-right:25px;max-width:50%;}
	.page-content .alignright{float:right;margin-left:25px;max-width:50%;}
	.page-content .aligncenter{margin:0 auto;}
	.page-content ul{text-align:left;list-style: none;}
	.page-content > ul{margin-bottom:20px;}
	.page-content ul li ul{padding-left:15px;}
	.page-content li{color:#3a3a3a;font-size:13px;line-height:22px;font-family:'Open Sans', sans-serif;font-weight:400;}
	.page-content ul > li:before{content: "• ";color: #3a3a3a;font-size:20px;vertical-align:middle;}
	.page-content ol > li:before{content: "";}
	.page-content ol{padding-left:15px;}
	.page-content pre{background:#f1f1f1;color:#666;font-size:14px;line-height:22px;margin:20px 0;overflow:auto;padding:20px;white-space:pre;white-space:pre-wrap;word-wrap:break-word;}
	.page-content table{border-collapse:collapse;border-spacing:0;font-size:13px;line-height:2;margin:0 0 20px;width:100%;font-family:'Open Sans', sans-serif;}
	.page-content table th,.page-content table th a,.page-content table td{font-weight:normal;text-align:left;text-decoration:none;}
	.page-content table th{font-weight:bold;}
	.page-content dl{font-family:'Open Sans', sans-serif;}
	.page-content dt{font-weight:bold;}
	.page-content dd{margin-bottom:10px;}
	.page-content address{margin-bottom:20px;}
	.page-content .video-player{margin-bottom:20px;}

	
	/* -- 4.4) post slideshow -- */
	
	#post-slideshow-outer{position:relative;margin-bottom:20px;overflow:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
	.post-type-content-wide #post-slideshow-outer{margin-bottom:40px;}
	#post-slideshow-outer .previous-slide-btn{left:20px;}
	#post-slideshow-outer .next-slide-btn{right:20px;}
	#post-slideshow-outer:hover .slideshow-btn{opacity:1;}
	
	.post-slide img{width:auto!important;margin:0 auto;}
	
	.slideshow-btn{width:40px;height:40px;font-size:32px;color:#3a3a3a;line-height:30px;padding-top:4px;text-align:center;position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);z-index:10;opacity:0;-moz-transition:opacity, 0.5s, ease-in-out;-webkit-transition:opacity, 0.5s, ease-in-out;transition:opacity, 0.5s, ease-in-out;cursor:pointer;}
	
	
	/* -- 4.5) post video -- */
	
	#post-video{margin-bottom:20px;}
	.post-type-content-wide #post-video{margin-bottom:40px;}
	#post-video iframe{display:block;width:100%;height:100%;}
	
	
	/* -- 4.6) post categories -- */
	
	.post-categories li{display:inline-block;}
	.post-categories li:before{content:"• ";display:inline-block;}
	.post-categories li:first-child:before{content:"";}
	.post-categories li a{font-size:12px;line-height:18px;letter-spacing:0.5px;font-style:italic;text-decoration:none;display:inline-block;margin:0 3px 10px 5px;}
	.blog-list .post-categories li a,.single-blog-main .post-categories li a{color:#717171;}
	.post-categories li:first-child a{margin-left:0;}
	
	
	/* -- 4.7) post share -- */

	.post-share{margin-top:30px;}
	.post-share .social-item:first-child {margin-left: 0;}
	
	
	/* -- 4.8) post author -- */
	
	.post-author{width:100%;padding:40px 0;border-top:1px solid #efefef;text-align:center;}
	.author-image{width:100px;height:100px;display:inline-block;margin-bottom:15px;}
	.author-image img{width:100px;height:100px;display:inline-block;border-radius:50%;overflow:hidden;}
	.post-author-content{max-width:80%;margin:0 auto;}
	.post-author-content h4{font-size:16px;color:#3a3a3a;line-height:20px;letter-spacing:0.5px;margin-bottom:10px;}
	.post-author-content p{margin-bottom:0;}
	.post-author .widget-social-icons{text-align:center;}
	
	
	/* -- 4.9) post navigation -- */
	
	.post-navigation{padding-top:60px;padding-bottom:20px;margin-top:60px;border-top:1px solid #efefef;text-align:center;}
	.post-navigation a{text-decoration:none;}
	.post-nav-item{float:left;display:block;text-decoration:none;}
	#post-nav-next{float:right;text-align:right;}
	.post-nav-item span{font-size:12px;color:#3a3a3a;text-transform:uppercase;letter-spacing:1px;}
	.post-nav-item .fa{font-size:15px;}
	#post-nav-next .fa{margin-left:10px;}
	#post-nav-prev .fa{margin-right:10px;}
	
	.page-numbers:not(.next):not(.prev){display:none;}

	
	/* -- 4.10) post social icons -- */

	.social-item{height:25px;float:left;margin-left:20px;text-align:center;border-radius:1px;}
	#post-share .social-item:first-child{margin-left:0;}
	.social-item span{color:#3a3a3a;font-size:14px;}
	.social-item span:hover{color:#888888;}
	.social-item .fa-facebook,.social-item .fa-twitter,.social-item .fa-pinterest,.social-item .fa-instagram,.social-item .fa-stumbleupon,.social-item .fa-linkedin{margin-top:7px;}
	.social-item .fa-youtube{margin-top:6px;}
	.social-item .fa-google-plus{margin-top:8px;}
	
	
	/* -- 4.11) post comments -- */
	
	.post-comments-area{background-color:#f7f7f7;padding:30px;}
	.post-comment-count{font-size:17px;color:#3a3a3a;line-height:21px;letter-spacing:1px;text-decoration:none;font-family:'Merriweather', sans-serif;font-weight:400;text-align:center;margin-bottom:40px;}
	.post-comments-area.page-comments{margin-top:40px;}

	.comment-list .comment{list-style:none;}
	.comment-body{padding:37px 0 15px;border-top:1px solid #e6e6e6;}
	.comment-list .depth-1:first-child > .comment-body{padding-top:0;border:0;}
	.comment-main-content{width:100%;float:right;position:relative;}
	.comment-author-name{font-size:15px;color:#3a3a3a;line-height:19px;letter-spacing:0.5px;text-decoration:none;font-family:'Merriweather', sans-serif;font-weight:400;margin-bottom:3px;}
	.comment-date{font-size:11px;color:#717171;line-height:16px;letter-spacing:0.5px;font-family:'Merriweather', sans-serif;font-weight:400;margin-bottom:15px;}
	.comment-main-content .reply{position:absolute;top:0;right:0;}
	.comment-main-content .reply .comment-reply-link{font-size:10px;background-color:#888888;color:#FFF;border-radius:2px;text-decoration:none;font-size:12px;line-height:11px;padding:3px 4px;}
	.comment-main-content .reply .comment-reply-link:hover{background-color:#3a3a3a;}
	.comment-awaiting-moderation{font-weight:bold;font-style:normal;display:inline-block;margin-bottom:10px;}
	.comment-list .comment .children{padding-left:40px;}
	
	.comment .comment-respond{margin-bottom:40px;}
	.comments-area > .comment-respond{margin-top:30px;}
	.comment-list > li.depth-1:nth-child(n+2) .comment-respond{margin-bottom:0;}
	.comment-list > li:last-child .children li:last-child .comment-respond{margin-bottom:0;}
	.comment-respond .comment-reply-title,.comment-reply-title a:not(#cancel-comment-reply-link){font-size:17px;color:#3a3a3a;line-height:21px;letter-spacing:0.5px;text-decoration:none;font-family:'Merriweather', sans-serif;font-weight:400;}
	.comment-reply-title{margin-bottom:20px;}
	#cancel-comment-reply-link{font-size:11px;line-height:16px;text-transform:uppercase;display:inline-block;border:none;color:#3a3a3a;margin-top:4px;float:right;letter-spacing:1px;text-decoration:none;cursor:pointer;-webkit-transition:border-color, 0.25s, ease-in-out;transition:border-color, 0.25s, ease-in-out;}
	.comment-notes,.logged-in-as,.logged-in-as a{font-size:13px;color:#3a3a3a;line-height:18px;margin:10px 0;text-decoration:none;display:none;}
	.comment-form-comment label{display:none;}
	.comment-form-comment #comment{width:100%;max-width:100%;height:150px;min-height:150px;padding:15px;vertical-align:top;margin-bottom:20px;border:1px solid #e6e6e6;}
	.comment-form label{font-size:13px;color:#3a3a3a;line-height:20px;letter-spacing:1px;font-weight:400;width:80px;margin-top:11px;float:left;}
	.comment-respond .submit{font-size:12px;color:#3a3a3a;line-height: 16px;font-family: 'Montserrat', sans-serif;font-weight:400;text-transform:uppercase;display:inline-block;border:none;padding:10px 25px;background-color:#ffffff;letter-spacing:2px;text-decoration:none;cursor:pointer;border:1px solid #111111;-webkit-transition:border-color, 0.25s, ease-in-out;transition:border-color, 0.25s, ease-in-out;}
	.comment-respond .submit:hover{color:#ffffff;background-color:#3a3a3a;}
	.mobile-reply-cancel{display:none;}
	
	.comment-navigation{margin-bottom:40px;}
	.comment-navigation h1{display:none;}
	.comment-navigation:after {content:'';display:block;font-size:0;height:0;clear:both;}
	.comment-navigation .nav-previous a,.comment-navigation .nav-next a{font-size:13px;color:#3a3a3a;letter-spacing:1px;text-transform:uppercase;text-decoration:none;font-family:'Montserrat', sans-serif;font-weight:400;}
	.comment-navigation .nav-previous a:before,.comment-navigation .nav-next a:before{font-family:FontAwesome;font-size:15px;line-height:19px;}
	.comment-navigation .nav-previous a:before{content:"\f177";margin-right:15px;float:left;}
	.comment-navigation .nav-next a:before{content:"\f178";margin-left:15px;float:right;}
	.comment-navigation .nav-previous{float:left;}
	.comment-navigation .nav-next{float:right;}
	#comment-nav-above{margin-bottom:40px;}
	#comment-nav-below{margin-top:40px;}
	
	.no-comments{font-size:13px;color:#3a3a3a;line-height:22px;margin-bottom:20px;font-weight:600;border-top:1px solid #e6e6e6;padding-top:20px;}
	
	
	/* -- 4.12) sidebar widgets -- */

	.left-sidebar{padding-right:30px}
	.right-sidebar{padding-left:30px}

	.sidebar-widget{margin-bottom:40px;background-color:#f7f7f7;border:1px solid #ececec;padding:25px;text-align:center;}
	.post-sidebar .sidebar-widget:last-child{margin-bottom:0;}
	.sidebar-widget h3,.widget_rss h3 a{font-size:12px;color:#3a3a3a;line-height:15px;font-weight:400;text-align:center;text-transform:uppercase;letter-spacing:1px;display:inline-block;border-bottom:1px solid #3a3a3a;margin-bottom:25px;padding-bottom:7px;}
	.sidebar-widget .screen-reader-text{display:none;}
	
	.sidebar-widget .tagcloud:after{content:'';display:block;font-size:0;height:0;clear:both;}
	.sidebar-widget .tagcloud a{font-family: 'Montserrat', sans-serif;font-weight:400;font-size:9px!important;color:#3a3a3a!important;line-height:14px!important;letter-spacing:0.5px;text-transform:uppercase;display:inline-block;float:left;background-color:#ffffff;border:1px solid #e8e8e8;text-decoration:none;padding:6px 10px;margin:0 7px 7px 0;transition: background-color .25s ease-in-out, color .25s ease-in-out, border-color .25s ease-in-out;-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out, border-color .25s ease-in-out;}
	.sidebar-widget .tagcloud a:hover{background-color:#3a3a3a;color:#ffffff!important;border-color:#3a3a3a;}
	
	.sidebar-widget input,.sidebar-widget select{width:100%;height:40px;padding-left:15px;border:1px solid #e8e8e8;}
	.sidebar-widget input{margin-bottom:15px;}
	
	.search-widget #searchsubmit,.sidebar-widget input[type=submit]{font-size:11px!important;color:#3a3a3a;line-height:16px!important;letter-spacing:0.5px;text-transform:uppercase;font-family:'Montserrat', sans-serif;font-weight:400;height:auto;display:inline-block;background-color:#ffffff;text-decoration:none;padding:7px 15px;margin:0;transition: background-color .25s ease-in-out, color .25s ease-in-out, border-color .25s ease-in-out;-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out, border-color .25s ease-in-out;}
	.search-widget #searchsubmit:hover,.sidebar-widget input[type=submit]:hover{background-color:#3a3a3a;color:#ffffff;}
	
	.post-sidebar img,.textwidget img,.textwidget * img{height:auto;max-width:100%;max-height:100%;display:block;margin:5px 0;}
	.textwidget{text-align:left;}
	.textwidget p,.textwidget strong{font-size:13px;color:#3a3a3a;line-height:22px;font-family:'Open Sans', sans-serif;font-weight:400;}
	.textwidget strong{font-weight:700;}
	.textwidget form{margin-top:10px;}
	
	.widget_calendar .calendar_wrap > table{width:100%;font-size:13px;}
	.widget_calendar .calendar_wrap caption{margin-bottom:15px;font-size:15px;}
	.widget_calendar .calendar_wrap tbody{text-align:center;}
	.widget_calendar .calendar_wrap td,.widget_calendar .calendar_wrap th{padding:5px 0;}
	.widget_calendar .calendar_wrap a{text-decoration:none;color:#3a3a3a;}
	.widget_calendar .calendar_wrap #today{font-weight:bold;background-color:#ececec;}
	
	.widget_nav_menu .menu{text-align:left;font-family: 'Merriweather', sans-serif;font-weight:400;}
	.widget_nav_menu .menu li{display:block;}
	.widget_nav_menu .menu > li:after{content:"";}
	.widget_nav_menu .menu > li > a{font-size:11px;color:#717171;letter-spacing:1.5px;text-transform:uppercase;margin:0;padding:11px 0;text-align:left;border:none;}
	.widget_nav_menu .menu .sub-menu{top:40px;left:0;}
	.widget_nav_menu .menu .sub-menu li .sub-menu{display:none;}
	
	.widget_rss h3 .rsswidget:first-child{display:none;}
	.widget_rss h3 a{text-decoration:none;margin-bottom:0;border:0;padding-bottom:0;}
	.widget_rss li{margin-bottom:20px;border-bottom: 1px solid #ececec;padding-bottom:10px;text-align:left;}
	.widget_rss li > a{font-size:14px;color:#3a3a3a;line-height:18px;letter-spacing:0.5px;font-family:'Merriweather', sans-serif;font-weight:400;margin-bottom:5px;text-decoration:none;display:block;-webkit-transition:color .15s;transition:color .15s;}
	.widget_rss li .rss-date{font-size:11px;color:#717171;line-height:16px;letter-spacing:0.5px;font-family:'Merriweather', sans-serif;font-weight:400;display:block;margin-bottom:15px;}
	.widget_rss .rssSummary{margin-bottom:10px;}
	
	
	/* -- 4.13) posts widget  -- */
	
	.posts-widget .row [class*="col-"]:last-child,.essence_latest_post_col_right{padding-left:0;text-align:left;}
	.widget_recent_comments li{text-align:left;font-family:'Merriweather', sans-serif;font-weight:400;font-size:11px;color:#717171;line-height:16px;letter-spacing:0.5px;}
	.posts-widget li a,.widget_essence_latest_posts_widget li a{padding:10px 0;display:block;border-bottom:1px solid #ececec;text-decoration:none;}
	.widget_essence_latest_posts_widget li:first-child a{padding-top:0;}
	.posts-widget li:last-child a,.widget_essence_latest_posts_widget li:last-child a{border-bottom:0;padding-bottom:0;}
	.widget_essence_latest_posts_widget li:not(.essence_latest_posts_wide):last-child img{margin-bottom:0;}
	.posts-widget h4,.widget_recent_entries li a,.widget_essence_latest_posts_widget h4,.widget_recent_comments span{font-size:14px;color:#3a3a3a;line-height:18px;letter-spacing:0.5px;text-decoration:none;font-family:'Merriweather', sans-serif;font-weight:400;margin-bottom:3px;display:block;-webkit-transition:color .15s;transition:color .15s;}
	.widget_recent_entries li{text-align:left;}
	.widget_recent_entries li:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0;}
	.posts-widget p,.widget_recent_entries .post-date,.widget_essence_latest_posts_widget p,.widget_recent_comments a{font-size:11px;color:#717171;line-height:16px;letter-spacing:0.5px;font-family:'Merriweather', sans-serif;font-weight:400;}
	.posts-widget li a:hover h4,.widget_recent_entries li a:hover,.widget_essence_latest_posts_widget li a:hover{color:#c7c7c7;}

	.essence_latest_posts_wide img{margin-bottom:15px;}
	.essence_latest_posts_wide a{margin-top:5px;}
	.essence_latest_posts_wide:first-child a{margin-top:0;}
	
	.widget_recent_entries li{padding-bottom:15px;margin-bottom:15px;border-bottom: 1px solid #ececec;}
	
	.sidebar-widget .recentcomments{border-bottom: 1px solid #ececec;padding: 10px 0;}
	.sidebar-widget .recentcomments a,.sidebar-widget .recentcomments span{text-decoration:none;}
	.sidebar-widget .comment-author-link{display:block;margin-bottom:3px;}
	.sidebar-widget .comment-author-link a{font-size:15px;}
	
	
	/* -- 4.14) list widget  -- */
	
	.list-widget li a,.sidebar-widget .cat-item a,.sidebar-widget .page_item a,.widget_archive li a,.widget_meta li a{font-size:13px;color:#717171;line-height:18px;letter-spacing:0.5px;border-bottom:1px solid #ececec;padding: 10px 0;letter-spacing:0.5px;display:block;text-decoration:none;text-align:left;}
	.list-widget li:first-child a,.widget_categories li:first-child a,.widget_pages li:first-child a,.widget_archive li:first-child a,.widget_meta li:first-child a,.widget_recent_comments li:first-child{padding-top:0;}
	.list-widget li a:hover,.sidebar-widget .cat-item a:hover,.sidebar-widget .page_item a:hover,.widget_archive li a:hover,.widget_meta li a:hover{color:#c7c7c7;}

	.widget_categories li,.widget_archive li{border-bottom:1px solid #ececec;text-align:left;}
	.widget_categories .cat-item a,.widget_archive li a{display:inline-block;border-bottom:0;}
	.widget_categories .cat-item  .children .cat-item,.widget_pages .page_item .children .page_item{border-bottom:0;}
	.widget_categories .cat-item  .children a,.widget_pages .page_item .children .page_item a{padding:10px 0 10px 15px;}
	
	
	/* -- 4.15) Essence About widget -- */
	
	.about-widget img,.widget_essence_about_widget img{width:auto!important;margin-bottom:15px;}
	.about-widget h4,.widget_essence_about_widget h4{font-size:17px;color:#3a3a3a;line-height:21px;letter-spacing:0.5px;margin-bottom:10px;text-align:left;}
	.about-widget .page-content,.widget_essence_about_widget .page-content{text-align:left;}
	.about-widget p:last-child,.widget_essence_about_widget :last-child{margin-bottom:0;}
	
	.widget-social-icons{margin-top:15px;text-align:left;}
	.widget-social-icons li{display:inline-block;}
	.widget-social-icons li a{font-size:13px;color:#3a3a3a;margin-left:10px;}
	.widget-social-icons li:first-child a{margin-left:0;}
	.widget-social-icons li a:hover{color:#888888;}
	.widget-social-icons span{display:none!important;}
	
	.about-widget-center{text-align:center!important;}
	.about-widget img.about-widget-center,.widget_essence_about_widget img.about-widget-center{display:inline-block;}
	
	
	/* -- 4.16) Essence Latest Posts Widget -- */ 
	
	.widget_essence_latest_posts_widgets .row [class*="col-"]:last-child {padding-left:0;}
	
	
	/* -- 4.17) Essence Instagram Widget -- */
	
	.widget_essence_instagram_widget .sbi_item{float:left;display:block;}
	.widget_essence_instagram_widget #sb_instagram img{padding:1.5px!important;}
	.sidebar-instagram-item{width:calc(33.33% - 3px);float:left;margin:1.5px!important;}
	.sidebar-instagram-item img{margin:0;}
	.instagram-feed-image{max-width:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;}
	
	
	/* -- 4.18) Essence Social Widget -- */
	
	.widget_essence_social_widget .widget-social-icons{margin-top:0;text-align:center;}
	.widget_essence_social_widget .widget-social-icons a{font-size:15px;}
	
	
	/* -- 4.19) Essence Banner Widget -- */
	
	.widget_essence_banner_widget img{margin:0;}
	
	
	/* -- 4.20) Essence Promo Box Widget -- */
	
	.widget-promo-item{position:relative;display:block;}
	.widget-promo-item .promo-item-inside{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);}
	.widget-promo-item .promo-item-inside h4{font-size:13px;color:#3a3a3a;line-height:17px;letter-spacing:0.5px;text-transform:uppercase;background-color:rgba(255,255,255,0.85);max-width:80%;display:inline-block;padding:7px 20px;}
	.widget-promo-item img{margin:0;}
	
	
	
/* --- 5) HOME PAGE --- */
	
	/* -- 5.1) featured section -- */
	
	.featured-section{padding-bottom:40px;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
	
	.featured-narrow{width:1110px;margin:0 auto;}
	
	#featured-slideshow-outer,#featured-banner-outer{position:relative;height:600px;overflow:hidden;}
	.featured-slide{height:600px;max-width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#f3f3f3;}
	
	.featured-slide .container,.featured-center-slide .container{height:100%;position:relative;width:1110px;}
	.featured-multi-slide .container{width:100%;}
	
	.featured-slide-content{color:#3a3a3a;z-index:42;text-align:center;position:absolute;top:50%;left:0;right:0;margin-left:auto;margin-right:auto;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);}
	.featured-slide-content h2{font-size:24px;color:#3a3a3a;line-height:28px;letter-spacing:1px;margin-bottom:10px;}
	.featured-slide-content h2 a{text-decoration:none;display:inline-block;}
	.featured-slide-content p{font-size:13px;line-height:19px;font-family:'Open Sans', sans-serif;font-weight:400;}
	.featured-slide-content .primary-button{margin-top:20px;}
	.featured-slide-content h2 + .primary-button,.featured-slide-content p + .primary-button{margin-left:0;}
	
	.featured-slide-centered .featured-slide{width:1110px;}
	.featured-left{text-align:left;max-width:50%;margin-left:0;}
	.featured-section:not(.featured-wide) .featured-left,.featured-section.featured-center-slide .featured-left,.featured-section.featured-multi-slide .featured-left{margin-left:100px;}
	.featured-right{text-align:right;max-width:50%;margin-right:0;}
	.featured-section:not(.featured-wide) .featured-right,.featured-section.featured-center-slide .featured-right,.featured-section.featured-multi-slide .featured-right{margin-right:100px;}
	.featured-center{text-align:center;max-width:60%;}
	
	.featured-content-background{padding:25px;}
	
	#featured-slideshow-outer .previous-slide-btn{left:20px;}
	#featured-slideshow-outer .next-slide-btn{right:20px;}
	#featured-slideshow-outer:hover .slideshow-btn{opacity:1;}
	
	
	/* -- 5.2) promo boxes -- */
	
	.promo-box-item{background-color:#e6e6e6;position:relative;display:block;margin-bottom:40px;}
	.promo-item-inside{max-width:80%;color:#3a3a3a;text-align:center;position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;}
	.promo-item-overlay{width:100%;height:100%;position:absolute;top:0;left:0;}
	.promo-item-padding{padding:10px 16px;}
	.promo-item-margin{margin-top:5px;}
	.promo-inside-top{top:0;}
	.promo-inside-center{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);}
	.promo-inside-bottom{bottom:0;}
	.promo-item-inside h3{font-family:'Merriweather', sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:1px;display:inline-block;text-transform:uppercase;max-width:100%;}
	.promo-item-inside p{font-size:13px;line-height:17px;}


	/* -- 5.3) blog posts list -- */
	
	.blog-item{margin-bottom:50px;}
	.blog-item img{margin-bottom:20px;}
	.blog-item .post-categories li a{margin-bottom:7px;}
	.blog-item .post-categories li:before{color:#b7b7b7;}
	.blog-item h3{margin-bottom:7px;}
	.blog-item h3 a{font-size:18px;color:#3a3a3a;line-height:22px;letter-spacing:1px;text-decoration:none;display:block;-webkit-transition:color, 0.25s, ease-in-out;transition:color, 0.25s, ease-in-out;}
	.blog-item h3 a:hover{color:#c7c7c7;}
	.blog-list .col-xlarge-12 .blog-item h3 a{font-size:20px;line-height:24px;}
	
	.blog-post-meta{margin-bottom:20px;}
	.blog-post-meta span{font-size:11px;line-height:18px;letter-spacing:0.5px;display:inline-block;margin-left:2px;}
	.blog-list .blog-post-meta span,.single-blog-main .blog-post-meta span{color:#717171;}
	.blog-post-meta span:before{content:"• ";color:#b7b7b7;display:inline-block;margin-right:5px;}
	.blog-post-meta span:first-child{margin-left:0;}
	.blog-post-meta span:first-child:before{display:none;}
	
	.blog-item .page-content p:last-child{margin-bottom:0;}
	.blog-item .primary-button{margin-top:25px;}
	
	.blog-item.blog-item-left{text-align:left;}
	.blog-item.blog-item-center{text-align:center;}
	.blog-item.blog-item-right{text-align:right;}
	
	.wide-blog-item img{margin-left:auto;margin-right:auto;}
	.wide-blog-item.blog-item h3{margin-bottom:10px;}
	.wide-blog-item.blog-item .post-categories li a{margin-bottom:10px;}

	#no-blog-posts{width:100%;background-color:#efefef;text-align:center;padding:10px 0px;font-size:13px;color:#717171;}

	.blog-list-section .post-navigation{margin-top:0;border:none;padding:20px 0;}
	.grid-blog-section .post-navigation{padding-top:0;}



/* --- 6) SINGLE BLOG STYLING --- */	

	.single-blog-main #post-slideshow-outer{margin-bottom:30px;}
	
	.blog-post-content{padding-bottom:15px;-ms-word-wrap:break-word;word-wrap:break-word;}
	
	.single-image{margin-bottom:20px;}
	.post-type-content-wide .single-image{margin-bottom:40px;}
	.single-image.alignleft{float:left;}
	.single-image.aligncenter{margin-left:auto;margin-right:auto;}
	.single-image.alignright{float:right;}
	
	.single-blog-title{margin-bottom:20px;text-align:center;}
	.single-blog-title h1{font-size:20px;color:#3a3a3a;line-height:24px;letter-spacing:1px;text-decoration:none;display:block;margin-bottom:10px;}
	
	.page-tags{float:left;}
	.page-tags a{font-size:9px!important;color:#3a3a3a!important;line-height:14px!important;letter-spacing:0.5px;text-transform:uppercase;float:left;background-color:#ffffff;border:1px solid #e8e8e8;text-decoration:none;padding:6px 10px;margin:0 7px 7px 0;transition:background-color .25s ease-in-out, color .25s ease-in-out, border-color .25s ease-in-out;-webkit-transition:background-color .25s ease-in-out, color .25s ease-in-out, border-color .25s ease-in-out;}
	.page-tags a:hover{background-color:#3a3a3a;color:#ffffff!important;border-color:#3a3a3a;}
	
	.single-blog-main .post-share{text-align:right;margin-top:0;float:right;margin-top:2px;}
	.single-blog-main .post-share .social-item{float:none;text-align:right;display:inline-block;}
	.single-blog-main .post-share .social-item span{font-size:14px;}
	
	#post-related-posts{padding-top:40px;border-top:1px solid #e6e6e6;}
	#post-related-posts > h3{font-size:17px;color:#3a3a3a;line-height:21px;letter-spacing:0.5px;text-decoration:none;font-family:'Merriweather', sans-serif;font-weight:400;text-align:center;margin-bottom:20px;}
	#post-related-posts .blog-item{padding-bottom:0;border:0;text-align:left;}
	#post-related-posts .blog-item img{margin-bottom:15px;}
	#post-related-posts .blog-item h3,#post-related-posts .blog-item h3 a{font-size:15px;color:#3a3a3a;line-height:19px;letter-spacing:0.5px;margin-bottom:3px;text-decoration:none;}
	#post-related-posts .blog-item span{font-size:11px;color:#717171;line-height:16px;letter-spacing:0.5px;}
	
	.single-blog-main .post-navigation{margin-top:0;border-top:1px solid #e6e6e6;}
	.single-blog-main .post-comments-area  ~ .post-navigation{border-top:0;}
	
	.bypostauthor{}
	
	.sticky {background-color:#efefef;padding:25px;}
	
	.wp-caption{max-width:100%;text-align:left;}
	.wp-caption p.wp-caption-text {font-size:13px;color:#3a3a3a;line-height:22px;margin-bottom:20px;font-family:'Open Sans', sans-serif;font-style:italic;font-weight:400;}
	.wp-caption img{margin-bottom:10px;}
	
	.post-password-form input[type=password]{height:35px;padding-left:15px;border:1px solid #e6e6e6;margin-left:10px;}
	.post-password-form input[type=submit]{font-family:'Montserrat', sans-serif;font-weight:400;font-size:11px;color:#3a3a3a;line-height:16px;letter-spacing:0.5px;text-transform:uppercase;display:inline-block;border:1px solid #3a3a3a;margin-left:10px;padding:8px 25px 7px;background-color:#ffffff;text-decoration:none;cursor:pointer;-webkit-transition:border-color, 0.25s, ease-in-out;transition:border-color, 0.25s, ease-in-out;}
	.post-password-form input[type=submit]:hover{color:#ffffff;background-color:#3a3a3a;}
	
	.gallery{margin-bottom:20px!important;}
	.gallery .gallery-caption{font-size:13px;color:#3a3a3a;margin-bottom:0;}  
	.gallery .gallery-icon a{display:inline-block;}
	.gallery .gallery-icon img{border:1px solid #e6e6e6!important;padding:5px;margin-bottom:5px;} 
	
	.single-blog-main .mejs-container{margin-bottom:30px;}
	
	.single-blog-main iframe,.single-blog-main embed{margin-left:auto;margin-right:auto;display:block;}
	
	.post-pagination{padding:40px 0 30px;} 



/* --- 7) CONTACT PAGE --- */

	.contact-form-section{padding-bottom:40px;}
	.contact-page-text{margin-bottom:40px;}
	
	.input-field{width:100%;height:50px;padding:0 15px;margin-bottom:20px;border:1px solid #e8e8e8;}
	.input-textarea{width:100%;max-width:100%;min-height:250px;padding:15px;vertical-align:top;margin-bottom:20px;border:1px solid #e8e8e8;}
	.input-field,.input-textarea{font-size:13px;color:#3a3a3a;line-height:22px;font-family: 'Open Sans', sans-serif;font-weight:400;-webkit-transition: border-color ease-in-out 0.25s;transition: border-color ease-in-out 0.25s;}
	.input-field:focus,.input-textarea:focus,.input-field:hover,.input-textarea:hover{border-color:#3a3a3a;}
	
	.wpcf7-not-valid-tip{margin-top:10px;}
	
	.contact-page .input-field{margin-bottom:0;}
	.contact-page .input-textarea{margin-top:20px;margin-bottom:0;}
	
	.contact-page .secondary-button{margin-top:20px;}



/* --- 8) 404/ERROR PAGE --- */

	.not-found-section{text-align:center;}
	.not-found-section .not-found-image{margin-bottom:30px;}
	.not-found-section .page-content p{margin-bottom:0;}



/* --- 9) FEATURES PAGE --- */

	.feature-slideshow-section .page-content h3{margin-top:10px;}
	
	#feature-slideshow-outer{height:500px;position:relative;margin-bottom:40px;}
	.feature-slide{height:500px;max-width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;}
	#feature-slideshow-outer .previous-slide-btn{left:20px;}
	#feature-slideshow-outer .next-slide-btn{right:20px;}
	#feature-slideshow-outer:hover .slideshow-btn{opacity:1;}

	.feature-slide-animation p{float:right;font-size:14px;color:#3a3a3a;line-height:20px;margin-top:12px;}
	.feature-slide-animation select{width:100%;height:40px;padding-left:15px;margin-bottom:20px;border:1px solid #e8e8e8;}
	#feature-autoplay{cursor:pointer;}
	
	.feature-slideshow-section .page-content p:last-child{margin-bottom:0;}

	.feature-typography .page-content img{max-width:365px;}
	
	.feature-header-section .section-inner{padding-bottom:0;}
	
	.feature-column-section .row{margin-bottom:20px;}
	.feature-column-section .row:last-child{margin-bottom:0;}

	.column-item{height:40px;text-align:center;background-color:#3a3a3a;}
	.column-item p{font-size:11px;color:#ffffff;font-family:'Merriweather', sans-serif;font-weight:400;padding-top:12px;letter-spacing:2px;text-transform:uppercase;}