/**
 * Basic theme stylesheet that can be easily extended and customized.
 */

body {
	opacity: 0;
}
	i,
	img,
	input,
	button,
	.icon {
		transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}
		a:focus,
		a:active,
		input:focus,
		button:focus,
		textarea:focus,
		select:focus,
		button:focus {
		    outline: none;
		    text-decoration: none;
		}
		a::-moz-focus-inner,
		input::-moz-focus-inner,
		button::-moz-focus-inner,
		textarea::-moz-focus-inner,
		select::-moz-focus-inner {
		    border: 0;
		}
	::selection {
		background: #f9f9f9;
	}
	::-moz-selection {
		background: #f9f9f9;
	}
	input::placeholder {
		color: #f9f9f9;
	}
		input:-moz-placeholder {
			color: #f9f9f9;
		}
		input:-ms-input-placeholder {
			color: #f9f9f9;
		}
		input::-moz-placeholder {
			color: #f9f9f9;
		}
		input::-webkit-input-placeholder {
			color: #f9f9f9;
		}
		input:placeholder-shown {
			color: #f9f9f9;
		}
	a { 
		color: inherit; 
		font-weight: 700; 
	}
		a:hover, 
		a:active, 
		a:focus { 
			text-decoration: none; 
		}
		p, li { 
			line-height: 1.8; 
		}
		pre { 
			background-color: rgba(0, 0, 0, 0.04); 
			padding: 1.5rem; margin: 1rem; 
			border: 1px solid rgba(0, 0, 0, 0.08); 
			font-family: monospace; 
			font-size: 1.2rem; 
		}
		address { 
			font-style: italic; 
		}
		code { 
			font-family: monospace; 
			font-size: 1.2rem; 
			white-space: pre;  
			white-space: pre-wrap; 
			white-space: -moz-pre-wrap; 
			white-space: -pre-wrap; 
			white-space: -o-pre-wrap; 
			word-wrap: break-word; 
		}
		blockquote {
			border-left: 5px solid rgba(0, 0, 0, 0.08);
			margin-bottom: 2rem !important;
		}

/** UTILITIES
 */
.shadow {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10) !important;
}
	.shadow-md {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
	}
	.shadow-lg {
		box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
	}

.m\:screen {
	margin: 100vh 0px 0 0px;
}
.m\:180 {
	margin: 180px 45px 0 45px;
}
.m\:360 {
	margin: 360px 45px 0 45px;
}
	@media (max-width: 1200px) {
		.m\:180,
		.m\:360 {
			margin: 15px 15px 0 15px;
		}
	}
.scrolltop {
	z-index: 30;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	padding: 1rem;
	font-size: 1rem;
	line-height: 1rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.35);
}
.scrollbody {
	z-index: 30;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 1rem 0 1rem 0;
	font-size: 2rem;
	line-height: 2rem;
	color: #fff;
	background: transparent;
	text-decoration: none;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.25);
}

/** NAVIGATION MENUS
 */
.main-nav-menu {}
	.main-nav-menu .sub-menu {
		position: relative;
	}
		.main-nav-menu .sub-menu .dropdown-menu {
			top: -11px;
			left: 105%;
		}
			.main-nav-menu .sub-menu.dropdown-menu .dropdown-toggle {
				position: relative;
			}
				.main-nav-menu .sub-menu.dropdown-menu .dropdown-toggle:after {
					position: absolute;
					right: 10px;
					top: 45%;
					transform: rotate(-90deg)
				}
.current-menu-item > a {
	font-weight: 700;
	color: inherit;
	background-color: rgba(0, 0, 0, 0.1);
}

.social-nav-menu ul {
	margin: 0 0 1.5rem 0;
	padding: 0;
}
	.social-nav-menu li {
		border-radius: 50px;
		width: 50px;
		height: 50px;
		margin: 0 15px 0 15px;
		background-color: rgba(0, 0, 0, 0.05);
		position: relative;
		list-style-type: none;
		display: inline-block;
	}
		.social-nav-menu li:before {
			font-size: 24px;
			text-align: center;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 50px;
			height: 50px;
		}
		.social-nav-menu li a,
		.menu-social-nav-container.navbar-nav li.icon a {
			text-indent: -9999px;
			font-size: 0;
			line-height: 0;
			width: 100%;
			min-width: 50px;
			height: 50px;
			display: inline-block;
		}

		.menu-social-nav-container.navbar-nav li.icon a:hover {
			background: transparent !important;
		}

.icon {
	background-size: 25px 25px !important;
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
	.icon:hover {
		-o-transform: scale(1.25);
		-ms-transform: scale(1.25);
		-moz-transform: scale(1.25);
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
		-o-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}
		.icon-facebook {
			background: url(../img/icons/facebook.png) no-repeat center center;
		}
		.icon-twitter {
			background: url(../img/icons/twitter.png) no-repeat center center;
		}
		.icon-youtube {
			background: url(../img/icons/youtube.png) no-repeat center center;
		}
		.icon-instagram {
			background: url(../img/icons/instagram.png) no-repeat center center;
		}
		.icon-github {
			background: url(../img/icons/github.png) no-repeat center center;
		}
		.icon-linkedin {
			background: url(../img/icons/linkedin.png) no-repeat center center;
		}
		.icon-email {
			background: url(../img/icons/email.png) no-repeat center center;
		}

/** PAGINATION
 */
.pagination {}
	.pagination a {
		-ms-word-wrap: break-word;
		word-wrap: break-word;
		overflow: hidden;
		position: relative;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		min-height: 75px;
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: flex-end;
		background-color: rgb(0, 0, 0, 0.05);
	}
		.pagination a:hover,
		.pagination a:focus {
			background-color: rgb(0, 0, 0, 0.1);
		}
		.pagination a:first-child,
		.pagination a.previous-link,
		.pagination a.prev.page-numbers {
			padding-right: 0.75rem;
			justify-content: flex-start;
			border-right: 1px solid rgb(0, 0, 0, 0.1);
			position: relative;
		}
			.pagination a.previous-link i,
			.pagination a.prev.page-numbers i {
				position: absolute;
				top: 40%;
				left: 7px;
			}
			.pagination a:first-child:before {
				position: absolute;
				left: 7px;
				bottom: -7px;
				font-size: 5rem;
				line-height: 5rem;
				content: "Previous";
				opacity: 0.05;
			}
		.pagination a.next-link,
		.pagination a.next.page-numbers {
			padding-left: 0.75rem;
			text-align: right;
			position: relative;
		}
			.pagination a:last-child:before {
				position: absolute;
				right: 7px;
				bottom: -7px;
				font-size: 5rem;
				line-height: 5rem;
				content: "Next";
				opacity: 0.05;
			}
			.pagination a.next-link i,
			.pagination a.next.page-numbers i {
				position: absolute;
				top: 44%;
				right: 7px;
			}

/** WIDGETS
*/
.widget_search form {
	position: relative;
}
	.widget_search input[type="search"],
	.widget_search input[type="text"] {
		padding: 0.375rem 5.25rem 0.375rem 0.75rem;
	}
	.widget_search input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.widget_search label {
		display: block;
		margin-bottom: 0;
	}

.widget_rss ul .rsswidget {
	font-size: 1rem;
	display: block;
}
	.widget_rss ul .rss-date,
	.widget_rss ul cite {
		color: #6c757d;
	}

.widget_calendar .table {
	margin-bottom: 0;
}
	.widget_calendar .table caption {
		caption-side: top;
		text-align: center;
		text-transform: uppercase;
		background-color: rgba(0, 0, 0, 0.65);
		color: rgba(255, 255, 255, 0.5);
	}
	.widget_calendar .table tfoot {
		background-color: rgba(0, 0, 0, 0.15);
	}
	.widget_calendar .table #next {
		text-align: right;
	}

.widget-title,
.widgettitle,
.widget h6 {
	text-transform: uppercase;
	margin: 1.5rem 0 1rem 0;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05rem;
}

/** BODY/CONTENT 
 */
.header {
	background-color: #f9f9f9;
	z-index: 20;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
}
	.admin-bar .header {
		top: 32px;
	}
	.navbar {
	}
		.navbar-brand {
			overflow: hidden;
			text-overflow: ellipsis;
			max-width: 250px;
		}

.cover {
	min-width: 100vw;
	max-height: 640px;
	overflow: hidden;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
	.home .cover,
	.page-template-fullwidth .cover {
		max-height: 100vh;
	}
	.cover img {
		min-width: 100vw;
	}
	.cover-overlay {
		z-index: 20;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		background: rgba(0, 0, 0, 0.35);
	}
		.home .cover-overlay {
			background: rgba(0, 0, 0, 0.65);
		}
	.cover-body {
		z-index: 90;
		position: fixed;
		padding: 3rem;
		color: #ffffff;
	}
	@media (max-width: 1200px) {
		.cover-body.w-50 {
			width: 100% !important;		
		}
	}

.body {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 10;
	background-color: #ffffff;
	padding: 6rem 1.5rem 6rem 1.5rem;
}
	@media (max-width: 1200px) {
		.body {
			padding: 1.5rem 0 1.5rem 0;
		}
	}

.page-content {}
	.page-content p {
	  zoom: 1;
	}
		.page-content p:before,
		.page-content p:after {
		  content: "";
		  display: table;
		} 
		.page-content p:after {
		  clear: both;
		}

.content {}
	.content-main h5,
	.content-main h6,
	.comment-body h5,
	.comment-body h6 {
		text-transform: uppercase;
		letter-spacing: 0.05rem;
		font-weight: 700 !important;
	}
	.content-title,
	.page-title,
	.comment-title,
	.comment-reply-title,
	.archive-title {
		font-weight: 100;
		margin-bottom: 1rem;
		margin-top: 0.75rem;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
	}
		.content-title small {
			display: block;
			font-size: 1rem;
			text-transform: uppercase;
			margin-top: 1rem;
			font-weight: 700;
		}
	.content-header {
		margin-top: 0rem;
		text-align: center;
		border-bottom: 5px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 1rem;
	}
		.content-header p {
			padding: 0.5rem;
			background-color: rgba(0, 0, 0, 0.05);
			
		}
			.content-header p a {
				overflow: hidden;
				display: block;
			}
			.content-header p:hover img {
				transform: scale(1.15);
			}
		.content-header i {
			padding: 3rem;
			border: 1px solid rgba(0, 0, 0, 0.1);
			width: 100%;
			font-size: 5rem;
		}
	.content-main {
		margin: 0 1.5rem 0 1.5rem;
		clear: both;
		overflow: hidden;
	}
		.content-main p:last-child  {
			clear: both;
			overflow: hidden;
			display: table-block;
			content: '';
		}
	.content-aside {
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
		background-color: rgba(0, 0, 0, 0.02);
		border: 0;
		padding: 0.75rem;
		margin-top: 1rem;
		margin-bottom: 6rem;
		font-size: 0.875rem;
		display: flex;
		align-items: center;
		position: relative;
	}
		.content-aside img {
			background-color: rgba(255, 255, 255, 0.95);
			border: 1px solid rgba(0, 0, 0, 0.1);
			padding: 0.25rem;
			border-radius: 80px;
			margin-right: 1rem;
		}
		.single .content-aside {
			margin-bottom: 1.5rem;
		}
	button.post-edit-link {
		position: absolute;
		bottom: 5px;
		right: 5px;	
	}
	.comment-edit-link:after {
		content: '...';
	}

.sidebar {}
	.sidebar .widget {
		margin-bottom: 1.5rem;
	}

.footer {
	padding: 4.5rem 0 3rem 0;
	background-color: #f9f9f9;
	position: relative;
	z-index: 10;
}
	.footer .widget {
		margin-bottom: 1.5rem;
	}