/*
 Theme Name:   Slightly Child
 Theme URI:    http://briandeconinck.com/
 Description:  Super-simple child theme of Slightly
 Author:       Brian DeConinck
 Author URI:   http://briandeconinck.com/
 Template:     slightly
 Version:      1.0.0
*/

h1, h2, h3 {
    font-weight: bold;
}

h2 {
    border-bottom: solid 1px #ccc;
}

p {
    font-size: 1.1rem;
}

a {
    text-decoration: underline;
    text-underline-position: under;
}

p:not(.site-title) a, span a, .nav-previous a, .nav-next a, .entry-content a {
    font-weight: normal;
    border-bottom: 0;
    transition: none;
}

p:not(.site-title) a:hover, span a:hover, .nav-previous a:hover, .nav-next a:hover, .entry-content a:hover {
    font-weight: normal;
    border-bottom: 0;
    transition: none;
}

p:not(.site-title) a:after, span a:after, .nav-previous a:after, .nav-next a:after, .entry-content a:after {
    display: none;
}

p:not(.site-title) a:hover:after, span a:hover:after, .nav-previous a:hover:after, .nav-next a:hover:after, .entry-content a:hover:after {
    transform: unset;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.site-content img {
    margin: 1rem;
}

.site-branding {
    margin: 0.25rem;
	border: solid 0.25rem #fff;
}

.site-title h1 {
    margin: 0 auto;
}

.site-title a {
	text-transform: none;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.5rem;
	padding: 1.25rem 1rem;
	letter-spacing: 0;
	text-decoration: none;
	color: #000;
	margin: 0;
}

.main-navigation a {
	text-transform: none;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 1.25rem 1rem;
}

.entry-content ul, .letter ul {
	list-style: url('https://briandeconinck.com/triangle-rt.svg');
	padding-left: 1rem;
}

.margin-bottom-min {
    margin-bottom: 0.25rem;
}

ul {
    padding-bottom: 0.5rem;
}

ul li, ol li {
	font-size: 1.1rem;
	margin: 0;
}

ul li ul li {
	margin-left: 0;
}

.entry-content a {
    color: #4300cc;
}

.entry-content ul li:before, .letter ul li:before {
/*	content: "";
	border-color: transparent #111;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	display: block;
	height: 0;
	width: 0;
	left: -0.75em;
	top: 1em;
	position: relative; */
}

@media screen and (max-width: 60rem) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100%!important;
        grid-template-areas: "media-text-media" "media-text-content";
    }
    
    .wp-block-media-text>figure>img, .wp-block-media-text>figure>video {
        max-width: 30rem;
        margin: 2rem auto;
    }
}

.wp-block-columns {
    margin-bottom: 0;
}


.alignwide {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    max-width: 100%;
}

@media screen and (min-width: 60rem) {
    .alignwide {
        margin-left: calc(25% - 24vw);
        margin-right: calc(25% - 24vw);
        width: auto;
        max-width: 150vw;
    }    
}


.letter {
    font-size: 10pt;
    color: #000;
}

.letter p, .letter li {
    font-size: 11pt;
}

.letter ul {
    margin-top: 0;
}

.letter ul li {
    line-height: 0.9rem;
}

.letter ul li:before {
    top: 0.75em;
}

.letter h1 {
    margin: 0;
}

.letter h2 {
    margin: 0.8rem 0 0 0;
    padding-bottom: 0.1rem;
}

.letter h3 {
    margin: 0.3rem 0 0 0;
}

.letter .conferences {
    column-count: 3;
	column-gap: 2rem;
}

.letter p {
    margin: 0 0 0.1rem 0;
}

ul.list-2-col, ol.list-2-col {
    -moz-column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-count: 2;
    -webkit-column-gap: 1em;
    column-count: 2;
    column-gap: 1em;
}

p.resume-special-right {
    position: absolute;
    right: 11rem;
    top: 4rem;
}
