/*
Theme Name: Miss Belle
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.section-title-container {
  	margin-bottom: 0;
}

.section-title-bold-center b {
  	background-color: transparent;
  	margin-top: 0 !important;
  	height: 0;
}

h2.section-title-bold-center span {
  	background-color: #3D87A5;
  	color: #fff;
  	border: none;
}

h3.section-title-bold-center span {
  	font-weight: bold;
}

.icon-menu {
  	color: #ffffff;
}

.page-template-page-transparent-header .header-nav li a {
	color: #fff;
}

.page-template-page-transparent-header #top-bar {
  	display: none;
}

.trip-block {
	padding-left: 0px !important;
	padding-right: 0px !important;
} 

#masthead .header-nav-main .nav-column li > a, 
#masthead .header-nav-main .nav-dropdown > li > a {
  	padding: 0px;
}

.item-grid .grid-block-width-1-3, .item-grid .sortable-placeholder {
    width: 50% !important;
}

@media only screen and (max-width: 1300px) {
	
	.header-main .nav > li > a {
		font-size: 90%;
	}

}

@media only screen and (max-width: 1200px) {
	
	.header-main .nav > li > a {
		font-size: 82%;
	}

}

@media only screen and (max-width: 1000px) {
	
	.header-main .nav > li > a {
		font-size: 70%;
	}

}

@media only screen and (max-width: 900px) {
	
	.header-main .nav > li > a {
		font-size: 60%;
	}

}
	
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}