/*
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.   ***************/
/* Font size start */
.r09, .r09 > * {
    font-size: 0.9rem !important;
}
.e08, .e08 > * {
    font-size: 0.8em !important;
}
.a14, .a14 > * {
    font-size: 14px !important;
}
.r12, .r12 > * {
    font-size: 1.2rem !important;
}
.r15, .r15 > * {
    font-size: 1.5rem !important;
}
.r2, .r2 > * {
    font-size: 2rem !important;
}
/* Font size end */
/* Form cf7 start */
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
.wpcf7-not-valid-tip {
    font-size: .8rem;
}
.wpcf7-spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.wpcf7-response-output {
    display: none;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/* Form cf7 end */
.br10 img {
	border-radius: 10px;
}
.a_mic {
	align-items: center !important;
}
.mb0, .mb0 > * {
    margin-bottom: 0 !important;
}
.icon-box-img img, .icon-box-img svg {
    padding-top: 0 !important;
}
/* Header start */
.header-nav-main li.active a {
    color: black !important;
}
.header-nav-main li:hover a {
    color: #262264 !important;
}
/* Header end */
/* Footer start */
#footer .icon-box.featured-box a {
    font-size: 14px;
}
#footer a.ux-menu-link__link {
    color: #000;
    min-height: 2.5em;
    font-weight: 600;
}
#footer h2 {
    color: #262264;
    font-weight: bold;
    font-size: 1.2rem;
}
#footer .icon-box.featured-box .icon-box-text {
    padding-left: .5em;
}
#footer .f_footer input, #footer .f_footer select {
    border-color: #f1f1f1;
    height: 3.5em;
    border-radius: 10px;
    box-shadow: none;
}
#footer .f_footer input:focus, #footer .f_footer select:focus {
    box-shadow: 0 0 5px #ccc;
}
/* Footer end */
.box.product-small {
    transition: 0.6s ease;
    border-radius: 15px;
    overflow: hidden;
    top: 0;
    border: 1px solid #F1F1F1;
}
.box.product-small:hover {
    top: -10px;
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.13);
}
.box.product-small .box-text .title-wrapper .product-title a {
    color: #000;
    font-weight: bold;
    transition: 0.6s ease;
}
.box.product-small:hover .box-text .title-wrapper .product-title a {
    color: #262264;
}
.a_hompro > .col {
	margin: 0 auto;
}
.amlab_slider {
	display: flex;
}
.amlab_slider .a_card .box-image img {
	border-radius: 5px;
}
.amlab_slider .a_card .box-image {
	padding: 10px;
	overflow: hidden;
    transition: 0.6s linear;
}
.amlab_slider .a_card:hover .box-image {
	padding: 15px;
}
.amlab_slider .a_card > .col-inner {
	border-radius: 10px;
    background: #FFF;
    box-shadow: 1px 0 7px #CCC;
    transition: 0.6s ease;
}
.amlab_slider .a_card:hover > .col-inner {
	box-shadow: 0 7px 30px rgba(0, 0, 0, 0.13);
}
.amlab_slider .a_card .box-text {
	padding-bottom: 0;
}
.amlab_slider .a_card .box-text a.button {
	background: #F1F1F1 !important;
    color: #000 !important;
    transition: 0.6s ease;
    margin-bottom: 10px;
	font-size: 1.3em;
}
.amlab_slider .a_card .box-text a.button:hover {
	background: #262264 !important;
    color: #FFF !important;
}
.amlab_slider .flickity-button {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: saturate(180%) blur(10px);
	opacity: 0;
}
.amlab_slider:hover .flickity-button {
	opacity: 1;
}
.a_khslide .flickity-page-dots {
    bottom: -30px;
}
.a_khslide .ux-logo {
    border: 1px solid #F1F1F1;
    margin-right: 15px !important;
    border-radius: 10px;
    transition: 0.6s ease !important;
}
.a_khslide .ux-logo.is-selected img, .a_khslide .ux-logo:hover img {
    padding: 15px;
    filter: grayscale(0) !important;
}
.a_khslide .ux-logo img {
    transition: 0.6s ease;
}
.box.box-blog-post .badge .badge-inner {
    background-color: #111;
	color: #fff !important;
    border: none;
}
.a_homblog .is-divider {
	display: none;
}
.a_homblog .box {
    border: 1px solid #F1F1F1;
    border-radius: 10px;
    overflow: hidden;
}
.box.box-blog-post .box-image {
    padding: 10px;
    border-bottom: 1px solid #F1F1F1;
}
.box.box-blog-post .box-image .image-cover {
    border-radius: 5px;
    overflow: hidden;
}
.box.box-blog-post:hover {
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.13);
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}