/*
Theme Name:     Hakim Child
Theme URI: http://hakim.themesawesome.com
Description:    Hakim Child Theme
Author: Themes Awesome
Author URI: http://www.themesawesome.com
Template:       hakim
Version:        1.0.0
*/

@import url("../hakim/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.page-title {
  padding: 50px 0;
}

.pagination-practice {
  padding: 0 0 100px 0;
}

#content {
  padding-bottom: 50px;
}

.testimonial-content p {
  font-size: 2.2rem;
  line-height: 35px;
}

.case-studies .case-content .content-left h4 {
  text-transform: uppercase;
}

#main-menu > ul > li > a:hover {
    color: #af935a!important;
}


.button:hover, .home-form form p input.button:hover, .contact-form input[type="submit"]:hover, .form-submit .submit:hover {
    background-color: #af935a!important;
	color: #ffffff!important;
}

.button:hover, .home-form form p input.button:hover, .contact-form input[type="submit"]:hover, .form-submit .submit:hover {
    border-color: #af935a!important;
}

.form-section, .contact-form-section {
    background-color: #eee!important;
}

a:hover, a:active, a:focus {
    color: #af935a!important;
}

#back-to-top:hover {
    color: #ffffff!important;
}

.pagination-practice .overlay {
	background-color: rgba(175,147,90, 0.8)!important;
}

.pagination-practice:hover .overlay:hover {
	background-color: rgba(175,147,90, 0.5)!important;
}

.social-footer li a:hover {
	border: 1px solid #bc9d61;
}