/*
Theme Name: Araminta
Author: Kerri Dawe
Author URI: www.kerridawe.com
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body{
  font-family: "Rubik", sans-serif;
  background: #ceefe8 url("images/tree.png") center 500px no-repeat;
  font-size: 1.3rem;
}
body.page-id-26{background-color:#195b6f; color:#ceefe8; background-blend-mode: multiply;}
body.page-id-26 .wp-block-group{color: #124144;}

h1, h2, h3, h4, h5, h6{
}

hr{margin:30px 0;}

a{color: #3F6A66;}


/* NAV */
.nav-container{height: 75px;}
.nav-main{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  transition: all 0.3s Ease;
  background-color: #fff;
}
.nav-container .social{display: none;}
.nav-toggle, .nav-close{display: none;}


.logo{
  padding: 10px 0 10px 10px;
}
.nav-main ul{
  display:flex;
  height: 100%;
  align-items: center;
  margin: auto 10px auto auto;
  
}
.nav-main ul li{
  display:flex;
  position: relative;
  height: 100%;
  align-items: center;
}
.nav-main ul li a{
  display:flex;
  height: 100%;
  align-items: center;
  color:#404040;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 20px;
  transition: all 0.3s Ease;
}
.nav-main ul li a:hover, .nav-main ul li.current-menu-item a, body.single-post .nav-main ul li.menu-item-39 a{
  background: #65aaa4;
  color: #fff;
}

.nav-main ul li.wpml-ls-item a{
  background: #ccc;
  color: #fff;
  border-radius: 9999px;
  font-weight: 400;
  padding: 10px;
  margin-left: 10px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.nav-main ul li.wpml-ls-current-language a{
  background: #f47522;
}


#banner{
  margin-top: 75px;
  font-size: 24px;
  font-weight: 300;
  overflow-x: hidden;
}
.admin-bar #banner{margin-top: 43px;}
#banner .intro{  
  margin: 160px 60px 160px 0;
}
#banner h1{
  font-size: 6rem;
  font-weight: 400;
  color: #124144;
  padding: 60px 0;
}
#banner .btn{margin: 20px 30px 30px 0;}
.home #banner h1{
  padding: 0;
  text-transform: none;
  line-height: 1;
}
.home #banner .banner{
  position: relative;
  background: #fde659;  
  width: calc(100% + (100vw - 100%) / 2);
  max-width: revert;
}
.home #banner .banner-cta a{
  position: absolute;
  top: calc(50% - 200px);
  left: -200px;
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  width: 400px;
  height: 400px;
  background: #f47522;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 600;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  text-decoration: none; 
  text-transform: uppercase;
  transition: transform 0.3s ease;
}
.home #banner .banner-cta a:hover{  
  transform: scale(1.1);
}


/* HOME PAGE SECTIONS */
#history .content-box{
  text-align: center;
}

#cta h1{
  text-align: center;
  margin: 40px 60px 80px 60px;
}

/* HOME PAGE VIDEO CAROUSEL */
#hero-slider{padding-bottom: 80px;}
#hero-slider .carousel{
  width: 100%;
  height: 600px;
  padding: 0;
  background: #ceefe8
}
#hero-slider .carousel-cell{
  width:  100%;
  height: 100%;
  position: relative;
}
#hero-slider .carousel-cell iframe{
  height: 100%;
}

#hero-slider .internal-article{
  background: url("images/bg-black.png") 0 0 repeat;
}
#hero-slider h2{
  color: #fff;
  font-size: 60px;
}
#hero-slider p{color: #fff;}

/* TESTIMONIAL CAROUSEL */
#testimonial{margin: 60px 0 0 0;}
#testimonial .carousel{
  width:  80%;
  margin: 0 auto;
}
#testimonial .carousel-cell{
  width:  100%;
  position: relative;
  z-index: 5000;
}
#testimonial .carousel-cell .carousel-content{
  background: #124144;
  color: #fff;
  padding: 40px 20px;
  font-weight: 300;
}
#testimonial .carousel-cell .carousel-content p{font-size: 1.2rem; }

blockquote {
  background: #65aaa4;
  color: #fff;
  padding: 20px 20px 20px 50px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
  min-height: 120px;
  text-align: left;
}
blockquote p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  padding-right: 100px;
}
blockquote cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: -5px;
  left: 10px;
  font-size: 5em;
  color: #add8d4;
  font-weight: normal;
}
blockquote:after {
  content: "”";
  position: absolute;
  bottom: -100px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: #add8d4;
  font-weight: normal;
}


/* MAIN CONTENT */
#main #banner{
  padding: 100px 0;
  position: relative;
  background-color: #ceefe8;
  background-image: url(images/tree.png);
  background-position: right center;
  background-size: 60%;
  background-repeat: no-repeat;
  text-shadow: 0 0 3px rgba(0,0,0,0.5);
}
#main #banner .background-overlay{
  background-color: #000;
  opacity: .3;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
#main #banner .container{
  position: relative;
  z-index: 500;
}
#main #banner h1{
  text-align: left;
  color: #fff;
  padding: 0;
  font-size: 4em;
  line-height: 0.9;
}
#main #banner p{
  color: #fff;
  font-size: 1em;
}

.page-title{font-size: 3.4em; margin: 40px 0 30px 0;}
.page-template-template-news .page-title, .page-id-28 .page-title, .archive .page-title{margin: 140px 0 30px 0;}

.content{
  padding: 100px 0;
}
.page-template-template-news .content, .page-id-28 .content{padding-top: 0;}

.content-box, .timeline {
  background: #fff;
  box-shadow: 10px 10px 0 #65aaa4;
  margin: 60px 0;
  padding: 80px 60px;
}

.wp-block-group {
  background: #fff;
  box-shadow: 10px 10px 0 #65aaa4;
  margin: 40px 0;
  padding: 60px 60px 50px 60px;;
}
.wp-block-button__link{
  background-color: #65aaa4 !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  border: 0;
  font-weight: 300;
  margin-bottom: 20px;
}
.wp-block-button__link:hover{background: #488580;}


/* ABOUT */
body.page-id-18{background-position: center 700px;}

.timeline{
  width: 80%;
  margin: 40px auto 0 auto;
  padding-top: 60px;
}
.timeline .timeline__content{
  background: url("images/bg-leaf-right.jpg") center left no-repeat !important;  
  background-size: 50% !important;
}
.timeline .timeline__item--left .timeline__content{
  background: url("images/bg-leaf-left.jpg") center right no-repeat !important; 
  background-size: 50% !important;
  
}
.timeline .timeline__content label{font-size: 2rem !important;}
.timeline .timeline__content p{font-size: 1rem !important;}

/* TEAM */
#team .carousel-cell{
  background: #fff;
  border-radius: 5px;
  width: 25%;
  min-height: 100%;
  margin: 10px;
  color: #042325;
}
#team .carousel-cell img{width: 100%; height: auto;}
#team .carousel-cell .team-content{padding: 20px;}

.single-team .content-box{margin-top: 0;}


/* NEWS */
.listing{font-size: 1rem;}
.listing .article{margin-bottom: 40px;}
.listing .feature-img{
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.listing .content{padding: 40px;}
.meta{color: #666; font-size: 0.9rem; padding: 10px 0;}
.spacer{padding: 0 10px;}

.listing.related{margin: 40px 0;}


.sidebar-item{
  background: #124144;
  color: #fff;
  margin-bottom: 40px;
  width: 100%;
}
.sidebar-item a{
  color: #ceefe8; 
  text-decoration: none; 
  padding: 5px 10px; 
}
.sidebar-item ul{padding: 0;margin: 20px 0 0 0; list-style: none; display: inline}
.sidebar-item strong{padding: 20px 30px;}
.sidebar-item ul li{
  display: inline-block;
  font-size: 1rem;
  border-left: 1px solid #000; 
}
.sidebar-item ul li a{
  display: inline-block;
  padding: 20px;
  transition: transform 0.3s ease;
}

.sidebar-item ul li a:hover{
  transform: scale(1.1)
}
.page-id-28 .sidebar-item{font-size: 1rem; padding: 40px;}
.page-id-28 .sidebar-item i{margin-right: 10px;}
.page-id-28 .sidebar-item .social{font-size: 2rem;}


/* FLICKITY NAV */
.flickity-prev-next-button.next, .flickity-prev-next-button.previous{
  color: #fff;
  background: #15565a;
  border-radius: 0;
  width: 45px;
  height: 75px;
}
.flickity-prev-next-button.next{right: 0;}
.flickity-prev-next-button.previous{left: 0;}
.flickity-button:active {
  opacity: 1;
  background: #3e81b9;
}

.flickity-page-dots{
  position: relative;
  bottom: -30px; 
}
.flickity-page-dots .dot{
  width: 16px;
  height: 16px;
  background: #fff; 
  border: 3px solid #65aaa4;
}

/* SOLUTIONS */
.filter-layout3{
  background: #124144;
  padding: 20px 20px 15px 20px;
  margin-bottom: 30px;
}
.filter-layout3 .filter-entry{margin-bottom: 0 !important;}

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive{background: #124144 !important;}
.ymc-post-layout1 .read-more .btn{
  text-transform: none;
  font-weight: 400 !important;
  background: #65aaa4 !important;
}
.ymc-post-layout1 .read-more .btn:hover{background: #488580;}
.ymc-post-layout1 .category .cat-inner{background: #65aaa4 !important;}

.ymc-post-layout1{
  padding: 0 0 20px 0!important;
  border: 0 !important;
}
.ymc-post-layout1 .media img{
  object-fit: none !important;
  width: 100% !important;
  height: auto !important;
  transform: scale(1.1);
}
.ymc-post-layout1 .category, .ymc-post-layout1 .title, .ymc-post-layout1 .excerpt, .ymc-post-layout1 .read-more{
  margin: 0 20px;
}

.orange-cta{  
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  width: 300px;
  height: 300px;
  background: #f47522;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  text-decoration: none; 
  text-transform: uppercase;
  padding: 60px;
  margin: 0 auto -160px auto;
  position: relative;
  z-index: 500;
}
.case-studies{padding-top: 100px;}

.prev-next-posts{margin-bottom: 60px;}

.prev-posts-link i{margin-right:10px;}
.prev-next-link i{margin-left:10px;}


/* FOOTER */
.footer-cta, .footer-cta h1{line-height: 1.5; font-size:1.6rem; font-weight: 300;}
.footer-cta a{  
  border-radius: 5px;
  background: #65aaa4;
  padding: 5px 10px;
  margin: 0 5px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s Ease;
}
.footer-cta a:hover, .footer-cta a:active, .footer-cta a:focus{background: #488580;}

#footer{
  background: #042325 url(images/bg-footer-tree.png) top center no-repeat;
  color: #ceefe8;
  font-size: 18px;
  padding: 80px 0;
  font-weight: 300;
}
#footer .nav-footer{margin: 40px 0;}
#footer .nav-footer ul li{
  display: inline-block;
  border-right: 1px solid #ceefe8;
  padding: 0 15px;
}
#footer .nav-footer ul li:last-child{border: 0;}
#footer a, #footer a:hover, #footer a:visited, #footer a:active, #footer a:focus{
  color: #ceefe8;
  text-decoration: none;
}
#footer .logo{
  padding: 0;
}
#footer .social a{font-size: 26px; margin-left: 10px;}
#footer .copyright{
  color: #ceefe8;
  font-size: 14px;
  margin-top: 60px;
}

  
/* MISC */	
.clear{clear:both;}
.cf:before, .cf:after{content: " ";  display: table;}
.cf:after{clear: both;}
.cf{*zoom: 1;}

.alignleft{float:left; margin:0 30px 30px 0;}
.alignright{float:right; margin:0 0 30px 30px;}

.drop-shadow{background-color: #fff; box-shadow: 10px 10px 0 #65aaa4;}

/* BUTTON */
.btn{
  text-transform: uppercase;
  border-radius: 5px;
  border: 0;
  font-weight: 300;
}
.btn-primary{
  background: #65aaa4;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{background: #488580;}
.btn i{padding-left: 5px; font-size: 1.2em;}
.btn i:before{position: relative; bottom: -2px;}


/* Large Screen Sizes */
@media (max-width: 1400px){
  
}


@media (max-width: 1260px){
  
  .nav-main ul li a{font-size: 14px;} 
  
}


@media (max-width: 1199px){
  
  .nav-main ul li a{padding: 10px;}
  
  .home #banner .banner-cta a{
    top: calc(50% - 110px);
    left: -110px;
    width: 220px;
    height: 220px;
    font-size: 2rem;
    padding-top: 0;
  }
  #banner h1 {
    font-size: 5.5rem;
  }
  
}

/* Medium Screen Sizes */
@media (max-width: 992px){
  
  .logo{
    padding: 0;
    margin: 0 auto;
  }
  
  #menu-main-navigation{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100vh;
    background: #042325;
    z-index: 9999;
    padding: 60px 40px 40px 40px;
  }
  #menu-main-navigation li{padding-top: 0; padding-bottom: 0;}
  
  .nav-main{position: relative; background: #fde659;}
  
  .nav-main .row{margin: 0;}
  .nav-main .col-12{padding: 0;}
  
  .nav-main ul li{
    display: inline-block;
    min-width: 70%;
    position: relative;
    height: auto;
    border-bottom:1px solid #124144; 
  }
  .nav-main ul li.wpml-ls-item{border: 0; margin-top: 20px;}
  
  .nav-main ul li a{
    display: block; 
    color:#ceefe8; 
    font-size: 1.2rem; 
    font-weight: 400; 
    padding: 20px 10px;
  } 
  .nav-main ul li.wpml-ls-item a{display: inline;}
  
  .nav-main ul li.menu-item-702{border: 0;}
  .nav-main ul li.lang{margin-top: 30px;}
  .nav-main ul li.lang a{display: inline;}
  
  .nav-toggle{
    display: block;
    position: absolute;
    left: 20px; 
    white-space: nowrap;
    color: #2f5c45;
  }
  .nav-main .nav-toggle i{font-size: 32px; padding: 0;}
  .nav-close{
    display: block;
    position: absolute;
    right: 30px; 
    top: 30px;
    white-space: nowrap;
    color: #ceefe8; 
    font-size: 1.4rem;   
  }
  
  .nav-container .social{
    display: inline-block;
    color: #ceefe8;
    font-size: 2rem;
    margin: 20px 10px 0 0;
  }  
  
  #banner .intro {margin: 120px 0;text-align: center;}
  
  .home #banner .banner-cta a{
    position: relative;
    margin: 0 auto -100px auto;
    left: auto;
  }
  
  .home #banner{margin-top: 0;}
  .home #banner .banner{
    width:100vw;
    position:relative;
    left:calc(-1 * (100vw - 100%)/2);   
    padding: 80px 0 40px 0;
  }
  
  #banner .btn{
    margin: 20px 10px;
  }
  
  .listing .feature-img{height: 300px;}
  
}

/* Small Screen Sizes */
@media (max-width: 768px) {  
  
  #banner .intro {
    margin: 80px 0;
  }
  #banner h1 {
    font-size: 4.5rem;
  }
  
  #team .carousel-cell{
    width: 45%;
  }
  
  #history .carousel{width: 100%;}
  #history .carousel-cell{
    width: 33%;
  }

}
