.login-out {
  background: #640000;
  border-radius: 10px;
}

.main-header-bar {
  line-height: 2 !important;
}

#ld_course_categorydropdown label {
  display: none !important;
}

.woocommerce div.product .product_meta>span {
    display: none;
}

.woocommerce ul.products li.product.align-left {
    border: 2px #1279be solid;
    padding: 1px;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price, .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-enrolled {
  background: #1279be !important;

}


.ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price::before, .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-enrolled::before {
  border-top: 4px solid #1279be !important;
  border-right: 4px solid #1279be !important;

}

.ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-completed {
  background: #640000 !important;

}


.ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-completed::before {
  border-top: 4px solid #640000 !important;
  border-right: 4px solid #640000 !important;

}

.ld-course-list-items .ld_course_grid .btn-primary {
    color: #ffffff;
    background-color: #1279be;
    border-color: #1279be;
}

#ld_course_list .ld_course_grid .caption .entry-title, .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.2em !important;
    font-family: 'Nunito',serif;
    font-weight: 600 !important;
    color: #1279be !important;
}


/* Start Make the Video Time on Course Page Green */

.classLength {
    color: #2e3192;
}

/* End Make the Video Time on Course Page Green */


/* Start: A little style for the duration/time shown in LearnDash Course/Lesson/Topic pages */

.classVideoTime {
  margin-bottom: 1.75em;
  font-size: 1.2em;
  line-height: 1.2;
}

/* End: A little style for the duration/time shown in LearnDash Course/Lesson/Topic pages */

/* Start: Styling the Side bar to have a background color */

@media (min-width: 769px) {
.ast-right-sidebar #secondary {
  background-color: #f2f2f2 !important;
  padding-right: 10px !important;
}
}

@media (min-width: 769px) {
.widget-title {
  background: #1279be !important;
  padding: 5px;
  color: #fff !important;
}
}

/* End: Styling the Side bar to have a background color */

/* Start: Styling Lesson List Section Headings */

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading {
  background-color: #2e3192 !important;
  padding: 5px;
  color: #fff;
}

/* End: Styling Lesson List Section Headings */

/* Start: Styling the Side bar to remove the margin-top and bottom and replace with padding-top and bottom */

#secondary {
  margin: 0 0 0 !important;  
  padding: 4em 0 2.5em;
}

/* End: Styling the Side bar to remove the margin-top and bottom and replace with padding-top and bottom */

/* Start: Remove the 'Course Home' link at the top of Course Navigation Sidebar Widget */

.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-home-link {
  display: none;
}

/* End: Remove the 'Course Home' link at the top of Course Navigation Sidebar Widget */

/* Start: What Could Be Better List  */

ul.inner-content {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.inner-content li:nth-child(odd) {
    border-right: 5px solid #1f4d89;
}

.inner-content li:nth-child(even) {
    border-right: 5px solid #f46900;
}

.inner-content > li {
    color: #1f4d89 !important;
    list-style: none;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 18px 10px 18px 40px;
    margin: 9px 0 9px 0;
    background-color: #fff;
}

.inner-content > li:before {
    content: "";
    background-image: url(http://itfhrm.com/itfwordpress/wp-content/uploads/2019/11/arrow.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 13px;
    top: 20px;
}

/* End: What Could Be Better List  */

ul.service-ul {
    padding-left: 30px;
}

.service-ul > li {
    color: #fff !important;
    list-style: none;
    font-family: 'Roboto';
    font-size: 16.5px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.service-ul > li:before {
    content: "";
    background-image: url(http://itfhrm.com/itfwordpress/wp-content/uploads/2019/11/service-arrow.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -28px;
}

.fl-node-5dd41b4c86e36 {
 background-image: url(http://itfhrm.com/itfwordpress/wp-content/uploads/2019/11/service-bg-1.png);
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 padding-top: 20px;
 border-radius: 50px;
}

.featured-content h3.entry-title {
  margin: 30px 0 0 0px !important;
  font-size: 14.5px;
  font-family: 'Roboto';
  color: #fff;
  background-color: #2e3192;
  width: 96%;
  padding: 11px;
  text-align: center;
  font-weight: 600;
  line-height: 1.1;
  box-sizing: border-box;
  clear: both;
}

.featured-content-image {
  width: 100;
  height: 100;
}

.featured-content-image.square img {
  width: 95%;
  margin-top: 1px;
  margin-bottom: 2px;
}

.slick-slide img {
  display: block;
}

/* Start: Clients Logos Next and Previous */

.wpls-logo-showcase button.slick-prev.slick-arrow {
  background-image: url(http://itfhrm.com/itfwordpress/wp-content/uploads/2019/11/client-arrow-left.png) !important;
  height: 40px !important;
  width: 40px !important;
  background-repeat: no-repeat !important;
  outline: none !important;
  left: 0 !important;
  top: 80px !important;
  background-color: #fff !important;
  background-size: 35px !important;
}

.wpls-logo-showcase button.slick-next.slick-arrow {
  background-image: url(http://itfhrm.com/itfwordpress/wp-content/uploads/2019/11/client-arrow-right.png) !important;
  height: 40px !important;
  width: 40px !important;
  background-repeat: no-repeat !important;
  outline: none !important;
  top: 80px !important;
  right: 0 !important;
  background-color: #fff !important;
  background-size: 35px !important;
}

/* End: Clients Logos Next and Previous */

.address > li {
    color: #1f4d89 !important;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 25px;
    list-style: none;
    position: relative;
    margin-left: 60px;
    /*border-bottom: 1px solid #a8c8e0;*/
    padding-bottom: 19px;
}

.address > li:before {
    content: "";
    background-repeat: no-repeat;
    width: 95px;
    height: 69px;
    position: absolute;
    left: -90px;
    top: -3px;
    border-bottom: 1px solid #a8c8e0;
}

.address > li:first-child:before {
    content: "";
    background-image: url(http://itfhrm.com/itfwordpress/wp-content/uploads/2019/11/phone.png);
}

.address > li:nth-child(2):before {
    content: "";
    background-image: url(http://itfhrm.com/itfwordpress/wp-content/uploads/2019/11/location.png);
    height: 82px;
    margin-top: 18px;
    padding-bottom: 18px;
}

.address > li:nth-child(3):before {
    content: "";
    background-image: url(http://itfhrm.com/itfwordpress/wp-content/uploads/2019/11/time.png);
    border-bottom: 0px;
    margin-top: 14px;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #f0690f;
}

.tribe-bar-views-inner {
    background: #1f4d89;
    color: #fff;
}

#tribe-bar-views-toggle {
  color: #fff;
}

h1, h2 {
  color: #1f4d89;
}