/* 
Theme Name:   MHS Child Theme
Description:  MHS Child Theme 
Author:       Michael Hansen
Template:     chic-lite
Version: 1.0.0
*/
 

table tr th#cs_replacement {
    display: none !important;
}

table tr th#comments {
    display: none !important;
}

#crumbs {
  display: none;
}

.container {
  max-width: 1240px;
}

.main-navigation ul li.menu-item-has-children > a {
  padding-right: 30px;
}

.main-navigation ul li a {
padding: 15px 9px;
}

@media only screen and (min-width: 1024px) {
.main-navigation ul li.menu-item-has-children > a::after {
    right: 7px !important;
    }
}

.style-two .header-bottom .main-navigation {
  align-items: center;
  justify-content: center;
}


@media (min-width: 960px) {
.bc-product-archive__select-field {
  -ms-flex: none !important;
  flex: none !important;
  margin-bottom: 0;
	flex-wrap: wrap;}
}

@media (min-width: 1200px) {
.bc-product-archive__select {
  -ms-flex-wrap: wrap;
	flex-wrap: wrap;}
.bc-product-archive__search {
  margin-top: 23px;
	margin-right: 15px}
}

#secondary {
  margin-top: 109px;
}

/*
.widget {
  margin: 81px 0 50px 0;
}
*/

.widget-area .widget .widget-title::after {
  background: none;
}

/* Remove border from sidebar widget */

.widget-area .widget .widget-title {
  border-bottom: none;
}

.site-footer .widget .widget-title span::after {
  background: none;
}


.bc-btn, button.bc-btn, a.bc-btn, .entry-content .bc-btn, .entry-content button.bc-btn, .entry-content a.bc-btn, .bc-mini-cart .bc-btn, .bc-mini-cart button.bc-btn, .bc-mini-cart a.bc-btn, .bigcommerce-cart__item-count, .bc-account-login__form input[type="submit"] {
   color: #fff;
   background-color: #d70860;
}


.site-banner.static-cta-banner img {
  width: 100%;
}


.attachment-chic-lite-slider-one.size-chic-lite-slider-one.wp-post-image {
  width: 1240px !important;
}




table tr th#cs_replacement {
    display: none !important;
}

table tr th#comments {
    display: none !important;
}


.ecs-event {
  border-bottom: black thin solid;
  padding-bottom: 10px;
}

.ecs-event-list {
  display: flex;
  list-style: none;
  padding: 0;
}



/* BUTTON Styling */

.wp-block-button a {    
   min-width: 250px;
   border-radius: 5px;
   font-weight: bold;
   border-bottom: 0;
   margin: 20px auto; /* Top & Bottom margin = 20px, L&R is auto */
   color: white; /* prevent theme css from overriding color */
	text-decoration: none !important;
    
}

/* prevent your theme 'link' settings from overriding button text color */

.wp-block-button a:hover {
    color: white;   
}

.wp-block-button.box-shadow a {
    -webkit-box-shadow: 2px 2px 8px -2px rgb(31 31 31 / .8);
    box-shadow: 2px 2px 8px -2px rgb(31 31 31 / .8);
}

.wp-block-button.box-shadow a:hover {    
    -webkit-box-shadow: 2px 2px 10px 0px rgb(31 31 31 / .6);
    box-shadow: 2px 2px 10px 0px rgb(31 31 31 / .6);
}

.wp-block-button.three-dee a {
    box-shadow: 2px 2px 0 2px #5f5f5f;
}

.wp-block-button.three-dee:hover a {   
    box-shadow: 1px 2px 0 0px grey;
    transition: all .1s;
    transform: translate(2px, 2px);
}

.wp-block-button.color-shift a:hover {
    filter: hue-rotate(25deg) saturate(1.5);
}

.wp-block-button__link {
    
    width:100%;
}

.wp-block-button__link.secondhouse {
  background-color: #746e65;
}

.wp-block-button__link.lighthouse {
  background-color: Maroon;
}

.wp-block-button__link.indianmuseum {
  background-color: #5c8097;
}

.wp-block-button__link.fisherhouse {
  background-color: #3E4939;
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
  text-transform: inherit !important;
}


/* BREAK point for navigation hamburger. */

@media screen and (min-width: 1251px) {
    .style-two .header-bottom .secondary-menu.menu-toggled ul.nav-menu {
        height: 100% !important;
    }

    .main-navigation .primary-menu-list,
    .main-navigation ul ul {
        display: block !important;
    }

    .main-navigation .primary-menu-list .close {
        display: none;
    }
    
    .main-navigation ul .sub-menu li.menu-item-has-children > a::after {
        top: 15px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
	
	

	
}

@media screen and (max-width: 1250px) {
    .container {
        max-width: 768px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 55px;
    }

    .rightsidebar .content-area {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .leftsidebar .content-area {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .rightsidebar .widget-area,
    .leftsidebar .widget-area {
        float: none;
        width: 100%;
    }

    .toggle-btn {
        display: block;
        width: 25px;
        height: 25px;
        padding: 0;
        background: none;
        position: relative;
        color: inherit;
    }

    .toggle-btn:hover,
    .toggle-btn:active,
    .toggle-btn:focus {
        background: none;
    }

    .toggle-btn .toggle-bar {
        background: rgba(var(--black-color-rgb), 0.5);
        width: 100%;
        height: 2px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
    }

    .toggle-btn .toggle-bar:first-child {
        top: -12px;
    }

    .toggle-btn .toggle-bar:last-child {
        bottom: -12px;
    }

    .toggle-btn:hover .toggle-bar {
        background: rgba(var(--black-color-rgb), 0.8);
    }

    .owl-carousel>.owl-nav button[class*="owl-"] {
        width: 30px;
        height: 30px;
        background-size: 12px;
        left: 60px;
    }

    .owl-carousel>.owl-nav button.owl-next {
        left: auto;
        right: 60px;
    }

    /*=====================
	HEADER T
	=====================*/
    .header-t,
    .style-two .header-bottom {
        position: relative;
    }

    .style-two .header-bottom .container {
        position: relative;
    }

    .style-two .header-bottom .secondary-menu {
        width: 40px;
        height: 20px;
    }

    .secondary-menu .toggle-btn {
        display: block;
    }

    .style-two .header-bottom .secondary-menu .toggle-btn.active {
        display: none;
    }

    .style-two .secondary-menu .close {
        display: none;
        top: 12px;
        left: 15px;
    }

    .style-two .secondary-menu .active .close {
        display: block;
    }

    .style-two .header-bottom .secondary-menu .secondary-menu-list {
        position: static;
        width: auto !important;
        height: auto !important;
        display: block !important;
        box-shadow: none;
        background: none;
        overflow: visible;
        padding-top: 0;
    }

    .style-two .header-bottom .secondary-menu.menu-toggled ul.nav-menu {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    .style-two .header-bottom .secondary-menu .mobile-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: auto;
        height: auto;
        background: var(--white-color);
        box-shadow: 0 5px 10px rgba(var(--black-color-rgb), 0.1);
        padding: 0 20px;
        visibility: visible;
        z-index: 9;
        max-height: 44vh;
        overflow: auto;
    }

    .secondary-menu ul li {
        display: block;
        line-height: 1.4;
    }

    .secondary-menu ul li a,
    .style-two .header-bottom .secondary-menu ul li a {
        padding: 20px 0;
        border-bottom: 1px solid rgba(var(--black-color-rgb), 0.1);
        display: block;
    }

    .secondary-menu ul li .submenu-toggle {
        top: 0;
        right: 0;
        width: 20px;
        height: 55px;
        line-height: 55px;
    }

    .secondary-menu ul ul li.menu-item-has-children .submenu-toggle {
        right: 0;
        transform: none;
        top: 0;
    }

    .secondary-menu ul li.menu-item-has-children .submenu-toggle.active {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .secondary-menu ul ul {
        padding-left: 10px;
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        width: auto;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .style-two .secondary-menu ul ul {
        background: none;
    }

    .secondary-menu ul ul li {
        padding-left: 0;
        padding-right: 0;
    }

    .secondary-menu ul ul li a {
        border-bottom-style: solid;
    }

    /*======================
	MAIN NAVIGATION
	======================*/
    .main-navigation {
        padding: 10px 0;
    }

    .main-navigation .toggle-btn,
    .main-navigation .toggle-text {
        display: inline-block;
        vertical-align: middle;
    }

    .main-navigation .toggle-text {
        font-size: 0.8888em;
        text-transform: uppercase;
        margin-left: 5px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .main-navigation .close {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 30px;
        right: 20px;
        cursor: pointer;
        padding: 0;
        background: none;
        color: inherit;
    }

    .main-navigation .close::before,
    .main-navigation .close::after {
        content: "";
        background: #333;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .main-navigation .close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .main-navigation .close:hover::before,
    .main-navigation .close:hover::after {
        background: #f00;
    }

    .main-navigation .primary-menu-list {
        text-align: left;
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        background: var(--white-color);
        box-shadow: 5px 0 10px rgba(var(--black-color-rgb), 0.1);
        z-index: 99999;
        padding-top: 70px;
        display: none;
    }

    .main-navigation .primary-menu-list .mobile-menu {
        width: 320px;
        padding-left: 20px;
        padding-right: 20px;
        height: 100%;
        overflow: auto;
    }

    .main-navigation ul li {
        display: block;
    }

    .main-navigation ul li a {
        padding: 15px 0;
        border-bottom: 1px solid rgba(var(--black-color-rgb), 0.1);
        display: block;
        text-align: left;
    }

    .main-navigation ul ul {
        padding-left: 10px;
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        width: auto;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .main-navigation ul ul li {
        padding-left: 0;
        padding-right: 0;
    }

    .main-navigation ul ul li a {
        border-bottom-style: solid;
    }

    .main-navigation ul li .submenu-toggle {
        top: 0;
        right: 0;
        width: 20px;
        height: 55px;
        line-height: 55px;
    }

    .main-navigation ul ul li.menu-item-has-children .submenu-toggle {
        right: 0;
        transform: none;
        top: 0;
    }

    .main-navigation ul li.menu-item-has-children .submenu-toggle.active {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /*=========================
	MAIN NAVIGATION mar left was 20 px I don't know why
	=========================*/
    .site-header.style-two .main-navigation .toggle-btn {
        margin-left: 0px;
    }

    /*==========================
	SITE BANNER
	==========================*/
    .site-banner .banner-caption .banner-title {
        font-size: 2em;
    }

    /*=============================
	SITE BANNER STYLE EIGHT
	=============================*/
    .site-banner.style-eight .item img {
        height: 400px;
        object-fit: cover;
    }

    .site-banner.style-eight .fallback-svg {
        height: 400px;
        width: 100%;
    }

    .site-banner.style-eight .banner-caption .banner-title {
        font-size: 2em;
    }

    /*=========================
	STATIC CTA BANNER height was 500 and cover
	=========================*/
    .site-banner.static-cta-banner .wp-custom-header img {
        height: auto;
        object-fit: inherit;
    }

    /*==========================
	PROMO SECTION
	==========================*/
    .promo-section .owl-carousel>.owl-nav button[class*="owl-"] {
        left: 5px;
    }

    .promo-section .owl-carousel>.owl-nav button.owl-next {
        left: auto;
        right: 5px;
    }

    /*=======================
	POST LAYOUT ONE
	=======================*/
    .full-width.post-layout-one .site-main article {
        width: 47%;
    }

    /*==========================
	SITE FOOTER SECTION
	==========================*/
    .site-footer .grid.column-4 .col,
    .site-footer .grid.column-3 .col {
        width: 48%;
    }

    .site-footer .grid.column-4 .col:nth-child(2n),
    .site-footer .grid.column-3 .col:nth-child(2n) {
        margin-right: 0;
    }
	
	.toptoptop {
        padding: .875rem 1rem !important;
    }
	
	
}



/* GiveWP button on Sidebar */

.js-give-embed-form-modal-opener {
  border-radius: 10px;
  width: 100%;
}




/* Right Side Bar Padding Decrease from 50 */

.rightsidebar .content-area {
  padding-right: 30px;
}



#main {
  padding-left: 20px;
}



.container-webcams {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}




.widget ul {
    list-style: square;
    padding: revert;
}

.widget ul li {
  display: list-item;
  margin-bottom: 10px;
}





figcaption {
  text-align: center !important;
}


.byline {
  display: none !important;
}




  @media screen and (max-width: 1250px)
.site-banner.static-cta-banner .wp-custom-header img {
  height: auto !important;
  object-fit: inherit !important;
}

#menu-social-media {
    list-style: none !important;
    padding: 0 !important;
	text-align: center !important;
}

