/*
  Theme Name: Columbus Region
  Theme URI: https://columbusregion.com/
  Author: Render Web Development
  Author URI: https://renderdev.com/
  Description: Custom WordPress theme for The Columbus Region.
  Requires at least: 5.9.3
  Version: 1.0.0
  Requires: 5.9.3
  Tested: 5.9.3
 */

@media (min-width: 1210px) {
    header {
        height: 124px;
        background-color: white;
        width: 100%;
        z-index: 10;
        margin-bottom: -124px;
    }
    header.locked {
        position: fixed;
        top: -65px;
    }
    header.locked > .wp-block-group {
        position: relative;
        top: 5px;
    }
    header figure:first-of-type a img {
        transition: scale 300ms;
    }
    header.locked figure:first-of-type a img {
        scale: 0.63;
        position: relative;
        top: 15px;
    }
    main {
        padding-top: 124px;
    }
}
@media (max-width: 1209px) {
    header {
        position: fixed;
        height: 104px;
        background-color: white;
        width: 100%;
        z-index: 10;
        margin-bottom: -104px;
    }
    header > .wp-block-group {
        position: relative;
        z-index: 10;
        background-color: white;
        padding-bottom: 2rem;
    }
    main {
        padding-top: 104px;
    }
}

#menu-top-menu .menu-item a.contact__usbtn:after {
    content: '';
    width: 0;
    margin: 0;
}

.logo-grid-item .logo {
    min-height: 6.875rem; /* 110px */
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-grid-item a {
    color: #d63324;
}

.logo-grid-item p a:after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="inline" style="fill: rgb(214, 51, 36);"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"/></svg>');
    display: inline-block;
    width: 0.5625rem;
    margin-left: 0.25rem;
    fill: #d63324;
}

.hero-map__grid-block {
    padding: 25px 0px 25px 30px !important;
}
.hero-map__grid {
    position: relative;
}
.hero-map__grid .hover-frame {
    display: none;
	position: absolute;
    left: 0;
    top: 0;
}
.hero-map__grid .map-city {
    position: absolute;
}
.hero-map__grid .map-city img {
  max-width: 90%;
}
.map-city.map-city__marion {
  left: 196px;
  top: 0;
}
.map-city.map-city__morrow {
  left: 334px;
  top: -5px;
}
.map-city.map-city__knox {
  left: 428px;
  top: 52px;
}
.map-city.map-city__union {
    left: 158px;
    top: 92px;
}
.map-city.map-city__delaware {
    left: 256px;
    top: 120px;
}
.map-city.map-city__licking {
    left: 421px;
    top: 192px;
}
.map-city.map-city__franklin {
    left: 255px;
    top: 256px;
}
.map-city.map-city__madison {
    left: 125px;
    top: 272px;
}
.map-city.map-city__pickaway {
    left: 259px;
    top: 406px;
}
.map-city.map-city__fairfield {
    left: 405px;
    top: 343px;
}
.map-city.map-city__logan {
    left: -2px;
    top: 83px;
}
.hero-map__grid .map-city:hover .hover-frame {
    display: inline-block;
	z-index: 1;
}
.hero-map__select {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 44px;
    max-width: 350px;
    margin-bottom: 1.5rem;
}
.hero-map__select-button {
    background-color: #fff;
    color: #232020;
    border: 1px solid #a7a6a6;
    cursor: pointer;
    width: 100%;
    max-width: 350px;
    height: inherit;
	margin-top: 24px;
    padding: 5px 15px;
    text-align: left;
}
.hero-map__select-button span {
    position: relative;
	display: block;
    font-size: 16px;
    text-transform: uppercase;
}
.hero-map__select-button span::after {
    border-color: #ee3524;
    border-width: 0 3px 3px 0;
    content: " ";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-25%) rotate(45deg);
    transform-origin: top right;
    width: 10px;
}
.hero-map__select-list {
    position: absolute;
    left: 0;
    right: 0;
    max-height: 150px;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1,0);
    z-index: 2;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0;
	transition: all ease-in-out .3s;
}
.hero-map__select-list li a {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    padding: 10px 18px;
    border-bottom: 1px solid #fff;
	transition: all ease-in-out .3s;
}
.hero-map__select-list li a:hover {
    color: #ee3524;
}
.hero-map__select:hover .hero-map__select-list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1,1);
}

@media screen and (max-width: 979.98px) {
  .hero-map__grid {
    background-image: url('/wp-content/uploads/2022/08/hero-mobile.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 400px;
  }
  .hero-map__grid .map-city {
    display: none;
  }
  .hero-map__grid-block {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.entry-content>* {
    margin-bottom: 60px !important;
}
.entry-content>.mb-25 {
    margin-bottom: 25px !important;
}
.entry-content>.mb-85 {
    margin-bottom: 85px !important;
}
.entry-content>.mb-110 {
    margin-bottom: 110px !important;
}
.entry-content>.mt-zero {
    margin-top: 0 !important;
}
.entry-content>.mb-zero {
    margin-bottom: 0 !important;
}
.entry-content .flex-auto.mt-0 {
    margin-top: 0 !important;
}
.entry-content .flex-auto.mb-zero {
    margin-bottom: 0 !important;
}
.home-bg-row .content-width>div {
    background-color: rgba(150,218,234,0.25);
}
.entry-content>*:last-child {
    margin-bottom: 25px !important;
}

.section-tabs__list {
    padding: 20px 0 70px;
    text-align: center;
}
.section-tabs__item {
  display: inline-block;
  margin-bottom: 10px;
}
.section-tabs__item a {
    display: block;
    padding: 6px 10px;
    background-color: transparent;
    border-radius: 4px;
}
.section-tabs__item--active a {
    background-color: #e5e5e5;
	font-weight: 700 !important;
    text-decoration: underline;
	text-underline-offset: 2px;
}
.section-tabs__item a:hover,
.section-tabs__item a:focus {
  background-color: #e5e5e5;
}
.section-tab__content:not(.section-tab__content--active) {
  display: none;
}
.section-tab__content-left {
  flex: 0 0 360px;
}
.section-tab__content-right {
    flex: 0 0 calc(100% - 360px);
}
.section-tab__content-left p {
    margin-bottom: 30px !important;
}
.section-tab__content-left a.wp-block-button__link {
    background-color: #202124;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: capitalize;
}
.section-tab__content-right .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background-color: #202124;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 14px;
    text-align: center;
}
.section-tab__content-right .icon img {
    display: inline-block;
}
.carousel__list-none .carousel-nav {
    display: none !important;
}
.carousel-list.mb-40 .carousel-nav {
	justify-content: flex-start !important;
    margin-bottom: 40px;
}
.flex-grid-3.logo__items-center>div {
    justify-content: center;
    align-items: center;
}
.flex-grid-3.logo__items-center img {
    max-width: 200px;
	max-height: 90px;
    object-fit: contain;
}
.height__fit-content.grid-list.flex-grid-3>div {
    height: fit-content;
}
.content-width.mb-thirty-five {
    margin-bottom: -35px;
}
.entry-content>.py-zero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
@media screen and (min-width: 979.98px) {
	.content-width .pl-zero {
		padding-left: 0 !important;
		padding-right: 20px;
	}
}
.franklin-img__height img {
    max-height: 528px;
}
.perfect__pairing_space {
    padding-left: 20px !important;
}
.snapshot__align-center {
    display: flex;
    align-items: center;
}
.text-align-left h3 button {
    text-align: left;
}
.logo__items-center .aspect-anamorphic img {
    max-width: 200px;
    max-height: 90px;
    display: inline-block;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}
.justify-content__align .justify-center {
    justify-content: flex-start !important;
}
.flex-auto.justify-content__align {
    background-image: url('/wp-content/uploads/2022/09/prosperity-bg.png');
    background-repeat: no-repeat;
    background-position: right center;
}
.media-graphic-container.pb-57 {
    padding-bottom: 57px !important;
}
.form-field label.field-label {
    display: block;
    width: 100%;
    text-align: left;
}
.content-block__max-width.grid-list p {
    max-width: 315px;
}
#tab_1 .snapshot__align-center {
    flex: 0 0 667px !important;
}
.light-blue-opacity.has-background {
    background-color: #E5F6FA !important;
}
.single-post p,
.single .entry-content p {
    margin-bottom: 20px !important;
}
.logo-grid__space .flex.relative {
    margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
	.flex-auto.market-access__img img {
		height: 406px !important;
	}
	.flex-auto.key-industries-img__height img {
		height: 667px !important;
	}
	.flex-auto.operations-img__height img {
		height: 636px !important;
	}
	.flex-auto.fast-facts-img__height img {
		height: 498px !important;
	}
	.flex-auto.mission-img__height img {
        height: 755px !important;
    }
	.flex-auto.our-industries-img__height img,
	.flex-auto.we-operate-img__height {
		height: 662px !important;
	}
	.mb-120 {
        margin-bottom: 120px !important;
    }
}