/*
Theme Name: Divi child
Theme URI: 	upthinksolutions.com
Template: 	Divi
Version: 	2.6.1
*/
@import url("../Divi/style.css");

/*
Custom styling
---------------------------------------------------------------------------------------------------- */

@font-face {
  font-family: 'AvenirNext Ultra Light';
  font-display: swap;
  src: url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/AvenirNext/AvenirNextLTPro-Ultralight.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext Thin';
  font-display: swap;
  src: url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/AvenirNext/AvenirNextLTPro-Thin.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext Light';
  font-display: swap;
  src: url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/AvenirNext/AvenirNextLTPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext Regular';
  font-display: swap;
  src: url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/AvenirNext/AvenirNextLTPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext Medium';
  font-display: swap;
  src: url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/AvenirNext/AvenirNextLTPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext Demi';
  font-display: swap;
  src: url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/AvenirNext/AvenirNextLTPro-Demi.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext Bold';
  font-display: swap;
  src: url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/AvenirNext/AvenirNextLTPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext Heavy';
  font-display: swap;
  src: url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/AvenirNext/AvenirNextLTPro-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}


body {
  font-family:"AvenirNext Regular", Arial, Helvetica, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #7c1739;
    font-family: 'AvenirNext Bold';
}
h1, h2, h3, h4, h5, h6, p {
    padding-bottom: 0px;
    margin-bottom: 25px !important;
}
strong {
    font-family: 'AvenirNext Bold';
}
a {
    color: #7c1739;
}
ul {
    list-style: disc;
    margin-left: 20px;
}
.text-black {
    color: #000 !important;
}
.containerwrap {
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.custom-btn {
    color: #ffffff;
    border-radius: 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'AvenirNext Bold';
    background: #d5995f;
    padding: 10px 25px;
    display: inline-block;
    text-decoration: none;
}
.custom-btn:hover {
    color: #ffffff;
    text-decoration: none;
}
.img-bordered {
    max-height: 350px;
    overflow: hidden;
    border: 6px solid #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}
.gap20 {
    gap: 20px;
}

.post-type-archive-awsm_job_openings .job_openings-hide.banner,
.single-awsm_job_openings .job_openings-hide.banner {
    display: none;
}
.awsm-job-container {
    max-width: 1140px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
 }
ul#top-menu li.menu-item-has-children ul li a {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
}
#main-header {
    background: #ffffff;
}
.banner {
    color: #ffffff;
}
.banner h6 {
    color: #c6c3c3;
    text-transform: uppercase;
    font-family:"AvenirNext Regular";
}
.banner h1 {
    color: #ffffff;
    font-size: 46px;
}
#main-content {
    background-color: transparent !important;
}
#main-content .container {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
}
.boxes-grid {
    gap: 20px;
    display: grid;
}
.boxes-grid--2 {
    grid-template-columns: repeat(2, 1fr);
}
.boxes-grid--4 {
    grid-template-columns: repeat(4, 1fr);
}
.boxes-grid__item {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
}
.boxes-grid__image {
    min-height: 180px;
    max-height: 180px;
    border-bottom: 5px solid #7c1739;
}
.boxes-grid__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.boxes-grid__content {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.boxes-grid__content p:last-of-type {
    margin-top: auto;
    margin-bottom: 0px !important;
}
#main-footer {
    color: #ffffff;
    background: #7c1739;
}
#main-footer a {
    color: #ffffff;
    text-decoration: none;
}
#main-footer h2 {
    color: #ffffff;
    font-size: 45px;
    margin-bottom: 0px !important;
}
#main-footer h6 {
    color: #c1c1c1;
    margin-bottom: 0px !important;
}
#main-footer ul li {
    margin-bottom: 0px;
}
div#footer-bottom {
    border-top: 1px solid #66142f;
    background: transparent;
    text-align: center;
    padding: 20px 0;
}
#footer-bottom .widget_text::marker {
    content: none;
    display: none;
}
#footer-bottom p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
}
#footer-bottom .widget {
    text-align: center;
}
ul#top-menu li {
    font-size: 14px;
}
ul#top-menu li a {
    color: #636363;
    font-size: 20px;
    font-family: 'AvenirNext Bold';
    text-transform: uppercase;
}
ul#top-menu li:hover a,
ul#top-menu li.current-menu-item a {
    color: #7c1739;
    
}

.mobile_menu_bar:before {
    color: #7c1739;
}
.et_mobile_menu {
    border-top: 3px solid #d5995f;
}
.et_mobile_menu li a, .nav li li a {
    font-size: 18px;
}
@media (max-width: 900px) {
    .boxes-grid--4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767.98px) {
    .boxes-grid--4 {
        grid-template-columns: auto;
    }
    #main-footer h2 {
        font-size: 40px;
        margin-bottom: 20px !important;
    }
    
}