/*!
Theme Name: The Ladies Stop
Theme URI: https://claymindsolutions.com/
Author: claymindsolutions.com
Author URI: https://claymindsolutions.com/
Description: Description
Version: 1.0.0
Tested up to: 6.4.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: The Ladies Stop
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/* Alignments
--------------------------------------------- */
img {
	height: auto;
	max-width: 100%;
}
/* Alignments
--------------------------------------------- */

.alignleft {

	/rtl:ignore/
	float: left;

	/rtl:ignore/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/rtl:ignore/
	float: right;

	/rtl:ignore/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.menu-item a {text-decoration:none;}
.inner_box_facebook_live{
	text-align: center
}
.inner_box_facebook_live .items.position-relative{
	display: inline-block;
	width: calc((100% / 4) - 10px)
}
.testimonials .testi_main_slider_wapper{
	display: inline-block;
	width: 47%;
	position: absolute;
	right: 0;
	top: 0;
}
.testimonials .testi_main_slider_wapper.col_index_copy{
	display: none;
}
.testimonials .testi_main_slider_wapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	max-height: 588px;
}

.contact_us_footer_menu li::before{
	display: none;
}

@media screen and ( max-width:  767px){
	.inner_box_facebook_live .items.position-relative{
		width: calc((100% / 2) - 10px)
	}
	.testimonials .testi_main_slider_wapper.col_index_copy{
		display: block;
		width: 100%;
		position: relative;
		display: block;
		margin-top: 70px;
	}
	.testimonials .testi_main_slider_wapper{
		display: none;
	}
	.testimonials .testi_main_slider_wapper img{
		max-height: 440px;
	}
	.testimonials{
		padding-bottom: 40px;
	}
}
a.footer_link:hover {
    color: #ffffff !important;
}