/*
 Theme Name:   Alma Graeca
 Description:  Alma Graeca Theme
 Template:     eduma
 Version:      1.0.0
 Text Domain:  almagraeca
*/

body p, body span {
    overflow-wrap: break-word;
}

/* Breadcrumbs */
.breadcrumbs-wrapper {
    display: none !important;
}

.site-content {
    padding: 60px 15px 100px !important;
}

/* Footer */
footer#colophon .footer .widget-title {
    font-size: 17px;
}

footer#colophon .footer .thim-footer-location .social a, footer#colophon .footer a, footer#colophon .copyright-area .text-copyright a, .thim-social li a {
    font-size: 15px;
}

footer#colophon .copyright-area .copyright-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

footer#colophon .copyright-area .text-copyright {
    text-align: center;
    font-size: 12px;
}

footer#colophon input[type="email"] {
    color: #666666 !important;
}

.almagreca-footer > .footer > .container > .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.almagreca-footer > .footer > .container > .row > * {
    flex: 0 0 25%;
    max-width: 25%;
}

@media screen and (max-width: 1366px) {
    .almagreca-footer > .footer > .container > .row > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .almagreca-footer > .footer > .container > .row {
        flex-direction: column;
    }
}

.almagreca-footer > .footer > .container > .row > * .footer-logo img {
    height: 90px;
    width: auto;
}

.almagreca-footer > .footer > .container > .row > * .info i {
    color: #1773a5 !important;
    margin-right: 10px;
}

.almagreca-footer > .footer > .container > .row > * .social-media a {
    color: #1773a5 !important;
    border: 2px solid #1773a5;
    border-radius: 50%;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}

.almagreca-footer > .footer > .container > .row > * .social-media a i {
    color: #1773a5 !important;
    line-height: 30px;
}

.almagreca-footer > .footer > .container > .row > * .social-media a:not(:last-child) {
    margin-right: 10px;
}

.almagreca-footer > .footer > .container > .row > * .widget-title {
    color: #1773a5 !important;
}

/* Courses */
#almagraeca-courses .learn-press .course-tabs .tab-content {
    /* background-color: greenyellow; */
}

#almagraeca-courses .course-description {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
}

#almagraeca-courses .course-description h2 { 
    text-transform: uppercase;
    color: #1773a5 !important;
}

#almagraeca-courses .course-description .thim-course-content {
    padding-right: 0;
    width: auto;
    float: none;
    flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    margin-bottom: 60px;
}


#almagraeca-courses .course-description .thim-course-info {
    padding-left: 0;
    width: auto;
    float: none;
    flex: 0 0 100%;
    max-width: 100%;
}


#almagraeca-courses .course-description .thim-course-info ul {
    margin: 0 0 80px;

}

#almagraeca-courses .course-description .thim-course-notes {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 40px;
}

#almagraeca-courses .course-description .thim-course-info .title {
    margin: 0;
    font-size: 18px;
    line-height: 1.6em;
    text-transform: uppercase;
}

#almagraeca-courses .course-description .thim-course-info ul li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    font-size: 18px;
    line-height: 1.7em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* #almagraeca-courses .course-description .thim-course-info ul li:last-child {
    border-bottom: none;
} */

#almagraeca-courses .course-description .thim-course-info ul li i {
    width: 30px;
    text-align: left;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    color: #1773a5;
    margin-right: 5px;
}

#almagraeca-courses .course-description .thim-course-info ul li span {
    display: inline-block;
}

#almagraeca-courses .course-description .thim-course-info ul li .value {
    font-weight: 700;
    min-width: 60px;
    float: right;
    text-align: right;
}

.course-card .course-card-container {
    border: 2px solid #1773a5;
    display: block;    
    padding: 10px 15px;
    width: 100%;
    margin: auto;  
    background-color: #1773a5;
    color: white;
    transition: all .3s ease-in-out;
}

.course-card .course-card-container h3 {
    color: white;
    line-height: 1.2;
    font-size: 18px;
    margin: 0;
}
/* 
.course-card:hover .course-card-container {
    background-color: transparent;
} */

/* .course-card:hover .course-card-container h3 {
    color: #1773a5;
} */

.course-card:hover .course-card-container svg {
    fill: #1773a5;
}

.mb-2 {
    margin-bottom: 20px;
}

.btn-primary {
	color: white;
}

.btn-blue, .btn-blue:hover, .btn-blue:focus {
	color: white;
    background-color: #1773a5;
    border-radius: 0;
}

.course-cta .btn {
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .FirstName input {
        margin-bottom: 20px;
    }

    #almagraeca-courses .course-description .thim-course-info ul li {
        flex-direction: column;
        align-items: flex-start;
    }

    #almagraeca-courses .course-description .thim-course-info ul li .value {
        text-align: left;
    }
}

body.page-id-9455 .top_site_main {
    background-image: url(/wp-content/uploads/2021/07/baking.jpg) !important;
}

body.page-id-9095 .top_site_main {
    background-image: url(/wp-content/uploads/2021/07/business_002.jpg) !important;
}

body.page-id-9104 .top_site_main {
    background-image: url(/wp-content/uploads/2021/07/greek-courses.jpg) !important;
}

.top_site_main>.overlay-top-header {
    background: rgba(0,0,0,0.35) !important;
}