/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.single-post .post .entry-header .entry-author {
	display: none;
}

.single-post .entry-header .entry-date, .single-post .entry-header .entry-comments, .single-post .entry-header .entry-edit, .attachment .entry-header .entry-date, .attachment .entry-header .entry-size, .attachment .entry-header .entry-edit {
	display: none;
}

.rp-medium-two-content .entry-author {
	display: none;
}

.rp-big-one-content .entry-author {
	display: none;
}

#blog-sidebar {
	border-top: 0;
}

.about-full-width-column {
	max-width: 100% !important;
}

.about-full-width-column .wp-block-media-text {
	display: flex;
	flex-direction: column;
}

.about-full-width-column .wp-block-media-text__media {
	margin: auto;
}

.about-full-width-column img {
	margin-bottom: 20px;
}

.page-id-1459 #primary {
	width: 100% !important;
}

#front-content-one #block-7{
	padding-bottom: 0;
}

#front-sidebar-one .wp-block-social-links{
	padding: 4px;
}

#front-sidebar-one #block-32{
	padding-bottom: 15px;
}

#footer-two .wp-block-social-links{
  display: flex;
  justify-content: flex-start;
	padding: 2px;
}

#footer-two .wp-block-social-link svg, #front-sidebar-one .wp-block-social-links svg{
  width: 25px;
	height: 25px;
}

#footer-two .widget_text{
	padding: 14px 0;
}

#footer-five aside{
	padding: 12px 0;
}

#footer-two .widget_text p, #footer-five .wp-block-jetpack-email p{
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: bold;
}

.mc4wp-form-fields input[type=submit]{
	background-color: #ef5150 !important;
}

.mc4wp-form-fields input[type=submit]:hover{
	background-color: #f72a2a !important;
}

.subscribe-section-wrapper{
	margin-top: 30px !important;
}

.subscribe-section-wrapper h2{
	margin: 0;
	margin-bottom: 20px;
}

.subscribe-section-wrapper .spacing-adjustment{
	margin: 5px;
}

.subscribe-section-wrapper .subscribe-section{
	margin: 0 !important;
	padding: 20px;
}

.subscribe-section-wrapper .mc4wp-form-fields{
  display: flex;
  justify-content: center;
	margin-top: 30px;
}

.subscribe-section-wrapper .mc4wp-form-fields p:not(:last-child){
	margin-right: 10px;
}

.subscribe-section-wrapper .mc4wp-form-fields ::placeholder{
	color: gray;
}

.subscribe-section-wrapper .mc4wp-form-fields input[type=text], .subscribe-section-wrapper .mc4wp-form-fields input[type=email]{
 height: 50px;
 font-size: 14px;
}

.subscribe-section-wrapper .mc4wp-form-fields input[type=submit]{
	border: 0;
  background: #ef5151 !important;
  border-radius: 2em;
  padding: 15px 30px;
  font-size: 15px;
}

.subscribe-section-wrapper .mc4wp-form-fields input[type=submit]:hover{
	background: #f72a2a !important;
}

.privacy-text{
  margin-top: -20px;
}

#moon-phase-widget .mph-widget{
	font-family: 'Karla', Verdana, Arial, sans-serif; font-size: 13px;
	color: #191919;
	min-height: auto;
}

#moon-phase-widget .mph-widget .mph-row:nth-last-child(-n+1){
	display: none;
}

#moon-phase-widget .mph-widget{
	box-shadow: none;
}

.meta-tags, .jetpack-likes-widget-wrapper{
	display: none !important;
}

.splw-lite-header-title, #moon-phase-widget .phase-name, #moon-phase-widget .current-date{
	font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.splw-cur-temp, .splw-weather-details{
	color: #191919 !important;
}

.splw-weather-attribution{
	display: none;
}

.entry-author{
	display: none !important;
}


@media screen and (min-width: 767px){
	
	.about-full-width-column .wp-block-media-text__content{
		padding: 0;
	}
	
	.about-full-width-column img{
		height: 400px;
		object-fit: cover;
	}
	
}

@media screen and (max-width: 767px){
	
	.subscribe-section-wrapper .mc4wp-form-fields{
   flex-direction: column;
	 align-items: center;
	 margin-bottom: 40px;
 }
	
	.subscribe-section-wrapper .mc4wp-form-fields p:not(:last-child){
		margin-right: 0px;
	}	
	
}

@media screen and (min-width: 600px) {
    .wp-block-column:nth-child(odd) {
        margin-right: 0px !important;
    }
}