/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/** Buttons **/

.button-one {
     background-color: rgba(64,64,64,0);
     border: 1px solid rgba(64,64,64,0.7);
     color: rgba(64,64,64,0.7);
     padding: 10px 0px;
     text-align: center;
     text-decoration: none;
     font-weight: 400;
     font-size: 18px;
     width: 200px !important;
     font-family: Open Sans, arial, sans-serif;
     cursor: pointer;
}

.button-one:hover {
     background-color: rgba(64,64,64,0.7);
     color: white;
}

.button-one {
     border-radius: 0px;
}

.button-one {
     -webkit-transition-duration: 0.4s; /* Safari */
     transition-duration: 0.4s;
}

/** End Buttons **/

/** Contact Form Modifications **/

@media screen and (max-width: 1024px) {

.wpcf7-form {
     margin-left: 10%;
     margin-right: 10%;
}
}

@media screen and (min-width: 1025px) {

.wpcf7-form {
     margin-left: 25%;
     margin-right: 25%;
}
}

.wpcf7-textarea {
     background: transparent !important;
     border: 1px solid #ffffff !important;

}

.wpcf7-text {
     background: rgba(0,0,0,0) !important;
     border: 1px solid #ffffff !important;
}

.wpcf7-text {
     font-size: 16px !important; 
     letter-spacing: 0.5px;
}

.wpcf7-textarea {
     font-size: 16px !important; 
     letter-spacing: 0.5px;
}

.wpcf7-form .wpcf7-text {
     height:36px !important;
}

/** End Contact Form Modifications **/

/** Tablet and Mobile Header Modifications **/

@media screen and (min-width: 768px) and (max-width: 1023px) {

.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header {
     padding-left: 30px;
     padding-right: 30px;
}

}

@media screen and (max-width: 767px) {

.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header {
     padding-left: 20px;
     padding-right: 20px;
}

}

/** End Tablet and Mobile Header Modifications **/


