/*
 Theme Name:     Verastile Child Theme
 Theme URI:      http://digitalnomads.sk
 Description:    Child Theme
 Author:         Digital Nomads
 Author URI:     http://digitalnomads.sk
 Template:       versatile
 Version:        1.0.0
*/

@import url("../versatile/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

.copyright-left {
	float: none;
}

.gdlr-top-woocommerce-wrapper {
    display: none;
}

.gdlr-blog-grid .gdlr-blog-title {
    padding-top: 1em;
}

@media only screen and (max-width: 1099px) {
.admin-bar .gdlr-fixed-header {
    top: -100px;
}

.gdlr-fixed-header {
    top: -127px;
}
}
@media only screen and (max-width: 767px) {
body .gdlr-logo {
	padding-top: 10px!important;
}
.gdlr-logo {
    max-width: 50px!important;
}

}
.gdlr-post-author {
    display: none;
}

.gdlr-blog-thumbnail {
    background: #ffffff;
}
