/*
Theme Name: Salina Art & Humanities
Theme URI: 
Author: Sanoop
Author URI: 
*/

#filterdContentsLoaded {
    min-height: 400px;
}
#flush-collapseOne input:checked + label {
    color: #a1c6e2;
    text-decoration: underline;
}
.search-side input,.search-side label{
  cursor: pointer;
}
.c-accordion__title {
  font-size: 18px;
}

.c-accordion__title:after {
  font-size: 30px;
}
.single-post .banner-inner h1 {
    font-size: 40px;
    margin-bottom: 0px;
    text-shadow: 0px 0px 10px #00000091;
}
@media (max-width: 501px) {
 header.fixed-header .logo img {
    max-width: 100%; 
}

}
.mt-4 {
	scroll-margin-top: 2em;
}
a {
    color: #e77204;
}
.wp-block-button__link, .btn-success {
	background-color: #e77204;
}
.color-boxes .boxes .green {
    background-color: #e77204;
}
.color-boxes .boxes .green a {
    background-color: #955315;
    border: 1px solid #955315;
}
.color-boxes .boxes .green a:hover {
    background-color: #955315;
}

.color-boxes .boxes h2 {
    font-size: 4vw;
    word-break: break-word;
}
span.carouselGallery-modal-username img {
    max-width: 30px;
}
.carouselGallery-modal-text {
    overflow-y: auto;
}
@media(max-width: 640px){
	.color-boxes .boxes h2 {
    font-size: 12vw;
    word-break: break-word;
}
}

/*fixed header with menu updates*/
@media(max-width: 991px){
	header.fixed-header .top-header {
    display: block;
    margin-top: -10px;
}
header.fixed-header .top-header a, header.fixed-header .top-header .social,header.fixed-header .top-header .search {
    visibility: hidden;
    opacity: 0;
	display: none;
}

header.fixed-header .top-header button.navbar-toggler {
    margin-bottom: -60px;
}

header.fixed-header .logo a {
    max-width: 300px;
}

.logo a {
    display: inline-block;
}

header.fixed-header .logo {
    text-align: left !important;
    min-height: 52px;
    display: flex;
    align-items: center;
}
header.fixed-header .logo img {
    max-width: 100%;
}
	}

