.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-789 .elementor-element.elementor-element-1671745{margin-top:3%;margin-bottom:0%;}.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-789 .elementor-element.elementor-element-f93307a{text-align:start;}.elementor-789 .elementor-element.elementor-element-f93307a .elementor-heading-title{color:#000000;}.elementor-789 .elementor-element.elementor-element-3f772a8{margin-top:3%;margin-bottom:0%;}.elementor-789 .elementor-element.elementor-element-0d37aff{text-align:start;}.elementor-789 .elementor-element.elementor-element-0d37aff .elementor-heading-title{color:#000000;}.elementor-789 .elementor-element.elementor-element-b718bd3{margin-top:3%;margin-bottom:0%;}.elementor-789 .elementor-element.elementor-element-54cc2a5{text-align:start;}.elementor-789 .elementor-element.elementor-element-54cc2a5 .elementor-heading-title{color:#000000;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS */.section_title{
	display:none;
}

.sq_image{
    display: none;
}

.sq_content{
    min-height: 170px;
    background-color: #9c694d;
    border-bottom:10px solid #734429;
}

.sq_content_title,.sq_content_description,.button_email{
    font-family: Roboto;
    color:white;
}

.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 white;
    color:white;
}

.button_email:hover{
    border:2px solid white;
    background-color: white;
    color:#9c694d;
}

@media screen and (max-width:767px) and (orientation:portrait){
body.elementor-page-789 .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-789 .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: 195px;
}

.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 */