/* ----------------------------------------------------------------------------------------------------

GLOBAL STYLES

---------------------------------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Montserrat:wght@400;600&family=Red+Hat+Text&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora&family=Montserrat:wght@500&family=Playfair+Display&family=Red+Hat+Text&display=swap');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/* RESET CSS -------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

figure {
  margin: 0 0 20px 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

em {
  font-style: italic;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  line-height: 1; }

strong {
  font-weight: 500;
}

/*ol, ul {
  list-style: square;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  color: #000000;
  margin-bottom: 20px; }*/

#kirby a {
  text-decoration: none;
  color: #413C37;
  font-weight: 600;
  outline: none; }
  #kirby a:hover {
    text-decoration: underline; }
}

ul#nav {
  margin-bottom: 0!important;
}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.del_table table, th, td {
  border: 1px solid black;
  padding: 10px;
}

* {
  margin: 0;
  padding: 0; }

body.no_scroll
{
    overflow: hidden;
}

.youtube_wrapper {
  width: 100%;
  height: 400px;
}

@media screen and (max-width:992px) {

  .youtube_wrapper {
      width: 100%;
      height: 221px;
  }

}

@media screen and (max-width:767px) {

.youtube_wrapper {
      width: 100%;
      height: 356px;
  }

}

.signup-container {
  font-family:'Quicksand', sans-serif;
  position:fixed;
  bottom:15px;
  right:70px;
  z-index:10;
  cursor:pointer;
  border-radius: 50px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}

.signup-content {
  padding:5px 10px 5px 10px;
  border-radius:50px;
  background:#0055a5;
}

.signup-content:hover {
  opacity:0.8;
}

p.signup-content {
  text-align: center!important;
  color:#fff!important;
  font-size:11px!important;
  margin:0!important;
}

.signup-content a {
  text-decoration: none;
}

@media (max-width: 767px) {

  .signup-container {
    left: 10px;
    width: 60%;
  }

  .signup-content {
    text-align: center;
  }

}

#blog_image_wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%; /* Set a percentage value for responsive height */
    overflow: hidden;
    /* background-color: #f2f2f2; Set a background color if needed */
    margin-bottom: 20px;
}

.blog_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
}

.blog_image img {
    display: block;
    margin: 0 auto; /* Center the image horizontally */
    max-width: 100%;
    max-height: 100%;
}

/* TAGS AND CLASSES -------------------------------------------------- */
p {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  color: #413C37;
  margin-bottom: 20px; }
  /*p:last-of-type {
    margin-bottom: 0;*/ }

p.highlight {
  text-align: center;
  font-size: 1em;
  line-height: 200%;
}

h2 {
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 125%;
  text-align: left;
  color: #413C37;
  margin-bottom: 20px; }

h2.underline {
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 200%;
  text-align: left;
  color: #413C37;
  border-bottom: 1px solid #bebcb9;
  margin-bottom: 20px; }

.title-highlight {
  text-align: center;
  font-size: 1.4em;
  color: #413C37;
  margin: 40px 0;
}

.title-highlight a {
  color: #413C37;
  text-decoration: none;
}

.title-highlight a:hover {
  color: #413C37;
  text-decoration: underline;
}

img {
  border: 0;
  max-width: 100%;
  height: auto; }

.footer_img {
  text-align: center;
  margin-top: 40px;
}

span.new_line {
  display: block; }

span.number a {
  text-decoration: none;
  color: inherit;
  outline: none; }

a.inline_link {
  text-decoration: none;
  color: #413C37;
  font-weight: 600;
  outline: none; }
  a.inline_link:hover {
    text-decoration: underline; }

a.footer_link {
  text-decoration: none;
  color: inherit;
  outline: none; }
  a.footer_link:hover {
    text-decoration: underline; }

a.contact_link {
  text-decoration: none;
  font-size: 1.25em;
  font-weight: 600;
  color: #413C37;
  outline: none; }
  a.contact_link:hover {
    text-decoration: underline; }

.clear_fix:after {
  content: '';
  display: table;
  clear: both; }

.clearall {
  clear: both;
}

.title {
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 125%;
  text-align: center;
  color: #413C37;
  margin-bottom: 20px; }
  .title.mb30 {
    margin-bottom: 30px; }

.title a {
  color: #413C37;
  text-decoration: none;
}

.title a:hover {
  color: #413C37;
  text-decoration: underline;
}

.inline_block_link {
  display: inline-block;
  background-color: #0055a5;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
  /*margin-top: 30px;*/ }

h3 {
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375em;
  font-weight: 600;
  line-height: 160%;
  text-align: left;
  color: #413C37;
  margin-bottom: 20px; }

@media screen and (max-width: 1023px) {

    .title {
      font-size: 1.5em;
    }

    p:last-of-type {
      margin-bottom: 20px; }

}

@media screen and (max-width: 767px) {

    .title-highlight {
      text-align: center;
      font-size: 1.4em;
      color: #413C37;
      margin: 30px 0;
    }

    h2.underline {
      text-align: center;
    }

}

/* NIK STUFF -------------------------------------------------- */

#video_wrapper {
  position: relative;
  width: 100%;
}

#myVideo {
  position: relative;
  width: 100%;
  height: 100%;
}

.still {
  display: none;
}

#video_wrapper .video-caption {
    position: absolute;
    text-align: center;
    bottom: 60px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5%;
    z-index: 1;
}

#video_wrapper .video-caption .video-title {
    color: #FFFFFF;
    margin-bottom: 0;
}

.video-title {
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 125%;
  text-align: center;
  color: #413C37;
  margin-bottom: 20px;
}

.title.mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {

  #video {
    display: none;
  }

  .still {
    display: block;
  }
    

}

.blank_separator {
  display: block;
  width: 100%;
  height: 80px; }

@media screen and (max-width: 1024px) {
  .blank_separator {
    height: 40px; } }

@media screen and (max-width: 767px) {
  .blank_separator {
    height: 30px; } }

/* END NIK STUFF ------------------------------------------- */

/* SIDEBAR -------------------------------------------------- */
/*#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  background: #ffffff;
  border-right: solid 1px #413C37;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  z-index: 1;
}*/

#sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  background: #ffffff;
  border-right: solid 1px #413C37;
  box-sizing: border-box;
  padding: 20px 40px 20px 40px; /* Adjust padding to reduce whitespace */
  z-index: 1;
}

#logo .logo-desktop {
  position: relative;
  text-align: center;
  line-height: 0;
  margin-bottom: 20px;
}

#logo .logo-desktop img {
  width: 80%!important;
}

#logo .logo-desktop a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#logo .logo-desktop a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#logo .logo-mobile {
  display:none;
  position: relative;
  text-align: center;
  line-height: 0;
  margin-bottom: 40px;
}

#logo .logo-mobile a {
  display: none;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#logo .logo-mobile a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#nav,
#mobile_nav {
  position: relative;
  width: 100%;
}

#nav li,
#mobile_nav li {
  list-style: none;
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
  letter-spacing: 0.05em;
  color: #413C37;
}

#nav li a,
#mobile_nav li a {
  display: block;
  /*border-bottom: solid 1px #7a7a7a;*/
  text-decoration: none;
  color: inherit;
  outline: none;
  padding: 8px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#nav li a:hover,
#mobile_nav li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#nav li a.dropdown_cta:after,
#mobile_nav li a.dropdown_cta:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  background: url("../images/global/sidebar/arrow.png");
  background-image: url("../images/global/sidebar/arrow.svg"), none;
  margin-top: -6px;
}

/*#nav li a.dropdown_cta2:after,
#mobile_nav li a.dropdown_cta2:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  background: url("../images/global/sidebar/arrow.png");
  background-image: url("../images/global/sidebar/arrow.svg"), none;
  margin-top: -6px;
}*/

#nav li a.dropdown_cta.dropped:after,
#mobile_nav li a.dropdown_cta.dropped:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/*#nav li a.dropdown_cta2.dropped:after,
#mobile_nav li a.dropdown_cta2.dropped:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}*/

#nav .dropdown,
#mobile_nav .dropdown {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
}

/*#nav .dropdown2,
#mobile_nav .dropdown2 {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
}*/

#nav .dropdown.show,
#mobile_nav .dropdown.show {
  display: block;
}

/*#nav .dropdown2.show,
#mobile_nav .dropdown2.show {
  display: block;
}*/

#nav .dropdown li,
#mobile_nav .dropdown li {
  font-weight: 300;
  color: #7a7a7a;
}

/*#nav .dropdown2 li,
#mobile_nav .dropdown2 li {
  font-weight: 300;
  color: #7a7a7a;
}*/

#mobile_nav li {
  text-align: center;
}

#mobile_nav li a {
  display: inline-block;
  position: relative;
  border-bottom: none;
  padding: 10px 0;
}

#mobile_nav li a.dropdown_cta:after {
  right: -20px;
}

/*#mobile_nav li a.dropdown_cta2:after {
  right: -20px;
}*/

a.burger_btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 20px;
  background: url("../images/global/sidebar/burger.png");
  background-image: url("../images/global/sidebar/burger.svg"), none;
  width: 25px;
  height: 20px;
  text-decoration: none;
  outline: none;
  margin-top: -10px;
}

/*#social_icons_wrapper {
  position: absolute;
  text-align: center;
  bottom: 15px;
  width: 70%;
  max-height: calc(100vh - 650px);
  overflow-y: hidden;
}*/

#social_icons_wrapper {
  text-align: center;
  width: 100%;  /* Adjust width to fill the available space */
  min-height: 100px; /* Ensure a minimum height for the content */
  margin-top: auto; /* Push the element to the bottom of the sidebar */
  overflow-y: auto; /* Allow scrolling if content exceeds available space */
  padding-bottom: 15px; /* Prevent overflow content from being cut off */
}

#social_icons_wrapper2 {
  position: absolute;
  text-align: center;
  bottom: 400px;
  width: 90%;
}

#social_icons_wrapper2 img {
  max-width: 50%;
}

#social_icons_wrapper p {
  text-align: center;
  font-size: 10px;
  margin-bottom: 0px;
}

#social_icons_wrapper2 p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0px;
}

.social_icons {
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding-left: 20px;
}

.social_icons a {
  padding-right: 29px;
}

.social_icons.mt60 {
  margin: 60px auto 0 auto;
}

.social_icons a.icon {
  display: block;
  float: left;
  text-decoration: none;
  line-height: 0;
  outline: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.social_icons a.icon:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1366px) {

  #nav li {
    font-size: 1em;
  }

  #nav li a {
    padding: 8px 0;
  }

  #social_icons_wrapper p {
    font-size: 10px;
  }

}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #sidebar {
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: solid 1px #FFFFFF;
    padding: 20px;
  }

  #logo .logo-desktop {
    display: none;
  }

  #logo .logo-mobile {
    display: block;
    width: 120px;
    margin: 0 auto;
  }

  .logo-hidden {
    display: none;
  }

  #logo .logo-mobile a {
    display: block;
  }

  #nav {
    display: none;
  }
  
  a.burger_btn {
    display: block;
  }
  
  #social_icons_wrapper {
    display: none;
  }

  .social_icons {
    width: 116px;
    padding: 0;
  }

  .social_icons a:last-of-type {
    padding-right: 0;
  }
}

/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
    #social_icons_wrapper2 {
      position: absolute;
      text-align: center;
      bottom: 200px;
      width: 80%;
  }

    #social_icons_wrapper2 img {
      max-width: 100%;
  }
}

/* -------------------------------------------------- */
@media screen and (max-height: 590px) {
  #logo .logo-mobile {
    width: 200px;
  }
}

@media screen and (max-height: 590px) {
  #social_icons_wrapper {
    top: 518px;
    bottom: auto;
  }
}

/* POPUP -------------------------------------------------- */
.popup_overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 9;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.popup_overlay.show {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.popup_overlay a.close_btn {
  display: block;
  position: absolute;
  top: 50px;
  left: 22px;
  background: url("../images/global/sidebar/close.png");
  background-image: url("../images/global/sidebar/close.svg"), none;
  width: 20px;
  height: 20px;
  text-decoration: none;
  outline: none;
}

/* PAGE -------------------------------------------------- */
#page {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 260px;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #page {
    padding-top: 200px;
    padding-left: 0;
  }
}


/* SLIDER -------------------------------------------------- */
#slider_wrapper {
  position: relative;
  width: 100%; }
  /*#slider_wrapper .caption {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 13%;
    z-index: 1; }
    #slider_wrapper .caption .title {
      color: #FFFFFF;
      margin-bottom: 0; }*/

#slider {
  position: relative;
  width: 100%; }
  #slider li {
    list-style: none; }
    #slider li .slide
    {
      position: relative;
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 18% 0;
    }

#slider li .slide .caption
{
  position: absolute;
  bottom: 20px;
  left: 50%;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  max-width: 960px;
  /*background: rgba(0, 0, 0, 0.5);*/
  font-family: "Montserrat", sans-serif;
  font-size: 2.1em;
  font-weight: 600;
  line-height: 125%;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

.overlay {
  /*background-color: rgba(0, 0, 0, 0.5);*/
  background: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide1 {background-image: url(/chadley-group/images/home/slider/public.jpg);}
.slide2 {background-image: url(/chadley-group/images/home/slider/private.jpg);}
.slide3 {background-image: url(/chadley-group/images/home/slider/commercial.jpg);}
.slide4 {background-image: url(/chadley-group/images/home/slider/residential.jpg);}


@media screen and (max-width: 1023px) {

    #slider li .slide .caption
    {
      font-size: 1.4em;
      text-align: center;
      padding: 20px;
    }

}

@media screen and (max-width: 767px) {

    .slide1 {background-image: url(/chadley-group/images/home/slider/public-m.jpg);}
    .slide2 {background-image: url(/chadley-group/images/home/slider/private-m.jpg);}
    .slide3 {background-image: url(/chadley-group/images/home/slider/commercial-m.jpg);}
    .slide4 {background-image: url(/chadley-group/images/home/slider/residential-m.jpg);}

    h2.caption {
      margin-bottom: 10px;
    }

}

/* HEADER IMG -------------------------------------------------- */
#header_img {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30% 0 0 0; }
  #header_img .caption {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5%; }
    #header_img .caption .title {
      color: #FFFFFF;
      margin-bottom: 0; }


.home { background-image: url(/images/page-headers/home.jpg); }


@media screen and (max-width: 767px) {

    #header_img
    {
        display: none;
    }

}

/* TEXT SECTION -------------------------------------------------- */
#text_section_bg {
  position: relative;
  width: 100%;
  background: #F5F5F5; }
  #text_section_bg.white {
    background: #ffffff; }
      #text_section_bg.blue {
        background: #d8eafa; }
          #text_section_bg.light {
            background: #f2f0ee; }
              #text_section_bg.dark {
                background: #87827d; }

#text_section_wrapper {
  position: relative;
  width: 90%;
  max-width: 1000px;
  padding: 80px 0;
  margin: 0 auto; }

#text_section {
  position: relative;
  width: calc(100% + 40px);
  margin: 0 -20px; }
  #text_section .col {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px; }
      #text_section .col1 {
        float: left;
        width: 33.333333%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px 20px 0; }
          #text_section .col2 {
            float: left;
            width: 66.666666%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 0 20px 20px; }
              #text_section .col2 p {
                text-align: left!important;
                color: #ffffff!important; }
                #text_section .column1 {
                  float: left;
                  width: 33.333333%;
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box;
                  padding: 0 10px 0 0; }
                    #text_section .column2 {
                      float: left;
                      width: 33.333333%;
                      -webkit-box-sizing: border-box;
                      -moz-box-sizing: border-box;
                      box-sizing: border-box;
                      padding: 0 0 0 10px; }
                        #text_section .column3 {float: left;
                        width: 33.333333%;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        padding: 0 0 0 10px; } 
                          #text_section .col.full_width {
                            float: none;
                            position: relative;
                            width: 100%;
                            max-width: 750px;
                            margin: 0 auto; }
                            #text_section .col.full_width p {
                              text-align: center; }
                              #text_section .icon_col {
                                float: left;
                                width: 25%;
                                -webkit-box-sizing: border-box;
                                -moz-box-sizing: border-box;
                                box-sizing: border-box;
                                padding: 30px 10px 0 10px }
                                #text_section .icon_col .img {
                                  margin-top: 15px; }
                                  #text_section .col_faqs {
                                    float: none;
                                    position: relative;
                                    width: 100%;
                                    max-width: 1000px;
                                    margin: 0 auto; }
                                    #text_section .col_faqs p {
                                      text-align: center; }

#text_section ul
{
    margin-bottom: 20px;
}

#text_section ul:last-child
{
    margin-bottom: 0;
}

#text_section ul li
{
    list-style: none;
    position: relative;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 160%;
    text-align: left;
    color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}

#text_section ul li:before
{
    content: '•';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
}

/*@media screen and (max-width: 768px) {

    #text_section {
        width: 100%;
        margin: 0;
    }

    #text_section .col {
        float: none;
        position: relative;
        width: 100%;
        padding: 0;
    }

    #text_section .col:first-child {
        margin-bottom: 20px;
    }

    #text_section .col:last-child {
        margin-bottom: 0;
    }

}*/

@media screen and (max-width: 767px) {

    #text_section {
        width: 100%;
        margin: 0;
    }

    #text_section .col {
        float: none;
        position: relative;
        width: 100%;
        padding: 0;
    }

    #text_section .col:first-child {
        margin-bottom: 20px;
    }

    #text_section .col:last-child {
        margin-bottom: 0;
    }

    #text_section_wrapper {
        padding: 40px 0;
    }

    #text_section .col1 {
        float: none;
        position: relative;
        width: 100%;
        padding: 0;
    }

    #text_section .col2 {
        float: none;
        position: relative;
        width: 100%;
        padding: 0;
    }

    #text_section .col1 img {
      margin: 30px 0;
    }

    #text_section .col2 p {
        text-align: center!important;
    }

    #text_section .icon_col {
        float: none;
        position: relative;
        width: 100%;
        padding: 30px 0 0 0
    }

    #text_section .icon_col .img
    {
        text-align: center;
    }

    #text_section .icon_col .img img
    {
        display: inline-block;
    }

    #text_section .column1 {
        float: none;
        position: relative;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    #text_section .column2 {
        float: none;
        position: relative;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    #text_section .column3 {
        float: none;
        position: relative;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

}

/* GENERIC CTAS -------------------------------------------------- */
#generic_ctas_wrapper {
  position: relative;
  width: 90%;
  max-width: 1220px;
  padding: 60px 0;
  margin: 0 auto; }

#generic_ctas {
  position: relative;
  /*width: calc(100% + 20px);*/
  width: 100%;
  /*margin: 0 -10px;*/
  margin: 0; }
  #generic_ctas .cta_wrapper {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px; }
    #generic_ctas .cta_wrapper .cta {
      position: relative;
      width: 100%;
      border: solid 1px #000000;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #generic_ctas .cta_wrapper .cta .img {
        position: relative;
        width: 100%;
        line-height: 0; }
      #generic_ctas .cta_wrapper .cta .text {
        position: relative;
        width: 100%;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px; }
        #generic_ctas .cta_wrapper .cta .text p {
          text-align: center; }

img.cta_icon {
  margin: 20px 0;
}

#product_ctas_wrapper {
  position: relative;
  width: 90%;
  max-width: 960px;
  padding: 0px 0;
  margin: 0 auto;
}

#cta-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
}

#cta-wrapper img {
  width: 100%;
  margin-bottom: 0px;
}

.cta-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
}

h3.cta-text {
  text-align: center;
  /*position: absolute;
  width: 58%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);*/
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 130%;
  font-weight: 400;
  color: #413C37;
  padding: 20px 0;
  margin-bottom: 0;
}

.cta-text a {
  text-decoration: none;
}

#cta1, #cta2, #cta3, #cta4, #cta5, #cta6, #cta7 {
  float: left;
  position: relative;
  text-align: center;
  width: 33.333333%;
  padding: 0 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}

@media screen and (max-width: 992px) {

    h3.cta-text {
      font-size: 20px;
    }

}

@media screen and (max-width: 767px) {

    #generic_ctas_wrapper {
        padding: 40px 0;
    }

    #generic_ctas {
        width: 100%;
        margin: 0;
    }

    #generic_ctas .cta_wrapper {
        float: none;
        position: relative;
        width: 100%;
        padding: 0;
    }

    #generic_ctas .cta_wrapper:last-child {
        margin-top: 20px;
    }

    #cta1, #cta2, #cta3, #cta4, #cta5, #cta6, #cta7 {
      float: none;
      width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
    }

    #cta1, #cta2, #cta3, #cta4, #cta5, #cta6 {
      padding: 0 0 20px 0;
    }

    #cta6 {
      padding: 0;
    }

    h3.cta-text {
      font-size: 30px;
      width: 100%;
    }

}

/* FOOTER -------------------------------------------------- */
#footer_wrapper {
  position: relative;
  width: 100%;
  background: #413c37; }

#m_footer_wrapper {
  display: none;
  position: relative;
  width: 100%;
  background: #413c37; }

#footer {
  text-align: center;
  position: relative;
  width: 90%;
  max-width: 750px;
  padding: 80px 0;
  margin: 0 auto; }
  #footer p {
    text-align: center;
    color: #ffffff; }

@media screen and (max-width: 767px) {

    #footer_wrapper {
      display: none!important;
    }

    #m_footer_wrapper {
      display: block!important;
    }

    #footer {
        padding: 40px 0;
    }

    #footer p span.copyright,
    #footer p span.policies,
    #footer p span.terms,
    #footer p span.contact,
    #footer p span.social
    {
        display: block;
    }

    #footer p span.hide
    {
        display: none;
    }

    /*#footer p span.new_line
    {
        display: inline;
    }*/

}

/* PRODUCTS -------------------------------------------------- */
#products_bg {
  position: relative;
  width: 100%;
  background: #FAF8F5; }

#products_wrapper {
  position: relative;
  width: 90%;
  /*max-width: 1220px;*/
  padding: 60px 0 40px 0;
  margin: 0 auto;
  overflow-x: hidden!important; }
  #products_wrapper .title .pager {
    display: block;
    position: absolute;
    top: 50%;
    width: 18px;
    height: 30px;
    background: url("../images/global/misc/slider_arrows.png");
    background-image: url("../images/global/misc/slider_arrows.svg"), none;
    text-decoration: none;
    outline: none;
    margin-top: -15px; }
    #products_wrapper .title .pager.prev {
      left: 0;
      background-position: 0 0; }
    #products_wrapper .title .pager.next {
      right: 0;
      background-position: -18px 0; }

#products,
#featured_products {
  position: relative;
  /*width: calc(100% + 20px);*/
  width: 100%;
  /*margin: 0 -10px;*/
  margin: 0; }
  #products .product_wrapper,
  #featured_products .product_wrapper {
    float: left;
    width: 33.333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 20px 10px; }
    #products .product_wrapper .product,
    #featured_products .product_wrapper .product {
      position: relative;
      width: 100%;
      background: #FFFFFF;
      /*border: solid 1px #000000;*/
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden; }
      /*#products .product_wrapper .product .img,
      #featured_products .product_wrapper .product .img {
        text-align:center;
        position: relative;
        width: 100%;
        line-height: 0; }
      #featured_products .product_wrapper .product .img img {
        display: inline-block; }*/
        #products .product_wrapper .product .img,
        #featured_products .product_wrapper .product .img {
            text-align: center;
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 60%;
            overflow: hidden;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }
        /*#products .product_wrapper .product .img img,
        #featured_products .product_wrapper .product .img img {
            display: none; /* Hide the actual img tag */
        /*}*/
      #products .product_wrapper .product .text,
      #featured_products .product_wrapper .product .text {
        position: relative;
        width: 100%;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px; }
        #products .product_wrapper .product .text .title,
        #featured_products .product_wrapper .product .text .title {
          font-size: 1.25em; }
        #products .product_wrapper .product .text p,
        #featured_products .product_wrapper .product .text p {
          text-align: center; }
          #products .product_wrapper .product .text p span,
          #featured_products .product_wrapper .product .text p span {
            font-weight: 600;
            color: #413C37; }

h2.team-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5625em;
  font-weight: 400;
  color: #413C37;
  line-height: 125%;
  background-color: #FAF8F5;
  padding: 20px 0 5px 0;
  margin: 0!important;
}

p.team-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #000000;
  line-height: 160%;
  background-color: #FAF8F5;
}

@media screen and (max-width: 997px) {

    #featured_products .product_wrapper {
          float: left;
          width: 50%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 10px 20px 10px;
        }

}

@media screen and (max-width: 767px) {

    #products_wrapper {
        padding: 40px 0 20px 0;
    }

    #products {
        width: 100%;
        margin: 0;
    }

    #products .product_wrapper {
        float: none;
        width: 100%;
        padding: 0 0 20px 0;
    }

    #featured_products .product_wrapper {
        float: none;
        position: relative;
        width: 100%; }

}

/* PRODUCT DETAIL -------------------------------------------------- */
#product_detail {
  position: relative;
  width: 90%;
  max-width: 1220px;
  border-bottom: 1px solid #f2f1f1;
  padding: 60px 0;
  margin: 0 auto; }
  #product_detail .col {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #product_detail .col.pr_15 {
      padding-right: 15px; }
    #product_detail .col.pl_15 {
      padding-left: 15px; }
    #product_detail .col .gallery {
      position: relative;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 65px; }
      #product_detail .col .gallery .thumbnails {
        position: absolute;
        top: 0;
        left: 0;
        width: 50px; }
        #product_detail .col .gallery .thumbnails .thumbnail {
          display: block;
          position: relative;
          width: 100%;
          text-decoration: none;
          line-height: 0;
          outline: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin-bottom: 15px;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          filter: alpha(opacity=50);
          -moz-opacity: 0.5;
          -khtml-opacity: 0.5;
          opacity: 0.5; }
          #product_detail .col .gallery .thumbnails .thumbnail:last-child {
            margin-bottom: 0; }
          #product_detail .col .gallery .thumbnails .thumbnail.current {
            border: solid 1px #413C37;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1; }
      #product_detail .col .gallery .display {
        position: relative;
        width: 100%;
        border: solid 1px #000000;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px; }
        #product_detail .col .gallery .display li .img {
            text-align: center;
        }
        #product_detail .col .gallery .display li .img img {
            display: inline-block;
        }
    #product_detail .col .info {
      position: relative;
      width: 100%; }
      #product_detail .col .info .title {
        text-align: left; }
        #product_detail .col .info p {
        text-align: left; }
      #product_detail .col .info p span {
        font-size: 20px;
        font-weight: 600;
        color: #413C37; }

@media screen and (max-width: 992px) {

    #product_detail {
      border-bottom: 1px solid #000000;
    }

}

@media screen and (max-width: 767px) {

    #product_detail {
        padding: 40px 0;
    }

    #product_detail .col
    {
        float: none;
        position: relative;
        width: 100%;
    }

    #product_detail .col.pr_15
    {
        padding-right: 0;
    }

    #product_detail .col.pl_15
    {
        padding-top: 40px;
        padding-left: 0;
    }

    #product_detail .col .gallery
    {
        padding-left: 0;
    }

    #product_detail .col .gallery .thumbnails
    {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-top: 15px;
    }

    #product_detail .col .gallery .thumbnails .thumbnail
    {
        float: left;
        width: 20%;
        margin-right: 15px;
        margin-bottom: 0;
    }

    #product_detail .col .gallery .thumbnails .thumbnail:last-child
    {
        margin-right: 0;
    }

}


#faqs_wrapper
{
    position: relative;
    width: 100%;
    background: #d8eafa;
}

#faqs
{
    position: relative;
    width: 90%;
    max-width: 1220px;
    padding: 40px 0;
    margin: 0 auto;
}

#faqs .title
{
    margin-bottom: 30px;
}

#faqs_accordion
{
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#faqs_accordion .accordion
{
    padding-bottom: 30px;
}

#faqs_accordion .accordion:last-child
{
    padding-bottom: 0;
}

#faqs_accordion .accordion .question
{
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border: solid 1px #EAE4DA;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 160%;
    text-align: left;
    color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 60px 15px 30px;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}

#faqs_accordion .accordion .question:hover,
#faqs_accordion .accordion .question.active
{
    background: #fad44e;
    /*color: #FFFFFF;*/
}

#faqs_accordion .accordion .answer
{
    display: none;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 30px;
}

.answer p {
  text-align: left!important
}

#faqs_accordion .accordion .answer ul
{
    margin-bottom: 20px;
}

#faqs_accordion .accordion .answer ul:last-child
{
    margin-bottom: 0;
}

#faqs_accordion .accordion .answer ul li
{
    list-style: none;
    position: relative;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 160%;
    text-align: left;
    color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}

#faqs_accordion .accordion .answer ul li:before
{
    content: '•';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
}

#faqs_accordion .accordion .answer .table
{
    position: relative;
    border: solid 1px #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
}

#faqs_accordion .accordion .answer .table .row
{
    position: relative;
    width: 100%;
    border-bottom: solid 1px #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 120px;
}

#faqs_accordion .accordion .answer .table .row:last-child
{
    border-bottom: none;
}

#faqs_accordion .accordion .answer .table .row .area
{
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}

#faqs_accordion .accordion .answer .table .row .surcharge
{
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    border-left: solid 1px #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}

@media screen and (max-width: 767px) {

    #faqs
    {
        padding: 40px 0;
    }

}

@media screen and (max-width: 413px) {

    #faqs_accordion .accordion .answer .table .row
    {
        padding-right: 0;
    }

     #faqs_accordion .accordion .answer .table .row.header
     {
        display: none;
     }

    #faqs_accordion .accordion .answer .table .row .surcharge
    {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        background: #EAE4DA;
        border-top: solid 1px #000000;
        border-left: none;
    }

}


#quantity_select select
{
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    background: url('../images/global/misc/select_arrow.png');
    background-image: url('../images/global/misc/select_arrow.svg'), none;
    background-color: #FFFFFF;
    background-position: right 20px center;
    background-repeat: no-repeat;
    border: solid 1px #DDDDDD;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 160%;
    text-decoration: none;
    text-align: left;
    color: #000000;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px;
    margin: 30px 0 0 0;
    cursor: pointer;
}

#quantity_select select::-ms-expand
{
    display: none;
}

button
{
    cursor: pointer;
}


.iframe_wrapper
{
    margin-bottom: 15px;
}


/* CBP QUOTES ROTATOR -------------------------------------------------- */

.quotes_bg {
  /*padding: 40px 0;*/
  background-color: #FAF8F5;
}

.cbp-qtrotator {
  position: relative;
  margin: 0.4em auto 0.1em auto;
  width: 85%;
  min-height: 100px;
}

 .cbp-qtrotator .cbp-qtcontent {
  position: absolute;
  min-height: 70px;
  /*padding: 2em 0;*/
  top: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
}

 #icontent .cbp-qtrotator .cbp-qtcontent {
  position: relative;
  min-height: 100px;
  padding: 2em 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  width: 100%;
}

 .no-js .cbp-qtrotator .cbp-qtcontent {
  border-bottom: none;
}

 .cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent, .no-js .cbp-qtrotator .cbp-qtcontent {
  position: relative; 
  -index: 100;
  pointer-events: auto;
  opacity: 1;
}

 .cbp-qtrotator .cbp-qtcontent:before, .cbp-qtrotator .cbp-qtcontent:after {
  content: " ";
  display: table;
}

 .cbp-qtrotator .cbp-qtcontent:after {
  clear: both;
}

 .cbp-qtprogress {
  display: none;
}

 .cbp-qtrotator blockquote {
  margin: 0;
  padding: 0;
  background: none;
  text-align: center;
  border-left: 0 !important;
}

 .cbp-qtrotator blockquote div.paragraph {
  font-family: "Montserrat";
  font-size: 1.1em;
  color: #626262;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding-top: 10px;
  -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

 .cbp-qtrotator blockquote p {
  font-family: "Playfair Display", serif;
  font-size: 1.5em;
  color: #626262;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding: 60px;
  -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

 .cbp-qtrotator blockquote footer {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  color: #ffd006;
  text-align: center;
}

 .cbp-qtrotator blockquote footer:before {
  content: '-';
  margin-right: 10px;
}

 .cbp-qtrotator .cbp-qtcontent img {
  float: right;
  margin-left: 3em;
  width: 150px;
}

 .cbp-qtrotator blockquote a {
  color: #aaa;
  background: #ddd;
  padding: 3px;
  font-size: 1em;
  display: inline-block;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

 .cbp-qtrotator blockquote a:hover {
  background: #64c7ab;
  color: #fff;
}

 @media screen and (max-width: 1024px) {
 
 .cbp-qtrotator .cbp-qtcontent {
  padding: 1em 0;
  }

 }

 @media screen and (max-width: 767px) {

   .cbp-qtrotator .cbp-qtcontent {
    text-align: center;
    padding: 1em 0;
  }

   .cbp-qtrotator .cbp-qtcontent img {
    float: none;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
  }

   .cbp-qtrotator blockquote div.paragraph {
    text-align: center;
    font-size: 1.1em;
  }

   .cbp-qtrotator blockquote p {
    text-align: center;
    font-size: 1.1em;
  }

   .cbp-qtrotator blockquote footer, .cbp-qtrotator blockquote a {
    text-align: center;
    font-size: .9em;
  }
}

/* Target tablets with retina screens */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-width: 768px) and (max-width: 1024px) and (min-resolution: 192dpi) {
    
  #nav li {
    font-size: 1.1em;
  }

  #nav li a {
    padding: 11px 0;
  }

  #social_icons_wrapper p {
    font-size: 11px;
  }

  #logo .logo-desktop img {
    width: 100%;
  }

}