/*
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.   ***************/
.logo .header_logo{
	padding: 5px;
}
.social-icons.list-social {
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index:  9999;
}
.social-icons.list-social .icon {
	border-radius: 5px 0 0 5px !important;
	margin: 0 !important;
	display: block !important;
	z-index:  9999;
}
.social-icons.list-social .phone.icon {
	display: none !important;
	visibility: hidden;
}
.social-icons.list-social .icon:hover {
	transform: scale(1.2);
	z-index: 99999;
}
.menu-footer > .col {
	padding-bottom: 0;
} 
.ux-menu-link__link:hover {
	color: #f0d619 !important;
}
.register-button {
	padding: 8px;
}
.has-equal-box-heights .box-image img, .has-format img, .image-cover img, .video-fit iframe, .video-fit video, img.back-image {
	object-position: 0 0 !important;
}
.post-sidebar .col.post-item {
	padding-bottom: 0;
}
.post-sidebar .box-text{
	padding-bottom: 0.7em;
}
.is-sticky-column:not([data-sticky-mode]) {
	top: calc(var(--flatsome-scroll-padding-top) + 0px) !important;
}
.ff-btn.ff-btn-submit{
	font-weight: bold;
}
.pum-theme-219 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	color: #000;
	font-weight: 600;
	background-color: unset !important;
	box-shadow: unset !important;
	
}
.pum-container.popmake{
	border-radius: 10px !important;
}
.ff_submit_btn_wrapper {
	margin-bottom: 0px !important;
}
.pum-theme-219, .pum-theme-default-theme {
	background-color: #21202094 !important;
}
.list-courses .col img {
	border-radius: 10px 10px 0 0;
}
.button-register {
	color: #000 !important;
}
.list-courses .col .col-inner{
	border-radius: 10px;
	border: 1px solid #F0D619;
}
.nav-dropdown-simple .nav-column li>a:hover, .nav-dropdown.nav-dropdown-simple>li>a:hover {
	background-color: #F0D619 !important;
}
.register-button {
	width: 70%;
	color: #000;
}
.list-courses .col .col-inner {
	height: 100%;	
    display: flex;
    flex-direction: column;
	justify-content: space-between;
    align-items: center;
}

.banner-home{
	background: #F0D619;
    padding: 20px;
	
    /* color: #fff !important; */
    border-radius: 20px;
    border: 3px solid #fff;
    position: relative;
	box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.2);
}
.banner-home-title {
	position: absolute;
	left: 12%;
	top: -15px;
	padding: 8px;
	font-size: 65%;
	font-weight: 600;
	color: #1c4b77;
	border-radius: 8px;
	background: #fff;
	border: 3px solid #F0D619;
}
.section-title-normal span {
	border-bottom: none !important;
}
.section-title-normal {
	border-bottom: 2px solid #f0d619 !important;
}
#logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.social-icons.list-social .phone.icon {
		display: block !important;
		visibility: visible;
	}

}