.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}
body {
    overflow-x: hidden;
}

.page {
    float: left;
    width: 100%;
}
.screen-reader-text {
    outline: 0;
}
.pagination-col .pagination li .current {
    color: #ef4044;
}
.instagram-widget img {
    width: 80px;
    height: 80px;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}
.navbar-toggle .icon-bar {
    position: relative;
    transition: all 0.5s ease-in-out;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}
.overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.85;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 499;
}

.bypostauthor,
.gallery-caption,
.wp-caption-text {
    outline: 0;
}
