/*
Theme Name: BDS
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.pgg-1-text1 p strong {
    font-size: 22px;
    color: rgb(142, 54, 21);
    font-weight: 700;
}

.gb-button {
    margin: 30px 0 0 0;
    background: rgb(142, 54, 21);
    padding: 0 40px;
}

.pgg-2-text1 strong {
    font-size: 41px;
    color: rgb(255, 205, 1);
    font-weight: 700;
    line-height: normal;
}

.pgg-2-row1 .col .col-inner {
    display: flex;
    align-items: center;
}

.pgg-6 form .wpcf7-submit {
    height: 38px;
    margin: 0;
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    background: rgb(255, 205, 1);
    color: #8e3615;
}

span.wpcf7-spinner {
    position: absolute;
}

.pgg-8 .row .col {
    padding-bottom: 0;
}

.pgg-8 .row .col ul {
    list-style: none;
}

.pgg-8 .row .col ul li {
    margin-left: 0;
}

.pgg-8 .row .col ul li i {
    margin-right: 5px;
}

.pgg-8 .row .col p {
    margin: 0;
}

.pgg-8 .row .col a {
    color: #fff;
}

.entry-content.single-page {
    padding-left: 15px;
    padding-right: 15px;
}

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