/* lazyest-stylesheet

Thank you for using Lazyest Stylesheet. 

Enter your style rule changes below.

*/
#footer {
    border-top: 6px solid #f9dd03;
    border-bottom: 1px solid #111;
    padding: 15px 10px;
}

.themebutton { 
    background: #046fe3;
    color:#000000;
}

#header .menu > li.menu-hover > a, #header .menu > li.current_page_item > a, #header .menu > li.current-menu-ancestor > a, #header .menu > li > a:hover {
    color: #024a9a;
}

blockquote, q {
    border-left: 2px solid #024a9a;
}

a {
    color: #024a9a;
    cursor: pointer;
    text-decoration: none;
    outline: 0 none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer-core a {
    color: #f9dd03;
}

.themebutton, button, html input[type="button"], input[type="reset"], input[type="submit"] {
    color: #000;
    text-align: center;
    border: none;
    background: #93cd9f;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#intro.option1 #intro-core::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 25px;
    border-bottom: 3px solid #93cd9f;
}

#sidebar h3.widget-title::after {

    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 25px;
    border-bottom: 3px solid #93cd9f;
}

.nav-previous a {
    color: #000000 !important;
    background: #93cd9f;
    padding: 5px 10px;
    float: left;
}

.nav-next a {
    color: #000000 !important;
    background: #93cd9f;
    padding: 5px 10px;
    float: right;
}

.inline-button {
    display: inline-block;
    border-radius: 0px;
    background-color: #337AB7;
    color: #FFFFFF;
    border: none;
    text-align: center;
    font-size: 1.063rem;
    padding: 11px 38px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;

.inline-button:hover {
    display: inline-block;
    border-radius: 00px;
    background-color: #FFFFFF;
    color: #333333;
    border: none;
    text-align: center;
    font-size: 1.063rem;
    padding: 11px 38px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    
.nav-below {
    display:none !important;
}

.nav-previous {    
    display:none !important;
}