/*
Theme Name: Glacial Theme
Author: Glacial Multimedia
Author URI: https://glacial.com
Description: Your custom created WordPress theme from Glacial Multimedia.
Version: 2.3.0
Text Domain: glacialtheme

GitHub Theme URI: https://github.com/Glacial-Web/glacial-theme
 */
body{
    overflow-x:hidden;
}
:root {
    --gl-inner-pad-top: 4rem;
    --gl-inner-pad-bottom: 4rem;

    --gl-button-color: #fff;
    --gl-button-bg: #830476;
    --gl-button-color-hover: #fff;
    --gl-button-bg-hover: #aaa;
}

#navigation {
    /* Primary Navigation */
    --gl-nav-font-family: Roboto, sans-serif;
    --gl-nav-font-size: 15px;
    --gl-nav-link-transition: all 0s ease-in-out;
    --gl-nav-focus-outline: #210731;
    --gl-nav-submenu-font-size: --gl-nav-font-size;
    --gl-nav-flex-justify: flex-end;

    /* Current Menu Item */
    --gl-nav-link-current-color: var(--gl-nav-top-level-color);
    --gl-nav-link-current-bg: var(--gl-nav-top-level-bg);

    /* Top Level Padding */
    --gl-nav-link-padding-vertical: 10px;
    --gl-nav-link-padding-horizontal: 10px;

    /* Submenu padding */
    --gl-nav-submenu-link-padding-vertical: 10px;

    /* Top Level */
    --gl-nav-top-level-bg: none;
    --gl-nav-top-level-color: #000;
    --gl-nav-top-level-bg-hover: transparent;
    --gl-nav-top-level-color-hover: #7c7c7c;


    /* Dropdown Level 1 */
    --gl-nav-dropdown-1-bg: #210731;
    --gl-nav-dropdown-1-color: #fff;
    --gl-nav-dropdown-1-bg-hover: #210731;
    --gl-nav-dropdown-1-color-hover: #f7cd68;

    /* Dropdown Level 2 */
    --gl-nav-dropdown-2-bg: blue;
    --gl-nav-dropdown-2-color: white;
    --gl-nav-dropdown-2-bg-hover: grey;
    --gl-nav-dropdown-2-color-hover: blue;

    /* Mobile Menu */
    --gl-nav-mobile-bg: #000;
    --gl-nav-mobile-color: #fff;
    --gl-nav-mobile-border-color: #555;
}

.screen-readers {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-break: normal !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

/* Skip Links */
.glacial-skip-link {
    position: absolute;
    top: -9999px;
    left: -9999px;
    -webkit-transition: 0s;
    transition: 0s;
}

.glacial-skip-link:focus {
    padding: 1em 2em;
    top: 20px;
    font-size: 1.2em;
    left: 20px;
    z-index: 99999;
    background: #333;
    color: #fff;
    border: 1px solid #ccc;
}

/* Full width blocks */
.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: hidden;
}

.standard-inner-wrapper, footer {
    max-width: 1500px;
    width: 90%;
    margin: 0 auto;
}

.standard-inner-wrapper {
    padding-top: var(--gl-inner-pad-top);
    padding-bottom: var(--gl-inner-pad-bottom);
}

/* Related Pages bottom */
.related-pages-bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top:30px;
    background-color:#523763;
}

.related-pages-bottom h2 {
    width: 100%;
}

.entry .related-pages-bottom h3 {
    margin: 0;
}

.entry .related-pages-bottom ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    border:1px solid #210731;
    padding:10px;
    width:100%;
}

.related-pages-bottom ul li {
    margin-right: 1em;
    color:#fff;
}
.related-pages-bottom ul li a{
    text-decoration:none;
    color:#fff;
}
.related-pages-bottom ul li a:hover{
    color:#ad9cab;
}
.rp-wrapper{
    font-weight:600;
}
/* Pillar Link Buttons*/

.pillar-link-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 1.5em;
    grid-auto-rows: 1fr;
}

.pillar-link-grid a.ui-button {
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: flex-end;
    margin: auto;
    width: 300px;
    height: 300px;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    border-color:rgba(255, 255, 255, 0.8);
    border-width:2px;
    left:10px;
    right:10px;
    bottom:10px;
    top:10px;
}
.pillar-link-grid a.ui-button span{
    width:100%;
    padding:10px;
    color:#000;
    background-color:rgba(255, 255, 255, 0.8);
}
/* Blog containers */
.main-content {
    width: 70%;
}

aside {
    background: #fff;
    width: 25%;
    border-left: 1px solid #cecece;
    padding: 15px;
}

h2 a {
    text-decoration: none !important;
}

.related-topics-div ul {
    padding-left: 0;
}

.related-topics-div li {
    list-style: none;
}

.related-topics-div li a {
    text-decoration: none;
}

.related-pages-bottom li:first-of-type {
    margin-left: 0;
}

/* Format Content */
.entry h2, .entry h3, .entry h4, .entry p, .entry ul, .entry ol, .entry blockquote, .attachment-post-thumbnail, .wp-block-kadence-accordion, article h2, article h3, article h4, article p, article ul, article ol, article hr, article blockquote, .wp-block-group, .wp-block-image, .wp-block-media-text {
    margin-bottom: 30px;
}
.entry h2{
    font-family: 'Playfair Display', sans-serif;
    color: #523763;
    font-size: 38px;
    line-height: 50px;
    font-weight: 500;
}
.entry h3{
    font-family: 'Playfair Display', sans-serif;
    color: #523763;
    font-size: 26px;
    font-weight: 500;
}
.entry p, .entry li, .testimonial-section-evo-jm .kt-testimonial-content, .kt-testimonial-name {
    line-height: 180%;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.kt-blocks-carousel .slick-prev, .kt-blocks-carousel .slick-next{
    background-color:#830476 !important;
}
.entry hr {
    margin: 50px auto;
}

blockquote {
    color: var(--gl-button-bg);
    line-height: 1.5em;
    font-weight: 400;
    font-style: italic;
}

cite {
    color: #757575;
    font-weight: 400;
    font-style: normal;
}

.wp-caption-text {
    margin-top: 30px;
    font-style: italic;
    text-align: center;
}

img, .entry img {
    height: auto
}

a {
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.entry a {
    color: #437AB2;
    text-decoration: underline;
}

.entry a:hover {
    color: #174677;
}

.size-medium-large img {
    width: 100%;
    max-width: 650px;
}

/* Button Code */
a.ui-button, a.wp-block-button__link, .entry a.moretag, .gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit], .gform_legacy_markup_wrapper .gform_page_footer input.button, .gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
    color: var(--gl-button-color);
    font-size: 16px;
    margin: 0 20px 30px 0;
    font-weight: 300;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px 30px;
    letter-spacing:1px;
    text-align: center;
    text-decoration: none;
    background: var(--gl-button-bg);
    cursor:pointer;
    border:0;
}

a.ui-button:hover, a.wp-block-button__link:hover, .entry a.moretag:hover, .gform_button:hover {
    color: var(--gl-button-color-hover);
    background: var(--gl-button-bg-hover) !important;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
}

.search-submit {
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
    background: var(--gl-button-bg);
    color: var(--gl-button-color);
}

.search-submit:hover {
    color: var(--gl-button-color-hover);
    background: var(--gl-button-bg-hover);
}

.search-form {
    margin-bottom: 30px;
    display: -webkit-box;
    display: flex;
}

.search-field, .search-submit {
    height: 35px;
}

.search-field {
    border-radius: 0;
    border: 1px solid #666;
}

.entry a.moretag {
    display: block;
    margin: 15px 0;
    padding: 0.6em;
    width: 150px;
}

/* Button Code End */
h2 a {
    text-decoration: none;
}

/* Alignment */
.alignleft {
    float: left;
    margin: 0 15px 8px 0;
}

.alignright {
    float: right;
    margin: 0 0 8px 15px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.embed-container {
    position: relative;
    padding-bottom: 45.25%;
    height: 0;
    overflow: hidden;
    max-width: 80%;
    margin: auto;
    margin-bottom: 20px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-wrapper, .flex-wrapper .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.entry aside .wp-block-group__inner-container {
    display: block
}

.flex-wrapper .ui-button, .flex-wrapper .wp-block-button {
    width: 260px;
    margin-right: 0 !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.flex-wrapper .wp-block-button__link {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    height: 100%;
    width: 100%;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.flex-item {
    text-align: center;
    margin-bottom: 30px;
}

#primary-sidebar h2 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #2f7896;
    color: #2f7896;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#primary-sidebar ul {
    padding-left: 0;
    margin-bottom: 30px;
}

#primary-sidebar ul li {
    list-style: none;
}

#primary-sidebar ul li a {
    text-decoration: none;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.menu-footer-menu-container {
    width: 100%;
}

.sb-link.current-page {
    color: var(--gl-button-bg-hover);
}

#menu-footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
}

#menu-footer-menu li {
    list-style: none;
}

.menu-level-1 {
    display: none
}

/* Dropdown Menus End */

.wp-block-group.has-background {
    padding: 2rem;
}

.brand > img {
    max-width: 200px;
}

.footer-menu-link {
    padding: 1em;
}

/** Column Shadow Boxes **/
.wp-block-columns.box-columns {
    margin-bottom: 30px !important;
}

.box-columns .wp-block-column {
    border: 1.2px solid #e5e5e5;
    padding: 20px 20px 0 20px;
    height: auto;
    min-height: 280px;
    background-color: #fbfbfb;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .19);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
}

/*** GUTTENBERG CALLOUT BOX GROUPS ***/
.box-outline {
    border: 1px solid var(--gl-button-bg);
    padding: 30px 30px 0 30px;
    margin: 0 0 30px 0;
    display: block;
}

.box-solid {
    background-color: var(--gl-button-bg);
    padding: 30px 30px 0 30px;
    margin: 0 0 30px 0;
    display: block;
    color: #fff !important;
}

.box-solid h2, .box-solid h3, .box-solid h4, .box-solid p, .box-solid a, .box-solid li, .box-solid figcaption, .box-solid blockquote, .box-solid cite {
    color: #fff !important;
}

.box-solid .ui-button, .box-solid .wp-block-button__link {
    background-color: #fff !important;
    color: var(--gl-button-bg) !important;
}

.box-solid .ui-button:hover, .box-solid .wp-block-button__link:hover {
    background: var(--gl-button-bg-hover) !important;
    color: var(--gl-button-color) !important;
}

/*** KADENCE OVERRIDES ***/

/*** BIO ROW HOVER REVERSE TO COLOR/BLACK WHITE ***/
.kt-info-animate-grayscale img, .kt-info-animate-grayscale-border-draw img {
    -webkit-filter: none !important;
    filter: none !important;
}

.kt-blocks-info-box-link-wrap:hover .kt-info-animate-grayscale img, .kt-blocks-info-box-link-wrap:hover .kt-info-animate-grayscale-border-draw img {
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}

.top-floating-button {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: var(--gl-button-bg);
    color: white;
    padding: 10px;
    border-radius: 0;
    opacity: .7 !important;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.top-floating-button:hover {
    background-color: var(--gl-button-bg-hover);
}

.tabs-content-2 {
    background-color: hsl(0deg 0% 90% / 73%);
}

/*** BLOG START ***/
.post-excerpt {
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 1px 1px 11px 0 rgb(68 68 70 / 17%);
}

.blog-entry-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.blog-entry-wrap {
    width: 65%;
}

.featured-img-post {
    width: 30%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.blog-logo {
    max-width: 270px;
    width: 100%;
}

h2.blog-title-excerpt {
    margin-top: 0;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.blog-grid .blog-grid-wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 3rem;
    margin: 0 auto 3rem auto;
}

.blog-grid-wrapper .grid-excerpt {
    max-width: 500px;
}

a.grid-excerpt {
    background-color: var(--gl-button-bg);
    padding: 20px;
    text-decoration: none;
    position: relative;
}

a.grid-excerpt:hover {
    background-color: var(--gl-button-bg-hover);
}

p.blog-grid-meta {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.grid-excerpt img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.grid-excerpt img.post-logo {
    -o-object-fit: contain;
    object-fit: contain;
}

h2.blog-grid-title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 0;
}

a.grid-excerpt * {
    color: var(--gl-button-color);
}

a.grid-excerpt:hover * {
    color: var(--gl-button-color-hover);
}

.nav-links {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.nav-link-buttons .nav-links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nav-link-buttons .nav-links {
    -webkit-box-pack: center;
    justify-content: center;
}

.nav-link-buttons .nav-links > * {
    width: 40px;
    padding: 10px;
    margin-top: 1em;
    margin-right: 10px;
    border-radius: 0;
    text-align: center;
    font-size: 1.2em;
}

.nav-link-buttons .nav-links a {
    color: var(--gl-button-color);
    background: var(--gl-button-bg);
    text-decoration: none;
}

.nav-link-buttons .nav-links a:hover, .nav-link-buttons .nav-links .current {
    background: var(--gl-button-bg-hover);
    color: var(--gl-button-color-hover);
}



.wp-block-quote{
    background-color:#830476;
    padding:20px;
    border-left:0;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .19);
    background-image: radial-gradient( circle, var(--dot-color, rgba(218, 218, 218, 0.125)) calc(25% - 1px), transparent 25% );
    background-size: 0.5rem 0.5rem;
    border-radius: 0.25rem;
}

.wp-block-quote p, .wp-block-quote cite{
    font-size:20px;
    font-weight:500;
    font-style: normal;
    text-transform:capitalize;
    color:#fff;
}



.no-margin-bot{
    margin-bottom:0;
}
.evo-cta{
    margin-bottom:70px;
}
.purple-bg{
    background-color:#e5e3fe;
    padding:50px;
}
.evo-img .wp-block-image{
    margin-bottom:0;
}
.box-col-border-right{
    border-right:1px solid rgba(82, 55, 99, 0.26);
    padding-right:20px;
}


.kt-tabs-title-list, .kt-title-item{
    background-color:#523763 !important;
    color:#fff !important;
}

.kt-tab-alignment-center>.kt-tabs-content-wrap>.kt-tabs-accordion-title a, .kt-tab-alignment-center>.kt-tabs-title-list{
    justify-content:space-around !important;
}

.big-stat-evo-jm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 55vh;
    padding: 100px;
    background-color: #523764;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(82, 55, 100, 0.28), #2f1d3b), -webkit-gradient(linear, left top, left bottom, from(rgba(82, 55, 100, 0.94)), to(rgba(82, 55, 100, 0.94))), url(https://cdn-12c7.kxcdn.com/images/cutarellivision_com/EVO-ICL-Outline-in-white.png);
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(82, 55, 100, 0.28), #2f1d3b), linear-gradient(180deg, rgba(82, 55, 100, 0.94), rgba(82, 55, 100, 0.94)), url(https://cdn-12c7.kxcdn.com/images/cutarellivision_com/EVO-ICL-Outline-in-white.png);
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, contain;
    background-repeat: repeat, repeat, no-repeat;
}
.big-stat-evo-jm h2{
    position: relative;
    margin-top: 0px;
    color: #f7cd69;
    font-size: 6em;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
}
.big-stat-evo-jm h3{
    margin-top: 0px;
    color: #fff;
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 400;
}

.testimonial-section-evo-jm{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60vh;
    padding: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    /*-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(https://cdn-12c7.kxcdn.com/images/cutarellivision_com/colorado-mountainscape.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://cdn-12c7.kxcdn.com/images/cutarellivision_com/colorado-mountainscape.jpg);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;}
.wp-block-kadence-pane{
    border-bottom:1px solid #E2E3E4;
}
.testimonial-section-evo-jm h2, .testimonial-section-evo-jm .kt-testimonial-content, .kt-testimonial-name{
    color:#fff;
}
.evo-list-wrapper h3, .evo-list-wrapper .wp-block-columns{
    margin-bottom:0;
}


.evo-advantages-wrapper-jm {
    padding: 50px;
    background-color: rgba(82, 55, 100, 0.82);
}
.advantages-evo-jm {
    min-height: 80vh;
    padding: 100px;
    background-image: url(https://cdn-12c7.kxcdn.com/images/cutarellivision_com/young-man-skiing.jpg);
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.can-wrapper{
    min-height: 55vh;
    padding: 100px;
    background-color: #523764;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #745986, #351c46);
}
.can-wrapper h2, .can-wrapper p, .evo-advantages-wrapper-jm h2, .evo-advantages-wrapper-jm h3{
    color:#fff;
}


#wp-block-archives-1{
    width:100%;
    height:50px;
}



p.center-w{
    color:#fff;
    text-align:center;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    max-width:1500px;
}

p.text-block {
    margin-bottom: 30px;
    color: #fff;
    font-size: 3em;
    line-height: 1.5em;
    font-weight: 500;
    text-transform:none;
    padding:100px;
}
.evo-parallax-stat-jm{
    background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}


.social-block{
    display:block;
}



.flex-wrapper .medium-6{
    width:50%;
}




.service-box-last{
    width:49.7%;
}






.inner-rapt-cta{
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content:flex-start;
}
.inner-rapt-cta .ui-button{
    width:auto;
}




.has-background a{
    color:#fff;
}
.has-background a:hover{
    text-decoration:none;
    color:#fff;
}








.sak-wrap{
    margin-top:200px !important;
}





.about-div ul{
    list-style:none;
    max-width: 100%;
}

.about-div ul li{
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom:10px;
}

.about-div ul li:before{
    content: '';
    position: absolute;
    border-right:2px solid #523763;
    border-bottom:2px solid #523763;
    width:10px;
    height:10px;
    left: 5px;
    margin-top:15px;
    transform: translateY(-50%) rotate(-45deg);
}






.lasik-hero{
    min-height:350px;
}

._4-section{
    margin-top:50px;
}


a.button-2{
    color:#fff !important;
    text-decoration:none;
}

.doc.img-div{
    background-color:transparent;
}

.location-block .location-phone-list li, .location-block .location-phone-list li a{
    color:#fff;
    text-decoration:none;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}

.location-block{
    min-height:280px;
    justify-content:space-between;
}
.location-block a{
    text-decoration:none;
}



.list .list-item{
    list-style:none;
}
.list {
    padding-left: 27px;
}
.heading-8, .heading-8-copy, .heading-9 {
	text-align: left;
}
body .is-layout-flex {
    display: flex;
    align-items: center !important;
}
.hide-large {
	display: none;
}

.about-div ul.welcome-list li:before{
    border-right: 0;
    border-bottom: 0;
}
h2.welcome-header-h2, .heading-copy-2.mid, .h2-sm{
    font-size:40px;
}
h1.h2-lg{
    font-size:27px;
}
.about-div ul.welcome-list li{
    list-style-image:url("https://cdn-12c7.kxcdn.com/images/cutarellivision_com/check.svg");
    
}
.about-div ul.welcome-list li::marker{
    padding-top:10px;
}

.book .text-block-10{
    text-transform:uppercase;
}
.doctor-wrapper .about-div p{
    max-width: none;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    text-align: left;
}
.accordion-item-last{
    margin-bottom:30px;
}
.single-post h1{
    font-size:50px;
}
.main-content, #formwrapper{
    max-width: 1500px;
    width: 90%;
    margin: 0 auto;
    padding-top:200px;
}

#formwrapper .flex-wrapper{
    justify-content:center;
    flex-wrap:wrap;
}
.postid-91 .standard-inner-wrapper{
    padding-bottom:0;
}


.page-id-8 .inner-rapt-cta, .page-id-4840 .inner-rapt-cta, .page-id-4842 .inner-rapt-cta, .page-id-4820 .inner-rapt-cta, .page-id-4825 .inner-rapt-cta, .page-id-4846 .inner-rapt-cta, .page-id-4822 .inner-rapt-cta, .page-id-4854 .inner-rapt-cta{
    display:none;
}


.difference-sectioin.lazy-background {background-image: none;}
.difference-sectioin.lazy-background.visible {background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 42%, hsla(0, 0%, 100%, 0.99) 71%), url(https://cdn-12c7.kxcdn.com/images/cutarellivision_com/skier.jpg);}

.circle.lazy-background {background-image: none;}
.circle.lazy-background.visible {background-image: url(https://cdn-12c7.kxcdn.com/images/cutarellivision_com/neatsighted.jpg);}

.circle.far.lazy-background {background-image: none;}
.circle.far.lazy-background.visible {background-image: url(https://cdn-12c7.kxcdn.com/images/cutarellivision_com/farsighted.jpg);}

.circle.ast.lazy-background {background-image: none;}
.circle.ast.lazy-background.visible {background-image: url(https://cdn-12c7.kxcdn.com/images/cutarellivision_com/astigmatism.jpg);}

.circle.cat.lazy-background {background-image: none;}
.circle.cat.lazy-background.visible {background-image: url(https://cdn-12c7.kxcdn.com/images/cutarellivision_com/cataract.jpg);}

.circle.de.lazy-background {background-image: none;}
.circle.de.lazy-background.visible {background-image: url(https://cdn-12c7.kxcdn.com/images/cutarellivision_com/keratoconus.jpg);}

.testimonial-call-out.lazy-background {background-image: none;}
.testimonial-call-out.lazy-background.visible {background-image: linear-gradient(180deg, rgba(82, 55, 99, 0.88), rgba(82, 55, 99, 0.88)), url(https://cdn-12c7.kxcdn.com/images/cutarellivision_com/bwfrontrange.jpg);}


.blog .main-content, .single-post .main-content{
    padding-top:0;
}
.single-post .main-content, .blog .main-content{
    width:70%;
}

.page-id-37 .related-pages-bottom:last-of-type{
    display:none;
}
.page-id-37 .related-pages-bottom{
    margin:20px 0;
}

.why-rle-wrapper{
    padding: 50px 50px 100px;
    background-color: #210731;
}

.why-rle-wrapper h2, .why-rle-wrapper h3, .why-rle-wrapper p{
    color:#fff;
}

.page-template-page-pillar .standard-inner-wrapper{
    padding-top:4rem;
}
.inner_hero_section {
    height: 90vh;
    border-bottom: 5px none #0d3793;
    background-position: 50% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top:120px;
}
.inner_main_tagline_wrapper {
    position: absolute;
    left: 10vw;
    top: auto;
    right: auto;
    bottom: 10%;
    z-index: 100;
    width:45%;
    background: rgba(0,0,0,0.3);
    padding:20px;
}
.inner_main_tagline_wrapper h1, .inner_main_tagline_wrapper h2, .inner_main_tagline_wrapper h3{
    color:#fff;
    margin-bottom:20px;
    font-family:'Playfair Display', sans-serif;
}
.inner_main_tagline_wrapper li{
    color:#fff;
    font-family:'Playfair Display', sans-serif;
    font-size:1.5em;
    line-height: 180%;
}
.inner_main_tagline_wrapper .ui-button{
    margin-top:30px;
}
.inner_main_tagline_wrapper h1{
    text-transform:uppercase;
}
.inner_main_tagline_wrapper h2, .inner_main_tagline_wrapper h3{
    text-transform:capitalize;
}
.inner_main_tagline_wrapper h2{
    font-size:1.8em;
}
.inner_main_tagline_wrapper h3{
    font-size:1.5em;
}
.hero-content-area{
    background-color: rgb(255,255,255, 0.6);
    padding: 20px;
    max-width: 50%;
}

.related-pages-bottom ul li.rp-wrapper{
    font-weight:600;
}


.single-post .flex-wrapper, .blog .flex-wrapper{
    flex-wrap:nowrap;
}

.blog aside{
    border-left:0;
}

ul.location-phone-list{
    padding-left:0;
}
ul.location-phone-list li{
    list-style:none;
}
.location-block iframe{
    height:200px;
}
.testimonial-call-out{
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap:wrap;
}
.content-last{
    flex-direction:row-reverse;
}
.img-circ {
   width:250px;
   height:250px;
}


.kt-testimonial-content{
    line-height: 180% !important;
    font-family: Roboto,sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}



/* REVIEWS START */
.kt-testimonial-item-wrap{
    max-width:100% !important;
    border:1px solid #cecece !important;
}
/* REVIEWS END */



.about-div{
    background: rgba(255,255,255,0.6);
    padding: 50px;
}


/* Location Page START */

.full-width-wrapper.location-page-wrapper {
    padding-top: 0;
    padding-bottom: 3em;
}


.page-id-80 .kb-button{
    background:transparent !important;
    background-color:transparent !important;
}
p.h4-center {
    background-color: #00465e;
    color: #fff;
    text-align: center;
    padding: 15px 50px;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight:400;
}
.dell-difference-wrapper .wp-block-image{
    margin-bottom:0 !important;
}
.kt-testimonial-content{
    font-family:Montserrat, sans-serif;
    font-size: 1em;
    line-height: 1.8em;
}
.kt-testimonial-item-wrap{
    max-width:100% !important;
}
.box-columns .kt-inside-inner-col{
    padding: 30px;
    box-shadow: 0 2px 5px 4px rgba(0, 0, 0, .08);
}
.box-columns .wp-block-kadence-column:hover{
    background-color: rgba(147, 188, 226, .1) !important;
}
.checkmark-list li{
    list-style:none;
    background-image:url(images/checkmark.jpg);
    background-repeat:no-repeat;
    padding-left:50px;
    margin-bottom:10px;
}
.loc-h3{
    margin-bottom:0 !important;
}
.loc-h2{
    margin-top:0 !important;
}
.loc-bio a.wp-block-button__link{
    margin:0 !important;
    background-color:#fff;
    color:#333;
}
.loc-bio a.wp-block-button__link:hover{
    background-color:#830476 !important;
    color:#fff;
}
.cost-lasik-section {
    background-color: rgba(83, 55, 100, .1);
    padding-top: 5%;
    padding-bottom: 5%;
  }
  
  .cost-photo-holder {
    width: 35%;
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }
  
  .image-7 {
    width: 50px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  
  .cost-wrapper-div {
    width: 100%;
    min-height: 65vh;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }
  
  .cost-div-outline {
    width: 94%;
    border: 2px #794bae;
    border-right-style: solid;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    position: relative;
  }
  .cost-lasik-section {
    background-color: rgba(83, 55, 100, .1);
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .cost-text-div h2 {
    color: var(--color-4);
    letter-spacing: 0;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Playfair Display, sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.2em;
}

  .savings-item-holder {
    width: 100%;
    min-height: 200px;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
}
.saving-item-div._2 {
    background-color: var(--color);
    background-image: linear-gradient(rgba(83, 55, 100, .9), rgba(83, 55, 100, .9));
}
.saving-item-div._3 {
    background-color: var(--color);
    background-image: linear-gradient(rgba(83, 55, 100, .7), rgba(83, 55, 100, .7));
}
.cost-photo-girl {
    z-index: 10;
    width: 110%;
    object-fit: contain;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}
.saving-item-div {
    width: 32%;
    background-color: var(--color);
    color: #fff;
    text-align: center;
    background-image: linear-gradient(#533764, #533764);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 1.2em;
    display: flex;
}
.cost-text-div .ui-button{
    background:#533764;
}
h2 strong{
    color:#830476;
}
.cost-text-div {
    width: 60%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: hidden;
}
  .vert-purple-line-bottom {
    width: 2px;
    height: 8%;
    background-color: #794bae;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 2%;
    right: auto;
  }
.benefit-block {
    width: 100%;
    border: 1px solid #f7cd68;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}
.purple-title {
    background-color: #fff;
    color: #830476;
    margin-top: -20px;
    padding: 5px 30px 5px 5px;
    font-weight: 700;
}
.top-purple-line {
    width: 98%;
    height: 2px;
    background-color: #794bae;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}
.bottom-purple-line-div {
    width: 98%;
    height: 2px;
    background-color: #794bae;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
}
.vert-purple-line-top {
    width: 2px;
    height: 8%;
    background-color: #794bae;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 2%;
    right: auto;
}
.vert-purple-line-bottom {
    width: 2px;
    height: 8%;
    background-color: #794bae;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 2%;
    right: auto;
}
.kt-testimonial-item-5379_f04151-22{
    border:0 !important;
}
.review-ctas {
    width: 100%;
    justify-content: space-between;
    display: flex;
}
.review-link {
    width: 33.33%;
    background-color: #533764;
    color: #fff !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    font-size: .9em;
    line-height: 1.2em;
    text-decoration: none !important;
    display: flex;
}
.review-link:hover{
    background-color:#830476;
}
.image-30 {
    width: 20px;
    margin-right: 10px;
}
.austin-location-div {
    flex-direction: column;
    display: flex;
}
.location-top-div {
    background-color: rgba(83, 55, 100, .2);
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
}
.austin-bottom-div {
    background-color: #533764;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
}
.location-top-info {
    background-color: #fff;
    padding: 50px;
}

.cta-block-holder {
    justify-content: space-between;
    display: flex;
}
a.cta-link-block {
    width: 31%;
    color: #333;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    text-decoration: none;
    display: flex;
    box-shadow: 0 2px 5px 4px rgba(0, 0, 0, .08);
    text-decoration:none;
}
a.cta-link-block:hover{
    background-color:#f4f4f4;
}
.cta-link-block h5{
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.2em;
    color: #830476;
    margin-top: 0;
}
.image-31 {
    filter: grayscale();
}
.austin-bottom-content-div {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    display: flex;
}
.get-started-left {
    width: 70%;
}
.get-started-button-holder {
    width: 30%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.postid-102 .inner-rapt-cta{
    display:none;
}
..postid-102 .full-width-wrapper.location-page-wrapper, .postid-102 .related-pages-bottom{
    padding-bottom:0;
    margin-bottom:0;
}
..postid-102 .related-pages-bottom{
    margin-top:0;
}
.postid-102 .lasik-hero, .postid-102 .single-location-info, .postid-102 #breadcrumbs{
    display:none;
}
.postid-102 .single-cpt-wrapper>div:nth-child(2){
    width:100%;
    padding-left:0;
}
.postid-102 .standard-inner-wrapper{
    max-width:100%;
    width:100%;
}

/* Location Page END */







@media (max-width: 1024px) {
    /* Location Page START */
    .page-id-80 h2{
        font-size:1.8em;
   }
    .blue-bg{
       background-image:none !important;
       background-color:#01222e;
   }
   .kt-inside-inner-col{
    padding-left:20px !important;
    padding-right:20px !important;
   }
   .kt-row-column-wrap{
    padding-left:0 !important;
    padding-right:0 !important;
   }
   .page-id-80 .full-width-wrapper{
    padding-bottom:0;
   }

   /* Location Page END */
 }

@media (min-width:991px) and (max-width:1275px) {
    #navigation a{
        font-size:13px;
        text-align:center;
    }
    .site-navigation ul li{
        margin-right:0 !important;
    }
}








@media (max-width: 1080px) {
    /** Center images to avoid narrow text wrap **/
    .alignleft, .alignright, .aligncenter, .wp-block-image .alignright, .wp-block-image .alignleft {
        display: block;
        float: none;
        margin: auto;
        margin-bottom: 20px;
        text-align: center;
    }

    figcaption {
        display: block !important;
    }

    .blog-entry-wrapper {
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }

    .blog-entry-wrap, .featured-img-post {
        width: 100%;
    }

    .featured-img-post {
        margin-bottom: 0px;
        text-align: center;
    }

    .attachment-post-thumbnail {
        float: none;
    }

    .blog-entry-wrapper {
        -webkit-box-pack: center;
        justify-content: center;
    }

    .blog-title-excerpt, .blog-entry-wrap p {
        text-align: center;
    }

    .entry a.moretag {
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 991px) {
    .austin-bottom-content-div {
        flex-direction: column;
        align-items: flex-start;
    }
    .get-started-left {
        width: 100%;
    }
    .get-started-button-holder {
        width: auto;
    }
    .cta-block-holder {
        flex-direction: column;
    }
    a.cta-link-block {
        width: 100%;
        margin-bottom: 30px;
    }
    .cost-photo-holder {
        display: none;
    }
    .cost-text-div {
        width: 98%;
    }
    aside{
        border-left:0;
    }
    .single-post .flex-wrapper, .blog .flex-wrapper{
        flex-wrap:wrap;
    }
    .single-post .main-content, .blog .main-content{
        width:100%;
    }
    .inner_hero_section {
        height:100vh !important;
        margin-top: 73px;
    }
    .inner_main_tagline_wrapper {
       width:60%;

    }
    .hero-content-area{
        max-width:80%
    }

    .testimonial-call-out{
        background-image:none !important;
        background-color:#523763;
    }
    .kt-title-text{
        font-size:0.9em;
    }
    .single-post h1 {
        font-size: 40px;
    }
    .test-50{
        max-height:1300px;
    }
    .about-div ul li:before{
        left:55px;
    }
    .w--open .w-icon-nav-menu:before {
        content: "\e900";
    }
    .service-box-last {
        width: 49.1%;
    }
    aside {
        width: 100%;
        border-left: none;
        padding: 1em 0;
    }

    .pillar-link-grid a {
        padding: 1.5em;
    }

    /* Blog Containers */
    .main-content {
        width: 100%;
        padding-right: 0;
    }

    .embed-container {
        max-width: 100%;
        padding-bottom: 56.25%;
    }

    /* Rollover LASIK Callouts */
    .colorbox {
        display: block;
        z-index: 99999999;
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) !important;
        transform: translateX(0px) translateY(0px) translateZ(0px) !important;
        opacity: 1 !important;
    }

    .project-name {
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) !important;
        transform: translateX(0px) translateY(0px) translateZ(0px) !important;
    }
    .kb-advanced-slide p.text-block{
        font-size:2em;
    }
    .heading-8 {
        font-size: 70px;
    }
    .heading-8-copy{
        font-size:40px;
    }
    .heading-9{
        font-size:20px;
    }
    .question{
        line-height:30px;
    }
    .about-wrapper .img-div, .about-wrapper .img-div img, .difference-sectioin .image-21{
        display:none;
    }

}

@media (max-width: 800px) {
    /** Stack Gutenberg Columns & Media Text **/
    .wp-block-columns {
        display: block
    }

    .wp-block-column {
        margin-left: 0px;
        margin-right: 0;
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 0 !important;
    }

    .wp-block-media-text {
        display: -webkit-box !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-bottom: 0;
    }

    .wp-block-media-text__media img, .wp-block-media-text__media video {
        padding-bottom: 30px;
    }

    .wp-block-media-text .wp-block-media-text__content {
        padding: 0;
    }

    /* Column Shadow Boxes Mobile */
    .box-columns .wp-block-column {
        margin-left: 0;
        margin-bottom: 20px;
        width: 100%;
        flex-basis: unset;
    }

    .wp-block-columns.box-columns {
        flex-wrap: wrap;
    }

    .box-columns .wp-block-column:not(:first-child) {
        margin-left: 0;
    }

}

@media (max-width: 767px) {
    /* Location Page START */
    .review-ctas {
        flex-direction: column;
    }
    .review-link {
        width: 100%;
        font-size: .8em;
    }
    .cost-text-div .ui-button{
        margin-bottom:40%;
    }
    .cost-wrapper-div{
        min-height:85vh;
    }
    .savings-item-holder{
        min-height:400px;
    }
    .cost-text-div{
        padding-top:50%;
    }
    .savings-item-holder {
        flex-direction: column;
    }
    .saving-item-div {
        width: 100%;
        margin-bottom: 10px;
    }
    .cost-text-div {
        width: 100%;
        left: -2%;
    }
        
 .side_buttons_wrapper{
    margin-top:-100px;
 }
   /* Location Page END */
    .inner_main_tagline_wrapper{
        display:block;
        position:inherit;
        margin-top:60px;
        background-color:#210731;
    }
    .inner_hero_section{
        display:none;
    }
    .hero-content-area{
        max-width:90%
    }
    .inner_hero_section{
        background-image:none !important;
        background-color:var(--gl-button-bg);
        height:100vh !important;
    }
    .inner_main_tagline_wrapper p{
        color:#fff;
    }
    #formwrapper .flex-wrapper .medium-6{
        margin-bottom:20px;
    }
    .related-pages-bottom li, #formwrapper .flex-wrapper .medium-6{
        width:100%;
    }
    .kt-title-text{
        font-size:0.8em;
    }
    .about-div ul li:before{
        left: 30px;
    }
    .service-box-last {
        width: 100%;
    }
    figure.alignleft, img.alignleft, figure.alignright, img.alignright {
        float: none !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .kt-sc-textcol {
        margin: 0 !important;
    }

    .kt-row-column-wrap {
        max-width: 100% !important;
    }

    .wp-block-buttons > .wp-block-button {
        width: 100%;
    }
    a.ui-button, a.wp-block-button__link, .entry a.moretag{
        display:block;
        margin:0 0px 30px 0;
    }
    .advantages-evo-jm{
        padding:0px;
        background-image:none;
    }
    .lasik-hero{
        min-height:250px;
    }
    .heading-8{
        font-size:50px;
    }
    .heading-8-copy{
        font-size:30px;
    }
    .heading-9{
        font-size:15px;
    }
    .button-2{
        font-size:14px;
    }
    .inner_main_tagline_wrapper {
        width:100%;
        left: 0vw;
     }
     .content{
        flex-wrap:wrap;
        height:auto;
        flex-direction:column-reverse;
        margin-bottom:50px;
    }
    .testtext{
        width:100%;
        text-align:center;
    }
    .text-block-9{
        text-align:center;
    }
	.testimonial-section-evo-jm {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.big-stat-evo-jm {
		justify-content: center;
	}
	.hide-small {
		display: none;
	}
	.hide-large {
		display: block;
	}
	.cpt-location-info .flex-wrapper>div:nth-child(2) {
		flex: unset;
		width: 100%;
	}
}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}

@media (max-width: 479px) {
    a.ui-button, a.wp-block-button__link, .entry a.moretag {
        width: 100%;
    }

    .featured-img-post {
        float: none;
        margin: 0 0 30px 0;
        text-align: center;
    }
    .single-post h1 {
        font-size: 35px;
    }
    .kt-title-text{
        font-size:0.7em;
    }
    .cost-div-outline{
        border:0;
    }
    .top-purple-line, .bottom-purple-line-div{
        height:0;
    }
    .vert-purple-line-top{
        width:0;
    }
    .cost-wrapper-div {
        min-height: 105vh;
    }
}