/* Themify Customize Styling */
#headerwrap {	background-image: none;
	background-size: cover; 
}
#header {	
	background-size: cover; 
}
.post-meta, .loops-wrapper.list-post .post-meta, .single-post .post-meta, .loops-wrapper.grid4 .post-meta, .loops-wrapper.grid3 .post-meta, .loops-wrapper.grid2 .post-meta {		text-transform:uppercase; 
}

/* Themify Custom CSS */
.home #headerwrap #site-logo a{
display: none;
}
.home{
font-weight: 300;
}
.post-meta .post-category a{
pointer-events: none;
}
.post-content {
text-align: justify;
}
.post-content {
text-align: justify;
}
.post-title{
text-align:center ;
}
.post-title a{
font-size: 40px;
}
.post-meta a{
font-size: 15px;
}
.post-meta {
font-size:0;
text-align: center;
padding-bottom: 25px;
}
.post-meta a::before{
content: "\2022\2022\2022\2022\2022\2022";
padding-right: 3%;
font-family: "Open Sans", Arial, sans-serif;
}
.post-meta a::after{
content: "\2022\2022\2022\2022\2022\2022";
padding-left: 3%;
font-family: "Open Sans", Arial, sans-serif;
}
.post-date-inline {
text-align: center;
}
.mobile_menu_active .post-date-inline {
display: inline;
}
.mobile_menu_active .post-title a{
font-size: 30px;
}

.mobile_menu_active .post-category {
font-size: 0;
}
.mobile_menu_active .post-category a{
font-size: 12px;
}
.mobile_menu_active #site-logo {
    font-size: 20px;
    padding-top: 3.5px;
}
.mobile_menu_active .post-meta {
font-size:0;
text-align: center;
padding-bottom: 0;
}
.mobile_menu_active #headerwrap #menu-icon {
    display: none;
}
.loops-wrapper.list-post .has-post-thumbnail .post-date-inline, .single-post .has-post-thumbnail .post-date-inline {
    display: inline;
}
.single-post .post-title a{
font-size: 50px;
}
.single-post .post-image {
text-align: center;
}
.single-post .post-image img{
max-width: 900px;
max-height: 675px;
}
@media screen and (max-width: 680px){
.single-post .post-image img{
max-width: 330px;
max-height: 160px;
}
}
@media screen and (max-width: 680px){
 .single-post .post-title a{
font-size: 30px;
}
}
.single-post .post-date{
padding-bottom: 35px;
}
.single-post .post-meta{
padding-bottom: 25px;
}
.mobile_menu_active .post-date{
padding-bottom: 10px;
}
.themify_builder .text-22-1-1-1.module-text p{
max-width: 300px;
margin:auto;
}
.module-title{
text-align: center;
}
#footerwrap{
 background: none;
background-color: #45CEEF;
-webkit-animation: colorpulse 40s infinite alternate;
animation: colorpulse 40s infinite alternate;
}
@-webkit-keyframes colorpulse {
                                                                                                                                      0%   {
  background-color: #45CEEF;
 }
25%  {
  background-color: #FFF5A5;
 }
50%  {
  background-color: #FFD4DA;
 }
75%  {
  background-color: #99D2E4;
 }
100% {
  background-color: #D8CAB4;
 }
}
@keyframes colorpulse {
                                                                                                                                      0%   {
  background-color: #45CEEF;
 }
25%  {
  background-color: #FFF5A5;
 }
50%  {
  background-color: #FFD4DA;
 }
75%  {
  background-color: #99D2E4;
 }
100% {
  background-color: #D8CAB4;
 }
}
@media screen and (max-width: 680px) { /* Themify Customize Styling */
#headerwrap {	background-image: none; 
}
#header {		font-weight:normal;
 
}
.page-title {	
	color: #ff0000;	font-size:1px;

	background-color: #ff0000; 
}
 }