/***********
	Post
***********/

.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;
	}
	
div.internal-content div.index-page .image-heading4-text {
    overflow: hidden;
}

div.internal-content div.index-page .image-heading4-text figure {
    height: auto;
}


/* Images */
.post img
	{
	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 */
	}
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;
	max-width: 50%; /* Fluid images for posts, comments, and widgets */
	}

.post img.alignleft,
.post div.wp-caption.alignleft
	{
	float: left;
	margin-bottom: 15px;
	margin-right: 16px;
	max-width: 50%; /* Fluid images for posts, comments, and widgets */
	}

.post img.aligncenter,
.post div.wp-caption.aligncenter
	{
	margin: 12px auto;
    	display: block;
    	max-width: 100%;
    	margin: 12px auto;
    	width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
    	clear: both;
	}

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

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

.post ul li,
.post ol li {
    color: #747474;
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom:20px;
}

.post table {
    margin: 40px 0;
}

.post table td:not(:first-child) {
    padding-left: 40px;
}

#fancybox-outer {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2)!important;
    -moz-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2)!important
    -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2)!important
}


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

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

#respond
	{
	margin-top: 80px;
	}


/*.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
	{
	list-style: none;
	margin: 20px 0px;
	padding: 0px;
	}

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

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

.comment-body
	{
	float: left;
	width: 90%;
	}

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

.commentlist li > div
	{
	overflow: hidden;
	}

/*****/
#comments {
	margin-top: 60px;
}

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

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

.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-body
	{
    float: left;
    width: 90%;
    border-bottom: 2px solid #f4f4f4;
    padding: 20px;
	}

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

.commentlist li > div
	{
	overflow: hidden;
	}


/***********
     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: 75%;
	margin: 0 auto;
	padding-top: 20px;
	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 #1F3D7D;
	}

/***********
  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;
	max-width: 30%;
	}

#author-avatar img
	{
	max-width: 200px;
	}

#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%;
		}
	#author-avatar
		{
		max-width: 42%;
		}
}

@media only screen and (max-width: 768px) {
	#author-avatar
		{
		float: none;
		display: block;
		margin: 0 auto 20px auto;
		border: 0;
    	max-width: 320px;
    	width: 100%;
			max-width: none;
		}
	#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; }


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.internal-header .internal-header-content .background {
	background-image: url(assets/images/blogbanner.jpg)!important;
}