/*
Theme Name: ProfAcademy
Version: 1.0
*/

.top-bar-info {
    width: 100%;
    height: 20px;
    background: #1e323d;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-top: 1px;
}

.top-bar-info a {
    text-decoration: underline;
}

header {
    padding: 5px 0 30px;
    /* background: url(../profacademy/dist/imgs/header-bg.jpg) no-repeat;
    background-position: 50% 0px; */
    border-bottom: 3px solid #fecb16;
    color: #fff;
    overflow: visible;
    background-attachment: fixed;
    background: linear-gradient(270deg,rgba(252, 122, 0, 1) 0%, rgba(17, 17, 17, 1) 50%);
}

h1 {
   	font-size: 55px;
   	padding-right: 0 !important;
	line-height: 5rem;
}

.descript {
	margin-top: 0;

}

.descript h2 {
	font-size: 21px;
}

.courses-filter {
	padding: 30px 0;
	background: #eee;
    	overflow: visible;
}

.filter-item {
    display: inline-block;
    margin-right: 50px;
    float: left;
}

.filter-input, .search-news {
    border: 0;
    border-bottom: 1px solid #111;
    padding: 10px 15px 10px 0;
    width: 258px;
    color: #111;
    background: #eee;
}

.filter-btn, .more-btn button {
    background-color: transparent;
    border: 4px solid #fecb16;
    padding: 10px 24px 10px 50px;
    font-size: 1.125rem;
    color: #111;
    position: relative;
    /* float: right; */
}

.more-btn button {
    display: inline-block;
    padding: 13px 40px 13px 24px;
    position: relative;
}

.crs-grid-item img {
    display: block;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.course-link:hover {
    background: rgb(0,191,243);
    background: -moz-linear-gradient(45deg, rgba(0,191,243,1) 0%, rgba(204,219,56,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,191,243,1)), color-stop(100%,rgba(204,219,56,1)));
    background: -webkit-linear-gradient(45deg, rgba(0,191,243,1) 0%,rgba(204,219,56,1) 100%);
    background: -o-linear-gradient(45deg, rgba(0,191,243,1) 0%,rgba(204,219,56,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(0,191,243,1) 0%,rgba(204,219,56,1) 100%);
    background: linear-gradient(45deg, rgba(0,191,243,1) 0%,rgba(204,219,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bff3', endColorstr='#ccdb38',GradientType=1 );
    color: inherit;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.crs-grid-item h4 {
    color: #3a0c49;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: "Fira-Book";
    font-size: 1.2rem;
}

.course-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    opacity: .8;
    padding: 0 15px;
    color: #fff;
    width: 100%;
    max-width: 100%;
}

.photo-slider .owl-dots {
	display:none;
}

.single-course header, .single-kursi header {
    border-bottom: 0;
    padding-bottom: 30px;
    position: static;
}



.single h1 {
	text-align: left;
}

.single-top-btns {
	padding-top: 80px;
	text-align: center;
}

.single-top-btns a {
	margin-bottom: 1rem;
	width: 200px;
}

.courses-wrapper {
    background-color: transparent;
    background: url(../imgs/crs-fs-bg.jpg) no-repeat bottom center;
    -webkit-background-size: contain;
    background-size: contain;
}

.r-tabs-tab:first-of-type {
    border-radius: 18px 0 0 0;
}

/*.r-tabs-tab:nth-of-type(2), .r-tabs-tab:nth-of-type(3), .r-tabs-tab:nth-of-type(4), .r-tabs-tab:nth-of-type(5), .r-tabs-tab:nth-of-type(8) {*/
    /*border: none;*/
/*}*/

@media screen and (max-width:1200px) {
	header { background-size: cover; }
}