/* Global */
.back-to-top {
	display: none !important;
}

#actionbar {
	display: none;
}

.site-footer {
	padding-top: 0;
	padding-bottom: 0;
}

/* End Global */
/* Homepage Top Menu */
.fullwidth-slider .site-header {
	background-color: white;
}

.nav-menu>li>a {
	font-weight: 700;
	font-size: 16px;
	color: white;
	background: -webkit-linear-gradient(315deg,#2BB5E9 0%,#72E382 140%);
	padding: 8px 16px;
	border-radius: 8px;
}

.nav-menu>li>a:hover {
	background-color: #72e382;
	color: white;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 2px 10px 0 rgba(0,0,0,0.19);
}

@media only screen and (max-width: 800px) {
	.nav-menu>li>a {
		font-weight: 700;
		font-size: 26px;
		color: white;
		background: -webkit-linear-gradient(315deg,#2BB5E9 0%,#72E382 140%);
		padding: 15px 46px;
		border-radius: 16px;
	}
}

/* End Homepage Top Menu */
/* Homepage Featured Image */
@media only screen and (min-width: 800px) {
	.slick-slide {
		height: 700px !important;
	}
	
	.sticky-header.fullwidth-slider .site-content {
		margin-top: 600px;
	}
}

.fullwidth-slider .slide-text .entry-title {
	font-size: 58px;
	font-weight: 200;
}

.fullwidth-slider .featured-slider .featured-image {
	background-image: url('https://blog.temboo.com/wp-content/uploads/2020/05/nyt-blog-header.png') !important;
	opacity: .99;
	height: 86%;
}

@media only screen and (max-width: 800px) {
	.fullwidth-slider .slide-text .entry-title {
		font-size: 40px;
	}
	
	.fullwidth-slider .featured-slider .featured-image {
		opacity: .7;
	}
	
	.fullwidth-slider .featured-slider .featured-image {
		height: 100%;
	}
}

@media only screen and (min-width: 850px) {
	.fullwidth-slider .left-txt {
		left: 3%;
	}
}

/* End Homepage Featured Image */
/*Homepage post links*/
.entry-content a {
	color: #2bb5e9;
	text-decoration: none;
	font-weight: bold;
}

.entry-content a:hover {
	color: #0882b6;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid transparent;
}

.wf-active .masonry p {
	font-size: 16px;
}

.wf-active .masonry h2 a {
	color: #666666;
}

.wf-active .masonry h2 a:hover {
	color: #999999;
}

main#main.site-main .entry-date {
	display: none;
}

/* End Homepage Posts */
/*Homepage widgets*/
.wf-active .widget-title {
	color: #666666;
}

.read-more-link {
	font-size: 16px;
	text-transform: none;
}

@media only screen and (max-width: 800px) {
	.sidebar .widget.widget_text {
		display: none;
	}
	
	.sidebar .widget.widget_archive {
		display: none;
	}
	
	.sidebar .widget.widget_recent_entries {
		display: none;
	}
	
	.sidebar .widget.jetpack_widget_social_icons {
		display: none;
	}
}

/* End Homepage Widgets */
/* Single Page */
.wf-active .single .entry-title {
	color: #666666;
	font-size: 44px;
}

.wf-active .single h2 {
	font-size: 32px;
	color: #666666;
}

.wf-active .single h3 {
	font-size: 26px;
	color: #666666;
}

.wf-active .single .widget-title {
	font-size: 14px;
}

.single .author-box {
	border: 1px solid #3333;
	color: #666666;
}

body div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-weight: 500;
	font-size: 16px;
}

.single .posts-navigation .nav-links {
	display: none;
}

.sticky-widget {
	display: none;
}

/* End Single Page */

/*begin edits by brett*/

figcaption{text-align:center;}

.entry-content li {
    padding-left: 10px;
    letter-spacing: 0.2px;
    list-style-position: outside;
    margin-left: 20px;
}

/* fix for grey image card text backgrounds*/

.entry-content .wp-block-media-text{background-color:#ffffff;}

.nav-menu>li>a{background:#553bf2;}
.nav-menu>li>a:hover{background:#553bf2;}


.custom-logo{max-width:200px;}



/*end edits by brett*/