@charset "UTF-8";
/*
Theme Name: Thompson Law Group Theme 0.1
Author: Macdonald Design LLC
Author URI: https://www.macdonalddesign.com
Description: Thompson Law Group theme
Version: 1.0.0
Tags: custom-theme, black theme, custom "case" post type, Custom Words post type
Plugins: 

/* Silver Theme 1.0*/

/* Color References
Link silver:           rgb(50,50,50)    , #323232;
Very Dark Silver:      rgb(94,94,94)    , #5E5E5E;
Even Darker Silvers:   rgb(100,100,100) , #646464;
Darker Silver:         rgb(150,150,150) , #969696;
Silver:                rgb(175,175,175) , #AFAFAF;
Light Silver:          rgb(236,236,236) , #ECECEC;
Orange:				   rgb(233,130,38)  , #E98226;
Gold: rgb(148,110,47) , #946E2F;
H1 Color: rgb(162, 110, 37);
Red: rgb(228,4,3) , #E40403;
Yellow: rgb(255,253,3) , #FFFD03;
Text Silver: rgb(169, 169, 169) , #;
TLG Blue  rgb(13,53,148) #0d3594;
TLG Blue (dark) rgb(10,42,117) #0A2A75;
TLG Blue (light) rgb(0,152,244) #0098F4;
Lighter Blue rgb(0,83,154) #00539a;
Light Blue rgb(196,209,241) #c4d1f1;
Pink  rgb(216,57,179) #d839b3;
Gold  rgb(172,163,137) #aca389;
Bronze rgb(169,113,66) #a97142;
Metallic Gold rgb(212,175,55) #d4af37;
Orange  rgb(232,143,2) #e88f02;
Dark Gray  rgb(82,93,104) #525d68;
Red  rgb(255,45,0) #ff2d00;
Footer brown rgb(104,98,82), #686252;
*/

/* Root Color Definitions */
:root {
	--tlg-pink: rgb(216,57,179);
	--tlg-blue: rgb(13,53,148);
	--tlg-dark-blue: rgb(10,42,117);
	--tlg-light-blue: rgb(0,152,244);
	--tlg-m-gold: rgb(212,175,55);
	--tlg-bronze: rgb(169,113,66);
	--tlg-silver: rgb(175,175,175);
	--tlg-orange: rgb(232,143,2);
	--tlg-dark-gray: rgb(82,93,104);
	--tlg-red: rgb(148, 40, 13);
}


/* new box-sizing modied*/
html, body {
    box-sizing: border-box;
	font-size: 16px;
}
*, *:before, *:after {
    box-sizing: inherit;
}

html, body {
	position: relative;
	padding: 0 !important;
	margin: 0 !important;

    background-color: rgb(13,54,148);
}

/* Wallpaper */
wallpaper {
	display: none;
    position: fixed;
	top: 0;
	left: 0;
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 0;
    opacity: 0.25;
}


#container {
	display: flex;
	position: relative;
	flex-direction: row;
	flex-flow: nowrap;
	max-width: calc(100%);
	margin-left: 0;
	margin-right: 0;
	z-index: 5;
	overflow: hidden;
}

main {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

section {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1232px;
	margin: 2rem auto 1rem auto;
	padding: 1.5rem;
}

aside {
	display: none;
	width: 30%;
	z-index: 40;
}

/* styling */

body {
	font-family: Raleway, "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	color: rgb(169, 169, 169);
}

a {
	color: rgb(233,130,38);
}

a.md-anchor {
	position: absolute;
	margin-top: -75px;
	visibility: hidden;
}

.md-post-meta {
	font-size: 0.75em;
}

h1 {
	font-family: "Folks-Bold", "Lucida Grande", Verdana, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: center;
	padding: 0;
	margin: 0 0 0 0;
	color: rgb(255,255,255);
}

section h1 {
	font-family: "Folks-Bold", "Lucida Grande", Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 2.625em;
	line-height: 1.5em;
	text-align: center;
	padding: 0;
	margin: 0 0 0 0;
	color: rgb(255,255,255);
}

h2 {
	font-family: "Folks-Bold", "Lucida Grande", Verdana, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 2.25em;
	text-align: center;
	padding: 0;
	margin: 0 0 1.5em 0;
	color: rgb(162, 110, 37);
}

h3 {
	font-family: Raleway, "Lucida Grande", Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
	color: rgb(82,93,104);
}

p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 1em 0;
	font-variant-ligatures: no-common-ligatures;
}

.md-centered {
	text-align: center;
}

ol {
	margin: 0;
	padding: 0;
}

ol > li {
	margin: 0.125em 1em 0.25em 1.5em;
	padding: 0.125em 1em;
	line-height: 1.5em;
}

/* Other */


