/*
 * Description: This file contains the css style of the paid_menu.php file only.
 */
 
@media (max-width: 440px) {
	#paid_menu_desktop {
		display: none;
	}
	
	#paid_menu_mobile {
		text-align: center;
		display: block !important;
	}
	
    #member_navigation {
        background: #8B8B8B;
        color: #FFF;
        padding: 2px;
		padding-top: 4px;
	   -moz-box-shadow:    inset 0 0 8px #000000;
	   -webkit-box-shadow: inset 0 0 8px #000000;
	   box-shadow:         inset 0 0 8px #000000;
    }
	
	#member_navigation div:hover {
		color: #FFF;
		cursor: pointer;
		background: #99581E !important;
	}
	
    .slideup, .slidedown {
        max-height: 0;            
        overflow-y: hidden;
		border-radius: 10px;
        -webkit-transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out;
    }
    .slidedown {            
        max-height: 370px ;                    
    }   
}
 
#paid_menu_desktop,
#paid_menu_mobile {
	padding: 8px;
	font-size: 15px;
	background:#01344B;
}

#paid_menu_desktop ul {
    margin: 0;
    padding: 0;
	text-align: center;
    list-style-type: none;
}

#paid_menu_desktop li {
	padding: 14px;
    display: inline;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 30px;
	white-space: nowrap;
}

#paid_menu_desktop a,
#paid_menu_mobile a,
#member_navigation_button {
	color: #FFF;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	font-family: "Univers CondensedBold", Helvetica, Arial, sans-serif;
}

#member_navigation_button {
	padding: 5px;
	padding-bottom: 8px;
}

#paid_menu_desktop a:hover,
#paid_menu_mobile a:hover,
#member_navigation_button:hover {
    color: #CCC;
	cursor: pointer;
	text-decoration: none;
}

#your_research_items {
	text-align: left !important;
}

#your_research_items img {
	margin-left: 10px !important;
}

#your_research_menu #main_nav_sub_menu2 {
	background: #01344B;
}

#free_content_menu a,
#your_research_menu a {
	color: #FFF !important;
}

#free_content_items li {
	padding: 11px !important;
}

#free_content_items li img {
	padding-right: 10px;
}

#free_content_items li:nth-child(even),
#your_research_items li:nth-child(even){
	background: #124257;
}​