/*

Theme Name: NOO Yogi Child Theme
Theme URI: http://nootheme.com/
Author: NooTheme
Author URI: http://nootheme.com/
Description: This is a custom child theme for NOO Yogi
Template: noo-yogi
Version: 1.0.0
Tags: two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: noo
*/

/* hero register form */


form.woocommerce-form.woocommerce-form-register.register {
    position: relative; 
}

p.woocommerce-formrow.form-row {
    position: absolute;
    top: 122px;
    right: 0;
}

input#mo_wc_send_otp {
 	 background: #ffffff00 !important;
    padding: 8px 16px;
    color: #002b44;
    border-radius: 5px;
    overflow: hidden;
    font-size: 12px;
}

form.woocommerce-form.woocommerce-form-register.register label {
    color: #f4f4f4;
}



textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    padding: 10px 15px;
    border-radius: 5px;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    width: 100%;
    background: #fff100;
    color: #022b44;
    font-weight: 600;
    border-radius: 5px;
}

p.pass_note_text {
    color: #528ff1;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    margin: 0;
}
.noo-header.header-4 .navbar-wrapper .navbar.navbar-fixed-top {
    background: #022b44;
    box-shadow: none;
}
.xoo-ml-verified-success, .xoo-ml-verify-notice {
    z-index: 99999999;
    position: fixed;
    top: 0;
    padding: 20px;
    left: 0;
    right: 0;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}


.xoo-ml-verified-success span:last-of-type a {
    text-decoration: underline;
    color: #3c763d;
    margin-left: 6px;
}

.xoo-ml-notice-error{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.xoo-ml-notice-success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.xoo-ml-notice{
    display: none;
    margin: 5px 0;
}


.xoo-ml-notice-error , .xoo-ml-notice-success{
    padding: 7px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    margin: 10px 0;
}

/* OTP */
button.button.btn.xoo-ml-otp-submit-btn {
    width: 100%;
    max-width: 400px;
    margin: 40px auto 0;
    display: table;
}

.xoo-ml-otp-form .xoo-ml-otp-submit-btn{
    background-color: #000;
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px
}

.xoo-ml-otp-input-cont {
    display: table;
    margin: 0 auto;
}

form.xoo-ml-otp-form {
    text-align: center;
    display: none;
    margin: 20px 0;
}



.xoo-ml-otp-sent-txt {
    margin-bottom: 22px;
    font-size: 20px;
}

span.xoo-ml-otp-no-change {
    color: #0d81fe;
    cursor: pointer;
    margin-left: 5px;
}

form.xoo-ml-otp-form input.xoo-ml-otp-input:focus {
    outline: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #0d81fe;
}

form.xoo-ml-otp-form input.xoo-ml-otp-input {
    max-width: 60px;
    text-align: center;
    margin-right: 15px;
    background-color: transparent;
    color: #000;
    font-weight: 600;
    font-size: 23px;
    border-bottom: 1px solid #000;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    box-shadow: 0 0 0;
    display: inline-block;
}

.xoo-ml-otp-notice-cont {
    height: 50px;
}

form.xoo-ml-otp-form .xoo-ml-notice {
    display: table;
    margin: 0 auto;
}

span.xoo-ml-reg-phone-change, span.xoo-ml-inline-verify, span.xoo-ml-otp-submit-btn {
    position: absolute;
    width: auto;
    height: auto;
    line-height: inherit;
    z-index: 10;
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #528ff0;
    font-weight: bold;
    right: 20px;
    top: 25%;
}

span.xoo-ml-reg-phone-change, span.xoo-ml-otp-submit-btn{
    top: 50%;
    transform: translateY(-50%);
}

span.xoo-ml-reg-phone-change{
    display: none;
}

.xoo-ml-inline-verify{
    display: inline-block;
}

a.xoo-ml-otp-resend-link {
    color: #0d81fe;
    text-decoration: none!important;
    cursor: pointer;
    font-size: 12px;
}

.xoo-ml-otp-resend {
    margin-top: 10px;
}

a.xoo-ml-otp-resend-link.xoo-ml-disabled {
    pointer-events: none!important;
}

.xoo-ml-has-cc {
    display: flex;
}

.xoo-ml-has-cc select.xoo-ml-phone-cc, .xoo-ml-has-cc input.xoo-ml-phone-cc {
    max-width: 100px;
    margin-right: 10px;
    align-self: flex-start;
}

.xoo-ml-regphin {
    position: relative;
    width: 100%;
}

.xoo-ml-regphin input.xoo-ml-phone-input{
    width: 100%;
}

input#xoo-ml-reg-phone {
    width: 100%;
}

span.xoo-ml-low-back {
    color: #4a90e2;
    text-decoration: underline;
    text-align: center;
    display: block;
    cursor: pointer;
}

button.button.btn.xoo-ml-login-otp-btn {
    margin-top: 13px;
}
.xoo-ml-processing{
    pointer-events: none;
    opacity: 0.7
}
.xoo-el-container .xoo-ml-notice{
    width: calc(100% - 20px);
}

span.xoo-ml-or {
    display: none;
    margin: 20px 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #333;
    font-size: 14px;
}


.xoo-el-form-container .xoo-lwo-form{
    padding-top: 15px;
}

.xoo-el-fields .xoo-ml-notice-error, .xoo-el-fields .xoo-ml-notice-success {
    margin: 0;
}


button.button.btn.xoo-ml-low-back {
    margin-top: 15px;
}

.xoo-el-form-container button.button.btn.xoo-ml-login-otp-btn {
    margin: 0 0 10px 0;
}

.xoo-el-form-container .xoo-ml-notice{
    width: calc(100% - 20px);
}

input.xoo-ml-inline-otp {
    min-width: 100px;
}
.xoo-ml-inline-otp-cont{
    margin-top: 15px;
    display: none;
    width: 100%;
}

span.xoo-ml-inline-verify.verified {
    color: #4CAF50;
    pointer-events: none;
}

span.xoo-ml-inline-verify.verified .dashicons {
    vertical-align: middle;
}

.xoo-ml-inline-otp-cont .xoo-ml-otp-resend {
    margin-top: 4px;
    font-size: 14px;
}

.xoo-ml-inline-otp-cont .xoo-ml-notice {
    width: 100%;
    margin-top: 13px;
}

.xoo-ml-ioc-input {
    position: relative;
}

.xoo-ml-ioc-input input.xoo-ml-otp-input {
    width: 100%;
    min-height: 40px;
    min-width: 100%;
}

input[type=number].xoo-ml-otp-input::-webkit-inner-spin-button,
input[type=number].xoo-ml-otp-input::-webkit-outer-spin-button {
-webkit-appearance: textfield!important;
display: none!important
}


form.xoo-lwo-form .xoo-ml-inline-verify {
    display: none!important;
}

form.xoo-lwo-form {
    margin-bottom: 20px;
}

.xoo-ml-inline-otp-cont .xoo-ml-otp-no-txt br {
    display: none;
}

select.xoo-ml-phone-cc + .select2.select2-container {
    min-width: 120px;
    margin-right: 15px;
}

.xoo-ml-phone-cc + .select2 span.select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.xoo-ml-phone-cc + .select2.select2-container .select2-selection__rendered, .xoo-ml-phone-cc + .select2 .selection, .xoo-ml-phone-cc + .select2 .select2-selection{
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    padding: 0;
}

.xoo-ml-phone-cc + .select2 .select2-selection.select2-selection--single{
    padding: 0 15px;
}


.xoo-ml-phone-cc + .select2-container *:focus {
    outline: none;
}


.xoo-ml-inline-otp-cont span.xoo-ml-otp-no-txt {
    color: green;
    font-size: 13px;
    display: block;
    font-weight: 600;
    margin-top: 4px;
}

.xoo-ml-notice-error .xoo-el-login-tgr {
    text-decoration: underline;
    margin-left: 4px;
}

.xoo-el-form-container select.xoo-ml-phone-cc + .select2.select2-container {
    margin-right: inherit;
}


.theme-oceanwp form.woocommerce-form.woocommerce-form-register.register {
    display: block!important;
}


.woocommerce-privacy-policy-text {
    display: none;
}

span.select2.select2-container.select2-container--default {
    border-radius: 5px;
    overflow: hidden;
}

input.xoo-ml-phone-input.woocommerce-Input.input-text.woocommerce-Input--text {
    border-radius: 5px;
}

input#reg_email {
    border-radius: 5px;
}

.noo-header.header-4 .navbar-wrapper .navbar ul.navbar-nav > li > a {
  color: #ffffff;
}

body.page-menu-white .navbar:not(.navbar-fixed-top) .navbar-nav > li.current-menu-item > a,body.page-menu-white .navbar:not(.navbar-fixed-top) .navbar-nav > li.current-menu-parent > a,body.page-menu-white .navbar:not(.navbar-fixed-top) .navbar-nav > li.active > a,body.page-menu-white .navbar:not(.navbar-fixed-top) .navbar-nav > li > a:hover,.navbar-nav li > a:hover,.navbar-nav li > a:focus,.navbar-nav li:hover > a,.navbar-nav li.sfHover > a,.navbar-nav > li.current-menu-item > a,.noo-header.noo-header.header-4 .navbar-wrapper .navbar ul.navbar-nav > li:hover > a,.navbar-nav > li.current-menu-parent > a {
    color: #fff100;
}
.noo-title .title:after {
    background: none;
}
body.woocommerce-page header.noo-page-heading,
body.archive header.noo-page-heading,
body.blog header.noo-page-heading,
body.single header.noo-page-heading {
    padding: 100px 20px 0;
   
}
body.woocommerce-page .noo-header.header-4 .navbar-wrapper .navbar.navbar-default:not(.navbar-fixed-top),
body.blog .noo-header.header-4 .navbar-wrapper .navbar.navbar-default:not(.navbar-fixed-top),
body.archive .noo-header.header-4 .navbar-wrapper .navbar.navbar-default:not(.navbar-fixed-top),
body.single .noo-header.header-4 .navbar-wrapper .navbar.navbar-default:not(.navbar-fixed-top) {
    background: #002b44;
  }

.custom-title-home-center {
	background:none;
}

  @media (max-width: 767px ) {
	  .col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
    .noo-header.header-4 .navbar-wrapper .navbar {
        background-color: #022b44;
    }
	  .noo-header.header-4 .navbar-wrapper .navbar .navbar-header .navbar-toggle.collapsed {
    color: white;
	}
	  .noo-title h2 {
    font-size: 24px !important;
}

	.noo-title p {
		font-size: 12px !important;
	}

	h3.custom-title-home-center {
		font-size: 24px;
	}
	  
	  nav.navbar-collapse.noo-navbar-collapse.collapse.in ul li a {
    color: #022b44 !important;
}



.container-boxed.max {
    padding: 0;
}
a:hover,a:focus,.text-primary,a.text-primary:hover,.noo-page-heading .noo-page-breadcrumb ul li a:hover {
    color: #ffffff;
}	  
.navbar-nav > li > a {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}	  
	.noo-header.header-4 .navbar-wrapper .navbar ul.navbar-nav > li > a {
  color: #022b44;
}  
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  
   
}
	  
.colophon.wigetized.footer-1.hidden-print {
    padding: 10px 25px;
}	  
	p.woocommerce-formrow.form-row {
    position: absolute;
    top: 125px;
    right: 3px;
}  
.elementor-element.elementor-element-91dc137.elementor-widget.elementor-widget-heading {
    margin-bottom: 10px;
}

a.navbar-brand {
    padding: 0 18px;
}	  
	  
a.navbar-toggle.member-navbar-toggle.collapsed {
    display: none;
}	  
	  
.noo-sidebar.hidden-print.col-md-3.sidebar-right {
    padding-left: 30px;
}


}




input.wpcf7-form-control.wpcf7-submit {
    height: 40px;
    font-size: 18px;
    line-height:18px;
    font-weight: 500;
}
 @media (min-width: 768px ) {
	 
	 
	 .servicesone .elementor-widget-container {
		height: 300px !important;
		max-height: 100%;
	}
	 
	 
    .noo-title .title {
       
       
        color: #002b44;
        
        font-size: 36px;
        
    }
	 
	 input.wpcf7-form-control.wpcf7-submit {
    height: 50px;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
}
	 
	 
	 
	 
  }
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 12px 0px;
}

input.wpcf7-form-control.wpcf7-text {
    padding: 10px 8px;
}

.noo-md-6.yogi-date-block {
    position: relative;
}

i.fa.fa-calendar-o {
    position: absolute;
    top: 15px;
    right: 25px;
}

.colophon.wigetized.footer-1 {
    background: #002b44;
    border-bottom: 1px solid #8c8c8c;
}
.noo-bottom-bar-content {
    color: #e7e7e7;
}
.colophon.site-info.footer-1 {
    background: #002b44;
    color: white;
}
a.go-to-top.hidden-print.on {
    background-color: #002b44;
}
button.wp-block-search__button.wp-element-button {
    height: 43px;
}

body.woocommerce-page .main-content {
    margin-top: 0;
    padding-top: 130px;
}
.button {
 
    background: #002b44;
    
}

.page-id-2578 form.woocommerce-form.woocommerce-form-register.register label {
    color: #002b44;
}




