/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2020 | 19:52:00 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

@keyframes flyinsky {
  0% {opacity:0;}
  100% {opacity:1;}
}

.f_images{
width:auto;
height:400px;
margin:0 15px;
animation-name:flyinsky;
position:relative;
animation-duration: .8s;
opacity:0;
animation-fill-mode: forwards;
animation-timing-function:ease-in;
background-size:cover!important;
}
.post_box {
width:33%;
float:left;
}
footer {
clear: both;
}
.posts_box {
width:1200px;
margin:60px auto;
}
.post_title{
color:black;
font-size:18px;
line-height:30px;
padding:5px;
min-height:50px;
text-align:center;
}
.title_box{
margin:0 15px;
position:relative;
padding:5px 5px 0px 0px;
}
.post_date{
position:relative;
top:-20px;
text-align:center;
margin:0 15px;
}
.post-template-default .entry-author-data{
display:none;
}
.post-template-default .entry-meta{
display:none;
}
.post-navigation{
display:none;
}
.comments-area{
display:none;
}
.prev{
left:0;
}
.mySlides img{
max-width:600px;
max-height:600px;
}
ul.menu{
padding-inline-start:0!important;
padding-start:0!important;
-moz-padding-start: 0!important;
-webkit-padding-start:0!important;
}
.vce-basic-menu-container .vce-basic-menu ul .menu-item a{
text-transform: capitalize;
font-size: 18px;
}
.eapps-instagram-feed-posts-item-link{
border: none!important;
}
.tp-bullet-title
{
display:none!important;
}