/*
Theme Name: Olympian Mindset
Version: 1.0
Author: FWDLABS
Author URI: https://fwdlabs.com
*/

/* Reset (Meyer) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Boilerplate */

html {
	background:#fff;
    color: #585d62;
	line-height: 1.4;
	font-size:62.5%;
}
body { font-size: 1.6rem; }

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1rem 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
    padding:1rem;
}

textarea {
    resize: vertical;
	font-family:Helvetica, Arial, sans-serif;
	width:100%;
	border:0;
}

.hidden {
    display: none !important;
}

.visuallyhidden,
.screen-reader-response {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus,
.screen-reader-response:active,
.screen-reader-response:focus {
    clip: auto;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        page-break-inside: auto;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

	h1,
	h2 {
		margin-bottom:0;
	}

    p,
    h2,
    h3,
	h4 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3,
	h4 {
        page-break-after: avoid;
    }

	.no-print,
	.post-edit-link { display:none; }

}

/* CUSTOM */

html, body { background-color:#fff; margin:0; color:#000; }
html { scroll-behavior: smooth; }

/* Containers */

#doc {
	color:#000;
	font-family:"Pontano Sans";
	font-weight:300;
    position: relative;
}

#hd {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
    filter: drop-shadow(0px 10px 10px #000000);
}

#bd {
    min-height: 50vh;
}

#menu {
    display:none; 
    position:fixed; 
    top:0; right:0; bottom:0; left:0; 
    width:100%;
    height: 100vh;
    text-align:left; 
    background:#fff;
    z-index: 3;
}

#ft { text-align:center; }

.gutter { padding:2rem; }

a,a svg{transition:all 0.1s ease-in-out}

a{color:#009F3D;text-decoration:none}
a:hover{color:#7FCF9E; text-decoration:underline; }

strong{font-weight:700}
em { font-style:italic; }

h1, h2, h3, .h3, h4, h5, p, li {
    margin-bottom:1.6rem;
}

h1, h2, h3, .h3, h4, h5, label {
    font-family:"Montserrat", Arial, Helvetica, sans-serif;
}

h1, h2, h3, .h3, h4, h5 { 
    font-weight:700;
    text-wrap:balance;
}

p, small, li {
    font-family:"Pontano Sans", Georgia, 'Times New Roman', Times, serif;
    font-size:1.8rem;
    line-height:1.5;
}
    small { font-size:1.4rem; display:block; }
    p, small, label, input, textarea { margin-bottom:1rem; }

h1 {
    font-size:5.5rem;
}
h2 {
    font-size:4rem;
    line-height: 1.35;
}
h3, .h3 {
    font-size:3rem;
    display:block;
}
h4 {
    font-size:2rem;
}
h5 {
    font-size:1rem;
}

@media screen and (max-width: 960px) {
    h1 { font-size:4.5rem; }
    h2 { font-size:3rem; }
    h3 { font-size:2rem; }
    h4 { font-size:1.5rem; }
    h5 { font-size:0.85rem; }
}

.has-white-color {
    color: #fff;
}
.has-white-background-color {
    background-color: #fff;
}
.has-white-border-color {
    border-color: #fff;
}

.has-black-color {
    color: #000;
}
.has-black-background-color {
    background-color: #000;
}
.has-black-border-color {
    border-color: #000;
}

.has-yellow-color {
    color: #F4C301;
}
.has-yellow-background-color {
    background-color: #F4C301;
}
.has-yellow-border-color {
    border-color: #F4C301;
}

.has-green-color {
    color: #009F3D;
}
.has-green-background-color {
    background-color: #009F3D;
}
.has-green-border-color {
    border-color: #009F3D;
}

.has-light-green-color {
    color: #7FCF9E;
}
.has-light-green-background-color {
    background-color: #7FCF9E;
}
.has-light-green-border-color {
    border-color: #7FCF9E;
}

.has-light-yellow-color {
    color: #FDF3CC;
}
.has-light-yellow-background-color {
    background-color: #FDF3CC;
}
.has-light-yellow-border-color {
    border-color: #FDF3CC;
}

.has-regular-font-size {
    font-size: 1.6rem;
}

.wp-block-cover {
    align-items: flex-end !important;
}

.is-layout-constrained {
    max-width:1200px;
    margin:0 auto;
}

.wp-block-image { line-height:0; margin-bottom:0 !important; }
ul,ol{padding-left:1.5rem; margin-bottom:1rem; }
ul li,ol li{margin-bottom:.5rem}
ul li:last-child,ol li:last-child{margin-bottom:0}
ul li ul,ul li ol,ol li ul,ol li ol{margin-top:.5rem}

p.large,p.has-large-font-size{font-size:1.8rem}
@media (min-width: 992px){p.large,p.has-large-font-size{font-size:2rem; }}
p.has-regular-font-size{font-size:1.8rem}
p.small,p.has-small-font-size{font-size:1.4rem !important; }

.wp-block-pullquote cite {
    text-transform:none !important;
    font-size:1.2rem !important;
}
.wp-block-pullquote {
    border:none !important;
}

ul { list-style-type: square; }
ol { list-style-type: decimal; }

.wp-element-button { 
    font-weight:700 !important; 
    cursor: pointer;
}
span.wp-element-button {
    cursor: unset;
}

.aligncenter { text-align:center; }

.last { margin-bottom:0; }

.flex {
    display:flex;
    width: 100%;
}
.flex-row {
    flex-direction:row;
}
.flex-column {
    flex-direction:column;
}
.flex-two {
    flex:2;
}
.flex-one {
    flex:1;
}
.flex-none {
    flex:none;
    margin-right:1rem;
}
.flex-none-last { margin-right:0; }


@media (max-width: 800px){
.flex-row { flex-direction:column; }
.flex-row-mobile { flex-direction:row; }
}

.grid {
    display:grid;
    grid-gap: 1rem;
	margin-bottom:1rem;
}
.grid-one {
	grid-template-columns: repeat(1, 1fr);
}
.grid-two {
	grid-template-columns: repeat(2, 1fr);
}
.grid-three {
	grid-template-columns: repeat(3, 1fr);
}
.grid-four {
	grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 960px) {
	.grid-three,
    .grid-four {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 600px) {
    .grid-two,
    .grid-three,
    .grid-four {
		grid-template-columns: 1fr;
	}
}

a.wp-block-button__link:hover {
    text-decoration:none;
}

.wp-block-group.has-light-green-background-color .wp-element-button {
    background-color:#009F3D;
    color:#fff;
}
    .wp-block-group.has-light-green-background-color .wp-element-button:hover {
        background-color:#fff;
        color:#009F3D;
    }

.wp-block-group.has-light-yellow-background-color .wp-element-button {
    background-color:#F4C301;
    color:#000;
}
    .wp-block-group.has-light-yellow-background-color .wp-element-button:hover {
        background-color:#000;
        color:#F4C301;
    }


label,
input,
textarea {
    display:block;
}
    .wpcf7 label { font-weight: 700; }
    .has-green-background-color .wpcf7 label { color:#fff; }

input[type=text],
input[type=password],
input[type=email],
textarea {
    font-size:1.6rem;
    border:1px solid #555;
    width:100%;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
}

input[type=submit]:hover {
    text-decoration: underline;
}

textarea {
    height:100px;
}

.wpcf7 {
    max-width:640px;
    margin:0 auto;
}
.wpcf7 p:last-of-type { margin-bottom:0; }

.wpcf7-submit {
    font-family: "Pontano Sans", Georgia, 'Times New Roman', Times, serif;
    text-transform:uppercase;
    background-color: var(--wp--preset--color--yellow) !important;
    color: var(--wp--preset--color--black) !important;
    border-radius: 0.25rem;
    font-weight: 700 !important;
    border: 0 !important;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: inherit;
    cursor: pointer;
}

.wpcf7[data-wpcf7-id="4"] .wpcf7-email {
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom:0;
    border-color: #fff;
}

.wpcf7[data-wpcf7-id="4"] .wpcf7-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    margin-bottom:0;
}

.wpcf7-not-valid-tip {
    color:red;
    display:block;
    margin-bottom:1rem;
    font-family: "Pontano Sans", Georgia, 'Times New Roman', Times, serif;
    font-size: 1.8rem;
    line-height: 1.5;
}
    .has-green-background-color .wpcf7-not-valid-tip { color:#000; }

.wpcf7-response-output {
    font-family: "Pontano Sans", Georgia, 'Times New Roman', Times, serif;
    font-size: 1.8rem;
    line-height: 1.5;
}

/* Animation */

.animation {
    will-change: transform;
  }
  
  .fade-in {
    opacity:0;
    transition: 1s all ease-in-out;
  }
  .fade-in.animate {
    opacity:1;
  }
  
  .fade-from-left,
  .fade-from-right {
    opacity: 0;
    transition: 1s all ease-in-out;
  }
  
  .fade-from-left {
    transform: translateX(-150px);
  }
  .fade-from-right {
    transform: translateX(150px);
  }
  .fade-from-left.animate,
  .fade-from-right.animate {
    opacity: 1;
    transform: translateX(0);
  }
  
  .fade-from-bottom,
  .fade-from-top {
    opacity: 0;
    transition: 1s all ease-in-out;
    transform: translateY(150px);
  }
  .fade-from-bottom {
      transform: translate3d(0, 100%, 0);
  }
  .fade-from-bottom.fade-from-bottom-minimal {
      transform: translateY(150px);
  }
  .fade-from-top {
      transform: translate3d(0, -100%, 0);
  }
  .fade-from-bottom.animate,
  .fade-from-top.animate {
    opacity: 1;
    transform:none; 
  }

.wp-block-group { position: relative; }

.editor-styles-wrapper .fade-from-bottom,
.editor-styles-wrapper .fade-from-bottom.fade-from-bottom-minimal { opacity:1 !important; transform:none !important; }

.one-one-frame {
	width:100%;
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin:0;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:0;
    background-position: center center;
}

.sixteen-nine-frame {
	width:100%;
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	margin:0;
    background-color:#222;
    background-repeat:repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:1em;
    background-position: center center;
}

img.avatar {
    width:75px;
    height:75px;
}

.wp-block-file:not(.wp-element-button) {
    font-size:1.6rem !important;
    margin-bottom:2rem;
    font-family:"Inter", Arial, Helvetica, sans-serif;
}

.wp-block-file__button {
    float:right;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    margin-bottom:2rem;
}

.stylize-wide-text {
    column-count:2;
}
@media (max-width: 800px){
    .stylize-wide-text { column-count:1; }
    #hd #call-to-action { visibility: hidden; }
}

.menu {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin:0;
}
.menu li {
    flex:0;
    margin:0 0 0 1rem;
    font-family:"Inter", Arial, Helvetica, sans-serif;
    font-size:inherit;
}
.menu li.current-menu-item a {
    color:#fff !important;
}

.carousel {
    max-width:640px;
    margin:0 auto;
}

.wp-block-latest-posts.wp-block-latest-posts__list.carousel .slick-list li { 
    clear:none !important; 
    text-align:center; 
    background:#fff; 
    margin-bottom:0 !important;
    padding: var(--wp--preset--spacing--40);
}
.wp-block-latest-posts.wp-block-latest-posts__list.carousel li a { font-weight:700; }

.background-texture {
    background-image:url('https://olympianmindset.org/wp-content/uploads/background-texture.jpg');
    background-size:cover;
}

.wpcf7-not-valid-tip { margin-top:1rem; }

:target {
    scroll-margin-top: 100px;
}