.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-267 .elementor-element.elementor-element-535aa8a .elementor-heading-title{color:#000000;}.elementor-267 .elementor-element.elementor-element-7c87e17{margin-top:3%;margin-bottom:0%;}.elementor-267 .elementor-element.elementor-element-4c11b2b .elementor-heading-title{color:#000000;}.elementor-267 .elementor-element.elementor-element-510d9cb{margin-top:3%;margin-bottom:0%;}.elementor-267 .elementor-element.elementor-element-dda9298 .elementor-heading-title{color:#000000;}.elementor-267 .elementor-element.elementor-element-7dcd1dd{margin-top:3%;margin-bottom:0%;}.elementor-267 .elementor-element.elementor-element-411f1a5 .elementor-heading-title{color:#000000;}/* Start custom CSS */.section_title{
	display:none;
}

.sq_image{
    display: none;
}

.sq_content{
    min-height: 170px;
    background-color: #7c1925;
    border-bottom:5px solid #ffcd04;
}

.sq_content_title,.sq_content_description,.button_email{
    font-family: Lato;
    color:#ffcd04;
}

.sq_content_title{
    font-weight: bold;
    font-size:20px;
}

.sq_content_description{
    font-size: 14px
}

.sq_image_bg img{
    height: 100%
}

.button_email{
    border:2px solid #ffcd04;
    color:#ffcd04;
}

.button_email:hover{
    border:2px solid #ffcd04;
    background-color: #ffcd04;
    color:#7c1925;
}

@media screen and (max-width:767px) and (orientation:portrait){
body.elementor-page-267 .elementor-shortcode{  
        display: flex;  
        flex-wrap: nowrap;  
        overflow-x: auto;  
        -webkit-overflow-scrolling: touch;  
        scroll-snap-type: x mandatory;  
    }  
.sq_row{ 
        flex: 0 0 auto;  
        max-width: calc((70vw * 3) + 15px);  
        scroll-snap-align: center ;  
        overflow: visible;  
        }  
     
.sq_column{ 
        width: 70vw!important; 
        padding:5px; 
    } 
    
    .sq_image{
        height:80vw;
    }
    
    .sq_content_title{
    font-size:5vw;
}
    .sq_content_description{
    font-size:4vw;
    }
    
    .sq_content{
    min-height: 170px;
}
}

@media screen and (max-width: 767px) and (orientation: landscape){
body.elementor-page-267 .elementor-shortcode{  
        display: flex;  
        flex-wrap: nowrap;  
        overflow-x: auto;  
        -webkit-overflow-scrolling: touch;  
        scroll-snap-type: x mandatory;  
    }  
.sq_row{ 
        flex: 0 0 auto;  
        max-width: calc((33vw * 3) + 15px);  
        scroll-snap-align: center ;  
        overflow: visible;  
        }  
     
.sq_column{ 
        width: 33vw!important; 
        padding:5px;
        scroll-snap-align: center ;
}

.sq_content{
    min-height: 170px;
}

.button_email{
    padding:6px 12px;
}
}

/*ellipsis*/
.sq_content_description{
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sq_content_description:hover{
  overflow: visible;
  white-space: normal;
}/* End custom CSS */