/*
Theme Name: Artcore Child Theme
Theme URI: http://themes.esmeth.com/artcore
Author: Esmeth Team
Author URI: http://www.esmeth.com
Description: Creative Architecture WordPress Theme
Version: 1.2
Tags: two-columns, responsive-layout, sticky-post, threaded-comments, translation-ready
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: artcore
*/

@import url("../artcore/style.css");

.site-header .top-header {
        height:1px;
}

.site-header .header-sticky.sticky{
	height:auto;
}

.site-header .main-header .logo{
	padding: 15px 0 5px;
   	width: 300px;
}

.blog-classic .blog-post .post-thumb, .blog-classic .blog-post .post-date {
    	display: none;
}

.latest-news {
    	padding: 30px 0;
}

.projects-holder article.project-post {
    	height: 245px;
}

nav.main-navigation ul li ul.sub-menu, nav.main-navigation ul li ul.children {
	width: auto;
}

.read-more {
	color:#ffffff;
	display: none;
}

.read-more-search {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color:#eb955c;
}
.read-more-search:hover {
        color:#eb955c; 
         }