/*
Theme Name:     CargoPress Child Theme
Theme URI:      http://www.proteusthemes.com
Description:    Child theme for the CargoPress
Author:         Primoz Cigler
Template:       cargopress-pt
Version:        1.0
*/


/* add custom CSS code bellow */
.latest-news__date, .sticky .btn--post, .main-navigation > .current-menu-item > a::after, .main-navigation > li:hover > a::after, .main-navigation > li:focus > a::after, body.woocommerce-page span.onsale, .woocommerce span.onsale {
	background-color: #667f62 !important;
}

.latest-news__date::after {
    border-top-color: #667f62 !important;
}

.btn-info, .btn-primary, body.woocommerce-page .widget_shopping_cart_content .buttons .checkout {
	border-color: #667f62 !important;
	background-color: #667f62 !important;
}

.btn-info, .btn-primary, body.woocommerce-page .widget_shopping_cart_content .buttons .checkout {
	border-color: #667f62 !important;
	background-color: #667f62 !important;
}

.btn-info:hover, .btn-primary:hover, body.woocommerce-page .widget_shopping_cart_content .buttons .checkout:hover {
	border-color: #a0c69a !important;
	background-color: #a0c69a !important;
}

.header .icon-box .fa, .number-counter__icon, hr.hr-quote::after {
    color: #667f62 !important;
}

.jumbotron-content .jumbotron-content__title h1{
	text-shadow: rgb(0, 0, 0) 2px 2px 4px !important;
}

.jumbotron-content .jumbotron-content__description p{	
	text-shadow: rgb(0, 0, 0) 2px 2px 5px !important;
}

.read-more{
	color: #667f62 !important;
}

.contact-form-captcha{
	margin-bottom: 30px;
}

.call-to-action__text{
	color: #ffffff;
}

.testimonial__quote::before{
	background-color: #667f62 !important;
}

.widget_pw_icon_box .icon-box:hover, .logo-panel img:hover {
    border-bottom-color: #667f62 !important;
}

.widget_pw_icon_box .icon-box:hover, .wpb_wrapper .icon-box:hover{
    border-bottom: 2px solid #667f62 !important;
}

.widget_pw_icon_box .icon-box:hover .fa{
	color: #667f62 !important;
}

.amount{
	display: none;
	height: 0px;
}

.recent-product-widget a:hover{
	text-decoration: none !important;
	color: #667f62;
}

.page-box__title a:hover{
	color: #667f62;
}

body.woocommerce-page nav.woocommerce-pagination ul li span.current, body.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active{
	background-color: #667f62 !important;
}

.product_meta .posted_in a{
	color: #667f62 !important;
	font-weight: 700 !important;
}

.main-services .page-box__content p{
	display: hidden !important;
}

.remove-line .widget-title__line{
	display:none;
}

.about-us-head h3{
	margin-bottom: 0px !important;
}

.award-certificate img{
	margin: auto;
}

@media (min-width: 992px){
	.header__logo {
    		width: 280px !important;
	}

	.header__widgets {
    		width: calc(100% - 280px) !important;
	}
}

@media screen and (max-width: 1200px){
	.header__widgets .widget-icon-box{
		width: 30%;
	}
}

.woocommerce-shop-page .widget_product_categories, .widget_products, .archive .widget_product_categories {
   display: none !important;
}

.woocommerce-shop-page main, .archive main {
	width: 100% !important;
}

.related.products {
	clear: both;
}

.contact-text h3.widget-title {
	display:none !important;
}
