@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
td,
th,
input,
textarea,
select,
button,
.navbar,
.nav-link,
.dropdown-menu,
.widget-title,
.entry-title,
.entry-content,
.post-meta,
.latest-content {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

/* Preserve icon fonts */
.fa,
.fas,
.far,
.fal,
.fab,
[class^="fa-"],
[class*=" fa-"],
[class^="pe-"],
[class*=" pe-"],
[class^="ion-"],
[class*=" ion-"],
[class^="glyphicon"] {
    font-family: inherit;
}

.page-content {
    /*background: #f2f2f2;*/
    background: #f9f9f9;
}

.font-libre {
    font-family: LibreBaskerville-Regular, Helvetica Neue, Helvetica, Arial;
}

.font-bold {
    font-weight: bold;
}

.sub-title {
    font-family: LibreBaskerville-Regular, Helvetica Neue, Helvetica, Arial;
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.type-post {
    box-shadow: 0px 4px 12px #0000001a;
}

.entry-title {
    font-size: 25px !important;
    text-align: left !important;
    padding-bottom: 0px !important;
}

.entry-content {
    background: white;
    padding-top: 30px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-top: 0px !important;
    min-height: 300px !important;
}

.entry-content p {
    text-align: left;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 0 !important;
}

div.type-post {
    text-align: left;
}

.read-more {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid black;
    border-radius: 0;
    color: black;
    text-transform: none !important;
    margin-top: 20px !important;
}

.home-hero-video {
    /*display: none;*/
    /*position: absolute;*/
    /*z-index: 0;*/
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 380px;
}

.top-header {
    z-index: 1001 !important;
}

.new-home-hero-text-box-wrapper {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.new-home-hero-text-box {
    width: 600px;
    max-width: 100%;
}

.new-home-hero-text-box h1 {
    font-family: LibreBaskerville-Regular, Helvetica Neue, Helvetica, Arial;
    margin: 0px;
    margin-bottom: 20px;
    font-size: 61px;
    letter-spacing: 0;
    line-height: 74px;
    /* text-transform: capitalize; */
    color: #F2F2F2;
    text-align: center;
}

.new-home-hero-text-box p {
    margin: 0px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    color: #F2F2F2;
}

.new-home-hero-text-box div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-home-hero-text-box div a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #F2F2F2;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 15px;
    color: #F2F2F2;
    /* text-transform: uppercase; */
    font-weight: bold;
    width: 186px;
    height: 41px;
    background: linear-gradient(transparent, transparent 50%, #F2F2F2 50%, #F2F2F2);
    background-size: 100% 200%;
    transition: all 0.2s ease-in-out;
    margin-top: 30px;
}

.new-home-hero-text-box div a:first-child {
    margin-right: 15px;
}

.home-membership-slider-heading-col a {
    color: #191919;
    font-weight: bold;
    display: inline-block;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 30px;
    height: 36px;
    width: auto;
    border: 1px solid #191919;
    border-radius: 0;
    font-size: 13px;
    line-height: 34px;
    transition: all 0.2s ease-in-out;
    background: linear-gradient(transparent, transparent 50%, #191919 50%, #191919);
    background-size: 100% 200%;
    padding: 0 15px;
}

@media (min-width: 1200px) {
    .container-full-width {
        max-width: 1920px !important;
    }
}

.container-full-width {
    width: 1920px !important;
    max-width: 100% !important;
}

.container-fluid {
    width: 100%;
}

.container-fluid.qx-footer-section-container-fluid {
    padding: 0px;
    margin: 0 auto;
    background: #191919;
}

.footer-heading-col {
    border-bottom: 1px solid #666666;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.footer-nav-container {
    color: #F2F2F2;
    width: 1260px;
    max-width: 100%;
    margin-top: 67px;
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.footer-nav-container .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-copyright-container {
    background: #212121;
    width: 100% !important;
    padding: 0;
    margin-right: auto !important;
    margin-left: auto !important;
}

.footer-heading-col h4 {
    color: #F2F2F2;
    font-family: LibreBaskerville-Regular, Helvetica Neue, Helvetica, Arial;
    width: 217px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-nav-col p {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1.68px;
    line-height: 15px;
    text-transform: uppercase;
    color: #F2F2F2;
    margin: 0;
    margin-bottom: 20px
}

.footer-nav-col ul {
    list-style: none;
    padding-left: 0px;
}

.footer-nav-col ul li {
    margin-bottom: 13px;
}

.footer-nav-col ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #AFAFAF;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px !important;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.footer-nav-col-social svg {
    margin-right: 10px;
}

.navbar-toggler {
    margin-right: 0px !important;
}

.btn-rounded {
    border: 1px solid black;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-square {
    border: 2px solid #222;
    padding-left: 20px;
    padding-right: 20px;
    background: #333;
    border-radius: 0px;
    color: white;
}

.btn-square:hover {
    background: #ccc;
    color: black;
}

.form-control {
    font-family: Microsans;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e1e1e1 !important;
    /*text-transform: uppercase;*/
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.help-block {
    font-size: 10px;
    font-family: Microsans;
}

.page-content {
    padding-top: 40px !important;
}

.nav-link {
    /*font-weight: bold !important;*/
    color: #000 !important;
}