/*
Theme Name: Gradnja Theme
Theme URI: https:gradnja.rs
Author: Purezeen
Description: Odgovor kuću gradi. Portal građevinarstva i arhitekture. 
Version: 0.0.1
Requires PHP: 7.4
Text Domain: gradnja
this additional css move to sass 
*/

@media only screen and (max-width: 593px) {
	.sidebar .theiaStickySidebar > section:first-of-type, .sidebar .advertising-top{
		display: block !important;
	}
}

.sh-comment-form .comment-reply-title{
	margin-bottom:20px !important;
}


.cta-newsletter {
		margin:45px 0 30px 0 !important;
	}
@media only screen and (min-width: 768px) {
	.cta-newsletter {
		margin:60px 0 40px 0 !important;
	}
}


@media only screen and (min-width: 992px) {
	 .home aside.sidebar {
        padding-top: 0px;
    }
}

/* 
Moves Google Maps UI to the bottom 
so search functionality is visible. 
*/
.gm-bundled-control {
	top: 55px !important;
}
