.main-header {
    height: 100px;
}

.navbar-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    margin: 0 2em;
    text-align: right;
}

.logo {
    height: 100px;
    background-color: white;
}

.logo a {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

.tp-caption h1 {
    text-shadow: 0px 0px 9px rgba(66, 68, 90, 1), 0px 0px 9px rgba(66, 68, 90, .6);
}
.tp-caption h5 {
    text-shadow: 0px 0px 4px rgba(66, 68, 90, 1);
}

footer .footer-menu li a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.welcome-section {
	margin: 110px 0 90px 0;
}

.single-course-item .img-holder img {
    max-height: 300px;
}

.popular-course .img-holder img {
    max-height: 300px;
    width: 100%;
}

.mt {
    margin-top: 3em !important;
}

.btn-block {
    display: block !important;
    width: 100% !important;
}

.course-details-page .course-details-content .img span {
	width: auto !important;
    padding: 0 .5em;
}

.sidebar-box.talent-teacher .box-wrapper .item img {
    max-width: 120px;
}

.course-details-page .course-details-content h3 {
	border-bottom: 1px solid #edeaea;
	padding: 37px 0 32px 40px;
	margin-bottom: 35px;
}

.event-details-link a,
.teacher-details-link a {
	line-height: 35px;
	color: #fff;
    text-align: center;
    display: block;
    width: 100%;
}

.course-details-page .course-details-content {
	padding-bottom: 2em;
}

.event-section .single-event p {
    max-height: 150px;
    overflow-y: scroll;
}

.events-links a {
	line-height: 50px !important;
    margin: 0 .5em;
	width: 175px;
	text-align: center;
	border: 1px solid #cd2122;
    color: #cd2122;
    text-transform: uppercase;
	-webkit-transition: all .35s ease-in-out !important;
	-moz-transition: all .35s ease-in-out !important;
	-ms-transition: all .35s ease-in-out !important;
	-o-transition: all .35s ease-in-out !important;
	transition: all .35s ease-in-out !important;
}

.events-links a:hover {
    color: #fff;
    background-color: #cd2122;
}

.not-found {
    text-align: center;
    margin: 5em 0;
}

/* formularz kontaktowy */
.contact-us-page .contact-us-form form ::placeholder {
	text-transform: uppercase !important;
}
.contact-us-page .contact-us-form input {
	height: 50px !important;
}
.contact-us-page .contact-us-form input, .contact-us-page .contact-us-form textarea {
	background: #fff !important;
	border: 1px solid #edeaea !important;
	width: 100% !important;
	font-size: 13px !important;
	padding: 0 20px 0 30px !important;
	margin-bottom: 30px !important;
}
.contact-us-page .contact-us-form textarea {
	height: 130px !important;
	max-width: 100% !important;
	padding: 25px 20px 15px 30px !important;
}
.contact-us-page .contact-us-form button {
	width: 250px !important;
	line-height: 40px !important;
	color: #fff !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
    background-color: #cd2122 !important;
}
/* ---forms--- */

.course-color {
    background-color: #ffe9e9 !important;
}

.justify-text, .just {
    text-align: justify !important;
}

.pr-1 {
    padding-right: 1em !important;
}

.our-teacher .item-wrapper {
	padding-bottom: 0;
}

.popular-course .course-item-wrapper .text h4 a {
	padding: 0 1em;
}

.page-indicator ul li span {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #6f6f6f;
}

.page-indicator ul .current {
	color: #cd2122;
}

.sub-text {
    padding-right: 1em;
}

#subscribe-form {
    display: block;
}

.subscribe-banner .form-response-container {
    width: 50%;
    margin: 0 auto;
}

.subscribe-banner #form-response {
	border: none;
	padding: 10px 20px;
	font-weight: 600;
}

.subscribe-banner #form-response.success {
	background: #deffdb;
    color: #2d662d;
}

.subscribe-banner #form-response.error {
	background: #ffdbdb;
    color: #662d2d;
}

.single-event {
    height: 335px;
}

.main-menu-wrapper .logo img {
    height: 70px;
    width: 70px;
    margin: 10px 20px;
}
@media (max-width: 767px) {
    .main-menu-wrapper .logo {
        height: 60px;
    }
    .main-menu-wrapper .logo img {
        width: 50px;
        height: 50px;
        margin: 2px
    }
}

/* formularze konfeo */
iframe { 
    width: 1px; 
    min-width: 100%; 
    /*max-height: 500px;
    overflow-y: scroll; */
}
