/*
 Theme Name:   ConsultAid child
 Theme URI:    http://demo.themeton.com/consultaid
 Description:  ConsultAid Child Theme
 Author:       ThemeTon
 Author URI:   http://themeton.com
 Template:     consultaid
 Version:      1.0
*/

/* Theme customization starts here
  -------------------------------------------------------------- */

/* Body */
body {
    font-size: 11px;
}

.con-industries h1 {
  color: #fff !important;
}

.con-industries p {
    color: #5c666a;
    font-size: 18px;
    line-height: 26px;
}

/* Menu */
#primary-nav > li > a {
    color: #333333 !important;
}

#primary-nav > li > a:hover {
    color: #6f9b3c !important;
	  font-style: underline !important;
}

/* Page Title */
.wrapper > .page-title .uk-text-right .uk-breadcrumb li, .wrapper > .page-title .uk-text-right .uk-breadcrumb a {
    color: #fff !important;
    font-size: 18px !important;
}

.uk-article-title {
    color: #fff;
}

/* Testimonial */
.testimonialvc .swiper-slide p {
    font-size: 18px !important;
}

/* Footer */
.widget ul li a {
    font-size: 18px !important;
}

.uk-button-default:hover {
    background-color: #67b930 !important;
    transition: 0.7s;
}

/* Widget */
.widget .textwidget {
    font-size: 18px !important;
}