/*
 Theme Name:   Headway Child
 Theme URI:    
 Description:  Headway Base Child Theme
 Author:       Admin
 Author URI:   http://www.artch.ca/
 Template:     headway
 Version:      3.8.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  headway-childtheme
*/


/* Master Slider Perso START */
.ms-thumb-ol{

background: none repeat scroll 0% 0% #000;
opacity: 0.5;
position: relative;
width: 100%;
height: 100%;
top: -82px;
bottom: 0;
/* transition fade out */
   -webkit-transition: .5s ease-in;
   -moz-transition: .5s ease-in;
   -o-transition: .5s ease-in;
   -ms-transition: .5s ease-in;
   transition: .5s ease-in;


}

.ms-thumb-ol:hover{

opacity: 0;

 /* transition fade in */

-webkit-transition:.1s;
    -moz-transition:.1s;
    -o-transition:.1s;
    transition: .1s;
    transition: opacity .1s linear .1s; /* For IE */

}


 /* Remove grayscale on active element */

.ms-thumb-frame.ms-thumb-frame-selected img {

-webkit-filter: grayscale(0%) !important;    /* Chrome */
filter: grayscale(0%) !important;         /* Mozilla */
-o-filter: grayscale(0%) !important;      /* Opera */

}

.ms-thumb-frame.ms-thumb-frame-selected .ms-thumb-ol {

opacity: 0;

}


.ms-thumb-frame {

 opacity: 1 !important;

}

.ms-thumbs-cont {

 top: -4px !important;

}

/* Master Slider Perso END */

/* Contact 7 Form Perso START */
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 3px 0;;
    border: none;
}

span.wpcf7-not-valid-tip {
    color: #c80000;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  box-shadow: none;
}

input[type="submit"], input[type="button"], button {
    background-color: #fff;
    border-radius: 0px;
    color: #4c4c4c;
    font-size: 11.5px;
    font-weight: normal;
    font-family: Carrois Gothic SC;
    letter-spacing: 0.5px;
    padding-left: 0;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover
{
  color: #c80000;
  background-color: #fff;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
	-webkit-appearance: caret;
   -moz-appearance: caret;
     -o-appearance: caret;
        appearance: caret;
    border-radius: 0;
}

@media only screen and (min-width : 240px) {
   .wpcf7-textarea,
   .wpcf7-text {
     max-width: 100%;
     padding: 10px 1px !important;
   }
}

/* Contact 7 Form Perso END */