@font-face {
    font-family: 'Freight';
    src: url('../fonts/Freight-SansBold.woff2') format('woff2'), url('../fonts/Freight-SansBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/Proxima-Nova-Bold.woff2') format('woff2'), url('../fonts/Proxima-Nova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Freight Text W01 Semibold"
    src: url('lfn/05ba67854cdf5aebd23356721f1844ae.woff2') format('woff2'), url('lfn/05ba67854cdf5aebd23356721f1844ae.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Condensed';
    src: url('../fonts/Proxima-NovaCond-Bold.woff2') format('woff2'), url('../fonts/Proxima-NovaCond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima-Nova';
    src: url('../fonts/Proxima-Nova-Medium.woff2') format('woff2'), url('../fonts/Proxima-Nova-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

* {
    max-height: 100000px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.aut_name_zk {color:light-grey; font-style:italic;}
header,
footer,
article,
section,
hgroup,
nav,
figure {
    display: block;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.d-table {
    width: 100%;
    height: 100%;
    display: table;
}

.v-middle,
.v-bottom {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.v-bottom {
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    /*font-family: 'Montserrat', sans-serif;*/
      font-family: 'Proxima-Nova';

    color: #000;
}

.hidden {
    display: none;
}

figure {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    color: #616161;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    font: 400 14px/20px 'Proxima-Nova', sans-serif;
    color: #000;
    background: #fff;
}

input[type="submit"] {
    cursor: pointer;
}

img {
    vertical-align: top;
    border-style: none;
}

.alignleft {
    float:left;
    margin-right:2%;
}

input:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

.list_none {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list_inline {
    letter-spacing: -5px;
}

.list_inline li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
}

.list_inline * {
    letter-spacing: 0;
}

input[type=text],
input[type=password],
input[type=file],
input[type=image],
input[type=submit],
input[type=button],
input[type=search],
input[type=email],
input[type=checkbox],
textarea {
   /* -webkit-appearance: none;*/
    -webkit-border-radius: 0;
    border: 0;
}

/* input,
textarea,
select {
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
    color: #6e6e6e;
    width: 100%;
    height: 50px;
    margin: 0 0 20px;
    padding: 10px 15px;
    font-size: 14px;
    display: block;
} */
 
form,
fieldset {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    border-style: none;
}

.d_table {
    width: 100%;
    height: 100%;
    display: table;
}
.staff-holder p{
    overflow: hidden;
    padding: 0 0 0 31px;
    font-size: 22px;
    line-height: 36px;
}

.staff_holder img {
    width: 500px;
    height: 300px;
    margin-bottom: 20px;
}
.v_middle {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

a:focus {
    outline: none;
}

.img-responsive {
    width: 100%;
    height: auto;
    display: block;
}
ul.posts.list_none li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.img-responsive.max_width {
    width: auto;
    max-width: 100%;
}

#wrapper {
    /* width: 1366px; */
    width: 100%;
    position: relative;
    overflow: hidden;
}

#header {
    background: #0071BC;
    overflow: hidden;
    text-align: center;
    padding: 0 264px 0 252px;
  position:relative;
}

#header .left,
#header .right {
    padding: 41px 0 35px;
}

#header .left {
    float: left;
    width: 30%;
    text-align: left;
}

#header a {
    color: #FBB03B;
}

.logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
}

.logo img {
    max-width: 438px;
}

#header .right {
    float: right;
    padding-top: 56px;
}

#header .right a {
    font-size: 23px;
  font-weight:600;
}

#header .right * {
    display: inline-block;
    vertical-align: middle;
}

#header .right a {
    font-size: 20px;
}

.menu_opener img {
    margin-right: 5px;
}

#header a {
    color: #FBB03B;
}

a.btn_donate,
li.btn_donate {
    display: inline-block;
    vertical-align: middle;
    border: 3px solid #FBB03B;
    padding: 11px 9px;
    font-size: 31px;
    margin-right: 38px;
    letter-spacing: 4px;
    font-family: 'Freight' !important;
}

.logo {
    display: inline-block;
    vertical-align: top;
    margin: 18px 0 0;
}

.social {
    padding: 6px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.social li a {
    font-size: 25px;
}

.menu_opener {
    margin-left: 17px;
}

.search_ico img {
    margin-right: 8px;
}

#main {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.recent_posts {
    max-width: 1098px;
    margin: 0 auto;
    overflow: hidden;
    padding:30px 0 59px 0;
}

.large_post {
    float: left;
    width: 60%;
}

.large_post img {
    margin: 0 0 13px;
}

.large_post h2 {
    font-weight: 500;
    font-size: 35px;
    line-height: 36px;
    font-family: 'proxima-nova-condensed';
}

.recent_posts .posts {
    float: left;
    width: 30%;
    padding-left: 20px;
}

.recent_posts .posts li {
    margin: 0 0 26px;
    overflow: hidden;
}

.recent_posts .posts .img_holder {
    float: left;
    width: 100%;
}

.recent_posts .posts span {
    overflow: hidden;
    font-size: 22px;
    padding: 10px 0 0 0px;
    display:inline-block;
    line-height: 24px;
    text-transform: capitalize;
    font-family: 'proxima-nova-condensed';
}

.container {
    max-width: 952px;
    margin: 0 auto;
    overflow: hidden;
}

.adds li:last-child {
    margin: 0;
}

.adds li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 22px;
}

.adds * {
    letter-spacing: 0;
}

.adds {
    letter-spacing: -5px;
    margin-bottom: 47px;
}

.life_news {
    max-width: 1192px;
}

.container.life_news {
    max-width: 1192px;
    margin-bottom: 40px;
}

.life_news .align_left {
    float: left;
    width: 60%;
    margin: 26px 0 0;
}

.life_news .align_left .holder {
    overflow: hidden;
    padding: 0 0 0 22px;
    border-left: 21px solid #0071BC;
}
.life_news .align_left .holder>h2 {
	text-transform:uppercase;
}
.life_news h2 {
    font-weight: 500;
    color: #0071BC;
    margin: 0 0 33px;
    font-size: 45px;
    line-height: 45px;
    font-family: 'proxima-nova-condensed' !important;
}

.sub_posts {
    overflow: hidden;
}

.sub_posts li {
    overflow: hidden;
    margin: 32px 0 0;
}

.sub_posts li:first-child {
    margin-top: 0;
}

.sub_posts .img_holder {
    width: 191px;
    float: left;
}

.sub_posts h2 {
    margin: 0;
    font-size: 28px;
    overflow: hidden;
    color: #000;
    float: right;
    width: 68%;
    line-height: 34px;
}
.sub_posts span {
    float: right;
    width: 68%;
    overflow: hidden;
    font-size: 16px;
    color: #58595B;
    font-style: italic;
}
.life_news .align_right {
    float: right;
    width: 33.4%;
    padding: 20px 24px 0 0;
}

.fancy_title {
    display: block;
    color: #fff;
    margin: 0 0 20px;
}

.continuerblogging h6 {
    font-family:"Proxima-Nova"!important;
}

.fancy_title span {
   
    float: right;
    color: #fff;
    background: #0071BC;
    font-weight: 400;
    font-size: 14px;
    padding: 11px 28px;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: 85%;
    display: inline-block;
    text-align: center;

}

.trending_list {
    overflow: hidden;
}

.trending_list li {
    overflow: hidden;
    padding: 0 0 10px 50px;
    font-size: 17px;
    line-height: 29px;
    position: relative;
}

.trending_list li:after {
    width: 24px;
    height: 24px;
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    background: url('../images/ico2.png') no-repeat;
}

.trending_list strong {
    display: block;
    font-weight: 400;
}

.trending_list strong a {
    display: block;
   font-family: 'Proxima-Nova';
  font-size:20px;
  font-weight:400;
}

.trending_list span span.wpp-category {
    display: none;
}
.trending_list span span {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    margin-right: 10px;
}
.trending_list span {
    display: block;
    font-size: 13px;
    color: #58595B;
    text-transform: uppercase;
      font-style: italic;
  font-weight:400;
    font-family: 'Proxima-Nova';
}

.details {
    max-width: 1192px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0 50px 0;
}

.sec_header {
    margin: 0 0 10px;
    overflow: hidden;
}

.sec_header h1 {
    margin: 0 0 13px;
    font-size: 48px;
    font-weight: 500;
    line-height: 44px;
}

.page_tagline {
    display: block;
    font-size: 23px;
    line-height: 27px;
}

.content_holder {
    overflow: hidden;
}

#content {
    float: left;
    width: 72%;
    padding: 25px 0 25px 0;
}

#content .text_div {

    font-size: 18px;
    line-height: 24px;

}
#content .text_div>a>img {
  	display:flex;
  margin-bottom:20px ;

}
#content p {
       margin: 25px 0 31px;
    font-size: 18px;
    line-height: 1.8;
}

#content .title {
    display: block;
    color: #0071BC;
    font-weight: 600;
    margin: 0 0 20px;
}

#content a {
    color: #0071BC;
}

.post_socials {
 
    overflow: hidden;
}

.post_socials strong {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 26px;
    margin-right: 11px;
    color: #0071BC;
}

.post_socials ul {
    display: inline-block;
    vertical-align: middle;
}

.post_socials ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 3px;
}

.post_socials ul a {
    display: block;
    color: #fff !important;
    background: #0071BC;
    padding: 7px 8px 3px;
    font-size: 30px;
    width: 45px;
    text-align: center;
}

#sidebar {
       float: right;
    width: 24.4%;
    padding: 10px 0 0;
    background: #dbe5e2;
    margin-bottom: 20px;
    text-align: center;
}
#sidebar p{
	margin:5px 0;
  font-size:8px;
}
#sidebar .adds li {
    padding: 0;
    display: block;
    width: 100%;
    margin: 0 0 41px;
}

.container.three_cols {
    max-width: 1222px;
    padding: 89px 0 106px;
}

.page_title {
    margin: 0 0 58px;
}

.page_title span {
    display: inline-block;
    vertical-align: top;
    border: 3px solid #FBB03B;
    color: #0071BC;
    padding: 15px 17px;
    font-size: 50px;
    line-height: 35px;
    font-family: 'proxima-nova-condensed';
    font-weight: 600;
  text-transform:uppercase;
}

.three_cols ul {
    overflow: hidden;
    margin: 0 -27px;
    font-size: 19px;
    line-height: 29px;
    letter-spacing: -5px;
    font-family: 'proxima-nova-condensed';
    font-weight: 700;
    font-style: normal;
}

.three_cols ul * {
    letter-spacing: 0;
    text-transform: uppercase;
}

.three_cols ul li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 0 36px;
}

.three_cols ul .holder {
    overflow: hidden;
 
}

.three_cols ul img {
    margin: 0 0 16px;
  max-height:196px;
}

#footer {
    padding: 50px 15px 30px;
    font-size: 15px;
    color: #fff;
    background: #0071BC;
    overflow: hidden;
}
#footer .search_ico img {
	width: 24px;
    margin-right: 0;
    filter: brightness(0) invert(1);
}
#footer .search_ico{
padding: 0 10px;
}
#footer a.btn_donate {
    font-size: 18px;
    padding: 2px 10px;
    border: 3px solid #FBB03B;
  color:#FBB03B;
}
#footer a.btn_donate:hover{
	  background-color:#FBB03B;
    color:#FFF;
}
#footer .container {
    max-width: 1190px;
}

#footer a {
    color: #fff;
}

.footer_logo img {
    max-width: 200px;
}

#footer .container {
    display: flex;
    justify-content: space-between;
}

#footer p {
    font-size: 18px;
    line-height: 36px;
}

#footer ul li {
    margin: 0 0 15px;
}

#footer .social li {
    padding: 0 10px;
}

.staff_holder {
    overflow: hidden;
}

.staff_holder h3 {
    font-weight: 600;
    font-size: 28px;
    color: #0071BC;
    margin: 0 0 50px;
}

.members {
    overflow: hidden;
}

.member_name {
    margin: 0 0 11px;
    display: block;
}

.member_photo {
    margin: 0 0 30px;
    display: block;
    width: auto !important;
    height: auto !important;
}

.member p em {
    color: #0071BC;
    font-style: normal;
}

a:hover {
    color: #0071BC;
}

.navbar {
    position: absolute;
    right: 0;
    top: 125px;
    text-transform: uppercase;
    color: #fff;
    width: 270px;
    z-index: 5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate(150%, 0);
    -webkit-transform: translate(150%, 0);
    -moz-transform: translate(150%, 0);
}

.navbar.active {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
}

.nav_widget {
    overflow: hidden;
    margin: 0 0 6px;
    background: #0071bc;
}

.nav_widget ul {
    display: none;
}

#header .navbar a {
    line-height: 22px;
    color: #fff;
    padding: 11px 32px;
    display: block;
    font-weight: 600;
    font-size: 19px;
    text-align: left;
    border-bottom: 1px solid #026197;
}

.navbar a.widget_opener {
    background: url('../images/down_tip.png') no-repeat 95% 50%;
    background-size: 27px 19px;
}

.print_title {
    display: block;
    color: #0071BC;
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 28px;
}

img.cards {
    max-width: 100%;
    margin: 30px 0 110px;
}

.size-img-responsive {
    width: 100% !important;
    height: auto;
    display: block;
}

.post_image {
    width: 100% !important;
    height: auto;
  
}

.sfsi_widget {
    display: inline-block;
    vertical-align: top;
}

.sfsi_wicons {
    padding-top: 0 !important;
    margin: 0 8px 0 !important;
}
.home-ads {
    background: #dbe5e2;
    margin-bottom: 10px;
}
.home-ads .uds-ad img{
      width: 80%;
    margin: 0 auto;
    display: block;
}
#sidebar .uds-ad{
	    margin: 0px auto 0 auto;
}
.home-ads .container.adds {
   
    justify-content: space-between;
}
.home-ads .container.adds .uds-ads{
    margin: 10px 0;
}
div#advertisement-bottom {
    background: #dbe5e2;
    padding: 7px 0;
}
.list_none .more-2 .more{
	text-align:center;
  display:block;
}
.sfsi_shortcode_container{
	float:none !important;
}
.post_socials {
    padding: 48px 8px 0px;
    overflow: hidden;
    position: static;
    left: 50px;
    top:36.4%;
}
.sfsi_widget {
    display: block;
    vertical-align: top;
}
.sfsi_wicons {
    display: block !important;
    color: #000;
  margin-bottom:8px;
}
.sfsi_wicons {
    padding-top: 0 !important;
    margin: 9px 8px 0 !important;
}
  a.btn_donate, li.btn_donate {

    font-size:25px;

}
.norm_row.sfsi_wDiv  {margin-top:4px;}

.sec_header .article-print .meta {display: flex;padding: 10px 12px;background-color: #f0f0f0;}
div#uds-ads-22{
	display:none;
}
.addthis_default_style {
    margin-top: 20px;
}
@media (max-width:1680px) {
  
  .sfsi_widget a img {max-width:30px; height:auto !important;}
#header {

    padding: 0 200px 0 200px;
}
}
@media (max-width:1580px) {
#header {

    padding: 0 140px 0 140px;
}

    a.btn_donate, li.btn_donate {

    margin-right: 20px;

}
}
@media (max-width:1480px) {
#header {

    padding: 0 100px 0 100px;
}

}
@media (max-width:1300px) {
  
    a.btn_donate,
    li.btn_donate a {
        margin-right: 28px;
    }
    #header {
        padding: 0 115px;
    }
    #header .left {
        width: 38%;
    }
    .recent_posts .posts span {
        font-size: 16px;
        line-height: 21px;
    }
    .large_post h2 {
        font-size: 25px;
        line-height: 29px;
    }
    .life_news h2 {
        margin: 0 0 20px;
        font-size: 28px;
        line-height: 30px;
    }
    .sub_posts .img_holder {
        width: 27%;
    }
    .sub_posts h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .container.life_news {
        max-width: 1072px;
    }
    .fancy_title span {
        font-size: 21px;
    }
    .trending_list li {
        font-size: 15px;
        line-height: 25px;
    }
    .trending_list span {
        font-size: 13px;
    }
    #footer p {
        font-size: 15px;
        line-height: 29px;
    }
    #footer {
        font-size: 13px;
    }
    #footer ul li {
        margin: 0 0 11px;
    }
    .page_title span {
        padding: 12px 15px;
        font-size: 40px;
        line-height: 31px;
    }
    .page_title {
        margin: 0 0 37px;
    }
    .three_cols ul {
        font-size: 16px;
        line-height: 25px;
    }
    .container.three_cols {
        padding: 89px 0 66px;
    }
    .sec_header h1 {
        margin: 0 0 10px;
        font-size: 38px;
        line-height: 37px;
    }
    #content {
        padding: 11px 0 0;
    }
 
    #content p {
        margin: 0 0 13px;
    }
    a.btn_donate,
    li.btn_donate a {
        padding: 12px 9px;
        font-size: 24px;
    }
    .staff_holder h3 {
        margin: 0 0 20px;
    }
    .details {
        padding: 40px 0 0;
    }
   
 
    .logo img {
        max-width: 338px;
    }
    #header .left {
        padding: 25px 0;
    }
    #header .right {
        padding-top: 40px;
    }
    #header .right a {
        font-size: 16px;
    }
    #header .social a {
        font-size: 19px;
    }
    a.btn_donate,
    li.btn_donate a {
        margin-right: 20px;
    }
    .search_ico img {
        width: 26px;
    }
    .menu_opener img {
        width: 35px;
    }
    .navbar {
        top: 108px;
    }

  .post_socials strong{
  	font-size:16px;
        margin-bottom: 16px;
  }
  .sfcm.sfsi_wicon {

    height: 100%;
}
  .sfsi_wicons{
  	width: 25px !important;
    height: 25px !important;
  }	
  .sfsi_wicons {
    padding-top: 0 !important;
    margin: 2px 4px 0 !important;
}
}

@media (max-width:1279px) {
    #main {
        padding: 0 15px;
    }
    .life_news .align_left .holder {
        padding: 0 0 0 7px;
        border-left-width: 10px;
    }
    .sub_posts .img_holder {
        width: 171px;
    }
    .sub_posts h2 {
        font-size: 24px;
        line-height: 29px;
        padding: 0 0 0 10px;
    }
    .life_news .align_left {
        width: 57%;
    }
    .fancy_title span {
        font-size: 18px;
        padding: 11px 30px;
    }
    .container.three_cols {
        padding: 29px 0 56px;
    }
    .page_title {
        margin: 0 0 18px;
    }
    .sec_header h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .sec_header h1 br {
        display: none;
    }
    .details {
        padding: 40px 0 0;
    }
  
    #content p {
        margin: 0 0 20px;
    }
    
    #content {
        width: 77%;
    }
    #sidebar {
        width: 19.4%;
    }
    .logo img {
        max-width: 298px;
    }
    #header .left,
    #header .right {
        padding: 31px 0 35px;
    }
    #header .right {
        padding-top: 41px;
    }
    #header {
        padding: 0 15px;
    }
    .navbar {
        top: 113px;
    }
    .trending_list {
    overflow: initial;
}
}

@media (max-width:999px) {
    .recent_posts {
        padding: 39px 0 72px;
    }
    .large_post h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .recent_posts .posts span {
        font-size: 14px;
        line-height: 18px;
    }
    .recent_posts .posts li {
        margin: 0 0 15px;
    }
    .adds li {
        padding: 0 14px;
    }
    .life_news h2 {
        margin: 0 0 20px;
        font-size: 30px;
        line-height: 35px;
    }
    .sub_posts .img_holder {
        width: 150px;
    }
    .life_news .sub_posts h2 {
        font-size: 18px;
        line-height: 22px;
        padding: 0 0 0 10px;
    }
    .sub_posts .img_holder {
        width: 32%;
    }
    .sub_posts li {
        margin: 20px 0 0;
    }
    .fancy_title img {
        width: 30px;
    }
    .fancy_title span {
        font-size: 16px;
        padding: 10px 20px;
    }
    .life_news .align_right {
        width: 35.4%;
    }
  
    .life_news .align_left {
        width: 62%;
    }
    .trending_list li {
        padding: 0 0 26px 40px;
        font-size: 15px;
        line-height: 22px;
    }
    .trending_list span {
        font-size: 13px;
    }
    .three_cols ul {
        font-size: 15px;
        line-height: 23px;
    }
    .sec_header h1 {
        font-size: 30px;
        line-height: 31px;
    }
    .page_tagline {
        font-size: 21px;
        line-height: 25px;
    }
 
    #footer .col {
        padding: 0 13px;
    }
    #footer p {
        font-size: 15px;
        line-height: 21px;
    }
    #header .left {
        width: 27%;
    }
    .logo img {
        max-width: 228px;
    }
    .social {
        display: none;
    }
    #header .left,
    #header .right {
        padding: 23px 0 26px;
    }
    #header .right {
        padding-top: 35px;
    }
    .navbar {
        top: 96px;
    }
    .navbar {
        top: 78px;
    }
    img.cards {
        max-width: 100%;
        margin: 30px 0 80px;
    }
  .post_socials {
    overflow: hidden;
    position: static;
    left: 0;
    top: 8%;
}
  .trending_list {
    overflow: initial;
}
}

@media (max-width:767px) {
    img.cards {
        max-width: 100%;
        margin: 30px 0;
    }
    .logo {
        position: static;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
    }
    #header .navbar a {
        padding: 9px 22px;
        font-weight: 500;
        font-size: 15px;
    }
    .large_post h2 {
        font-size: 17px;
        line-height: 23px;
    }
    .large_post {
        width: 100%;
        margin: 0 0 30px;
        float: none;
        overflow: hidden;
    }
    .large_post h2 br {
        display: none;
    }
    .recent_posts .posts {
        float: none;
        width: 100%;
    }
    .recent_posts .posts span {
        font-size: 18px;
        line-height: 23px;
    }
    .recent_posts {
        padding: 39px 0 20px;
    }
    .adds li {
        padding: 0 6px;
    }
    .life_news h2 {
        margin: 0 0 20px;
        font-size: 25px;
        line-height: 30px;
    }
    .fancy_title span {
        font-size: 11px;
        padding: 10px;
    }
  .sub_posts .img_holder {
    flex: auto !important;
}
    .adds {
        margin-bottom: 10px;
    }
    .three_cols ul li {
        padding: 0 14px;
    }
    .container.three_cols {
        padding: 29px 0;
    }
    .page_title span {
        padding: 9px 15px;
        font-size: 35px;
        line-height: 27px;
    }
    .sec_header h1 {
        font-size: 23px;
        line-height: 25px!important;
    }
  #content ,
  #content a {
    font-size: 15px;
}
    #footer .col {
        width: 25%;
    }
    #footer a.btn_donate,
    #footer li.btn_donate a {
        margin: 0;
        font-size: 14px;
        padding: 9px 10px;
    }
    .footer_logo img {
        max-width: 130px;
    }
    #header .search_ico,
    #header .left {
        display: none;
    }
    #header .left,
    #header .right {
        width: 100%;
        float: none;
        text-align: center;
        padding: 3px 0 20px;
    }
    a.btn_donate {
        margin: 0;
    }
    #header .left {
        padding: 10px 0 0;
    }
    .menu_opener {
        font-size: 0 !important;
        position: absolute;
        top: 30px;
        right: 15px;
    }
  #header{
  	text-align:left;
  }
    .menu_opener img {
        width: 30px;
    }
    .logo img {
        max-width: 178px;
    }
  .sub_posts .img_holder img,
  .recentPOst > img,
  .post_image, .post-data-content .size-full {
    height: 300px !important;
}
  .recent_posts ul.posts.list_none li .img_holder img {
  /*height: 120px !important;*/
  height: auto !important;
  }
.recentPOst h2 {
    margin: 20px 0px 8px 0 !important;
}
  .recentPOst {
    max-width: 100% !important;
    margin-bottom: 10px;
}
  .new3stroies {
    display: block !important;

}

}

@media (max-width:600px) {
    .fancy_title span {
        float: none;
        margin-left: 9px;
    }
    .recent_posts .posts {
        padding: 0;
    }
    .recent_posts .posts .img_holder {
        float: none;
        width: 100%;
        overflow: hidden;
        margin: 0 0 10px;
    }
    .recent_posts .posts span {
        padding: 0;
    }
    .adds li {
        width: 100%;
        display: block;
        padding: 0 0 10px;
    }
    .life_news .align_left {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .life_news h2 {
        margin: 0 0 10px;
        font-size: 24px;
        line-height: 25px;
    }
    .sub_posts .img_holder {
        width: 100%;
        margin: 0 0 8px;
        float: none;
        overflow: hidden;
    }
    .life_news .sub_posts h2 {
        width: 100%;
        padding: 0;
        float: none;
        overflow: hidden;
    }
    .life_news .align_right {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .three_cols ul li {
        padding: 0 14px;
        display: block;
        width: 100%;
        padding: 0 0 12px;
    }
    .three_cols ul {
        margin: 0;
    }
    .page_title span {
        font-size: 25px;
        line-height: 27px;
    }
    .page_title {
        margin: 0 0 20px;
    }
  
    #sidebar {
        display: none;
    }
  .details   #sidebar {
        display: block;
    width:100%;
    }
    #content {
        width: 100%;
        padding: 0;
        float: none;
    }

    #content p {
        margin: 0 0 10px;
    }
    .post_socials strong {
        font-size: 21px;
          margin: 0px 5px 20px;
    }
  .post_socials {
    padding: 25px 0px 0px;

}

    #footer .container {
        flex-direction: column;
        text-align: center;
    }
    #footer .col {
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
    }
    .staff_holder h3 {
        font-size: 20px;
        margin: 0 0 20px;
    }
  .article-print span {
    font-size: 10px;
}
  .article-print .meta {
    margin-right: 0px!important;
}
  .sec_header .article-print .meta span {
    /* display: block; */
     margin-bottom: 0px !important;
    display: inline-block;
}
  .aut_name_zk {
    color: light-grey;
    font-style:normal !important;
}
}
  .post_socials{
    left:22%;
}
@media (max-width:2200px){
  .post_socials{
    left:18%;
}
}

@media (max-width:1921px){
  .post_socials{
    left:14%;
}
  }
@media (max-width: 1681px){
.post_socials {
    left: 9%;
}
}
@media (max-width: 1600px){
.post_socials {
    left: 7%;
}
}
@media (max-width: 1500px){
.post_socials {
    left: 3%;
}
}
@media (max-width: 1400px){
.post_socials {
    left: 2%;
}

  .sfcm.sfsi_wicon {
    margin: -1px;
    padding: 0;
    width: 30px;
    height: 30px;
}
}
@media (max-width:1100px){
	#content {
    padding: 11px 0 0 0px;
}
  
  
  strong {
    font-size: 11px;
    display: none;
}
  .post-data-content  strong {
    display: block;
    margin:10px 0;
}
  .sfcm.sfsi_wicon {

    height: 24px;
}
  #content p strong,
  #content a{
  	font-size:18px;
  }

}
.post_image,
.post-data-content .size-full {
    height: 450px;
  width:100%;
}
.norm_row {
	display:flex;
}
.post_socials {

    display: flex;
    align-items: center;
}
.article-print>p{
	display:none;
}
#adds {
    background: #dbe5e2;

}
#adds .uds-ads {
    width: 25%;
    padding: 5px;
}

#adds .adds-bottom {
    letter-spacing: -5px;
    margin-bottom: 47px;
    display: flex;
  	padding: 35px 0;
    flex-wrap: wrap;
    justify-content: left;

}
#adds .list_none .more-2 .more {
    text-align: center;
    display: none;
}
.alignright {
    float:right;
      margin-bottom: 20px;
      margin-left:2%;
}

.alignleft {
    float:left;
    margin-bottom:20px;
    margin-right:2%;
}

.recentPOst h2 {
    font-size: 22px;
    margin: 20px 0px;
    font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .recent_posts .large_post img {max-height: 200px;}
  .recent_posts ul.posts.list_none li .img_holder {
    flex: 0 61% !important;
        max-width: 61% !important;
}
  .post-data-content strong{
  	font-size:18px;
  }
.recent_posts .posts span.date {
    display: none;
}

.recent_posts .posts span {
    flex: 0 80% !important;

}
  .recent_posts ul.posts.list_none li .img_holder img {
    height: auto !important;
	  width:auto;
}
  .recentPOst > img {
    height: 170px !important;
}
  .sub_posts .img_holder img {
    /*height: 150px !important;*/
    object-fit: cover;
}
.rst {
    width: 100% !important;
}   
  
  #content a{
  	font-size:18px;
  }
div#uds-ads-22 {
    display: block !important;
}
}


