/*!
Theme Name: ifs
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ifs
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.

ifs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.navigation-menu ul {
    margin-right: 8rem;
    display: flex;
}
.logo img {
    height: auto;
}
.footer-links-box .menu li a {
   color: #fff;
}
.footer-links-box .menu {
    display: flex;
    flex-wrap:wrap;
}
.navigation-menu ul li.current-menu-item a {
    font-weight: 700;
}
.newsletter-form .submit-btn {
	border: none;
}
.newsletter-form .submit-btn {
    border: none;
    padding: 12px 24px;
}
.newsletter-form .form-group {
    padding: 14px 12px 8px;
}
.nav-search li{
	list-style: none;
}
.searchsecbar header.page-header {
    margin-bottom: 40px;
}
.searchsecbar article {
    width: calc(100% / 3);
    padding: 10px;
}

.searchsecbar article h2.entry-title {
    font-size: 18px;
    margin-bottom: 16px;
}

.searchsecbar article  .entry-meta {
    font-size: 13px;
    padding: 0px 0 16px;
    font-weight: 300;
    display: none;
}

.searchsecbar article .post-thumbnail {
    width: 100%;
    height: 270px;
    display: inline-block;
}

.searchsecbar article .post-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.searchsecbar article 
 footer.entry-footer {
    display: none;
}

.searchsecbar article  .entry-summary {
    padding: 16px 0;
    font-weight: 400;
    line-height: 1.2;
}

.news-bg-box.full-width-1023 .news-description.hide-1023 {
    display: none;
}

.news-content a {
    display: none;
}

.news-content h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.img-object img{
	object-position: top;
}

.upcoming-shows-list .img-object.upcoming-shows-image img {
    height: auto;
}

.hp-banner-img-content {
    display: none !important;!i;!;
}


.designers-images {
    display: grid;
    grid-template-columns: repeat(3,1fr) !important;
}
@media(max-width: 768px) {
	.searchsecbar article {
		width: calc(100% / 2);
		padding: 10px;
	}
}

@media(max-width: 500px) {
	.searchsecbar article {
		width: calc(100% / 1);
		padding: 10px;
	}
}