/* #Site Styles
================================================== */

html {
	overflow-y: scroll;
}

body {
	background-color: #fff;
	margin: 0px;
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	/* Firefox */
	-webkit-animation: fadein 2s;
	/* Safari and Chrome */
	-o-animation: fadein 2s;
	/* Opera */
	overflow: hidden;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {

	/* Firefox */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {

	/* Safari and Chrome */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {

	/* Opera */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

h1,
h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	color: #2b2d42;
}

h1.visually-hidden,
.visually-hidden {
	font-size: 0;
	width: 1px;
	height: 1px;
	display: inline-block;
	overflow: hidden;
	position: absolute !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	clip: rect(1px, 1px, 1px, 1px);
}

h1 strong,
h2 strong {
	font-weight: 500;
}

h2 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 20px;
}

h3,
h4 {
	font-family: 'font-02', sans-serif;
	font-weight: 500;
}

h3 {
	font-size: 34px;
	line-height: 36px;
}

h4 {
	font-size: 32px;
	line-height: 36px;
}

p,
li,
span,
label {
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #2b2d42;
}

#wpadminbar span.display-name {
	color: #FFF;
}

#wpadminbar .ab-top-menu>li.hover>.ab-item span,
#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus span,
#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item span,
#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus span {
	color: #00b9eb;
}

p strong,
p i {
	font-family: 'font-02', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: #2b2d42;
}

a {
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #2b2d42;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 2px transparent solid;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

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

.band {
	min-width: 100%;
	position: relative;
}

.wrap {
	position: relative;
	display: block;
}

a.box-link {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	border: none;
	height: 100%;
	width: 100%;
	z-index: 1000;
	background: transparent url('../assets/box-link.png');
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed,
.video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.container.flex {
	display: flex;
	flex-wrap: wrap;
}

/* #Page Styles
================================================== */

/* ::::::::: Global Styles ::::::::: */

.band {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}

.ie8 .band {
	width: 100%;
}


/* ::::::::: Header Styles ::::::::: */

header {
	padding: 40px 0px 0px 0px;
	position: fixed;
	width: 100%;
	z-index: 9000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header.sticky {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header .head-name p {
	font-family: 'Nunito', sans-serif;
	font-size: 25px;
	line-height: 27px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 0px;
	padding-left: 100px;
}

header .head-name p span {
	font-family: 'Nunito', sans-serif;
	font-size: 25px;
	line-height: 27px;
	color: #2b2d42;
}





header .mobile-menu-button {
	width: 30px !important;
	top: 40px;
	right: 40px;
	cursor: pointer;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header.sticky .mobile-menu-button {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header .mobile-menu-button line {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header .mobile-menu-button.active .menu-line-3 {
	opacity: 0;
	transform: rotate(-45deg) translate(-12px, -2px);
}

header .mobile-menu-button.active .menu-line-1 {
	transform: rotate(45deg) translate(4px, -4px);
}

header .mobile-menu-button.active .menu-line-2 {
	transform: rotate(-45deg) translate(-12px, 7px);
}

header.reverse .mobile-menu-button .menu-line-3,
header.reverse .mobile-menu-button .menu-line-1,
header.reverse .mobile-menu-button .menu-line-2 {
	stroke: #FFF;
}

header .mobile-menu {
	background-color: #191919;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2000;
	height: 100vh;
	width: 100vw;
	border-bottom: 10px solid #027BCE;
}

.mobile-menu .container {
	padding-top: 50px;
	border-bottom: 0px solid #000 !important;
}

.mobile-menu li a {
	font-weight: 700;
	font-size: 22px;
	line-height: 50px;
	margin-bottom: 0px;
	padding-bottom: 14px;
	color: #fff;
	display: block;
	border-bottom: 1px solid #cbd5cc;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}

.mobile-menu li a:hover {
	color: #027BCE;
	border-bottom: 1px solid #027BCE;
}

.mobile-menu-button {
	z-index: 4000;
	position: relative;
}

.mobile-menu .social {
	margin-top: 50px;
}

.mobile-menu .social a {
	border-bottom: 0px;
	display: inline-block;
}

.mobile-menu .social a img {
	max-height: 25px;
	max-width: 30px;
	margin-right: 20px;
}


/* ::::::::: Homepage Styles ::::::::: */



.mobile-img {
	display: none;
}

.home {
	padding-top: 45px;
}

.home img.profile {
	width: 250px;
	margin: 0 auto;
	margin-bottom: 30px;
	border-radius: 50%;
}

.home h1 {
	font-size: 30px;
	line-height: 28px;
	color: #2B2D42;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 900;
	text-align: center;

}

.home h2 {
	font-size: 26px;
	line-height: 28px;
	color: #2B2D42;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 900;
	text-align: left;
}

.home h3 {
	font-size: 18px;
	line-height: 24px;
	color: #027BCE;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-align: left;
	letter-spacing: -1px;
}


.home .dashed-line {
	height: 1px;
	width: 100%;
	border-bottom: 1px dashed #2B2D42;
	margin-bottom: 60px;
	margin-top: 60px;
}

.home p.intro {
	text-align: center;
	margin-bottom: 0px;
}

.home p.skills {
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	color: #027BCE;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.home ul.skills {
	margin-left: 20px;
	margin-top: 20px;
}

.home ul.skills li {
	font-size: 16px;
	line-height: 20px;
	color: #2B2D42;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	display: inline-block;
	width: 31%;
}

.home p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: #191919;
	margin-bottom: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.home p.copyright {
	text-align: center;
	font-size: 12px;
	line-height: 24px;
}

.home .copy-half a {
	text-decoration: none;
	color: #fff;
}

.home .copy-half a:hover {
	text-decoration: line-through;
	color: #027BCE;
}

.project img {
	cursor: pointer;
	max-width: 100%;
	transform: scale(1);
	position: relative;
	z-index: 5;
	margin-bottom: 20px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.project img:hover {
	position: relative;
	z-index: 6;
	transform: scale(1.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.web-project img {
	margin-bottom: 20px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.web-project img:hover {
	transform: scale(1.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}


.web-project {
	margin-bottom: 35px !important;
}



.web-project a.visit {
	font-size: 18px;
	line-height: 24px;
	color: #027BCE;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: -1px;
	display: block;
	width: 100%;
	margin-top: 50px;
	text-decoration: underline;
}

.web-project a.visit.city {
	display: inline-block;
	width: auto;
	margin-right: 20px;
	margin-top: 20px;
}


.web-project p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: #191919;
}

.web-project p span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #191919;
}



a.view-more {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #027BCE;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: -1px;
	display: block;
	width: 100%;
	margin-top: 50px;
	text-decoration: underline;
}


.social {
	margin-top: 20px;
}

.social a {
	border-bottom: 0px;
	display: inline-block;
	width: 32px;
	margin-right: 15px;
}

.social a img {
	max-height: 25px;
	max-width: 30px;
	margin-right: 20px;
}

.social a.twitter .tw {
	fill: #333;
}

.social a.twitter:hover .tw {
	fill: #027BCE;
}

.social a.dribbble {
	width: 27px;
}

.social a.dribbble .drib {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #333;
}

.social a.dribbble:hover .drib {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #027BCE;
}

.social a.vimeo {
	width: 29px;
}

.social a.vimeo .vim {
	fill: #333;
}

.social a.vimeo :hover .vim {
	fill: #027BCE;
}

.social a.insta {
	width: 27px;
}

.social a.insta .ins {
	fill: #bdbdbd;
}

.social a.insta :hover .ins {
	fill: #027BCE;
}




.dialog__content span {
	font-size: 20px;
	line-height: 20px;
	color: #027BCE;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 900;
	cursor: pointer;
}

.dialog__content p.role {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}

.dialog__content p.role span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}

.dialog__overlay {
	background: #000 !important;
}


/* ::::::::: Showreel Styles ::::::::: */

.vp-video-wrapper {
	border-radius: 15px;
}

#showreel span {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 20px;
	cursor: pointer !important;
}

.workedwith h2 {
	margin-bottom: 20px;
}

.workedwith img {
	padding: 0px 70px;
}





/* ::::::::: Yo'selph Styles ::::::::: */


.banner.yoselph {
	background: #FFCC66;
	background: -webkit-linear-gradient(55deg, #FFE465 0%, #FFCC66 45%, #FFC166 70%);
	background: -o-linear-gradient(55deg, #FFE465 0%, #FFCC66 45%, #FFC166 70%);
	background: -moz-linear-gradient(55deg, #FFE465 0%, #FFCC66 45%, #FFC166 70%);
	background: linear-gradient(55deg, #FFE465 0%, #FFCC66 45%, #FFC166 70%);
	height: 600px;
	overflow: hidden;
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0px;
	padding-top: 100px;
}

.banner.yoselph .logo {
	width: 340px;
	margin: 0 auto;
	margin-bottom: 20px
}

.banner.yoselph .intro-text {
	position: relative;
	z-index: 1;
}

.banner.yoselph .intro-text h2 {
	padding: 20px 0px 0px 0px;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

.banner.yoselph .intro-text h2 a {
	color: #000;
	font-size: 20px;
	line-height: 28px;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 900;
	text-decoration: none;
	border-bottom: 3px solid #000;
}

.banner.yoselph .intro-text h2 a:hover {
	border-bottom: 3px solid #ffffff;
}

.yoselph .dl {
	padding-top: 50px;
	width: 150px;
	margin: 0 auto;
}

.yoselph .dl a {
	border-top: 3px solid #000;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 7px solid #000;
	width: 150px;
	display: block;
	padding: 20px;
	text-align: center;
	border-radius: 50px;
	text-decoration: none;
	color: #000;
	margin-top: 0px;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 18px;
}

.yoselph .dl a:hover {
	border-bottom: 2px solid #000;
	margin-top: 6px;
}

.yoselph .banner-image {
	right: 0px;
	top: 67px;
	position: absolute;
}

.overlap-wrap-yoselph {
	height: auto;
	margin-top: 520px;
	position: relative;
	z-index: 50;
	background: #000;
}

.about-yoselph {
	padding: 80px 0px 0px 0px;
}

.about-yoselph h3 {
	font-size: 22px;
	line-height: 28px;
	color: #ffd93b;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
}

.about-yoselph p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #fff;
}

.video-cap {
	padding-top: 100px;
	padding-bottom: 50px;
}

.video-cap .two-thirds {
	padding-left: 150px;
}

.video-cap h3 {
	font-family: open-sans, sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 23px;
}

.plugin-capture img {
	width: 155px;
	margin-top: 70px;
	margin-bottom: 40px;
	border: 4px solid #fff;
}

.video-cap .one-third {
	padding-left: 30px;
}

.video-cap .download-now a {
	border-top: 3px solid #ffd93b;
	border-left: 3px solid #ffd93b;
	border-right: 3px solid #ffd93b;
	border-bottom: 3px solid #ffd93b;
	width: 150px;
	display: block;
	padding: 20px;
	text-align: center;
	border-radius: 50px;
	text-decoration: none;
	color: #ffd93b;
	margin-top: 0px;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 18px;
}

.video-cap .download-now a:hover {
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	margin-top: 6px;
	color: #fff;
}

.footer p.copyright {
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
}


/* ::::::::: Goodies Styles ::::::::: */


.goodies {
	padding-bottom: 50px;
}

.goodies .container.intro {
	margin-top: 40px;
	margin-bottom: 60px;
}

.goodies .container.intro p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: #191919;
	margin-bottom: 30px;
}

.goodies .social {
	width: 164px;
	margin: 0 auto;
}

.goodies .social img {
	max-height: 18px;
	max-width: 25px;
}

.goodies .social a {
	display: block;
	margin: 0px 8px 0px 8px;
	float: left;
}

.goodies .sixteen h2 {
	margin-bottom: 40px;
}

.goodies h1,
.goodies h2 {
	font-size: 22px;
	line-height: 28px;
	color: #ffd93b;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
}

.goodies .sixteen {
	padding-bottom: 60px;
}

.goodies img.goodies-25 {
	width: 25%;
	float: left;
}

.goodies img.goodies-33 {
	width: 33.3333333333333333%;
	float: left;
}

.goodies img.goodies-50 {
	width: 50%;
	float: left;
}

.goodies div.goodies-50 {
	width: 50%;
	float: left;
}

.copyright.goodies {
	color: #191919 !important;
}




/* #Media Queries
================================================== */

/* Desktop 960 to 1300 sizes (devices and browsers) */
@media only screen and (max-width: 1300px) {


	.project {
		width: 32%;
	}

	.video-cap .two-thirds {
		padding-left: 50px;
	}

	.plugin-capture img {
		margin-top: 45px;
	}

	.workedwith img {
		padding: 0px 40px;
	}




}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {


	.about-yoselph h3,
	.about-yoselph p {
		text-align: left;
		padding: 0px 0px;
	}

	.video-cap .two-thirds {
		padding-left: 0px;
	}

	.video-cap {
		padding-top: 60px;
	}

	.about-yoselph h3 {
		font-size: 20px;
	}

	.project {
		width: 49.5%;
	}

	.hide-project-tablet {
		display: none;
	}

	.workedwith h2 {
		margin-bottom: 40px;
	}


}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {


	.banner.yoselph .logo {
		width: 100%;
	}

	.about-yoselph p {
		padding: 0px 0px;
		margin-bottom: 60px;
	}

	.video-cap .two-thirds {
		padding-left: 0px;
	}

	.video-cap {
		padding-top: 60px;
	}

	.plugin-capture img {
		margin: 20px auto 0px auto;
	}

	.video-cap .download-now a {
		display: none;
	}

	.goodies img.goodies-25,
	.goodies img.goodies-33,
	.goodies img.goodies-50 {
		width: 100%;
	}


	.home .img-half {
		display: none;
	}

	.home .copy-half {
		width: 100%;
	}

	.project {
		width: 49.5%;
	}

	.mobile-img {
		display: block;
	}


	.hide-project-tablet {
		display: none;
	}

	.passion-project,
	.project {
		margin-bottom: 20px !important;
	}

	.passion-project img {
		border-radius: 3%;
	}

	.home ul.skills li {
		line-height: 19px;
		margin-bottom: 8px;
		width: 49%;
	}

	.workedwith img {
		padding: 0px 120px;
	}

}

/* Retina Backgrounds */
@media (-webkit-min-device-pixel-ratio: 1.5) {}
