/**
 * Theme Name: SuperOwly - Kids WordPress Child Theme
 * Template: superowly
*/

/*------------------------------------------------------------------
[Add Your Custom CSS Here] */
/*.audio.green-audio-player {
  width: 29%;
float: left;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  -webkit-user-select: none;
  background-color: #fff;
  }
  .play-pause-btn {
    display: none;
    cursor: pointer;
  }
  .spinner {
    width: 18px;
    height: 18px;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/355309/loading.png);
    background-size: cover;
    background-repeat: no-repeat;
    animation: spin 0.4s linear infinite;
  }
  .slider {
    flex-grow: 1;
    background-color: #D8D8D8;
    cursor: pointer;
    position: relative;
   
  }
   .progress {
      background-color: #44BFA3;
      border-radius: inherit;
      position: absolute;
      pointer-events: none;
      
    }
  .pin {
        height: 16px;
        width: 16px;
        border-radius: 8px;
        background-color: #44BFA3;
        position: absolute;
        pointer-events: all;
        box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.32);
      }
  .controls {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #55606E;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 24px;
    margin-right: 24px;
   
    
  }
   .slider {
      margin-left: 16px;
      margin-right: 16px;
      border-radius: 2px;
      height: 4px;
      
    }
  .progress {        
        width: 0;
        height: 100%;
        
      }
  .pin {
          right: -8px;
          top: -6px;
        }
  .controls span {
      cursor: default;
    }
  .volume {
    position: relative;
  }
    .volume-btn {
      cursor: pointer;
     
    }
   .volume.open path {
        fill: #44BFA3;
      }  
    .volume-controls {
      width: 30px;
      height: 135px;
      background-color: rgba(0, 0, 0, 0.62);
      border-radius: 7px;
      position: absolute;
      left: -3px;
      bottom: 52px;
      flex-direction: column;
      align-items: center;
      display: flex;
      }
      .volume-controls.hidden {
        display: none;
      }
      .slider {
        margin-top: 12px;
        margin-bottom: 12px;
        width: 6px;
        border-radius: 3px;
      }
        .progress {
          bottom: 0;
          height: 100%;
          width: 6px;
        }
          .pin {
            left: -5px;
            top: -8px;
          }
        



/*** new changes **/
.learning_parent .item-box span {
    position: relative;
    font-size: 48px;
    color: #fff;
    width: 82px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    -ms-transform: rotate(-11deg);
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
    margin-bottom: 15px;

}
.learning_parent .item-box span img{
width: 40px;
  }
.learning_parent .icons-box.type-2 .icons-wrap:nth-child(2) .icons-item>.item-box>a>span
{
background: #a6c437;
}
.learning_parent .icons-box.type-2 .icons-wrap:nth-child(1) .icons-item>.item-box>a>span {
    background: #ffbd0a;
}
.learning_parent .icons-box.type-2 .icons-wrap:nth-child(3) .icons-item>.item-box>a>span {
    background: #f05a21;
}
.learning_parent .icons-box.type-2 .icons-wrap:nth-child(4) .icons-item>.item-box>a>span {
    background: #2ec8c4;
}


.mobile_login a
{ 
padding: 8px 20px 8px;
    display: none;
    font-size: 14px;
    border-radius: 30px;
    background: #f05a21;
    color: #fff !important;
    text-align: center;
    line-height: 24px;
    letter-spacing: .75px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(240,90,33,.35);
    -moz-box-shadow: 0px 5px 25px 0px rgba(240,90,33,.35);
    box-shadow: 0px 5px 25px 0px rgba(240,90,33,.35);
}
.erf-password-lost-container h3 {
    display: none;
}
form#lostpasswordform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

form#lostpasswordform .erf-account-switch {
    flex-basis: 28%;
}
form#lostpasswordform .erf-account-switch .erf-show-login {
    font-size: 14px;
}
.erf-password-lost-container > p {
    display: none;
}

form#lostpasswordform .fb-text.form-group:nth-child(1) {
    flex-basis: 38%;
}

form#lostpasswordform input {
    width: 100%!important;
}

form#lostpasswordform .fb-text.form-group:nth-child(2) {
    flex-basis: 28%;
}

button.lostpassword-button.erf-reset-password {
    width: 90%!important;
    margin: 0;
}



.addEmails_wrap
{
      padding: 20px 30px 30px;
    background-color: #f6f6f6;
    border-radius: 30px;  
}
.login_top a.erf-show-lost-password {
    font-size: 14px;
}
.addEmails_wrap input:not([type=submit])
{
    max-width: 300px;
        border: 1px solid #dcdcdc;
        margin-bottom: 0px;
        color:#000000e3;
}
.addEmails_wrap .field_wrapper div {
    width: 32%;
    display: inline-block;
   margin: 15px 0px;
}
a.add_button {
    padding: 10px;
    display: inline-block;
    background-color: #1a8d47;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    /* font-size: 12px; */
    margin-top: 10px;
    margin-left: 10px;
}
.woocommerce-error
{
    color: red;
}
.addemails_button
{
      /* width: 100% !important; */
    /* display: block; */
    /* margin-top: 40px; */
    margin: 100px auto;
    display: block;
    text-align: center;
    width: auto
}
.addemails_button input
{
    background-color: #f8ac18;
    display: inline-block;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 17px;
    width: 21%;
}

a.add_button:hover
{
   color: #fff; 
}
a.remove_button {
    padding: 10px;
    display: inline-block;
    background-color: #ff5311;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    /* font-size: 12px; */
    margin-top: 10px;
    margin-left: 10px;
}
a.remove_button:hover
{
   color: #fff; 
}
/*** new changes **/

@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
body .login_top .erf-show-lost-password
{
display: none !important;
}
.login_top  .erf-container .erf-error {
color: #ff0000;
padding-top: 5px !important;
display: block;
font-size: 12px;
line-height: 1.2em;
margin-bottom: 10px;
line-height: 18px;
position: absolute;
    top: 80%;
}
.screen-reader-response {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    margin: 20px 0px;
    text-align: center;
    font-size: 17px;
    color: green;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    text-align: center;
    font-size: 17px;
    color: green;
}
.login_top  .erf-login-form.erf-form div, .erf-login-form.erf-form input {
display: inline-block !important;
vertical-align: top;
}
.login_top  .erf-container .erf-form .erf-submit-button .form-group {
margin: 0 !important;
display: block;
width: auto !important;
padding: 0;
}
.login_top .erf-container .erf-form .erf-submit-button {
    display: block;
    clear: inherit !important;
}
.login_top button.btn.btn-default
{
  background-color: #a6c437;
    border-radius: 3px;
    color: #fff;
    margin-right: 10px;
    width: 80px;
    padding: 3px 10px !important;
    vertical-align: top;
    box-shadow: none !important;
}

.login_top .erf-container .erf-form .form-group
{
    width: auto !important;
    float: left !important;
}
.login_top .fb-text-label {
    display: none !important;
}
.padding-register
{
  padding: 0px !important;
}
.erform_custom
{
height: 521px;
}
.join_today h1,.join_today ul li
{
  color:#fff;
}
.wpb_text_column.wpb_content_element.join_today_1 {
    height: 521px;
    position: relative;
}
.join_today_1 .wpb_wrapper
{
position: absolute;
top: 0%;
/*transform: translateY(-50%);*/
}
.video_welcome
{
  font-size: 30px; color: #f26133; /* padding-bottom: 4px; */ display: block; margin-bottom: 11px; line-height: 35px;
}
.login_wrapper
{
  font-size: 25px;
    padding: 0;
    margin: 0;
    color: #f05a21;
    border-bottom: 1px solid #f05a21;
    width: 50%;
}
.erf-form a {
    font-size: 18px;
}

h2.login_wrapper {
    width: 61%;
}
.login_li[class*="type-"] li::before {

    color: #fff !important;
}
.erf-container .erf-form label[class$="-label"] {
    font-weight: 400 !important;
    font-size: 15px !important;
    margin: 0 0 11px 0 !important;
}
.fb-button button.btn.btn-default {
    margin-top: 10px !important;
}
.sp-footer .sp-sub-nav {
    margin-bottom: 0px !important;
}
.icons-box.type-2 .icons-wrap .icons-item > .item-box > a > i
{
	position: relative;
    font-size: 48px;
    color: #fff;
    width: 82px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    -ms-transform: rotate(-11deg);
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
    margin-bottom: 15px;
}
.icons-box.type-2 .icons-wrap .icons-item > .item-box > a > i:not(:last-child) {
    margin-bottom: 15px;
}
.icons-box.type-2 .icons-wrap:nth-child(1) .icons-item > .item-box > a > i {
    background: #ffbd0a;
}
.icons-box.type-2 .icons-wrap:nth-child(2) .icons-item > .item-box > a > i {
    background: #a6c437;
}
.icons-box.type-2 .icons-wrap:nth-child(3) .icons-item > .item-box > a > i {
    background: #f05a21;
}
.icons-box.type-2 .icons-wrap:nth-child(4) .icons-item > .item-box > a > i {
    background: #2ec8c4;
}
.icons-box.type-2 .icons-wrap:nth-child(5) .icons-item > .item-box > a > i {
    background: #e02f2f;
}
.icons-box.type-2 .icons-wrap:nth-child(6) .icons-item > .item-box > a > i {
    background: #a6c437;
}
.custom_note:before {
 /*   padding-top: 17px;
    display: block;*/
}
.icons-box .icons-wrap .icons-item > .item-box > a > i {
   
    left: 0;
    top: 0;
}
.lk-skills_heading
{
	    color: #fff;
}
.lk-skills_heading:hover, .lk-skills:hover
{
	color: #fff;
    text-decoration: underline !important;
}
/*.hr-list > li > a
{
      text-decoration: underline;
}*/
.copyright-section {
    padding: 30px 0;
}
.hr-list > li {
   
    padding: 15px 14px 0;
    margin-bottom: 10px;
}
.email_top
{
  display: none;
}
.testimonial .author-name {
    font-size: 17px;
    display: block;
    color: #81a00d !important;
}
.owl-carousel.testimonial.type-2 .author-box {
    float: none;
    position: absolute;
    bottom: 13%;
    left: 0;
    right: 0;
    /* font-size: 20px; */
    margin-top: -45px;
}
.owl-carousel.testimonial.type-2 .author-box > .avatar {
    display: none;
}
/*.part_tree
{
    width: 30% !important;
}
.part_cond
{
      width: 100%;
}*/
.about_parallax
{
     padding-top: 90px;
     background: #050304;
    /* padding-bottom: 500px; */
    min-height: 655px;
        background-position: center 80% !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
}
.custom-lightbox .fancybox-skin {
    background: #fff;
}
.contact-info-menu .contact-info-item.email_top1 {
    margin: 5px 0px 0 15px;
    font-size: 20px;
}
#header .top-header
{
      padding: 10px 35px;
}
.boxzilla {
    padding: 40px 50px !important;
}
#header .logo-wrap
{
      width: 27%;
}
.join_today h1
{
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    font-size: 30px;
    font: 24px/49px 'Poppins',sans-serif;
}
.contact-info-menu>*>i+a {
    margin-right: 5px;
}
.join_today p
{
color: #fff;
}
.welcome-content
{
  width: 100%;
  float: left;
      padding: 30px 30px 25px;
}
.welcome-content h4
{

	    font-size: 26px;
}
 .welcome-item .welcome-inner
 {
 	transform:none !important;

 }
.active_top
{
border-bottom: 3px solid #1fb2e4 !important;
}
body .amazingaudioplayer-mark
{
  display: none !important;
}

.top_category ul li.active_top a
{
    color: #1fb2e4 !important;
}
.private_block {

        padding: 50px !important;
}
 .welcome-item {
    margin-top: 20px;
}
#searchform input
{
  padding: 10px 10px !important;
}
.sentences_ul li
{
list-style: none;
}
.sentences_ul li span
{
font-weight: 600;
    padding: 0px 10px 0px 0px;
}
.sentences_ul
{
  padding: 0;
}
 .crisp-button
 {
  background: #a6c437;
    font-size: 15px;
    padding: .46em 1.5em .54em;
    min-width: 135px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    border: 0 solid #999;
    border: none transparent;
    background-color: #a6c437;
    text-decoration: none;
    border-radius: 5px;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: .1s linear -webkit-box-shadow;
    -moz-transition: .1s linear -moz-box-shadow;
    -ms-transition: .1s linear box-shadow;
    -o-transition: .1s linear box-shadow;
    transition: .1s linear box-shadow;
 }
 h4.try_h4 {
    color: #a6c437;
    font-size: 23px;
    text-transform: uppercase;
    margin: 0;
}
.footer-1 .col-sm-3 {
    width: 33% !important;
}
.parent_top ul li
{
        width: 33% !important;
}
h5.learning_h5 {
    font-size: 17px;
}
iframe {
    display: block;       
    background: #000;
    border: none;  
  height: 440px; 
    border: 4px solid #33bdfd;
}
#wonderpluginaudio-2 .amazingaudioplayer-title {

    font-size: 17px !important;
    margin-top: 7px !important;
}
.content_desc p
{
font-size: 13px;
}
.content_single h3
{
       font-size: 20px;
           margin-bottom: 10px;
        color:#adc84b;
            line-height: 30px;
}
.links_wrapper
{
  width: 100%;
  float: left;
}

.next_p_links
{
background: #87a70e;
    padding: 10px 15px;
    color: #fff;
        margin-top: 15px;
        margin-bottom: 10px;
          float: left;
    
}
.next_p_links:hover
{
  color: #fff;
}
.next_link
{
  float: right !important;
}
.blog-type.type-2:not(.list-view) .welcome-item .entry-date, .welcome-item .entry-body .entry-date
{
  display: none !important;
}
.skill-tree-category.part_tree {
    width: 30% !important;
    float: left;
}
.part_3.part_cond {
    width: 100%;
}
.content_single
{
display: inline; 
    padding: 15px 20px;
    width: 30%;
    float: left;
    background: #fafafa;
}
.audio_image {
    width: 25%;
    float: left;
    margin-right: 20px;
}
.video_btn
{
      width: 100%;
    float: left;
    text-align: left;
    padding: 10px 0px 15px;
   /* margin-top: 15px;*/
}
.audioPlayer
{
  width: 68%;
    float: left;
  padding: 5px 0px;
}
.audioPlayer audio
{
  width: 105%;

}
.blocks_li .icons-box-title {
    font-size: 25px;
    }
.join_wrapper
{
  padding: 40px 0px;
}
.join_wrapper a.btn.type-2.btn-style-7
{
margin-top: 20px;
}
.audio_player span
{
font-size: 16px;
    margin-top: 5px;
    /* display: block; */
    float: left;
        width: 68%;
}
.audio_player
{
   width: 100%;
    float: left;  
}
.content_desc , .audio_player{
    padding-bottom: 7px;
    margin-bottom: 15px;
    background: url(images/separator_stripe.png) repeat-x bottom;
}
.custom-lightbox.fancybox-opened .fancybox-outer {
    background: #fff;
}
.dt-sc-titled-box-content p
{
  margin-bottom: 5px !important;
}
.welcome-section.fx-col-2 .welcome-col:nth-child(2) .welcome-content {
    background: #87a70e;
}
.welcome-section.fx-col-2 .welcome-col:nth-child(2) .welcome-content span[class*=licon-] {
    color: #82a023;
}
.welcome-section.fx-col-2
{
     max-width: 1000px;
    margin: 0 auto;   
}
.dt-sc-titled-box-title
{
      padding: 10px 15px;
      text-align: center;
    text-shadow: none;
    margin: 0px;
        line-height: 30px;
    background-color: #cf571b;
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px !important;
}
.custom-lightbox .fancybox-close
{
      top: 10px;
}
.youtube-video
{
  border-radius: 0px !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    text-align: center !important;

}
.lyrics_btn
{
      background: #ecac00 !important;
      float: right;
}
.dt-sc-titled-box-content {
    padding: 15px 25px 20px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-top: 0px;
    text-align: center;
}
.video_wrapper
{
    width: 100%;
    float: left;
  
}
.entry-byline
{
	display: none !important;
}
.video_iframe
{
    width: 68%;
    float: left;
    margin-right: 20px;
    background: #fafafa;
    padding: 13px;
    border: 1px solid #f5f3f3;
}
.wpb-js-composer .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 30px!important;
        font-size: 18px;
}
.woocommerce .related.products ul.products li.product {
    width: 100% !important;
}
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product
{
        width: 21.75% !important;
}
.woocommerce-Tabs-panel p
{
margin-bottom:0px;
}
.icons-box.type-2 .icons-wrap:nth-child(5) .icons-item > .item-box > i {
    background: #e02f2f;
}
.icons-box.type-2 .icons-wrap:nth-child(6) .icons-item > .item-box > i {
    background: #2ec8c4;
}
.subject_wrap
{
    width: 25% !important;
        margin-bottom: 50px;
}
.subject_wrap .icons-box-title {
    font-size: 20px !important;

}
.parent_categories
{
    width: 100%;
    float: left;
        margin: 60px 0px;
}
.icons-box.type-2.type-5 .icons-wrap .icons-box-title {
    font-size: 23px;
}
.icons-box.type-2.type-5 .icons-wrap .info-btn:hover {
    background: #f05a21 !important;
    color: #fff !important;
}
.comment-section .comment-item .comment-holder
{
    height: 290px;
    overflow:hidden;
}
.owl-carousel.testimonial .comment-item blockquote {
    font-weight: normal;
    font-size: 14px;
    padding: 20px 15px;
}
.contact-info-menu a {
    color: #333;
}
input.single_add_to_cart_button
{
  width: auto !important;
}
 .icons-box.type-6 .icons-box-title
 {
    font-size: 21px;
        font-weight: 500;
 }
 .icons-box.type-6 .icons-box-title a:hover
 {
text-decoration: none;
 }
.icons-box.type-6 .icons-wrap .icons-item > .item-box > i {
    font-size: 128px;
    left: -31px;
    top: calc(50% - 55px);
}
.icons-box.type-6 .icons-wrap .icons-item > .item-box {
    position: relative;
    padding: 35px 25px 35px 130px;
}
.welcome-item .welcome-content .btn
 {
 	opacity: 1;
 }
 .social-icons > li {

    padding: 0px 10px 0;
}
.contact-info-register input
{
	border: 1px solid #ddd !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    color: #3f3f3f !important;
    font-size: 12px !important;
    height: 29px !important;
    margin: 0 10px 0 0 !important;
    padding: 5px 9px !important;
    vertical-align: top;
    width: 140px !important;
}
.contact-info-register input[type="submit"]
{
	    background-color: #a6c437;
    border-radius: 3px;
        color: #fff;
    margin-right: 10px;
    width: 80px !important;
    padding: 0 10px;
    vertical-align: top;
}
.top_category::after {
   content: "";
   position: absolute;
   background: #f1f1f1;
   right: 99%;
   width: 9999999999px;
   top: 0;
   bottom: 0;
   overflow: hidden;z-index:100;
   height: auto;
  visibility: visible;
}
.top_category::before {
   content: "";
   position: absolute;
   background: #f1f1f1;
   left:100%;
   width: 9999999999px;
   top: 0;
   bottom: 0;
   overflow: hidden;z-index:100;
}
.green_span
{
	color: #fff;
}
.sp-image-entry-format .welcome-content
{
    width: 60%;
}
.top_category {
position: relative;
    background-color: #f1f1f1;
}
.breadcrumbs-wrap {
    line-height: 1;
    padding: 15px 20px 19px;
}
.top_category ul li:first-child
{
	border-left: none;
}
.top_category ul li {
    display: inline-block;
    width: 20%;
    float: left;
    box-sizing: border-box;
    
    padding: 10px 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
        border-left: 1px solid #ddd;

}
#mobile_btn
{
  display: none;
}
.youtube-video
{
  max-width: 100% !important;
}
.top_category ul {
margin: 0;
padding: 0;
display: flex;
display: -ms-flexbox;
display: -webkit-flex; 
-ms-flex-direction: row;
 -webkit-flex-direction: row; 
 flex-direction: row; 
text-align: center;
list-style: none;
}
#mobile_btn a
{
      margin-top: 20px;
}
.top_category ul li span {
/* flex: 0 0 100%; */
display: block;
}

.top_category_circle ul li span {
    color: #fff;
    width: 37px;
    height: 37px;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;

}
.top_category_circle ul li:nth-child(1) span {
    background: #ffbd0a;
}
.top_category_circle ul li:nth-child(2) span {
    background: #a6c437;
}
.top_category_circle ul li:nth-child(3) span {
    background: #f05a21;
}
.top_category_circle ul li:nth-child(4) span {
    background: #2ec8c4;
}


.top_category ul li {
/* display: inline-block; */
/* width: 20%; */
/* float: left; */
box-sizing: border-box;
padding: 10px 0px;
display: -ms-flexbox;
 display: -webkit-flex; 
 display: flex; 
-ms-flex-direction: column;
 -webkit-flex-direction: column; 
 flex-direction: column; 
-ms-flex-pack: justify;
 -webkit-justify-content: space-between; 
 justify-content: space-between; 
-ms-flex-align: center;
 -webkit-align-items: center; 
 align-items: center; 
border-left: 1px solid #ddd;
flex: 1;
justify-content: center;
align-items: center;
}
.top_category ul li a
{
    color:#666;
}
.learning_posts
{
	width: 100%;
	float: left;
      margin-bottom: 15px;
}
.sp-section .wpb_content_element.sp-infoblock .block_section_title h3 {
    font-size: 22px;
         text-align: center;
    margin: 30px 0px;
}
.video_page {
    margin-top: -40px;
}
.parentlearning_posts h1
{
  color: #333  !important;
    font-size: 22px !important;
    line-height: 40px;
}
.learning_parent
{
margin: 40px 0px 30px !important;
    border-bottom: 1px dashed #ccc;
}
.learning_posts h1
{
font-size: 40px;
color: #a6c437;
padding-top: 10px;
margin: 0;
text-transform: capitalize;
}
.learning_posts span
{
	display: inline-block;
}
.list-subject-links
{

        margin-bottom: 20px;
    float: left;
    width: 100%;
    padding: 0;
    padding-top: 15px;
    min-height: 137px;
    border-top: 2px solid #fff;
}
.welcome-section.fx-col-3 .welcome-col:nth-child(2) .welcome-content {
background: #87a70e;
}
.welcome-section.fx-col-3 .welcome-col:nth-child(2) .welcome-content span[class*="licon-"] {
color: #82a023;
}
.welcome-section.fx-col-3 .welcome-col:nth-child(3) .welcome-content {
background: #f05a21;
}
.welcome-section.fx-col-3 .welcome-col:nth-child(3) .welcome-content span[class*="licon-"] {
color: #e4521b;
}
.welcome-item:nth-child(1) .welcome-content
{
    background: #ecac00 ;
 }
.welcome-item .welcome-content span[class*="licon-"] {
    color: #e6a12a ;
}
.h2_link
{
    color: #fff;
}
.h2_link:hover
{
    color: #fff;
    text-decoration: underline;
}
.welcome-item:nth-child(2) .welcome-content
{
    background: #f7bc0c ;
 }
 .welcome-item .three_content
 {
      padding: 30px 25px 40px !important;

 }
 .part_3
 {
      width: 23%;
      margin-right: 20px;
    float: left;
 }
 .welcome-item .three_content > p
 {
  height: 72px;
 }
.item-subject-link
{
    list-style: none;
    width: 100%;
    float: left;
    font-size: 15px;
}
.welcome-item .welcome-content > p
{
      font-size: 15px;
}
.welcome-item .welcome-content > p:not(:last-child) {
   margin-bottom: 0px; 
}
.subject-hdr
{
    float: left;
}
.lk-skills
{
    float: right;
    color:#fff;
}
.woocommerce-product-gallery .flex-viewport
{
    text-align: center;
}
.skill-tree-skills-header
{
margin-bottom: 5px !important;
   font-size: 18px !important;
   line-height: 28px; 
   color:#f05a21;
   text-transform: uppercase;
}
.lt_row
{
 /* display: flex;
flex-direction: row;
width: 100%;
justify-content: stretch;
align-items: stretch;*/
display: flex;
flex-direction: row;
width: 100%;
justify-content: stretch;
align-items: stretch;
flex-wrap: wrap;

}
.breadcrumbs-wrap .breadcrumbs {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .75px;
}
.breadcrumbs-wrap
{
  background-image:url(https://pattysprimarysongs.com/wp-content/themes/superowly/images/breadcrumbs_img.jpg);
}
.video_iframe h2
{
  position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 26px;
    top: 35%;
}
.video_iframe
{
  position: relative;
  text-align: center;
}
.content_single
{
  position: relative;
  border:1px solid #f5f3f3;
}
h3.no_found {
    text-align: center;
    color: #333;
    font-size: 18px;
}
.content_single h2
{
position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
    width: 89%;
    font-size: 19px;
    top: 25%;
    line-height: 35px;
  }
.content_single a.regiter_btn:hover
{
  color: #fff;
}
.content_single a.regiter_btn
{
position: absolute;
   color: #fff;
   text-align: center;
   width: auto;
   font-size: 17px;
   bottom: 37%;
   background: #f05a21;
   color: #fff;
   padding: 10px 12px;
   margin: 0 auto;
   border-radius: 4px;
   right: 0;
   left: 0;
   display: inline-block;
   max-width: 150px;

} 
  .video_iframe a:hover
  {
    color: #fff;
  }
  .video_iframe a {
   position: absolute;
   color: #fff;
   text-align: center;
   width: auto;
   font-size: 17px;
   bottom: 35%;
   background: #f05a21;
   color: #fff;
   padding: 10px 12px;
   margin: 0 auto;
   border-radius: 4px;
   right: 0;
   left: 0;
   display: inline-block;
   max-width: 265px;
}

.video_title
{
      text-align: center;
    font-size: 26px;
    margin-bottom: 15px !important;
    text-transform: uppercase;
        line-height: 38px !important;
}
.sp-page-content-wrap {
    padding: 40px 0;
}
.skill-tree-category ul li a
{
	color:#10a0b6;
}
.skill-tree-category ul
{
	margin: 5px 0 !important;
}
.skill-tree-category
{

    padding: 10px 0px !important;
    /*border-bottom: 1px dashed #ddd;*/
    margin-right: 35px;
    float: left;
    display: block;
    width: 100% !important;
    /* margin: 0 0 30px 0; */
    /* padding: 0 25px 0 0; */
    /*height: 300px;*/
}
/*.top_category ul li:after {
    background: #00b8fa none;
    content: "";
    display: block;
    height: 3px;
    width: 100%;
}*/
.top_category ul {
    margin: 0;
    padding: 0;position:relative;z-index:9999
}
.breadcrumbs-wrap h1 {
    font-size: 30px !important;
    line-height: 38px; 
    margin-bottom: 6px !important;
}
.top_category
{
	width:100%;
        margin-bottom: 20px;
}
.padding-no
{
	padding-top:0px !important; 
}
/*.nav-item .btn-style-2
{
	    display: none;
}*/
.ctct-form-field textarea,
.ctct-form-field.ctct-form-field-text input,
.ctct-form-field.ctct-form-field-email input{border:1px solid #ccc;}

.ctct-form-field.ctct-form-field-submit #ctct-submitted{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0 !important;
    letter-spacing: 1px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    background-color: #f05a21;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    padding: 10px 30px 8px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    -moz-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.button.ctct-button{display:none;}
.ctct-form.ctct-form-2064 p:nth-child(2){padding-right:10px;display: inline-block;width:50%;}
.ctct-form-field.ctct-form-field-email{padding-left:10px;display: inline-block;width:50%;}
#header.header .searchform-wrap {display:none;}
#header.header .searchform-wrap {
    border-bottom: none;
    display:none;
    width:100%;
    height:55px;
    padding:6px 0;
    opacity:1;
    visibility:visible;
    background:#fff;
    text-align:center;
    z-index:201;max-width:250px;
    right:-400px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform:none;
    transform:none;position: relative;border:1px solid #ccc;
}
#header.header .searchform-wrap.opened {
    width: 100%;
    position: relative;
    height: 55px;
    padding: 6px 0;
    display:inline-block;
    right:0; 
}
#header.header .searchform-wrap .vc-child{width:100%;}
.header_search{display:inline-block;overflow:hidden;width:auto;vertical-align: middle;float: right;}
.header_search .close-search-form{right:50px;}
#main-navigation, #header .menu-wrap .btn{float: right;}

.pmpro_checkout_level {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.pmpro_checkout_level > div {
    width: 33.3%;
    margin: 0px 15px;
    box-shadow: 1px 2px 40px -19px gray;
    transition: all .5s ease-in-out;
}
.pmpro_checkout_level > div > h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
}
.almost_done
{
      font-size: 17px;
    width: 75%;
    margin: 0 auto 20px;
    color: #1a8d47;
}
.block_section_title h3 {
    text-align: center;
}
.pmpro_checkout_level > div:first-child > h2 {
    background-color: #ca970d;
}
.pmpro_checkout_level > div:last-child > h2 {
    background-color: #6b8608;
}
.page-id-4385 .welcome-content a.btn {
    margin-top: 20px;
    background: #fff;
    color: #444;
}
.level_paid {
    padding: 20px 0px;
    text-align: center;
}
.pmpro_checkout_level > div:last-child .level_paid {
    background-color: #87a70e;
}
.pmpro_checkout_level > div:first-child .level_paid {
	background-color: #ecac00;
}
.level_paid > strong {
    color: #fff;
    font-size: 25px;
    font-weight: 300 !important;
    width: 96px;
    display: block;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
}
.level_Desc > p {
    font-family: Poppins,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.level_Desc {
    padding: 20px 15px;
}
.pmpro_checkout_level > div .level_Button1 a {
    display: inline-block !important;
    color: #fff;
    font-weight: 400;
    padding: 6px 18px;
}
.pmpro_checkout_level > div .level_Button1 {
    text-align: center;
    padding-bottom: 20px;
}
.pmpro_checkout_level > div:first-child .level_Button1 a {
    background-color: #c29312;
}
.pmpro_checkout_level > div:last-child .level_Button1 a {
    background-color: #6b8608;
}
.pmpro_checkout_level > div:first-child .level_Button1 a:hover {
    background-color: #ecac00;
}
.pmpro_checkout_level > div:last-child .level_Button1 a:hover {
    background-color: #87a70e;
}
#pmpro_levels_table {
    margin: 50px 0px;
}
.pmpro_checkout_level > div:hover {
    transform: scale(1.1);
    cursor: pointer;
}
.pmpro_submit #pmpro_paypalexpress_checkout #pmpro_btn-submit-paypalexpress {
    height: auto;
    max-width: 250px;
}
.pmpro_submit #pmpro_paypalexpress_checkout {
    display: block;
    width: 100%;
    text-align: center;
}

.level_paid > p {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.level_paid > p > span {
    display: block;
    font-weight: 300;
    font-size: 20px;
    margin-top: 10px;
}
#pmpro_user_fields input {
    border: 1px solid #ccc !important;
    height: 45px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
#pmpro_user_fields label {
  margin-bottom: 5px;
  position: relative;
}
#pmpro_user_fields .pmpro_checkout-fields .pmpro_checkout-field {
  position: relative;
}
#pmpro_user_fields .pmpro_checkout-fields .pmpro_asterisk {
    position: absolute;
    top: 44px;
    right: -15px;
}
.pmpro_submit > hr {
    display: none;
}
#memBership_checkouT #pmpro_form {
    background-color: #fff;
    box-shadow: 1px 2px 34px -19px gray;
    padding: 50px 30px 30px;
    margin: 50px 0px;
    text-align: center;
}
#memBership_checkouT #pmpro_pricing_fields > h3 {
  margin-top: 0px;
}
#memBership_checkouT #pmpro_pricing_fields > h3 .pmpro_checkout-h3-msg {
    position: absolute;
    right: 16px;
    background-color: #ff5613;
    display: block;
    color: #fff;
    top: 49px;
    padding: 3px 20px;
}
#memBership_checkouT #pmpro_pricing_fields > h3 .pmpro_checkout-h3-msg > a {
    color: #fff;
    font-size: 14px;
}
#pmpro_level_cost > p {
    display: inline-block;
    padding: 10px;
    border-top: 2px solid #ff5613;
    border-bottom: 2px solid #ff5613;
}
#memBership_checkouT .pmpro_checkout-fields > p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#pmpro_account h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px !important;
}
#pmpro_account table tr th {
    text-align: left;
}
#pmpro_account > div {
    background-color: #fff;
    box-shadow: 1px 2px 29px -17px gray;
    padding: 30px !important;
    margin: 30px 0px !important;
}
#pmpro_account > div {
    background-color: #fff;
    box-shadow: 1px 2px 29px -17px gray;
    padding: 30px !important;
    margin: 30px 0px !important;
    border-top: none !important;
    border-left: 3px solid #fe4f0e;
}
#pmpro_account{
  margin: 20px 0px;
}
#pmpro_account-profile {
  display: none;
}
#pmpro_account #pmpro_account-invoices table tr td {
    padding: 10px;
}
#pmpro_cancel
{
      background-color: #fff;
    box-shadow: 1px 2px 29px -17px grey;
    padding: 30px !important;
    margin: 30px 0 !important;
    border-top: none !important;
    border-left: 3px solid #fe4f0e;
}
body .pmpro_yeslink
{
background-color: #ff5311 !important;
    display: inline-block;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 15px;
}
body .pmpro_btn-cancel
{
      background-color: #666 !important;
    display: inline-block;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 15px;
}
#memBership_checkouT #pmpro_form .pmpro_submit {
  text-align: center;
}
#pmpro_account table td
{
      border: 1px solid #ccc;
    text-align: left;
    padding: 10px;
}
#pmpro_account table th
{
 border: 1px solid #ccc;
 text-align: left;
 padding: 10px;
}
#pmpro_invoices_table td
{
      border: 1px solid #ccc;
    text-align: left;
    padding: 10px;
}
#pmpro_invoices_table th
{
 border: 1px solid #ccc;
 text-align: left;
 padding: 10px;
}
#memBership_checkouT #pmpro_form .pmpro_submit #pmpro_btn-submit {
    background-color: #ff5613;
    color: #fff;
    font-weight: 400;
    border: none;
    min-width: 250px;
    padding: 13px;
    border-radius: 50px;
    margin-top: 10px;
}
#memberShip_confirmaTion {
  background-color: #fff;
  box-shadow: 1px 2px 34px -19px gray;
  padding: 50px 30px 30px;
  margin: 50px 0;
  text-align: center;
}
#memberShip_confirmaTion .wpb_wrapper > p:first-child {
    margin-bottom: 4px;
    font-size: 25px;
    /* text-transform: uppercase; */

    font-weight: 600;
    line-height: 30px;
    padding-bottom: 15px;
}
#memberShip_confirmaTion #nav-below > div {
  float: none;
}
#pmpro_account #pmpro_actionlink-levels
{
  display: none;
}
#memberShip_confirmaTion #nav-below > div a {
  background-color: #ff5613;
  color: #fff;
  font-weight: 400;
  border: none;
  min-width: 300px;
  padding: 13px;
  border-radius: 50px;
  margin-top: 10px;
  display: inline-block;
}
#memberShip_confirmaTion ul li
{
      list-style: none;
}
#memberShip_confirmaTion #nav-below > div a:hover {
background-color: #333;
}
#memBership_checkouT #pmpro_form .pmpro_submit #pmpro_btn-submit:hover {
background-color: #333;
}
#memBership_checkouT #pmpro_pricing_fields > h3 .pmpro_checkout-h3-msg:hover {
background-color: #333;
}
#pmpro_account table tr .pmpro_actionlinks > a {
  background-color: #ff5311;
  display: inline-block;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 12px;
}
#pmpro_account table tr .pmpro_actionlinks > a:hover {
background-color: #333 !important;
color: #fff !important;
}
#pmpro_account table tr .pmpro_actionlinks {
  margin-top: 5px;
}
div#pmpro_levels {
display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
div#pmpro_levels .pmpro_level {
    width: 21%;
    margin: 0 15px;
    box-shadow: 1px 2px 40px -19px grey;
    transition: all .5s ease-in-out;
}
#license_wrapper div#pmpro_levels .pmpro_level header.entry-header h2
{
      color: #333;
}
#license_wrapper div#pmpro_levels .pmpro_level header.entry-header
{
  background-color: #fff;
    border-bottom: 1px solid #ccc;
}
#classroom_membership .pmpro_level .entry-content
{
background: #fff;
}
div#pmpro_levels {
    justify-content: center;
}
div#classroom_membership div#pmpro_levels>div:last-child header.entry-header {
    background-color: #69820f;
}
div#classroom_membership div#pmpro_levels>div:last-child footer.entry-footer {
    background-color: #87a70e;
}
div#license_wrapper div#pmpro_levels footer .entry-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
div#license_wrapper div#pmpro_levels footer .entry-meta a {
    order: 2;
    margin: 0px 10px !important;
    width: auto;
    text-align: center;
    background-color: #f74f10;
    display: inline-block;
    color: #fff;
}
div#license_wrapper div#pmpro_levels footer .entry-meta p {
    width: 100%;
    margin: 0px 10px 10px 10px !important;
    text-align: center;
}
#license_wrapper div#pmpro_levels .pmpro_level footer.entry-footer
{
background-color:#fff;
}
#license_wrapper div#pmpro_levels .pmpro_level footer.entry-footer .entry-meta p {
    color: #333;
        font-size: 15px;
    }
#license_wrapper div#pmpro_levels .entry-content {
    display: none;
}
#license_wrapper div#pmpro_levels .pmpro_level header.entry-header h2 {
font-size: 18px;
  }
#classroom_membership div#pmpro_levels .pmpro_level {
    width: 35%;
}
#license_wrapper div#pmpro_levels
{
      padding-top: 50px;
    box-shadow: 1px 2px 25px -15px grey;
}

#license_wrapper .starting_price {
    display: block;
    color: #fff;
    z-index: 9999999;
    position: absolute;
    padding: 20px;
    font-size: 14px !important;
    bottom: 0px;
    right: 40px;
    transform: rotate(-15deg);
    text-align: center;
}
#license_wrapper .starting_price a {
	color: #fff;
	text-decoration: underline;
	}
#license_wrapper .starting_price:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -29px;
    width: 400px;
    height: 200px;
    z-index: -1;
    background-image: url(images/green_cloud.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
#license_wrapper .license_p
{
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    line-height: 26px;
    margin-bottom: 0;
    background: #f8ac18;
}
#license_wrapper .license_p a
{
color:#fff;
font-size: 17px;
text-decoration: underline;	
}
#license_wrapper div#pmpro_levels .pmpro_level {
    width: 21%;
    margin-bottom: 40px;
}
#trial_wrapper div#pmpro_levels .pmpro_level {
    width: 100%;
    max-width: 1000px;
}
#trial_wrap1
{
  color: #fff;
}
section#request_quote {
    color: #fff;
    /* max-width: 1000px; */
    margin: 0 auto;
    width: 80%;
}
section#request_quote h3, section#request_quote h5, section#request_quote h6, section#request_quote h4 {
    color: #fff;
}
#request_quote li
{
list-style: none;
}
#trial_wrapper div#pmpro_levels .pmpro_level footer.entry-footer .entry-meta a
{
  background-color: #f75213;
    color: #fff;
}
div#pmpro_levels .pmpro_level header.entry-header {
    background-color: #ca970d;
}
div#pmpro_levels .pmpro_level header.entry-header h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
}
#pmpro_account-membership a#pmpro_actionlink-change {
    display: none;
}
div#pmpro_levels .pmpro_level .entry-content p {
    padding: 20px 15px;
}
div#pmpro_levels .pmpro_level footer.entry-footer {
    background-color: #ecac00;
    padding: 15px;
}
div#pmpro_levels .pmpro_level footer.entry-footer .entry-meta p {
    color: #fff;
    font-size: 21px;
    margin-bottom: 0px;
    vertical-align: middle;
}
div#pmpro_levels .pmpro_level footer.entry-footer .entry-meta a {
    background-color: #fff;
    color: #333;
    display: inline-block;
    padding: 4px 9px;
    text-decoration: none;
}
#trail_id .welcome-content a {
    margin-top: 20px;
    background: #fff;
    color: #444;
    padding-right: 30px;
    padding-left: 30px;
    padding: 9px 18px 7px;
    display: block;
    border-radius: 30px;
}
#videos_block .icons-box-title {
    font-size: 17px;
    text-transform: initial;
}
#videos_block .custom-list[class*=type-] li:before
{
      color: #fff;
          font-size: 18px;
}
#videos_block li
{
  color: #fff
}
#testimonial_learn h2
{
  font-size: 34px;
}
#award_block h2
{
  font-size: 34px;
}
#videos_block .icons-box.type-6 .icons-wrap .icons-item>.item-box>i {
    font-size: 38px;
    left: 26px;
}
#videos_block .icons-box .sp-infoblock-item:last-child
{
    padding-bottom: 30px;
}
#videos_block .icons-box.type-6 .icons-wrap
{
      background: #f75c19;
}

#circle_images .wpb_single_image {
   display: flex;
   flex-direction: column;
   margin-bottom: 0px;
}
#circle_images .wpb_single_image .wpb_heading {
order: 2;
font-size: 18px;
text-align: center;
margin-bottom: 0px;
font-weight: 500;
}
#circle_images .wpb_single_image figure .vc_single_image-wrapper {
   width: 150px;
   height: 150px;
   border-radius: 50%;
   overflow: hidden;
   border: 2px solid #85b602;
}
#four_rowids
{
      max-width: 950px;
    margin: 0 auto;
}
#circle_images .wpb_single_image figure .vc_single_image-wrapper img {
width: 100%;
height: 100%;
transition: all .5s ease-in-out;
}
#circle_images .wpb_single_image figure .vc_single_image-wrapper:hover img {
transform: scale(1.1,1.1);
}
#circle_images #four_rowids > div:nth-child(2n) {
   margin-top: 90px;
   margin-bottom: 50px;
}
#circle_images {
   margin-top: 65px !important;
}
#join_now_btn_learn
{
     margin-top: 30px;
}
.pmpro_level ul {
    padding: 10px 20px 20px;
    margin-top: 0px;
}
.pmpro_level ul li {
    padding-bottom: 18px;
    list-style: none;
}
.pmpro_level ul li:before {
    content: '\f00c';
    font: normal normal normal 14px/1 FontAwesome;
        padding-right: 6px;
}
.trial_inner p.pmpro_level-price {
    display: none !important;
}
.pmpro_checkout-fields li {
    list-style: none;
}
#trial_wrap1 
{  /*max-width: 1000px;*/
    margin: 0 auto;
    padding-top: 15px !important;
}
p.pmpro_checkout_p {
    font-size: 17px;
    line-height: 27px;
}
#trial_wrap1  h3
{
    color: #fff;
    margin: 5px;
}
#trial_wrapper div#pmpro_levels .pmpro_level-price
{
display: none;
}
#trial_wrapper div#pmpro_levels .pmpro_level header.entry-header, div#pmpro_levels .pmpro_level .entry-content p
{
  display: none;
}
#trial_wrap1  h5
{
      font-size: 15px;
    color: #fff;
}
#trial_wrap1  .icons-box .icons-wrap .icons-item>.item-box>i
{
      font-size: 36px;
    color: #ffff;
}
#trial_wrapper div#pmpro_levels .pmpro_level footer.entry-footer
{
background-color: #fff;
}
#trial_wrapper div#pmpro_levels .pmpro_level footer.entry-footer .entry-meta p
{
color: #333;
}
#join_now_btn_learn a
{ width: 200px;
 
}
#videos_block .icons-box.type-6 .icons-wrap .icons-item>.item-box {

    padding:24px 21px 15px 77px;
}
#videos_block .icons-box.type-6 .icons-wrap .icons-box-title
{
    color: #fff;
}
#videos_block .icons-box.type-6 .icons-wrap .icons-item>.item-box>i
{
color: #fff;
top: 33%;
}

#videos_block .wpb_text_column {
margin-bottom: 0px;
}
#videos_block .wpb_text_column .wpb_wrapper .starting_price::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    width: 100%;
    height: auto;
    z-index: -1;
    background-image: url(https://pattysprimarysongs.com/dev/wp-content/uploads/2019/08/2019-08-27.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#videos_block .wpb_text_column .wpb_wrapper .starting_price {
     display: block;
    color: #4d4c4c;
    z-index: 9999999;
    position: absolute;
    padding: 20px;
    /* text-align: center; */
    font-size: 14px !important;
    bottom: 50px;
    right: 40px;
    transform: rotate(-15deg);
}
#videos_block .wpb_text_column .wpb_wrapper .starting_price span.start_price {
    display: block;
    font-weight: 700;
}

.become_h2
{
  color: #fff;
}
#videos_block .icons-box.type-6 .icons-wrap .icons-box-title
{
      font-weight: inherit;
}
.page-id-4562 .wpcf7-form {
  background-color: #fff;
  padding: 40px;
  box-shadow: 1px 2px 26px -10px lightgrey;
  display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 80%;
    margin: 0 auto;
justify-content: space-between;
}
.page-id-4562 .wpcf7-form h3 {
  width: 100%;
}
.page-id-4562 .wpcf7-form p {
    width: 48%;
}
.page-id-4562 .wpcf7-form p:nth-child(14) {
    width: 100%;
}
.page-id-4562 .wpcf7-form p:nth-child(13) {
    width: 100%;
}
.page-id-4562 .wpcf7-form p:nth-child(19) {
    width: 100%;
}
.page-id-4562 .wpcf7-form p:nth-child(20) {
    width: 100%;
}
.page-id-4562 .wpcf7-form input {
  margin-top: 5px;
}
.page-id-4562 .wpcf7-form select {
  margin-top: 5px;
  border: 1px solid #e8e8e8;
}
#request_quote h5 a
{
color: #fff;
text-decoration: underline;
}
/*.page-id-4562 .wpcf7-form h3::before {
    content: '';
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #ff5814;
}*/
.page-id-4562 .wpcf7-form h3 {
    position: relative;
    padding-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 20px;
}
.page-id-4562 .wpcf7-form .wpcf7-checkbox {
  display: flex;
  margin-top: 5px;
  flex-wrap: wrap;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #ebebeb;
    background-color: #f6f6f6;
    color: #666;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #ebebeb;
    background-color: #f76322;
    color: #fff;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
    background-color: #f76222;
     color: #fff;
}



/*===== Media Css =====*/

@media only screen and (max-width: 1480px)
{
#header:not(.header-2):not(.header-3) #main-navigation > ul > li {
    margin: 0 20px !important;
}
#header.header .searchform-wrap{max-width:215px;}
#header .logo-wrap {
    width: 23%;
}
}
@media only screen and (min-width: 1281px)
{
#header.sticky .logo-wrap {
    width: 20% !important;
}
#header.sticky .top-header {
    padding: 5px 35px !important;
}
}
@media only screen and (max-width: 1199px)
{
#header .top-header .logo-wrap {
    margin-bottom: 10px !important;
}
}

@media only screen and (max-width: 1000px)
{
.subject_wrap {
    width: 50% !important;
    margin-bottom: 50px;
}
#license_wrapper div#pmpro_levels .pmpro_level {
    width: 40%;
    }
.skill-tree-category {
  
    width: 100% !important;
 }
.video_iframe
{
width: 64%;
}
.login_wrapper {
    width: 47%;
}
div.slider_tagline {
    left: -15%;
    }
    div.slider_heading {
    left: -33%;
}
}
@media (max-width: 990px)
{
.content_single {
   width: 100%;
    text-align: center;
    margin-top: 20px;
}
.video_iframe {
    width: 100%;
}
.content_single h2 {
    width: 94% !important;
    }
}
@media only screen and (max-width: 992px)
{
.mobile-advanced > ul {
    padding-top: 80px;
    padding-left: 0px;
}
.header_search
{
    float: inherit !important;
}
.top_category::after{right:100%;}
button.lostpassword-button.erf-reset-password {
   margin-bottom: 0px!important;
}
#header .menu-wrap .btn
{
  display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

}

@media only screen and (max-width: 900px)
{
.part_3 {
    width: 46%;
    }
  }
@media (max-width: 767px)
{
.erf-layout-two-column.erf-container .erf-two-columns .form-group:nth-child(odd), .erf-layout-two-column.erf-container .erf-two-columns .form-group:nth-child(even) {
     float: left !important; 
    margin-right: 2% !important;
        width: 46% !important; 
}
.owl-carousel.testimonial.type-2 .author-box {
    bottom: 9%;
}
.comment-section .comment-item .comment-holder {
    height: 360px;
}
#classroom_membership div#pmpro_levels .pmpro_level {
    width: 100%;
    margin-bottom: 20px;
}
div#pmpro_levels .pmpro_level header.entry-header h2
{
      padding: 10px;
}
#request_quote h5
{
      font-size: 20px;
}
section#request_quote
{

    width: 100%; 
}
.wpcf7
{
       padding-left: 0px; 
     padding-right: 0px; 
}
.page-id-4562 .wpcf7-form {
  
    width: 100%;
 }
#circle_images #four_rowids>div:nth-child(2n)
{
      margin-top: 0px;
    margin-bottom: 20px;
}
#videos_block .wpb_text_column .wpb_wrapper .starting_price
{
      bottom: 13px;
}
.page-id-4562 .wpcf7-form p {
    width: 100%;
}
.about_parallax .sp-infoblock {
    margin-top: 300px;
}
.about_parallax {

    background-position: center top !important;
    }
.audio_frame h2
{
      width: 66% !important;
    left: 17%;
        font-size: 22px !important;
    line-height: 32px;
}
.videopage_frame h2
{
  font-size: 23px !important; 
    line-height: 24px;
        top: 26% !important; 
}
.blocks_li .icons-box-title {
    font-size: 20px;
}
.private_block
{
  margin:50px !important ;
}
.login_wrapper {
    border-bottom: none !important;
    width: 100% !important;
}
}
@media only screen and (max-width: 768px)
{
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48% !important;
}
.register_wrapper .vc_column-inner
{
    width: 88%  !important;
   margin-left: 20px !important;
}
.audioPlayer {
    width: 100%;
}
.contact-info-register
{
  display: none;
}
.contact-info-item.contact-info-register {
    width: 92%;
}
.mobile_login a
{
    display: inline-block;
}
.addEmails_wrap .field_wrapper div {
    width: 50%;
    }
}
@media only screen and (max-width: 570px)
{
.addEmails_wrap .field_wrapper div {
  width: 100%;
}
.addemails_button input {
    width: 50%;
}
.audio_frame h2
{
      top: 20%;
     font-size: 17px !important;
}
.skill-tree-category.part_tree {
    width: 100% !important;
    float: left;
}
.videopage_frame h2 {
    font-size: 17px !important;
    top: 12% !important;
   width: 98%;
}
.videopage_frame a {
   
    font-size: 16px;
    bottom: 23%;
    padding: 7px;
    max-width: 135px;
}
.audio_frame a.regiter_btn {
    
    font-size: 16px;
    bottom: 33%;
     padding: 7px;
    max-width: 135px;
}

}




@media only screen and (max-width: 500px)
{
.custom-lightbox .fancybox-close {
    top: 0px;
    right: 5px;
}
#license_wrapper .starting_price
{
      font-size: 12px !important;
}
#license_wrapper .starting_price
{
      bottom: -47px;
}
#license_wrapper .starting_price:after
{
  height: 175px;
}
.wpb-js-composer .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    font-size: 15px;
}
#footer .top-footer {
    padding: 60px 0 10px;
}
.youtube-video
{
  width: 100% !important;
  text-align: center !important;
}
.video_wrapper {
    width: 100%;
    float: none;
    display: flex;
    flex-direction: column;
}
.content_single {
    order: 4;
}
div#pmpro_levels .pmpro_level footer.entry-footer .entry-meta p
{
      font-size: 17px;
}
#license_wrapper div#pmpro_levels .pmpro_level {
    width: 40%;
}
#license_wrapper div#pmpro_levels .pmpro_level header.entry-header h2 {
    font-size: 15px;
}
.links_wrapper {
    order: 3;
}
.bottom-separator
{
    display: none;
}
#mobile_btn
{
  display: block;
}
#desktop_btn
{
  display: none;
}
#wonderpluginaudio-2
{
    width: 250px!important;
}
.video_welcome
{
  font-size: 18px; 
}
.next_p_links
{
width: 48%;
    text-align: center;
    padding: 10px 10px;
    font-size: 13px;

}
.part_3 {
    width: 100%;
  }
  .about_parallax .sp-infoblock {
    margin-top: 200px;
}
.private_block {
    margin: 10px !important;
    margin-top: 10px !important;
        padding:30px 10px !important;
}
.audio_frame
{
      margin-top: -25px;
}
.welcome_heading h2
{
font-size: 24px;
}
.video_iframe h2 {
    font-size: 20px;
    top: 25%;
}
.email_top
{
  display: none;
}
.contact-info-menu .contact-info-item {
    margin: 5px 7px 0;
    margin-bottom: 10px;
}
.learning_posts h1 {
    font-size: 24px;
}
.video_iframe a {
   
    font-size: 14px;
    bottom: 29%;
    padding: 6px 12px;
    max-width: 123px;
}
.skill-tree-category {
  
    width: 92% !important;
        margin-bottom: 0px !important;
 }
  }
@media only screen and (max-width: 400px)
{
#header .menu-wrap .btn {
    margin-top: 10px;
}
#license_wrapper div#pmpro_levels .pmpro_level {

    width: 70%;
 }
iframe {
    height: 300px;
}
.welcome-item .three_content > p {
    height: 94px;
}
.welcome_heading h2
{
font-size: 19px !important;
    color: #4592cf;
}
.subject_wrap {
    width: 100% !important;
    margin-bottom: 10px;
}
.videopage_frame h2 {
    width: 96%;
    line-height: 26px  !important;
}
.audio_image {
    width: 21%;
 }
 .wpb-js-composer .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 30px!important;
}
.vc_btn3.vc_btn3-size-lg {
    
    padding-right: 25px !important;
 font-size: 14px;
 
}
/*.video_title
{
  display: none;
}*/
.ctct-form-field.ctct-form-field-text input {
    border: 1px solid red;
}
.top_category ul li a {
    font-size: 11px;
}

.erform_custom {
     height: auto !important;
}
.erf-layout-two-column.erf-container .erf-two-columns .form-group:nth-child(odd), .erf-layout-two-column.erf-container .erf-two-columns .form-group:nth-child(even) {
    width: 100% !important;
}
.woocommerce a.button
{
  padding: 10px !important;
}
.product .product-name a {
    font-size: 14px;
}
.woocommerce-page  .product .product_title.entry-title
{
    font-size: 23px;
}
button#place_order
{
  margin-top: 20px;
}
p.form-submit {
    margin-top: 20px;
}
.video_iframe h2
{
     top: 18%;
  font-size: 17px;
  line-height: 23px;
}
.video_iframe a {
    
    font-size: 12px;
    bottom: 28%;
    padding: 3px 7px;
    max-width: 100px;
}
.content_single h2 {
    position: absolute;
    top: 0;
    width: 87%;
    font-size: 19px ;
    top: 22%;
    line-height: 35px;
}
.content_single a.regiter_btn {
   
    font-size: 16px;
    bottom: 31%;
  }

.breadcrumbs-wrap h1 {
    font-size: 23px !important;
    line-height: 31px;
  }
  span.trail-end {
    line-height: 24px;
}
}
@media (max-width: 769px)
{
  .footer-1 .col-sm-3 {
     width: 100% !important; 
} 
}

@media only screen and (max-width: 500px)
{
  .top_category ul li a {
    font-size: 12px;
    padding: 2px 2px;
  }
  .learning_posts h1
    {
      font-size: 29px !important;
     line-height: 39px !important;
    }
}
@media only screen and (max-width: 480px)
{
.welcome-item .welcome-content .welcome-title {
     font-size: 24px !important; 
     font-weight: bold !important;  
}
#pmpro_account > div {
    overflow-x: scroll;
    width: 100%;
}
#pmpro_account table {
    min-width: 500px;
}
.lk-skills_heading {
    color: #fff;
    width: 70%;
    float: left;
    text-align: left;
}

.item-subject-link
{
  padding-bottom: 5px;
}
}

@media only screen and (max-width: 370px)
{
   .lk-skills_heading {
    width: 70%;
  }
  .about_parallax .sp-infoblock {
    margin-top: 100px;
}
.video_welcome {
    font-size: 16px;
}
 .pmpro_level ul li {
    padding-bottom: 5px;
  }
 
}
@media only screen and (max-width: 360px)
{
div#pmpro_levels .pmpro_level footer.entry-footer .entry-meta a
{
     padding: 3px 6px; 
}

div#pmpro_levels .pmpro_level footer.entry-footer .entry-meta p {

    font-size: 14px;
 }

}
@media only screen and (max-width: 340px)
{
.audio_frame h2
{
      line-height: 26px !important;
    font-size: 15px !important;
}
.video_welcome {
    font-size: 15px;
}

}

.worksheet {
    border-radius: 0px !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    text-align: center !important;
	max-width:100% !important;
}




