@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600&display=swap');
*, *::after, *::before {margin:0;padding: 0;box-sizing: inherit;}

html{font-size:62.5%;}
body {
  font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #282828;
    box-sizing: border-box;
    font-size:1.6rem;
}
.min-container {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 1rem;
}
.container {
    width: 100%;
    max-width: 160rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 1rem;
}
.container-big {
  width: 100%;
  max-width: 205rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 1rem;
}
nav ul li a {
  color: #3d3974;
  font-weight: 600;
}
nav ul li a:hover {
  color: #e5004c;
  font-weight: 600;
}
.min-container::after {content: "";display: table;clear: both;}
.container::after {content: "";display: table;clear: both;}
.container-big::after {content: "";display: table;clear: both;}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition:all 0.6s ease;
  -moz-transition:all 0.6s ease;
  transition:all 0.6s ease;
}
h1, h2, h3, h4, h5, h6{color:#e5004c;}
img{max-width: 100%; border:0;}
strong{font-weight: 700; color: #e5004c;}

/*----------BREADCRUMBS---------*/
.bread-crumbs ul{list-style:none;float:left;padding-left: 0;}
.bread-crumbs ul li{float:left;font-size: 1.4rem;}
.bread-crumbs ul li a{color:#363636;}
.bread-crumbs ul li a:hover{color:#000;}
.bread-crumbs ul li:after{content:"|";padding-left: 1rem;padding-right: 1rem;}
.bread-crumbs ul li:last-child:after{content:"";padding-left: 0;padding-right: 0;}
/*---------------END BREADCRUMBS----------*/
/*--------------START HEADER-------------*/
header {
  position: relative;
  }
.navigation {
  position: absolute;
  top: 10rem;
  width: 100%;
}
.navigation .container {
display: flex;
}
.home-slider-inner {
  height: 90rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo-header {
 font-size: 0;
 }
.logo-header img{
  height: 9rem;
  width: auto;
  border-radius: 1rem;
}
nav ul {
  display: flex;
  list-style-type: none;
  justify-items: center;
  align-items: center;
  padding: 0 8rem;
}
nav {
  margin-left: 6rem;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 1rem;
  width: 90%;
}
nav ul li {
  margin-right: 5rem;
}
nav ul li:last-of-type {
  margin-right: 0;
}
/*--------------END HEADER-------------*/
/*---------------START HOME----------*/
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.slick-dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  display: flex;
  list-style-type: none;
}
.slick-dots button {
  font-size: 0;
  background-color: #fff;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: none;
}
.slick-dots li {
  margin-right: 1rem;
}
.slick-dots button:hover {
  cursor: pointer;
  background-color: #e5004c;
}
.slick-dots li:last-of-type {
  margin-right: 0;
}
.line-container {
  display: flex;
  align-items: center;
  height: 12rem;
  position: relative;
  margin: 5rem 0;
}
.line-element {
  height: 0.5rem;
  width: 100%;
  background-color: #e1423c;
}
.line-element img {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  padding-left: 3rem;
}
.underline-title {
  color: #3d3974;
  font-size: 3.5rem;
  position: relative;
}
.underline-title:after {
  content: "";
  display: block;
  height: 0.5rem;
  width: 5.5rem;
  background-color: #e1423c;
  position: absolute;
  left: 0;
  bottom: -1.5rem;
}
.articles-top {
  display: flex;
  justify-content: space-between;
}
.articles-top a {
 width: 49%;
 position: relative;
 overflow: hidden;
}
.articles-top h3 {
  color: #fff;
  margin-bottom: 1rem;
}
.articles-bottom h3 {
  color: #fff;
}
.articles-top {
  margin-bottom: 3rem;
}
.articles-top article {
  height: 40rem;
  border-radius: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.articles-bottom {
  display: flex;
 flex-flow: wrap;
}
.articles-bottom a {
  width: 31.33%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.articles-bottom a:nth-of-type(4n+4) {
  margin-right: 0;
}
.articles-bottom  article {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.articles-bottom a { 
  width: 23.5%;
  position: relative;
  overflow: hidden;
}
.articles-bottom article {
  height: 30rem;
  border-radius: 1rem;
}
.events-homepage-conainer h2, .articles-homepage-container h2 {
  margin-bottom: 5rem;
}
.link-button-container {
  text-align: center;
}
.homepage-articles p {
  color: #fff;
}
.link-button-container {
  margin: 5rem 0;
}
.link-button {
  font-size: 2.5rem;
  background-color: #3d3974;
  color: #fff;
  text-align: center;
  padding: 2rem 3rem;
}
.link-button:hover {
  background-color: #e5004c;
}
.events-articles {
  display: flex;
  flex-flow: wrap;
}
.events-home-box {
  width: 32.66%;
  margin-right: 1%;
  margin-bottom: 1%;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
padding: 3% 5%;
}
.events-home-box:nth-of-type(3n+3) { 
  margin-right: 0!important;
}
.events-home-box span {
  color: #3d3974;
  font-size: 2rem;
  font-weight: 600;
}
.events-home-box h4 {
  font-weight: 300;
  color: #333;
}
.link-overlay {
  background: rgba(61,57,116,.9);
  text-align: center;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: left;
  height: auto;
  padding: 3%;
}
.articles-top a:hover .link-overlay {
  bottom: 0;
}
.articles-bottom a:hover .link-overlay {
  bottom: 0;
}
.link-overlay {
  text-align: left;
}
.events-home-box:hover span {
  color: #e5004c;
}
.homepage-content .container {
  padding-top: 8rem;
  display: flex;
  justify-content: space-between;
}
.homepage-content .container a {
  position: relative;
  width: 49%;
  height: 40rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homepage-content .container a:hover h2 {
  background-color: #eeeeee;
  background: rgba(61,57,116);
  color: #eeeeee;
} 
.homepage-content .container h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 3rem;
  color: #eeeeee;
  font-size: 3.2rem;
  width: 100%;
  text-transform: uppercase;
  background: rgba(61,57,116, 0.7);
}
/*---------------END HOME----------*/
/*---------------START VIDEO----------*/
.video-section {
  display: flex;
  flex-flow: wrap;
}
.video-box {
  width: 49%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.video-box:nth-of-type(2n+2) {
  margin-bottom: 0;
}
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-video-box-container {
  width: 50%!important;
  margin: 0 auto;
}
.slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: -1rem;
  z-index: 2;
  cursor: pointer;
}
.slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: -1rem;
  z-index: 2;
  cursor: pointer;
}
.slick-next:before {
  background-image: url('/wp-content/themes/VDTheme/images//arrow-right.png');
  background-size: 20px 25px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px; 
  height: 50px;
  content:"";
  background-color: #e5004c;  
}
.slick-prev:after {
  background-image: url('/wp-content/themes/VDTheme/images//arrow-left.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 25px;
  display: inline-block;
  width: 50px; 
  height: 50px;
  content:"";
  background-color: #e5004c;
}
.home-video-box-container button {
 font-size: 0;
 border: none;
}
/*---------------END VIDEO----------*/
/*---------------START O MENI----------*/
.single-page {
  display: flex;
  min-height: 60rem;
}
.about-text {
  width: 50%;
  padding: 5% 0;
}
.about-text-inner  h3 {
  color: #3d3974;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.about-text-inner {
  background-color: #fff;
  padding: 5%;
  margin-right: -10%;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
}
.about-image {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*---------------END O MENI----------*/
/*---------------START OTHER PAGES----------*/
.page-content {
  padding-top: 8rem;
}
.home-slider-pages .home-slider-inner {
 height: 30rem;
}
.page-content .underline-title {
  margin-bottom: 5rem;
}
.home-slider-pages {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
}
.single-header {
  display: flex;
}
.single-header img {
 width: 50%!important;
 height: auto!important;
}
.content-post {
  max-width: 50%;
  padding-left: 5%;
  display: flex;
  align-items: center;
}
.content-single {
  padding-top: 5rem;
}
/*---------------END OTHER PAGES----------*/
/*---------------START FOOTER----------*/
footer .container {
  margin-top: 8rem;
  border-top: 0.5rem solid #eeeeee;
  padding: 7rem 1rem;
  display: flex;
}
.footer-right {
  display: flex;
  margin-left: auto;
}
.footer-left-left { 
  margin-right: 5rem;
}
.footer-left-left  h5 {
  font-size: 3rem;
  color: #3d3974;
  padding-left: 2rem;
  border-left: 0.5rem solid #e5004c;
}
.footer-left-left p {
 padding-left: 2.5rem;
 margin-top: 1rem;
}
.footer-left-right ul {
  list-style-type: none;
}
.footer-left-right ul li a {
  color: #3d3974;

}
.footer-left-right ul:first-of-type {
  margin-right: 4rem;
}
.footer-left {
  display: flex;
}
.footer-left-right {
  display: flex;
}
.footer-right a img {
  width: 6rem;
  height: auto;
}
.footer-right a {
  margin-right: 2rem;
}
.footer-right a:last-of-type {
  margin-right: 0;
}
/*---------------END FOOTER----------*/
/*---------------START RESPONSIVE----------*/
@media screen and (max-width: 1010px) {
  .single-header {
    flex-direction: column;
  }
  .underline-title { 
    font-weight: 2.7rem;
  }
  .single-header img {
    order:2;
  }
  .content-post {
    max-width: 100%;
    padding-left: 0;
  }
  .single-page {
    flex-direction: column;
}
.about-image { 
  height: 60rem;
  width: 100%;
}
 .about-text {
   order: 2;
   width: 100%;
 }
 .about-text-inner { 
  margin-right: 0;
 }
 .home-slider-pages .home-slider-inner {
    height: 13rem;
}
  .logo-header img {
    height: 7rem; 
  }
  .logo-header {
    order: 2;
}
  .container {
    padding: 0 1rem;
  }
  nav ul li {
    margin-right: 0;
}
  nav {
    margin-left: 0;
  }
  .navigation {
    top: 3rem; 
  }
  #nav-icon {
    width: 60px;
    height: 45px;
    position: relative;
    z-index: 1001;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg) scale(0.4);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top: 10px;
    margin-left: auto;
  }
  
  #nav-icon span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #292929;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  #nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
    background: white;
  }
  
  #nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
    background: white;
  }
  
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
    background: white;
  }
  
  .overlay {
    width: 100%;
    height: 100%;
    background: #3d3974;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 1000;
    visibility: hidden;
    display: flex;
    align-items: center;
  }
  
  .overlay.open {
    opacity: 1;
    visibility: visible;
  }
  
  .overlay a {
    color: white;
    font-size: 27px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 0; 
    opacity: 0;
    transition: transform 0.2s ease;
    overflow: hidden;
    overflow-y:auto;
    text-transform: uppercase;
  }
  .home-slider-inner {
    height: 40rem; 
  }
  .overlay p {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    bottom: 20px;
    margin-left: 135px;
    opacity: 0;
  }
  
  .overlay p.open {
    opacity: 1;
    animation: 1.70s fadeInCopyright ease;
  }
  
  @keyframes fadeInCopyright {
    0%{
      opacity: 0;
    }
    80%{
      opacity: 0;
      transform: translateY(-10px);
    }
    100%{
      opacity: 1;
    }
  }
  
  .overlay a:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: white;
    left: 0;
  }
  
  .overlay a:hover:after {
    width: 100%;
    left: 0;
  }
  
  .overlay a.open:hover {
    transform: translateY(2px);
  }
  
  .overlay a.open:nth-child(1) {
    opacity: 1;
    animation: 1s fadeInLinks1 ease;
  }
  
  @keyframes fadeInLinks1 {
    0%{
      opacity: 0;
    }
    50%{
      opacity: 0;
      transform: translateY(-10px);
    }
    100%{
      opacity: 1;
    }
  }
  
  .overlay a.open:nth-child(2) {
    opacity: 1;
    animation: 1.25s fadeInLinks2 ease;
  }
  
  @keyframes fadeInLinks2 {
    0%{
      opacity: 0;
    }
    60%{
      opacity: 0;
      transform: translateY(-10px);
    }
    100%{
      opacity: 1;
    }
  }
  
  .overlay a.open:nth-child(3) {
    opacity: 1;
    animation: 1.5s fadeInLinks3 ease;
  } 
    
  @keyframes fadeInLinks3 {
    0%{
      opacity: 0;
    }
    70%{
      opacity: 0;
      transform: translateY(-10px);
    }
    100%{
      opacity: 1;
    }
  } 
  .overlayContent {
    display: flex;
    flex-direction: column;
    height: 100%;
  overflow-y: auto;
  width: 100%;
  padding-top: 9rem;
  }
  .line-container {
    height: 4rem;
  }
  .line-container {
    height: 5rem;
  }
  .articles-bottom a {
    width: 49%; 
  }
  .articles-bottom a:nth-of-type(4n+4) {
    margin-right: 1%; 
  }
  .articles-bottom a:nth-of-type(2n+2) {
    margin-right: 0; 
  }
  .home-video-box-container {
   width: 100%!important;
  }
  footer .container { 
    flex-direction: column;
  }
  .footer-right {
    margin-left: 0;
    margin-top: 2rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 750px) { 
  .underline-title { 
    font-size: 2.4rem;
  }
  .events-home-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .articles-top {
    flex-direction: column;
    justify-content: unset;
  }
  .articles-top a {
    width: 100%;
  }
  .articles-top a:last-of-type {
   margin-top: 3rem;
  }
  .articles-top a .link-overlay {
    bottom: 0;
  }
  .articles-bottom a .link-overlay {
    bottom: 0;
 }
}
@media screen and (max-width: 650px) { 
 .footer-left {
   flex-direction: column;
 }
 .footer-left-right { 
  padding-left: 3rem;
  margin-top: 1.8rem;
 }
 .video-box {
  width: 100%;
  margin-right: 0;
}
.page-content {
  padding-top: 4rem;
}
.underline-title { 
  font-size: 2.2rem;
}
}
@media screen and (max-width: 550px) { 
  .articles-bottom a {
    width: 100%; 
    margin-right: 0;
  }
  .link-button {
    display: block;
  }
}

.paginationcenter {
  margin-top: 50px;
  text-align: center;
}

.pagination li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
}
.search-page p {
  color: #3d3974;
  font-weight: 600;
  color: #e5004c;
}
.search-page h3 {
  color: #3d3974;
  font-size: 1.6rem;
}
.search-page a:nth-of-type(4n+4) {
  margin-bottom: 2%!important;
  margin-right: 2%!important;
}
.homepage-articles.flex-article {
  display: flex;
}
.homepage-articles.flex-article .articles-bottom {
  width: 50%;
}
.search-page h1 {
  margin-bottom: 4rem;
}
#search-form img {
  height: 2rem;
  width: auto;
  vertical-align: middle;
}
#search-form button {
  background-color: transparent;
  border: none;
}
#search-form button:hover {
  cursor: pointer;
}
#search-form input {
  padding: 0.2rem; 
}
.post-date {
  color: #e1423c;
  font-weight: 600;
}
.post-date-dog {
  color: #e1423c;
  font-weight: 600;
  padding-left: 5%;
}
.cc_banner-wrapper  {
  display: none;
}
.none {
  display: none;
  }
  .copyright {
   text-align: center;
   padding-bottom: 1rem;
   padding-top: 0.5rem;
  }
  .v.text-r img {
  height:10px;
  width: auto;
  }
