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

.ast-theme-transparent-header .main-header-bar {
    background: #580DBD;
    background: linear-gradient(180deg,rgba(88, 13, 189, 1) 0%, rgba(88, 13, 189, 0) 100%);
}
.sub-menu {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

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

.ftr-icon:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    color: #fff!important;
    font-size: 20px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.ftr-icon {
    padding-left: 30px;
    position: relative;
    padding-bottom: 20px;
}
.ftr-linkedin:before {
    content: "\f08c";
}
.ftr-phone:before {
    content: "\f095";
}
.ftr-mail:before {
    content: "\f0e0";
}

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



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



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

@media (max-width:921px){
    .site-branding {
        margin-top: -50px;
    }
    .site-primary-footer-wrap .ast-builder-footer-grid-columns {
        grid-template-columns: 1fr!important;
    }
    .site-primary-footer-wrap .site-footer-section {
        padding-bottom: 40px;
    }
    .site-primary-footer-wrap .footer-widget-area-inner {
        text-align: center!important;
    }
}

@media (max-width:768px){
    .col-half-pic-image,
    .col-half-pic-content {
        max-width: 100%!important;
    }
    .col-half-pic-image .fl-col-content,
    .col-half-pic-content .fl-col-content {
        border-radius: 0;
    }
}

@media (max-width: 544px){
	
}
