
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
body .prague-formidable .frm_forms.with_frm_style .frm_button_submit {
    border: solid 1px #111 !important;
    background: none !important;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 15px 46px;
	transition: 0.4s !important;
}

body .prague-formidable .frm_forms.with_frm_style .frm_button_submit:hover {
	color: #fff;
	background-color: #111 !important;
}
button.frm_button_submit:before {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    height: 1px;
    background-color: #111;
    width: 22px;
    left: -11px;
}

button.frm_button_submit:after {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    height: 1px;
    background-color: #111;
    width: 22px;
    right: -11px;
}

a.sr7-btn {
    border: solid 1px #fff !important;
    background: none !important;
    font-family: Roboto, sans-serif;
    font-size: 11px !important;
    line-height: 18px;
    letter-spacing: 2px !important;
    font-weight: 500;
    padding: 15px 46px;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
	transition: 0.4s !important;
}

a.sr7-btn:hover {
	color: #fff;
    background-color: #111 !important;
border-color: #111 !important;
}

a.sr7-btn i {
    display: none !important;
}

a.sr7-btn:before {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    height: 1px;
    background-color: #fff;
    width: 22px;
    left: -11px;
}

a.sr7-btn:after {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    height: 1px;
    background-color: #fff;
    width: 22px;
    right: -11px;
}

a.sr7-btn:hover:before,
a.sr7-btn:hover:after {
    background: #fff !important;
}

body .prague-formidable .frm_forms.with_frm_style .frm_button_submit:hover:before,
body .prague-formidable .frm_forms.with_frm_style .frm_button_submit:hover:after {
    background: #fff !important;
}

.video-embed-square iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}