/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: 
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: astra-child
Template: astra
*/

@media (min-width:768px) {
	/* Header Logo */
	.site-header-primary-section-left.site-header-section.ast-flex.site-header-section-left {
	    position: relative;
	}
	.site-logo-img {
		position: absolute;
		top: 0px;
        left: 10px;
	}	
}



/* Header BG */
.ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-grid-center-col-layout {
    background: white;
}

/* Header Social Icons */
.ast-header-social-1-wrap.ast-header-social-wrap {
    padding-right: 35px;
}

/* Header Menu */
.current-menu-item {
    border-bottom: 1px solid #ffc625;
}

/* Menu Phone Icon */
.ast-header-button-1 .ast-custom-button {
    display: inline-flex;
    align-items: center;
}
.ast-header-button-1 .ast-custom-button:before {
    content: ' .';
    height: 30px;
    width: 30px;
    display: inline-block;
    background: url(/wp-content/uploads/2023/10/1.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.patternBG {
	background-size: 10px 10px !important;
 	background-image: repeating-linear-gradient(45deg, #f7f7f7 0, #f7f7f7 1px, #ffffff 0, #ffffff 50%) !important;
}

/* Services */
.service_icon {
    margin-bottom: 20px !important;
}

/* Dividers animation */
.bbe_divider svg {
    animation-name: divider;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

@keyframes divider {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

/* Business we've worked with */
.workedWith {
    display: flex;
    flex-flow: wrap;
    text-align: center;
    justify-content: center;
}
.workedWith__item {
    width: calc(26% - 12px);
    margin-bottom: 30px;
    padding: 20px 20px;
}
img.workedWith__logo {
    width: auto;
    height: 70px;
    max-width: 200px;
    object-fit: contain;
}
h3.workedWith__title {
    color: #ffc626;
    font-weight: normal;
    font-size: 23px;
    margin: 21px 0 10px;
}
.workedWith__description {
    color: white;
	display: none;
}

@media (max-width:768px) {
    .workedWith__item {
        width: 50%;
    }
    img.workedWith__logo {
        max-width: 150px;
    }
    h3.workedWith__title {
        font-size: 18px;
    }
}

/* Footer */ 
@media (min-width:768px) {
	.footer_brush {
		margin-top: -140px;
		margin-bottom: -50px;
	}

	.elementor-location-footer {
		margin-top: 40px;
	}
}

/* CONTACT FORM SUCCESS MESSAGE */
.elementor-message.elementor-message-success {
    color: #ffc624;
    text-align: center;
    margin-top: 40px;
}