/*
Theme Name: Ekko Child
Template: ekko
Theme URI: http://www.ekko-wp.com
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */
.footer-business-info, .lower-footer {
    background-color: black;
}

.container h6, .key-icon-box h6.service-heading {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 35px;
}

hr {
    margin-top: 45px;
    margin-bottom: 45px;
}

.container h3 {
    color: #F26821;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 35px;
}

/*course filter*/
.course-filter {
    display: flex;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedddd;
}
.course-filter__selector {
    padding-right: 15px;
}
.course-filter__selector.course-filter__selector--course {
	width: 50%;
}
.course-filter__selector.course-filter__selector--month {
	width: 30%;
}
.course-filter__selector select {
    width: 100%;
    padding: 10px;
    height: 43px;
    background: transparent url(images/select_ui.png) no-repeat right center;
    padding-right: 23px;
    -webkit-appearance: none;
}
button.course-filter__btn.js-filter-btn {
    width: 20%;
    font-weight: 700;
    border: 2px solid transparent;
    white-space: nowrap;
    -webkit-transition: border-color ease-in-out 500ms, background ease-in-out 500ms;
    transition: border-color ease-in-out 500ms, background ease-in-out 500ms;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 1.84;
    /* border-radius: 5px; */
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #ed1c24;
    border-color: #ed1c24;
    line-height: 1;
    height: 43px;
    margin: auto 0 0 0;
}
button.course-filter__btn.js-filter-btn:hover {
	background-color: #000000;
	border-color: #000000;
}
.course-meta-data {
    background-color: #f7f7f7;
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 4px;
}
.course-meta-data {
	background-color: #f7f7f7;
	padding: 15px;
	margin-bottom: 5px;
	border-radius: 4px;
}
.course-meta-data .col1-2 {
	width: 50%;
	float: left;
}
.course-meta-data p {
	margin: 0;
}
.course-meta-data .float-left {
	width: 85%;
}
.course-meta-data .float-right {
	width: 15%;
}
.course-events {
	margin-top: 40px;
}
a.float-right.btn.register-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    white-space: nowrap;
    -webkit-transition: border-color ease-in-out 500ms, background ease-in-out 500ms;
    transition: border-color ease-in-out 500ms, background ease-in-out 500ms;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 1.84;
    /* border-radius: 5px; */
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #ed1c24;
    border-color: #ed1c24;
    border: 0;
    padding: 10px 20px;
}
a.float-right.btn.register-btn:hover {
	background-color: #000000;
	border-color: #000000;
}
@media screen and (max-width: 767px) {
	.course-meta-data .col1-2 {
		width: 100%;
	}
	.course-meta-data .float-left,
	.course-meta-data .float-right {
		width: 100%;
	}
}
.course-meta-data:after {
clear: both;
content: ' ';
display: block;
}

/*.course-duration:before {
	background-image: url('./images/clock.png');
	content: ' ';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}*/
.register-btn {
	white-space: normal;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.course-timetable-list .course-events {
	margin-top: 10px;
}
.course-timetable-list h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	display: block;
}
.paging-navigation .nav-links {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.course-meta-data .col1-2 {
		width: 100%;
	}
	.course-meta-data .float-left {
		width: 60%;
	}
	.course-meta-data .float-right {
		width: 40%;
	}
	.register-btn {
	margin-top: 30px;
}
}
@media screen and (max-width: 500px) {
	.course-meta-data .col1-2 {
		width: 100%;
	}
	.course-meta-data .float-left,
	.course-meta-data .float-right {
		width: 100%;
	}
}
@media (max-width: 1300px) and (min-width: 960px) {
	.navbar .modal-menu-item {
		display: none;
	}
	.vc_row.rb--jel-video-background {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
}
.vc_row.rb--jel-video-background iframe {
    margin-top: -65px !important;
}
}
@media (max-width: 959px) {
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		overflow-y: auto !important;
		overflow-x: hidden;
	}
}
@media (min-width: 768px) and (max-width: 1270px) {
	.kd-process-steps.rb--process .pss-text-area p {
	    min-height: 160px;
	    margin-bottom: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.rb--2-col .wpb_column.vc_column_container {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.rb--2-col.vc_row-has-padding-top {
	    padding-top: 20px !important;
	}
	.vc_row.rb--card-3-col {
	    padding-top: 20px !important;
	    padding-bottom: 50px !important;
	}
	.page-id-7745 .wpb_single_image .vc_single_image-wrapper,
	.page-id-7745 .wpb_single_image .vc_single_image-wrapper img {
		width: 100%;
	}
	header.entry-header {
	    margin-bottom: 50px !important;
	}
	.rb--card-3-col .ib-wrapper {
	    box-shadow: 0 44px 98px 0 rgba(0,0,0,.12);
	    border-bottom-style: solid;
	    background: rgba(255,255,255,.05);
	    padding: 20px !important;
	}
	.rb--card-3-col {
	    display: flex;
	}
	.rb--card-3-col .vc_column-inner,
	.rb--card-3-col .vc_column-inner .wpb_wrapper,
	.rb--card-3-col .vc_column-inner .wpb_wrapper .key-icon-box,
	.rb--card-3-col .vc_column-inner .wpb_wrapper .ib-wrapper {
		height: 100%;
	}
	.rb--card-3-col .key-icon-box.ib-hover-1 .ib-wrapper {
	    border-color: #ed1c24;
	}
	.page-id-7789 .container {
		width: 100%;
	}
	.rb--contact .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner {
	    padding-left: 30px !important;
	}
}

@media (min-width: 768px) {
	.rb--prost-grid .vc_pageable-slide-wrapper {
	    display: flex;
	}
	.rb--prost-grid .vc_pageable-slide-wrapper .vc_grid-item-mini,
	.rb--prost-grid .vc_pageable-slide-wrapper .vc_grid-item-mini .vc_gitem-animated-block,
	.rb--prost-grid .vc_pageable-slide-wrapper .vc_grid-item-mini .vc_gitem-animated-block .blog-detailed-grid {
		height: 100%;
	}
}
@media (max-width: 600px) {
	.course-filter {
		flex-direction: column;
	}
	.course-filter__selector {
		margin-bottom: 20px;
	}
	.course-filter__selector.course-filter__selector--course,
	.course-filter__selector.course-filter__selector--month,
	button.course-filter__btn.js-filter-btn {
		width: 100%;
	}
}