/*
Theme Name: Open Canada
Author: Princess Rada
*/

.logo__text {
    margin-top: 5px;
    font-family: proxima-nova,Helvetica,sans-serif;
    font-size: 9px;
	line-height: 1;
    color: #fff;
}

.main-article-post ol {
    padding-left: 15px;
    margin-left: 10%;
    margin-right: 10%;
}

.home .main-feature .feature-image {
    background-position: top 15% center;
}

article .main-image img {
    margin-left: 0;
}

.home .features .col-sm-12.feature-item .feature-image {
    background-position: bottom left;
    background-size: 100%;
}

.features .feature-content h3 {
    margin-bottom: 20px;
} 

.features .multi-block .image-feature .feature-box {
    height: 100% !important;
}

@media screen and (min-width: 768px) {
    .features .multi-block > .row {
        display: flex;
        flex-wrap: wrap;
    }

    .features .multi-block > .row > h2 {
        width: 100%;
    }

    .features .multi-block > .row .image-feature{
        /* display: flex; */
        height: 100%;
    }

    .home > .main-feature .rich-text br {
        display: block;
    }
}

@media screen and (max-width: 767px) {
	.logo__text {
		font-size: 8px;
	}
}