/*
Theme Name: GTO Theme
Author: W3Industry
Description: GTO custom theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: <https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain: my-custom-theme
*/


body {
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
}

/* Headings & typography */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
}

h1 {font-size: 120px;}
h2 {font-size: 60px;}

p {
	margin-bottom: 24px;
}

a:hover, a:focus {text-decoration: none;}

ul {
	list-style-type: none;
	padding-left: 0px;
}

/* Helpers */
.mr-12 {margin-right: 12px;}
.mt-120 {margin-top: 120px;}
.pr-140 {padding-right: 140px;}

.bg-white {
	background: #fff;
}

.bg-gray-light {
	background: #e4ebee;
}

.alt-color {
	color: #D96336;
}

.color-white {
	color: #fff;
}

.bg-color-w {
	background: #F3A801;
}

.bg-color-see {
	background: #06EC9A;
}

.bg-color-do {
	background: #FF0C60;
}

.bg-color-info {
	background: #FFD519;
}

.bg-color-events {
	background: #150639;
}

/* Grid overide */
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1200px;
	}
	
}

@media (min-width: 1281px) {
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
		width: 100%;
		padding-right: 140px;
		padding-left: 140px;
		margin-right: auto;
		margin-left: auto;
	}
}
/* Buttons */
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.btn {
	box-shadow: none !important;
}

.btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
	border-radius: 48px;
	font-weight: 700;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-md {
	padding: 38px 120px;
}

.btn-lg {
	padding: 38px 84px;
}

.btn.back-btn {
	margin-top: 96px;
}

.btn i {
	margin-right: 13px;
	position: relative;
	top: 2px;
}

.btn.blue {
	background: #5517E5;
	border-color: #5517E5;
}

.btn.btn-tab {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.btn.btn-tab.active {
	background: #fff !important;
	border-color: #fff !important;
	color: #5517E5 !important;
}

/* Scroller */
.scroller {
	position: fixed;
	right: 140px;
	top: 140px;
	color: #fff;
}

.scroller.left {
	position: fixed;
	left: -235px;
	right: 0px;
	top: 140px;
	color: #fff;
}

.scroller span {
	transform: rotate(90deg);
	transform-origin: 0 0;
	display: block;
	z-index: 99;
	position: relative;
	right: -370px;
	top: 40px;
}

.scroller span i {
	display: inline-block;
	transform: rotate(-90deg);
	margin-top: 20px;
	margin-left: 20px;
	position: relative;
	top: 20px;
	left: 25px;
	font-size: 48px;
	top: 15px;
}

/* Header */
.header {
	position: fixed;
	padding-top: 36px;
	padding-bottom: 36px;
	width: 100%;
	z-index: 99;
}

.home .header {
	background-color: #150639;
}

.covid a {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 700;
	padding: 14px 18px;
	border-radius: 24px;
}

/* Breadcrumbs */
.crumbs {float: left;}

.crumbs a, .crumbs span, .crumbs .current {
	display: inline-block;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 700;
	padding: 12px 18px;
	border-radius: 24px;
}

/* .crumbs .current {
	background: #fff;
	color: transparent;
} */

.crumbs a i {
	font-size: 22px;
	font-weight: 400;
	margin-right: 12px;
	position: relative;
	top: 4px;
}

.crumbs a.home {
	background: #5517E5;
	border: 2px solid #5517E5;
	padding: 8px 18px 12px 18px;
}

.crumbs .delimiter {
	color: #fff;
	margin: 0px 24px;
}

/* Index page */
/* Welcome section and section default */
.welcome {
	background-color: #150639;
	min-height: 100vh;
	color: #fff;
	padding-bottom: 180px;
}

section a {color: #fff; display: block;}
section a:hover {color: #fff;}

.welcome .intro-text {
	margin-bottom: 96px;
	padding-top: 140px;
}

.welcome .intro-text::after {
	content: '';
	position: relative;
	display: block;
	width: 260px;
	height: 2px;
	background-color: #fff;
	margin-top: 48px;
}

.section-bg-icon::before {
    font-family: 'icomoon';
    font-size: 720px;
    position: absolute;
    right: 165px;
	bottom: -20px;
	z-index: -1;
	opacity: 0.2;
	transform: rotate(20deg);
}

/* Section box */
section .box {
	height: 396px;
	border-radius: 24px;
	margin-bottom: 24px;
	position: relative;
}

section .box i {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #150639;
	font-size: 120px;
}

section .w-box h3 {
	margin-bottom: 24px;
}

section .box.bg-image {
	background-size: cover;
	background-position: center center;
}

.section-title {
	position: relative;
	text-transform: uppercase;
}

.section-title.medium {
	font-size: 96px;
}

.section-title .title-icon {
	position: absolute;
	display: block;
	margin-top: -50px;
	top: 40px;
	right: 0px;
}

.section-title .btn {
    position: absolute;
    right: 0px;
    top: 0px;
	padding: 26px 77px;
	font-weight: 700;
}

.post-single .section-title {
	margin-bottom: 120px !important;
}

/* index section global */
.index-section {
	color: #fff;
	min-height: 100vh;
	padding: 180px 0px;
	position: relative;
	z-index: 1;
}

.index-section.bg-icon::before {
    font-family: 'icomoon';
    font-size: 720px;
    position: absolute;
    right: 165px;
	bottom: -20px;
	z-index: -1;
	opacity: 0.2;
	transform: rotate(20deg);
}

.index-section .intro-text {
	margin-top: 48px;
	margin-bottom: 96px;
}

.index-section .intro-text::before {
	content: '';
	position: relative;
	display: block;
	width: 260px;
	height: 2px;
	background-color: #fff;
	margin-bottom: 48px;
}

.index-section .color-alt {
	color: #150639;
}

.index-section .intro-text.color-alt::before {
	background-color: #150639;
}

/* KG section */
.kg.bg-icon::before {
    content: "\e901";
}

/* See section */
.see.bg-icon::before {
    content: "\e902";
}

/* What to do section */
.what-to-do.bg-icon::before {
    content: "\e903";
}

/* Info section */
.info {
    color: #150639;
}

.info h2 {
	margin-bottom: 60px;
}

.info .box {
	background: #150639;
}

.info .box i {
	color: #FFD519;
}

/* Did you know section */
.did-you-know {
    background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.did-you-know .section-title {
    font-size: 60px;
	margin-bottom: 60px;
	color: #fff !important;
}

.did-you-know .section-title::after {
	content: '';
	position: relative;
	display: block;
	width: 260px;
	height: 2px;
	background-color: #fff;
	margin-top: 48px;
}

/* Events section */
.events {
    color: #fff;
}

.events .color-alt {
    color: #FFD519;
}

.events .section-title .btn.color-alt {
    border: 1px solid #FFD519;
}

.events .date {
	font-weight: 700;
}

/* Footer */
footer {
	color: #fff;
	background: #150639;
	padding-top: 200px;
}

.footer-section {
	padding-top: 94px;
}

.footer-section.border-bottom {
	border-bottom: 2px solid #fff;
}

.widget.border-left {
	border-left: 1px solid #FFD519 !important;
	padding-left: 22px;
}

.social li {
	margin-bottom: 24px;
	font-weight: 700;
}

.social li i {
    position: relative;
    top: 10px;
    font-size: 36px;
    margin-right: 12px;
}

.copyright {
	margin-top: 135px;
	padding-bottom: 220px;
}

.digital-clock {
	font-size: 60px;
	font-weight: 900;
}

.footer-date {
	font-weight: 700;
}

#splw-location-weather-57.splw-main-wrapper {
    max-width: 320px;
    margin: 0;
    margin-bottom: 0px;
}

#splw-location-weather-57 .splw-weather-title {
    margin-bottom: 0px;
}

.splw-lite-wrapper .splw-lite-header {
    display: none;
}

.splw-lite-wrapper .splw-cur-temp {
    justify-content: left;
}

.splw-lite-wrapper .splw-lite-current-text .splw-other-opt {
    display: none;
}

.splw-lite-wrapper .splw-weather-attribution {
    display: none;
}

.splw-lite-wrapper .splw-lite-current-text {
    text-align: left;
}

.splw-lite-wrapper .splw-lite-current-temp span.cur-temp {
    font-family: 'Rubik', sans-serif;
    font-size: 60px;
    font-weight: 900;
	margin-left: 24px;
}

.splw-lite-wrapper .splw-lite-current-text .splw-lite-desc {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.currency {
	font-size: 60px;
	font-weight: 900;
}
.currency span {
	font-size: 36px;
	font-weight: 900;
}
.currency .desc {
	font-size: 16px;
	font-weight: 700;
	margin-top: -5px;
}

/* Post Categories */
section.post-single {
	padding-top: 180px;
	padding-bottom: 240px;
}

section.post-single .section-title {
	margin-bottom: 60px;
}

section.post-single .intro-text {
	color: #fff;
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 48px;
}

section.post-single .intro-text::after {
	content: '';
	position: relative;
	display: block;
	width: 260px;
	height: 2px;
	background-color: #fff;
	margin-top: 48px;
}

section.post-single .intro-text.color-alt {
	color: #212529;
}

section.post-single .intro-text.color-alt::after {
	background-color: #212529;
}

.cat-kragujevac-id section.post-single .intro-text {
	color: #150639;
}

.cat-kragujevac-id section.post-single .intro-text::after {
	background-color: #150639;
}

section.post-single .post-text {
	padding-right: 140px;
}

section.post-single .post-text iframe {
	margin-top: 96px;
	pointer-events: none;
}

/* image gallery */
.gallery-slider .item-desc, .item-picture-desc {
	background: #150639;
	color: #fff;
	text-align: center;
	padding: 12px;
	font-style: italic;
}

.gallery-slider .item-desc .title {
	font-style: normal;
}

.gallery-slider .slick-prev,
.gallery-slider .slick-next
{
    top: initial;
	bottom: 130px;
}

.gallery-slider .slick-prev {
    right: initial;
    left: 138px;
}

.gallery-slider .slick-next {
    right: 138px;
    left: initial;
}

/* Kragujevac */
.cat-kragujevac-id {
	background:#F3A801;
	color: #150639;
}

.cat-kragujevac-id .header {
	background:#F3A801;
}

/* Sta Videti i podkategorije */
.category-atrakcije,  
.category-spomenici,
.category-muzeji-i-galerije,
.category-verski-objekti,
.category-zeleni-kragujevac, .cat-zeleni-kragujevac-id,
.category-milosev-venac, .cat-milosev-venac-id {
	background:#06EC9A;
	color: #150639;
}

.category-atrakcije .header, .cat-atrakcije-id .header,
.category-spomenici .header, .cat-spomenici-id .header,
.category-muzeji-i-galerije .header, .cat-muzeji-i-galerije-id .header,
.category-verski-objekti .header, .cat-verski-objekti-id .header,
.category-zeleni-kragujevac .header, .cat-zeleni-kragujevac-id .header,
.category-milosev-venac .header, .cat-milosev-venac-id .header {
	background:#06EC9A;
}

.category-verski-objekti .btn.btn-tab.active,
.category-zeleni-kragujevac .btn.btn-tab.active {
	color: #06EC9A !important;
}

/* Gde odsesti */
.category-gde-odsesti, .category-hoteli, .category-garni-hoteli, .category-prenocista, .category-privatni-smestaj, .category-seoska-domacinstva {
	background:#F3A801;
	color: #150639;
}

.category-gde-odsesti .header, .category-hoteli .header {
	background:#F3A801;
}

/* Hoteli */
.h-list-item {
	margin-bottom: 120px;
}

.h-list .desc {
	padding-right: 156px;
}

.h-list h3 {
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
}

.h-list h3::after {
    content: '';
    position: relative;
    display: block;
    width: 260px;
    height: 2px;
    background-color: #fff;
	margin-top: 36px;
	margin-bottom: 48px;
}

.h-list h3 .stars {
	color: #FFD519;
	display: inline-block;
	font-family: 'icomoon';
	font-size: 24px;
	margin-left: 24px;
}

.h-list h3 .stars.count-1::before {
    content: "\e900";
}
.h-list h3 .stars.count-2::before {
    content: "\e900\00a0\e900";
}
.h-list h3 .stars.count-3::before {
    content: "\e900\00a0\e900\00a0\e900";
}
.h-list h3 .stars.count-4::before {
    content: "\e900\00a0\e900\00a0\e900\00a0\e900";
}

.contact-info {
	border-left: 2px solid #fff;
	padding-left: 16px;
}

/* Jeste li znali da */
.category-jeste-znali-da, .category-jeste-znali-da .header, .cat-jeste-znali-da-id .header {
	background: #5517E5;
}

.category-jeste-znali-da .btn.btn-tab.active {
	color: #5517E5 !important;
}

.category-jeste-znali-da .crumbs a.home {
    border: 2px solid #fff;
}

.category-jeste-znali-da .section-title {
	color: #fff;
}

.cat-jeste-znali-da-id {
	color: #fff;
}

.cat-jeste-znali-da-id .back-btn {
	background: transparent;
	border-color: #fff;
}

/* Kako stici */
.cat-kragujevac-id .post-text h3 {
	color: #fff;
}

.cat-kragujevac-id .post-text h3:after {
	content: '';
    position: relative;
    display: block;
    width: 120px;
    height: 2px;
    background-color: #fff;
	margin-top: 36px;
	margin-bottom: 48px;
}

.cat-kragujevac-id .post-text ul {
	list-style-type: initial;
	list-style-position: outside;
	margin-left: 12px;
	margin-bottom: 48px;
}
.cat-kragujevac-id .post-text .contact-info {
	margin-bottom: 120px;
}

/* Gastro ponuda */
.category-gastro-ponuda, .category-gastro-ponuda .header {
	background: #FF0C60;
}

.section-bg-icon::before {
	content: "\e900";
}

.category-gastro-ponuda .section-title {
	color: #150639;
}

.category-gastro-ponuda .btn.btn-tab.active {
	color: #FF0C60 !important;
}

.post-single .box-ico-text {
	height: 396px;
	border-radius: 24px;
	margin-bottom: 24px;
	padding-top: 36px;
	position: relative;
	background: #150639;
	color: #fff;
	text-align: center;

}

.post-single .box-ico-text i {
	color: #FF0C60;
	font-size: 60px;
}

.post-single .box-ico-text h3 {
	margin-top: 36px;
}

.post-single .box-ico-text h3:after {
	content: '';
	width: 120px;
	height: 1px;
	background: #FF0C60;
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 36px;
}

/* Sta raditi i podkategorije */
.category-sta-raditi, .category-soping,
.category-biblioteke, .category-biblioteke .header, .cat-biblioteke-id .header, 
.category-pozorista, .category-pozorista .header, .cat-pozorista-id, .cat-pozorista-id .header,
.category-aktivan-odmor, .category-aktivan-odmor .header, .cat-aktivan-odmor-id, .cat-aktivan-odmor-id .header,
.category-vinarije, .category-vinarije .header, .cat-vinarije-id .header,
.category-nocni-zivot, .category-nocni-zivot .header,
.category-destilerije, .category-destilerije .header {
	background: #FF0C60;
}

.category-soping .btn.btn-tab.active,
.category-nocni-zivot .btn.btn-tab.active {
	color: #FF0C60 !important;
}

.category-biblioteke section.post-single::before {
	content: "\e90b";
    font-family: 'icomoon';
    font-size: 720px;
    position: absolute;
    right: 165px;
	bottom: -20px;
	z-index: -1;
	opacity: 0.2;
	transform: rotate(20deg);
}

.category-sta-raditi .section-title, .category-soping .section-title,
.category-biblioteke .section-title, .cat-biblioteke-id .section-title,
.category-pozorista .section-title, .cat-pozorista-id .section-title,
.category-aktivan-odmor .section-title, .cat-aktivan-odmor-id .section-title,
.category-vinarije .section-title, .cat-vinarije-id .section-title,
.category-nocni-zivot .section-title,
.category-destilerije .section-title {
	color: #150639;
}

/* Informacije */
.page-id-1011, .page-id-1011 .header,
.page-id-1228, .page-id-1228 .header,
.page-id-1234, .page-id-1234 .header,
.page-id-1239, .page-id-1239 .header {
	background: #FFD519;
}

.page-id-1234 .post-single .box-ico-text {
    height: 396px;
    border-radius: 24px;
    margin-bottom: 24px;
    padding-top: 36px;
    position: relative;
	background: transparent;
	border:1px solid #150639;
    color: #fff;
    text-align: center;
}

.page-id-1234 .post-single .box-ico-text h3 {
	font-size: 120px;
	color: #150639;
}

.page-id-1234 .post-single .box-ico-text h3::after {
    background: #fff;
}

.page-id-1234 .post-single .box-ico-text p {
	font-size: 36px;
	font-weight: 900;
}

.page-id-1239 .zone-zero {
	background: #FF0C60;
	border-radius: 12px;
	padding: 18px;
	margin-bottom: 18px;
}

.page-id-1239 .zone-one {
	background: #F3A801;
	border-radius: 12px;
	padding: 18px;
	margin-bottom: 18px;
}

.page-id-1239 .zone-two {
	background: #06EC9A;
	border-radius: 12px;
	padding: 18px;
	margin-bottom: 18px;
}

.page-id-1239 .zone-daily {
	background: #5517E5;
	border-radius: 12px;
	padding: 18px;
	color: #fff;
	margin-bottom: 120px;
}

.page-template-default .section-title {
	max-width: 50%;
}

/* Dogadjaji i manifestacije */
.post-type-archive-events, .post-type-archive-events .header,
.single-events, .single-events .header {
	background: #150639;
}

.post-type-archive-events .section-title {
	color: #FFD519;
}

.post-type-archive-events .btn.btn-tab.active {
	color: #150639 !important;
}

.post-type-archive-events .w-box h3 {
    text-transform: uppercase;
}

.post-type-archive-events #nav-manifestacije h3 {
	color: #FFD519;
}

/* Covid */
.page-id-1223 {
	background: #150639;
	color: #fff;
}

.page-id-1223 .section-title {
	color: #FF0C60;
}

.page-id-1223 .intro-text::after {
    background-color: #FF0C60 !important;
}

.page-id-1223, .page-id-1223 .header {
	background: #150639;
}

.page-id-1223 .covid a {
	display: block;
	background: #FF0C60;
    border: 1px solid #FF0C60;
    color: #fff;
    font-weight: 700;
    padding: 14px 18px;
    border-radius: 24px;
}