/*
Theme Name: Anvogue Child
Theme URI: https://anvogue.presslayouts.com/landing
Author: PressLayouts Team
Description: This is a child theme for Anvogue
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: anvogue
Text Domain: anvogue-child
*/

.pls-header-phone-text {
	margin-right: 5px;
}

.img-caption .wp-caption-text {
	position: absolute;
    top: -95px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    font-size: 42px;
    line-height: 42px;
    font-style: normal;
    font-weight: 500;
}

.home-banner {
	height: 600px;
}

.banner-headings .heading-title,
.banner-headings .heading-tagline {
	text-shadow: 1px 1px 1px #000;
}

.home-slide .pls-slide-content {
	background: #FFF;
	max-width: 450px;
}

.pls-mobile-menu-header {
	margin-top: 25px;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
    .home-slide .pls-slide-content {
        width: 90%!important;
        padding: 15px!important;
		margin-left: 15px;
    }
	
	.home-slide .pls-slide-description {
		display: block;
	}
	
	.home-slide .pls-slide-title {
		font-size: 29px;
	}
	
	.img-caption .wp-caption-text {
		font-size: 30px;
		line-height: 35px;
		top: -50px;
	}
	
}