/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


@media (max-width: 1024px) {
  .ubermenu .ubermenu-image,
  .ubermenu .ubermenu-target-with-image img {
    display: none !important;
  }
}

.retail-solutions .ubermenu-submenu li a{
    padding-bottom:10px !important;
}

@media(min-width:1023px){
#sticky-navigation .inside-navigation{
width:90%;
    margin-left:auto;
    margin-right:auto;
}
}

img, video, canvas {
    overflow: hidden;
}

@media(max-width:950px){
html body .retail-solutions .RetailMenu + .ubermenu-submenu .ubermenu-item-level-3 {
    padding-bottom: 10px !important;
}
	    .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
        padding-bottom: 15px !important;
    }

}

.single-post .is-type-video{
    margin-bottom:20px;
}

/* -------------- */
#nf-field-35-wrap .nf-field-label {
    padding-left:15px;
}

#nf-field-35-wrap #nf-label-field-35
{
    font-weight:normal !important;
    font-size:16px;    
}

#nf-field-35-wrap .ninja-forms-req-symbol{
    display:none;
}

.request-demo .nf-response-msg {
background-color:#45fefd;
    padding:20px 20px;
    border-radius:10px;
    margin-bottom:20px;
}

.request-demo .nf-response-msg p{
    margin-bottom:0;
}