/*
Theme Name: Emeritus
Theme URI: http://centremoliere.wprealize.com/
Description: Škola francuskog jezika - Centre Moliere
Author: Nenad Obradovic
Author URI: http://centremoliere.wprealize.com/
Text Domain: emeritus
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.qodef-course-single .qodef-e-below-info {
    display: flex;
    justify-content: space-between;
}

.qodef-course-single .qodef-e-below-info .qodef-info--tags {
    display: flex;
    align-items: center;
}

.qodef-course-single .qodef-e-below-info .qodef-info--tags .qodef-e-title {
	margin: 0 10px 0 0;
    font-size: 17px;
}

.qodef-course-single .qodef-course-list.qodef-item-layout--info-aside article .qodef-e-inner {
    align-items: flex-start;
}

.qodef-course-single .qodef-course-list.qodef-item-layout--info-aside article .qodef-e-media-image {
    margin-bottom: 0;
}

.qodef-course-single .qodef-course-list.qodef-item-layout--info-aside article .qodef-e-content .qodef-e-title {
    font-size: 16px;
}

.qodef-course-single .qodef-course-list.qodef-item-layout--info-aside article .qodef-e-content .qodef-e-info--price {
    font-size: 13px;
}

.qodef-mega-menu-widget-holder .qodef-course-list.qodef-item-layout--compact article .qodef-e-content .qodef-e-title a {
    color: #fff;
}

.qodef-contact-form-7 .qodef-online-prijava-cf7 h6 {
    margin: 10px 0 0;
}

.qodef-contact-form-7 .qodef-online-prijava-cf7 h6:first-of-type,
.qodef-contact-form-7 .qodef-online-prijava-cf7 p {
    margin: 0;
}

.qodef-contact-form-7 .qodef-online-prijava-cf7 select {
	height: 37px;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.25);
    margin-bottom: 26px;
}

.qodef-header--minimal .qodef-header-sticky-inner,
.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
    padding: 0 0 0 20px;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
	left: 20px;
}

@media (max-width: 680px) {
	.qodef-course-single .qodef-e-below-info {
		flex-direction: column;
	}
}