/* --------------

Theme name: Elegance
Author: Lucid Themes
Version: 1.4
Last change: 14/07/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 share
		- 4.7) post author 
		- 4.8) post navigation
		- 4.9) post social icons
		- 4.10) post comments
		- 4.11) post related posts
		- 4.12) sidebar widgets
		- 4.13) about widget
		- 4.14) posts widget
		- 4.15) list widget
		- 4.16) Elegance Latest Posts Widget
	- 5) Home page
	- 6) About page
	- 7) Blog posts page
	- 8) Contact page
	- 9) Single blog styling
	- 10) 404/error page
	- 11) 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-light{font-family: 'Open Sans', sans-serif;font-weight:300;}
	.font-reg{font-family: 'Open Sans', sans-serif;font-weight:400;}
	.font-secondary{font-family: 'Playfair Display', serif;font-weight:400;}
	
	.primary-button,.secondary-button{font-size:10px;line-height:16px;text-transform:uppercase;display:inline-block;border:none;padding:10px 25px;letter-spacing:3px;text-decoration:none;cursor:pointer;-webkit-transition:border-color, 0.25s, ease-in-out;transition:border-color, 0.25s, ease-in-out;}
	
	.primary-button{color:#ffffff;background-color:#242424;border:1px solid #242424;}
	.primary-button:hover{background-color:#c7c7c7;color:#242424;border-color:#c7c7c7;}
	
	.secondary-button{color:#242424;background-color:#ffffff;border:1px solid #D4D4D4;}
	.secondary-button:hover{background-color:#242424;color:#ffffff;border-color:#242424;}

	.rounded-button{border-radius:30px;}
	
	
/* --- 2) HEADER --- */
	
	#site-header.fixed-header{width:100%;position:fixed;top:0;z-index:100;background-color:#ffffff;}
	
	#header-top{background-color:#f1f1f1;padding:11px 0 12px;}
	
	#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:#242424;background-color:transparent;}
	#header-search input[type=text]::-webkit-input-placeholder{color:#242424;}
	#header-search .fa{float:left;color:#242424;font-size:14px;line-height:13px;margin-top:3px;}
	
	.header-social{float:right;}
	.header-social li{margin-right:20px;float:left;}
	.header-social li:last-child{margin-right:0;}
	.header-social li a{font-size:15px;color:#242424;letter-spacing:0.5px;}
	.header-social li a:hover{color:#242424;}
	.header-social span{display:none!important;}
	.header-social li .fa{vertical-align:middle;}

	#site-logo{width:360px;height:39px;background-image:url('../img/elegance_logo.png');background-size:100%;background-repeat:no-repeat;margin:60px auto 60px;display:block;}
	
	
	/* -- nav main menu -- */
	
	#header-navigation{border-top:1px solid #eeeeee;border-bottom:1px solid #eeeeee;z-index:10;background-color:#ffffff;}
	#header-navigation.fixed-navigation{width:100%;position:fixed;top:0;margin-top:0;}
	
	.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:12px;color:#242424;text-align:center;letter-spacing:2px;text-transform:uppercase;margin:0 15px;padding:25px 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:after,.menu > ul > .page_item:after{content: "/";margin-top:24px;}
	.menu > li:last-child:after,.menu > ul > .page_item:last-child:after{content: "";}
	
	
	/* -- 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:68px;left:16px;min-width:230px;border-top:1px solid #242424;opacity:0;visibility:hidden;box-shadow:0 6px 12px rgba(0,0,0,.175);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:10px;color:#242424!important;display:block;letter-spacing:1.5px;margin:0;display:block;width:100%;text-align:left;text-decoration:none;text-transform:uppercase;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:#eeeeee;}
	
	.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,#nav-ul li ul li ul{top:-1px;left:200px;}
	

	
/* --- 3) FOOTER --- */
	
	#footer-main{background-color:#eeeeee;padding-top:50px;}
	
	.footer-widget{margin-bottom:50px;}
	.footer-widget h3{text-align:left!important;}
	.footer-widget h3:after{margin:8px 0 0 0!important;}
	
	#footer-main .posts-widget li a, #footer-main .widget_elegance_latest_posts_widget li a{padding-bottom:0;}

	#footer-instagram{background-color:#ffffff;}
	#footer-instagram #sbi_load{display:none!important;}
	
	#footer-social{z-index:10;background-color:#242424;text-align:center;}
	#footer-social li{display:inline-block;}
	#footer-social li a{font-size:11px;color:#ffffff;text-align:center;letter-spacing:2px;text-transform:uppercase;margin:0 15px;padding:25px 0;text-decoration:none;display:inline-block;}
	.footer-social:not(.text-footer-social) li span{display:none;}
	
	#footer-bottom{padding:20px 0;background-color:#eeeeee;}
	#footer-bottom ,#footer-bottom a{font-size:12px;color:#242424;line-height:20px;text-align:center;letter-spacing:1px;text-decoration:none;}
	
	#scroll-top{width:40px;height:40px;background-color:#242424;position:fixed;bottom:40px;right:40px;text-align:center;display:none;cursor:pointer;border-radius:1px;}
	#scroll-top.rounded{border-radius:50%;}
	#scroll-top span{width:12px;font-size:18px;color:#ffffff;line-height:10px;margin-top:14px;}
	
	
	
/* --- 4) PAGE STYLING --- */
	
	#main-content{padding-top:0;}
	#main-content.fixed-nav-padding{padding-top:131px;}
	
	.page-section{padding:50px 0;}
	.page-title{font-size:28px;color:#242424;line-height:31px;letter-spacing:2px;margin-bottom:20px;}
	
	
	/* -- 4.1) page header -- */
	
	.page-header{min-height:375px;position:relative;padding:30px 0;color:#242424;text-align:center;background-position:center center;background-size:cover;background-color:#eeeeee;}
	.page-header-narrow{width:1110px;margin:30px auto 0;}
	.page-header-narrow .container{width:100%;}
	.page-head-inside{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:40px;line-height:46px;letter-spacing:4px;margin-bottom:15px;font-weight:400;}
	.page-head-inside p{font-size:16px;line-height:20px;letter-spacing:1px;font-weight:400;}
    
	
	/* -- 4.2) page section title -- */
	
	.section-title{margin-bottom:30px;}
	.section-title h2{font-size:25px;line-height:29px;letter-spacing:4px;margin-bottom:10px;font-weight:400;text-align:center;}
	.section-title p{font-size:13px;line-height:19px;letter-spacing:1px;text-align:center;}
	.section-title:after{width:40px;height:1px;display:block;background-color:#242424;content:"";margin:20px auto 0;}
	
	
	/* -- 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: 'Playfair Display', serif;font-weight:400;color:#242424;margin-top:30px;margin-bottom:10px;letter-spacing:1px;}
	.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:#242424;line-height:22px;margin-bottom:20px;font-family:'Open Sans', sans-serif;font-weight:400;}
	.page-content blockquote{border-left:2px solid;border-color:#242424;padding-left:20px;margin-left:0;}
	.page-content a{color:#242424;text-decoration:underline;}
	.page-content strong{font-weight:700;}
	.page-content img,.page-content * img{height:auto;display:block;max-width:100%;margin-bottom:10px;}
	.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-left:auto;margin-right: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:#242424;font-size:13px;line-height:22px;font-family:'Open Sans', sans-serif;font-weight:400;}
	.page-content ul > li:before{content: "• ";color: #242424;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:40px;overflow:hidden;}
	#post-slideshow{overflow:hidden;}
	#post-slideshow-outer .previous-slide-btn{left:20px;}
	#post-slideshow-outer .next-slide-btn{right:20px;}
	#post-slideshow-outer:hover .slideshow-btn{opacity:1;}
	
	.slideshow-btn{width:25px;padding-left:6px;font-size:35px;color:#ffffff;line-height:35px;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:30px;}
	#post-video iframe{display:block;}
	
	
	/* -- 4.6) post share -- */

	.post-share{margin-top:30px;}
	.post-share .social-item:first-child {margin-left: 0;}
	
	
	/* -- 4.7) post author -- */
	
	#post-author-outer{border-bottom:1px solid #eeeeee;padding-bottom:40px;}
	#post-author{width:100%;background-color:#f1f1f1;margin-top:40px;padding:30px 30px 30px 0;}
	#post-author [class^="col-"]:last-child{padding-left:0;}
	.author-image{text-align:center;}
	.author-image img{width:100px;height:100px;display:inline-block;border-radius:50%;overflow:hidden;}
	#post-author h4{font-size:16px;color:#242424;line-height:22px;margin-bottom:10px;letter-spacing:1px;}
	#post-author p{font-size:12px;line-height:20px;margin-bottom:0;}
	
	
	/* -- 4.8) post navigation -- */
	
	.post-navigation,.post-pagination{margin-top:30px;text-align:center;}
	.posts-page-content .post-navigation{margin-top:0;}
	.post-nav-item{float:left;display:block;text-decoration:none;}
	#post-nav-next{float:right;text-align:right;}
	#post-nav-next .fa{margin-left:15px;}
	#post-nav-prev .fa{margin-right:15px;}
	#post-nav-next .secondary-button,#post-nav-prev .secondary-button{padding-right:20px;}

	.page-numbers:not(.next):not(.prev){display:none;}

	
	/* -- 4.9) post social icons -- */

	.social-item{height:25px;float:left;margin-left:25px;text-align:center;border-radius:1px;}
	.social-item span{color:#242424;font-size:14px;}
	.social-item span:hover{color:#242424;}
	.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.10) post comments -- */
	
	.post-comments-area h4{font-size:14px;color:#242424;line-height:20px;letter-spacing:3px;margin-bottom:50px;font-weight:400;text-align:center;text-transform:uppercase;padding-top:50px;}
	.post-comments-area h4:after{width:40px;height:1px;display:block;background-color:#242424;content:"";margin:10px auto 20px;}
	
	.comment-list .comment{list-style:none;}
	.comment-body{padding:30px 0;border-top:1px solid #eeeeee;}
	.comment-list .depth-1:first-child > .comment-body{padding-top:0;border:0;}
	.comment-list .depth-1:last-child > .comment-body{padding-bottom:0;}
	.comment-main-content{width:100%;float:right;position:relative;}
	.comment-author-name{font-size:15px;color:#242424;line-height:20px;letter-spacing:1px;margin-bottom:7px;font-weight:400;}
	.comment-date{font-size: 12px;color:#242424;line-height:16px;font-style:italic;margin-bottom:20px;}
	.comment-main-content .reply{position:absolute;top:0;right:0;}
	.comment-main-content .reply .comment-reply-link{font-size:10px;background-color:#A0A0A0;color:#FFF;border-radius:2px;text-decoration:none;font-size:12px;line-height:11px;padding:3px 4px;}
	.comment-awaiting-moderation{font-weight:bold;font-style:normal;display:inline-block;margin-bottom:10px;}
	.comment-list .comment .children{padding-left:50px;}
	
	.comment-respond{padding-top:40px;border-top:1px solid #eeeeee;margin-bottom:40px;}
	.post-comments-area #comments > .comment-respond{margin:40px 0 0;}
	.comment-respond .comment-reply-title,.comment-reply-title a:not(#cancel-comment-reply-link){font-size:14px;color:#242424;line-height:20px;letter-spacing:3px;font-weight:400;text-transform:uppercase;}
	.comment-reply-title{margin-bottom:20px;}
	.comment-reply-title:after{width:45px;height:1px;display:block;background-color:#242424;content:"";margin-top:8px;}
	#cancel-comment-reply-link{font-size:10px;line-height:16px;text-transform:uppercase;display:inline-block;border:none;background-color:#242424;color:#ffffff;padding:8px 10px;margin-left:20px;float:right;border:1px solid #242424;letter-spacing:3px;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:#242424;line-height:18px;margin:10px 0;text-decoration: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 #eeeeee;}
	.comment-form label{font-size:13px;color:#242424;line-height:20px;letter-spacing:1px;font-weight:400;width:80px;margin-top:11px;float:left;}
	.comment-form input:not(.submit){height:40px;padding-left:15px;margin-bottom:20px;border:1px solid #eeeeee;}
	
	.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{color:#242424;background-color:#ffffff;border:1px solid #D4D4D4;font-size:10px;line-height:16px;text-transform:uppercase;display: inline-block;padding:10px 25px;letter-spacing:3px;text-decoration:none;cursor: pointer;-webkit-transition:border-color, 0.25s, ease-in-out;transition:border-color, 0.25s, ease-in-out;}
	.comment-navigation .nav-previous a:hover,.comment-navigation .nav-next a:hover{background-color:#242424;color:#ffffff;border-color:#242424;}
	.comment-navigation .nav-previous{float:left;}
	.comment-navigation .nav-next{float:right;}
	#comment-nav-above{margin-bottom:40px;}
	#comment-nav-below{margin-top:40px;}
	
	
	/* -- 4.11) post related posts -- */
	
	#post-related-posts{margin-top:40px;border-bottom:1px solid #eeeeee;}
	#post-related-posts > h3{font-size:14px;color:#242424;line-height:20px;letter-spacing:3px;margin-bottom:20px;font-weight:400;text-align:center;text-transform:uppercase;}
	#post-related-posts > h3:after{width:45px;height:1px;display:block;background-color:#242424;content:"";margin:8px auto 0;}	
	#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{margin-bottom:0;font-size:14px;color:#242424;line-height:20px;letter-spacing:1px;margin-bottom:5px;}
	#post-related-posts .blog-item span{font-size:12px;color:#525252;line-height:18px;letter-spacing:0.5px;}
	
	
	/* -- 4.12) sidebar widgets -- */

	.left-sidebar{padding-right:30px}
	.right-sidebar{padding-left:30px}

	.sidebar-widget:not(.footer-widget){margin-bottom:60px;}
	.post-sidebar .sidebar-widget:last-child{margin-bottom:0;}
	.sidebar-widget h3,.widget_rss h3 a{font-size:14px;color:#242424;line-height:20px;letter-spacing:3px;margin-bottom:20px;font-weight:400;text-align:center;text-transform:uppercase;}
	.sidebar-widget h3:after{width:45px;height:1px;display:block;background-color:#242424;content:"";margin:8px auto 0;}
	.sidebar-widget .screen-reader-text{display:none;}
	
	.sidebar-widget .tagcloud a{font-size:11px!important;color:#ffffff!important;line-height:16px!important;letter-spacing:1.5px;display:inline-block;background-color:#242424;text-decoration:none;padding:8px 15px;margin-right:5px;margin-bottom:8px;-webkit-transition:background-color ease-in-out .15s, color ease-in-out .15s;transition:background-color ease-in-out .15s, color ease-in-out .15s;}
	.sidebar-widget .tagcloud a:hover{background-color:#c7c7c7;color:#242424!important;}
	
	.sidebar-widget input,.sidebar-widget select{width:100%;height:40px;padding-left:15px;border:1px solid #eeeeee;}
	.sidebar-widget input{margin-bottom:20px;}
	
	.search-widget #searchsubmit,.sidebar-widget input[type=submit],.comment-respond .submit{font-size:10px;color:#ffffff;line-height:16px;letter-spacing:4px;text-transform:uppercase;height:auto;display:inline-block;background-color:#242424;border:1px solid #242424;text-decoration:none;padding:10px 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,.comment-respond .submit:hover{background-color:#c7c7c7;color:#242424;border-color:#c7c7c7;}
	
	.post-sidebar img,.textwidget img,.textwidget * img{height:auto;max-width:100%;max-height:100%;display:block;margin:5px 0;}
	.textwidget p,.textwidget strong{font-size:13px;color:#242424;line-height:22px;font-family:'Open Sans', sans-serif;font-weight:400;}
	.textwidget strong{font-weight:700;}
	
	.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:#242424;}
	
	.widget_nav_menu .menu{text-align:left;}
	.widget_nav_menu .menu li{display:block;}
	.widget_nav_menu .menu > li:after{content:"";}
	.widget_nav_menu .menu > li > a{margin:0;padding:13px 0;}
	.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;}
	.widget_rss li{margin-bottom:20px;border-bottom: 1px solid #eeeeee;padding-bottom:10px;}
	.widget_rss li > a{font-size:14px;color:#242424;line-height:20px;letter-spacing:1px;margin-bottom:5px;text-decoration:none;display:block;-webkit-transition:color .15s;transition:color .15s;}
	.widget_rss li .rss-date{display:block;margin-bottom:15px;}
	.widget_rss .rssSummary{margin-bottom:10px;}
	
	
	/* -- 4.13) About widget -- */
	
	.about-widget,.widget_elegance_about_widget{background-color:#f1f1f1;padding:25px;text-align:center;}
	.about-widget img,.widget_elegance_about_widget img{width:auto!important;margin-bottom:15px;}
	.about-widget h4,.widget_elegance_about_widget h4{font-size:17px;color:#242424;line-height:22px;letter-spacing:2px;font-family:'Playfair Display', serif;font-weight:300;margin-bottom:10px;}
	.about-widget p:last-child,.widget_elegance_about_widget :last-child{margin-bottom:0;}
	
	.about-widget-social{margin-top:20px;}
	.about-widget li,.widget_elegance_about_widget li{display:inline-block;}
	.about-widget li a,.widget_elegance_about_widget li a{font-size: 15px;color: #242424;letter-spacing: 0.5px;margin-left:20px;}
	.about-widget li:first-child a,.widget_elegance_about_widget li:first-child a{margin-left:0;}
	
	.about-widget-social span{display:none!important;}
	
	.footer-widget.widget_elegance_about_widget{background-color:transparent;padding:0;text-align:left;}
	
	
	/* -- 4.14) posts widget  -- */
	
	.posts-widget .row [class*="col-"]:last-child,.elegance_latest_post_col_right{padding-left:0;}
	.posts-widget li a,.widget_elegance_latest_posts_widget li a{padding:15px 0;display:block;border-bottom:1px solid #eeeeee;text-decoration:none;}
	.widget_elegance_latest_posts_widget li:first-child a{padding-top:0;}
	.posts-widget li:last-child a{border-bottom:0;}
	.posts-widget h4,.widget_recent_entries li a,.widget_elegance_latest_posts_widget h4,.widget_recent_comments span{font-size:14px;color:#242424;line-height:20px;letter-spacing:1px;margin-bottom:5px;text-decoration:none;display:block;-webkit-transition:color .15s;transition:color .15s;}
	.posts-widget p,.widget_recent_entries .post-date,.widget_elegance_latest_posts_widget p,.widget_recent_comments a{font-size:12px;color:#525252;line-height:18px;letter-spacing:0.5px;}
	.posts-widget li a:hover h4,.widget_recent_entries li a:hover,.widget_elegance_latest_posts_widget li a:hover{color:#c7c7c7;}

	.elegance_latest_posts_wide img{margin-bottom:15px;}
	.elegance_latest_posts_wide a{margin-top:5px;}
	.elegance_latest_posts_wide:first-child a{margin-top:0;}
	
	.widget_recent_entries li{padding-bottom:15px;margin-bottom:15px;border-bottom: 1px solid #eeeeee;}
	
	.sidebar-widget .recentcomments{border-bottom: 1px solid #eeeeee;padding: 10px 0;}
	.sidebar-widget .recentcomments a,.sidebar-widget .recentcomments span{text-decoration:none;}
	.sidebar-widget .comment-author-link{display:block;margin-bottom:5px;}
	
	
	/* -- 4.15) 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:#525252;line-height:20px;border-bottom: 1px solid #eeeeee;padding: 10px 0;letter-spacing:1px;display:block;text-decoration:none;}
	.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,.widget_pages li{border-bottom: 1px solid #eeeeee;}
	.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;border-top:1px solid #eeeeee;}
	.widget_categories .cat-item  .children a,.widget_pages .page_item .children .page_item a{padding:10px 0 10px 15px;}
	
	
	/* -- 4.16) Elegance Latest Posts Widget -- */ 
	
	.widget_elegance_latest_posts_widgets .row [class*="col-"]:last-child {padding-left:0;}
	
	
	
/* --- 5) HOME PAGE --- */
	
	.page-template-home-page .blog-section,.home-blog{padding-top:0;}
	.home-section-padding{padding-top:40px!important;}
	.blog:not(.home) .blog-section{padding-top:40px;}
	.home-no-content{padding:0;}
	.home-no-content .post-sidebar .sidebar-widget:last-child{margin-bottom:60px;}
	
	/* -- featured section -- */
	
	.featured-section{height:600px;background-color:#eeeeee;margin:0 auto 40px;overflow:hidden;}
	.featured-wide{width:100%;}
	.featured-narrow{width:1110px;margin-top:30px;}
	.featured-narrow .featured-slide .container{width:1110px}
	
	#featured-slideshow-outer{position:relative;}
	.featured-slide{height:600px;max-width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;}
	.featured-slide .container{height:100%;position:relative;}
	.featured-slide-content{max-width:60%;z-index:42;text-align:center;color:#ffffff;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:42px;line-height:48px;letter-spacing:4px;font-weight:400;margin-bottom:20px;}
	.featured-slide-content p{font-size:15px;line-height:23px;letter-spacing:0.5px;font-weight:400; margin-bottom:30px;}
	.featured-slide-content .primary-button:hover{background-color:#ffffff;color:#242424;border-color:#ffffff;}
	.featured-content-background{padding:25px;}
	
	#featured-slideshow-outer .previous-slide-btn{left:33px;}
	#featured-slideshow-outer .next-slide-btn{right:33px;}
	#featured-slideshow-outer:hover .slideshow-btn{opacity:1;}
	
	
	/* -- block section -- */
	
	.block-item{background-color:#eeeeee;position:relative;display:block;margin-bottom:40px;}
	.block-item-inside{max-width:90%;color:#ffffff;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%);}
	.block-item-overlay{width:100%;height:100%;position:absolute;top:0;left:0;}
	.block-item-inside h3{font-size:14px;line-height:15px;letter-spacing:3px;font-weight:300;display: inline-block;padding:16px;text-transform:uppercase;max-width:100%;}
	.block-item-inside h3:after {width:45px;height:1px;display:block;background-color:#ffffff;content:"";margin:10px auto 0;}

	

/* --- 6) ABOUT PAGE -- */
	
	.about-image.about-image-round img{border-radius:50%;}
	.about-image-round,.about-image-round img{overflow:hidden;}


	
/* --- 7) BLOG LIST PAGE -- */

	.blog-item{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #eeeeee;}
	.post-categories li{display:inline-block;}
	.post-categories li:before{content:"/";color:#242424;display:inline-block;}
	.post-categories li:first-child:before{content:"";}
	.post-categories li a{font-size:13px;color:#242424;line-height:19px;letter-spacing:1px;display:inline-block;margin:0 5px 10px 10px;font-style:italic;text-decoration:none;}
	.post-categories li:first-child a{margin-left:0;}
	.blog-item h3{margin-bottom:15px;}
	.blog-item h3 a{font-size:21px;color:#242424;line-height:25px;letter-spacing:2px;text-decoration:none;display:block;}
	.blog-item-small-meta{font-size:12px;color:#242424;line-height:16px;margin-bottom:20px;font-style:italic;display:block;}

	.wide-blog-item{text-align:center;padding-bottom:15px;}
	.wide-blog-item img{margin:0 auto 20px;}
	.wide-blog-item h3{margin-bottom:25px;}
    .wide-blog-item h3 a{font-size:26px;line-height:31px;}
	.wide-blog-item .blog-item-meta{text-align:left;margin-top:40px;}
	.wide-blog-item .blog-item-meta > span,.blog-post-meta > span{font-size:12px;color:#242424;line-height:16px;float:left;margin-top:5px;font-style:italic;}
	.wide-blog-item .post-share{float:right;margin-top:0;}
	
	#no-blog-posts{width:100%;background-color:#eeeeee;text-align:center;padding:20px 0px;font-size:14px;}
	

	
/* --- 9) CONTACT PAGE --- */

	#contact-map-container,#contact-map{width:100%;height:450px;}
	#contact-map-container.Narrow,#contact-map-container.Narrow #contact-map{width:1110px;margin:30px auto 0;}
	
	.contact-page-text{margin-bottom:40px;}
	
	.detail-block{margin-bottom:30px;}
	.detail-block h3{font-size:14px;color:#242424;line-height:20px;letter-spacing:2px;margin-bottom:10px;text-transform:uppercase;}
	.detail-block h3:after{width:45px;height:1px;display:block;background-color:#242424;content:"";margin-top:5px;}
	.detail-block span,.detail-block a{font-size:13px;color:#242424;line-height:18px;margin-bottom:20px;font-family:'Open Sans', sans-serif;font-weight:400;text-decoration:none;}

	.contact-input{width:100%;height:50px;padding-left:15px;border:1px solid #eeeeee;}
	.contact-text{width:100%;max-width:100%;min-height:300px;padding:15px;vertical-align:top;margin-top:20px;border:1px solid #eeeeee;}
	.contact-input,.contact-text{font-size:15px;line-height:20px;-webkit-transition: border-color ease-in-out 0.25s;transition: border-color ease-in-out 0.25s;}
	.contact-input:focus,.contact-text:focus{border-color:#c7c7c7;}
	
	.wpcf7-not-valid-tip{margin-top:10px;}
	
	#contact-form .primary-button,.wpcf7-form .primary-button{font-size:12px;line-height:18px;margin-top:20px;}

	
	
/* --- 9) SINGLE BLOG STYLING --- */	

	.single-blog-main #post-slideshow-outer{margin-bottom:30px;}
	
	.blog-post-content{padding-bottom:15px;border-bottom:1px solid #eeeeee;-ms-word-wrap:break-word;word-wrap:break-word;}
	
	.single-image{margin-bottom:30px;}
	.single-image.alignleft{float:left;}
	.single-image.alignright{float:right;}
	.single-image.aligncenter{margin-left:auto;margin-right:auto;}
	
	.single-blog-title{margin-bottom:20px;text-align:center;}
	.single-blog-title h2{font-size:26px;color:#242424;line-height:31px;letter-spacing:2px;text-decoration:none;display:block;margin-bottom:25px;}
	
	.blog-post-meta {margin-top:30px;}
	
	.single-blog-main .post-share{text-align:right;margin-top:0;}
	.single-blog-main .post-share .social-item{float:none;text-align:right;display:inline-block;}
	.single-blog-main .post-share .social-item span{color:#242424;font-size:14px;}
	
	.page-tags{margin-top:30px;}
	.page-tags a{font-size:11px!important;color:#ffffff!important;line-height:16px!important;letter-spacing:1.5px;display:inline-block;background-color:#242424;border:1px solid #242424;text-decoration:none;padding:8px 15px;margin-right:5px;margin-bottom:8px;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:#c7c7c7;color:#242424!important;border-color:#c7c7c7;}
	
	.single-blog-main .post-navigation{margin-top:40px;}

	.bypostauthor{}
	
	.sticky {background-color:#f1f1f1;padding:25px;}
	
	.wp-caption{max-width:100%;text-align:center;}
	.wp-caption p.wp-caption-text {font-size:13px;color:#242424;line-height:22px;margin-bottom:20px;font-family:'Open Sans', sans-serif;font-weight:400;}
	
	.post-password-form input[type=password]{height:35px;padding-left:15px;border:1px solid #eeeeee;margin-left:10px;}
	.post-password-form input[type=submit]{font-size:11px!important;color:#ffffff!important;line-height:16px!important;letter-spacing:1.5px;display:inline-block;background-color:#242424;border:1px solid #242424;text-decoration:none;padding:8px 15px;margin-left:10px;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;}
	
	.gallery{margin-bottom:20px!important;}
	.gallery .gallery-caption{font-size:13px;color:#242424;margin-bottom:0;}  
	.gallery .gallery-icon a{display:inline-block;}
	.gallery .gallery-icon img{border:1px solid #eeeeee!important;padding:5px;margin-bottom:5px;}  
	
	
	
/* --- 10) 404/ERROR PAGE --- */

	.not-found-page img{margin-bottom:30px;}
	

	
/* --- 11) FEATURES PAGE --- */

	.feature-page{padding-top:50px;}
	.feature-section{margin-bottom:80px;}

	#feature-slideshow-outer{height:400px;position:relative;margin-bottom:40px;overflow:hidden;}
	.feature-slide{height:400px;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:15px;color:#242424;line-height:20px;margin-top:14px;letter-spacing:1px;}
	.feature-slide-animation select{width:100%;height:50px;padding-left:15px;margin-bottom:20px;border:1px solid #eeeeee;}
	#feature-autoplay{cursor:pointer;}

	.feature-columns .row{margin-bottom:25px;}

	.column-item{height:50px;text-align:center;background-color:#242424;}
	.column-item p{color:#ffffff;padding-top:15px;font-size:14px;font-family: 'Lato', sans-serif;font-weight:400;}
	
	.feature-typography .page-content img{max-width:365px;}