/**************************************************************
					CMS Pages Styles
***************************************************************/

.btn-yellow {
  margin-right:15px;
  background-color: #fdb609;
  color:#000;
  font-size: 16px;
  font-family: 'GUDEA', serif;
  min-width: 170px;
}

.btn-yellow:hover {
  background-color: #000;
  color:#fff;
}

.fancy_box #newsletter_block div.before-logo-text-box h3 {
  font-family: 'GUDEA', serif;
  font-size: 25px;
  text-transform: uppercase;
  color: #000;
}

.btn-white {
  font-family: 'GUDEA', serif;
  font-size: 16px;
  background-color: #fff;
  min-width: 170px;
}

.btn-white:hover {
  font-family: 'GUDEA', serif;
  font-size: 16px;
  background-color: #000;
  font-weight: 600;
}

#newsletter_block .alert {
  border: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
  color: #444;
  padding: 15px;
  font-family: Gudea,sans-serif;
  font-weight: 700;
  line-height: 18px;
}

#newsletter_block .magic-radio+label:before, #newsletter_block .magic-checkbox+label:before {
  position: absolute;
  top: 3px;
  left: 3px;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #000000;
}

#newsletter_block .magic-radio+label:before, #newsletter_block .magic-checkbox+label:before :hover {
background-color: #000;
}

#fancy_box {
  display:none;
  border: 1px solid #000;
  padding: 10px;
}

.pop-up-image-container {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.top-pop-up-text {
  padding:20px 30px 20px 30px;
  text-align: justify;
  font-family: 'GUDEA', serif;
}

.top-pop-up-text > p {
  font-size: 16px;
}

.bottom-pop-up-text{
  padding:20px 30px 20px 30px;
  text-align: justify;
  font-family: 'GUDEA', serif;
}

.bottom-pop-up-text > p {
  font-family: 'GUDEA', serif;
  font-size:12px;
}

.buttons-pop-up {
  display: flex;
  flex-direction:row;
  text-align: center;
  justify-content: center;
}

#fancy_box {
  padding:2px;
}

.fancy_box  > .container {
  border:2px solid #000;
}

@media (max-width: 600px) {
  .buttons-pop-up{
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .btn-yellow {
    margin-right:0px;
    margin-bottom: 10px;

  }
}
/*# sourceMappingURL=cms.css.map */
