/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root {
    --radius-main: 8px;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
.bg-gradient-main > .col-inner{
	background: linear-gradient(90deg, rgba(198, 58, 54, 0.9) 0%, rgba(125, 175, 105, 0.9) 50%, rgba(88, 160, 202, 0.9) 100%);
}
.absolute-footer{
    display: none;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    box-shadow: none;
    border-radius: var(--radius-main)
}
input[type=submit].wpcf7-submit{
    margin: 0;
    display: block;
    width: 100%;
    border-radius: var(--radius-main)
}
#main{
    min-height: 600px;
}
.text blockquote{
    position: relative;
    font-size: 1rem;
    border-left: 0;
}
.text blockquote:before,
.text blockquote:after{
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.text blockquote:before{
    background-image: url('images/dau-p.svg');
    top: 0;
    left: 0;
    transform: translate(-30px, -30px);
}
.text blockquote:after{
    background-image: url('images/dau-t.svg');
    right: 0;
    bottom: 0;
    transform: translate(30px, 30px);
}
.row-auto .icon-box-left, .row-auto .icon-box-right{
    height: 100%;
    align-items: center;
}
.row-auto .icon-box-img img, .row-auto .icon-box-img svg{
    padding-top: 0;
}
.text.heading-text-center{
    max-width: 600px;
    margin: auto;
}
.text.heading-text-center h4{
    position: relative;
}
.text.heading-text-center h4:after{
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    border-top: 1px solid #212121;
}
.text.heading-text-center h4 strong{
    color: #212121;
    position: relative;
    background: #fff;
    padding: 0 15px;
    z-index: 1;
}
.row.step-style-default .col:nth-child(1) .col-inner:before{
    content: "1";
}
.row.step-style-default .col:nth-child(2) .col-inner:before{
    content: "2";
}
.row.step-style-default .col:nth-child(3) .col-inner:before{
    content: "3";
}
.row.step-style-default .col:nth-child(4) .col-inner:before{
    content: "4";
}
.row.step-style-default .col:nth-child(5) .col-inner:before{
    content: "5";
}
.row.step-style-default .col:nth-child(6) .col-inner:before{
    content: "6";
}
.row.step-style-default .col:nth-child(7) .col-inner:before{
    content: "7";
}
.row.step-style-default .col-inner:before,
.row.step-style-default .col-inner:after{
    content: "";
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: var(--primary-color);
}
.row.step-style-default .col-inner:before{
    --length: 24px;
    width: var(--length);
    height: var(--length);
    border-radius: 99px;
    left: 50%;
    margin-left: -10px;
}
.step-style-default .text h3{
    color: var(--fs-color-secondary);
}
.row .box-blog-post{
    border-radius: 10px;
    overflow: hidden;
}
body.single-post #main{
    background-color: #e8e8e8;
}
.blog-single .entry-header{
    display: flex;
    flex-direction: column-reverse;
}
.blog-single .entry-header .entry-header-text{
    padding-bottom: 0;
}
.blog-single .entry-header .entry-image{
    padding-bottom: 1.5em;
}
.rank-math-breadcrumb .last{
    font-weight: 600;
}
#comments{
    padding-top: 25px;
    border-top: 2px solid #ddd;
}
#comments .comment-respond{
    background-color: transparent;
    padding: 0;
    max-width: 890px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@media only screen and (max-width: 849px) {
    .row.step-style-default .col:not(:last-child):after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: 34px;
        height: 20px;
        border-left: 2px dashed var(--primary-color);
    }
    .row.step-style-default .col-inner{
        padding-bottom: 20px;
    }
    .row.step-style-default .col-inner:before{
        top: -25px;
    }
}
@media only screen and (min-width: 850px) {
    .row-auto{
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .row.step-style-default .col{
        flex-basis: 14.2857143%;
        max-width: 14.2857143%;
    }
    .row.step-style-default:before{
        content: "";
        position: absolute;
        bottom: 39%;
        left: 7%;
        right: 7%;
        border-top: 3px solid var(--primary-color);
    }
    .row.step-style-default .col:nth-child(odd) .col-inner{
        padding-bottom: 90%;
    }
    .row.step-style-default .col:nth-child(even) .col-inner{
        transform: translateY(88%);
    }
    .row.step-style-default,
    .row.step-style-default .col-inner{
        position: relative;
    }
    .row.step-style-default .col-inner{
        --length: -45px;
        margin-left: var(--length);
        margin-right: var(--length);
    }
    .row.step-style-default .col:nth-child(odd) .col-inner:before{
        bottom: calc(36% - 11px);
    }
    .row.step-style-default .col:nth-child(even) .col-inner:before{
        top: -64px;
    }
    .row.step-style-default .col-inner:after{
        width: 10px;
        height: 10px;
        border-radius: 99px;
        left: calc(50% - 3px);
    }
    .row.step-style-default .col:nth-child(odd) .col-inner:after{
        bottom: 50%;
    }
    .row.step-style-default .col:nth-child(even) .col-inner:after{
        top: -20px;
    }
    .row.step-style-default .icon-box-text p{
        margin-bottom: 0.5em;
    }
    .row.step-style-default .col .col-inner .icon-box:before{
        content: "";
        position: absolute;
        width: 2px;
        height: 22px;
        background-color: #0276b1;
        left: calc(50% + 1px);
    }
    .row.step-style-default .col:nth-child(odd) .col-inner .icon-box:before{
        top: 50%;
    }
    .row.step-style-default .col:nth-child(even) .col-inner .icon-box:before{
        top: -40px;
    }
}
@media only screen and (min-width: 1200px){
    .blog-single .row > .large-10 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .blog-single .entry-content.single-page {
        max-width: 890px;
        margin: auto;
    }
	.box-col-hover-1 .col-hover-focus .col-inner:hover{
		background-color: var(--wp--preset--color--primary) !important;
	}
	.box-col-hover-1 .col-hover-focus .col-inner:hover .icon-box-text{
		color: #fff !important;
	}
}