/*  GENERAL SETTINGS */

.clear { clear: both;  } 

.boxed-content { max-width: 1300px; margin: 0 auto; }

.post-edit-link { display: none; }

.post, .page {     margin: 0; }



/*  HEADER   */

#masthead {
    position: absolute;
    z-index: 1;
    background: #ffffffcf;
    width: 100%;
	padding: 15px;
	transition: background 0.5s, padding 0.5s;
	box-shadow: 0px 0px 6px 1px gray;
}

.header-inner {  max-width: 1300px; margin: 0 auto ; }

.site-branding {
    width: 30%;
    float: left;
}

.site-navbar {
    width: 60%;
    float: left;
	text-align: right ;
}

.site-social {
    width: 10%;
    float: left;
	text-align: right ;
	margin-top: 20px;
	transition: margin-top 0.3s ;
}

.site-branding img {    
	width: 370px;
    display: block;
    transition: width 0.5s;
}

.wrapfixed #masthead { padding: 5px; }

.wrapfixed .site-branding img {  width: 300px; }

.wrapfixed .site-social { margin-top: 9px; }

#mysticky-nav.wrapfixed .myfixed {  width: 100% !important; }


.site-social a {
    color: #b84244;
    font-size: 30px;
    margin: 0 10px;
	transition: color 0.5s ;
}

.site-social a:hover { color: #dc9e3a; }

/*  NAVIGATION   */

.main-navigation ul {  justify-content: right;  padding-top: 19px;  transition: padding-top 0.5s; }

.wrapfixed  .main-navigation ul {  padding-top: 10px;   }

.main-navigation a {
    padding: 10px 10px;
    font-size: 17px;
    color: #a83638;
    font-weight: bold;
    margin: 0;
    transition: color 0.5s, border-bottom 0.3s;
    font-family: 'Gilda Display';
    letter-spacing: 0.7px;
}

.main-navigation a:hover {
    color: #dc9e3a; 
}

.current-menu-item a {
    color: #dc9e3a; 
}

.main-navigation ul ul { 
    background: white;
    display: block;
    text-align: left;
    padding-top: 0;
    border-top: 1px solid #ebebeb;
}

.main-navigation ul ul a {  font-size: 16px; border-bottom: none !important;   color: #a83638;  }

.main-navigation ul ul .current-menu-item a {     color: #dc9e3a;  }

/*  HEADER SLIDER   */

.header-slider .metaslider .flex-control-nav {  bottom: 10px !important; }

.header-slider .flex-control-paging li a.flex-active {  background: rgb(152 8 11) !important; }

.header-slider .flex-control-paging li a {  background: rgb(255 175 47) !important; }

.header-slider .metaslider .caption-wrap  {
    padding: 30px 40px;
    bottom: 5%;
    left: 10%;
    background: #ffffffd1;
    color: #0ea6e5;
    opacity: 1;
    width: auto;
    border-radius: 10px;
    max-width: 40%;
    border: 2px solid #0ea6e5;
    box-shadow: 0px 0px 15px -2px black;
}

.header-slider .metaslider .flexslider .slides p {
    font-size: 28px;
    line-height: 1.4;
    text-align: center; 
}


/*   HOMEPAGE   */

.home .entry-header {
    max-width: 1300px;
    margin: 0 auto;
	margin-top: 60px;
}

.home .entry-header h1  {
	color: #b84244;
    text-align: center;
    font-weight: 400;
    font-family: 'Gilda Display';
    font-size: 50px;
    margin: 0;
 }


.naslovna-intro {     padding-bottom: 0px; }

.naslovna-intro p {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    max-width: 83%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.naslovna-intro p b {     color: black; }

.more-button {
    display: block;
    background: #dc9e3a;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: white !important;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
	font-weight: 500;
	transition: transform .2s;
}

.more-button:hover { transform: scale(1.05); }

.naslovna-spacer {
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

.naslovna-proizvodi  { padding-top: 40px; }

.naslovna-proizvodi-inner {
    text-align: center;
    margin: 0 5%;
    max-width: 1800px;
	padding-bottom: 150px;
}

.naslovna-proizvod {
    display: inline-block;
    width: 30%;
    margin: 0 1.5%;
    vertical-align: top;
	position: relative;
}

.naslovna-proizvodi h2 {
    color: #b84244;
    text-align: center;
    font-weight: 400;
    font-family: 'Gilda Display';
    font-size: 50px;
    margin-top: 0;
    text-transform: uppercase;
}

.naslovna-proizvodi h2 span {
    display: block;
    font-size: 22px;
    color: #dc9e3a;
    font-weight: bold;
}

.naslovna-proizvod-slika {     box-shadow: 0px 0px 20px -5px black; }


.naslovna-proizvod-slika img  {    display: block; }

.naslovna-proizvod-opis {
    background: #f7f5e7;
    width: 90%;
    display: block;
    padding: 10px;
	padding-top: 20px;
    z-index: 10;
    position: absolute;
    left: 5%;
    bottom: -100px;
	border-bottom: 2px solid #b84244;
}

.naslovna-proizvod-opis h3 {
    color: #b84244;
    font-weight: bold;
    font-family: 'Gilda Display';
    font-size: 20px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
	letter-spacing: 0.5px;
}

.naslovna-proizvod-opis  p {     margin-top: 0; }

.naslovna-proizvod-link {
    z-index: 20;
    position: absolute;
    bottom: -113px;
    background: #b84244;
    color: white !important;
    padding: 8px 0;
    width: 30%;
    left: 35%;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.naslovna-vinogradi {     padding-top: 40px; padding-bottom: 40px; }

.naslovna-vinogradi-inner {
    max-width: 1250px;
    margin: 0 auto;
}


.naslovna-vinogradi h2 {
    color: #b84244;
    text-align: center;
    font-weight: 400;
    font-family: 'Gilda Display';
    font-size: 50px;
    margin-top: 0;
    text-transform: uppercase;
	    margin-bottom: 20px;
}

.naslovna-vinogradi h2 span {
    display: block;
    font-size: 22px;
    color: #dc9e3a;
    font-weight: bold;
}

.naslovna-vinogradi p {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    max-width: 83%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.naslovna-vinogradi-slider {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden; 
    margin-bottom: 30px;
}

.naslovna-vinogradi-slider .metaslider .flexslider {  margin: 0; }

.naslovna-vinogradi-slider .metaslider .flex-control-nav {  bottom: 10px !important; }

.naslovna-vinogradi-slider .flex-control-paging li a.flex-active {  background: rgb(152 8 11) !important; }

.naslovna-vinogradi-slider .flex-control-paging li a {  background: rgb(255 175 47) !important; }

.naslovna-konoba {
    background: url(/istarsko-vino/wp-content/uploads/2025/05/konoba-kusaona-bazon-gracisce-background.jpg) 50% 50%;
    background-size: cover;
    background-attachment: fixed;
	box-shadow: 0px 0px 20px -5px black;
}


.naslovna-konoba-overlay {     background: #0000004f; }

.naslovna-konoba-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 180px 0;
}

.naslovna-konoba-content {
    background: #f7f5e7d9;
    padding: 40px 50px;
    max-width: 800px;
	box-shadow: 0px 0px 20px -5px black;
}

.naslovna-konoba-content h2 {
    color: #b84244;
    text-align: left;
    font-weight: 400;
    font-family: 'Gilda Display';
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 10px;
	line-height: 1.2;
}

.naslovna-konoba-content h2 span {
    display: block;
    font-size: 22px;
    color: #dc9e3a;
    font-weight: bold;
	text-transform: uppercase;
}

.naslovna-konoba-content p {
    margin-bottom: 20px;
    color: #292929;
    font-size: 18px;
}

.naslovna-konoba-content .more-button {
    margin: 0;
    max-width: 260px;
}

.section-title-novosti h2 span { padding-top: 60px ; }


.section-title h2 {
    color: #b84244;
    text-align: center;
    font-weight: 400;
    font-family: 'Gilda Display';
    font-size: 50px;
    margin-top: 0;
    text-transform: uppercase;
	    margin-bottom: 20px;
}

.section-title h2 span {
    display: block;
    font-size: 22px;
    color: #dc9e3a;
    font-weight: bold;
}


.naslovna-objave ul {
    max-width: 1300px;
    margin: 0 auto;
}

.naslovna-objave ul li {
    display: inline-block;
    width: 30%;
    margin: 0 1.5%;
    vertical-align: top;
	transition: transform .2s;
}

.naslovna-objave ul li:hover { transform: scale(1.05); }


.naslovna-objave .wp-block-columns { display: block !important; }

.naslovna-objave .wp-block-post-featured-image {  margin: 0; }

.naslovna-objave .wp-block-post-title  { margin: 0;     padding: 10px; padding-bottom: 3px; }

.naslovna-objave .wp-block-post-title a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #a62e30;
    font-size: 18px;
    transition: color 0.3s;
    font-family: 'Gilda Display';
    font-weight: bold;
}

.naslovna-objave ul li:hover  .wp-block-post-title a { color: #dc9e3a; }

.naslovna-objave .wp-block-post-excerpt__excerpt { 
    padding: 10px;
    padding-top: 0;
    font-size: 15px;
    font-weight: 300;
}

.naslovna-novosti .wp-block-post-excerpt__excerpt {  color:black; }

.naslovna-novosti { 
    padding-top: 0;
	padding-bottom: 0px;
}

.home-archive-button-novosti {
    padding-top: 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

/*   STRANICE  */

body:not(.home) .entry-header {     background: url(/istarsko-vino/wp-content/uploads/2025/05/static-background-arhiva-res1.jpg) 50% 0%; background-size: cover; 
border-bottom: 1px solid #c9c9c9; }

body:not(.home) .entry-header h1 {
    color: #b84244;
    text-align: center;
    font-weight: 400;
    font-family: 'Gilda Display';
    font-size: 60px;
    margin: 0;
    background: #fffdf9d4;
	padding: 210px 0 100px 0;
	text-transform: uppercase;
}

body:not(.home) .entry-header h1  span {
    display: block;
    font-size: 28px;
    color: #dc9e3a;
    font-weight: bold;
}

body:not(.home) .entry-content { 
    margin: 50px auto;
    font-size: 18px;
    font-weight: 300;
}

.page-content-centered {
    text-align: center;
}

body:not(.home) .entry-content a {
    color: #17a4da;
    text-decoration: none;
}

body:not(.home) .entry-content a:hover { color: #0a3f54; }

body:not(.home) .entry-content h2 {   
	color: #b84244;
    font-size: 28px;
    font-weight: 500;
    text-transform: none;
	font-family: 'Gilda Display';
    font-weight: normal;
}

body:not(.home) .entry-content h3 {     color: #17a4da;     font-size: 20px;  font-weight: 500; }

body:not(.home) .entry-content b, body:not(.home) .entry-content strong {
    font-weight: 500;
    color: black;
}

body:not(.home) .entry-content figcaption {
    text-align: center;
    font-size: 14px;
}

#team-photos-inner {     text-align: center; }

.team-photo  {     
	display: inline-block;
    width: 22.5%;
    vertical-align: top;
    margin: 1%;
}

.team-photo img {
    display: block;
    border-radius: 20px;
    border: 3px solid #dfa649;
    box-shadow: 0px 0px 15px -4px black;
}

.team-photo h3 {
    color: #b84244 !important;
    margin-bottom: 0;
	font-weight: 400 !important;
}

.team-photo p {
    font-size: 16px;
    color: black;
    font-weight: 400;
    margin-top: 5px;
}

.family-photo {
	max-width: 80%;
    display: block;
    border-radius: 20px;
    border: 3px solid #dfa649;
    box-shadow: 0px 0px 15px -4px black;
	margin: 0 auto;
}


.family-photo-caption {
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
}

/* OBJAVE - SINGLE POST  */

.single-post .entry-content {  max-width: 1300px; }



.single-post .entry-meta {
    text-align: center;
    background: #fffdf9d4;
    padding-bottom: 80px;
}

.single-post .entry-header { margin-bottom: 50px;; }

.single-post .entry-header h1 { padding: 200px 20% 10px 20%  !important; }

.single-post .post-thumbnail {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid gray;
    padding: 5px;
}

.single-post .post-thumbnail img { display: block; }

.single-post  .post-navigation {
    margin: 0 0 1.5em;
    max-width: 1300px;
    margin: 50px auto;
}

.single-post  .post-navigation a {
    color: #b84244;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
}

.single-post  .post-navigation a:hover {   color: #dc9e3a; }

.single-post  .nav-subtitle {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: black;
    font-weight: 500;
}



/*   ARHIVA   */

.archive .page-header {     background: url(/istarsko-vino/wp-content/uploads/2025/05/static-background-arhiva-res1.jpg) 50% 0%; background-size: cover; 
border-bottom: 1px solid #a7a7a7; }


.archive .page-header h1 {
    color: #b84244;
    text-align: center;
    font-weight: 400;
    font-family: 'Gilda Display';
    font-size: 60px;
    margin: 0;
    text-transform: uppercase;
    padding: 210px 5% 100px 5%;
    background: #fffdf9d4;
}

.archive .page-header h1 span {
    display: block;
    font-size: 28px;
    color: #dc9e3a;
    font-weight: bold;
}

#archive-post-loop {
    max-width: 1300px;
   
    margin: 50px auto;
}

#archive-post-loop article {
    width: 27%;
    margin: 0 3%;
    display: inline-block;
    vertical-align: top;
	margin-bottom: 50px;
	transition: transform .2s;
}


#archive-post-loop article:hover { transform: scale(1.05); }

#archive-post-loop .entry-header h2 {     margin: 10px; }

#archive-post-loop .entry-header h2 a  {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #a62e30;
    font-size: 18px;
    transition: color 0.3s;
    font-family: 'Gilda Display';
    font-weight: bold;
    line-height: 1.3;
}

#archive-post-loop article:hover .entry-header h2 a {   color: #ce9232; }

#archive-post-loop .entry-meta {
    text-align: center;
    color: black;
    font-size: 14px;
}

.archive article .entry-header {
    background: none;
    background-size: cover;
    border-bottom: none;
}

 
.archive article .entry-content {
    max-width: 1300px;
    margin: 10px auto;
	padding: 0 10px;
    font-size: 15px;
	margin-bottom: 5px;
}



/* WOO CATEGORY */

.woocommerce .entry-content {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 50px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px;
    text-align: center;
}

.woocommerce-page ul.products li.product { text-align: center; }

.woocommerce ul.products li.product .button {
    font-size: 14px;
    background-color: #dc9e3a;
    color: white ;
    text-transform: uppercase;
    margin-top: 0 ;	
	font-weight: 500;
	transition: transform .2s;
}

.woocommerce ul.products li.product .button:hover { transform: scale(1.05); }

.woocommerce ul.products li.product a img {
    box-shadow: 2px 2px 20px -7px #888888;
    border-radius: 10px;
    border: 1px solid #c7c7c7;
	transition: transform .2s;
}

.woocommerce ul.products li.product a img:hover { transform: scale(1.05); }


/*   WOO SINGLE PRODUCT  */

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    width: 40%;
}

.flex-viewport {  margin: 5px; }

.woocommerce div.product div.images .flex-control-thumbs li { padding: 5px; }

.woocommerce-product-details__short-description h2 {
    color: #dc9e3a !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
	 line-height: 1.2;
}

.woocommerce-product-details__short-description h2 span {
    color: #b84244 !important;
    font-size: 45px !important;
    font-weight: normal !important;
    text-transform: none !important;
    display: block;
}

.product_meta a { color: #b84244 !important; }
.product_meta a:hover { color: #dc9e3a !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs { margin: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #f7f5e7;
    color: #2d2d2d;
    border-bottom-color: #f7f5e7;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {  font-weight: 500; }

.woocommerce div.product .woocommerce-tabs .panel { 
    padding: 10px 30px;
    border: 1px solid #cfc8d8;
    border-top: 0;
	background: #f7f5e7;
}

.woocommerce .related {     margin-top: 70px; }

.post-navigation {     max-width: 1300px;      margin: 0 auto !important; }

.post-navigation a {
	display: inline-block;
    color: #b84244;
    text-decoration: none;
    border: 2px solid #b84244;
	border-radius: 10px;
    padding: 10px 20px;
    background: #f7f5e7;
	font-size: 22px;
	font-family: 'Gilda Display';
	transition: transform .2s;
}

.post-navigation a:hover { transform: scale(1.05); }

.post-navigation .nav-subtitle {
    display: block;
    color: black;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
	font-family: initial;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


/* KONTAKT */ 

.kontakt-lijevo, .kontakt-desno {
    width: 40%;
    margin: 0 4.5%;
    display: inline-block;
    vertical-align: top;
}

#contact-form-wrpper input[type="text"], #contact-form-wrpper input[type="email"], #contact-form-wrpper textarea {
    border-radius: 0px;
    padding: 5px 10px;
    background: #f7f5e7;
    width: 100%;
}

input[type="submit"] {
    border: none;
    line-height: 1;
    background: #b84244;
    max-width: 200px;
    text-align: center;
    text-decoration: none;
    color: white !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
	font-weight: 500;
    transition: transform .2s;
}

input[type="submit"]:hover {  transform: scale(1.05); }

.kontakt-lijevo p {    
	font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.kontakt-lijevo h2 { margin-bottom: 0; }

.kontakt-desno h3 {
    color: #b84244 !important;
    font-size: 28px !important;
    text-transform: none;
    font-family: 'Gilda Display';
    margin-bottom: 0;
}

#contact-form-wrpper .wpcf7-list-item { margin: 0; }

.kontakt-desno ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.8;
}

.kontakt-desno ul i { color: #b84244; }

#kontakt-social i {
    font-size: 30px;
    margin-top: 10px;
    margin-right: 20px;
}

.kontakt-dolje {    margin: 0 4.5%;     margin-top: 50px; }



/* FOOTER  */

#footer-top-left {
    width: 20%;
    float: left;
    vertical-align: top;
    height: 4.7vw;
    background: #bf9f62;
    margin-top: 7.3%;
}

#footer-top-center {
    background: url(/istarsko-vino/wp-content/uploads/2025/05/footer.png);
    background-size: cover;
    height: 12vw;
    width: 60%;
    float: left;
    vertical-align: top;
}

#footer-top-right  {
    display: inline-block;
    width: 20%;
    float: left;
    height: 4.7vw;
    background: #bf9f62;
    margin-top: 7.3%;
}


#footer-middle { 
    background: #bf9f62;
	margin-top: -5px;
    padding-top: 5px;
}

#footer-middle-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 30px;
	padding-bottom: 10px;
}


.footer-middle-col {
    display: inline-block;
    width: 30%;
    margin: 1%;
    vertical-align: top;
}

.footer-middle-col1 h2 {
    text-align: center;
    color: #232323;
    margin: 0;
    font-size: 18px;
	font-weight: 500;
}

.footer-middle-col ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #232323;
}

.footer-middle-col h3 {
    text-align: center;
    color: #a83638;
    font-family: 'Gilda Display';
    font-size: 20px;
}

.footer-middle-col a {
    color: #232323;
    text-decoration: none;
}

.footer-middle-col a:hover {     color: #ede9cd; }

#footer-bottom {     background: #a08247; }

#footer-bottom-inner {
    max-width: 1300px;
    padding: 15px;
	text-align: center;
	margin: 0 auto;
}

#footer-bottom-inner p {
    margin: 0;
    color: #23232b;
}

#footer-bottom-inner a {
    color: #232323;
    text-decoration: none;
}

#footer-bottom-inner a:hover {     color: #ede9cd; }


