/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.flickity-prev-next-button{
	opacity: 1;
}
.flex-col.flex-right.nav-right.text-right.medium-text-center {
    display: none;
}
.header-vertical-menu__opener,
.header-vertical-menu__fly-out.header-vertical-menu__fly-out--open.has-shadow, 
.header-vertical-menu__fly-out.has-shadow {
    width: 124%;
}
.product-category .box-image div {
    display: flex;
}
.product-category h5.uppercase.header-title:hover {
	background: #27aae1;
	color: #fff;
}
.product-category h5.uppercase.header-title {
    padding: 12px 10px;
    border: 1px solid #27aae1;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 auto;
    color: #27aae1;
    display: inline-block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    min-width: 160px;
}
.product-category .box-image img {
    max-width: 80px;
    height: 80px;
    max-height: 80px;
    width: 80px;
    margin: 0 auto;
}
/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 850px){
	.product-category h5.uppercase.header-title {
		font-size: 15px;
		height: auto;
	}
}

@media only screen and (max-width: 550px){
	.product-category h5.uppercase.header-title {
		font-size: 11px;
		height: auto;
	}
}

@media only screen and (max-width: 1024px) {
.header-vertical-menu__opener,
.header-vertical-menu__fly-out.header-vertical-menu__fly-out--open.has-shadow {
    width: 103%;
}
}