/* -----------------------------------------
               Media Screens
----------------------------------------- */

/* --- Desktop --- */
@media only screen and (min-width: 1400px) {
    .row {
        padding: 0 6.25em;
    }

    .row .row {
        margin: 0 -6.25em;
    }
    
    .row .footer-bottom {
        padding-left: 6.75em;
        padding-right: 6.75em;
    }

}

@media only screen and (min-width: 1300px) {
    .logo-wrap {
        padding-left:0;
    }
}

@media only screen and (max-width: 1300px) {
    .row .footer-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 1200px) {
   .logo-wrap  a{
        position: absolute;
        padding-right:0;
        margin-top: -10px;
    }
    
      .header-address {
      text-align: right;
    } 
  
    .header-address-wrap .textwidget {
        float:right;
    }
    .slider-left-text {
        padding: 0;
        top: 50%;
        position: absolute;
        margin-top: -50px;
        width: 33.33333%;
        text-align: left;
    }
    .slider-right-img {
        width: 66.66667%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .logo-wrap {
        width: 100%;
        text-align: center;
        float: none;
    }
    .header-address-wrap {
        width: auto;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -85px;
    }
    
    .header-address-wrap .textwidget {
        width: 366px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
    .row {
        padding: 0 3.125em;
    }

    .row .row {
        margin: 0 -3.125em;
    }
}

@media only screen and (min-width: 58.75em) {
    .social-links {
        text-align:right;
    }
    .join-our-club {
        margin: -14px 0 -60px 0;
    }
}

@media only screen and (max-width: 58.75em) {
	
}


/* --- TABLETS --- */
@media screen and (min-width: 768px) {     
    .menu-wrap {
        padding-right: 0.25em;
    }
    .top-bar-section {
        float: left;
    }
    .top-bar-section .has-dropdown > a:after {
        display:none;
    }
    .top-bar-section .dropdown {
        left: 12px;
        top: 40px;
    }
    .full-logo-wrap {
        padding-left: 0;
    }
    .nap {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .top-bar {
        background: #004d4d;
    }
    
    .row .footer-media {
        padding-top:20px !important;
    }
    
    .nap {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .nap img {
        max-width: 25%;
    }
    
    .nap-text {
        max-width: 347px;
        float: none !important;
        margin: 0 auto;
    }
    .footer-nav {
        padding-top: 10px;
    }
    .footer-nav-header {
        text-align: center;
        margin-bottom: 0;
    }
    .footer-nav .inline-list {
        margin: auto;
        max-width: 405px;
    }

    .join-our-club {
        margin: -14px 0 -40px 0;
    }
}

/* --- MOBILES --- */
@media only screen and (min-width: 568px) {
      .name-wrap {
        padding-right:0;
    }
    .header-address {
      text-align: right;
    } 
    
    .logo {
        display: inline-block;
    }
    
    .logo-part-1 {
        display:none;
    }

    .logo-part-2 {
        display:none;
    }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
    .header-address-wrap {
        margin-top: -18%;
    }
    .header-address-wrap .textwidget{
        width:366px;
        float:right;
    }
}

@media only screen and (min-width: 401px) {
    .header-address-img {
        border: 5px solid #006e6e;
        float: left;
        margin-right: 8px;
    }
    .header-address {
      /*text-align: left;*/
    } 
    .header-address-header {
        line-height: 11px;
    }
    .header-address-phone {
        line-height: 30px;
    }
    .nap-text {
        text-align: left;
    }
    .nap-name {
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 36px;
        text-transform: uppercase;
        margin-bottom: 0;
        line-height: 27px;
    }
    .nap-name span {
        font-size: 17px;
        display: inline;
    }
    .nap-prof {
        font-family: "Gentium Basic";
        font-weight: 700;
        font-size: 17px;
        text-transform: uppercase;
        letter-spacing: 8px;
        margin-bottom: 0;
        line-height: 16px;
    }
    .nap-address {
        font-family: "Roboto";
        font-size: 12px;
        padding-top: 10px;
        padding-left: 20px;
        margin-bottom: 10px;
        line-height: 14px;
    }
    .nap-address img {
        vertical-align: top;
        float: left;
        margin-right: 20px;
        display:inline-block;
    }
    .nap-zones {
        font-family: "Roboto";
        font-size: 12px;
        padding-top: 10px;
        margin-bottom: 10px;
        line-height: 14px;
    }
    
    
}



@media only screen and (max-width: 401px) {
    .header-address-row-2 {
        display: block;
    }
    .header-address-wrap .textwidget {
        text-align: center;
    }
    .custom-field-wrap {
       /* width: 100%;*/
    }
    .join-our-club {
        margin: -14px 0 20px 0;
    }
    
    .hp-right-sidebar > ul li {
        display:block;
    }
    .upw-image {
        display:block;
        padding-right: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
    .upw-content {
        display: block;
    }
    .hp-right-sidebar > ul li .post-title {
        text-align: center;
    }
    .hp-right-sidebar > ul li .post-excerpt a.more-link {
        right: auto;
        left: 50%;
        margin-left: -50px;
    }
    .logo-part-1 {
        display: block;
        margin: 0 auto;
        width: 50%;
    }
    .logo-part-2 {
        display: block;
        margin: 0 auto;
        width: 100%;
        margin-top: -15%;
        margin-bottom: -12%;
    }
}

@media only screen and (min-width: 401px) and (max-width: 568px) {
    .header-address-row-2 {
        display: block;
        padding-top: 5px;
        text-align: right;
    }
}

@media only screen and (min-width: 270px) and (max-width: 568px) {
}

@media only screen and (max-width: 270px) {
    .recommended-by-moms {
        font-size: 30px;
        line-height: 30px;
    }
}


@media only screen and (max-width: 640px) {
  .header-address { 
 		 		text-align:center;	
  }
  .header-address-row-2{
    	text-align:center;	
  }
}