/*
Theme Name: Keysolution Child Theme
Description: This is a child theme for Flatsome Theme
Author: Keysolutions
Template: flatsome
Version: 3.0
*/

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

/* general customization */

.html .social-icons {
    font-size: 1.4em;
}

.container {
    padding-left: 24px;
    padding-right: 24px;
}

.button {
    margin-bottom: 0;
}

.lightbox-content {
    border-radius: .4em;
}

.to-front {
    position: relative;
    z-index: 10;
}

.header-main li.html.custom {
    display: block;
}

.off-canvas-center .mfp-content {
    padding-top: 0;
}

.margin-0, .margin-0 > * {
    margin: 0;
    padding-bottom: 0;
}

.light, .light > * {
    font-weight: 300 !important;
}

.uppercase, .uppercase * {
    line-height: .9;
    letter-spacing: .125em;
}

.has-dropdown .icon-angle-down {
    font-size: .8em;
}

.wp-video {
    margin-bottom: 2em;
}

.gmap-embed p {
    margin-bottom: 0;
    line-height: 1;
}

.wpbs-main-wrapper .wpbs-form-container {
    max-width: 100%;
}

#wpbs-woocommerce-payment-button a, #wpbs-form-submit-1 {
    background-color: #5a7981;
    color: #fff;
    text-transform: initial;
}

#wpbs-woocommerce-payment-button a:hover {
    background-color: #5a7981;
    color: #fff;
}

.rounded > .col-inner {
    border-radius: .4em;
    overflow: hidden;
}

/* END - - - general customization */


/* Woocommerce custom */

.badge-inner.on-sale {
    border-top-right-radius: .4em;
    border-bottom-right-radius: .4em;
    font-size: .8em;
    border: 1px solid #fff;
    border-left: 0;
}

/* END - - - Woocommerce custom */


/* CF7 customization */

form {
    margin: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
    background-color: transparent;
    color: #e46060;
    font-size: .8em;
}

.wpcf7 .wpcf7-not-valid-tip:after {
    content: none;
}

.wpcf7 textarea {
    min-height: 90px;
}

.wpcf7 .wpcf7-not-valid {
    border-color: #e46060;
}

.wpcf7 label {
    position: relative;
    font-weight: normal;
}

.wpcf7 label span.input-label {
    font-size: .8em;
}

.wpcf7-acceptance .wpcf7-list-item > label {
    display: flex;
}

.wpcf7-acceptance .wpcf7-list-item > label a {
    text-decoration: underline;
}

.wpcf7-submit {
    color: #fff !important;
}

.wpcf7 .custom-newsletter input.wpcf7-email {
    color: #fff;
    font-size: .8rem;
    padding: .8rem;
    height: 2.4rem;
    margin-bottom: 0;
}

.wpcf7 .custom-newsletter {
    display: flex;
    width: 100%;
    margin-bottom: .2em !important;
}

.wpcf7 .custom-newsletter ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e0ceaa;
}

.wpcf7 label {
    font-size: .8em;
}

.wpcf7 .custom-newsletter .wpcf7-form-control-wrap {
    width: 100%;
}

.custom-newsletter .wpcf7-submit {
    margin-right: 0;
    margin-bottom: 0;
}

.wpcf7 .wpcf7-spinner {
    display: none;
}

.custom-newsletter input.wpcf7-submit {
    height: 2.4rem;
    background-color: #ff0a00;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 1em;
    border: 2px solid #00a0d2;
    text-align: center;
}

.cf7-repeater {
    padding: 0 !important;
}

.repeater-field-item {
    background-color: #fff;
    padding: 2em;
    border-radius: .4em;
    margin-bottom: 1em;
}

.wpcf7-field-group {
    background-color: #fff;
    padding: 2em;
    border-radius: .4em;
}

.wpcf7-field-group-add, .wpcf7-field-group-remove {
    border: 1px solid #5a7981;
    color: #5a7981 !important;
    border-radius: 99px;
    padding: .2em 1.6em;
    font-size: .8em;
    font-weight: 600;
    text-transform: initial;
}

/* END - - - CF7 customization */


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



}