/*
 Theme Name:     Quantum Shadows
 Theme URI:      https://www.webweaving.com
 Description:    Divi Child Theme
 Author:         Web Weaving
 Author URI:     https://www.webweaving.com/
 Template:       Divi
 Version:        1.0.0
*/
 
/* CLEAN UP UNUSED FONTS AFTER DESIGN IS DONE */

@import url('https://fonts.googleapis.com/css2?family=Adamina&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');


/* =Theme customization starts here
------------------------------------------------------- */

body, html { height: 100% !important; }
body { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; background-color: #fff; letter-spacing: normal; font-family: "Lexend", sans-serif; font-size: 18px!important; font-weight: 400; line-height: 36px; color: #333; overflow-y: scroll; overflow-x: hidden; }

html { scroll-behavior: smooth; }

body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container { padding-top: 0px!important; }

.et_right_sidebar #main-content .container::before { display: none !important; }
#main-content .container::before { display: none !important; }

#et-main-area, .single #et-main-area, .error404 #et-main-area { padding-top: 132px; transition: all 0.4s ease-in-out; }
#et-main-area.shrink { padding-top: 0px!important; transition: all 0.4s ease-in-out; }

.home #et-main-area { padding-top: 0px!important; display: block; }

.et_pb_column { float: none!important; }

a { color: #769b3a; transition: 0.5s ease-in-out all; }
a:hover, .green a:hover { color: #f1c93c; }

.green a { color: #fff; }

h1, h2, h3, h4 { font-family: "Adamina", serif; color: #333; }

#page-container { padding-top: 0px!important; display: flex; height: 100%; align-items: stretch; flex-flow: row wrap; }
#page-container > * { flex: 1 100%; }

.container { width: 98%; max-width: 1200px; margin: 0px auto 0px auto; }

#fullBlock { padding-bottom: 50px; }

.whiteContain { width: 100%; background: #fff; padding-top: 0px; position: relative; }

.specialButton { position: relative; display: block; width: 300px; margin: 0px auto; }
.specialButton::before { content: ""; display: block; position: absolute; width: 100%; height: 50px; background: #323650; top: 0px; clip-path: polygon( 0 0, 100% 12%, 90% 85%, 10% 100%, 0 0 ); }
.specialButton a { clip-path: polygon( 10% 5px, 90% 0, 100% 100%, 0 100%, 10% 5px); position: relative; display: block; width: auto; height: 45px; text-align: center; padding: 7px 0px 0px 30px; color: #fff; font-family: "Lexend", sans-serif; font-size: 24px; line-height: 24px; font-weight: 400; text-decoration: none; background: #769b3a; background-size: 200% 100%; background-position: 100%; overflow: hidden; transition: all 0.4s ease-in-out; }
.specialButton a:hover { color: #323650; background: #f1c93c; padding-left: 20px; padding-right: 15px; transition: all 0.4s ease-in-out; }

.specialButton a::after { content: "\27AD"; font-size: 36px; color: #323650!important; display: inline-block; margin-left: 3px; position: relative; top: 5px; right: -100%; opacity: 0; transition: all 0.4s ease-in-out; }
.specialButton a:hover::after { color: #323650!important; right: 0; opacity: 1; transition: all 0.4s ease-in-out; }

.error404 .entry { text-align: center!important; }

h1.title, h1.entry-title  { font-family: "Adamina", serif; font-size: 48px; padding: 25px 35px; margin-bottom: 0px; text-align: center; font-weight: 400!important; color: #fff; display: inline-block; }

.topShadow, .innerShadow { box-shadow: inset 0px 8px 6px -6px rgba(0, 0, 0, 0.25); }
.innerShadow::after { content: ""; box-shadow: inset 0px -8px 6px -6px rgba(0, 0, 0, 0.25); width: 100%; height: 5px; display: block; position: absolute; bottom: 0px; }

.opening { padding: 50px 0px 0px 0px!important; }
.uniform { padding: 50px 0px!important; }

.paper { background-attachment: fixed; }

.white, .white h1, .white h2, .white p { color: #fff!important; }

.flexiStyle .et_pb_column { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: stretch; }
.flexiStyle .et_pb_module:first-child { width: 60%; }
.flexiStyle .et_pb_module:last-child { width: 40%; top: -25px; }

.siteTitle h1 { font-size: 54px!important; line-height: 72px!important; padding-bottom: 25px!important; margin-bottom: 0px!important; }
.siteTitle h1 span { display: block; clear: both; font-size: 24px!important; line-height: normal; padding-bottom: 0px!important; margin-bottom: 0px!important; }

.sectionTitle h2 { font-size: 36px!important; line-height: 48px!important; padding-bottom: 25px!important; margin-bottom: 0px!important; }

.tagline, .bookTitle { font-family: "Jost", sans-serif; font-size: 32px!important; line-height: 48px!important; font-style: italic; padding-bottom: 25px!important; margin-bottom: 0px!important; }

strong.highlight { color: #333; font-weight: 400; text-transform: uppercase; }

.jumptarget::before {
  content:"";
  display:block;
  height:100px; /* fixed header height*/
  margin:-100px 0 0; /* negative fixed header height */
}

img.alignright { width: auto; max-width: 35%; height: auto; max-height: 400px; border-radius: 20px; margin-left: 25px!important; }
figure.alignright { width: auto; max-width: 35%; height: auto; margin-left: 25px!important; }
figure.alignright img { width: 100%; height: auto; max-height: 400px; border-radius: 20px; padding: 0px!important; margin: 0px!important; }

figcaption { padding: 0px!important; margin: 0px!important; font-size: 14px; font-style: italic; font-weight: 300; line-height: 18px; }

#main-footer { background-color: #fff; box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.125); z-index: 9999; position: relative; }

footer .container { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; padding: 15px 0px!important; }
body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container { padding-top: 0px !important; }

footer a { color: #333; }
footer a:hover { color: #769b3a; }

.footText { width: 83%; max-width: 675px; font-size: 14px!important; line-height: 24px!important; }

.credit { text-align: right; font-family: "Lexend", sans-serif; font-size: 12px; line-height: 24px; font-weight: 400; width: 16.5%; max-width: 165px!important; }
.credit span { display: block; clear: both; }

@media only screen and ( max-width: 1200px ) {
	
.container, .opening .et_pb_row, .uniform .et_pb_row { width: 95%; margin: 0px auto 0px auto; }
	
}

@media only screen and ( max-width: 900px ) {
	
	.siteTitle h1 { font-size: 6vw!important; line-height: normal!important; }
	.siteTitle h1 span { font-size: 3vw!important; line-height: normal!important; }
	.tagline { font-size: 3.25vw!important; line-height: normal!important; }
	
	footer .container { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; }
	.footText { width: 90%; max-width: none!important; margin: 0px auto 25px auto!important; }
	
	.credit { text-align: center; width: 90%; max-width: none!important; margin: 0px auto!important; }
}

@media only screen and ( max-width: 767px ) {
	
	.flexiStyle .et_pb_column { flex-flow: row wrap; justify-content: center; align-items: flex-start; }
	.flexiStyle .et_pb_module { width: 100%!important; }
	.flexiStyle .et_pb_module:last-child { padding: 25px 0px!important; }
	
}

@media only screen and ( max-width: 600px ) {
	
	.siteTitle h1 { font-size: 36px!important; line-height: 48px!important; }
	.siteTitle h1 span { font-size: 20px!important; line-height: 32px!important; }
	.tagline, .bookTitle { font-size: 24px!important; line-height: 36px!important; }
	.sectionTitle h2 { font-size: 24px!important; line-height: 36px!important; }

}