/*--- All custom CSS by me, Sean Walker... thanks for being curious about it! ---*/

body.home {
	box-shadow: 0 130px 0 #121212 inset;
	/*black behind home pg nav bar*/
}
.home .ignis-hero-area {
	background-color: #fff;
	margin: 0;
}
.ignis-hero-area {
	background-color: #121212;
	margin: 0;
}
/*kill big header on about+contact pages*/
.page-id-26 .ignis-hero-area, 
.page-id-321 .ignis-hero-area {
	display: none;
}
.post-template-post_nosidebar_featured .ignis-hero-area::after,
.jetpack-portfolio-template-post_nosidebar_featured .ignis-hero-area::after {
	opacity: 1;
	background-color: rgba(0,0,0, 0.5);
}
.post-template-post_nosidebar_featured .ignis-hero-area:hover::after,
.jetpack-portfolio-template-post_nosidebar_featured .ignis-hero-area:hover::after {
	opacity: 1;
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.home .ignis-hero-area.has-media .header-text {
	padding-left: 6%;
	animation-name: fadeIn;
	animation-duration: 2s;
	text-shadow: none;
}
.home .ignis-hero-area.has-media img {
	object-fit: cover;
	min-height: 400px;
	object-position: 60% top;
	animation-name: fadeIn;
	animation-duration: 0.75s;
}
.home .wp-custom-header::before {
content: 'Directing the creative during a live corporate event.';
	position: absolute;
	bottom: 0;
	left: 40%;
	color: #ccc;
	font-size: 16px;
}
/*home image tint*/
.home .wp-custom-header::after {
	opacity: 0.45;
	background-color: #454545;
}
/*all pages main title*/
.header-text .entry-title {
	font-size: 3em !important;
	padding: 0 1em;
}
.header-text p {
	width: 45%;
	line-height: 1.3;
	margin: 10px 0 0;
}
.header-text p span {
	position: relative;
	display: inline-block;
	color: #fff;
	top: 18px;
	left: 0.75em;
	animation: bounce 1.5s infinite; 
}
@keyframes bounce {
  0% {
		transform: rotate(-90deg) scale(3.5) translate(0,0);
		-webkit-transform: rotate(-90deg) scale(3.5) translate(0,0);}
  50% {
		transform: rotate(-90deg) scale(3.5) translate(-5px,0);
		-webkit-transform: rotate(-90deg) scale(3.5) translate(-3px,0);}
  100% {
		transform: rotate(-90deg) scale(3.5) translate(0,0);
		-webkit-transform: rotate(-90deg) scale(3.5) translate(0,0);}
}
.bounce {
	animation-name: bounce;
}
@media only screen and (min-width: 768px) {
.header-text {
	padding-top: 2em;
	padding-bottom: 5.25em;}
}
/* port pages header spacing*/
@media only screen and (min-width: 768px) {
.jetpack-portfolio-template .ignis-hero-area .header-text {
	padding-top: 0;
	padding-bottom: 2em;}
}
.site-header {
	background-color: #121212;
	padding: 20px;
} 
.custom-logo-link img {
	max-width: 40px;
	border: 0.5px solid #fff;
}
.branding-inner {
	line-height: 0.9;
	opacity: 1;
	transition: all 0.4s;
}
.site-title {
	line-height: 0.8;
	letter-spacing: 0;
	/*adjust font size in theme options*/
}
.is-sticky .site-header {
	padding: 5px 20px;
}
.is-sticky .custom-logo-link img {
	max-width: 30px;
	margin-bottom: 2px;
}
.is-sticky .branding-inner {
	opacity: 0;
}
.is-sticky .main-navigation li {
	padding: 12px 10px;
}
.is-sticky .main-navigation li:last-of-type {
	padding-right: 0;
}
.main-navigation li {
	transition: all 0.4s;
}
.main-navigation a:hover, 
.main-navigation a:active, 
.main-navigation a:focus {
	color: #FFC900;
	outline: none;
}
.current-menu-item a {
	color: #FFC900;
	outline: none;	
}
/*temp main nav port item fix*/
.current-menu-item.menu-item-2738 a {
	color: #fff !important;
}
.menu-item-2738 a:hover, 
.menu-item-2738 a:active, 
.menu-item-2738 a:focus {
	color: #FFC900 !important;
}
.entry-header {
	margin: 0;
}
@media (min-width: 992px) {
.col-md-10 {
	width: 90%; }
}
.site-content {
	overflow: hidden;
	margin-bottom: 150px;
}
#content p a, .profile a, 
h1 a, h2 a, h3 a, h4 a {
	color: #121212;
	font-weight: 600;
	padding: 0 3px 3px 3px;
	background-repeat: no-repeat;
	background-size: 100% 11%;
	background-position: 50% 100%;
	background-image: linear-gradient(0deg, #FFD900, #FFD900);
	transition: all .25s ease;
}
#content p a:hover, 
#content p a:active, 
#content p a:focus,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, 
h1 a:active, h2 a:active, h3 a:active, h4 a:active, 
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus,
.profile a:hover, .profile a:active, .profile a:focus {
	color: #121212;
	text-decoration: none;
	outline: none;
	background-size: 100% 100%;
}
a:focus {
	outline: none;
}
img {
  animation-name: fadeIn;
	animation-duration: 2s;
}
p {
	margin: revert;
	letter-spacing: 0.1px;
}
h1, h2, h3, h4, h5, h6 {
	color: #2b2b2b;
}
h1 {font-size: 2em}
h2 {font-size: 1.43em}
h3 {font-size: 1.15em}
h4 {font-size: 0.86em}
h5 {font-size: 0.75em}
h6 {font-size: 0.65em}

figcaption.wp-element-caption {
	text-align: center;
	font-size: 0.8em;
	color: #9e9e9e;
	margin-bottom: 2.5em;
}
.border-shadow img {
	border: 1px solid #dfdfdf;
	box-shadow: 0 0 20px 2px rgb(0 0 0 / 15%);
}
.shadow img {
	box-shadow: 0 0 20px 2px rgb(0 0 0 / 15%);
}
.wp-block-pullquote {
	padding: 1em 0;
}
.wp-block-pullquote cite {
	font-size: 0.6em;
	line-height: 3em;
}
.wp-block-pullquote blockquote:before,
.wp-block-pullquote blockquote:after {
    content: "";
    display: block;
    width: 15%;
    height: 1px;
    background: #999999;
    margin: 1.125rem auto;
}
.wp-block-button__link {
	font-size: 0.85em;
}
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
	text-decoration: none;
	background-color: #121212;
	color: #9e9e9e;
}
.contact-button {
	font-size: 1em;
	font-style: normal;
}
.home-port-bar {
	background-color: #f2f2f2;
	padding: 3.35em 0;
	color: #565656;
	font-weight: bold;
}
.testimonial-entry-title a,
.testimonial-entry-content a,
.testimonial-entry-title a:hover {
	color: #121212;
	font-weight: normal;
}
.testimonial-entry-content a.moretag {
	white-space: nowrap;
}
.wp-block-separator {
	border: 1px solid #eee;
	margin: 3em 0;
}
.wp-block-separator.less-pad {
	border: 1px solid #eee;
	margin: 1em 0;
}
.home .alignfull {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
	overflow: hidden;
}
.alignfull.nopad {
	padding: 0;
}
.alignfull.toppad {
	padding: 8% 0 0 0;
}
.alignfull.botpad {
	padding: 0 0 8% 0;
}
.alignfull {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
	padding: 8% 0 8% 0;
	overflow: hidden;
}
.alignwide {
	margin: 32px calc(25% - 25vw);
	max-width: 100vw;
}
.fluid-width-video-wrapper {
	max-width: 1280px;
	margin: 0 auto;
}
.video-padding {
	padding: 50px 0;
}
.noGap {
	gap: 0;
}
@keyframes fadeRight {
  from {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);}
  to {
		opacity: 1;
		-webkit-transform: none;
    transform: none;}
}
.fadeRight {
	animation-name: fadeRight;
}
@keyframes fadeLeft {
  from {
		opacity: 0;
		-webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);}
  to {
		opacity: 1;
		-webkit-transform: none;
    transform: none;}
}
.fadeLeft {
	animation-name: fadeLeft;
}
.fadeLeft1 {
	animation-name: fadeLeft;
	animation-delay: 0.1s
}
.fadeLeft2 {
	animation-name: fadeLeft;
	animation-delay: 0.2s
}

/* ----- ABOUT PAGE ----- */
.page-id-26 div.wp-container-3.alignfull {
	padding: 0 0 3% 0;
	gap: 0;
}
.page-id-26 .site-content {
	margin-top: 0;
}
.page-id-26 figure.wp-block-image.size-full {
	margin: 0;
	filter: contrast(0.75);
}
.about-hello {
	margin: 4em 0 40px;
}
.about-hello span {
	font-size:12px;
	float: left;
}
.skill-row {
	margin-top: 3em;
}
.skill-box {
	border-radius: 25px;
	box-shadow: 0 0 20px 2px rgb(0 0 0 / 15%);
}
/*.skill-box:hover {
	box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
}*/
.skill-box h2 {
	margin: 0;
	padding: 0.85em;
	border-radius: 25px 25px 0 0;
	background-color: #f2f2f2;
}
.skill-box p {
	margin: 1.35em;
	font-size: 0.9em;
	color: #565656;
}

/* About: ACCORDION */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
	margin: 0;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.reactive, .accordion:hover {
  background-color: #ccc;
}
.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.reactive:after {
  content: "\2212";
}
.panel {
  padding: 5px 20px 0;
	margin: 5px 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
	font-size: 0.9em;
	line-height: 1.65;
  transition: max-height 0.2s ease-out;
}

/* About: TESTIMONIALS SLIDER FADER */
.slideshow-container {
  position: relative;
	background-image: linear-gradient(90deg, #fff 5%, #e5e5e5 50%, #fff 95%);
	height: 60em;
	overflow: hidden;
	margin: 6em 0;
}
.slideshow-container h6 {
	padding-bottom: 4em;
	color: #c5c5c5;
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
	.slideshow-container {height: 100em;}
	.prev, .next {top: 20% !important;}
}
.mySlides {
  display: none;
  padding: 4em;
  text-align: center;
	font-size: .85em;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0,0,0,0.03);
  user-select: none;
}
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
	text-decoration: none;
}
.fade {
  animation-name: fade;
  animation-duration: 2s;
}
@keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}
.profile {
	margin-bottom: 2em;
}
.profile img {
	width: 150px;
	border: 1px solid #fff;
}
.testi-name {
	font-size: 1.4em;
	font-weight: bold;
}
.testi-job {
	font-size: 1em;
	font-weight: 500;
}
.dot-container, .dot {
	display: none;
}

/* ----- PORTFOLIO STYLES ----- */

/*kill big header on all port projects*/
.jetpack-portfolio-template .ignis-hero-area {
	display: none;
}
@media only screen and (min-width: 1920px) {
.jetpack-portfolio-shortcode.column-2 {
	margin: 0 -20%; }
}
@media only screen and (min-width: 1024px) {
/* home pg: center last feat work */
/* .home .jetpack-portfolio-shortcode.column-2 > div:nth-child(3) {
	margin: 0 auto;
	float: none; } */
} 
.jetpack-portfolio-template .site-content,
.jetpack-portfolio-template .site-content .clearfix {
	margin-bottom: 0;
}
.port-nav {
	background-color: #121212;
	padding: 20px 0;
	font-size: 14px;
}
.port-nav li a {
	padding: 0 25px;
	color: #9e9e9e;
	font-weight: bold;
}
.port-nav li a:hover {
	padding: 0 25px;
	color: #FFD900;
	transition: all .3s ease;
}
.portfolio-entry-header {
	overflow: hidden;
}
.portfolio-entry-header img {
	transition: all 0.5s;
}
.portfolio-entry-header:hover img {
	transform: scale(1.15);
}
.portfolio-entry-title {
	font-size: 1.55em;
	padding-top: 0.25em !important;
	margin-top: 0 !important;
	text-transform: uppercase;
	line-height: 1.05;
	letter-spacing: 0;
	z-index: 1;
	position: relative;
	background-color: #fff;
}
.portfolio-entry-title a {
	display: block;
	font-weight: 600;
	background: none;
	padding: 0 !important;
}
.portfolio-entry-title a:hover, 
.portfolio-entry-title a:active, 
.portfolio-entry-title a:focus {
	color: #121212;
}
.portfolio-entry-meta {
	margin-top: 0.25em !important;
	color: #000;
	line-height: 1;
	word-spacing: 4px;
	background-color: #fff;
}
.portfolio-entry-meta span {
	display: none;
}
.portfolio-entry-meta a {
	color: #000;
	font-size: 0.7em !important;
	background-color: transparent;
	text-transform: uppercase;
	pointer-events: none;
}
/*kill project hero img*/
.post-thumbnail {
	display: none;
}
/*port next/back links full*/
.post-navigation .nav-links > div {
	padding: 0;
	background-size: 102%;
}
h1.port-heading {
	font-size: 3.5em;
	margin-top: 50px;
	line-height: 1;
	animation-name: fadeLeft;
}
.port-subhead {
	font-weight: normal;
	animation-name: fadeLeft;
	animation-delay: 0.1s;
}
.tag-line {
	text-transform: uppercase;
	word-spacing: 5px;
	line-height: 1.5;
	font-weight: 500;
	margin: 7em 0 3.75em;
	animation-name: fadeLeft;
	animation-delay: 0.2s;
}
.alignfull.tag-line {
	padding: 0.5em 3em;
}
.case-steps {
	margin-top: 20%;
	color: #9e9e9e;
	word-spacing: 8px;
	line-height: 2;
	padding: 0 20px;
}
.heading-bar-top {
	background-color: #f2f2f2;
	padding: 3.35em 0;
	font-weight: bold;
	color: #565656;
}
.heading-bar {
	background-color: #f2f2f2;
	padding: 3.35em 0;
	font-weight: bold;
	color: #565656;
	margin-top: 5%;
}
.wp-block-jetpack-slideshow_button-next, 
.wp-block-jetpack-slideshow_button-prev {
	display: none !important;
}
.heading-bar-team {
	background-color: #2b2b2b;
	padding: 3.35em 0 50px;
	font-weight: bold;
	color: #9e9e9e;
}
.team-area {
	box-shadow: 0 550px 0 600px #2b2b2b;
	background-color: #2b2b2b;
	color: #fff;
	padding: 1em 0 0 0;
	border-top: 1px solid #555;
}
.team-area h5 {
	color: #9e9e9e;
}
.other-work-heading {
	background-color: #121212;
	padding: 3.35em 0 50px;
	font-weight: bold;
	color: #efefef;
}
.other-work-area {
	box-shadow: 0 550px 0 600px #121212;
	background-color: #121212;
	color: #efefef;
	border-top: 1px solid #efefef;
}
.post-navigation .nav-links > div:hover,
.post-navigation .nav-links > div:active,
.post-navigation .nav-links > div:focus {
	background-size: 115%;
	background-position: center;
}
.post-navigation .nav-links > div a {
	display: block;
	padding: 12em 2em 2em 2em;
	font-weight: bold;
	text-transform: uppercase;
}
.post-navigation .nav-links > div a:hover,
.post-navigation .nav-links > div a:active,
.post-navigation .nav-links > div a:focus {
	text-decoration: none;
}
.post-navigation .nav-links > div::after {
	background-color: rgba(20,20,20, 0.6);
}

/* ----- FOOTER STYLES ----- */
.social-navigation {
	margin-bottom: 0;
}
.social-navigation li {
	background-color: #000;
	border: 1px solid #9e9e9e;
	padding: 3px;
}
.social-navigation a {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.social-navigation a[href*="contact"]:before {
	content: '\2709';
}
.site-footer {
	color: #9e9e9e;
	background-color: #000;
}
.site-footer a {
	color: #fff;
}
.site-footer li:hover, .site-footer li:hover a {
	background-color: #9e9e9e;
	color: #000;
}
.site-info span {
	font-size: 14px
}

/* BACK TO TOP BUTTON */
html:focus-within {
  scroll-behavior: smooth;
}
.top {
    position: fixed;
    display: flex;
    right: 30px;
    justify-content: center;
    align-items: center;
    bottom: 20px;
    width: 50px;
    color: #9e9e9e;
	  background-color: transparent;
    /*border: 2px solid #9e9e9e;
    border-radius: 50px;*/
}
.top span {
  border: solid #9e9e9e;
  border-width: 0 2px 2px 0;
	background-color: transparent;
  display: inline-block;
  padding: 8px;
	margin: 5px 0 -2px 0;
	transform: rotate(-135deg) scale(1.75);
  -webkit-transform: rotate(-135deg) scale(1.75);
}
.top:hover, .top span:hover {
	border-color: #FFD900;
	background-color: transparent;
}

/* ----- MOBILE STYLES ----- */
@media only screen and (max-width: 1440px) {
.portfolio-entry-title { 
	font-size: 1.25em;
	letter-spacing: 0;
	padding: 10px 0 0 !important;
	margin-top: 0 !important;
	margin-bottom: initial !important; }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
.home .header-text h2 {
	font-size: 56px;}
}
@media only screen and (max-width: 1024px) {
.home-port-bar {padding: 75px 0;}
.home .wp-custom-header::before {left: 35%;}
.portfolio-entry-header:hover .portfolio-entry-title, .portfolio-entry-header:hover .portfolio-entry-meta {left: auto; right: auto; }
.portfolio-entry-meta {
	font-size: 18px;
	padding: 3px 0 0 !important;
	margin-top: 0 !important;
	margin-bottom: initial !important; }
.portfolio-entry-meta a {
	pointer-events: none;}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	flex-basis: 100% !important;}
}
@media only screen and (max-width: 991px) {
.home-port-bar {
	padding: 55px 0;}
.home .wp-custom-header::before {font-size: 12px;}
.portfolio-entry-mobile-first-item-row,
.portfolio-entry-mobile-last-item-row {
	width: 100% !important; }
.jetpack-portfolio-template {
		margin-bottom: 0; }
}
@media only screen and (max-width: 767px) {
.home .header-text h2 {font-size: 30px;}
.home .ignis-hero-area.has-media .header-text 
	{top: 45%;}
.home .wp-custom-header::before {
	left: 15%;
	font-size: 12px;}
.header-text p {font-size: 14px;}
.custom-logo-link img {width: 30px;}
.custom-logo-link {margin-right: 10px}
.site-info span {font-size: 12px;}
.site-branding {text-align: left;}
.site-header {padding: 20px 0; display: flex;}
.site-title {font-size: 20px;}
.site-description {font-size: 12px;}
.btn-menu {text-align: right; width: 25%;}
#mainnav-mobi .btn-close-menu {
	right: 20px !important;
	line-height: 1.0 !important;
	top: 0;}
.header-text .entry-title {
	font-size: revert !important;}
.post-navigation .nav-links > div {
	background-size: cover;}
.post-navigation .nav-links > div a {
	padding: 7em 2em 2em 2em;}
.post-navigation .nav-previous,
.post-navigation .nav-next {
	width: 100%;}
.post-navigation .nav-previous {
	margin-bottom: 2em;}
.top {
	right: 20px;
	width: 40px;
	border: 0.5px solid #9e9e9e;
	padding: 12px 20px;}
.top span {padding: 4px;}
}
@media only screen and (min-width: 652px) {
:root {
    --responsive--aligndefault-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 750px);
    --responsive--alignwide-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 890px); }
}
#mainnav-mobi {
	padding-top: 7em;
}
#mainnav-mobi li {
	text-align: left;
	font-size: 45px;
	font-weight: 500;
	padding: 10px 30px;
}
#mainnav-mobi .btn-close-menu {
	font-size: 60px;
	right: 0.95em;
	line-height: 0.8;
}
.btn-menu {
	margin-top: 0;
}

/* Email Obfuscation */
.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}
/*Show WP Edit Links*/
.post-edit-link {color: #F00 !important;}