#primary .post .entry-meta a {
    /* color: #0f907f; */
    display: none;
}
.site-info .by {
    display: none;
    float: right;
}
.custom-logo {
	height: 70px;
    width: 180px;	
	 position:absolute;
	 top:20px;
}
@media (max-width:768px){
	.custom-logo {
	      height:50px;
        width: 115px;
		    top: 45px;
	}	
	#mobile-header a {
    /*background:#000;*/
    margin-top: -23px;
}
}

.banner .text .btn-learn {
    font-size: 22px;
    line-height: 65px;
    font-weight: 600;
    color: #fff;
    height: 65px;
    width: 264px;
    text-align: center;
    background: #02b1cd;
    display: inline-block;
    border: 1px solid #02b1cd;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	  visibility: hidden;
}
.banner .text .btn-learn:hover {
    background-color: #b6d32f; /* Green */
    color: white;
}
.home.has-slider .site-header .header-bottom, .site-header .header-bottom {
    /*background: rgba(175, 175, 175);*/
	/*background: rgba(236, 247, 91, 0.74);*/
	/*background: rgb(236, 247, 91);*/
	background:  rgb(255, 224, 0);
    padding: 25px 0 10px;
}
.site-header .btn-donate:hover {
/*background-color: #b6d32f; /* Green */
	background-color:#ffc82a;

    color: white;
}
.site-header .btn-donate {
    float: right;
    font-size: 18px;
    line-height: 44px;
    font-weight: 600;
	  BACKGROUND-COLOR: #02B1CD;
    color: #000;
    border: 1px solid #02b1cd;
    height: 46px;
    width: 184px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.main-navigation a:hover, .main-navigation ul li:hover > a {
    /*color: #b6d32f;*/
	color:#ffc82a;
}
.blog-section .blog-holder .post .readmore:hover {
    text-decoration: none;
    /*color: #b6d32f;*/
	color:#ffc82a;

}
.blog-section .blog-holder {
    background: rgb(255, 224, 4);
    padding: 71px 0;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #000;
    /* padding: 0 0 17px; */
}
.banner .text {
    max-width: 840px;
    margin-left: 0; 
    text-align: left;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}
.intro .columns-3 .text-holder .btn {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    font-weight: 700;
    color: #33b0cf;
    text-transform: uppercase;
}
h3{
	color:#000;
}
.btn-default {
    color: #333;
    background-color: #fcb216;
    border-color: #ccc;
}
.visual-form-builder fieldset {
    clear: both;
    margin: 15px 0;
    padding: 0;
    border: 1px solid #ffe004;
    border-radius: 3px;
    background-color: #ffe004;
}

.banner .text .main-title {
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
    display: block;
    margin: 0 0 20px;
    visibility: hidden;
}
.intro .columns-3 .text-holder .btn {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    font-weight: 700;
    color: #33b0cf;
    text-transform: uppercase;
    margin-left: 20%;
}