/*
Theme Name: Roneous Child
Theme URI: http://www.themelogi.com/themes/roneous
Description: A child theme of Roneous Theme
Author: THEMELOGI
Author URI: http://www.themelogi.com
Version: 1.0.0
Template: roneous
*/


/*Obento-Styles*/

section{
    padding: 50px 0;
}


.justify-text{
    text-align: justify;
}

.background-overlay {
    opacity: 0.80;
}

.back-to-top {
    background-color: #e8c358;
}




/*Responsive*/
@media all and (max-width: 767px) {
    
    .headings-title .widgettitle {
        font-size: 30px !important;
        line-height: 32px !important;
    }
    
    .headings-title .widgetsubtitle {
        font-size: 15px !important;
        line-height: 17px !important;
        padding-top: 5px !important;
    }

  .fila-inversa .row.vertical-flex {
    display: flex !important;
    flex-flow: wrap-reverse;  
    /*flex-direction: row-reverse;*/
  }
}

