/**
 * Theme Name:     Sky Pilot Child
 * Author:         LifterLMS
 * Template:       sky-pilot
 * Text Domain:	   sky-pilot-child
 * Description:    The best WordPress LMS theme built for speed using modern technology and optimized for beautiful eLearning experiences. Deliver the best learner experience with a theme built exclusively for courses &amp; membership sites.
 */

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500;1,600&family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bangers:wght@0,300&display=swap');

.hide-field {display: none;}


@media (max-width: 1020px) {
	#cookiescript_badge{
  		margin-bottom: 150px;
	}
}


@media (max-width: 770px) {
	#cookiescript_badge{
  		margin-bottom: 45px;
	}
}

/* Stylowanie przycisku na stronie logowania */
input#wp-submit {
    background-color: #1a408d;
    border: 1px solid
}
input#wp-submit:hover {
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--primary-darker);
    border: 1px solid var(--wp--preset--color--primary-darker);
}

input[type="submit"]{
    background-color: #1a408d;
    color: white;
    border-radius: 0px;
    padding:20px 85px;
}

input[type="submit"]:hover{
    background-color: white;
    color: #1a408d;
    border: 1px solid #1a408d;
}
/** Środkowanie elementów Center **/
.align-center {
   width: 100%;
  justify-content: center;
} 




 