/*
 Theme Name:   Cordillera v1
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@font-face {
  font-family: 'verdigris-mvb-pro-text, serif;';
  src: url('https://use.typekit.net/hyl1xlk.css');
  font-weight: normal;
}

@font-face {
  font-family: 'proxima_nova';
  src: url('https://cordilleraliving.com/wp-content/themes/generatepress_child_cordillera/fonts/proxima_nova.ttf');
  font-weight: normal;
}

:root {
  --dkGreen: #374544;
  --green: #758479;
  --offWhite: #f1eedb;
  --gold: #cec18a;
  --brown: #965904;
  --blue: #0d466c;
  --taupe: #918b88;
  --blueGreen: #375457;

  --teal: #7aa6ad;
  --dkBlue: #093e52;
  --grayGreen: #919990;
  --ltGray: #cfd2d3;
  --burntOrange: #ba6124;
  --ltGreen: #8c975c;

  --skyBlue: #2c5282;
  --forestGreen: #09372b;
  --newBlue: #07576b;
  --newGold: #dfb975;
}

html {
  scroll-behavior: smooth;
}

/*header.site-header {
    background:var(--forestGreen) !important;
}*/

.inside-navigation.grid-container {
  background: var(--forestGreen);
}

.error404 .inside-article {
  margin: 80px auto;
  padding-bottom: 80px;
}

.uppercase {
  text-transform: uppercase;
}

.black-weight {
  font-weight: 900;
}

.home header.site-header.header-with-notification {
  margin-top: 60px !important;
}

header.site-header.header-with-notification {
  margin-top: 130px !important;
}

.homeowners-header {
  background-position: center;
}

#secondary-navigation.second-with-notification {
  top: 74px;
}

.inside-header {
  padding: 10px 30px;
}

.inside-article a {
  text-decoration: none;
  font-weight: 700;
}

#menu-top li {
  margin-right: 20px;
}

#menu-top li a svg,
#menu-top li a i {
  color: var(--burntOrange);
  font-size: 24px;
  margin-right: 15px;
}

#menu-item-19 {
  background: #cec18a;
}

.secondary-navigation {
  padding: 15px 0 !important;
}

.icon-search {
}

.navigation-search {
  position: relative;
  order: 3;
  visibility: visible;
  width: 150px;
  opacity: 1;
  left: initial;
  pointer-events: initial;
}

.main-navigation {
  margin-top: 10px;
}

.main-navigation .menu-bar-items {
  order: 3;
}

.main-navigation .menu-bar-item > a {
  padding-left: 10px;
}

.main-navigation.sticky-navigation-transition
  .navigation-search
  input[type='search'] {
  height: 40px;
}

.navigation-search input[type='search'] {
  font-size: 14px;
  text-transform: uppercase;
}

.nav-float-right .navigation-stick {
  top: 62px !important;
}

#secondary-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}

.easy-notification-bar-customize-selector {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

#menu-main .sub-menu li {
  border-bottom: solid 1px var(--offWhite);
}

.main-navigation ul ul {
  width: 260px;
}

/*.main-navigation ul ul ul {
    background: var(--offWhite) !important;
}

.main-navigation ul ul ul li a {
    color: var(--gold) !important;
}*/

.home .page-hero {
  min-height: 80vh;
  margin-top: 62px;
}

#hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  object-fit: cover;
  z-index: 0;
}

#hero-video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105vh;
  object-fit: cover;
}

.overlay-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105vh;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.45);
}

.overlay-div-sub-page {
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.overlay-div-sub-page-dark {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.hero-title {
  font-size: 100px;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0 20px;
  font-family: 'verdigris-mvb-pro-text, serif';
  position: relative;
  z-index: 3;
}

.hero-title,
.hero-subtitle {
  color: var(--offWhite);

  letter-spacing: 0.6px;
  font-weight: 500;
}

.hero-subtitle {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-family: 'proxima-nova', sans-serif;
}

.hero-subtitle:after {
  height: 3px;
  color: var(--offWhite);
  width: 30%;
  content: '';
  background: var(--burntOrange);
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}

.overflow-visible {
  overflow: visible !important;
}

.width-100 {
  width: 100%;
}

.rigt-box-row {
  justify-content: center;
}

.left-box.vc_col-sm-8 {
  width: 80%;
}

.left-box-text.vc_col-sm-4 {
  margin-right: -12%;
}

.left-box-text.vc_col-sm-8 {
  margin-right: -12%;
  width: 70%;
}

.right-box-photo.vc_col-sm-4 {
  width: 42%;
}

.left-box-list.vc_col-sm-8 {
  width: 59%;
  margin-right: -12%;
}

.right-box-list-photo.vc_col-sm-4 {
  width: 52%;
}

.left-box-list-photo.vc_col-sm-4 {
  width: 52%;
}

.right-box-list.vc_col-sm-8 {
  width: 59%;
  margin-left: -12%;
}

.right-box-photo-wide.vc_col-sm-8 {
  width: 76.7%;
}

.left-box-photo-wide.vc_col-sm-8 {
  width: 76.7%;
}

.right-box.vc_col-sm-4 {
  margin-left: -14%;
}

.left-box-photo-tall.vc_col-sm-4 {
  width: 40%;
}

.right-box-photo-tall.vc_col-sm-4 {
  width: 50%;
}

.hide-parallax .vc_column-inner {
  display: none !important;
}

.right-box-text-short.vc_col-sm-8 {
  margin-left: -12%;
  width: 70%;
}

.right-box-text-short.vc_col-sm-4 {
  margin-left: -12%;
  width: 30%;
}

.left-box-text-short.vc_col-sm-8 {
  margin-right: -12%;
  width: 70%;
}

.left-box-text-half.vc_col-sm-6 {
  margin-right: -12%;
  width: 56%;
}

.right-box-text-half.vc_col-sm-6 {
  margin-left: -12%;
  width: 56%;
}

.left-box-photo-half.vc_col-sm-6 {
  width: 56%;
}

.right-box-photo-half.vc_col-sm-6 {
  width: 56%;
}

.left-box-text-wide.vc_col-sm-8 {
  width: 62%;
  margin-right: -12%;
}

.biking-photo-col.vc_col-sm_8 {
  width: 66%;
}

.biking-text-col.vc_col-sm-4 {
  width: 45%;
  margin-left: -12%;
}
.left-box-text-3-4.vc_col-sm-9 {
  width: 73%;
  margin-right: -10%;
}

.right-box-photo-1-4.vc_col-sm-3 {
  width: 37%;
}

.top-box-text {
  margin-bottom: -100px;
}

.bottom-box-half-left.vc_col-sm-3 {
  width: 23%;
  margin-right: 2%;
}

.bottom-box-half-right.vc_col-sm-6 {
  width: 23%;
}

.bottom-box-half-left,
.bottom-box-half-right {
  height: 500px;
}

#env-climate.vc_parallax .vc_parallax-inner,
.contain-bg.vc_parallax .vc_parallax-inner {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

#short-course-col.vc_parallax .vc_parallax-inner {
  background-position: 23% 0;
}

.five-row .vc_col-sm-3 {
  width: 20%;
}

.margin-bottom-0 p {
  margin-bottom: 0;
}

.subheading p {
  text-transform: uppercase;
  letter-spacing: 1.66px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
}

.main-button a {
  background-image: none !important;
  text-transform: uppercase;
  letter-spacing: 1.66px;
  font-weight: 700;
  color: #000 !important;
  font-family: 'proxima-nova', sans-serif;
}

.main-ul li,
.main-ol li {
  margin-bottom: 20px;
}

.medium-text {
  text-transform: uppercase;
  font-size: 15px;
}

.small-text p {
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;

  font-size: 14px;
  letter-spacing: 1.66px;
  padding-left: 30px;
  position: relative;
}

.small-text-info {
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.66px;

  position: relative;
}

.email-text p:before {
  content: '\f0e0';
  color: var(--burntOrange);
  font-size: 18px;
  margin-right: 5px;
  position: absolute;
  top: 0px;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  line-height: 1;
}

.phone-text p:before {
  content: '\f095';
  color: var(--burntOrange);
  font-size: 18px;
  margin-right: 5px;
  position: absolute;
  top: 0px;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  line-height: 1;
}

.address-text p:before {
  content: '\f3c5';
  color: var(--burntOrange);
  font-size: 18px;
  margin-right: 5px;
  position: absolute;
  top: 0px;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  line-height: 1;
}

.hours-text p:before {
  content: '\f017';
  color: var(--burntOrange);
  font-size: 18px;
  margin-right: 5px;
  position: absolute;
  top: 0px;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  line-height: 1;
}

.right-border-col {
  border-right: solid 1px var(--newGold);
}

.gov-cpoa-text {
  min-height: 127px;
}

.gov-cmd-text {
  min-height: 177px;
}

.small-text i,
.small-text svg {
  color: var(--burntOrange);
  font-size: 18px;
  margin-right: 5px;
}

.list-col .vc_column-inner {
  border-bottom: solid 1px #dbccb2;
}

.list-col-2 .vc_column-inner {
  border-top: solid 1px #dbccb2;
  border-bottom: solid 1px #dbccb2;
}

header.site-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: all 0.5s ease;
  margin-top: 63px;
  background-color: transparent;
}

.home header.site-header {
  margin-top: 0;
}

.header-scroll {
  background-color: #09372b !important;
}

.header-image {
  padding: 10px 0;
}

.header-title {
  color: #fff;
}

.info-col .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.info-icon {
  text-align: center;
  font-size: 22px;
  border: solid 1px #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  position: absolute;
  left: 0;
  z-index: 1;
}

.info-icon svg,
.info-icon i {
  color: #000;
}

.how-do-i-section {
  position: fixed !important;
  right: 0 !important;
  left: initial !important;
  top: 50%;
  z-index: 100;
  transition: all 0.8s ease !important;
  transform: translateX(95.5%);
}

.vc_section.move-left {
  transform: translateX(0px);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.remove-border {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

#how-do-i-row-tab {
  position: absolute;
  transform: rotate(-90deg);
  top: 129px;
  left: -129px;
  width: 337px;
  /*   border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;*/
}

#how-do-i-row-tab span:before {
  content: '\f059';
  color: #000;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  margin-right: 10px;
}

#how-do-i-top {
  width: 100%;
  position: absolute !important;
  top: 0;
  height: 100px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

#gform_fields_1 {
  display: flex;
  justify-content: space-between;
}

#gform_fields_1 li {
  width: 30%;
  background: var(--ltGray);
  padding: 20px;
  box-sizing: border-box;
  margin-top: 16px !important;
}

#gform_submit_button_1 {
  display: none;
}

.web-cams-row iframe {
  width: 100%;
}

.ajde_evcal_calendar.boxy
  #evcal_list
  .eventon_list_event
  .evcal_desc
  span.evcal_event_title {
  color: #fff !important;
}

.ajde_evcal_calendar.sev #evcal_list .eventon_list_event,
.ajde_evcal_calendar.cev #evcal_list {
  border-radius: 0 !important;
}

header .grid-container {
  max-width: initial;
}

header .navigation-stick {
  background: var(--blue);
}

.search-field {
  background: rgba(255, 255, 255, 0.8);
}

.home #evcal_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.home .eventon_events_list .eventon_list_event .evcal_list_a {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}

.secondary-navigation .menu-toggle {
  display: none;
}

.menu-toggle:before {
  content: 'MENU';
}

/*======sub pages========*/

.entry-header:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.search .entry-header:not(:focus):not(:active) {
  clip: initial;
  height: auto;
  overflow: initial;
  position: relative;
  clip-path: none;
  margin-bottom: 20px;
}

.search .entry-header:not(:focus):not(:active) h2 {
  font-size: 30px;
}

.search .entry-header:not(:focus):not(:active) .entry-title a {
  color: var(--burntOrange);
}

#sub-cat-row .wpb_wrapper,
.sub-cat-row .wpb_wrapper {
  position: relative;
}

#sub-cat-row-2,
#sub-cat-row-new-home,
.sub-cat-row-2 {
  max-width: 960px !important;
  margin: 0 auto !important;
  left: initial !important;
}

#sub-cat-row-2 .wpb_wrapper,
#sub-cat-row-new-home .wpb_wrapper,
.sub-cat-row-2 .wpb_wrapper {
  position: relative;
}

.no-display {
  display: none;
}

#sub-cat-row-new-home .vc_col-sm-3 {
  width: 33.33%;
}

#sub-cat-row-new-home {
  display: flex;
  justify-content: center;
}

#sub-cat-row-3 {
  max-width: 638px !important;
  margin: 0 auto;
  left: initial !important;
}

#sub-cat-row-3 .wpb_wrapper {
  position: relative;
}

.sub-cat-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  margin-bottom: 0 !important;
}

.sub-cat-title-dark {
  background: transparent;
}

.sub-cat-title-light {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0) 100%
  );
}

.sub-cat-title a {
  color: #fff;
}

.sub-cat-title-dark a {
  color: #333;
}

.sub-cat-title p {
  letter-spacing: 1.5px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0 !important;
  color: #fff !important;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
}

#sub-cat-row-inner .left-box.vc_col-sm-6 {
  width: 60%;
}

#sub-cat-row-inner .right-box.vc_col-sm-6 {
  width: 40%;
}

.sub-cat-icon figure {
  background: #e9e9e9;
  border-radius: 50%;
  width: 118px;
  height: 118px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
  /* box-shadow: 5px 7px rgba(9,62,82,1);*/
  box-shadow: 5px 7px rgba(186, 195, 146, 1);
}

/*====footer=======*/

.site-footer {
  background-image: url(/wp-content/uploads/2022/01/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.inside-footer-widgets {
  justify-content: space-between;
  padding: 0 7%;
}

.inside-footer-widgets > div {
  width: 28%;
  flex: initial;
}

.footer-widgets .widget {
  margin-bottom: 20px;
}

.site-footer h4 {
  color: #fff;
}

.site-footer a {
  color: #efefef;
  text-decoration: none;
}

.site-info {
  color: #333;
}

.site-info a {
  color: #333;
}

.stats-row .vc_col-sm-3 {
  width: 50%;
}

.bottom-text-col {
  z-index: 1;
}

.bottom-text-col .vc_column-inner {
  width: 90% !important;
  margin: -50px auto 0;
}

.top-photo-col {
  height: 400px;
}

.top-photo-col-trailhead {
  height: 500px;
}

.icon-text {
  text-align: center;
}

.icon-text i {
  color: var(--burntOrange);
  text-align: center;
  font-size: 35px;
}

#non-emergency-row {
  justify-content: center;
}

#non-emergency-row .vc_col-sm-6 {
  width: 37%;
}
/*===events=====*/
.eventon_list_event {
  border-radius: 0 !important;
}

#evcal_list
  .eventon_list_event
  .evcal_eventcard
  .tx_orderonline_add_cart
  .price,
#evcal_list
  .eventon_list_event
  .evcal_eventcard
  .tx_orderonline_add_cart
  .evotx_addtocart_total,
#evcal_list
  .eventon_list_event
  .evcal_eventcard
  .tx_orderonline_single
  .evotx_addtocart_total,
.evotx_addtocart_total,
.tx_price_line {
  display: none;
}

.woocommerce-page .entry-content {
  margin-top: 40px;
}

#order_review_heading {
  display: none;
}

.woocommerce-checkout #payment {
  background: #fff;
}

.woocommerce #payment.woocommerce-checkout-payment #place_order,
.woocommerce-page #payment.woocommerce-checkout-payment #place_order {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700 !important;
  font-family: 'proxima-nova', sans-serif;
  background: var(--newGold);
  padding: 20px 30px;
  color: #333;
  border-radius: 0;
  float: none;
}

#order_review {
  width: 48%;
}

.woocommerce-checkout #payment div.form-row {
  padding-left: 0;
}

.evotx_tai_oneholder {
  margin-top: 20px;
}

.evotx_add_to_cal a {
  background: var(--newGold) !important;
  color: #333 !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button.alt:hover {
  background-color: var(--newGold);
  color: #333;
}

.remove-div {
  background: var(--offWhite);
  padding: 20px;
  margin-bottom: 30px;
}

.remove-button,
.woocommerce a.button {
  background-color: var(--newGold) !important;
  color: #333 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700 !important;
  font-family: 'proxima-nova', sans-serif;
  margin-right: 20px !important;
  border-radius: 0 !important;
}

.evoTX_wc_section .evotx_quantity .qty b.plu,
.evotx_qty_adjuster b.plu {
  background-color: var(--newGold) !important;
}

#gate-access-col.vc_parallax .vc_parallax-inner {
  background-size: 120% !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.easy-notification-bar {
  min-height: 74px;
}

#field_7_15 label,
#field_7_17 label,
#field_7_19 label,
#field_7_21 label,
#field_7_23 label,
#field_7_25 label {
  margin-bottom: 31px;
}

.search-results .content-area {
  margin: 80px 0;
}

.search-results h1 {
  font-size: 30px;
  margin-bottom: 30px !important;
}
.search-results article {
  margin-bottom: 30px;
}

/*fix cordillera forms*/

.page-id-1311 input[type='email'],
.page-id-1311 input[type='number'],
.page-id-1311 input[type='password'],
.page-id-1311 input[type='search'],
.page-id-1311 input[type='tel'],
.page-id-1311 input[type='text'],
.page-id-1311 input[type='url'],
.page-id-1311 select,
.page-id-1325 select,
.page-id-1881 select,
.page-id-1311 textarea,
.page-id-1986 select {
  border: 1px solid;
  border-radius: 0;
  padding: 0;
  max-width: 100%;
}

.job-manager .full-time,
.job_listing .full-time,
.job-types .full-time {
  color: var(--forestGreen);
}

.single_job_listing .meta .full-time {
  background-color: var(--forestGreen);
}

.employ-h2 {
  margin: 80px 0 40px;
}

.single_job_listing .meta .part-time {
  background-color: var(--burntOrange);
}

.job-manager .part-time,
.job_listing .part-time,
.job-types .part-time {
  color: var(--burntOrange);
}

.single_job_listing .meta .temporary {
  background: #2c5282;
}

.job-manager .temporary,
.job_listing .temporary,
.job-types .temporary {
  color: #2c5282;
}

/*===pickeball overlay====*/

#overlay-pickle {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

#alert-div {
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 50px;
  background: var(--offWhite);
  box-sizing: border-box;
  width: 90%;
  max-width: 600px;
  height: 300px;
  top: 50%;
  left: 50%;
}

#overlay-pickle.show-overlay {
  display: block;
}

#overlay-pickle.hide-overlay {
  display: none;
}

.ctct-form-header {
  font-family: 'proxima_nova' !important;
  font-size: 27px !important;
  line-height: 1.2 !important;
}

.ctct-form-custom .ctct-form-text {
  font-family: Nunito Sans, sans-serif !important;
  font-size: 21px !important;
}

div.greyGridTable {
  /*  border: 2px solid #FFFFFF;*/
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.divTable.greyGridTable .divTableCell,
.divTable.greyGridTable .divTableHead {
  /*  border: 1px solid #FFFFFF;*/
  padding: 3px 4px;
}
.divTable.greyGridTable .divTableBody .divTableCell {
  font-size: 13px;
}
/*.divTable.greyGridTable .divTableCell:nth-child(even) {
  background: #EBEBEB;
}*/
.divTable.greyGridTable .divTableHeading {
  /*  background: #FFFFFF;*/
  /*  border-bottom: 2px solid #333333;*/
}
.divTable.greyGridTable .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  /*  border-left: 2px solid #333333;*/
}
.divTable.greyGridTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.greyGridTable .tableFootStyle {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  border-top: 4px solid #333333;
}
.greyGridTable .tableFootStyle {
  font-size: 14px;
}
/* DivTable.com */
.divTable {
  display: table;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  display: table-header-group;
}
.divTableCell,
.divTableHead {
  display: table-cell;
}
.divTableHeading {
  display: table-header-group;
}
.divTableFoot {
  display: table-footer-group;
}
.divTableBody {
  display: table-row-group;
}

/*====responsive==================================================================*/

@media only screen and (max-width: 1817px) {
  .medium-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1729px) {
  .inside-header {
    padding-right: 10px;
  }

  .main-navigation .menu-bar-item.search-item a {
    padding-right: 0;
  }

  .main-navigation a {
    font-size: 14px;
    letter-spacing: 1.5px;
  }

  .vc_section.laptop-padding-section {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
}

@media only screen and (max-width: 1660px) {
  .navigation-search {
    width: 95px;
  }
}

@media only screen and (max-width: 1533px) {
  .medium-text {
    font-size: 13px;
  }

  .vc_section.laptop-padding-section {
    padding-left: 1% !important;
    padding-right: 1% !important;
  }

  .inside-footer-widgets {
    justify-content: space-between;
    padding: 0 2%;
  }
}

@media only screen and (max-width: 1450px) {
  .left-box.vc_col-sm-8 {
    width: 95%;
  }

  .right-box.vc_col-sm-4 {
    width: 45%;
    margin-left: -40%;
  }

  .sub-cat-title p {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1430px) {
  .site-header .header-image {
    width: 100px;
  }

  .main-navigation .main-nav ul li a,
  .menu-toggle,
  .main-navigation .menu-bar-item > a {
    padding-left: 15px;
    padding-right: 19px;
  }

  #sub-cat-row {
    flex-wrap: wrap;
  }

  .five-row .vc_col-sm-3 {
    width: 30%;
  }
}

@media only screen and (max-width: 1300px) {
  .main-navigation a {
    font-size: 12px;
  }

  .site.grid-container {
    max-width: 95%;
  }

  .left-box-text.vc_col-sm-4 {
    width: 40%;
  }

  .right-box-photo-wide.vc_col-sm-8 {
    width: 71%;
  }

  .top-box-text .vc_column-inner {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .main-navigation .menu-toggle {
    order: 2;
  }

  .main-navigation .menu-toggle {
    color: #fff;
  }

  .main-navigation .menu-bar-items {
    order: 1;
    width: 200px;
  }

  .overlay-div-sub-page {
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 100%
    );
  }

  .navigation-search {
    position: absolute;
    right: 155px;
    top: -60px;
    width: 109px;
  }

  .five-row .vc_col-sm-3 {
    width: 33.33%;
  }

  #secondary-navigation,
  header.site-header,
  .easy-notification-bar-customize-selector,
  .home header.site-header.header-with-notification,
  header.site-header.header-with-notification {
    position: relative;
    top: 0 !important;
    margin-top: 0 !important;
  }

  .menu-item-gtranslate > div {
    position: relative !important;
  }
}

@media only screen and (max-width: 1134px) {
  .hero-title {
    margin-bottom: 10px !important;
    font-size: 80px;
  }
}

@media only screen and (max-width: 1091px) {
  #menu-top li {
    margin-bottom: 10px;
  }

  /* header.site-header {
    margin-top: 115px;
  }

  header.site-header.header-with-notification {
    margin-top: 118px;
  } */
}

@media only screen and (max-width: 1000px) {
  .vc_section.standard-section {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .vc_section.standard-section .vc_parallax .vc_parallax-inner {
    display: none;
  }

  .hide-parallax.vc_column_container {
    width: 100%;
    height: 500px;
  }

  .top-photo-col .vc_parallax-inner {
    display: none;
  }

  .top-photo-col.hide-parallax.vc_column_container {
    height: auto;
  }

  .bottom-text-col .vc_column-inner {
    width: 100% !important;
  }

  .mobile-text-adjust {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .mobile-text-adjust .vc_column-inner {
    margin: 0 !important;
  }

  .hide-parallax .vc_column-inner {
    display: block !important;
  }

  .bottom-box-half-left.vc_col-sm-3 {
    margin-right: 0;
  }

  .bottom-box-half-left,
  .bottom-box-half-right {
    padding: 0 !important;
    height: 0;
  }

  .vc_row.right-box-row {
    padding-right: 0 !important;
  }

  .left-box.vc_col-sm-8 {
    height: 400px;
    width: 100%;
  }

  .right-box.vc_col-sm-4 {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .right-box.vc_col-sm-4 .vc_column-inner {
    margin-top: -50px !important;
  }

  #homeowners-pets-image .vc_column-inner {
    background-position-x: 70%;
    background-position-y: 14%;
  }

  ul {
    margin-left: 20px;
  }

  .inside-footer-widgets {
    flex-direction: column;
    align-items: center;
  }

  .inside-footer-widgets > div {
    margin-bottom: 40px;
    width: 34%;
  }

  .five-row .vc_col-sm-3 {
    width: 50%;
  }

  .right-border-col {
    border-right: none;
  }

  #sub-cat-row-new-home {
    display: block;
  }

  #sub-cat-row-new-home .vc_col-sm-3 {
    width: 100%;
  }

  #non-emergency-row .vc_col-sm-6 {
    width: 50%;
  }

  .welcome-contacts-row {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media only screen and (max-width: 900px) {
  /* header.site-header.header-with-notification {
    margin-top: 138px !important;
    padding-top: 30px !important;
  }

  #secondary-navigation.second-with-notification {
    top: 86px;
    padding-top: 40px !important;
  }

  .easy-notification-bar {
    min-height: 87px;
  } */
}

@media (max-width: 768px) {
  .secondary-navigation {
    text-align: center !important;
  }
  .secondary-navigation ul {
    display: block;
  }
  .secondary-navigation .sf-menu > li {
    float: none;
    display: inline-block !important;
  }

  .vc_row.intro-row {
    padding-top: 40px !important;
  }

  .inside-footer-widgets > div {
    width: 257px;
  }
}

@media (max-width: 767px) {
  .vc_section.standard-section {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

@media only screen and (max-width: 701px) {
  #cmd-admin-row {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* @media only screen and (max-width: 645px) {
  header.site-header {
    margin-top: 142px;
  }

  header.site-header.header-with-notification {
    margin-top: 175px !important;
    padding-top: 0 !important;
  }
} */

@media only screen and (max-width: 600px) {
  .hero-title {
    font-size: 60px;
  }

  .stats-row .vc_col-sm-3 {
    width: 100%;
  }

  .five-row .vc_col-sm-3 {
    width: 100%;
  }

  #menu-top li {
    margin-bottom: 10px;
    width: 49%;
    text-align: left;
    margin-right: 0;
  }

  .secondary-navigation .main-nav ul li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #non-emergency-row .vc_col-sm-6 {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .home header.site-header.header-with-notification {
    margin-top: 156px;
  }

  .site-header .header-image {
    padding-bottom: 30px;
  }

  .menu-toggle {
    padding-right: 6px;
    padding-left: 6px;
  }

  .main-navigation .menu-bar-items {
    width: 155px;
  }

  .navigation-search {
    right: 97px;
    top: -68px;
  }

  .site-header .header-image {
    width: 84px;
  }
}

@media only screen and (max-width: 395px) {
  .home #secondary-navigation.second-with-notification {
    top: 131px;
  }

  .easy-notification-bar {
    min-height: 159px;
  }
}
/*======responsive heights=======*/

@media only screen and (max-height: 830px) {
  #quick-links-row {
    margin-top: -200px !important;
  }
}

@media only screen and (max-height: 736px), and (max-width: 415px) {
  #quick-links-row {
    margin-top: -150px !important;
  }

  .home .page-hero {
    min-height: 98vh;
    margin-top: 88px;
  }

  .hero-title {
    font-size: 50px;
  }

  .hero-subtitle {
    font-size: 20px;
  }
}
