/*
 Theme Name:   Pet Blood Bank
 Description:  Pet Blood Bank Wordpress Theme - Child of Enfold
 Author:       Gecko New Media
 Template:     enfold
*/

footer .copyright a:nth-child(2){
display: none;
}

/*Homepage Mobile Styles*/
@media (max-width: 1100px) {
 #homepage-panels .flex_column_table {
    margin-top: -100px !important;
 }

 .slideshow_caption{
	width: 100%;
 }
}


/*Course List Page Styles*/
h2.ld-entry-title.entry-title a:hover{
    text-decoration: underline !important;
}

.ld-entry-content.entry-content{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
/*End Of - Course List Page Styles*/


/*Registaration Page Styles*/
.main_color tr:nth-child(odd){
    background: #fff;
}

.tml-user-admin-bar-front-wrap{
    display: none;
}

.tml-form-table th{
    color: #000;
}

#ld_course_info{
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.ld-course-info-my-courses{
    background: #e1e1e1;
}

#ld_course_info_mycourses_list{
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

#ld_course_info_mycourses_list h4{
    margin-bottom: 15px;
}

#ld_course_info_mycourses_list h2{
    font-size: 18px;
    padding: 5px 20px;
    line-height: 1.8em;
    display: block;
}

#learndash_profile .learndash-course-link a{
	line-height: 23px;
    padding-top: 23px !important;
}

.learndash .notcompleted{
    line-height: 23px;
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

@media (max-width: 480px) {
    #learndash_profile .learndash-course-link{
        width: 64% !important;
    }
}
/*End of - Registaration Page Styles*/