/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }
.entry-meta .posted-on { display: none; }

body #page-title-slt, body footer#site-footer, footer#site-footer #secondline-themes-copyright { 
    background-color: transparent;
}

#content-slt.site-content-blog-post {
    padding-top: 0px; 
}

body .secondline-masonry-padding-blog .secondline-blog-content {
    background-color: transparent !important;
}

/* Set default styles for the audio players */
#foolStory, #krozugStory, #divorceStory {
  display: block;
}

/* Hide krozugStory and divorceStory players by default */
#krozugStory, #divorceStory {
  //display: none;
	opacity: 0.5;
	pointer-events: none;
	filter: blur(5px);
}

/*body .mc4wp-form .mc4wp-form-fields {
	
	min-width: 100% !important
}*/


@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	0% {
		transform: translatex(0px);
	}
}

.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0px !important;}
		

#floating-space-baby {
	animation: float 3s ease-in-out infinite;
}

body #page-title-slt-post-page {
    background: transparent;
}

/*body .podcast-meta-new-window {
	visibility: hidden !important;
		opacity: .1 !important;
	
}*/

 @media screen and (max-width: 767px) {
		
	body .elementor-element.auto-margin, body .elementor-shortcode {background-size: 100%;
		text-align: center !important}
	
}

body #main-container-secondline a.powerpress_link_pinw:before, #main-container-secondline a.podcast-meta-new-window:before, body #main-container-secondline a.podcast-meta-download:before {
	display:none !important
	}

/*
#footer.solid-bg {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
@media only screen and (max-width: 1600px) {
body .elementor-element.auto-margin, body .elementor-shortcode {
background-size: 100%;
}
}

/* only desktop 
@media only screen and (max-width: 768px) {
body .secondline-blog-single-content {
	  -moz-column-count: 2;
	  -moz-column-gap: 50px;
	  -moz-column-rule: none;
	  -webkit-column-count: 2;
	  -webkit-column-gap: 50px;
	  -webkit-column-rule: none;
	column-count: 2;
	column-gap: 50px;
	column-rule: none;

	}
	
}*/

/* only desktop */
@media only screen and (min-width:910px){  body .secondline-blog-single-content {
	  -moz-column-count: 2;
	  -moz-column-gap: 50px;
	  -moz-column-rule: none;
	  -webkit-column-count: 2;
	  -webkit-column-gap: 50px;
	  -webkit-column-rule: none;
	column-count: 2;
	column-gap: 50px;
	column-rule: none;

	}
}

/* only mobile
 * @media only screen and (max-width:767px){
   here your code ...
}

@media only screen and (max-width:909px){  <!-- wordpress. twentysixteen theme -->
   here your code ...
}*/
