/*
Theme Name: Yellow Business Child
Theme URI: http://themes.framework-y.com/yellowbusiness/
Description: Yellow Business Child Theme
Author: Schiocco
Author URI: http://schiocco.io/
Template: yellowbusiness
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yellowbusiness
*/

/* Shorten Line Under the Founder Header (About Us) */
.founder hr {
    width:30%;
}

/* Hide author in blog list page */
.news .tag-row.icon-row span:after, .news .tag-row.icon-row span:nth-child(2) {
    display:none;
}

/* Hide 404 page logo */
.logo-404 {
    display:none;
}

/* Product Hover Change */
.img-box:before {
    background-color: #fff;
}

/* Change Button Border Color */
.btn, .title-base h1:before, .header-base.white:not(.bg-cover), .cart-buttons a, .shop-menu-cnt .cart-count {
    border-color: rgb(126, 179, 61);
}
.btn:hover {
    border-color: rgb(83, 175, 68);
}

/* This fixes the header for both desktop and mobile resolutions */
.navbar-brand {
    height: 90px;
}
.navbar-default .navbar-collapse {
	padding-top: 2%;
}
@media (min-width: 993px) and (max-width: 1199px) {
	.navbar-default .navbar-collapse {
		padding-top: 2%;
	}
}
button.navbar-toggle {
	padding: 20px 15px 0 0 !important;
}

/* This sets the font-size of the Title on the product's element */
.advs-box h3 {
    font-size: 17px;
}

/* This fixes the Logo size on the footer for Tablet resolutions */
@media (min-width: 680px) and (max-width: 992px) {
	div.col-md-4.footer-left.footer-left img {
		width: 40%;
	}
}

/* This hides the Language tabs on the Header Menu that are automatically activated with the WPML */
div.nav.navbar-nav.navbar-right {
	display: none;
}

/* This hides the date inside of the Blog Article */
div.col-md-12.hc_pt_post_informations_cnt {
	display: none;
}
