/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url('../bridge/style.css');
#theme-my-login a {
  color: #0073aa;
}
#theme-my-login a:hover {
  color: black;
}
@media (min-width: 1200px) {
  .badge-archieve {
    width: 33.33333% !important;
    padding: 5%;
    padding-bottom: 0px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .blog_large_image {
    padding-top: 120px !important;
  }
}

@media (max-width: 1000px) {
  .badge-archieve {
    width: 100% !important;
    padding: 5%;
    padding-bottom: 0px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-dashboard a {
    margin-top: 0 !important;
  }
  .custom-gear {
    border: none !important;
  }
  li.custom-gear ul {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .blog_holder article.col-sm-4 {
    width: 33% !important;
    box-sizing: border-box;
  }
}
.scrolled .my-dashboard a {
  border: 2px solid #f05a2b;
  color: #f05a2b !important;
}
.my-dashboard a {
  line-height: 30px !important;
  height: 30px !important;
  margin-top: 33px;
  border: 2px solid white;
  border-radius: 4px;
}
@media (min-width: 1000px) {
  .scrolled li.my-dashboard {
    padding-top: 12px !important;
  }
  .my-dashboard a:hover {
    background: #f05a2b;
    color: white !important;
  }
  .black a {
    border: #9d9d9d 2px solid;
  }
  .black a:hover {
    border: #f05a2b 2px solid;
  }
  .scrolled li.custom-gear #gear-icon {
    margin-top: -107px !important;
  }
  .scrolled li.custom-gear #gear-icon:hover i {
    color: white !important;
  }
  li.custom-gear #gear-icon:hover {
    background: #252525;
  }
  li.custom-gear ul {
    display: none;
  }

  li.custom-gear #gear-icon:hover ul {
    display: block !important;
    list-style: none;
    background: #262626;
    position: absolute;
    width: 174px;
    margin-top: -8px;
    margin-left: -120px !important;
    padding: 10px 0;
  }
  .white_header {
    color: #333 !important;
  }
  #gear-icon:hover .white_header {
    color: white !important;
  }
  li.custom-gear #gear-icon:hover ul li {
    width: 81%;
    float: left;
    height: 35px;
    text-align: right !important;
  }
  li.custom-gear #gear-icon:hover ul li a {
    line-height: 40px;
    padding-right: 16px;
  }
  #gear-icon ul li:hover a {
    color: white !important;
  }
  li.custom-gear #gear-icon {
    width: 54px;
    margin: 0 10px !important;
    margin-top: -102px !important;
  }
  li.custom-gear #gear-icon:first-child {
    height: 0;
    padding: 0;
  }
  li.custom-gear span {
    display: block;
    height: 80px;
    overflow: hidden;
  }
  #gear-icon i {
    margin-top: 45px;
    color: white;
    padding: 5px 15px;
    border-radius: 4px 4px 0 0;
  }
  .scrolled .custom-gear span {
    margin-top: 3px;
  }
  .scrolled #gear-icon i {
    color: #333 !important;
    margin-top: 0px;
  }
  .plus {
    display: none;
  }
  nav.main_menu {
    height: 40px;
  }
  #gear-icon ul li a {
    font-weight: 600;
    color: #9d9d9d !important;
    line-height: 16px;
    font-size: 11px;
  }
}
@media (max-width: 1000px) {
  li.my-dashboard {
    padding-top: 0px !important;
    margin-top: 5px;
  }
  #gear-icon i {
    color: #333;
  }
  .custom-gear a:empty {
    display: none;
  }
  #gear-icon {
    background: #f3f3f3;
  }
  #gear-icon li {
    margin: 0;
  }
}
@media (min-width: 1000px) {
  li.my-dashboard {
    margin-top: 33px !important;
  }
  .scrolled li.my-dashboard {
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  li.my-dashboard {
    margin-top: 0px !important;
  }
  nav.mobile_menu ul li a,
  nav.mobile_menu ul li h3 {
    margin: 0;
  }
}

#achievements-wrap {
  float: left;
  width: 98%;
  background: gainsboro;
  padding: 1%;
  border-radius: 50px;
  margin-bottom: 20px;
  border: 1px solid silver;
}
#achievement-head {
  text-align: center;
  background: white;
  color: #888;
  text-shadow: 0px 1px 2px white;
  margin: 0px auto;
  width: auto;
  padding: 8px 0;
  border-radius: 40px 40px 6px 6px;
  border-bottom: 1px solid silver;
  box-shadow: inset 0px -10px 50px #dcdcdc;
}
.achievement-type {
  width: 31%;
  float: left;
  padding: 2% 1%;
  border-radius: 16px 0 0 16px;
}
.achievement-type .fa {
  vertical-align: super;
  color: #ff5622;
  float: left;
}
.achievement-type h3 {
  margin: 0;
  line-height: 18px;
  float: left;
  padding-left: 5px;
  margin-bottom: 10px;
}

.achievement-course {
  display: block;
  font-size: 16px;
  width: 100%;
  float: left;
  color: #ff5622;
  line-height: 36px;
}
.cert-viewer {
  display: none;
  padding-left: 10px;
  -webkit-transition: all 0.7s;
}
.achievement-course:hover .cert-viewer {
  display: inline-block;
}
.achievement-course .cert-viewer i {
  -webkit-transition: all 0.7s;
  opacity: 0;
}
.achievement-course:hover .cert-viewer i {
  color: black !important;
  -webkit-transition: all 0.7s;
  opacity: 1;
}

.blog_holder article.col-sm-4 {
  box-sizing: border-box;
}
.badge-single .achievement-wrap {
  clear: both;
  padding: 0 0 20px;
  margin: 0 0 20px;
  overflow: hidden;
  border: none !important;
}
.badge-single .achievement-wrap {
  padding: 20px 0;
  margin: 20px 0;
}
.badge-single .achievement-wrap .badgeos-item-image {
  margin: 0 15px 15px 0;
}

.badge-archieve .post_content_holder .post_text .post_text_inner {
  padding-top: 10px;
  text-align: center;
}
.badge-archieve .post_content_holder .post_text .post_text_inner h2 .date {
  display: none;
}
.badge-archieve .post_content_holder .post_text .post_text_inner .post_info {
  display: none;
}
.badge-archieve .post_content_holder .post_text .post_text_inner .post_more {
  display: none;
}
.blog_large_image
  .post_content_holder
  .post_text
  .post_text_inner
  .post_excerpt {
  display: none;
}
.badge-single .post_text_inner {
  text-align: center;
}
.badge-single .date {
  display: none;
}
.back-to-badges {
  margin-top: 15px;
}
.align-left {
  text-align: left;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.badge-single .post_text_inner h2 a {
  color: #303030;
}
.badgeos-item-points {
  font-family: Roboto, sans-serif;
  font-size: 19px;
  color: #303030;
}
.badgeos-required-achievements {
  list-style-position: inherit;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  color: #303030;
}
.badge-description {
  font-family: Roboto, sans-serif;
  font-size: 19px;
  color: #303030;
}
.badge-single .achievement-wrap p {
  font-family: Roboto, sans-serif;
  font-size: 19px !important;
  color: #303030 !important;
}
.badgeos-item-image {
  float: none;
  opacity: 1 !important;
}
.badgeos-item-image .badgeos-item-thumbnail {
  width: 250px;
}

.user-has-not-earned {
  opacity: 0.7;
}

.badges-extra-content {
  padding-top: 120px;
}

.badge-single.main-badge-view .achievement-wrap .badgeos-item-image {
  margin: 0;
}

/* profile page*/
#your-profile .form-table td {
  text-align: left;
}
#your-profile .form-table input {
  border-radius: 4px;
  text-indent: 3px;
  padding: 3px;
}
textarea#description {
  border-radius: 4px;
  padding: 3px;
}

#display_name {
  height: 30px;
  padding: 3px !important;
  border-radius: 3px !important;
}
#your-profile .button-primary {
  cursor: pointer;
  background: #f05a2b;
  background-color: #f05a2b !important;
  border: 1px solid #f05a2b;
  margin-bottom: 40px;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: none !important;
  text-transform: uppercase;
  margin-left: -15px;
  height: 36px;
}
#your-profile .button-primary:hover {
  cursor: pointer;
  color: #f05a2b !important;
  background: white !important;
  border: 2px solid #f05a2b;
}

div#login-img {
    background: linear-gradient(to left, #f4c214, #ff5722) !important;
}

/* Categories filter button - 11072022 */
.filterbuttonadd{
	display:none;
}

.mobileviewsidebar{
	display:none;
}

button.filterbuttonadd {
    background: #0f4678;
    color: #fff;
    border: aliceblue;
    border-radius: initial;
    padding: 15px 30px;
    font-size: 20px;
    width: 100%;
}

.mobileviewsidebar h2 {
    text-align: center;
    font-size: 26px;
}

.mobileviewsidebar p {
    text-align: center;
    line-height: 22px;
}
button.filterbuttonadd i.fa-solid.fa-filter {
    font-family: 'FontAwesome';
    padding-right: 10px;
    font-style: normal;
}

@media (max-width: 767px) {
	.filterbuttonadd{
		display:block;
	}
	
	.hideshoecategory{
		display:none;
	}
	
	.mobileviewsidebar{
		display:block;
	}
	.mobilespacehide {
		height: auto !important;
	}
	.archive .woocommerce .woocommerce-ordering{
		height: 0px;
	}
	.woocommerce .woocommerce-result-count {
		margin-top: 0;
		margin-bottom: 0;
	}
}

/* Categories filter button - 11072022 */
ul#rp_desk_main_navigation li:nth-child(6) {
    display: none;
}
h4.successfulmsg {
    color: #22a022;
    font-weight: bold;
}

/* Feedback form refund email */

body.page-id-155594 .content_inner .container{
  background: rgb(255,97,109);
  background: linear-gradient(200deg, rgba(255,192,113,1) 0%, rgba(255,97,109,1) 100%);
  margin: 0;
  font-family: 'Quicksand', sans-serif;
}
body.page-id-155594 div.wpcf7-spam-blocked{border: 2px solid #ffa500 !important;}
body.page-id-155594 div.wpcf7-response-output{color: #000000 !important;}

.wrap{            
  display: flex;
  align-items: center;
  justify-content: center;
}

.Feedback_form{
  max-width: 600px;
  margin: auto;
  width: 90%;
  margin-bottom: 40px !important;
}
.Feedback_form h2{
  font-size: 34px;
  /* color: rgba(255,97,109,1); */
  color:#000000 !important;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
}
.Feedback_form h2::after{
  content: "";
  color:#000000;
  width: 80px;
  height: 3px;
  display: block;
  margin:10px auto;
  background: #000;
}
.Feedback_form p {
  color:#000000 !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
}
.Feedback_form form{
  background: #fff;
  padding: 30px;
  box-shadow: 0px 6px 18px -1px rgba(0,0,0,.45);
  margin-top: 30px;
}


.Feedback_form .form-group{
  margin-bottom: 25px;
}
.Feedback_form label{
  color: #000000;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.Feedback_form input{
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 2px solid rgba(255,97,109,1) !important;
  background: #f1f1f1 !important;
  padding: 0px 15px;
  color: #666 !important;
  font-weight: 700 !important;
}
.Feedback_form input:focus{
  outline: none;
  box-shadow: none;
}
.Feedback_form button{
   background: #f0572c;
   color: #fff;             
  border: 2px solid;
  /* background: none;
  border: 1px solid;
  color: #f0572c; */
margin: 25px auto 0;
display: table;
padding: 10px 30px;
border-radius: 5px;
align-items: center;
font-weight: 600;
font-size: 18px;
/* text-transform: uppercase; */
cursor: pointer;
letter-spacing: 2px;
}
.Feedback_form button:hover{
  /* background: #f0572c;
   color: #fff; */
   background: none;
  color: #f0572c;
}
.custom_radio p span{
  margin-right: 0px;
}
.custom_radio span{
  margin-right: 15px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
[type="radio"]:checked + span,
[type="radio"]:not(:checked) + span
{
position: relative;
padding-left: 24px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #666;
}
[type="radio"]:checked + span:before,
[type="radio"]:not(:checked) + span:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
border: 2px solid #ddd;
border-radius: 100%;
background: #fff;
}
[type="radio"]:checked + span:after,
[type="radio"]:not(:checked) + span:after {
content: '';
width: 12px;
height: 12px;
background: rgba(255,97,109,1);
position: absolute;
top: 5px;
left: 5px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + span:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
[type="radio"]:checked + span:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
#course-meet,#course-sat,#course-acc{display: none;}

/* Feedback form refund email */



@media (max-width: 992px) {
.custom_radio span {
  margin-right: 5px;
  font-size: 14px;
}

}


@media (max-width: 767px) {
  .Feedback_form h2{
    font-size: 22px;
  }
  .Feedback_form p {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}
.Feedback_form form {
  padding: 15px;
}
.Feedback_form label{
  font-size: 14px;
}
.custom_radio span {
  margin: 3px 0;
  display: block;
}
[type="radio"]:checked + span:before, [type="radio"]:not(:checked) + span:before {
  width: 14px;
  height: 14px;
}
[type="radio"]:checked + span:after, [type="radio"]:not(:checked) + span:after {
  width: 8px;
  height: 8px;
}

}
/* Css Slider 22-06-2023 */
#slideshow img{
	width:100%;
    height:150px;
}
#slideshow > div {
    position: absolute;
    top: 120px;
    left: 0px;
    right:0px;
    bottom:0px;
}
.homepagetopcustom {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    flex: 1 1 400px;
    margin: 2px auto;
    max-width: 1000px;
}
.wpb_wrapper.onlineresarange {
    margin: auto;
    max-width: 100%;
}

.wpb_wrapper.hero-wrapper {
	min-height: 90vh !important;
    position: relative;
    height: 0;
    overflow: hidden;
}
.carousel-slider.owl-loaded {
    height: 150px;
}
.carousel-slider .owl-stage-outer{
	height: 150px;
}
.onlineresarange .slider img{margin:0 auto;}
/* Css Slider 22-06-2023 */