/*
theme name: AE Rental Theme
author: AbsoluteExhibits
author uri: https://absoluteexhibits.com/
description: getwid base wordpress child theme.
template: getwid-base
text domain: getwid-base-child
 Version: 1.1.7
*/
 
body, button, input, select, optgroup, textarea {
    color: #6c727a;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 17px; 
    line-height: 1.75;
    letter-spacing: .1px;
}

body {
    padding-top: 100px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}

h2 {
    font-size: 2rem;
}

.wp-block-button__link {
    text-align: left;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .more-link {
    text-transform: initial;
}

.wp-block-column > * {
    margin-bottom: 1em;
}

body.single .site-main > .hentry > .entry-header .entry-title, body.page .site-main > .hentry > .entry-header .entry-title {
    width: 100%;
    max-width: 938px;
    margin: 0 auto 4rem;
    text-align: center;
}

p, li { 
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: #333333;
    font-size: 1rem;
    line-height: 1.4;
}

body, button, input, select, optgroup, textarea {
    line-height: 1.2;
}
select {
    height: 46px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
    display: block;
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 0;
    padding: 0.655em 1.5em;
    background: #f5f5f5;
}

.post-edit-link {
    display: none;
}

.woocommerce table.shop_table {
    border: 0; 
    border-collapse: collapse; 
}

th, td {
    border: 1px solid #ebeef1;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
    margin-bottom: 0.5em;
}


/**************************************************************
************************ Top Header ***************************
***************************************************************/
#wpadminbar {
    top: initial;
    bottom: 0;
} 

.et-fixed-header {
    position: fixed;
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    width: 100%;
    height: 32px; 
    top: 0;
    z-index: 10;
    font-size: 13px;
    font-weight: bold;
}

.admin-bar .et-fixed-header {
    top: 0px
}

.et-fixed-header-container {
    padding: 0 2.5rem; 
    margin: auto;
}

.et-fixed-header a {
    color: var(--wp--preset--color--white);
    margin-right: 13px;
    font-size: 1em;
    font-family: "Work Sans", sans-serif;
    line-height: 32px;
}

.et-fixed-header .et-info {
    float: left;
}
.et-fixed-header .et-secondary-menu {
    float: right;
}

/**************************************************************
*********************** Main header ***************************
***************************************************************/
 
.site-header {
    position: fixed;
    z-index: 10;
    top: 32px;
    width: 100%;
    max-width: 100%;
    background: #ffffff; 
    box-shadow: 0 2px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 10%);
}

/*.admin-bar .site-header {
    top: 64px
}*/

.site-header .custom-logo-link
{
   width:250px;
}

.site-header .custom-logo-link img 
{
    max-width: 100%;
    height: auto;
    max-height: 100px;
    width: auto;  
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out ;
   -ms-transition: all 0.4s ease-in-out ;
   -o-transition: all 0.4s ease-in-out ;
   transition: all 0.4s ease-in-out ;
}

.site-header .custom-logo-link.shrink img 
{
    width:auto; 
}
  
.entry-header {
    margin-top: 3em !important;
}

.entry-header h1 {
    font-size: 0;
}

.main-navigation {
    position: relative;
}

.main-navigation.toggled {
    position: initial;
}
/*
.main-navigation .primary-menu-wrapper { 
    min-height: 1px;
    height: 1px !important;
    width:1px !important;
    overflow: hidden;
}*/

.main-navigation .primary-menu-wrapper:after { 
    background: transparent;
}
/*
.main-navigation.toggled .primary-menu-wrapper { 
    min-height: 100vh;
    width:100% !important;
    overflow: hidden;
}*/

.main-navigation.toggled .primary-menu-wrapper:after {  
    background: rgba(242, 249, 253, 0.98);
}

/***********************************************************
************************* Content **************************
************************************************************/

body .site-content { 
    min-height: 77vh;
    background: #ffffff !important;
    margin-bottom: 0;
}

/************************************************************
************************ Footer *****************************
*************************************************************/

.footer-sidebars-wrapper .footer-sidebars {
    display: block;
}

.site-footer {
    padding: 5px;
    line-height: 1.7em;
    margin: 0; 
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
}
 
.footer-sidebars-wrapper {
    padding: 0!important;
    margin: 0!important;
}

.footer-sidebars-wrapper .footer-sidebars {
    max-width: 100%;
}
  
.footer-sidebars-wrapper .footer-sidebars .widget-area {
    margin: 0 !important;
    padding: 0 !important;
}

.footer-sidebars-wrapper .footer-sidebars .widget-area .widget_media_image {
    display: none;
}

.footer-sidebars-wrapper .footer-sidebars .widget-area .widget_text {
    display: none;    
}


.footer-sidebars-wrapper .footer-sidebars .widget-area .widget_nav_menu {  
    background-color: var(--wp--preset--color--blue);
    color: var(--wp--preset--color--white);
}


.footer-sidebars-wrapper .footer-sidebars .widget-area .widget_nav_menu h2 {  
    display: none;
}

.footer-sidebars-wrapper .footer-sidebars .widget-area .widget_nav_menu .menu-footer-container {  
    max-width: 960px;
    margin:0 auto;
    padding: 1em 0;
}

.footer-sidebars-wrapper .footer-sidebars .widget-area .widget_nav_menu .menu-footer-container .menu {  
    list-style-type: none;
}
  
.footer-sidebars-wrapper .footer-sidebars .widget-area .widget_nav_menu .menu-footer-container .menu li {  
    display: inline; 
    color: var(--wp--preset--color--white);
    padding-right: 1em;
    font-weight: bold;
}

.footer-sidebars-wrapper .footer-sidebars .widget-area .widget_nav_menu .menu-footer-container .menu li a:hover {  
    text-decoration: underline; 
    color: var(--wp--preset--color--white);
}
  

.video-block {
    padding: 20px 20px 25px 20px;
}

 
.grouped-by-taxonomies .awf-filters-form div[data-taxonomy="product-categories"] {
    display: none;
}