@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Kreon);

    .main-head .title {
        font-size: 42px;
        letter-spacing: 0px;
        font-family: 'Roboto Condensed';
        font-weight: 300;
            line-height: 40px;
        padding: 25px 0 0 3px;
    }
    
    .main-head .title a { 
        color: #e01b50;
    }

#description {
    color: #777;
    font-size: 18px;
    font-weight: normal;
    font-family: Kreon;
    text-transform: uppercase;
    line-height: 30px;
    padding: 15px 0 0 3px;
}

#description a {
    color: #777;
}

#description a:hover,
header .textwidget a:hover {
    color: #e01b50;
    text-decoration: none;
}



.social {
    margin: 15px 0;
}

.social a {
    background: #333;
    padding: 5px 10px 5px 5px;
    color: #fff;
    line-height: 24px; 
    font-size: 16px;
    text-decoration:none;
}
.social a:hover {
        border-radius: 12px; 
}

.social .fa {
    width: 25px;
    text-align:center;
}


.social .twitter { background: #00abe3; }
.social .fb { background: #004088; }
.social .rss { background: #ff5b22; }



.donate.social a {
    background: #e01b50;
    border-radius: 5px; 
    border: 1px solid #b41741;
    padding: 15px 25px;
    margin: 0 10px;
    display: block;    
}

.donate.social a:hover {
    background: #c71847;
}


.navigation .menu > li.menu-item-4932,
.navigation .menu > li.menu-item-4717,
.navigation .menu > li.menu-item-4730 { 
    background-color: #e01b50; 
}



.widget_links a:before { 
 font-family: FontAwesome;
   content: "\f08e";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
}

.widget_nav_menu a:before { 
 font-family: FontAwesome;
   content: "\f105";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
}




.cat-251 ~ .highlights ul.posts-list.thumb li  {
    margin: 0;
}

.cat-251 ~ .highlights ul.posts-list.thumb li .content {
    margin: 0;
}

.cat-251 ~ .highlights ul.posts-list.thumb li  {
  padding: 3px 0 0 0;
}

.comments {
    visibility: hidden;
}

.cat-251 ~ .highlights ul.posts-list.thumb li time  {
    display: none;
}

.cat-251 ~ .highlights ul.posts-list.thumb li > a {
    display: none;
}







.flexslider li { 
    /*max-height: 250px;*/
    max-height: 350px;
/*    overflow: hidden;*/
}

.flexslider li img {
/*border: 1px solid #00aa00;*/
    width: 100%;
    /*height: 300px;*/
    /*width: auto;*/
}

.flexslider .image-link {
    height: 350px;    
    position: relative;

    /*top: -50%;
    margin-top: 50%;*/
}

.main-featured {
    border: 0;
    padding:0;
    margin:0;
}

article.post ~ .related-posts {
    margin-top: 40px;
}

.prev-next-posts {
    background: #f9f9f9;
    border: 1px solid #d9d9d9;
    border-left: 0;
    border-right: 0;
    line-height: 32px;
    margin-top: 28px;
    padding: 0 5px;
}

.prev-next-posts .next-post {
    float: right;   
}

.posts-list .content > a {
    font-size: 14px;
}


ul.term-list {
    margin: 0 15px;
}

ul.term-list > li {
    list-style: none;
}

ul.term-list ul {
    margin: 5px 15px 20px 30px;
}

.idt {
    width: 60px;
    display: inline-block;
}






/* donations banner */

#banner-donations {
    z-index: 100;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #323246;
    background: rgba(50, 50, 70, 0.9);
    color: #fff;
    padding: 0 0 50px 0;
    margin: 0;
}

#banner-donations .inner {
    margin: 40px 30px 15px 60px;
}

#banner-donations a.button {
    background: #e01b50;
    border-radius: 5px; 
    border: 1px solid #b41741;
    padding: 5px 25px;
    margin: 0 10px;
    display: inline-block;
    color: #fff;
}

#banner-donations a:hover.button {
    background: #c71847;
}

#banner-close {
    font-size: 0.75em;
    display: inline-block;
    float: right;
    text-align: center;
    margin: 10px 0 0 40px; 
}

#banner-close:hover {
    cursor: pointer;
    color: #c71847;
}

#banner-close .fa {
    font-size: 3em;
}

#donations-buttons {
    display: inline-block;
    width: 25%;
    float: left;
    margin: 15px 0 0 0;
}

#donations-text {
    display: inline-block;
    width: 55%;
}

#donations-bar {
    border: 1px solid #fff;
    height: 15px;
    background: #fff;
    border-radius: 3px;
    margin: 25px 0 0 0;    
    position: relative;
}

#donations-bar-inner {
    background: #c71847;

    height: 100%;
    display: inline-block;
    border-radius: 3px;
    position: absolute;
    top: 0;
    
}

#donations-bar span {
    position: absolute;
    top: 18px;
    font-size: 0.725em;
}

#donations-bar .begin {
    left: 3px;
}

#donations-bar .end {
    right: 3px;
}

#donations-bar .l1-4 {
    left: 25%;
    width: 50px;
    margin-left: -25px;

}

#donations-bar .l1-2 {
    left: 50%;
    width: 50px;
    margin-left: -25px;

}

#donations-bar .l3-4 {
    left: 75%;
    width: 50px;
    margin-left: -25px;

}

@media only screen and (max-width: 799px) {
    #banner-donations .inner {
        margin: 30px 30px 15px 30px;
    }
    
    #donations-buttons {
        width: 50%;
    }
    
    #donations-text {
        padding-top: 90px;
        display: block;
        width: 100%;
    }
}