/**
 * Theme Name:     inn Child
 * Author:         Business Edge
 * Template:       inn-2
 * Text Domain:	   inn-child
 * Description:    A custom WordPress theme.
 */

button,
.button {
    background-color: #01a8ef;
    border-color: #01a8ef;
    color: #fff !important;
    width: max-content;
    max-width: max-content;
}

header#header nav#nav {
    display: flex;
    justify-content: center;
    padding: 0px;
}

#inn-focus {
    background: transparent;
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#inn-focus .two-third-column {
    padding-left: 10px;
    border: none;
    margin: 0px;
    margin-right: 8px;
    padding-top: 10px;

}

#inn-focus .one-third-column {

    margin-left: 8px;
    margin-right: 0px;
    padding: 10px;
}

#inn-focus .two-third-column,
#inn-focus .one-third-column {
    background: #f2ece0;
}

#inn-focus .nosponsor {
    text-transform: none;
    font-size: 22px;
}

#inn-focus .magazin-btn-wrapper {
    margin: 0px;
    width: calc(100% + 25px);
    margin-left: -10px;
    padding: 12px;
    margin-top: 20px;
    background-color: #dbd1b6;
}

#inn-focus .magazin-btn-wrapper a {
    margin: 0px;
    border-bottom: solid #000 1px;
}

#inn-focus .columns.medium-10 img {
    height: auto;
}

#inn-focus .columns:first-child {
    padding-left: 0px !important;
}

#inn-focus .columns:nth-child(2) {
    height: calc(100% + -70px);
}

#inn-focus .columns:nth-child(2) .button {
    position: absolute;
    bottom: 0px;
}

.specialFeatureWrapper .specialFeatureImgWrapper iframe {
    width: auto !important;
    height: auto !important;
}

.specialFeatureWrapper .specialFeatureTitle {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 4px;
}

.specialFeatureWrapper a {
    display: inline-block !important;
    font-weight: 600 !important;
}

.specialFeatureWrapper a i {
    margin-top: 7px;
    color: #000 !important;
    background-color: #000;
    margin-right: 0px !important;
}

.threecolumns .button-wrap .button {
    min-width: max-content;
}

.threecolumns .ad1 .border>a {
    display: unset !important;
    pointer-events: unset !important;
    display: block;
}

.border .embed-container iframe {
    width: 100%;
    height: auto;
}

.text-hold .embed-container iframe {
    width: 100%;
    height: 200px;
}

.homepage .categories-highlight {
    margin: 0px -10px;
}

.homepage .categories-highlight .columns {
    width: calc(50% + -20px);
    margin: 0px 10px;
}

.two-columns .wrap:before {
    background: #000;
}

.categories-highlight .columns .wrap {
    padding-left: 0px;
    padding-right: 0px;
}

.homepage .categories-highlight .columns .text-hold img {
    height: 200px !important;
    object-fit: cover;
    margin-bottom: 10px;
    width: 100% !important;
}

.categories-highlight .columns .text-hold ul li {
    position: relative;
    padding-left: 15px;
}

.categories-highlight .columns.inn-insider .text-hold ul li {
    padding-left: 0px;
    display: flex;
}

.categories-highlight .columns.inn-insider .text-hold ul li .insider-lock {
    display: contents;
}


.categories-highlight .columns .text-hold p a {
    position: relative;
    padding-left: 15px;
    font-weight: 600;
    margin-left: 5px;
    text-transform: uppercase;
}
/* 
.categories-highlight .columns .text-hold p a::before {
    content: '';
    background-color: #000;
    position: absolute;
    width: 83px;
    height: 1px;
    bottom: 0px;
} */
.categories-highlight .columns .text-hold p a {
    text-decoration: underline;
}

.categories-highlight .columns .text-hold ul li .icon:before,
.categories-highlight .columns .text-hold p a .icon:before {
    content: "»";
    position: absolute;
    left: 1px;
    top: -1px;
    color: #e53b2c;
    font-size: 1.125rem;
    top: 5px;
}

.categories-highlight .columns .text-hold p a .icon:before {
    color: #000;
    top: -1px;
    font-weight: bold;
}

.categories-highlight .columns .text-hold ul li .lockiconmonthly,
.categories-highlight .columns .text-hold h3 a .lockiconmonthly {
    width: 16px !important;
    height: 19px !important;
    margin: 0px 5px 0px 0px !important;
    object-fit: unset !important;
}

.categories-highlight .inn-insider-header-img {
    width: 150px;
    height: 30px;
    object-fit: cover;
}

/* sidebar css  */

#sidebar #sponsor {
    margin-bottom: 20px !important;
}

.ad-300x100,
.ad-300x100 .adsanity-inner {
    max-height: unset !important;
    padding-bottom: 0 !important;
}

.ad-group>div {
    margin-bottom: 20px !important;
}

.text-sponsor .ad-300x150 {
    max-height: max-content !important;
}

.text-sponsor.insideNewsWrapper .link {
    padding: 0px 10px !important;
}

.text-sponsor.insideNewsWrapper .link li {
    position: relative;
}

.text-sponsor.insideNewsWrapper .link li a {
    color: #286d88 !important;
    font-size: 20px;
    font-weight: 600;
}

.text-sponsor.insideNewsWrapper .link li:hover {
    opacity: .8;
}

.text-sponsor.insideNewsWrapper .link li:before {
    content: "»";
    position: absolute;
    left: 1px;
    top: -1px;
    color: #000;
    font-size: 1.125rem;
    font-weight: bolder;

}


@media only screen and (min-width: 47.938em) and (max-width: 80.938em) {

    #inn-focus .columns:nth-child(2) .button,
    #inn-focus a {
        position: relative;
    }

    .categories-highlight .columns .text-hold p a {
        display: block;
    }
}

@media only screen and (max-width: 47.875em) {
    #inn-focus .magazin-btn-wrapper {
        width: calc(100% + 10px);
    }

    #inn-focus .two-third-column {
        width: 100%;
    }

    #inn-focus .two-third-column .columns {
        width: 50%;
    }

    #inn-focus .columns:nth-child(2) .button,
    #inn-focus .button {
        position: relative;
        margin-left: 10px;
        top: unset;
    }

    #inn-focus .columns.medium-10 img {
        width: 96%;
    }

    .homepage .categories-highlight .columns {
        width: calc(100% + 0px);
    }

    .categories-highlight .columns header,
    .categories-highlight .columns h3,
    .categories-highlight .columns p,
    .categories-highlight .columns ul {
        padding: 0px 10px;
    }

    .homepage .categories-highlight .columns .button.tiny {
        margin-left: 10px;
    }

    .categories-highlight .columns .text-hold p a {
        display: block;
    }

    .specialFeatureWrapper .specialFeatureImgWrapper iframe {
        width: 100% !important;
        height: 350px !important;
    }
}

@media only screen and (max-width: 37.7em) {
    #inn-focus .two-third-column .columns {
        width: 100%;
    }

    #inn-focus .columns.medium-10 img {
        width: 98%;
    }
}