/*
Theme Name:		Rigel Child Theme
Theme URI:		http://themeforest.net/user/amazee/portfolio
Description: 	Rigel Child Theme
Author: 		Amazee
Author URI: 	http://www.amazee.co/
Template:		rigel
Version: 		1.0
*/

/*
* PLEASE DO NOT EDIT THIS FILE!
* This file is only for WordPress to tell this rigel child theme data.
* Use "child-theme-style.css"  file to edit css rules
*/

/*SIGN IN PAGE*/
span.mine {
    background: #a5301e;
    padding: 5px;
    color: white;
}
input:focus {
    border: none!important;
}
input#submitbtn {
    border: none;
    padding: 15px 60px;
    border-radius: 25px;
    background: #1161ee;
}
span.hey {
    color: white;
}
.site-inner {
    width: 100%;
    margin: auto;
    max-width: 525px!important;
    position: relative;
    padding-bottom: 40px;
}
form#wp_login_form {
    width: 100%;
    margin: auto;
    max-width: 525px;
    position: relative;
    padding: 90px 70px 50px 70px;
    background: linear-gradient(60deg,#3d7afd 0,#4c6df9 50%,#4a68ef 50%,#5b5ef4 100%);
}
label.tab {
    color: #fff;
    font-size: 22px;
    margin-right: 15px;
    padding-bottom: 5px;
    margin: 0 15px 10px 0;
    display: inline-block;
    /* border: solid; */
    border-bottom: 2px solid #1161ee;
}
label.my-username, .my-password {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
input.text {
    border: none;
    padding: 15px 20px;
    background: rgba(255,255,255,.1);
    width: 100%;
    color: #fff;
    display: block;
}

@media only screen and (max-width: 1220px) {
    form#wp_login_form {
        padding: 30px 20px 30px 20px;
    }
}
@media only screen and (max-width: 768px) {
    .site-inner {
        padding: 5% 5% 5% !important;
    }
    #logo {
        max-width: 200px !important;
    }
    .banner-header h2.sub-banner-title {
        font-size: 16px !important;
    }
}
@media (max-width: 600px) {
    #logo {
        max-width: 200px !important;
    }

}
@media (max-width: 1200px) {
    #logo {
        max-width: 240px !important;
    }

}
.wpb_wrapper .title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 19px;
    text-transform: uppercase;
    margin-top: 2px;
}

#workshops h2 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 19px;
    text-transform: uppercase;
    margin-top: 2px;
}

.workshop-title{
    margin-top: -10px !important;
    font-family: Montserrat, sans-serif !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
}
.header-elem {
    visibility: hidden !important;
}
.single-staff {
    overflow: visible;
}
.belcredi-team-content {
    font-family: 'Lato', Arial, sans-serif !important;
}
.header-con.stuck #logo img {
    max-height: 25px !important;
}

@media screen and (max-width: 991px) {
    .header-con.stuck {
        position: fixed !important;
    }
}

/*
.light-header .pix-menu-trigger span {
    background-color: #333333 !important;
}

*/

@media screen and (max-width: 991px) {
    .light-header .pix-menu-trigger span,
    .light-header .pix-menu-trigger span:before,
    .light-header .pix-menu-trigger span:after {
    background-color: #333333 !important;
    }
}

ul#menu-services a::before, ul#menu-workshops a::before  {
    display: none !important;
}
ul#menu-services, ul#menu-workshops {
    list-style: square !important;
}

.WKZiel {
    width: 100% !important;
}

.bpclass {
    color: #003399 !important;
}

td.bp-td-1 {
    padding-left: 25px !important;
}

table.bptab td {
    padding-left: 25px !important;
}

table td {
    padding-left: 25px !important;
}

/* WPML FLAGS HEADER STYLE */
.wpml-header {
    max-width: 100px;
    float: right;
    margin-right: 20px;
}