/*  DESKTOP */
@media (min-width : 801px)  {
.px-popup-topbar-text {font-size:20px;}

}

/* IPAD */
@media (min-width : 768px) and (max-width : 800px) {
.px-popup-topbar-text {font-size:20px;}

}

/*  MOBILE */
@media (max-width : 766px) {
  .px-popup-topbar-text {font-size:15px;}

}


/* Gravity Forms in Popup */
.px_cta_popup_form .gfield input {
    width: 100% !important;
    margin-bottom: 15px;
    border-radius: 5px;
}

.px_cta_popup_form .gform_fields {
  padding:0px !important;
}

.px_cta_popup_form .gform_fields label {
    display: none !important;
}

.px_cta_popup_form .ginput_container input {
  background:white;
}

.px_cta_popup_form .ginput_container input:focus {
  border-color: #4aa54a;
}


/* NEW march 2021 */
.popup-row-holder .fl-builder-content {
    padding: 0px !important;
}

/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */

/* End Layout CSS */

