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

		
.normal-title {
    background-color: #f7f7f7;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    display: none!important;
}
.portheader {
	margin-top:-62px!important;
}
.fp-theme-two .filterable-portfolio-item__title {
    position: absolute;
    right: -100%;
    bottom: 8rem;
    text-align: center;
    width: 100%;
    z-index: 100;
    -webkit-transition: .3s;
    transition: .3s;
}
.filterable-portfolio-item__title {
    color: #fff;
    font-size: inherit;
    line-height: 4;
    margin: 0 0 .5rem;
    padding: 0;
    text-align: center;
    font-size: 30px;
}


.box-overlay .box-text, .box-shade .box-text {
    position: absolute;
    width: 100%;
    max-height: 10%;
    bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
}


.button.alert.bookticketshomebutton {
	position: relative;
	left: 200px;
}
.breadcrumbs {
    color: #222;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0;
    display: none;
}
.uppercase.portfolio-box-title {
    position: relative;
    top: -5px;
}
.portfolio-box-category {
	display:none;
	
}

.add_to_cart_button {
	line-height: 18px;
}

.topflash {
    max-height: 140px !important ;
}
		}

.sticky-add-to-cart--active {
	display: none !important;
	
}


	@media  (min-width: 1020px) and (max-width: 1360px){
		.sticky-add-to-cart--active {
	display: none !important;
	
}

.bg .homepagebg {

    background-position: 57% 75%;

		}
		
	.order-branding .company-logo {
	margin-bottom: 1em;
}

	
@media only screen and (max-width: 48em) {
	
.sticky-add-to-cart--active {
	display: none !important;
	
}
	
	
	
	
	
	
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}