/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 99.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;800;900&display=swap');

.responsive .vibecredits {
    float: right;
    width: 50%;
    height: 32px;
}

#socket .copyright {
    float: left;
    width: 100%;
}

.m7alpha {
    background-image: url(https://musicbox.vibefm.com.mt/wp-content/uploads/2021/07/m7alpha.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%;
    width: 100px;
    height: 100%;
    float: right;
}

.html_header_top.html_header_sticky #main {
    padding-top: 54px !important;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
	border: none !important;
    border-bottom: 1px solid #49e42e !important;
    color: #ffffff !important;
    font-size: 16px !important;
}

#top label {
    font-weight: bold;
    font-size: 18px !important;
}

.login-wrap {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0px;
    padding: 40px;
    width: 50%;
    margin: 0 auto;
    background-color: #340084;
    border: none;
    box-shadow: 0px 0px 0px 5px #00FF68;
}
.forgot-pass-form {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0px;
    padding: 40px;
    width: 50%;
    margin: 0 auto;
    background-color: #340084;
    border: none;
    box-shadow: 0px 0px 0px 5px #00FF68;
}

h2 {
    text-align: center;
    margin-bottom: 26px;
}

input[type="submit"] {
    font-size: 14px !important;
    background-color: transparent !important;
    width: 20% !important;
    margin: 0 auto !important;
    text-align: center !important;
    display: block !important;
    border: 2px solid #49e42e !important;
    font-weight: bold;
    color: #49e42e !important;
}

input[type="submit"]:hover {
    background-color: #49e42e !important;
    border: 2px solid #49e42e !important;
    color: #ffffff !important;
}

#top .main_color .lw-error {
    border-color: #ff0059 !important;
}

.logo {
    padding: 10px 0;
}

form#gform_1 {
    padding: 50px;
    width: 50%;
    margin: 0 auto;
    background-color: #340084;
    border: none;
    box-shadow: 0px 0px 0px 5px #ff0059;
}

input#gform_submit_button_1 {
    transition: all 0s !important;
}

#top label span, #top legend span {
    color: #ff0059 !important;
}

div#header_main_alternate {
    display: none;
}

nav.main_menu {
    display: none !important;
}

.responsive #top .logo {
    width: 100% !important;
	padding: 10px 0px;
}

.responsive .logo img {
    height: auto !important;
    max-width: 100% !important;
    display: block;
    margin: 0 auto !important;
}
input#input_1_1 {
    border: 1px solid #49e42e;
    padding: 10px;
}
span#gfield_upload_rules_1_1 {
    font-size: 11px;
    color: #af8fd8;
}
a.logoutbutton {
    background-color: #430098;
    padding: 7px 10px;
    margin-right: 30px;
}
a.logoutbutton:hover {
    background-color: #ff0059;
	color:#ffffff;
    padding: 7px 10px;
    margin-right: 30px;
}
div#gform_confirmation_message_1 * {
    font-size: 1.2em;
    color: #ffffff !important;
}
.branda-login {
    margin: 0 !important;
}
a.forgotpass {
    color: #ffffff !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: 200px;
    /* float: right; */
    display: flex;
    margin-top: 40px !important;
    padding: 20px;
    flex-direction: column;
}
.fileuploader {
    background: transparent !important;
}
.fileuploader-theme-boxafter .fileuploader-input {
    margin-top: 48px !important;
}
#top input#input_1_2 {
    text-align: center;
    font-size: 2em !important;
    background: none !important;
    border: none !important;
	margin-bottom:20px;
}
@media only screen and (max-width: 1250px) {
	  form#gform_1, .login-wrap{
		width: 70%;
	}
}

@media only screen and (max-width: 850px) {
	  form#gform_1, .login-wrap {
		width: 90%;
	}
}

@media only screen and (max-width: 650px) {
	 input[type="submit"] {
		width: 40% !important;
	}
	
	.responsive .vibecredits {
		width: 30%;
	}
}

@media only screen and (max-width: 500px) {
	 form#gform_1, .login-wrap{
		width: 100%;
		padding: 10px;
	}
}

.avia-section.av-minimum-height .container .content {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
    top: 150px;
}

