/*
Last Update: 07/25/17
 -masterlr

EDIT: When updating the theme remember to add this line of code to footer :
 Icons made by MadeByOliver and Freepik from www.flaticon.com


*/
.site-header .header-top {
     background:#B61E2E;
}
.site-header .header-top .top-links {
     float:none;
     text-align: center;  
}
.site-header .header-bottom {
     background:#B61E2E;
}


.thumb-text li .box-1 {
     background:#B61E2E;
}
.thumb-text li .box-2 {
     background:#B61E2E;
}
.thumb-text li .box-3{
     background:#B61E2E;
}
.search-section {
     background:#B61E2E;
}
.search-section form input[type="submit"] {
     color: #1f1f1f;   
}

.header-m .search-form {
     display:none;
}

.banner .banner-text .text .course-link {
     background: #b61e2e;
}

.banner .banner-text .text span {
     color: rgba(255, 255, 255, 0);
}

.theme {

     background: url(https://copyrightconference.lib.miamioh.edu/wp-content/uploads/2017/07/King-summer-5.jpg) center no-repeat;
     background-size: cover;
}

.theme .theme-description {
     padding: 106px 0 10px;
    
}

.choose-us .col h3 a:hover {
    color: #b61e2e;
}

.header-m .img .custom-logo {
    float: none !important;
}


}
.widget-area{
    display: none;
}

.read-more {
     background: #b61e2e !important; 
}
.entry-meta {
     display:none;
}

.page-header .page-title {
    display:block;
    text-align: center; 
}

.site-content a {
    color:#007b89 !important;
}

.site-description {
    display: none;
}

.site-title a {
    font-size: 50px;
    line-height: 150px;
    color: #b61e2e;
    float: left;
    margin-left: 25%;

}
.main-navigation ul ul {
    background: #b61e2e;
}

@media screen and (max-width: 1024px) {
    .site-title a {
    font-size: 4vw;
    line-height: 80px;
    }


