.row {
    margin: 0;
}

/* TYPOGRAPHY */
h3 {
    color: #252525;
    /* text-align: -webkit-center; */
    /* padding: 17px 0; */
    /* border-top: 1px #ff9900 solid; */
    /* border-bottom: 1px #888888 solid; */
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 6px solid #ff9900;
}

h1, h2 {
    color: #252525;
    /* text-align: -webkit-center; */
    /* padding: 17px 0; */
    /* border-top: 1px #ff9900 solid; */
    /* border-bottom: 1px #888888 solid; */
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-left: 0px;
    padding-left: 15px;
    border-left: 6px solid #ff9900;
    font-size: 1.375rem !important; 
}

.h5, h5 {
    font-size: 15px !important;
}

/* ERROR PAGE */
.error-code, .error-message {
  	border-left: none !important;
  	padding: 0 !important:
}

/* TOP BAR */
#sp-top-bar {
    /* box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.30); 
    border-bottom: 1px solid #ff9900;*/
}
#sp-top1 .social-icons {
    font-size: 13px;
} 
ul.social-icons {
    margin: 0 -5px !important;
}
#sp-top-menu {
    padding-top: 5px;
    margin: 0 0 8px 0;
}
#sp-top-menu .sp-module {
    margin: 0 0 8px 0;
}
#sp-login {
    margin: 0;
}
#sp-login .sp-module {
    margin: 0;
}
.btl-panel {
    float: unset !important;
}
.jfontsize-button {
    border: solid 1px #ff9900 !important;
}
.jfontsize-button:hover {
    color: #fff !important;
}
#btl .btl-panel > span {
    box-shadow: none !important;
}

/* LOGO BAR */
#sp-search {
    padding: 15px;
}

/* HEADER */
#sp-header {
    box-shadow: none;
    /* border-bottom: 1px solid #252525;   */
}

/* MOBILE MENU */
.sp-megamenu-parent {
    float: unset; 
    
}
.offcanvas-menu {
    background: rgb(255, 255, 255) !important;
    background: rgba(255, 255, 255, 0.95) !important;
}
#offcanvas-toggler > .fa {
    color: #ffffff;
    padding: 10px;
    border: 1px #ffffff solid;
}
#offcanvas-toggler {
    font-size: 14px;
}
#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
    color: #FF9900;
}
.fa-bars:before {
    content: "Menu";
}
#offcanvas-toggler .fa, .far, .fas {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
#offcanvas-toggler .fa, .fas {
    font-weight: 400;
}

/* MENU */
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: unset;
    margin: 0 !important;
}
#sp-header a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
}
.sp-dropdown-inner {
    background: rgb(255, 255, 255) !important;
    background: rgba(255, 255, 255, 0.95) !important; 
}
.sp-megamenu-parent > li.active > a {
    /* border-top: 2px #ffffff solid; */
    background-color: #ff9900;
    color: #ffffff !important;
    
}
.sp-megamenu-parent > li:hover > a {
    background-color: #ffc164;
    color: #ffffff !important;
    /* height: 70px; 
    border-top: 2px #ffffff solid;
    border-bottom: 2px #ffffff solid; */
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #252525 !important;
}
#sp-logo {
    padding: 0 !important;
    background-color: #ff9900;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 10px;
}
#sp-menu {
    background-color: #ff9900;
}
ul.sp-megamenu-parent {
    background-color: #ffffff;
}
@media (min-width: 1200px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
        padding: 0 16px;
    }
    #sp-header a {
    font-size: 16px;
    }
}
ul.menu {
    list-style: none;
}


/* LATEST NEWS */
.ns2-column.flt-left.col-3 {
    max-width: unset;
}
.news-item{
    position: relative;
}
.news-image {
    display: block;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.news-image img {
    object-fit: cover;
    flex-shrink: 0;
    min-width: 100%;
    /* min-height: 100%; */
}
.news-title {
    position: absolute;
    padding: 5px;
    bottom: 15px;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.85); 
    width: 100%;
}
.news-title a {
    color: #000000 !important;
    font-weight: bold;
}
.news-intro {
    padding-bottom: 1px;
}

/* OTHER NEWS */
ul.newsflash-horiz .news-title {
    background-color: rgb(255, 255, 255); 
    background-color: rgba(255, 255, 255, 0.85); 
}
ul.newsflash-horiz .news-item {
    margin-bottom: 20px; 
}
.adn-readmore {
    position: absolute;
    bottom: 14px;
    background-color: #ff9900;
    padding: 5px 20px;
    color: #252525;
    width: 84%;
    text-align: center;
    margin-left: 3%;
}

/* BANNERS (STATIC ADS) */
.banneritem {
    text-align: -webkit-center;
}
.banneritem img {
    margin-bottom: 20px;
}

/* SUBSCRIPTION FORM */
.acym_form {
    text-align: -webkit-center;
}
#sp-subscribe h3 {
    color: #ffffff !important;
    border-left: none;
}
.acym_introtext {
    font-size: 20px;
    color: #ffffff;
}
.acym_posttext {
    font-size: 12px;
    color: #eee;
}

/* CLASSIFIEDS */
.juloawrapper .table-striped tbody > tr > td {
    width:25%;
}.juloawrapper .table-striped tbody > tr:nth-child(odd) > td, .juloawrapper .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #ffffff !important;
}
.juloawrapper .table th, .juloawrapper .table td {
    border-top: none !important;
}
.fad_price {
    font-size: 38.5px;
    font-weight: bold;
}

/* SLIDERS */
#logoParade {
    width: 100%;
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    max-height: 110px;
    left: 0;
}

/* SLIDERS MOBILE*/
#logoParadeMobile {
    width: 100%;
    /* position: fixed;
    bottom: 0px; */
    background-color: #fff;
    max-height: 110px;
    left: 0;
}

/* PAGEBUILDER */
#sp-page-builder {
  z-index: 0;
}

/* TEMPLATE OVER RIDES */
.article-info > span {
  font-weight: bold !important;
}

/* EMBASSIES PAGE */
#SLB-Contenido {
  width: 294px !important;
}

/* ARCHIVE NEWSLETTERS */
#acymailingpopup {
    width: 260px !important;
    left: 50% !important;
    margin-left: -130px !important;
}
@media (min-width: 576px) {
  #acymailingpopup {
    width: 540px !important;
    left: 50% !important;
    margin-left: -270px !important;
  }
}
@media (min-width: 768px) {
  #acymailingpopup {
    width: 720px !important;
    left: 50% !important;
    margin-left: -360px !important;
  }
}
@media (min-width: 992px) {
  #acymailingpopup {
    width: 960px !important;
    left: 50% !important;
    margin-left: -480px !important;
  }
}
@media (min-width: 1200px) {
  #acymailingpopup {
    width: 960px !important;
    left: 50% !important;
    margin-left: -480px !important;

  }
}

.adn-table td {
    border: 1px solid;
    border-collapse: collapse;
    padding: 10px;
}

.chronoforms6_credits {
  display: none;
}