/*
Theme Name: Cosmo Child
description: Client Theme - Cosmo
Template: cosmo-parent
Version: 1.0.0
Text Domain: cosmo-child
Author: BCW
*/

.no-logo-title{
    font-size: 28px;
    text-align: center;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-weight: bold;
}
.bottom-contact-info .no-logo-title {
    color: #fff;
}
#services-section .tab-content ul {
    display: table;
}
.gallery img{
    object-fit: cover;
    height: 400px;
}
.dropdown-menu,
.dropdown-menu>.active>a {
  background-color: var(--color-1);
	top: 150%;
}
.dropdown-menu>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 12px;
    font-size: 18px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover{
	 background-color: var(--color-2);
}
.gallery-feature-inner .flex-col{
    flex: 1 1 calc(33.33%);
}