/* Fbfeed CSS */

.cff-item  > .cff-text-wrapper > .cff-date, .cff-item  > .cff-date {
    background: #04487b none repeat scroll 0 0;
    border: 1px solid;
    color: #ffffff;
    font-family: "Walkway",Verdana,Helvetica,Arial,sans-serif;
    font-size: 17px !important;
    padding: 5px !important;
    width: auto !important;
}

#cff.cff-thumb-layout .cff-text-wrapper {
    float: left !important;
}

#cff .cff-photo {
    float: none !important;
}

#crm-content {
    color: #444;
}

.rt-social-buttons {
    margin: 0px;
	padding: 0px;
	background-color: #002060;
}

body.layout-mode-responsive .rt-social-buttons {
    text-align: right;
}

.rt-social-buttons .social-button {
    font-size: 25px; 
    /* font-size: 1.5vw;*/
	padding-top: 5px;
}

.rt-social-buttons .rt-block:before {
   content: "Wayne County Republican Committee";
   color: white;
   font-size: 12px;

}

/* this is to fix grey bar under header */
body.layout-mode-responsive .rt-container {
    max-width: 1200px;
    width: 100%;
}

/* this is to center the header on smaller platforms */
#rt-header .rt-image {
    text-align: center;
}

#rt-header {
	/* background-image: url("/images/top-overlay.png"); */
	background-color: #BE4E4F;
	max-width: 1200px;
	margin: auto;
}

.gf-menu-toggle {
    cursor: pointer;
    left: 10px;
    top: 10px;
    background-color: #04215B;
}

/*
.header-type-scroll.scrolling-enable #rt-header, .header-type-fixed #rt-header {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}

.header-type-fixed .rt-header-fixed-spacer {
    height: 0px; 
}

.header-type-scroll #rt-header .menu-block, .header-type-fixed #rt-header .menu-block {
    bottom: 0;
    position: absolute !important;
    right: 15px;
}



*/

.item-separator {
    background-image: url("/images/article_separator.png");
    background-position: center;
    background-repeat: no-repeat;
	padding-bottom: 5px;
}

.item-separator, .row-separator {
    margin: 40px 0;
}

.create::before {
    display: none;
}

.create time  {
    border: 1px solid;
	padding: 5px;
    color: #ffffff;
	background: #04215B;
	min-width: 50%;
	font-size: 16px;
}

#rt-page-surround{
   background: url('/images/background5.jpg') no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;   
}


/*
dd {
    color: red;
	font-weight: bold;
}
*/