@charset "UTF-8";

/*
Theme Name: constit
Description: child theme of rtpanel 
Version: 0.1
Author: forum
Template: rtpanel
*/

@import url('../rtpanel/style.css');

/* Header */
#header { margin-bottom: 25px; margin-top: 15px; }
    .rtp-site-logo { font-size: 40px; font-weight: bold; line-height: 100%; margin: 0; }
        .rtp-site-logo img { height: auto; margin: 0; max-width: 100%; }
    .tagline { color: #000; font-size: 18px; line-height: 1.5; margin: 0; }

#header-wrapper .initiative{
	position: absolute;
	right: 282px;
	top: 77px;
}
#header-wrapper .initiative h3{
	margin:0;
}

/* End - Header */

/* Default Links */
a, a:active, a:visited { color: #990000; text-decoration: none; }
a:hover, a:focus { color: #CD3517; text-decoration: underline; }

/* Nav */
#rtp-nav-menu a {
color: #000;
font-weight: 500;
}
#rtp-primary-menu, #rtp-nav-menu ul { background: #DDD; }
#rtp-nav-menu li:hover > a, #rtp-nav-menu .current_page_item > a {
	background: rgb(153, 0, 0);
	color: #FFFFFF;
	}
#rtp-nav-menu a:hover, a:focus {
	color: rgb(153, 0, 0);
}

#rtp-nav-menu .current-menu-item > a, #rtp-nav-menu .current_page_ancestor > a, #rtp-nav-menu .current_page_item > a {
    background: rgb(153, 0, 0);
    color: #FFF;
    text-decoration: none;
}

.widget a {
	color: #000;
	text-decoration: underline
}

.widget a:hover, a:focus {
	color: #990000;
	text-decoration: underline
}
/* End - Nav */

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.rtp-singular .post-content a {
    text-decoration: none;
}



.sticky { background: #FFF; border: 2px solid rgb(221, 221, 221); }