/*
 Theme Name:     CCS Trade
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi child theme.
 Author:         Robot J Tech
 Author URI:     http://www.robotjtech.com
 Template:       Divi
 Version:        1.0.0
*/

/* ----- top-menu edits ----- */
#top-menu li.current-menu-item>a {
	color: #0c3c6f;
}

#top-menu>li:last-child>a {
	color: #D14C12;
}

#top-menu>li:last-child {
    border-bottom: 5px solid #D14C12;
}


.et_pb_sidebar_0 li.current-menu-item>a { /* Had to put in theme customizer css panel because it wouldn't work here */
	color: #0c3c6f;
	font-weight: 550;
}

/* ----- footer edits ----- */

#disclaimer {
	border-top: 1px solid white;
}

/* ----- /contact page ----- */

#contact-title {
	border-bottom: 2px solid #0c3c6f;
    border-top: 2px solid #0c3c6f;
    padding-top: 10px;
    margin-bottom: 10px;
}

/* Design for tradeing rules btn on Blog and Custom pages */

#tading_rules_btn_blg {
	background-image: initial !important;
	background-color: #D14C12 !important;
	border-width: 0px !important;
	border-radius: 0px;
	letter-spacing: 2px;
	font-size: 15px;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	margin-bottom: 20px;
	padding: 10px 15px;

}

#tading_rules_btn_blg:hover {
	background-color: #ffffff !important;
	color: #1d48c0 !important;
	border: 1px solid #1d48c0 !important;
}

/* Design edits for blog sidebar list on custom pages  */

.et_pb_blog_0 .et_pb_post .entry-title a {
	font-weight: 600 !important;
	color: #0c3c6f !important;
}
