/*
Theme Name: eSmarts Child
Theme URI: http://esmarts.elated-themes.com
Description: A child theme of eSmarts Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.1
Text Domain: esmarts
Template: esmarts
*/

/* Remove PRICE box at the end of COURSES title */

.eltdf-course-single-type {
	display:none !important;
}

/* Remove REVIEW row div below the COURSES title */

.eltdf-course-basic-info-wrapper {
	display:none !important;
}

/* REMOVE TABS after CURICULUM tab in COURSES Page */
#ui-id-3 {
	display:none !important;
}
#ui-id-4 {
	display:none !important;
}

/*main logo formatting */
.eltdf-logo-wrapper {
    /*background: rgba(255, 255, 255, 0.61) ;
    border-radius: 100px ;*/
}
/* Menu dropdown top margin-line color 
.eltdf-drop-down .second .inner {
	border-top: 4px solid #B74449 !important;
}
*/

/* back-to-top arrow bg and color change */
#eltdf-back-to-top>span:hover {
    background-color: #ec212c !important;
}
#eltdf-back-to-top>span {
	background-color: #ec212c7d !important;
	    border-radius: 30px !important;
}

#pop-form-button {
	background-color: #ffffff !important;
	color:#939393 !important;
}
#pop-form-button:hover {
	background-color: #973157 !important;
	color:white !important;
	border-color:rgb(151, 49, 87);
}

/* Star image for bullets */
.star-bullets-aboutus ul {
	list-style: none;
}
.star-bullets-aboutus ul li {
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    background: url(images/star_icon.png) 5px 9px no-repeat;
}


/* cf7 form input bg color custom */
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text{
	background-color:transparent !important;
}
.title-box {
    display: none;
}
