/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 11:14:18 AM
    Author     : anshitapatel
*/
.margintop16 {
    margin-top: 16px;
}
.donation_btn_margin {
    margin-top: 6px !important;
    margin-left: -25px;
}
.height85 {
    height: 80px;
}
.progress-bar-striped {
    background-size: 20px 20px !important;
}
.wish_granter_row {
    overflow: auto;
    white-space: nowrap;
}
.wish_granter_row ul {
    margin: 0px 20px;
}
.wish_granter_row ul li::before {
    content: "•"; 
    color: #fff;
    display: inline-block; 
    width: 1em;
    margin-left: -1em
}

.wish_granter_row ul li{
    display: inline-block;
    color: white;
    text-align: center;
    padding: 15px;
    font-weight: bold;
}
.prog_bar_content {
    font-size: 20px;
    font-family: sans-serif;
    margin: 13px;
    color: #888;
}
.orange_font_large { 
    color: #f4911d;
    font-size: 30px;
}
#wishscroll {
    margin-right: 50px; 
    margin-top: 10px;
    float: none;
    width: 100%;
    border-radius: 0px;
    background-color: #f4911d;
    border-left: 30px solid #f4911d;
    border-right: 30px solid #f4911d;
}
#wishscroll ul li {
    list-style-type: disc;
} 
#wishscroll_inner_div {
    height: 50px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: normal;
    width: 100%;
}
#wishscroll_inner_div li{
    margin: 10px;
}
#omo_grid .main_box{
    float: left;
    width: 150px;
}
#omo_grid .main_box .common_box{
    position: relative;
    border: 1px solid #8ac33f;
    border-radius: 10px;
    padding: 0px 0px;
    text-align: center!important;
    color: #1b75b8;
    font-size: 15px;
    background: #fff;
    height: 100px !important;
}
#omo_grid .main_box {
    padding-top: 0px;
    min-width: 215px !important;
    margin: auto;
}
.omo_text {
    font-weight: bold;
    line-height: 2;
}
.omo_text h2{
    color: #f4911d;
}
.omo_text span {
    color: #8ac33f;
}
.margin-top10 {
    margin-top: 10px;
    font-weight: bold;
}
.grant_btn:hover {
    background-position: bottom left;
    height: 75px !important;
    margin-top: -10px !important;
}
.home_section .home_content p { 
    margin: 13px auto 0px auto;
}
.home_content p.wishestotaling {
    font-size: 15px;
    font-weight: 700;
    margin-top: 30px;
}
.home_content p.bordermiddle {
    border: 1px solid #555;
    width: 220px;
}
.home_content p.wishestotaling span{
    font-size: 20px;
    font-weight: bold;
    color: #F4911D;
}
.margintop30 {
    margin-top: 30px;
}
.home_section .home_content {
    padding-top: 70px;
}
.home_section .home_content h1 {
    font-family: Open Sans;
    font-size: 40px;
    line-height: 0.7;
}
.home_section .home_content h2 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 25px;
    color: #6a6d6e;
}
.home_section .home_content h1 strong{
    font-weight: bold;
}
.homepage_text a {
    margin-top: 20px !important;
}
.homepage_text .learn_more_text {
    color: #fff;
    text-decoration: underline;
}
.homepage_text .learn_more_text:hover { 
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}
.marginright10 {
    margin-right: 10px;
}
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}
.img-featured-container{
    padding-top: 15px; 
    max-width: 225px !important;
    margin: auto;
}
.img-featured-container .common_box{
    border: none !important;
    position: relative;
    padding: 5px;
    text-align: center!important;
    height: 210px;
    width: 230px;
}
.img-featured-container .common_box img {
    width: 100%;
    height: 100%;
}
.img-featured-container .common_box .commenticon {
    width: 16px !important;
    height: 16px !important;
    margin-right: 5px !important;
    margin-top: -2px;
}
.img-featured-container .common_box .hearticon{
    width: 20px !important;
    height: 20px !important;
    margin-right: 5px !important;
    margin-top: -2px;
}
.img-featured-container .common_box .img-backdrop {
    background: linear-gradient(135deg, rgba(136, 139, 146, 0.85), rgba(33, 39, 38, 0.85));
    margin: 0;
    padding: 0;
    width: 90%;
    height: 95%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    color: #fff;
    transition: all 0.3s ease;
}

.img-featured-container .common_box:hover > .img-backdrop {
    opacity: 1;
}
/* center text horizontally and vertically on image hover */
.img-featured-container .common_box .description-container {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 30px;
    text-align: center;
    line-height: 20px;
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-style: preserve-3d;
    z-index: 2;
    opacity: 0;
    transition: all .2s ease;
}

.img-featured-container .common_box .description-container .fa-instagram {
    font-size: 40px;
}

.img-featured-container .common_box .description-container p {
    font-weight: 300;
    margin-bottom: 0;
}

.img-featured-container .common_box :hover .description-container {
    opacity: 1;
}

.img-featured-container .common_box .description-container .caption {
    display: inline-block;
    margin-bottom: 10px;
}

.img-featured-container .common_box .description-container .likes,
.img-featured-container .common_box .description-container .comments {
    margin: 0 5px;
}
#next-feeds.btn-feed {
    padding: 0px;
    right: 15px;
    top: 120px;
    background-color: transparent;
    position: absolute;
    border: none;
    z-index: 9999;
    width: 45px;
    outline: none;
}
#previous-feeds.btn-feed {
    padding: 0px;
    left: 60px;
    top:120px;
    background-color: transparent;
    position: absolute;
    border: none;
    z-index: 9999;
    width: 45px;
    outline: none;
}
#btn-instafeed-load {
    color: #fff;
    background: #26a3ff;
    margin: 20px auto;
    padding: 8px 12px;
    display: block;
    border: none;
}
.img-featured-container .common_box .description-container .caption {
    display: block;
    max-height: 100px;
    overflow: hidden;
}
.img-featured-container .common_box span {
    position: relative; 
    color: #fff;
}
#instafeed-gallery-feed .col-sm-2 {
    width: 20%;
}
.img-backdrop .learn_more_wbtn {
    margin-top: 40px;
}
.help_section .img_wrap {
    max-height: 145px; 
    overflow: hidden;
}
.main_box {
    padding-top: 15px;
    max-width: 410px; 
    margin: auto;
}
@media screen and (min-width:768px) {
    #instafeed-gallery-feed {
        margin-top: 20px;
        min-height: 250px;
        margin-left: 30px !important;
    }
}
@media (min-width: 501px) and (max-width: 767px) { 
    #omo_grid.main_box {
        margin: auto!important;
        float: left !important;
        width: 30%!important;
        max-width: 50% !important;
    }
}
@media (min-width: 200px) and (max-width: 990px) { 
    .img-featured-container .common_box {
        border: none !important;
        position: relative;
        padding: 0px;
        text-align: center!important;
        height: 290px;
        width: 330px;
    }
    #instafeed-gallery-feed .col-sm-2 {
        width: 100%;
        float: none;
    }
    .img-featured-container {
        padding-top: 15px;
        max-width: 370px !important;
        margin: auto;
    }
    .img-featured-container .common_box .img-backdrop {
        background: linear-gradient(135deg, rgba(136, 139, 146, 0.85), rgba(33, 39, 38, 0.85));
        margin: 0;
        padding: 0;
        width: 95%;
        height: 100%;
        position: absolute;
        z-index: 1;
        opacity: 0;
        color: #fff;
        transition: all 0.3s ease;
    }
}
@media screen and (max-width: 767px) {
    .greenbar h1{
        font-size: 30px!important;
        line-height: 30px!important;
        margin-top: 20px !important;
    }
    #previous-feeds.btn-feed {
        padding: 0px;
        left: 15px;
        background-color: transparent;
        position: absolute;
        border: none;
        z-index: 9999;
        width: 45px;
        outline: none;
    }
    #next-feeds.btn-feed {
        padding: 0px;
        right: 15px;
        background-color: transparent;
        position: absolute;
        border: none;
        z-index: 9999;
        width: 45px;
        outline: none;
    }
}
@media screen and (max-width: 450px) {
    .home_section .home_content {
        padding-top: 25px;
    }
    .margintop30 {
        margin-top: 15px !important;
    }
}

@media screen and (min-width:1113px) and (max-width: 1394px) {
    .img-featured-container {
        padding-top: 15px;
        max-width: 370px;
    }
}
@media screen and (min-width:1280px) and (max-width: 1394px) {
    #next-feeds.btn-feed {
        padding: 0px;
        right: -15px;
        top: 120px;
        background-color: transparent;
        position: absolute;
        border: none;
        z-index: 9999;
        width: 45px;
        outline: none;
    }
}

@media screen and (max-width: 500px) {
    #omo_grid.main_box {
        margin: auto!important;
        float: none!important;
        width: 30%!important;
        max-width: 65% !important;
    }
    .home_section .home_content h2 {
        font-size: 22px;
    }
    #instafeed-gallery-feed {
        margin-top: 20px;
        min-height: 300px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1110px) {
    #next-feeds.btn-feed {
        padding: 0px;
        right: -25px;
        background-color: transparent;
        position: absolute;
        border: none;
        z-index: 9999;
        width: 45px;
        outline: none;
    }
}
@media screen and (min-width: 1112px) and (max-width: 1112px) {
    #next-feeds.btn-feed {
        padding: 0px;
        right: -7px;
        background-color: transparent;
        position: absolute;
        border: none;
        z-index: 9;
        width: 45px;
        outline: none;
    }
}
@media screen and (min-width: 1434px) and (max-width: 1609px) {
    #next-feeds.btn-feed {
        padding: 0px;
        right: 60px;
        background-color: transparent;
        position: absolute;
        border: none;
        z-index: 9999;
        width: 45px;
        outline: none;
    }
}

@media screen and (min-width: 1609px) and (max-width: 1920px){
    #next-feeds.btn-feed {
        padding: 0px;
        right: 75px;
        background-color: transparent;
        position: absolute;
        border: none;
        z-index: 9999;
        width: 45px;
        outline: none;
    }
}