/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Video Styles */

.video-container {
  background: #24282f;
  color: white;
  text-align:center;
  padding: 0px 0px;
  margin-bottom:0px;
}

#iframe-container h1 {
    font-size: 52px;
}

#iframe-container h3 {
    font-size: 30px;
}

/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 36px;
    }
    
    #iframe-container h3 {
        font-size: 20px;
    }
    
    div#iframe-container {
        background-image: url(https://static.mywebsites360.com/a0c7934ee3e54be994d861196a820b7b/i/de6ef0a6ef8c49f0877358213f40da21/1/5feFb8zhrk/back.jpg);
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 0px 30px 0px 30px;
    }
}

/* End Video Styles */

.responsive {
  width: 100%;
  max-width: 500px;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_ec7eb09250c448fdbb1a1ece08bca9cc { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ec7eb09250c448fdbb1a1ece08bca9cc > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_ec7eb09250c448fdbb1a1ece08bca9cc { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ec7eb09250c448fdbb1a1ece08bca9cc > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

.shop-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}

.sidebar{
    width: 30%;    
}

.shopApp {
    width: 70%;
}

.sidebar ul {
    padding: 0 !important;
}

.sidebar ul li {
    list-style: none;
}

.sidebar ul li a {
    text-decoration: none !important;
    font-size: 23px;
    color: #222;
}

.sidebar ul li a:hover{
    color: #0084ff;    
}

.sidebar h4 {
    color: #222;
    font-size: 30px;
}

@media screen and (max-width: 768px){
    .shop-container {
        flex-direction: column;
    }  
    .shopApp, .sidebar {
        width: 100%;
        text-align: center;
    }
    .sidebar li{
        display:inline;    
    }
    .sidebar li:after {
        content: ' | ';
        color: black;
        font-size: 22px;
        font-weight: bold;
    }
    .sidebar ul li:last-child:after {
        content: '';
    }
}