.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS */body.elementor-page-53 .elementor-cta__bg.elementor-bg{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background-position: top center;
}

.email_style{
    margin-top:5%;
}

@media screen and (max-width:1024px) and (min-width:768px){
    body.elementor-page-53 h2.elementor-cta__title{
        font-size:2.5vw;
    }
    body.elementor-page-53 .elementor-cta__description{
        font-size:1.5vw;
    }
}


/************/
/*Staff page*/
/*title*/
.section_title{
	display:none;
}


/*column*/
.crl_column{
	min-width:483px;
}

@media screen and (max-width:1024px) and (min-width:768px) and (orientation:portrait){
	.crl_row{
		flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
	}
	.crl_column{
		border:3px solid #084c1d;
		margin-right: 1%;
                margin-bottom: 5%;
		scroll-snap-align: start;
		min-width:430px!important;
                max-width: 430px;
	}
}

@media screen and (max-width:767px) and (orientation:portrait){
	.crl_column{
		border:3px solid #084c1d;
		margin-right: 1%;
                margin-bottom: 5%;
		min-width:400px!Important;
                max-width: 400px;
		scroll-snap-align: start;
	}
}

@media screen and (max-width:767px) and (orientation:landscape){
	.crl_row{
		flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
	}
	.crl_column{
		border:3px solid #084c1d;
		margin-right: 1%;
                margin-bottom: 5%;
		scroll-snap-align: start;
		min-width:430px!important;
                max-width: 430px;
	}
}


/*pic*/
.staff_img img{
	object-position: top;
	height: 150px!important;
}

/*staff details*/
.content_title{
	font-size:18px;
	font-weight:bold;
}

.content_title+div, .staff_email,.content_description{
	font-size:15px;
}

.content_title,.content_description, .staff_email{
    font-family: Lato;
}

.content_title+div{
    font-family: Sans-Serif;
}

.staff_email{
    color:#006308;
}/* End custom CSS */