/*
 Theme Name:   Newedge Child
 Theme URI:    http://demo.themeum.com/wordpress/newedge
 Description:  Newedge Child Theme
 Author:       Themeum
 Author URI:   http://themeum.com/
 Template:     newedge
 Version:      1.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  newedge-child
*/


@import url("../newedge/style.css");

/* MENU FIX */

.logo-wrapper img {
    height: auto !important;
    padding-top: 4px;
    box-sizing: border-box;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
    padding: 12px 14px;
}
#header-container #navigation {
  width: 100%;
  padding: 0 !important
}
@media (max-width: 767px){
  .logo-wrapper img {
    width: 200px !important;
    height: auto !important;
    padding: 10px;
  }
  .wpmm-mobile-menu a.wpmm_mobile_menu_btn {
    box-shadow: none;
    border: none;
    padding: 0 12px;
    font-weight: 400;
    margin: 4px 0;
    border-radius: 3px;
    transition: 400ms;
    -webkit-transition: 400ms;
  }
  .wpmm_mobile_menu_btn {
      color: white !important;
      background-color: rgba(0,0,0,0);
      font-size: 25px;
  }
  .wpmm_mobile_menu_btn:hover {
      color: white !important;
      background-color: rgba(0,0,0,0);
      font-size: 25px;
  }
}

/* BLOG LOOP FIX */
.loop-title {
  min-height: 66px;
}
div.loop-container {
  min-height: 300px;
}

/* SIDEBAR NEWSLETTER SUBSCRIBE */
.newsletter-container {
  background: #00a99d;
  padding: 15px 3px 15px 15px;
}
.newsletter-container .caldera-grid label {
  color: white;
  font-size: 14px;
}
.newsletter-container .caldera-grid .btn-default {
    color: white;
    background-color: rgba(0,0,0,.3);
    border: none;
    text-transform: uppercase;
    transition: .3 ease;
}
.newsletter-container .caldera-grid .btn-default:hover {
    color: white;
    background-color: rgba(0,0,0,.5);
}
.newsletter-container p{
  font-size: 12px !important;
  color: white;
  margin-bottom: 12px !important;
}
.newsletter-container label {
  font-size: 12px !important;
}
.newsletter-container label a {
  color: #007b73 !important;
}
/* FOOTER NEWSLETTER SUBSCRIBE */
#footer .caldera_forms_form p {
    font-size: 14px;
}
#footer .caldera_forms_form label {
  font-size: 12px;
}
#footer .caldera_forms_form .btn-default {
  color: white !important;
  background-color: #01a99d !important;
  border: none !important;
}

/* FORMS */

.caldera-grid label {
  margin-bottom: 10px !important;
}
.caldera-grid .row {
  margin-bottom: 20px;
}

.caldera-grid .form-control {
  height: 40px;
  font-size: 16px;
  padding: 15px;
  border: 1px solid #d9d9d9;
}

body.page-id-261 .btn-default {
  padding: 10px 40px !important;
  border-radius: 25px !important;
  background: #00a99c !important;
  color: white !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  border: 1px solid #028e83 !important;
}
