/*
    Template:       zuka
    Theme Name:     Zuka Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Clean, Minimal WooCommerce Theme
    Version:        1.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    zuka-child
    Domain Path:    /languages/
*/

/*****BUTTONS*****/
.showposts-loop.grid-slider .btn-readmore,
.wpcf7-submit,
.comment-form .form-submit input {
	font-size: 14px;
	padding: 14px 20px;
	border-radius: 0;
	letter-spacing: .8px;
}
.wpcf7-submit {
    border: 1px solid transparent;
    transition: all 250ms ease-out;
}
.wpcf7-submit:hover {
    border: 1px solid;
}


/*****HEADER*****/
/*Mobile burger colour*/
.lahfb-menu-cross-icon, 
.lahfb-menu-cross-icon:before, 
.lahfb-menu-cross-icon:after {
    background-color: #e4972b;
} 

/*Logo*/
.lahfb-area .lahfb-logo {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

/*Breadcrumbs*/
.section-page-header a {
	color: #e4972b;
}

@media screen and (max-width: 420px){
    header .lahfb-mobiles-view .lahfb-col {
	    flex: 1;
    }
}

/*****MAIN*****/
.site-main a {
    color: #e4972b;
}
.site-inner .site-main {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 991px) {
    .page-header-inner {
        display: none;
    }
}


/*****FOOTER*****/
.site-footer {
	border-top: 0;
}


/*****HOME****/
@media screen and (max-width: 767px) {
    .home-blog-posts .showposts-loop.grid-slider .loop__item__thumbnail,
    .home-blog-posts .showposts-loop.grid-slider .loop__item__info {
        display: block;
        width: 100%;
    }
}


/*****BLOG*****/
.blog .main--loop-container,
.category-blog .main--loop-container{
	margin-top: 50px;
}
.blog_item--category-link {
	margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .blog .main--loop-container,
    .category-blog .main--loop-container {
	    margin-top: 150px;
    }	
}
@media screen and (max-width: 767px){
    .blog .main--loop-container,
    .category-blog .main--loop-container{
	    margin-top: 50px;
    }
}

/*Single Post*/
.site-content.col-md-10 .single-post-detail .loop__item__termlink,
.site-content.col-md-10 .single_post_item--title,
.site-content.col-md-10 .single_post_item--title + .showposts-loop,
.site-content.col-md-10 .single_post_item--title + .showposts-loop .psingle-right{
	text-align: left;
}
.single-post article.single-post-content {
    margin-top: 170px;
}
.single-post .single-post-content > .entry-thumbnail,
.single-post .single_post_item--title + .showposts-loop {
    margin-top: 0;
}
@media screen and (max-width: 767px){
    .single-post article.single-post-content {
    	margin-top: 0;
	}
}