.elementor-kit-4{--e-global-color-primary:#1F4C70;--e-global-color-secondary:#DE5F28;--e-global-color-text:#7A7A7A;--e-global-color-accent:#EFEFEF;--e-global-color-cd95279:#FFFFFF;--e-global-typography-primary-font-family:"Basier Circle Bold";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Basier Circle Regular";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){margin-bottom:24px;}.elementor-element{--widgets-spacing:24px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ------ TYPOGRAPHY ------ */

h1 {
	font-size: 46px;
	line-height: 56px;
}
h2{
	font-size: 28px !important;
	line-height: 34px !important;
}
h3{
	font-size: 22px !important;
	line-height: 30px !important;
}
h4{
	font-size: 24px !important;
	line-height: 34px !important;
}
h5{
	font-size: 20px !important;
	line-height: 30px !important;
}
h6{
	font-size: 18px !important;
	line-height: 28px !important;
}
p{
	font-size: 16px !important;
	line-height: 26px !important;
}

@media only screen and (min-width: 768px) {
    
    h1 {
	    font-size: 82px;
    	line-height: 86px;
    }
    h2{
	    font-size: 42px !important;
	    line-height: 48px !important;
    }
    h3{
    	font-size: 28px !important;
    	line-height: 38px !important;
    }
    h4{
    	font-size: 24px !important;
    	line-height: 30px !important;
    }
    h5{
    	font-size: 20px !important;
    	line-height: 30px !important;
    }
    h6{
    	font-size: 20px !important;
    	line-height: 24px !important;
    }
    p{
    	font-size: 18px !important;
    	line-height: 28px !important;
    }
}
@media only screen and (min-width: 1024px) {
    
    h1 {
	    font-size: 82px;
    	line-height: 86px;
    }
    h2{
	    font-size: 46px !important;
	    line-height: 56px !important;
    }
    h3{
    	font-size: 38px !important;
    	line-height: 48px !important;
    }
    h4{
    	font-size: 30px !important;
    	line-height: 38px !important;
    }
    h5{
    	font-size: 24px !important;
    	line-height: 34px !important;
    }
    h6{
    	font-size: 20px !important;
    	line-height: 24px !important;
    }
    p{
    	font-size: 16px !important;
    	line-height: 26px !important;
    }
}

/* COLUMNS - To allow you to use 100% widths */
section > .elementor-container {
    flex-wrap: wrap;
}

/* REMOVES DEFAULT PADDING FROM COLUMNS */

.elementor-element-populated{
    padding: 0 !important;
}


/* SECTION PADDING */

.section{
    padding: 48px 16px !important;
}
@media only screen and (min-width: 768px) {
    .section{
        padding: 72px 24px !important;
    }
}

@media only screen and (min-width: 1024px) {
    .section{
        padding: 96px 0px !important;
    }
}


/* BUTTON STYLES */

.btn-primary .elementor-button{

font-style: normal;
font-size: 16px;
line-height: 26px;
text-align: center;
color: #fff;
background:#DE5F28;
border-radius: 100px;
margin-top: 24px;
padding: 12px 48px !important;
}

.btn-primary .elementor-button:hover{
background: #F2804F;
}


/* TITLE WIDTHS */

.title {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
.sub-title {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 1024px){
    .title {
        width: 888px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .sub-title {
        width: 660px !important;
        margin-left: auto;
        margin-right: auto;
    }
}



/* TEXT BANNER*/

.banner-title .text-col {
    width: 100%;
    padding: 48px 24px;
}
@media only screen and (min-width: 753px) {
    .banner-title .text-col {
        padding: 72px 48px;
    }
}    
@media only screen and (min-width: 1024px) {
    .banner-title .text-col {
        width: 60%;
        padding: 72px 48px;
    }
}



/* IMAGE AND TEXT SECTION */

.img-text > .elementor-container{
    justify-content: space-around;
}
.img-text .img-col,
.img-text .text-col{
    width: 100%;
}
.img-text .img-col{
    margin-top: 0px;
}
.img-text .text-col{
    margin-top: 24px;
}
.img-text .text-col h6{
    margin-bottom: -16px;
}

@media only screen and (min-width: 753px) {
    .img-text .img-col,
    .img-text .text-col{
        width: 45%;
    }
    .img-text .img-col{
        margin-top: 0px;
    }
    .img-text .text-col{
        margin-top: 0px;
    }
}

@media only screen and (min-width: 1024px) {
    .img-text .img-col,
    .img-text .text-col{
        width: 45%;
    }
}


/* TITLE AND TEXT SECTION */

.title-text > .elementor-container{
    justify-content: space-around;
}
.title-text .text-col{
    margin-top: 24px;
}

@media only screen and (min-width: 753px) {
    .title-text > .elementor-container{
        justify-content: space-around;
    }
    .title-text .title-col,
    .title-text .text-col{
        width: 45%;
        margin-top: 0;
    }
}


@media only screen and (min-width: 1024px) {
    .title-text > .elementor-container{
        justify-content: space-around;
    }
    .title-text{
        padding: 200px 0 !important;
    }
    .title-text .title-col{
        width: 45%;
    }
    .title-text .text-col{
        width: 45%; 
    }
}

/* LARGE TITLE */


.large-title h2{
    font-size: 38px !important;
    line-height: 46px !important;
}
@media only screen and (min-width: 753px) {
    .large-title h2{
        font-size: 48px !important;
        line-height: 56px !important;
    }
}
@media only screen and (min-width: 1024px) {
    .large-title h2{
        font-size: 68px !important;
        line-height: 76px !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Basier Circle Bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://homesforfarnham.kinsta.cloud/wp-content/uploads/2020/10/basiercircle-bold-webfont.eot');
	src: url('https://homesforfarnham.kinsta.cloud/wp-content/uploads/2020/10/basiercircle-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('https://homesforfarnham.kinsta.cloud/wp-content/uploads/2020/10/basiercircle-bold-webfont.woff2') format('woff2'),
		url('https://homesforfarnham.kinsta.cloud/wp-content/uploads/2020/10/basiercircle-bold-webfont.woff') format('woff'),
		url('https://homesforfarnham.kinsta.cloud/wp-content/uploads/2020/10/basiercircle-bold-webfont.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Basier Circle Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://homesforfarnham.kinsta.cloud/wp-content/uploads/2020/10/basiercircle-regular-webfont.eot');
	src: url('https://homesforfarnham.kinsta.cloud/wp-content/uploads/2020/10/basiercircle-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('https://homesforfarnham.kinsta.cloud/wp-content/uploads/2020/10/basiercircle-regular-webfont.woff2') format('woff2'),
		url('https://homesforfarnham.kinsta.cloud/wp-content/uploads/2020/10/basiercircle-regular-webfont.woff') format('woff'),
		url('https://homesforfarnham.kinsta.cloud/wp-content/uploads/2020/10/basiercircle-regular-webfont.ttf') format('truetype');
}
/* End Custom Fonts CSS */