/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.site-main{
    padding-top:80px;
}
@media (min-width:1025px){
    .site-main{
        padding-top:130px;
    }
}

#choice_1_7_1, #choice_3_7_1{
	vertical-align:top !important;
}

/* pagination */
.elementor-pagination .page-numbers{
    position:relative;
}
.elementor-pagination .page-numbers.prev:hover,
    .elementor-pagination .page-numbers.next:hover{
        color:#f47920 !important;
}
.elementor-pagination span.page-numbers.next,
    .elementor-pagination span.page-numbers.prev{
        display:none;
    }
.elementor-pagination .page-numbers.next:after,
    .elementor-pagination .page-numbers.prev:after{
    content: '';
    position: absolute;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    height: 1em;
    width: 1em;
    right: -2em;
    background: url(assets/img/chevron-right-orange.svg) no-repeat center center;
    background-size: contain;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.65,0,.35,1);
    transition: -webkit-transform .3s cubic-bezier(.65,0,.35,1);
    transition: transform .3s cubic-bezier(.65,0,.35,1);
    transition: transform .3s cubic-bezier(.65,0,.35,1), -webkit-transform .3s cubic-bezier(.65,0,.35,1);
}
    .elementor-pagination .page-numbers.prev:after{
        -webkit-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%);
        left:-2em;
    }
.elementor-pagination .page-numbers.next:hover:after{
    -webkit-transform: rotate(0) translateY(-50%) translateX(1em);
    transform: rotate(0) translateY(-50%) translateX(1em);
}
.elementor-pagination .page-numbers.prev:hover:after{
    -webkit-transform: rotate(180deg) translateY(50%) translateX(1em);
    transform: rotate(180deg) translateY(50%) translateX(1em);
}

.elementor-pagination .page-numbers:not(.next,.prev){
    border-radius:100%;
    padding:5px 10px;
    line-height:1.2em;
    display:inline-block;
    margin:0 !important;
}
.elementor-pagination span.page-numbers:not(.next,.prev){
    background:#eee;
}

.elementor-pagination a.page-numbers:not(.next,.prev):hover{
    background:#f47920;
    color:#fff !important;;
}


/* Sticky Nav */
header {
    position: fixed;
    top: 0;
    transition: top 0.3s;
    width: 100%;
    z-index: 100;
}
.nav-up {
    top: -100%;
}
.nav-down {
    top: 0%;
}

.gravity-theme .gfield label.gform-field-label, .gravity-theme .gfield_checkbox label.gform-field-label {
    color:#fff;
    font-size:16px;
    font-weight: 500;
    line-height:1.8;
}
.gravity-theme .gfield input, .gravity-theme .gfield textarea {
    border-radius:9px;
    border:0px;
}
.gravity-theme .gfield_checkbox input[type="checkbox"] {    
    margin: 4px 0 0;
    line-height: normal;
    width: 20px;
    height: 20px;
    border-radius:9px;
    border:0px;
}
.gform_footer input[type="submit"] {
	border:0;
}
.gform_wrapper .gfield_description {
    color:#2c3843;
    font-size: 14px !important;
    line-height: 1.6em !important;
}
#gform_1 .gfield_required_asterisk{
	color:#06516c;	
}
.gform_required_legend {
    display: none;
}
.gravity-theme .gform_validation_errors {    
    background: #d6600b !important;
    color: #fefefe !important;
}
.gravity-theme > .gform_validation_errors > *, .gravity-theme > .gform_validation_errors > ol li, .gravity-theme > .gform_validation_errors > ol a {
    color: #fefefe !important;
} 
.gravity-theme form .validation_message.gfield_validation_message {    
    background-color: #d6600b;
    color: #fefefe !important;
    border:0;
    border-radius: 6px;
    padding: .6em !important;
    font-size: .8em;
}

/* Maps */
.postcode {
    position: relative
}

@media print,screen and (min-width: 64em) {
    .postcode {
        position:absolute;
        top: 0;
        left:50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: calc(50% - 2rem);
        max-width: calc(84rem / 2);
        z-index: 100;
    }
}
.postcode__button,.postcode__button:hover {
    position: absolute;
    right: -1px;
    top: 0;
    height: 3.625rem;
    width: 3.625rem;
    border: 0;
    background-color: transparent!important;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(assets/img/icon-nav-search.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    border-radius: 0;
    margin: 0;
    margin-right: 12px
}
.postcode__input {
    padding: 1.25rem 2rem !important;
    border-radius: 2rem !important;
    margin: 0
}
.postcode__input:active,.postcode__input:focus {
    border-radius: 2rem 2rem 0 0
}
.postcode__info-window {
    background-color: #f47920;
    color: #fff !important;
    border-color: #f47920;
    padding: 1em 2em 2em 1em
}
.postcode__info-window h4 {
    color: #fff
}

.postcode__info-window-address {
    font-size: 16px!important;
    color: #fff
}

.postcode__info-window-address a {
    color: #fff
}

.postcode__info-window-details {
    margin: 1em;
    list-style: none;
    padding: 0;
    margin: .5em 0
}

.postcode__info-window-details a {
    color: #fff;
    font-size: 16px
}

.postcode__info-window-button {
    background-color: #06516c;
    padding: 1em 1.5em;
    font-size: 16px;
    color: #fff !important;
    border-radius: 2em;
    display: inline-block
}

.postcode__info-window-button:hover {
    color: #fff
}

.gm-style .gm-style-iw-a,.gm-style .gm-style-iw-b,.gm-style .gm-style-iw-c,.gm-style .gm-style-iw-d {
    background-color: #f47920!important;
    background: #f47920!important
}

.gm-style .gm-style-iw-d {
    overflow: hidden!important
}

.gm-style .gm-style-iw-tc {
    display: none
}

.gm-style .gm-style-iw-tc::after {
    background: #f47920
}

.gm-ui-hover-effect {
    right: 6px!important;
    top: 0!important
}

.gm-ui-hover-effect span {
    width: 24px!important;
    height: 24px!important
}

.title--nearest {
    margin-bottom: 2em
}

.hidden {
    display: none
}

.address {
    font-size: 18px
}

@media print,screen and (min-width: 64em) {
    .address {
        font-size:22px
    }
}
#places-section { 
    background:#fefefe; 
    padding:4em 0;
}
.section--cards {
    overflow-x: hidden;
    overflow-x: clip
}
.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

@media print,screen and (min-width: 40em) {
    .grid-container {
        padding-right:.9375rem;
        padding-left: .9375rem
    }
}
.grid-container--small {
    max-width: 48rem!important
}
.grid--places {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 3em
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fefefe;
    scroll-snap-align: start;
    -webkit-transition: all .2s;
    transition: all .2s;
    max-width: 320px;
    position: relative
}

@media print,screen and (min-width: 64em) {
    .card {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: calc(100% / 3 - 3em)
    }
}

.card--fluid {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%
}

@media print,screen and (min-width: 64em) {
    .card--fluid {
        -webkit-box-flex:1;
        -ms-flex: auto;
        flex: auto;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content
    }
}

.card--radius {
    border-radius: 32px;
    -webkit-box-shadow: 0 6px 9px -1px rgba(0,0,0,.2);
    box-shadow: 0 6px 9px -1px rgba(0,0,0,.2)
}

.card--post {
    padding: 0 1em
}

.card--post .card__section {
    padding: 1em 0!important
}

.card--profile {
    text-align: left;
    border-radius: 1rem;
    -webkit-box-shadow: 0 6px 16px -1px rgba(0,0,0,.2);
    box-shadow: 0 6px 16px -1px rgba(0,0,0,.2);
    width: 100%;
    max-width: 100%;
    overflow: visible;
    margin-top: 6em;
    padding-bottom: 2rem;
    margin-bottom: 3em
}

.card--profile .card__title {
    text-align: left;
    margin: 2rem 2rem 0!important;
    padding: 0
}

.card--profile .card__subtitle {
    text-align: left;
    margin: 0 2rem!important;
    padding: 0
}

.card--profile .card__synopsis {
    text-align: left;
    margin: 2rem 2rem 0!important;
    padding: 0;
    white-space-collapse: preserve-breaks
}

.card--profile .card__title {
    position: relative;
    padding-right: 2em
}

.card--profile .card__title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0!important;
    height: .6em!important;
    width: .6em!important;
    background: url(assets/img/chevron-down.svg) no-repeat center center!important;
    background-size: contain!important;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.card--profile .card__subtitle {
    color: #7ac3e0;
    font-size: 14px;
    font-weight: 400
}

.card--profile .card__image {
    margin-top: -6em
}

.card--profile .card__profile-description {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .6s ease-out;
    transition: max-height .6s ease-out
}

.card--profile.toggle-me {
    cursor: pointer
}

.card--profile.active .card__title::after {
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}

.card--profile.active .card__profile-description {
    max-height: 800px;
    -webkit-transition: max-height .6s ease-in;
    transition: max-height .6s ease-in
}

.card--place {
    width: 100%;
    max-width: initial;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2em;
    margin: 0
}

@media print,screen and (min-width: 64em) {
    .card--place {
        gap:3em;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.card--place .card__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1em;
    padding: 0
}

.card--place .card__title {
    text-align: left;
    margin-bottom: 0
}

.card--place .card__image {
    border-radius: 1rem;
    width: 100%;
    height: auto
}

@media print,screen and (min-width: 64em) {
    .card--place .card__image {
        max-width:400px;
        width: 60%
    }
}

.card__distance {
    position: relative;
    padding-left: 1.4em;
    font-weight: 800;
    font-size: 18px
}

.card__distance::before {
    content: '';
    background-image: url(assets/img/icon-blue-location.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 1em;
    height: 100%;
    left: 0
}

.card__button {
    text-align: center;
    background-color: #f47920;
    padding: 1em 1.5em;
    font-size: 16px;
    color: #fff!important;
    border-radius: 2em;
    display: inline-block!important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.card__button:hover {
    color: #fff
}

.card__link {
    text-decoration: none;
    color: inherit;
    opacity: .8;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.card__link:hover {
    opacity: 1;
    text-decoration: none;
    color: inherit
}

.card__section {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1.5em
}

@media print,screen and (min-width: 64em) {
    .card__section {
        padding:2em 3em
    }
}

.card__section--dark {
    background-color: #06121e;
    margin: 1em;
    padding: 2em;
    border-radius: 1em 0 0 1em;
    border-radius: 1em 1em 0 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-height: 15em
}

@media print,screen and (min-width: 64em) {
    .card__section--dark {
        border-radius:1em 0 0 1em
    }
}

.card__section--grey {
    background-color: #e6e6e6;
    margin: 1em;
    padding: 2em;
    border-radius: 1em 1em 0 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-height: 15em
}

.card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card__footer-section {
    padding: 1.5em
}

@media print,screen and (min-width: 64em) {
    .card__footer-section {
        padding:2em 3em
    }
}

.card__read-time::before {
    content: '\2022';
    margin-right: .5em;
    color: #000
}

.card__image--radius {
    overflow: hidden;
    margin: .5em!important;
    border-radius: 0 0 22.85714px 22.85714px
}

@media print,screen and (min-width: 64em) {
    .card__image--radius {
        margin:1.5em!important;
        border-radius: 0 0 16px 16px
    }
}

.card__image--43 {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover
}

.card__title {
    font-weight: 400;
    margin-bottom: .8em;
    font-size: 1.2em;
    color: #06516c;
    text-align: center
}

@media print,screen and (min-width: 64em) {
    .card__title {
        font-size:1.5em
    }
}

.card__title--white {
    color: #fefefe
}

.card__surtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: -1em
}

.card__subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .5em
}

.card__synopsis {
    font-size: 16px;
    margin-bottom: 1em;
    text-align: center
}

.card__synopsis--white {
    color: #fefefe
}

.card__author {
    font-size: 16px;
    font-weight: 700
}

.card__date {
    font-size: 16px;
    color: #2fb67c
}

.card__logo {
    background: #fefefe;
    border-radius: 50%;
    position: absolute;
    width: 130px;
    height: 130px;
    top: -110px;
    -webkit-box-shadow: 0 6px 9px -1px rgba(0,0,0,.1);
    box-shadow: 0 6px 9px -1px rgba(0,0,0,.1);
    padding: 1em;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card__content {
    padding: 2em
}

.card ul {
    list-style: none;
    margin: 0
}

.card ul li {
    position: relative;
    padding-left: 2em;
    margin-bottom: .5em
}

.card ul li b {
    display: block
}

.card a,a.card {
    color: inherit
}

.card a .card__arrow,a.card .card__arrow {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.65,0,.35,1);
    transition: -webkit-transform .3s cubic-bezier(.65,0,.35,1);
    transition: transform .3s cubic-bezier(.65,0,.35,1);
    transition: transform .3s cubic-bezier(.65,0,.35,1),-webkit-transform .3s cubic-bezier(.65,0,.35,1)
}

.card a:hover,a.card:hover {
    color: inherit
}

.card a:hover .card__arrow,a.card:hover .card__arrow {
    -webkit-transform: translateX(2em);
    transform: translateX(2em)
}

.card a {
    display: contents
}
