/*
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.   ***************/

.cust_slider .bg-loaded {
    background-size:56% !important;
    background-color:#78dcec !important;
}

.cust_slider .text-inner h1, .cust_slider .text-inner .lead {
    color:#394161 !important;
}

h1, h2, h3, h4, h5 {
    text-transform:capitalize !important;
}

h2 {
    font-size:180%;
    letter-spacing:0.5px;
}

.h2, h2 {
    line-height:1.5;
}

h3 {
    font-size:140%;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
    color:#7bb657;
}

.button {
    letter-spacing:2px !important;
    box-shadow:none !important;
}

.nav>li {
    margin:0px 15px;
}

.nav>li>a {
    font-size:100%;
    font-weight:400;
    text-transform:capitalize;
}

.cust_nobottom {
    padding-bottom:0px !important;
}

.cust_bg {
    background:url(/wp-content/uploads/3-easy-steps.jpg) no-repeat center top;
}

.cust_checkmark1 .icon-inner img, .cust_checkmark2 .icon-inner img {
    width:auto;
    height:16px;
    padding-top:0px;
}

.cust_checkmark1 .icon-box-left .icon-box-img+.icon-box-text {
    padding-left:.5em;
}

.cust_checkmark2 .icon-box-right .icon-box-img+.icon-box-text {
    padding-right:.5em;
}

.cust_bgbottom {
    background-image:url(/wp-content/uploads/cbd-join-now2.png);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-size:40%;
}

.forminator-label {
    display:none !important;
}

.forminator-field {
    text-align:left;
}

.forminator-button {
    letter-spacing:2px !important;
    font-size:1.15em !important;
    font-weight:700 !important;
    line-height:1.6 !important;
    padding:.4em 2em !important;
}

.cust_subscribe .forminator-button {
    padding:.3em 2em !important;
}

.cust_subscribe .forminator-row {
    display:inline-table !important;
}

.cust_subscribe .cust_width {
    width:120%;
    margin-right:20%;
}

.absolute-footer {
    padding:27px 0px;
}

.absolute-footer.dark {
    color:#FFFFFF;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.cust_slider .bg-loaded {
    background-position:center top !important;
}

.cust_bg {
    background:none !important;
}

.cust_bgbottom {
    background-image:none !important;
}

.cust_subscribe .forminator-button {
    padding:.4em 2em !important;
}

.cust_subscribe .forminator-row {
    display:block !important;
}

.cust_subscribe .cust_width {
    width:auto !important;
    margin-right:auto !important;
}

}

