/* CSS Document */
/*  
Theme Name: Weathersbee Creative
Author URI: https://derekweathersbee.com
Version: 1
Author: Derek Weathersbee
Description: It works. It is dope.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/




/* colors 

.source-sans-3-<uniquifier> {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.source-serif-4-<uniquifier> {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/


:root {
  --red: #ea0c22;
  --yellow: #EDBA3B; 
  --sectionGap: 6rem;
	--green: #a7be6e;
}

html {
      scroll-padding-top: calc(8rem + 1rem); /* Adjust based on your header height */
	scroll-behavior: smooth;
    }


body {
	margin: 0;
	padding: 0;
	font-family: "Source Sans 3", sans-serif;
	font-size: 1.25rem;
	line-height: 1.5;
	overflow-x: hidden;
}

.hidden {
	display: none !important;
}

.visible {
	display : block;
}

img {
	display: block;
}

.invisible {
	opacity: 0;
}

.action-button {
	background: black;
	color: white;
	padding: .5rem 1rem;
}

.arrow-down {
	width: 3rem;
	height: 3rem;
	display: block;
	margin: 0 auto 1rem;
}

.read-more {
	border: 1px solid white;
	border-radius: .25rem;
	display: inline-block;
	text-transform: uppercase;
	padding: .5rem 1.5rem;
	letter-spacing: .125rem;
	transition: .5s;
}

.read-more:hover {
	background: var(--yellow);
	color: black;
}

* {
	box-sizing: border-box;
}



.clear {
	clear: both;
}


.page {
	padding-top: 8rem;
}

a {
	text-decoration: none;
	color: inherit;
}

header {
	padding: 1.375rem;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	background: white;
	box-shadow: 1px 1px 3px #000;
}

.hero {
	position: relative;
	padding: calc(var(--sectionGap) * 1.5) 0; /* 9rem */
	background: black;
	overflow: hidden;
}


.hero img {
	width: 100%;
	height: auto;
}

.hero h1 {
	font-size: 4.25rem;
	color: white;
	width: 70%;
}

.hero h1 a {
	display: inline-block;
	text-decoration: underline;
}

.hobbies {
	background: linear-gradient(to right, #ec1c24, #f6921e, #edba3b, #8bc53f, #1b75bb );
	color: white;
	padding: 1.5rem;
	overflow: hidden;
}

.hobbies ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}


@keyframes ticker {
	 0% {transform: translateX(0vw);}
     100% {transform: translateX(-100vw);}
}

.hobbies ul {
	animation-name: ticker;
	animation-duration: 20s;
	animation-iteration-count: infinite;
}

.hobbies li {
	margin: 0 1.5rem;
	white-space: nowrap;
}

p {
	margin: 0 0 1rem;
}

.button {
	background: black;
	color: white;
	padding: .5rem 1.5rem;
	display: inline-block;
	text-decoration: none !important;
	border: none;
}

.forminator-button {
	background: var(--green);
}

hr {
	margin:  calc(var(--sectionGap)/2) 0;
}

h1 {
	font-size: 4rem;
	margin: 0;
	font-weight: 500;
	line-height: 1.3;
}

h2 {
	font-size: 2rem;
	margin: 0 0 1.5rem;
	line-height: 1.3;
	font-weight: 500;
}

h1, h2 {
	font-family: cardea, "Cardea OTCE", Georgia;
	font-weight: normal;
}

.contact-section h2 {
	font-size: 2.5rem;
	text-align: center;
	margin: 0 0 2rem;
	font-family: "Source Sans 3", sans-serif;
}

.home content h2 {
	margin: 0 0 1.25rem;
}

.contact-section p {
	font-size: 1.625rem;
	text-align: center;
	font-family: "Source Serif 4", serif;
	margin: 0 0 3rem;
}

content a {
	text-decoration: underline;
}



/* navigation /////// */



.logo {
	display: flex;
	align-items: center;
	font-size: 1.75rem;
	font-weight: 500;
}

.logo img {
	width: auto;
	height: 5.25rem;
	margin-right: 1.5rem;
}

.logo strong {
	font-weight: 500;
}

.subnav li {
	border-right: 1px solid white;
	padding-right: .5rem;
	margin-right: .5rem;
}

.subnav li:last-child {
	border: none;
	padding-right: 0;
	margin-right: 0;
}

.subnav li a {
	display: block;
}




nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

nav, .inner {
	max-width: 87.5rem;
	margin: 0 auto;
}

.inner.medium {
	width: 75rem;
}

.inner.narrow {
	width: 62.5rem;
}

.inner.skinny {
	width: 50rem;
}

header ul.nav, ul.social-links {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 1.5rem;
	display: flex;
}

header ul.nav > li {
	margin-left: 1rem;
}

header ul.nav > li > a {
	display: block;
	padding: .5rem 1.5rem;
}

header ul.nav > li.get-a-quote-link > a {
	border: 1px solid black;
	border-radius: 1.625rem;
}

ul.social-links  {
	display: flex;
}

ul.social-links  li.social-link {
	text-indent: -2000px;
	margin-left: 1.5rem;
}

ul.social-links  li.social-link a {
	width: 2.125rem;
	height: 2.125rem;
	display: block;
}

ul.social-links  li.link-linkedin a {
	background: url("../images/icon-linkedin.svg") center center / 100% 100% no-repeat;
}

ul.social-links  li.link-behance a {
	background: url("../images/icon-behance.svg") center center / 100% 100% no-repeat;
}

ul.social-links  li.link-instagram a {
	background: url("../images/icon-instagram.svg") center center / 100% 100% no-repeat;
}

header ul.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}

.menu-toggle {
	display: none;
}

header ul.nav li a.toggler {
	display: none;
}


/* footer /////////// */


footer ul.nav {
	margin-top: 2.5rem;
	font-size: 1.375rem;
	display: flex;
	list-style: none;
}

footer ul.nav li {
	margin-right: 2rem;
}

footer ul.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer ul.nav > li {
	font-weight: 700;
}

footer ul.nav ul {
	display: block;
	font-weight: normal;
}

footer .social-links {
	display: none;
}


.post-footer {
	background: black;
	padding: 1.5rem;
	color: white;
}

.subnav {
	background: black;
	color: white;
	font-size: 2rem;
	line-height: 1.2;
	font-family: Franchise-Web, sans-serif;
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;
	padding: 1.5rem;
}

.subnav ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	list-style: none;
}

/* page structure /////// */

main {
	padding: var(--sectionGap) 0;
}


.project-archive main, .projects-case-studies main, .projects-logos main, .projects-custom-type main {
	padding: 2vw;
}


section {
	padding: var(--sectionGap) 0;
}


sidebar, content {
	display: block;
}


content {
	font-size: 1.25rem;
	width: 62%;
}

content.one-column {
	width: 100%;
}

content  li {
	margin: 0 0 .75rem;
	line-height: 1.3;
}


sidebar {
width: 30%;
}



.columns {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}


.column {
	background: #aa0c0c;
	padding: 4rem 2rem 2rem;
	text-align: center;
	position: relative;
}

.three-columns .column {
	width: 30%;
}

.entries {
	
}

.entry {
	margin: 0 0 3rem;
	padding: 0 0 3rem;
	border-bottom: 1px solid black;
}


/* page structure /////// */





figure 
{
	margin: 0;
	padding: 0;
}

figure img, sidebar img {
	width: 100%;
	height: auto;
}



.page-title {
	background: black;
	color: white;
	padding: 4rem 0;
}

.page-title .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-title h1 {
	width: 35%;
	font-family: cardea, "Cardea OTCE", serif;
	font-weight: 400;
	font-style: normal;
}

.page-title p {
	width: 60%;
}

/* footer ////////// */


footer {
	background: white;
	color: black;
	padding: var(--sectionGap) 0;
}

footer .inner {
	display: flex;
	justify-content: flex-start;
}

.footer-logo {
	width: 15rem;
	margin-right: 5rem;
}

.footer-logo img {
	width: 100%;
	height: auto;
}

copyright {
	padding-left: 2rem;
	display: block;
}


.contact-section {
	background: #e6e7e8;
}



.wt-fonts img {
	width: 100%;
	height: auto;
}




body.about sidebar {
	order: 2;
}

body.about content {
	order: 1;
}





/* home /////// */


.logo-collection-slide {
	background: var(--red);
	padding-top: 4rem;
	

	
	/* text */
	color: white;
	text-align: center;
}

.logo-collection-content {
	z-index: 201;
	position: relative;
	width: 100%;
	

}


.logo-collection-image {
	width: 100%;
	height: 37.349vw;
	height: 33vw;
	mix-blend-mode: multiply;
	z-index: 200;
 margin-top: -9vw;
		/*margin-top: -18vw; */
	margin-bottom: -2vw;
	margin-bottom: 0;
	
	background: url(../images/logo-collection.svg) left center / 100vw 37.349vw repeat-x;
}

.logo-collection-slide h1 {
	color: white;
	text-transform: none;
	margin: 0 0 1rem;
}

.logo-collection-slide em {
	
}

.logo-collection-slide p {
	font-size: 1.5rem;
	margin: 0 0 2rem;
	font-weight: 600;

}

.logo-collection-slide .button {
	background: black;
	color: white;
	font-size: 1.625rem;
	padding: 1.5rem 3rem;
	border-radius: 2.5rem;
	
}







/* home sections ///// */


.section-title {
	margin: 0 auto;
	width: 87.5rem; /* CHANGE THIS */
	display: flex;
	justify-content: space-between;
}


.section-title h2 {
	margin: 0 0 3rem;
	text-transform: none;
	text-align: left;
	font-size: 3rem;
}

.case-studies {
	padding: 2vw;
}

ul.work-thumbnails {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.work-thumbnails li {
	width: 30vw;
	margin: 0 0 2vw;
	position: relative;
}

ul.work-thumbnails li img {
	width: 100%;
	height: auto;
}

ul.work-thumbnails h2 {
	font-size: 1.25rem;
	padding: .5rem 1.5rem;
	background: white;
	border-radius: 21px;
	color: black;
	margin: 0;
	display: inline-block;
	font-family: "Source Sans 3", sans-serif;
}



/* logo gallery ///////// : these modify the work thumbnails styles with .work-thumbnails.logo-thumbnails */

.logo-thumbnails {

}

.logo-thumbnails li {
	border: 2px solid white;
	box-shadow: 1px 1px 3px #666;

}

.logo-thumbnails li img {

}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.7);
	color: white;
	display: none;
}

li:hover .overlay {
	display: flex;
	align-items: center;
	justify-content: center;
}




/* testimonials ///////////// */


.testimonials-section {
	background: var(--yellow);
	color: black;
}

.testimonials-section .inner {width: 62rem;}

.testimonials {

}

.testimonial {

}

.testimonial p {
	margin: 0 0 1.75rem;
}

.testimonial-author {
	font-style: normal;
	font-weight: 800;
	font-family: "adobe-handwriting-ernie", sans-serif;
	font-size: 1.625rem;
}


/* project */

.featured-image {
	position: relative;
}

.featured-image img {
	width: 100%;
}

.project-archive .project-short-description h1 {
	position: static;
	background: transparent;
	padding: 0;
	margin: 0 0 1rem;
	font-size: 150%;
	line-height: 1;
	text-shadow: none;
	color: black;
}

.project-archive .featured-image {
	margin: 0 0 4rem;
}






 slide {
	border-bottom: 10px solid white;
	 overflow: hidden;
	 position: relative;
	 margin-bottom: 300px;
	 	display: block;
	width: 100%;
	 
}

slide img {
	width: 100%;
	height: auto;
}


slide.about-slide {
	margin-bottom: 0;
}

slide.video-slide {
	width: 100vw;
	height: 48vw;
	overflow: hidden;
}

.video-slide video {
	margin-top: -5vw;
}


.slide-columns {
	display: flex;
	border-bottom: 1px solid #999;
}

/* this only works when there are only two items ; need a better way to hold proportions */
.slide-columns img {
	width: 50%;
	height: auto;
	align-self: flex-start;
}




/* ///// single view /////// */



.project-hero {

}

.project-hero img {
	width: 100%;
	height: auto;
}

.hero-image-thumbnail {
	display: none;
}


.project-intro {
padding: var(--sectionGap) 0;
	border-bottom: 1px solid black;
}

.project-intro .inner {
		display: flex;
	justify-content: space-between;
}

.project-details {
	width: 25%;
}

.project-details > div {
	margin: 0 0 .625rem;
}

.project-description {
	width: 70%;
}

.project-images {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
}

.project-image {
	width: 50%;
	/* add an option in to still do a double image...where they sit next to each other */
	border-bottom: 1px solid #999;
	
}



.project-image.double-image {
	width: 100%;
}

.project-image img {
	width: 100%;
	height: auto;
}

.project-single main {
	padding: 0;
}


.single-post-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: black;
	color: white;
	padding: 1rem 0;
	text-align: center;
}

.single-post-nav a[rel='prev'], .single-post-nav a[rel='next'] {
	padding: 0 1rem;
}



body.faq .page-title {
	filter: invert();
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.faq-list {
	background: black;
	color: white;
	padding: 2rem;
	margin: 0;
	list-style: none;
	border-radius: 1rem;
	
}

.faq-list li:not(:last-child) {
	margin: 0 0 1rem;
	border-bottom: 1px solid white;
    padding-bottom: .75rem;
}

.faq-list li a {
	color: inherit;
}



/* fonts ////////////////// */

body.fonts main {
	padding-top: 0;
}

.font-images {
	
}

.font-image {
	margin: 0 0 var(--sectionGap);
}

/* animation ///////////// */


@keyframes borderGrow {
	 0% {width: 0%; left: 50%;}
    100% {width: 100%; left: 0;}
}

.good-design.in-view .highlight {
	animation-name: borderGrow;
	animation-duration: 2.5s;
	animation-delay: .1s;
	animation-fill-mode: forwards;
}

@keyframes fadeIn {
	 0% {opacity: 0;}
    100% {opacity: 1;}
}

.good-design.in-view .highlight {
	animation-name: borderGrow;
	animation-duration: 2.5s;
	animation-delay: .1s;
	animation-fill-mode: forwards;
}

@keyframes horizontalScroll {
	 0% {background-position: left center;}
    100% {background-position: -100vw center;}
}

.logo-collection-image {
	animation-name: horizontalScroll;
	animation-duration: 25s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}




/* form stuff */



.forminator-ui.forminator-custom-form[data-design="basic"] .forminator-label + .forminator-description {
	display: none !important;
}
