/* ====================================================================================================================
 * RESETS by FemoTizo
 * ====================================================================================================================*/

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: #000080;
}

a, .breadcrumb a {
    color: #3e424b;
}
a:hover, .breadcrumb a:hover, .breadcrumb a:focus {
    color: #000080;
}
.text-color-white > *, .text-color-white {
    color: #ffffff !important;
}

[class*="text-color-"] *:not(.btn) {
    color: #ffffff !important;
}


.text-sm {
    font-size: 24px;
}
.text-lg {
    font-size: 30px;
}


.inner-brand.center-brand
{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin:0 auto;
        padding-top: 12px;
            z-index: -1;
}
.navbar-toggle {
    z-index:3;
}
.main-nav-toggle {
    padding: 33px 20px 33px 15px;
    margin-left: 15px;
    z-index:3;
}
.bg-brand {
    background-color: #000080 !important;
}


@media (max-width: 425px) {

	/*.inner-brand.center-brand{
			 z-index: 1;
	}
	.sidemenu{
		display: none;
	}*/


}

.inner-nav > li > a {
    color: #3e424b;
}
.inner-nav > li > a:hover, .inner-nav > li > a:focus, .inner-nav > li.submenu-open > a {
    color: #000080;
}

.brand-color, h1, h2, h3,h4, [class|='brand'] h1{
	    color: #000080 !important;
}
.btn.btn-base.btn-link{
	    color: #000080 !important;
}
.inner-brand img {
	width: 150px;
}
h1 span{
	font-weight: 400;
}

.bg-blue-faded {
    background: rgb(79 239 241 / 24%);
}

.btn.btn-primary, .btn.btn-base {
    background-color: #000080;
    border-color: #000080;
    color: #fff;
}

.btn.btn-primary:hover, .btn.btn-base:hover {
    transform: scale(1.05);
    background-color: #0018f9;
}


.events-box .post-columns .post .post-preview{
	height:250px;
	overflow-y: hidden;
}

.post.format-quote, .post.format-quote blockquote {
    background: #000080;
}

.post-columns .post .post-title {
    font-size: 15px;
}

.post-columns .post .post-content.color-white.bg-brand p {
    font-size: 13px;
    color: #c6cbff !important;

}

.event-live-chat {
	height: 550px;
}
.event-live-chat .comment-avatar {
    max-width: 35px;
    margin: 10px 0 0;
}
.event-live-chat .comment-avatar img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.event-live-chat .comment-content {
        background: #fff;
    margin: 0 0 10px 0px;
    padding-left: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.event-live-chat .comment-content p{
    line-height: 1.6;
    font-size: 12px;
    color: #959595;
}

.event-live-chat .comment-content h5 {
    font-size: 12px;
        margin: 0 0 7px;
}

.event-live-side {
	padding-top: 30px;
}
.event-live-side .post-content .post-title {
    font-size: 15px;
    line-height: 1.3;
}

.ask-box .post {
    margin: 0 0 30px;
    background: transparent;
}
.ask-box .post .post-content {
    padding: 30px 0px;
}

.events-box .post .post-content p, .ask-box .post .post-content p, .read-page .read-featured-mini .post .post-content p{
    color: #555b67;
}

.fancy-icon.social-icons{
	/*margin-top: 20px; */
}
.fancy-icon .social-icons-simple li a {
    margin: 0 15px 10px 0;
    transition: transform 0.3s ease-out;
}
.fancy-icon.social-icons i {
    font-size: 18px;
    color: navy;
    transition: transform 0.3s ease-out;
}
.fancy-icon.social-icons i:hover {
    transform: scale(1.5);
    color: #0018f9;
}

.read-page .read-featured.post .post-content h2 {
	font-size: 24px;
}
.read-page .read-featured-mini .post .post-content p, .read-page .read-featured.post .post-content p{
    color: #555b67;
    font-size: 13px;
    line-height: 1.6;
}
.video-post {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.video-post a:before {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f144";
  font-family: FontAwesome;
    font-size: 55px;
    color: #fff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.video-post a:hover:before {
  color: #eee;
}
.video-post .post-content {
     position: absolute;
    bottom: 0;
    padding: 60px 30px 25px !important;
    background: linear-gradient(0deg, rgba(0,0,0,0.70) 45%, rgba(0,0,0,0) 100%);
    width: 100%;
    left: 0;
}


.post.ads-pcdl-horizontal .post-title{
	font-size: 16px;
}
.post.ads-pcdl-horizontal p{
    font-size: 13px;
}






.links-list > li {
    margin: 0 0 5px;
}

.footer {
	    font-size: 13px;
    background-color: #000080;
        background-image: url(/assets/images/flourish-background.png);
    background-repeat: no-repeat;
        background-position: right;
    background-size: contain;
  }

  .footer .copyright {
    border-top: 1px solid #2c4696;
}