/*
Theme Name: UpcomingDiscs
Description: Child theme for Themify Ultra
Author: Themify
Template: themify-ultra
*/

/* comments form fix */
#commentform p label{
transform:none ;
}

/* fix color of contact form submit button */
input#gform_submit_button_1 {
    background-color: #000000;
}

/* fix amazon links on single post body */
.single #content .post {
    width: 80%;
}

/* main nav side button */
#nav_menu-5 .menu-item a {
    text-decoration:none;
    font-size: 20px;
}

#nav_menu-5 .menu-item:hover {
    width: 150px;
    background: #129f81;
}

#nav_menu-5 .menu-item {
    width: 150px;
    background: #a2ea89;
    border: 3px solid #129f81;
    padding: 10px;    
    text-align: center;
    border-radius: 10px;
}

#nav_menu-5 .menu li {
    margin-bottom: 10px !important;
}

/* side ad unit 2 per line */
.adunit_list li {
    float: left;
    list-style-type: none;
    margin: 10px;
}

.adunit_list li:nth-of-type(2n+1) {
    clear:  both;
    margin: 10px;
}

#text-2 {
    clear: both;
}

/* less space around header */
#header {
    margin-bottom: -30px;
}

.home #body {
    margin-top: -37px;
}

/* Rating info CSS */
.float_cover { 
	background-color:#a2ea89; 
	float:right; padding:5px; 
	margin:5px; 
}

.recent_comment { 
	padding:5px; 
}

.topadunit {
    width: 35%;
    margin-top: 5px;
    margin-bottom: -25px;
}

.overall_output { 
	padding:10px; padding-bottom:0px; 
}

.overall_output table td tr { 
	border:none; 
}

.overall_title { 
    position:relative;
    margin-top:5px;  
    float: left;
    margin-bottom: 30px;
    padding-right: 10px;
    border: none !important;
    margin-left: 5px;
}

.review_column { 
	padding-bottom:20px; 
	float:right; 
	width:175px; 
	margin:15px; 
	margin-left:25px; 
}

.review_column a {
	text-decoration:none; 
}

.item_rating { 
	float:left; line-height:10px; 
}

.item_ratings { 
	padding:5px 0 40px 0px; 
	border-top:1px dashed gray; 
	border-bottom:1px dashed gray; 
	display:block; 
}

.rating_graphic { 
	padding:5px; 
}

.overall_title { 
	float:left; 
	margin-bottom:30px; 
	padding-right:10px;
}

.adunit_position { 
	border:0px; 
	width:125px; 
	text-align:center; 
}


.rating-img {
    background-color: #24a238;
    height: 44px;
    width: 50px;
    border: none;
    float: left;
    border-radius: 10px;
    margin-right: 10px;
}

.single-post .rating-data, .single-post .float_cover {
    display: none;
}

.rating-img:empty {
    display: none;
}

.loops-wrapper .entry-content {
    text-align: left;
}

/* make page full width */
.pagewidth {
        width: 95% !important;
}


/* url and button colors */
a {
	text-decoration: underline;
	color: #004488;
}
.rating-data h2 a {
	text-decoration: none;
	color: #000000;
}

li.menu-item a:hover {
	color: #004488 !important;
}

li.current-menu-item a {
	color: #004488 !important;
}

.search-submit {
	background-color: #000000;
}

.loops-wrapper h2 a {
    color: #000000;
    text-decoration: none;
}