.facetwp-input-wrap{
  width:100%;
}
.facetwp-icon {
    right: 9px !important;
}
.gform_wrapper input[type=submit] {
    background-color: #ee4620;
}

/* To make sure form appears first on mobile - posts */
@media (max-width: 1169px){
  .post-template-post-campaign-2018 .two-col{
  display: flex;
    flex-wrap: wrap !important;
}

  .fl-builder .two-col{
  display: block !important;
}

.post-template-post-campaign-2018 .two-col .two-col__primary{
  order:2;
}
}

/* Fade in lazy images. Image with 'data' attribute is hidden */
img[data-lazy-src] {
/* we set the opacity to 0 */
   opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
/* prepare the future animation */
   -webkit-transition: opacity .5s linear 0.2s;
       -moz-transition: opacity .5s linear 0.2s;
                 transition: opacity .5s linear 0.2s;
/* we set the opacity to 1 to do the magic */
   opacity: 1;
}


/*Add to any buttons*/
.post-template-post-campaign-2018 .addtoany_content{
    position: absolute !important;
    bottom: 0 !important;
    left: 37px !important;
}
.a2a_svg{
  background-color: rgb(93 93 93) !important;
}

/*Gravity Forms progress bar*/
.gf_progressbar_percentage{
    background-color: #0d7977 !important;
    color: #fff;
}

/*Cookie Bar*/
#cookie-law-info-bar {
    line-height: 17px !important;
}

/*Google translate API*/
.translate .goog-te-gadget-simple {
    padding: 0 37px 0 37px!important;
}
.translate .goog-te-gadget-icon{
  display: none !important;
}

.heateor_sss_sharing_container a {
    margin: 0 7px 0 0px!important;
}
