.oc-filters {
padding: 0 10px;
margin: 0;
}
.oc-filters span {
font-weight: bold;
display: block;
float: left;
line-height: 28px;
margin: 0 15px 0 0;
}
.oc-filters select {
display: block;
float: left;
width: auto;
height: 28px;
margin: 0 15px 0 0;
}
.oc-course-list {
margin: 20px 0 0;
padding: 0;
height: auto;
display: flex;
flex-wrap: wrap;
}
.oc-filters i {
display: block;
float: left;
margin: 8px 0 0 0;
padding: 0;
cursor: pointer;
width: 20px;
}
.oc-filters i:hover {
color: #e5535e;
}
.oc-box-course {
padding: 0 10px 30px 10px;
display: flex;
flex-direction: column;
flex: 0 0 25%;
justify-content: space-between;
}
.oc-box-course i {
width: 15px;
margin-right: 3px;
}
.oc-title {
font-weight: bold;
margin-bottom: 10px;
line-height: 22px;
color: #000;
}
.oc-title a {
line-height: 22px;
display: block;
color: #213c5d;
}
.oc-title a:hover {
color: #e5535e !important;
}
.oc-buttons {
margin-top: 10px;
display: flex;
justify-content: space-between;
}
.oc-buttons .w-popup {
flex: 1;
}
.oc-buttons .w-popup:first-child {
margin-right: 2px;
}
.oc-buttons .w-popup:last-child {
margin-top: 0;
margin-right: 0;
margin-left: 2px;
}
.oc-buttons .w-popup .w-btn-wrapper {
margin: 0 !important;
}
.oc-buttons .w-btn {
padding: 8px 0;
width: 100%;
}
.oc-buttons .us-btn-style_2:hover {
background: #213c5d !important;
}
.oc-hr {
width: 100%;
height: 5px;
background-color: #f5f5f5;
margin-top: 1.5rem;
border: none;
}
.oc-h2 {
line-height: 25px;
padding-right: 10px;
padding-left: 10px;
font-weight: 700;
font-size: 25px;
color: #213c5d;
}
.oc-p {
width: 100%;
height: auto;
line-height: 14px;
margin-bottom: 1.5rem;
padding-right: 10px;
padding-left: 10px;
font-style: italic;
color: #aaaaaa;
}
@media screen and (max-width:1000px) {
.oc-box-course {
flex: 0 0 50%;
}
}
@media screen and (max-width:700px) {
.oc-filters span {
float: none;
margin: 0;
}
.oc-filters select {
float: none;
width: 100%;
margin-top: 10px;
}
.oc-filters i {
display: none;
}
.oc-box-course {
flex: 0 0 100%;
}
}
.d-hidden {
display: none;
}