/*
Theme Name: LHall
Version: 1.0
Description: A child theme of Divi
Author: LHall
Template: Divi
*/

@import url("../Divi/style.css");

:root{
    --flex__column--gap: 15px;
    --heading__color: #7c8d6c;
    --text__color--dark: #58595b;
    --light__green: #f0f1eb;
}

.share-popup br{
    display: none;
}

.share-popup{
    display: none;
}

.share-popup.active{
    display: block;
}

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-button {
    border: none;
/*    border-radius: 5px;*/
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    max-height:30px;
    background-color: #fff !important;
    border: 1px solid #7c8d6c;
    color: #7c8d6c;
}

    .share-button:focus {
        outline: 0px !important;
    }


.facebook-share {
    background-color: #3b5998;
    padding: 6px 11px !important;
    cursor:pointer !important;
}

.twitter-share {
    background-color: #1da1f2;
    padding: 6px 9px !important;
    cursor: pointer !important;
}

.linkedin-share {
    background-color: #0077b5;
    padding: 6px 10px !important;
    cursor: pointer !important;
}





div.am-advsc__wrapper{
    --am-c-advsc-bgr-op10: rgba(26, 44, 55, 0.1);
    --am-c-cal-init: rgba(255, 255, 255, 1);
    --am-c-cal-init-text: rgba(88, 88, 90, 1);
    --am-c-cal-init-op10: rgba(255, 255, 255, 0.1);
    --am-c-cal-init-op20: rgba(255, 255, 255, 0.2);
    --am-c-cal-init-op30: rgba(255, 255, 255, 0.3);
    --am-c-cal-init-op60: rgba(255, 255, 255, 0.6);
    --am-c-cal-selected: rgba(117, 143, 107, 1);
    --am-c-cal-selected-text: rgba(255, 255, 255, 1);
    --am-c-cal-selected-op80: rgba(117, 143, 107, 0.8);
    --am-c-cal-disabled: rgba(0, 0, 0, 0.01);
    --am-c-cal-disabled-text: rgba(140, 149, 154, 1);
    --am-c-cal-disabled-op10: rgba(0, 0, 0, 0.1);
    --am-c-cal-disabled-op60: rgba(0, 0, 0, 0.4);
}

/* .el-form-item .is-required .el-form-item--default .am-fs__info-form__item:last-child {
	display: flex !important;
}

.el-form-item .is-required .el-form-item--default .am-fs__info-form__item:last-child > .el-form-item__label{
	width:90%  !important;
	display: inline-flex  !important;
	order: 2;
}

.el-form-item .is-required .el-form-item--default .am-fs__info-form__item:last-child > .el-form-item__content{
	width: 10%  !important;
	display: inline-flex  !important;
	order: 1;
}*/


.amelia-v2-booking #amelia-container .am-advsc__wrapper {
    --am-fs-advsc: 15px;
    --am-ln-advsc: 1.6;
    --am-c-advsc-text: var(--am-c-main-text);
    --am-c-advsc-cell-bgr: var(--am-c-cal-init-op10);
    --am-c-advsc-cell-busy: var(--am-c-cal-init-op30);
    --am-c-advsc-cell-border: #758f6b;
    --am-c-advsc-cell-text: var(--am-c-cal-init-text);
    --am-fs-asdvsc-slot: 15px;
    --am-c-advsc-slot-text: var(--am-c-cal-init-text);
    --am-rad-advsc-slot: 4px;
}

/*GENERAL STYLE RESETS*/
.section__text--contact,.section__heading--small{
    padding: 0;
}

body{
    overflow-x: hidden;
}

/*GENERAL STYLES*/
.section{
    padding: 130px 0 155px 0 !important;
}

.green-link{
	color: #7c8d6c;
}

.section_2{
    padding: 82px 0!important;
}


.section_3{
    padding: 120px 0!important;
}

.section--banner{
    min-height: 100vh !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.section--banner--half{
    min-height: 55vh !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.section--short{
    padding: 100px 0 !important;
}

.section__heading--banner{
    font-size: 54px !important;
    font-weight: 400;
    text-align: center;
    line-height: 1.3em;
}

.section__heading--banner--secondary{
    font-size: 30px !important;
    font-weight: 400;
    text-align: center;
    line-height: 1.2em;
    margin: 0 auto;
}

.section__heading--secondary{
    font-size: 28px !important;
    font-weight: 400;
    line-height: 1.2em;
}

.section__heading--banner--small{
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 104px;
}

.section__heading--main, .heading__blog .entry-title{
    font-size: 52px !important;
    font-weight: 400;
}

.section__heading--sub{
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
}

.section__text--default, .post-content-inner p{
    color: var(--text__color--dark) !important;
}

.section__text--banner{
    color: var(--text__color--dark);
    max-width: 650px;
    margin: 0 auto;
}

.section__heading--small{
    font-size: 42px !important;
    color: #fff; 
}

.section__text--contact{
    font-size: 20px !important;
    color: #fff;
    font-weight: 400;
}

.section__text--contact a,.footer__text--sub a, .more-link, .section__text--contact--dark a{
    position: relative;
}

.more-link{
    display: inline-block !important;
}

.section__text--contact a:after, .footer__text--sub a:after, .link__nav a:after, .more-link:after, .section__text--contact--dark a:after{
    content: "";
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    background-color: currentColor;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: transform 750ms ease, opacity 750ms ease;
    transform-origin: left;
    border-radius: 0 !important;
    opacity: 0;
}

.section__text--contact a:hover:after, .footer__text--sub a:hover:after, .link__nav a:hover:after, .more-link:hover:after, .section__text--contact--dark a:hover:after, .green-link a:hover:after{
    transform: scaleX(1);
    opacity: 0.5;
}

.section__text--pb{
    padding-bottom: 10px;
}


/*NAV STYLES*/
.et_pb_sticky.et_pb_code_0_tb_header .link__nav--logo{
    max-width: 150px;
    padding: 10px 0;
}

.et_pb_sticky.et_pb_code_0_tb_header .link__nav a{
    color: var(--text__color--dark);
}

.flex__nav{
    display: flex;
    justify-content: space-between;
}

.column__nav{
    display: flex;
    gap: 40px;
    align-items: center;
}

.link__nav--logo{
    max-width: 250px;
    padding: 25px 0;
    transition: max-width 500ms ease, padding 500ms ease;
}

.link__nav a{
    font-size: 18px;
    color: var(--heading__color);
    text-transform: uppercase;
    transition: color 500ms ease;
    position: relative;
}

.link__nav a:hover:after{
    background-color: currentColor;
}

.link__nav--logo a:after{
    display: none;
}

.link__nav--logo img{
    width: 100%;
}

/*FORM STYLES*/
.section__form--footer{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.form__column--100{
    flex: 1 1 100%;
}

.form__column--50{
    flex: 1 1 calc(50% - var(--flex__column--gap));
}

.form__column--75{
    flex: 1 1 calc(75% - var(--flex__column--gap));
}

.form__column--25{
    flex: 1 1 calc(25% - var(--flex__column--gap));
}

.section__form--footer input{
    width: 100%;
    border: 2px solid transparent;
    background-color: #fff;
    color: #58595b;
    padding: 13px 25px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    transition: border-color 500ms ease, background-position 500ms ease;
}

.form__column--100{
    text-align: right;
}

.form__column--100 .form__submit{
    max-width: 140px;
}


.section__form--footer.section__form--main input, .section__form--footer.section__form--main textarea{
    width: 100%;
    border: 2px solid transparent;
    background-color: #f1f2ec;
    color: #58595b;
    padding: 13px 25px; /*25*/
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    transition: border-color 500ms ease, background-position 500ms ease;
}

.form__submit{
    background-image: url('https://marrow.ie/wp-content/uploads/2023/04/send-icon.svg');
    background-repeat: no-repeat;
    background-position: right 10% center;
    background-size: 30px;
    text-align: left;
    cursor: pointer;
}

.section__form--footer input:hover, .section__form--footer textarea:hover{
    border-color: #58595b;
    background-position: right 2.5% center;
}

/*Contact Form 7 Overrides*/
.wpcf7-spinner{
    position: absolute;
    bottom: 10%;
}

/*BLOG STYLES*/
.title__blog--hidden .entry-title{
    display: none;
}

/*.title__blog--hidden img, .button__shadow{
    transition: transform 500ms ease, box-shadow 500ms ease;
}

.title__blog--hidden img:hover, .button__shadow:hover{
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.5);
    transform: translateY(-10px);
}*/

.heading__blog a{
    transition: color 500ms ease;
}

.heading__blog a:hover{
    color: var(--text__color--dark);
}

.blog--less_margin .et_pb_post, .blog--less_margin .et_pb_post .entry-featured-image-url{
    margin-bottom: 0 !important;
}

.container__blog > div{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
    gap: 100px;
}

.container__blog > div img{
    object-fit: cover;
    aspect-ratio: 16/9;
}

.container__blog .et_pb_post{
    background-color: var(--light__green);
    margin-bottom: 0 !important;
    transition: transform 500ms ease, box-shadow 500ms ease;
}

.container__blog .et_pb_post:hover{
    transform: translateY(-10px);
   /* box-shadow: 0 10px 15px -3px rgba(0,0,0,0.5);*/
}

.container__blog .post-content, .container__blog .entry-title{
    padding: 0 25px 25px;
}

.container__blog .entry-title{
    padding-bottom: 10px;
    color: var(--text__color--dark);
}

.container__blog .entry-title a, .container__blog .post-content-inner p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}

.container__blog .post-content-inner p{
    -webkit-line-clamp: 3; /* number of lines to show */
}

.container__blog .more-link{
    margin-top: 25px;
    font-weight: 600;
}

/*CONTACT PAGE*/
.section__text--contact--dark, .section__heading--small--dark{
    color: var(--text__color--dark);
    font-size: 18px !important;
}

.section--more_padding{
    margin-top: 160px;
}

/*FOOTER SECTION*/
.footer__text--sub span, .footer__text--sub a{
    font-size: 12px !important;
    color: #fff;
    opacity: 0.5;
    transition: opacity 500ms ease;
}

.footer__text--sub a:hover{
    opacity: 1;
}


/*AMELIA OVERRIDES*/

.amelia-v2-booking #amelia-container .am-advsc__slots-item__inner, .amelia-v2-booking #amelia-container .am-fs-sb, .amelia-v2-booking #amelia-container .am-fs__main,.amelia-v2-booking #amelia-container .am-advsc.fc-theme-standard td.am-advsc__dayGridMonth-cell .fc-daygrid-day-frame,.amelia-v2-booking #amelia-container .am-select .el-input__inner,.amelia-v2-booking #amelia-container .am-button-group>.am-button:first-child,.amelia-v2-booking #amelia-container .am-button-group>.am-button:last-child,.amelia-v2-booking #amelia-container .am-button,.amelia-v2-booking #amelia-container .am-fs-sb__step{
    border-radius: 0 !important;
}

.am-fs-sb__step-selection{
    color: #fff  !important;
}

.amelia-v2-booking #amelia-container .am-fs-sb__step{
    background-color: #d5e4c3 !important;
}


/*DEVICES LESS THAT 1850px */
@media(max-width: 1850px){
    .section__row{
        width: 80% !important;
    }
}

/*DEVICES LESS THAT 1480px */
@media(max-width: 1480px){
    .section__row{
        width: 90% !important;
    }
    .section__heading--banner{
        font-size: 42px !important;
    }
    .section__heading--banner--small{
        font-size: 18px;
        margin-bottom: 50px !important;
    }
    .section--banner--half{
        min-height: 70vh !important;
    }
}

@media screen and (min-height: 500px) and (max-height:600px){
	    .section--banner--half{
        min-height: 86vh !important;
    }
}

@media(max-width: 1250px){
    .section__row--gutter_0 > .et_pb_column.et-last-child{
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
    }
}

/*DEVICES LESS THAT 980px */
@media(max-width: 980px){
    :root{
        --flex__column--gap: 0;
    }
    #section__nav{
        position: relative !important;
        padding: 0;
    }
    .section--banner{
        align-items: center;
        min-height: calc(100svh - 105px) !important;
    }
    .section--banner > .et_pb_row_0.et_pb_row{
        margin-bottom: auto !important;
    }
    .section{
        padding: 82px 0 !important;
    }
	.section_2{
    padding: 82px 0 !important;
	}
	.section_3{
    padding: 82px 0!important;
}
	
    .section__row--gutter_0 > .et_pb_column{
        padding: 25px !important;
    }
    .section__row--gutter_0 > .et_pb_column.et-last-child{
        padding: 25px !important;
        padding-top: 0 !important;
    }
    .section__row, .section__row.et_pb_row_0.et_pb_row{
        width: 85% !important;
        margin-bottom: auto !important;
    }
    .section__heading--banner{
        font-size: 28px !important;
    }
    .section__heading--banner--secondary{
        font-size: 24px !important;
    }
    .section__heading--banner--small{
        font-size: 16px;
        margin-bottom: 30px;
    }
	.section__heading--main{
		   font-size: 40px !important;
	}
	
	.heading__blog .entry-title{
        font-size: 40px !important;
        text-align: left !important;
    }
    .section__text--default, .post-content-inner p{
        font-size: 14px !important;
        text-align: left !important;
    }
    .section__heading--center, .section__text--center, .heading__blog .entry-title{
        text-align: center !important;
    }
    .section__text--default + .et_pb_button_module_wrapper{
        text-align: left;
    }
    .et_pb_menu .et_mobile_menu {
        top: 121% !important;
    }
    .container__blog > div{
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 50px;
    }
    .form__submit{
        max-width: 150px;
    }
    .form__column--25{
        text-align: right;
    }
    .form__column{
        flex: 1 1 100%;
    }
    .footer__row--sub > div.et_pb_column{
        margin-bottom: 0 !important;
    }
    .footer__text--sub{
        text-align: center !important;
        margin-bottom: 0 !important;
    }
    .break--mobile_hidden{
        display: none;
    }
}

@media(max-width: 425px){
	.section__heading--banner--small {
		font-size: 16px;
		margin-bottom: 30px;
		line-height: 21px;
	}
	#page-container{
		overflow-y: unset !important;
	}
}


@media(max-height: 770px){
    .section--banner{
        padding-bottom: 0 !important;
    }
    .section--banner > .section__row.et_pb_row_0.et_pb_row{
        margin-bottom: 20px !important;
    }
}