/*
	Theme Name: Frankey2
	Author: Olivier Rutgers
	Description: Custom theme for frankey.com
	Version: 1.0.66
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: frankey
	Tags: theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, four-columns, featured-images
*/

/*--------------------------------------------------------------

	= Table Of Contents =

	# Normalize
	# General
		## Typography
		## Elements
		## Forms
		## Links
		## Screen Reader
	# WordPress Specific
		## Captions
		## Galleries
	# Floats and Clearing
	# Columns System
	# General
	# Header
		## Logo
		## Navigation
		## Mobile Nav
	# Main
		## Content
		## Blog Post Style 1 - Listing
		## Blog Post Style 2 - Listing
		## Blog Post Style 3 - Listing
		## Pagination
		## Blog Post - Single
		## Social Links
		## Comments
		## Contact Form 7
		## Sidebar
	# Widgets
		## Widget - Search
		## Widget - Tag Cloud
	# Footer
		## Footer Widgets
		## Footer Bottom
	# Responsive
		## Medium Monitors
		## Normal Monitors
		## Smaller Monitors
		## Tablets
		## Phones ( landscape + portrait )
		## Phones ( landscape )
		## Phones ( portrait )

--------------------------------------------------------------*/

/*--------------------------------------------------------------
	# Normalize
--------------------------------------------------------------*/

img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:0 0 25px 0}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}embed,iframe,object {max-width: 100%;}iframe{border:0;}.widget select { max-width: 100%; }

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #888;
	font-size: 9px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.65;
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	color: #292c33;
	line-height: 1.45;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 21px;
}

h6 {
	font-size: 18px;
}

p {
	margin: 0;
	margin-bottom: 25px;
}

p:last-child {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	color: #767676;
	padding: 30px;
	border-left: 2px solid #4082c6;
	background: #edf4f6;
	margin-left: 0;
	margin-right: 0;
}

	blockquote p:last-child {
		margin: 0;
	}

address {
	margin-bottom: 25px
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 25px;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

small {
	font-size: 75%;
}

/*--------------------------------------------------------------
	## Elements
--------------------------------------------------------------*/

body {
	background: #fff;	
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #e5e5e5;
	border: 0;
	height: 1px;
	margin-bottom: 25px;
}

ul,
ol {
	margin: 0;
	margin-bottom: 25px;
	padding: 0 0 0 10px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	margin-bottom: 25px;
	width: 100%;
	line-height: 1;
}

.widget table {
	table-layout: fixed;
}

table thead {
	background: #4082c6;
	color: #fff;
	text-align: left;
}

table td,
table th {
	padding: 10px;
	text-align: left;
}

table tbody th {
	background: #4082c6;
	color: #fff;
}

table tbody th a {
	color: inherit;
}

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

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

/*--------------------------------------------------------------
	## Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	line-height: 45px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background: #4082c6;
	padding: 0 22px;
	margin: 0;
	border-radius: 0;
	text-transform: none;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: rgb(239, 239, 239);
    border: 0;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	padding: 13px;
	max-width: 100%;
	box-sizing: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #4d4d4d;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #4082c6;
}

/*--------------------------------------------------------------
	## Screen Reader
--------------------------------------------------------------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
	# WordPress Specific
--------------------------------------------------------------*/

.sticky {

}

.bypostauthor {
	
}

.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
	## Captions
--------------------------------------------------------------*/

#wp-calendar caption {
	margin-bottom: 10px;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	-webkit-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
}

.wp-caption .wp-caption-text {
	font-size: 13px;
	font-style: italic;
	margin: 0;
	padding: 0 10%;
	margin-top: 10px;
}

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

/*--------------------------------------------------------------
	## Galleries
--------------------------------------------------------------*/

.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;
}

/*--------------------------------------------------------------
	# Floats and Clearing
--------------------------------------------------------------*/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*--------------------------------------------------------------
	# Columns System
--------------------------------------------------------------*/

.wrapper {
	max-width: 100%;
	margin: 0 auto;
}

.col {
	display: block;
	float: left;
	margin-right: 3.42%;
}

body.rtl .col {
	float: right;
	margin-left: 3.42%;
	margin-right: 0;
}

.col-1 { width: 5.198%; }
.col-2 { width: 13.81%; }
.col-3 { width: 22.43%; }
.col-4 { width: 31.05%; }
.col-5 { width: 39.67%; }
.col-6 { width: 48.29%; }
.col-7 { width: 56.90%; }
.col-8 { width: 65.52%; }
.col-9 { width: 74.14%; }
.col-10 { width: 82.76%; }
.col-11 { width: 91.38%; }
.col-12 { width: 100%; }

.col-last {
	margin-right: 0;
}

body.rtl .col-last {
	margin-left: 0;
}

.col-first {
	clear: both;
}

.no-col-spacing .col { margin-right: 0; }
.no-col-spacing .col-1 { width: 8.33333%; }
.no-col-spacing .col-2 { width: 16.66666%; }
.no-col-spacing .col-3 { width: 25%; }
.no-col-spacing .col-4 { width: 33.33333%; }
.no-col-spacing .col-5 { width: 41.66666%; }
.no-col-spacing .col-6 { width: 50%; }
.no-col-spacing .col-7 { width: 58.33333%; }
.no-col-spacing .col-8 { width: 66.66666%; }
.no-col-spacing .col-9 { width: 75%; }
.no-col-spacing .col-10 { width: 83.33333%; }
.no-col-spacing .col-11 { width: 91.66666%; }
.no-col-spacing .col-12 { width: 100%; }

.masonry-item.col {
	margin-right: 0;
}

.owl-carousel .col {
	width: auto;
	margin-right: 0;
}

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

#page {
	
}

#page,
#page-inner {
	position: relative;
}

/*--------------------------------------------------------------
	# Header
--------------------------------------------------------------*/

#header {
	padding: 18px 41px 18px 41px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: #fff;
	z-index: 99999;
}

#header-sticky-wrapper {
	position: relative;
	z-index: 99999;
}

	#header .wrapper {
		position: relative;
	}

	.header-inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

.header-social {
	width: 170px;
	text-align: right;
	flex-shrink: 0;
	transform: translateY(-2px);
	line-height: 1;
}

	.header-social a {
		color: #000;
		font-size: 30px;
	}

		.header-social img,
		.mobile-navigation-social img {
			width: 25px;
			height: auto;
		}

/*--------------------------------------------------------------
	## Logo
--------------------------------------------------------------*/

#logo {
	position: relative;
	line-height: 0;
	width: 170px;
	flex-shrink: 0;
}

	#logo img {
		max-width: 132px;
	}
	
	.logo-dark {

	}

	.logo-white {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
	}

	#logo a,
	#logo img {
		display: inline-block;
	}

	#logo .site-title {
		color: #000;
		font-weight: bold;
		font-size: 40px;
		line-height: 1;
		margin-bottom: 0;
		text-transform: lowercase;
		transition: color .3s;
	}
	
	/*
	.header-color-light #logo .site-title {
		color: #fff;
	}

	.header-color-light #logo .logo-dark { 
		opacity: 0;
	}

	.header-color-light #logo .logo-white {
		opacity: 1;
	}
	*/

		#logo .site-title a {
			color: inherit;
		}

/*--------------------------------------------------------------
	## Navigation
--------------------------------------------------------------*/

#navigation {
	float: right;
	z-index: 99998;
	position: relative;
	width: 100%;	
	transform: translateY(2px);
}

	#navigation-inner {
		position: relative;
	}

	#navigation ul,
	#navigation li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#navigation .menu {
		display: flex;
		justify-content: center;
	}

		/* Top level item */
		#navigation .menu > li {
			display: block;
			position: relative;
			z-index: 99998;
			text-align: right;
			margin: 0 15px;
		}

		#navigation .menu > li:last-child {
			margin-right: 0;
		}

		#navigation .menu > li:first-child {
			margin-left: 0;
		}

			/* Top level chevron */
			#navigation .menu a .fa {
				display: inline-block;
				color: #fff;
				font-size: 7px;
				margin-left: 8px;
				vertical-align: middle;
				line-height: 1;
			}

			/* Top level item anchor */
			#navigation .menu > li > a {
			    display: block;
    			text-decoration: none;
    			vertical-align: middle;
    			color: #888;
    			font-size: 10px;
    			font-weight: 400;
				line-height: 1.2;
				margin-bottom: 6px;
				letter-spacing: 1px;
    			padding: 0;
				text-transform: uppercase;
			}

			.header-color-light #navigation .menu > li > a {
				color: #fff;
			}

			/* Top level item anchor hover */
			#navigation .menu > li > a:hover {
				color: #000;
			}

			body.home #navigation .menu > li > a:hover {
				color: #000;
			}

			body.home .header-color-light #navigation .menu > li > a:hover {
				color: #000;
			}

			/* Top level item anchor current */
			#navigation .menu > li.current-menu-item > a,
			#navigation .menu > li.current-menu-ancestor > a {
				color: #000;
			}

	/* Submenu */
	#navigation .menu ul {
		background: #191a1f;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 100%;
		left: 0; /* same as horrizontal padding on #navigation .menu ul li */
		text-align: left;
		padding: 5px 0;
		-webkit-transition: .5s opacity;
		-moz-transition: .5s opacity;
		transition: .5s opacity;
	}

		/* Submenu item */
		#navigation .menu ul li {
			position: relative;
			display: block;
			white-space: nowrap;
			margin: 0;
			padding: 0 15px; /* same as left on #navigation .menu ul */
			min-width: 220px;
		}

			/* Submenu item anchor */
			#navigation .menu ul li > a {				
				display: block;
				line-height: 1;
				text-decoration: none;
				color: rgba( 255, 255, 255, 0.5 );
				font-size: 12px;
				font-weight: 400;
				line-height: 15px;
				border-bottom: 1px solid rgba( 0, 0, 0, 0.05 );
				padding-top: 13px;
				padding-bottom: 13px;
			}

			/* Submenu last item anchor */
			#navigation .menu ul li:last-child > a {
				border-bottom: 0 !important;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li > a:hover {
				 color: #fff;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li.current-menu-item > a {
				color: #fff;
			}

		/* Second lvl submenu */
		#navigation .menu ul ul {
			left: 100%;
			margin-left: 0;
			top: -11px; /* upper level padding + border */
		}

		/* Show submenu on hover */
		#navigation .menu li:hover > ul {
			visibility: visible;
			opacity: 1;
		}

/*--------------------------------------------------------------
	## Mobile Nav
--------------------------------------------------------------*/

#mobile-navigation,
#mobile-navigation-inner {
	display: none;
}

#mobile-navigation-inner {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    right: -40px;
    left: -40px;
    margin-top: 45px;
    z-index: 99998;
    transition: max-height 1s;
    top: 0;
	background: #fff;
	padding-top: 10px;
}

body.mobile-nav-active #mobile-navigation-inner {
	max-height: 700px;
}
	
	#mobile-navigation .fa {
		display: inline-block;
		line-height: inherit;
	}

	.header-mobile-nav-hook {
		display: block;
		text-align: center;
		cursor: pointer;
		font-size: 30px;
		line-height: 1;
		font-weight: 500;
		color: #000;
		cursor: pointer;
		width: auto;
		position: relative;
	}

	.header-color-light .header-mobile-nav-hook {
		color: #fff;
	}

	.header-mobile-nav-text {
		display: inline-block;
		font-weight: bold;
		font-size: 12px;
		line-height: inherit;
		text-transform: uppercase;
	}

	.header-mobile-nav-hook select {
		position: absolute;
		right: 0;
		bottom: 0;
		top: 0;
		padding: 0;
		margin: 0;
		opacity: 0;
		width: 100%;
		cursor: pointer;
	}

	.mobile-navigation-social {
		margin-bottom: 15px;
		text-align: center;
		margin-top: 10px;
	}

		.mobile-navigation-social a {
			color: #000 !important;
			font-size: 30px !important;
		}

/*--------------------------------------------------------------
	# Main
--------------------------------------------------------------*/

#main {
	padding-bottom: 40px;
}

/*--------------------------------------------------------------
	## Home
--------------------------------------------------------------*/

body.page-template-template-home-php #page,
body.page-template-template-home-php #main {
	padding: 0;
}

body.page-template-template-home-php #header {
	padding-left: 40px;
	padding-right: 40px;
}

body.page-template-template-home-php #content {
	position: static;
}

.home-slider,
.portfolio-single-slider {
	overflow: hidden;
}

.portfolio-single-slider {
	position: relative;
}

	.home-slide,
	.portfolio-single-slide {
		display: block;
		height: 100vh;
		width: 100%;
		background-position: center;
		background-size: cover;
		overflow: hidden;
		position: relative;
		background-color: #000;
	}

	.portfolio-single-slide {
		background-color: #fff;
	}

		.home-slide a,
		.portfolio-single-slide a {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}

		.home-slide img,
		.portfolio-single-slide img {
			max-width: 100%;
			opacity: 0;
		}

		.home-slide video,
		.portfolio-single-slide video {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translateX(-50%) translateY(-50%);
			object-fit: cover;
		}

		.home-slide video {
			width: 100%;
		}

.portfolio-single-inner {
	display: flex;
	flex-direction: column;
}

.portfolio-single-content {
	padding: 42px;
	padding-top: 20px;
	padding-bottom: 20px;
}

	.portfolio-single-content h1 {
		font-size: 11.2px;
		text-transform: uppercase;
		margin-bottom: 0;
		font-weight: 400;
		color: #000;
		line-height: 1.4;
		margin-bottom: 3px;
		font-weight: bold;
	}

	.portfolio-single-content p {
		margin-bottom: 10px;
	}

	.portfolio-single-content p:last-child {
		margin-bottom: 0;
	}

.portfolio-single-nav {

}	

.portfolio-single-slider .carousel-go-prev,
.portfolio-single-slider .carousel-go-next {
	display: block;
	padding: 20px;
	line-height: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	font-size: 60px;
	color: #000;
	z-index: 500;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.portfolio-single-slider .carousel-go-prev {
	left: 0;
	justify-content: flex-start;
}

.portfolio-single-slider .carousel-go-next {
	right: 0;
	justify-content: flex-end;
}

.header-color-light .portfolio-single-slider .carousel-go-prev,
.header-color-light .portfolio-single-slider .carousel-go-next {
	color: #fff;
}

.portfolio-single-items {
	margin-top: 100px;
	border-top: 1px solid #eee;
}

/*--------------------------------------------------------------
	## Regular Page
--------------------------------------------------------------*/

body.page-template-default #main {
	padding-top: 0;
}

.page-single-main {
	max-width: 560px;
	margin: 0 auto;
	padding: 50px 25px;
}

/*--------------------------------------------------------------
	## Work Page
--------------------------------------------------------------*/

body.single-frankey_portfolio  #main {
	padding-top: 0;
}

.portfolio-single-main {
	max-width: 600px;
	margin: 0 auto;
	padding: 50px 0;
}


/*--------------------------------------------------------------
	## Content
--------------------------------------------------------------*/

#content {
	position: relative;
}

body.body-no-sidebar #content.col-8 {
	float: none;
	margin: 0 auto;
}

.blog-post,
.blog-post-single,
.page-single,
.about-author,
#respond,
.comment-inner {
	
}

/*--------------------------------------------------------------
	## Blog Post Style 1 - Listing
--------------------------------------------------------------*/

.post-s1 {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}

.post-s1:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

	.post-s1-thumb {
		float: left;
		margin-right: 40px;
	}

	.layout-classic-v2 .post-s1-thumb {
		float: none;
		margin-right: 0;
		margin-bottom: 40px;
	}

		.post-s1-thumb a,
		.post-s1-thumb img {
			display: block;
		}

	.post-s1-main {
		overflow: hidden;
	}

	.layout-classic-v2 .post-s1-main {
		overflow: visible;
	}

		.post-s1-meta {
			color: rgba( 0, 0, 0, 0.5 );
			text-transform: uppercase;
			font-size: 12px;
			font-weight: 600;
			margin-bottom: 10px;
		}

			.post-s1-meta a {
				color: inherit;
			}

		.post-s1-title {
			margin-bottom: 15px;
			font-size: 28px;
			letter-spacing: -1px;
			line-height: 1.2;
		}

			.post-s1-title a {
				color: inherit;
			}

		.post-s1-excerpt {
			margin-bottom: 15px;
		}

		.post-s1-read-more {

		}

			.post-s1-read-more a {
				display: inline-block;
				padding: 12px;
				background: #4082c6;
				color: #fff;
				font-size: 12px;
				line-height: 1;
				text-transform: uppercase;
				font-weight: bold;
			}

		.post-meta-comments {
			margin-left: 7px;
		}

		.post-meta-cats {
			margin-left: 7px;
		}

		.post-meta-cats:before,
		.post-meta-comments:before {
			content: " ";
			display: inline-block;
			background: #aeb6b9;
			width: 2px;
			height: 2px;
			vertical-align: middle;
			margin-right: 10px;
		}

/*--------------------------------------------------------------
	## Portfolio Style 1
--------------------------------------------------------------*/

.portfolio-items {
	margin-top: 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
	overflow-x: hidden;
	padding: 0 35px;
}

.portfolio-single-nav.portfolio-items {
	justify-content: flex-start;
	margin-top: 0;
}

	.portfolio-s1 {
		flex: 1 1 25%;
		max-width: calc(100% / 4);
		min-width: calc(100% / 4);
		max-width: -webkit-calc(100% / 4);
		min-width: -webkit-calc(100% / 4);
	}

	.portfolio-single-nav .portfolio-s1 {
		cursor: pointer;
	}

	.portfolio-s1 video {
		max-width: 100%;
		width: 100%;
		height: auto;
		object-fit: cover;
	}

		.portfolio-s1-inner {
    		margin: 0 7px 16px 7px;
		}

		.portfolio-single-nav .portfolio-s1-inner {
			margin: 0 7px 16px 7px;
			position: relative;
		}

			.portfolio-s1-play-icon {
				position: absolute;
				bottom: 15px;
				right: 15px;
				color: #fff;
				font-size: 25px;
				text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.2 );
			}

			.portfolio-s1-thumb {
				margin-bottom: 5px;
			}

				.portfolio-s1-thumb a,
				.portfolio-s1-thumb img {
					display: block;
				}

			.portfolio-s1-title {
				font-size: 9px;
				text-transform: uppercase;
				margin-bottom: 0;
				font-weight: 400;
				color: #000;
				line-height: 1.4;
				margin-bottom: 3px;
			}

				.portfolio-s1-title a {
					color: inherit;
				}

			.portfolio-s1-date {
				display: block;
				font-size: 9px;
				color: #999;
				line-height: 1;
			}

				.portfolio-s1-date a {
					color: inherit;
				}

/*--------------------------------------------------------------
	## Pagination
--------------------------------------------------------------*/

.pagination {
	margin-top: 70px;
	text-align: center;
}

	.pagination ul,
	.pagination li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.pagination-type-numbered li {
		display: inline-block;
		margin: 0 5px;
	}

		.pagination-load-more a,
		.pagination-type-numbered a {
			display: inline-block;
			background: #4082c6;
			border: 0;
			color: #fff;
			font-size: 14px;
			font-weight: 900;
			line-height: 40px;
			text-transform: uppercase;
			padding: 0 20px;
		}

		.pagination-load-more.inactive a,
		.pagination-type-numbered .inactive a {
			background-color: #e4e4e4;
			color: #979797;
		}

			.pagination-load-more .fa {
				margin-right: 10px;
			}

/*--------------------------------------------------------------
	## Blog Post - Single
--------------------------------------------------------------*/

	/* thumbnail */
	.blog-post-single-thumb {
		margin-bottom: 30px;
	}

		.blog-post-single-thumb img {
			display: block;
		}

	/* main */
	.blog-post-single-main,
	.page-single-main {
		
	}

		.blog-post-single-title,
		.page-title {
			font-size: 30px;
			font-weight: 400;
			line-height: 1.2;
			color: #222;
			letter-spacing: -1px;
			margin-bottom: 20px;
		}

		.search .page-title,
		.archive .page-title {
			margin-bottom: 50px;
		}

		.blog-post-single-meta {
			position: relative;
			border: 1px solid #eee;
			border-width: 0 0 1px 0;
			padding: 10px 0;
			margin-bottom: 30px;
			text-transform: uppercase;
			font-size: 12px;
			font-weight: bold;
		}

		.page-single-title {
			margin-bottom: 30px;
		}

		.blog-post-single-meta-bottom {
			font-size: 12px;
			line-height: 1;			
			color: #9fa6a7;
			padding-bottom: 20px;
			border-bottom: 1px solid #e5e5e5;
			margin-bottom: 26px;
		}

		/* tags */
		.blog-post-single-tags {
			margin-top: 25px;
			font-size: 13px;
		}

			.blog-post-single-tags a {

			}

		/* pagination */
		.blog-post-single-pagination {
			margin-top: 20px;
		}

			.blog-post-single-pagination a {
				font-weight: bold;
			}

/* Blog Post Prev/Next Pagination */

.blog-post-single-nav {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

	.blog-post-single-nav-button {
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		background: #4082c6;
		line-height: 40px;
		padding: 0 15px;
		margin-bottom: 15px;
	}

	.blog-post-single-nav-next .blog-post-single-nav-button {
		float: right;
	}

		.blog-post-single-nav-button .fa {
			margin-right: 10px;
		}

		.blog-post-single-nav-next .fa {
			margin-right: 0;
			margin-left: 10px;
		}

	.blog-post-single-nav .post-s2 {
		margin-bottom: 0;
	}

	.blog-post-single-nav .post-s3-thumb {
		clear: both;
	}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/

.comments-area {
	margin-top: 50px;
}

.comments-section-heading {	
	margin-bottom: 20px; 
}

	.comments-section-heading-title {
		font-size: 25px; 
		font-weight: bold; 
		float: left;
		margin: 0;
	}

.comments-area ul,
.comments-area ol,
.comments-area li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

.comment {

}
	
.comments-area li.comments-pingback,
.comments-area li.comments-trackback {
	margin-bottom: 10px;
	font-size: 13px;
	background: #fff;
	padding: 10px;
}

	.comment-inner {
		background: #fff;
		padding: 35px;
		border: 1px solid #eee;
		margin-bottom: 25px;
	}

		.comment-author-avatar {
			float: left;
			margin-right: 15px;
			width: 40px;
		}

			.comment-author-avatar img {
				border-radius: 50%;
				display: block;
			}

		.comment-info {
			margin-bottom: 20px;
		}

			.comment-meta {
				float: left;
				margin-top: 5px !important
			}

				.comment-meta-author {
					display: block;
					color: #4082c6;
					font-size: 14px;
					font-weight: bold;
					line-height: 1;
					margin-bottom: 4px !important;
				}

				.comment-meta-date {
					display: block;
					font-size: 12px;
					line-height: 1;
				}

			.comment-reply {
				float: right;
			}

				.comment-reply a {
					line-height: 40px;
					display: inline-block;
					font-size: 12px;
					font-weight: bold;
					text-transform: uppercase;
				}

		.comment-main {
			
		}

	.comment .children {
		margin-left: 80px;
	}

	.comments-no-comments {
		margin-bottom: 20px;
	}

.comment-respond {
	background: #fff;
	padding: 35px;
	border: 1px solid #eee;
}

.comment-list .comment-respond {
	margin-bottom: 25px;
}

	.comment-reply-title {
		margin: 0;
		padding: 0;
		color: #232323;
		font-size: 20px;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 20px;
	}

	.comment-respond .logged-in-as,
	.comment-notes {
		font-size: 14px;
	}

		.comment-form-comment {
			font-size: 0;
			line-height: 0;
			margin: 0;
		}

		.comment-form-name,
		.comment-form-email,
		.comment-form-website {
			margin-top: 20px;
			font-size: 0;
			line-height: 0;
		}

			.comment-respond input[type="text"],
			.comment-respond textarea {
				background: #fff;
				border: 1px solid #eee;
			}

			.comment-respond textarea {
				height: 140px;
			}

		.comment-respond .form-submit {
			clear: both;
			padding-top: 20px;
			margin-bottom: 0;
		}

/*--------------------------------------------------------------
	## Contact Form 7
--------------------------------------------------------------*/

body .wpcf7 {
	padding: 40px;
	border: 1px solid #eee;
}

.wpcf7 label {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

body input[type="text"],
body input[type="email"],
textarea {
	
}

/*--------------------------------------------------------------
	## Sidebar
--------------------------------------------------------------*/

#sidebar {
	position: relative;
	word-break: break-word;
}
	
	#sidebar .widget {
		margin-top: 35px;
	}

	#sidebar .widget:first-child {
		margin-top: 0;
	}

		#sidebar .widget-title {
			margin: 0;
			padding: 0;
			font-size: 18px;
			font-weight: 700;
			line-height: 1.2;
			margin-bottom: 25px;
		}

/*--------------------------------------------------------------
	# Widgets
--------------------------------------------------------------*/

.widget {

}

/*--------------------------------------------------------------
	## Widget - Search
--------------------------------------------------------------*/

.widget_search .search-form {
	position: relative;
}

.widget_search input[type="search"] {
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
}

.widget_search input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #4082c6;
}

/*--------------------------------------------------------------
	## Widget - Tag Cloud
--------------------------------------------------------------*/

.widget .tagcloud {
	font-size: 0;
	line-height: 0;
}

	.widget .tagcloud a {
		display: inline-block;
		line-height: 30px;
		padding: 0 10px;
		background: #4082c6;
		color: #fff;
		font-size: 12px !important;
		font-weight: bold !important;
		text-transform: uppercase;
		margin-right: 10px;
		margin-bottom: 10px;
	}

/*--------------------------------------------------------------
	# Footer
--------------------------------------------------------------*/

#footer {
	
}

/*--------------------------------------------------------------
	## Footer Bottom
--------------------------------------------------------------*/

#footer-bottom {
	padding: 30px 0;
}
	
	/**
	 * Footer Copyright
	 */

	#footer-copyright {
		text-align: center;
		font-size: 12px;	
		line-height: 1;	
		text-transform: uppercase;
	}

		#footer-copyright a {
			font-weight: bold;
		}


.hide-on-desktop {
	display: none !important;
}

/*--------------------------------------------------------------
	# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Medium Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1426px ) and ( max-width: 1700px )  {

}

/*--------------------------------------------------------------
	## Normal Monitors
--------------------------------------------------------------*/

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

	.portfolio-s1 {
		max-width: calc(100% / 3);
		min-width: calc(100% / 3);
		max-width: -webkit-calc(100% / 3);
		min-width: -webkit-calc(100% / 3);
	}

}

@media only screen and ( max-width: 1024px ) {
	
	/* header */
	body #header {
		
	}

		.header-inner {
			justify-content: center;
		}
		body #navigation {
			display: none;
		}
		body #mobile-navigation {
			display: block;
			text-align: center;

			position: absolute;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
		}
			#mobile-navigation-inner {
				
			}
				#mobile-navigation-inner a {
					display: block;
					text-decoration: none;
					vertical-align: middle;
					color: rgba( 0, 0, 0, 0.5 );
					font-size: 10px;
					font-weight: 600;
					line-height: 35px;
					padding: 0;
					text-align: center;
					text-transform: uppercase;
				}
			.header-mobile-nav-hook {
				
			}
			#mobile-navigation-inner {
				display: block;
			}

	.header-social {
		display: none;
	}

	#logo {
		text-align: center;
	}

	.page-single-main {
		max-width: none !important;
	}

}

/*--------------------------------------------------------------
	## Phones ( landscape + portrait )
--------------------------------------------------------------*/

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

	body:not(.home) .home-slide img {
		opacity: 1;
	}

	.hide-on-desktop {
		display: block !important;
	}

	.hide-on-phone {
		display: none !important;
	}

	body #page {
		padding: 0;
	}

	/* columns */

	body #content,
	body #sidebar {
		margin-right: 0;
		width: 100% !important;
	}

	

	/* single */
	body .page-title,
	body .blog-post-single-title {
		font-size: 25px;
	}

	/* other */
	body .comment .children {
		margin-left: 0;
	}

	body blockquote {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.portfolio-single-slider {
		display: none;
	}

	.portfolio-single-content {
		order: 2;
	}

	.portfolio-s1 {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}

	.portfolio-items {
		margin-top: 0;
	}

	.portfolio-s1-inner {
		
	}

	#header {
		padding-left: 15px;
		padding-right: 15px;
	}

	.portfolio-items {
		padding-left: 8px;
		padding-right: 8px;
	}

	.portfolio-single-content {
		padding: 0 15px;
	}

	.portfolio-single-nav .portfolio-s1-inner {
		margin-bottom: 9px;
	}

}

/*--------------------------------------------------------------
	## Phones ( landscape )
--------------------------------------------------------------*/

@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {


}

/*--------------------------------------------------------------
	## Phones ( portrait )
--------------------------------------------------------------*/

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

	

}