/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.cdnfonts.com/css/samsungone');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
/*************** ADD CUSTOM CSS HERE.   ***************/
.header-main .nav > li > a {
	font-size: 16px;
	font-weight: normal;
}
.nav-spacing-xlarge>li {
	margin: 0px 15px;
}
.section > .section-content > .row > .col {
	padding-bottom: 0;
}
.slide-home .flickity-page-dots {
	width: 100%;
	left: 0;
	right: 0;
}
.slide-home .slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
	width: 150px;
	height: 1px;
}
.slide-home .flickity-page-dots .dot {
	border: 1px solid #e6e6e6b3;
	opacity: 1;
}
.slide-home .slider-nav-light .flickity-page-dots .dot.is-selected {
	border: 1px solid var(--primary-color);
}

.box-custom {
	overflow: hidden;
}
.box-custom .overlay {
	background-color: #d5414de6;
	transition: opacity 2s cubic-bezier(.23,1,.32,1), height 2s cubic-bezier(.23,1,.32,1);
	opacity: 0;
}
.box-custom:hover .overlay {
	opacity: 1;
}

.box-custom .box-text {
	z-index: 1;
    height: auto;
    padding: 2vw;
    bottom: -6rem;
    box-sizing: border-box;
    text-align: left;
    -webkit-transition: all .5s;
    transition: all .5s;}
.box-custom .box-text p {
	font-family: "Libre Baskerville", serif !important;	
}
.box-custom .box-text h3 {
	font-family: "Libre Baskerville", serif !important;	
	font-size: 38px;
	margin-top: 20px;
}
.box-custom .box-text .button {
	height: 54px;
	line-height: 54px;
	min-height: 54px;
	padding: 0 36px;
	font-size: 15px;
	margin-top: 30px;
	border: 1px solid;
}

.box-custom:hover .box-text {
	bottom: 0;
}
h1 {
	font-size: 50px;
	font-family: "Libre Baskerville", serif !important;
}
h2 {
	font-size: 40px;
	font-family: "Libre Baskerville", serif !important;
}
h3, h4 {
    font-family: "Libre Baskerville", serif !important;
}

.col.post-item .post-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 72px;
    margin-bottom: 20px;
}
.col.post-item .post-meta {
	font-size: 16px;
	color: var(--primary-color);
}
.box-blog-post .is-divider {
	display: none;
}

.col.post-item .detail {
    position: absolute;
    top: -27px;
    right: 30px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    z-index: 200;
    border: 2px solid #fff;
    background-color: #d5414d;
}
.col.post-item .detail:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d5414d;
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: -webkit-all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}
.detail:after {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    border: 2px solid #d5414d;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: -webkit-all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
    margin-top: -25px;
    margin-left: -25px;
}
.detail span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.detail span:before {
    width: 3px;
    height: 21px;
}
.detail span:after {
    width: 21px;
    height: 3px;
}
.detail span:after, .detail span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-transition: -webkit-all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}

.col.post-item .col-inner {
	box-shadow: 0 0 20px #3333331a;
    transition: all .3s ease-in-out;
    transform: translateY(0) !important;
}
.col.post-item .col-inner:hover {
    transform: translateY(-5px) !important;
}
.col.post-item .col-inner a.plain {
    transition: all 2.2s cubic-bezier(.39,.575,.565,1);
    -webkit-transition: all 2.2s cubic-bezier(.39,.575,.565,1);
    -moz-transition: all 2.2s cubic-bezier(.39,.575,.565,1);
    -ms-transition: all 2.2s cubic-bezier(.39,.575,.565,1);
    -o-transition: all 2.2s cubic-bezier(.39,.575,.565,1);
    overflow: hidden;
}
.col.post-item .col-inner a.plain:hover .detail {
    -moz-transform: translate(0,-25px);
    -ms-transform: translate(0,-25px);
    -webkit-transform: translate(0, -25px);
    transform: translateY(-25px);
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    border-color: #d5414d;
}
.col.post-item .col-inner a.plain:hover .detail:before {
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    transform: scale(.2);
    opacity: 0;
}
.col.post-item .col-inner a.plain:hover .detail span:before {
    background-color: #d5414d;
}
.col.post-item .col-inner a.plain:hover .detail span:after {
    background-color: #d5414d;
}
.col.post-item .col-inner a.plain:hover .detail:after {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 1;
}
.col.post-item .box-text {
    padding: 40px 30px;
}
.col.post-item .box-text:after {
    transition: all 1.2s cubic-bezier(.77,0,.175,1);
    -webkit-transition: all 1.2s cubic-bezier(.77,0,.175,1);
    -moz-transition: all 1.2s cubic-bezier(.77,0,.175,1);
    -ms-transition: all 1.2s cubic-bezier(.77,0,.175,1);
    -o-transition: all 1.2s cubic-bezier(.77,0,.175,1);
}
.col.post-item:hover .box-text:after {
    -moz-transform: translate(0,-25px);
    -ms-transform: translate(0,-25px);
    -webkit-transform: translate(0, -25px);
    transform: translateY(-25px);
}
.col.post-item .col-inner a.plain:hover .box-text .parma, 
.col.post-item .col-inner a.plain:hover .box-text .post-title, 
.col.post-item .col-inner a.plain:hover .box-text .post-meta {
    -moz-transform: translate(0,-25px);
    -ms-transform: translate(0,-25px);
    -webkit-transform: translate(0, -25px);
    transform: translateY(-25px);
}

.box-text, .box-text .detail, 
.box-text .detail:after, 
.box-text .detail:before, 
.box-text .post-title, 
.box-text .post-meta, 
.box-text:after {
    transition: all 1.2s cubic-bezier(.77,0,.175,1);
    -webkit-transition: all 1.2s cubic-bezier(.77,0,.175,1);
    -moz-transition: all 1.2s cubic-bezier(.77,0,.175,1);
    -ms-transition: all 1.2s cubic-bezier(.77,0,.175,1);
    -o-transition: all 1.2s cubic-bezier(.77,0,.175,1);
}

.col.post-item .col-inner a.plain .box-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
    background-color: #d5414d80;
    border-radius: 100%;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    -ms-transform: scale(0) translateY(0);
    -webkit-transform: scale(0) translateY(0);
    -moz-transform: scale(0) translateY(0);
    -o-transform: scale(0) translateY(0);
    transform: scale(0) translateY(0);
    transition: all 2.2s cubic-bezier(.39,.575,.565,1);
    -webkit-transition: all 2.2s cubic-bezier(.39,.575,.565,1);
    -moz-transition: all 2.2s cubic-bezier(.39,.575,.565,1);
    -ms-transition: all 2.2s cubic-bezier(.39,.575,.565,1);
    -o-transition: all 2.2s cubic-bezier(.39,.575,.565,1);
}
.col.post-item .col-inner a.plain:hover .box-image:after {
    opacity: 1;
    visibility: visible;
    -o-transform: scale(2) translateY(-25%);
    -moz-transform: scale(2) translateY(-25%);
    -webkit-transform: scale(2) translateY(-25%);
    -ms-transform: scale(2) translateY(-25%);
    transform: scale(2) translateY(-25%);
}

.footer-wrapper ul li {
	list-style: none;
	margin-left: 0;
}
.footer-wrapper ul li a:after {
    transition: all .7s cubic-bezier(.645,.045,.355,1);
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
}
.footer-wrapper ul li a:hover:after {
    left: 0;
    width: 100%;
    right: auto;
}
.footer-wrapper .button.icon.circle {
	margin-bottom: 0;
}
.button i, button i {
	top: 0;
}
.footer-wrapper .pull-left {
	float: right;
}
.TheFooter__copyright a {
	margin-right: 1rem;
	position: relative;
}
.TheFooter__copyright a:after {
    transition: all .7s cubic-bezier(.645,.045,.355,1);
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
}
.TheFooter__copyright a:hover:after {
    left: 0;
    width: 100%;
    right: auto;
}

blockquote {
	border-left: 3px solid;
    padding-left: 20px;
}
blockquote h2 {
	color: var(--primary-color);
    line-height: 40px;
}

.box-cus-classic {
    position: relative;
}
.box-cus-classic .box-text {
    border-radius: 10px;
    height: 190px;
    overflow-y: scroll;
}
.box-cus-classic .box-text h4 {
    font-family: "Libre Baskerville", serif !important;
    margin-bottom: 20px;
}
.box-cus-classic.box-push .box-text {
    margin: -50% auto 0;
    opacity: 0;
}
.box-cus-classic.box-push:hover .box-text {
    opacity: 1;
}
.transparent .header-main {
    background: #fffc;
    border-bottom: 1px solid #fff;
}

.shop-page-title.category-page-title.page-title {
    display: none;
}
.btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    border: 1px solid transparent;
    padding: 15px 36px;
    text-align: center;
    transition: all .4s ease-in-out;
    height: 54px;
    line-height: 54px;
    letter-spacing: 0;
    color: #fff;
    background: #d5414d;
    transform: translateY(0);
}
.btn:hover {
    color: #fff;
}
.btn--secondary {
    background-image: none;
}
@media (min-width: 850px) {
    .term-description {
        padding: 0 8.5%;
        margin-bottom: 150px;
    }
}

.product-info .woocommerce-breadcrumb.breadcrumbs {
    display: none;
}

.woocommerce-tabs .product-tabs {
    display: none;
}
.product-gallery .product-thumbnails.thumbnails {
    display: none;
}
.single-product h1 {
    font-size: 32px;
}
.product-footer {
    background-color: #f7f7f7;
}
.product-footer .woocommerce-tabs {
    border-top: none;
}
.product-main {
    padding: 30px 0;
}
.btn-custom {
    width: 180px;
    height: 54px;
    line-height: 54px;
    min-height: 54px;
    border-radius: 4px;
    text-transform: none;
    font-weight: 500;
}

.product-small.col .col-inner {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 40px -10px #3333;
    position: relative;
    padding: 20px 25px 35px;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

    transition: all .7s cubic-bezier(.645,.045,.355,1);
}
.product-small.col .product-title {
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 2px;
    color: #333 !important;
    font-size: 18px;
}
.product-small.col .product-title a {
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 2px;
    color: #333 !important;
    display: block;
    height: 75px;
    overflow: hidden;
    font-family: "Libre Baskerville", serif !important; 
}
.product-small.col .category {
    color: #d5414d;
    margin-bottom: 2px;
    font-size: 16px;
    text-transform: none !important;
}
.product-small.col .box-excerpt {
    color: #696969;
    margin-top: 13px;
    height: 100px;
    overflow: hidden;
    font-size: 16px;

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 20px;
}

.product-small.col .col-inner:hover {
    transform: translateY(-5px);
}
.archive .product-small.col {
    padding: 30px;
}
.box-projects-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 56px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #eee;
    color: #d5414d;
}
.box-projects-arrow:before {
    background-color: #d5414d;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    transition: all .7s cubic-bezier(.645,.045,.355,1);
    z-index: -1;
}
.product-small.col .col-inner .box-projects-arrow a {
    color: var(--primary-color);
}
.product-small.col .col-inner:hover .box-projects-arrow:before {
    transform: translateY(0);
}
.product-small.col .col-inner:hover .box-projects-arrow a {
    color: #fff;
}

a, button, img, input, span {
    transition: all .7s cubic-bezier(.645,.045,.355,1);
}

.dark blockquote {
    border-color: #fff;
}
.single-post h1.entry-title {
    font-size: 38px;
    text-align: center;
}
.entry-header-text .is-divider, .entry-category {
    display: none;
}

.pd-tech-spec table {
    padding: 0;
    width: 100%;
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 4px 23px #dbe5ec99;
    -webkit-box-shadow: 0 4px 23px 0 rgba(219, 229, 236, .6);
    -moz-box-shadow: 0 4px 23px 0 rgba(219,229,236,.6);
    -ms-box-shadow: 0 4px 23px 0 rgba(219,229,236,.6);
    -o-box-shadow: 0 4px 23px 0 rgba(219,229,236,.6);
    margin-bottom: 5rem;
}
table tr {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
table th {
    padding: 25px 0;
    padding: 1.03611vw 0;
    background-color: #d5414d;
    border-right: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-family: SamsungSharpSans, SamsungOne, arial;
}
table tr.second th {
    padding: .4611vw 0;
}
table td {
    padding: 25px 0 !important;
    padding: 1.03611vw 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-right: 1px solid rgba(0, 0, 0, .05);
    text-align: center;
    font-size: 14px;
    vertical-align: middle !important;
}
/* */
.footer-wrapper .text a {
	color: inherit;
}

@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .box-vertical .box-image {
        width: 30% !important;
    }
	h2 {
		font-size: 30px;
	}

}