@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
nav#nav {
  z-index: 99;
  position: relative;
}
nav#nav > div ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav#nav > div ul li a {
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
}
nav#nav > div ul li a:link, nav#nav > div ul li a:visited, nav#nav > div ul li a:hover, nav#nav > div ul li a:active {
  text-decoration: none;
}
@media (min-width: 992px) {
  nav#nav > div {
    height: 100%;
  }
  nav#nav > div > ul {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav#nav > div > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
    position: relative;
  }
  nav#nav > div > ul > li:after {
    content: "";
    display: block;
    width: 1px;
    background-color: #fff;
    height: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  nav#nav > div > ul > li:last-child:after {
    content: "";
    display: none;
  }
  nav#nav > div > ul > li > a {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 14px;
    display: block;
    color: #fff;
    padding: 10px;
    padding-left: 15px;
    padding-right: 25px;
    font-weight: bold;
    position: relative;
    text-align: center;
    white-space: nowrap;
  }
  nav#nav > div > ul > li > a .fa-solid {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
  }
  nav#nav > div > ul > li.menu-item-has-children {
    position: relative;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul {
    color: #000;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    min-width: 220px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    z-index: 50;
    display: block !important;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul > li > a {
    color: #000;
    font-size: 14px;
    display: block;
    padding: 4px 12px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: left;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul > li > a::marker {
    content: none !important;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul > li > a:hover, nav#nav > div > ul > li.menu-item-has-children > ul > li > a:active {
    background-color: rgb(229.5, 229.5, 229.5);
  }
  nav#nav > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children {
    position: relative;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul {
    position: absolute;
    color: #000;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: left;
    top: 0;
    left: 100%;
    min-width: 220px;
    padding-top: 4px;
    padding-bottom: 4px;
    z-index: 999;
    display: block !important;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a {
    font-size: 14px;
    display: block;
    padding: 4px 12px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: left;
    background-color: #1B375D;
    color: #fff;
    z-index: 9999;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a:hover, nav#nav > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a:active {
    background-color: rgb(15.525, 31.625, 53.475);
    color: #fff;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a::marker {
    content: none !important;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  nav#nav > div > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  nav#nav > div > ul :last-child::after {
    content: "";
  }
}
@media (min-width: 1200px) {
  nav#nav > div {
    height: 100%;
  }
  nav#nav > div > ul {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav#nav > div > ul > li > a {
    font-size: 18px;
  }
  nav#nav > div > ul > li > a .fa-solid {
    font-size: 18px;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul > li > a {
    font-size: 14px;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul > li > a::marker {
    content: none !important;
  }
  nav#nav > div > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  nav#nav > div > ul :last-child::after {
    content: "";
  }
}

nav#mobile-nav {
  background-color: #7397a3;
  color: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  display: none;
  z-index: 99;
}
@media (min-width: 992px) {
  nav#mobile-nav {
    display: none !important;
  }
}
@media (max-width: 992px) {
  nav#mobile-nav > div {
    display: block;
  }
  nav#mobile-nav > div:nth-of-type(1) {
    text-align: right;
    color: #fff;
    padding: 1rem;
  }
  nav#mobile-nav > div:nth-of-type(1) i {
    cursor: pointer;
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
  }
  nav#mobile-nav > div:nth-of-type(1) i span {
    position: absolute;
    top: 0;
    left: 50%;
    left: calc(50% - 1px);
    width: 2px;
    background-color: #fff;
    height: 100%;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  nav#mobile-nav > div:nth-of-type(1) i span:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translateX(calc(100% - 2px));
            transform: rotate(45deg) translateX(calc(100% - 2px));
  }
  nav#mobile-nav > div:nth-of-type(1) i span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg) translateX(calc(100% - 2px));
            transform: rotate(-45deg) translateX(calc(100% - 2px));
  }
  nav#mobile-nav > div:nth-of-type(2) {
    padding: 0;
    display: block;
  }
  nav#mobile-nav > div:nth-of-type(2) ul {
    list-style-type: none;
    padding: 0px;
    padding-left: 40px;
    text-align: left;
    text-transform: uppercase;
  }
  nav#mobile-nav > div:nth-of-type(2) ul li {
    font-size: 18px;
    display: block;
  }
  nav#mobile-nav > div:nth-of-type(2) ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  nav#mobile-nav > div:nth-of-type(2) ul li a span {
    color: #fff;
    text-align: left;
    position: absolute;
    right: 0;
    line-height: 1;
    right: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  nav#mobile-nav > div:nth-of-type(2) ul li a span.rotate {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  nav#mobile-nav > div:nth-of-type(2) ul li.menu-item-has-children > ul {
    color: #fff !important;
    top: 100%;
    left: 0;
    z-index: 9;
    text-align: left;
    font-size: 16px;
    display: none;
    padding-left: 2rem;
  }
  nav#mobile-nav > div:nth-of-type(2) ul li.menu-item-has-children > ul > li a {
    display: block;
  }
  nav#mobile-nav > div:nth-of-type(2) ul li.menu-item-has-children:hover > ul, nav#mobile-nav > div:nth-of-type(2) ul li.menu-item-has-children:active > ul {
    opacity: 1;
    visibility: visible;
  }
}

#mobile-container div {
  text-align: center;
}
#mobile-container div:nth-of-type(1) {
  margin: 15px;
  background-color: #26436e;
  padding: 10px 15px;
  color: #fff;
}
#mobile-container div:nth-of-type(1) a {
  color: #fff;
  font-weight: bold;
}

.contact-wrapper {
  z-index: 99;
  position: relative;
  background-color: #26436e;
  padding: 30px 20px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.contact-wrapper #wpforms-90 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
}
.contact-wrapper #wpforms-form-90 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.contact-wrapper #wpforms-form-90 .wpforms-submit-container button {
  background-color: #fff !important;
  color: #236192 !important;
  border-radius: 20px !important;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
}
.contact-wrapper #wpforms-form-90 .wpforms-submit-container button:hover {
  background-color: rgb(25.138121547, 69.6685082873, 104.861878453);
}
.contact-wrapper #wpforms-form-90 .wpforms-field-container {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.contact-wrapper #wpforms-form-90 .wpforms-field-large {
  text-align: center;
  border: none;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    margin-top: -436px;
  }
}

#footer-logo {
  width: 270px !important;
  height: 180px !important;
  max-width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 50% center;
     object-position: 50% center;
}

footer#footer {
  z-index: 2;
  background-color: #ccbba7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  footer#footer {
    background-size: cover;
  }
  footer#footer > .container {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer#footer > .container > .row {
    padding: 40px 0px;
  }
  footer#footer > .container > .row > [class*=col-] {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer#footer > .container > .row > [class*=col-] img {
    height: auto;
    width: 60%;
  }
  footer#footer > .container > .row > [class*=col-]:nth-of-type(2) {
    padding: 40px 0px;
  }
}
@media (min-width: 1024px) {
  footer#footer > .container {
    padding-top: 250px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer#footer > .container > .row > [class*=col-] {
  -ms-flex-line-pack: center;
      align-content: center;
}
footer#footer > .container > .row > [class*=col-]:nth-of-type(1) img {
  height: auto;
  width: auto;
}
footer#footer > .container > .row > [class*=col-] h3 {
  font-size: 24px;
  color: #26436e;
  font-weight: bold;
}
footer#footer > .container > .row > [class*=col-] p, footer#footer > .container > .row > [class*=col-] a {
  font-size: 18px;
  color: #26436e;
}

#website-by {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  background-color: #536898;
}
@media (max-width: 1024px) {
  #website-by > .container > .row > [class*=col-] {
    text-align: center !important;
    padding: 5px 0px;
  }
}
#website-by > .container > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
  font-size: 14px;
}
#website-by > .container > .row a {
  font-size: 14px;
  color: #fff;
}
#website-by > .container > .row > [class*=col-]:nth-of-type(1) {
  text-align: left;
}
#website-by > .container > .row > [class*=col-]:nth-of-type(2) {
  text-align: right;
}

#scrollUp {
  height: 60px;
  width: 60px;
  background-color: #000;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  right: 20px;
  bottom: 20px;
  font-size: 0;
  font-family: dashicons;
  position: fixed;
}
#scrollUp:link, #scrollUp:visited, #scrollUp:hover, #scrollUp:active {
  text-decoration: none;
  color: #fff;
}
#scrollUp:before {
  content: "\f343";
  display: block;
  font-size: 2rem;
  text-align: center;
  line-height: 60px;
}
@media (max-width: 1024px) {
  #scrollUp {
    width: 50px;
    height: 50px;
  }
  #scrollUp:before {
    line-height: 50px;
  }
}

html {
  overflow-x: hidden !important;
  width: 100% !important;
}

body {
  background-color: #FFF;
  font-family: "Karla", sans-serif;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
}

sup {
  font-size: 0.6rem;
  position: relative;
  top: -10px;
}

.btn {
  background: #ccc;
  font-size: 18px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 20px !important;
}
.btn.btn-primary {
  color: #fff;
  background: #26436e;
  border-color: #26436e;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: #536898;
  border-color: #536898;
}

.wp-block-image img {
  height: auto;
}

a {
  color: #071538;
}
a:link, a:visited, a:hover, a:active {
  color: #071538;
  text-decoration: none;
}

.uagb-post__image img {
  height: 100% !important;
}

.single {
  background-color: #fff;
}
.single .title-wrapper {
  background-color: #CCBAA6;
  text-align: center;
  padding: 20px 0px;
  color: #26436E;
}
.single .title-wrapper a {
  color: #26436E;
}
.single .title-wrapper p {
  font-size: 18px;
}
.single #content {
  max-width: 1200px !important;
  padding-top: 60px;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
}
.single footer.entry-footer, .single footer.footer, .single #sidebar, .single #comments {
  display: none;
}

#sc_events_calendar_head {
  background-color: #3D4E6D;
}
#sc_events_calendar_head h2#sc_calendar_title {
  color: #ffffff !important;
}

#sc_calendar th.calendar-day-head {
  color: #3D4E6D !important;
}

.pricing-table-service {
  background-color: #eee;
  border-collapse: collapse;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.pricing-table-service thead tr th {
  border: 1px solid #dad9c7;
  font-weight: 500 !important;
  color: #000 !important;
  min-height: 2em;
  line-height: 1;
  padding: 10px 6px;
  text-align: initial;
  border-color: #000 !important;
}
.pricing-table-service tbody tr td {
  font-weight: 500 !important;
  color: #000 !important;
  min-height: 2em;
  line-height: 1;
  padding: 10px 6px;
  text-align: initial;
  border: 1px solid #000 !important;
}
.pricing-table-service tbody tr td:first-child {
  font-family: inherit;
}
.pricing-table-service tbody tr td:first-child td {
  width: 250px;
}

body.single.single-post .post-thumbnail {
  background-color: #EDEDED;
}
body.single.single-post .post-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  height: 350px !important;
  width: 100% !important;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.entry-content {
  overflow: hidden;
}

#wpmem_restricted_msg {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  overflow: Hidden;
}
#wpmem_restricted_msg p {
  margin-top: 0;
  margin-bottom: 0;
}

#wpmem_login {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  overflow: hidden;
}
#wpmem_login form {
  max-width: 460px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
#wpmem_login form > fieldset > legend {
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.pagination .page-numbers, .tagcloud a, form input[type=submit], .bigbutton, .woocommerce input.button.alt, .woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button.alt, .woocommerce-page .page-body a.button, .sub-menu a.button, .wp-block-file .wp-block-file__button, .woocommerce button[type=submit] {
  background-color: var(--b-danger);
}

.pagination .page-numbers, .page-column .widget_tag_cloud .tagcloud a, form input[type=submit], .bigbutton, .woocommerce input.button.alt, .woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button.alt, .woocommerce-page .page-body a.button, .sub-menu a.button, .wp-block-file .wp-block-file__button, .wp-block-file .wp-block-file__button:visited, .woocommerce button[type=submit] {
  color: rgb(255, 255, 255);
}

.pagination .page-numbers, .tagcloud a, form input[type=submit], .bigbutton, .woocommerce input.button.alt, .woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button.alt, .woocommerce-page .page-body a.button, .wp-block-file .wp-block-file__button, .woocommerce button[type=submit] {
  border-color: rgb(0, 0, 0);
}

#wpmem_login button, #wpmem_login input, #wpmem_reg button, #wpmem_reg input, #wpmem_reg select, #wpmem_reg textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

.pagination .page-numbers, .tagcloud a, form input[type=submit], .bigbutton, .woocommerce input.button.alt, .woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button.alt, .woocommerce a.button, .wp-block-file .wp-block-file__button, .wp-block-button .wp-block-button__link, .woocommerce button[type=submit] {
  border-radius: 0px;
  border-width: 0px;
}

.bigbutton, .tagcloud a, form input[type=submit] {
  padding: 0.5em 0.7em;
}

.search_submit {
  background-color: #0070A7;
  border: none !important;
  color: #fff !important;
  font-weight: bold !important;
  border-radius: 4px !important;
  padding-top: 0px !important;
}

.popmake-close {
  background-color: #0070A7 !important;
}

.pum-theme-default-theme {
  background-color: rgba(255, 255, 255, 0.8);
}

.wpforms-submit {
  background-color: #0070A7 !important;
  border: none !important;
  color: #fff !important;
  font-weight: bold !important;
  border-radius: 4px !important;
}

.eedee-background-div {
  grid-area: unset !important;
}

.wp-block-image {
  margin: 0px;
}

figure {
  margin: 0px;
}

.wp-block-nk-awb {
  padding: 0px !important;
}

.error404 article {
  min-height: 500px;
  padding: 40px 0px;
  text-align: center;
}

.search main {
  min-height: 500px;
  padding: 80px 0px;
}
.search main header.header {
  text-align: center;
}
.search main .row {
  padding: 20px 0px;
}
.search main .row div {
  padding: 10px;
}
.search main .row div article {
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.search main .row div article img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 200px;
  width: 100%;
}

.woocommerce-page #sidebar {
  display: none;
}
.woocommerce-page #primary main .woocommerce-breadcrumb {
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f2f3f5;
}
.woocommerce-page #primary main .woocommerce-breadcrumb > a {
  max-width: 1200px;
}
.woocommerce-page #primary main .woocommerce-breadcrumb > a:nth-of-type(1) {
  margin-left: 5%;
}
.woocommerce-page #primary main header, .woocommerce-page #primary main div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#breadcrumbs {
  display: none;
}

@media (max-width: 992px) {
  .tax-product_cat main {
    padding: 20px;
    text-align: center;
  }
  .tax-product_cat main p, .tax-product_cat main form {
    float: unset !important;
  }
  .tax-product_cat main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tax-product_cat main#main {
  min-height: 500px;
}
.tax-product_cat main#main .woocommerce-info {
  border-top-color: #BF994F !important;
}
.tax-product_cat main#main .woocommerce-info::before {
  color: #BF994F !important;
}
.tax-product_cat main#main header {
  padding-top: 40px;
}
.tax-product_cat main#main header, .tax-product_cat main#main ul {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.tax-product_cat main#main ul {
  min-height: 500px;
}
.tax-product_cat main#main .price {
  color: #BF994F !important;
}
@media (min-width: 992px) {
  .tax-product_cat main#main p, .tax-product_cat main#main form {
    margin: 1% 8%;
  }
}
@media (min-width: 1500px) {
  .tax-product_cat main#main p, .tax-product_cat main#main form {
    margin: 1% 19%;
  }
}

.products .woocommerce-loop-product__title, .products .price {
  text-align: center;
}
.products .price {
  color: #BF994F !important;
}
.products .button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading {
  padding: 20px 0px;
}
.wp-block-woocommerce-empty-cart-block {
  padding: 40px 0px;
}

.wc-block-grid__products .wc-block-grid__product-add-to-cart a {
  border-radius: 4px;
  color: #fff;
}
.wc-block-grid__products .wc-block-grid__product-add-to-cart a:hover {
  background-color: rgb(127.5, 127.5, 127.5);
}

.woocommerce-cart main#content, .woocommerce-checkout main#content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 10px;
}
.woocommerce-cart main#content th > span, .woocommerce-cart main#content .wp-block-woocommerce-cart-order-summary-heading-block, .woocommerce-checkout main#content th > span, .woocommerce-checkout main#content .wp-block-woocommerce-cart-order-summary-heading-block {
  font-size: 20px;
}
.woocommerce-cart main#content .wc-block-cart__submit, .woocommerce-cart main#content .wc-block-components-checkout-place-order-button, .woocommerce-cart main#content .wc-block-components-totals-coupon__button, .woocommerce-checkout main#content .wc-block-cart__submit, .woocommerce-checkout main#content .wc-block-components-checkout-place-order-button, .woocommerce-checkout main#content .wc-block-components-totals-coupon__button {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  border: none;
}
.woocommerce-cart main#content .wc-block-cart__submit a, .woocommerce-cart main#content .wc-block-components-checkout-place-order-button a, .woocommerce-cart main#content .wc-block-components-totals-coupon__button a, .woocommerce-checkout main#content .wc-block-cart__submit a, .woocommerce-checkout main#content .wc-block-components-checkout-place-order-button a, .woocommerce-checkout main#content .wc-block-components-totals-coupon__button a {
  color: #fff;
}
.woocommerce-cart main#content .wc-block-cart__submit:hover, .woocommerce-cart main#content .wc-block-components-checkout-place-order-button:hover, .woocommerce-cart main#content .wc-block-components-totals-coupon__button:hover, .woocommerce-checkout main#content .wc-block-cart__submit:hover, .woocommerce-checkout main#content .wc-block-components-checkout-place-order-button:hover, .woocommerce-checkout main#content .wc-block-components-totals-coupon__button:hover {
  background-color: rgb(127.5, 127.5, 127.5);
}

.woocommerce-message {
  border-top-color: #BF994F;
}
.woocommerce-message:before {
  color: #BF994F;
}

@media (max-width: 1024px) {
  .single-product main {
    text-align: center;
  }
  .single-product main .woocommerce-product-gallery__wrapper > div {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    height: 100%;
    width: 200px;
    padding: 10px 0px;
  }
  .single-product main .related ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-product main .variations tr {
    padding: 5px 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-product main .variations tr .label {
    margin-right: 5px;
  }
}
.single-product .product {
  padding-top: 40px;
}
.single-product .related.products {
  padding-bottom: 40px;
}
.single-product .woocommerce-tabs {
  padding: 20px 0px;
}
.single-product form.cart button[type=submit] {
  background-color: #000 !important;
  width: 100%;
}
.single-product .price, .single-product .amount {
  color: #BF994F !important;
}
.single-product .sku_wrapper {
  display: none;
}
.single-product form.cart .button, .single-product form.cart div.quantity {
  float: unset !important;
  padding: 11px 0px;
}

@media (max-width: 1024px) {
  .wp-block-image img {
    height: 100% !important;
  }
}

.wpforms-container {
  min-width: 100% !important;
}
.wpforms-container .wpforms-submit {
  background-color: #1B375D !important;
  border-radius: 0px !important;
}

.search_jobs .search_submit {
  background-color: #1B375D !important;
  margin-top: 15px !important;
}
.search_jobs .search_remote_position {
  display: none !important;
}

.single-job_listing main#content {
  margin-top: 80px;
}

.fs-1-px {
  font-size: 1px !important;
}

.fs-2-px {
  font-size: 2px !important;
}

.fs-3-px {
  font-size: 3px !important;
}

.fs-4-px {
  font-size: 4px !important;
}

.fs-5-px {
  font-size: 5px !important;
}

.fs-6-px {
  font-size: 6px !important;
}

.fs-7-px {
  font-size: 7px !important;
}

.fs-8-px {
  font-size: 8px !important;
}

.fs-9-px {
  font-size: 9px !important;
}

.fs-10-px {
  font-size: 10px !important;
}

.fs-11-px {
  font-size: 11px !important;
}

.fs-12-px {
  font-size: 12px !important;
}

.fs-13-px {
  font-size: 13px !important;
}

.fs-14-px {
  font-size: 14px !important;
}

.fs-15-px {
  font-size: 15px !important;
}

.fs-16-px {
  font-size: 16px !important;
}

.fs-17-px {
  font-size: 17px !important;
}

.fs-18-px {
  font-size: 18px !important;
}

.fs-19-px {
  font-size: 19px !important;
}

.fs-20-px {
  font-size: 20px !important;
}

.fs-21-px {
  font-size: 21px !important;
}

.fs-22-px {
  font-size: 22px !important;
}

.fs-23-px {
  font-size: 23px !important;
}

.fs-24-px {
  font-size: 24px !important;
}

.fs-25-px {
  font-size: 25px !important;
}

.fs-26-px {
  font-size: 26px !important;
}

.fs-27-px {
  font-size: 27px !important;
}

.fs-28-px {
  font-size: 28px !important;
}

.fs-29-px {
  font-size: 29px !important;
}

.fs-30-px {
  font-size: 30px !important;
}

.fs-31-px {
  font-size: 31px !important;
}

.fs-32-px {
  font-size: 32px !important;
}

.fs-33-px {
  font-size: 33px !important;
}

.fs-34-px {
  font-size: 34px !important;
}

.fs-35-px {
  font-size: 35px !important;
}

.fs-36-px {
  font-size: 36px !important;
}

.fs-37-px {
  font-size: 37px !important;
}

.fs-38-px {
  font-size: 38px !important;
}

.fs-39-px {
  font-size: 39px !important;
}

.fs-40-px {
  font-size: 40px !important;
}

.fs-41-px {
  font-size: 41px !important;
}

.fs-42-px {
  font-size: 42px !important;
}

.fs-43-px {
  font-size: 43px !important;
}

.fs-44-px {
  font-size: 44px !important;
}

.fs-45-px {
  font-size: 45px !important;
}

.fs-46-px {
  font-size: 46px !important;
}

.fs-47-px {
  font-size: 47px !important;
}

.fs-48-px {
  font-size: 48px !important;
}

.fs-49-px {
  font-size: 49px !important;
}

.fs-50-px {
  font-size: 50px !important;
}

header#header {
  position: relative;
  z-index: 99;
}
header#header #menu-toggle-mobile {
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  header#header {
    height: 110px;
  }
  header#header > div:nth-of-type(1) {
    height: 40px;
    background-color: #fff;
  }
  header#header > div:nth-of-type(1) a[class*=fa] {
    color: #fff;
    background-color: #ccbba7;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    margin: 0px 10px;
  }
  header#header > div:nth-of-type(1) > [class*=container] {
    height: inherit;
  }
  header#header > div:nth-of-type(1) > [class*=container] > .row {
    height: inherit;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  header#header > div:nth-of-type(1) > [class*=container] > .row > [class*=col-] {
    height: inherit;
  }
  header#header > div:nth-of-type(1) > [class*=container] > .row > [class*=col-]:nth-of-type(1) {
    background-color: #23436F;
    height: 110px;
  }
  header#header > div:nth-of-type(1) > [class*=container] > .row > [class*=col-]:nth-of-type(1) img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: 50% bottom;
       object-position: 50% bottom;
  }
  header#header > div:nth-of-type(2) {
    height: 70px;
    background-color: #7397A3;
  }
}
@media (min-width: 1024px) {
  header#header {
    height: 180px;
  }
  header#header > div:nth-of-type(1) {
    height: 110px;
    background-color: #fff;
  }
  header#header > div:nth-of-type(1) a[class*=fa] {
    color: #fff;
    background-color: #ccbba7;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    margin: 0px 10px;
  }
  header#header > div:nth-of-type(1) > [class*=container] {
    height: inherit;
  }
  header#header > div:nth-of-type(1) > [class*=container] > .row {
    height: inherit;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  header#header > div:nth-of-type(1) > [class*=container] > .row > [class*=col-] {
    height: inherit;
  }
  header#header > div:nth-of-type(1) > [class*=container] > .row > [class*=col-]:nth-of-type(1) {
    background-color: #23436F;
    height: 180px !important;
  }
  header#header > div:nth-of-type(1) > [class*=container] > .row > [class*=col-]:nth-of-type(1) img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: 50% bottom;
       object-position: 50% bottom;
  }
  header#header > div:nth-of-type(2) {
    height: 70px;
    background-color: #7397A3;
  }
}

.gallery-tiles > .row > [class*=col] > a {
  height: 0px;
  position: relative;
  padding-bottom: 75%;
}
.gallery-tiles > .row > [class*=col] > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  z-index: 1;
}
.gallery-tiles > .row > [class*=col] > a h1, .gallery-tiles > .row > [class*=col] > a h2, .gallery-tiles > .row > [class*=col] > a h3, .gallery-tiles > .row > [class*=col] > a h4, .gallery-tiles > .row > [class*=col] > a h5, .gallery-tiles > .row > [class*=col] > a h6 {
  z-index: 10;
}
.gallery-tiles > .row > [class*=col] > a:before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.gallery-tiles > .row > [class*=col] > a:hover:before {
  background-color: rgba(0, 0, 0, 0.55);
}

@media (min-width: 992px){
  header#header .menu-item-has-children  > .sub-menu{
    border-top: 5px solid #23436F;
    padding: 0.5rem 1rem !important;
    background-color:rgba(255, 255, 255, 1) !important;
  }
  header#header .menu-item-has-children  > .sub-menu:before{
    content: '';
    position: absolute;
    left: 10px; 
    top: -10px;
    border-bottom: 5px solid #23436F;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  header#header .menu-item-has-children  > .sub-menu > li > a:hover{
    background-color: transparent !important;
    text-decoration:underline !important;
  }
}

