/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.wpcf7-captchar {
    display: block !important;
    margin: 0 auto !important;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    font-size: 18px;
 }
 .wpcf7-submit {
    font-size: 22px;
}
div.wpcf7 input[type="file"] {
    font-size: 16px;
        width: 200px;
}
.wpcf7-mail-sent-ok{
border: 2px solid #00b0f0 !important;
background: #fff !important;
    color: #000000 !important;
    padding: 0.2em 1em !important;
}
.wpcf7-validation-errors {
    display: block !important;
}
div.wpcf7-response-output {
    font-size: 20px;
    margin-bottom: 25px !important;
}
::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #fff;
}
@media(max-width: 590px){
  .mobile-boxes .zoom_box .desc .desc_txt {
    padding: 0 20px;
} 
.mobile-boxes .zoom_box .desc {
    position: relative;
    opacity: 1;
transform: none;
}
.mobile-boxes .zoom_box .desc_wrap{
  padding: 0 !important;
}
}