/* Start custom CSS *//*General*/
a{color:#F27920;}
    

/*menu language sub menu width*/
#primary-menu .sub-menu{max-width:120px;}
    
/*hide excerpt in post*/
.uael-post__excerpt{
display: none;
}

/*hide post details*/
.uael-post__read-more, .uael-post__thumbnail, .uael-post__title{display:none;}

/*game*/
.game-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*header shadow*/
.site-header {box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}

/*form*/
.prefinery-form-embed iframe, #prefinery_body iframe{height:600px !important;}

/*Mobile Tweak*/
@media only screen and (max-width: 768px) {
    .ast-container{padding-right:0}
    .prefinery-form-embed iframe, #prefinery_body iframe{height:710px !important;}
    }/* End custom CSS */