/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/* hides featured image on single post */
.single-post .entry-featured {
    display: none !important;
}

.x-topbar-inner >p:empty {display: none;}
.x-topbar .x-social-global {display: inline-flex; margin-top: 10px; margin-right: 10px!important;}
.x-topbar .p-info {float: right !important;     margin-top: 10px;}
.x-topbar .x-btn.x-btn-mini {
    padding: 0.3em 0.923em;
    padding: 0.3em 0.923em;
    color: #fff;
    text-decoration: none;
}
#wrapipmap {
    /* background: url('https://maps.googleapis.com/maps/api/staticmap?zoom=13&scale=2&size=1440x500&maptype=roadmap&sensor=true');*/
    background-size: cover;
    border-bottom: 5px solid #8A0103;
    margin: 0;
}
.x-topbar #protectedbar {
    float: left;
    margin-top: 10px;
    width: auto;
    padding: 0 8px;
}
.x-topbar #protectedbar.notprotected ul {
    background: #8A0103;
}
.x-topbar #protectedbar.protected ul {
    background: #50b615;
}

.x-topbar #protectedbar ul {
    display: inline-block;
    font-size: 12px;
    padding: 2px 9px;
    margin: 0;
    list-style: none;
    color: white;
    border-radius: 20px;
}
.x-topbar #protectedbar ul li a { color: inherit}
.x-topbar #protectedbar ul li {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    display: inline-block;
    margin: 0;
    padding:0;
}

.x-topbar #protectedbar ul li:not(:last-child):after {
    content: " • ";
    padding: 0 5px;
}
@media (max-width: 1024px) {
    .x-topbar #protectedbar {
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
    }
    .x-topbar .p-info {


        margin: 0;
        padding: 0.8em 1em 1em;
        background:none;
        border-radius: 0 0 4px 4px;
    }
    .x-topbar .x-social-global {
        float: none;
        margin-bottom: 8px;
        background:none;
        border-radius: 0 0 4px 4px;

    }
}
.ipbox-light {
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    margin-top: 40px;
    /* margin-bottom: 50px;*/
}
.ipbox-light .ipbox-header {
    color: #fff;
    padding: 20px 10px;
    background-color: #8A0103;
    text-align: center;
}
.ipbox-light .ipbox-header.protected {
    background-color: #50b615;

}
.ipbox-light .ipbox-footer {
    text-align: center;
}
.ipbox-light ul {
    padding: 20px;
}
.ipbox-light ul li{
    list-style: none;
    text-align: left;
    padding: 5px;

}
#lipmap h2
{
    font-size: 54px;
    font-family: "Roboto", sans-serif;
    color: #000;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0px 1px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, 2px 2px 5px rgba(0,0,0,0.7);
}
@media (min-width: 767px)
{
    .protect-btn {
        font-size: 16px;
    }
    #lipmap, #ripmap{}
    #lipmap h2 {
        padding-top: 150px;
        text-align: center;
        padding: 60px 15px;
        color: #000;
        text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0px 1px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, 2px 2px 5px rgba(0,0,0,0.7);
    }



}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
.protect-btn {
    margin-bottom: 30px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.btn-orange {
    background-color: #8A0103;
    max-width: 100%;
    box-sizing: border-box;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px;
}
#lipmap, #ripmap {
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}

@media (max-width:1210px) and (min-width:979px) {
    .x-navbar .x-brand {
        display: none;
    }
}​