/*
*  G form Start Rating
* 
*/
#gform_fields_3 .gfield_label{
  font-size:20px;
  color:#023257;
}

#gform_fields_3 .gsurvey-rating:not(:checked)>label
{
  background-size: 32px 32px;
  width:34px;
  line-height:34px;
  font-size: 1px!important;
}

#gform_fields_3 .gsurvey-rating>input:checked~label
{
   background-size: 32px 32px;
}

#gform_fields_3 .gsurvey-rating:not(:checked)>label:hover,.gsurvey-rating:not(:checked)>label:hover~label{
   background-size: 32px 32px;
}
#gform_fields_3 .gsurvey-rating>input:checked+label:hover,.gsurvey-rating>input:checked+label:hover~label,.gsurvey-rating>input:checked~label:hover,.gsurvey-rating>input:checked~label:hover~label,.gsurvey-rating>label:hover~input:checked~label{
    color:#ea0
}
#gform_fields_3 textarea{
  border: 1px solid #B1B1B1;
}

.section__padding__remove {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
   
}

@media only screen and (min-width: 1441px) {
    .page-id-4767 .container,.page-template-template-listing-mediakit-unmasking-grief .container{
        max-width:1500px !important;
    }
}

@media only screen and (min-width: 1550px) {
    .page-id-4767 .container ,.page-template-template-listing-mediakit-unmasking-grief .container {
        max-width:1700px !important;
    }
}

@media screen and (min-width: 1440px) {
   .wrapper-listing-profile .listing-profile li {
    width: 33%;
   
    }
}

/* The Modal (background) */
.cd-popup {
  visibility: hidden;
  position: fixed; /* Stay in place */
  z-index: 1004; /* Sit on top */
  padding-top: 250px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color:  rgba(0,0,0,0.4);  /*Black w/ opacity */
}

/* Modal Content */
.cd-popup-container {
  position: relative;
  background-color: #F3F5F7;
  margin: auto;
  padding: 0;
  border: 0px solid #888;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9), 0 6px 50px 0 rgba(0,0,0,0.9);/*0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)*/;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.cd-popup-container p{
    font-size: 16.5px;
    color: #023257;
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 30px 30px;}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 24px;
  height: 3px;
  background-color: black;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  display:block;
}

 .gm_button:hover {
        background-color: #cf2e2e !important;
    }

    .gm_button {
        margin-top: 10px;
        border-radius: 15px;
        font-size: .75rem;
        font-weight: bold;
        padding: 14px 36px;
        line-height: 1.5;
        background-color: #023257 !important;
        text-transform: uppercase !important;
        text-align: center;
        color: #fff;
        border-style: solid;
        outline-width: 0;
        transition: all .25s ease;
    }

