/*-----------------------------------------------------------------------------------
	
	Theme Name: North
	Theme URI: http://www.themelovin.com
	Description: Nort: Creative Bold Modern Grid Portfolio Theme.
	Author: Themelovin
	Author URI: http://www.themelovin.com
	Tags: two-columns, three-columns, threaded-comments, theme-options, right-sidebar
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.2.4
	
	Designed & Handcrafted by Nicola Pagani and Emanuele Zenoni for themelovin.com
	All files, unless otherwise stated, are released under the GNU General Public License
	
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
	
-------------------------------------------------------------------------------------

TABLE OF CONTENTS:
1. General
2. Forms
3. Links
4. Lists
5. Typo
6. Stuff

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

@keyframes imageZoom{
	0% { transform: scale(1); }
	50% { transform: scale(1.24); }
	100% { transform: scale(1);}
}
			
@-moz-keyframes imageZoom{
	0% { -moz-transform: scale(1);}
	50% { -moz-transform: scale(1.24); }
	100% { -moz-transform: scale(1); }
}
			 
@-webkit-keyframes imageZoom{
	0% { -webkit-transform: scale(1); }
	50% {-webkit-transform: scale(1.24); }
	100% { -webkit-transform: scale(1); }
}
			
@-ms-keyframes imageZoom{
	0% { -ms-transform: scale(1); }
	50% { -ms-transform: scale(1.24); }
	100% { -ms-transform: scale(1); }
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

/*-----------------------------------------------------------------------------------
1. General
-----------------------------------------------------------------------------------*/

body {
	color: #555555;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.777em;
	overflow-x: hidden;
}

.comment-respond {
  margin: 0 auto;
  max-width: 920px;
}

.container {
	max-width: 920px;
}

.no-touch #thmlvScrollMenuWrap {
	display: block;
	-webkit-transform: translate3d(0,-102%,0);
	-moz-transform: translate3d(0,-102%,0);
	-ms-transform: translate3d(0,-102%,0);
	-o-transform: translate3d(0,-102%,0);
	transform: translate3d(0,-102%,0);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.2s ease-out 0s;
	-moz-transition: -moz-transform 0.4s ease-in-out, opacity 0.2s ease-out 0s;
	-o-transition: -o-transform 0.4s ease-in-out, opacity 0.2s ease-out 0s;
	transition: transform 0.4s ease-in-out, opacity 0.2s ease-out 0s;
}

.no-touch .thmlvShowScroll #thmlvScrollMenuWrap {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.page-template-thmlv-page-portfolio #thmlvContent,
.tax-skills #thmlvContent {
	padding-bottom: 0;
}

.thmlvClear {
	clear: both;
}

.thmlvCommentsOpen #thmlvContent {
	padding-bottom: 0;
}

.thmlvCommentContent {
	font-size: 95%;
	margin-left: 6.5em;
}

#thmlvCommentsWrap {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
	font-size: 0.888em;
	margin-top: 7em;
	padding-bottom: 6em;
	padding-top: 4em;
}

#thmlvContent {
	padding-bottom: 4em;
	position: relative;
	z-index: 2;
}

#thmlvCopyright {
	font-size: 0.888em;
	margin-bottom: 2.5em;
}

.thmlvFixed {
	padding: 10px;
}

.thmlvFixed .container {
	display: table;
	height: 100%;
	width: 100%;
}

.thmlvFixed .container > div {
	display: table-cell;
	vertical-align: middle;
}

#thmlvFooterWrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

#thmlvFooterWrapper .container {
	max-width: 980px;
	padding-bottom: 150px;
	padding-left: 2.5em;
	padding-right: 2.5em;
	padding-top: 150px;
}

.thmlvFullHeight #thmlvHeaderTitle,
.thmlvFullHeight #thmlvHeaderTitleWrap {
	height: 100%;
	position: absolute;
	width: 100%;
}

.thmlvFullHeight #thmlvHeaderTitle {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
}

.thmlvFullHeight #thmlvHeaderTitle div {
	bottom: 25%;
	position: absolute;
	left: 25%;
	right: 25%;
}

.thmlvFullHeight #thmlvHeaderTitleWrap {
	background-position: center center;
	background-size: cover;
}

.thmlvGmap {
	height: 100%;
	white-space: nowrap;
}

#thmlvHeader {
	margin-bottom: 6em;
	position: relative;
}

#thmlvHeader.thmlvNoHeader #thmlvHeaderTitleWrap {
	padding-top: 6em;
}

#thmlvHeader.thmlvFullHeight {
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

#thmlvMask {
	height: 45px;
	overflow: hidden;
	width: 45px;
}

#thmlvMenuWrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	min-height: 100%;
	padding-left: 6%;
}

#thmlvMaskedCircle {
	border-style: solid;
	border-width: 1px;
	border-radius: 90px;
	height: 90px;
	width: 90px;
}

.thmlvOverlay {
	bottom: 0px;
	display: none;
	height: 100%;
	overflow-x: hidden;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.thmlvOverlay#thmlvOverlayLoading {
	display: block;
}

#thmlvOverlayLoading {
	background-color: #ffffff;
}

#thmlvScrollMenuWrap {
	background-color: rgba(0,0,0,0.2);
	display: none;
	font-size: 0.888em;
	left: 0;
	padding-bottom: 1.444em;
	padding-top: 1.666em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 101;
}

#thmlvScrollMenuWrap .container {
	max-width: 100%;
	padding-left: 4em;
	padding-right: 4em;
}

#thmlvScrollMenuWrap .span_9 {
	text-align: right;
}

#thmlvScrollMenuWrap .span_9 nav {
	display: inline-block;
	text-align: right;
}

#thmlvSpinner {
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	height: 90px;
	position: absolute;
	width: 90px;
}

#thmlvSpinnerImage {
	background-position: center center;
	background-size: cover;
	border-radius: 180px;
	bottom: 3px;
	height: 84px;
	left: 3px;
	line-height: 90px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	width: 84px;
	z-index: 1001;	
}

#thmlvSpinnerPositioning {
	height: 90px;
	left: 50%;
	margin: -45px 0 0 -45px;
	position: absolute;
	top: -100%;
	width: 90px;
}

#thmlvSpinnerWrapper {
	height: 90px;
	margin: 0 auto;
	position: relative;
	width: 90px;
}

.thmlvStatic {
	position: static !important;
}

.typeSearch {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0px auto 6em;
	max-width: 1280px;
	padding-bottom: 3em;
}

#thmlvTopMenu {
	position: relative;
}

.thmlvZoom {
	color: #ffffff;
}

.thmlvZoom #thmlvHeaderTitleWrap {
	transform-origin: 50% 80%;
	animation: imageZoom linear 50s;
	animation-iteration-count: infinite;
	-webkit-animation: imageZoom linear 50s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation: imageZoom linear 50s;
	-moz-animation-iteration-count: infinite;
	-ms-animation: imageZoom linear 50s;
	-ms-animation-iteration-count: infinite;
}

/*-----------------------------------------------------------------------------------
2. Forms
-----------------------------------------------------------------------------------*/

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
textarea,
select {
	background-color: #f7f7f7;
	margin: 10px 0 15px;
	width: 100%;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
input[type=date],
textarea {
	border: 0;
	color: #333333;
	font-size: 1em;
	line-height: 1.777em;
	font-weight: 300;
	outline: none;
	padding: 1em;
}

input[type=submit] {
	background-color: #333333;
	border: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 0.888em;
	font-weight: 400;
	padding: 1em 1.5em;
	-webkit-appearance: none;
	transition: background 0.2s ease-out 0s;
	-webkit-transition: background 0.2s ease-out 0s;
	-o-transition: background 0.2s ease-out 0s;
}

.comment-form #comment {
	height: 50px;
	height: 4rem;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.comment-form #comment.form-open {
  height: 150px;
  height: 15rem;
}

.post-password-form input[type=password] {
	width: 20%;
}

#thmlvFooterWrapper input[type=text],
#thmlvFooterWrapper input[type=email],
#thmlvFooterWrapper input[type=password],
#thmlvFooterWrapper input[type=url],
#thmlvFooterWrapper input[type=tel],
#thmlvFooterWrapper textarea,
#thmlvFooterWrapper select,
#respond input[type=text],
#respond input[type=email],
#respond input[type=password],
#respond input[type=url],
#respond input[type=tel],
#respond textarea,
#respond select {
	background-color: #ffffff;
}

/*-----------------------------------------------------------------------------------
3. Links
-----------------------------------------------------------------------------------*/

a {
	color: #555555;
	text-decoration: none;
	transition: background 0.2s ease-out 0s, color 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
	-webkit-transition: background 0.2s ease-out 0s, color 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
	-o-transition: background 0.2s ease-out 0s, color 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
}

.author a {
	color: #555555;
}

p a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	padding-bottom: 2px;
}

h1 a,
.thmlvSectionTitle {
	color: #333333;
}

#cancel-comment-reply-link {
	font-size: 0.666em;
	font-weight: 300;
}

#thmlvCloseMenu {
	position: absolute;
	right: 3.444em;
	top: 1.444em;
}

#thmlvCloseMenu,
.thmlvToTop {
	color: #ffffff;
	display: block;
}

.thmlvHeaderDark #thmlMainOpenMenu {
	color: #ffffff;
}

.thmlvHeaderDark #thmlMainOpenMenu {
	display: inline;
}

#thmlvLogo {
	position: absolute;
	margin-left: 2em;
	margin-top: 2em;
	max-width: 80px;
	z-index: 999;
}

#thmlMainOpenMenu {
	color: #000000;
	position: absolute;
	right: 3.444em;
	top: 1.444em;
	z-index: 999;
}

#thmlvScrollMenuWrap a {
	color: #fff;
}

#thmlvScrollMenuWrap a:hover {
	opacity: .5;
}

.thmlvToTop {
	bottom: 1.444em;
	color: #333333;
	display: inline-block;
	overflow: hidden;
	position: fixed;
	right: 3.444em;
	white-space: nowrap;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.thmlvToTopVisible {
  visibility: visible;
  opacity: 1;
}

#thmlvSocial li a {
	font-size: 1em;
}

#thmlvSocial li a:hover {
	opacity: .5;
}

#thmlvStickyOpenMenu {
	display: inline-block;
	font-size: 1em;
	margin-left: 3em;
}

/*-----------------------------------------------------------------------------------
4. Lists
-----------------------------------------------------------------------------------*/

ol, ul {
  list-style-position: inside;
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

.thmlvArchiveList {
	margin-bottom: 2.222em;
}

.thmlvCommentList .comment {
  list-style-type: none;
  padding-bottom: 2em;
}

#thmlvSocial {
	padding-top: 2.5em;
}

#thmlvSocial li {
	display: inline-block;
	list-style-type: none;
	margin-right: 1em;
}

#thmlvSocial li:last-of-type {
	margin-right: 0;
}

.thmlvTopMenu li {
	display: inline-block;
	list-style-type: none;
	margin-left: 1em;
}

.thmlvTopMenu li:first-of-type {
	margin-left: 0;
}

/*-----------------------------------------------------------------------------------
5. Typo
-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-weight: 500;
	line-height: 1.333em;
}

h1 {
	font-size: 2.222em;
	font-weight: 600;
	letter-spacing: -0.015em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.666em;
}

h4 {
	font-size: 1.444em;
}

h5 {
	font-size: 1.222em;
}

h6 {
	font-size: 1.222em;
	opacity: 0.5;
}

p {
    margin-bottom: 2em;
}

h3#reply-title,
#thmlvComments h1 {
	color: #444444;
	font-size: 1.666em;
	font-weight: 500;
	margin-bottom: 2em;
}

h3#reply-title {
  margin-top: 2em;
}

.comment-edit-link:before,
.comment-reply-link:before {
  content: "\00b7";
  margin-left: 3px;
  margin-right: 6px;
}

.container .fa h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
	margin-top: 2.5em;
}

.thmlvArchiveTitle {
	color: #333333;
    font-size: 1.222em;
    font-weight: 600;
    margin-bottom: 0.444em;
}

.thmlvHeaderDark #thmlvLogo h1 {
	color: #ffffff;
}

#thmlvHeaderTitle .thmlvSectionTitle {
  font-size: 5em;
  margin-bottom: .444em;
}

#thmlvLogo h1 {
	font-size: 1.444em;
	font-weight: 500;
}

.thmlvZoom .thmlvSectionTitle {
	color: #ffffff;
	font-size: 5em;
	margin-bottom: 0.444em;
}

.typeSearch h1 {
	margin-bottom: 1.222em;
}

/*-----------------------------------------------------------------------------------
6. Stuff
-----------------------------------------------------------------------------------*/

#cancel-comment-reply-link:before,
.pubtime:before {
	content: "\00b7";
	margin-left: 3px;
	margin-right: 6px;
}

.comment img {
  border-radius: 50%;
  float: left;
  margin-right: 1.555em;
}

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

.no-touch .fp-tableCell video,
.no-touch #thmlvHeader video {
	display: block;
}

.fp-tableCell video,
#thmlvHeader video {
	display: none;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
}

.page #thmlv-main > p > img.alignnone,
.page .wp-caption.alignnone,
.single #thmlv-main > p > img.alignnone,
.single .wp-caption.alignnone {
  margin-left: -15%;
  margin-right: -15%;
  width: 130% !important;
  max-width: none;
}

.thmlvAuthorMeta {
	font-size: 1.222em;
}

.thmlvFeaturedMedia img {
	margin: 0 auto;
}

.thmlvGmap img {
	max-width: none;
	width: 100%;
}

.thmlvGmap span {
	white-space: nowrap;
}

.thmlvHeaderDark #thmlvLogoDark {
	display: none;
}

.thmlvHeaderDark #thmlvLogoLight {
	display: inline;
}

#thmlvLogoDark,
#thmlvLogoLight {
	display: inline;
}

#thmlvLogoLight {
	display: none;
}

.thmlvToTop .fa {
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.thmlvToTop:hover .fa {
	-webkit-transform: translate(0, -.2em);
    -moz-transform: translate(0, -.2em);
    -o-transform: translate(0, -.2em);
    -ms-transform: translate(0, -.2em);
    transform: translate(0, -.2em);
}

#thmlvWelcome {
	display: block;
	font-size: 0.888em;
}

#thmlvWelcome:before {
	border-bottom: 1px solid #999999;
	content: "";
	display: block;
	margin-bottom: .5em;
	width: 60px;
}

@media (min-aspect-ratio: 16/9) {
	.fp-tableCell video,
	#thmlvHeader video {
    	height: 400%;
    	top: -150%;
	}
}
@media (max-aspect-ratio: 16/9) {
	.fp-tableCell video,
	#thmlvHeader video {
  		left: -150%;
    	width: 400%;
	}
}