::placeholder, select, button {
	font-family: 'Karla', Arial, sans-serif;
}
::placeholder {
	opacity: 0.5;
}


#menu ul li {font-size: 12px; color: black; 

}
#site-header {width: 200px}
h1, h2 {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

#Right1 iframe, #Right2 iframe, #Right3 iframe {
	max-width: none;
}

/* Minimum width of 1023 pixels (tablets landscape)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1023px) {
	
		/* --- General --- */
	.blog #primary,
	.attachment #primary,
	.single-post #primary,
	.error404 #primary,
	.search-no-results #primary,
	.archive #primary ,
	.search-results #primary,
	#front-content-one,
	#front-content-two {
		width: 60% !important;
	}
	
	#blog-sidebar,
	#front-sidebar-one,
	#front-sidebar-two {
		width: 36% !important;
	}
}

/* Minimum width of 1260 pixels (laptops 13 inches)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1260px) {

	/* --- General --- */
	#blog-sidebar,
	#front-sidebar-one,
	#front-sidebar-two {
		width: 27% !important;
	}
}
#post-82069 ol[type="a"] {
	list-style: lower-alpha;
}
#post-82069 ol[type="i"] {
	list-style: lower-roman;
}

/* WP Forms */
#wpforms-89695, #wpforms-89752 {
	padding: 1rem;
	border: 0.5rem solid #f96854;
	background: #f2f2f2;
}

/* Help free thought live */
.hftl-widget-container {
	text-align: center;
  padding-top: 45px;
}
.hftl-button {
  color: #fff !important;
  background: #2a8890;
  padding: 20px;
  border-radius: 50px;
  display: inline-block;
  border: none;
}

.hftl-button:hover {
	text-shadow: 0px 0px 6px   rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  transition: all 0.4s ease 0s;
}

/* Quillette Circle Comments */
#comments ol.comment-list {
	padding-left: unset;
}
#comments .comment-content p {
	font-size: .8125rem;
	line-height: 1.6;
}
#comments .comment-content aside.quote blockquote {
	margin-left: unset;
}
#comments .comment-author.vcard {
	margin-bottom: 15px;
}
#comments .comment-author.vcard img.avatar {
	border-radius: 50%;
}
#comments #reply-title a.wpdc-discourse-topic-link {
	color: #2a8890;
}
#comments #reply-title a.wpdc-discourse-topic-link:hover {
	color: #2a889082;
}

/* Free thought landing page */

.custom-box {
    padding: 18% 7%;
    background: #eee;
    border-radius: 4px;
}

#post-102124 .entry-title {
	text-transform: uppercase;
}

img.aligncenter.wp-image-102102.jetpack-lazy-image.jetpack-lazy-image--handled {
    margin-bottom: 4%;
}

.page-id-102124 {
	overflow: hidden;
}

#post-102124 svg.header-img {
    width: 100vw;
	  height: auto;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

@media screen and (min-width: 767px) {
#post-102124 .three-columns-two {
    width: 68.6% !important;
    padding-right: 4%;
	  padding-bottom: 2.8%;
}
}