/*
Theme Name: Creator Child
Theme URI: http://creator.elated-themes.com
Description: A child theme of Creator Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.6
Template: creator
Text Domain: creator
*/
.eltd-footer-top p {
    color: #FFF;
}
.eltd-footer-top .widget a {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;;
}
/*FORM*/
#responsive-form{
    /*--max-width:600px  change this to get your desired form width --*/;
    margin:0;
  width:100%;
}
.form-row{
    width: 100%;
    padding-right:20px;
    clear:both;
}
.form-row .column-full label{
	width:100%
}
.column-half,.column-full,.column-three{
    float: left;
    position: relative;
    padding: 0.35rem 1.3rem 0.35rem 0;
    width:100%;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box; 
        box-sizing: border-box
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
#respond textarea, #respond input[type='text'], .contact_form input[type='text'], .contact_form textarea, .comment_holder #respond textarea, .comment_holder #respond input[type='text'], input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-date, textarea.wpcf7-form-control.wpcf7-textarea, select.wpcf7-form-control.wpcf7-select, input.wpcf7-form-control.wpcf7-quiz {
    color: #333 !important;
        font-weight:500 !important;
}
select option {
    font-size: 14px !important;
}
input[type="checkbox"] {
width: 20px;
}
.comment-respond input[type=email], .comment-respond input[type=text], .comment-respond textarea, .post-password-form input[type=password], .widget input, .widget select, .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
    -webkit-appearance: listitem !important;
    width: auto;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
    .column-half{
        width: 50%;
    }
    .column-three{
        width: 33.3333%;
         
    }
}




.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
    position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
/*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 5px;
  height: 18px;
  width: 18px;
  top: 0px;
  border: 2px solid #222;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 5px;
    visibility: hidden;
    font-size: 16px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
/*     border-color: red; */
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
/*    background: #222; */
   visibility: visible;
}
