/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

1. GLOBAL
2. HEADER
3. FOOTER
4. MEDIA SCREENS

*/

/***
 * 1. GLOBAL
 ***/
.wpcf7-spinner, .ajax-loader{
	color:blue;
	opacity:1;
}
form.wpcf7-form.submitting .ajax-loader {
    visibility: visible;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	margin-top:10px !important;
}
.mt3{
  margin-top:30px !important;
}
.mtn100{
  margin-top:-100px !important;
}
.fs25{
  font-size:25px !important;
}
.white{
  color:#fff !important;
}
.italic{
  font-style:italic !important;
}
.bold{
  font-weight:bold;
}
.mw7{
  max-width:700px !important;
}

/*** testimonials ***/
.x-flexslider{
  background-color:transparent;
  font-size:17px;
}
.x-flexslider-shortcode-container .x-flexslider-shortcode{
  padding:20px 0px 40px;
}
.x-flexslider .x-slides .stars{
  width:100px !important;
  margin:auto;
}
.flex-direction-nav a{
  top:initial;
  bottom:0px;
}
.flex-direction-nav a.flex-prev {
    left: 45%;
    transform: translate(-50%,-50%);
}
.flex-direction-nav a.flex-next {
    left:55%;
    transform: translate(-50%,-50%);
}
.flex-direction-nav a{
  background-color:#333745;
  opacity:1;
} 
.flex-control-nav a:hover{
  opacity:0.5 !important;
}
/**
 * 2. HEADER
**/

/**
 * 3. FOOTER
**/

/**
 * 4. MEDIA SCREENS
**/