/*
Theme Name: EcoView
Description: Replacement Windows and Doors | Installation Contractors
Author: Woland Web
Author URI: https://www.wolandweb.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* ==================================
	TYPOGRAPHIC ELEMENTS
================================== */
/* Typography */
p, li, dt, dd, dl, address, label, small, pre, code,
h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
}
.text-lead, .text-lead:not(ul):not(ol) > * {
	line-height: 1.65;
}
.text-lead,
.text-lead:not(ul):not(ol) > *,
.text-lead > :not(ul):not(ol) {
	margin-top: 18px;
}
.tiny,
.tiny p {
	font-size: 10px;
}
b, strong {
  font-weight: 700;
}

/* Headings - Underlines */
h1:not([class*="fontsize-"]) u,
.h1:not([class*="fontsize-"]) u,
h2:not([class*="fontsize-"]) u,
.h2:not([class*="fontsize-"]) u {
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 2;
}
h1:not([class*="fontsize-"]) u::after,
.h1:not([class*="fontsize-"]) u::after,
h2:not([class*="fontsize-"]) u::after,
.h2:not([class*="fontsize-"]) u::after {
  content:"";
  width: 102%;
  background: #46c8f5;
  position: absolute;
  z-index: -1;
  opacity: .8;
}
h1:not([class*="fontsize-"]) u::after,
.h1:not([class*="fontsize-"]) u::after {
  height: 17px;
  bottom: -1px;
  left: -2px;
}
h2:not([class*="fontsize-"]) u::after,
.h2:not([class*="fontsize-"]) u::after {
  height: 6px;
  bottom: 0px;
  left: -2px;
}
@media (min-width: 768px) {
  h2:not([class*="fontsize-"]) u::after,
  .h2:not([class*="fontsize-"]) u::after {
    height: 10px;
    bottom: 2px;
  }
}

/* Headings - Emphasis */
h1:not([class*="fontsize-"]) strong,
.h1:not([class*="fontsize-"]) strong,
h2:not([class*="fontsize-"]) strong,
.h2:not([class*="fontsize-"]) strong,
h3:not([class*="fontsize-"]) strong,
.h3:not([class*="fontsize-"]) strong {
  color: #46C8F5;
}
h6:not([class*="fontsize-"]),
.h6:not([class*="fontsize-"]) {
	letter-spacing: .1em;
}

/* Buttons */
.btn {
	border-radius: 6px;
}
.btn-container .custom-link {
	font-weight: 700;
}
.btn-container .custom-link:not(.btn) .fa {
	margin-left: 7px;
	position: relative;
	top: 1px;
}

.btn-round,
.btn-round.btn-default {
  border-radius: 6px;
}

/* Solid Green Buttons */
.btn-color-115D4B:not(.btn-hover-nobg):not(.icon-animated):hover,
.btn-color-115D4B:not(.btn-hover-nobg):not(.icon-animated):focus {
  background: #46C8F5!important;
  border-color: #46C8F5!important;
}
.btn-color-115D4B:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,
.btn-color-115D4B:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus {
  color: #FFFFFF!important;
}

/* White Outline Buttons on Dark BG */
.style-dark .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover,
.style-dark .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video):focus {
  background: #46C8F5!important;
  border-color: #46C8F5!important;
  color: #FFFFFF!important;
}

/* Black Outline Buttons */
.btn-phone:hover,
.btn-phone:focus,
.btn-color-jevc.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover,
.btn-color-jevc.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus {
  background: #46C8F5!important;
  border-color: #46C8F5!important;
  color: #FFFFFF!important;
}

/* Links */
.uncode_text_column p a {
	text-decoration: underline;
	font-weight: 700;
}

/* Lists */
.uncode-list ul.icons {
	margin-left: 30px;
}
.uncode-list ul.icons .fa {
	margin-left: -30px;
}
@media (min-width: 959px) {
	.uncode-list.double ul.icons {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}

/* Accordions */
.uncode-accordion:not(.default-typography) .panel-title > a > span {
	font-size: 16px;
}

/* For Launch - Hide Navigation
#menu-blank-for-launch li.menu-item {
  opacity: 0;
  visibility: hidden;
}*/

/* ==================================
	UNIVERSAL ELEMENTS
================================== */

/* Responsive Video */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box-wrapper {
  position: relative;
  z-index: 1000;
}

/* Free Consultation Pop Up */
.consultation-popup {
  max-width: 700px;
  border-radius: 6px;
  padding: 36px;
}
.consultation-popup #gform_wrapper_1 {
  margin-top: 18px;
}
@media (max-width: 959px) {
  .consultation-popup .row div[class*="col-lg-"] {
    padding: 0px 0px 0px 0px;
  }
}

/* Vertical List */
.list-group.vertical-steps{
  padding-left:0px;
  margin-left: 16px;
  list-style-type: none;
}
.list-group.vertical-steps .list-group-item {
  border:none;
  /* border-left:2px solid #46C8F5;*/
  box-sizing:border-box;
  border-radius:0;
  counter-increment: step-counter;
  padding-left:25px;
  padding-right:0px;
  padding-bottom:25px;
  padding-top:0px;
}
.list-group.vertical-steps .list-group-item:last-child {
  /* border-left:3px solid transparent; */
  padding-bottom: 0;
}
.list-group.vertical-steps .list-group-item::before {
  border-radius: 50%;
  background-color: #46C8F5;
  border: 3px solid #46C8F5;
  color:#FFFFFF;
  content: "\f00c";
  display:inline-block;
  float:left;
  height:30px;
  width:30px;
  line-height:25px;
  margin-top: -3px;
  margin-left: -42px;
  text-align:center;
  font-size: 16px;

  font-family: 'uncodeicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-group.vertical-steps .list-group-item span {
  display:block;
  overflow:hidden;
  padding-top:0px;
}
.list-group.vertical-steps .list-group-item strong {
  display: block;
  padding: 0px 0 5px 0;
}

/* Consultation Pop Up */
#free-consultation.white-popup #marketsharpmForm {
  margin-top: 36px;
}

/* Promotional Popup */
.adp-popup-overlay {
  --adp-popup-overlay-background: rgba(0,0,0,0.75);
}
.adp-popup-type-content .adp-popup-content .popup-form .gform_wrapper {
  margin-top: 36px;
}
.adp-popup-type-content .adp-popup-content {

}
@media (min-width: 1024px) {
  .adp-popup-type-content .adp-popup-content {
    padding: 36px 72px;
  }
  .adp-popup-type-content.adp-preview-image-left .adp-popup-thumbnail {
    min-height: 550px;
    background: #0e6f5e;
  }
  .adp-popup-type-content.adp-preview-image-left .adp-popup-thumbnail img {
    display: block;
    object-fit: contain;
  }

  /*.adp-popup-type-content.adp-preview-image-left .adp-popup-thumbnail {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    background: #0e6f5e;
  }
  .adp-popup-type-content.adp-preview-image-left .adp-popup-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }*/
}

/* ==================================
	HEADER
================================== */
#masthead .col-lg-0#logo-container-mobile {
	padding: 30px 36px 20px 36px;
}
@media (min-width: 960px) {
  .menu-smart#menu-primary-menu-buttons > li > a {
	padding: 0px 7px 0px 7px;
  }
}
.hmenu .menu-primary .menu-smart > li > a,
.hmenu-center .menu-primary .menu-smart > li > a {
  transition: all 0.3s ease;
}
.menu-primary ul.menu-smart li.dropdown > a {
	text-transform: none;
}
@media (min-width: 960px) {
  .menu-smart ul > li > a,
  .menu-smart ul > li > ul > li > a {
	padding: 5px 0px;
  }
  .submenu-light .menu-horizontal:not(.menu-sub-enhanced) .menu-smart ul a:hover,
  .submenu-light .menu-horizontal:not(.menu-sub-enhanced) .menu-smart ul a:focus {
	background-color: transparent!important;
  }
}

/* Buttons */
/*.menu-item-button .btn.btn-consultation {
  background-color: #000000;
  color: #FFFFFF;
}
.menu-item-button .btn.btn-consultation:hover,
.menu-item-button .btn.btn-consultation:focus {
  background: #FFFFFF;
  color: #000000;
}*/
.menu-item-button .btn.btn-consultation .fa {
  margin-left: 9px;
  margin-right: 0px;
}
.menu-item-button .btn.btn-phone,
.menu-item-button .btn.btn-consultation {
  padding: 18px 27px!important;
}
.menu-smart > li > a > div > div > div.btn {
  font-size: 17px;
}
@media (min-width: 959px) {
  .menu-smart > li > a > div > div > div.btn {
    font-size: 14px;
  }
  .menu-item-button .btn.btn-phone,
  .menu-item-button .btn.btn-consultation {
    padding: 18px 17px!important;
  }
}
@media (max-width: 959px) {
  .menu-horizontal .menu-horizontal-inner > div:not(:first-child):not(.uncode-close-offcanvas-mobile):not(.navbar-main):not(.appended-navbar) {
    padding-top: 0px;
  }
}

/* Top Menu */
.top-menu {
  padding-top: 0px;
  padding-bottom: 0px;
}
#menu-top-bar-menu li.menu-item a {
  transition: all 0.3s ease;
}
#menu-top-bar-menu li.menu-item .fa {
  display: none;
}
.topbar-col .social-facebook::before,
.topbar-col .social-twitter::before,
.topbar-col .social-linkedin::before,
.topbar-col .social-houzz::before {
  display: none;
}

.top-menu.top-menu-enhanced .row-menu-inner .topbar-col.topbar-col-left {
  width: 100%;
}
.top-menu.top-menu-enhanced .row-menu-inner .topbar-col {
  white-space: wrap;
}
.menu-bloginfo {
  white-space: wrap;
  text-align: center;
}
.menu-bloginfo a {
  transition: all 0.3s ease;
  padding: 9px;
}
.menu-bloginfo a.hide-desktop {
  display: inline-block;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .top-menu.top-menu-enhanced .row-menu-inner .topbar-col.topbar-col-left {
    width: 0;
  }
  .top-menu.top-menu-enhanced .row-menu-inner .topbar-col {
    white-space: nowrap;
  }
  .menu-bloginfo {
    white-space: nowrap;
  }
  .menu-bloginfo a.hide-desktop {
    display: none;
  }
}

/* Special Offer */
.special-offer .uncode_text_column {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .05em;
  padding: 10px 0px;
}
.special-offer .uncode_text_column p {
  font-size: 14px;
}
.special-offer .uncode_text_column p a {
  font-weight: 900;
  opacity: 1;
  transition: all 0.3s ease;
}
.special-offer .style-dark .uncode_text_column p a:hover,
.special-offer .style-dark .uncode_text_column p a:focus {
  color: #FFFFFF;
  opacity: .7;
}
@media (max-width: 959px) {
  .special-offer .uncode_text_column p {
    font-size: 12px;
  }
 .special-offer .row div[class*="col-lg-"] {
    padding: 0px 36px 0px 36px;
  }
}

/* Mobile */
@media (max-width: 540px) {
  .mobile-menu-button .lines {
    top: -8%;
  }
}

/* Top Bar */
.menu-bloginfo .menu-bloginfo-inner {
  font-weight: 700;
  font-size: 16px;
}
.menu-bloginfo .menu-bloginfo-inner strong {
  color: #FFF200;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 959px) {
  .menu-bloginfo .menu-bloginfo-inner {
    font-size: 18px;
  }
  .menu-bloginfo .menu-bloginfo-inner strong {
    font-size: 18px;
    display: inline;
  }
}

/* =====================================
  MEGA MENU
======================================== */
#top-menu {
  position: absolute;
  z-index: 1000;
  width: 100%;
}
.megamenu {
  display: none;
  width: 100%;
  height: 100% !important;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(34, 34, 34, 0.2);
}
@media (min-width: 959px) {
  .megamenu .wpb_column {
    transform: scale(1);
    transform-origin: center;
    transition: all 0.5s ease;
  }
  .megamenu .wpb_column:hover,
  .megamenu.wpb_column:focus {
    transform: scale(1.02);
  }
}

/* Mobile */
#menu-primary-menu {

}
#menu-primary-menu .megamenu {
  box-shadow: none;
  padding-bottom: 15px;
}
#menu-primary-menu .megamenu .row {
  padding-left: 36px;
  padding-right: 36px;
}
.menu-mobile-default .menu-smart .megamenu a {
    padding: 0px 36px 0px 0px;
}
#menu-primary-menu .megamenu .vc_custom_heading_wrap {
  padding-left: 0px!important;
  padding-bottom: 0px!important;
}


/* ==================================
	FOOTER
================================== */
#colophon .footer-branding {
  border-top: 10px solid #46C8F5;
}

/* Newsletter */
#gform_wrapper_2 #gform_submit_button_2 {
  margin: 0;
  background: #115D4B;
  color: #FFFFFF;
  border-color: #115D4B;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 2px;
}
#gform_wrapper_2 #gform_submit_button_2:hover,
#gform_wrapper_2 #gform_submit_button_2:focus {
  background: #46C8F5;
  border-color: #46C8F5;
}
#marketsharpmForm .gform-button {
  margin: 0;
  background: #115D4B;
  color: #FFFFFF;
  border-color: #115D4B;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 2px;
}
#marketsharpmForm .gform-button:hover,
#marketsharpmForm .gform-button:focus {
  background: #46C8F5;
  border-color: #46C8F5;
}

/* Menu */
.main-container .row-container.footer-navigation > .row {
	border-top: 1px solid rgba(112,112,112,.2);
}
.footer-navigation ul.menu li {
	padding-bottom: 3px;
}
.footer-navigation ul.menu li a {
	font-size: 14px;
}
.footer-navigation ul.menu li a:hover,
.footer-navigation ul.menu li a:focus {
	color: #46C8F5;
}

/* Socials */
@media (max-width: 640px) {
  .uncode-vc-social {
    padding-top: 26px;
  }
}

/* Copyright */
.main-container .row-container.footer-copyright > .row {
	border-top: 1px solid rgba(112,112,112,.2);
}
.footer-copyright .uncode_text_column p {
	font-size: 12px;
	line-height: 1.25;
	margin: 10px 0px 0px 0px;
}



/* ==================================
  HOME
================================== */
/* Hero */
.main-container .row-container .row-parent .single-internal-gutter .uncont > .tiny {
  margin-top: 5px;
}
.main-container .row-container.hero-nav .single-top-padding {
  padding-top: 16px;
}
.main-container .row-container.hero-nav .single-bottom-padding {
  padding-bottom: 16px;
}
.hero .review-banner .row-inner {
  opacity: 1;
  transition: all 0.3s ease;
  padding-bottom: 56px;
}
.hero .review-banner .row-inner:hover,
.hero .review-banner .row-inner:focus {
  opacity: .6;
}
.hero .review-banner .row-inner .uncode-single-media-wrapper img {
  scale: .8;
  transform-origin: left;
}
.hero .row-parent {
	max-width: 1404px;
	margin: auto;
}
.hero .subheading-underline {
  display: inline-block;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,.25);
}
@media (min-width: 640px) {
  .hero .review-banner {
    padding-bottom: 0px;
  }
  .hero .review-banner .row-inner .uncode-single-media-wrapper img {
    scale: 1;
  }
}
@media (max-width: 959px) {
  .main-container .hero-nav .row-inner > div:not(.vc_helper) {
    padding-top: 0px;
  }
}
.hero .heading-text {
  padding: 36px 0px;
}
@media (min-width: 640px) {
  .hero .heading-text {
    padding: 72px 0px;
  }
}
@media (min-width: 959px) {
  .hero .heading-text {
    padding: 0px 0px;
  }
}

/* Warranty */
.warranty .uncode-divider-wrap {
  padding-bottom: 50px;
}
.main-container .row-container.warranty .no-bottom-padding {
  padding-bottom: 36px;
}
@media (min-width: 959px) {
  .warranty .uncode-divider-wrap {
    padding-bottom: 0px;
  }
  .main-container .row-container.warranty .no-bottom-padding {
    padding-bottom: 0px;
  }
}

/* Process */
.process-container .uncode-single-media {
  padding-bottom: 18px;
}
.process-container .vc_custom_heading_wrap {
  padding: 0px 36px 36px;
}

/* Process Pop Ups */
.process-popup {
  max-width: 1000px;
  border-radius: 6px;
}
.process-popup .single-block-padding .uncont > :not(:first-child) {
  margin-top: 18px;
}
.process-popup .uncode_text_column h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: -10px;
}
.process-popup .col-lg-6.text {
  padding: 0px;
}
.process-popup .col-lg-6.text .no-block-padding {
  padding: 0px 36px 0px 0px;
}
@media (min-width: 959px) {
  .process-popup .uncode-single-media {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .process-popup {
    padding: 0px;
  }
  .process-popup .col-lg-6.text .no-block-padding {
    padding: 36px 0px 0px 0px;
  }
}
@media (max-width: 959px) {
  .process-popup {
    padding: 36px;
  }
  .process-popup .row div[class*="col-lg-"] {
    padding-top: 0px;
  }
}


/* Testimonials */
.testimonial-container .heading-text p.h4::after {
  content:"\f005 \f005 \f005 \f005 \f005";
  display: block;
  width: 100%;
  height: 20px;
  margin: 5px 0px 0px 0px;
  color: #F26924;
  font-family: 'uncodeicon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: .1em;
  -moz-osx-font-smoothing: grayscale;
}

/* Location Information */
.business-hours p strong em {
  font-style: normal;
  color: #F26924;
}

/* ==================================
  FORMS
================================== */
.gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.style-light .gform_wrapper .gform_footer .button {
  display: block;
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #115D4B;
  color: #FFFFFF;
  text-transform: uppercase;
}
.style-light .gform_wrapper .gform_footer .button:hover,
.style-light .gform_wrapper .gform_footer .button:focus {
  background: #46C8F5;
}

/* Hero Form */
.main-container .row-container.hero .double-top-padding {
  padding-top: 36px;
}
.main-container .row-container .row-parent .consultation-form.single-internal-gutter .uncont > .wpb_raw_code.wpb_raw_html {
  margin-top: 0px;
}
.consultation-form h2:not([class*="fontsize-"]),
.consultation-form .h2:not([class*="fontsize-"]) {
  font-size: 16px;
}
.consultation-form .double-block-padding {
  padding-top: 26px;
}
.consultation-form .gform_wrapper.gravity-theme #marketsharpmForm .gfield_label {
  font-size: 13px;
  margin-bottom: 2px;
}
.consultation-form .gform_wrapper #marketsharpmForm input[type="text"],
.consultation-form .gform_wrapper #marketsharpmForm input[type="email"],
.consultation-form .gform_wrapper #marketsharpmForm input[type="tel"] {
  padding-top: 2px!important;
  padding-bottom: 2px!important;
}
.consultation-form #marketsharpmForm .gform_footer .button {
  font-size: 13px;
}
@media (min-width: 640px) {
  .main-container .row-container.hero .double-top-padding {
    padding-top: 72px;
  }
  .main-container .row-container .row-parent .consultation-form.single-internal-gutter .uncont > .wpb_raw_code.wpb_raw_html {
    margin-top: 36px;
  }
  .consultation-form h2:not([class*="fontsize-"]),
  .consultation-form .h2:not([class*="fontsize-"]) {
    font-size: 32px;
  }
  .consultation-form .double-block-padding {
    padding-top: 54px;
  }
  .consultation-form .gform_wrapper.gravity-theme #marketsharpmForm .gfield_label {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .consultation-form .gform_wrapper #marketsharpmForm input[type="text"],
  .consultation-form .gform_wrapper #marketsharpmForm input[type="email"],
  .consultation-form .gform_wrapper #marketsharpmForm input[type="tel"] {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
  }
  .consultation-form #marketsharpmForm .gform_footer .button {
    font-size: 17px;
  }
}

#marketsharpmFormDiv label.error {
  color: red;
  float: none;
  display: inline;
  margin-left: 0.5em;
}
#marketsharpmFormDiv p input.error {
  background-color: #FFFFD5;
  border-bottom-color: red;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-color-ltr-source: physical;
  border-left-color-rtl-source: physical;
  border-left-color-value: red;
  border-left-style-ltr-source: physical;
  border-left-style-rtl-source: physical;
  border-left-style-value: solid;
  border-left-width-ltr-source: physical;
  border-left-width-rtl-source: physical;
  border-left-width-value: 2px;
  border-right-color-ltr-source: physical;
  border-right-color-rtl-source: physical;
  border-right-color-value: red;
  border-right-style-ltr-source: physical;
  border-right-style-rtl-source: physical;
  border-right-style-value: solid;
  border-right-width-ltr-source: physical;
  border-right-width-rtl-source: physical;
  border-right-width-value: 2px;
  border-top-color: red;
  border-top-style: solid;
  border-top-width: 2px;
  border-right-color: red;
  border-right-style: solid;
  border-right-width: 2px;
  border-left-color: red;
  border-left-style: solid;
  border-left-width: 2px;
  color: red;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
#marketsharpmFormDiv div.error {
  text-align: center;
  color: red;
}
#marketsharpmFormDiv .hidden {
  display: none;
}
#marketsharpmFormDiv #message {
  margin-bottom: 36px;
}

/* ==================================
  SECONDARY PAGES
================================== */

/* Product Groupings - Windows, Doors */
.product-catalog .no-block-padding .vc_custom_heading_wrap {
  padding-left: 36px;
  padding-right: 36px;
}
.product-catalog .no-block-padding > .uncont {
  position: relative;
  height: 100%;
  padding-bottom: 76px;
}
.product-catalog .no-block-padding .btn-container {
  padding-left: 36px;
  padding-right: 36px;
  position: absolute;
  bottom: 36px;
}

/* Service Areas Page - Lists and Mobile Padding */
.locations-list ul {
    columns:2;
    padding:0px !important;
}
.locations-list ul li {
    list-style-type:none;
    text-align:left;
    padding-bottom: 3px;
}
@media only screen and (min-width: 768px) {
    .locations-list ul {
	    columns:4;
	}
}
@media(max-width:959px) {
    .give-us-a-call-txt .single-block-padding {
        padding:0px 32px 35px;
    }
}

/* Referral Program Page */
.referral-bullets .style-light p,
.referral-bullets .style-light h4 {
    margin:0px;
}
.referral-bullets .style-light .icon-box-left .fa-1x {
  line-height: 1.75em;
}
.referral-bullets .style-light .fa-stack {
  width: 1.75em;
  height: 1.75em;
}
.referral-buttons .style-light .single-block-padding {
    padding:0px 36px 36px 36px;
}

/* ==================================
  BLOG
================================== */

/* Blog Feed */
@media (min-width: 959px) {
  .blog-feed-container #index-378961 .owl-stage {
    padding-left: 0px!important;
  }
}
.blog-feed-container .t-entry .t-entry-meta {
  padding-bottom: 7px;
}
.blog-feed-container .tmb-light.tmb-content-under.tmb .t-entry p.t-entry-meta a:not(:hover) {
  color: #46C8F5;
}
.blog-feed-container .t-entry h3.h6 {
  font-size: 20px;
}

/* Single Posts */
.single-post .author-profile .author-profile-content::before {
  content:"by";
  display: inline-block;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 8px;
}
.single-post .author-profile .author-profile-content p {
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 569px) {
  .main-container .row-container.single-post-meta .single-top-padding,
  .main-container .row-container.single-post-content .single-top-padding {
    padding-top: 0px;
  }
  .main-container .single-post-meta .row-inner > div:not(.vc_helper),
  .main-container .single-post-content .row-inner > div:not(.vc_helper) {
    padding: 10px 0px 0px 0px;
  }
}

/* ==================================
	CUSTOM FORM
================================== */

.custom-form {
	margin-bottom: 30px;
}

.custom-form fieldset {
	padding: 0;
	border-width: 0;
}

.custom-form fieldset > div {
	display: grid;
	grid-column-gap: 2%;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(auto-fill, auto);
	width: 100%;
}

.custom-form fieldset > div > p {
	grid-column: span 6;
}

.custom-form fieldset > div.grid-col-4 > p {
	grid-column: span 4;
}

.custom-form fieldset .required {
	color: #c02b0a;
}

.custom-form fieldset > div > p > input {
	width: 100%;
	margin-top: 0;
}

.custom-form fieldset > div > .w-full,
.custom-form fieldset > div > p.submit {
	grid-column: span 12;
}

.custom-form fieldset > div > p.submit > input {
	display: block;
	width: 100%;
	border: none;
	border-radius: 6px;
	background: #115D4B;
	color: #Ffffff;
}

.custom-form fieldset > div > p.submit--small > input {
	padding-block: 9px;
	border-radius: 2px;
}

.custom-form .g-recaptcha {
	margin-top: 18px;
}

.custom-form .g-recaptcha:has(.error) {
	margin-bottom: 20px;
}

.custom-form fieldset > div > p.submit.submit > input {
	text-transform: uppercase;
}

.custom-form fieldset > div > p.submit > input:hover {
	background: #46c8f5;
}

@media (max-width: 640px) {
	.custom-form fieldset > div > p,
	.custom-form fieldset > div.grid-col-4 > p {
		grid-column: span 12;
	}

	.custom-form .g-recaptcha {
		transform: scale(0.82);
		transform-origin: top left;
	}

	.custom-form fieldset > div > p.submit > input {
		font-size: 14px;
	}
}

/* ==================================
  Map
================================== */

.wpb-map-image .icon-media {
	max-width: 100%;
}
