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

@media only screen and (max-width: 768px) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.order-1{
		order:1;
	}
	.sgpb-popup-dialog-main-div-theme-wrapper-6 {
		left: 0!important;
		padding: 15px;
		#sgpb-popup-dialog-main-div {
			width:100%!important;
			max-width:100%!important;
		}
		.sgpb-popup-close-button-6 {
			top:0!important;
		}
	}
	.ht-sec-2 {
		.row {
			.col {
				.accordion {
					.accordion-title {
						padding:15px 20px!important;
					}
					.accordion-inner {
						padding:10px 15px!important;
						background:#f5f5f5;
					}
				}
			}
		}
	}
	.ht-title {
		h5 {
			font-size:18px!important;
		}
	}
	.ht-sec-2 .accordion .active .toggle {
		top: .5rem!important;
	}
	#footer .footer-mb ul {
		color: #000!important;
	}
	#footer .footer-mb ul li a {
		color: #000!important;
	}
	.wp-bottom-menu{
		display:none!important;
	}
}
.header-main  {
	.logo {
		width:120px!important;
	}
}