/*
Theme Name: BiNGO
Theme URI: http://bilalsaim.com
Author: Bilisel
Author URI: https://bilalsaim.com/
Description: Responsive Multipurpose WordPress Theme for NGOs.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: BiNGO
Tags: custom-header, custom-colors, footer-widgets

BiNGO is WordPress theme  by Bilisel.
*/
/*
SİL SONRA
 */
.sow-carousel-item{
    margin:0px !important;
}
html, body,p, ol, li, ul,br, hr, table, tr, td,a{
	margin: 0;
	padding: 0;
    font-family: 'Montserrat', 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
ol, ul {
	list-style-position: inside;
	padding-left:0;
}
h1, h1 a{
    font-size: 40px;
}
a:hover, img:hover{
    outline: 0 !important;
}
h2, h2 a{
    font-size: 34px;
}
h1,h2{
    font-family: 'Open Sans', arial, Helvetica, sans-serif;
    font-weight: 700;
}
h3,h4,h5,h6{
    font-family: 'Open Sans', arial, Helvetica, sans-serif;
    font-weight: 600;
}
input[type="checkbox"], input[type="radio"] {
    display: inline;
}
.home h2{
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-bottom: 25px;
}
span.header-seperator ul li {
    float: left;
   margin: 0 24px 0 -4px;
    list-style-type: square;
    color: #3CB5D0;
    font-size: 28px;
    transform: rotate(136deg);
    z-index: 2;
}
span.header-seperator {
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
        margin-top: 10px;
}
span.header-seperator ul {
    display: table;
    text-align: center;
    float: none;
    margin: 0 auto;
    width: auto !important;
}
span.header-seperator ul:before {
    content: '';
    width: 36.5%;
    height: 1px;
    background: #ededed;
    position: absolute;
    left: 12%;
    top: -1px;
}
span.header-seperator ul:after {
    content: '';
    width: 36.33%;
    height: 1px;
    background: #ededed;
    position: absolute;
    right: 12%;
    z-index: 1;
    top: -1px;
}

.bingo-main{
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);

}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
a, 
img{
     -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    text-decoration: none;
}
a,
img,
div,
table{
    outline: 0 !important;
}
a,
a:hover,
img:hover{
    text-decoration: none !important;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {

}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.bypostauthor, .gallery-caption, .sticky{}
.row{
    margin: 0 !important;
    background:transparent;
    clear: both;
}

/*===============================================================================================================
/*THEME STYLE FOR HEADER SECTION
================================================================================================================*/
.site-header{
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 4000;
    top: 0;
    transition:all 0.15s ease 0.3s;
    -webkit-transition:all 0.15s ease 0.3s;
}

.site-branding{
    background-color: #fff !important;
}
.site-branding p.site-title a {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
    line-height: 50px;
}

.site-branding img{
    margin: 12px 24px;
}
.site-description {
    color: #222;
    margin: -10px 0 0;
}
.site-branding a{
}
.site-branding h1{
    margin-top: 0;
}
.bingo-slider{
    float: left;
    width: 100%;
    background-color: #ddd;
}
.bingo-slider img{
    max-width: 100%;
    width: 100%;
    min-height: 670px;
}
.bingo-slider .textwidget {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.site-content{
    width: 100%;
    float: left;
}
.content-area{
}
.bingo-page-title{
    float:left; 
    width:100%; 
    background:#454545; 
    height: 100px;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px;
    float: left;
    padding-top: 27px;
}
.bingo-page-title h1{
    margin-top: 0;
}
.row{
    padding-left: 0%;
    padding-right: 0%;
}
.bingo-cta .row{padding: 0 !important;}


/*======================== =======================================================================================
/*THEME STYLE FOR SOCIAL ICON SECTION
================================================================================================================*/
#bingo-socials ul{
    width: auto;
    float: right;
    text-align: right;
    list-style: none;
    margin: 0;
}
#bingo-socials li{
    float: left;
    font-size: 18px;
    list-style: none;
    line-height: 20px;
}
#bingo-socials li a{color:#fff; padding: 0 5px; line-height: 37px;}
#bingo-socials li:hover{color:#fff; background: #222;}
.site-footer #bingo-socials a:hover{color: #fff;}

/*===============================================================================================================
/*THEME STYLE FOR FOOTER SECTION
================================================================================================================*/
.site-footer{
    background: #f8d842;
    padding-top: 5px;
    width: 100%;
    float: left;
    color: #777 ;
    border-top: 3px solid #A5A5A5;
}
.bingo-bottom a{
    border:0;
    color: #eeecec;
}


.bingo-cta{
    padding: 40px 8%;
    color: #fff;
    float: left;
    width: 100%;
    font-weight: bold;
    text-align: center;
}
.btn-lg.bingo-cta-btn {
    color: #222;
    background: transparent;
    padding: 17px 40px !important;
    font-size: 20px !important;
    margin-top: 10px !important;
    text-transform: capitalize;
    font-weight: 600;
    background: #fff;
    border-radius: 5px !important;
}
.bingo-cta h3{ font-weight: 600;}
.bingo-footer-widget{
    width: 100%;
    float: left;
    /*padding: 70px 0px;*/
    color: #fff;
    background: #CBCBCB;
    border-top: 3px solid #A5A5A5;
}


.bingo-footer-widget ul{
    list-style: none;
    margin: 0 !important;
    padding:0 !important;
}
.bingo-footer-widget .widget{
    clear: both;
    color: #eeecec;
    line-height: 26px;
}
.bingo-footer-widget .col-md-4,
.bingo-footer-widget .col-md-3,
.bingo-footer-widget .col-md-6,
.bingo-footer-widget .col-md-12{
    padding: 0;
}
.col-md-12.bingo-footer-widget-group{
    padding: 15px 0;
}
/*.btn-lg, 
.btn-group-lg > .btn {
    padding: 10px 30px !important;
    border-radius: 4px !important;
    margin-top: 20px !important;
}
*/
/*===============================================================================================================
/*THEME STYLE FOR footer widget SECTION*
================================================================================================================*/
.bingo-footer-widget .tagcloud a{
    font-size: 15px !important;
    color: #eeecec;
    border: 1px solid #666;
    padding: 5px 10px;
    float: left;
    margin: 0 2px 2px 0;
}
.bingo-footer-widget aside li{
    border-bottom: 1px solid #444;
    padding: 10px 0;
}
.site-footer #bingo-socials li a{color:#000;}
.bingo-footer-widget h2{
    display: inline-block;
    color:#3cb5d0;
    border-bottom: 3px solid #3cb5d0;
    padding-bottom: 7px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

/*===============================================================================================================
/*THEME STYLE FOR SERVICE SECTION*
================================================================================================================*/
.bingo-service {
    text-align: center;
   padding: 50px 7% 100px;
}

.bingo-service .service-box {
    text-align: center;
    float: left;
    padding: 0 25px 25px;
    border: 2px solid #ededed;
    position: relative;
    width: 100%;
    border-radius: 4px;
}

.bingo-service .col-md-4 .service-box h3 {
    text-transform: uppercase;
    font-size:18px;
    font-weight: bold;
}
.bingo-service .col-md-6 .service-box {
    width: 47%;
}
.bingo-service .col-md-4 .service-box {
    min-height: 250px;
        margin-top: 60px;
}
.bingo-service .service-box img,
.bingo-service .service-box i#custom{
       border-radius: 0;
    width: 100px;
    height: 100px;
    margin-top: -50px;
}
.link-overlay {
    border: 2px solid #ededed;
    padding: 3px 26px;
    border-radius: 26px;
    display: inline-block;
    position: absolute;
    left: 30%;
    bottom: -8%;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
} 
.bingo-service .service-box:hover .link-overlay{
    border: 2px solid #3CB5D0;
    color: #3CB5D0;
}
/*===============================================================================================================
/*THEME STYLE FOR Front Recent Post SECTION*
================================================================================================================*/
.bingo_post_nav{
    padding: 10px 0;
    clear: both;
}
.bingo-recent-post{
    width: 100%;
    float: left;
    padding-bottom: 70px;
}
.row.bingo-blog-section {
    padding-top: 50px;
}
.bingo-recent-post a#bingo-continue {
    float: left;
    color: #fff;
    background: transparent;
    padding: 7px 30px;
    border-radius: 30px;
    border: 2px solid #f93812;

}
.bingo-recent-post a#bingo-continue:hover { background: #f93812; 
   }

.col-md-4 .bingo-recent-post-box {
    padding: 0 !important;
}
span.bingo-paginate-right {
    float: right;
}

.bingo-blog_pagination{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
    border-top: 1px solid #ededed;
    padding-top: 20px;
    margin-bottom: 20px;
}
.bingo-blog_pagination a{
      background:#777;
      padding: 3px 10px;
      color: #fff;
      text-transform: uppercase;
}

.post-navigation{
    float: left;
    background: #f9f9f9;
    border-top: 1px solid rgba(0,0,0,.05);
    padding: 20px 20px 0;
    text-align: center;
    width: 100%;
}
.home nav.navigation.post-navigation {
    display: none;
}
.fa-angle-double-left:before {
    content: "\f100";
    margin-right: 10px;
}
.fa-angle-double-right:before {
    content: "\f101";
    margin: 3px 0 0 10px;
    float: right;
}
i.fa.fa-angle-double-right{float: right;}
.bingo-recent-post-box{
    margin: 50px 1% 0;
    width: 98%;
    float: left;
    position: relative;
    overflow: hidden;
}
.bingo-recent-post-box img{
    width: 100%;
    height: 250px;
    opacity: .8;
    overflow: hidden;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    bottom: 0px;
}
.bingo-recent-post .col-md-4 {
    padding: 0 5px;
}
.bingo-recent-post .bingo-post_meta a {
    font-size: 13px;
    color: #222;
    margin-right: 10px;
}
.bingo-recent-post .bingo-post_meta {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 8px;
}
.bingo-recent-post .content-part p {
    font-size: 15px;
    color: #797979;
    line-height: 28px;
}
.bingo-recent-post .bingo-post_meta a:hover,
.bingo-recent-post .content-part h3 a:hover {color:#01a3d8;}
.bingo-recent-post-box:hover img {
  opacity: 1;
  overflow: hidden;
   -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.bingo-recent-post .content-part {
    padding: 10px 15px;
    float: left;
    width: 95%;
    margin-top: -58px;
    position: relative;
    z-index: 20;
    background: #fff;
    margin-left: 20px;
}
.content-part .bingo_post_nav{
    padding: 0;
}

.continue-reading{
    padding: 7px 20px;
    border:3px solid #222;
}
.bingo-recent-post .content-part h3{
    margin-top: 0;
}
.bingo-recent-post .content-part h3 a {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222;
}
.col-md-4 {
    width: 33.333%;
}
.bingo-recent-post .prp-header{text-align: center; width: 100%; float: left;}


/*===============================================================================================================
/*THEME STYLE FOR ELEMENT
================================================================================================================*/
.divider{
    width: 100% !important;
    float: left;
    margin:50px 0 !important;
}
.ps-simple-border{
    height: 1px;
    width: 100%;
    margin:auto;
    background: #fff;
}
.ps-shadow-border{

}
/*===============================================================================================================
/*THEME STYLE FOR bingo feature image
================================================================================================================*/
.bingo-feature-image{
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.bingo-feature-image img {
    width: 100%;
    height: 100%;
}
.bingo-post-meta{
    width: 100%;
    float: left;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(222, 222, 222);
    margin-bottom: 10px;
}
.comments-area{
    border-top: 1px solid rgb(222, 222, 222);
    margin-top: 20px;
}
.comment-form-comment input,
.comment-form-comment textarea,
.comment-form-comment select{
    width: 100%;
}
#comments ol.children {
    margin-left: 50px;
}
#comments ol{
    list-style: none;
}
/*===============================================================================================================
/*THEME STYLE FOR bingo about section
================================================================================================================*/
.bingo-about-section{
    width: 100%;
    float: left;
    background: #ededed;
    padding: 60px 0!important;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;

}
.bingo-about-section .col-md-12 {
    padding: 0;
    max-width: 1160px;
    margin: 0 auto;
    float: none;
    color: #222;
}
.bingo-about-content{
    float: right;
    color: #222;
    padding: 50px 7% 30px 50px;

}

.col-md-12.bingo-about-content img {
    float: left;
    max-width: 600px;
    width: 100%;
    margin-right: 40px;
    min-height: 350px;
}
.col-md-12.bingo-about-content ul {
   margin: 0 0 0 20px;
    float: left;
}
.col-md-12.bingo-about-content ul li {
    font-size: 16px;
    font-weight: 300;
    padding: 5px 0;
}
.bingo-btn.about{
    float: left;
    padding: 15px 55px !important;
}
.bingo-about-section h2{color:#222;}
/*===============================================================================================================
/*THEME STYLE FOR BLOG ARCHIVE/CATEGORY
================================================================================================================*/
.blog article,
.archive article,
.category article,
.tag article{
    padding-bottom: 20px;
}

.blog article h2.entry-title a,
.archive article h2.entry-title a,
.category article h2.entry-title a,
.tag article h2.entry-title a{
    font-weight: 600;
width: 100%;
float: left;
margin-top: 30px;
padding-bottom: 10px;
}
/*===============================================================================================================
/*THEME STYLE FOR SEARCH 
================================================================================================================*/
.search .input-group,
.error404 .input-group{
    width: 100%;
}

/*===============================================================================================================
/Gallery default 3 columns
================================================================================================================*/

.col-md-9 .gallery{ width: 100%; float: left; }
.gallery .gallery-item{
    position: relative;
}

.col-md-9 .gallery.gallery-columns-1 .gallery-item {
    float: left;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    height: 400px;
}
.col-md-9 .gallery.gallery-columns-2 .gallery-item {
    float: left;
    margin: 0 5px 10px;
    text-align: center;
    width: 48%;
    overflow: hidden;
    max-height: 250px;
    position: relative;
}

.col-md-9 .gallery.gallery-columns-3 .gallery-item {
    float: left;
    margin: 0 5px 10px;
    text-align: center;
    width: 32.1%;
    overflow: hidden;
    height: 160px;
}
.col-md-9 .gallery.gallery-columns-4 .gallery-item {
    float: left;
    margin: 0 5px 10px;
    text-align: center;
    width: 23.5%;
    overflow: hidden;
    height: 120px;
}

.gallery .gallery-caption{
    background: rgba(0, 0, 0, .6);
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    color: #fff;
}
.gallery .gallery-item:hover .gallery-caption{
    background: rgba(0, 0, 0, .6);
    display: block;

}
.col-md-9 .gallery .gallery-item img{ width: 100%; height: inherit;}

.gallery-caption {}


/*===============================
*Post-format-quote
*===============================*/
.post-format-quote .fa.fa-quote-left{
    float: left;
    margin-right: 10px;
}




/*===============================
Post format Status 
===============================*/
.entry-header{
    border-bottom: 1px solid #dadada;
}

.bingo-left{
    padding: 0px 50px 0 0 !important;
}
.entry-content.post-format-status {
    background: #fefefe;
    padding: 15px;
    border: 1px inset #ddd;
}

/*innepage style */
.page-template-fullwidth-page .bingo-innerpage .col-md-12 {
    padding: 0px 0;
}


.bingo-innerpage .col-md-9{
    border-right: 1px solid #efefef;
    padding: 30px 50px 0 0;
    width: 70%;
}
#bingo-sidebar {
    float: left;
    border-left: 1px solid #efefef;
    margin-left: -1px;
    padding: 10px 0 0 30px;
    width: 30%;

}
.page-template-leftsidebar-page #bingo-sidebar {
    border-right: 1px solid #efefef;
    margin-right: -1px;
    padding: 50px 30px 0 0;
    width: 30%;
    border-left: 0;
    margin-left: 0;

}
.page-template-leftsidebar-page .bingo-innerpage .col-md-9{
    border-left: 1px solid #efefef;
    padding: 50px 0 0 50px;
    width: 70%;
    border-right: 0;
}

/*===============================================================================================================
/*THEME STYLE FOR SIDEBAR SECTION*
================================================================================================================*/
#bingo-sidebar ul{
    list-style: none;
    padding: 0;
    margin:0;
}
#bingo-sidebar ul li{
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
}
#bingo-sidebar,
#bingo-sidebar  a{
    color: #222;
}
#bingo-sidebar  a:hover{
    color: #2399b3;
}
#bingo-sidebar ul li:last-child{
    border:0;
}
#bingo-sidebar .widget{
    margin-bottom: 20px;
}
#bingo-sidebar .widget h2{
    margin-top:0;
}

#bingo-sidebar .widget_tag_cloud{
    float: left;
    clear: both;
}

#bingo-sidebar .widget .tagcloud a{
    font-size: 15px !important;
    border:1px solid #ddd;
    padding: 5px 10px;
    float: left;
    margin: 0 2px 2px 0;
}
#bingo-sidebar h2.widget-title {
    font-size: 25px;
    color: #3CB5D0;
    width: 100%;
    padding: 0;
    border-bottom: 2px solid;
    padding-bottom: 12px;
}
#bingo-sidebar .input-group{
    width: 100%;
}
#bingo-sidebar .widget_search .input-group input[type='text']{
    border: 2px solid #3CB5D0;
box-shadow: none;
border-radius: 0;
line-height: 30px;
float: left;
height: 44px;
}
#bingo-sidebar .widget_search button[type='submit']{
    background: rgb(60, 181, 208) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: 0px none;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0px;
    padding: 12px;
    float: right;
}
#bingo-sidebar .widget_search .input-group-btn{
    width: 5%;
}


/*===============================================================================================================
/*BIL*
================================================================================================================*/


.bingo-tags{
    display: inline-block;
    margin: 10px 0;
}

.bingo-tags a{
    color: #FF2020;
    font-size: 20px;
}

.bingo-tags a:before{
    content: "#";
}

.media-list .media-heading{
    font-size:16px;
}

.media-list .media-body p{
    font-size:15px;
}

ul.media-list.media-list-profile li.media.media-separator:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #eee;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*===============================================================================================================
/*BINGO SHARE*
================================================================================================================*/
.bingo-share{
    width: 100%;
    display: inline-block;
    -webkit-box-shadow: 1px 9px 29px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 9px 29px -9px rgba(0,0,0,0.75);
    box-shadow: 1px 9px 29px -9px rgba(0,0,0,0.75);
    margin:10px 0 20px 0;
}

.bingo-share .fa {
    padding: 10px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.bingo-share ul li{
    list-style: none;
    float: left;
    width: 20%;
}

.bingo-share .fa:hover {
    opacity: 0.7;
}

.bingo-share .fa-facebook {
    background: #3B5998;
    color: white;
}

.bingo-share .fa-twitter {
    background: #55ACEE;
    color: white;
}

.bingo-share .fa-google {
    background: #dd4b39;
    color: white;
}

.bingo-share .fa-linkedin {
    background: #007bb5;
    color: white;
}

.bingo-share .fa-youtube {
    background: #bb0000;
    color: white;
}

.bingo-share .fa-instagram {
    background: #125688;
    color: white;
}

.bingo-share .fa-pinterest {
    background: #cb2027;
    color: white;
}

.bingo-share .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.bingo-share .fa-skype {
    background: #00aff0;
    color: white;
}

.bingo-share .fa-android {
    background: #a4c639;
    color: white;
}

.bingo-share .fa-dribbble {
    background: #ea4c89;
    color: white;
}

.bingo-share .fa-vimeo {
    background: #45bbff;
    color: white;
}

.bingo-share .fa-tumblr {
    background: #2c4762;
    color: white;
}

.bingo-share .fa-vine {
    background: #00b489;
    color: white;
}

.bingo-share .fa-foursquare {
    background: #45bbff;
    color: white;
}

.bingo-share .fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.bingo-share .fa-flickr {
    background: #f40083;
    color: white;
}

.bingo-share .fa-yahoo {
    background: #430297;
    color: white;
}

.bingo-share .fa-soundcloud {
    background: #ff5500;
    color: white;
}

.bingo-share .fa-reddit {
    background: #ff5700;
    color: white;
}

.bingo-share .fa-rss {
    background: #ff6600;
    color: white;
}

@media screen and (max-width: 480px) {
    .bingo-share {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        margin-bottom: 0px;
    }

    .bingo-share ul li{
        margin:0;
        width: 20%;
    }

    .bingo-share .fa{
        margin:0;
        width: 100%;
    }

    .bingo-share .fa:hover {
        opacity: 1.0;
    }
}


/*
* Blog Cards
 */
.card-text a{
    font-size: 14px;
}

.bingo-card{
    margin-bottom: 20px;
    padding-bottom: 10px !important;
}

.bingo-card img{
    max-width: 333px;
    height: auto;
}

.bingo-card-block{
    padding: 10px;
}

.bingo-card-footer{
    padding: 0px 10px;
}

.bingo-shadow{
    -webkit-box-shadow: 1px 9px 29px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 9px 29px -9px rgba(0,0,0,0.75);
    box-shadow: 1px 9px 29px -9px rgba(0,0,0,0.75);
}

.bingo-card-more{
    margin-top:20px;
}

.bingo-card hr{
    margin-top: 5px;
    margin-bottom: 10px;
}