/*
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.   ***************/
.icon-64 {
	font-size: 64px;
	color: #f44336;
	transition: all ease .3s;
	width: 120px;
	height: 120px;
	border: 1px solid #f44336;
	background: transparent;
	border-radius: 50%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 16px;
	margin-bottom: 16px;
}
.icon-64:hover {
	font-size: 64px;
	color: #fff;
	background: #FF5722;
}
.icon-24 {
    font-size: 26px;
    color: #d1402b;
    transition: all ease .3s;
    width: 46px;
    height: 46px;
    background: #ffffff;
    border: 1px solid #d1402b;
    border-radius: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
}
.icon-24:hover { 
	color: #fff;
	background: #d1402b;
	
}
.section-title b {
    background-color: currentColor;
    display: block;
    flex: 1;
    height: 2px;
    opacity: 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* Reset layout blog page */
@media screen and (min-width: 850px) {
    .blog-wrapper.page-wrapper .large-10.col{
        flex-basis: 100%;
        max-width: 100%;
    }
}
.recent-blog-posts-li .badge {
    backface-visibility: hidden;
    display: table;
    height: 3.8em;
    pointer-events: none;
    width: 5.8em;
    z-index: 20;
}
/* Archive title  */
.page-wrapper h1.page-title.is-large {
    font-size: 0rem;
}
.page-wrapper h1.page-title.is-large > span{
    font-size: 1rem;
    border-bottom: 1px solid #d5d5d5;
    display: inline-block;
    padding: 0.5rem;
}
/* Paginations */
.nav-pagination>li>a, .nav-pagination>li>span {
    border: 1px solid;
    border-radius: 0.3em;
    display: block;
    font-size: 1.1em;
    font-weight: bolder;
    height: 2.25em;
    line-height: 2em;
    min-width: 2.25em;
    padding: 0 7px;
    text-align: center;
    transition: all .3s;
    vertical-align: top;
    width: auto;
}
/* Left sidebar */
@media screen and (min-width: 850px) {
    .row-divided>.col+.col:not(.large-12) {
        border-left:1px solid #ececec;
/*         background: #f7f7f7; */
        padding: 1rem;
        border-radius: .5rem;
    }
}
/* Breadcrumb */
.page-title.shop-page-title.product-page-title {
    background: #eeeeee;
}
.page-title-inner {
    min-height: 40px;
    padding-top: 0px;
    position: relative;
}
.breadcrumbs a,
.breadcrumbs {
    font-size: smaller;
}
.breadcrumbs a {
    color: #222;
}
.breadcrumbs {
    color: #222;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0;
}

/* Box blogpost style 1 */
.row-slider.flickity-enabled .flickity-slider {
	display: flex;
	height: 100%;
}
.flickity-slider .col.post-item {
	display: flex;
	min-height: 100%;
}
.page-wrapper .col.post-item .col-inner,
.flickity-slider .col.post-item .col-inner{
	min-height: 100%;
}
.box.box-blog-post.box-text-bottom {
	min-height: 100%;
	display: block;
	border: 1px solid #0000000A;
	box-shadow: 0px 12px 25px 0px #0000000D;
	border-radius: 0rem;
	background-color: #fff;
	overflow: hidden;
	color: #444;
}
.box.box-blog-post.box-text-bottom .is-divider {
	opacity:0
}
.box.box-blog-post.box-text-bottom .post-title{
    font-size: 1.125rem;
    color: #222;
}
.box.box-blog-post.box-text-bottom .box-text{
	padding-left: 0.75rem;
    padding-right: 0.75rem;
}
/* header icon main  */
.guten-icon-box.icon-position-left .guten-icon-box-wrapper {
    align-items: flex-start;
    display: flex
}

.guten-icon-box.icon-position-left .guten-icon-box-wrapper .icon-box.icon-box-header {
    margin-right: 15px
}

.guten-icon-box.icon-position-right .guten-icon-box-wrapper {
    display: flex;
    flex-direction: row-reverse
}

.guten-icon-box.icon-position-right .guten-icon-box-wrapper .icon-box.icon-box-header {
    margin-left: 15px
}

.guten-icon-box .icon-box.icon-box-header {
    line-height: 0;
    position: relative;
    z-index: 2
}

.guten-icon-box .icon-box.icon-box-header .icon {
    color: var(--guten-txt-color);
    display: inline-block;
    margin-bottom: 13px;
    overflow: hidden;
    transition: all .4s ease
}
.guten-icon-box.icon-position-left .icon-box.icon-box-body  {
	font-size: .8rem;
	color: #182e53;
}
.guten-icon-box.icon-position-left .icon-box.icon-box-body .title {
	margin-bottom: 0;
	font-size: .9rem;
	color: #0b356e;
	text-transform: uppercase;
}
/* Bootm menu header */
div.header-bottom#wide-nav {
    max-width: 1290px;
    margin: auto;
}
.home.page-template div.header-bottom#wide-nav {
    margin-bottom: -30px;
}
li.header-newsletter-item.has-icon {
    background: #f44336;
    padding: 14px;
    transform: translate(15px, -1px);
}
.header-wrapper.stuck {
    background: #fff;
}
.header-wrapper.stuck div.header-bottom#wide-nav {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
ul.nav.header-nav.header-bottom-nav.nav-left {
    padding-left: 20px;
}

/* Banner youtube */
.banner iframe.ux-youtube {
    height: 1200px;
	transform: translate(0%, -10%)
}

/* Box hover */
.box-shadow, 
.box-shadow-2,
.box-shadow-2-hover:hover,
.row-box-shadow-2 .col-inner,
.row-box-shadow-2-hover .col-inner:hover {
    box-shadow: 0 4px 13px -4px rgba(0, 0, 0, .16);
}

.box-icon-hover h5,
.box-icon-hover a{
	color: #003366;
}
.dark .box-icon-hover h5,
.dark .box-icon-hover a{
	color: #ffffff;
}
.box-icon-hover .col-inner:before {
	content: ' ';
	display: block;
	position: absolute;
	left:0;
	bottom: 0;
	height: 0%;
	width: 100%;
	background: #0e2b5c;
	z-index: -1;
	transition: all ease .3s;
}
.box-icon-hover:hover {
	color: #fff
}
.box-icon-hover:hover h5,
.box-icon-hover:hover a{
	color: #fff;
}
.box-icon-hover:hover .col-inner:before{
	color: #fff;
	height: 100%;
}