/*
Theme Name: townandcountrystorage
Template: Divi
Version: 1
*/

@import url('https://fonts.googleapis.com/css?family=Cambo');

@font-face {
    font-family: 'Geometria-Light';
    src: url('webfonts/32FCF4_0_0.eot');
    src: url('webfonts/32FCF4_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/32FCF4_0_0.woff2') format('woff2'),url('webfonts/32FCF4_0_0.woff') format('woff'),url('webfonts/32FCF4_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Geometria';
    src: url('webfonts/Geometria-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('webfonts/Geometria-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('webfonts/Geometria.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('webfonts/Geometria-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('webfonts/Geometria-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('webfonts/Geometria-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}








h1,h2,h3,h4,.testimonial_rotator_quote {
  font-family: 'Cambo', serif!important;
}
h1 {
  font-size: 50px!important;
}
h2 {
  font-size: 44px!important;
}

h3 {
  font-size: 30px!important;  
}


@media (max-width: 576px) {
    h2 {
      font-size: 30px!important;
    }

    /*h3 {*/
    /*  font-size: 20px!important;  */
    /*}*/
}


html,
body {
	font-family: 'Geometria';
	font-style: normal;
}

html {
/*  background-image: url(https://www.townandcountrystorage.co.uk/wp-content/uploads/2017/02/background.jpg);*/
/*  background-repeat: no-repeat;*/
/*  background-position: top center;*/
/*  background-size: contain;*/
/*  background-color: #d1d0c7;*/
}
/*body,*/
/*#main-content,*/
/*#main-footer,*/
/*.et_pb_section {*/
/*  background: none!important;*/
/*}*/
#main-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #183F32;
}
#main-content .container:before {
  display: none;
}
.et_boxed_layout #page-container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.morepadding {
  padding: 3%!important;
}
.greybox h2 { }
.greybox, .greybox p {
  color: #333!important;
}
.greybox p {
  min-height: 95px;
}
.greyboxtwo, .greyboxtwo p {
  color: #333!important;
}

.findoutmore,
a.more-link {
  background-color: #99BB56;
  color: #fff;
  padding: 0px 20px;
  position: relative;
  float: right;
}
.findoutmore:after,
.et_pb_button:after,
a.more-link:after {
  left: 100%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
	pointer-events: none;
  top: 0;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #99BB56;
  border-width: 12px;
  margin-top: 0px;
}
.bottomborder {
  border-bottom: 5px solid #99BB56;
}
.et_pb_row {
  margin-bottom: 30px!important;
}
.testimonialarea {
  padding: 100px 0px!important;
}
.testimonial_rotator_quote {
  color: #fff;
  font-size: 33px;
  line-height: 50px;
  width: 60%!important;
  margin: 0px auto!important;
}
.testimonial_rotator_author_info {
  color: #fff;
  font-size: 24px;
}
.testimonial_rotator_author_info p {
  text-align: right!important;
  width: 60%!important;
  margin: 0px auto!important;
}
hr.longform_hr {
  display: none;
}

body.home .entry-featured-image-url {
  float: right;
  width: 30%;
}

.websiteby {
  float: right;
}
.websiteby a {
  color: #fff;
}

.et_header_style_centered #logo {
    padding: 0px 0px 0px 30px!important;
    margin-top: 20px!important;
}



/* header bits */

@media only screen and (min-width: 981px) {
/**** Logo and Menu Left ****/
  .logo_container {
    text-align: left !important;
  }
  #et-top-navigation {
    text-align: left !important;
  }
 /**** Header ****/
  #top-menu-nav {
    margin: 0;
  }
 /**** Header Centered Link Padding ****/
  .et_header_style_centered #top-menu > li > a {
    padding-bottom: 1.5em;
    padding-top: 1.5em !important;
  }
  /**** Position adjustment icon drop-down menu ****/
  #top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
    line-height: 3.4em !important;
  }
  #main-header {
    -webkit-box-shadow: none !important;
    box-shadow: none  !important;
  }
  /**** Adjustment Bar Search ****/
  #et_top_search {
    position: absolute;
    top: 30px;
    right: 5%;
  }
  span.et_close_search_field {
    right: 5%;
  }
  .et-search-form input {
    right: 5%;
    width: 46%;
  }
  /**** Divi Widget ****/
  #divi_pb_widget-2 {   /**** <---- Replace the final number with that of your widget ****/
    float: none !important;
    width: 60%;
    position: absolute;
    top: 5%;
    right: 0;
  }
  /**** Row Custom ****/
  .header_custom_cta.et_pb_row {
    position: absolute;
    right: 2.5%;
  }
}
/**** Position Social Header ****/
@media only screen and (min-width: 981px) and (min-width: 1440px) and (max-width: 1600px) {
  .social_header {
    position: absolute;
    left: 58%;
  }
}
.headerarea {
  color: #fff;
}
.headerarea p {
  padding-bottom: 5px!important;
}
.largephone {
  font-size: 24px;
  color: #fff;
}
#top-menu li {
    padding-right: 0px;
    line-height: 2em;
}
.et_header_style_centered #top-menu > li > a {
    font-weight: 600;
	font-size: 16px;
    padding: 10px 20px!important;
}

body.single-post .menu-item-27 a {
  background-color: #99bb56;
}

.contacthalfsize {
  float: left;
  padding-right: 1.5%;
  width: 50%;
}

.wpcf7 input {  width: 100%; padding: 10px; }
.wpcf7 textarea {  width: 98.5%; padding: 10px; }
.wpcf7-recaptcha {
  margin-top: 10px;
}
.wpcf7 .wpcf7-submit {
  border: none;
  background-color: #99bb56;
  color: #fff;
  float: left;
  height: 76px;
  margin-top: 10px;
  width: 302px!important;
}
.wpcf7 .contactgap {
  height: 10px;
  clear: both;
}

.footer-widget a {
  color: #fff;
}
.greenheading h2 {
  color: #99bb56;
  padding: 20px 0px 30px 0px;
  margin:0px;
}
.greenheading p {
  width: 70%;
  margin: 0px auto;
}
.greenheading .findoutmore {
  margin-top: 20px;
}
.homepageblog .post-content {
  width: 60%;
  padding-left: 60px;
}
.homepageblog h2 {
  color: #99bb56;
}
.et_pb_posts a.more-link {
  clear: none!important;
}
.et_pb_post .post-meta {
  font-size: 12px;
}

body.single-post #content-area {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 5px solid #99BB56;
}
body.single-post #main-content .container {
  padding-top: 20px;
}

.marginonfindoutmore .findoutmore {
  margin-top: 10px;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-response-output {
  clear: both;
  width: 80%;
  margin: 0px auto;
}
.mobile_menu_bar:before {
  color: #fff;
}
.et_mobile_menu li a {
  color: #000!important;
}
/* #black-studio-tinymce-2, 
#black-studio-tinymce-3,
#black-studio-tinymce-5  {
 margin:0px auto;
 float:none;
} */

@media only screen and (max-width: 1320px) {
  .et_header_style_centered #top-menu > li > a {
    padding: 10px 10px!important;
  }
  #top-menu li {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1279px)  {
  .marginonfindoutmore .et_pb_text_1,
  .marginonfindoutmore .et_pb_text_4 {
    min-height: 190px;
  }
  .marginonfindoutmore .et_pb_text_inner {
    font-size: 13px!important;
  }
}

@media only screen and (max-width: 1080px) {
  .et_header_style_centered #top-menu > li > a {
    padding: 10px 5px!important;
  }
}

@media only screen and (max-width: 1024px) {
  #top-menu li {
    font-size: 11px;
  }
  .marginonfindoutmore .et_pb_text_1,
  .marginonfindoutmore .et_pb_text_4 {
    min-height: 190px;
  }
  .greybox h2 {
    margin-top: 12px;
    font-size: 20px!important;
  }
}

@media (max-width: 980px) {
  .wpcf7 .wpcf7-submit {
    width: 100%!important;
  }
  .contacthalfsize {
    float: none;
    padding-right: 0%;
    width: 100%;
  }
  h1 {
    font-size: 30px!important;
  }
  .footer-widget:nth-child(n) {
    width: 100% !important;
  }
  /*.et_pb_row {*/
    /*margin-bottom: 20px!important;*/
  /*  margin-bottom: 10px!important;*/
  /*}*/
  /*.et_pb_column {*/
  /*  margin-bottom: 0px;*/
  /*}*/
  /*.et_header_style_centered #logo {*/
  /*  padding: 0px!important;*/
  /*}*/
  /*.et_pb_row, .et_pb_column .et_pb_row_inner {*/
  /*  padding: 0px 0;*/
  /*}*/
  /*.et_pb_section {*/
  /*  padding: 0;*/
  /*}*/
  .testimonialarea {
    padding: 0px!important;
  }
  .testimonial_rotator_quote,
  .testimonial_rotator_author_info p {
    width: 100%!important;
  }
  .marginonfindoutmore .findoutmore {
    margin-right: 10px;
  }
  .et_mobile_menu {
    border-top: 3px solid #183F32;
  }
}






/* Tweaks - Feb 2024 */

#page-container {
    padding-top: 100px !important;
}

.et_pb_button {
    font-weight: 600;
}

.hero .et_pb_slide_description {
    margin-left: 0;
    text-shadow: none;
}

.current-menu-item a {
    text-decoration: underline !important;
}

.home .hero .et_pb_slide_description {
    padding: 100px 16% 8% 0;
}

@media (min-width: 769px) {
    .hero .et_pb_slide_description {
        width: 60%;
    }
}

.hero .et_pb_slide_title {
	padding-bottom: 30px;
}

.hero .et_pb_more_button {
	margin-top: 70px;
}

.cms_hero .et_pb_slide_description {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.cms_hero .et_pb_slides .et_pb_slider_container_inner {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
}

.cms_hero .et_pb_slide {
	min-height: 400px;
}

@media (max-width: 980px) {
	.cms_hero .et_pb_slide {
		min-height: 300px;
	}
}

@media (max-width: 768px) {
	.cms_hero .et_pb_slide {
		min-height: 200px;
	}
	
	.cms_hero .et_pb_slide_description {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
}

.et_pb_slider .et_pb_container {
	width: 80%;
}

.et_pb_slider .et_pb_slide {
	padding: 0;
}

.cta_blocks .et_pb_blurb_content {
    line-height: 0;
}

.cta_blocks .et_pb_main_blurb_image {
    margin-bottom: 0;
    position: relative;
}

.cta_blocks .et_pb_main_blurb_image img {
	max-height: 240px;
	object-fit: cover;
}

.cta_blocks .et_pb_blurb_container {
    background-color: #183F32;
    padding: 15px;
}

.cta_blocks .et_pb_module_header {
    padding: 0;
}

.cta_blocks .et_pb_module {
    cursor: pointer;
    transition: all 0.3s;
}

.home_usp .et_pb_blurb_container .et_pb_blurb_description {
	min-height: 54px;
}

.removals_usp .et_pb_blurb_container .et_pb_blurb_description {
	min-height: 82px;
}

.cta_blocks .et_pb_main_blurb_image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(153, 187, 86, 0.6);
    opacity: 0;
}

.cta_blocks .et_pb_module:hover .et_pb_main_blurb_image:before {
    opacity: 0.6;
}

.home_usp .et_pb_module,
.removals_usp .et_pb_module,
.storage_usp .et_pb_module {
    margin-bottom: 80px !important;
}

.home_usp .et_pb_main_blurb_image img {
    max-height: 50px;
    width: auto;
}

.home_video .et_pb_video_play:before {
	background: url(https://townandcountry.teapotdev.co.uk/wp-content/uploads/2024/02/play_button.png);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	font-size: 0;
	height: 100%;
	width: 100%;
	display: block;
	left: 0;
	right: 0;
	margin:auto;
}

.home_video a.et_pb_video_play {
    margin-left: 0 !important;
    left: 0;
    right: 0;
}

@media (min-width: 769px) {
    .removals_usp,
	.storage_usp {
        text-align: left;
    }
}

.removals_usp .et_pb_module_header,
.storage_usp .et_pb_module_header {
    font-family: 'Geometria' !important;
    font-size: 16px !important;
    font-weight: bold;
    color: #99BB56;
}

@media only screen and (min-width: 981px) {
    .et_header_style_centered #logo {
        max-height: 80px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    #et-top-navigation {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
	
	.storage_usp .et_pb_blurb_description {
		min-height: 135px;
	}
}

.et_header_style_centered #main-header .container {
    height: inherit;
    text-align: center;
    display: flex;
}

.et_header_style_centered #main-header .logo_container {
    height: 100px !important;
}

#et-top-navigation {
    flex: 1;
}

.book_now a {
    background: #99BB56;
    border-radius: 25px;
    font-size: 18px !important;
}

.home_video {
    align-items: center;
}

.testimonials .et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none;
}

.testimonials .et_pb_slide_description {
    padding: 80px 8%;
}

.testimonials .et-pb-controllers a {
    background-color: #D1D0C7;
}

.testimonials .et-pb-controllers .et-pb-active-control {
    background-color: #99BB56;
}

.testimonials .et_pb_slide_title {
    font-family: 'Geometria' !important;
	padding-bottom: 30px;
}

.testimonials .et_pb_slide_content {
	font-size: 20px;
}

.testimonials .et-pb-controllers a {
    width: 10px !important;
    height: 10px !important;
}

.footer__inner {
    background: #183F32;
}

/* .footer__inner .container {
	width: 60%;
} */

#footer-bottom {
    background-color: #080808;
    padding: 0;
}

#footer-widgets {
    padding: 60px 0;
}

#footer-bottom .container {
  padding: 30px 15px;
  color: #fff;
}

@media (min-width: 981px) {
    .footer-widget {
        margin-bottom: 0 !important;
    }
}

.footer-widget .title {
    font-family: 'Geometria' !important;
    font-weight: bold;
}

.footer-widget .widget_nav_menu {
    width: 100%;
}

.footer-widget .widget_nav_menu .title {
    border-bottom: 1px solid #99BB56;
}

.footer-widget .widget_nav_menu .title {
    margin-bottom: 15px;
}

.footer-widget .widget_nav_menu ul li {
    padding: 0 !important;
}

.footer-widget .widget_nav_menu ul li:before {
    display: none;
}

.footer_cta .et_pb_row {
    align-items: center;
    font-weight: 600;
}

.removals_heading h3 {
    margin-bottom: 30px;
}

.removals_docs .et_pb_blurb_content {
    display: flex;
    align-items: center;
    justify-content: center;
}


.removals_docs  .et_pb_main_blurb_image {
    margin-bottom: 0 !important;
}

.removals_docs .et_pb_blurb_description {
    font-weight: bold;
}

.storage_unit .et_pb_text h2 {
    margin-bottom: 30px;
}

.storage_unit ul {
    margin-top: 30px;
}

.storage_unit {
    align-items: center;
}

@media (max-width: 980px) {
    #page-container {
        padding-top: 0 !important;
    }
    
    #main-header {
        position: sticky !important;
        top: 0 !important;
        padding: 0 !important;
    }
    
    #et-top-navigation {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .et_header_style_centered #main-header div#et-top-navigation {
        position: absolute !important;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .select_page {
        display: none !important;
    }
    
    .et_header_style_centered #main-header .mobile_nav {
        background-color: transparent;
        text-align: right;
        padding: 0;
    }
    
    .et_header_style_centered #et_mobile_nav_menu {
        flex: 1;
        margin-top: 0;
    }
    
    #mobile_menu {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .et_header_style_centered #logo {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .et_header_style_centered #main-header .container {
        align-items: center;
    }
    
    .et_header_style_centered .et_menu_container .mobile_menu_bar {
        position: relative;
    }
    
    .et_header_style_centered .et_mobile_menu {
        top: 65px;
        text-align: left;
    }
    
    .menu_contact a {
        border-bottom: none !important;
    }
    
    .et_mobile_menu li a {
        font-size: 16px !important;
    }
    
    .et_mobile_menu li.current-menu-item a {
        color: #99BB56 !important;
    }
    
    .et_mobile_menu li.book_now a {
        color: #fff !important;
        padding: 10px 5% 7px !important;
        font-size: 16px !important;
    }
    
    #media_image-2 {
        float: none;
        margin-bottom: 15px !important;
    }
}

@media (max-width: 767px) {
    .hero .et_pb_more_button {
        margin-top: 40px;
        margin-left: 0 !important;
    }
}

@media (max-width: 575px) {
    .home .hero .et_pb_slide_description {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    
	.hero.et_pb_slider .et_pb_slide_0 {
		background-position: center !important;
	}
}

.terms_buttons {
	display: flex;
    gap: 30px;
    align-items: center;
}

.terms_button,
#gform_submit_button_1,
#gform_submit_button_2,
#gform_submit_button_3 {
    background: #99BB56;
    padding: 10px 20px 7px;
    border-radius: 25px;
}

.terms_button a {
	color: #fff;
	font-weight: 600;
}

#gform_submit_button_1,
#gform_submit_button_2, 
#gform_submit_button_3 {
	font-size: 16px;
	font-family: 'Geometria';
    font-weight: bold;
    font-style: normal;
}

.gform-body input,
.gform-body textarea,
.gform-body select {
    border: 1px solid #CCCCCC !important;
}

.gfield_required {
    color: #99BB56;
    font-weight: 600;
}

.need_to_know h2 {
    padding-bottom: 30px;
}

.faq .et_pb_toggle_title {
    font-family: 'Geometria';
    font-weight: 600;
    color: #99bb56 !important;
}

.page-id-19 .et_pb_toggle {
	padding-left: 0;
    padding-right: 0;
}