@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*html {
  scroll-padding-top: 8rem;
  scroll-behavior: smooth;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.entry-content {
    overflow: hidden;
}

.section-title-outer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.section-title-wrap {
    margin-bottom: 30px;
}

.section-title-outer-wrap .section-title-wrap {
    margin: 0;
    width: 100%;
    max-width: 575px;
}

.section-title h2 {
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    text-transform: capitalize;
}

.section-subtitle {
    color: #090909;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

p {
    margin: 0;
    background-color: inherit;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Work Sans";
    margin: 0;
}

.section {
    margin-bottom: 90px;
}

.container {
    max-width: 1490px;
    padding: 0 70px;
    margin: 0 auto;
}

.pagination-nav {
    margin-top: 30px;
}

.pagination-nav a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.no-results.not-found {
    margin-top: 50px;
}

a.default-btn {
    background: #FFF;
    padding: 18px 57px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 122%;
    color: #592E8B;
    display: inline-block;
    transition: .4s ease-in-out all;
}

a.default-btn.pink {
    background: #592E8B;
    color: #FFF;
    border: 1px solid #592E8B;
}

a.default-btn:hover {
    color: #fff;
    background: #592E8B;
}

a.default-btn.pink:hover {
    color: #592E8B;
    background: #FFF;
    border: 1px solid #592E8B;
}

a.default-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

a.default-link img {
    max-width: 16px;
}

a.default-link span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #222222;
    transition: .4s ease-in-out all;
}

a.default-link:hover span {
    color: #592E8B;
}

a.file-btn {
    background: #592E8B;
    color: #ffffff;
    padding: 15px 25px;
    display: inline-block;
    transition: .4s ease-in-out all;
    border: 1px solid #592E8B;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

a.file-btn img {
    max-width: 19px;
}

a.file-btn span {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

a.file-btn:hover {
    color: #592E8B;
    background: #ffffff;
}

.read-more-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #333333;
    display: block;
    margin-top: 20px;
    transition: .4s ease-in-out all;
}

/*  section heading wrap */

.section-heading-wrap .subheading {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #222222;
    margin-bottom: 10px;
}

.section-heading-wrap .subheading a {
    color: #592E8B;
    font-weight: 600;
}

.section-heading-wrap {
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.section-heading-wrap .heading-text-content {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    max-width: 515px;
    margin: 0 auto;
    text-align: center;
}

.section-heading-wrap .heading h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 14px;
    text-align: center;
}

.default-content {
    margin-top: 40px;
}

.default-content h1 {
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 15px;
}

.default-content h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #222222;
    margin-top: 20px;
}

.default-content h3 {
    font-weight: 800;
    font-size: 18px;
    line-height: 46px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #222222;
    margin-top: 10px;
}

.default-content p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #222222;
    margin: 10px 0;
}

.default-content strong {
    font-weight: 800;
}

.default-content li {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #222222;
}

.default-content a {
    text-decoration-line: underline;
    color: #592E8B;
    font-weight: 600;
}

#breadcrumbs-wrapper {
    margin-top: 20px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 5px;
}

.breadcrumbs, 
.breadcrumbs a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/

.top-bar {
    padding: 20px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar > div {
    display: flex;
    align-items: center;
}

.top-bar-pull-left {
    width: 100%;
}

.top-bar-pull-left .top-bar-item {
    padding: 0 16px;
    border-right: 1px solid #8B8B8B;
}

.top-bar-pull-left .top-bar-item:first-child {
    padding-left: 0;
}

.top-bar-pull-left .top-bar-item:last-child {
    padding-right: 0;
    border-right: unset;
}

.top-bar-item.search-wrap {
    position: relative;
    width: 100%;
}

.top-bar-item {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: max-content;
}

.top-bar-item a {
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}


.socials {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.socials > * {
    margin-right: 10px;
}

.socials > *:last-child {
    margin-right: 0px;
}


.socials-item a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    position: relative;
}

.socials-item img {
    max-width: 16px;
    position: absolute;
}

.socials-item img[alt="Facebook"],
.socials-item img[alt="Facebook-hover"] {
    max-width: 18px;
}

.socials-item img.icon-hover {
    display: none;
}

.search-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #DDD;
    cursor: pointer;
}

.search-icon svg {
    width: 20px;
    height: 20px;
}


.search-form {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    width: calc(100% - 20px);
    padding: 0 15px;
}

.search-form .close-icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -20px;
    top: 4px;
    cursor: pointer;
}

.top-bar-pull-right {
    flex-wrap: nowrap;
    gap: 30px;
    width: 100%;
    max-width: 590px;
}

.top-bar-pull-right .top-bar-item {
    width: 100%;
}

.top-bar-pull-right .top-bar-item .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
    width: 100%;
}

.top-bar-pull-right .top-bar-item a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFFFFF;
    transition: .4s ease-in-out all;
}

@media(min-width: 991px) {

    .top-bar-item a,
    .top-bar-item .search-icon {
      position: relative;
    }
    .top-bar-item a:after,
    .top-bar-item .search-icon:after {
      content: '';
      display: block;
      height: 2px;
      width: 0;
      background: currentColor;
      transition: width 0.3s ease;
      position: absolute;
      bottom: -3px;
      left: 0;
    }
    .top-bar-item a:hover:after,
    .top-bar-item .search-icon:hover:after {
      width: 100%;
    }

    .socials-item a:after {
        display: none;
    }

}


/*header {
    padding: 0 0 138px 0;
}*/

#header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.main-header-wrap {
    position: fixed;
    width: 100%;
    transition: .5s;
    transform: translateY(0);
    padding: 0px 0 7px;
    filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0.1));
}

.main-header-wrap.fixed {
    transform: translateY(-4.1em);
    transition: transform .3s;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 12.7px 34.5px 14.26px 14.4px;
}

.main-header-wrap.fixed .main-header {
    padding: 7px 30px 7px 10px;
}

.header-logo a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    transition: transform .3s;
}

.header-logo span {
    transition: .4s ease-in-out all;
    max-width: 170px;
}

.header-logo span:hover {
    color: #592E8B;
}

.main-header-wrap.fixed .header-logo a {
    font-size: 16px;
}

.header-logo img {
    max-width: 96px;
    transition: transform .3s;
}

.header-cart.mobile {
    display: none;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-header-wrap.fixed .header-logo img {
    max-width: 70px;
}

#menu-main-menu {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    gap: 30px;
    margin: 0;
}

#menu-main-menu > li > a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #181818;
    transition: .4s ease-in-out all;
}

@media(min-width: 992px) {
    #menu-main-menu > li > a {
        line-height: 60px;
    }
}

.home-menu-item a {
    position: relative;
    width: 19px;
    display: block;
    height: 19px;
}

.home-menu-item a span {
    display: none;
}

.home-menu-item a:before {
    content: '';
    background-image: url(/wp-content/themes/maxcanvas_child/img/home-icon.svg);
    width: 19px;
    height: 19px;
    display: block;
}


#menu-main-menu > li > a:hover {
    color: #592E8B;
}

#menu-main-menu .is-menu a {
    display: flex;
}

#menu-main-menu .sub-menu {
    display: none;
    position: absolute;
    width: auto;
    margin: 0;
    padding: 20px 25px;
    background: #fff;
    list-style: none;
    z-index: 999;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
}

#menu-main-menu .menu-item-has-children > a {
    position: relative;
    display: flex;
    gap: 3px;
}

#menu-main-menu .menu-item-has-children > a:after {
    content: url(/wp-content/themes/maxcanvas_child/img/arrow-down.svg);
}

#menu-main-menu .sub-menu:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 3px;
    background: #592E8B;
    top: 0;
    left: 0;
}

#menu-main-menu .sub-menu li {
    margin-bottom: 15px;
}

#menu-main-menu .sub-menu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    transition: .4s ease-in-out all;
}

#menu-main-menu .sub-menu a:hover {
    color: #592E8B;
}

.is-menu.is-dropdown form {
    top: 40px;
}

.is-menu path.search-icon-path {
    transition: .4s ease-in-out all;
}

.is-menu .search-icon:hover path.search-icon-path {
    fill: #592E8B;
}

.is-form-style input.is-search-input {
    border: solid 1px #592E8B!important;
}

.is-form-style button.is-search-submit {
    cursor: pointer;
}

.is-form-style input.is-search-submit, .is-search-icon {
    color: #000;
    background: #592E8B;
    border: 1px solid #592E8B;
}

.is-form-style .is-search-submit path {
    fill: #ffffff;
}

.is-search-icon:hover path, form.is-form-style input.is-search-submit:hover path {
    fill:  #592E8B;
}

.is-menu.is-dropdown form[style="display: block;"]+.search-close {
    display: none;
}

.responsive-menu {
    display: none;
}

.responsive-menu-bottom {
    display: none;
}

/*search page*/

.search-page-form-wrap .is-form-style input.is-search-input {
    border: none !important;
    border-bottom: 1px solid #3F3F3F !important;
}

.search-page-form-wrap .is-form-style input.is-search-submit,
.search-page-form-wrap .is-search-icon {
    background: none;
    border: none;
    padding: 0;
    height: auto;
    width: auto;
}

.search-page-form-wrap .is-search-icon path,
.search-page-form-wrap form.is-form-style input.is-search-submit path {
    fill: #592E8B;
}

.search-page-form-wrap .is-form-style button.is-search-submit {
    position: absolute;
    right: 0;
    height: auto;
    width: auto;
}

.search-page-form-wrap .is-form-style.is-form-style-3 label {
    width: 100% !important;
}

.search-items-wrap {
    margin-top: 70px;
}

.no-results.not-found .section-title {
    text-align: center;
}

.search-items-wrap .blog-post-item {
    margin-bottom: 30px;
}

.search-items-wrap .blog-post-item:last-child {
    margin: 0;
}

.search-items-wrap .post-title a {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

.search-item {
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 20px;
    margin-top: 20px;
}

.search-item-title h2 a {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    color: #000;
}

.entry-summary {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
}

/* Subheader */
#subheader {
    margin-bottom: 70px;
}

.header-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 514px;
    position: relative;
}

.header-background:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
        background: linear-gradient(180deg, rgb(22 1 46) 0%, rgb(0 0 0 / 5%) 100%);
}

.header-background .container {
    position: relative;
    height: 100%;
}

.page-title--wrap {
    position: absolute;
    bottom: 90px;
}

.page-title--wrap .post-date {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 15px;
}

/*.post-template-default .page-title--wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1030px;
}*/

.page-title, .page-title h1 {
    font-family: "Work Sans";
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
    text-transform: capitalize;
    color: #fff;
}

.page-title strong {
    font-weight: 700;
}


/* Section image slider */
.section-image-slider .section-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.section-image-slider .section-title {
    max-width: 477px;
}

.section-image-slider .section-title h2 {
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    text-transform: capitalize;
}

.section-image-slider .section-subtitle {
    max-width: 575px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.section-image-slider .image-slider-wrap {
    position: relative;
}

.section-image-slider .image-slider .image-slide {
    height: 600px;
}

.section-image-slider .image-slider .image-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-image-slider .image-slider-arrows {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: #fff;
}

.section-image-slider .image-slider-arrows ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-image-slider .image-slider-arrows a.default-btn {
    padding: 12px 30px;
}

.section-image-slider .image-slider-arrows .slick-arrow {
    width: 44px;
    height: 43px;
    background: #592E8B;
    position: relative;
    cursor: pointer;
    border: 1px solid #592E8B;
    transition: .4s ease-in-out all;
}

.section-image-slider .image-slider-arrows .slick-arrow:hover {
    background: #fff;
    border: 1px solid #592E8B;
}

.section-image-slider .image-slider-arrows .slick-arrow:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 14px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    transition: .4s ease-in-out all;
}

.section-image-slider .image-slider-arrows .prev.slick-arrow:before {
    background-image: url(/wp-content/themes/maxcanvas_child/img/arrow-left.svg);
}

.section-image-slider .image-slider-arrows .next.slick-arrow:before {
    background-image: url(/wp-content/themes/maxcanvas_child/img/arrow-right.svg);
}


.section-image-slider .image-slider-arrows .prev.slick-arrow:hover:before {
    background-image: url(/wp-content/themes/maxcanvas_child/img/arrow-left-hover.svg);
}

.section-image-slider .image-slider-arrows .next.slick-arrow:hover:before {
    background-image: url(/wp-content/themes/maxcanvas_child/img/arrow-right-hover.svg);
}

/*statistics*/
.section-statistics {
    background: #F7F7F7;
    padding: 60px 0 60px;
}

.section-statistics .container {
    max-width: 1400px;
}

.statistics-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    padding: 25px 0;
}

.statistics-item {
    text-align: center;
    padding: 20px 0;
    width: 33.33%;
    max-width: 262px;
}

.statistics-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 100px;
    border: 1px solid #592E8B;
}

.statistics-icon img {
    max-width: 30px;
}


.statistics-value {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    color: #592E8B;
    margin: 12px 0 10px;
    transition: all 0.3s ease;
}

.statistics-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
    font-variant: all-small-caps;
}

.statistics-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-top: 9px;
    color: #090909;
}

/* Section image slider with text */

.section-image-slider-with-text .image-slide {
    height: 611px;
    background-size: cover;
    background-position: center;
}

.section-image-slider-with-text .slide-wrap {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    padding-top: 120px;
    }

.section-image-slider-with-text .image-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000ab;
    top: 0;
    z-index: -1;
}

.section-image-slider-with-text .column-title {
    width: 100%;
    max-width: 320px;
    padding-top: 85px;
}

.section-image-slider-with-text .slide-title {
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
    color: #fff;
    margin-top: 20px;
}

.section-image-slider-with-text  .slider-counter {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 159%;
}

.section-image-slider-with-text .column-text {
    width: 100%;
    max-width: 565px;
}

.section-image-slider-with-text .slide-title.mobile {
    display: none;
}

.section-image-slider-with-text .text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 159%;
    color: #fff;
    margin: 30px 0;
}

.section-image-slider-with-text .image-slider-arrows ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}


.section-image-slider-with-text .image-slider-arrows .slick-arrow {
    width: 43px;
    height: 43px;
    background: unset;
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
    transition: .4s ease-in-out all;
}

.section-image-slider-with-text .image-slider-arrows .slick-arrow:hover {
    background: #592E8B;
    border: 1px solid #fff;
}

.section-image-slider-with-text .image-slider-arrows .slick-arrow:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 26px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    transition: .4s ease-in-out all;
}

.section-image-slider-with-text .image-slider-arrows .prev.slick-arrow:before {
    background-image: url(/wp-content/themes/maxcanvas_child/img/chevron-arrow-left.svg);
}

.section-image-slider-with-text .image-slider-arrows .next.slick-arrow:before {
    background-image: url(/wp-content/themes/maxcanvas_child/img/chevron-arrow-right.svg);
}



/* Section Departments Carousel */

.section-departments-carousel .section-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.departments-carousel-wrap {
    overflow: hidden;
}

.section-departments-carousel .slick-list {
    margin-left: -15px;
}

.section-departments-carousel .department-item {
    margin-left: 15px;
}

.section-departments-carousel a.department-thumb {
    display: block;
    width: 100%;
    height: 250px;
}

.section-departments-carousel a.department-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-departments-carousel .department-title {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-top: 12.5px;
    color: #000;
    transition: .4s ease-in-out all;
}

.section-departments-carousel .department-title:hover {
    color: #592E8B;
}

.departments-carousel-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 100%;
    background: #ffffffb3;
    z-index: 1;
}

.departments-carousel-wrap:after {
    content: '';
    position: absolute;
    right: 0;
    width: 45px;
    height: 100%;
    background: #ffffffb3;
    z-index: 1;
    top: 0;
}


.carousel-arrows-pink ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}


.carousel-arrows-pink .slick-arrow {
    width: 43px;
    height: 43px;
    background: #592E8B;
    position: relative;
    cursor: pointer;
    border: 1px solid #592E8B;
    transition: .4s ease-in-out all;
}

.carousel-arrows-pink .slick-arrow:hover {
    background: #fff;
    border: 1px solid #592E8B;
}

.carousel-arrows-pink .slick-arrow:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 26px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    transition: .4s ease-in-out all;
}

.carousel-arrows-pink .prev.slick-arrow:before {
    background-image: url(/wp-content/themes/maxcanvas_child/img/chevron-arrow-left.svg);
}

.carousel-arrows-pink .next.slick-arrow:before {
    background-image: url(/wp-content/themes/maxcanvas_child/img/chevron-arrow-right.svg);
}

.carousel-arrows-pink .prev.slick-arrow:hover:before {
    background-image: url(/wp-content/themes/maxcanvas_child/img/chevron-arrow-left-hover.svg);
}

.carousel-arrows-pink .next.slick-arrow:hover:before {
    background-image: url(/wp-content/themes/maxcanvas_child/img/chevron-arrow-right-hover.svg);
}


/* Section resource */

.section-resources .section-subtitle {
    margin-top: 12px;
}

.section-resources .resources-columns {
    display: flex;
    gap: 30px;
}


.section-resources .resources-column {
    display: flex;
    flex-wrap: wrap;
    flex: 47%;
    gap: 30px;
}

.section-resources .resource-item:first-child {
    flex: 100%;
}

.section-resources .resource-item {
    flex: 47%;
    position: relative;
}

.section-resources .resource-item a.resource-thumb {
    display: block;
    height: 190px;
}

.section-resources .resource-item:first-child a.resource-thumb {
    height: 350px;
}

.section-resources .resource-item a.resource-thumb img {
    object-fit: cover;
    object-position: center;
}

.section-resources .resource-item a.resource-thumb img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.section-resources .resource-item:first-child a.resource-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-resources .resource-item .resource-title {
    color: #363636;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.section-resources .resource-item:first-child .resource-item-meta {
    position: absolute;
    bottom: 0;
    left: 25px;
    bottom: 40px;
}

.section-resources .resource-item:first-child .resource-item-meta a {
    max-width: 370px;display: block;
}

.section-resources .resource-item:first-child .resource-item-meta a span {
    color: #fff;
}

.section-resources .resource-item:first-child .resource-item-meta .resource-date {
    display: none;
}

.section-resources .resource-date {
    color: #592E8B;
    margin-bottom: 6px;
}

.section-resources .resources-column:nth-child(2) .resource-item:first-child {
    order: 3;
}

.section-resources .resource-item-meta {
    padding: 25px 15px;
    background: #fff;
    box-shadow: 0px 12px 18.5px -7px rgba(0, 0, 0, 0.20);
}

.section-resources .resource-item:first-child .resource-item-meta {
    height: unset;
    padding: unset;
    background: unset;
    box-shadow: unset;
}

.section-resources .resource-item:first-child:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000006b;
}


/* Section calendar events */

.section-google-calendar {
    background: #592E8B;
    padding: 85px 0 164px;
}

.section-google-calendar .section-title-wrap * {
    color: #fff;
}

.section-google-calendar .section-title-wrap .section-subtitle {
    margin-top: 12px;
}

.section-google-calendar .google-calendar-wrap {
    margin-top: 14px;
}

.google-calendar-events {
    display: flex;
    gap: 30px;
}

.google-calendar-events .calendar-event {
    width: 100%;
    background: #fff;
    position: relative;
}

.google-calendar-events .event-media {
    width: 100%;
    height: 258px;
}

.google-calendar-events .event-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.google-calendar-events .is-image .event-date {
    position: absolute;
    top: 0;
    background: #16012E;
    padding: 9px 9.5px;
    color: #fff;
}

.google-calendar-events .event-date {
    position: absolute;
    top: 0;
    left: 0;
    background: #16012E;
    padding: 9px 9.5px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.google-calendar-events .event-meta {
    padding: 26.5px 22px;
}

.google-calendar-events .is-image .event-meta .event-date {
    display: none;
}

.google-calendar-events .event-title a {
    color: #363636;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.google-calendar-events .event-meta .event-date {
    font-size: 15px;
    margin: 2px 0 5px;
}

.google-calendar-events .event-description {
    color: #090909;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.google-calendar-events .calendar-event.no-image {
    padding: 5px 22px 26.5px 60px;
    max-height: fit-content;
    max-width: 315px;
}

.google-calendar-events .no-image .event-meta {
    padding: 0;
}

.section-google-calendar .not-found {
    color: #fff;
}

.section-google-calendar .not-found a {
    color: #fff;
    text-decoration: underline;
}

/* Section Google Calendar list */
.google-calendar-list-wrap .calendar-event {
    display: flex;
    gap: 30px;
    justify-content: start;
    padding: 50px 0 60px;
    border-top: 1px solid #848E92;
    align-items: center;
}

.google-calendar-list-wrap .calendar-event:last-child {
    border-bottom: 1px solid #848E92;
}

.google-calendar-list-wrap .event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
    text-transform: uppercase;
    background: #592E8B;
    padding: 15px;
    width: 100%;
    max-width: 240px;
}

.google-calendar-list-wrap .event-title {
    color: #363636;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    max-width: 288px;
    width: 100%;
}

.google-calendar-list-wrap .event-time {
    color: #592E8B;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.google-calendar-list-wrap .event-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    max-width: 420px;
    margin-left: auto;
}


.google-calendar-list-wrap a.event-link {
    display: flex;
    min-width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    background: #592E8B;
}


/* Section Google Calendar Full */
a.fc-event {
    background: #592E8B;
    border-radius: unset;
    color: #FFF;
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding: 10px;
}

.fc-daygrid-event-dot {
    display: none;
}

.fc .fc-button-primary {
    background: #592e8b;
    border-color: #5600be;
    border-radius: 0;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background: #3b0a77;
    border-color: #5600be;
}

.fc .fc-button-primary:disabled {
    background: #592e8b;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #592e8b36;
}

.fc-daygrid-dot-event.fc-event-mirror, .fc-daygrid-dot-event:hover {
    background: #000;
}

.google-calendar-full-wrap iframe {
    width: 100%;
}

/* Section page carousel */
@media(min-width: 1200px) {
    .pages-carousel-wrap {
        position: relative;
        z-index: 9999;
        width: 123%;
        overflow: hidden;
    }

    .pages-carousel-wrap .slick-list {
        margin-left: -56px;
    }

    .pages-carousel-wrap .department-item {
        margin-left: 9px;
    }
}

/* section half image half text  */

.section-half-image-half-text {
    padding-top: 90px;
    padding-bottom: 50px
}

.section-half-image-half-text.text-bg-hide {
    padding: 0;
}

.half-image-half-text-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.media-placement-right .half-image-half-text-wrap {
    flex-direction: row-reverse;
}

.half-image-half-text-wrap .section-title {
    margin-bottom: 15px;
}

.half-image-half-text-wrap .section-subtitle {
    color: #262626;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.84px;
    margin-bottom: 7px;
}

.half-image-half-text-wrap .column-image {
    max-width: 557px;
    height: 568px;
    width: 100%;
    position: relative;
}

.half-image-half-text-wrap .column-image.image-shadow-true {
    box-shadow: 0px 4px 21.1px -2px rgba(0, 0, 0, 0.14);
}

.half-image-half-text-wrap .column-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.section-half-image-half-text .column-text {
    width: 100%;
    max-width: 627px;
    position: relative;
}

.section-half-image-half-text .column-image:before {
    content: '';
    position: absolute;
    width: 10000px;
    left: 300px;
    height: 768px;
    top: -100px;
    background: #F7F7F7;
    z-index: -1;
}

.media-placement-right.section-half-image-half-text .column-image:before {
    left: unset;
    right: 300px;
}

.text-bg-hide.section-half-image-half-text .column-image:before {
    display: none;
}

.section-text, .section-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #090909;
}

.section-text p {
    padding: 15px 0;
}

.section-text p:first-child {
    padding-top: 0;
}

.section-text a {
    text-decoration-line: underline;
    color: #592E8B;
    font-weight: 600;
}


.section-half-image-half-text .links-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 20px;
}

.section-half-image-half-text .links-wrap a {
    flex: 47%;
    text-align: center;
    padding: 18px 20px;
}

.section-half-image-half-text .links-wrap.three-column a {
    flex: 30%;
}

.section-half-image-half-text .links-wrap.one-column .default-btn {
    width: auto;
    display: inline-block;
    flex: unset;
    padding: 18px 57px;
}

.section-half-image-half-text .list-column-wrap {
    display: flex;
    column-gap: 80px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.section-half-image-half-text .list-column-wrap ul {
    padding-left: 20px;
    margin: 0;
}

.section-half-image-half-text .list-column-wrap ul li, 
.section-half-image-half-text .list-column-wrap ul li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-decoration: unset;
    color: #090909;
}

.section-half-image-half-text .list-column-wrap ul li::marker {
    color: #00000000;
}

.section-half-image-half-text .list-column-wrap ul li {
    position: relative;
}

.section-half-image-half-text .list-column-wrap ul li:before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 100px;
    background: #592E8B;
    position: absolute;
    left: -19px;
    top: 13px;
}

.section-half-image-half-text .column-text h3 {
    color: #090909;
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.section-half-image-half-text .column-text p + h3 {
    margin-top: 20px;
}

/* Section half image / halfe text (two image) */

/*.section-half-image-half-text.two-image {
    padding: 0;
}*/

.section-half-image-half-text.two-image .half-image-half-text-wrap .column-image {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 557px;
        height: unset;
}

.section-half-image-half-text.two-image .half-image-half-text-wrap .column-image .image-wrap {
    height: 425px;
    width: 100%;
}


/* Section text content */

.section-text-content .section-heading-wrap {
    text-align: left;
    margin: 0;
    max-width: 715px;
}

.section-text-content .section-title h2 {
    color: #262626;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    text-align: left;
}

.section-text-content .section-title-wrap {
    margin-bottom: 15px;
}

.text-content-wrap h2 {
    color: #262626;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
    margin-bottom: 20px;
}

.text-content-wrap p,
.text-content-wrap li {
    font-size: 14px;
    line-height: 24px;
    color: #262626;
}

.text-content-wrap p + p {
    margin-top: 10px;
}

.text-content-wrap a {
    color: #592E8B;
    font-weight: 500;
}

.text-content-wrap table {
    margin: 50px 0;
}

.text-content-wrap thead {
    background: #592E8B;
}

.text-content-wrap thead td {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
}

.text-content-wrap tr td:first-child {
    padding: 12px 40px;
    width: 12% !important;
}

.text-content-wrap tr td {
    padding: 0px 0 0 20px;
}

.text-content-wrap tr td:last-child {
    padding: 12px 15px;
}

.text-content-wrap tbody tr:nth-child(even) {
    background: #F7F7F7;
}

.text-content-wrap tbody tr td {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #090909;
    vertical-align: baseline;
    padding: 0 50px 0 20px;
}


/* error 404  */
.error-tex {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 900;
    font-size: 72px;
    line-height: 90px;
    text-align: center;
    color: #592E8B;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.error-page-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
}

.error-page-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    margin-top: 10px;
}

.error-404-wrap.not-found {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 200px 0;
}

.error-background {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 900;
    font-size: 300px;
    line-height: 377px;
    text-align: center;
    color: rgba(125, 134, 138, 0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: -1;
}

.error-404-wrap.not-found .entry-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 330px;
}

.error-404-wrap .readmore {
    margin-top: 30px;
}

.error404 .site-footer {
    margin: 0;
}

.error404 .top-bar-wrap * {
    color: #592e8b !important;
}

.error404 .top-bar-wrap svg, .error404 .top-bar-wrap img {
    filter: invert(48%) sepia(114%) saturate(7035%) hue-rotate(268deg) brightness(70%) contrast(89%);
}

.error404 .is-search-icon svg {
    filter: unset !important;
}

.error404 img.icon-hover {
    filter: unset !important;
}

/* No found */
.no-results.not-found {
    padding: 50px 0 100px;
}

.no-results.not-found .section-title-wrap {
    margin-bottom: 25px;
}

.no-results.not-found .entry-content {
    text-align: center;
}


/* Section Half Title Half Text With Background */
.section-half-title-half-text-with-background {
    position: relative;
    background-position: center;
}

.section-half-title-half-text-with-background:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000009c;
}

.half-title-half-text-with-background-wrap {
    padding: 169px 0 229px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.half-title-half-text-with-background-wrap .column-title {
    width: 100%;
    max-width: 587px;

}

.half-title-half-text-with-background-wrap .column-title .section-subtitle {
    color: #fff;
    text-transform: uppercase;
}

.half-title-half-text-with-background-wrap .column-title .section-title h2 {
    color: #fff;
}

.half-title-half-text-with-background-wrap .column-text {
    width: 100%;
    max-width: 486px;
    color: #fff;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.half-title-half-text-with-background-wrap .column-text .default-btn {
    margin-top: 30px;
}

.section.section-half-title-half-text-with-background.section-no-bg:before {
    display: none;
}

.section.section-half-title-half-text-with-background.section-no-bg .column-title .section-title h2, 
.section.section-half-title-half-text-with-background.section-no-bg .column-text {
    color: #262626;
}

.section.section-half-title-half-text-with-background.section-no-bg .half-title-half-text-with-background-wrap {
    padding: 50px 0 20px;
}

/* section numbered blocks */
.section-numbered-blocks .section-title-wrap {
    text-align: center;
}

.numbered-blocks-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.section-numbered-blocks .numbered-blocks {
    padding: 33px 15px 60px;
    background: #592E8B;
    color: #fff;
    flex: 1 1 30%;
    text-align: center;
}

.section-numbered-blocks .block-number {
    font-family: Inter;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 122%; /* 78.08px */
    text-transform: capitalize;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.section-numbered-blocks .block-caption {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    max-width: 345px;
    margin: 0 auto;
}

/* Section blocks with background image title link */
.section-blocks-with-background-image-title-link .blocks-with-background-image-title-link-wrap {
    display: flex;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
}

.block-with-background-image-title-link:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000075;
    position: absolute;
}

.block-with-background-image-title-link {
    height: 419px;
    position: relative;
    background-size: cover;
    background-position: center;
    flex: 1 1 30%;
}

.section-blocks-with-background-image-title-link .block-meta {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.section-blocks-with-background-image-title-link .block-title {
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
}

.section-blocks-with-background-image-title-link .default-btn {
    margin-top: 18px;
}

.section-blocks-with-background-image-title-link.is-text .block-with-background-image-title-link {
    height: 359px;
}

.section-blocks-with-background-image-title-link.is-text .block-meta {
    left: 25px;
    bottom: 25px;
}

.section-blocks-with-background-image-title-link.is-text .block-text {
    margin-top: 8px;
    max-width: 323px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

/* Section google map */

@media(min-width: 991px) {
    .section.section-google-map-with-contacts-and-contact-form {
        margin-bottom: 160px;
    }
}

.google-map-with-contacts-and-contact-form-wrap {
    position: relative;
}

.google-map-with-contacts-and-contact-form-wrap #map {
    z-index: 0;
}

.google-map-with-contacts-and-contact-form-wrap .contacts-wrap {
    position: absolute;
    background: #fff;
    top: 10px;
    left: 53px;
    padding: 17px 23px 30px;
    max-width: 216px;
}

.google-map-with-contacts-and-contact-form-wrap .contacts-title {
    color: #080808;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}

.google-map-with-contacts-and-contact-form-wrap .contact-item, .contact-item a {
    color: #080808;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.google-map-with-contacts-and-contact-form-wrap .contact-item {
    margin-bottom: 5px;
}

.google-map-with-contacts-and-contact-form-wrap .contact-item:last-child {
    margin: 0;
}

.google-map-with-contacts-and-contact-form-wrap .contact-form {
    max-width: 584px;
    padding: 46px 30px;
    position: absolute;
    top: 154px;
    right: 30px;
    background: #fff;
    box-shadow: 0px 17px 31.7px 0px rgba(0, 0, 0, 0.11);
}

.google-map-with-contacts-and-contact-form-wrap .contact-form-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
    color: #262626;
    margin-bottom: 10px;
}

.google-map-with-contacts-and-contact-form-wrap .contact-form-caption {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #090909;
    margin-bottom: 10px;
}

.google-map-with-contacts-and-contact-form-wrap .contact-form-caption a, 
.google-map-with-contacts-and-contact-form-wrap .contact-form-caption strong {
    font-weight: 600;
    color: #592E8B;
}

.google-map-with-contacts-and-contact-form-wrap .contact-form iframe {
    margin-top: 17px;
}

/* section-blocks-with-title-and-text */
.blocks-with-title-and-text-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.block-with-title-and-text {
    background: #F7F7F7;
    padding: 39px 30px;
    width: 100%;
    flex: 47%;
}

.block-with-title-and-text ul {
    padding-left: 20px;
}

.block-with-title-and-text ul li,
.block-with-title-and-text .block-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.block-with-title-and-text .block-block_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
    color: #592E8B;
}

/* section-blocks-with-title-and-link */

.blocks-with-title-and-link-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.block-with-title-and-link {
    flex: 1 1 30%;
    width: 100%;
    text-align: center;
    background: #592E8B;
    padding: 46px 30px 50px;
}

.blocks-with-title-and-link-wrap .block_title {
    color: #FFF;
    font-family: "Work Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
    margin-bottom: 30px;
}

.blocks-with-title-and-link-wrap .block-link a {
    padding: 17.5px 30px;
    min-width: 200px;
}

/*  */

.row-with-title-and-link {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 10px 25px 21px;
    position: relative;
    margin-bottom: 10px;
}

.row-title-text-wrap {
    width: 100%;
    max-width: 724px;
}

.row-with-title-and-link .row-link {
    width: auto;
    position: absolute;
    top: 9px;
    right: 9px;
}

.row-with-title-and-link:nth-child(odd) {
    background: #F7F7F7;
}

.row-with-title-and-link .row-title {
    color: #262626;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
}

.row-with-title-and-link .row-text {
    color: #262626;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
}

/* Section half image half departments wrap */
.half-image-half-departments-wrap {
    display: flex;
    gap: 30px;
}

.half-image-half-departments-wrap .column-image {
    width: 100%;
    max-width: 635px;
    max-height: 776px;
}

.half-image-half-departments-wrap .column-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.column-departments {
    max-width: 685px;
    width: fit-content;
}

.column-departments .section-title {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.half-image-half-departments-wrap .department-item {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 11px 0 11px;
    border-bottom: 1px solid #DFDFDF;
}

.half-image-half-departments-wrap a.department-icon {
    display: block;
}

.half-image-half-departments-wrap a.department-icon img {
    width: 44px;
}

.half-image-half-departments-wrap a.department-arrow {
    min-width: 43px;
    width: 43px;
    height: 43px;
    background: #592E8B;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:  auto;
}

.half-image-half-departments-wrap span.department-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.half-image-half-departments-wrap .image-slider-arrows ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.half-image-half-departments-wrap .image-slider-arrows .slick-arrow {
    width: 43px;
    height: 43px;
    border: 1px solid #592E8B;
    background: unset;
    position: relative;
    cursor: pointer;
    transition: .4s ease-in-out all;
}

.half-image-half-departments-wrap .image-slider-arrows .slick-arrow:hover {
    background: #592E8B;
    border: 1px solid #fff;
}

.half-image-half-departments-wrap .image-slider-arrows .slick-arrow:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 26px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    transition: .4s ease-in-out all;
}

.half-image-half-departments-wrap .image-slider-arrows .prev:before {
    background-image: url(/wp-content/themes/maxcanvas_child/img/chevron-arrow-left-hover.svg);
}

.half-image-half-departments-wrap .image-slider-arrows .next:before {
    background-image: url(/wp-content/themes/maxcanvas_child/img/chevron-arrow-right-hover.svg);
}

.half-image-half-departments-wrap .image-slider-arrows .prev:hover:before{
    background-image: url(/wp-content/themes/maxcanvas_child/img/chevron-arrow-left.svg);
}

.half-image-half-departments-wrap .image-slider-arrows .next:hover:before {
    background-image: url(/wp-content/themes/maxcanvas_child/img/chevron-arrow-right.svg);
}

/* Section Image Gallery Grid */
.image-gallery-grid-columns {
    display: flex;
    gap: 30px;
}

.image-gallery-grid-columns .column-left {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.image-gallery-grid-columns .column-left .image-gallery-item {
    flex: 47%;
    height: 312px;
}

.image-gallery-grid-columns .column-left .image-gallery-item:first-child {
    flex: 100%;
    width: 100%;
    height: 654px;
}

.image-gallery-grid-columns .column-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 413px;
    width: 100%;
}

.image-gallery-grid-columns .column-right .image-gallery-item {
    height: 312px;
}

.image-gallery-grid-columns a {
    display: block;
    height: inherit;
}

.image-gallery-grid-columns img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 3 columns gallery */
.image-gallery-grid-3-columns {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.image-gallery-grid-3-columns .image-gallery-item {
    flex: 1 1 30%;
    width: 100%;
    max-width: 430px;
}

.image-gallery-grid-3-columns .image-gallery-item a {
    display: block;
    width: inherit;
    height: 270px;
}

.image-gallery-grid-3-columns .image-gallery-item a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Section open house events blocks */
.open-house-evensts-block .qrcode {
    max-width: 75px;
}

.open-house-evensts-blocks-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.open-house-evensts-block {
    flex: 47%;
    padding: 45px 22px 45px 45px;
    background: #F7F7F7;
    position: relative;
}

.open-house-evensts-block .block-title {
    color: #262626;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
    max-width: 80%;
}

.open-house-evensts-block .qrcode {
    max-width: 75px;
    position: absolute;
    right: 22px;
    top: 12px;
}

.open-house-evensts-block .event-dates {
    margin-top: 33px;
}

.open-house-evensts-block .event-item {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.open-house-evensts-block .event-item:last-child {
    margin-bottom: 0;
}

.open-house-evensts-block .date {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
}

.open-house-evensts-block .time {
    color: #592E8B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
}

.open-house-evensts-block .location {
    color: #592E8B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 122%;
    margin-top: 30px;
}

/* Section video grid */
.video-blocks-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.video-blocks-wrap .video-block {
    flex: 47%;
    position: relative;
}

.video-block .video-title-wrap {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 395px;
    background: #fff;
    padding: 16px;
}

.video-block .video-date {
    color: #592E8B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.video-block .video-title {
    color: #363636;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-top: 2px;
}

.video-block .video-icon {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    display: block;
}

.video-block .video-thumbnail {
    position: relative;
    width: 100%;
    height: 405px;
}

.video-block .video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sort-wrap {
    margin-bottom: 45px;
}

.sort-wrap form label {
    display: block;
    color: #1A1A1A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sort-wrap form select {
    padding: 17px 12px;
    width: 100%;
    max-width: 303px;
    color: #1A1A1A;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

/* Section instagram */

.section-instagram .section-title-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 50px;
}

.instagram-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.instagram-item {
    height: 246px;
    width: 100%;
    flex: 1 1 18%;
    min-width: 246px;
    max-width: 246px;
}

.instagram-item img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* News */
.news-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.news-item {
    flex: 1 1 30%;
    max-width: max-content;
}

a.news-title {
    font-size: 18px;
    font-weight: 600;
    color: #592e8b;
}

/* Single post */
.single-post .default-content img {
    width: auto;
}

/* Single event */
.event-meta .time {
    margin-top: 10px;
}

/* footer */
.site-footer {
    background-size: cover;
    background-position: center;
    padding: 90px 0 10px;
    margin-top: 95px;
    position: relative;
}

.page-template-page-contacts .site-footer {
    margin-top: 0;
}

.site-footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #16012E;
    top: 0;
    left: 0;
}

.site-footer .container {
    position: relative;
}

.footer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding-top: 70px;
    padding-bottom: 43px;
}

.footer-wrap p {
    background-color: inherit;
}

.footer-logo {
    text-align: center;
    margin-top: -145px;
}

.footer-logo img {
    max-width: 118px;
}

.footer-logo-name {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}

.footer-column-item.footer-column-4 {
    max-width: 170px;
}

.footer-contact-item a {
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.footer-wrap .widget_nav_menu h3,
.footer-column-header {
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.footer-column-item ul li + li {
    margin-top: 15px;
}

.footer-column-item ul li > ul {
    padding-top: 15px;
}

.footer-column-item ul.sub-menu {
    display: none;
}

.footer-column-item .menu-item-has-children {
    position: relative;
}

.footer-column-item .menu-item-has-children span {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    width: 18px;
    height: 18px;
    background-image: url(/wp-content/themes/maxcanvas_child/img/plus.svg);
    cursor: pointer;
}

.footer-column-item .menu-item-has-children.active span {
    background-image: url(/wp-content/themes/maxcanvas_child/img/minus.svg);
}

.footer-column-item li a {
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-column-item ul li > ul {
    max-width: 170px;
}

.footer-column-item ul li > ul li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #d6d6d6;
}

.footer-column-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 195px;
}

.footer-contact-item {
    display: flex;
    margin-bottom: 8px;
    gap: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
}

.footer-contact-item svg {
    width: 20px;
    margin-top: 5px;
}

.footer-socials {
    margin-top: 25px;
}


.footer-socials .socials-item  {
    gap: 24px;
}

.footer-socials .socials-item img {
    width: 18px;
}

.footer-bottom-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 33px 0 34px;
    border-top: 1px solid #C6C6C6;
    gap: 30px;
}

#menu-footer-bottom-menu {
    list-style: none;
    display: flex;
    gap: 35px;
    margin: 0;
    padding: 0;
}

.footer-bottom-item,
.footer-bottom-item p,
.footer-bottom-item a {
    color: #F0F0F0;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media(min-width: 991px) {
    .footer-column-item li a,
    .footer-bottom-item li a {
        position: relative;
    }

    .footer-column-item li a:after,
    .footer-bottom-item li a:after  {
        content: '';
        display: block;
        height: 2px;
        width: 0;
        background: currentColor;
        transition: width 0.3s ease;
        position: absolute;
        bottom: -2px;
        left: 0;
    }

    .footer-column-item li a:hover:after,
    .footer-bottom-item li a:hover:after  {
        width: 100%;
    }
}



/* GTranslate */
select.gt_selector {
    background: unset;
    color: #fff;
    border: unset;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "Work Sans";
    cursor: pointer;
}

select.gt_selector option {
    color: #000;
}


html.translated-ltr[lang="es"] .footer-contact-item {
    font-size: 13px;
}

@media(max-width: 1200px) {
    html.translated-ltr[lang="es"] #menu-main-menu > li > a {
        font-size: 12px;
    }

    html.translated-ltr[lang="es"] .header-logo a {
        font-size: 12px;
    }

    html.translated-ltr[lang="es"] #menu-main-menu {
        gap: 10px;
    }
}
/* GTranslate end */
