/* Alternate theory page styles.

   developer:   marionm
   requires:    /common/framework/css/framework.en.css
                /common/templates/www.wolframphysics.org/css/global.css.en
   ========================================================================== */


#technical-documents .chevron-after:after { color: #b50579; }

/* ==========================================================================
   shared styles
   ========================================================================== */

#technical-documents h2 {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    font-size: 2rem;
    font-weight: 300;
    margin: 0 0 calc(1rem * 1) 0;
    padding: 0 0 calc(1rem * 0.75) 0;
}

#technical-documents img {
    box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.15);
    margin-right: 1rem;
}

#technical-documents .big-links img { box-shadow: none; }

#technical-documents a { color: #404040; }

#technical-documents a:hover { color: #b50579; }

#technical-documents ul { padding-left: .5rem; }

#technical-documents ul li {
	font-size: 1rem;
    line-height: 1.25;
    margin: 0 0 calc(1rem * 1) 0;
    padding: 0;
}

#technical-documents ul li:before {
    left: -0.6275rem;
}

#technical-documents ul li a em { color: #5c5c5c; }

#technical-documents ul li a:hover em { color: #b50579; }


/* ==========================================================================
   latest
   ========================================================================== */

#latest a p {
    color: gray;
    font-size: .8125rem;
    line-height: 1;
    margin: 0.25rem 0 0 0;
    padding: 0;
}

#peer-review {
	color: gray;
	float: right;
	font-size: .7rem;
	font-weight: 400;
	letter-spacing: 1pt;
	margin-top: 1rem;
}

#peer-review a {
	align-items: center;
	color: gray;
	display: flex;
}

#peer-review img {
	box-shadow: none;
	filter: grayscale(1);
	height: 0.75rem;
	margin: -0.125rem .25rem 0 0;
	opacity: 0.6;
}

#peer-review .chevron-after:after { margin-left: 0.125rem; }

#peer-review a:hover img { filter: none; }

#qa {
    border-top: 1px solid #e6e6e6;
    margin-top: 2rem;
    padding-top: 1rem;
}

#qa a {
	color: #1f4d80;
	font-size: 0.875rem;
}

#qa svg { 
	margin-right: 0.2rem;
	vertical-align: top; 
}

#qa a:hover svg path { fill: #b50579; }

/* ==========================================================================
   earlier
   ========================================================================== */

#earlier hr {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    margin: 2rem 0;
}

#latest h3, #earlier .big-links p {
    color: #1f4d80;
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 1.5rem;
}

#latest h3 {padding-top: 1rem}

#earlier .big-links a { color: #1f4d80; }

#earlier .big-links a:hover { color: #b50579; }

#earlier .big-links p em {
    color: gray;
    font-size: .8125rem;
    line-height: 1;
}

/* ==========================================================================
   book
   ========================================================================== */

#book .box {
    --notchSize: 0.75rem;
    align-items: center;
    display: flex;
    filter: drop-shadow(0rem 0.4rem 0.65rem rgba(16, 52, 92, 0.1));
    flex-direction: row;
    justify-content: flex-start;
    margin: calc(1rem * 3) 0 0 0;
    margin: calc(1rem * 3) 0 calc(1rem * 3.5) 0;
    padding: calc(1rem * 1.5) 0;
    position: relative;
    width: 100%;
}

#book .box:before {
    background: linear-gradient(5deg, white 30%, #e8f1fb 100%);
    bottom: 0;
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 100% 0%, 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, 0% 100%, 0% 0%);
    content: '';
    height: calc(100% + 0rem);
    left: -1rem;
    position: absolute;
    right: 0;
    top: 0rem;
    width: calc(100% + 2rem);
    z-index: -1;
}

#book .box p:nth-child(1) {
    font-size: 1.125rem;
    margin: 0 0 calc(1rem * 0.125) 0;
}

#book .box p:nth-child(2),
#book .box p:nth-child(3),
#book .box p:nth-child(4) {
    color: gray;
    font-size: .875rem;
    line-height: 1.5;
}

#book .box p:nth-child(4),
#book .chevron-after:after { color: #1f4d80; }

/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
}

/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
}

/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
}

/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {
}

/* printer styles
   ========================================================================== */

@media print {
}
