/*
Theme Name: CocoAbsorb
Theme URI: http://www.cocoabsorb.com
Author: TCL Creative
Author URI: http://www.tclcreative.com
Description: A custom-built theme built for CocoAbsorb
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/

@font-face {
  font-family: 'league-gothic';
  src: url('fonts/leaguegothic-webfont.woff2') format('woff2'),
  url('fonts/leaguegothic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

:root {
  --main-color: #8BC541;
  --secondary-color: #005586;
  --third-color: #000000;
  --light-gray-color: #A3A3A3;
  --dark-gray-color: #696969;
  --main-font-style: 'league-gothic', sans-serif;
  --secondary-font-style: 'Roboto Condensed', sans-serif;
}

html {
  width: 100%;
  height: 100%;
  min-height: 100% !important;
  margin: 0;
  padding: 0;
  font-family: var(--secondary-font-style);
  background: #FEFEFE;
}

body {
  margin: 0 auto;
  padding: 0px;
  color: var(--dark-gray-color) !important;
  font-family: var(--secondary-font-style);
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  height: 100% !important;
  min-height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap {
  max-width: 1240px;
  padding: 0px 20px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: var(--main-font-style);
  font-size: 28px;
  font-weight: normal;
  text-transform: none;
  color: var(--main-color);
  margin-top: 0px;
  margin-bottom: 5px;
}

.sub-title,
.sub-title.plain {
  font-family: var(--main-font-style);
  font-size: 26px;
  font-weight: normal;
  text-transform: none;
  margin-top: 0px;
  clear: both;
  display: inline;
}

.sub-title {
  color: var(--main-color);
}

.sub-title.plain {
  text-transform: none;
  color: #202223;
}

a {
    cursor: pointer;
    font-weight: 300;
    color: var(--main-color);
    text-decoration: none;
}

a:hover,
#main-content .elementor a:hover {
  color: #000000;
  text-decoration: underline;
}

a .title,
a .sub-title {
  text-decoration: none !important;
}

b {
  font-weight: 800;
}

p {
  text-align: justify;
  margin: 0px 0px 20px 0px;
}

body #main-content b,
body #main-content strong {
    color: #565656;
}

hr {
  border: none;
  border-top: 1px solid;
  border-color: var(--main-color) !important;
  margin: 30px auto !important;
  width: 100%;
  float: none;
  clear: both;
  color: var(--main-color) !important;
}

span.req {
  color: #F00 !important;
}

#main ul,
#main ol {
  list-style-position: outside;
}

#main ul li,
#main ol li {}

.breadcrumb {
  font-size: 0px;
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

.breadcrumb li {
  display: inline-block;
  font-size: 16px;
}

.breadcrumb li::after {
  content: "\f105";
  font-family: "FontAwesome";
}

.breadcrumb li:last-child::after {
  content: "";
}

.breadcrumb li a {
  margin: 0px 10px;
}

.breadcrumb li:first-child > a {
  margin-left: 0px;
}

.breadcrumb li:last-child > a {
  margin-right: 0px;
}

.breadcrumb li.active a {
  color: #939598;
  pointer-events: none;
  cursor: default;
}

a.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  font-size: 24px;
  color: #FFF;
  line-height: 150px;
  /* height of slider-ticker */
  background: rgba(0, 0, 0, .75);
  padding: 0px;
  z-index: 2;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.inner-content {
  width: 70%;
  height: auto;
  float: left;
  padding-right: 2%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-right: 1px solid #8BC541;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.inner-content .wrap {
  padding-left: 0;
}

.sidebar {
  width: 30%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 2%;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar .wrap {
  padding-right: 0;
}

.sidebar-centered {
  text-align: center;
}

.sidebar p {
  text-align: left;
}

.clear-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.clear-list a {
  text-decoration: none;
}

.clear-list a:hover {
  text-decoration: underline;
}

button,
.button,
.submit,
a#button,
.btn,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--main-font-style);
  font-size: 22px;
  font-weight: normal;
  background: var(--main-color);
  background-color: var(--main-color);
  border: none;
  border-radius: 5px;
  overflow: hidden;
  color: var(--third-color);
  float: none;
  margin: 0px auto;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
.button,
.submit,
a#button,
.btn,
  {
  width: auto !important;
  padding: 5px 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a#button,
.btn {
  padding: 5px 10px;
  line-height: normal;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.submit:hover,
.submit:focus,
a#button:hover,
a#button:focus,
.btn:focus,
.btn:hover,
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #FFF;
  background: var(--third-color);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.button a,
.submit a,
input[type="submit"] {
  color: var(--third-color);
  text-decoration: none;
  font-size: 22px;
  padding: 5px 10px;
  display: inline-block;
  line-height: normal;
}

.button:hover a,
.button:focus a,
.submit:hover a,
.submit:focus a {
  color: var(--main-color);
  text-shadow: none;
}

.button a:hover,
.button a:focus,
.submit a:hover,
.submit a:focus {
  text-decoration: none;
}

.button.left {
  margin: 0px 5px 5px 0px;
  float: left;
}

.button.right {
  margin: 0px 0px 5px 5px;
  float: right;
}

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.content-block {
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
}

.content-block .title {
  color: #FFF;
}

.content-block a,
.content-block a:hover {
  color: #FFF;
  font-weight: 300;
}

.arrow-list {
  padding-left: 20px;
  list-style: none;
}

.arrow-list li {
  margin-bottom: 10px;
}

.arrow-list li::before {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0px 5px 0px -15px;
}

.border-div {
  border: 1px solid #CCC;
  padding: 20px;
  display: inline-block;
  clear: both;
  float: left;
  margin: 0px auto 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  word-wrap: break-word;
}

.list-title {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
}

.hide {
  display: none !important;
  visibility: hidden !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  float: none;
  margin: 0px auto;
  display: block;
}

.medium {
  max-width: 240px;
  width: 100%;
}

.small {
  max-width: 120px;
  width: 100%;
}


/* Columns CSS */

/*
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.col-2 {
  -webkit-column-count: 2;
  column-count: 2;
}

.col-3 {
  -webkit-column-count: 3;
  column-count: 3;
}

.col-4 {
  -webkit-column-count: 4;
  column-count: 4;
}

.col-5 {
  -webkit-column-count: 5;
  column-count: 5;
}

.col-6 {
  -webkit-column-count: 6;
  column-count: 6;
}
*/

table {
  border-collapse: collapse;
  margin: 20px auto;
}

table,
th,
td {
  border: 1px solid #CCC;
  padding: 10px;
  text-align: center;
}

table th {
  background: #444444;
  color: #FFF;
}

table tr:nth-child(odd) {
  background: #FFF;
}

table tr:nth-child(even) {
  background: #F3F3F3;
}

img.circle-mask {
  border-radius: 50%;
  margin: 10px auto;
}


/* End Columns CSS */

.elementor-widget-text-editor {
  font-family: var(--secondary-font-style);
}

/** End Global CSS **/

#mast-head {
  width: 100%;
  height: auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

#header {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 56;
  background: #FFF;
}

#top-phone-number {
  width: auto;
  font-weight: normal;
  text-transform: uppercase;
  text-align: right;
  display: inline-block;
  white-space: nowrap;
}
#top-phone-number a:hover {
    color: #fff;
}
#top-phone-number > span {
  white-space: normal;
}

#top-social-icons {
  width: auto;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

#top-social-icons .social-icons a {
  color: var(--third-color);
  opacity: 1;
  font-size: 18px;
}

#top-social-icons .social-icons a:hover,
#top-socail-icons .social-icons a:focus {
  opacity: 0.65;
}

.social-icons a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#top-social-icons .social-icons a:first-child {
  margin-left: 0px;
}

#top-nav {
  width: auto;
  float: right;
}

#header-top {
  background: #000;
  border-bottom: 5px solid var(--main-color);
  margin: 0px auto;
  padding: 0px;
  position: relative;
  top: 0px;
  color: var(--main-color);
  display: inline-block;
  width: 100%;
  height: auto;
  z-index: 57;
}

#header-top .wrap {
  display: table;
  height: 100%;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header .wrap {
  height: 100%;
  max-width: 1240px;
  width: 100%;
  padding: 0px;
  display: table;
  clear: both;
  position: relative;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}

#header-tagline {
  background-image: url("images/eco-friendly-worlds-most-test-icon.jpg");
  background-size: 400px 72px;
  width: 400px;
  height: 72px;
  position: absolute;
  display: block;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header-left {
  display: inline-block;
  float: left;
  width: 45%;
}

#header-right {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

#header-right .social-icons {
  float: right;
  clear: both;
}

#header-logo {
  display: table-cell;
  position: relative;
  z-index: 51;
  margin-bottom: -40px;
  padding: 10px;
  padding-left: 3%;
  text-align: center;
  float: left;
}

#header-logo a {
  display: inline-block;
}

#header-logo img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.header-contact-info {
  display: inline-block;
  float: right;
  margin-bottom: 10px;
  padding: 8px 10px;
  background: --main-color;
  color: #FFF;
}

#home-bar-message-container {
  background: var(--dark-gray-color);
  padding: 20px 0px;
  color: var(--third-color) !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

#home-bar-message-container a {
  color: var(--third-color);
  text-decoration: none;
}

#home-bar-message-container a:hover {
  text-decoration: underline;
}

#home-banner-area {
  margin-bottom: 20px;
  border-bottom: solid 5px var(--main-color);
  max-width: 1240px;
  width: 100%;
  margin: 0px auto;
  background-color: #000;
}

#banner-side-area {
  height: 500px;
  width: 30%;
  float: left;
}

#large-banner {
  float: left;
  height: 500px;
  width: 70%;
  display: inline-block;
  overflow: hidden;
  background-image: url("images/large-banner-01.jpg");
  background-size: cover;
  background-position: center right;
  position: relative;
}

#large-banner::before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  display: block;
}

#large-banner-text {
  color: #FFF;
  font-family: var(--main-font-style);
  font-size: 6vw;
  line-height: 1em;
  position: absolute;
  top: 10%;
  left: 0px;
  padding: 10px;
  padding-left: 20px;
  background: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#bottom-banner-text {
  color: #FFF;
  font-family: var(--main-font-style);
  font-size: 3vw;
  padding: 10px;
  /** background: var(--secondary-color); **/
  background: rgba(0, 85, 134, 0.75);
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  width: 100%;
}

#text-slider {
  position: relative;
  min-height: 38px;
}

#text-slider > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#text-slider .fa {
  font-size: 110%;
  vertical-align: middle;
  color: var(--main-color);
  margin-right: 10px;
}

#bottom-banner-image {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 30vw;
  max-width: 235px;
}

#bottom-banner-image img {
  width: 100%;
  height: auto;
}

#banner-area-box {
  width: 100%;
  height: 250px;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background-size: cover;
  background-position: center center;
  display: table;
}

#banner-area-box .title {
  color: #FFF;
  font-size: 26px;
  text-align: right;
  text-transform: none;
  line-height: normal;
  margin: 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: rgba(139, 197, 65, 0.65);
}

#banner-area-box .title img {
  max-height: 25px;
  width: auto;
  margin-left: 10px;
}

a:hover #banner-area-box .title {
  background: rgba(0, 85, 134, 0.65);
}

#banner-area-box p {
  text-align: right;
  color: #FFF;
  font-size: 24px;
  font-family: var(--main-font-style);
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 66%;
  position: absolute;
  right: 0;
  top: 15%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.65);
}

#banner-area-box.top-area-box::before,
#banner-area-box.bottom-area-box::before {
  content: "";
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-filter: brightness(0.65);
  filter: brightness(0.65);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#banner-area-box.top-area-box::before {
  background-image: url("images/callout-banner-1-01.jpg");
}

#banner-area-box.bottom-area-box::before {
  background-image: url("images/callout-banner-2-01.jpg");
}

#banner-area-box.top-area-box:hover::before,
#banner-area-box.bottom-area-box:hover::before {
  -webkit-filter: brightness(0.85);
  filter: brightness(0.85);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#banner-area-box.top-area-box:hover p,
#banner-area-box.bottom-area-box:hover p {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#banner-area-box.top-area-box,
#banner-area-box.bottom-area-box {
  position: relative;
}

a #banner-area-box.top-area-box .title span {
  content: "";
  white-space: nowrap;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover #banner-area-box.top-area-box .title span {
  white-space: nowrap;
  display: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover #banner-area-box.top-area-box .title::after {
  content: "Inquire Today";
  white-space: nowrap;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a #banner-area-box.bottom-area-box .title span {
  content: "";
  white-space: nowrap;
}

a:hover #banner-area-box.bottom-area-box .title span {
  display: none;
  white-space: nowrap;
}

a:hover #banner-area-box.bottom-area-box .title::after {
  content: "See the Results";
  white-space: nowrap;
}

#banner-area-box.top-area-box > .wrap,
#banner-area-box.bottom-area-box > .wrap {
  display: table-cell;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  left: 0;
  right: 0;
}

#banner-area-box .lower-banner-area-box {
  display: table;
  position: absolute;
  width: 100%;
  bottom: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
}

#banner-area-box.bottom-area-box .lower-banner-area-box {
  padding: 0px 0px 0px 20px;
}

#banner-area-box .lower-banner-area-box .banner-area-box-image {
  display: table-cell;
  vertical-align: bottom;
}

#banner-area-box.top-area-box .lower-banner-area-box .banner-area-box-image {
  width: 30%;
  float: left;
}

#banner-area-box.bottom-area-box .lower-banner-area-box .banner-area-box-image {
  width: 40%;
  float: right;
}

#banner-area-box.top-area-box .lower-banner-area-box .banner-area-box-image img {
  max-height: 130px;
}

#banner-area-box.bottom-area-box .lower-banner-area-box .banner-area-box-image img {
  max-height: 130px;
  float: right;
}

#banner-area-box .lower-banner-area-box .banner-area-box-cta {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  display: table-cell;
}

#banner-area-box.top-area-box .lower-banner-area-box .banner-area-box-cta {
  width: 60%;
  float: right;
}

#banner-area-box.bottom-area-box .lower-banner-area-box .banner-area-box-cta {
  width: 55%;
  float: left;
}

#banner-area-box .button {
  margin-top: 10px;
}

#banner-area-box .lower-banner-area-box .cta-text {
  width: 50%;
  float: left;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #FFF;
}

#banner-area-box.bottom-area-box .lower-banner-area-box .cta-text {
  width: 100%;
}

#primary-home-bar-message {
  width: 50%;
  padding-right: 2%;
  border-right: 1px solid var(--third-color);
  float: left;
  font-style: italic;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#primary-home-bar-message .wptww-quote {
  margin-bottom: 0px;
}

#primary-home-bar-message .wptww-testimonial-author {
  color: var(--third-color);
  text-align: left;
}

#primary-home-bar-message .wptww-testimonial-author::before {
  content: "\2014";
}

#primary-home-bar-message .wptww-testimonial-content p {
  text-align: left;
}

#secondary-home-bar-message {
  width: 50%;
  padding-left: 2%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#secondary-home-bar-message .textwidget {
  font-size: 16px;
  margin: 5px 2%;
  padding: 10px;
  width: 46%;
  float: left;
  border: 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

#secondary-home-bar-message .textwidget .sub-title {
  color: inherit;
  font-size: 18px;
}

#mobile-nav-bar {
  width: 100%;
  height: auto;
  background: --main-color;
  margin: 0px auto;
  position: relative;
  color: #FFF;
  float: left;
  border-bottom: none;
  display: none;
}

button#responsive-menu-button {
  position: relative !important;
  top: unset !important;
  right: 0px !important;
}


/** CSS for Main Navigation **/

#nav {
  max-width: 1280px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  bottom: 0px;
  z-index: 50;
  border-radius: 15px;
  background: var(--third-color);
  font-family: var(--main-font-style);
}

#nav .wrap {
	padding: 0px;
	margin-right: 0;
}

.menu-primary-menu-links-container {
  max-width: 1240px;
  width: 100%;
  float: none;
  margin: 0px auto;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0px;
  position: relative;
  z-index: 50;
}

.menu-primary-menu-links-container a {
  text-decoration: none;
}

.menu-primary-menu-links-container ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  float: right;
}

.menu-primary-menu-links-container ul li {
  font-size: 28px;
  text-transform: uppercase;
  text-align: left;
  position: relative;
}

.menu-primary-menu-links-container ul li a {
  display: inline-block;
  color: var(--main-color);
  background: none;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.menu-primary-menu-links-container .menu .menu-item.item-shop a {
	color: #000;
	background-color: #face38;
	border-radius: 0 15px 15px 0;
}
.menu-primary-menu-links-container .menu .menu-item.item-shop a:hover {
	color: #fff;
	background-color: #015486;
}

.menu-primary-menu-links-container ul li a:hover,
.menu-primary-menu-links-container ul li.current-menu-item > a {
  color: #FFF;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.menu-primary-menu-links-container li ul {
  display: none;
}

.menu-primary-menu-links-container ul li ul {
  visibility: hidden;
  opacity: 0;
  left: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  /** box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35); **/
}

.menu-primary-menu-links-container li:hover > ul {
  display: block;
  width: 180px;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: -1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.2s;
  transition-delay: 0s, 0s, 0.2s;
}

.menu-primary-menu-links-container li:hover li {
  float: none;
}

.menu-primary-menu-links-container li:hover a {}

.menu-primary-menu-links-container li:hover li a:hover {}

.menu-primary-menu-links-container ul li ul li {
  font-size: 22px;
}

.menu-primary-menu-links-container ul li ul li a {
  background: #000;
  border-bottom: 1px solid var(--main-color);
}

.menu-primary-menu-links-container ul li ul li:last-child a {
  border: none;
}

.menu-primary-menu-links-container ul li ul li a:hover {
  background: var(--main-color);
}

.menu-primary-menu-links-container ul ul ul {
  left: 100%;
  top: 0px;
}

.menu-primary-menu-links-container ul::before,
.menu-primary-menu-links-container ul::after {
  content: " ";
  display: table;
}

.menu-primary-menu-links-container ul::after {
  clear: both;
}

#nav-mobile {
  display: none;
}


/** End CSS for Main Navigation **/

/** CSS for Resource Nav **/

#resource-nav-container {
  width: auto;
  font-family: var(--secondary-font-style);
  font-size: 16px;
  display: inline-block;
  float: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-resource-menu-links-container {
  width: auto;
  height: auto;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  display: inline-block;
}

.menu-resource-menu-links-container ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.menu-resource-menu-links-container ul li {
  display: inline-block;
  margin: 0px;
}

.menu-resource-menu-links-container ul li:after {
  content: " | ";
  margin: 0px 5px;
}

/** .menu-resource-menu-links-container ul li:last-child:after {
  content: "";
  margin-right: 0px;
} **/

.menu-resource-menu-links-container ul li:first-child {
  margin-left: 0px;
}

.menu-resource-menu-links-container ul li:last-child {
  margin-right: 0px;
}

.menu-resource-menu-links-container ul li a {
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
}

.menu-resource-menu-links-container ul li a:hover {
  color: #FFF;
  text-decoration: none;
}

.menu-resource-menu-links-container .header-phone {
  color: #FFF;
  font-weight: normal;
  text-transform: uppercase;
}

.menu-resource-menu-links-container .header-phone::before {
  content: "";
  border-left: 1px solid #FFF;
  padding-left: 10px;
}


/** End CSS for Resource Nav **/

#main-content {
  float: none;
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px 20px 0px;
  display: block;
  clear: both;
  position: relative;
}

#main-content {
  background: rgba(255, 255, 255, 0.65);
  background: #FFF;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}

#main > .wrap {
  padding: 0px;
}

body.home #main-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

body.home #main-content .wrap {}

#content,
#sidebar {
  margin: 20px 0px;
}

#content.float-left {
  width: 75%;
  height: auto;
  float: left;
  padding-right: 2%;
  border-right: 1px solid var(--main-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

#content.float-right {
  width: 75%;
  height: auto;
  float: right;
  padding-left: 2%;
  border-left: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

#sidebar {
  width: 25%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sidebar.float-left {
  padding-right: 2%;
  float: left;
}

#sidebar.float-right {
  padding-left: 2%;
  float: right;
}

#sidebar.float-left,
#sidebar.float-right {
  text-align: center;
}

#sidebar.float-left form,
#sidebar.float-right form {
  text-align: left;
}

.full-width-section {
  position: relative;
  background-color: #000;
  padding: 60px 0px;
  text-align: center;
  color: #FFF;
}

.full-width-section .wrap {
  padding: 0px 14%;
}

.full-width-section::before {
  position: absolute;
  content: "";
  background-image: url("images/pre-footer-background-01.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.35;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.full-width-section .title,
.full-width-section .sub-title {
  color: var(--third-color);
}

.full-width-section p {
  text-align: center;
}

.recent-post {
  background: #F3F3F3;
  padding: 20px 0px;
  clear: both;
}

.recent-post a {
  text-decoration: none;
}

.recent-post .title {
  margin-bottom: 20px;
}

ul.recent-posts-list {
  list-style-type: none;
  padding: 0px;
}

ul.recent-posts-list a {
  text-decoration: none;
}

.post img {
  max-width: 100%;
  height: auto;
}

ul.col-third {
  text-align: center;
  font-size: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

ul.col-third li {
  width: 32%;
  padding: 20px;
  margin: 0 1%;
  vertical-align: top;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  color: #FFF;
  background: #202223;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.col-third li:first-child {
  margin-left: 0;
}

ul.col-third li:last-child {
  margin-right: 0;
}

ul.col-third li img {
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .35);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .35);
}

ul.col-third li .title {
  text-transform: uppercase;
}

ul.col-third li p {
  text-align: center;
}


/** CSS for Sections **/

.section {
  background: #FFF;
  border-bottom: 1px solid #CF0A2C;
}

.section:last-child {
  border-bottom: none;
}

#section-form {}

.page-banner {
  max-width: 1000px;
  width: 100%;
  margin: 0px auto 20px;
}

.page-banner img {
  width: 100%;
  height: auto;
}

.page-banner-caption {
  background: #CF0A2C;
  color: #FFF;
  padding: 12px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.page-banner-title {
  font-size: 22px;
  font-weight: bold;
}

.image-box {
  display: inline-block;
  max-width: 220px;
  width: 36%;
}

.image-box left {
  float: left;
  margin: 0px;
}

.image-box right {
  float: right;
  margin: 0px;
}

.image-box img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border: 1px solid #D0D0D0;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FAFAFA;
}

.image-box .button {
  float: none;
  width: 100%;
  text-align: center;
}

.section-info {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}

.offset-left {
  margin-left: 4%;
}

.offset-right {
  margin-right: 4%;
}


/** End CSS for Sections **/

/** CSS for FooGallery **/

.fg-item-inner {
  background: var(--main-color) !important;
}

.fg-caption {
  color: #FFF !important;
  font-family: 'Rajdhani', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.fg-simple_portfolio.fg-light .fg-caption-title,
.fg-simple_portfolio.fg-light .fg-caption-title a {
  color: #FFF !important;
  font-weight: 700 !important;
}

.fg-simple_portfolio.fg-dark .fg-caption a,
.fg-simple_portfolio.fg-light .fg-caption a {
  color: #FFF !important;
  border-bottom: 1px solid #FFF !important;
}


/** End CSS for FooGallery **/

/** CSS for WordPress Default Gallery **/

#gallery-1 .gallery-item {
  width: 44% !important;
  margin: 0px 3% 20px 3% !important;
  display: inline-block;
}

#gallery-1 .gallery-item img {
  width: 100% !important;
  height: auto !important;
}

#gallery-1 .gallery-item img {
  border: none !important;
}


/** End CSS for WordPress Default Gallery **/

/** CSS for Pagination **/

.page-numbers {
  padding: 5px;
  border: 1px solid #939598;
}

span.page-numbers.current {
  background: var(--main-color);
  color: #FFF;
}


/** End CSS for Pagination **/

#form-cta {
  float: right;
  margin: 0px 0px 20px 20px;
}

#form-cta img {
  max-width: 220px;
  width: 100%;
  height: auto;
}

.toggleLink {
  display: inline-block;
}

.toggleLink a,
.toggleLink a:focus {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  background: #1078EE;
}

.toggleLink a:hover {
  color: #FFF;
}


/** End CSS for Gallery Page **/

#logo-partners ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-align: center;
}

#logo-partners ul li {
  display: inline-block;
  margin: 10px;
  vertical-align: middle;
}

#logo-partners ul li img {
  max-width: 120px;
  max-height: 80px;
  width: auto;
  height: auto;
}

#column-cta {
  max-width: 240px;
  width: 100%;
  height: auto;
  margin: 0px auto 20px;
  border-top: 5px solid #CF0A2C;
  border-bottom: 5px solid #CF0A2C;
  text-align: center;
  position: relative;
}

#column-cta img {
  width: 100%;
  height: 256px;
}

#column-cta-bottom {
  padding: 20px;
  background: #EEE;
}

#column-cta-bottom .button {
  margin: 0px auto;
}


/** CSS for Content Images **/

img.hoverlink {
  opacity: 1;
}

img.hoverlink:hover {
  opacity: .75;
}

img.content-image {
  max-width: 300px;
  width: 85%;
}

img.left,
img.alignleft {
  float: left;
  margin: 0px 20px 20px 0px;
}

img.right,
img.alignright {
  float: right;
  margin: 0px 0px 20px 20px;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.attachment-post-thumbnail {
  float: left;
  display: block;
  margin: 0px 20px 20px 0px;
  max-width: 100%;
  height: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/** End CSS for Content Images **/

#google-map {
  width: 100%;
  height: 460px;
  background: #CCC none repeat scroll 0% 0%;
  float: left;
  margin: 20px auto;
}

.intl-tel-input {
  width: 100%;
}

.cfdatepicker table tr th {
  border-radius: 0px;
}


/** CSS for Search Form **/

form.search-form {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 0px;
  float: right;
}

form.search-form input.form-control {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 8px;
  padding-right: 48px;
  overflow: hidden;
  border: 1px solid var(--dark-gray-color);
  border-radius: 5px;
}

form.search-form input[type="submit"] {
  font-family: "FontAwesome";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: hand;
  cursor: pointer;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}


/** End CSS for Search Form **/

/** CSS for MailChimp for WordPress Form **/

.mc4wp-form {
  margin-top: 20px;
  border: 1px solid #B2B2B2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.mc4wp-form .sub-title {
  display: block;
  color: var(--main-color);
}

.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"] {
  float: left;
  width: 100%;
  background: #444;
  color: #B2B2B2;
  font-weight: 500;
}

.mc4wp-form input::-webkit-input-placeholder {
  color: #B2B2B2 !important;
  background: #444;
}

.mc4wp-form input::-moz-placeholder {
  color: #B2B2B2 !important;
  background: #444;
}

.mc4wp-form input:-ms-input-placeholder {
  color: #B2B2B2 !important;
  background: #444;
}

.mc4wp-form input:-moz-placeholder {
  color: #B2B2B2 !important;
  background: #444;
}

.mc4wp-form .mc4wp-response .mc4wp-success {
  margin-top: 20px;
  color: #FFF;
  background: #5e8087;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/** End CSS for MailChimp for WordPress Form **/

/** WP Testimonial CSS **/

.slick-initialized .slick-slide {
  overflow-x: hidden;
}

.wptww-testimonials-slidelist.design-1 .fa-quote-left,
.wptww-testimonials-list.design-1 .fa-quote-left,
.wptww-testimonials-slide-widget.design-1 .fa-quote-left {
  display: none;
}


/** End WP Testimonial CSS **/

/** CSS for Forms **/

form {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  float: none;
  font-size: 16px;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-section-container {
  padding: 0px;
  margin: 10px auto 0px;
}

.form-section {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 > span {
  display: block;
  font-size: 11px;
}

form p {
  text-align: left !important;
}

.form-title {
  font-size: 25px;
  background: #0A548B;
  color: #FFF;
  text-align: center;
  width: 250px;
  margin-left: -30px;
  padding: 5px 10px;
}

label {
  font-weight: bold;
  display: inline-block;
}

label > span {
  margin: 0 auto;
  color: #000;
  font-weight: bold;
}

label.required::after {
  color: #F00;
  content: "*";
}

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="password"],
input[type="tel"],
textarea,
select {
  border: 1px solid #DDD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  color: #000;
  height: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  outline: 0 none;
  padding: 4px 2px;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"] {}

input::-webkit-input-placeholder {
  color: #999 !important;
  font: inherit;
}

input::-moz-placeholder {
  color: #999 !important;
  font: inherit;
}

input::-ms-input-placeholder {
  color: #999 !important;
  font: inherit;
}

input:-moz-placeholder {
  color: #999 !important;
  font: inherit;
}

select {
  /* appearance: none; */
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  text-indent: 0.01px;
  text-overflow: '';
  width: 100%;
  height: auto;
  margin-top: 0px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.droplist {
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 5px;
}

.droplist:after {
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 1;
  text-align: center;
  line-height: 35px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form textarea {
  font-family: inherit;
  height: 100px !important;
  resize: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="phone"]:hover,
input[type="tel"]:hover,
input[type="password"]:hover,
input[type="checkbox"]:hover,
textarea:hover,
select:hover {
  border: 1px solid var(--main-color) !important;
  background: #FFF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="checkbox"],
textarea:focus,
select:focus {
  border: 1px solid var(--main-color);
  background: #FFF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.radio-inline,
.checkbox-inline {
  margin: 10px;
}

.cf-page-btn-previous {
  float: left;
}

.cf-page-btn-next {
  float: right;
}

option {}

.form-checkbox {}

.checkbox-list li {
  margin-left: 20px;
  margin-right: 15px;
  float: left;
}

.form-col-1 {
  display: block;
  width: 27%;
  float: left;
  margin-right: 3%;
}

.form-col-2 {
  display: block;
  width: 70%;
  float: left;
}

.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

.pirate-forms-g-recaptcha {
  display: inline-block;
}


/* CSS for Response */

#contact-response {
  position: fixed;
  z-index: 55;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 101%;
  height: 100%;
  background: rgba(0, 0, 0, .75);
  display: none;
}

#contact-response p {
  font-family: var(--main-font-style);
  color: #FFF;
  text-align: center !important;
  position: fixed;
  z-index: 55;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#contact-response .errMsg {
  padding: 10px;
  background: #ed1e24;
  max-width: 420px;
  margin: 0 auto;
}

#contact-response .succMsg {
  padding: 10px;
  background: #178442;
  max-width: 420px;
  margin: 0 auto;
}


/* End CSS for Response */

/** End CSS for Forms **/

/** CSS for Footer **/

#footer {
  clear: both;
  z-index: 10;
  height: auto;
  float: none;
  margin: 0px auto;
  background: var(--third-color);
  border-top: 5px solid var(--main-color);
  color: inherit;
  font-weight: 300;
  width: 100%;
  padding: 30px 0px 0px 0px;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

#footer .menu-footer-menu-links-container ul {
  width: 100%;
  list-style-type: none;
  margin: 0px auto;
  display: block;
  font-size: inherit;
  text-align: center;
  text-transform: none;
  padding: 0px;
  clear: both;
}

#footer .menu-footer-menu-links-container ul li {
  display: inline-block;
}
#footer .menu-footer-menu-links-container ul li:after {
  content: " | ";
  margin: 0px 5px;
}
#footer .menu-footer-menu-links-container ul li:last-child:after {
  content: "";
}
#footer .menu-footer-menu-links-container ul li a { line-height: 32px; }

#footer .footer-contact {
  text-align: center;
  border-top: 1px solid #BB4738;
  margin-top: 20px;
  padding-top: 20px;
}

#footer a {
  color: var(--main-color);
  text-decoration: none;
}

#footer a:hover {
  color: #FFF;
  text-decoration: none;
}

#footer-custom-image {
  text-align: center;
  margin: 20px;
}

#footer-custom-image img {
  margin: 0px;
  max-width: 320px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.footer-column {
  width: 20%;
  float: left;
  margin-bottom: 20px;
  text-align: left;
  margin-right: 2%;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid var(--third-color);
}

.footer-column:first-child .textwidget {
	color: #d9d9d9;
	line-height: 1.5;
}

.footer-column:nth-child(2) { width: 56%; }

.footer-column:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
  text-align: right;
}

.footer-column ul {
  list-style-type: none;
  list-style-position: inside;
  padding: 0px;
}

.footer-column img {
  /* max-width: 150px !important; */
  height: auto;
  display: inline-block;
  margin-bottom: 10px;
}

#footer #contact-info {}

#footer .footer-title {
	padding-bottom: 10px;
	color: #f0f0f0;
	font-family: var(--main-font-style);
	font-size: 22px; font-weight: normal;
}

#footer .social-icons a:first-child {
  margin-left: 0px;
}

#footer .social-icons a:last-child {
  margin-right: 0px;
}

#footer #footer-contact .fa {
  color: var(--main-color);
  margin-right: 10px;
}

#copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  bottom: 0;
  padding: 10px 0px;
  clear: both;
  background: #222;
  color: var(--main-color);
}


/** End CSS for Footer **/

@media screen and (max-width: 1280px) {
  #nav {
    max-width: 100%;
    border-radius: 0px;
  }
}

@media screen and (min-width: 1240px) {
  #large-banner-text {
    font-size: 72px;
  }
  #bottom-banner-text {
    font-size: 36px;
  }
}

@media screen and (max-width: 1240px) {
  #resource-nav-container {
    border-bottom-right-radius: 0px;
  }
  #header-tagline {
    right: 20px;
  }
  #main > .wrap {
    padding: 0px 20px;
  }
}

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

@media screen and (max-width: 1080px) {
  #slider-banner {
    max-width: 100%;
    margin: 0px auto;
    border: none;
    border-bottom: 5px solid #4A9896;
  }
}

@media screen and (min-width: 980px) {
  .menu-primary-menu-links-container ul li a[href*="/request-sample/"],
  .menu-primary-menu-links-container ul li a[href*="/contact/"] {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .menu-resource-menu-links-container .header-phone::before {
    content: "";
    border: none;
    margin: 0px;
    padding: 0px;
  }
  #header {}
  #mast-head {}
  .slicknav_brand img {
    width: auto;
    height: 100%;
  }
  #nav-bg .menu-primary-menu-links-container,
  .menu-resource-menu-links-container {
    display: none;
  }
  #nav-bg {
    border: none;
  }
  .slicknav_menu .right {
    float: none;
    margin: 0px auto;
    display: block;
  }
  #mobile-nav-bar {
    display: inline-block;
  }
  #large-banner {
    max-width: 100%;
    width: 100%;
    margin: 0px auto;
    border: none;
  }
  #large-banner-text {
    font-size: 8vw;
  }
  #banner-side-area {
    width: 100%;
    height: 100%;
  }
  #banner-area-box {
    width: 50%;
  }
  #banner-area-box .title {
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) {
  ul.col-third {
    display: block;
  }
  ul.col-third li {
    width: 100%;
    margin: 0px auto 20px;
  }
  ul.col-third img {
    max-width: 300px;
  }
}

@media screen and (max-width: 900px) {
  #footer-logo {
    max-width: 110px;
    width: 100%;
    float: none;
  }
  #footer .footer-column {
    width: 100%;
    float: none;
    clear: both;
    margin: 0px auto 10px;
    padding: 0px;
    text-align: center;
    border-right: none;
  }
}

@media screen and (max-width: 800px) {
  .inner-content,
  .sidebar {
    width: 100%;
    padding: 0px;
    float: none;
    clear: both;
    border: none;
  }
  .inner-content .wrap,
  .sidebar .wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  .inner-content {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC;
  }
}

@media screen and (max-width: 760px) {
  #primary-home-bar-message,
  #secondary-home-bar-message {
    width: 100%;
    padding: 0px;
    border: none;
  }
  #primary-home-bar-message {
    border-bottom: 1px solid var(--third-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .full-width-section .wrap {
    padding: 0px 20px;
  }
}

@media screen and (max-width: 740px) {
  #header-right form.search-form {
    display: none;
    visibility: hidden;
  }
  #large-banner {
    height: 360px;
  }
  #large-banner-text {
    font-size: 8vw;
  }
  #bottom-banner-text {
    font-size: 6vw;
  }
  #content.float-left,
  #content.float-right,
  #sidebar.float-left,
  #sidebar.float-right {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    border: none;
  }
  #content.float-left,
  #content.float-right {
    padding-bottom: 30px;
    border-bottom: 1px solid #CCC;
  }
  .footer-column {
    width: 48%;
    margin-right: 4%;
    padding-right: 4%;
  }
  .footer-column:nth-child(even) {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 680px) {
  #banner-area-box {
    width: 100%;
    height: 250px;
    padding: 0px;
  }
}

@media screen and (max-width: 650px) {
  #header-right,
  #header-tagline {
    display: none !important;
  }
  #content img {
    width: 100%;
    max-width: 650px;
    height: auto;
    display: block;
    margin: 20px auto;
  }
}

@media screen and (max-width: 540px) {
  #large-banner-text {
    font-size: 12vw;
    top: 5%;
  }
  #secondary-home-bar-message .textwidget {
    width: 100%;
    margin: 10px 0px;
  }
  .recent-post,
  .recent-post p {
    text-align: center;
  }
  img.attachment-post-thumbnail {
    float: none;
    margin: 0px auto 20px;
  }
}

@media screen and (max-width: 500px) {
  #footer {}
  #footer-logo {
    float: none;
    display: block;
    margin: 0px auto 20px;
    text-align: center;
    clear: both;
  }
  .footer-right {
    float: none;
    margin: 0px auto;
    clear: both;
  }
}

@media screen and (max-width: 460px) {
  body,
  p {
    font-size: 14px;
  }
  p {
    text-align: left;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .title,
  .page-banner-title {
    font-size: 28px;
  }
  .sub-title {
    font-size: 24px;
  }
  /*
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6 {
    -webkit-column-gap: 0px;
    column-gap: 0px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  */
  .menu-resource-menu-links-container {
    float: none;
    text-align: center;
    border: none;
    padding: 0px;
  }
  #header-top #top-phone-number span {
    display: none;
  }
  #header {
    height: auto;
    margin-top: 0px;
  }
  #header .wrap {}
  #header-logo,
  #header-right {
    padding: 20px 30px;
    display: block;
    float: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header-logo {
    margin-bottom: 0px;
  }
  #header-logo img {
    max-width: 160px;
  }
  #header-tagline {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .section-info {
    text-align: center;
    margin: 0px auto;
    display: block;
  }
  .section-info p {
    text-align: center !important;
  }
  .image-box {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .image-box .button {
    width: auto;
  }
  .offset-left {
    margin: 0px auto;
    display: block;
    text-align: center;
  }
  #primary-home-bar-message::before,
  #secondary-home-bar-message::before {
    float: none;
    margin: 0px auto;
  }
  #secondary-home-bar-message .textwidget {
    font-size: 16px;
    text-align: center;
  }
  form {
    font-size: 14px;
  }
  form input[type="text"],
  form input[type="email"],
  form input[type="phone"],
  form textarea,
  form select {
    font-size: 14px;
  }
  form .form-section-container {
    -webkit-column-count: 1;
    -webkit-column-gap: none;
    -moz-column-count: 1;
    -moz-column-gap: none;
    column-count: 1;
    column-gap: none;
  }
  #google-map {
    height: 280px;
  }
  .left,
  .right,
  img.left,
  img.right,
  img.alignleft,
  img.alignright,
  img.aligncenter {
    float: none;
    display: block;
    margin: 20px auto;
  }
  .button.left {
    float: left;
    display: inline-block;
    margin: 0px 5px 5px 0px;
  }
  .footer-column {
    width: 100%;
    margin: 0px;
    text-align: center;
    border-right: none;
  }
  .footer-column:last-child {
    border-bottom: none;
    padding-bottom: 0px;
  }
  #footer ul {
    text-align: left;
    display: inline-block;
  }
  #footer .social-icons a:first-child {
    margin-left: 5px;
  }
  #copyright {
    font-size: 10px;
    text-align: center;
  }
}
