<?php
/*
Theme Name:     bizzy Child
Theme URI:      http://modernthemes.net/premium-wordpress-themes/bizzy/
Template:       bizzy_mt
Version:        1.0
*/

.wc-block-grid__product-title {
	color: #88A397;
}

.justified-text {
            text-align: justify;
        }

.contact-icons {
                display: flex;
                flex-direction: column;
                position: fixed;
                bottom: 20px;
                right: 20px;
                z-index: 1000;
            }
            .contact-icons a {
                margin-bottom: 10px;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 50px;
                height: 50px;
                background-color: #88a397;
                color: white;
                border-radius: 50%;
                text-decoration: none;
                font-size: 24px;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
            }
            .contact-icons a:hover {
                background-color: #c9bb9e;
            }

.site-header-top .site-branding  img {
	width: 200px;
}

@media screen and (max-width: 800px) {
	
	.secondary-header {
		display:none
	}
	
	.site-header-top .site-branding  img {
		width: 120px;
	}
	
	.site-header-top {
        top: 2.0em;
    }
	
}

.wc-block-grid__product-link {
	color: #88a397;
}

.wc-block-grid__product-link:hover {
	color: #595959;
}

.banner--clone .main-navigation a { 
	height: 6.5rem; 
	line-height: 6.5rem; 
} 

.site-header { 
	height: 6.5rem;
}

.site-header .site-title img { 
  	margin-top: 0.5em;
}

.secondary-header .push-right {
	text-align: right;
}

.site-footer ul {
	margin: 0;
}


.home-widget-one {
	padding-top: 0;
	padding-bottom: 0;
}

.home-widget-one .grid-pad {
	padding-top:0;
	padding-bottom: 0;
}

.home-widget-one .grip-pad aside figure {
	margin-top: 0;
	padding-bottom: 0;
}

#block-31 {
	margin-bottom: 0;
}

#block-31 > div {
	margin-bottom: 0;
}

.single-blog-post {
	
}

.blog-archive .page-entry-title, .single-blog-post .page-entry-title, .error-page .page-entry-title {
	margin: 0;
}

.single-blog-post .grid-pad {
	padding-top: 90px;
}

.contact-phone {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: medium;
}
.contact-phone .fa {
	margin-right: 5px;
}
.contact-phone a {
	padding-right: 5px;
}
.contact-phone span {
	padding-right: 5px;
}
#mt-services .service-content .fa,
.shortcodes .service-content .fa {
	background-color:#88a397;
	border: 2px solid #88a397;
}

.grid .col-1-3:nth-last-child(1):nth-child(3n+2),
.grid .col-1-3:nth-last-child(1):nth-child(3n+1) {
    margin-left: auto;
    margin-right: auto;
    float: none;
}