﻿* {margin:0; padding:0; outline:none; border:none; box-sizing:border-box; -moz-box-sizing:border-box;}

/*
:root {
  --primary: rgba(2,106,52,1);
  --primary-ten: rgba(2,106,52,0.1);
}
*/

/* OLD DARK BLUE
:root {
  --primary: rgba(36,50,87,1);
  --primary-ten: rgba(36,50,87,0.1);
  --primary-twenty: rgba(36,50,87,0.2);
}
*/

:root {
  --primary: rgba(47,95,121,1);
  --primary-ten: rgba(47,95,121,0.1);
  --primary-twenty: rgba(47,95,121,0.2);
}

/* GLOBAL */

html 	{}
body 	{line-height:1; font-family: acumin-pro, sans-serif; font-weight: 300; font-style: normal;}

h1		{font-family: ratiomodern, serif; font-weight: 500; font-style: normal; font-size: 60px; font-weight: 500;}
h2		{font-family: ratiomodern, serif; font-weight: 500; font-style: normal;}
h3		{font-family: ratiomodern, serif; font-weight: 500; font-style: normal;}
h4		{font-family: ratiomodern, serif; font-weight: 500; font-style: normal;}
h5		{font-family: ratiomodern, serif; font-weight: 500; font-style: normal;}
h6		{font-family: ratiomodern, serif; font-weight: 500; font-style: normal;}

p		{line-height: 1.4em}

p.smaller	{font-size: 14px;}

ul,
ol		{}

img     {max-width:100%; height:auto;}
a       {color:inherit;}
a.cover {position:absolute; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0); display:block; z-index: 5}
.inner 	{width:100%; max-width:100%; margin:0 auto; }

.disabled				{pointer-events: none;opacity: .33;user-select: none;}

.loading-overlay		{width: 100%; height: 100%; top: 0; position: fixed; background: rgba(255,255,255,0.8); z-index: 999; display: none; align-items: center; backdrop-filter: blur(5px); justify-content: center;}
.loading-overlay img	{width: 70px;height: 70px; opacity: 0.5; animation:0.75s spinner 0s infinite ease-in-out}

@keyframes spinner {
	0%		{transform: rotate(0deg)}
	100%	{transform: rotate(359deg)}
}

/* HEADER */
header 			{background-color: #ffffff}
header .inner 	{display: flex; justify-content: space-between; padding: 0 70px; align-items: center}
header .logo	{width: 70px;}
header .logo h1	{position: absolute; left: -9999px;}

/* NAV */
nav						{}
nav ul					{display: flex; font-size: 17px; overflow: hidden;}
nav ul:hover li			{opacity: 0.4;}
nav ul:hover li:hover 	{opacity: 1}
nav ul li				{height: 120px; margin: 0 15px; letter-spacing: 0.5px; transition: 0.3s ease-out}
nav ul li a				{height: 100%; display: flex; align-items: center; text-decoration: none; position: relative; font-weight: 300}
nav ul li a:before		{height: 30px; width: 100%; position: absolute; left: 0; top:-30px; background-color: var(--primary-ten); content: ''; transition: 0.3s ease-out}
nav ul li a:after		{height: 30px; width: 100%; position: absolute; left: 0; bottom:-30px; background-color: var(--primary-ten); content: ''; transition: 0.3s ease-out}

nav ul li.active a:before,
nav ul li:hover a:before	{top:0}
nav ul li.active a:after,
nav ul li:hover a:after		{bottom:0}

nav ul:hover li.active		{opacity: 1 !important}
nav ul li.active a			{font-weight: 600; color: var(--primary);}

.search-box													{display: flex; width: 300px; position: relative; justify-content: space-between; align-items: center}
.search-box:after											{position: absolute; left: 0; bottom:0; width: 100%; height: 2px; background-color:var(--primary); content: ''; transition: 0.2s ease-out}
.search-box:focus-within:after								{height: 3px; bottom: -3px;}

.search-box input[type="text"]								{padding: 10px 0; font-size: 17px; flex: 1; letter-spacing: 0.5px}
.search-box input[type="text"]::-webkit-input-placeholder    {color:#000000;}
.search-box input[type="text"]::-moz-placeholder             {color:#000000; opacity:1;}
.search-box input[type="text"]:-ms-input-placeholder         {color:#000000;}
.search-box input[type="text"]:-moz-placeholder              {color:#000000; opacity:1;}

.search-box input[type='submit']			{width: 23px; height: 22px; flex-shrink: 0; background-image: url(/_uploads/_assets/icon-search.svg); background-size: cover; background-color: transparent}
.search-box input[type='submit']:hover	{opacity: 0.5}

.search-box-results		{width:100%;margin-top: 1em;}
.search-result			{position:relative;padding:20px 10px;border-bottom: 1px solid #ccc;display: flex;justify-content: flex-start;align-items: center;column-gap: 15px;}
.search-result:hover    {background: rgba(0,0,0,0.02)}
.search-result .search-result-image {width: 200px;min-width: 200px;height: 135px;min-height:135px;background-size: contain;background-repeat: no-repeat;background-position: center;}
.search-result .search-result-content .search-desc			{margin-top: 1.5em;}
.search-result .search-result-content .search-url			{margin-bottom:0;}

.header-right	{display: flex; align-items: center}

a.insta			{margin-left: 15px;}
a.insta path	{fill:var(--primary);}
a.insta:hover	{opacity: 0.5}


/* SEARCH BOX RESULTS */
.search-box-quickresults								{width: 100%; padding: 6px; position: absolute; max-height: 250px; background: #fff; top: 100%; z-index: 99; box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.30); display:none; flex-direction:column; overflow:auto;}
.search-box-quickresults .search-box-item				{display:flex; align-items:center; margin-bottom: 3px; padding-bottom: 3px; transition: all ease-in-out .35s; background-color:#fff; cursor:pointer; position:relative; border-bottom: 1px solid #f9f9f9;}
.search-box-quickresults .search-box-item:hover,
.search-box-quickresults .search-box-item.active		{background-color:#ebebeb;}
.search-box-quickresults .search-box-item img			{width:70px; object-fit:cover;}
.search-box-quickresults .search-box-item span			{position:relative; padding-left:8px; width:100%;font-size:13px;}
.search-box-quickresults .search-box-item span:after	{}
.search-box-quickresults .search-box-item:last-of-type	{padding-bottom: 0; margin-bottom: 0; border-bottom: none}

/* HOME HERO */
.home-hero-container				{height: calc(100vh - 120px); min-height: 530px;}
.home-hero-carousel 				{height: 100%; position: relative;}
.home-hero-carousel .slick-list		{height: 100%;}
.home-hero-carousel .slick-track	{height: 100%;}
.home-hero-carousel .slide			{background-size: cover; background-position: center; display: flex; justify-content: center; align-items: flex-end; text-align: center; position: relative;}
.home-hero-carousel .slide:after	{width: 100%; height: 30%; position: absolute; left: 0; bottom: 0; background: rgb(19,41,29); background: linear-gradient(180deg, rgba(19,41,29,0) 0%, rgba(9,20,14,0.8) 100%); mix-blend-mode: multiply; content: '';}
.home-hero-carousel .slick-dots		{position: absolute; right: 70px; top:50%; list-style: none; font-size: 0; transform: translateY(-50%)}
.home-hero-carousel .slick-dots li	{width: 24px; height: 24px; opacity: 0.5; background-image: url(/_uploads/_assets/slick-dot.png); background-size: cover; transform: rotate(200deg); margin-bottom: 8px; transition: 0.5s ease-out}
.home-hero-carousel .slick-dots li.slick-active	{transform: rotate(0deg); opacity: 1}

.slide-text		{padding-bottom: 80px; position: relative; z-index: 2; padding-left: 30px; padding-right: 30px}
.slide-text h2	{font-size: 70px; color:#ffffff; margin-bottom: 0.25em; opacity: 0;}
.slide-text p	{font-size: 24px; font-family: ratiomodern, serif; font-weight: 400; color: #ffffff; letter-spacing: 0.75px; line-height: 1.3em; font-style: italic; opacity: 0}

.slide-text h2 a				{position: relative; text-decoration: none}
.slide-text h2 a:after			{opacity: 0; position: absolute; left: 50%; right: 50%; bottom: 5px; width: 0%; height: 1px; background-color: #ffffff; content: ''; transition: 0.35s ease-out;}
.slide-text h2 a:hover:after	{opacity: 1; transform: translateY(0px); width: 100%; left: 0; right: 0}

.slick-current .slide-text h2	{animation:1s fade-in ease-out 0.5s forwards;}
.slick-current .slide-text p	{animation:1s fade-in ease-out 1s forwards;}

@keyframes fade-in {
	
	0%		{opacity: 0; transform: translateY(-10px)}
	100%	{opacity: 1; transform: translateY(0)}
	
}

/* HOME LISTING */
.home-listing	{display: flex; flex-wrap: wrap; justify-content: center;}
.home-card		{width: 25%; flex-shrink: 0; position: relative;}

.home-card-image-outer	{overflow: hidden; min-height: 483px; height: 34vw; position: relative;}
.home-card-image		{background-size: cover; background-position: center; position: absolute; left: 0; top:0; width: 100%; height: 100%; transition: 1s ease-in-out}

.home-card-text			{text-align: center; padding: 30px 0; background-color: var(--primary-ten); overflow: hidden; position: relative;}
.home-card-text h3		{font-size: 30px; position: relative; z-index: 2; transition: 0.3s ease-out}
.home-card-text:after	{height: 100%; width: 100%; content: ''; background-color: #ffffff; position: absolute; left: 0; top:100%; transition: 0.3s ease-out}

.home-card:nth-child(odd) .home-card-text		{background-color: #000000;}
.home-card:nth-child(odd) .home-card-text h3	{color: #ffffff}

.home-card:hover .home-card-text:after	{top:0}
.home-card:hover .home-card-text h3		{color:#000000 !important; transform: translateY(-5px);}
.home-card:hover .home-card-image		{transform: scale(1.1)}

/* ALL TALENT LISTING */
.intro-section 		{text-align: center; padding:40px 0 50px 0}
.intro-section h1	{font-size: 60px; font-weight: 500;}

.filter-container		{width:calc(100% - 60px); margin: auto; display: block; overflow-x: auto;}
ul.filter				{display: inline-flex; justify-content: center; list-style: none; margin-top: 1.5em}
ul.filter li			{background-color: var(--primary-ten); margin: 0 3px; cursor: pointer; display: flex; align-items: center}
ul.filter li.active		{background-color: var(--primary); color: #ffffff}
ul.filter li a			{padding: 7px 30px 8px;}
ul.filter li a:hover	{background-color: var(--primary-twenty);}

.talent-grid		{padding: 0 70px; display: flex; flex-wrap:wrap}
.talent-grid .col	{width: 25%; transition: 0.2s ease-out}

.person-card					{position:relative; height: 100%; display: flex; flex-direction: column;}
.person-card-image-container	{height: 15.7vw; overflow: hidden; position: relative;}
.person-card-image				{background-size: cover; transform-origin: center; background-position: center; position: absolute; left: -1px; top:0; width: calc(100% + 2px); height: 100%; background-repeat: no-repeat; transition: 0.5s ease-out}
.person-card-text				{min-height: 60px; padding: 10px 15px; background-color: #ffffff; display: flex; justify-content: center; align-items: center; text-align: center; position: relative; overflow: hidden; flex: 1}
.person-card-text h3			{font-family: ratiomodern, serif; font-weight: 400; font-style: italic; font-size: 19px; position: relative; line-height: 1.2em; z-index: 2; transition: 0.5s ease-out}

.social-cell:after,
.btn:after,
.btn-link:after,
.person-card-text:after	{height: 100%; width: 100%; content: ''; background-color: #000000; position: absolute; left: 0; top:100%; transition: 0.3s ease-out}

.person-card:hover .person-card-text:after	{top:0}
.person-card:hover .person-card-text p		{color:#ffffff !important; transform: translateY(-3px);}
.person-card:hover .person-card-text h3		{color:#ffffff !important; transform: translateY(-3px);}
.person-card:hover .person-card-image		{transform: scale(0.9)}

.person-card-text p		{transition: 0.5s ease-out; position: relative; z-index: 2}

/* TALENT DETAIL */
.talent-hero						{height: calc(100vh - 120px); min-height: 620px; position: relative; display: flex; flex-direction: column; }
.talent-hero-image-container		{width: 100%; flex: 1; overflow: hidden; position: relative;}
.talent-hero-image-container:after	{width: 100%; height: 30%; position: absolute; left: 0; bottom: 0; background: rgb(19,41,29); background: linear-gradient(180deg, rgba(19,41,29,0) 0%, rgba(9,20,14,0.8) 100%); mix-blend-mode: multiply; content: '';}
.talent-hero-image					{background-size: cover; background-position: center; height: 100%; width: 100%; animation: zoom-image 8s linear;}
.talent-hero h1						{font-size: 56px; font-weight: 500; margin-left: 110px; opacity: 0}
.talent-hero h2						{font-size: 16px; font-weight: 300; margin-left: 110px; opacity: 0; margin-top: 0.25em; font-family: acumin-pro, sans-serif;}
.talent-hero h2 a					{font-weight: 400}

.talent-hero h1		{animation:0.8s pop-down 0.25s forwards;}
.talent-hero h2		{animation:0.8s pop-down 0.45s forwards;}
.ctas				{animation:0.8s pop-down 0.55s forwards; opacity: 0}

.author-list						{font-size: 16px; font-weight: 300; opacity: 0; margin-top: 0.25em; font-family: acumin-pro, sans-serif;animation:0.8s pop-down 0.45s forwards;}

.book-deets	{padding-right: 30px;}

/* BOOK LISTING */
.book-grid .person-card-image-container			{height: 18.3vw;}
.book-grid .person-card-image					{background-size: contain;}
.book-grid .person-card-text					{flex-direction: column; padding: 25px 10px; height: auto; flex: 1}
.book-grid .person-card-text p					{margin-top: 5px; font-size: 14px;}
.book-grid .person-card							{display: flex; flex-direction: column; height: 100%;}

/* BOOK DETAIL PAGE */
.talent-hero.book-hero .talent-hero-image-container			{background-size: cover; background-position: center;}
.talent-hero.book-hero .talent-hero-image-container:after	{position: absolute; left: 0; top:0; background:rgba(255,255,255,0.9); content: ''; width: 100%; height: 100%; z-index: 2;  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); mix-blend-mode: unset}
.talent-hero.book-hero .talent-hero-image					{background-size: contain; background-repeat: no-repeat; position: relative; z-index: 3; transform: scale(1) !important}

/* PODCAST LISTING */
.logo-grid .person-card-image-container,
.podcast-grid .person-card-image-container	{height: 22.55vw}

@keyframes zoom-image {
	0%		{transform: scale(1.2)}
	100%	{transform: scale(1)}
}

.talent-quick-info			{padding: 25px 0 35px; position: sticky; top: 0; background-color: #ffffff}
.talent-info .inner,
.talent-quick-info .inner	{width:1320px; max-width: 100%; padding-left: 30px; padding-right: 30px; display: flex; justify-content: space-between; align-items: center}

.talent-info			{background-color: #ffffff}
.talent-info ul,
.talent-info ol,
.talent-info p			{line-height: 1.6em; margin-bottom: 1em}
.talent-info p.intro	{line-height: 1.4em; font-family: ratiomodern, serif; font-weight: 400; font-style: italic; color: var(--primary); font-size: 22px;}
.talent-info .inner		{display: block}

.talent-info ul,
.talent-info ol			{margin: 1em; margin-left: 2.5em}

.talent-info ul li,
.talent-info ol li		{margin-bottom: 0.75em}

/* COMMERCIAL AND LICENSING */
.intro-section.intro-commercial			{padding-bottom: 30px; text-align: left; width: 1310px; max-width: 100%; margin: auto}
.intro-section.intro-commercial h1		{margin-bottom: 0.5em}
.intro-section.intro-commercial p		{margin-bottom: 1.2em; line-height: 1.5em}
.intro-section.intro-commercial .inner	{width:100%; max-width: 100%; padding: 0 30px; margin: 0}

p.intro	{font-weight: 500}

.logo-grid .person-card-image-container	{display: flex; align-items: center; width: 100%; justify-content: center; height: 13vw}
.logo-grid .person-card-image			{max-height: 110px; max-width: 190px; background-size: contain; position: relative; left: auto; top: auto;}

/*
.logo-grid			{padding: 0 20px; display: flex; flex-wrap:wrap; width: 1340px; max-width: 100%; margin: auto}
.logo-grid .col		{width: 25%; padding: 24px; transition: 0.2s ease-out}
.logo-panel			{box-shadow: 0 0 30px rgba(36,50,87,0.05); height: 100%; height: 205px; display: flex; align-items: center; justify-content: center}

*/

/* OVERRIDES THE INLINE STYLES IN CMS */
.talent-info ul span,
.talent-info ol span,
.talent-info p span		{font-weight: 300 !important}
.talent-info p strong	{font-weight: 700}
/*************************************/

.ctas		{display: flex;}
.ctas .btn	{margin-left: 10px;}

.text-col		{margin-left: 110px; width: 700px; max-width: 100%;}
.expanded		{display: none}
.toggle-expand	{font-family: ratiomodern, serif; font-weight: 500; margin:2em 0 1em; display: block; cursor: pointer; color: var(--primary); font-size:16px;}

.socials					{position: absolute; width: 1320px; padding-left: 30px; padding-right: 30px; max-width: 100%; z-index: 19; bottom: 30px; left: 50%; transform: translateX(-50%); justify-content: flex-end; display: flex;}
.social-icon				{height: 30px; margin-bottom: 7px; position: relative; z-index: 2; transition: 0.3s ease-out}

.substack-icon				{width: 22px; height: auto}

.social-cell				{display: flex; flex-direction: column; align-items: center; text-align: center; margin-left: 5px; position: relative; overflow: hidden; padding:13px 10px 10px; opacity: 0}
.social-cell p				{color: #ffffff; letter-spacing: 1px; position: relative; z-index: 2; transition: 0.3s ease-out}
.social-cell:after			{opacity:0.3}
.social-cell:hover:after	{top:0}
.social-cell:hover p,
.social-cell:hover .social-icon	{transform: translateY(-3px);}

.social-cell:nth-child(1)	{animation:0.8s pop-down 0.95s forwards;}
.social-cell:nth-child(2)	{animation:0.8s pop-down 1.05s forwards;}
.social-cell:nth-child(3)	{animation:0.8s pop-down 1.25s forwards;}
.social-cell:nth-child(4)	{animation:0.8s pop-down 1.45s forwards;}
.social-cell:nth-child(5)	{animation:0.8s pop-down 1.65s forwards;}
.social-cell:nth-child(6)	{animation:0.8s pop-down 1.85s forwards;}
.social-cell:nth-child(7)	{animation:0.8s pop-down 2.05s forwards;}
.social-cell:nth-child(8)	{animation:0.8s pop-down 2.05s forwards;}


@keyframes pop-down {
	0%		{transform: translateY(-10px); opacity: 0}
	100%	{transform: translateY(0px); opacity: 1}
}

/* TEXT PAGE */
.text-page			{padding: 40px 0}
.text-page .inner	{width:1080px; max-width: 100%;}
.text-page .inner p {margin:1em 0;}

.text-page h2		{margin-top:2em;font-size:22px;}
.text-page ul		{padding-left: 2em;}
.text-page ul li	{line-height: 1.6em;}

.text-page table		{margin:2em auto 1em auto}
.text-page table tr th	{background-color: #000000; border: 1px solid #ffffff; color: #ffffff; padding: 15px 10px; text-align: left}
.text-page table tr td 	{font-size: 16px; line-height: 1.4em; color: #050505; padding: 10px; background-color: #f1f1f1; border: 1px solid #ffffff; overflow-wrap: break-word;}



/* CONTACT US */
.contact-page			{padding: 40px 0}
.contact-page .inner	{width:1080px; max-width: 100%;}

.contact-page h1	{margin-bottom: 0.5em}
.contact-page h2	{font-family: ratiomodern, serif; font-size: 20px; line-height: 1.2em; font-weight: 400; border-bottom: 0.5px solid #000000; padding-bottom: 10px; margin-bottom: 1em}

.contact-page .cols	{display: flex; justify-content: space-between}
.contact-page .col	{width:calc(50% - 40px)}
.contact-page .col:nth-child(2)	{display: flex; flex-direction: column; justify-content: space-between}

p.required-text		{font-weight: 700; font-size: 14px; margin: 2em 0 2em}

.icon-text			{display: flex; margin-bottom: 1.2em; align-items: flex-start;}
.icon-text img		{margin-right: 15px;}
.icon-text a		{text-decoration:none}

.map		{flex:1; margin-top: 10px;}
.map iframe	{width: 100%; height: 100%;}

.form-error					{color:red;margin-bottom:1em;}
.form-field-error			{color:red;font-size:12px;margin-top:5px;}

/* CONTACT POPUP */
.popup-background 	{position: fixed; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(22,48,61,0.90); -webkit-backdrop-filter:blur(6px); backdrop-filter:blur(6px); z-index: 99; display: none;}
.popup-content		{position: fixed; background-color: #f0f0f0; width: 600px; padding:60px 40px 50px 50px; max-width: 100%; left: 50%; margin-left: -300px; top: 400px; margin-top: -330px; height:calc(100vh - 150px); max-height: 640px; font-size: 0; z-index: 100;}
.scroll-content		{max-height: 100%; overflow-y: auto; padding-right: 10px;}
	
.scroll-content::-webkit-scrollbar		 { width: 20px; }
.scroll-content::-webkit-scrollbar-track { background: #ccc; border-left: 9px solid #f0f0f0; border-right: 9px solid #f0f0f0; /* BORDER LEFT AND RIGHT NEED TO MATCH THE PARENT BG COLOUR */}
.scroll-content::-webkit-scrollbar-thumb { background: #ccc; border-left: 5px solid #f0f0f0; border-right: 6px solid #f0f0f0; }	

.popup-content			{transition:0.5s ease-out; transform: translateY(-100px)}	
.popup-content h2		{font-size: 30px; font-weight: 400; margin-bottom: 0.5em}
.popup-content p		{font-size: 14px; font-weight: 400}
.popup-content .form-container	{margin-top: 30px;}
.popup-content.animated	{transform: translateY(0)}	
	
.close		{position:absolute; right:20px; top:20px; width: 20px; height: 20px; background-image: url(/_assets/icon-close.svg); background-size: contain; z-index: 110}	
.click-out	{position:fixed; width: 100%; height: 100%; top:0; left:0;}	

.form-row-inline			{display: flex; justify-content: space-between}
.form-row-inline .input-box	{width: calc(50% - 10px);}

/* ABOUT US */
.about-items h2					{font-size: 45px; font-weight: 500; color:var(--primary); padding-top: 30px; border-top:1px solid var(--primary-ten);}
.about-items .inner				{width: 1310px; max-width: 100%; padding: 0 30px}
.about-grid						{padding: 0; width: calc(100% + 32px); margin-left: -16px; margin-top: 30px; margin-bottom: 40px;}
.talent-grid.about-grid .col	{width: 25%; padding: 16px;}

.about-card			{display: flex; border:1px solid var(--primary-ten); height: 100%;}
.about-card a		{display: flex; align-items: center; justify-content: center; transition: 0.2s ease-out; width: 100%; text-align: center; padding:40px 25px; text-decoration: none; font-size: 20px; font-family: ratiomodern, serif; font-style: italic; line-height: 1.2em; position: relative;}
.about-card a:hover	{background-color: var(--primary); border-color: var(--primary); color: #ffffff;}

.intro-about .cols	{display: flex; justify-content: space-between;}
.intro-about .col 	{width: calc(50% - 30px)}
.intro-about .map	{height: 100%;}

/* FOOTER */
footer				{background-color: #ffffff}
footer .inner		{display: flex; justify-content: space-between; padding: 40px 70px; align-items: flex-end}
footer p			{font-size: 14px; margin-bottom: 0.25em}
footer p:last-child	{margin-bottom: 0}

footer ul					{line-height: none; font-size: 16px; display: flex; justify-content: flex-end; list-style: none}
footer ul li				{margin-left: 25px;}
footer ul li a				{text-decoration: none; position: relative;}
footer ul li a:after		{opacity: 0; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #000000; content: ''; transition: 0.2s ease-out}
footer ul li a:hover:after	{opacity: 1; transform: translateY(4px);}

/* BUTTONS */
.btn,
.btn-link			{background-color: var(--primary); font-weight: 400; font-size: 13px; text-transform: uppercase; color: #ffffff; padding:12px 10px; text-decoration: none; width: 180px; max-width: 100%; text-align: center; letter-spacing: 1px; overflow: hidden; position: relative;cursor:pointer;}
.btn-link span,
.btn span			{position: relative; z-index: 2; display: block; transition: 0.2s ease-out}

.btn-link:hover span,
.btn:hover span		{transform: translateY(-2px);}

.btn-link:hover:after,
.btn:hover:after	{top:0}

.btn-download span		{display: flex;justify-content: center;align-items: center;column-gap: 10px;pointer-events:none;}
.btn-download img		{width:20px;}

textarea,
input[type="text"]		{font-weight: 300}
input[type="password"]	{}
input[type="submit"]	{}
textarea				{}

/* FORM STYLES */
.select-css						{}
.form-container p				{}
.input-box						{position: relative;}
.input-box label				{position: absolute; left: 10px; top:0px; font-size: 13px; display: inline-block; padding:7px 5px 3px 5px; opacity: 0.5; transition: 0.2s ease-out}
.form-row						{margin-bottom: 15px;}
.form-cell textarea,
.form-cell input[type='text']	{background-color: var(--primary-ten);padding:25px 15px 10px 15px; font-size: 15px; width: 100%;}
.form-cell textarea				{height: 120px;}

.form-cell:focus-within label	{font-weight: 700; opacity: 1}

/*
body.dark 								{background-color:#0c111d}
body.dark header .search-box input[type="text"]	{background-color: transparent;}

body.dark .talent-info p,
body.dark .talent-info p.intro	{color:#dddddd;}
body.dark .talent-hero h1,
body.dark nav ul li a	 	{color:#ffffff;}

body.dark header .search-box input[type="text"]::-webkit-input-placeholder	 {color:#ffffff;}
body.dark header .search-box input[type="text"]::-moz-placeholder			 {color:#ffffff;}
body.dark header .search-box input[type="text"]:-ms-input-placeholder 		 {color:#ffffff;}
body.dark header .search-box input[type="text"]:-moz-placeholder      		 {color:#ffffff;}       

body.dark header .search-box:after	{background-color: #ffffff}

body.dark a.insta path	{fill:#ffffff}
*/


