/*
 Theme Name:     Katie Davis Client Portal Custom Theme
 Theme URI:      https://kddclientportal.com/
 Description:    Custom Theme for Katie Davis Client Portal created by Chainlink Marketing & Neiter Creative
 Author:         Chainlink Marketing
 Author URI:     https://chainlinkmarketing.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
@font-face {
	font-family: 'Americane';
	src: url('/wp-content/themes/kdd-client-theme/fonts/Americane-Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GT';
	src: url('/wp-content/themes/kdd-client-theme/fonts/GT-Ultra-Median-Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GT Thin';
	src: url('/wp-content/themes/kdd-client-theme/fonts/GT-Ultra-Median-Thin.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
:root{
	--dark:#073958;
	--blue:#809aab;
	--light: #e5edf2;
	--font25:18px;
	--line25:1.68em;
	--font50:50px;
	--line50:1em;
	--font20:15px;
	--line20:1.25em;
	--font58:40px;
	--line58:1em;
	--side:50px;
	--americane:'Americane';
	--gt:'GT';
	--gt-thin:'GT Thin';
	--head:262px;
	--both:calc(var(--head) + var(--side));
	--fontFooter:16px;
}
@media(max-width:980px){
:root{
	--font25:18px;
	--font50:30px;
	--font20:15px;
	--font58:35px;
	--side:10px;
	--head:90px;
	--both:calc(var(--head) + var(--side));
}	
}
body{
	font-size:var(--font25);
	line-height:var(--line25);
	font-family:var(--americane);
	color:var(--dark);
}
.header-font {
    font-family: var(--gt-thin);
    font-size: var(--font58);
    line-height: 1em;
}
.home-page {
    background: var(--light);
    border: var(--side) solid var(--blue);
    padding: var(--both) var(--side);
    display: flex;
    justify-content: center;
}
.header {
    background: transparent;
    background: var(--light);
    position: fixed;
    top: var(--side);
    left: var(--side);
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: var(--both); */
    width: calc(100% - (2 * var(--side)));
    border-top: var(--side) solid var(--blue);
    top: 0;
    padding-top: var(--side);
}
.kdd-logo {
    width: 573px;
	width: 290px;
	z-index:3;
}
.hamburger {
    position: absolute;
    right: var(--side);
    width: 50px;
    height: 50px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.ham-inner {
    width: 25px;
    height: 2px;
    background: var(--blue);
    transition: 0.3s ease;
	display:block;
	will-change:transform;
}
.first-ham {
    transform: translateY(-5px);
}
.second-ham {
    transform: translateY(5px);
}
.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: inherit;
    text-align: center;
}
.main-menu ul a {
    color: var(--dark);
    font-family: var(--gt);
    line-height: 1.5em;
    font-size: var(--font58);
}
.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--light);
    height: calc(100vh - var(--side));
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
.menu-open .main-menu {
    opacity: 1;
    visibility: visible;
}
.menu-open .first-ham {
    transform: rotate(45deg) translateX(1px);
}
.menu-open .second-ham {
    transform: rotate(-45deg) translateX(1px);
}
.footer {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    padding: calc(var(--side) * 2);
    background: var(--blue);
    display: grid;
    grid-template-columns: 2fr 1fr;
    font-family: var(--gt-thin);
    color: white;
	font-size:var(--fontFooter);
}
.et_pb_section, .et_pb_row, .et_pb_code {
    padding: 0;
    max-width: none;
    width: 100%;
}
.et_pb_column {
    min-height: 0;
}
.custom-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    padding: 1em;
    border: 1px solid var(--blue);
    outline: 1px solid var(--blue);
    outline-offset: 4px;
    padding: 2em 1em;
}
section.login-box.wrap {
    background: white;
    padding: 15px;
    box-shadow: 0px 0px 10px var(--blue);
    width: min(630px,95%);
    text-align: center;
}
.log-field input {
    width: 100%;
    background: var(--light);
    border: none;
    padding: 0 1em;
    font-size: var(--font25);
    color: var(--dark);
    height: 55px;
}
.formy {
    width: 100%;
}
.log-field input::placeholder {
    color: var(--dark);
}
.button {
    border: none;
    background: transparent;
    font-size: var(--font25);
    font-family: var(--gt-thin);
    line-height: 1em;
    text-decoration: underline;
    color: var(--dark);
    cursor: pointer;
}
#loginform {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
.forgot-pass a {
    font-size: var(--font20);
    color: var(--dark);
}
.forgot-pass {
    padding: 1em 0 0;
}
.custom-login .header-font {
    padding: 0 0 1em;
}
/*portal styles*/
section.client-portal.wrap {
    border: var(--side) solid var(--blue);
    padding: var(--both) var(--side);
    background: var(--light);
    display: grid;
    grid-template-columns: auto 8px 1fr;
}
.portal-header {
    padding: 0 var(--side) 0 0;
    width: fit-content;
}
.client-initals {
    font-size: 80px;
    text-align: center;
    color: white;
    font-family: var(--gt-thin);
    line-height: 1em;
    background: var(--blue);
    border-radius: 50%;
    height: 2.2em;
    width: 2.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portal-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    outline-offset: 4px;
    background: white;
    border: 1px solid var(--blue);
    outline: 1px solid var(--blue);
    padding: 1em 1em;
    padding: 2em 0em;
    padding: 0;
}
.portal-inner a {
    height: 100%;
    width: 100%;
    padding: 2em 0em;
}
.portal-files {
    background: white;
    padding: 15px;
    box-shadow: 0px 0px 10px var(--blue);
    width: 384px;
}
.support-message {
    width: 100%;
}
.portal-footer {
    grid-column: span 3;
    padding: 2em 0 0;
}
.ind-portals {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--side);
    padding: 3em 0 0;
    display: flex;
    flex-wrap: wrap;
}
.folder-title {
    font-size: 33px;
    line-height: 1em;
    color: var(--dark);
    font-family: var(--gt-thin);
    padding: 0.5em 0 0;
}
.flower-img {
    width: 64px;
    margin: 0 auto;
}
.portal-divider {
    border: 1px solid var(--dark);
    border-top: none;
    border-bottom: none;
}
.portal-content {
    padding-left: calc(var(--side) * 2);
    padding-left: var(--side);
    min-height: 80vh;
}
a.logout {
    color: var(--dark);
}
.client-logout {
    padding: 2em 1em 0px;
}
a.tip{
	position:relative;
}
a.tip::before {
    content: attr(data-tip);
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%) translateY(-8px);
    white-space: nowrap;
    background: var(--dark);
    color: #fff;
    font-size: 0.5em;
    line-height: 1;
    padding: 0.5em;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition:opacity .3s ease, visibility .3s ease, transform .3s ease;
    z-index: 10;
}
.tip:hover::before,
.tip:focus-visible::before,
.tip:hover::after,
.tip:focus-visible::after {
    opacity: 1;
    visibility:visible;
    transform: translateX(-50%) translateY(-12px);
}
/*footer*/
.left-top {
    width: 94px;
}
.footer-right {
    display: flex;
    flex-direction: column;
}
.left-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
	line-height:inherit;
}
.left-bottom ul a {
    color: white;
    line-height: var(--line25);
    text-decoration: underline;
}
.footer a {
    color: white;
    font-family: inherit;
    line-height: inherit;
    text-decoration: underline;
}
.left-bottom {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 100px;
    padding-top: 110px;
}
.email {
    padding-top: var(--line25);
}
.foot-head {
    font-size: var(--font50);
    padding: 0 0 1em;
}
.socials {
    display: flex;
    gap: 1em;
    flex: 1;
    align-items: flex-end;
}
button.needsclick.go300628013.kl-private-reset-css-Xuajs1 {
    padding: 0!important;
    font-family: var(--gt-thin)!important;
    font-size: var(--font20)!important;
    text-decoration: underline;
}
input#email_016JB91TTR00000000002YS76N {
    background: transparent!important;
    box-shadow: none!important;
    outline: none!important;
    border: none!important;
    border-bottom: 1px solid white!important;
    padding: 0!important;
    color: white!important;
    font-size: var(--font20)!important;
    font-family: var(--americane)!important;
}
input#email_016JB91TTR00000000002YS76N::placeholder {
    color: white;
    font-family: var(--americane)!important;
}
div:has([aria-label="POPUP Form"]) {
    display: none;
}
html body.klaviyo-prevent-body-scrolling {
    overflow: auto!important;
}
.portal-expired {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.notice.error a {
    font-family: var(--gt-thin);
    line-height: 1.25em;
    color: var(--blue);
    text-decoration: underline;
}
@media(max-width:980px){
.kdd-logo {
    width: 200px;
}	
.footer {
    display: flex;
    flex-direction: column;
    gap: 3em;
}
.left-bottom {
    padding: 1em 0 0;
    grid-template-columns: auto auto;
    gap: 1em;
}
.signup {
    order: 2;
}
.footer-right {
    gap: 3em;
}
.client-initals {
    font-size: 40px;
}
section.client-portal.wrap {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.client-logout {
    padding: 1em 0 0;
}
.ind-portals {
    padding: 2em 0;
    gap: 2em;
}
.portal-files {
    width: 100%;
}
.portal-content {
    padding: 1em var(--side);
}
.portal-divider {
    border: 1px solid var(--dark);
    border-left: none;
    border-right: none;
    height: 6px;
}
a.tip::before {
    font-size: 14px;
}
}