/*
 Theme Name:   YOOtheme SECURITYREPORT
 Template:     yootheme
 Author:       Dual Design
 Description:  YOOtheme SECURITYREPORT
 Version:      1.0.0
 Text Domain:  yootheme-SECURITYREPORT
*/

@import url("https://use.typekit.net/ius7yec.css");

.widget_media_image img {
	width: 100%;
	height: auto;
}
.acym_module_form input {
    max-width: 100%!important;
}
.acym__subscription__form__fields input {
	border: 1px solid #333;
    padding: 15px;
    width: 90%;
}
#acym_fulldiv_formAcym1.acym__subscription__form__popup__overlay {
    background-color: rgba(0,0,0,0.6)!important;
}
.wp-block-embed iframe {
	width: 100%;
	height: 620px;
}
.uk-navbar-right .uk-navbar-item:last-child .uk-grid-small > * {
	padding-left: 5px;
}

@media (max-width: 1200px) {
  .wp-block-embed iframe {
	width: 100%;
	height: 420px;
}
}

@media (max-width: 640px) {
  .grecaptcha-badge {
    visibility: hidden;
  }
  .wp-block-embed iframe {
	width: 100%;
	height: 320px;
}
}