/*
Theme Name: Colorfully BEHR Child
Template: ColorfullyBEHR
Author: BC Design Haus
Author URI: https://bcdesignhaus.com
Description: A child theme of Colorfully BEHR theme
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.1589553779
Updated: 2020-05-15 07:42:59

*/

/* BEGIN Request from Leah Gilchrist on 6/9/20 */
/* Top nav background (ABOUT US, ASK AN EXPERT..)  */
.hdTop {
    background: #ebe7e4;
}

/* Top nav font color (ABOUT US, ASK AN EXPERT..)  */
.top-navigation li a {
    color: #5F5A59;
}

/* Social media icons */
.hdSocial .social-navigation a {
    color: #5F5A59;
}

/* SUBSCRIBE button */
.hdBtn .btn {
    border: 1px solid #5F5A59;
    color: #5F5A59!important;
	font-weight: 900;
}

/* Magnifying glass */
.hdSearch i {
    color: #5F5A59;
}

/* 'MORE MUST-READS' button color */
.btn, .subs-page input[type="submit"] {
    color: #fff !important;
    background: #c25247;
    border: 1px solid #c25247;
}

.btn:hover, .subs-page input[type="submit"]:hover {
    color: #C25247 !important;
    background: #fff;
}

/* 'Ask an expert' color */
#ask {
    background: #ebe7e4;
}

#ask * {
    color: #5F5A59;
}

.askRight .btn {
    background: #C25247;
    border-color: #C25247;
    color: #fff !important;
}

.askRight .btn:hover {
    background: #FFF;
    color: #C25247 !important;
}
/* END Request from Leah Gilchrist on 6/9/20 */

/* Center align instruction part of subscribe-now (find inspiration) page */
.subscribeInstructionTemp {
	width: 500px;
    margin: auto;
}