/*
Theme Name: Archaeology V3
Text Domain: archaeology_v3
Theme URI: http://wordpress.org/
Author: WEBst
Version: 3.0
*/
@charset "utf-8";

body{
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
    background-color: #e3e3de;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-right: 5px;
    padding-left: 5px;
}
.row{
    margin-right: -5px;
    margin-left: -5px;
}
a{
    color: #ce171f;
}
a:hover{
	text-decoration: none;
    color: #ac1118;
}
img{
	max-width: 100%;
}
header{
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1100;
}

.navbar-light .navbar-nav li{
    padding: 10px 10px;
    position: relative;
}
.navbar-light .navbar-nav li > a{
    color: #333333;
    font-weight: 700;
    opacity: .5;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.navbar-light .navbar-nav li:hover > a{
    opacity: .8;
}
.navbar-light .navbar-nav li.current-menu-item a{
    opacity: 1;
}
.navbar-light .navbar-nav li > ul{
    display: block;
    position: relative;
    z-index: 1001;
    left: 0px;
    top: 0px;
    padding: 10px 10px;
    list-style: none;
    width: 100%;
    opacity: 1;
}
.navbar-light .navbar-nav li:hover > ul{
    display: block;
    opacity: 1;
}
.navbar-light .navbar-nav li > ul > li{
    padding: 0px 0px;
}
.navbar-light .navbar-nav li > ul li > a{
    font-weight: 400;
    padding: 5px 0px;
    display: inline-block;
}

ul.member_menu{
    list-style: none;
    padding: 0px 0px;
    margin: 25px 0px;
}
ul.member_menu li{
    display: inline-block;
    margin: 0px 0px;
}
ul.member_menu li a{
    padding: 10px;
    color: #333333;
    font-weight: 700;
    opacity: .5;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
ul.member_menu li:hover a{
    opacity: 1;
}
#latest,
#single-article{
    margin: 30px 0px 30px;
}
.post-item,
.banner-item{
    background-color: #ffffff;
    padding: 10px;
    height: 100%;
}
.post-item.small{
    margin-bottom: 10px;
}
.post-item .post-thumbnail,
.banner-item .post-thumbnail{
    /*height: 340px;*/
    overflow: hidden;
    /*border-bottom: 10px solid #6c6b69;*/
    z-index: 10;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    /*-webkit-filter: grayscale(70%);
    filter: grayscale(70%);*/
    /*background-color: #6c6b69;*/
    /*background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    /*background-color: #333333;*/
}
/*.post-item:hover .post-thumbnail,
.banner-item:hover .post-thumbnail{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}*/

.post-item .post-thumbnail a,
.banner-item .post-thumbnail a{
    width: 100%;
    display: flex;
    text-align: center;
    background-color: #333333;
    align-content: space-between;
    justify-content: space-around;
}
.banner-item.big .post-thumbnail a{
    width: 900px;
    display: initial;
}
.post-item.small .post-thumbnail a{
    height: 182px;
}
.post-item .post-thumbnail a img,
.banner-item .post-thumbnail a img{
    width: 100%;
}

.post-item .post-title,
.banner-item .post-title{
    padding: 10px 10px 20px;
    margin: 0px 0px;
    /*height: 93px;
    overflow: hidden;*/
    line-height: .9;
}
.post-item .post-title a,
.banner-item .post-title a{
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}
.post-item.small .post-title{
    line-height: 0.9;
}
.post-item.small .post-title a{
    font-size: 14px;
    color: #666666;
}
.post-item .post-excerpt,
.banner-item .post-excerpt{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding: 0px 10px 30px;
    /*height: 130px;
    overflow: hidden;*/
    text-align: justify;
}
.post-item .post-excerpt p,
.banner-item .post-excerpt p{
    padding: 0px;
    margin: 0px;
}
.post-meta{
    margin: 5px 0px 0px;
}
.post-meta .category{
    font-size: 13px;
    color: #cc3333;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    padding-left: 10px;
    display: inline-block;
}
.photo .post-meta .category{
    color: #cc66cc;
}
.post-meta .post-date{
    font-size: 10px;
    color: #333333;
    padding-right: 10px;
}
.post-item .post-author{
    background-color: #ce171f;
    color: #ffffff;
    padding: 0px 10px;
    width: 100%;
    margin: -10px 0px;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    position: relative;
    z-index: 100;
    opacity: 1;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.post-item:hover .post-author{
    opacity: 1;
}
.post-item .post-author a{
    color: #ffffff;
}
.post-item.video .post-thumbnail:after{
    position: absolute;
    z-index: 100;
    width: 50px;
    height: 50px;
    text-align: center;
    left: 50%;
    top: 50px;
    margin: 25px -25px;
    content: "\f144";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 34px;
    line-height: 50px;
    color: #ce171f;
    pointer-events: none;
    border-radius: 50%;
    background-color: #ffffff;
}
.pager{
    margin: 40px 0px 0px;
}
.pager .page,
.pager .page-numbers{
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #333333;
    font-size: 11px;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    margin: 3px 3px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.pager .page.active,
.pager .page:hover,
.pager .page-numbers.current,
.pager .page-numbers:hover,
.pager .page-numbers.next,
.pager .page-numbers.prev{
    background-color: #ce171f;
    color: #ffffff;
}
/*.pager .prev-arrow,
.pager .next-arrow,
.pager .prev.page-numbers,
.pager .next.page-numbers{
    display: inline-block;
    color: #ffffff;
    background-color: #ce171f;
}*/
footer{
    padding: 50px 0px 20px;
    margin: 0px 0px;
    border-top: 2px solid #ce171f;
    background-color: #ffffff;
}

/*
.widget-photos{
    width: 70%;
    margin-left: 30%;
    margin-left: 15px;
    margin-right: 15px;
}*/
.gallery .widget-issues{
    width: 100%;
    margin: 0px 0px;
    background-color: #ffffff;
    padding: 20px 20px 20px 20px;
    height: calc(100% - 10px);
}
.gallery .widget-issues ul.issue-items li.issue-item{
    margin: 10px 0px;
}
.gallery .widget-issues ul.issue-items li.issue-item .thumbnail{
    width: 125px;
    height: auto;
}
.gallery .widget-issues ul.issue-items li.issue-item .issue-number,
.gallery .widget-issues ul.issue-items li.issue-item .issue-title,
.gallery .widget-issues ul.issue-items li.issue-item::after{
    width: calc(100% - 140px);
}

.widget-banners{
    margin-left: 15px;
    margin-right: 15px;
}

.gallery .section-title{
    background-color: #ffffff;
    width: 100%;
    padding: 20px 20px 0px;
    margin: 0px 5px;
}
.widget-contact .widget-title,
.widget-issues .widget-title,
.widget-photos .widget-title,
.arch-spots-widget .widget-title,
#adgenda_widget .widget-title,
.gallery .section-title h3{
    border-bottom: 1px solid #d1d1d1;
    height: 40px;
    line-height: 40px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#adgenda_widget .widget-title small{
    color: #ce171f;
    font-size: 100%;
    font-weight: 700;
}
.widget-contact .read-more,
.widget-issues .read-more,
.widget-photos .read-more,
#adgenda_widget .read-more,
.arch-spots-widget .read-more{
    font-size: 11px;
    color: #999999;
    padding: 0px 0px;
    text-align: right;
    float: right;
    margin: -50px 0px 0px;
}
.arch-spots-widget .read-more,
#adgenda_widget .read-more{
    margin: -40px 0px 0px;
}
.widget-contact .read-more span,
.widget-issues .read-more span,
.widget-photos .read-more span,
#adgenda_widget .read-more span,
.arch-spots-widget .read-more span{
    background-color: #ce171f;
    color: #ffffff;
    font-size: 9px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-left: 10px;
}
.widget-contact .footer-logo{
    display: inline-block;
    width: 100%;
    margin: 20px 0px;
}
.widget-contact .text{
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}
#newsletter-form{
    margin: 15px 0px;
}
#newsletter-form p{
    font-size: 12px;
    color: #333333;
    padding: 0px;
    margin: 0px 0px;
}
.form-control{
    background-color: #e3dfdc;
    border: 1px solid #e3dfdc;
    border-radius: 0px;
}

#newsletter-form input.form-control{
    font-size: 12px;
    height: 30px;
    width: 70%;
    float: left;
}
.btn-secondary{
    color: #ffffff;
    background-color: #ce171f;
    border-radius: 0px;
    border-color: #ce171f;
}
#newsletter-form button.btn-secondary{
    font-size: 12px;
    height: 30px;
    width: 27%;
    float: right;
}
footer p.copyrights{
    font-size: 11px;
    color: #333333;
}
ul.issue-items{
    width: 100%;
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}
ul.issue-items li.issue-item{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 5px 0px;
}
ul.issue-items li.issue-item::after{
    position: absolute;
    content: "";
    z-index: 10;
    width: calc(100% - 95px);
    right: 0px;
    bottom: 0px;
    height: 1px;
    background-color: #d1d1d1;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
ul.issue-items li.issue-item:last-child::after{
    display: none;
}
ul.issue-items li.issue-item .thumbnail{
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 15px;
    float: left;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
ul.issue-items li.issue-item .issue-number{
    float: left;
    width: calc(100% - 95px);
    font-size: 11px;
    color: #999999;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
ul.issue-items li.issue-item .issue-title{
    float: left;
    width: calc(100% - 95px);
    font-size: 12px;
    color: #333333;
    padding: 10px 40px 10px 0px;
}
ul.issue-items li.issue-item .more-btn{
    color: #d1272f;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -20px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
ul.issue-items li.issue-item:hover .more-btn{
    right: 0px;
}
ul.issue-items li.issue-item:hover .issue-number{
    color: #d1272f;
}
ul.issue-items li.issue-item:hover::after{
    background-color: #d1272f;
}
.photo-item{
    margin-bottom: 10px;
}
.photo-item img{
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.photo-item:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#PostSlider .carousel-item{
    height: 250px;
    width: 100%;
    background-color: #333333;
}
#PostSlider .carousel-item a{
    height: 250px;
    width: 100%;
    /*display: table-cell;
    vertical-align: middle;
    text-align: center;*/
    display: flex;
    /* vertical-align: middle; */
    /* text-align: center; */
    /* align-items: center; */
    align-content: space-around;
    justify-content: space-around;
}
#PostSlider .carousel-item a img{
    max-width: 100%;
    max-height: 100%;
}

.carousel-indicators{
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    -ms-flex-pack: left;
    justify-content: left;
}
.carousel-indicators li{
    width: 12.5%;
    height: auto;
    text-indent: unset;
    margin: 0px 10px 0px 0px;
}
.carousel-indicators li:last-child{
    margin-right: 0px;
}
.carousel-indicators li .hold-it{
    background-color: #ebeaea;
    display: block;
    width: 100%;
    height: 100%;
}
.carousel-indicators li .hold-it span{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 98px;
    font-size: 16px;
    color: #333333;
}
.carousel-control-next,
.carousel-control-prev{
    bottom: 118px;
}
.all-pics{
    float: right;
    padding: 0px 10px 10px;
}
.all-pics a{
    font-size: 12px;
    color: #999999;
}
#post_map.map-place{
    padding: 10px 10px 10px 10px !important;
    height: 280px;
    width: 100%;
    border: none;
}
.image-desc{
    margin-top: 10px;
    padding-left: 10px;
    overflow: hidden;
}
.image-desc .title{
    font-size: 10px;
    color: #999999;
    margin-bottom: 10px;
}
.image-desc p{
    font-size: 13px;
    color: #333333;
    font-style: italic;
}
.content{
    padding: 10px 20px;
    margin: 0px 0px;
}
.content .post-category{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #cc3333
}
.content h1.post-title{
    font-size: 30px;
    font-weight: 400;
    color: #333333;
}
.content .post-date{
    float: left;
    font-size: 11px;
    color: #999999;
    margin: 10px 0px;
}
.content .post-author,
.content .member_name{
    float: right;
    font-size: 11px;
    color: #333333;
    padding: 10px 0px;
}
.content .post-tools{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 10px 0px 30px;
}
h2.post-subtitle{
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin: 10px 0px 15px;
    padding: 0px 0px
}
.post-content{
    width: 100%;
    clear: both;
    display: inline-block;
    text-align: justify;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}
.post-notes{
    border-top: 2px solid #cccccc;
    padding: 20px 0px;
    margin: 30px 0px;
}
.post-notes .title{
    font-size: 11px;
    color: #999999;
}
.post-notes .title img{
    margin-right: 10px;
}
.note-item{
    font-size: 12px;
    color: #333333;
    line-height: 24px;
    margin: 10px 0px;
    word-break: break-all;
}
#post-sidebar{
    border-top: 10px solid #e3e3de;
    /*border-bottom: 10px solid #e3e3de;*/
    /*margin-top: -135px;*/
    min-height: 100%;
}
.sidebar-widget{
    padding: 10px;
    border-bottom: 10px solid #e3e3de;
}
.sidebar-widget:last-child{
    border-bottom: none;
}
#post-sidebar .widget-title{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #cc3333
}
.popular-arch-places .items,
.related-articles .items{
    padding: 0px 0px;
    list-style: none;
    margin: 0px 0px;
}
.popular-arch-places .items li,
.related-articles .items li{
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
    margin: 10px 0px;
    position: relative;
}
.popular-arch-places .items li .thumbnail{
    width: 100%;
    display: inline-block;
    border-bottom: 10px solid #6c6b69;
}
.popular-arch-places .items li .thumbnail img{
    width: 100%;
}
.popular-arch-places .items li .title{
    padding: 10px 10px;
    display: inline-block;
}
.related-articles .items li .title{
    padding: 0px 10px;
    display: inline-block;
}
.popular-arch-places .items li .title h4,
.related-articles .items li .title h4{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.related-articles .items li::before{
    position: absolute;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 12px;
    color: #d76e6e;
    top: 4px;
    left: 10px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.related-articles .items li .title h4::first-letter{
    padding-left: 12px;
}
.related-articles .items li:hover .title h4{
    color: #cc3333;
}
.related-articles .items li:hover::before{
    color: #666666;
}
.post-tools .font-size,
.post-tools .font-color,
.post-tools .text-align,
.post-tools .read_text{
    padding: 0px 0px;
    margin: 0px 5px 0px 5px;
    list-style: none;
    display: inline-block;
}
.post-tools .font-size .size-a,
.post-tools .font-size .size-b,
.post-tools .font-size .size-c{
    display: none;
}
.post-tools .read_text{
    cursor: pointer;
    font-size: 14px;
    color: #666666;
}
#player.new-player{
    height: 54px;
    clear: both;
}
#player.new-player audio{
    outline: none;
}
.post-tools .font-size li{
    display: inline-block;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
    color: #666666;
    opacity: .7;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.post-tools .font-size li:hover{
    opacity: 1;
}
.post-tools .font-size li.decr{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    margin-right: 10px;
}
.post-tools .font-size li.size-a{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    vertical-align: baseline;
}
.post-tools .font-size li.size-b{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    vertical-align: baseline;
}
.post-tools .font-size li.size-c{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 19px;
    font-weight: 700;
    vertical-align: baseline;
}
.post-tools .font-size li.incr{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-left: 10px;
}
.post-tools .font-color li{
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 5px;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.post-tools .font-color li:hover{
    opacity: 1;
}
.post-tools .font-color li.red{
    background-color: #ce171f;
}
.post-tools .font-color li.black{
    background-color: #0f0b02;
}
.post-tools .text-align li{
    display: inline-block;
    margin: 0px 10px;
    cursor: pointer;
    font-size: 14px;
    opacity: .7;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.post-tools .text-align li:hover{
    opacity: 1;
}
.post-tools .post-share-etc{
    padding: 0px 0px;
    margin: -10px 0px 0px 0px;
    list-style: none;
    float: right;
}
.post-tools .post-share-etc li{
    display: inline-block;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    color: #333333;
    opacity: .7;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    cursor: pointer;
}
.post-tools .post-share-etc li:hover{
    opacity: 1;
}

#all_in{
    margin-top: 60px;
    margin-bottom: 80px;
}
#home_publishing_left_txt{
    display: inline-block;
}
#home_pub_syntaktes_btn span.text{
    font-size: 11px;
    color: #ffffff;
}

#login_menu a{
    font-size: 16px;
}
#login_menu a:hover{
    color: #ce171f;
}
#user_post_footer{
    margin-bottom: 55px;
}
ul.language_sw{
    margin: 25px 25px 0px;
}
ul.language_sw li a{
    color: #666666;
    font-weight: 600;
}
ul.language_sw li.active{
    font-weight: 600;
}
ul.socials-nets{
    padding: 0px 0px;
    margin: 0px 0px;
}
ul.socials-nets li{
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
}
ul.socials-nets li a{
    display: inline-block;
    font-size: 16px;
    border: 1px solid #ce171f;
    color: #ce171f;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
ul.socials-nets li a:hover{
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #ce171f;
}

.banner-item.big{
    padding: 0px;
    margin: 5px 0px;
    height: calc(100% - 10px);
    background-color: #ffffff;
}
.banner-item.big h3.banner-title{
    text-align: center;
    padding: 5px 10px 5px 10px;
    margin: 0px;
}

.banner-item.big .banner-excerpt{
    text-align: center;
    padding: 5px 10px 5px 10px;
    margin: 0px;
}

#events_list::-webkit-scrollbar-track,
#agenda_box_inside::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	border-radius: 0px;
	background-color: #FCFCFC;
}
#events_list::-webkit-scrollbar,
#agenda_box_inside::-webkit-scrollbar{
	width: 10px;
	background-color: #FCFCFC;
}
#events_list::-webkit-scrollbar-thumb,
#agenda_box_inside::-webkit-scrollbar-thumb{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	background-color: #cc3333;
}
#events_list > .event_title{
    position: relative;
}
#events_list > .event_title:before{
    width: 4px;
    height: 4px;
    position: absolute;
    content: "";
    border-radius: 50%;
    left: -15px;
    top: 7px;
    background-color: #999999;
}
.arch-spots-widget{
    height: 100%;
    margin: 5px 5px;
    
}
.arch-spots-widget .arch-spot-item{
    padding: 5px;
    position: relative;
    background-color: #ffffff;
}
.arch-spots-widget .arch-spot-item .thumbnail{
    position: relative;
    z-index: 10;
}
.arch-spots-widget .arch-spot-item .spot-title{
    position: absolute;
    z-index: 100;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: rgba(255, 255, 255, .8);
    padding: 8px 10px;
    text-align: center;
}
.arch-spots-widget .arch-spot-item .spot-title a{
    color: #6a7c57;
    font-weight: 600;
}
.the-top-baaaar{
    background-color: #ffffff;
    margin: 0px 0px;
}
.issue-position{
    display: inline-block;
    width: 100%;
}
.wday{
    float: left;
    width: calc(100% / 7);
    height: 30px;
    border-bottom: 2px solid #d1d1d1;
    border-right: none;
    padding: 0px 5px 0px 5px;
    background: #FFFFFF;
    box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 5px;
}
.navbar{
    padding: .5rem 0rem;
}
#menu-footer-menu{
    display: inline-block;
    padding: 0px;
    margin: 0px;
    text-align: right;
    float: right;
}
#menu-footer-menu li{
    display: inline-block;
    padding: 4px 2px;
    margin: 0px 2px;
}
#menu-footer-menu li a{
    font-size: 12px;
    color: #999999;
}
#menu-footer-menu li:hover a,
#menu-footer-menu li.current-menu-item a{
    color: #ce171f;
    text-decoration: underline;
}
























/********************/

.m-t-0{margin-top: 0px !important;}
.m-t-5{margin-top: 5px !important;}
.m-t-10{margin-top: 10px !important;}
.m-t-20{margin-top: 20px !important;}
.m-t-30{margin-top: 30px !important;}
.m-t-40{margin-top: 40px !important;}
.m-t-50{margin-top: 50px !important;}
.m-t-60{margin-top: 60px !important;}
.m-t-70{margin-top: 70px !important;}
.m-t-80{margin-top: 80px !important;}
.m-t-90{margin-top: 90px !important;}
.m-t-100{margin-top: 100px !important;}
.m-r-0{margin-right: 0px !important;}
.m-r-5{margin-right: 5px !important;}
.m-r-10{margin-right: 10px !important;}
.m-r-20{margin-right: 20px !important;}
.m-r-30{margin-right: 30px !important;}
.m-r-40{margin-right: 40px !important;}
.m-r-50{margin-right: 50px !important;}
.m-r-60{margin-right: 60px !important;}
.m-r-70{margin-right: 70px !important;}
.m-r-80{margin-right: 80px !important;}
.m-r-90{margin-right: 90px !important;}
.m-r-100{margin-right: 100px !important;}
.m-b-0{margin-bottom: 0px !important;}
.m-b-5{margin-bottom: 5px !important;}
.m-b-10{margin-bottom: 10px !important;}
.m-b-20{margin-bottom: 20px !important;}
.m-b-30{margin-bottom: 30px !important;}
.m-b-40{margin-bottom: 40px !important;}
.m-b-50{margin-bottom: 50px !important;}
.m-b-60{margin-bottom: 60px !important;}
.m-b-70{margin-bottom: 70px !important;}
.m-b-80{margin-bottom: 80px !important;}
.m-b-90{margin-bottom: 90px !important;}
.m-b-100{margin-bottom: 100px !important;}
.m-l-0{margin-left: 0px !important;}
.m-l-5{margin-left: 5px !important;}
.m-l-10{margin-left: 10px !important;}
.m-l-20{margin-left: 20px !important;}
.m-l-30{margin-left: 30px !important;}
.m-l-40{margin-left: 40px !important;}
.m-l-50{margin-left: 50px !important;}
.m-l-60{margin-left: 60px !important;}
.m-l-70{margin-left: 70px !important;}
.m-l-80{margin-left: 80px !important;}
.m-l-90{margin-left: 90px !important;}
.m-l-100{margin-left: 100px !important;}
.p-t-0{padding-top: 0px !important;}
.p-t-5{padding-top: 5px !important;}
.p-t-10{padding-top: 10px !important;}
.p-t-20{padding-top: 20px !important;}
.p-t-30{padding-top: 30px !important;}
.p-t-40{padding-top: 40px !important;}
.p-t-50{padding-top: 50px !important;}
.p-t-60{padding-top: 60px !important;}
.p-t-70{padding-top: 70px !important;}
.p-t-80{padding-top: 80px !important;}
.p-t-90{padding-top: 90px !important;}
.p-t-100{padding-top: 100px !important;}
.p-r-0{padding-right: 0px !important;}
.p-r-5{padding-right: 5px !important;}
.p-r-10{padding-right: 10px !important;}
.p-r-20{padding-right: 20px !important;}
.p-r-30{padding-right: 30px !important;}
.p-r-40{padding-right: 40px !important;}
.p-r-50{padding-right: 50px !important;}
.p-r-60{padding-right: 60px !important;}
.p-r-70{padding-right: 70px !important;}
.p-r-80{padding-right: 80px !important;}
.p-r-90{padding-right: 90px !important;}
.p-r-100{padding-right: 100px !important;}
.p-b-0{padding-bottom: 0px !important;}
.p-b-5{padding-bottom: 5px !important;}
.p-b-10{padding-bottom: 10px !important;}
.p-b-20{padding-bottom: 20px !important;}
.p-b-30{padding-bottom: 30px !important;}
.p-b-40{padding-bottom: 40px !important;}
.p-b-50{padding-bottom: 50px !important;}
.p-b-60{padding-bottom: 60px !important;}
.p-b-70{padding-bottom: 70px !important;}
.p-b-80{padding-bottom: 80px !important;}
.p-b-90{padding-bottom: 90px !important;}
.p-b-100{padding-bottom: 100px !important;}
.p-l-0{padding-left: 0px !important;}
.p-l-5{padding-left: 5px !important;}
.p-l-10{padding-left: 10px !important;}
.p-l-20{padding-left: 20px !important;}
.p-l-30{padding-left: 30px !important;}
.p-l-40{padding-left: 40px !important;}
.p-l-50{padding-left: 50px !important;}
.p-l-60{padding-left: 60px !important;}
.p-l-70{padding-left: 70px !important;}
.p-l-80{padding-left: 80px !important;}
.p-l-90{padding-left: 90px !important;}
.p-l-100{padding-left: 100px !important;}
.m-0{margin: 0px !important;}
.m-5{margin: 5px !important;}
.m-10{margin: 10px !important;}
.m-20{margin: 20px !important;}
.m-30{margin: 30px !important;}
.m-40{margin: 40px !important;}
.m-50{margin: 50px !important;}
.m-60{margin: 60px !important;}
.m-70{margin: 70px !important;}
.m-80{margin: 80px !important;}
.m-90{margin: 90px !important;}
.m-100{margin: 100px !important;}
.p-0{padding: 0px !important;}
.p-5{padding: 5px !important;}
.p-10{padding: 10px !important;}
.p-20{padding: 20px !important;}
.p-30{padding: 30px !important;}
.p-40{padding: 40px !important;}
.p-50{padding: 50px !important;}
.p-60{padding: 60px !important;}
.p-70{padding: 70px !important;}
.p-80{padding: 80px !important;}
.p-90{padding: 90px !important;}
.p-100{padding: 100px !important;}
/********************/



