/*
 * Main Styles
 */

/*	Table of Content

	#Layout
	#Header
	#Navigation
	#Home Content
	#Article
		#Entry Header
		#Entry Content
		#Entry Footer
		#Entry Thumbnail
		#Entry Title
		#Entry Meta
		#Entry Post
		#Entry Page
		#Entry Archives
		#Post aside 
		#Post gallery 
		#Post link 
		#Post Image
		#Post image 
		#Post quote 
		#Post status 
		#Post video  
		#Post audio  
		#Post chat 
		#Page Attachments
		#Page 404 
		#Page Contributor
		#Page Full-width
		#Singular
		#Comments
		#Date
		#Tag
		#Author
		#Accessibility
	#Footer
	#Widgets
	#Component
*/

/* 	==========================================================================
	Layout
	========================================================================== */
	body{
		background: #f7f7f7;
	}
	.wrapper{
	}
	.wrapper-container{}
		.header{}
		.header-container{}
			.top-header{
				border-top: 2px solid #2c3e50;
				padding: 10em 0px;
			}
			.middle-header{
				border-top: 2px solid #2c3e50;
				border-bottom: 2px solid #2c3e50;
			}
		.footer{
			background: #2c3e50;
			padding: 5% 0;
		}
		.footer-container{}
			.top-footer{
				margin-bottom: 3em;
			}
			.site-info {
				color: white;
				text-align: center;
			}

		
		
/* 	==========================================================================
	Header
	========================================================================== */
	.logo{
		font-size: 3em;
		text-align: center;
	}
		.logo a{
			color: #2c3e50;
		}
		.logo a:hover{
			color: #e74c3c;
			text-decoration: none;
		}
	.tagline{
		text-align: center;
		font-weight: 300;
	}
/* 	==========================================================================
	Navigation
	========================================================================== */
		
	.main-navigation {
		clear: both;
		display: block;
		float: left;
		width: 100%;
	}

	.main-navigation ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}

	.main-navigation li {
		float: left;
		position: relative;
		padding: 10px 10px;
		margin-bottom: 0px;
	}

	.main-navigation a {
		display: block;
		text-decoration: none;
	}
	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		background: #fff;
		float: left;
		position: absolute;
		/*top: 1.5em;*/
		top: 2em;
		left: -999em;
		z-index: 99999;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	.main-navigation ul ul a {
		width: 200px;
	}
	.main-navigation ul ul li {

	}
	.main-navigation li:hover > a {
	}

	.main-navigation ul ul :hover > a {
	}

	.main-navigation ul ul a:hover {
	}

	.main-navigation ul li:hover > ul {
		left: auto;
	}

	.main-navigation ul ul li:hover > ul {
		left: 100%;
	}

	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a {
	}
	/* Small Menu */
	.menu-toggle {
		display: none;
	}
	@media screen and (max-width: 600px) {
		.menu-toggle,
		.main-navigation.toggled .nav-menu {
			display: block;
		}
		
		.menu-toggle{
			border-radius: 0;
			width: 100%;
		}
		
		.main-navigation ul {
			display: none;
		}
	}

	.site-main .comment-navigation,
	.site-main .posts-navigation,
	.site-main .post-navigation {
		margin: 0 0 1.5em;
		overflow: hidden;
	}

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}
	
	/* Footer menu */
	.footer-navigation{}
	.footer-navigation ul{
		clear: both;
		list-style: outside none none;
		overflow: hidden;
		width: 100%;
		border-bottom: 1px solid #F7F7F7;
		border-top: 1px solid #F7F7F7;
		display: flex;
		justify-content: center;
	}
	.footer-navigation li{
		float: left;
		display: inline-block;
		position: relative;
		padding: 7px 8px;
		margin: 0;
	}
	.footer-navigation li a{
		font-size: 1.2em;
		font-weight: 100;
	}
	.footer-navigation li ul{
		display: none;
	}

/* 	==========================================================================
	Article
	========================================================================== */
	.content{}
	.content-container{}
	.article{
		background: #fff;
		padding: 3em;
		margin-bottom: 3em;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	}
	
		/* #Entry Header */
			.entry-title{
				text-align:center;
			}
		
		/* #Entry Content */
		
		/* #Entry Footer */
		
		/* #Entry Thumbnail */
		
		/* #Entry Title */
		
		/* #Entry Meta */
		
		/* #Entry Post */
			.sticky {
				display: block;
			}

			.hentry {
				margin: 0 0 1.5em;
			}

			.byline,
			.updated:not(.published) {
				display: none;
			}

			.single .byline,
			.group-blog .byline {
				display: inline;
			}

			.page-content,
			.entry-content,
			.entry-summary {
				margin: 1.5em 0 0;
			}

			.page-links {
				clear: both;
				margin: 0 0 1.5em;
			}
		
		/* #Entry Page */
		
		/* #Entry Archives */
		
		/* #Post aside */
		
		/* #Post gallery  */
			.gallery {
				margin-bottom: 1.5em;
			}

			.gallery-item {
				display: inline-block;
				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-caption {
				display: block;
			}
		
		/* #Post link  */
		
		/* #Post Image */
		
		/* #Post quote */
		
		/* #Post status */
		
		/* #Post video */
		
		/* #Post audio */
		
		/* #Post chat */
		
		/* #Page Attachments */
		
		/* #Page 404 */
		
		/* #Page Contributor */
		
		/* #Page Full-width */
		
		/* #Singular */
		
		/* #Comments */
			.comment-content a {
				word-wrap: break-word;
			}

			.bypostauthor {
				display: block;
			}
			.comments-area {
				text-align: left;
			}
			.comments-area .comments-title{
				font-weight: 100;
				font-size: 2em;
				line-height: normal;
				border-bottom: 1px solid #F7F7F7;
			}
			.comment-list{
				list-style: none;
			}
			.comment-list .comment.depth-1{
				box-shadow: 0 1px 2px #afafaf;
				padding: 10px;
			}
			.form-allowed-tags {
				display: none;
			}
			.comment-form-comment{
				margin-bottom: 10px;
			}
			
			input[type="email"], 
			input[type="number"], 
			input[type="search"], 
			input[type="text"], 
			input[type="tel"], 
			input[type="url"], 
			input[type="password"], 
			textarea, select {
				background-color: #fff;
				border: 1px solid #d1d1d1;
				border-radius: 3px;
				box-shadow: none;
				box-sizing: border-box;
				height: 35px;
				margin-bottom: 0;
				padding: 6px 8px;
				width: 100%;
			}
		
		/* #Date */
		
		/* #Tag */
		
		/* #Author */
		
		/* #Accessibility */
			/* Text meant only for screen readers. */
			.screen-reader-text {
				clip: rect(1px, 1px, 1px, 1px);
				position: absolute !important;
				height: 1px;
				width: 1px;
				overflow: hidden;
			}
			.screen-reader-text:hover,
			.screen-reader-text:active,
			.screen-reader-text:focus {
				background-color: #f1f1f1;
				border-radius: 3px;
				box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
				clip: auto !important;
				color: #21759b;
				display: block;
				font-size: 14px;
				font-size: 0.875rem;
				font-weight: bold;
				height: auto;
				left: 5px;
				line-height: normal;
				padding: 15px 23px 14px;
				text-decoration: none;
				top: 5px;
				width: auto;
				z-index: 100000; /* Above WP toolbar. */
			}
		/* #Captions */
			.wp-caption {
				margin-bottom: 1.5em;
				max-width: 100%;
			}

			.wp-caption img[class*="wp-image-"] {
				display: block;
				margin: 0 auto;
			}

			.wp-caption-text {
				text-align: center;
			}

			.wp-caption .wp-caption-text {
				margin: 0.8075em 0;
			}
		/* Media */
			.page-content .wp-smiley,
			.entry-content .wp-smiley,
			.comment-content .wp-smiley {
				border: none;
				margin-bottom: 0;
				margin-top: 0;
				padding: 0;
			}

			/* Make sure embeds and iframes fit their containers. */
			embed,
			iframe,
			object {
				max-width: 100%;
			}
		/* pagination */
			.nav-previous > a, 
			.nav-next a{
				background: #1eaedb;
				padding: 20px;
				color: #fff;
				border-radius: 4px !important;
			}

/* 	==========================================================================
	Asides
	========================================================================== */
	.blog .format-aside .entry-title,
	.archive .format-aside .entry-title {
		display: none;
	}

/* 	==========================================================================
	Content
	========================================================================== */
		.entry-meta{
			text-align: center;
		}
		.entry-footer{
			text-align: center;
		}
		.article .title{
			font-weight: 300;
			font-size: 3em;
			margin-bottom: 0.5em;
			text-align: center;
		}
		.article .meta{
			margin-bottom: 1em;
			text-align: center;
		}
		.article .button:hover{
			color: #e74c3c;
			border-color: #e74c3c;
		}
		.tumb img {
			-webkit-transition: all 1s ease; /* Safari and Chrome */
			-moz-transition: all 1s ease; /* Firefox */
			-o-transition: all 1s ease; /* IE 9 */
			-ms-transition: all 1s ease; /* Opera */
			transition: all 1s ease;
			max-width: 100%;
		}
		.tumb:hover img {
			-webkit-transform:scale(1.25); /* Safari and Chrome */
			-moz-transform:scale(1.25); /* Firefox */
			-ms-transform:scale(1.25); /* IE 9 */
			-o-transform:scale(1.25); /* Opera */
			transform:scale(1.25);
		}
		.tumb {
			width:100%;
			height: auto;
			overflow: hidden;
		}
		.sidebar{
			background: #fff;
			padding: 1em;
			margin-bottom: 3em;
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
		}
			.sidebar .title{
				font-size: 1.5em;
				line-height: 1.8em;
				font-weight: 300;
				text-align: center;
				border-bottom: 2px solid #2c3e50;
			}
	
/* 	==========================================================================
	Widgets
	========================================================================== */
	.widget {
		background: none repeat scroll 0 0 #fff;
		margin: 0 0 1.5em;
		padding: 10px;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	}
	.widget select {
		max-width: 100%;
	}
	.widget_search .search-submit {
		display: none;
	}
	.widgettitle,
	.widget-title{
		font-size: 2rem;
		font-weight: 300;
		padding: 5px 10px;
		background: #f7f7f7;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
		margin-bottom: 10px;
	}
		/* WP Calendar */
		#wp-calendar {
			color: #666;
			font-size: 12px;
			width: 100%;
		}
		#wp-calendar a { 
			color: #467b89 
		}
		#wp-calendar caption {
			background: #F7F7F7;
			color: #222;
			font-size: 14px;
			padding: 10px 0;
			text-align: center;
			border: 1px solid #ddd;
			z-index: -99;
		}
		#wp-calendar thead th {
			font-size: 12px;
			padding: 5px 0;
			color: #666;
			text-transform: uppercase;
			border-bottom: 1px solid #ddd;
			background: #f7f7f7;
			text-align: center;
		}
		#wp-calendar tbody td {
			color: #666;
			padding: 8px;
			text-align: center;
			font-weight: bold;
			border: 1px solid #ddd;
			background: #ededed;
		}
		#wp-calendar tbody td.pad {
			background: #f5f5f5;
		}
		#wp-calendar tfoot {
			color: #e0e0e0;
			font-size: 12px;
			text-align: center;
		}
		#wp-calendar tfoot tr {
			background: #f5f5f5;
		}
		#wp-calendar tfoot td {  
			padding: 10px 10px 
		}
		#wp-calendar tfoot a {
			color: #666;
		}
		#wp-calendar tfoot td#prev {    
			text-align: left;
		}
		#wp-calendar tfoot td#next {    
			text-align: right;
		}
		#wp-calendar #today {
			color: #fff;
			border: 1px solid #467b89;
			background: #1eaedb;
		}