/*
Theme Name: Ceonogy ELE 2
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: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

ul.ceon-timeline {
	list-style: none;
	margin-top: 20px;
}

ul.ceon-timeline li {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	margin-top: -3px;
	width: calc(100% - 20px);
}

ul.ceon-timeline li span {
	font-size: 1.1rem;
    line-height: 1.1rem;
    width: 60px;
    height: 60px;
	min-width: 60px;
    background: #1b1464;
    color: #fff;
    border-radius: 60px;
    text-align: center;
    padding-top: 20px;
}

ul.ceon-timeline li p {
	padding: 15px;
}

ul.ceon-timeline li:nth-child(2n + 1) {
	border-left: 3px solid #1b1464;
	border-bottom: 3px solid #1b1464;
	border-top: 3px solid #1b1464;
	border-radius: 20px 0 0 20px;
}

ul.ceon-timeline li:nth-child(2n) {
	border-right: 3px solid #1b1464;
	border-bottom: 3px solid #1b1464;
	border-top: 3px solid #1b1464;
	justify-content: flex-end;
	border-radius: 0px 20px 20px 0px;
	margin-left: auto;
}

ul.ceon-timeline li:nth-child(2n) span {
	margin-right: 20px;
	order: 2;
}
ul.ceon-timeline li:nth-child(2n + 1) span {
	margin-left: 20px;
}

ul.ceon-timeline li:first-child {
	border-top: none;
}

ul.ceon-timeline li:last-child {
	border-bottom: none;
}


/*Theming*/
#menu-vertical-menu  a {
    font-size: .9em
}

#menu-vertical-menu  a:hover {
    background-color: #f5f5f5
}

#menu-vertical-menu >li {
    background: #fff
}

#menu-vertical-menu >li>a {
    border-top: 1px solid #ddd;
    font-size: .9em
}
#menu-vertical-menu >li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    padding: .6rem;
    font-size: .75rem;
    font-weight: 500;
    color: #333;
    padding: 0 .4rem;
    line-height: 32px;
    border-radius: 4px;
    overflow: hidden;
    border: 0
}

#menu-vertical-menu >li>a span {
    padding-left: 0;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 32px;
    width: 100%
}
#menu-vertical-menu >li:last-child {
    border-radius: 0 0 5px 5px
}

#menu-vertical-menu  a {
    font-size: 12px
}

#menu-vertical-menu .sub-menu {
	padding: 0;
	border-radius: 8px;
}

#menu-vertical-menu li:first-child {
	border-radius: 8px;
}

.home #content > .row-main {
	max-width: 100%;
	padding: 0;
}
.home #content .row {
	margin: auto;
}
.home #content .row.row-main >.large-12.col {
	padding-left: 0;
	padding-right: 0;
}

.home #content {
	padding-top: 0;
}
.home-banner.section {
	padding: 0;
}
.home .home-slider.slider-wrapper {
	position: absolute !important;
	top: 0;
	width: 100%;
}

.box-image:hover::before,
.post-item:hover .box-image::before,
.img:hover>.img-inner::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.box-image::before,
.img>.img-inner::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.header-vertical-menu__fly-out.header-vertical-menu__fly-out--open.has-shadow {
	margin-top: 40px;
	left: -28%;
	border-radius: 8px;
}

.slider>.flickity-prev-next-button.previous {
    padding-right: 7px;
    border-radius: 0 100px 100px 0;
    left: -2px;
    width: 50px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2) !important;
    color: #707070;
    top: 35%;
    transition: .3s;
    outline: 0;
    opacity: .9;
    margin-top: 0 !important;
    transform: initial !important
}

.slider>.flickity-prev-next-button.next {
    padding-left: 7px;
    border-radius: 100px 0 0 100px;
    right: -2px;
    width: 50px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2) !important;
    color: #707070;
    top: 35%;
    transition: .3s;
    outline: 0;
    opacity: .9;
    margin-top: 0 !important;
    transform: initial !important
}

.slider>.slider-nav-light .flickity-prev-next-button svg,.slider-nav-light .flickity-prev-next-button .arrow {
    fill: #707070
}

.slider>.flickity-prev-next-button svg {
    width: 25px !important;
    border: 0 !important;
    padding: 5px
}


.flickity-prev-next-button svg {
    position: absolute;
    padding: 5px;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 100%;
    padding: 20%;
    max-height: 100%;
    height: auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.slider>.flickity-prev-next-button svg {
    width: 25px !important;
    border: 0 !important;
    padding: 5px;
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
	margin-top: 0;
}

.slider .flickity-prev-next-button .flickity-button-icon {
	left: 50%;
	top: 50%;
}

.slider .flickity-page-dots {
	left: 0;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background: var(--primary-color)
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #f5f5f5;
}

.header-nav.header-nav-main.nav.nav-left {
	flex-flow: row;
}

.top-bar-nav .nav-top-link img {
	filter: brightness(0) invert(1);
}

.header-vertical-menu__opener.dark {
	 width: 195px;
    background: #3f51b5;
    color: #fff;
    height: 35px;
    border-radius: 8px;
}

.home .header-vertical-menu__opener.dark i {
	display: none;
}

#main, #wrapper {
    background-color: #f5f5f5;
    position: relative;
}

.rounded-corners, .rounded-corners img, .rounded-corners>.col-inner {
	border-radius: 8px;
}

.product-sliders h3.section-title, .product-row-wrapper h3.section-title {
	padding: 0 20px;
    padding-top: 8px;
}

.product-sliders h3.section-title a, .product-row-wrapper h3.section-title a {
	color: #555;
}

.product-sliders h3.section-title a:hover, .product-row-wrapper h3.section-title a:hover {
	color: #3f51b5 !important;
}

.product-sliders h3.section-title a i::before, .product-row-wrapper h3.section-title a i::before {
	font-size: .8em;
}

.product-sliders h3.section-title .section-title-main, .product-row-wrapper h3.section-title .section-title-main {
	border: none;
}

.product-sliders .name.product-title.woocommerce-loop-product__title a, 
.product-row-wrapper .name.product-title.woocommerce-loop-product__title a {
	color: #555;
}

.product-row {
	background: #fff;
	border-radius: 8px;
}

.copyright-footer {
	line-height: 49px;
}

.product-row .product-title a {
	color: #000;
	word-wrap: break-word;
    overflow: hidden;
    max-height: 32.8px;
    line-height: 16.4px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-row>.col {
	padding-bottom: 0;
}

.product-row .product-small .box-text {
	padding-bottom: 0;
}

.product-row-wrapper > .col > .col-inner {
	background: #fff;
	border-radius: 8px;
}

.button {
	border-radius: 8px;
}

.product-small.box .box-image {
	border-radius: 8px;
}

.sidebar-wrapper ul.product-categories li, .mobile-sidebar .nav-vertical li.menu-item {
	position: relative;
}


.sidebar-wrapper ul.product-categories li button, .mobile-sidebar .nav-vertical li.menu-item button {
	top: 10px;
	position: absolute;
	right: 0;
}

.mobile-sidebar .nav-vertical li.menu-item button {
	right: -10px;
}

.single-product-sidebar .widget-title {
	border-left: 5px solid #555;
    color: #555;
    padding-left: 20px;
	font-family: "Paytone One", sans-serif;
	text-transform: none;
	font-size: 1.2rem;
	font-weight: 400;
}

.single-product-sidebar .widget_product_categories .is-divider.small {
	display: none;
}

.single-product-short-description > .col-inner,
.single-product-description > .col-inner,
.single-product-sidebar > .col-inner,
.single-product-guide > .col-inner,
.single-product-info > .col-inner, 
.single-product-related > .col-inner {
	background: #fff;
	border-radius: 8px;
	padding: 10px;
}

.single-product-short-description .product-short-description {
    font-size: 13px;
    display: inline-block;
    border: 1px solid #1435c3;
    background-color: rgba(20,53,195,.08);
    padding: 0.5rem 1.25rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    margin-top: 0.5rem;
    border-radius: 0.5rem;
}

.mobile-sidebar .header-search-form {
	padding: 8px !important;
}

.mfp-content {
	overflow-y: scroll;
}