@charset "UTF-8";
/*
Theme Name: Linn Street Liquors
Author: Webdesign 309
Author URI: http://www.webdesign309.com/
Description: We are a full service webdesign and development company delivering high end design and development solution for our clients and delivering best solutions to attract more visibility and customization to your website.
Version: 3.0.0
Tags: peoria web development, chicago web development, custom wordpress development, advertising agency solutions, florida webdesign, chicago webdesign, illinois webdesign, custom webdesign development
*/

@charset "UTF-8";

@font-face { font-family: 'Libre-baskerville'; src: url('fonts/LibreBaskerville-Bold.eot'); src: url('fonts/LibreBaskerville-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/LibreBaskerville-Bold.woff2') format('woff2'), url('fonts/LibreBaskerville-Bold.woff') format('woff'), url('fonts/-Bold.ttf') format('truetype'), url('fonts/LibreBaskerville-Bold.svg#LibreBaskerville-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }

@font-face { font-family: 'inter-semibold'; src: url('fonts/Inter18pt-SemiBold.eot'); src: url('fonts/Inter18pt-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Inter18pt-SemiBold.woff2') format('woff2'), url('fonts/Inter18pt-SemiBold.woff') format('woff'), url('fonts/Inter18pt-SemiBold.ttf') format('truetype'), url('fonts/Inter18pt-SemiBold.svg#Inter18pt-SemiBold') format('svg'); font-weight: 600; font-style: normal; font-display: swap; }

@font-face { font-family: 'acumin-pro'; src: url('fonts/AcuminPro-BoldItalic.eot'); src: url('fonts/AcuminPro-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminPro-BoldItalic.woff2') format('woff2'), url('fonts/AcuminPro-BoldItalic.woff') format('woff'), url('fonts/AcuminPro-BoldItalic.ttf') format('truetype'), url('fonts/AcuminPro-BoldItalic.svg#AcuminPro-BoldItalic') format('svg'); font-weight: bold; font-style: italic; font-display: swap; }

@font-face {
    font-family: 'inter-medium';
    src: url('fonts/Inter18pt-Medium.eot');
    src: url('fonts/Inter18pt-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter18pt-Medium.woff2') format('woff2'),
        url('fonts/Inter18pt-Medium.woff') format('woff'),
        url('fonts/Inter18pt-Medium.ttf') format('truetype'),
        url('fonts/Inter18pt-Medium.svg#Inter18pt-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'inter-regular';
    src: url('fonts/Inter18pt-Regular.eot');
    src: url('fonts/Inter18pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('fonts/Inter18pt-Regular.woff') format('woff'),
        url('fonts/Inter18pt-Regular.ttf') format('truetype'),
        url('fonts/Inter18pt-Regular.svg#Inter18pt-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


:root {
--body-color: #231F20;
--primary-color: #B53F3A;
--black-color: #000000;
--white-color: #FFFFFF;
--btn-color: #B53F3A ;

--body-font: 'acumin-pro';
--btn-font: 'Libre-baskerville';
--heading-font:'Libre-baskerville';
--inter-font:'inter-semibold';
--inter-regular:'inter-regular';
--inter-medium:'inter-medium';
}


*:focus { outline: none; }

/* 1. Create a Clean Base ------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address, small, big, cite,
 dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label, input, textarea, option,
  .nobox { background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

blockquote { quotes: none; }
br { height: 0; }
ul, ol, dl, li { margin: 0; padding: 0; list-style-type: none; }
ul, ol { margin: 0 0 0 0px; }
html, body { appearance: none; -webkit-appearance: none; border: none; -webkit-text-size-adjust: none; }


/* 2. Define Base Typography
------------------------------------------------------------------------------*/
body { padding: 0; margin: 0; font-family: var(--inter-regular); font-size: 20px; color: var(--body-color); line-height: 27px; box-sizing: border-box; overflow-x: hidden; }
/* section { overflow: hidden; } */
*, *:after, *:before { box-sizing: border-box; }

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 { margin: 0; color:var(--primary-color); line-height: 1.2; font-weight: normal; font-family: var(--heading-font); text-transform: capitalize; }

/* Specific Header Settings */
h1, .h1 { font-size: 80px; line-height: normal;}
h2, .h2 { font-size: 50px; }
h3, .h3 { font-size: 40px; }
h4, .h4 { font-size: 20px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 18px; }
p { word-wrap: break-word; margin-bottom: 20px; font-size: 18px; line-height: 27px;}


/* Other Typo */
strong { font-weight: bold; }
hr { border: 0 #000 solid; border-top-width: 1px; clear: both; height: 0; }
ol { list-style: decimal; }
ul { list-style: disc; }


/* Remove border around linked images */
img { max-width: 100%; border: 0; border-style: none; height: auto; }

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a { text-decoration: none; transition: 0.5s; color: var(--white-color); display: inline-block; font-size: 18px; line-height: 20px; }
a:hover { color: var(--btn-color); }
/* 5. Forms
------------------------------------------------------------------------------*/
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { font-family: var(--btn-font); font-weight: normal; margin: 0 0 0 0; padding: 15px; border-radius: 4px; background-color: var(--btn-color); border: 1px solid transparent; display: inline-block; vertical-align: middle; letter-spacing: 2%; font-size: 18px; color: #ffffff; line-height: 1; position: relative; outline: none; box-shadow: none; text-align: center; text-decoration: none; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; overflow: hidden; position: relative; z-index: 0; cursor: pointer; text-transform: capitalize;}

.button:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { color: var(--btn-color); background-color: #ffffff; border: 1px solid var(--btn-color);}
input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea { color: #1C1D21; padding: 10px 24px; font-family: var(--primary-font); font-size: 18px; letter-spacing: 0; line-height: 27px; outline: none !important; width: 100%; appearance: none; resize: none; background: #FFFFFF 0% 0% no-repeat padding-box; border: 1px solid #000000; border-radius: 8px; }


textarea {width: 100%; padding: 10px 24px; min-height: 96px; background: rgba(255, 255, 255, 1); resize: none; margin: 0 0 0px; }


input::-webkit-input-placeholder { color: #333; opacity: 37%; }
input:-moz-placeholder { color: #333; /*opacity: 0,8;*/ }
input::-moz-placeholder { color: #333; opacity: 37%; }
input:-ms-input-placeholder { color: #333; opacity: 37%; }
textarea::-webkit-input-placeholder { color: #333; opacity: 37%; }
textarea:-moz-placeholder { color: #333; opacity: 37%; }
textarea::-moz-placeholder { color: #333; opacity: 37%; }
textarea:-ms-input-placeholder { color: #333; opacity: 37%; }


/* ul li css */
ul li { position: relative; padding: 6px 8px 6px 18px; }
ul.col-2 li:before, ul.col-3 li:before, ul li:before { position: absolute; content: ""; width: 6px; height: 6px; background-color: var(--white-color); top: 15px; left: 0; border-radius: 50%; }


/* container */
.container { max-width: 1620px; width: 100%; padding: 0 50px; margin: 0 auto; }
.mini-container { max-width: 1100px; width: 100%; padding: 0 50px; margin: 0 auto; }


.col1 { width: 100%; }
.col2 { width: 50% !important; }
.col3 { width: 33.33%; }
.col4 { width: 25%; }

.d-flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.justify-content-start { justify-content: flex-start; }
.justify-content-center { justify-content: center; }
.justify-content-end { justify-content: flex-end; } 
.justify-content-between { justify-content: space-between; }
.align-items-start { align-items: flex-start; }
.align-items-center { align-items: center; }
.align-items-end { align-items: flex-end; }
.row-reverse { flex-direction: row-reverse; }
.text-center { text-align: center; } 
.text-left { text-align: left; }
.text-right { text-align: right; }

/* **********--------------------- def-page css ----------------------------**************** */
.def-page{padding: 50px 0px 50px;}
.def-page p{ color: var(--body-color); font-style: normal; font-weight: normal; line-height: 27px;}
.def-page .right-img{float:right; margin:0 0 15px 40px; position: relative; z-index: 0; }
.def-page .left-img{float:left; margin:0 40px 15px 0; position: relative;}
.def-page .right-img img{border-radius: 8px; position: relative; border: 1px solid var(--primary-color);}
.def-page .left-img img{border-radius: 8px; position: relative; border: 1px solid var(--primary-color);}
.def-page h2, .def-page h3, .def-page h4, .def-page h5, .def-page h6{ margin: 0 0 23px 0;}
.def-page h2{font-size: 50px;line-height: 60px;} 
.def-page h3{font-size: 40px;line-height: 50px;}
.def-page h4{font-size: 20px;line-height: 30px;}
.def-page h5{font-size: 18px;line-height: 26px;} 
.def-page h6{font-size: 18px;line-height: 26px;}
.def-page ul {margin: 0;padding-bottom: 10px;}
.overflow{ overflow: inherit !important;}
.def-page ul li { list-style: none; color: var(--body-color);position: relative;padding: 6px 8px 6px 20px;overflow: hidden;}
.def-page ul li:before {    position: absolute;
    content: '';
    top: 15px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--btn-color);   }
.def-page ol{padding-left: 0; padding-bottom: 25px;}
.def-page ol li {list-style-type:none;counter-increment:item;  padding: 5px 0 5px 0;  color: var(--body-color);}
.def-page ol li:before {display:inline-block; content: counter(item) "."; color: var(--body-color); padding-right:10px;}
.def-page ul.col-2, .def-page ul.col-3 { overflow: hidden }
.def-page ul.col-2 li {width: 50%;float: left;}
.def-page ul.col-3 li {width: 33.33%;float: left;}
.def-page p {padding-bottom: 0px;}

.privacy-page ol { margin-bottom: 25px;}
.privacy-page ol>li:before { padding-right: 05px;}
.privacy-page .privacy-inner{ padding-left: 0px; margin-bottom: 20px;}
.privacy-page .privacy-inner ul{ margin-top: 05px; }
.privacy-page ul,.privacy-page ol{ margin-left:0px;}
.privacy-page ol li{padding: 5px 0px;}
.privacy-page ul, .privacy-page ol {
    margin-left: 20px;
}

/* .privacy-page ol { margin-bottom: 25px;}
.privacy-page ol>li:before { padding-right: 05px;}
.privacy-page .privacy-inner{ padding-left: 0px; margin-bottom: 20px;}
.privacy-page .privacy-inner ul{ margin-top: 05px; }
.privacy-page ul,.privacy-page ol{ margin-left:0px;} */
.privacy-page ol li{padding: 5px 0px;}
.pagenotfound {width: 100%;display: block;padding: 80px 0px;text-align: center;}
.pagenotfound h2 {font-size: 50px;font-weight: 600;}
.pagenotfound p{font-size: 24px;}
.thankyou {text-align: center;}
.clearfix:after { clear: both; display: block; visibility: hidden; content: ""; }
.def-page a{ color: var(--primary-color); }
.def-page a.button{ color: var(--white-color); }
.def-page a:hover{color: var(--body-color); }
.def-page a.button:hover{color: var(--white-color); } 

/* header css  */

.site-header{ width: 100%; background: #fff; position: relative; }

.header_inr{ display: flex; align-items: center; justify-content: space-between; }

.header_logo{ display: block; line-height: 0; }

.header_logo img{ width: 154px; height: 112px; object-fit: contain; display: block; }

.header_logo a{ padding-top: 6px; width: 194px; height: 127px; position: absolute; top: 0; z-index: 1; border-radius: 50%; overflow: hidden; background: #fff; display: flex; align-items: center; justify-content: center; }

.header_right_otr ul li a{font-size: 17px; font-family: var(--heading-font); text-transform: uppercase; color: var(--body-color);}

.header_right {padding: 8px 0;}

.header_right_otr { width: 100%; display: flex; align-items: center; gap: 30px; justify-content: flex-end; }

.header_right_otr ul{display: flex; align-items: center; gap: 30px;}

.header_right_otr ul li::before{content: none;}

.header_right_otr ul li{padding: 0;}

.header_right_otr nav ul li:hover a, .header_right_otr nav ul li.active a, .header_right_otr ul li:hover a{color: var(--btn-color);}

.header_right_otr ul li a{ position: relative; padding-bottom: 5px; }


.header_right_otr ul li a::after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background: var(--btn-color); transform: translateX(-50%); transition: width .35s ease; }

.header_right_otr ul li a:hover::after, .header_right_otr ul li.active a::after{ width: 100%; }

.header_right_otr ul li a:hover, .header_right_otr ul li.active a{ color: var(--btn-color); }

.header_right_otr a.button{position: relative; padding-left: 44px;}

.header_right_otr a.button::before{ content: ''; position: absolute; left: 0; top: 0; width: 48px; height: 100%; background: url('images/call.webp') no-repeat center; background-size: 18px; }

.header_right_otr a.button:hover::before{ filter: brightness(0) saturate(100%) invert(37%) sepia(34%) saturate(1843%) hue-rotate(335deg) brightness(92%) contrast(92%); }

.header_right_otr ul li  >ul li a::after{content: none;}

.header_right_otr ul li { position: relative; }

.header_right_otr ul li > ul.sub-menu { display: block; position: absolute; top: 100%; left: 0; min-width: 220px; margin: 10px 0 0; padding: 0; background: #fff; visibility: hidden; opacity: 0; transform: scaleY(0); transform-origin: top; transition: 0.2s ease-in-out; z-index: 99; box-shadow: 0 10px 20px rgba(0,0,0,0.1); list-style: none; }

.header_right_otr ul li > ul.sub-menu li { border-bottom: 1px solid var(--btn-color); }

.header_right_otr ul li > ul.sub-menu li:last-child { border-bottom: none; }

.header_right_otr ul li > ul.sub-menu li a { display: block; padding: 12px 16px; background: #fff; color: var(--body-color, #333); font-size: 18px; text-decoration: none; white-space: nowrap; transition: 0.3s; }

.header_right_otr ul li > ul.sub-menu li a:hover { background: #f5f5f5; color: var(--btn-color); }
.header_right_otr ul li:hover > ul.sub-menu { visibility: visible; opacity: 1; transform: scaleY(1); }
.header_right_otr ul li > ul.sub-menu li.current-menu-item > a, .header_menu_list ul li > ul.sub-menu li:hover a { color: var(--white-color); background-color: var(--primary-color); } 




.banner_img img{ width: 100%; display: block; height: 100%; object-fit: cover;}

.text_slider{ background-color: #231F20; width: 100%; padding: 22px 0; overflow: hidden; position: relative; }

.text_slider_track{ display: flex; align-items: center; width: max-content; animation: marquee 20s linear infinite; }

.text_slider_inr{ flex-shrink: 0; padding: 0 40px; line-height: 0; }

.text_slider_inr span{ font-size: 16px; font-family: var(--body-font); color: #fff; line-height: 1; position: relative; text-transform: uppercase; padding-left: 20px; white-space: nowrap; }

.text_slider_inr span::before{ position: absolute; content: ''; top: 5px; left: 0; width: 5px; height: 5px; border-radius: 50%; background-color: #fff; }

@keyframes marquee{ 0%{ transform: translateX(0); } 100%{ transform: translateX(-33.33%); } }

.service{padding: 70px 0 44px 0;}

.service h2{color: #231F20; position: relative;}

.service h2,.faq h2,.gallery_slider h2{width: fit-content; margin: 0 auto;}

.service h2:before,.faq h2::before,.gallery_slider h2:before{position: absolute; bottom: 0; left: 50%; content: ''; width: 100%; max-width: 80%; height: 2px; background-color: var(--btn-color); transform: translate(-50%);}

.box-inr { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px 0; margin: 0 -15px; padding: 50px 0 0px; }

.box-item { max-width: 25%; width: 100%; padding: 0 10px; }

.box-item .box-item-box { width: 100%; }

.box-item .box-item-box .img_box { width: 220px; height: 220px; overflow: hidden; border-radius: 50%; background-color: #e9e9e9; margin: 0 auto 15px; }

.img_box img { width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); will-change: transform; }

.box-item:hover .img_box img { transform: scale(1.15); }

.box-item-box h3{font-family: var(--inter-font); color: var(--body-color); text-transform: uppercase;}

.follow_us{ position: relative; width: 100%; padding: 70px 0; background: url(images/beer_img.webp) no-repeat center; background-size: cover; overflow: hidden; }

.follow_us::before{ position: absolute; content: ''; inset: 0; background: rgba(0, 0, 0, 0.68); z-index: 0; }

.follow_us .container{ position: relative; }

.facebook_card{position: relative;}

.facebook_card img{ width: 100%; max-width: 481px; display: block; border-radius: 13px;}

.facebook_content { width: 100%; max-width: 60%; display: flex; flex-direction: column; justify-content: flex-end; }

a.button.fb_button{font-family: var(--inter-font); width: max-content; margin-left: -40px; padding: 11px 35px 10px 34px;}

.facebook_content h2{margin-top: 45px; text-transform: capitalize; color: #fff;}

.facebook_card{width: 100%; max-width: 40%;}

.facebook_otr{display: flex; width: 80%; margin: 0 auto; gap: 9px;}


.faq { padding: 40px 0 70px; overflow: hidden; }
.faq h2 { text-align: center; margin: 0 auto 35px; color: var(--body-color); position: relative;}
/* .faq > * { position: relative; z-index: 1;} */
.faq-otr { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 0; width: 62%; margin: 0 auto;}
.accordion-item {font-family: var(--inter-font); max-width: 100%; width: 100%; overflow: hidden; transition: 0.7s ease-in-out; height: min-content; border-radius: 6px; background: #FFFFFF; border: 1px solid var(--body-color); }
.accordion-header {font-family: var(--inter-font); font-size: 16px; line-height: 20px; position: relative; transition: 0.3s all; cursor: pointer; opacity: 1; padding: 22px 36px 22px 22px; text-align: left; color: var(--body-color);}
.accordion-content { font-size: 16px; line-height: 20px; padding: 0px 23px; max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.accordion-content .content-section p  { margin-bottom: 15px; }

.accordion-header::before { content: ""; position: absolute; right: 18px; top: 32px; width: 12px; height: 12px; border-right: 2px solid var(--body-color); border-bottom: 2px solid var(--body-color); transform: translateY(-60%) rotate(45deg); transition: transform 0.3s ease; }

.accordion-item.active .accordion-header::before { transform: translateY(-40%) rotate(-135deg); }

.faq h2::before{width: 70px; bottom: -10px;}

.content-section p{ font-size: 16px; line-height: 20px; font-family: var(--inter-regular); font-weight: 400; }

footer { font-family: var(--inter-medium); background-color: rgba(35, 31, 32, 1); padding: 35px 0px; }

footer .footer_links{text-transform: uppercase;}
footer .footer_links ul li::before,.footer_fb ul li:before{content: none;}
footer .footer_links ul li,.footer_fb ul li{padding: 0 0 10px 0; color: #fff; text-transform: uppercase; font-size: 16px;}
.footer_logo {width: 248px; height: 180px;}

.footer_fb ul li:first-child a:hover img{ transform: scale(1.1); transition: 0.5s all; box-shadow: 0 14px 30px rgba(181,63,58,0.4); }

footer .footer_links ul li a,.footer_fb ul li a{font-size: 16px;}
footer .footer_links ul li.active a{color: var(--btn-color);}


.inner_banner{background-color: rgba(35, 31, 32, 1);padding: 50px 0;}

.inner_banner h1{color: #ffffff;}


/* form css */
span.wpcf7-form-control-wrap, .full_width_input { max-width: 49%; }

.contact-wrapper { display: flex; gap: 30px; flex-wrap: wrap; }

.contact-map { flex: 1; min-height: 400px; border-radius: 10px; overflow: hidden; }

.contact-map iframe { width: 100%; height: 100%; }

.contact-form { flex: 1; background: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.form-row { display: flex; gap: 15px; margin-bottom: 20px; }

.form-row.full_width_input { display: block; max-width: 100%; }

.contact-section{padding: 60px 0;}

.footer_inr { padding-bottom: 50px}

.footer_copy p{color: var(--white-color); padding-top: 20px; margin-bottom: 0;}

.footer_copy {
    border-top: 1px solid var(--white-color);
}

.contact-form p a:hover{color: var(--body-color);}

.contact-form p a{color: var(--btn-color);}

.gallery_slider{text-align: center; padding: 50px 0; background-color: var(--btn-color);}

.gallery_slider h2 { color: var(--white-color); position: relative; }

.gallery_slider h2:before { bottom: -10px; background-color: var(--white-color); }

.gallery_div_inr{ margin: 0 -15px; text-align: center; position: relative; }

.gallery_div_col_inr{ width: 25%; padding: 0 15px; display: inline-block; vertical-align: top; }

.gallery_div_img{ position: relative; overflow: hidden; border-radius: 10px; }

.gallery_div_img img{ width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 10px; transition: 0.5s; }


/* Remove Default Slick Arrow */
.gallery_slider .slick-prev:before, .gallery_slider .slick-next:before{ display: none; }

/* Common Arrow Button */
.gallery_slider .slick-prev, .gallery_slider .slick-next{ width: 50px; height: 50px; border-radius: 50%; background: #fff; border: none; position: absolute; top: 50%; transform: translateY(-50%); z-index: 0; font-size: 0; color: transparent; display: block !important; cursor: pointer; transition: background-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease; box-shadow: 0 5px 15px rgba(0,0,0,0.15); }

/* Hide Default Arrow */
.gallery_slider .slick-prev:before, .gallery_slider .slick-next:before{ display: none; }

/* SVG Arrow */
.gallery_slider .slick-prev:after, .gallery_slider .slick-next:after{ content: ''; position: absolute; width: 22px; height: 22px; top: 50%; left: 50%; transform: translate(-50%, -50%); background-repeat: no-repeat; background-position: center; background-size: contain; opacity: 1; filter: brightness(0); transition: filter 0.4s ease, transform 0.4s ease; }

/* Left Arrow */
.gallery_slider .slick-prev:after{ background-image: url('./images/left_arrow.svg'); }

/* Right Arrow */
.gallery_slider .slick-next:after{ background-image: url('./images/rigth_arrow.svg'); }

/* Position */
.gallery_slider .slick-prev{ left: -55px; }
.gallery_slider .slick-next{ right: -55px; }
.gallery_div_inr{ margin-top: 50px; }
.gallery_slider .slick-prev:hover, .gallery_slider .slick-next:hover{ background: #000; transform: translateY(-50%) scale(1.08); box-shadow: 0 10px 25px rgba(0,0,0,0.25); }
.gallery_slider .slick-prev:hover:after, .gallery_slider .slick-next:hover:after{ filter: brightness(0) invert(1); transform: translate(-50%, -50%) scale(1.1); }
.gallery_slider .gallery_div_col_inr a{ height: 100%; width: 100%; position: relative; display: block; overflow: hidden; border-radius: 10px; }
.gallery_slider .gallery_div_col_inr a:hover:after { transform: scale(1); -webkit-transform: scale(1); }
.gallery_slider .gallery_div_col_inr a::after { content: ''; position: absolute; display: block; width: 100%; height: 100%; left: 0; top: 0; transform: scale(0); -webkit-transform: scale(0); transform-origin: center; background: url(images/zoom.svg) center no-repeat rgba(0, 0, 0, 0.4); transition: .5s; background-size: 45px; }
.mfp-counter { top: 42px !important; color: var(--white-color) !important; font-size: 14px; }
button.mfp-close { width: 42px !important; height: 42px; top: -50px; cursor: pointer !important; right: 0; opacity: 1; background: var(--primary-color) !important; color: #fff; font-weight: 500; font-size: 30px; border-radius: 4px; border: solid 2px var(--primary-color); line-height: 38px; padding-right: 0px; text-align: center !important; padding-right: 0 !important; }
button.mfp-close:hover { background-color: var(--white-color) !important; color: var(--primary-color) !important; }
img.mfp-img { max-height: 80vh !important; padding: 0 !important; }


.gallery_slider .slick-prev { z-index: 1; }
.menu-toggle{ display: none; }

.mfp-image-holder .mfp-content { max-width: 59% !important; }