/*
Theme Name: Holidays 4 You
Text Domain: Holidays 4 You
Version: 1.0
Description: WordPress theme for Holidays 4 You
Author: StudioHub
Author URI: https://www.studiohub.co.uk

*/

/* Holidays 4 You - 2023 */

/* Global Console */

html {
    scroll-behavior: smooth;
  }

html body{
    font-family: 'Sen', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Sen', sans-serif;
  font-weight: 700;
}

.container{
  max-width: 1270px !important;
}

/* Branding Variables */

  :root{
    --brand: #5C8B73;
    --brand-alt: #3E6C54;
    --accent: #F9AF15;
    --light: #FFFFFF;
    --dark: #434343;
  }
  
  /* Section Styles */
  
  /* Slider */
  
  /* Testimonials Blocks */
  
  #hero .slider-image{
    padding: 350px 0px;
  }
 
  #hero img{
    width: 53px;
    height: auto;
    margin-top: 20px;
  }
  
  #hero .controls img{
    width: 21px;
    height: auto;
  }
  
  #hero .controls img.left{
    float: left;
    position: absolute;
    left: 0px;
    top: 45%;
    z-index: 25000;
  }
  
  #hero .controls img.right{
    float: right;
    position: absolute;
    right: 0px;
    top: 45%;
    z-index: 25000;
  }
  
  
  /* Header */
  
  #header{
    background: var(--brand);
    padding: 30px 0px 30px 0px;
  }
  
  #header .col-md-5{
    padding-left: 80px;
    padding-right: 10px;
    text-align: center;
  }
  
  #header ul{
    list-style-type: none;
    margin: 0;
    margin-top: 20px;
    padding: 0;
  }
  
  #header ul.main-nav ul{
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  
  #header ul.main-nav ul li{
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
  }
  
  #header ul.main-nav ul li a{
    color: #FFFFFF;
    text-decoration: none;
  }
  
  #header ul li{
    display: inline-block;
  }
  
  #header ul.buttons{
    text-align: right;
    margin-top: 15px;
  }
  
  #header ul.buttons li{
    display: inline-block !important;
  }
  
  #header ul.buttons li a{
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    padding: 8px 12px 8px 12px;
    border: 1px solid #ffffff;
    border-radius: 3px;
  }
  
  #header ul.buttons li:last-child a{
    color: var(--brand);
    text-decoration: none;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    padding: 8px 12px 8px 12px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    background: #ffffff;
  }
  
  /* Hero */
  
    
  #search .searchWidget{
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    margin-top: 40px; 
    padding: 30px;
    z-index: 25000;
    margin-top: -20px;
  }
  
  #search .searchWidget p{
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #434343;
    margin-bottom: 0px;
  }
  
  #search .searchWidget p span{
    color: #21A56E;
  }
  
  #search .searchWidget img{
    width: 233px;
    height: auto;
    margin-top: -5px;
  }
  
  /* Points */
  
  #points{
    margin-top: 0px;
    
  }
  
  #points .pointsContainer{
    background: #FFFFFF;
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    border-top: 10px solid var(--brand);
    padding: 25px;
  }
  
  #points .pointsContainer h2{
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #434343;
    display: inline-block;
  }
  
  #points .pointsContainer p{
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #434343;
    display: inline-block;
    padding-left: 37px;
    padding-right: 30px;
    margin-bottom: 0px;
  }
  
  #points .pointsContainer img{
    height: 27px;
    width: 23px;
    margin-right: 10px;
    display: inline-block;
  }
  
  /* Recently Listed */
  
  #recentlyListed{
    padding: 80px 0px 80px 0px;
  }
  
  #recentlyListed h2{
    text-align: center;
    margin-bottom: 40px;
  }
  
  #recentlyListed .listingBlock{
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 30px;
  }
  
  #recentlyListed .listingBlock img{
    border-radius: 10px;
    margin-bottom: 15px;
  }
  
  #recentlyListed .listingBlock h2{
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */
    text-align: left;
    letter-spacing: -0.03em;
    margin-bottom: 0px;
    margin-left: 15px;
    color: #253E71;
  }
  
  #recentlyListed .listingBlock p.location{
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #434343;
    margin-left: 15px;
  }
  
  #recentlyListed .listingBlock ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-left: 15px;
  }
  
  #recentlyListed .listingBlock ul li{
    display: inline-block;
    width: 31%;
  }
  
  #recentlyListed .listingBlock ul li img{
    height: 27px;
    width: auto;
    float: left;
    margin-right: 8px;
  }
  
  #recentlyListed .listingBlock ul li h3{
    color: #434343;
    font-size: 9px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.27px;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  
  #recentlyListed .listingBlock ul li p{
    color: #F9AF15;
    font-size: 16px;
    font-family: Sen;
    font-weight: 800;
    letter-spacing: -0.48px;
  }
  
  #recentlyListed a.more{
    color: #FFF;
    font-size: 14px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.42px;
    text-decoration: none;
    border-radius: 4px;
    background: #5C8B73;
    padding: 7px 11px;
    display: inline-block;
    text-align: center;
    margin-top: 50px;
  }
  
  /* Content Blocks */
  
  #contentBlocks{
    padding: 20px 0px 70px 0px;
  }
  
  #contentBlocks .contentBlock{
    background: #FFFFFF;
    border: 1px solid #C1C1C1;
    box-shadow: 0px 10px 32px rgba(0, 0, 0, 0.09);
    border-radius: 12px;
    padding: 60px;
  }
  
  #contentBlocks .contentBlock img{
    display: inline-block;
    height: 33px;
    width: auto;
    margin-right: 10px;
    margin-top: -9px;
  }
  
  #contentBlocks .contentBlock h2{
    display: inline-block;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.03em;
    color: #434343;
    margin-bottom: 20px;
  }
  
  #contentBlock .contentBlock p{
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.03em;
    color: #434343;
    margin-bottom: 0px;
  }
  
  /* Ecologi */
  
  #ecologi{
    background: linear-gradient(1deg, #1B3829 0%, rgba(27, 56, 41, 0.00) 100%), #376D51;
    padding: 40px 0px;
  }
  
  #ecologi h2{
    color: #FFF;
    font-size: 16px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.6px;
  }
  
  #ecologi ul{
    list-style-type:none;
    margin:0;
    padding:0;
  }
  
  #ecologi ul li{
    display: inline-block;
    padding: 30px 30px 20px 30px;
  }
  
  #ecologi ul li img{
    width: 45px;
    height: auto;
    float: left;
    margin-right: 10px;
  }
  
  #ecologi ul li h3{
    color: #FFF;
    font-size: 15px;
    font-family: Sen;
    letter-spacing: -0.48px;
    margin-bottom: 0px;
  }
  
  #ecologi ul li p.trees{
    color: #FFF;
    font-size: 32px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.96px;
    margin-bottom: 0px;
  }
  
  #ecologi ul li:first-child{
    border-radius: 12px 0px 0px 12px;
    background: #5C8B73;
    width: 36%;
  }
  
  #ecologi ul li:last-child{
    border-radius: 0px 12px 12px 0px;
    background: #5C8B73;
    width: 52%;
  }
  
  /* Newsletter */
  
  #newsletter{
    background: #5C8B73;
    border-bottom: solid 5px var(--accent);
    padding: 60px 0px;
    display: none;
  }
  
  #newsletter label{
    color: #FFF;
    font-size: 30px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.9px;
    margin-right: 20px;
  }
  
  #newsletter input{
    border-radius: 5.463px;
    border: 1px solid #CCC;
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
    font-size: 19.122px;
    padding: 10px 30px;
    width: 40%;
    display: inline-block;
  }
  
  #newsletter button{
    border-radius: 5.463px;
    background: #FFF;
    color: #5C8B73;
    font-size: 19.122px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.574px;
    border: 0px;
    padding: 10px 30px;
    margin-left: 10px;
  }
  
  /* Footer */
  
  #footer{
    background: #3E6C54;
    padding: 90px 0px;
  }
  
  #footer img.logo{
    width: 270px;
    height: auto;
    margin-bottom: 80px;
  }
  
  #footer ul.socials{
    list-style-type:none;
    margin: 0;
    padding: 0;
  }
  
  #footer ul.socials li{
    display: inline-block;
    margin-right: 10px;
  }
  
  #footer ul.socials li img{
    width: 25px;
    height: auto;
  }
  
  #footer ul.main-nav ul{
    list-style-type: none;
    margin: 0;
    padding:0;
  }
  
  #footer ul.main-nav ul li{
    margin-bottom: 10px;
  }
  
  #footer ul.main-nav ul li a{
    color: #FFF;
    font-size: 16px;
    font-family: Sen;
    letter-spacing: -0.48px;
    text-decoration: none;
  }
  
  #footer ul.main-nav ul li:last-child a{
    color: #3E6C54;
    font-size: 14px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.42px;
    text-decoration: none;
    border-radius: 4px;
    background: #FFF;
    padding: 7px 11px;
  }
  
  #footer ul.main-nav ul li:nth-child(6) a{
    color: #3E6C54;
    font-size: 14px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.42px;
    text-decoration: none;
    border-radius: 4px;
    background: #FFF;
    padding: 7px 11px;
    margin-bottom: 8px;
    display: inline-block;
  }
  
  #footer ul.main-nav-none ul{
    list-style-type: none;
    margin: 0;
    padding:0;
  }
  
  #footer ul.main-nav-none ul li{
    margin-bottom: 10px;
  }
  
  #footer ul.main-nav-none ul li a{
    color: #FFF;
    font-size: 16px;
    font-family: Sen;
    letter-spacing: -0.48px;
    text-decoration: none;
  }

  
  #footer p{
    color: #FFF;
    font-size: 16px;
    font-family: Sen;
    letter-spacing: -0.48px;
    margin-bottom: 8px;
  }
  
  #footer p a{
    color: var(--accent);
  }
  
  /* Listings Page Styles */
  
  #listingHeader{
    padding: 450px 0px 0px 0px;
  }
  
  #listingHeader .listingInfoBox{
    background: rgba(0, 0, 0, 0.70);
    border-top: solid 5px var(--accent);
    padding: 30px;
  }

  #listingHeader .listingInfoBox h1{
    color: #FFF;
    font-size: 30px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.9px;
    margin-bottom: 0px;
    display: inline-block;
    line-height: 30px;
  }
  
  #listingHeader .listingInfoBox span{
    color: #FFF;
    font-size: 11px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.276px;
    margin-left: 30px;
    line-height: 12px;
  }
  
  #listingHeader .listingInfoBox span img{
    width: 25px;
    height: auto;
    margin-right: 7px;
  }
  
  #listingHeader .listingInfoBox p img{
    width: 14px;
    height: auto;
    margin-right: 8px;
  }
  
  #listingHeader .listingInfoBox p{
    color: #FFF;
    font-size: 14px;
    font-family: Sen;
    letter-spacing: -0.42px;
    margin-top: 11px;
  }
  
  #listingHeader .listingInfoBox h3{
    color: #FFF;
    font-size: 16px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.48px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  
  #listingHeader .listingInfoBox p.price{
    color: #F9AF15;
    font-size: 44.167px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -1.325px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  #listingHeader .listingInfoBox p.price span{
    color: #FFF;
    font-size: 20.611px;
    font-family: Sen;
    letter-spacing: -0.618px;
    font-weight: 400;
    margin-left: 0px;
  }
  
  #listingHeader a{
    border-radius: 8.387px;
    background: #5C8B73;
    color: #FFF;
    font-size: 29.355px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.881px;
    padding: 14.677px 23.065px;
    float: right;
    margin-bottom: -30px;
    margin-top: 40px;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  
  #summary{
    padding: 80px 0px 0px 0px;
  }
  
  #summary h2{
    color: #272727;
    font-size: 30px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.9px;
    margin-bottom: 20px;
  }
  
  #summary p{
    color: #434343;
    font-size: 16px;
    font-family: Sen;
    line-height: 167.313%;
    letter-spacing: -0.48px;
  }
  
  #summary ul{
    list-style-type:none;
    margin:0;
    padding: 0;
    columns: 2;
  }

 #summary ul li{
   margin-bottom: 20px;
 }
 
 #summary ul li img{
   float: left;
   width: 50px;
   height: auto;
   margin-right: 10px;
   margin-top: 10px;
 }
 
 #summary ul li h3{
   color: #434343;
   font-size: 14px;
   font-family: Sen;
   font-weight: 700;
   margin-bottom: 0px;
   letter-spacing: -0.42px;
 }
 
 #summary ul li p{
   color: #F9AF15;
   font-size: 29.867px;
   font-family: Sen;
   font-weight: 800;
   letter-spacing: -0.896px;
 }
 
 #gallery{
   padding: 60px 0px 0px 0px;
 }
 
 #gallery h2{
   color: #272727;
   font-size: 30px;
   font-family: Sen;
   font-weight: 700;
   letter-spacing: -0.9px;
   margin-bottom: 30px;
 }
 
 #gallery img{
   margin-bottom: 20px;
 }
 
 #calendar{
   text-align: center !important;
   padding: 60px 0px 20px 0px;
 }
 
 #moreInfo{
   padding: 60px 0px 0px 0px;
 }
 
 #morInfo h2{
   color: #272727;
    font-size: 30px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.9px;
    margin-bottom: 30px;
 }
 
 #moreInfo ul{
   list-style-type: none;
   margin: 0;
   padding: 0;
   columns: 2;
   margin-top: 40px;
 }
 
 #moreInfo ul li{
   margin-bottom: 10px;
 }
 
 #moreInfo ul li img{
   width: 15px;
   height: 12px;
   margin-right: 10px;
 }
 
 #whatsLocal{
   padding: 60px 0px 0px 0px;
 }
 
 #whatsLocal h2{
    color: #272727;
     font-size: 30px;
     font-family: Sen;
     font-weight: 700;
     letter-spacing: -0.9px;
     margin-bottom: 30px;
     display: inline-block;
     
  }
  
  #whatsLocal span{
    color: #FFF;
    font-size: 10.625px;
    font-family: Sen;
    line-height: 167.313%;
    letter-spacing: -0.319px;
    border-radius: 3.269px;
    background: #3E6C54;
    padding: 5px 10px;
    position: absolute;
    margin-top: 4px;
    margin-left: 15px;
  }
  
  #whatsLocal p{
    color: #434343;
    font-size: 16px;
    font-family: Sen;
    line-height: 167.313%;
    letter-spacing: -0.48px;
  }
  
  #whatsLocal h3{
    color: #3E6C54;
    font-size: 21px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.63px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  
  #reviews{
    padding: 60px 0px 60px 0px;
  }
  
  #reviews h2{
    color: #272727;
     font-size: 30px;
     font-family: Sen;
     font-weight: 700;
     letter-spacing: -0.9px;
     margin-bottom: 30px;
     display: inline-block;
     
  }
  
  #reviews .reviewBox{
    border-radius: 12px;
    border: 1px solid #D4D4D4;
    background: #FFF;
    padding: 30px;
    text-align: center;
  }
  
  #reviews .reviewBox img{
    width: 120px;
    height: auto;
    margin-bottom: 18px;
  }
  
  #reviews .reviewBox p{
    color: #434343;
    text-align: center;
    font-size: 16px;
    font-family: Sen;
    line-height: 167.313%;
    letter-spacing: -0.48px;
  }
  
  #reviews .reviewBox h3{
    color: #253E71;
    text-align: center;
    font-size: 20px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.6px;
  }
  
  /* General Styles */
  
  #pageTitle{
    background: #3F604F;
    padding: 30px 0px 30px 0px;
    border-top: 5px solid var(--accent);
  }
  
  #pageTitle a{
    color: #3E6C54;
    font-size: 18px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.42px;
    text-decoration: none;
    border-radius: 4px;
    background: #FFF;
    padding: 7px 11px;
    float: right;
  }
  
  #pageTitle h1{
    color: #FFF;
    font-size: 30px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.9px;
    margin-bottom: 0px;
  }
  
  #aboutContent{
    padding: 70px 0px 70px 0px;
  }
  
  #aboutContent h2{
    color: #272727;
    font-size: 27px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.81px;
  }
  
  #aboutContent p{
    color: #434343;
    font-size: 16px;
    font-family: Sen;
    line-height: 167.313%;
    letter-spacing: -0.48px;
    padding-right: 7%;
  }
  
  #aboutContent .pointsContainer{
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.10);
    padding: 25px;
    border-top: 8px solid var(--brand);
    margin-bottom: 40px;
  }
  
  #aboutContent .pointsContainer h2{
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #434343;
    display: inline-block;
  }
  
  #aboutContent .pointsContainer p{
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #434343;
    display: inline-block;
    padding-left: 37px;
    padding-right: 30px;
    margin-bottom: 0px;
  }
  
  #aboutContent .pointsContainer img{
    height: 27px;
    width: 23px;
    margin-right: 10px;
    display: inline-block;
  }
  
  #aboutContent .gform_footer input[type=submit]{
    border-radius: 8.387px;
    background: #5C8B73;
    color: #FFF;
    font-size: 16px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.881px;
    float: right;
    margin-top: 20px;
    
    display: block;
    text-decoration: none;
  }
  
  /* FAQ */
  
  #aboutContent .nav-tabs{
    display: block;
    border-bottom: none !important;
  }
  
  #aboutContent ul{
    margin-block-start: 0em;
    margin-block-end: 0em;
  }
  
  #aboutContent .nav-tabs li{
    display: inline-block;
    margin: 10px !important;
  }
  
  #aboutContent .nav-tabs li > a{
    padding: 20px 35px 20px 35px;
    margin: 0px !important;
    font-family: "Sen";
    font-weight: 500;
    text-decoration: none;
    box-border: none !important;
  }
  
  #aboutContent .nav li:after{
    margin: 0px;
  }
  
  #aboutContent .nav-tabs li a.active{
    border-radius: 4px;
    border: 1px solid #3E6C54;
    background: #5C8B73;
    padding: 6px 12px;
    box-border: none !important;
  
    color: #ffffff;
  }
  
  #aboutContent .nav-tabs li a{
    border-radius: 4px;
    border: 1px solid #3E6C54;
    background: #FFF;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #464646;
    margin: -3px !important;
  }
  
  #aboutContent .faqBox{
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 40px;
    padding: 10px;
  }
  
  #aboutContent .faqBox h2{
    color: #5C8B73;
    font-size: 20px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.6px;
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  
  #aboutContent .faqBox a{
    border-radius: 4px;
    border: 1px solid #3E6C54;
    background: #5C8B73;
    padding: 6px 12px;
    box-border: none !important;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 12px;
    color: #ffffff;
  }
  
  /* Member Login */
  
  #aboutContent .memberLogin{
    border-radius: 12px;
    border: 1px solid #C1C1C1;
    background: #FFF;
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.09);
    padding: 30px;
  }
  
  #aboutContent .memberLogin h2{
    margin-bottom: 20px;
  }
  
  #aboutContent .memberLogin label{
    display: block;
  }
  
  #aboutContent .memberLogin input{
    width: 100%;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
  }
  
  #aboutContent .memberLogin p{
    padding-right: 0px;
  }
  
  #aboutContent p.login-remember label{
    display: inline;
  }
  
  #aboutContent p.login-remember input{
    width: 25px;
  }
  
#aboutContent .memberLogin input[type=submit]{
  border-radius: 4px;
  border: 1px solid #3E6C54;
  background: #5C8B73;
  padding: 6px 12px;
  box-border: none !important;
  display: inline-block;
  color: #ffffff;
}

#aboutContent p.large{
  font-size: 20px;
}

#aboutContent ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

#aboutContent ul li img{
  width: 20px;
  height: auto;
  margin-right: 7px;
  margin-top: -4px;
}

#aboutContent ul li{
  margin-bottom: 12px;
}

#aboutContent .memberSidebar{
  
}

#aboutContent .memberSidebar a{
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 18px;
  font-family: Sen;
  font-weight: 700;
  letter-spacing: -0.42px;
  text-decoration: none;
  border-radius: 4px;
  background: #3E6C54;
  padding: 7px 11px;
}
  
  
  .mobile-menu{
    display: none;
  }
  
 button.button.gform_button_select_files{
   display: inline-block;
   text-align: center;
   margin-bottom: 20px;
   color: #FFF;
   font-size: 18px;
   font-family: Sen;
   font-weight: 700;
   letter-spacing: -0.42px;
   text-decoration: none;
   border-radius: 4px;
   background: #3E6C54;
   padding: 7px 11px;
 }
  
  .gform_page_footer.before input[type=button]{
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 18px;
    font-family: Sen;
    font-weight: 700;
    letter-spacing: -0.42px;
    text-decoration: none;
    border-radius: 4px;
    background: #3E6C54;
    padding: 7px 11px;
  }
  
  /*Media Queries*/
  
  @media only screen and (max-width: 1200px) {
  /* For desktop: */
  }
  @media only screen and (max-width: 992px) {
  /* For desktop: */
  }
  @media only screen and (max-width: 768px) {
  /* For desktop: */
  
  
  #header .main-nav{
    display: none;
  }
  
#header .mobile-menu{
  display: block;
}

#header .mobile-menu img.burger{
  width: 33px;
  height: auto;
  position: absolute;
  top: -30px;
  right: 20px;
}

#hero{
  padding: 0px 0px 50px 0px;
}

#hero .slider-image{
  padding: 150px 0px;
}

#hero h1{
  font-size: 42px;
  line-height: 40px;
}

#header ul.buttons{
  display: none;
}

#header img{
width: 250px;
height: auto;
}
/* Blog Page Styles */

/* Container layout */
.blogs-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.blogs-main {
  flex: 1;
  min-width: 65%;
  padding-right: 30px;
}

.blogs-sidebar {
  width: 30%;
  min-width: 250px;
}

/* Header styles */
.blogs-header {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #eaeaea;
}

.blogs-title {
  font-size: 2.5rem;
  color: #333;
  margin: 0;
}

/* Filter bar */
.blogs-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #f8f8f8;
  border-radius: 5px;
}

.blog-categories-dropdown,
.blog-tags-dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-categories-dropdown span,
.blog-tags-dropdown span {
  font-weight: 600;
  color: #555;
}

.blog-categories-dropdown select,
.blog-tags-dropdown select {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: white;
  font-size: 0.9rem;
  min-width: 180px;
  cursor: pointer;
}

/* Blog grid layout */
.blogs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

/* Blog card styles */
.blog-card {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.blog-thumbnail {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.blog-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-thumbnail img {
  transform: scale(1.05);
}

.blog-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-header {
  margin-bottom: 15px;
}

.blog-title {
  font-size: 1.5rem;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.blog-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-title a:hover {
  color: #0066cc;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 0.85rem;
  color: #777;
}

.blog-date {
  display: inline-flex;
  align-items: center;
}

.blog-categories {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
}

.blog-categories a {
  color: #555;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-categories a:hover {
  color: #0066cc;
}

.blog-excerpt {
  margin-bottom: 20px;
  color: #555;
  line-height: 1.6;
  flex-grow: 1;
}

.blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.read-more {
  display: inline-block;
  padding: 8px 16px;
  background-color: #0066cc;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.read-more:hover {
  background-color: #0055aa;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.blog-tags a {
  display: inline-block;
  padding: 3px 8px;
  background-color: #f0f0f0;
  color: #666;
  font-size: 0.8rem;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.blog-tags a:hover {
  background-color: #e0e0e0;
  color: #333;
}

/* Pagination styles */
.blogs-pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
}

.blogs-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin: 0 5px;
  padding: 0 10px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #555;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

.blogs-pagination .page-numbers.current {
  background-color: #0066cc;
  border-color: #0066cc;
  color: white;
}

.blogs-pagination a.page-numbers:hover {
  background-color: #f8f8f8;
  border-color: #bbb;
}

.blogs-pagination .prev-arrow,
.blogs-pagination .next-arrow {
  font-size: 1.2rem;
  line-height: 0;
}

/* "No blogs found" message */
.no-blogs-found {
  padding: 50px 20px;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 8px;
}

.no-blogs-found p {
  font-size: 1.2rem;
  color: #666;
  margin: 0;
}

/* Sidebar styles */
.blogs-sidebar {
  padding-left: 30px;
  border-left: 1px solid #eaeaea;
}

.sidebar-widget {
  margin-bottom: 40px;
}

.sidebar-widget h3 {
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eaeaea;
  color: #333;
}

.sidebar-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-categories li {
  margin-bottom: 10px;
}

.sidebar-categories a {
  display: block;
  padding: 8px 10px;
  color: #555;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
}

.sidebar-categories a:hover {
  color: #0066cc;
  background-color: #f8f8f8;
  border-left-color: #0066cc;
  padding-left: 15px;
}

.sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-link {
  display: inline-block;
  padding: 5px 10px;
  background-color: #f0f0f0;
  color: #555;
  border-radius: 3px;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.tag-link:hover {
  background-color: #0066cc;
  color: white;
}

.sidebar-recent-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-recent-posts li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.sidebar-recent-posts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-recent-posts a {
  display: block;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 5px;
  transition: color 0.2s ease;
}

.sidebar-recent-posts a:hover {
  color: #0066cc;
}

.post-date {
  font-size: 0.85rem;
  color: #888;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .blogs-container {
      flex-direction: column;
  }
  
  .blogs-main {
      width: 100%;
      padding-right: 0;
      margin-bottom: 40px;
  }
  
  .blogs-sidebar {
      width: 100%;
      padding-left: 0;
      border-left: none;
      border-top: 1px solid #eaeaea;
      padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .blogs-grid {
      grid-template-columns: 1fr;
  }
  
  .blogs-filter-bar {
      flex-direction: column;
      gap: 15px;
  }
  
  .blog-categories-dropdown,
  .blog-tags-dropdown {
      width: 100%;
  }
  
  .blog-categories-dropdown select,
  .blog-tags-dropdown select {
      flex-grow: 1;
  }
  
  .blog-footer {
      flex-direction: column;
      gap: 15px;
      align-items: flex-start;
  }
}
  
  #mySidenav{
     display: block !important;
     }
     
     /* The side navigation menu */
     .sidenav {
     height: 100%; /* 100% Full-height */
     width: 0; /* 0 width - change this with JavaScript */
     position: fixed; /* Stay in place */
     z-index: 250000; /* Stay on top */
     top: 0; /* Stay at the top */
     right: 0;
     background-color: #252525; /* Black*/
     overflow-x: hidden; /* Disable horizontal scroll */
     padding-top: 60px; /* Place content 60px from the top */
     transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
     
     }
     
     .sidenav ul{
     list-style-type: none;
     margin: 0;
     padding: 0;
     }
     
     .sidenav ul li{
       display: list-item;
       width: 100%;
     }
     
     .contentBlock{
       padding: 30px !important;
       margin-bottom: 30px;
     }
     
     #footer img.logo{
       margin-bottom: 0px;
     }
     
     #footer ul.socials{
       margin-top: 20px !important;
       margin-bottom: 20px;
     }
     
     #ecologi{
       display: none;
     }
     
     #newsletter{
       display: none;
     }
     
     #listingHeader{
       padding: 80px 0px 80px 0px;
     }
     
     #listingHeader .listingInfoBox{
       padding: 15px;
     }
     
     #listingHeader .listingInfoBox h1{
       display: block;
     }
     
     #listingHeader .listingInfoBox span{
       margin-left: 0px;
     }
     
     .pointsContainer .col-md-4{
       margin-bottom: 30px;
     }
     
     /* The navigation menu links */
     .sidenav a {
     padding: 8px 25px 8px 32px;
     text-decoration: none;
     font-size: 18px;
     color: #FFFFFF !important;
     display: block;
     transition: 0.3s;
     }
     
     /* When you mouse over the navigation links, change their color */
     .sidenav a:hover {
     color: #f1f1f1;
     }
     
     /* Position and style the close button (top right corner) */
     .sidenav .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 36px;
     margin-left: 50px;
     padding-right: 0px;
     color: #ffffff;
     }
     
     /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
     @media screen and (max-height: 450px) {
     .sidenav {padding-top: 15px;}
     .sidenav a {font-size: 18px;}
     }
  
  }
  @media only screen and (max-width: 590px) {
  /* For desktop: */
  }
  @media only screen and (max-width: 480px) {
  /* For desktop: */
  }
  @media only screen and (min-width: 320px) {
  /* For desktop: */
  }


#homeowner-banner {
	background-color: #F9AF15; /* placeholder — swap for H4You brand colour */
	padding: 18px 0;
	font-family: 'Sen', sans-serif;
}

#homeowner-banner .homeowner-banner-text {
	color: #1a3c34;
	font-size: 1.35rem;
	font-weight: 700;
	margin: 0;
}

#homeowner-banner .homeowner-banner-btn {
	display: inline-block;
	background-color: #1a3c34;
	color: #fff;
	padding: 10px 26px;
	border-radius: 4px;
	font-weight: 700;
	text-decoration: none;
	transition: opacity .2s ease;
}

#homeowner-banner .homeowner-banner-btn:hover {
	opacity: .85;
	text-decoration: none;
}

@media (max-width: 767px) {
	#homeowner-banner .homeowner-banner-text { text-align: center; margin-bottom: 12px; }
	#homeowner-banner .text-md-right { text-align: center; }
}