/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/**************************************
 * Cookie notice buttons
 * ***********************************/
.cn-button.bootstrap {
    background: #83b735;
}
/**************************************
 * Main menu
 * ***********************************/
.main-nav .sub-menu-dropdown li a{
	text-transform:uppercase;
}
/**************************************
 * Kalendars
 * ***********************************/
.kalendars-item {
    margin-bottom: 40px;
    padding: 0 15px;
}
.kalendars-item.column{
	float:left;	
}
.kalendars-item .inner-wrap{
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
    transition: box-shadow .3s ease;
}
.kalendars-item .inner-wrap:hover{
box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.kalendar-info{
	text-align:center;
	padding:0 20px 20px;
}
.datums {
    background: #0d2a47;
    color: #fff;
    padding: 5px 10px;
    z-index: 9;
    position: relative;
    display: inline-block;
    top: -17px;
	margin-bottom:0;
}
.kalendar-info p{
	margin-bottom:7px;
}

.single-kalendars .post-date{
	display:none;
}
/**************************************
 * Shop
 * ***********************************/
.single-product .tabs-layout-tabs {
    display: block;
}

.labels-rounded .product-label{
	min-height: unset;
	font-size: 12px;
    font-weight: 700;
	max-width: unset;
}
.product-image-summary .product-images .labels-rounded .product-label {
    min-height: unset;
    font-size: 14px;
    padding: 10px 20px;
}
.cart-totals-inner .woocommerce-shipping-destination{
	display:none;
}
/**************************************
 * Gravity forms
 * ***********************************/
#gform_wrapper_1{
	position:relative;
}
#gform_wrapper_1 ul.gfield_checkbox li input[type=checkbox]{
	margin-top:-1px!important;
}
#gform_wrapper_1 .gform_footer.top_label {
    position: absolute;
    left: 280px;
    display: inline-block;
    width: auto;
    top: 0px;
    margin-top: 12px;
}
#gform_wrapper_1 .gform_body{
	display:inline-block;
}
#gform_submit_button_1{
	background: #83b735;
	color:#fff;
}

.mc4wp-form .gdpr label{
	display:block;
}
.mc4wp-form .gdpr input{
	vertical-align:top;
	margin-top:2px;
}
/**************************************
 * Footer
 * ***********************************/
.mc4wp-form>div{
	justify-content: left;
}
/**************************************
 * Hompage
 * ***********************************/
.category-image-wrapp:after{
	position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background:#000;
	opacity:0;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.cat-design-default:hover .category-image-wrapp:after {
    opacity:0.7;
}
/**************************************
 * Product Archive page
 * ***********************************/
.woodmart-product-categories .category-nav-link:hover .category-name:after{
	content:none;
}
.woodmart-product-categories .category-nav-link:hover{
	color:#83b735
}
.woodmart-product-categories .wc-default-cat {
    display: inline-block;
}
**************************************
 * Veikala karte
 * ***********************************/
.eapps-google-maps-bar-header {
	background-color:#83b735!important;
}
@media (max-width: 768px){
.cat-design-center .hover-mask, .cat-design-default .hover-mask, .cat-design-replace-title .hover-mask {
    position: absolute;
	background: rgba(0, 0, 0, 0.4);
	top: 50%;
    bottom: auto;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
	.page .eapps-google-maps-small .eapps-google-maps-bar-container{
		max-height:90px;
		bottom: 30px;
	}
	.hover-mask .category-title {
        font-size: 12px;
        font-weight: bold;
}
	.hover-mask .more-products {
    font-size: 11px;
}
	.eapps-google-maps-bar-enabled.eapps-google-maps-small .eapps-google-maps-map-container {
    height: 500px!important;
	}
	#eapps-google-maps-1.eapps-google-maps{
		height:2450px!important;
	}
	.page .eapps-google-maps-small .eapps-google-maps-bar-container {
    max-height: 2450px!important;
    bottom: auto;
    top: 500px!important;
}
	.eapps-google-maps-small .eapps-google-maps-bar-toggle{
		display:none!important;
	}
}