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


/*==== FONTS ========================================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


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



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



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

.box-service .uabb-imgicon-wrap {
    margin-top: 0!important;
}
.box-service .uabb-imgicon-wrap .uabb-image-content {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.box-service .uabb-infobox-content {
    padding-bottom: 20px;
}

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

.ast-advanced-headers-title {
    margin-bottom: 0;
}
.ast-title-bar-wrap {
    background-image: linear-gradient(180deg, #f3eeeb 0%, rgba(255, 255, 255, 0) 100%);
}
.ast-title-bar-wrap .ast-advanced-headers-layout .ast-container {
    border-bottom: 1px solid #d6cdc8;
    padding-bottom: 20px;
}
.ast-article-single img {
    box-shadow: none;
}
.ast-post-social-sharing {
    padding-top: 40px;
}
.ast-post-social-sharing .ast-social-sharing-heading {
    margin-bottom: 0;
}
.box-schedule p {
    margin-bottom: 0;
}
.box-schedule .spwidget-button {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: var(--ast-global-color-1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    color: var(--ast-global-color-1);
}
.box-schedule .spwidget-button:hover {
    background-color: var(--ast-global-color-1);
    color: #fff;
}
.box-schedule .spwidget-button-wrapper {
    text-align: left;
}

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

@media (max-width:921px){
    .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;
    }
    .col-service {
        width: 50%!important;
        float: left;
        clear: none;
    }
}

@media (max-width:768px){
    .col-pract-intro {
        max-width: 365px;
    }
    .col-pract-details-bio {
        max-width: 400px;
    }
}

@media (max-width: 544px){
	
}
@media (max-width: 420px){
	.col-service {
        width: 100%!important;
        float: none;
        clear: both;
    }
}