/*
Theme Name: GlobeCo (Child Theme)
Description: Transportation & Logistics WordPress Theme
Theme URI: http://globeco.cwsthemes.com/
Author: CWSThemes
Author URI: http://themeforest.net/user/creativews
Version: 1.0.0
License: Envato full licence agreement - https://themeforest.net/licenses/terms/regular
License URI: https://themeforest.net/licenses
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: globeco
Template: globeco

*/ 

/* =Theme customization starts here
-------------------------------------------------------------- */
.header_zone{
    box-shadow: 1px 1px 3px #eee;
}
.logo .header_site_title{
	color:#1b557a !important;
}
.woo_product_post_title.posts_grid_post_title{
	font-size: 20px;
}
.woocommerce.single-product .product_meta .posted_in{
	display:none;
}
.related.product .product-header{
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	 margin: 15px 0 15px;
}
#main .page_content{
	padding:0;
}
@media screen and (max-width: 767px){
	.header_logo_part .logo{
		margin-top: 5px !important;
    	margin-bottom: 5px !important;
	}
}
	.iframe-certificate{
		background: #F8F8F8;
		margin: 0px;
		padding: 0px;
		border: none;
		display: block;
		border-radius: 20px;
	}
@media (max-width:767px){
	.iframe-certificate{
		height:650px;
	}
}
