.single-blog-wrapper {
	background-color:#faf9f9 ;
	padding: 50px 0px;
}
.single-blog-wrapper .single-blog-body{
	padding-bottom: 100px;
}
.single-blog-wrapper .single-blog-content .single-blog-title{
	 font-family: 'Piedra', cursive;
	 font-weight: normal;
	 font-size: 40px;
	 line-height: 52px;
	 text-align: center;
	 color: #312114;
	 width:600px;
    margin:0 auto; 
    padding-bottom: 15px;
}
.single-blog-wrapper .single-blog-content h6{
	font-family: 'Lato', sans-serif;
   font-weight: bold;
   font-size: 18px;
	line-height: 22px;
	color: #797878;
	padding: 20px 0px;
	text-align: left;
}
.single-blog-wrapper .single-blog-content p{
	 font-family: 'Lato', sans-serif;
	 font-weight: normal;
	 font-size: 18px;
	 line-height: 28px;
	 color: #797878;
	 text-align: left;
}
.single-blog-wrapper .single-blog-content img{
	 max-width: 100%;
	 text-align: center;
}
.single-blog-wrapper .single-blog-content{
	 text-align: center;
	 padding: 50px 50px;
}
.single-blog-wrapper .single-blog-content .single-blog-text a{
	color:#797878 !important;
	font-size: 18px !important;
   text-decoration: underline !important;
   font-weight: normal;
}
.single-blog-wrapper .single-blog-content .single-blog-text a:hover{
	color:#ef7f22 !important;
}
.donate-section{
	 background-color:#ef7f22;
	 display: flex;
	 align-items: center;
	 flex-direction: column;
	 height: 250px;	
	 justify-content: center;
	 font-family: 'Lato', sans-serif;
}
.donate-section h4{
    font-size: 15px;
    padding: 10px;
    color: #383636;
}
.donate-section i{
	 padding-right: 5px;
}
.donate-section a{
	 background-color: black;
	 padding: 10px;
    font-size: 18px;
    color: #fff !important;
    text-decoration: none;
}
.donate-section a:hover{
	background-color: white;
	color: black !important;
	font-weight: bold;
}
.single-blog-wrapper .single-blog-text{
	padding: 0px 50px;
}
.v-separator{
	border-right: 10px solid #decece;
	border-left: 10px solid #decece;	
	position: relative;
}
.v-separator:after{
   content: " ";
    position: absolute;
    width: 10px;
    top: 0;
    left: 20px;
    height: 100%;
    background: #decece;
}
.v-separator:before{
   content: " ";
    position: absolute;
    width: 10px;
    top: 0;
    right: 20px;
    height: 100%;
    background: #decece;
}

.page-id-5117 #top > .container > .row nav >ul {
   display:none !important;
}

.loader-wrapper { z-index:99999 !important; }
/*responsive*/
@media only screen and (max-width: 768px){
   .single-blog-wrapper .single-blog-content .single-blog-title {
		font-size: 30px;
	}
}


@media only screen and (max-width: 999px){
	body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
		height: 78px!important;
	}

	#navbar-menu {
		background-color: #EF7F22;
		padding-right: 20px;
		padding-left: 15px
        display: inherit !important;
	}
}

@media only screen and (max-width: 767px){
   .single-blog-wrapper .single-blog-content .single-blog-title {
		font-size: 20px;
		line-height: 30px;
		width: 220px;
	}
	.single-blog-wrapper .single-blog-text{
	padding: 0px 10px;
}
.single-blog-wrapper .single-blog-content {
	padding: 50px 35px;
}

}
@media only screen and (max-width: 360px){
	.single-blog-wrapper .single-blog-content .single-blog-title {
		width: 165px;
	}
}
@media only screen and (max-width: 280px){
	.single-blog-wrapper .single-blog-content .single-blog-title {
		width: 128px;
	}
}

