/*
Theme Name: Културни Центар "Иво Андрић" Вишеград  
Theme URI:
Author: 
Author URI: 
Version: 1.0

* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
/******** FONTS *******/
/* unbounded */
@font-face {
  font-display: swap; 
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/unbounded-v12-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/unbounded-v12-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/unbounded-v12-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/unbounded-v12-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2') format('woff2'); 
}
/* montserrat */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v31-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/montserrat-v31-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v31-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v31-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2') format('woff2'); 
}
/*************** ROOT ***************/
:root {
  --primary-font: 'Montserrat', sans-serif;
  --secondary-font: 'Unbounded';

  --primary-color: #bd8d4c;
  --secondary-color: #f2e0c8;

  --text-color: #070301;    

  --filter-primary: brightness(0) saturate(100%) invert(62%) sepia(7%) saturate(3135%) hue-rotate(355deg) brightness(94%) contrast(84%);
  --filter-secondary: brightness(0) saturate(100%) invert(94%) sepia(11%) saturate(699%) hue-rotate(327deg) brightness(98%) contrast(94%);
  --filter-white: brightness(0) saturate(100%) invert(99%) sepia(67%) saturate(2%) hue-rotate(69deg) brightness(116%) contrast(100%);
}
/*************** PREDEFINED ***************/
body {
  font-family: var(--primary-font);
  color: var(--text-color);
}
.btn {
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  border-width: 2px;
  border-style: solid;
  position: relative;
}
.btn-sm {
  padding: 10px 20px;
  font-size: 14px;
}
.btn-primary { 
  background: var(--primary-color);
  color: #FFFFFF;
  border-color: var(--primary-color);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: var(--text-color) !important;
  color: #FFFFFF !important;
  border-color: var(--text-color) !important;
}
.btn-secondary { 
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3); 
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background: #FFFFFF !important;
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.section-padding {
  padding: 45px 0;
}
.section-title h2 {
  font-family: var(--secondary-font);
  font-size: 28px;
}
.section-title h4 {
  color: var(--primary-color);
  font-size: 17px;
  margin-bottom: 4px;
}
.text-dark {
  color: var(--text-color) !important;
}
.pattern-bg .section-title h2 {
	color: #FFFFFF;
}
.pattern-bg .section-title h4 {
	color: var(--secondary-color);
}
/******** NAVBAR ***********/
.offcanvas {
  background-color: var(--text-color);
}
.navbar-brand img {
  width: 200px;
}
.navbar-btn {
  width: 45px;
  height: 45px;
  background-color: transparent;
  border: none;
}
.navbar-btn img {
  width: 22px;
  filter: var(--filter-secondary);
}
.offcanvas-header {
  padding:  12px;
}
.navbar .nav-link {
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  font-size: 19px;
}
.navbar .nav-link.active {
  color: var(--primary-color);
}
.navbar .nav-item {
  border-bottom: 1px solid #f4f4f433;
}
.offcanvas-body {
  padding-left: 40px;
  padding-right: 40px;
}
.ci-icon {
  width: 25px;
}
.ci-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  filter: var(--filter-primary);
}
.contact-infos a {
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1.3;
}
/******** HERO ***********/
.hero::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: #070301;
  opacity: .5;
}
.hero-block {
  min-height: 60svh;
}
.hero-block h1 {
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 30px;
}
.hero-block h4 {
  font-weight: 500;
  font-size: 20px;
}
.hero-block {
  padding: 100px 0 50px 0;
}
.navbar.navbar-scroll {
  background-color: var(--text-color);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
/******** FOOTER ***********/
footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(170deg,rgba(255, 255, 255, 0) 0%, rgba(7, 3, 1, 1) 53%);
}
footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--text-color);
  opacity: .7;
  z-index: 2;
}
.social-networks a {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: var(--primary-color);
}
.social-networks a img {
  max-width: 60%;
  max-height: 60%;
  filter: var(--filter-white);
}
.social-networks a:hover {
  background-color: var(--secondary-color);
}
.social-networks a:hover img {
  filter: var(--filter-primary);
}
.footer-menu a {
  text-decoration: none;
  color: #FFFFFF;
}
.footer-menu ul {
  list-style-type: none;
}
.footer-menu a:hover {
  color: var(--primary-color);
}
.footer-copyright-text a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-copyright-text a:hover {
  text-decoration: underline;
}
.footer-copyright-text {
  border-top: 1px solid #f4f4f433;
}
.footer-main {
  padding: 50px 0;
}
.footer-menu a {
  font-size: 18px;
}
.contact-infos a:hover {
  color: var(--primary-color);
}
.footer-logo img {
  width: 220px;
}
.news-card-img {
  width: 100%;
  height: 200px;
}
.news-card {
  border-radius: 6px;
}
.news-card-text {
  background-color: #FFFFFF;
  padding: 12px 16px 16px 16px;
}
.news-section {
  background-color: #E8D3B6;
}
.news-card-date {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}
.news-card-text h3 {
  font-family: var(--secondary-font);
  color: var(--text-color);
}
.news-card-excerpt {
  color: #796f62;
}
.partner-img img {
  width: 100%;
}

.partners-block {
  max-width: 400px
}
/* .ucionica-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 65px;
  top: 0;
  left: 0;
  background: url('img/bottom_dark.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.ucionica-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 65px;
  bottom:0;
  z-index: 2;
  left: 0;
  background: url('img/bottom_dark.png');
  background-position: center;
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: cover;
} */

.ucionica-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #070301;
  opacity: .6;
  z-index: 1;
}
.ucionica-block {
  max-width: 800px;
}
.contact-section {
  background-color: #E8D3B6;
}
.contact-section .contact-infos a {
  color: #FFFFFF;
}
.contact-form-container {
  background-color: var(--secondary-color);
  padding: 25px;
  border-radius: 20px;
}

.form-control {
  border: 1px solid var(--primary-color);
}
.form-control:focus {
  box-shadow: none;  
  border-color: var(--text-color);
}
.aktivnosti-section {
  background-color: #E8D3B6;
}
.aktivnosti-card {
  background-color: #FFFFFF;
  transition: all .3s;
}
.aktivnosti-text-box {
  padding: 16px;
}
.aktivnosti-text-box h3 {
  font-family: var(--secondary-font);
  font-size: 20px;
  margin-bottom: 12px;
}
.aktivnosti-text-box p{
  font-size: 15px;
}
.show-more-btn {
  font-family: var(--secondary-font);
}
.aktivnosti-card:hover {
  background-color: var(--primary-color);
}
.aktivnosti-card:hover .aktivnosti-text-box {
  color: #FFFFFF;
}
.aktivnosti-text-box p {
  line-height: 1.4;
}
.about-image-boxes .image-1,
.about-image-boxes .image-2 {
  width: 70%;
}
.about-image-boxes img {
  width: 100%;
}
.about-image-boxes .image-2 {
  transform: translateY(-30px);
}
.page-cover {
  min-height: 200px;
  padding: 80px 0 20px 0;
}
.page-cover-title h1 {
  font-family: var(--secondary-font);
}
.gallery-image-box img {
  width: 100%;
  transition: all .3s;
}
.gallery-image-box{
  transition: all .3s;
}
.gallery-image-box:hover{
  scale: 0.95;
}
.map-section{
  height: 350px;
}
.map-section iframe {
  width: 100%;
  height: 100%;
}
.anb-text-box h3 {
  font-family: var(--secondary-font);
  font-size: 20px;
}
.anb-excerpt p {
  line-height: 1.3;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.archive-news-box {
  background-color: #FFFFFF;
  transition: all .3s;
}
.archive-news-box:hover {
  background-color: #FFFFFF;
  box-shadow:  0 1rem 3rem rgba(0, 0, 0, 0.175);
}



.single-text img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.single-text img.aligncenter {
margin: 0 auto;
display: block;
}

.single-text .wp-caption.aligncenter {
margin: 0 auto;
display: block;
max-width: 100%;
}
.wp-caption-text {
text-align: center;
font-size: 12px;
color: #666;
}

.pagination .page-item .page-link {
  color: var(--text-color);
  border-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 15px;
}
.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover {
  background-color: var(--primary-color);
  color: #FFFFFF;
}
.section-text h3 {
  font-family: var(--secondary-font);
  margin-bottom: 16px;
}
.gallery-image-box {
  display: block;
}
.admin-bar .offcanvas,
.admin-bar .navbar {
  top: 46px;
}
.lang-switch a {
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  font-size: 19px;
  text-decoration: none;
}
.lang-switch a:hover {
  color: var(--primary-color);
}

.wpcf7-spinner {
	position: absolute;
}
.grecaptcha-badge {
    visibility: hidden;
}
.aktivnosti-cards-section .news-card-img img,
.aktivnosti-cards-section .news-card-img {
	height: auto;
}
.najava-date-icon {
	width: 14px;
	height: 14px;
}
.najava-date-icon img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	filter: brightness(0) saturate(100%) invert(100%) sepia(96%) saturate(2%) hue-rotate(31deg) brightness(109%) contrast(101%);
}
.najava-box {
	text-decoration: none;
	color: #000000;
}
.najava-box h4 {
	font-family: var(--secondary-font);
	font-weight: 500;
	margin: 0;
	font-size: 18px;
}
.najava-date {
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	background-color: var(--primary-color);
	padding: 10px 6px;
}
.najava-box {
	padding: 8px 0;
	border-bottom: 1px solid #00000040;
	display: block;
	transition: all .3s;
}
.najava-box:hover h4{
	color: var(--primary-color);
}
#wpadminbar {
	position: fixed;
}
.gt-current-lang {
	display: none;
}
.gtranslate_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pattern-bg {
/* 	background-image: url('img/bg.jpg'); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #5B7FA1;
}
.ucionica-sidebar a {
	color: #FFFFFF;
}
.footer-logos img {
	max-height: 100px;
}
.flatpickr-input {
	width: 100%;
}
.ucionica-sidebar .wpcf7-not-valid-tip {
	color: #eeff08;
}
/******** RESPONSIVE SM ***********/
@media (min-width: 576px) {}
/******** RESPONSIVE MD ***********/
@media (min-width: 768px) {
  .news-card-img {
    height: 300px;
  }
  .news-card-text {
    padding: 16px 24px 24px 24px;
  }
  .map-section{
    height: 450px;
  }
  .admin-bar .offcanvas,
  .admin-bar .navbar {
    top: 32px;
  }
}
/******** RESPONSIVE LG ***********/
@media (min-width: 992px) {
  .section-padding {
    padding: 65px 0;
  }
  .news-card-text,
  .news-card-img {
    width: 50%;
    height: 100%;
  }
  .news-card-text {
    background-color: transparent;
  }
  .news-card {
    padding: 40px 0;
    position: relative;
  }
  .news-card::after {
    width: 90%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
/*     background-color: #f2e0c8; */
	  background-color: #FFFFFF;
    transition: all .3s;
  }
  .news-card.flex-lg-row-reverse::after {
    left: 0;
    right: auto;
  }
  .news-card:hover::after {
    background-color: #FFFFFF;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  }
  .section-text {
    font-size: 18px;
  }
  .map-section{
    height: 600px;
  }
	.ucionica-sidebar {
		padding-left: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
		border-left: 1px solid #FFFFFF66;
	} 	
}
/******** RESPONSIVE XL ***********/
@media (min-width: 1200px) {
  .navbar {
    padding: 12px 0;
  }
  .navbar .nav-item {
/*     padding: 0 6px; */
    border-bottom: none;
  }
  .navbar .nav-link {
    font-size: 16px;
  }
  .navbar .nav-link.active,
  .navbar .nav-link:hover {
    color: var(--primary-color);
  }
  .hero-block h1 {
    font-size: 40px;
  }
  .hero-block h4 {
    font-size: 22px;
  }
  .btn {
    padding: 14px 24px;
    font-size: 18px;
    min-width: 150px;
  }
  .btn-sm {
    padding: 14px 24px;
    font-size: 16px;
    min-width: unset;
  }
  .hero-block {
    padding: 150px 0 70px 0;
  }
  .footer-main {
    padding: 70px 0;
  }
  .footer-logo img {
    width: 300px;
  }
  .section-padding {
    padding: 90px 0;
  }
  .news-card-img {
    width: 40%;
  }
  .news-card-text {
    width: 60%;
  }
  .news-card::after {
    width: 90%;
  }
  .section-title h2 {
    font-size: 46px;
  }
  .section-title h4 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .contact-form-container {
    padding: 40px;
  }
  .aktivnosti-text-box {
    padding: 24px;
  }
  .aktivnosti-text-box h3 {
    font-size: 22px;
  }
  .aktivnosti-text-box p {
    font-size: 16px;
  }
  .page-cover {
    min-height: 400px;
    padding: 80px 0 30px 0
  }
  .map-section{
    height: 750px;
  }
  .pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .lang-switch a {
    font-weight: 500;
    font-size: 17px;
  }
   .navbar-brand img {
	   width: 160px;
	}
	.ucionica-sidebar {
		padding-left: 35px;
	} 	
}
/******** RESPONSIVE XXL ***********/
@media (min-width: 1400px) {
	.navbar-brand img {
	   width: 200px;
	}
	.navbar .nav-link {
		font-size: 17px;
	 }
}
/******** RESPONSIVE XXXL ***********/
@media (min-width: 1600px) {}
