/*
Theme Name: cryo
Theme URI: https://mediasparx.com/
Template: mediasparx
Author: mediasparx.com
Author URI: https://mediasparx.com/
Description: Mobile First, Responsive Enhancement, creating flexible user experiences for the Web
Version: 0.9
License: © Mediasparx - all rights reserved
License URI: https://mediasparx.com/
*/

.page-top {
    background: #f8f8f8 none repeat scroll 0 0;
    padding-top: 70px;
    padding-bottom: 33px;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .page-top {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    main#main {
        padding: 15px 0 30px;
    }
}
.max-width-1470,
.max-width-1740 {
    padding: 0 15px;
}
.max-width-1470, .max-width-960, .max-width-1740 {
    padding: 0 15px;
}
.row.max-width-1470,.row.max-width-960, .row.max-width-1740 {
    padding: 0;
}
@media (max-width: 768px) {
    .row.max-width-1470,.row.max-width-960, .row.max-width-1740 {
        margin: 0 -15px;
    }
}
/* marg menyer */

.sibling-icon-list {
    list-style: outside none none;
    padding: 0;
    margin-bottom: 20px;
}

.sibling-icon-list > li {
    margin: 2px 0;
}

.sibling-icon-list > li > a {
    display: block;
    text-decoration: none;
    padding: 11px 0px;
    color: #727272;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    padding-right: 25px;
}
.sibling-icon-list > li > a:hover {
    color: #f78909;
    text-decoration: none;
}
.sibling-icon-list > li > a:active {
    color: #f78909;
}
.sibling-icon-list > li.current-menu-item a {
    color: #f78909;
    text-decoration: none;
}
.sibling-icon-list li.current_page_item a {
    color: #f78909;
}

.sibling-icon-list > li > a::after {

    content: "›";
    font-size: 17px;
    font-family: Georgia, serif;
    position: absolute;
    right: 11px;
    top: 7px;

}

/* marg menyer slutt */

/* header start */
/*#hovedmeny {
    max-width: 1920px;
    padding: 0 15px;
    margin: 0 auto;
}*/
.link-icon {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.1em;
    display: block;
    padding: 15px 0;
}
#hovedmeny a.navbar-brand {
    height: auto;
    padding-bottom: 20px;
    padding-right: 15px;
}
@media (max-width: 992px) {
    #hovedmeny a.navbar-brand img {
        max-height: 65px;
    }
}
#hovedmeny a.exp-search-toggle:hover {
    cursor: pointer;
}
/* overlay menu start */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    /*z-index: 1;*/
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ECF5FC;
    overflow-y: auto;
    overscroll-behavior: contain;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
}
#myNavMobile.overlay {
    height: auto;
    overflow-y: scroll;
    top: 130px;
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
    display: block;
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
    background-color: #fff;
    z-index: 9998;
}
#myNavMobile .overlay .overlay-container {
    border-bottom: 1px solid rgba(42,47,65,.15);
    border-top: 1px solid rgba(42,47,65,.15);
}
.overlay .overlay-container {
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
    height: 100%;
}
.overlay .overlay-content,
.overlay .overlay-content > .row {
    height: 100%;
}
.overlay #exp-search-alt-form,
.overlay .exp-search-alt-input {
    background-color: #fff;
    color: #2A2F41;
}
.overlay #exp-search-alt-form {
    border-radius: 6px;
    padding: 15px;
}
.overlay .exp-search-alt-inner .search-icon {
    position: absolute;
    left: auto;
    margin: auto;
    right: 0;
    border: 0;
    background-color: transparent;
    top: 0px;
    height: 90px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay .exp-search-alt-inner input {
    padding-right: 55px;
    box-shadow: none;

}
.overlay button.close {
    position: relative;
    top: calc(50% - 50px);
    -webkit-transform: translateY(calc(50% - 50px));
    transform: translateY(calc(50% - 50px));
    padding: 15px;
    opacity: 1;
    right: 17px;
}

#myNav .container-with-searchbox {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
}
@media (max-width: 991px) {
    .navbar-header {
        float: left;
    }
    .info-search {
        display: flex;
        float: right;
        margin-left: auto;
        align-items: center;
        border-left: 1px solid rgba(42,47,65,.15);
    }
    #hovedmeny a.exp-search-toggle {
        padding: 15px;
        padding-right: 0;
        transition: opacity 1s;
    }
    .hidden-xs.hidden-sm {
        display: none;
    }
    .link-icon {
        padding: 15px;
    }
    .navbar.utility-menu.hidden-lg {
        display: flex;
        align-items: center;
        padding: 15px 0;
    }
    .close {
        position: absolute;
        right: 15px;
        top: 36px;
        padding: 15px;
        padding-right: 15px;
        padding-right: 0;
        visibility: hidden;
        opacity: 1;
    }
    .overlay .exp-search-alt-inner input,
    .overlay .exp-search-alt-inner .search-icon {
        height: 60px;
    }
    .overlay #exp-search-alt-form {
        background-color: transparent;
    }
    .exp-search-alt-inner {
        background-color: #fff;
        border-radius: 6px;
    }
    .container-with-searchbox {
        padding: 50px 15px;
    }
    .overlay .exp-search-alt-inner input {
        border-bottom: 2px solid #00B2BA;
        padding-left: 0;
        font-size: 20px;
    }
}
@media (max-width: 350px) {
    .close {
        top: 21px;
    }
}
@media (min-width: 992px) {
    .utility-menu.navbar {
        display: flex;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 0;
        align-items: center;
    }
    .utility-menu .navbar-collapse {
        padding: 0;
        flex: auto;
        min-width: auto;
        margin: 0;
    }
    .utility-menu  #lmm .lmm-navbar-nav.lmm-align-items-left {
        text-align: center;
    }

    .utility-menu  #lmm.lmm-primary {
        float: none;
    }
    .navbar-collapse-desk {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    #myNavMobile.overlay {
        height: 100%;
    }
    .overlay .overlay-content > .row {
        height: auto;
    }
}
.breadcrumb {
    background-color: #fff;
}
.breadcrumb a:visited {
    color: #00B2BA;
}
#blogg {
    padding: 100px 0;
}
/* header end */

/* footer start */
.footer-contact h3 {
    margin-top: 30px;
}
footer#footer.main-footer h1,
footer#footer.main-footer h2,
footer#footer.main-footer h3,
footer#footer.main-footer h4 {
    color: #000;
}
.link-like-btn,
footer#footer a.link-like-btn:link,
footer#footer a.link-like-btn {
    display: inline-block;
    background-color: #fff;
    padding: 15px 40px;
    color: #00B2BA;
    border: 1px solid #00B2BA;
    border-radius: 60px;
    font-family: 'Plus Jakarta Sans',sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    word-break: break-word;
    margin: 15px 0;
}
footer#footer a.link-like-btn:link,
footer#footer a.link-like-btn {
    margin-top: 40px;
}
.link-like-btn:hover,
footer#footer a.link-like-btn:hover {
    background-color: #00B2BA;
    color: #fff;
}
footer#footer .footer-contact a.footer-bigger-link {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.025em;
    color: #00B2BA;
    font-family: 'Plus Jakarta Sans',sans-serif;
    display: block;
    margin-bottom: -18px;
}
footer#footer .footer-contact a.footer-bigger-link:after,
.om-oss-start-info .jumbo:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    position: relative;
    top: -18px;
}
.om-oss-start-info .jumbo::after {
    top: -45px;
}
footer#footer .su-column-size-2-3.footer-contact {
    margin: 0;
}
footer#footer .footer-contact {
    padding-bottom: 55px;
}
/* footer end */


/* front page start */
.om-oss-start-info p:last-of-type {
    margin-top: -55px;
}
.start-om-oss-col  {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.start-om-oss-col svg {
    margin-right: 20px;
}
.entry-title-kampanjer {
    margin-top: 30px;
    margin-bottom: 6px;
}
.kampanjer-block-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
@media (min-width: 991px) {
    .type-kampanjer-2:nth-of-type(2n) {
        border-left: 1px solid #2A2F41;
    }
    .type-kampanjer-more:nth-of-type(3n+2) {
        border-right: 1px solid #2A2F41;
        border-left: 1px solid #2A2F41;
    }
}
/* front page end */
.cryo-empty-class {
    margin-top: -65px;
    height: 0;
}
/* single page start */
h2.entry-title a:link,
h2.entry-title a:hover,
h2.entry-title a:visited {
    color: #2A2F41;
}
.single .featured {
    padding: 45px 0 150px 0;
}
.single .om-oss-section {
    padding: 200px 0 40px 0;
}
.single .page-top {
    background: #FDF7F6 none repeat scroll 0 0;
}
.single .page-top h1 {
    margin: 0 15px 0 0;
    font-size: 42px;
    line-height: 53px;
}
.single .page-top h1 a:link {
    color: #2A2F41;
}
.single .page-top h1 a:hover {
    color: #00B2BA;
}
.single-image img {
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1920px) {
    .single-image img {
        max-width: unset;
    }
}
.single #blog-carousel,
.single .products-loop,
.single .om-oss-section {
    margin-bottom: 200px;
}
.single .testimonail-slider {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .single .featured {
        padding: 45px 0 60px 0;
    }
    .single .om-oss-section {
        padding: 120px 0 120px 0;
    }
}
/* single page end */
.om-oss-start-info {
    margin-top: 97px;
}
/* blogs related and regular start */
.entry-header-blog {
    overflow: hidden;
    padding: 0;
}
.entry-header-blog img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}
.blogs-element:hover img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.products-loop a:link,
.blogs-loop a:link,
.products-loop a:visited,
.blogs-loop a:visited {
    color: #2A2F41;
}
.products-loop a:hover,
.blogs-loop a:hover {
    color: #1AB6D8;
}
.les-mer-link {
    font-family: 'Plus Jakarta Sans',sans-serif;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.les-mer-link a {
    display: flex;
    align-items: center;
}
.les-mer-link a svg {
    margin-left: 20px;
}
.blogs-element {
    margin: 15px 0;
}
.entry-title-blog {
    margin-top: 30px;
}
.blogs-loop h1 {
    margin-top: 0;
    margin-bottom: 60px;
}
.blogs-loop-tjenester img {
    padding-bottom: 15px;
}
/* blogs related and regular end */

/* services accordion start */
.su-accordion .su-spoiler-title {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    padding: 2px 7px 7px 34px;
}
#accordion {
    margin-top: -25px;
}
#accordion .panel {
    padding: 36px 30px;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #D1D1D1;
    border-radius: 0;
    box-shadow: none;
}
#accordion .service-collapse:last-of-type .panel {
    border-bottom: 1px solid #D1D1D1;
}
.services-block-accordion {
    display: flex;
    align-items: center;
    position: relative;
    left: -30px;
}
.service-acc-icon {
    display: flex;
}
.services-block-accordion span {
    font-family: 'Plus Jakarta Sans',sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    color: #2A2F41;
    opacity: 0.8;
    padding: 0 30px;
}
#accordion .panel-body span {
    color: #2A2F41;
}
#accordion .panel-body {
    padding: 15px 65px;
}
.services-block-accordion .service-acc-icon {
    float: left;
    padding: 0;
}
.services-block-accordion .service-acc-close,
.service-collapse[aria-expanded="true"]  .service-acc-carret,
.service-collapse[aria-expanded="false"] .service-acc-close {
    display: none;
}

.service-collapse[aria-expanded="true"]  .service-acc-close,
.service-collapse[aria-expanded="false"] .service-acc-carret {
    display: flex;
}

@media (max-width: 768px) {
    #services-acc h2 {
        font-size: 32px;
    }
    .services-block-accordion span {
        padding: 0 15px;
    }
    #accordion {
        margin: 25px 0;
    }
    #accordion .panel-body {
        padding: 15px;
    }
    #accordion .panel {
        padding: 36px 0 36px 30px;
    }
}
/* services accordion end */

/* kontakt page start */
.entry-title-employee {
    margin-top: 25px;
    margin-bottom: 0;
}
.employee-element {
    margin: 15px 0;
}
#emlployees-loop {
    margin-top: 75px;
}
.su-table.su-table-responsive table#kontakt-table, .su-table.su-table-responsive table#kontakt-table td,
.su-table.reklame-table table,
.su-table.reklame-table-block  table,
.su-table.reklame-table-block  table td {
    border: 0 !important;
}
.su-table.su-table-responsive table#kontakt-table td {
    padding: 15px 0 !important;
    border-bottom: 1px solid #DEDEDE !important;
    background-color: transparent !important;
}
#kontakt-table tr td:last-of-type a:link {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #070600;
}
#kontakt-table tr td:last-of-type a:hover {
    color: #00B2BA;
}
#kontakt-table img {
    margin-right: 15px;
}
@media (max-width: 768px) {
    .su-table.su-table-responsive table#kontakt-table td {
        border-bottom: 0 !important;
        display: inline;
    }
    .su-table.su-table-responsive table#kontakt-table tr {
        border-bottom: 1px solid #DeDeDe ;
    }
    .su-table.su-table-responsive table#kontakt-table tr td {
        width: 100%;
        display: block;
    }
    .su-table.su-table-responsive table#kontakt-table tr td:first-of-type {
        padding-bottom: 0 !important;
    }
}
@media (min-width: 1200px) {
    .su-table.su-table-responsive table#kontakt-table tr td:last-of-type {
        padding-left: 90px !important;
    }
}
/* kontakt page end */

/* gravity form start */
#gform_wrapper_2 .gfield_label,
#gform_wrapper_2 #open-kontakt {
    font-family: 'Plus Jakarta Sans',sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 170%;
    color: #070600;
}
#gform_wrapper_2 .ginput_container {
    padding: 10px 20px;
    border: 1px solid #B5B5B3;
}
#gform_wrapper_2 input,
#gform_wrapper_2 textarea {
    font-family: 'Plus Jakarta Sans',sans-serif;
    font-size: 17px;
    color: #2A2F41;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
}
#gform_wrapper_2 .help-block {
    display: none;
}

#gform_wrapper_2 .gform_fields {
    margin: 0;
}
#gform_wrapper_2 #field_2_5 {
    opacity:0;
    display: none;
}
@keyframes fadeInOut {
    0% { opacity:0; }
    50% { opacity:1; }
    100% { opacity:1; }
}
#gform_wrapper_2:target #field_2_5 {
    animation: fadeInOut 2s linear forwards;
    display: inline-block !important;
}
#gform_wrapper_2 #gform_submit_button_2 {
    background-color: #00B2BA;
    border-radius: 30px;
    padding: 15px 40px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F2F9F9;
    font-size: 15px;
    border: 2px solid #00B2BA;
}
#gform_wrapper_2 .gform_footer {
    margin: 0;
    padding: 0;
}
#gform_wrapper_2:target #field_2_5 {
    display: none;
}
#gform_wrapper_2 #gform_submit_button_2:hover {
    background-color: #fff;
    color: #00B2BA;
    border: 2px solid #00B2BA;
}
#show_kontakt a {
    text-align: left;
    padding: 10px 0 28px 0;
    display: flex;
    align-items: center;
}
#show_kontakt svg {
    margin-right: 10px;
}
#gform_wrapper_2 #show_kontakt a, #gform_wrapper_2 #show_kontakt a:visited {
    color: #070600;
}
#gform_wrapper_2 #show_kontakt a:hover {
    color: #00B2BA;
}
#gform_wrapper_2 .gfield,
#gform_wrapper_2 .help-block {
    margin: 0;
}
@media(max-width: 991px) {
    #gform_wrapper_2 .gform_fields {
        margin-left: -15px;
        margin-right: -15px;
    }
}
/* gravity form end */

/* slider start */
.testimonials-img {
    display: flex;
    align-items: center;
}
.testimonials-img h3,
.testimonials-img p {
    margin: 0;
}
.testimonials-img img {
    margin-right: 36px;
    border-radius: 74px;
}
.carousel-elements {
    background-color: #FFFFFF;
    padding: 60px;
}
.testimonials-content {
    padding-top: 24px;
}
.entry-content .carousel-inner.row {
    margin: 0;
}
#TestimonialCarousel .cloneditem-1,
#TestimonialCarousel .cloneditem-2,
#TestimonialCarousel .cloneditem-3 {
    position: absolute;
    height: 100%;
    display: block;
}
    #TestimonialCarousel .cloneditem-1,
    #TestimonialCarousel .cloneditem-2,
    #TestimonialCarousel .cloneditem-3 {
        left: 50%;
    }
.carousel-inner .item.left.active {
    transform: translateX(-50%);
}
.carousel-inner .item.right.active {
    transform: translateX(50%);
}
.carousel-inner .item.next {
    transform: translateX(50%)
}
.carousel-inner .item.prev {
    transform: translateX(-50%)
}
.carousel-inner .item.right,
.carousel-inner .item.left {
    transform: translateX(0);
}
.carousel-control.left {
    background-image: none;
    opacity: 1;
    cursor: pointer;
    left: 87.6%;
}
.carousel-control.right {
    background-image: none;
    opacity: 1;
    cursor: pointer;
    right: 50px;
}
.carousel-control {
    top: calc(100% + 50px);
    width: 50px;
    text-shadow: none;
    opacity: 1;
    height: 50px;
}
.carousel-control.left {
    right: 115px;
    left: auto;
}
@media (min-width: 1920px) {
    .carousel-control.right {
        left: -95px;
        top: 70%;
    }
    .carousel-control.left {
        left: -95px;
        top: calc(70% - 70px);
    }
    .testimonail-slider {
        margin: 235px 0 130px 0;
    }
}
.testimonail-slider {
    position: relative;
}
@media (min-width: 1200px) {
    .entry-content .carousel-inner.row {
        margin: 0 -15px;
    }
    .testimonail-slider {
        margin-top: 235px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    #TestimonialCarousel {
        margin-top: 25px;
    }
    #blog-carousel .row.testimonail-slider {
        margin-top: 70px;
        /*margin-bottom: 100px;*/
    }
    .carousel-control.left,.carousel-control.right {
        top: calc(100% + 50px);
    }
 }
@media (min-width: 769px) and (max-width: 991px){
   #blog-carousel .row.testimonail-slider {
        margin-top: 70px;
        /*margin-bottom: 70px;*/
    }
    .carousel-control.left,.carousel-control.right {
        top: calc(100% + 50px);
    }
    .testimonials-img {
        display: block;
    }
    .testimonials-img img {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    #blog-carousel h2 {
        margin-bottom: 50px;
    }
    #TestimonialCarousel .cloneditem-1, #TestimonialCarousel .cloneditem-2, #TestimonialCarousel .cloneditem-3 {
        display: none;
    }
    .carousel-control.left,
    .carousel-control.right {
        top: calc(100% + 50px);
    }
    .carousel-inner .item.left.active {
        transform: translateX(-100%);
    }
    .carousel-inner .item.right.active {
        transform: translateX(100%);
    }
    .carousel-inner .item.next {
        transform: translateX(100%)
    }
    .carousel-inner .item.prev {
        transform: translateX(-100%)
    }
/*    #blog-carousel .row.testimonail-slider {
        margin-bottom: 100px;
    }*/
    .testimonials-img {
        display: block;
    }
    .testimonials-img img {
        margin-bottom: 20px;
    }
    .carousel-elements {
        padding: 25px;
    }
    /*.carousel-inner > .item {
        margin: 0 -15px;
    }*/
    #TestimonialCarousel .carousel-inner {
        width: auto;
    }
}
/* slider end */

.page-tjenester-headings {
    position: relative;
    margin-bottom: 120px;
}
.page-tjenester-h1 {
    font-size: 200px;
    line-height: 100%;
    color: #FFFFFF;
}
.page-tjenester-h2 {
    font-size: 42px;
    line-height: 53px;
    color: #2A2F41;
    position: absolute;
    bottom: 0;
}
.page-template-page-tjenester .testimonail-slider {
    margin-bottom: 280px;
}
@media (max-width: 500px) {
    .page-tjenester-h1 {
        font-size: 36px;
    }
    .page-tjenester-h2 {
        font-size: 18px;
        position: relative;
        margin-top: 15px;
    }
}
@media (min-width: 501px) and (max-width: 768px) {
    .page-tjenester-h1 {
        font-size: 80px;
    }
    .page-tjenester-h2 {
        font-size: 24px;
        bottom: -30px;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .page-tjenester-h1 {
        font-size: 120px;
    }
    .page-tjenester-h2 {
        font-size: 30px;
        bottom: -15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .page-tjenester-h1 {
        font-size: 150px;
    }
    .page-tjenester-h2 {
        font-size: 36px;
        bottom: -25px;
    }
}
/* form and calendar start */
.gform-field-row--span-three {
    grid-row: span 6;
}
#gform_fields_6.row::before,
#gform_fields_7.row::before{
    display: none;
}
#gform_fields_6 .spacer.gfield.form-group,
#gform_fields_7 .spacer.gfield.form-group{
    display: none;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    font-size: 17px;
    color: #828282;
    height: 45px;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #BDBDBD;
    border-radius: 0;
    padding: 0;
}
#gappointments_calendar #ga_appointments_calendar {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#gappointments_calendar .ga_monthly_schedule_wrapper {
    border-radius: 30px;
}
#gappointments_calendar .ga_appointments_calendar_header {
    border: 1px solid #ECF5FC;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom: 0;
    padding: 35px 20px;
}
#gappointments_calendar .ga_monthly_schedule_wrapper tr:last-child td:first-child {
    border-bottom-left-radius: 30px !important;
}
#gappointments_calendar .ga_monthly_schedule_wrapper tr:last-child td:last-child {
    border-bottom-right-radius: 30px !important;
}
#gappointments_calendar  .ga_appointments_calendar_header h3,
#gappointments_calendar .ga_appointments_calendar_header .arrow-left,
#gappointments_calendar .ga_appointments_calendar_header .arrow-right,
#gappointments_calendar .ga_monthly_schedule_wrapper thead th {
    color: #2A2F41 !important;
}
#gappointments_calendar .ga_appointments_calendar_header,
#gappointments_calendar .ga_monthly_schedule_wrapper table thead,
#gappointments_calendar .ga_monthly_schedule_wrapper table thead th {
    background: #FFF !important;
    color: #2A2F41;
}
#gappointments_calendar .ga_monthly_schedule_wrapper table thead th:first-child {
    border-left: 1px solid #ECF5FC !important;
}
#gappointments_calendar .ga_monthly_schedule_wrapper table thead th:last-child {
    border-right: 1px solid #ECF5FC !important;
}
#gappointments_calendar .ga_monthly_schedule_wrapper table thead th {
    border-bottom: 1px solid #ECF5FC !important;
}
#gappointments_calendar .ga_monthly_schedule_wrapper td {
    border: 0 !important;
    border-right: 1px solid #E5E5E5 !important;
}
#gappointments_calendar .ga_monthly_schedule_wrapper tr td:last-of-type {
    border-right: 0 !important;
}
#gappointments_calendar .ga_monthly_schedule_wrapper td {
    color: #2A2F41 !important;
}
#gappointments_calendar.ga_wrapper_small .ga_monthly_schedule_wrapper td.ga_today span,
#gappointments_calendar.ga_wrapper_medium .ga_monthly_schedule_wrapper td.ga_today span,
#gappointments_calendar.ga_wrapper_large .ga_monthly_schedule_wrapper td.ga_today span {
    border: 2px solid #00B2BA !important;
}
#gappointments_calendar.ga_wrapper_small .ga_monthly_schedule_wrapper td.day_available:hover span,
#gappointments_calendar.ga_wrapper_small .ga_monthly_schedule_wrapper td.selected span,
#gappointments_calendar.ga_wrapper_medium .ga_monthly_schedule_wrapper td.day_available:hover span,
#gappointments_calendar.ga_wrapper_medium .ga_monthly_schedule_wrapper td.selected span,
#gappointments_calendar.ga_wrapper_large .ga_monthly_schedule_wrapper td.day_available:hover span,
#gappointments_calendar.ga_wrapper_large .ga_monthly_schedule_wrapper td.selected span {
    background: #00B2BA !important;
    border: 2px solid #00B2BA !important;
    color: #fff;
}
#gappointments_calendar .ga_monthly_schedule_wrapper.ga_spinner::after {
    border-color: #00B2BA transparent transparent !important;
}
#gappointments_calendar  #gappointments_calendar_slots label.time_slot {
    color: #2A2F41;
}
#gappointments_calendar #gappointments_calendar_slots label.time_selected div {
    background: #00B2BA !important;
    color: #fff;
}

#gappointments_calendar .ga_monthly_schedule_wrapper td.day_unavailable,
#gappointments_calendar .ga_monthly_schedule_wrapper td.ga_day_past {
    background: #ECF5FC !important;
}
.gform_button,
.gform_button:focus,
.gform_button:active:focus {
    background-color: #00B2BA;
    border-radius: 30px;
    font-family: 'Plus Jakarta Sans',sans-serif;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F2F9F9 !important;
    padding: 15px 40px !important;
}
.gform_button:hover {
    color: #00B2BA !important;
}
#gform_wrapper_6 .gform_footer,
#gform_wrapper_7 .gform_footer {
    position: absolute;
    width: auto;
    left: 15px;
    top: 90%;
    bottom: auto;
}
#field_6_20, #field_6_1, #field_6_3,  #field_6_4,
#field_7_1, #field_7_3, #field_7_4,#field_7_19,
#field_7_20 {
    max-width: 90%;
}
.gform_wrapper.gravity-theme .gform_fields {
    position: relative;
    left: 15px;
}
@media (min-width: 1200px) {
    #gform_wrapper_6 .gform_footer  {
        bottom: 100px;
        top: auto;
    }
}
@media (max-width: 768px) {
    #field_6_20, #field_6_1, #field_6_3, #field_6_4,
    #field_7_1, #field_7_3, #field_7_4,#field_7_19,
    #field_7_20 {
        max-width: 100%;
    }
    .gform_wrapper.gravity-theme #gform_fields_6.gform_fields {
        display: block;
    }
    #gform_wrapper_6 .gform_footer,
    #gform_wrapper_7 .gform_footer{
        position: relative;
        top: auto;
        bottom: auto;
        left: 0;
    }
}
/* form and calendar end */

/* primary menu update (convert) from lmm start */
.navbar-nav li.menu-item a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 10px 15px;
}
.navbar-nav li.menu-item a:link,
.navbar-nav li.menu-item a:visited,
.navbar-nav li.menu-item a:hover {
    color: #2a2f41;
}
.navbar-nav li.menu-item a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -4.5px;
    left: 15px;
    height: 3px;
    width: calc(100% - 30px);
    background-color: #00B2BA;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s, transform 0.2s ease-out;
}
.navbar-nav li.menu-item.active a:before,
.navbar-nav li.menu-item a.active:before,
.navbar-nav li.menu-item a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.navbar-nav li.menu-item.active a,
.navbar-nav li.menu-item a.active,
.navbar-nav li.menu-item.open a,
.navbar-nav li.menu-item a:hover,
.navbar-nav li.menu-item a:focus {
    background-color: transparent;
}
.navbar-nav li.menu-item a.dropdown-toggle .caret {
    border: 0;
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
    margin-left: 8px;
    background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.195844 0.205986C-0.0652809 0.479697 -0.065281 0.920986 0.195844 1.1947L4.6243 5.83661C4.83213 6.05446 5.16787 6.05446 5.3757 5.83661L9.80416 1.1947C10.0653 0.920987 10.0653 0.479698 9.80416 0.205987C9.54303 -0.0677241 9.12204 -0.0677241 8.86091 0.205987L4.99734 4.2502L1.13376 0.200401C0.877963 -0.0677245 0.451639 -0.0677245 0.195844 0.205986Z" fill="%2300B2BA"/></svg>');
}
.navbar-nav li.menu-item a.dropdown-toggle.active:before,
.navbar-nav li.menu-item a.dropdown-toggle:before,
.navbar-nav li.menu-item a.dropdown-toggle:hover:before {
    display: none;
}
.navbar-nav li.menu-item.open .dropdown-menu,
.navbar-nav li.menu-item.dropdown:hover .dropdown-menu {
    display: block;
    min-width: 300px;
    position: absolute;
    top: 100%;
    background-color: #fff;
    box-shadow: none;
    padding: 15px 0 30px 0;
    margin-left: 0 !important;
}
.navbar-nav li.menu-item .dropdown-menu  a {
    position: relative;
    display: flex;
    white-space: normal;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 24px;
    text-transform: none;
    padding: 10px 40px;
}
.navbar-nav li.menu-item .dropdown-menu  a:hover,
.navbar-nav li.menu-item .dropdown-menu  .active a:link {
    padding-left: 64px;
}
.navbar-nav li.menu-item .dropdown-menu  a:after {
    content: '';
    position: absolute;
    top: 21px;
    transform-origin: center center;
    width: 14px;
    height: 2px;
    background-color: #2a2f41;
    transform: translateY(-50%);
    transition: left .2s ease-out, right .2s ease-out, transform .2s ease-out .1s;
    left: -24px;
}
.navbar-nav li.menu-item .dropdown-menu  a:hover:after,
.navbar-nav li.menu-item .dropdown-menu  .active a:after {
    left: 35px;
    transform: translateY(-50%) rotate(90deg);
}
.navbar-nav li.menu-item .dropdown-menu  a:before {
    content: '';
    position: absolute;
    top: 21px;
    transform-origin: center center;
    width: 2px;
    height: 14px;
    background-color: #2a2f41;
    transform: translateY(-50%);
    transition: left .2s ease-out, right .2s ease-out, transform .2s ease-out .1s;
    left: -24px;
}
.navbar-nav li.menu-item .dropdown-menu  a:hover:before,
.navbar-nav li.menu-item .dropdown-menu .active a:before {
    left: 41px;
    transform: translateY(-50%) rotate(90deg);
}

@media (max-width: 991px) {
    #myNavMobile.overlay {
        margin-top: 15px;
    }
 .navbar-nav > li.menu-item {
        display: block;
     float: none;
    }
    #myNavMobile .navbar-nav {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav li.menu-item a {
        padding: 15px 15px;
    }
    .navbar-nav li.menu-item .dropdown-menu,
    .navbar-nav li.menu-item.open .dropdown-menu,
    .navbar-nav li.menu-item.dropdown:hover .dropdown-menu {
    position: relative;
        width: 100%;
        top: 0;
        margin-bottom: 15px;
        padding: 0;
        border: 0;
    }
    .navbar-nav li.menu-item a:before {
        display: none;
    }
    .navbar-nav li.menu-item.active a:link,
    .navbar-nav li.menu-item.active a:visited,
    .navbar-nav li.menu-item a:hover {
        color: #00B2BA;
    }
    .navbar-nav li.menu-item .dropdown-menu  a:before {
        content: '';
        position: absolute;
        display: inline-block;
        top: 21px;
        transform-origin: center center;
        width: 2px;
        height: 14px;
        background-color: #2a2f41;
        transform: translateY(-50%);
        transition: left .2s ease-out, right .2s ease-out, transform .2s ease-out .1s;
        left: -24px;
    }
    .navbar-nav li.menu-item .dropdown-menu  a:hover:before,
    .navbar-nav li.menu-item .dropdown-menu .active a:before {
        left: 41px;
        transform: translateY(-50%) rotate(90deg);
    }
}
@media (max-width: 768px) {
    .navbar-nav li.menu-item .dropdown-menu {
        display: block;
        box-shadow: none;
    }
    #myNavMobile.overlay {
        top: 145px;
    }
    #myNavMobile .navbar-nav {
        float: none;
        margin: 0;
    }
}
/* primary menu update (convert) from lmm end */