/*
	Theme Name: SK HH
	Author: Worck
	Author URI: 
	Description: Custom theme
	Version: 1.0.15
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: sk-hh
	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: #000;
	font-size: 16px;
	font-weight: 400;
	font-family: "heebo", Arial, Helvetica, sans-serif;
	line-height: 1.7;
}

.ff-b {
	font-family: "heebo", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	color: #000;
	line-height: 1.45;
	font-weight: 300;
	font-family: "filson-pro", Arial, Helvetica, sans-serif;
}

.ff-h {
	font-family: "filson-pro", 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 {
	font-size: 19px;
	font-style: italic;
	font-family: Georgia, serif;
	line-height: 1.65;
	background-image: url("images/blockquote.png");
	background-repeat: no-repeat;
	background-position: 15px 0;
	padding: 13px 41px;
	text-align: center;
}

	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: #00aeef;
	color: #fff;
	text-align: left;
}

table td,
table th {
	padding: 10px;
	text-align: left;
}

table tbody th {
	background: #00aeef;
	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;
	border: 2px solid #fbdb02;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background: #fbdb02;
	padding: 6px 28px;
	transition: all .3s;
	margin: 0;
	border-radius: 0;
	color: #000;
	line-height: inherit;
}

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"],
input[type="tel"],
select,
textarea {
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	padding: 8px 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,
input[type="tel"]:focus,
textarea:focus {
	color: #4d4d4d;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #00aeef;
}

/*--------------------------------------------------------------
	## 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: 1025px;
	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: 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-inner {
	position: relative;
}

/*--------------------------------------------------------------
	# Header
--------------------------------------------------------------*/

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	padding: 16px 24px;
	background-color: rgba( 0, 0, 0, 0.63 );
}

body.home #header {
	background-color: transparent;
}

	.header-wrap {
		
	}

	.header-inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

		.header-primary {

		}

		.header-secondary {
			display: flex;
			align-items: center;
		}

			.header-buttons {
				margin-left: 30px;
			}

/*--------------------------------------------------------------
	## Logo
--------------------------------------------------------------*/

#logo {
	position: relative;
	line-height: 0;
	margin-top: 0;
}

body.home #logo {
	margin-top: 8px;
}

	#logo img {
		height: 45px;
		width: auto;
	}

	body.home #logo img {
		height: auto;
		width: 262px;
	}
	
	#logo a,
	#logo img {
		display: block;
	}

	#logo img {
		max-height: 100%;
	}

	#logo .site-title {
		color: #fff;
		font-weight: 700;
		font-size: 34px;
		line-height: 1;
		letter-spacing: -1px;
		margin-bottom: 10px;
	}

		#logo .site-title a {
			color: inherit;
		}

	#logo .site-description {
		color: #828992;
		font-weight: 400;
		font-size: 16px;
		line-height: 1;		
	}

/*--------------------------------------------------------------
	## Navigation
--------------------------------------------------------------*/

#navigation {
	z-index: 99998;
	position: relative;
}

	#navigation-inner {
		position: relative;
	}

	#navigation ul,
	#navigation li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		/* Top level item */
		#navigation .menu > li {
			display: inline-block;
			/* position: relative; */
			z-index: 99998;
			margin-right: -4px;
		}

		#navigation .menu > li:last-child {
			margin-right: 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;
				display: none;
			}

			/* Top level item anchor */
			#navigation .menu > li > a {
				display: inline-block;
				text-decoration: none;
				vertical-align: middle;
				color: #fff;
				font-size: 16px;
				font-weight: 400;
				line-height: 1;
				padding: 10px;
				text-transform: uppercase;
			}

			body.header-sticky #navigation .menu > li > a {
				padding: 20px 0;
			}

			/* Top level item anchor hover */
			#navigation .menu > li > a:hover {
				color: #fbdb02;
			}

			/* Top level item anchor current */
			#navigation .menu > li.current-menu-item > a,
			#navigation .menu > li.current-menu-ancestor > a {
				color: #fbdb02;
			}

	/* Submenu */
	#navigation .menu ul {
		background: #fff;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 100%;
		right: 0; /* same as horrizontal padding on #navigation .menu ul li */
		text-align: left;
		padding: 0;
		-webkit-transition: .5s opacity;
		-moz-transition: .5s opacity;
		transition: .5s opacity;
		display: flex;
		border-top: 3px solid #00aeef;
		flex-wrap: wrap;
		width: 720px;
	}

		/* Submenu item */
		#navigation .menu ul li {
			position: relative;
			display: block;
			white-space: nowrap;
			margin: 0;
			padding: 0; /* same as left on #navigation .menu ul */
			width: 180px;
		}

			/* Submenu item anchor */
			#navigation .menu ul li > a {
				display: block;
				line-height: 1;
				text-decoration: none;
				color: #000;
				font-size: 16px;
				font-weight: 400;
				line-height: 15px;
				border-bottom: 1px solid rgba( 255, 255, 255, 0.05 );
				padding-top: 13px;
				padding-bottom: 13px;
				padding: 31px 30px;
				border-right: 1px solid #ddd;
				white-space: normal;
			}

			#navigation .menu ul li > a::after {
				content: 'Learn more';
				display: inline-block;
				font-size: 12px;
				padding: 9px 20px;
				background: #00aeef;
				color: #fff;
				text-transform: uppercase;
				font-weight: bold;
				margin-top: 20px;
			}

			/* 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: #000;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li.current-menu-item > a {
				color: #000;
			}

		/* 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 {
    display: none;
}
	
	#mobile-navigation .fa {
		font-size: 18px;
	}

	.header-mobile-nav-hook {
		display: inline-block;
		cursor: pointer;
		line-height: 30px;
        width: 40px;
        text-align: center;
        border: 1px solid #fff;
        color: #fff;
		cursor: pointer;
		position: relative;
	}
    
/* mobile navigation */
.mobile-navigation-menu {
    display: none;
    background: #111;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
}

.header-regular .mobile-navigation-menu {
    margin-top: 1px;
}

body.mobile-navigation-menu-active .mobile-navigation-menu {
    display: block;	
}

.mobile-navigation-menu ul,
.mobile-navigation-menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    /* Top level item */
    .mobile-navigation-menu li {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba( 255, 255, 255, 0.3 );
    }

    .mobile-navigation-menu .menu li:last-child {
        border-bottom: 0;
    }

        /* Top level chevron */
        .mobile-navigation-menu .menu a .fa {
            display: inline-block;
            color: rgb(165, 165, 165);
            font-size: 7px;
            margin-left: 10px;
            vertical-align: middle;
        }

        /* Top level item anchor */
        .mobile-navigation-menu .menu li > a {
            display: block;
            text-decoration: none;
            color: #fff;
            font-size: 16px;
            line-height: 59px;
            padding: 0 20px;
        }

        /* Top level item anchor hover */
        .mobile-navigation-menu .menu li > a:hover {
            color: #fff;
        }

        /* Top level item anchor current */
        .mobile-navigation-menu .menu li.current-menu-item > a {
            color: #fff;				
        }

/* Submenu */
.mobile-navigation-menu .menu ul {	
    border-top: 1px solid #ddd;
    padding-left: 10px;
    display: none;
}

/* submenu expanded */
.mobile-navigation-menu li.expand > ul {
    display: block;
}

    /* Submenu item */
    .mobile-navigation-menu .menu ul li {	
        border-bottom-width: 1px;
        position: relative;
    }

        /* submenu indicator */
        .mobile-navigation-menu li .fa {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            line-height: 44px;
            width: 30px;
            height: 44px;
            text-align: center;
            cursor: pointer;
            color: #000;
        }

        .mobile-navigation-menu li ul .fa {
            height: 32px;
            line-height: 32px;
        }

        /* submenu indicator active */
        .mobile-navigation-menu li.expand > .fa:before {
            content: "\f068";
        }

        /* Submenu anchor */
        .mobile-navigation-menu .menu ul li > a {	
            font-size: 14px;
            line-height: 32px;
        }

/*--------------------------------------------------------------
	# Main
--------------------------------------------------------------*/

.ta-left {
	text-align: left;
}

.ta-center {
	text-align: center;
}

.ta-right {
	text-align: right;
}

#main {
	padding-bottom: 50px;
	position: relative;
}

body.home #main,
body.page-template-default #main {
    padding: 0;
}

.section-title {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 0;
}

.btn {
	display: inline-block;
	border: 2px solid #fbdb02;
	background: #fbdb02;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	padding: 6px 28px;
	transition: all .3s;
}

.btn-c2 {
	border-color: #fff;
	color: #fff;
	background-color: transparent;
}

.btn-c3 {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.btn-c4 {
	background: #07b602;
	border-color: #07b602;
	color: #fff;
}

.btn-s-m {
	font-size: 14px;
	padding: 10px 30px;
}

.section {
	background-size: cover;
	background-position: center;
	position: relative;
}

.section-bg-type-fixed {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	background-size: auto;
}

.section-bg-gray {
    background-color: #F3F5F9;
}

.section-bg-white {
    background-color: #fff;
}

.section-bg-dark {
    background-color: #3d3c3c;
}

.section-bg-accent {
    background-color: #00aeef;
}

.section-bg-accent-alt {
    background-color: #fef200;
}

	.section .wrapper {
		position: relative;
	}

	.section-bg-video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

		.section-bg-video::after {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		.section-bg-overlay-yellow::after {
			background: rgba(219,180,16,0.4);
		}

		.section-bg-overlay-blue::after {
			background: rgba(0,192,255,0.4);
		}

		.section-bg-overlay-blue-dark::after {
			background: rgba(0,36,61,0.7);
		}

		.section-bg-video video {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: top center;
		}

.section-heading {
	text-align: center;
}

	.section-heading-title {
		font-size: 60px;
		line-height: 1.2;
		margin-bottom: 0;
	}

		.section-heading-title strong {
			color: #07b602;
		}

	.section-heading-content {
		margin-top: 19px;
		line-height: 1.5;
	}

/*--------------------------------------------------------------
	## Hero
--------------------------------------------------------------*/

.hero {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(images/home-hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-color: #000;
	padding: 180px 0;
	text-align: center;
}

.hero::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

body.home .hero {
	height: 100vh;
	padding: 0;
	text-align: left;
}

body.home .hero::before {
	display: none;
}

	.hero .wrapper {
		width: 100%;
		position: relative;
	}

		.hero-inner {
			width: 100%;
		}

			.hero-title {
				margin-bottom: 0;
				font-size: 94px;
				line-height: 1;
				color: #fff;
			}

				.hero-title strong {
					color: #fbdb02;
				}

			.hero-content {
				margin-top: 20px;
				color: #fff;
				width: 100%;
				max-width: 600px;
				margin-left: auto;
				margin-right: auto;
			}

			body.home .hero-content {
				margin-left: 0;
				margin-right: 0;
				max-width: 310px;
			}

			.hero-buttons {
				margin-top: 20px;
			}

	.hero-info {
		color: #fff;
		width: 436px;
		max-width: 100%;
		background: #07b602;
		padding: 49px 40px;
		padding-top: 33px;
		position: absolute;
		bottom: -70px;
		right: 52px;
	}

		.hero-info-title {
			color: inherit;
			margin-bottom: 0;
			line-height: 1.3;
		}

			.hero-info-title strong {
				color: #fbdb02;
			}

		.hero-info-content {
			margin-top: 18px;
		}

		.hero-info-buttons {
			margin-top: 32px;
			text-align: center;
		}

/*--------------------------------------------------------------
	## Process
--------------------------------------------------------------*/

.process-carousel {
	padding: 99px 0 118px;
	background: #fffbe5;
	position: relative;
}

	.process-foot-graphic {
		position: absolute;
		top: 0;
		left: 0;
		transform: translateY(-46%) translateX(15%);
		z-index: 1;
	}

	.main-foot-graphic {
		position: absolute;
		top: 20px;
		right: 0;
		z-index: 1;
		transform: translateX(-45%);
	}

	.process-carousel-inner {
		position: relative;
		z-index: 2;
	}

	.process-carousel-items {
		margin-top: 50px;
		position: relative;
	}

		.process-carousel-item {

		}

			.process-carousel-item-image {
				width: 160px;
				height: 160px;
				background: #83d873;
				border: 5px solid #fff;
				border-radius: 50%;
				display: flex;
				align-items: center;
				justify-content: center;
			}

				.process-carousel-item-image img {
					height: 88px;
				}

			.process-carousel-item-title {
				margin-bottom: 0;
				font-size: 30px;
				font-weight: bold;
				margin-top: 27px;
			}

			.process-carousel-item-subtitle {
				margin-top: -7px;
				font-size: 24px;
				font-weight: 300;
				line-height: 1.5;
			}

			.process-carousel-item-excerpt {
				margin-top: 3px;
				font-size: 17px;
				font-weight: bold;
			}

			.process-carousel-item-buttons {
				margin-top: 20px;
			}

/*--------------------------------------------------------------
	## Process grid
--------------------------------------------------------------*/

.process-grid {
	padding: 119px 0;
	padding-bottom: 0;
}

	.process-grid-items {
		margin-top: 34px;
	}

		.process-grid-item {
			padding: 121px 0 151px;
		}

		.process-grid-item:nth-child(even) {
			background: #daf4d9;
			text-align: right;
		}

			.process-grid-item-top {
				display: flex;
				align-items: center;
			}

			.process-grid-item:nth-child(even) .process-grid-item-top {
				flex-direction: row-reverse;
			}

				.process-grid-item-top-primary {
					margin-right: 25px;
				}

				.process-grid-item:nth-child(even) .process-grid-item-top-primary {
					margin-left: 30px;
					margin-right: 0;
				}

					.process-grid-item-image {
						width: 100px;
						height: 100px;
						background: #83d873;
						border-radius: 50%;
						display: flex;
						align-items: center;
						justify-content: center;
					}
		
						.process-grid-item-image img {
							height: 58px;
						}

				.process-grid-item-top-secondary {

				}

					.process-grid-item-title {
						color: #07b602;
						font-size: 45px;
						margin-bottom: 0;
						font-weight: bold;
						line-height: 1.2;
					}

					.process-grid-item-subtitle {
						font-size: 28px;
					}

			.process-grid-item-content {
				margin-top: 38px;
				line-height: 1.5;
			}

			.process-grid-item-buttons {
				margin-top: 24px;
			}

.process-grid-nav {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 99999;
}

	.process-grid-nav ul {
		margin: 0;
		padding: 0;
	}

		.process-grid-nav li {
			display: block;
			margin: 0;
			padding: 0;
			text-align: right;
		}

		.process-grid-nav li.active {
			opacity: 0.35;
		}

			.process-grid-nav a {
				display: inline-block;
				padding: 13px 10px;
				background: #07b602;
				color: #fff;
				text-transform: uppercase;
				font-size: 18px;
				font-weight: bold;
				line-height: 1;
			}

			.process-grid-nav li:nth-child(even) a{
				background: #fbdb02;
			}

/*--------------------------------------------------------------
	## Testimonials
--------------------------------------------------------------*/

.testimonials {
	padding: 120px 0 60px;
}

	.testimonials-items {
		margin-top: 40px;
		width: 821px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

		.testimonials-item {
			text-align: center;
		}

			.testimonials-item-content {

line-height: 1.5;

}

			.testimonials-item-author {
				margin-top: 25px;
			}

/*--------------------------------------------------------------
	## Partners
--------------------------------------------------------------*/

.partners {
	padding: 36px 0 134px;
}

	.partners-items {
		margin-top: 92px;
	}

/*--------------------------------------------------------------
	## Subscribe
--------------------------------------------------------------*/

.subscribe {
	background-image: url(images/subscribe-bg.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}

	.subscribe::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
	}

	.subscribe-inner {
		position: relative;
	}

		.subscribe-title {
			text-align: center;
			font-size: 79px;
			line-height: 1.15;
			font-weight: 300;
			color: #fff;
			padding: 144px 0 60px;
		}

			.subscribe-title strong:nth-of-type(1) {
				color: #07b602;
			}

			.subscribe-title strong:nth-of-type(2) {
				color: #fbdb02;
			}

		.subscribe-form {
			background: #fff;
			padding: 31px 22px;
			transform: translateY(50%);
			position: relative;
			z-index: 10;
		}

			.subscribe-form .wpcf7-spinner {
				display: none;
			}

			.subscribe-form form {
				
			}

				.subscribe-form-inner > p {
					display: flex;
				}

				.subscribe-form-inner span.wpcf7-form-control-wrap {
					width: 100%;
					display: block;
				}
			
				.subscribe-form input[type="email"] {
					width: 100%;
					padding: 11px 0;
					font-size: 16px;
					border: 0;
					border-radius: 0;
					border-bottom: 1px solid #000;
				}

				.subscribe-form button,
				.subscribe-form input[type="submit"] {
					flex-shrink: 0;
					margin-left: 10px;
					line-height: inherit;
				}

/*--------------------------------------------------------------
	## Slider
--------------------------------------------------------------*/

.slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999;
	overflow: hidden;
	background: #000;
}

	.slider-item-wrap {
		position: relative;
	}

	.slider-item {
		height: 100vh;
		width: 100%;
		display: flex;
		align-items: center;
	}

		.slider-item-bg-video {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: -1;
		}

			.slider-item-bg-video video {
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: center;
			}

			.slider-item-bg-video::after {
				content: "";
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: rgba(38, 37, 68, 0.4);
			}

		.slider-item-main {
			transform: translateY(40px);
			opacity: 0;
			transition: all 1s;
		}

		.tns-slide-active .slider-item-main {
			opacity: 1;
			transform: translateY(0);
		}

			.slider-item-title {
				font-size: 82px;
				color: #fef200;
				line-height: 1.2;
				margin: 0;
				font-weight: 100;
			}

			.slider-item-subtitle {
				margin-top: 14px;
				margin-bottom: 0;
				color: #fff;
				font-size: 36px;
				line-height: 1.2;
			}

			.slider-item-buttons {
				margin-top: 35px;
			}

				.slider-item-buttons a {
					
				}

			.slider-item-logo {
				margin-top: 35px;
			}

.slider .tns-controls {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
}

	.slider .tns-controls button {
		width: 63px;
		height: 63px;
		background: rgba( 0, 0, 0, 0.5 );
		color: #fff;
		font-size: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.slider .tns-controls button:nth-child(1) {
		left: 0;
	}

	.slider .tns-controls button:nth-child(2) {
		right: 0;
	}

.tns-nav {
	text-align: center;
	margin-top: 48px;
}

	.tns-nav button {
		width: 11px;
		height: 11px;
		background: #d3c1bd;
		border: 0;
		display: inline-block;
		margin: 0 5px;
		border-radius: 50%;
		padding: 0;
		transform: scale(0.7);
	}

	.tns-nav button.tns-nav-active {
		background: #07b602;
		transform: scale(1);
	}

/*--------------------------------------------------------------
	## Page title
--------------------------------------------------------------*/

.page-heading {
	background: #00aeef;
	padding: 22px 0;
	margin-bottom: 40px;
}

	.page-title {
		margin-bottom: 0;
		font-size: 28px;
		font-weight: 300;
		color: #fff;
	}

/*--------------------------------------------------------------
	## Tagline
--------------------------------------------------------------*/

.tagline {
	padding: 118px 0;
	text-align: center;
	overflow: hidden;
	position: relative;
}

	.tagline .wrapper {
		position: relative;
	}

		.tagline-title {
			font-size: 70px;
			margin-bottom: 0;
		}

		.section-bg-accent .tagline-title,
		.section-bg-dark .tagline-title {
			color: #fff;
		}

/*--------------------------------------------------------------
	## Team
--------------------------------------------------------------*/

.team {
	padding: 34px 0 0px;
}

	.team-items {
		margin-top: 25px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

		.team-item {
			width: 48%;
			margin-bottom: 65px;
		}

			.team-item-image {
				margin-bottom: 23px;
				box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
			}

				.team-item-image a,
				.team-item-image img {
					display: block;
				}

			.team-item-main {

			}

				.team-item-title {
					font-size: 18px;
					margin-bottom: 0;
					font-weight: 500;
				}

				.team-item-excerpt {
					margin-top: 9px;
					font-size: 18px;
					color: #333;
					font-weight: 300;
				}

				.team-item-buttons {
					margin-top: 16px;
					font-size: 16px;
					text-transform: uppercase;
				}

/*--------------------------------------------------------------
	## Map
--------------------------------------------------------------*/

.map-embed {
	width: 100%;
	height: 350px;
}

/*--------------------------------------------------------------
	## Contact
--------------------------------------------------------------*/

.contact {
	padding: 120px 0;
}

	.contact .section-heading-content {
		margin-left: auto;
		margin-right: auto;
		max-width: 430px;
	}

	.contact-form {
		margin-top: 26px;
		width: 490px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

		.contact-form input[type="text"],
		.contact-form input[type="email"] {
			width: 100%;
			padding: 8px 5px;
			font-size: 16px;
			border: 0;
			border-radius: 0;
			border-bottom: 1px solid #07b602;
			color: #07b602;
		}

		.contact-form input[type="text"]::placeholder,
		.contact-form input[type="email"]::placeholder {
			color: #07b602;
		}

		.contact-note {
			text-align: center;
			font-size: 12px;
			margin-bottom: 30px;
			margin-top: 50px;
			line-height: 1.5;
		}

		.contact-form-submit {
			text-align: center;
		}

		.contact-form .wpcf7-spinner {
			display: block;
		}

		.contact-form p {
			margin-bottom: 32px;
		}

	.contact-secondary {
		display: flex;
		justify-content: space-between;
		font-size: 17px;
		line-height: 1.4;
		align-items: center;
		margin-top: 50px;
	}

		.contact-secondary > div {
			width: 48%;
		}

		.contact-secondary > div:first-child {
			text-align: right;
		}

		.contact-secondary a {
			color: inherit;
		}

		.contact-secondary img {
			width: 247px;
		}

/*--------------------------------------------------------------
	## CTA
--------------------------------------------------------------*/

.cta {
	position: relative;
	padding: 43px 0 42px;
	z-index: 1;
}

	.cta-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		.cta-primary {
			width: 100%;
			text-align: center;
		}

			.cta-title {
				font-size: 30px;
				line-height: 1.16;
				margin-bottom: 0;
			}

			.cta-title.fs-l {
				font-size: 38px;
			}

			.cta-title.fs-s {
				font-size: 24px;
			}

			.section-bg-accent .cta-title,
			.section-bg-dark .cta-title {
				color: #fff;
			}

		.cta-secondary {
			flex-shrink: 0;
			margin-left: 50px;
		}

		.cta-secondary:first-child:last-child {
			width: 100%;
			text-align: center;
			margin: 0;
		}

.cta::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #00aeef;
	transform: translateX(-50%);
}

.section-bg-dark.cta::after {
	border-top-color: #3d3c3c;
}

.section-bg-accent-alt.cta::after {
	border-top-color: #fef200;
}

/*--------------------------------------------------------------
	## Content Columns
--------------------------------------------------------------*/

.content-columns {
	padding: 72px 0 66px;
}

.section-bg-dark.content-columns {
	background: #3d3c3c;
	color: #fff;
}

	.content-columns .section-title {
		color: #00aeef;
	}

	.section-bg-dark .section-title {
		color: #fff;
	}

	.content-columns-inner {

	}

		.content-columns-items {
			display: flex;
			justify-content: space-between;
			margin-top: 5px;
		}

			.content-columns-item {
				width: 48%;
			}

			.content-columns-item:has(.content-columns-item-gallery) {
				width: 65.2%;
			}

			.content-columns-item:has(.content-columns-item-gallery) + .content-columns-item {
				width: 30.5%;
			}


			.content-columns-item-primary {
				
			}	

			.content-columns-item-secondary {

			}

				.content-columns-item-title {
					color: #00aeef;
					font-size: 28px;
				}

				.content-columns-item-gallery-note {
					border: 1px solid #3fbaeb;
					text-align: center;
					padding: 20px;
					color: #3fbaeb;
				}

					.content-columns-item-gallery .fa {
						margin-right: 10px;
					}

				.content-columns-item-gallery {
					border: 15px solid #00aeef;
					position: relative;
					margin-top: 20px;
				}

					.content-columns-item-gallery img {
						display: block;
						width: 100%;
					}

					.content-columns-item-gallery .tns-nav {
						position: absolute;
						bottom: 20px;
						left: 50%;
						transform: translateX(-50%);
					}

				.content-columns-item-title.fs-m {
					font-size: 38px;
				}

				.content-columns-item-title.fs-s {
					font-size: 18px;
					color: #000;
				}

				.content-columns-item-content {

				}

				.content-columns-item-content.fs-m {
					font-size: 18px;
					color: #333;
					font-family: Roboto;
					font-weight: 300;
				}

				.content-columns-item-content.fs-l {
					font-size: 25px;
					color: #333;
					font-family: Roboto;
					font-weight: 300;
				}

				.content-columns-item-content.fs-l strong,
				.content-columns-item-content.fs-m strong {
					font-weight: 400;
				}

				.content-columns-item-icons {
					margin-top: 25px;
					list-style-type: none;
					margin-left: 0;
					padding-left: 0;
					list-style-position: inside;
					margin-bottom: 0;
				}

				.content-columns-item-icons.fs-m {
					font-size: 18px;
				}

				.content-columns-item-icons.fs-t {
					font-size: 13px;
				}

					.content-columns-item-icons li {
						margin-bottom: 11px;
						padding-left: 43px;
						position: relative;
					}

					.content-columns-item-icons.fs-t li {
						padding-left: 30px;
						margin-bottom: 13px;
					}

						.content-columns-item-icons li .fa {
							position: absolute;
							left: 0;
							top: 0;
							width: 30px;
							height: 30px;
							color: #fff;
							background: #00aeef;
							border-radius: 50%;
							display: inline-flex;
							align-items: center;
							justify-content: center;
							margin-right: 11px;
							font-size: 16px;
						}

						.content-columns-item-icons.fs-t li .fa {
							width: 22px;
							height: 22px;
							font-size: 11px;
							top: 0px;
						}

/*--------------------------------------------------------------
	## Info Columns
--------------------------------------------------------------*/

.info-columns {
	padding: 24px 0 57px;
}

.section-bg-dark.info-columns {
	color: #fff;
}

	.info-columns .section-title {
		color: #00aeef;
	}

	.section-bg-dark .section-title {
		color: #fff;
	}

	.info-columns-inner {

	}

		.info-columns-items {
			display: flex;
			justify-content: space-around;
			margin-top: 20px;
		}

			.info-columns-item {
				width: 32%;
				text-align: center;
			}

				.info-columns-item-image {
					margin-top: 28px;
				}

					.info-columns-item-image img {
						display: block;
						width: 100%;
						max-width: 309px;
						margin-left: auto;
						margin-right: auto;
					}

				.info-columns-item-title {
					margin-bottom: 0;
					font-size: 38px;
					line-height: 1.3;
				}

				.section-bg-dark .info-columns-item-title {
					color: #00aeef;
				}

				.info-columns-item-content {
					margin-top: 34px;
				}

				.info-columns-item-buttons {
					margin-top: 20px;
				}

/*--------------------------------------------------------------
	## Info Box
--------------------------------------------------------------*/			

.info-box {
	padding: 120px 0 131px;
	position: relative;
	z-index: 2;
}

.info-box ~ .info-box {
	padding-top: 0;
}

	.info-box-inner {
		display: flex;
		justify-content: space-between;
	}

		.info-box-primary {
			width: 43%;
		}

		.info-box-media-pos-left .info-box-primary {
			text-align: right;
		}

		.info-box-primary:first-child:last-child {
			width: 100%;
			text-align: center !important;
			margin-left: auto;
			margin-right: auto;
			max-width: 842px;
		}

			.info-box-title {
				margin-bottom: 0;
				font-size: 60px;
				line-height: 1.2;
			}

				.info-box-title strong {
					color: #07b602;
				}

				.info-box-title span {
					color: #fbdb02;
					font-weight: bold;
				}

			.info-box-content {
				margin-top: 20px;
			}

			.info-box-buttons {
				margin-top: 26px;
			}

		.info-box-secondary {
			width: 50%;
		}

		.info-box-media-pos-left .info-box-secondary {
			order: -1;
		}

			.info-box-media-pos-right .info-box-image {
				text-align: right;
			}

			.info-box-image img {
				width: 100%;
			}

			.info-box-secondary-buttons {
				margin-top: 22px;
				text-align: right;
			}

			.info-box-media-pos-left .info-box-secondary-buttons {
				text-align: left;
			}

/*--------------------------------------------------------------
	## Instagram
--------------------------------------------------------------*/			

.instagram {
	background: #fffbe5;
	padding: 100px 0;
}

	.instagram-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		z-index: 2;
	}

		.instagram-col-1 {
			width: 48%;
			text-align: right;
			margin-bottom: 15px;
		}

		.instagram-col-2 {
			width: 49%;
			text-align: left;
			align-self: flex-end;
			margin-bottom: 15px;
			display: flex;
			justify-content: space-between;
		}

			.instagram-col-2 > div {
				width: 48%;
			}

				.instagram-title {
					margin-bottom: 0;
					font-size: 35px;
					line-height: 1.1;
				}

					.instagram-title strong {
						color: #fbdb02;
					}

				.instagram-content {
					margin-top: 15px;
					font-size: 16px;
				}

		.instagram-col-3 {
			width: 32%;
			text-align: right;
		}

		.instagram-col-4 {
			width: 32%;
		}

		.instagram-col-5 {
			width: 32%;
		}

			.instagram-form {
				margin-top: 15px;
			}

				.instagram-form form {
					
				}

				.instagram-form-inner > p {
					display: flex;
					justify-content: space-between;
				}

				.instagram-form-inner span.wpcf7-form-control-wrap {
					width: 100%;
					display: block;
				}

				.instagram-form input[type="text"],
				.instagram-form input[type="email"] {
					width: 100%;
					padding: 7px 0;
					font-size: 16px;
					background: transparent;
					border: 0;
					border-bottom: 1px solid #000;
				}

				.instagram-form button,
				.instagram-form input[type="submit"] {
					flex-shrink: 0;
					margin-left: 10px;
					line-height: inherit;
					background: #07b602;
					border: 0;
				}

				.instagram-form .wpcf7-spinner {
					display: none;
				}

/*--------------------------------------------------------------
	## Content
--------------------------------------------------------------*/

#content {
	position: relative;
}

.blog-post,
.blog-post-single,
.page-single,
.about-author,
#respond,
.comment-inner {
	
}

/*--------------------------------------------------------------
	## Blog Post Style 1 - Listing
--------------------------------------------------------------*/

.blog-posts-listing-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.post-s1 {
	width: 31%;
	margin-bottom: 50px;
	padding: 30px 25px 20px 25px;
	border: 1px solid #eaeaea;
	border-bottom-width: 3px;
}

.post-s1:last-child {

}

	.post-s1-thumb {
		margin-bottom: 40px;
	}

		.post-s1-thumb a,
		.post-s1-thumb img {
			display: block;
		}

	.post-s1-main {
		
	}

		.post-s1-meta {
			color: rgba( 0, 0, 0, 0.5 );
			font-size: 12px;
			margin-bottom: 0px;
			padding-bottom: 20px;
		}

		.post-s1-meta::after {
			content: '';
			display: block;
			height: 6px;
			border: 0px solid #e0dede;
			border-top-width: 1px;
			border-bottom-width: 1px;
			margin-top: 20px;
		}

			.post-s1-meta a {
				color: inherit;
			}

		.post-s1-title {
			font-size: 32px;
			margin-bottom: 35px;
			line-height: 1.215;
			color: #00aeef;
			font-weight: 300;
		}

			.post-s1-title a {
				color: inherit;
			}

		.post-s1-excerpt {
			margin-bottom: 20px;
			line-height: 1.56;
		}

		.post-s1-read-more {
			font-size: 12px;
		}

			.post-s1-read-more a {
				
			}

				.post-s1-read-more .fa {
					margin-left: 5px;
				}

		.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;
		}

/*--------------------------------------------------------------
	## Blog Post Style 2 - Listing
--------------------------------------------------------------*/

.post-s2 {
	margin-bottom: 30px;
}

	.post-s2-thumb {
		position: relative;
		margin-bottom: 25px;
	}

		.post-s2-thumb img,
		.post-s2-thumb a {
			display: block;
		}

		.post-s2-cats {
			position: absolute;
			bottom: -12px;
			left: 0;
			right: 0;
			text-align: center;
		}

			.post-s2-cats a {
				display: inline-block;
				background: #00aeef;
				color: #fff;
				font-size: 12px;
				line-height: 1;
				text-transform: uppercase;
				padding: 7px;
				border: 4px solid #fff;
				border-bottom-width: 0px;
			}

	.post-s2-main {
		text-align: center;
	}

		.post-s2-title {
			font-size: 17px;
			line-height: 1.4;
			margin-bottom: 5px;
			color: #000;
		}

			.post-s2-title a {
				color: inherit;
			}

		.post-s2-excerpt {
			margin-bottom: 15px;
		}

		.post-s2-meta {
			color: rgba( 0, 0, 0, 0.5 );
			text-transform: uppercase;
			font-size: 12px;
			font-weight: 600;
			margin-bottom: 10px;
		}

			.post-s2-meta a {
				color: inherit;
			}
			
			.post-meta-date {

			}

			.post-meta-comments {

			}

/*--------------------------------------------------------------
	## Blog Post Style 3 - Listing
--------------------------------------------------------------*/

.post-s3 {
	position: relative;
}

	.post-s3-thumb {
		position: relative;
	}

		.post-s3-thumb img,
		.post-s3-thumb a {
			display: block;
			width: 100%;
		}

		.post-s3-thumb-overlay {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: rgba(49,49,49,.45);
			background: -moz-linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
			background: -webkit-linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
			background: linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc686868',GradientType=0);
		}

		.post-s3-cats {
			margin-bottom: 15px;
		}

			.post-s3-cats a {
				display: inline-block;
				background: #00aeef;
				color: #fff;
				font-size: 12px;
				line-height: 1;
				text-transform: uppercase;
				padding: 7px;
			}

	.post-s3-main {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 40px;
	}

		.post-s3-title {
			font-size: 28px;
			line-height: 1.4;
			margin-bottom: 15px;
			color: #fff;
		}

			.post-s3-title a {
				color: inherit;
			}

		.post-s3-excerpt {
			margin-bottom: 15px;
			color: rgba( 255, 255, 255, 0.8 );
		}

		.post-s3-meta {
			color: rgba( 255, 255, 255, 0.5 );
			text-transform: uppercase;
			font-size: 12px;
			font-weight: 600;
			margin-bottom: 10px;
		}

			.post-s3-meta a {
				color: inherit;
			}
			
			.post-meta-date {

			}

			.post-meta-comments {

			}

/*--------------------------------------------------------------
	## Pagination
--------------------------------------------------------------*/

.pagination {
	margin-top: 40px;
	text-align: right;
}

	.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: #00aeef;
			border: 0;
			color: #fff;
			font-size: 12px;
			line-height: 21px;
			text-transform: uppercase;
			padding: 0 8px;
			border: 1px solid #00aeef;
		}

		.pagination-load-more.inactive a,
		.pagination-type-numbered .inactive a {
			background-color: #fff;
			border-color: #e0dede;
			color: #00aeef;
		}

			.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 {
		padding: 120px 0;
	}

	.page-single-main:has(.page-single-content:empty) {
		display: none;
	}

		.blog-post-single-title,
		.page-title {
			
		}

		.blog-post-single-meta {
			color: rgba( 0, 0, 0, 0.5 );
			font-size: 12px;
			margin-bottom: 10px;
			padding: 10px 0;
			border: 1px solid #e0dede;
			border-width: 1px 0;
		}

		.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 #e0dede;
			margin-bottom: 26px;
		}

		.page-single-content h2,
		.page-single-content h3,
		.page-single-content h4,
		.page-single-content h5,
		.page-single-content h6 {
			color: #07b602;
			font-weight: bold;
			line-height: 1.1;
		}

		.page-single-content h2 {
			font-size: 60px;
		}

		.page-single-content h4 {
			font-size: 22px;
		}

		/* 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: #00aeef;
		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;
	}

/*--------------------------------------------------------------
	## Team Single
--------------------------------------------------------------*/

.team-single {

}

	.team-single-main {
		display: flex;
		justify-content: space-between;
	}

		.team-single-primary {
			width: 48%;
		}

			.team-single-primary img {
				display: block;
			}

		.team-single-secondary {
			width: 48%;
		}

			.team-single-title {
				font-size: 32px;
				font-weight: bold;
				margin-bottom: 0;
			}

			.team-single-excerpt {
				margin-top: 25px;
				font-size: 24px;
				font-weight: 300;
			}

			.team-single-content {
				margin-top: 20px;
			}

/*--------------------------------------------------------------
	## Social Links
--------------------------------------------------------------*/

body a.social-link-twitter .fa {
	background: #1da1f2;
	color: #fff;
}

body a.social-link-facebook .fa {
	background: #3b5998;
	color: #fff;
}

body a.social-link-youtube .fa {
	background: #cd201f;
	color: #fff;
}

body a.social-link-vimeo .fa {
	background: #1ab7ea;
	color: #fff;
}

body a.social-link-tumblr .fa {
	background: #35465c;
	color: #fff;
}

body a.social-link-pinterest .fa {
	background: #bd081c;
	color: #fff;
}

body a.social-link-linkedin .fa {
	background: #0077b5;
	color: #fff;
}

body a.social-link-instagram .fa {
	background: #004879;
	color: #fff;
}

body a.social-link-github .fa {
	background: #4183c4;
	color: #fff;
}

body a.social-link-google-plus .fa {
	background: #dc4e41;
	color: #fff;
}

body a.social-link-dribbble .fa {
	background: #ea4c89;
	color: #fff;
}

body a.social-link-dropbox .fa {
	background: #007ee5;
	color: #fff;
}

body a.social-link-flickr .fa {
	background: #0063dc;
	color: #fff;
}

body a.social-link-foursquare .fa {
	background: #f94877;
	color: #fff;
}

body a.social-link-behance .fa {
	background: #1769ff;
	color: #fff;
}

body a.social-link-vine .fa {
	background: #00b488;
	color: #fff;
}

body a.social-link-rss .fa {
	background: #f26522;
	color: #fff;
}

body a.social-link-email .fa {
	background: #ef7583;
	color: #fff;
}

/*--------------------------------------------------------------
	## 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: #00aeef;
					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
--------------------------------------------------------------*/

.cf-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cf-col {
	width: 48%;
	margin-bottom: 20px;
}

.cf-col input,
.cf-col select {
	width: 100%;
}

body .wpcf7 {
	
}

.wpcf7 label {
	
}

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 #00aeef;
}

/*--------------------------------------------------------------
	## Widget - Tag Cloud
--------------------------------------------------------------*/

.widget .tagcloud {
	font-size: 0;
	line-height: 0;
}

	.widget .tagcloud a {
		display: inline-block;
		line-height: 30px;
		padding: 0 10px;
		background: #00aeef;
		color: #fff;
		font-size: 12px !important;
		font-weight: bold !important;
		text-transform: uppercase;
		margin-right: 10px;
		margin-bottom: 10px;
	}

/*--------------------------------------------------------------
	# Footer
--------------------------------------------------------------*/

#footer {
	background: #07b602;
	color: #fff;
}

	#footer a {
		color: inherit;
	}

	.social-links a {
		display: inline-flex;
		width: 23px;
		height: 23px;
		align-items: center;
		justify-content: center;
		background: #fff;
		border-radius: 50%;
		color: #07b602 !important;
		font-size: 12px;
		margin-right: 5px;
	}

	.footer-inner {
		display: flex;
		justify-content: space-between;
	}

		.footer-primary {
			width: 29%;
		}

		.footer-secondary {
			width: 59%;
		}

/*--------------------------------------------------------------
	## Footer Widgets
--------------------------------------------------------------*/

#footer-widgets {
	position: relative;
	padding: 152px 0 84px;
}

#footer-widgets .wrapper {
	
}

	.footer-widgets-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

		.footer-widgets-primary {
			width: 50%;
		}

			.footer-widgets-primary	img {
				width: 262px;
			}

			.footer-widgets-heading {
				font-size: 61px;
				color: #fff;
				line-height: 1.1;
			}

				.footer-widgets-heading strong {
					color: #fbdb02;
				}

		.footer-widgets-secondary {
			width: 50%;
		}

	#footer-widgets .widget {
		margin-top: 35px;
	}

	#footer-widgets .widget:nth-child(3n) {
		margin-right: 0;
	}

	#footer-widgets .widget:nth-child(-n+3) {
		margin-top: 0;
	}

		#footer-widgets .widget-title {
			margin: 0;
			padding: 0;
			font-size: 14px;
			font-weight: 400;
			line-height: 1.5;
			margin-bottom: 5px;
			color: #fff;
			text-transform: uppercase;
		}

		#footer-widgets .widget_recent_entries ul {
			list-style: none;
			list-style-position: inside;
			margin-left: 0;
			padding-left: 0;
		}

		#footer-widgets .widget_recent_entries li {
			border: 1px solid #505152;
			border-width: 0 0 1px 0;
			padding: 10px 10px 10px 12px;
			padding-left: 0;
			position: relative;
			color: #8c8989;
		}

			#footer-widgets .widget_recent_entries li a {
				color: inherit;
				position: relative;
				display: block;
				padding-left: 20px;
			}

			#footer-widgets .widget_recent_entries li a::before {
				content: "\f105";
				font-family: "FontAwesome";
				position: absolute;
				left: 0;
				top: 0;
				color: #8c8989;
			}

/*--------------------------------------------------------------
	## Footer Bottom
--------------------------------------------------------------*/

#footer-bottom {
	padding: 20px;
}


	.footer-bottom-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.footer-copyright {
		font-size: 15px;
	}

		.footer-copyright a {
			color: inherit;
		}

	/**
	 * Footer Copyright
	 */

	#footer-copyright {		
		text-align: center;
		font-size: 15px;	
		line-height: 1;	
	}

		#footer-copyright a {
			font-weight: bold;
		}

	/**
	 * Footer Navigation
	 */

	#footer-navigation {
		line-height: 1;
	}

		#footer-navigation ul,
		#footer-navigation li {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}

			/* Top level item */
			#footer-navigation .menu > li {
				display: inline-block;
				position: relative;
				z-index: 99998;
				margin-left: 25px;
			}

				/* Top level item anchor */
				#footer-navigation .menu > li > a {
					display: inline-block;
					text-decoration: none;
					vertical-align: middle;
					font-size: 12px;
					font-weight: normal;
					line-height: inherit;
				}

				/* Top level item anchor hover */
				#footer-navigation .menu > li > a:hover {
					color: #000;
				}

				/* Top level item anchor current */
				#footer-navigation .menu > li.current-menu-item > a,
				#footer-navigation .menu > li.current-menu-ancestor > a {
					color: #000;
				}

		/* Submenu */
		#footer-navigation .menu ul {
			display: none;
		}

/*--------------------------------------------------------------
	# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Medium Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1426px ) and ( max-width: 1700px )  {

	/* post s3 */
	body .post-s3-main {
		padding: 20px;
	}

}

/*--------------------------------------------------------------
	## Normal Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1281px ) and ( max-width: 1425px )  {

	/* post s3 */
	body .post-s3-main {
		padding: 20px;
	}
	body .post-s3-cats {
		display: none;
	}

}

/*--------------------------------------------------------------
	## Smaller Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {

	body .wrapper {
		max-width: 940px;
	}

	/* post s1 */
	body .layout-classic-v1 .post-s1-thumb {
		width: 200px;
	}

	/* post s3 */
	body .post-s3-main {
		padding: 15px;
	}
	body .post-s3-cats {
		display: none;
	}
	body .post-s3-title {
		font-size: 20px;
		margin-bottom: 5px;
	}
	body .post-s3-excerpt {
		display: none;
	}

	.tagline-title {
		font-size: 45px;
	}

}

/*--------------------------------------------------------------
	## Tablets
--------------------------------------------------------------*/

@media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {

	body .wrapper {
		max-width: 748px;
	}	

	/* header */
	#header {
		
	}
	body #navigation {
		display: none;
	}
	body #mobile-navigation {
		display: block;
	}

	/* post s1 */
	body .layout-classic-v1 .post-s1-thumb {
		width: 100px;
	}
	body .post-s1-title {
		font-size: 22px;
	}

	/* post s3 */
	body .post-s3-main {
		padding: 15px;
	}
	body .post-s3-cats {
		display: none;
	}
	body .post-s3-title {
		font-size: 20px;
		margin-bottom: 0;
	}
	body .post-s3-excerpt {
		display: none;
	}
	body .post-s3-meta {
		display: none;
	}

	/* single */
	body .page-title,
	body .blog-post-single-title {
		font-size: 30px;
	}

	/* slider */

	.slider-item-title {
		font-size: 45px;
	}

	.slider-item-subtitle {
		font-size: 30px;
	}

	/* tagline */

	.tagline-title {
		font-size: 42px;
	}

}

/*--------------------------------------------------------------
	## Phones ( landscape + portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 767px ) {

	.header-buttons {
		margin-left: 10px;
	}

		.header-buttons .btn {
			font-size: 14px;
			padding: 7px;
			line-height: 1;
		}

	.main-foot-graphic,
	.process-foot-graphic {
		display: none;
	}

	/* columns */

	body .col {
		margin-right: 0;
		width: 100% !important;
	}

	/* header */
	body {
		padding-top: 0 !important;
	}
	body #header {
		
	}		
		.header-inner {
			align-items: center;
		}
		body #navigation {
			display: none;
		}
		body #mobile-navigation {
			display: block;
		}
		body.home #logo {
			width: 149px;
		}

	/* main */
	body #main {
		
	}

	.section-heading-title {
		font-size: 40px;
	}

	/* hero */

	.hero {
		flex-wrap: wrap;
		padding: 120px 0 50px;
	}

	body.home .hero {
		padding-bottom: 0;
		padding-top: 150px;
		min-height: 10vh;
		height: auto;
	}

		.hero-title {
			font-size: 50px;
		}

		.hero-info {
			position: relative;
			top: auto;
			left: auto;
			right: auto;
			bottom: auto;
			width: 100%;
			margin: 20px;
		}

	/* info box */

	.info-box ~ .info-box {
		
	}

	.info-box-inner {
		flex-wrap: wrap;
	}

		.info-box-primary,
		.info-box-secondary {
			width: 100%;
		}

		.info-box-primary {
			margin-bottom: 30px;
		}

		.info-box-media-pos-left .info-box-secondary {
			order: 1;
		}

		.info-box-secondary {
			margin-top: 30px;
		}

			.info-box-title {
				font-size: 40px;
			}

	/* instagram */

	.instagram-col-1,
	.instagram-col-2,
	.instagram-col-3,
	.instagram-col-4,
	.instagram-col-5 {
		width: 100%;
	}

	.instagram-col-3,
	.instagram-col-4,
	.instagram-col-5 {
		text-align: center;
	}

		.instagram-title {
			font-size: 20px;
		}

	/* process */

	.process-carousel-item {
		text-align: center;
	}

		.process-carousel-item-image {
			margin-left: auto;
			margin-right: auto;
		}

	/* subscribe */

	.subscribe {

	}

		.subscribe-title {
			font-size: 50px;
		}
	

	/* single */

	.page-single-content h2 {
		font-size: 40px;
	}

	/* process grid */

	.process-grid-item {

	}

	.process-grid-item:nth-child(even) {
		text-align: left;
	}

		.process-grid-item-top {
			flex-wrap: wrap;
		}

			.process-grid-item-top-primary,
			.process-grid-item-top-secondary {
				width: 100%;
			}

			.process-grid-item:nth-child(even) .process-grid-item-top-primary {
				margin-left: 0;
			}

			.process-grid-item-top-secondary {
				margin-top: 15px;
			}

				.process-grid-item-title {
					font-size: 40px;
				}

				.process-grid-item-subtitle {
					font-size: 20px;
				}

	.process-grid-nav {
		transform: none;
		top: auto;
		bottom: 0;
	}

	.process-grid-nav a {
		font-size: 12px;
		padding: 10px;
	}

	/* subscribe */

	.subscribe-form-inner > p {
		flex-wrap: wrap;
	}

		.subscribe-form input[type="submit"] {
			margin-left: 0;
			margin-top: 10px;
		}

	/* posts */

	.post-s1 {
		width: 100%;
	}

	/* post s1 */
	body .layout-classic-v1 .post-s1-thumb {
		width: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		background: #f8f8f8;
	}
		body .layout-classic-v1 .post-s1-thumb img {
			width: auto;
		}
	body .post-s1-main {
		float: none;
		overflow: visible;
	}
		body .post-s1-title {
			font-size: 22px;
		}

	/* post s3 */
	body .post-s3-main {
		padding: 20px;
	}
		body .post-s3-cats {
			display: none;
		}
		body .post-s3-title {
			font-size: 16px;
		}
		body .post-s3-excerpt {
			display: none;
		}

	/* single */
	body .page-title,
	body .blog-post-single-title {
		font-size: 25px;
	}

	/* sidebar */
	body #sidebar {
		margin-top: 50px;
	}

	/* footer */
	.footer-widgets-inner {
		flex-wrap: wrap;
	}

		.footer-widgets-primary,
		.footer-widgets-secondary {
			width: 100%;
		}

			.footer-widgets-heading {
				font-size: 50px;
			}

		.footer-widgets-secondary {
			margin-top: 30px;
		}
	
	.footer-bottom-inner {
		flex-wrap: wrap;
	}

		.footer-bottom-inner > div {
			width: 100%;
			margin: 10px 0;
		}

	/* other */
	body .comment .children {
		margin-left: 0;
	}

	body blockquote {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}

	body .post-s2-thumb img {
		width: 100%;
	}

	.cf-col {
		width: 100%;
	}

}

/*--------------------------------------------------------------
	## Phones ( landscape )
--------------------------------------------------------------*/

@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {

	body .wrapper {
		max-width: 420px;
	}

}

/*--------------------------------------------------------------
	## Phones ( portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 479px ) {

	body .wrapper {
		max-width: 90%;
	}

	/* featured 2 */
	body .post-s3-title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	body .post-s3-meta {
		display: block;
	}

}

* {
/*	outline: 1px solid green;*/
}

.cover {
    display: block;
    z-index: 999999;
    position: absolute;
    top: 184px;
    left: 0;
    right: 0;
    width: 100%;
    height: 9000px;
    background-image: url("images/screens/home.png");
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 99999999999;
}