/* CSS below copied from old template  */

/* size and padding for social icons  */
ul.social-icons>li {
    padding-right: 10px;
    font-size: 20px;
}


body {
    background-color: #a0bff6 !important;
    color: #a6053e !important;
    line-height: 18px;
    font-weight: 300 !important;
}

.article-details .article-can-edit {
    position: relative;
    margin-bottom: -5px !important;
}


.p, p {
  font-weight: 300 !important;
}


b, strong {
    font-weight: 600;
}

h1, .h1, h2, .h2, h3, .h3 {
  font-weight: 500 !important;
}

.h4, h4 {
    font-size: 1.1rem;
    font-weight: 500;
}

.recentlogs a {
    font-size: 16px;
    line-height: 18px;
}
.recentlogs h3 {
    font-size: 17px;
    line-height: 18px;
    font-weight: 500;
    font-family: "Allerta", sans-serif;
}
.recentlogs p {
    font-size: 15px;
    line-height: 16px;
    font-family: "Allerta", sans-serif;
    font-weight: 300;
    word-wrap: anywhere;
}

.recentlogs2 .newsfeed {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.recentlogs2 a {
    font-size: 16px;
    line-height: 18px;
}
.feed-item-description {
    padding-top: 10px;
}


.container {
    background-color: #ffffff !important; 
}

/* Style the Menu  */



.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #22b8f0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-weight: normal;
  text-align: left;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #a6053e;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #22b8f0;
}

#offcanvas-toggler {
    margin-right: 20px !important;
    background-color: #ffffff !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    padding-bottom: .7rem !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    font-size: 1rem;
    margin-left: 1rem;
    color: #a6053e;
}

.offcanvas-inner:before {
    content: "S/V Nereida";
    color: #a6053e;
    font-size: 20px;
    font-family: Allerta;
}

#sp-menu {
    background-color: #ffffff !important;
}


#sp-top-bar {
    background-color: #ffffff !important;
}

.logo h1 {
    color: #a6053e !important;
}

.logo-image {
    display: none;
}

.sp-module ul > li > a {
    padding: 2px 15px !important;
    color: #22B8F0 !important;
}

.offcanvas-menu {
    background-color: #ffffff;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    color: #a6053e !important;
}

a {
    color: #22b8f0;
}
a:hover {
    color: #044cd0;
}

#sp-logo .col-lg-12 {
    background-color: #ffffff !important;
}

#sp-header {
    background-color: #a0bff6;
    box-shadow: none;
}
#sp-header .container {
    background-color: #ffffff;
}

#sp-header a:active {
    color: #22B8F0 !important;
}

.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9;
    display: block;
    float:inherit;
    text-align:center;
    background-color: #ffffff;
    color: #a6053e;
    margin-left: auto;
    margin-right: auto;
}

.sp-megamenu-parent > li > a {
    color: #a6053e;  
    font-weight: normal;
}


.sp-module .sp-module-title {
text-align: center !important;
font-weight: bold !important;
}
div.sp-column.class2 {
    border: #a6053e 2px solid;
    border-radius: 25px;
    border: 2px solid #a6053e;
    padding-top: 10px;
}

div.sp-column.class2 hr {
color: #a6053e;
}


#sp-main-body {
padding: 0px !important;
}

#sp-main-body .container {
    background-color: #ffffff !important;
}

li {
    margin-bottom: 0.5rem;
    font-weight: 300;
}

#sp-footer a {
color: #22B8F0 !important;
}

div.custom p {
text-align:center;
}
span.jcepopup {
margin-left:auto;
margin-right:auto;
}
.wf_caption > span {
    margin-left: auto;
    margin-right: auto;
}
p.logo-slogan {
font-weight: bold;
}
.rsblog-post img {
padding-bottom: 10px !important;
}
.sp-module .sp-module-title {
font-size: 22px; !important;
}

p.counter.pull-right {
    margin-top: 7px;
    margin-right: 15px;
}

.well {
margin-bottom: -5px !important;
}

/* New CSS Code is below  */

/* add UTC after the time on blog posts  */
.text-info::after {
  content: " UTC";
}

/* set Horizontal Rule color and width  */
hr {
    border-bottom: 1px dashed !important;
    color: #a6053e !important;
}

.sp-module-content hr {
    border-bottom: 2px solid !important;
    color: #a6053e !important;
    opacity: 100;
}

#sp-left .sp-module ul>li, #sp-right .sp-module ul>li {
    border-bottom: 1px solid #a6053e;
    opacity: 20;
}
.feed-item-description {
    padding-bottom: 10px;
}
#sp-left .sp-module ul>li hr, #sp-right .sp-module ul>li hr {
    border-bottom: 1px solid #a6053e;
    opacity: .5;
}


#sp-left .sp-module, #sp-right .sp-module {
    border: none;
    margin-top: 0px;
    padding: 0px;
}

/* 
#sp-right {
    border: 2px solid #a6053e;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0px;
}
*/ 



#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title { border-bottom: 0px;
    margin-bottom: -10px;
/*    border-top: 2px solid #a6053e;  */
}

.column-right-class {
    border-radius: 25px;
    border: 2px solid #a6053e;
    padding-top: 10px;
    margin-bottom: 10px;
}

column-right-class-first {
    border-radius: 25px;
    border: none;
    padding-top: 10px;    
}

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  line-height: 20px;
}

footer.rsblog-entry-meta {
    border-bottom: 3px solid #a6053e;
}

.well {
    background-color: #DCDCDC;
    margin-bottom: 10px !important;
}
.well h2 {
    text-align: center;
    font-weight: bold;
}
.input-append {
    margin-right: 50px !important;
}
.rsblog-entry-header {
    clear: both;
}

.jwts_tabberlive .jwts_tabbertab {
  background-color: #ffffff;
}
ul.jwts_tabbernav li a {
  line-height: 35px;
}

/* Right Hand Images  do not display title on pop-up  */
.wf-mediabox-caption h4 {
  display: none;
}

/* do not display the gear icon with the drop down  */
.rsblog-post-actions.btn-group.pull-right {
    display: none;
}


/* RsMedia Gallery Styling  */
.rsmg-item-container {
    border: 1px solid #a6053e;
    box-shadow: 2px 2px 0 #a6053e;
}

.rsmg-details-top > a {
    color: #22b8f0;
}

/* do not display the social sharing on the grid view  */
.rsmg-item-container .rsmg-social-sharing {
    display: none;
}

.rsmg-item-title {
    border-top: 1px dotted #a6053e;
}

.rsmg-item-title {
    font-size: 16px !important;
    color: #a6053e !important;
    padding-top: 20px !important;
}

.rsmg_social_sharing_detail {
    top: 0px !important;
}

.rsmg-details-image {
    padding-top: 20px;
}

/* Do not display dropdowns on smart search  */

.filter-branch.control-group.clearfix {
    display: none;
}

/* Do not display google suggested results  */
.gsc-adBlock {
    doisplay: none;
}

/*    Article and Interviews Page styling   */
.articleinterview .list-date.small {
    color: #a6053e !important;
}

.articleinterview .table-bordered>:not(caption)>*>* {
    border-width: 0px !important;
}

.articleinterview .tbody, td, tfoot, th, thead, tr {
    border-style: none !important;    
}

.articleinterview .fields-container {
    list-style-type: none !important;
}

.articleinterview .field-entry.file-size {
    display: none !important;
}

.articleinterview .field-entry.type {
    display: none !important;
}