/* Theme Name: Enfold Child
Description: Enfold Child Theme
Author: webpopular.net
Author URL: webpopular.net
Template: enfold
Version: 4.8.53 Text
Domain: Text Domain
*/


/* Searchform */
form#searchform input::placeholder {
  color: white;
}

#top #s {
  border: none;
  color: white;
}

.header_color .av_ajax_search_image {
  display: none;
}

.avia-search-tooltip {
  width: 520px;
  left: auto !important;
  right: 0 !important;
}

#top #searchform>div {
  max-width: 100%;
  margin: 20px;
}

#top a.av_ajax_search_entry_view_all {
  color: #1751b5;
  font-size: 20px;
}

#top .content #searchform>div {
  max-width: 605px;
  margin: 0px;
}

.template-search .entry-content-wrapper .post-title {
  font-size: 20px;
  margin-bottom: 12px;
}

.search-result-counter {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.search-results .post-meta-infos {
  position: static;
  line-height: 18px;
}

.search-results .entry-content {
  line-height: 24px;
  padding-top: 5px;
}

.search-results .container .minor-meta {
  font-size: 14px;
}

#top .content #s {
  color: black;
}

.ajax_search_response h4 {
  font-size: 20px;
  padding: 20px;
}

.header_color .av_ajax_search_title {
  font-size: 16px;
  line-height: 22px;
}

#top div .av_ajax_search_entry {
  padding: 20px;
}

main, 
.content {
    min-height: 800px;
    padding-bottom: 0px;
}

.av-main-nav > li > a {
    font-size: 15px;
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
color: white;
}

.unit-choices img {
max-width: 18px;
position: relative;
left: 5px;
top: 2px;
}

.headline-align p {
    text-align:left;
}

.container_wrap.container_wrap_first {
    margin-bottom: 100px;
}

.tips-checkmarks .vc_column-inner>.wpb_wrapper { 
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.fill-space {
    min-height: 100vh;
    width: 100%;
}

button.vc_btn3.vc_btn3-size-md {
    background-color: #1751B5;
    color: white;
}

.blue-background {
    background: #1751B5;
    padding: 35px 10px;
    text-align: center;
}

.gray-background {
    background: #F7F7F7;
    padding: 35px 10px;
    text-align: center;
}

body .blue-background .vc_btn3-container {
    margin: 0px 10px;
}

body .blue-background .vc_btn3-container a {
    width: 180px;
}

body .blue-background h2, body .main_color .blue-background h2 {
    color: white;
}

body .blue-background .button a, body .blue-background .button a:hover {
    color: #1751B5;
}

body .blue-background .button.primary a {
    border: 1px solid white;
    color: white;
}

body .vc_btn3.vc_btn3-color-blue, body .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
    background-color: #1751B5;
}

body .vc_btn3.vc_btn3-color-blue:hover, body .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover {
    background-color: #12346E;
}

.textwidget .underline {
    border-top: 3px solid #84d0eb;
    width: 70px;
    margin-bottom: 15px;
}

.material-icons-outlined {
    font-size: 20px;
    margin: auto;
    color: #1751B5;
}
.icons-large .material-icons-outlined {
    font-size: 50px;
    margin: auto;
    color: #1751B5;
}

.icons-large .wpb_text_column {
    text-align: center;
}

.icons-large-security .material-icons-outlined {
    font-size: 50px;
    margin: auto;
    color: #1751B5;
}

body .main_color h1, body .main_color h2 {
    color: #1751B5;
    margin-bottom: 20px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Work Sans', sans-serif;
}

body, p {
    font-family: Arial;
    font-size: 20px;
}

body .entry-content .wpb_text_column h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 44px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 28px;
}

body .top-header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    margin: auto;
    color: white;
    background-color: #F7F7F7;   
    padding: 5px 0px;
}

.pop-up-form label,
.pop-up-form small {
	font-size: 20px
}

#main:has(.pop-up-form.active) {
	z-index: 10000;
	position: relative;
}

.template-page.content.units {
	z-index: 5;
}

.top-header a {
    color: white;
    text-align: right;
}

.top-header p {
    font-size: 16px;
    display: inline-block;
    color: #505050;
}

body .top-header .container {
    display: grid; 
    grid-template-columns: 50% 50%;
    padding: 0px 50px;
}

.top-header .top-header-right {
    display: grid;
    grid-template-columns: 1fr 120px 135px;
    grid-gap: 12px;
    align-items: center;
}
.top-header-right .button a {
    color: #1751B5;
}
.top-header-right .button {
    display: block;
    margin: auto;
    background: white;
    border-radius: 3px;
    font-size: 14px;
    padding: 12px 20px;
    border: .5px solid #848484;
}
.top-header-right .button.primary a {
    color: white;
}
.top-header-right .button:hover {
    background: #DFDFDF;
}
.top-header-right .button.primary {
    color: white;
    background: #1751B5;
}
.top-header-right .button.primary:hover {
    background: #12346E;
}
.top-header-right .button.primary:hover a, .top-header-right .button:hover a {
    text-decoration: none;
}
.top-header .top-header-right p {
    float: none;
    margin-right: 20px;
}
.top-header .material-icons {
    color: #505050;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 22px;
    margin-bottom: 5px;
}

.unit-choices img { 
    max-width: 18px; 
}

p.tips-checkmarks {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

#header {
    top: 52px;
}

#header_main {
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer.footer_color h3, #footer.footer_color a {
    color: white;
}

.content, .sidebar {
    padding-top: 85px;
}

#footer.footer_color p {
    color: white;
    margin: 0;
}

.footer_color .widgettitle {
    font-size: 20px;
}

#footer {
    background: #505558;
}

footer .webpopular-logo img {
    max-width: 200px;
    float:right;
    position: relative;
    top: 9px;  
}

footer .container {
    display:grid;
    grid-template-columns: 50% 50%;   
}

.margin-top {
    margin-top: 100px;
}

/* Why Us Styling */
.alternating .wpb_row {
    align-items: center;
}
.alternating .wpb_row:nth-child(odd) .wpb_text_column.wpb_content_element {
    max-width: 610px;
    margin: 0 0 0 auto;
    padding: 10px 25px 5px 5px;
    text-align: right;
}
.alternating .wpb_row:nth-child(even) .wpb_text_column.wpb_content_element {
    max-width: 610px;
    margin: 0 auto 0 0;
    padding: 10px 5px 5px 25px;
}
.alternating .wpb_single_image.wpb_content_element {
    margin-bottom: 0px;
}
.alternating .wpb_single_image .vc_single_image-wrapper, .alternating .wpb_single_image .vc_single_image-wrapper img, .alternating .wpb_single_image .vc_figure {
    width: 100%;
}
.alternating ul {
    margin: 0px;
    margin-top: 25px;
}
.alternating ul li {
    border-top: 1px dashed #e1e1e1;
    border-bottom: 1px dashed #e1e1e1;
    padding: 10px 0px;
    list-style-type: none;
    margin: 0px;
}



/* FAQ Styling */
body .vc_toggle {
    margin-bottom: 40px;
}

/* Checkbox Styling */
.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
}

/* Input */
body .pure-material-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -5px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
body .pure-material-checkbox > span {
    display: grid;
    grid-template-columns: 25px 1fr;
    grid-gap: 20px;
    align-items: start;
    width: 100%;
    cursor: pointer;
}

/* Box */
body .pure-material-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    border: solid 2px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 2px;
    width: 25px;
    height: 25px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
    margin-top: 5px;
}

body#top label span.checkbox-text, body label span.checkbox-text {
    font-size: 20px;
    font-family: Arial;
}

/* Checkmark */
body .pure-material-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 1px;
    width: 15px;
    height: 6px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.pure-material-checkbox > input:checked,
.pure-material-checkbox > input:indeterminate {
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

body .pure-material-checkbox > input:checked + span::before,
body .pure-material-checkbox > input:indeterminate + span::before {
    border-color: #1751B5;
    background-color: #1751B5;
}

.pure-material-checkbox > input:checked + span::after,
.pure-material-checkbox > input:indeterminate + span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.pure-material-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Hover, Focus */
.pure-material-checkbox:hover > input {
    opacity: 0.04;
}

.pure-material-checkbox > input:focus {
    opacity: 0.12;
}

.pure-material-checkbox:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.pure-material-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.pure-material-checkbox > input:active + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

/* Disabled */
.pure-material-checkbox > input:disabled {
    opacity: 0;
}

.pure-material-checkbox > input:disabled + span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}

.pure-material-checkbox > input:disabled + span::before {
    border-color: currentColor;
}

.pure-material-checkbox > input:checked:disabled + span::before,
.pure-material-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
}
.header-image .wpb_single_image .vc_figure, .header-image .wpb_single_image .vc_single_image-wrapper, .header-image img {
    width: 100%;
}

/* Contact */
.contact .material-icons {
    vertical-align: middle;
}


/* Tablet Styling */
@media screen and (max-width: 1000px) and (min-width: 580px) {
  .margin-top {
    margin-top: 50px;
  }
  
  body .top-header-right a:first-child {
    display: block;
    text-align: left;
  }

  .responsive #top #wrap_all #header {
    position: fixed;
    top: 90px;
  }

  .responsive #top #main {
    padding-top: 125px !important;
  }

  body .top-header .container {
    display: block;
  }

  .top-header-right .button {
    display: inline-block;
    width: auto;
    margin: 5px;
  }

  .top-header p {
    margin: 0px;
    line-height: normal;
  }

  .top-header .top-header-right {
    display: grid;
    grid-template-columns: 1fr 126px 145px;
    grid-gap: 0px;
  }

  body .entry-content .wpb_text_column h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  body, p {
    font-size: 18px;
  }

  .contact .vc_col-sm-4,.contact .vc_col-sm-8 {
    width: 50%;
  }
}


/* Mobile Styling */
@media screen and (max-width: 580px) {

  .avia-search-tooltip {
    width: 325px;
    left: auto !important;
    right: -55px !important;
    border: none;
    box-shadow: none;
  }

  .unit-choices .vc_inner {
    display: grid;
    grid-template-columns: 0 1fr 1fr 1fr;
    grid-gap: 0;
  }

  .margin-top {
    margin-top: 20px;
  }
  
  .headline-align p, 
  .alternating.headline-align .wpb_text_column.wpb_content_element ul, 
  .alternating.headline-align .wpb_text_column.wpb_content_element h3 {
    text-align: center;
  }

  body .top-header p {
    font-size: 12px;
    line-height: normal;
    margin: 0px;
  }

  body .top-header-right a:first-child {
    display: block;
    text-align: left;
  }

  .responsive #top #wrap_all #header {
    position: fixed;
    top: 120px;
  }

  .responsive #top #main {
    padding-top: 125px !important;
  }

  .top-header .top-header-right,body .top-header .container {
    display: block;
  }

  .top-header-right .button {
    display: inline-block;
    width: 44%;
    margin: 5px;
  }

  body, p {
    font-size: 18px;
  }

  body .entry-content .wpb_text_column h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 32px;
  }
  
  body .entry-content .wpb_text_column h1 {
    margin: 20px 0;
  }

  body .vc_toggle {
    margin-bottom: 20px;
  }

  .alternating .wpb_row:nth-child(odd) .wpb_column:first-child {
    order: 2;
  }

  .responsive #top #wrap_all .container {
    width: 92%;
    max-width: 92%;
  }

  .unit-choices .vc_inner {
    display: grid;
    grid-template-columns: 0 65px 135px 1fr;
    grid-gap: 10px;
  }

  .unit-choices .vc_inner .vc_column-inner {
    padding: 0px;
  }

  .unit-choices h3 {
    font-size: 22px;
  }

  .climate-control .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
  }

  .storage-tips .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 33%;
    display: inline-block;
    vertical-align: top;
  }

  .mobile-left-align p { 
    text-align: left; 
  }

  .alternating .wpb_row:nth-child(odd) .wpb_text_column.wpb_content_element {
    text-align: left;
    padding: 15px;
  }

  .alternating .wpb_row:nth-child(even) .wpb_text_column.wpb_content_element {
    text-align: left;
    padding: 15px;
  }

  .tips-checkmarks .wpb_text_column.wpb_content_element {
      margin-bottom: 0px;
      width: auto;
  }

  .vc_column_container>.vc_column-inner {
    width: auto;
  }

  .tips-checkmarks .vc_column-inner>.wpb_wrapper { 
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}