@media only screen and (max-width: 1024px){
 .site-header {
   background-color: #fecd1b;
 }
}
.widget_fp_social li a {
   color: #100F21;
}
.widget_fp_social li a:hover {
   color: #009ad9;
}
input.wpcf7-form-control.wpcf7-submit,
a.roll-button.button-slider,
a.roll-button.border,
.roll-button {
    background-color: transparent !important;
    border: 1px solid #FECD1B !important;
  	color: #FECD1B !important;
}
input.wpcf7-form-control.wpcf7-submit:hover,
a.roll-button.button-slider:hover,
a.roll-button.border:hover,
.roll-button.roll-button:hover {
  	background-color: #FECD1B !important;
    color: #ffffff !important;
}
.text-slider-section h2.maintitle, 
.text-slider-section p.subtitle {
    text-shadow: 2px 2px 5px #100F21;
}
#mainnav ul li a {
color: #100F21;
}
#mainnav ul li:hover a {
color: #009ad9;
}
.btn-menu {
  color: #100F21 !important;
}
.btn-menu:hover {
  color: #009ad9 !important;
}
.service .icon,
.service .fa{
 -webkit-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;  
}

.service:hover .icon{
  background-color: #FECD1B;

}

.service:hover .fa{
 color: #ffffff; 
}
