/*!
Theme Name: BLK
Theme URI: https://landing.wearekllr.com/blk
Author: rodbor
Author URI: https://wearekllr.com
Description: BLK Portfolio Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blk
Tags: theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BLK is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*@mixin font-size($sizeValue: 1) {
	font-size: ($sizeValue * 16) * 1px;
	font-size: $sizeValue * 1rem;
}*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #fff;
	font-family: inherit;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1 {
	margin-top: 0;
}

body {
	font-size: 16px;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background-color: #1a1c1e;
	color: #c1c1c1;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
	border-radius: 0;
	border: none;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #151719;
	/* Fallback for when there is no custom background color defined. */
}

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

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

/*hr {
	background-color: $color__background-hr;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}*/
ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	background-color: #1a1c1e;
	margin: 0 0 1.5em;
	width: 100%;
	text-align: left;
	font-size: 15px;
}

td, th {
	padding: 0.6em 1em;
}

th {
	background-color: #1e1e1e;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 1.1em 1.5em;
}

td {
	font-size: 14px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #151719;
	color: #fff;
	font-size: 13px !important;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #fff !important;
	border-radius: 0;
	padding: 28px 36px 26px 36px;
	vertical-align: bottom;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-radius: 0;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
}

input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: #fff;
	color: #151719;
}

.vc_row button {
	font-size: 16px !important;
	font-weight: 500;
	border: 1px solid #fff !important;
	padding: 28px 36px 26px 36px;
}

.btn {
	border-radius: 0;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
}

.btn:hover {
	background-color: #fff;
	color: #151719;
	border-color: #fff;
}

.btn-default {
	background-color: #151719;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 28px 34px 26px 34px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background-color: transparent;
	color: #fff;
	font-weight: 400;
	border: 2px solid #303030;
	border-radius: 0;
	padding: 3px 15px;
	height: 50px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #fff;
	border-color: #fff;
}

select {
	background-color: #1a1c1e;
	font-size: 14px;
	border: 1px solid #1a1c1e;
}

textarea {
	width: 100%;
	height: auto;
	padding: 8px 15px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover, a:focus, a:active {
	color: #fff;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 4px;
	text-align: left;
	margin-top: -5px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.site-title a {
	text-decoration: none;
}

.site-description {
	color: #828282 !important;
	font-size: 13px;
	text-align: left;
	margin-left: 30px;
}

.navbar-brand {
	padding-left: 0;
}

.gradient-line {
	background: linear-gradient(to right, #52b1f7 0%, #82cc8f 100%);
	width: 100%;
	height: 2px;
}

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

.social-header ul {
	margin-right: 20px;
}

.social-header a {
	font-size: 14px;
}

.social-header i {
	transition: -webkit-transform ease-in-out 300ms;
	transition: transform ease-in-out 300ms;
	transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
	-webkit-transition: transform ease-in-out 300ms;
}

.social-header i:hover {
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

.site-header {
	padding-top: 10px;
	padding-bottom: 0;
}

.site-header .gradient-line {
	margin-top: 20px;
}

.navbar-default {
	background-color: transparent;
	text-align: center;
	border: none;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	transition: -webkit-transform ease-in-out 300ms;
	transition: transform ease-in-out 300ms;
	transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
	-webkit-transition: transform ease-in-out 300ms;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
}

.navbar-default .navbar-nav > li > a:hover:after {
	width: 100%;
	background: #fff;
}

.navbar-default .navbar-nav .active > a {
	background-color: transparent;
	color: #fff;
}

.navbar-default .navbar-nav .active > a:focus, .navbar-default .navbar-nav .active > a:hover {
	background-color: transparent;
	color: #fff;
}

.navbar-default .nav > li > a {
	padding: 10px 3px 7px 3px;
	margin: 0 25px;
}

.navbar-default .navbar-collapse {
	margin-right: -30px;
}

@media (min-width: 1000px) {
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
	}
	.navbar .navbar-collapse {
		text-align: center;
	}
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: transparent;
}

/*.dropdown-menu {
	background-color: $color__background-body;

	>li>a {
		color: #fff;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 1px;
		text-transform: uppercase;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}*/
.navbar-nav > li > .dropdown-menu {
	margin-top: -1px;
}

.dropdown-menu {
	background-color: rgba(32, 34, 37, 0.95);
	border-radius: 0;
	padding: 15px 5px;
	z-index: 1000;
}

.dropdown-menu > li > a {
	color: #989898;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 6px;
}

.dropdown-menu > li > a:hover {
	background-color: transparent;
	color: #fff;
}

.dropdown-menu > .active > a {
	color: #fff !important;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
}

.dropdown-submenu:active > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display: block;
	content: "";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:active > a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	background-color: transparent;
	color: #fff;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}

.navbar-default .navbar-collapse {
	border: none;
	margin-top: -7px;
}

.navbar-default button.navbar-toggle {
	border: none !important;
	margin-top: -1px;
	padding-top: 12px !important;
}

.navbar-default button.navbar-toggle .icon-bar {
	background-color: #fff;
	width: 26px;
	height: 3px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

@media only screen and (max-width: 1000px) {
	.social-header {
		display: none;
	}
	.navbar-default button.navbar-toggle {
		margin-top: -10px;
	}
	.navbar-default .navbar-collapse {
		width: 99%;
		text-align: right;
		box-shadow: none;
	}
	.navbar-default .navbar-nav > li > a:hover:after {
		background-color: transparent;
	}
	.dropdown-menu > .active > a {
		color: #fff;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		background-color: transparent;
	}
}

/*--------------------------------------------------------------
## Posts and Pages Navigation
--------------------------------------------------------------*/
.posts-navigation {
	margin-top: 10px;
	margin-bottom: 50px;
}

.posts-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.posts-navigation .nav-links a {
	transition: border-bottom ease-in-out 300ms;
	-webkit-transition: border-bottom ease-in-out 300ms;
}

.posts-navigation .nav-links a:hover {
	text-decoration: none;
	border-bottom: 2px solid #fff;
}

.post-navigation {
	margin-top: 30px;
}

.post-navigation a:hover {
	text-decoration: none;
}

.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	background-color: #1a1c1e;
	padding: 40px;
	width: 48.6%;
}

.post-navigation .nav-next {
	text-align: right;
}

.post-navigation .meta-nav {
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

.post-navigation .post-title {
	font-size: 22px;
	font-weight: 600;
}

.search-no-results .content-area {
	text-align: center;
}

.search-no-results input[type="submit"] {
	display: none;
}

.search-no-results form {
	margin-bottom: 100px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
aside.widget-area {
	background-color: #1a1c1e;
	padding: 40px;
}

aside.widget-area ul {
	font-size: 14px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

aside.widget-area ul li {
	margin-bottom: 8px;
}

aside.widget-area ul.sub-menu {
	margin-left: 1.5em;
}

aside.widget-area ul.children {
	margin-left: 2em;
	opacity: 0.8;
}

aside.widget-area #wp-calendar {
	margin: 0;
	text-align: center;
}

aside.widget-area #wp-calendar caption {
	color: #777;
}

aside.widget-area #wp-calendar thead {
	border: 1px solid rgba(255, 255, 255, 0.1);
}

aside.widget-area #wp-calendar th {
	padding: 5px;
	text-align: center;
}

aside.widget-area #wp-calendar td {
	font-size: 13px;
	padding: 5px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

aside.widget-area input[type="submit"] {
	display: none;
}

aside.widget-area .search-form label,
aside.widget-area .search-form input[type="search"] {
	width: 100%;
}

aside.widget-area .search-form input[type="search"] {
	border-color: #ccc;
}

.widget-title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.widget {
	margin: 0 0 70px 0;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.site-footer {
	color: #828282;
}

.site-footer .widget-title {
	color: #828282;
	font-size: 14px;
	letter-spacing: 2px;
}

.site-footer p {
	color: #828282;
	font-size: 14px;
	line-height: 1.65;
}

.site-footer h3 {
	color: #828282;
	margin-top: 8px;
}

.site-footer ul {
	font-size: 14px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.site-footer ul li {
	margin-bottom: 8px;
}

.site-footer ul.sub-menu {
	margin-left: 1em;
}

.site-footer ul.children {
	margin-left: 2em;
	opacity: 0.8;
}

.site-footer #wp-calendar {
	margin: 0;
	text-align: center;
}

.site-footer #wp-calendar caption {
	color: #828282;
}

.site-footer #wp-calendar thead {
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.site-footer #wp-calendar th {
	padding: 4px;
	text-align: center;
}

.site-footer #wp-calendar td {
	font-size: 13px;
	padding: 4px;
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.site-footer input[type="submit"] {
	display: none;
}

.site-footer .search-form label,
.site-footer .search-form input[type="search"] {
	width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
html {
	-webkit-animation: fadeSiteIn 0.5s ease forwards;
	        animation: fadeSiteIn 0.5s ease forwards;
	/* [1] */
}

html.fadeSiteOut {
	-webkit-animation: fadeSiteOut 0.5s ease forwards;
	        animation: fadeSiteOut 0.5s ease forwards;
	/* [2] */
}

@-webkit-keyframes fadeSiteIn {
	/* [1] */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeSiteIn {
	/* [1] */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeSiteOut {
	/* [2] */
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeSiteOut {
	/* [2] */
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.site {
	overflow-x: hidden;
}

.page-header {
	border: none;
	margin-bottom: 40px;
}

header.entry-header .entry-title {
	margin-top: 100px;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

.entry-content {
	margin-top: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* blog-1 */
.archive .site-footer,
.blog .site-footer {
	margin-top: 100px;
}

.archive .site-content,
.search-results .site-content,
.blog .site-content {
	padding-top: 150px;
}

.blog-1.sticky .gradient-line-blog {
	width: 5px;
}

article.blog-1 {
	padding: 30px 0 30px 30px;
	margin-bottom: 130px;
	position: relative;
}

article.blog-1 .gradient-line-blog {
	background: linear-gradient(to bottom, #52b1f7 0%, #82cc8f 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
}

article.blog-1 .entry-meta {
	color: #828282;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

article.blog-1 .entry-meta a {
	color: #828282;
	transition: border-bottom ease-in-out 300ms;
	-webkit-transition: border-bottom ease-in-out 300ms;
}

article.blog-1 .entry-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.55em;
	margin-top: 5px;
	margin-bottom: 25px;
}

article.blog-1 .entry-title a:hover {
	text-decoration: none;
}

article.blog-1 .entry-content {
	color: #828282;
	font-size: 16px;
}

article.blog-1 .entry-content p {
	margin-bottom: 20px;
}

article.blog-1 .read-more {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* single-post */
.single-post article {
	padding-top: 240px;
}

.single-post article.has-post-thumbnail {
	padding-top: 120px;
}

.single-post .entry-title {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 40px;
}

.single-post .entry-meta {
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.single-post .entry-content {
	font-size: 16px;
}

.single-post .entry-content p {
	line-height: 1.65;
}

.single-post .entry-content a {
	text-decoration: underline;
}

.single-post .entry-content input[type="password"] {
	border: 1px solid #ccc;
}

.single-post .entry-content img {
	margin-top: 20px;
	margin-bottom: 30px;
}

.single-post .entry-content em,
.single-post .entry-content strong {
	font-size: 16px !important;
}

.single-post #comments label {
	font-weight: 400;
}

.single-post .featured-image {
	margin-bottom: 60px;
}

.entry-footer {
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 50px;
}

.entry-footer a {
	opacity: 0.8;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	margin-right: 20px;
}

.entry-content ul span {
	font-size: 16px !important;
}

.post-password-form input[type="submit"] {
	padding-top: 17px;
	padding-bottom: 17px;
}

/* home */
.intro-social-menu,
.intro-social-menu2 {
	text-align: center;
}

.intro-social-menu ul,
.intro-social-menu2 ul {
	margin: 0;
	padding: 0;
}

.intro-social-menu li,
.intro-social-menu2 li {
	display: inline;
	margin-left: 14px;
	margin-right: 14px;
}

.intro-social-menu li a,
.intro-social-menu2 li a {
	color: #a9a9a9;
	transition: color ease-in-out 300ms;
	-webkit-transition: color ease-in-out 300ms;
}

.intro-social-menu li a:hover,
.intro-social-menu2 li a:hover {
	color: #fff;
	text-decoration: none;
}

.intro-social-menu2 {
	text-align: left;
}

.intro-social-menu2 li {
	margin-left: 0;
	margin-right: 30px;
}

/* about */
.about-content p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.65;
}

.service {
	margin-bottom: 80px;
}

.team h4 {
	font-size: 24px;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 7px;
}

.team img {
	margin-left: auto;
	margin-right: auto;
}

.team .team-role {
	font-size: 16px;
	font-weight: 500;
}

/* contact */
.contact-content p {
	font-size: 20px;
}

.contact2-content p {
	font-size: 18px;
}

.wpcf7 p {
	font-size: 18px;
	font-weight: 400;
}

.wpcf7 label {
	font-weight: 400;
	width: 100%;
	margin-bottom: 20px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"] {
	height: 60px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 textarea {
	font-size: 16px;
	width: 100%;
	margin-top: 15px;
}

.wpcf7 input[type="submit"] {
	margin-top: -20px;
}

/* 404 */
.error-404 {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 140px;
}

.error-404 .huge {
	font-size: 300px;
	font-weight: 600;
	margin-bottom: 0;
}

.error-404 .page-header {
	margin-bottom: 0;
}

.error-404 p {
	font-size: 18px;
	margin-bottom: 60px;
}

.error-404 input[type="submit"] {
	display: none;
}

.error-404 form {
	margin-top: 40px;
}

@media only screen and (max-width: 992px) {
	.home1 h1 {
		font-size: 55px !important;
	}
	.blk-heading1 {
		font-size: 24px !important;
	}
}

@media only screen and (max-width: 768px) {
	.home2 h1 {
		font-size: 50px !important;
		line-height: 1.4 !important;
	}
	.home3 h1 {
		font-size: 70px !important;
	}
	.home4 h1 {
		font-size: 200px !important;
	}
	article.blog-1 {
		padding: 70px 40px 50px 40px;
	}
	.post-navigation .nav-links {
		display: block;
	}
	.post-navigation .nav-next,
	.post-navigation .nav-previous {
		width: 100%;
		text-align: center;
	}
	.post-navigation .nav-previous {
		margin-bottom: 30px;
	}
	.error-404 .huge {
		font-size: 200px;
	}
}

@media only screen and (max-width: 600px) {
	.home2 h1 {
		font-size: 35px !important;
	}
	.home4 h1 {
		font-size: 100px !important;
	}
	.error-404 .huge {
		font-size: 140px;
	}
}

@media only screen and (max-width: 480px) {
	.home2 h1 {
		font-size: 25px !important;
	}
	.home3 h1 {
		font-size: 50px !important;
	}
	.error-404 .huge {
		font-size: 100px;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-author .fn,
.comment-author .says,
.comment-author .comment-metadata {
	font-size: 16px;
}

.comment-author b {
	font-weight: 600;
}

.comment-metadata {
	margin-top: 10px;
	line-height: 1em;
}

.comment-metadata a {
	opacity: 0.7;
}

.comment-metadata a:hover, .comment-metadata a:focus {
	border-color: #c3c3c3;
}

.comment-content {
	margin-left: 0 !important;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-content h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.comment-content ol {
	list-style-type: decimal;
}

.comments-area {
	width: 100%;
	margin-top: 80px;
	margin-bottom: 50px;
	padding-top: 55px;
	border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.comments-title {
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 40px !important;
}

.comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.comment-list ol {
	list-style-type: none;
}

.comment-body {
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 50px;
	padding-bottom: 60px;
}

.comment-meta {
	position: relative;
	margin-left: 70px;
	margin-bottom: 35px;
}

.comment-meta a,
.comment-form a {
	text-decoration: none;
	border: none;
}

.comment-meta a:hover, .comment-meta a:focus,
.comment-form a:hover,
.comment-form a:focus {
	text-decoration: underline;
}

.comment .avatar {
	position: absolute;
	top: -5px;
	left: -70px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

.children {
	margin-left: 1em;
	padding-left: 0;
}

@media screen and (min-width: 992px) {
	.children {
		margin-left: 2em;
	}
}

@media screen and (min-width: 992px) {
	.children {
		margin-left: 2em;
	}
	.children .comment-meta {
		margin-left: 80px;
		font-size: 90%;
	}
	.children .comment .avatar {
		top: -7px;
		left: -80px;
		width: 60px;
		height: 60px;
	}
	.children .comment-content {
		margin-left: 80px;
	}
}

@media screen and (min-width: 1140px) {
	.children {
		margin-left: 3em;
	}
	.comment-meta {
		margin-left: 90px;
	}
	.comment .avatar {
		top: -8px;
		left: -90px;
		width: 70px;
		height: 70px;
	}
	.comment-content {
		margin-left: 90px;
	}
}

.reply {
	margin-top: 15px;
}

.reply a {
	background-color: #151719;
	color: #fff;
	border: 1px solid #fff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 16px 26px;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-radius: 0;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
}

.reply a:hover, .reply a:focus {
	background-color: #fff;
	color: #151719;
}

.bypostauthor .avatar {
	box-sizing: content-box;
	border: 5px solid #fff25d;
	margin-top: -5px;
	margin-left: -5px;
}

/* Comment Form */
.comment-reply-title {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-list .comment-reply-title {
	text-align: left;
}

.comment-form {
	line-height: 1.3em;
}

.comment-form .logged-in-as {
	opacity: 0.7;
}

.comment-form label {
	width: 50%;
	display: block;
	padding-bottom: .4em;
}

.comment-form .required {
	color: #D54E21;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 60%;
}

@media screen and (max-width: 900px) {
	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: 100%;
	}
}

@media screen and (max-width: 550px) {
	.comment-content ol, .comment-content ul {
		margin-left: 20px;
		padding-left: 20px;
	}
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.blk-blog-grid {
	height: 230px;
	padding-left: 30px;
	border-width: 1px;
	-o-border-image: linear-gradient(to bottom, #82cc8f, #52b1f7) 0 0 0 100% stretch;
	   border-image: linear-gradient(to bottom, #82cc8f, #52b1f7) 0 0 0 100% stretch;
	margin-bottom: 70px;
}

.blk-blog-grid .blk-blog-grid-post-date {
	color: #828282;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.blk-blog-grid .blk-blog-grid-post-title h3 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 25px;
}

.blk-blog-grid .blk-blog-grid-excerpt {
	color: #828282;
}

.blk-blog-grid .vc-read-more a {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 !important;
}

.blk-grid .vc_grid-filter {
	margin-bottom: 40px;
}

.blk-grid .vc_grid-filter li {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.blk-grid .vc_grid-filter li:hover {
	background: transparent !important;
}

.blk-grid .vc_grid-filter li:hover span {
	color: #fff !important;
}

.blk-grid .vc_grid-filter li.vc_active {
	background-color: transparent !important;
}

.blk-grid .vc_grid-filter li.vc_active span {
	color: #fff !important;
}

.blk-grid .vc_grid-filter li span {
	color: #828282;
	font-size: 12px !important;
	letter-spacing: 2px;
	text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
	.home4 h1 {
		font-size: 60px !important;
	}
}

@media only screen and (max-width: 700px) {
	.home4 h1 {
		font-size: 40px !important;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	padding-top: 80px;
}

.gradient-line-footer {
	height: 1px;
	margin-top: 70px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## 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.33333%;
}

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

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

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

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

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

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

.gallery-caption {
	display: block;
	margin-top: 6px;
}

/*# sourceMappingURL=../blk/sass/maps/style.css.map */
span.byline{
display:none;
}
article header.entry-header .entry-title {
    margin-top: 0px;
}
.navbar-default .navbar-collapse{
padding:30px 0;
}
.social-header{
padding:30px 0;
}
ul.list-inline.list-unstyled{
margin-bottom:0px;
}
.single-post article {
    padding-top: 0px !important;
}
.scroll-back-to-top-wrapper{
	background-color:transparent !important;
}
.row.richiedi{
	        margin-top: 20px;
    margin-bottom: 20px;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.site-footer{
	    padding-top: 80px;
}
.richiedi .first{
	text-align:left;
}
.richiedi .second{
	text-align:right;
}
.richiedi button, .but-blk a{
	background-color: #151719;
    color: #fff;
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff !important;
    border-radius: 0;
    padding: 15px 25px 15px 25px;
    vertical-align: bottom;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
}
.navbar-collapse.in, .navbar-collapse {
    overflow-y: unset !important;
}
.cont{
	background-color:#828282;
}
.page-id-311 .hentry {
    margin: 0px;
}
.page-id-311 .wpb_content_element{
	 margin-bottom:0px;
}
.page-id-311 .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item{
	padding-bottom:0px;
}
.ultra-bottom p{
	text-align:center;
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
		.vc_gitem-zone.vc_gitem-zone-a.blk-blog-grid {
    height: 350px !important;
}
}
@media only screen and (max-width: 767px) {
	footer .row .col-md-3:not(.primo){
		display:none;
	}
	.primo{
		text-align:center;
	}
	.primo .widget {
    margin: 0px;
}
	.site-footer {
    padding-top: 30px;
}
	.about-content p{
		font-size: 15px !important;
	}
	.blk-heading1 {
    font-size: 20px !important;
}

}
@media only screen and (max-width: 767px) and (min-width: 586px){
		.vc_gitem-zone.vc_gitem-zone-a.blk-blog-grid {
    height: auto !important;
}
}
@media only screen and (max-width: 586px){
		.vc_gitem-zone.vc_gitem-zone-a.blk-blog-grid {
        height: 510px!important;
}
}
.blk-blog-grid{
	border-image:unset !important;
	padding-left:0px !important;
}

.navbar-nav .open .dropdown-menu li{
	text-align:right;
}
.single-post article {
    padding-top: 50px !important;
}
.navbar-default .navbar-collapse{
	margin-top:0px !important;
}
.site-header {
    padding-top: 0px;
}
@media only screen and (min-width: 1000px){
nav.navbar.navbar-default .container-fluid .row{
	display: flex;
    align-items: center;
	    
}
	
}
nav.navbar.navbar-default .container-fluid .row{
	min-height: 50px;
}
.navbar-default button.navbar-toggle{
	margin-top:0px !important;
	margin-right: 0px !important;
    margin-bottom: 0px !important;
}
.navbar-toggle{
	padding: 12px 10px !important;
}
.container-fluid{
	min-height: 50px;
}
@media only screen and (max-width: 1000px){
.navbar-nav .open .dropdown-menu {
    background-color: transparent;
}
	nav.navbar.navbar-default img{
margin-top:10px;
	}
	.home1 h1 {
    font-size: 33px !important;
}
}
nav.navbar.navbar-default img{
height: 65px;
    width: auto !important;
	max-width:unset;
}
nav.navbar.navbar-default .container-fluid .row{
	height:80px;
}
@media only screen and (max-width: 1000px){
nav.navbar.navbar-default img{
height: 60px;
	}
	.navbar-header{
	margin-top: 19.5px;
	}
}
.but-blk .vc_general.vc_btn3:focus, .but-blk .vc_general.vc_btn3:hover {
    border: 1px solid white !important;
}
.richiedi .second {
    text-align: left;
}
.richiedi .first {
    text-align: right;
}
@media only screen and (min-width: 767px) and (max-width: 1000px){
	header .col-sm-8 {
    width: 80.666667%;
		    float: right;
}
	.navbar-default .nav > li > a {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
	.navbar-nav {
    float: right; 
	}
	.dropdown-menu {
    background-color: rgba(32, 34, 37, 0.95) !important; 
	}
}