@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;700&amp;family=Roboto:wght@300;500;700&amp;display=swap');

.block-editor-block-list__layout,
.wp-block {
  /* max-width: 720px; */
  max-width: 1280px !important;
  padding: 0 20px !important;
  margin-right: auto !important;
  margin-left: auto !important; }

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
  /* max-width: 1080px; */
  max-width: 1440px; }

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
  max-width: none; }

.justify-content-evenly {
  justify-content: space-evenly; }
b, strong { font-weight: bolder !important; }

body.site-body {
  min-height: 100%;
  display: flex;
  flex-direction: column; }
  body.site-body .full {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); }
body.wp-admin .edit-post-visual-editor .full {
  max-width: 100%;
  position: relative; }
body.site-body ul, body.wp-admin .edit-post-visual-editor ul {
  list-style: none;
  margin: 0;
  padding: 0; }
body.site-body *, body.wp-admin .edit-post-visual-editor * {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 300; }
body.site-body .la,
body.site-body .las, body.wp-admin .edit-post-visual-editor .la,
body.wp-admin .edit-post-visual-editor .las {
  font-family: 'Line Awesome Free' !important; }
body.site-body .lab, body.wp-admin .edit-post-visual-editor .lab {
  font-family: 'Line Awesome Brands' !important; }
body.site-body .fab, body.wp-admin .edit-post-visual-editor .fab {
  font-family: 'Font Awesome 5 Brands' !important; }
body.site-body .fas, body.wp-admin .edit-post-visual-editor .fas {
    font-family: 'Font Awesome 5 Free' !important; }
body.site-body footer button,
body.site-body a.button, body.wp-admin .edit-post-visual-editor footer button,
body.wp-admin .edit-post-visual-editor a.button {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.2s linear;
  cursor: pointer; }
  body.site-body footer button:hover,
  body.site-body a.button:hover, body.wp-admin .edit-post-visual-editor footer button:hover,
  body.wp-admin .edit-post-visual-editor a.button:hover {
    text-decoration: none; }
  body.site-body footer button.black,
  body.site-body a.button.black, body.wp-admin .edit-post-visual-editor footer button.black,
  body.wp-admin .edit-post-visual-editor a.button.black {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff; }
    body.site-body footer button.black:hover,
    body.site-body a.button.black:hover, body.wp-admin .edit-post-visual-editor footer button.black:hover,
    body.wp-admin .edit-post-visual-editor a.button.black:hover {
      background-color: transparent;
      color: #000000; }
  body.site-body footer button.red,
  body.site-body a.button.red, body.wp-admin .edit-post-visual-editor footer button.red,
  body.wp-admin .edit-post-visual-editor a.button.red {
    background-color: #D82534;
    border: 1px solid #D82534;
    color: #ffffff; }
    body.site-body footer button.red:hover,
    body.site-body a.button.red:hover, body.wp-admin .edit-post-visual-editor footer button.red:hover,
    body.wp-admin .edit-post-visual-editor a.button.red:hover {
      background-color: transparent;
      color: #D82534; }
  body.site-body footer button.grey,
  body.site-body a.button.grey, body.wp-admin .edit-post-visual-editor footer button.grey,
  body.wp-admin .edit-post-visual-editor a.button.grey {
    background-color: #BFBFBF;
    border: 1px solid #BFBFBF;
    color: #ffffff; }
    body.site-body footer button.grey:hover,
    body.site-body a.button.grey:hover, body.wp-admin .edit-post-visual-editor footer button.grey:hover,
    body.wp-admin .edit-post-visual-editor a.button.grey:hover {
      background-color: transparent;
      color: #BFBFBF; }
  body.site-body footer button.yellow,
  body.site-body a.button.yellow, body.wp-admin .edit-post-visual-editor footer button.yellow,
  body.wp-admin .edit-post-visual-editor a.button.yellow {
    background-color: #ECE621;
    border: 1px solid #ECE621;
    color: #000000; }
    body.site-body footer button.yellow:hover,
    body.site-body a.button.yellow:hover, body.wp-admin .edit-post-visual-editor footer button.yellow:hover,
    body.wp-admin .edit-post-visual-editor a.button.yellow:hover {
      background-color: transparent;
      color: #ECE621; }
  body.site-body footer button.transparent,
  body.site-body a.button.transparent, body.wp-admin .edit-post-visual-editor footer button.transparent,
  body.wp-admin .edit-post-visual-editor a.button.transparent {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff; }
    body.site-body footer button.transparent:hover,
    body.site-body a.button.transparent:hover, body.wp-admin .edit-post-visual-editor footer button.transparent:hover,
    body.wp-admin .edit-post-visual-editor a.button.transparent:hover {
      background-color: rgba(0, 0, 0, 0.3); }
body.site-body a, body.wp-admin .edit-post-visual-editor a {
  text-decoration: none !important; }
  body.site-body a :hover, body.wp-admin .edit-post-visual-editor a :hover {
    text-decoration: none; }
body.site-body .page-container,
body.site-body .editor-styles-wrapper, body.wp-admin .edit-post-visual-editor .page-container,
body.wp-admin .edit-post-visual-editor .editor-styles-wrapper {
  width: 100%;
  max-width: 1440px;
  margin-left: auto !important;
  margin-right: auto !important; 
  padding: 0 30px; }
body.site-body #content, body.wp-admin .edit-post-visual-editor #content {
  flex: 1 0 auto;
	overflow: hidden;
  /* padding: 20px 0; */ }
  body.site-body #content p, body.wp-admin .edit-post-visual-editor #content p {
    margin-bottom: 20px; }
    body.site-body #content p a, body.wp-admin .edit-post-visual-editor #content p a {
      font-weight: bold; }
  body.site-body #content ul li:not(.gfield)::before, body.wp-admin .edit-post-visual-editor #content ul li:not(.gfield)::before {
    content: "•";
    display: inline-block;
    width: 1em;
    margin-left: -1em; }
  body.site-body #content ul,
  body.site-body #content ol, body.wp-admin .edit-post-visual-editor #content ul,
  body.wp-admin .edit-post-visual-editor #content ol {
    color: inherit;
    font-family: inherit;
    margin-left: 20px;
    margin-bottom: 20px; }
    body.site-body #content ul li,
    body.site-body #content ol li, body.wp-admin .edit-post-visual-editor #content ul li,
    body.wp-admin .edit-post-visual-editor #content ol li {
      margin-bottom: 20px; }
body.site-body article, body.wp-admin .edit-post-visual-editor article {
  /* padding: 20px 0; */ }
body.site-body img.loading, body.wp-admin .edit-post-visual-editor img.loading {
  display: block;
  margin: 50px auto; }
body.site-body input:focus,
body.site-body textarea:focus,
body.site-body select:focus, body.wp-admin .edit-post-visual-editor input:focus,
body.wp-admin .edit-post-visual-editor textarea:focus,
body.wp-admin .edit-post-visual-editor select:focus {
  outline: none; }
body.site-body .fit-content, body.wp-admin .edit-post-visual-editor .fit-content {
  max-width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  max-width: -moz-max-content;
  /* Firefox/Gecko */
  max-width: -webkit-max-content;
  /* Chrome */ }

@media (min-width: 768px) {
  body.site-body .fit-sm-content, body.wp-admin .edit-post-visual-editor .fit-sm-content {
    max-width: intrinsic;
    /* Safari/WebKit uses a non-standard name */
    max-width: -moz-max-content;
    /* Firefox/Gecko */
    max-width: -webkit-max-content;
    /* Chrome */ } }
@media (max-width: 767px) {
  body.site-body h1, body.wp-admin .edit-post-visual-editor h1 {
    font-size: 38px;
    line-height: 40px; }
  body.site-body h4, body.wp-admin .edit-post-visual-editor h4 {
    font-size: 28px;
    line-height: 32px; }
  body.site-body button:not(.dropbtn),
  body.site-body a.button, body.wp-admin .edit-post-visual-editor button:not(.dropbtn),
  body.wp-admin .edit-post-visual-editor a.button {
    font-size: 16px;
    line-height: 18px; } }

/* Mobile Global */
.mobile-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.mobile-wrap a.logo {
  margin-right: auto; }

.mobile-wrap a.logo img {
  max-height: 60px; }

.full-padding {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%); }

/* Fade-in Fade-out Animation */
#fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
  background: white;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out; }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
#fader.fade-out {
  opacity: 0;
  animation-name: fade-out; }

#fader.fade-in {
  opacity: 1;
  animation-name: fade-in; }

/* Header */
header {
  /* border-bottom: 1px solid $black; */
  /* box-shadow: 1px 1px 3px $black; */
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10000;
  background-color: #FFF; }

body.admin-bar header {
  z-index: 999;
  top: 32px; }

header a.logo img {
	max-width: 150px;
    padding: 0;
   }

header nav ul.menu {
  margin-bottom: 0; }

header nav .menu li {
  display: inline-flex;
  padding: 5px 20px; }

header a.logo,
header nav,
header .phone {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700; }

header .phone,
header .social {
  margin: 0 10px; }

header .phone i,
header .social i {
  font-size: 25px;
  line-height: 1; }

header .phone i {
  margin-right: 5px; }

header .sub-menu {
  position: absolute;
  left: 0;
  background-color: #eeeeee;
  /* padding: 5px; */
  display: none; }

header .sub-menu li {
  display: block;
  padding: 10px 0; }

header .navbar-wrapper {
  height: 100%; }
header .navbar-wrapper .phone,
header .navbar-wrapper .cart {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 7.5px;
  font-weight: 400; }

  header .navbar-wrapper .phone:hover,
  header .navbar-wrapper .cart:hover {
    color: #FC8846 !important; }

header .top-row .social-media-wrapper a {
  margin: 0 10px; }

header .top-row a.social i {
  font-size: 32px;
  line-height: 32px;
  color: #000000; }

header .phone {
  font-family: "Oswald";
  font-size: 18px;
  background-color: #1B6BB3;
  border-radius: 12px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  width: 180px;
  height: 50px;
  display: inline;
}

header .cart {
  font-family: "Oswald";
  display: inline;
  width: 110px;
  height: 50px;
  background: #FFFFFF;
  border: 2px solid #1B6BB3;
  box-sizing: border-box;
  border-radius: 12px;
  font-size: 18px;
  color: #1B6BB3;
  text-transform: uppercase;
  position: relative;
}

header .cart-count {
  position: absolute;
  background-color: #FC8846;
  color: #FFF;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  left: -10px;
  top: -10px;
  text-align: center;
  padding-top: 5px;
  font-weight: 400;
}

header .phone,
header .cart {
  margin: 0 7.5px;
}

header .phone img,
header .cart img {
  margin-right: 5px;
}

.primary-menu-wrapper {
  margin: 0 44px;
}

.primary-menu-wrapper .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%; }

.primary-menu-wrapper .menu li {
  padding: 0 10px;
  position: relative; }

.primary-menu-wrapper .sub-menu li {
  padding: 10px; }

.primary-menu-wrapper .menu li a {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 600; }

.primary-menu-wrapper .menu li a,
header .bottom-row a.urgent-phone *,
header .bottom-row a.phone {
  color: #000 ;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.primary-menu-wrapper .menu li a:hover,
header .bottom-row a.urgent-phone:hover *,
header .bottom-row a.phone:hover {
  color: #ECE621; }

.primary-menu-wrapper .menu li,
.primary-menu-wrapper .menu li a {
  height: 100%; }

.primary-menu-wrapper .menu .sub-menu {
  display: none;
  background-color: #000000; }

.primary-menu-wrapper .menu li:hover .sub-menu {
  display: block; }

.sub-menu li a:hover {
    color: #FFF !important;
}
header .mobile-view a.logo {
  margin-left: 10px;
  margin-right: auto; }

header .mobile-view a.social.phone {
  margin-right: 15px;
  margin-left: 15px; }

header .mobile-view a.social.phone i {
  color: #ffffff;
  font-size: 22px;
  line-height: 22px; }

header .mobile-view .get-quote {
  padding: 15px 10px;
  border-radius: 0; }

header .primary-menu-mobile-wrapper {
  background-color: #0A0A2D; }

header .mobile-view {
  /* max-height: 50px; */
  /* height: 50px; */ }

header .mobile-view .primary-menu-mobile-wrapper {
	background-color: #1B6BB3;
}
header .mobile-view .primary-menu-mobile-wrapper,
header .mobile-view .primary-menu-mobile-wrapper .menu {
  max-height: 0;
  overflow: hidden;
  /* transition: max-height 0.5s linear; */ }

header .mobile-view,
header .mobile-view .primary-menu-mobile-wrapper,
header .mobile-view .primary-menu-mobile-wrapper .menu {
  transition: max-height 0.2s linear; }

header .page-container {
  max-width: 1440px !important; }

header .mobile-view .navbar-wrapper .phone,  header .mobile-view .navbar-wrapper .cart {
	width: 60px;
}

/* header .mobile-view{ transition: max-height 1s linear; } */
/* @media (min-width: 768px){ */
@media (min-width: 1351px) {
  header li:hover .sub-menu {
    display: block; }

  header .desktop-view {
    display: block; }

  header .mobile-view {
    display: none; }

  header .sub-menu {
    position: absolute;
    /* top: 103px; */
    display: block;
    left: 0; }

  header .desktop-view .menu > li.menu-item-has-children > a {
    position: relative; }

  header .desktop-view .menu > li.menu-item-has-children > a:after {
    content: '\25BE';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; }

  .primary-menu-wrapper .menu li {
    padding-left: 20px;
    padding-right: 20px; }

  .primary-menu-wrapper .menu li:hover .sub-menu {
    background-color: #41B2EB;
    border-top: 1px solid #f0f0f0;
    justify-content: space-around;
    flex-direction: column;
    display: flex;
    min-width: 250px;
    flex-wrap: wrap;
    align-items: self-start;
    z-index: 10; }
    

  .primary-menu-wrapper .sub-menu li {
    padding: 10px 15px;
    position: relative;
    width: 100%; }

  .primary-menu-wrapper .menu li a {
    align-items: flex-start; } }
/* @media (max-width: 767px){ */
@media (max-width: 1350px) {
  header {
    background: #0A0A2D; }

  header .desktop-view {
    display: none; }

  header .mobile-view {
    display: block; }

  header .mobile-view.open {
    max-height: 100vh;
    height: 100vh; }
    header .mobile-view.open .primary-menu-mobile-wrapper,
    header .mobile-view.open .primary-menu-mobile-wrapper .menu {
      height: 100%;
      max-height: calc(100% - 50px); }

  #mobile-burger {
    display: block; }

  header .mobile-view .menu {
    position: relative; }

  header .mobile-view .menu,
  header .mobile-view .sub-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  header .mobile-view .menu > li {
    margin: 20px auto; }

  header .mobile-view .menu > li a {
    color: #ffffff;
    position: relative; }

  header .mobile-view .menu > li.menu-item-has-children > a:after {
    content: '\25B8';
    color: #fff;
    position: absolute;
    margin-left: 10px;
    right: -15px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%); }
  header .mobile-view .sub-menu {
    position: absolute;
    background-color: #1B6BB3;
    /* padding: 5px; */
    /* display: block; */
    display: flex;
    top: 0;
    left: 100%;
    right: -100%;
    bottom: 0;
    z-index: 1;
    transition: all 0.2s linear;
	  height: 100%;
	}
  header .mobile-view a.open + .sub-menu {
    left: 0;
    right: 0; } }

header .mobile-view .menu > li.menu-item-has-children ul.sub-menu {
	overflow-y: scroll;
	padding-top: 40px;
	li.back {
		position: absolute;
		left: 0;
		top: 0;
		a {
			font-weight: bold;			
		}
	}
}
header .mobile-view .menu > li.menu-item-has-children .sub-menu .back a:before {
	 content: '\25C2';
     color: #fff;
	display: inline-block;
	  vertical-align: middle;
	  margin-left: 10px;
}

#mobile-burger {
  width: 30px;
  height: 20px;
  position: relative;
  /* margin: 0 0 0 20px; */
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#mobile-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #1B6BB3;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#mobile-burger span:nth-child(1) {
  top: 0px; }

#mobile-burger span:nth-child(2), #mobile-burger span:nth-child(3) {
  top: 10px; }

#mobile-burger span:nth-child(4) {
  top: 20px; }

#mobile-burger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#mobile-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#mobile-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#mobile-burger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }



/* Header Banner */
.header-banner {
  position: relative;
  /* height: calc(100vh - 104px); */
  min-height: calc(100vh - 104px); }

.header-banner img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7; }

.header-banner h1 {
  font-size: 60px;
  color: #ffffff; }

.read-more {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: max-content;
  position: relative;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer; }

.read-more:hover {
  text-decoration: none; }

.read-more span {
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  max-width: 180px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #000000; }

.read-more:hover span {
  color: #D82534; }

.read-more i {
  color: #D82534;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  right: -30px; }

div.semi-wrapper .read-more i {
  position: relative;
  right: auto; }

/* Post - Single */
.news-breadcrumbs,
.back-to-news,
.share-wrapper .title {
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  max-width: fit-content;
  align-items: center;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-top: 52px;
  margin-bottom: 52px; }
  .news-breadcrumbs span,
  .back-to-news span,
  .share-wrapper .title span {
    margin: 0 5px; }

body.single .related-posts {
  margin-bottom: 100px; }
  body.single .related-posts h2 {
    color: #777777;
    margin-bottom: 50px; }
body.single .news-breadcrumbs,
body.single .back-to-news {
  margin-top: 50px;
  margin-bottom: 50px; }
body.single .post-date {
  font-style: italic;
  color: #000000;
  margin-bottom: 20px; }
body.single .share-wrapper {
  margin-top: 30px;
  margin-bottom: 100px; }
  body.single .share-wrapper .back-to-news {
    margin-left: 0;
    margin-right: 10px; }
  body.single .share-wrapper .social-wrapper {
    justify-content: flex-start; }
    body.single .share-wrapper .social-wrapper .title {
      margin-right: 10px; }
    body.single .share-wrapper .social-wrapper i {
      font-size: 32px;
      line-height: 32px; }
    body.single .share-wrapper .social-wrapper a {
      margin: 0 5px; }

@media (max-width: 767px) {
  body.single .news-breadcrumbs,
  body.single .back-to-news,
  body.single .share-wrapper .title {
    margin-top: 20px;
    margin-bottom: 20px; }
  body.single .back-to-news {
    margin-left: auto !important;
    margin-right: auto !important; }
  body.single .share-wrapper .social-wrapper {
    justify-content: center;
    margin-left: auto;
    margin-right: auto; } }
body.single .back-to-news {
  margin-left: auto; }
  body.single .back-to-news i {
    font-size: 24px;
    line-height: 24px;
    margin-left: 5px; }

.news-roll {
  margin-bottom: 100px; }

.card .card-img-top {
  height: auto; }

.card.post {
  background-position: center;
  background-size: cover;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  width: 100%;
  max-width: 388px;
  height: 400px;
  max-height: 388px;
  margin: 5px !important; }
  .card.post .hover-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: top 0.2s linear; }
    .card.post .hover-wrapper .card-body {
      padding: 35px; }
  .card.post:hover .hover-wrapper {
    top: 0;
    cursor: pointer; }
  .card.post .date-category {
    font-style: italic; }
  .card.post .read-more {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    margin-left: auto;
    margin-right: 0;
    width: max-content;
    position: absolute;
    bottom: 0;
    right: 20px;
    align-items: center;
    text-decoration: none !important; }
    .card.post .read-more span {
      font-weight: 800;
      font-size: 16px;
      line-height: 16px;
      max-width: 180px;
      margin-right: 10px;
      display: flex;
      align-items: center;
      text-align: center;
      letter-spacing: -0.5px;
      text-transform: uppercase; }
    .card.post .read-more i {
      font-size: 24px;
      line-height: 24px; }

.card.resource {
  width: 100%;
  display: flex;
  flex-direction: row;
  border: 0;
  align-items: center;
  background-color: transparent;
  transition: background-color 0.2s linear;
  margin: 10px 0; }
  .card.resource img {
    height: 150px;
    max-height: 150px;
    object-fit: cover; }
  .card.resource:hover {
    background-color: rgba(0, 0, 0, 0.2); }

@media (max-width: 767px) {
  .card.resource {
    flex-direction: column;
    margin: 10px 20px;
    width: calc(100% - 40px); }
    .card.resource img {
      object-fit: cover;
      width: 100vw;
      max-width: 100%; } }
/* Page - Default Template */
body #content p:last-child {
  margin-bottom: 0; }

.header-banner {
  min-height: 400px;
  position: relative;
  background-position: center;
  background-size: cover; }

.header-banner .bg-shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1; }

.header-banner .page-container {
  z-index: 2; }

.header-banner .page-container .wrapper {
  max-width: 65%; }

.header-banner p {
  font-size: 26px;
  line-height: 34px;
  color: #ffffff; }

@media (max-width: 767px) {
  .header-banner .page-container .wrapper {
    max-width: 100%; } }
/* Testimonial cards */
body.archive.post-type-archive-testimonial .terms-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #BBBBBB; }
  body.archive.post-type-archive-testimonial .terms-wrapper .terms-term-wrapper {
    margin: 10px; }
    body.archive.post-type-archive-testimonial .terms-wrapper .terms-term-wrapper label {
      margin: 0; }
      body.archive.post-type-archive-testimonial .terms-wrapper .terms-term-wrapper label input {
        display: none; }
      body.archive.post-type-archive-testimonial .terms-wrapper .terms-term-wrapper label span {
        font-weight: 800;
        font-size: 21px;
        line-height: 23px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -1px;
        text-transform: uppercase;
        color: #000000;
        cursor: pointer; }
body.archive.post-type-archive-testimonial .testimonial {
  padding-top: 110px;
  padding-bottom: 70px;
  border-bottom: 1px solid #BBBBBB; }

@media (max-width: 767px) {
  body.archive.post-type-archive-testimonial .terms-wrapper {
    flex-direction: column; } }
.testimonial .content p {
  font-style: italic; }
.testimonial .client {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px; }
  .testimonial .client img {
    width: auto;
    max-height: 43px;
    margin-right: 25px; }
  .testimonial .client .details .name,
  .testimonial .client .details .role,
  .testimonial .client .details .company {
    font-style: normal;
    font-weight: bold;
    align-items: center;
    text-transform: uppercase; }

header .mobile-view .navbar-wrapper .phone,  header .mobile-view .navbar-wrapper .cart {
	margin: auto 4px;
}

/* Footer */
body:not(.single-post) footer .top-row.single-page-only,
body:not(.page-id-11) footer .top-row.single-page-only {
  display: none; }

body.single-post footer .top-row.global,
body.page-id-11 footer .top-row.global,
body.add-newsletter-signup footer .top-row.global {
  display: none; }
body.single-post footer .top-row.single-page-only,
body.page-id-11 footer .top-row.single-page-only,
body.add-newsletter-signup footer .top-row.single-page-only {
  display: block; }

footer {
  flex-shrink: 0; }
  footer .page-container {
    width: 100%;
    max-width: 1440px !important; }

footer .top-row,
.newletter-signup .top-row {
  background-color: #D82534;
  padding-top: 25px;
  padding-bottom: 25px; }
  footer .top-row button,
  footer .top-row .button,
  .newletter-signup .top-row button,
  .newletter-signup .top-row .button {
    background-color: rgba(0, 0, 0, 0.25) !important; }
    footer .top-row button:hover,
    footer .top-row .button:hover,
    .newletter-signup .top-row button:hover,
    .newletter-signup .top-row .button:hover {
      background-color: #000000 !important; }
  footer .top-row h2,
  .newletter-signup .top-row h2 {
    color: #ffffff;
    text-transform: uppercase; }
  footer .top-row h2.title,
  .newletter-signup .top-row h2.title {
    font-weight: 800;
    font-size: 78px;
    line-height: 80px;
    letter-spacing: -1px;
    color: #ffffff; }
  footer .top-row .gform_wrapper form,
  .newletter-signup .top-row .gform_wrapper form {
    display: flex;
    flex-direction: row;
    justify-content: center; }
  footer .top-row .gform_wrapper ul li.gfield,
  .newletter-signup .top-row .gform_wrapper ul li.gfield {
    padding: 0;
    margin: 0; }
    footer .top-row .gform_wrapper ul li.gfield div.ginput_container,
    .newletter-signup .top-row .gform_wrapper ul li.gfield div.ginput_container {
      margin: 0; }
      footer .top-row .gform_wrapper ul li.gfield div.ginput_container input,
      .newletter-signup .top-row .gform_wrapper ul li.gfield div.ginput_container input {
        margin: 0;
        width: 500px;
        max-width: 450px;
        height: 50px;
        border-radius: 5px;
        border: 0;
        padding: 15px 20px !important; }
  footer .top-row .gform_footer,
  .newletter-signup .top-row .gform_footer {
    margin: auto 0 auto 25px;
    padding: 0; }
    footer .top-row .gform_footer input,
    .newletter-signup .top-row .gform_footer input {
      margin: 0 !important;
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      font-weight: 800;
      font-size: 21px !important;
      line-height: 23px;
      display: block;
      align-items: center;
      text-align: center;
      letter-spacing: -1px;
      text-transform: uppercase;
      color: #ffffff;
      background-color: rgba(0, 0, 0, 0.25);
      border: 1px solid #000000;
      border-radius: 5px;
      transition: all 0.2s linear;
      border: 1px solid #ffffff;
      color: #ffffff;
      text-align: center;
      width: 255px !important;
      height: 50px;
      cursor: pointer; }
      footer .top-row .gform_footer input:hover,
      .newletter-signup .top-row .gform_footer input:hover {
        background-color: #000000;
        text-decoration: none; }

#footer .address a, #footer span{
	color: #fff;
}

@media (max-width: 767px) {
  footer .bottom-row {
    flex-direction: column; } }
.introduction .content * {
  text-align: center; }

.back-to-top {
  cursor: pointer; }

/* last in */
.links a.link-button div {
  padding: 0 15px !important; }

.background {
  background-position: top center !important; }

i.mce-ico {
  font-family: dashicons !important; }

.primary-color {
  color: #41B2EB; }

.primary-bg {
  background-color: #0A0A2D; }
  .primary-bg * {
    color: #F0F0F0; }
  .primary-bg i {
    color: #0A0A2D; }

.secondary-color {
  color: #52B6FD; }

.secondary-bg {
  background-color: #F1FAFF; }


.tertiary-color {
  color: #FC8846; }

.tertiary-bg {
  background-color: #ffffff; }
  .tertiary-bg * {
    color: #000000; }
  .tertiary-bg i {
    color: #52B6FD; }

.button {
  background-color: #52B6FD;
  color: #F0F0F0; }
  .button:hover {
    color: #0A0A2D !important;
    background-color: #ffffff; }
    .button:hover * {
      color: #0A0A2D; }

body.archive.post-type-archive-testimonial .terms-wrapper .terms-term-wrapper label input:checked + span {
  color: #52B6FD; }

.card.post .hover-wrapper {
  background-color: #0A0A2D70; }
.card.post * {
  color: #ffffff; }

.btn-link {
  color: #0A0A2D; }

header {
  background: #FFF; }

#content a:hover,
#content a:hover span,
span.current,
#content a:hover i,
.back-to-news i,
ul li:not(.gfield)::before,
i.la-arrow-right,
.btn .indicator,
.btn[aria-expanded="true"] > span,
.primary-menu-wrapper .menu li a:hover,
header .bottom-row a.urgent-phone:hover *,
header .bottom-row a.phone:hover,
header .desktop-view .menu > li.menu-item-has-children > a:after {
  color: #1B6BB3; }
  


.carousel-indicators li.active {
  background-color: #52B6FD !important; }

.secondary-bg a:hover,
.secondary-bg a:hover span,
.secondary-bg span.current,
.secondary-bg a:hover i,
.secondary-bg .back-to-news i,
.secondary-bg i.la-arrow-right,
.secondary-bg .btn .indicator,
.secondary-bg .btn[aria-expanded="true"] > span {
  color: #1B6BB3 !important; }
.secondary-bg ul li:not(.gfield)::before {
  color: #ffffff !important; }

header .phone,
header .social i {
  color: #ffffff; }
  header .phone:hover,
  header .social i:hover {
    color: #52B6FD; }

#content .button {
  border: 1px solid; }

/* Fonts */
body.site-body h1,
body.wp-admin .edit-post-visual-editor h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  color: #41B2EB;
  font-size: 72px;
  line-height: 75px;
  font-weight: 700;
  letter-spacing: -1px; }
body.site-body h2,
body.site-body h2 > *,
body.wp-admin .edit-post-visual-editor h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  color: #41B2EB; }
body.site-body h3,
body.wp-admin .edit-post-visual-editor h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000; }
body.site-body h4,
body.wp-admin .edit-post-visual-editor h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0px; }
body.site-body h5,
body.wp-admin .edit-post-visual-editor h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 400; }
body.site-body h6,
body.wp-admin .edit-post-visual-editor h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px; }

@media (max-width: 1350px) {
  body.site-body h1,
  body.wp-admin .edit-post-visual-editor h1 {
    font-size: 40px;
    line-height: 55px; }
  body.site-body h2,
  body.wp-admin .edit-post-visual-editor h2 {
    font-size: 35px;
    line-height: 41px; }
  body.site-body h3,
  body.wp-admin .edit-post-visual-editor h3 {
    font-size: 30px;
    line-height: 35px; }
  body.site-body h4,
  body.wp-admin .edit-post-visual-editor h4 {
    font-size: 22px;
    line-height: 26px; }
  body.site-body h5,
  body.wp-admin .edit-post-visual-editor h5 {
    font-size: 20px;
    line-height: 30px; }
  body.site-body h6,
  body.wp-admin .edit-post-visual-editor h6 {
    font-size: 15px;
    line-height: 17px; } }

/*# sourceMappingURL=style.css.map */
.lnr {
  font-family: 'Linearicons-Free' !important;
}
.contact-banner {
  top: -50px;
  position: relative;
}
@media(max-width: 768px) {
  .contact-banner {
    display: contents;
  }
}
.contact-heading {
  width: 80%;
  margin: auto;
}


.margin-t-60 {
  margin-top: 60px;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-b-60 {
  margin-bottom: 60px;
}
.padding-r-100 {
  padding-right: 100px;
}
.padding-l-100 {
  padding-left: 100px;
}
.padding-r-120 {
  padding-right: 120px;
}
.padding-l-120 {
  padding-left: 120px;
}
.padding-t-20 {
  padding-top: 20px;
}
.padding-b-20 {
  padding-bottom: 20px;
}
.padding-t-30 {
  padding-top: 30px;
}
.padding-b-30 {
  padding-bottom: 30px;
}
.padding-t-70 {
  padding-top: 70px;
}
.padding-b-70 {
  padding-bottom: 70px;
}
.padding-t-100 {
  padding-top: 100px;
}
.padding-b-100 {
  padding-bottom: 100px;
}
.padding-l-20 {
  padding-left: 20px; }
.padding-r-20 {
  padding-right: 20px; }
.padding-l-30 {
  padding-left: 30px; }
.padding-r-30 {
  padding-right: 30px; }
.padding-l-50 {
  padding-left: 50px; }
.padding-r-50 {
  padding-right: 50px; }
.padding-l-100 {
  padding-left: 100px; }
.padding-r-100 {
  padding-right: 100px; }
.text-uppercase {
  text-transform: uppercase; }
.search-header {
  padding-left: 60px;
}


@media (max-width: 767px) { 
    .padding-m {
        padding: 60px 30px;
    }
    .image-m img {
        width: 100%;
        height: auto;
    }
}


.search-header span {
  font-family: "Oswald";
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 18px 0;
  display: inline-block; }
.card-header {
  border: none; }
.text-uppercase {
  text-transform:
}



.woocommerce a.button.alt{
  font-family: "Oswald";
  font-size: 16px;
  background-color: #1B6BB3;
  border: 2px solid #1B6BB3 !important;
  border-radius: 12px;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
  text-transform: uppercase;
  color: #FFF;
  justify-content: center;
  letter-spacing: 1px;
  padding: 15px 40px;
}
.woocommerce a.button.alt:hover{
  background-color: #FFF;
  color: #1B6BB3 !important;
}


input[type="button"]{
   outline:none;
}
input[type="button"]::-moz-focus-inner {
   border: 0;
}
*:focus {
    outline: 0 !important;
}
.woocommerce-message {
  display: none;
}

@media (max-width: 1440px) {
  .primary-menu-wrapper {
    margin: 0;
  }
  .showrooms .search-bar {
    width: 30% !important;
  }
  .showrooms .search-header {
    width: 70% !important;
  }
}
@media (max-width: 1100px) {
  .dgwt-wcas-search-icon {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 40px !important;
  }
  .dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler {
    max-width: 30px !important;
  }
  .showrooms .search-bar {
    width: 10% !important;
  }
  .showrooms .search-header {
    width: 90% !important;
  }
}
@media (max-width: 500px) {
header a.logo img { 
    width: 80%;
}   
header .phone {
    width: 230px;
    font-size: 14px;
}
}
@media (max-width: 768px) {  
  /*header .navbar-wrapper .cart {
    display: none;
  }*/
  .search-header span {
    padding: 0;
  }
  .search-header {
    padding: 15px 0;
    padding-left: 15px;
  }
}

.col-1, .col-2 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Woocommerce Styles */

/* 

A couple things to note...
1. This code was written very specifically for my base child theme so it might not work out of the box with every theme.
   I have it here mostly to share with anyone who might be looking to do the same thing I was.
2. I generally add my WooCommerce CSS overrides to a custom-woo.css file then use wp_enqueue_style() to call it 
   so that it enqueues after the default WooCommerce Stylesheets

*/

.woocommerce-message { display: none;  }
.woocommerce-cart.full-width-content .content,
.woocommerce-checkout.full-width-content .content { max-width: 100%; }

.woocommerce-cart .woocommerce table.shop_table td.actions {
  border-top: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-bottom: 0px solid #e6e6e6;
}
.woocommerce-cart .entry-content form { width: 60%; float: left;  }
.woocommerce-cart .woocommerce .cart-collaterals {
    width: 33%;
  float: right;
}
.woocommerce-cart .woocommerce .cart-collaterals h2 { display: none;  }
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals { width: 100%; }


#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method table.cart th, 
.woocommerce-cart table.cart th, 
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.shop_table th { color: #1B6BB3; font-size: 18px; }

#add_payment_method .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.shop_table td { font-size: 18px; font-weight: 400; }

.woocommerce-cart .woocommerce table.shop_table th {   border-bottom: 2px solid #1B6BB3; }

.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table {
  border: 1px solid #e6e6e6;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
  border-bottom: none;
    border-right: none;
     margin-bottom: 35px;
      border-bottom: 1px solid #e6e6e6;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 15px 20px;
  background: #FFFFFF;
  border: 1px solid #999;
  border-radius: 10px;
  -webkit-appearance: none;
}

body #add_payment_method #payment ul.payment_methods li input, 
body.woocommerce-cart #payment ul.payment_methods li input, 
body.woocommerce-checkout #payment ul.payment_methods li input { 

  width: auto;   
  margin: -2px .5em 0 0; }

body .woocommerce form .form-row .input-checkbox { width: auto;  margin: -2px 5px 0 0; }

#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
body.woocommerce-cart .cart-collaterals .cart_totals tr td, 
body.woocommerce-cart .cart-collaterals .cart_totals tr th, 
body.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
body.woocommerce-checkout .cart-collaterals .cart_totals tr th,
body .woocommerce table.shop_table th { 
	border-top: none; 
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	text-align: right;
	padding: 10px 20px;
}

body #add_payment_method table.cart td, 
body #add_payment_method table.cart th, 
body.woocommerce-cart table.cart td, 
body.woocommerce-cart table.cart th, 
body.woocommerce-checkout table.cart td, 
body.woocommerce-checkout table.cart th { border-right: 1px solid #e6e6e6; }

#add_payment_method .cart-collaterals .cart_totals tr th, 
body.woocommerce-cart .cart-collaterals .cart_totals tr th, 
body.woocommerce-checkout .cart-collaterals .cart_totals tr th { }

.woocommerce-cart .cart-collaterals .cart_totals table th { border-bottom: 1px solid #e6e6e6;  }

body .woocommerce #respond input#submit.alt, 
body .woocommerce a.button.alt, 
body .woocommerce button.button.alt, 
body .woocommerce input.button.alt {
	background: #FC8846 !important; 
	font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald";
  border: none !important;
  border-radius: 12px !important;
}

body .woocommerce #respond input#submit.alt:hover, 
body .woocommerce a.button.alt:hover, 
body .woocommerce button.button.alt:hover, 
body .woocommerce input.button.alt:hover {
	background: #1B6BB3 !important; 
  color: #FFF !important;
}

body .woocommerce .cart .button, 
body .woocommerce .cart input.button,
body .woocommerce #respond input#submit, 
body .woocommerce a.button, 
body .woocommerce button.button, 
body .woocommerce input.button { background: #1B6BB3 !important; color: #fff; font-weight: 500;   border-radius: 12px; }

body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.25em;
  padding: 1em;
  border-radius: 40px;
  margin-top: .5em;
}

body .woocommerce form .form-row-first, 
body .woocommerce form .form-row-last, 
body .woocommerce-page form .form-row-first, 
body .woocommerce-page form .form-row-last { width: 49%; }

body .woocommerce #respond input#submit.disabled, 
body .woocommerce #respond input#submit:disabled, 
body .woocommerce #respond input#submit:disabled[disabled], 
body .woocommerce a.button.disabled, 
body .woocommerce a.button:disabled, 
body .woocommerce a.button:disabled[disabled], 
body .woocommerce button.button.disabled, 
body .woocommerce button.button:disabled, 
body .woocommerce button.button:disabled[disabled], 
body .woocommerce input.button.disabled, 
body .woocommerce input.button:disabled, 
body .woocommerce input.button:disabled[disabled] { background: #ccc; }


body .woocommerce a.checkout-button.button.alt { border-radius: 40px; }

body .woocommerce #content table.cart td.actions .coupon, 
body .woocommerce table.cart td.actions .coupon { width: 68%; }

body #add_payment_method table.cart td.actions .coupon .input-text, 
body.woocommerce-cart table.cart td.actions .coupon .input-text, 
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 8px 6px 7px;
 	width: 65%;
}

body .woocommerce table.shop_table td { padding: 7.5px 15px; }

body .woocommerce-checkout table.shop_table td { text-align: right;
  border-right: 1px solid #e6e6e6;   border-top: 0; }

.woocommerce a.remove { margin: 0 auto;  }
.woocommerce-cart .woocommerce table.shop_table th.product-remove,
.woocommerce-cart .woocommerce table.shop_table th.product-name { text-align: center; }
.woocommerce-cart .woocommerce table.shop_table th.product-price,
.woocommerce-cart .woocommerce table.shop_table th.product-quantity,
.woocommerce-cart .woocommerce table.shop_table th.product-subtotal { text-align: right; }

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal { text-align: right; }

.woocommerce-checkout #add_payment_method #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li { list-style: none; }

.woocommerce-checkout .woocommerce .col2-set { width: 47.8260869565%; float: left; margin-right: 4.347826087%; }
.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 { margin-bottom: 2em; width: 100%; float: none; }
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { background: #fff; width: 47.8260869565%; float: right; margin-right: 0; }
.woocommerce-checkout #ship-to-different-address-checkbox { width: auto; float: right; margin-left: 15px; margin-top: 10px; opacity: 1; position: static; }
.woocommerce-checkout #ship-to-different-address label { font-size: 24px;   font-weight: 700; line-height: 1; margin: 0; margin-bottom: 1em; padding: 0; text-transform: uppercase; color: #000; }
.woocommerce-checkout .woocommerce form .form-row.create-account label { padding-top: 2px; font-weight: bold; }

.woocommerce-checkout .payment-fixed { position: fixed; z-index: 9; box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em; left: 52%; margin-left: 0; padding: 20px; top: 0; width: 45.5% !important; -webkit-transition: padding .1s ease-in; -moz-transition: padding .1s ease-in; -o-transition: padding .1s ease-in; -ms-transition: padding .1s ease-in; transition: padding .1s ease-in; }

.product-shipping-message { font-size: 16px; text-align: center; text-transform: uppercase; padding: 10px 0px; border-top: 1px solid #139248; border-bottom: 1px solid #139248; }

body .woocommerce table.shop_table tbody th, 
body .woocommerce table.shop_table tfoot td, 
body .woocommerce table.shop_table tfoot th { border-bottom: none; }

body .woocommerce form .form-row input.input-text, 
body .woocommerce form .form-row textarea { max-width: 100%; }

body .woocommerce .product-name a { color: #000; pointer-events: none; cursor: default; }

.woocommerce-checkout #content { padding: 60px 0; } 
.woocommerce-checkout h3 {
  font-family: "Oswald" !important;
  font-size: 24px !important;
  text-transform: uppercase;
  color: #1B6BB3 !important;
}
.woocommerce-billing-fields span,
.woocommerce-billing-fields label,
.woocommerce-additional-fields span,
.woocommerce-additional-fields label,
.woocommerce-shipping-fields span,
.woocommerce-shipping-fields label {
  width: 100%;
}

.woocommerce-checkout .product-name {
  font-size: 18px;
  font-weight: 400;
  padding: 10px 15px;
}
.woocommerce-cart #content .button {
  border: none;
  color: #FFF !important;
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 16px;
}
.woocommerce-cart .woocommerce {
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 1139px) {
	.woocommerce-cart .entry-content form { width: 64%; }
}

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

	.woocommerce-cart .entry-content form {
	  width: 80%;
	  float: none;
	  margin: 0 auto;
	}
	.woocommerce-cart .woocommerce .cart-collaterals {
	  width: 80%;
	  float: None;
	  margin: auto;
	}
	body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon { width: 100%; }
	body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text { width: 48%; }
}

@media only screen and (max-width: 650px) {
    body.site-body .page-container {
    padding: 0 20px;
    }
  
  .woocommerce-cart .entry-content form {
	  width: 100%;

	}
	.woocommerce-cart .woocommerce .cart-collaterals {
	  width: 100%;

	}

	.woocommerce-checkout .woocommerce .col2-set { width: 100%; float: none; margin-right: 0; }
	.woocommerce-checkout #order_review_heading, 
  .woocommerce-checkout #order_review { width: 100%; float: none; }
	
}

.dgwt-wcas-st-more {
  display: none;
}
#add_payment_method #payment ul.payment_methods .stripe-card-group, 
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group,
.wc-stripe-elements-field {
  width: 100%;
}

.wccsq-popup { max-width: 1000px !important; width: 850px !important; }

input[type=button] {
-webkit-appearance: none;
}

h5 > a {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
}

.links-about a {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #41b2eb;
    font-size: 20px;
}

.page-banner {
    position: relative;
    /* margin-left: calc(50% - 50vw); */
    /* margin-right: calc(50% - 50vw); */
}
.banner_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #000;
    opacity: 0.25;
}
.video-container .banner_overlay {
    z-index: 6;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: auto;
    width: 100%;
}
.page .page_banner-img {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    overflow: hidden;
    height: 670px;
    width: 100%;
}
.video-container iframe {
    position: absolute!important;
    top: -100px;
    left: 0;
    width: 100%;
    height: calc(100% + 120px);
}


@media only screen and (max-width: 1300px) {
    .page .page_banner-img {
        height: 470px;
    }
    .video-container iframe {
        top: -200px;
    }
}
@media only screen and (max-width: 1150px) {
    .video-container iframe {
        top: -100px;
    }
}
@media only screen and (max-width: 945px) {
    .video-container iframe {
        top: -75px;
    }
}
@media only screen and (max-width: 900px) {
    .page .page_banner-img {
        height: 380px;
    }
	body.home .woocommerce-categories .column {
		max-width: 50%!important;
	}
}
@media (max-width: 768px) { 	
	body.site-body.single-product {
		.page-container.showrooms {
			display: none!important;
		}
		#single-custom {
			.breadcrumbs {
				padding: 30px;
				padding-bottom: 0;
			}
			.product-section-a .product-title {
				padding-left: 0;
				margin-bottom: 0px;
			}
			.product-section-a {
				padding-top: 10px;
				.swiper-slide {
					min-height: 400px;
				}
				.product-images {
					img {
						margin-top: 0;
						margin-bottom: 0;
					}
				}
			}
			.product-section-b {
				iframe {
					width: 100%;
					aspect-ratio: 16 / 9;
					height: auto;
				}
			}
		}
   }
}
@media only screen and (max-width: 730px) {
    .video-container iframe {
        top: -68px;
    }
    .page .page_banner-img {
        height: 280px;
    }
}
@media only screen and (max-width: 650px) {
  body.site-body .page-container.showrooms{
    display: flex !important;
    flex-direction: column !important;
  }
  html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-form {
    display: block !important;
    opacity: 1 !important;
    position: relative;
    left: 0 !important;
    padding-bottom: 20px !important;
  }
  .dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow{
    display: none !important;
  }
  html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
    opacity: 1;
    display: block !important;
    position: relative;
    left: 0 !important;
    top: calc(100% + 8px);
    min-width: 100% !important;
    z-index: 1000;
    padding-bottom: 20px !important;
  } 
  .dgwt-wcas-search-icon{
    display: none !important;
  }
  .showrooms .search-bar{
    width: 100% !important;
  }
  .dgwt-wcas-search-wrapp{
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 470px) {
    .page .page_banner-img {
        height: 180px;
    }
}

.testimonial-slider .description{
	background:#1B6BB3 !important;
}

.vic-image img {
	width: 100%;
	border-radius: 30px;
}

.hide-title {
	padding-top: 0 !important;
}

.hide-title h3 {
	display: none !important;
}

.custom-ul {
	max-width: 768px;
    margin: 0 auto;
}

.custom-ul ul {
	text-align: center;
}

.custom-ul ul li {
	font-size: 18px;
    line-height: 28px;
    color: #444444;
    font-weight: 500;
	margin-bottom: 0 !important;
}

.custom-ul ul li:before {
    content: '' !important;
    font-family: 'Line Awesome Free';
    margin-right: 10px;
}

.line-height-1-2 {
	line-height: 1.2 !important;
}