/*
Theme Name: VIDA Baby Theme
description: Charitize Child Theme created by Alex Ridoré
Author: Alex Ridoré
Template: charitize
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: vida-baby
*/

/* Custom styles go here  */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #37539c;
}

#fixedhead .site-branding {
	display: none;
}

.lead-content {
	flex-basis: 30%;
	position: relative;
}

.lead-img {
    background-position: center top;
    background-size: cover;
    padding-top: 130%;
}

.lead-btn {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.thumb-overlay.main-slider-overlay {
    background: rgba(55, 83, 156, 0.65);
}

.slick-arrow {
	display: none !important;
}

.wrapper-activity .slick-dots {
	display: flex;
	gap: 10px;
	left: 0;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 40%;
	width: 80%;
}

.slick-dots button {
	background: none;
	border-bottom: 3px solid #ffd52f;
    padding: 18px 0 20px;
    text-indent: -9999px;
    width: 100%;
}

.slick-dots .slick-active button,
.slick-dots button:hover {
	border-color: #1e414e;
}

.slick-dots li {
	flex-grow: 1;
}

body.coming-soon {
	display: grid;
	height: 100vh;
	padding: 0 50px;
}

body.coming-soon img {
	margin: auto;
}

body.coming-soon p {
	text-align: center;
}

@media screen and (min-width: 481px) {
	.wrapper-activity .slick-dots {
		top: 30%;
		width: 150px;
	}
}

@media screen and (min-width: 575px) {
	#fixedhead .site-branding {
	    display: block;
	}
}

@media screen and (max-width: 574px) {
	#fixedhead .site-branding {
	    margin: 0 auto;
	}
}

@media screen and (min-width: 575px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	    float: left;
	}

	.col-sm-6 {
	    width: 50%;
	}
}

@media screen and (min-width: 650px) {
	.lead-container {
		display: flex;
		gap:  30px;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.site-header .site-branding {
		margin-bottom: 0;
	    max-width: 400px;
	    width: 90%;
	}
}

@media screen and (min-width: 1024px) {
	.col-md-4 {
	    width: 33.33333333%;
	}

	.col-md-8 {
	    width: 66.66666667%;
	}
}