#owner-lounge-box * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#owner-lounge-box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#owner-lounge-sidebar {
    flex: 0 0 30%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 30%;
    width: 30%;
}

#owner-lounge-content {
    flex: 0 0 70%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 70%;
    width: 70%;
}

#owner-lounge-list {
    padding: 20px 0;
    background-color: #fea501;
}

#owner-lounge-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#owner-lounge-list ul.menu {
    padding-top: 8px;
}

#owner-lounge-list ul.menu>li>a {
    font-weight: 500;
    font-size: 16px;
}

#owner-lounge-list ul li a {
    padding: 3px 20px;
}

#owner-lounge-list h3 {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    color: #000;
}

#owner-lounge-list ul li a {
    color: #000;
    display: block;
    position: relative;
}

#owner-lounge-list ul li.current-menu-item a,
#owner-lounge-list ul li.current_page_item a,
#owner-lounge-list ul li a:hover {
    color: #666;
    background: #fff;
}

#owner-lounge-list ul.menu li.menu-item-has-children>a:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#owner-lounge-list ul.menu>li.menu-item-has-children>a:after:hover {
    border-color: #666 !important;
}

#owner-lounge-list ul.menu li.menu-item-has-children.open>a:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: 14px;
}

#owner-lounge-list ul ul.sub-menu {
    display: none;
    padding: 5px 0;
}

#owner-lounge-list ul ul.sub-menu li a {
    padding-left: 30px;
    font-size: 14px;
}

.owner-lounge-pannel {
    display: none;
}

.owner-lounge-pannel.active {
    display: block;
}

#owner-lounge-box .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url('../img/loader.svg') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
}

.owner-lounge-pannel .vc_row h1 {
    margin: 20px 0;
}

.ol-page-title {
    font-size: 30px;
    font-weight: 700 !important;
    margin-bottom: 20px;
}

#owner-lounge-content-in h1 {
    margin-bottom: 20px;
}

.ol-heading,.ol-heading a {
    color: #000;
	font-size:30px;
}

#lagun_password {
    background: #fff;
}

.newsletter-box {
    padding: 0 30px 30px;
    line-height: 1.4;
}

.newsletter-box .entry-content p {
    margin-bottom: 15px;
}

.news-title {
    margin: 0;
    border-bottom: 1px solid #666;
    margin-bottom: 15px;
    font-size: 40px;
    color: #0e462f;
    font-weight: 400;
    padding-bottom: 20px;
}

.news-meta {
    margin-bottom: 25px;
    color: #444;
}

.news-head {
    font-size: 24px;
    margin: 0 0 8px 0;
}

.news-post .news-meta {
    margin-bottom: 15px;
}

#news-listing {
    margin-top: 30px;
}

#news-listing a {
    text-decoration: none !important;
    color: #494949 !important;
}

.news-summary {
    margin: 0 0 10px 0;
}

.news-summary p {
    margin: 0;
}

#news-listing .news-post {
    border-bottom: 1px solid #999;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.news-extra {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.news-extra .news-meta {
    margin: 0;
}

.news-readmore a {
    border: 3px solid #FFA500;
    display: inline-block;
    padding: 8px 18px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

.news-img-box {
    width: 260px;
    float: left;
    margin-right: 15px;
}

.news-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ccc;
    width: 100%;
    padding-bottom: 61%;
    display: block;
    background-size: cover;
}

.news-navigation {
    display: table;
    border-collapse: collapse;
}

.news-navigation .page-numbers {
    border: 1px solid #ddd;
    display: table-cell;
    padding: 7px 15px;
}

.news-navigation .page-numbers.current {
    background: #efefef;
}

.news-archnavbox {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.news-archive-box select {
    border: 1px solid #666;
    padding: 7px 10px !important;
    height: 37px;
    min-width: 160px;
    background-color: #fff !important;
    -webkit-appearance: auto !important;
}

.club-psw-form label {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 17px;
}

.club-psw-form input[type=password] {
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 0;
    vertical-align: middle;
}

.club-psw-form input[type=submit] {
    padding: 9px 15px;
    border-radius: 0;
    cursor: pointer;
    background: #f7701d;
    border: 1px solid #f7701d;
    font-weight: 700;
    font-size: 16px;
    vertical-align: middle;
    color: #fff;
}

.club_pass_error {
    color: red;
    border: 1px solid red;
    padding: 5px 12px;
    font-size: 14px;
    margin-top: 20px;
}

.club-psw-form {
    text-align: center;
    padding: 50px 0;
    max-width: 700px;
    margin: 50px auto;
}

.newsletter-back {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.newsletter-back a {
    border: 2px solid #0e462f;
    padding: 5px 15px;
    color: #0e462f;
}

.news-navigation a {
    text-decoration: none;
}

.lagun_pass_error {
    color: red;
    margin-top: 15px;
}

.news-desc-box {
    overflow: hidden;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    #owner-lounge-sidebar {
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%;
    }
    #owner-lounge-content {
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%;
    }
}

@media (max-width: 768px) {
    #owner-lounge-sidebar,
    #owner-lounge-content {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    #owner-lounge-content {
        margin-top: 35px;
    }
    #owner-lounge-box {
        padding-top: 0;
    }
    .news-img-box {
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .newsletter-box {
        padding: 0 0 30px;
    }
    .newsletter-back {
        text-align: left;
        margin: 15px 0 25px;
    }
    .news-title {
        font-size: 32px;
    }
    .entry-content .news-summary p {
        padding: 0;
    }
	.ol-page-title
    {
        font-size: 24px;
    }
}