h1, h2, h3, h4, h5, h6 {
	font-family: 'Nunito', sans-serif;
}

html {
	height: 100%;
	box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 16rem;
  min-height: 100%;
  background: #f6f6f6;
}

/*body { background: #f6f6f6;  }*/

a:hover { text-decoration: none;  }

/*POSTS INDEX DISPLAY*/
.posts-wrapper{
	margin-top: 20px;
	border-radius: 3px;
	padding: 0px;
	font-family: 'Nunito', sans-serif;
}

.posts-wrapper p {
	margin: 35px auto;
}

.posts-wrapper .tut_post {
	background: white;
	max-height: 300px;
	overflow: hidden;
	border: 1px solid #e0e3e9;
	padding: 10px 10px 0px 10px;
	margin-top: 10px;
	color: #444;
	font-size: 1.1em;
}

.posts-wrapper .tut_post a {
	color: #444;
	text-decoration: none;
}

.posts-wrapper .tut_post h3{
	font-size: 1.35em;
}
.tut_post_title{
	width: 70%;
	padding-bottom: 15px;
	float: left;
}

.tut_post_title .post-title {
	margin: 5px 0px 5px 0px;
	color: #006666;
}

.tut_post_image_div{
	width: 30%;
	max-width: 100%;
	max-height: 134px;
	float: left;
}

.tut_post_image_div img {
	width: 90%;
	height: 50%;
	max-height: 100px;
	margin: 1.5em auto;
}

.tut_post_body{
	font-size: 1.2em;
	font-family: 'Nunito', sans-serif;
}

.tut_post_footer_div{
	background: white;
	padding: 0px 0px 10px 0px;
}

.posts-filters{
	margin-left: 20px;
}



/*SINGLE PAGE STYLING*/
.posts-wrapper.details-page {
	background: white;
	font-family: 'Nunito', sans-serif;
	line-height: 1.6em;
	font-size: 1.3em;
	color: #444;
	padding: 20px;
	text-align: justify;
}




/***********************************
*	STYLING FOR RIGHT SIDEBAR
************************************/

/*NEWSLETTER*/
.newsletter {
	background: white;
	padding: 10px 20px 10px 20px;
}
.newsletter h3 {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Nunito', sans-serif;
}
.newsletter_input {
	line-height: 1.5;
	margin: 5px auto;
	border-radius: 2px;
    padding-left: calc(0.625em - 1px);
    padding-right: calc(0.625em - 1px);
    width: 100%;
    height: 40px;
    max-width: 100%;
    border: 1px solid #ccc;
    vertical-align: center;
}
.newsletter_input:focus {
	outline: none;
	border: 1px solid #006666;
}


/*POPULAR POSTS - SIDEBAR*/
.popular-posts-wrapper {
	background: white;
	padding: 5px 0px 20px 0px;
	margin-top: 20px;
    font-family: 'Nunito', sans-serif;
    line-height: 1.1em;
    font-size: 1.1em;
    color: #444;
    padding: 10px;
}
.popular-post:hover {
	cursor: pointer;
	text-decoration: underline;
}
.popular-post .popular-post-title {
	color: #444;
	border-bottom: 1px dashed #cdd;
	margin: 10px 0px 10px 0px;
}
.popular-post .popular-post-title:hover {
	color: #006666;
}


 .topics-wrapper {
 	background: white;
 	padding-top: 10px;
 	margin-top: 20px;
 }
 .section-header {
 	color: #100457;
 }

 .topics-wrapper .section-header {
 	margin: 20px 0px 15px 20px;
 	color: #100457;
 }
.topic {
	border-top: 1px dashed #d7d7d7;
	padding: 3px 0px;
	margin: 0px;
	margin-left: 5px;
	position: relative;
}
.topic:hover {
	cursor: pointer;
}

.right-chevron {
	color: #777;
	position: absolute;
	top: 18px;
	left: 3px;
	font-size: .2em;
}


/* STYLING FOR HOME PAGE*/
.sign_up_btn.custom_sign_up_btn {
  background: #3dbe8b;
  border: 1px solid #1f7c57;
  box-shadow: inset #4fd3aa 0 1px;
  color: #fff;
  position: relative;
  text-decoration: none;
  text-shadow: #1c8f3d 0 1px 0;
  letter-spacing: 0.13em;
  transition: background 150ms;
  font-size: 14px;
  padding: 6px 10px;
  text-transform: none;
  border-radius: 4px;
}
.sign_up_btn:hover {
  cursor: pointer;
}
.form-nav-search {
  padding: 0px;
  margin: 7px 0px 0px 100px;
  min-width: 30%;
}

pre {
  padding: 0px;
}

.media-platform:hover {
	cursor: pointer;
}

/* FOOTER */
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  background-color: #292c2f;
  text-align: center;
  margin: 320px auto 0px;
  padding: 20px 0px;
}
.footer a {
	color: white;
}
.footer p {
	margin: 0px; padding: 0px;
}
.footer .copyright {
	color: #878a8e;
}
.footer .footer-links {
	font-size: 1.2em;
}
.footer .footer-links a:hover {
	color: gold;
}


/* * * * * * * * * * * * * * * * * *
*
*	STYLING FOR CKEDITOR TEXTAREA
*
* * * * * * * * * * * * * * * * * */

/*styling for span with square ad inside post*/
.square-ad {
	display: block;
	margin: 20px auto;
	width: 50%;
}
.ad {
	margin: 15px auto;
}

/* inline span styling on posts text */
.marker {
	padding: 1px 2px;
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
    /*background: #bcbbbb;*/
    background: #e6e6e6;
    border-radius: 2px;
    font-size: .91em;
}
