/*
 Theme Name:   ISACA blue
 Template:     accesspress-pa 	rallax
 Version:      1.0.0
*/

#masthead {
    background: #2F434E;
    
    border-bottom: 5px solid #687279;
    position: relative;
}

.hentry {
    margin: 0 0 40px;
    background: #f1f1f1;
    padding: 40px;
    margin-bottom: 40px;
    position: relative;
}

.main-navigation li:hover > a {
    color: #a20045;
    font-style: italic;
}

.main-navigation a {
    color: #6a717a;
    font-weight: bold; 
}

.main-navigation > ul > li.current a {
    color: #a20045;
}
#go-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    height: 50px;
    width: 50px;
    background: #a20045;
    text-align: center;
    line-height: 50px;
    z-index: 9999;
}

@media screen and (max-width: 1000px)
.menu-toggle {
    display: block;
    height: 40px;
    width: 40px;
    background: url(../images/menu.png) no-repeat center #a20045;
    text-indent: -9999px;
    cursor: pointer;
}

@media screen and (max-width: 1000px)
.main-navigation > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #a20045;
    padding: 10px 0;
    text-align: center;
}

@media screen and (max-width: 1000px)
.menu-toggle {
    display: block;
    height: 40px;
    width: 40px;
    background: url(../images/menu.png) no-repeat center #a20045;
    background-image: url(../images/menu.png);
    background-position-x: center;
    background-position-y: center;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(227, 99, 59);
    text-indent: -9999px;
    cursor: pointer;
}
.menu-toggle {
    display: none;
}