/*
Theme Name: Pest Control Courses
Theme URI: http://www.appnet.com
Description: Custom Theme for Pest Control Courses
Author: Appnet
Author URI: http://www.appnet.com
Template: Impreza
Version: 1.0
*/

/*Add your own styles here:*/


.font_22 {
  font-size:22px;
  margin-bottom:0;
}

.l-header {
  border-bottom:6px solid #74b73c;
}


/*HOME PAGE*/
.pick-a-state h2 {
  color: #74b73c;
}
.course-listing h2 {
  margin-bottom:15px;
}
.course-listing p {
  margin-bottom:10px;
}
.course-listing ul {
  margin-left:0;
}
.course-listing li {
  list-style:none;
}
.course-listing li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #74b73c;
  margin-right:10px;
}
.why-we-exist h2 {
  font-size:42px;
}


/*GRAVITY FORMS STUFF*/
.gform_wrapper .gform_validation_container {
    display: none;
}
#gform_2 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
#gform_2 .gform_body {
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
  padding-right:12px;
}
#gform_2 .gform_body li.gfield {
  margin-bottom:0;
}
#gform_2 #gform_submit_button_2 {
  border-radius: 0.3em;
  padding:0.25em 1.4em;
  background-color: #74b73c !important;
}
#gform_2 #gform_submit_button_2:hover {
  background-color: #3C7A09 !important;
}

/*COURSES*/
.single-sfwd-courses .learndash_course_content, .single-sfwd-lessons .learndash_quizzes {
  margin-top:35px;
}
.single-sfwd-courses .w-blog-post-meta,
.single-sfwd-lessons .w-blog-post-meta,
.single-sfwd-quiz .w-blog-post-meta {
  display:none;
}
.learndash_lessons, .learndash_lessons h4, .learndash_lessons a , .learndash_quizzes, .learndash_quizzes h4, .learndash_quizzes a {
  font-size:18px !important;
  color:inherit !important;
}
#learndash_lessons h4 > a:hover, #learndash_quizzes h4 > a:hover {
  background-color:#f3f3f3;
  color:#74b73c !important;
}
#learndash_profile, #learndash_profile .learndash_profile_heading, #learndash_profile .learndash-course-link a {
  font-size:18px !important;
  color:inherit !important;
}
#learndash_profile #course_list h4:hover {
  background-color:#f3f3f3;
}
#learndash_profile #course_list h4:hover a {
  color:#74b73c !important;
}

.clock-wrapper {
    text-align:center;
}
.single-sfwd-lessons #clock {
    display:inline-block;
    margin-bottom:1.5rem;
    font-size:1.2rem;
    padding:0.5rem 1rem;
    background:#74b73c !important;
    color:black;
}

.widget_ldcoursenavigation a,
.widget_ldcoursenavigation span,
.widget_ldcoursenavigation .widget_course_return {
  font-size:18px !important;
  line-height:24px !important;
}
.widget_ldcoursenavigation .learndash_navigation_lesson_topics_list {
  border-spacing:0 10px;
}
.widget_ldcoursenavigation .learndash_navigation_lesson_topics_list .learndash_topic_widget_list {
  margin-top:10px;
}


/*PRINT STUFF*/
.print-wrapper {
  text-align:center;
  margin-bottom:1em;
}
.print-wrapper > div {
  display:inline-block;
}
.print-wrapper .printomatictext {
  margin:4px 0 0 10px;
  vertical-align:top;
}

/*CHECKOUT*/
.woocommerce-checkout .form-row-first {
  float:none;
  display:inline-block;
}
/*PROFILE*/
.woocommerce-account #learndash_profile .learndash_profile_heading, .woocommerce-account #learndash_profile .profile_info  {
  display:none;
}
.woocommerce-account #learndash_profile .learndash_profile_heading.no_radius {
  display:block;
}
.woocommerce .login .woocommerce-LostPassword {
  margin-top:0;
  line-height:2.8em;
  background-color:#000000;
  padding:0 2.8em;
  border-radius:0.2em;
  font-size:15px;
}
.woocommerce .login .woocommerce-LostPassword a {
  color:#ffffff;
}
/******Popupdesign********/
.inactivity-popup{
   position: fixed;
   top:0;
   left: 0;
   width: 100%;
   height: 100%;
  align-items: center;
  justify-content: center;
    background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  z-index: 99;  
    z-index: 9999; 
     padding: 15px;
  box-sizing: border-box;
    inset: 0;
}
.inactivity-popup .contentbox{
background: white;
    padding: 20px 30px;
    border-radius: 8px;
    max-width: 750px;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 767px) {
  .state-request-form {
    padding-left:1.5rem;
  }
  .state-request-form #gform_2 #gform_submit_button_2 {
    height:2.8rem;
    line-height:2.8rem;
    padding:0.15em 1.4em;
  }
  .l-footer .copyright {
    text-align:center;
  }
  .woocommerce .login .woocommerce-LostPassword {
    float:left;
    display:block;
    clear:both;
    margin-bottom:1.5em;
  }
}
@media screen and (max-width:600px) {
  .state-request-form #gform_2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .state-request-form #gform_2 .gform_body {
    -webkit-box-flex:100%;
        -ms-flex:100%;
            flex:100%;
    padding-right:0;
  }
  .state-request-form #gform_2 .gform_body li.gfield {
    width:100%;
    margin-bottom:10px;
  }
  .state-request-form #gform_2 .gform_footer, .state-request-form #gform_2 #gform_submit_button_2 {
    width:100%;
  }
}
@media screen and (max-width:480px) {
  .woocommerce .login .woocommerce-LostPassword {
    width:100%;
    text-align:center;
  }
}

.vfs_popup{
  overflow: hidden;
}
#vfs-popup-overlay {
    display: none;
}
body.random_popup {
    overflow: hidden;
}