/**
Theme Name: Robintek Child Theme
Author: Robintek
Author URI: https://robintek.com/
Description: Robintek Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: robintek-child-theme
Template: astra
*/


/*==== BUTTONS =======================================================================================*/



/*==== HEADER =======================================================================================*/



/*==== FOOTER =======================================================================================*/



/*==== HOME PAGE ====================================================================================*/



/*==== CUSTOM =======================================================================================*/

.box-featured-links .uabb-new-ib-desc {
    padding: 0;
}
.box-featured-links .uabb-new-ib-title,
.box-featured-links .uabb-new-ib-content {
    background-color: rgba(172,129,59,0.8); 
    margin: 0;
    opacity: 1;
}
.box-featured-links .uabb-new-ib-title {
    padding: 15px 20px;  
}
.box-featured-links .uabb-new-ib-content {
    padding: 0 20px 15px 20px;
}

/*==== MEDIA QUERIES ================================================================================*/

@media (max-width:921px){

}

@media (max-width:768px){
    .row-main-banner .fl-row-content-wrap:after {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@media (max-width: 400px){
	header .custom-logo-link img, 
    .ast-header-break-point .site-branding img, 
    .ast-header-break-point .custom-logo-link img{
        max-width: 200px;
        width: 200px;
    }
    .ast-logo-title-inline .site-logo-img {
        padding-right: 0;
    }
}
