/*
Theme Name: Dignity Period Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

@import url("../salient/style.css");

.large-font p {
	font-size: 24px;
}
li.menu-item-type-custom a {
	cursor: pointer;
}
#footer-outer .widget {
	margin-bottom: 0;
}
#footer-outer .row {
	padding: 20px 0;
}
p.small {
	font-size: 14px;
	line-height: 17px;
}
#footer-outer .widget h4 {
	margin-bottom: 0px;
}
#footer-outer .row .col img {
	margin-bottom: 0;
}
/* Donate Button */
#header-outer header#top nav > ul.buttons {
    overflow: visible !important;
}
.cta-btn {
    text-align: center;
}
header#top nav ul li .cta-btn a {
    position: relative;
    top: 10px;
}
.cta-btn a,
header#top nav ul li .cta-btn a:hover,
#footer-outer .cta-btn a {
    display: inline-block;
    padding: 15px;
    font-size: 15px;
    border-radius: 3px;    
    text-align: center;    
    color: white !important;
}
#footer-outer .cta-btn a { 
    border: 2px solid white;
    background: transparent;
    padding: 10px 15px;
}
.cta-btn.newsletter-btn a,
header#top nav ul li .cta-btn a,
#footer-outer .cta-btn a:hover {
    background: #de5c78;
    color: #FFF !important;
    border: 5px solid #ffffff;
}