/*
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.   ***************/

.slider-nav-circle .flickity-prev-next-button:hover .arrow, .slider-nav-circle .flickity-prev-next-button:hover svg {
    background-color: #a03522 !important;
    border-color: #a03522 !important;
}

.title-homepage{
	color: #9f3426 !important;
	font-weight: 800;
	font-size: 34px;
}

/* .button-contact{
	border-radius: 99px;
    border: 2px solid;
} */

.textbox-category .text-box-content {
    background-color: rgb(160, 53, 34);
    font-size: 100%;
	padding: 15px 0 12px 0;
}

.textbox-category h4{
	font-size: 14px;
	margin: 0 0 5px 0;
}


.textbox-category h2{
	font-size: 22px;
	margin: 0;
}

.info-footer{
	display: flex;
    justify-content: flex-end;
    align-items: baseline;
    text-align: left;
}

.info-footer span{
	width: calc(100% - 30px);
}
.info-footer span, .info-footer i{
	color: #000 !important;
    font-weight: 500;
    font-size: 14px !important;
}
.info-footer i.icon-map-pin-fill{
	transform: translate(-3px, 5px);
}

.widget .wp-block-search__button{
	padding: 0;
    width: 150px;
    margin: 0;
    height: 39px;
    text-transform: none;
    min-height: 39px !important;
}

#top-link{
	opacity: 0;
	pointer-events: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.title-homepage{
	font-weight: 600;
	font-size: 22px;
}
	
	#gallery-1 .gallery-item{
		width: 50%;
    padding: 5px 10px
	}
	
	.textbox-category h2 {
    font-size: 18px;
}
	.textbox-category h4 {
    font-size: 12px;
}
	.sidebar-menu ul li:not([class]) , .sidebar-menu .header-newsletter-item, .sidebar-menu .header-social-icons{
		display: none;
	}
	
	.mobile-nav .header-search-form{
		width: 180px;
	}
	
	.mobile-nav .header-search-form .searchform{
		border: 1px solid #cdcdcd;
        box-shadow: 0 0 2px 0 #dad7d6;
	}
	
	
	.mobile-nav .searchform .search-field{
		height: 32px;
		border: 0;
		box-shadow: none;
	}
	.mobile-nav .searchform .ux-search-submit{
		height: 32px;
		padding: 0;
		min-height: 32px;
		background: rgba(0, 0, 0, 0);
		border: 0;
		color: #7d7d7d;
	}
	
	.mobile-nav .searchform .ux-search-submit i{
		font-size: 15px;
    	font-weight: 100 !important;
		transform: translateY(-3px);
		color: #ad5819;
	}
	
	#logo {
    margin-left: 0;
}
	
	.category-mobile .box-text{
		padding-bottom: .7em !important;
	}

}