article p {
    padding: 0 50px;
    font-size: 23px;
}

.page-layout .entry-page-header {
	display: none;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 40px;
	
}

h3 {
	font-size: 33px;
	padding: 10px !important;
	
}

h4 {
	font-size: 23px;
	padding: 10px !important;
}

h5 {
	font-size: 20px;
	padding: 10px !important;

}

h6 {
	font-size: 12px;
}

ul li {
	padding-bottom: 8px;
}

.little-widgets-text p {
    font-size: 20px;
}

/*Poll*/
input.wp-block-button__link.crowdsignal-forms-poll__submit-button {
    font-size: 20px;
}

.crowdsignal-forms-poll__question div {
	font-size: 28px;
}

/* Gallery Fix */
figure.wp-block-gallery.has-nested-images {
	display: flex !important;
	
} 

/*Search Code*/
.posts-grid-columns-1 {
-ms-grid-columns: 50% 50%;
grid-template-columns: 50% 50%;
}

/*Spoiler Covers*/
.spoiler {
	background-color: black;
	color: black;
}

.spoiler:hover {
	color: white;
}

.spoiler-warn {
	background-color: black;
	color: white;
}

/*Excerpt Quote*/

.excerpt-quote {
	border: 15px solid #7c35c3;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: #7c35c3;
	font-style: italic;
	color: white;
	margin: auto;
	max-width: 75%;
	font-size: 18px;
}


/* Theme Tweaks*/
header#masthead {
	padding: 0;
}

a.more-link {
	color: white !important;
}

.grid-more-link {
	color: white !important;
	font-weight: 700;
	padding: 1.5%;
}

.posts-grid .grid-excerpt {
    padding-bottom: 45px!important;
}

.sticky .wp-post-image {
	max-width: 100%;
	height: 100% !important;
	margin: auto; 
}

.entry-header .post-thumbnail {
	display: none;
}

.relatedposts .post-thumbnail {
	display: show;
}

.posts-grid .post-thumbnail img {
    height: 313px;
	padding: 1%;
}

.sticky-nav img {
	max-width: 750px !important;
	max-height: 125px;
}

.menu-menu-1-container ul li a {
	font-size: 14px;
}

.mobile-menu {
	background-color: #12d6df;
}

.mobile-menu .menu-menu-1-container {
	padding-top: 150px;
}

div.sharedaddy {
    padding: 2%;
}

.social-icons-divided li {
    font-size: 20px;
}
.social-box {
	display: none;
}

#footer-menu {
	font-size: 10px;
}

.footer-social-icons {
	font-size: 16px;
}

.page-layout .entry-page-header {
    width: 100%;
}

.page-layout .post-thumbnail {
    display: none;
}

div.little-widget_widget_little_widgets_profile .little-widgets-profile-title {
    font-size: 60px;

}

.little-widgets-profile-sub-title {
	font-size: 20px;
}

.entry-content.little-homepage-container {
    margin-left: 15px;
    margin-right: 15px;
}

/*my classes */
.slider .more-link {
	font-size: 15px;
}


.wp-block-search__input {
	font-size: 20px;
}

input[type="search"] {
	padding: 8px;
}

.wp-block-search__button svg {
    fill: currentColor;
    min-height: 2.5em;
    min-width: 2.5em;
	
/* Quote Headings*/
	.qt-heading {
		font-family: 'Yellowtail', 	cursive;
	}
	
	/*Click to Tweet*/
	
.wp-block-coblocks-click-to-tweet {
		margin: 3%;
		padding-left: 2%;
		padding-right: 2%;
	border-color: #7c35c3;
	}
	
	.wp-block-coblocks-click-to-tweet__text:before {
		visibility: hidden !important;
		display: none !important;
	}	
	
	/* Star Ratings*/
	.ib-star-rating--title{
		display: none;
		visibility: hidden;
	}
	
	.ib-star-rating--icon {
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	


	/*responsive*/
	
@media screen and (max-width: 500px)
article.post-thumbnail {
    display: none;
	}
	h2, h3, h4, h5 {
		padding: 2% !important;
	}
	p {
		padding: 1%;
	}
}
@media only screen and (min-width: 1172px) {
	.posts-grid .sticky .post-thumbnail img {
    max-width: 100%;
		max-height: 627px;
}

	article.sticky img {
		max-height: 627px;
	}
} 

@media only screen and (max-width: 1172px) {
	.posts-grid .sticky .post-thumbnail img{
    max-width: 1200px;
}
	}
	
/*Hide Sticky*/
.sticky{
		display: none !important;
	visibility: hidden; 
	}
	
	/*.starrate-heads h4 {
		margin-top: 20;
		margin-bottom: 48;
	}*/

.little-widgets-featured-img {
	height: 275px !important;
}


	
	