/*
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.   ***************/
#block_widget-2 .follow-icons{margin-top: 15px;}
#block_widget-3 .wpcf7{margin-top: 15px;}
.button.instagram:not(.is-outline), .button.instagram:hover{color:#cd486b !important;}

.cus_event_section .mec-slider-t4-wrap{min-height:500px;}
.cus_event_section .mec-slider-t4 .mec-event-article {height: 500px;}

.cus_event_section .mec-slider-t4 .mec-slider-t4-content {background: rgba(48,76,162,0.8)!important;}

.cus_event_section .mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev,
.cus_event_section .mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next{display: flex;justify-content: center;align-items: center;}

.cus_event_section .wpcf7 .wpcf7-not-valid-tip {margin-bottom:15px;margin-top: -4px;}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.nav.nav-vertical li:first-child{order:4;}
	.nav-right li.current-dropdown:last-child>.nav-dropdown, .nav-right li.has-dropdown:hover:last-child>.nav-dropdown{z-index:999;}

}