.internal-header .page-title h2
	{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1em;
	letter-spacing: -.04em;
	line-height: 1;
	}

.widget:first-child:before {
	display: none;
}

/***********
       POSTS
***********/

div.post
	{
	overflow: hidden;
	width: 100%;
	}

div.post p
	{
	margin: 16px 0px;
	}

.post-details-right
	{
	margin: 10px 0px;
	padding: 10px 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}

.page-content div.post
	{
	margin: 40px 0px;
	}

.image-heading4-text figure img
	{
	height: auto;
	}

.post img,
.post div.wp-caption
	{
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
	}

.post div.wp-caption img
	{
    	max-width: 100%;
    	width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
	}

.widget figure
	{
	height: auto;
	}

img[class*="align"],
img[class*="wp-image-"]
	{
	height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
	}
.post img.size-full
	{
    	display: block;
    	max-width: 100%;
    	margin: 12px auto;
    	width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
	}

.post img.alignright,
.post div.wp-caption.alignright
	{
	float: right;
	margin-bottom: 15px;
	margin-left: 16px;
	}

.post img.alignleft,
.post div.wp-caption.alignleft
	{
	float: left;
	margin-bottom: 15px;
	margin-right: 16px;
	}

p.wp-caption-text
	{
	background: #f6f6f6;
	padding: 6px;
	}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 1.25rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}


/***********
    COMMENTS
***********/

#comments {
	margin-top: 60px;
}

.comment-form p.form-allowed-tags { display:none; }

#respond {
    margin-top: 40px;
    overflow: hidden;
    clear: both;
    padding-left: 20px;
}


/*.form-submit #submit, .readBtn
	{
	display: inline-block;
	color: #1F3D7D;
	background-color: transparent;
	-webkit-transition: all .6s,background-color .3s,color .3s;
	-ms-transition: all .6s,background-color .3s,color .3s;
	-moz-transition: all .6s,background-color .3s,color .3s;
	transition: all .6s,background-color .3s,color .3s;
	border-color: #1F3D7D;
	font-size: 1.4rem;
	border-radius: 25px;
	height: 48px;
	line-height: 45px;
	text-transform: uppercase;
	padding: 0 50px;
	border: 2px solid #1F3D7D;
	letter-spacing: .02em;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	}

.form-submit #submit:hover, .readBtn:hover
	{
	background-color: #1F3D7D;
	color: #fff;
	text-decoration: none;
	}
*/

.comment-form-comment textarea
	{
	width: 100%;
	}

#commentform input
	{
	border: 1px solid #cccccc;
	}

#commentform label
	{
	min-width: 5%;
	}

#comments #comments-title em
	{
	color: #777;
	}

ol.commentlist,
#comments > ol
	{
	list-style: none;
	margin: 20px 0px;
	padding: 0px;
		overflow: hidden;
	}

#comments > ol li {
	list-style: none;
}

#comments > ol li.depth-1 {
	overflow: hidden;
    border-left: 1px solid #ddd;
}
#comments > ol li.depth-1:not(:first-child) {
	margin-top: 40px;
}

.comment-author
	{
	float: left;
	margin: 0px 20px 20px 0px;
	}

.comment-author.vcard cite, .comment-author.vcard span.says { display:none; }

.comment-author img
	{
	max-width: 100px;
	}

.comment-body
	{
    float: left;
    width: 90%;
    border-bottom: 2px solid #f4f4f4;
    padding: 20px;
	}

.commentlist .reply
	{
	clear: both;
	float: right;
	}

.commentlist li > div
	{
	overflow: hidden;
	}

.comment-body > p {
	    margin-left: 52px;
}

/***********
     WIDGETS
***********/


.module-header #theCatsList, .module-header #theCatsList li
	{
	list-style: none;
	text-align: center;
	}

.module-header #theCatsList .categories
	{
	font-size: 37px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'EffraHeavy Regular',Arial,sans-serif;
	}

.module-header #theCatsList ul
{
padding: 0;
margin: 0;
}

.module-header #theCatsList ul li
{
padding: 6px 0px;
}

.module-header #theCatsList ul li:nth-child(even)
{
background: #f9f9f9;
}


/***********
      SEARCH
***********/




#modules .module-header
	{
	width: 68%;
	margin: 0 auto;
	}

#theSearchBox
	{
	width: 100%%;
	margin: 0 auto;
	overflow:hidden;
	}


#theSearchBox input.search-field
	{
	-webkit-appearance: none;
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	-webkit-box-shadow: none;
	-webkit-font-smoothing: auto;
	-webkit-rtl-ordering: logical;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-property: border-color;
	-webkit-transition-timing-function: ease-in;
	-webkit-user-select: text;
	-webkit-writing-mode: horizontal-tb;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(255, 255, 255);
	background-image: none;
	background-origin: padding-box;
	background-size: auto;
	border-bottom-color: rgb(215, 215, 215);
	border-bottom-left-radius: 500px;
	border-bottom-right-radius: 500px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-collapse: separate;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(215, 215, 215);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(215, 215, 215);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(215, 215, 215);
	border-top-left-radius: 500px;
	border-top-right-radius: 500px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: none;
	box-sizing: border-box;
	color: rgb(1, 1, 1);
	cursor: auto;
	display: block;
	float: left;
	font-family: 'EffraMedium Regular', Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 78px;
	letter-spacing: normal;
	line-height: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 18px;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 18px;
	position: relative;
	text-align: start;
	text-indent: 0px;
	text-shadow: none;
	text-transform: uppercase;
	transition-delay: 0s;
	transition-duration: 0.2s;
	transition-property: border-color;
	transition-timing-function: ease-in;
	width: 100%;
	}

#theSearchBox input:focus
	{
	outline-width: 0;
	border: 2px solid #b5ae7b;
	}

/***********
  AUTHOR BOX
***********/

#author-info
	{
	background-color: #f6f6f6;
	padding: 2em;
	overflow: hidden;
	}

#author-info span.socialauthor:not(:nth-child(2))
	{
	padding-left: 0.5em;
	margin-left: 0.5em;
	border-left: 1px solid #b5ae7b;
	}

#author-avatar
	{
	float: left;
	margin: 0px 20px 0px 0px;
	border: 6px solid #ffffff;
	}

#author-description
	{
	float: left;
	max-width: 70%;
	}

#author-description h3
	{
	margin-top: 0px;
	}


@media only screen and (max-width: 1366px) {
	#author-description
		{
		max-width: 58%;
		}
}

@media only screen and (max-width: 768px) {
	#author-avatar
		{
		float: none;
		display: block;
		margin: 0 0 20px 0;
		border: 0;
		}
	#author-avatar img {
		width: 100%;
	}
	#author-description
		{
		max-width: 100%;
		}
}


@media only screen and (max-width: 320px) {
	#author-avatar
		{
		text-align: center;
		}
	#author-info
		{
		padding: 1em;
		}
	.author-bio p
		{
		font-size: 2rem;
		}
	#author-description h3,
	#author-description span.socialauthor
		{
		display: block;
		width: 100%;
		text-align: center;
		padding: 0!important;
		margin: 4px 0!important;
		border: 0!important;
		}
}



/* Toggle SubMenu */

#modulesSearchBox, #modulestheCatsList { display: none; }


/* WordPress Gallery
------------------------------------------ */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
	height: auto;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}



/***********
  MEDIA SMALL
***********/

 @media only screen and (max-width: 640px){

	.page-content div.post img
	    {
	    margin: 12px auto;
	    float: none;
	    width: 100%;
	    height: auto;
	    }

	.internal-header .page-title h2
	    {
	    font-size: 2em;
	    }

}