/*!
 * Theme Name: HTML5 Blank
 * Theme URI: http://html5blank.com
 * Description: HTML5 Blank WordPress Starter Theme
 * Version: 1.5.0
 * Author: Robert DeVore
 * Author URI: http://robertdevore.com
 * Tags: HTML5, CSS3, starter, framework
 *
 * License: MIT
 * License URI: http://opensource.org/licenses/mit-license.php
 */

@font-face {
    font-family: 'arialnarrow'; /* Replace 'CustomFont' with your desired font name */
    src: url('fonts/arialnarrow.ttf') format('truetype'); /* Update the path */
    font-weight: normal; /* Optional */
    font-style: normal; /* Optional */
}

.search_vendor
{
	border: solid 2px #fffffe !important;
    border-radius: 4px !important;
    background: #fffffe !important;
    padding: 25px !important;
    font-size: 1.1em;
    margin: 40px 0 80px 0;
    display: block;
    outline: none;
    width: 100%;
}

.text-capitalize
{
    text-transform: capitalize;
}

#venDeals {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}

#venDeals td, #venDeals th {
  border: 1px solid #ddd;
  padding: 8px;
}

#venDeals tr:nth-child(even){background-color: #f2f2f2;}

#venDeals tr:hover {background-color: #ddd;}

#venDeals th {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #7C7A79;
  color: white;
}

body.vendor-specials header
{
    background:#ffffff;
    padding-bottom: 20px;
}

.vendorSpecialBannerOuter,.vendorSpecialDealsOuter
{
    padding-top: 0px !important;

}

.vendorSpecialBannerOuter
{
    padding-bottom: 30px !important;
    
}

.vendorSpecialDealsItems {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
    padding: 0 70px;
}

.vendorSpecialDealsItem {
    background-color: #fffffe;
    border: 1px solid rgba(100,145,181,0.24);
    padding: 15px;
    text-align: center;
}

.vendorSpecialDealsItemLogo {
    min-height: 75px;
    margin-bottom: 10px;
}

.vendorSpecialDealsItem h2 {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Merriweather";
    min-height: 40px;
}

a.close_inquiry_deal_msg
{
    margin-top: 20px;
}

.inquiry_deal_c_msg
{
    margin-bottom: 20px;
}

.d-none
{
    display: none;
}

.vendorSpecialDealsItemDesc {
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'arialnarrow';
    flex-direction: column;
    row-gap: 10px;
}

.vendorSpecialDealsItemLink a {
    
    filter: drop-shadow(0px 2px 1px rgba(11,9,17,0.64));
    background-color: #078080;
    font-size: 12px;
    color: #fffffe;
    font-weight: bold;
    font-family: "Arial";
    padding: 4px 25px;
}

.vendorSpecialDealsItemLink a.inprog,.inquiry-deal-Modal a.inprog
{
    opacity: 0.7;
    pointer-events: none;
}

.vendorSpecialBanner {
    display: inline-block;
    width: 100%;
    
    object-fit: cover;
}

.vendorSpecialBannerOuter .container-inner, .vendorSpecialDealsOuter .container-inner {
    max-width: 1189px;
}

.vendorSpecialBanner h2
{
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
}

.vendorSpecialNoDeals {
    font-family: new-kansas, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.4em;
    color: #222525;
    text-align: center;
    margin: auto;
}

.loadMoreVendors {
    margin-top: 40px;
}

.loadMoreVendors .loadMoreVendorButton
{
    display: none;
}

.page-id-124 .main-body
{
    display: block !important;
}

.breweries_list article.business
{
    border-bottom: solid 1px #ece6e0;
    padding: 30px 0;
}

.breweries_list article.business:first-child
{
    padding-top: 0;
}

.breweries_list article.business:last-child {
    border: none;
}

.breweries_list article.business p {
    padding: 0;
}


.p-0
{
    padding: 0px !important;
}

.pb-0
{
    padding-bottom: 0px;
}

.mb-10
{
    margin-bottom: 10px !important;
}

form#gform_6 .gform_footer {
    padding-top: 0px;
}

.home_logos_section {
    padding: 15px 0px 0px;
}

.home_logos .owl-stage {
  display: flex;
  align-items: center;
}

#gform_next_button_20_4,#gform_next_button_20_4 + img
{
    opacity: 0;
    pointer-events: none;

}

.business-logo,.business-logo img,.size-biz-logo
{
    border-radius: 0px !important;
}

div#field_20_93 label,div#field_6_34 label {
    display: none;
}

.createaccmodal
{
    font-size: 20px;
    line-height: 30px;
}


@media screen and (max-width: 1100px)
{
    .vendorSpecialDealsItems
    {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 900px)
{
    .vendorSpecialDealsItems
    {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px)
{
    .home_logos_section
    {
        padding: 50px 10px 70px;
    }
}

@media screen and (max-width: 667px)
{
    .vendorSpecialDealsItems
    {
        padding: 0 0px;
        grid-template-columns: repeat(1, 1fr);
    }
}