/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful 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: astra-child
Template: astra
*/

/* Toggles */

.wp-block-toggles summary {
	font-weight: 600;
}

.wp-block-toggles .wp-block-toggles__content {
	margin-top: 10px;
}

.wp-block-toggles .wp-block-toggles__content a {
	margin-top: 10px;
	display: inline-block;
}

/* Testimonials */


.testimonials-slider .single-item-wrapper {
	display: flex;
    flex-direction: column;
	max-width: 640px;
	margin: 0 auto;
}

.testimonials-slider .tss-carousel3 .item-content-wrapper {
	background: none;
}

.testimonials-slider .item-content-wrapper:before {
	display: none;
}

.testimonials-slider .tss-carousel3 .item-content {
	font-size: inherit;
}

.testimonials-slider .single-item-wrapper h4.author-bio {
	order: 2;
	font-size: inherit;
	font-family: inherit;
}

.testimonials-slider .item-company {
	display: block;
}

.testimonials-slider .tss-carousel .swiper-button-prev {
	left: 40px;
}

.testimonials-slider .tss-carousel .swiper-button-next {
	right: 40px;
}

@media only screen and (max-width: 767px) {
	.testimonials-slider .tss-carousel .swiper-button-prev {
		left: 6px;
	}

	.testimonials-slider .tss-carousel .swiper-button-next {
		right: 6px;
	}
}

/* Buttons */

.wp-block-uagb-buttons .wp-block-uagb-buttons-child .uagb-buttons-repeater {
	background-color: #759177!important;
	border: none!important;
	border-radius: 4px!important;
}

.wp-block-uagb-buttons .wp-block-uagb-buttons-child .uagb-buttons-repeater:hover {
	background-color: #6C8C6E!important;
}


/* Client logos */

#client-logos {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	flex-direction: row;
}

#client-logos figure {
	max-width: 108px;
}

/* Contact form */

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100%!important;
}

/* Portfolio image galery */

.image-galery-interactive .wp-block-image a {
	overflow: hidden;
}

.image-galery-interactive .wp-block-image a img {
 	transition: transform 0.3s ease;
}

.image-galery-interactive .wp-block-image a img:hover {
  transform: scale(1.05); /* slight zoom in */
}

/* Service */

.entry-content > .services-food-photography-columns {
	padding: 0;
}

/* Video Content */

.video-content-video-container figure {
	max-width: 450px;
}

/* Mobile */

@media only screen and (max-width: 767px) {
    .wp-block-uagb-container {
        padding-left: 16px!important;
        padding-right: 16px!important;
	}
}

@media (max-width: 544px) {
    h5, .entry-content h5 {
        font-size: 1.5rem;
    }
}

[class*="wp-container-core-columns-is-layout"] {
	gap: 16px!important;
}

.ast-plain-container.ast-no-sidebar #primary {
	margin-top: 60px;
    margin-bottom: 60px;
}

.spectra-image-gallery__control-arrows--carousel {
	background-color: #759177!important;
	border-radius: 4px!important;
}
.spectra-image-gallery__control-arrows svg {
	fill: white!important;
}

.spectra-image-gallery__layout--carousel ul.slick-dots li button:before {
	color: #759177!important;
}


