h1, h2, h3, h4, h5, h6 {font-family: 'Fraunces';font-weight:700;}
p {font-family: 'Inter', sans-serif;font-size: 18px;}

/* ===== HEADER ===== */

.header {position: fixed; top: 0; left: 0; width: 100%; z-index: 9999;}

/* Overlay header on homepage hero */
body.home .header,
body.page-template-templates-homepage .header {
    position: absolute; top: 0; left: 0; right: 0; }

/* Top bar */
.header .top-bar {background: rgba(52, 28, 71, 1); padding: 8px 0; color: #fff; }
.header .top-bar a {color: #fff; text-decoration: none; }
.header .top-bar .social a.cc-icon-facebook {display: none !important; }
.header .top-bar .top-bar-right {display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.header .top-bar .top-navigation {display: flex; align-items: center; }
.header .top-bar .top-navigation ul {margin: 0; padding: 0; list-style: none; display: flex; align-items: center; gap: 24px; }
.header .top-bar .top-navigation ul li {list-style: none; margin: 0; padding: 0; display: inline-block; }
.header .top-bar .top-navigation ul li a {color: #fff; text-decoration: none;font-family: 'Inter', sans-serif;  font-size: 16px; line-height: 100%; letter-spacing: 0}
.header .top-bar .top-navigation ul li a:hover {opacity: 0.8; }

/* Main navigation bar */
.header {background: linear-gradient(90deg, rgba(22, 0, 35, 0.65) 0%, rgba(85, 0, 137, 0.65) 100%);}
.header .main {box-shadow: none; padding: 0 0; height: 88px; }
.header .main a.logo  {transform: translateY(-12px);display: block;}
.header .main .logo img {max-height: max-content; width: 238px; }
.header .main .navigation ul li {padding: 0 1.25rem; }
.header .main .navigation ul {font-family: 'Inter', sans-serif; font-weight: 700; }
.header .main .navigation ul li a,
.header .main .navigation ul li:nth-child(odd) a,
.header .main .navigation ul li.menu-item-has-children:nth-child(odd) ul.sub-menu li a {color: #fff; font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 700; line-height: 100%; letter-spacing: 0; padding-bottom: 0; }
.header .main .navigation ul li a:hover, .header .main .navigation ul li:nth-child(odd) a:hover {color: #fff; opacity: 0.85; }
.header .main .navigation ul li.menu-item-has-children:after {color: #fff; }
.header .main .navigation ul li.menu-item-has-children ul.sub-menu {top: 42px; }
.header .main .navigation ul li.menu-item-has-children ul.sub-menu li a {color: #5c3083; font-family: 'Inter', sans-serif;font-weight: 700; font-size: 14px; }
.header .main .navigation ul li.menu-item-has-children ul.sub-menu li a:hover {color: #5c3083; opacity: 0.85; }
.header .main .cc-icon-menu {color: #fff; }
.header .main .cc-icon-menu:hover {color: #fff; opacity: 0.85; }

h1 {font-family: 'Fraunces';font-weight:700;}

body.home .editor-slider .item .text h1 {font-family: 'Fraunces';font-weight:700;font-size:128px;border-bottom:2px solid #fff;padding-bottom: 3%;margin-bottom: 3%}
body .editor-slider .item .text h1 {font-family: 'Fraunces';font-weight:700;font-size:128px;border-bottom:0;margin-bottom: 0;padding-bottom: 0}
.home .editor-slider .item {height: 753px;}
.editor-slider .item {height: 510px;}
body .editor-slider .item .text {max-width:100%;bottom:25%;padding:0}
.editor-slider .item .text .description {font-family: 'Fraunces';font-weight:700;font-size:32px;}
.editor-slider .slick-list img {object-fit: cover; height: 100%; }
.editor-slider .slick-dots {display: none !important}
.editor-slider .item img {filter: blur(5px);}


.leftnews h1 {line-height: 110%;margin-top: 0;font-size:64px}
.leftnews h4.wp-block-heading {margin: 40px 0 0;line-height: 145%;font-size:32px;}
.leftnews p {margin-top: 0;font-family: 'Inter';font-weight: 400;font-size: 18px;}

.rightnews {display: block; max-width: calc(33.33% - 8.8%); margin-left: 5%; }
.rightnews h3.wp-block-heading {font-family: 'Fraunces';font-weight:700;font-size:48px;letter-spacing: -2%;line-height: 110%;margin:0} 

 .grid.latest-news {flex-direction: column;}
 .grid.latest-news .item  {background: #1350841A;border-radius: 25px;}
 .grid.latest-news .item:hover {opacity: 1}
 .grid.latest-news .item:hover .info .title {color:#00000099}
 .grid.latest-news .item .info  {padding:29px 23px 23px}
 .grid.latest-news .item .info .title {margin: 0;font-family: 'Fraunces';font-weight:700;color:#003849;font-size:32px;line-height:120%;text-transform: capitalize;}
 .grid.latest-news .item .info .excerpt {font-size: 18px; font-family: 'Inter';font-weight:400; color: #000;letter-spacing: -0.5%;line-height: 145%}
 .grid.latest-news .item .info .excerpt span {border-bottom: 1px solid #003849}
 .grid.latest-news .item .info .excerpt span.icon {font-size:30px;border-bottom: 0;}
 .grid.latest-news .item .placeholder-image {border:0;display: block;width:100%;object-fit: cover;border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;}
 .grid.latest-news .item .featured-image img {border-radius: 0 0 25px 25px;display: block;}


body .page-links-grid{display:flex; flex-direction:column; gap:10px; }
.page-links-grid .item{display:grid; grid-template-columns:48% 52%; min-height:196px; overflow:hidden; border-radius:16px; background:#EEF4FA; text-decoration:none; }
.page-links-grid .item:hover {opacity: 1  !important;}
.page-links-grid .item:hover h3 {color:#00000099;}
.page-links-grid .item-content{display:flex; flex-direction:column; justify-content:center; padding:30px; }
.page-links-grid .item-content h3{margin:0 0 18px; color:#003849; font-family:"Fraunces", serif; font-size:48px; font-weight:700; line-height:90%; letter-spacing:-0.02em; transition: all 0.5s}
.page-links-grid .item-content p{margin:0; color:#30343B; font-family:"Inter", sans-serif; font-size:18px; font-weight:500; line-height:145%; }
.page-links-grid .item-image{height:100%; }
.page-links-grid .item-image img{width:100%; height:100%;max-height: 196px; display:block; object-fit:cover; }


.industryin h4 {font-family:"Inter",sans-serif;margin-bottom: 0}
.industryin h2 {margin-top: 0}
.grid.offers .item{position:relative;overflow: visible !important;padding: 10px; display:flex; flex-direction:column; background:#fff; border-radius:20px; overflow:hidden; text-decoration:none; box-shadow:0 8px 25px rgba(0,0,0,.08); transition:.3s;}
.grid.offers .item:hover {transform:translateY(-6px);opacity: 1}
.grid.offers .item:hover .discount-text .title {color:#00000099} 
.grid.offers .item .date {position:absolute !important; left:20px; top:-12px; background:#fff; color:rgba(28, 181, 228, 1); padding:6px 18px; border-radius:30px; font-family:"Inter",sans-serif;font-size:12px; font-weight:600; z-index:5;}
.grid.offers .item .meta {text-align: left;}
.grid.offers .item .offer-image{height:210px; }
.grid.offers .item .offer-image img{width:100%; height:100%; object-fit:cover;border-radius: 20px;}
.grid.offers .item .discount-text {height:113px !important;display:flex;  gap:20px;padding:24px 5px 18px;border:0;background: none;justify-content: left;}
.grid.offers .item .discount-text img {width:53px; height:53px; object-fit:contain;border:0;position: static;}
.grid.offers .item .discount-text .title {margin:0; color:rgba(0, 0, 0, 1); font-family:"Fraunces",serif; font-size:32px; font-weight:700; line-height:1.1;}
.grid.offers .item .offer-description {padding:0 24px 24px; font-family:"Inter",sans-serif; font-size:18px; line-height:1.5; color:rgba(43, 42, 41, 1); border-top:1px solid #ececec; margin-top:0; padding-top:18px;min-height: 100px;}
.grid.offers .item .offer-btn{font-family:"Inter",sans-serif;margin:0; background:#58B7E4; border-radius:10px; text-align:center; padding:16px; color:#fff; text-transform:uppercase; font-weight:700;}

.homeform {padding-bottom: 25px;}
.homeform .gform_legacy_markup_wrapper .gform_heading {display: none;}
body .homeform .gform_fields{margin: 0 auto !important;display:grid !important; grid-template-columns:repeat(2,1fr); gap:20px;}
.homeform #field_1_6, .homeform #field_1_2, .homeform #field_1_10, .homeform #field_1_8, .homeform #field_1_7{grid-column:1 / -1; }
.homeform .gform_fields .gform_heading{text-align: center;margin-bottom: 35px}
.homeform .gform_fields .gform_title{font-size:58px;font-family: Georgia, serif;font-weight:700;color:#222;margin-bottom:10px}
.homeform .gform_fields .gform_description{font-size:17px;color:#777}
.homeform .gform_fields .gform_fields{gap:10px !important}
.homeform .gform_fields .gfield{margin-bottom:0 !important;margin-top: 0 !important}
.homeform .gform_fields .gfield--width-half{width:calc(50% - 10px)}
.homeform .gform_fields .gfield_label{font-size:15px;font-weight:600;color:#333;margin-bottom:8px !important}
.homeform .gform_fields input[type=text], .homeform .gform_fields input[type=email], .homeform .gform_fields input[type=tel], .homeform .gform_fields input[type=number],.homeform .gform_fields input[type=url],.homeform .gform_fields textarea,.homeform .gform_fields select{border:none;background:#f3f5f8;border-radius:8px;min-height:56px;padding:15px 18px !important;font-size:15px;transition:.3s;box-shadow:none;}
.homeform .gform_fields textarea{min-height:180px;resize:vertical}
.homeform .gform_fields input:focus,.homeform .gform_fields textarea:focus,.homeform .gform_fields select:focus{background:#fff;border:1px solid #28a9dc;box-shadow:0 0 0 4px rgba(40,169,220,.15);outline:none}
.homeform .gform_fields select{appearance:none;cursor:pointer}
.homeform .gform_fields .gfield_consent_label{font-size:14px;color:#666}
.homeform .gform_fields #field_3_6, .homeform .gform_fields #field_3_2, .homeform .gform_fields #field_3_10 {grid-column: 1 / -1;}
.homeform .gform_fields #field_3_7 {display: none;}
.homeform .gform_fields .gfield--type-consent{margin-top:15px}
.homeform .gform_fields .gform_footer{text-align:center;margin-top:35px}
.homeform .gform_fields .gform_button{background:#2aa8db;color:#fff;border:none;padding:16px 55px;border-radius:8px;font-size:15px;font-weight:600;text-transform:uppercase;transition:.3s;cursor:pointer}
.homeform .gform_fields .gform_button:hover{background:#188fbe}
.homeform .gform_fields .validation_message{font-size:13px;margin-top:5px}
.homeform .gform_wrapper .gform_footer {text-align: center;}
.homeform .gform_wrapper .gform_footer input[type=submit] {background: rgba(28, 181, 228, 1);width: 282px;border-radius: 10px;font-size:20px;text-transform: uppercase; font-family: 'Inter'; font-weight: bold;}


.videoslider {height:727px;display:block;position:relative;display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-around;margin-bottom: 100px;padding-top: 70px;margin-left:0;margin-right: 0}
.videoslider h2 {margin-top: 0;position: relative;}
.videoslider h2:after {content: '----'; clear: both; display: block; font-style: normal; font-family: 'Inter'; position: absolute; left: 0; right: 0; bottom: -78%; }
.videoslider:after {width: 100%;height: 59px;display: block;position: absolute;bottom: -2px;text-align:center;}
.videoslider .play-icon:before { content:""; position:absolute; inset:-12px; border-radius:50%; background:rgba(13,94,166,.85); animation:pulse 2s infinite;}
.video-slider {z-index: 1}
.video-slider .item {padding:25px}
.video-slider .item img {-webkit-box-shadow: 0px 4px 11px 3px rgba(0,0,0,0.4); box-shadow: 0px 4px 11px 3px rgba(0,0,0,0.4);}
.video-slider .item img {-webkit-box-shadow: 0px 4px 11px 3px rgba(0,0,0,0.4); box-shadow: 0px 4px 11px 3px rgba(0,0,0,0.4);}
.video-slider .item, .video-slider .item img {border-radius: 25px;}
.video-slider .slick-slide {opacity: 1; transition: opacity 0.8s ease-in-out; }
.video-slider .slick-active {opacity: 1; }
.video-slider .slick-prev::before, .video-slider .slick-next::before  { font-family: inherit;color:rgba(28, 181, 228, 1) }
.video-slider .slick-prev {left: -55px; width: 48px; height: 48px; border: 1px dashed #fff; border-radius: 25px; }
.video-slider .slick-next {right: -55px; width: 48px; height: 48px; border: 1px dashed #fff; border-radius: 25px; }
.video-slider .slick-prev:hover, .video-slider .slick-next:hover {border:1px dashed rgba(28, 181, 228, 1);}
.videoslider .play-icon {width: 59px;height: 59px;display: block;position: absolute;top:48%;bottom: 0;left: 49%;right: 0;transform:translate(-50%,-50%) scale(1.1);}


.search-filter {background: rgba(19, 80, 132, 0.06);padding: 10px 15px;border-radius: 15px;}
body.page-template-businesses .search-filter .filter, body.tax-business-category .search-filter .filter {background: none;padding:0}
.search-wrapper .clear-button-wrapper .facetwp-reset-btn {font-family: 'Kanit', sans-serif;font-size:16px;font-weight: 500;border-radius: 7px;}  
.facetwp-template > .row.item > .col-md-3, .facetwp-template > .row.item > .col-md-9{max-width:100%; flex:0 0 100%; }

.business-cat {padding-top: 40px;margin-bottom: 30px;}
.search-wrapper .facetwp-facet.facetwp-type-search .facetwp-search {font-family: 'Inter', sans-serif;font-size:18px;color:rgba(0, 0, 0, 0.55);padding:14px 5px 16px 18px;border-radius: 10px;background: #fff;width: 100%}
.page-template-businesses .search-wrapper .facetwp-facet.facetwp-type-search .facetwp-icon, .tax-business-category .search-wrapper .facetwp-facet.facetwp-type-search .facetwp-icon {background: rgba(28, 181, 228, 1);height: 36px;border-radius: 5px;margin: 8px;font-family: 'Inter', sans-serif;font-weight: 500;}

.business-cat .search-wrapper .facetwp-facet.facetwp-type-search .facetwp-icon {background: rgba(28, 181, 228, 1);height: 36px;border-radius: 5px;margin: 8px;font-family: 'Inter', sans-serif;font-weight: 500;} 

.business-cat .filter {background: none;padding:0}
.filter h3 {font-family: 'Fraunces';font-size:32px;color:rgba(0, 0, 0, 1);margin: 0 0 25px}
.filter .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox {color:rgba(0, 0, 0, 0.55);font-family: 'Inter', sans-serif;font-size:18px;font-weight: 500;padding-left: 25px;margin-bottom: 10px;}
.filter .facetwp-checkbox {background: url('../dist/images/checkbox.png');background-size: 18px 18px;background-repeat: no-repeat;background-position: 0px 12px}
.facetwp-type-checkboxes .facetwp-depth.visible .facetwp-checkbox {background-position: 0px 4px}
.filter .facetwp-checkbox.checked {background-image: url('../dist/images/checkbox-on.png');}
.businesses {padding-top: 0 !important}
.businesses .facetwp-facet-results {margin: 20px 0;}
.businesses .row {display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px;margin:0}
.businesses .row .bizcate {box-shadow: 0 8px 25px rgba(0, 0, 0, .08);padding: 10px;border-radius: 20px;}
.businesses .item {margin-bottom: 0;margin: 0;display: block;transition: all 0.5s}
.businesses .item .meta {display: block;}
.businesses .item .meta .title {min-height: 80px;}
.businesses .item .meta .title h2 {font-family: 'Fraunces';font-size:28px;font-weight: 700}
.businesses .item .meta .phone-number {font-family: "Kanit", sans-serif;font-size: 18px;font-weight: 700;text-align: left;}
.businesses .item .top-img {width: 100%;height: 182px;border-radius: 20px;color:rgba(231, 237, 243, 1);border:1px solid rgba(231, 237, 243, 1);margin-bottom: 10px;display: flex; justify-content: center; align-items: center;overflow: hidden;}
.businesses .item:hover .top-img img {filter: grayscale(1)}
.businesses .item .top-img .block-image {max-width: 100%;max-height: 100%;object-fit: contain;display: block;}
.businesses .item .excerpt p {font-family: 'Inter', sans-serif;font-size:18px;font-weight: 500;color:rgba(0, 0, 0, 0.8);    min-height: 80px;margin-bottom: 0;min-height: auto}
.businesses .item .buttons {display: block;}
.businesses .item .buttons a.company-website {background: rgba(28, 181, 228, 1);width: 100%;color: #fff;font-family: "Kanit", sans-serif;font-size: 20px;text-transform: uppercase;display: block;padding: 11px; border-radius: 5px;margin:0}
.businesses .item .buttons a.permalink {display: block;background: none;font-family: 'Inter', sans-serif;text-decoration: underline;font-size: 18px;color:rgba(28, 181, 228, 1);}
.businesses .item .buttons a.permalink:hover {background: none;}

.calendar-link {display: block; width: 100%; height: 60px; }
.btn.calendar-view {float: right; background: #311d45; border-radius: 10px; font-family: 'Kanit', sans-serif; font-size: 17px; font-weight: 700; }
.whats-on .item .meta .date {display: inline-flex;flex-wrap: inherit;width: auto;height: auto;border:0;font-family: 'Inter', sans-serif;color:rgba(0, 0, 0, 0.8);font-size: 18px;padding:0}
.whats-on .item .meta .date .day {font-size: 18px;font-weight: 500;padding: 0 5px;}
.whats-on .item .meta .date span {text-transform: capitalize;}

.facetwp-pager .facetwp-page.active, .facetwp-pager .facetwp-page:hover {background-color: #fff;}
.facetwp-pager {background: none; margin: 20px 0;display: block;}
.facetwp-pager .facetwp-page {padding: 11px 10px;text-decoration: none;font-family: 'Inter', sans-serif;font-size:28px;font-weight: 500;color:rgba(43, 42, 41, 1);width: 60px;height: 60px;background-color: #fff;text-align: center;box-shadow: 0 8px 25px rgba(0, 0, 0, .08);margin-right: 10px;vertical-align: top;}
.facetwp-pager .facetwp-page.prev, .facetwp-pager .facetwp-page.next {font-size: 0}
.facetwp-pager .facetwp-page.prev:after {content:'«';font-size:24px;}
.facetwp-pager .facetwp-page.next:after {content:'»';font-size:24px;}
.facetwp-type-checkboxes > .facetwp-checkbox {border-top: 1px solid rgba(0, 0, 0, 0.55); padding-top: 8px; }
.facetwp-facet > .facetwp-checkbox {margin-top: 8px;}

span.facetwp-expand {font-size: 0}
span.facetwp-expand:before {content:'\f107';font-family: 'FontAwesome';font-size:20px;}

.breadcrumb {position: relative; overflow: hidden; min-height: 510px; }
.breadcrumb .banner {position: absolute; inset: -15px; background-size: cover; background-position: center; background-repeat: no-repeat; filter: blur(5px); transform: scale(1.08); z-index: 1;height: 510px}
.breadcrumb::after {content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.25); z-index: 2; }
.breadcrumb .container-fluid {position: relative; z-index: 3; height: 510px; display: flex; align-items: center; justify-content: flex-start; }
.breadcrumb h1 {margin: 0; color: #fff; font-size: clamp(42px, 6vw, 128px); text-align: left; text-shadow: 2px 2px 4px #373737; }

/* ===== FOOTER ===== */

footer .main {background-color: #001217;}
footer .main .row {justify-content: space-between;}
footer .main h3 {font-family: 'Fraunces';font-weight: 700;font-size: 28px; line-height: 120%; letter-spacing: -2%;transform: translateY(30px);}

footer .main ul {column-count: 2;column-gap: 30px;position: absolute;bottom: 0;padding: 0;}
footer .social.end a {width: 40px;height: 40px;display: inline-block;border:1px solid #fff;border-radius: 50%;text-align: center;margin-left: 10px;}
footer .social.end a.fa-brands:before {font-size: 16px; color: #fff;position: relative;top:12px;}
footer .social.end {position: absolute; bottom: 0; right: 0;}

@media (min-width:992px) {

  .leftnews, .rightnews {padding-top: 25px; }
  .rightnews p {color: rgba(0, 0, 0, 0.55); font-size: 18px;margin-top: 5px; margin-bottom: 30px;}


  footer .main {padding:30px 0 45px;}
  footer .footer-info {display: flex; width: 100%; flex-wrap: nowrap; flex-direction: column;}

}
@media (max-width:991px) {
    
    .header .main {height: 57px;}
   .header .main .navigation ul {display: none}
   .header .top-bar .top-navigation ul li a {font-size: 12px;}
   .header .main .cc-icon-menu, .js-hiraku-offcanvas-body-active .offcanvas-right.js-hiraku-offcanvas-sidebar-left .mobile-navigation {display: block;}
   .js-hiraku-offcanvas-body-active .offcanvas-right.js-hiraku-offcanvas-sidebar-left .mobile-navigation ul li a {font-family: 'Inter', sans-serif;font-size:16px;}
   .header .main .cc-icon-menu {top:-25px;right: 14px;}
   
  .leftnews h1 {font-size:32px;} 
  .leftnews h4.wp-block-heading {font-size:20px;}
  .leftnews p {font-size: 14px;}

  body.home .editor-slider .item .text h1 {font-size: 70px;}
  .editor-slider .item .text .description {font-size:24px;}
  body .editor-slider .item .text h1 {font-size: 60px;}

  .videoslider {height: 620px;}
  .videoslider h2 {font-size: 32px !important;}

  .industryin h2, .homeform h2 {font-size:32px !important}

  .businesses .row { grid-template-columns:repeat(2,1fr);}
   .businesses .item .meta .title h2 {font-size: 20px;}

   .businesses .item .excerpt p {font-size: 14px;}
   .businesses .item .meta .title {min-height: 56px;}
   .businesses .item .buttons a.company-website {font-size:18px;}

  .page-links-grid .item{grid-template-columns:45% 55%; }
  .page-links-grid .item-content{padding:30px; }
  .page-links-grid .item-content h3{font-size:30px;margin-bottom: 10px; } 
  .page-links-grid .item-content p {font-size:16px;}

  .grid.latest-news .item .info .title {font-size: 24px;}
  .grid.latest-news .item .info .excerpt {font-size:16px;}

}
@media (min-width:767px) and (max-width:1024px) {
    .grid.offers.three-columns .item {flex: 0 0 calc(33.333% - 13.34px); max-width: calc(33.333% - 13.34px); box-sizing: border-box; margin: 0 5px; }
    .grid.offers .item .discount-text .title {font-size:18px;}
    .grid.offers .item .discount-text {padding:0 5px;}
    .grid.offers .item .offer-description {font-size:13px;}
}
@media (max-width:767px){
    .page-links-grid .item{grid-template-columns:1fr; min-height:auto; }
    .page-links-grid .item-content{order:1; padding:24px; }
    .page-links-grid .item-image{order:2; height:196px; }
    .page-links-grid .item-content h3{font-size:32px; line-height:1.1; }
    .page-links-grid .item-content p{font-size:16px; }

    .videoslider .play-icon {width: 32px; height: 32px;top: 52%;left: 50%;}

}
@media (max-width:768px) {

    .header .main {height: 76px;}
    .header .main .cc-icon-menu {top: -25px;}

    .header .top-bar {padding: 16px 0;}
    .header .top-bar .top-navigation ul {display: none;}

    .breadcrumb {min-height: 396px;}
    .breadcrumb .container-fluid, .breadcrumb .banner {height: 396px;}

    .editor-slider .item .text {display: block !important;}

    .filter h3 {font-size: 26px;}
    .search-filter {padding: 10px}
    .businesses .row {grid-template-columns:repeat(2,1fr);}
    .filter .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox {font-size: 14px;padding-top: 8px;margin-bottom: 0;}
    .filter .facetwp-checkbox {background-size: 16px 16px;background-position:0px 10px;}
    .filter .facetwp-facet.facetwp-type-checkboxes .facetwp-depth .facetwp-checkbox {padding-top: 5px}
    .filter .facetwp-facet.facetwp-type-checkboxes .facetwp-depth .facetwp-checkbox {background-position:0px 8px;}
    .businesses {padding: 0 10px;}
    .businesses .item .meta .title h2{font-size: 22px;line-height: 1.2;}
    .businesses .item .excerpt p {font-size: 15px;}
    .businesses .item .buttons a.company-website {font-size: 16px;}
    .businesses .item .buttons a.permalink {font-size: 16px;}
    .businesses .item .top-img {height: 135px;}
    .businesses .item .meta .title {min-height: 60px;}

    .home .editor-slider .item .text {display: block;}
    body .editor-slider .item .text h1 {font-size: 60px !important;}
    .editor-slider .item .text .description {font-size:24px;}

    .leftnews h1 {font-size:32px}
}
@media (min-width:576px) and (max-width:1024px) {
   footer .col-sm-3 {flex: 0 0 33%; max-width: 33%; }
   footer .main h3 {transform: translateY(0px);}
}
/* Mobile */
@media (max-width: 575px) {

  .home .editor-slider .item {height: 644px;}
  .editor-slider .item {height: 396px;}
  body .editor-slider .item .text h1 {font-size:50px !important}

  .businesses {padding: 0}

  body .editor-slider .item .text {bottom: 36%;padding: 0 20px 0 0;}

  .rightnews {margin-left: 0;max-width: 100%;padding-top: 60px;}

  .videoslider .play-icon {width: 32px; height: 32px;background-size: cover;}
  .videoslider p {font-size:16px !important}
  .videoslider {height:320px;padding-top: 20px;}
  .videoslider h2 {font-size:32px !important}

  .grid.offers .item .discount-text .title {font-size:24px;}
  body .homeform .gform_fields {grid-template-columns: 1fr;}

  .businesses .row {grid-template-columns: 1fr;}

  footer .footer-info  {display: block;}
  footer .main ul {position: static;column-count: 1;}
  footer .main h3 {transform: translateY(-20px);}
  footer .footer-info  {padding:20px 0;}
  footer .social.end {position: static;justify-content: flex-start;}
}
