/*!
Theme Name: Itcentar
Theme URI: https://itcentar.rs
Author: Itcentar
Author URI: https://itcentar.rs
Description: Custom WordPress theme with a modern development workflow
Version: 2.0.5
Requires PHP: 5.6
Tested up to: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: itcentar
*/
span.smaller-text {
    font-size: 0.8em;
}
h3.price-section-title.mb-4 {
    padding-left: 15px;
}
div#page {
    padding-top: 150px;
}
header#masthead {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: .5s;
	height: 150px;
}
header#masthead.navbar-fixed-top {
	height: 100px;
}
header#masthead a.header_logo img {
	transition: .5s;
}
header#masthead.navbar-fixed-top a.header_logo img {
    width: 120px;
}
header#masthead ul.social li {
    margin-bottom: 0;
}
.site-footer .social li {
    margin: 5px !Important;
}
.price-sections h3 {
    color: #caab9d;
    margin-top: 40px;
}
.mob-navbar ul {
    padding: 0;
    list-style: none;
}
a {
    color: #d0b5ad;
}
.mob-navbar ul a {
    color: #d0b5ad !important;
	font-size: 1.2em;
}
.services-main-content h2 {
    font-size: 32px;
    margin-top: 60px;
}
.services-main-content ul {
    margin-bottom: 20px;
}
.services-main-content ul li {
    margin-bottom: 3px;
}
.block_grid_repeater_with_image.service-items .image {
    margin-bottom: 50px;
}
.owl-block img {
    height: 500px !important;
}
.owl-carousel .item {
    margin: 0 2px;
}
section.block_images .col-lg-12 {
    padding: 0 !important;
}
.remove-tabs ul.nav.nav-tabs {
    display: none;
}
.remove-tabs .price-navigation {
    display: none;
}
#about .images {
    padding: 40px;
}
.service-desc li, .service-desc li p {
    margin-bottom: 0 !important;
}
.service-desc ul {
    margin-bottom: 20px;
}
.home .block_text_image .container .image-position-right_image img {
    max-width: 360px !important;
}
.prices-row h4 {
    margin: 12px 0 10px;
    font-size: 21px;
}
.different-style h3.price-section-title {
    font-size: 32px !important;
    font-family: var(--tm-font-heading);
    color: var(--tm-black);
    font-weight: normal !important;
}
.different-style .price-service-item .service-text strong {
    font-weight: normal !important;
}
.different-style .tab-content.price-sections {
    padding: 0 15px;
}
div#cmplz-message-1-optin p {
    font-size: 16px;
}

@media only screen and (max-width: 1600px) {
    header#masthead {
        height: 130px;
    }
    	div#page {
        padding-top: 130px;
    }
    	header#masthead a.header_logo img {
        width: 160px;
    }
    .owl-block img {
        height: 320px !important;
    }
    .block_grid_repeater_with_image.service-items .image img {
        height: 280px !important;
    }
}

@media only screen and (max-width: 500px) {
	.home #header-image h1, h1, .h1 {
        font-size: 50px;
    } {
		font-size: 50px;
	}
	section.block_prices .price-navigation {
        display: none;
    }
    ul.nav.nav-tabs.justify-content-center.mb-4 {
        gap: 10px;
    }
    .block_text_image .container .image-position-right_image {
        flex-direction: column !important;
    }
    #about .images {
        padding: 0px;
    }
    .block_prices_new .prices-row h3 {
        font-size: 22px !important;
    }
    .row.prices-row {
        margin: 0 -15px;
    }
    .block_prices_new .prices-row .service-price {
        text-align: left !important;
        font-weight: bold !important;
        margin-bottom: 20px !important;
        margin-top: 10px !important;
        font-size: 18px !important;
    }
    .row.prices-row {
        margin-bottom: 30px !important;
    }
    .block_grid_repeater_with_image.service-items .image {
        margin-bottom: 10px !important;
    }
    .home .block_text_image .container .image-position-right_image img {
        max-width: auto !important;
    }
	.main-image-wrapper {
		height: 300px !important;
	}
	.gallery-thumbnail {
		width: 60px !important;
		height: 60px !important;
		border-radius: 6px;
		border: 0px solid transparent !important;
	}
	.prices-row h4 {
		font-size: 18px;
	}
    .different-style h3.price-section-title {
        font-size: 22px !important;
        margin-bottom: 0 !important;
    }
    .price-service-list .service-text {
        padding-right: 15px;
    }
}