/* Header and navigation menu  */
body:not(.template-slider) .widget-area {
    margin-bottom: 100px;
}
#Top_bar #logo{
    height: 50px;
}
#Top_bar #logo{
    display: block;
    padding: 0;
    line-height: 50px;
    margin: 0;
}
#Top_bar .logo {
    margin: 0;
}
#Top_bar .menu>li>a span:not(.description){
    line-height: 50px;
}
#Top_bar #logo img{
    height: 22px;
    padding: 5px 0;
}
#Top_bar .menu>li>a{
    padding: 0;
}
#Top_bar a.button.action_button{
    top: 0;
    background-color: transparent;
    color: #898989;
}
#Top_bar .menu>li>a span:not(.description){
    padding: 0 15px;
    border-right: none;
}
#Top_bar a.button.action_button{
    pointer-events: none;
}
#Top_bar .top_bar_right{
    height: 50px;
}
#Top_bar .menu>li>a:after{
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -4px;
    z-index: 203;
    opacity: 0;
    filter: alpha(opacity=0);
}
#Top_bar .menu>li ul li a:hover,
#Top_bar .menu>li ul li a:focus,
#Top_bar .menu>li ul li a:active,
#Top_bar .menu>li ul li a:focus-within,
#Top_bar .menu>li ul li.hover>a{
    background-color: transparent;
    color: #137fb9 !important;
}
.blog .sidebar .widget_mfn_resource_category .all-cat a,
.sidebar .widget_mfn_resource_category .cat-active a{
    color: #137fb9 !important;
}
#Footer{
    font-size: 15px;
}
@media only screen and (min-width: 1240px){
    #Top_bar.is-sticky .menu_wrapper .menu>li>a{
        padding: 0;
    }
    #Top_bar.is-sticky a.button.action_button{
        top: 0;
    }
    #Top_bar.is-sticky #logo{
        padding: 0;
    }
    #Top_bar.is-sticky .menu>li>a:after{
        top: auto;
        bottom: 0;
        background-color: transparent !important;
    }
    #Top_bar.is-sticky .top_bar_right{
        top: 0;
    }
    #Top_bar #menu ul li.submenu .menu-toggle{
        position: absolute;
        height: 16px;
        width: 16px;
        right: -2px;
        top: 18px;
        background: url(https://sniper.dealermeter.com/wp-content/themes/betheme/css/angle-arrow-down.svg) right no-repeat;
        background-size: 9px;
        border: none;
    }
    #Top_bar .menu li ul li{
        padding: 0;
        width: 190px;
        position: relative;
    }
    #Top_bar .menu>li ul li a{
        border: none;
    }

}
#Top_bar .mobile-header-menu{
    display: none;
}
@media only screen and (max-width: 1239px){
    .header-classic #Header .top_bar_right,
    .header-classic #Header .top_bar_right .action_button{
        display: none;
        padding: 0;
        margin: 0;
    }
    #Top_bar #menu{
        right: 0;
    }
    #Top_bar a.responsive-menu-toggle i{
        color: #000;
    }
    #Top_bar a.responsive-menu-toggle{
        top: 50%;
        transform: translateY(-50%);
        height: auto;
    }
    #Top_bar .mobile-header-menu{
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 63px;
    }
    #Top_bar .mobile-header-menu ul{
        display: flex;
    }
    #Top_bar .mobile-header-menu a{
        font-size: 14px;
        color: #000;
        padding-left: 27px;
    }
    #Top_bar #menu ul li a{
        font-size: 14px;
    }
    #Top_bar #menu ul li ul{
        display: block !important;
    }
    #Top_bar #menu ul li.menu-item-has-children > a{
        display: none !important;
    }
    #Top_bar #menu ul li ul li a{
        padding: 0 20px;
    }
    #Top_bar .mobile-header-menu a:hover,
    #Top_bar .mobile-header-menu a:focus,
    #Top_bar .mobile-header-menu a:active{
        color: #137fb9;
        outline: none;
        text-decoration: none;
    }
    #Top_bar #menu ul li.hover.last a{
        border-bottom: none;
    }
    #Top_bar #menu ul li.submenu .menu-toggle,#Top_bar .menu > li.m-hide{
        display: none;
    }
    #Top_bar #menu ul li a{
        border-bottom: none !important;
    }
}
@media only screen and (max-width: 767px){
    #Header a.responsive-menu-toggle{
        top: 50% !important;
        transform: translateY(-50%);
    }
    #Top_bar .top_bar_left{
        margin-top: 0;
    }
    #Header #menu{
        position: absolute;
    }
}
/* Single post template  */
.single-post #Wrapper #Header_wrapper #Subheader{
    padding: 73px 0 !important;
}
#Subheader{
    position: relative;
}
#Subheader .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}
@media only screen and (min-width: 768px){
    .breadcrumb-share-col{
        display: flex;
        justify-content: space-between;
    }
}
.breadcrumb-share-col .share_wrapper{
    padding: 0;
}
.breadcrumb-share-col .share_wrapper .stButton{
    margin-bottom: 0px;
}

.share-breadcrumb ul.breadcrumbs{
    display: flex;
    margin-bottom: 12px;
}
.share-breadcrumb ul.breadcrumbs li{
    display: inline-block;
}
.share-breadcrumb ul.breadcrumbs li a{
    color: #137fb9;
    font-size: 14px;
}
.share-breadcrumb ul.breadcrumbs li a:hover{
    text-decoration: none;
}
.share-breadcrumb ul.breadcrumbs li .icon-right-open:before{
    color: #999999;
}
.share-breadcrumb ul.breadcrumbs li:last-child span{
    display: none;
}
.custom-single-post .share_wrapper{
    background-color: transparent;
    border: none;
    width: auto;
    margin-bottom: 12px;
}
.post-wrapper-content .share_wrapper{
    float: left;
    margin-top: 40px;
}
.post-wrapper-content .section-post-footer .share_wrapper{
    margin-top: 70px;
}
.custom-single-post .stBubble{
    display: none !important;
}
.custom-single-post .post-header{
    margin-bottom: 8px;
}
.custom-single-post .post-header .title_wrapper{
    margin-left: 0;
}
.custom-single-post .post-header .title_wrapper{
    padding-left: 0;
}
.custom-single-post .post-header .title_wrapper .resources-term{
    color: #999999;
    font-size: 16px;
    line-height: 16px;
    margin-top: 12px;
    display: inline-block;
    text-transform: uppercase;
    pointer-events: none;
}
.custom-single-post .post-header .title_wrapper h1.entry-title{
    margin-top: 18px;
}
.widget-area:before{
    background-color: #fff;
}
.widget_categories ul{
    background-color: transparent !important;
    list-style: none;
    padding: 0;
}
.sidebar .widget ul li a,.sidebar .widget label{
    color: #7d7d7d !important;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    padding: 8px 0px;
    margin-bottom: 0;
}
.sidebar .widget ul li:last-child a,.sidebar .widget label:last-child{
    padding-bottom: 0;
}
.sidebar .widget ul li a{
    display: inline-block;
}
.sidebar .widget ul li .tax-resource-type{
    margin: 0 14px 0 0;
    height: 16px;
    width: 16px;
    border: 1px solid #999999;
    border-radius: 0;
    -webkit-appearance: none;
	display: inline-block;
	position: relative;
}
.sidebar .widget ul li .tax-resource-type:checked,
.sidebar .widget ul li .tax-resource-type:checked:active,
.sidebar .widget ul li .tax-resource-type:active,
.sidebar .widget ul li .tax-resource-type:focus{
    background-image: url('../images/checked.png');
    background-repeat: no-repeat;
    background-position: -1px -1px;
    outline: none;
}
#Footer .footer_copy .list-icons{
    display: none;
}
#Wrapper #Header_wrapper #Subheader{
    background-size: cover;
}
#Wrapper .custom-single-post img {
    width: 100%;
}
#Wrapper .custom-single-post h1.entry-title{
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 0px;
    font-weight: normal;
}
#Wrapper #Header_wrapper #Subheader h1.title{
    font-size: 45px !important;
    line-height: 44px !important;
}
#Wrapper .custom-single-post .the_content_wrapper h2{
    font-size: 20px;
}
#Wrapper .custom-single-post .the_content_wrapper h3{
    font-size: 16px;
    font-weight: 700;
}
.section-post-related{
    margin-bottom: 55px;
}
.custom-single-post h1.entry-title{
    color: #000000;
}
.custom-single-post .the_content_wrapper h2,
.custom-single-post .the_content_wrapper h3,
.custom-single-post .the_content_wrapper h4,
.custom-single-post .the_content_wrapper h5,
.custom-single-post .the_content_wrapper h6,
.custom-single-post .the_content_wrapper p{
    color: #535353;
}
.resource-post-group .post-item{
    float: left;
}
.resource-post-group .post-item img {
    width: 100%;
}
.section.section-post-related{
    margin-bottom: 55px;
}
.section-post-related {
    margin-top: 5px;
}
.section-post-related h4.related-title{
    margin-bottom: 36px;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 19px;
    font-weight: 700;
}
.has-post-thumbnail .post-featured-image,
.section-post-related .section-related-adjustmen .post-related .post-featured-image{
    display: block;
    line-height: 97%;
}
.post-related .desc h4{
    font-size: 19px;
    font-weight: 400;
    margin-top: 11px;
}
.post-item .desc{
    margin-top: 10px;
}
.post-item .desc .cat,
.section-post-related .desc .cat{
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    text-transform: uppercase;
    margin-top: 12px;
    display: block;
    pointer-events: none;
}
.post-item .desc h4{
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 0;
}
.section_wrapper #Filters{
    display: none;
}
.blog_wrapper .post-item a.post-featured-icon,
.resource-type-articles .post-featured-icon{
    width: 100%;
    max-width: 270px;
    height: 145px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog_wrapper.isotope_wrapper{
    margin-right: -10px;
    margin-left: -10px;
}
.custom-single-post .resource-type-articles .share-breadcrumb .post-featured-icon{
    max-width: 100%;
    height: 234px;
}
.select-category-mobile{
    display: flex;
}
.widget{
    padding-bottom: 25px;
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px){
    .resource-post-group{
        display: flex;
        flex-wrap: wrap;
    }
    .resource-post-group .post-item{
        width: 50%;
        box-sizing: border-box;
        margin: 0;
        padding: 0 10px;
    }
    .select-category-mobile{
        display: none;
    }
    #Footer .widgets_wrapper .container .column h6{
        pointer-events: none;
    }
}
@media only screen and (min-width: 1170px){
    .resource-post-group .post-item{
        width: 33.33%;
    }
}
@media only screen and (max-width: 767px){
    #Wrapper .the_content_wrapper h2{
        max-width: 100%;
    }
    .with_aside .sidebar.columns,#Wrapper #Header_wrapper #Subheader{
        display: none;
    }
    .share-breadcrumb ul.breadcrumbs{
        float: none;
    }
    .custom-single-post .share_wrapper{
        text-align: left;
    }
    .section-post-footer .share_wrapper{
        margin-top: 15px;
    }
    .blog_wrapper.isotope_wrapper{
        margin-right: 0px;
        margin-left: 0px;
    }
    .resource-category{
        margin-right: 5px;
    }
    #Wrapper .section_wrapper .posts_group .post-item{
        margin-bottom: 40px
    }
    #Top_bar .top_bar_right{
        display: none;
    }
    body:not(.template-slider) #Header_wrapper{
        -webkit-box-shadow: 0px 2px 5px -1px rgba(145,145,145,0.3);
        -moz-box-shadow: 0px 2px 5px -1px rgba(145,145,145,0.3);
        box-shadow: 0px 2px 5px -1px rgba(156, 105, 105, 0.3);
    }
    .blog-content .sections_group .section_wrapper.blog{
        margin-bottom: 55px;
    }
    .select-cat{
        width: 49%;
        position: relative;
    }
    .select-cat.select-1{
        margin-right: 1%;
    }
    .select-cat i{
        position: absolute;
        top: 10px;
        right: 10px;
        color: #6a7383;
        font-size: 16px;
    }
    .select-category-mobile select{
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid #d6d8de;
        border-radius: 3px;
        font-size: 16px;
        margin-bottom: 25px;
        border-radius: 5px;
        position: relative;
        color: #000;
        width: 100%;
    }
    .post-item .desc{
        margin-top: 0px;
    }
    .post-related .desc h4{
        margin-top: 4px;
    }
    .post-related .desc h4{
        font-size: 17px;
    }
    #Content .has-post-thumbnail .post-featured-image img,
    #Content .section-post-related .section-related-adjustmen .post-related .post-featured-image img,
    .blog_wrapper .post-item a.post-featured-icon,
    .resource-type-articles .post-featured-icon{
        width: 100%;
        max-width: 100%;
    }
    body:not(.template-slider) #Content{
        padding-top: 18px !important;
    }
    .breadcrumb-share-col .share_wrapper{
        display: none;
    }
    .section-post-related{
        margin-bottom: 66px;
        margin-top: 80px;
        padding-top: 0;
    }
    .custom-single-post .post-header .title_wrapper{
        line-height: 0;
    }
    .custom-single-post .post-header .title_wrapper .resources-term{
        font-size: 14px;
        line-height: 14px;
        margin-top: 8px;
    }
    #Wrapper .custom-single-post .post-header .title_wrapper h1{
        margin-top: 8px;
        font-weight: normal;
        margin-bottom: 24px;
        font-size: 17px;
        line-height: 19px;
    }
    #Wrapper .custom-single-post .the_content_wrapper h1{
        font-size: 17px;
        line-height: 1.4em;
    }
    #Wrapper .custom-single-post .the_content_wrapper h2{
        font-size: 16px;
        line-height: 1.4em;
    }
    #Wrapper .custom-single-post .the_content_wrapper h3{
        font-size: 15px;
        line-height: 1.4em;
    }
    #Wrapper .custom-single-post .the_content_wrapper h4{
        font-size: 14px;
        line-height: 1.4em;
    }
    #Wrapper .custom-single-post .the_content_wrapper h5{
        font-size: 13px;
        line-height: 1.4em;
    }
    #Wrapper .custom-single-post .the_content_wrapper h6{
        font-size: 12px;
        line-height: 1.4em;
    }
    #Wrapper .custom-single-post .the_content_wrapper p{
        margin-bottom: 28px;
        font-size: 16px;
        line-height: 24px;
    }
    .post-wrapper-content .section-post-footer .share_wrapper{
        margin: 0;
        padding: 0;
    }
    .share_wrapper .stButton{
        margin-bottom: 0;
    }
    .section_wrapper .related-post-wrapper .column{
        line-height: 1;
        margin-bottom: 22px;
    }
    .section-post-related h4.related-title{
        margin-top: 0;
        font-size: 17px;
    }
    .section-post-related img,
    .section-post-related .post-featured-icon{
        margin-bottom: 8px;
    }
    #Footer .widgets_wrapper{
        padding: 12px 0 0;
    }
    #Footer .footer_copy .list-icons{
        display: flex;
    }
    #Header a.responsive-menu-toggle{
        right: 0px!important;
    }
    .post-wrapper-content .the_content_wrapper{
        margin: 0;
    }
}
.desc a.cat:hover,
.sidebar .widget ul li a:hover,
.post-item .desc a.cat:hover,
.title_wrapper a.resources-term:hover{
    text-decoration: none;
    color: #137fb9 !important;
}
body:not(.template-slider) #Content{
    padding-top: 40px;
}
.spinner{
	width: 21px;
	height: 21px;
	position: relative;
	margin: 50px auto;
}

.double-bounce1,
.double-bounce2{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #137fb9;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2{
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.logged-in .link-signup {
    display: none !important;
}