/* 
Theme Name: Child of TheBuilt
Theme URI: http://magniumthemes.com/;
Description: Child theme based on TheBuilt
Author: Your Name
Version: 1.0
Template: thebuilt
*/

.mgt-button.hvr-bounce-to-right.mgt-style-solid {
    color: #0057ca !important;
	font-size: 22px;
    line-height: 22px;
}
.mgt-button.hvr-bounce-to-right.mgt-style-solid:hover{color: #ffffff !important;}

.header-info-content-text {
    color: #0057ca !important;
}

.header-info-content-title {
    margin-left: 30px;
}

footer .footer-copyright {
       color: #FFF;
}
.footer-menu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  display: inline;
  margin-right: 25px;
  float: left;
}
.mgt-icon-box .mgt-icon-box-icon {
  color: #0066cc !important;
}

body .commercial_carousel .vc_images_carousel a.vc_carousel-control.vc_left {
    background: transparent url("img/arrow-left-big-white.png") no-repeat center center !important;
    
}

body .commercial_carousel .vc_images_carousel a.vc_carousel-control.vc_right {
    background: transparent url("img/arrow-right-big-white.png") no-repeat center center !important;
    
}

@media only screen and (min-width: 100px) and (max-width: 767px) { 
.footer-menu li {float: none;}
 }
 
 @media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-menu li {float: none;}
 }
 
 @media only screen and (min-width: 1023px) and (max-width: 1100px) {
  .footer-menu li {float: none;}
 }