/*
 Theme Name: Toddlers child
 Theme URL: http://themeforest.net/user/unfamous/portfolio
 Description:  Toddlers Child Theme
 Author:       Mike Hancock
 Author URI:   http://unfamo.us/
 Template:     toddlers
 Version:      1.0.0
 Tags: right-sidebar, custom-menu, featured-images, translation-ready, responsive-layout
 License: GNU General Public License
 License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/
*/


.modalDialog {

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  background: rgba(0,0,0,0.3);

  z-index: 99999;

  -webkit-transition: opacity 400ms ease-in;

  -moz-transition: opacity 400ms ease-in;

  transition: opacity 400ms ease-in;
  display: none;

}

.modalDialog > div {
  max-width: 600px;
  position: relative;    
  margin: 2% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
}

.close-popup {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: 18px;
  text-align: center;
  top: 4px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}


.widget h3.widget-title{
  font-size: 19px;
}

@media (max-width: 320px){
  .program-days{
    font-size: 13px; 
  }
  .navcontainer .main-menu > li > a {
    font-size: 11px !important;
  }
}

.links-postlinks{
color: #fff;
}

.woocommerce form .form-row textarea {
    height: 116px;
}
.remove-line:after{
  background: none !important;
}