/*
 Theme Name:   Oxigeno Child
 Theme URI:    http://oxigeno.bold-themes.com
 Description:  Oxigeno child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     oxigeno
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  oxigeno-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
.bt_bb_timetable_inner_row{
	cursor: pointer;
}
.bt_bb_timetable_inner_row:hover{
	background:#fff !important;
}
.bt_bb_timetable_btn{
	text-align: center;
}
.bt_bb_timetable_btn button{
	box-shadow: 0 0 0 3em gray inset;
	border-radius: 8px;
	padding: 1em 3em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1em 3em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 15px auto 0;
    border: 2px solid #dd1313;
    border-radius: 51px;
    color: #fff;
	background-color:#dd1313;
}
.bt_bb_timetable_btn button:hover {
    box-shadow:0 0 0 3em #dd1313 inset;
    color:white;
    transition:all 300ms ease;
}
/*Header to white*/
.btLightSkin .btPageHeadline, .btDarkSkin .btLightSkin .btPageHeadline, .btLightSkin .btDarkSkin .btLightSkin .btPageHeadline{
	background-color:#fff !important;
}
/* Forms */
.submit-btn {
    width: max-content !important;
    display: inline-block !important;
    margin:10px auto;
    background: #ed2027 !important;
    color:#fff !important;
    font-weight:600 !important;
    bordeR:none;
    padding:8px 15px !important;
}

/*My account*/
.MB_account_page_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:50px;
}

.MB_left_sidebar {
    flex: 25%;
    width: 25%;
    padding: 15px;
    box-shadow: 2px -1px 10px 2px #ddd;
}

.MB_main_content_wrapper {
    flex: 75%;
    width: 75%;
    padding: 15px 25px;
}

ul.MB_navigation {
    list-style:none;
}
.MB_navigation >li{
    margin-bottom:5px;
}
.MB_navigation > li>a{
    font-size:18px;
    padding: 8px 10px;
    line-height: 32px;
}
.MB_navigation > li.active {
    font-weight:600;
    background-color:#dd1313;
    color:#fff;
}
div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active){
    background-color:#dd1313 !important;
}
.MB_errors {
    text-align: center;
    background: #ed2027;
    color: #fff;
    padding: 8px;
    font-size: 1.3rem;
}

form#MB_login_form, #MB_registration_form {
    margin-bottom: 5rem;
}
body.btLightSkin{
	background-color:#fff !important;
}
#user-registration.vertical{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}
.hide-for-logged-in-hidden{
	display:none;
}
@media screen and (min-width:767px){
    .bg_correction {
        .bt_bb_background_image_holder_wrapper {
            .bt_bb_background_image_holder.btLazyLoadBackground.bt_bb_parallax.btLazyLoaded {
                background-position-x: -13.3em !important;
            }
        }
    }
}

.text-center, .text-center span, .text-center td{
	text-align:center !important;
}
:root {
    --wpforms-field-border-radius: 3px;
    --wpforms-field-border-style: solid;
    --wpforms-field-border-size: 1px;
    --wpforms-field-background-color: #ffffff;
    --wpforms-field-border-color: rgba(0, 0, 0, 0.25);
    --wpforms-field-border-color-spare: rgba(0, 0, 0, 0.25);
    --wpforms-field-text-color: rgba(0, 0, 0, 0.7);
    --wpforms-field-menu-color: #ffffff;
    --wpforms-label-color: rgba(0, 0, 0, 0.85);
    --wpforms-label-sublabel-color: rgba(0, 0, 0, 0.55);
    --wpforms-label-error-color: #d63637;
    --wpforms-button-border-radius: 3px;
    --wpforms-button-border-style: none;
    --wpforms-button-border-size: 1px;
    --wpforms-button-background-color: #066aab;
    --wpforms-button-border-color: #066aab;
    --wpforms-button-text-color: #ffffff;
    --wpforms-page-break-color: #066aab;
    --wpforms-background-image: none;
    --wpforms-background-position: center center;
    --wpforms-background-repeat: no-repeat;
    --wpforms-background-size: cover;
    --wpforms-background-width: 100px;
    --wpforms-background-height: 100px;
    --wpforms-background-color: rgba(0, 0, 0, 0);
    --wpforms-background-url: none;
    --wpforms-container-padding: 0px;
    --wpforms-container-border-style: none;
    --wpforms-container-border-width: 1px;
    --wpforms-container-border-color: #000000;
    --wpforms-container-border-radius: 3px;
    --wpforms-field-size-input-height: 43px;
    --wpforms-field-size-input-spacing: 15px;
    --wpforms-field-size-font-size: 16px;
    --wpforms-field-size-line-height: 19px;
    --wpforms-field-size-padding-h: 14px;
    --wpforms-field-size-checkbox-size: 16px;
    --wpforms-field-size-sublabel-spacing: 5px;
    --wpforms-field-size-icon-size: 1;
    --wpforms-label-size-font-size: 16px;
    --wpforms-label-size-line-height: 19px;
    --wpforms-label-size-sublabel-font-size: 14px;
    --wpforms-label-size-sublabel-line-height: 17px;
    --wpforms-button-size-font-size: 17px;
    --wpforms-button-size-height: 41px;
    --wpforms-button-size-padding-h: 15px;
    --wpforms-button-size-margin-top: 10px;
    --wpforms-container-shadow-size-box-shadow: none;
}

.wpforms-field {

    input,
    select,
    textarea {
        border-radius: 50px !important;
    }
}

.wpforms-submit-container {
    button {
        color: #fff !important;
    }
}

div.wpforms-container-full input[type=radio] {
    position: relative;
    display: inline-block;
    background: none;
    height: 16px !important;
    width: 16px !important;
    margin: 0 0 0 2px;
    border: none;
    box-shadow: none;
    vertical-align: middle;
    opacity: 1;
    appearance: none;
    font-style: normal;
    font-weight: 400;

    &:before,
    &:after {
        content: '';
        position: absolute;
        left: -2px;
        top: -2px;
        width: 16px;
        height: 16px;
        box-sizing: content-box;
        cursor: pointer;
    }

    &:before {
        margin: 0;
        border-width: var(--wpforms-field-border-size, 1px);
        border-style: solid;
        border-color: #adaeae;
        box-shadow: 0 0 0 1px #f6f6f6, 0px 1px 2px rgba(0, 0, 0, 0.15);
        outline: none;
        background-color: var(--wpforms-field-background-color);
        background-clip: padding-box;
        background-image: none;
        border-radius: 3px;

        border-width: var(--wpforms-field-border-size);
        border-style: var(--wpforms-field-border-style);
        border-color: var(--wpforms-field-border-color);
        background-color: var(--wpforms-field-background-color);
        background-clip: padding-box;
        background-image: none;
        border-radius: 3px;
    }

    &:focus {
        border-width: var(--wpforms-field-border-size, 0);
        border-style: solid;
        border-color: var(--wpforms-button-background-color);
        box-shadow: 0 0 0 1px var(--wpforms-button-background-color), 0px 1px 2px rgba(0, 0, 0, 0.15);
        outline: none;
    }

    &:checked:after {

        border-top: none;
        border-right: none;
        //height: calc(var(--wpforms-field-size-checkbox-size, 16px) * 0.6);
        border-left: 4px solid var(--wpforms-button-background-color);
        border-bottom: 4px solid var(--wpforms-button-background-color);
        background-color: transparent;
        transform: translate(0, 1px) scale(0.5) rotate(-45deg);
        left: calc(-4px + var(--wpforms-field-border-size, 1px));
        top: calc(-3px + var(--wpforms-field-border-size, 1px));

    }
}

div.wpforms-container-full input[type=checkbox] {
    position: relative;
    display: inline-block;
    background: none;
    height: 16px !important;
    width: 16px !important;
    margin: 0 0 0 2px;
    border: none;
    box-shadow: none;
    vertical-align: middle;
    opacity: 1;
    appearance: none;
    font-style: normal;
    font-weight: 400;

    &:before,
    &:after {
        content: '';
        position: absolute;
        left: -2px;
        top: -2px;
        width: 16px;
        height: 16px;
        box-sizing: content-box;
        cursor: pointer;
    }

    &:before {
        margin: 0;
        border-width: var(--wpforms-field-border-size, 1px);
        border-style: solid;
        border-color: #adaeae;
        box-shadow: 0 0 0 1px #f6f6f6, 0px 1px 2px rgba(0, 0, 0, 0.15);
        outline: none;
        background-color: var(--wpforms-field-background-color);
        background-clip: padding-box;
        background-image: none;
        border-radius: 3px;

        border-width: var(--wpforms-field-border-size);
        border-style: var(--wpforms-field-border-style);
        border-color: var(--wpforms-field-border-color);
        background-color: var(--wpforms-field-background-color);
        background-clip: padding-box;
        background-image: none;
        border-radius: 3px;
    }

    &:focus {
        border-width: var(--wpforms-field-border-size, 0);
        border-style: solid;
        border-color: var(--wpforms-button-background-color);
        box-shadow: 0 0 0 1px var(--wpforms-button-background-color), 0px 1px 2px rgba(0, 0, 0, 0.15);
        outline: none;
    }

    &:checked:after {

        border-top: none;
        border-right: none;
        height: calc(var(--wpforms-field-size-checkbox-size, 16px) * 0.6);
        border-left: 4px solid var(--wpforms-button-background-color);
        border-bottom: 4px solid var(--wpforms-button-background-color);
        background-color: transparent;
        transform: translate(0, 1px) scale(0.5) rotate(-45deg);
        left: calc(-4px + var(--wpforms-field-border-size, 1px));
        top: calc(-3px + var(--wpforms-field-border-size, 1px));

    }
}

div.wpforms-container-full input[type=radio]:before {
    border-radius: 50%;
}

div.wpforms-container-full input[type=radio]:checked:after {
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: var(--wpforms-button-background-color);
    transform: scale(0.5);
    -moz-transform: scale(0.47);
    left: calc(-3px + var(--wpforms-field-border-size, 1px));
    top: calc(-3px + var(--wpforms-field-border-size, 1px));
}

div.wpforms-container-full input[type=checkbox]:checked:before,
div.wpforms-container-full input[type=radio]:checked:before {
    margin: 0;
    border-width: var(--wpforms-field-border-size, 0);
    border-style: solid;
    border-color: var(--wpforms-button-background-color);
    box-shadow: 0 0 0 1px var(--wpforms-button-background-color), 0px 1px 2px rgba(0, 0, 0, 0.15);
    outline: none;
}

div.wpforms-container-full input[type=text],
div.wpforms-container-full textarea,
div.wpforms-container-full select,
.wp-core-ui div.wpforms-container-full input,
.wp-core-ui div.wpforms-container-full select {
    height: var(--wpforms-field-size-input-height) !important;
}

.wpforms-field {

    input,
    select,
    textarea {
        border-radius: 50px !important;
    }
}

div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    height: 43px !important;
}
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button{
    font-size:var(--wpforms-button-size-font-size) !important;
	font-weight:500;
	border-radius:4px;
}