/*
Theme Name: Pure Digital Theme
Version: 1.0
Text Domain: pure-digital
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;900&display=swap');

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p:empty {
    display: none;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Bootstrap Override */
a {
    text-decoration: none;
    color: inherit;
}
a:hover:not(.btn) {
    text-decoration: underline;
    color: inherit;
}
.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 1.5rem;
}
.h3, h3 {
    font-size: 30px;
}
.form-control, 
.form-control:focus,
.form-control:focus-visible,
.form-select,
.form-select:focus,
.form-select:focus-visible,
.wpcf7-form-control,
.wpcf7-form-control:focus-visible {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #1B1B1B;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0px 0px 15px;
    outline: 0;
    box-shadow: none;
}
.form-select,
.form-select:focus,
.form-select:focus-visible,
.wpcf7-select,
.wpcf7-select:focus,
.wpcf7-select:focus-visible {
    color: #df9180;
    font-weight: 700;
    background: #fff url(images/dropdown.svg) no-repeat right .75rem center/38px 40px !important;
}
.input-group-text {
    margin: 0px 0px 15px;
    background-color: #fff;
    color: #135F6E;
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: 0;
    font-size: 28px;
    font-weight: 400;
    padding-right: 0;
}
.input-group > .form-control, 
.input-group > .form-control:focus,
.input-group > .form-control:focus-visible,
.input-group > .wpcf7-form-control,
.input-group > .wpcf7-form-control:focus-visible,
.input-group > .form-select,
.input-group > .form-select:focus,
.input-group > .form-select:focus-visible {
    width: 1%;
}
.wpcf7-form-control.wpcf7-submit {
    width: auto;
}
.modal-content {
    border-radius: 0px;
    padding: 0px;
    border: 0;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.form-check {
    display: flex;
    align-items: center;
    min-height: 30px;
    padding-left: 0;
    margin: 0px 0px 15px;
}
.form-check .form-check-input {
    margin: 0px 15px 0px 0px;
}
.form-check .form-check-label {
    color: #1f5f6e;
    font-size: 24px !important;
    line-height: 30px;
}
.form-check-input[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f1ebe7'/%3e%3c/svg%3e");
    width: 2em;
    height: 2em;
    background-color: #DF9180;
    border-color: #DF9180;
}
.form-check-input[type=radio]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f1ebe7'/%3e%3c/svg%3e");
    background-color: #135f6e;
    border-color: #135f6e;
}
/* TABLE */
.table {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.table>:not(caption)>*>* {
    padding:  10px 15px;
    font-size: 12px;
    box-shadow: none;
    border: 0;
    font-weight: 300;
}
.table>:not(caption)>*>* strong {
    font-weight: 600;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background: rgba(241, 235, 231, 0.31);
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background: #fff;
}
small {
    font-size: 9px;
}

/* MAIN */
body {
    font-family: 'Poppins';
    color: #1B1B1B;
    font-size: 14px;
    line-height: 2;
}
.acf-loop {
    background-size: cover !important;
    overflow-x: hidden;
    position: relative;
}
@media (max-width: 767px) {
    .acf-loop .acf-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* HEADER */
#header {
    height: 120px;
}
#header.fixed-header .navbar {
  top: -40px;
  transform: translateY(40px);
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;

  background: #fff;
  border-color: #fff;
}
#header.fixed-header .site-logo {
    max-height: 70px;
}
#header .nav-item {
    margin: 0px 10px;
}
#header .nav-item a {
    text-decoration: none;
    color: #135F6E;
    font-family: Poppins;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    padding: 6px;
    border-bottom: 3px solid #fff;
    display: inline-block;
}
#header .nav-item:not(.btn-menu) a:hover,
#header .nav-item.current-menu-item:not(.btn-menu) a,
#header .nav-item.current-menu-parent:not(.btn-menu) > a {
    border-color: #DF9180;
}
#header .nav-item.btn-menu a {
    border: 1px solid #DF9180;
    border-radius: 15.5px;
    padding: 6px 15px;
}
#header .nav-item.btn-menu a:hover {
    background: #DF9180;
}
#header .nav-item.btn-menu.btn-menu-primary a {
    background: #135F6E;
    color: #DF9180;
    border-color: #135F6E;
}
#header .nav-item.btn-menu.btn-menu-primary a:hover {
    background: #fff;
    color: #135F6E;
    border-color: #135F6E;
}
#header .nav-item.menu-item-has-children {
    position: relative;
}
#header .nav-item .sub-menu {
    position: absolute;
    list-style: none;
    padding: 10px 15px;
    background: #F1EBE7;
    width: 150px;
    top: calc(100%);
    left:  0px;
    display: none;
    z-index: 9;
}
#header .nav-item.menu-item-has-children:hover .sub-menu {
    display: block;
}
#header .nav-item .sub-menu .nav-item {
    margin: 0px;
}
#header .nav-item .sub-menu .nav-item a {
    color: #135F6E;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    padding: 0px;
    border: 0;
}
#header .nav-item .sub-menu .nav-item a:hover,
#header .nav-item .sub-menu .nav-item.current-menu-item a {
    color: #DF9180;
}

/* BANNER */
.banner-slider {
    overflow: hidden;
}
.banner-slider .banner-slide {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    overflow: hidden;
}
.banner-slider .banner-slide .slide-content {
    min-height: 700px;
}
.banner-slider .banner-slide .banner-titles h2 {
    color: #135F6E;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 43px;
}
.banner-slider .banner-slide .banner-subtitles h3 {
    color: #DF9180;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 43px;
}
.banner-slider .banner-slide .banner-description {
    background: red;
    padding: 75px 25% 15px 25%;
/*    align-self: end;*/
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #fff;
    color: #DF9180;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.banner-slider .banner-slide.style-2 .banner-titles {
    position: relative;
    margin: 60px 0px 0px;
}
.banner-slider .banner-slide.style-2 .banner-titles > * {
    z-index: 1;
    position: relative;
}
.banner-slider .banner-slide.style-2 .banner-titles:after {
    content: "";
    background: rgba(241, 235, 231, 0.9);
    z-index: 0;
    width: 100vw;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.banner-slider .banner-slide.style-2 .banner-titles h2 {
    color: #135F6E;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 43px;
}
.banner-slider .banner-slide.style-2 .banner-titles h2 strong {
    color: #DF9180;
    font-weight: bold;
}
.banner-slider .banner-slide.style-2 .banner-titles h3 {
    color: #DF9180;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 33px;
}
.banner-slider .banner-slide.style-2 .banner-titles h3 strong {
    color: #135F6E;
    font-weight: bold;
}

/* FOOTER */
footer {
    background: #1F5F6E;
    color: #F1EBE7;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
}
footer a,
footer p {
    color: #F1EBE7;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: none;
}
footer .footer-col-1 {
    color: #E2DED9;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
}
footer .footer-col-2,
footer .footer-col-3 {
    color: #E2DED9;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    border-left: 2px solid #E39784;
}
footer .footer-col-2 a,
footer .footer-col-3 a {
    color: #E2DED9;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
}

/* POSTS */
h1.post-title {
    color: #DF9180;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
}
.posts-navigator a {
    background: #F1EBE7;
    padding: 15px 45px;
    color: #DF9180;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    display: inline-block;
    text-align: center;
}
.post-date .month {
    color: #DF9180;
    font-weight: bold;
    letter-spacing: 0;
}
.post-date .year {
    color: #135F6E;
    font-weight: bold;
    letter-spacing: 0;
}
@media all and (max-width: 767px) {
    .posts-navigator a {
        width: 100%;
        padding: 15px 5px;
        font-size: 10px;
    }
}

/* MENU */
#header .hamburger-lines {
    height: 30px;
    width: 40px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0px 0px 0px auto;
    cursor: pointer;
}
#header .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 2px;
}
#header .hamburger-lines .line1 {
    background: #135F6E;
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}
#header .hamburger-lines .line2 {
    background: #DF9180;
    transition: transform 0.2s ease-in-out;
}
#header .hamburger-lines .line3 {
    width: 75%;
    margin: 0px 0px 0px 25%;
    background: #135F6E;
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}
#header.mobile-active .hamburger-lines .line1 {
    transform: rotate(43deg);
    background: #DF9180;
    z-index: 2;
}
#header.mobile-active .hamburger-lines .line2 {
    transform: scaleY(0);
}
#header.mobile-active .hamburger-lines .line3 {
    transform: rotate(-43deg);
    width: 100%;
    margin: 0px;
    z-index: 1;
}
#header .mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 999;
    height: calc(100vh - 85px);
    padding: 60px 15px;
    background: rgba(241, 235, 231, 0.9);
}
#header.mobile-active .mobile-menu {
    display: block;
}
#header .mobile-menu .nav-item a {
    color: #135F6E;
    font-size: 21.01px;
    letter-spacing: 0;
    margin: 0px;
    padding: 10px 20px;
}
#header .mobile-menu .nav-item:not(.btn-menu) a {
    border-bottom: 0px;
}
#header .mobile-menu .nav-item.btn-menu a {
    border-radius: 21.5px;
}
#header .mobile-menu .nav,
#header .mobile-menu .nav-item {
    display: block;
    text-align: center;
    margin: 0px 0px 15px;
}
#header .mobile-menu ul:not(.sub-menu) > .nav-item:not(.btn-menu) a:hover, 
#header .mobile-menu ul:not(.sub-menu) > .nav-item.current-menu-item:not(.btn-menu) > a, 
#header .mobile-menu ul:not(.sub-menu) > .nav-item.current-menu-parent:not(.btn-menu) > a {
    border-bottom: 3px solid #DF9180;
}
#header .mobile-menu .nav-item .sub-menu {
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px auto;
    background: transparent;
}
#header .mobile-menu .nav-item .sub-menu .nav-item {
    text-align: left;
}
#header .mobile-menu .nav-item .sub-menu .nav-item a {
    color: #135F6E;
    font-size: 14px;
    margin: 0px 0px 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #135F6E;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
}