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

.wpcf7-submit {margin-right: 0;}
 .button {padding-bottom: 3px;}
.mobile-buttons .button:not(.icon) {border-radius: 0!important;}
/*--------------------Image captcha--------------*/
.kc_captcha{text-align: center;display: block;margin-bottom: 10px;}
span.captcha-image {border: none;padding: 0 ;}
span.captcha-image .cf7ic_instructions span{color: #ed7b08;}        /*----Change to main site color here-----*/
span.captcha-image label > input{margin: 0 !important;position: absolute;width: 0px !important;}
span.captcha-image label > input + svg {border: none;padding: 4px;width: 35px;height: 35px;}
span.captcha-image label > input:checked + svg, span.captcha-image label > input:focus + svg {border: none;color: #ed7b08;}    /*----Change to main site color here-----*/
.cf7ic_instructions{font-size: 20px;}
/*----------------END Image captcha----------------------*/

.wpcf7-form input[type="email"],
.wpcf7-form input[type="text"],
.wpcf7-form  input[type="tel"],
.wpcf7-form  textarea,
.wpcf7-form  select {
  border: 1px solid #555;
}

.article-inner .entry-category,
.article-inner .entry-meta,
.box-blog-post .badge,
#comments{display: none;}


