/*
Theme Name: ELOoffice
*/
body h1 {
    margin-top: 5px;
    font-size: 27px;
    margin-bottom: 35px;
    font-weight: 500;
    color: #4b4d52;
    text-transform: uppercase;
}
body h2 {
    font-size: 24px;
    text-transform: uppercase;
}
body h3 {
    font-size: 22px;
    text-transform: uppercase;
}
body h1 > a {
    margin-top: 5px;
    font-size: 27px;
    margin-bottom: 35px;
    font-weight: 500;
    color: #4b4d52;
    text-transform: none;
}
.tags {
    text-align: center;
}
.tags a {
    background: rgba(221,230,237,1);
    padding: 5px 10px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 4px;
    font-weight:500;
}
#BREADCRUMB li {
    padding-right: 15px;
    float: left;
}
#BREADCRUMB li:first-child:before {
    display: none;
    content: " " !important;
}
#BREADCRUMB li:before {
    color: #4b4d52 !important;
    padding-left: 0;
    padding-right: 10px;
    font-size: 15px !important;
}
#BREADCRUMB li a {
    color: #4b4d52;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .04em;
}

#BREADCRUMB:after {
    display: table;
    content: " ";
    clear: both;
    float: none;
}
.breadcrumb-container {
    border-top: 1px solid #d3d3d3;
    border-radius: 0;
    margin-bottom: 0;
    padding: 22px 0!important;
}
.breadcrumb-container span {
    color: #9c9c9c;
    letter-spacing: .04em;
}
article .bg-white {
    padding: 30px;
    margin-bottom: 35px;
}
#searchform {
    width: 260px;
    position: relative;
}
#searchform button {
    -webkit-appearance: none;
    background: none;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7px;
    cursor: pointer;
}
#searchform button i {
    font-size: 18px;
    color: #4b4d52;
}
.widget_sp_image-description {
    margin-top: 10px;
}
.next-post,
.prev-post {
    max-width: 35%;
}
.next-post > div,
.prev-post > div {
    margin-bottom: 5px;
}
.next-post > a,
.prev-post > a {
    font-size: 15px;
    display: block;
    line-height: 1.3;
}
.next-post {
    text-align: right;
}
.prev-post {
    text-align: left;
}
.entry-title {
    color: #3677b6;
}
.text-normal {
    text-transform: none !important;
}
.bold {
    font-weight: 700;
}
@media (max-width: 991px) {
    .next-post,
    .prev-post {
        max-width: 50%;
        margin-bottom: 20px;
    }
    .search {
        float: left !important;
        width: 100%;
    }
    .search > form {
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    .next-post,
    .prev-post {
        max-width: 100%;
    }
}
img {
    max-width: 100%;
    height: auto;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
}
.wp-pagenavi {
    float: right;
}
.wp-pagenavi .pages {
    position: absolute;
    left: 15px;
    padding-left: 0;
}

.nav.nav-tabs {
    float: left;
    border: none;
}
.nav.nav-tabs li:before {
    content: " " !important;
    padding: 0 !important;
}
.nav.nav-tabs li {
    margin: 0 !important;
}
.nav.nav-tabs li > a {
    border: none;
    color: #7f828b;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 35px;
}
.nav.nav-tabs li > a.active {
    border-bottom: 4px solid #fa9801;
    color: #4b4d52;
}
.recent-posts ul > li {
    margin-bottom: 10px !important;
}
.recent-posts ul > li a {
    display: block;
    line-height: 1.35;
}
.text-image .image {
    margin-bottom: 1rem !important;
}
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
}
.loader {
    font-size: 8px;
    color: #3677b6;
    text-indent: -99999em;
    margin: 55px auto;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before,
.loader:after {
    position: absolute;
    content: '';
}
.loader:before {
    width: 5.2em;
    height: 10.2em;
    background: #f6f6f6;
    border-radius: 10.2em 0 0 10.2em;
    top: -0.1em;
    left: -0.1em;
    -webkit-transform-origin: 5.2em 5.1em;
    transform-origin: 5.2em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s;
}
.loader:after {
    width: 5.2em;
    height: 10.2em;
    background: #f6f6f6;
    border-radius: 0 10.2em 10.2em 0;
    top: -0.1em;
    left: 5.1em;
    -webkit-transform-origin: 0px 5.1em;
    transform-origin: 0px 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}