/*

    Theme Name:		 Brikk Child
    Theme URI:		 https://themeforest.net/item/brikk-directory-listing-wordpress-theme/29105129
    Description:	 Brikk Child is a child theme of Brikk
    Author:			 Utillz
    Author URI:		 https://themeforest.net/user/utillz
    Template:		 brikk
    Version:		 1.7.0.2
    Text Domain:	 brikk-child

*/

/*
 * add your custom styles here
 *
 */

 .brk-header .brk-header-container .brk-site-nav {
    margin-left: auto;
 }
 .brk-header .brk-header-container .brk-site-actions{
    margin-left: unset;
 }
 .brk-nav ul li.current-menu-ancestor>a, .brk-nav ul li.current-menu-item>a{
    color: #fff;
 }
 .brk-is-sticky .brk-nav ul li.current-menu-ancestor>a, .brk-is-sticky .brk-nav ul li.current-menu-item>a{
    color: #000;
 }
 .brk-footer .brk-nav-bottom ul li a{
    color:#000;
 }

 .brk-header .brk-header-container .brch_wpml_switcher{
    
    padding: 0px;
}


.brk-header .brk-header-container .brch_wpml_switcher  .gtranslate_wrapper{
    position: absolute;
    top: 100%;
    left: 0;
    transition: .2s;
    transform: scale(.9);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    width: 230px;
    max-width: unset;
    padding: 19px 0;
    margin: 2rem 0 0;
    list-style: none;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: -6px 6px 30px 0 rgba(0, 0, 0, .125);
    color:#000;

 }
 
.brk-header .brk-header-container .brch_wpml_switcher  .gtranslate_wrapper{
    left: auto;
    right: 0;
    margin-left: 0;
}

 .brk-header .brk-header-container .brch_wpml_switcher ul li.menu-item-has-children:hover>.gtranslate_wrapper {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.brk-header .brk-header-container .brch_wpml_switcher ul li.menu-item-has-children a.glink.notranslate.nturl {
    display: flex;
    padding: 4px 24px;
}

/* popover */
.user {
    position: relative;
    /* height: 32px; */
    padding: 8px 12px 8px 8px;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
     
  }
   
    
  .user:hover ul {
    visibility: visible;
    opacity: 1;
    padding: 4px 0 6px;
  }
  .user ul {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    width: 300px;
    left: -170%;
    border: 1px solid;
    border-color: #ccc;
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.99);
    box-shadow: 0 -1px 40px 0 rgba(0, 0, 0, .09);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);

    /* -webkit-transition-property: opacity, padding, visibility;
    -moz-transition-property: opacity, padding, visibility;
    -ms-transition-property: opacity, padding, visibility;
    -o-transition-property: opacity, padding, visibility;
    transition-property: opacity, padding, visibility;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out; */

   /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eef3fe), color-stop(100%, #d9e3fa));
    background-image: -webkit-linear-gradient(top, #eef3fe, #d9e3fa);
    background-image: -moz-linear-gradient(top, #eef3fe, #d9e3fa);
    background-image: -ms-linear-gradient(top, #eef3fe, #d9e3fa);
    background-image: -o-linear-gradient(top, #eef3fe, #d9e3fa);
    background-image: linear-gradient(top, #eef3fe, #d9e3fa);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1); */
  }
   
  .user li {
    padding: 8px 12px;
    font-size: 12px;
    color: #9696964d;
    display: flex;
  }
  .user ul li.rz--separator:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 12px 0;
    background-color: hsla(0, 0%, 58.8%, .3);
}
  .user li.sep {
    border-top: 1px solid #b4bbce;
    padding-top: 4px;
    margin-top: 4px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
  }
  .user li a {
    /* display: block;
    position: relative;
    margin: 0 -13px; */
    padding: 0 20px 0 12px;
    color: #000;
    /* border: 1px solid transparent; */
    font-family: 'Open Sans';
    font-size: 14px;
    width: 100%;
    text-align: left;
  }

  /* .user li a:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    border-color: #5a70b0 #495d98 #42558a;
    background-color: #5a70b0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7688bd), color-stop(100%, #4e64a3));
    background-image: -webkit-linear-gradient(top, #7688bd, #4e64a3);
    background-image: -moz-linear-gradient(top, #7688bd, #4e64a3);
    background-image: -ms-linear-gradient(top, #7688bd, #4e64a3);
    background-image: -o-linear-gradient(top, #7688bd, #4e64a3);
    background-image: linear-gradient(top, #7688bd, #4e64a3);
  } */
  .user li a:hover:after {
    display: block;
  }
  .user li a:after {
    display: none;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left-color: #9facd1;
    border-left-color: rgba(255, 255, 255, 0.4);
  }
/* popover END*/

.rz-overlay{
    background-color: transparent;
}
.rz-modal-signin {
  width: 800px;
  margin-left: -400px;
  overflow: hidden;
}
.rz-modal-signin .rz-modal-container{
  max-width: 800px;
  padding: 0px;
}
.rz-modal.rz-modal-signin .rz-close{
  padding: 0.5rem;
  z-index: 1;
}
.rz-modal.rz-modal-signin .sigin-in-modal-left{
  min-width: 450px;
}
.rz-modal.rz-modal-signin .sigin-in-modal-left img{
  height: 100%;
}
.rz-modal.rz-modal-signin .sigin-in-modal-right{
  padding: 2rem 2rem;
}
.rz-modal.rz-modal-signin .sigin-in-modal-right h1.main-title{
  color: #04364c;
  text-align: center;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
}
.rz-modal.rz-modal-signin .sigin-in-modal-right .sub-title{
  text-align: center;
}
.rz-modal.rz-modal-signin .sigin-in-modal-right .rz-button.continue-with-email-button,
.rz-modal.rz-modal-signin .sigin-in-modal-right .other-social-medias-section .rz-button{
  border: 0px;
  border-radius: 0px;
  width: 100%;
  color: #000;
}
.rz-modal.rz-modal-signin .sigin-in-modal-right .other-social-medias-section .rz-button.rz--fb{
  background-color: #3b5998;
  margin-bottom: 1rem;
  color: #fff;
}

.rz-modal.rz-modal-signin .sigin-in-modal-right .other-social-medias-section .rz-button.rz--google{
  margin-bottom: 1rem;
  background-color: #4285f4;
  color: #fff;
}
.rz-modal.rz-modal-signin .sigin-in-modal-right .other-social-medias-section .rz-button.rz--apple{
  margin-bottom: 1rem;
  background-color: #000;
  color: #fff;
}
.rz-modal.rz-modal-signin .sigin-in-modal-right .social-media-buttons .continue-with-email-section{
  display: none;
}

.rz-modal.rz-modal-signin .sigin-in-modal-right .separator {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 1rem 0rem;
}

.rz-modal.rz-modal-signin .sigin-in-modal-right .separator::before,
.rz-modal.rz-modal-signin .sigin-in-modal-right .separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}

.rz-modal.rz-modal-signin .sigin-in-modal-right .separator:not(:empty)::before {
  margin-right: .25em;
}

.rz-modal.rz-modal-signin .sigin-in-modal-right .separator:not(:empty)::after {
  margin-left: .25em;
}

.rz-single-content .rz-tax-list li{
  align-items:flex-start;
}

.rz-listing-action .rz-action-pricing p.payment-note{
  font-size: 9px;
}

body.woocommerce-account{
  background-color: #fff;
}

body.woocommerce-account .brk-header{
  border-bottom: 1px solid rgb(221 221 221 / 80%);
}
body.woocommerce-account .brk-account-nav{
  border-right: 1px solid rgb(221 221 221 / 80%);
  overflow-y: scroll;
}
.brk-account-heading .brk--title{
  color: #000;
}
body.woocommerce-account .e-con {
  --container-max-width: 100%;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--training-videos,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--notification-settings {
  margin-top: 25px;
  border-top: 1px solid rgb(221 221 221 / 80%);
}
body.woocommerce-checkout header.brk-page-title  .brk-row { display: none;}
body.woocommerce-checkout .woocommerce-billing-fields  .woocommerce-billing-fields__field-wrapper { margin-bottom: 1rem; }
.woocommerce-page form .form-row label, .woocommerce form .form-row label{
  color: #000;
}
#order_review{
  position: initial;
}
#order_review_heading {
  font-size: 26px;
  margin: 0 0 1rem 0;
}
#payment_heading{
  font-size: 26px;
}
.woocommerce table.shop_table .order-total td, .woocommerce table.shop_table .order-total th {
  border: 0;
  background-color: #003349;
  color: white;
}
.woocommerce .woocommerce-error.woocommerce-info, 
.woocommerce .woocommerce-info.woocommerce-info, 
.woocommerce .woocommerce-message.woocommerce-info {
  background-color: #003349;
  color: white;
}
.woocommerce .woocommerce-info.woocommerce-info a.showcoupon{
  color: white;
}

.wpmc-step-billing .woocommerce-billing-fields h3,
.wpmc-step-billing .woocommerce-additional-fields h3{
  font-size: 26px;
}
.checkout_step_2_box{
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .135);
  background-color: #fff;
  border-radius: 10px;
}
.checkout_step_2_box_content .box_content_title{
  font-size: 26px;
}
.checkout_step_2_box_content ul.review_cancellation_policy_items{
  list-style: none;
  margin-left: 0px; 
}
.checkout_step_2_box_content ul.review_cancellation_policy_items li{
  margin-bottom: 10px;
    font-size: 14px;
}
.checkout_step_2_box_content  .box_content_more{
  margin: 0px;
  border-top: 1px solid #00000022;
  padding-top: 10px;
}

.checkout_step_2_box_content  .rz-tax-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.5rem;
  border-radius: 10px
}

.checkout_step_2_box_content  .rz-tax-list.rz--style-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.checkout_step_2_box_content  .rz-tax-list.rz--style-list li {
  position: relative;
  padding-left: 27px;
  margin: 0
}

.checkout_step_2_box_content  .rz-tax-list.rz--style-list li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: Font Awesome\ 5 Free;
  content: "\F111";
  font-weight: 800
}

.checkout_step_2_box_content  .rz-tax-list li {
  flex: 0 1 100%;
  display: flex;
  align-items: center;
  padding: 3px .5rem
}

.checkout_step_2_box_content .rz-tax-list li .rz--icon {
  min-width: 24px;
  margin-right: 15px;
  font-size: 22px;
  text-align: center
}

.checkout_step_2_box_content .rz-tax-list li .rz--label {
  font-size: 15px
}
.agent_owner_login_section .rz-signin-tabs{
  display: none;
}
.agent_owner_login_section .rz-button.rz-button-accent{
  background-color: #04364c; 
}
.agent_owner_login_section .rz-lost-pass-link{
  color: #04364c;
}
.agent_owner_login_section .rz-button.rz-button-accent::after{
  background : none;
}
.agent_owner_login_section .rz-form-group input[type=text],
.agent_owner_login_section .rz-form-group input[type=password]{
  background-color: #ffffff;
  border: 1px solid #ddd;
}

.brk-lessons {
  overflow: hidden;
}
.rz-lessons {
  position: relative;
  margin: -.75rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.rz-lessons .rz-lesson-item {
  flex: 0 1 33.3333%;
  display: flex;
  flex-direction: column;
  max-width: 33.3333%;
  padding: .75rem;
}
.rz-lesson {
  transition: opacity .2s;
  flex: 1;
}
.rz-lesson-cover {
  position: relative;
  margin-bottom: 1rem;
}
.rz-lesson-cover .rz-lesson-cover-inner {
  position: relative;
  box-shadow: -3px 3px 14px rgba(0, 0, 0, .1);
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
  transition: all .2s;
}
.rz-lesson-image {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.rz-lesson-image .rz-image {
  display: block;
  width: 100%;
  padding-top: 66.4%;
  background-size: cover;
  background-position: 50%;
  text-indent: -9999px;
  font-size: 0;
}

 @media (max-width: 767px) {

      .rz-modal.rz-modal-signin .sigin-in-modal-left{
        display: none;
      }

    .elementor-8831 .elementor-element.elementor-element-4fea033 .elementor-toggle-title{
        line-height: 1em !important;
        display: flex;
    }
    .elementor-10347 .elementor-element.elementor-element-92c7353 .elementor-toggle-title{
        display: flex;
    }
    .elementor-10347 .elementor-element.elementor-element-79778a3 .elementor-toggle-title{
        display: flex;
    }
    .elementor-10347 .elementor-element.elementor-element-724232e .elementor-toggle-title{
        display: flex;
    }
}