/*!
    Theme Name: TooMuchToLose-Theme
    Theme URI: https://www.toomuchtolose.org
    Description: Theme for Too Much To Lose
    Version: 1.4.0
    Tags: Gulp
*/
ul.review-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
}

ul.review-list li a {
    display: flex;
    align-items: center;
}

.review-thumb {
    width: 150px;
    height: 150px;
    background-position: center center;
    margin-right: 2em;
    background-size: cover;
}

body{
    width: 100%;
}

.location-overlay {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9;
    align-items: center;
    justify-content: center;
}


.location-modal {
    background-color: #ffffff;
    width: 500px;
    padding: 2rem;
	position: relative;
}

.location-set {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
    color: #fff;
}

span.location-val {
    font-weight: bold;
    color: var(--warning);
}

.mental-health-bar p {
    margin: 0 auto;
    padding: 1rem;
	font-weight: bold;
}

button.launchCmdMod{
    margin: .5rem 0 0 0;
    position: relative;
    background: none;
    border: none;
    color: inherit;
    font-weight: bolder;
    text-decoration: underline;
    padding: 0 !important;
}

button#xLocMod {
    position: absolute;
    top: 5px;
    right: 5px;
    max-width: 48px;
    line-height: 38px;
    background-color: transparent;
    color: #ffffff;
}

form#combatantForm {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

#combatantForm button.w2-afwc-btn{
	margin: 0;
}

span.curRgn {
    position: absolute;
    bottom: -17px;
    font-size: 14px;
    width: 100%;
    left: 0;
}

img.earf {
    display: inline;
    width: 10px;
    margin-right: 3px !important;
    position: relative;
    top: -1px;
}

@media screen and (min-width: 992px){

button.launchCmdMod {
    margin-bottom: 0;
	margin-top: 0;
}



	form#combatantForm {
		flex-direction: row;
	}
	
	#combatantForm button.w2-afwc-btn {
		display: flex;
	}
}


/*image text box*/

        h1:not(.w2-afwc-text-image-block h1) {
            max-width: 1200px;
            margin: 0 auto 2rem;
        }

        .w2-afwc-text-image-block p {
            max-width: 1200px;
            margin: 0 auto !important;
        }

        .desc{
            font-weight: 700;
        }

        .w2-afwc-text-image-block{
            display: flex;
            flex-direction: column;
            max-width: 1200px;
            margin: 0 auto;
        }

        .w2-afwc-text-image-block.callout-box{
            margin-bottom: 2rem;
        }

        .w2-afwc-text-image-block .text-cont{
            padding: 0rem 0rem 3rem;
            position: relative;
			max-width: 768px !important;
            width: 100%;
        }

        .w2-afwc-text-image-block .img-cont{
            position: relative;
            overflow: hidden;
            /*border-radius: 1rem;*/
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .w2-afwc-text-image-block .text-cont:before {
            content: "";
            height: 5px;
            width: 90%;
            left: 5%;
            background-color: var(--hpwgreen);
            position: absolute;
            top: 1.5rem;
        }       

        .w2-afwc-text-image-block .img-cont img{
            position: relative;
            z-index: 1;
            width: 100%;
        }

        .w2-afwc-text-image-block .img-cont .bg-cont{
            width: 100%;
            overflow: hidden;
            position: absolute;
            left: 0;
            top: 0;
        }

        .blurBG img {
            width: 100%;
        }

        .blurBG .img-cont {
            display: flex;
            flex-direction: column;
            justify-content: center;
            background-color: #000000;
        }

        .bg-container {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
			display: none;
        }

        .blurBG .bg-container {
            filter: blur(8px);
            opacity: .75;
        }

        .solid.green-1{
            
            background-color: var(--hpwgreen);
            filter: none !important;
            border-radius: 0px !important;
        }

        .blocked-brown .img-cont.solid{
            border-radius: 0px !important;
            background-color: var(--hpwtan);
        }

        .blocked-green .img-cont.solid{
            border-radius: 0px !important;
            background-color: var(--hpwgreen);
        }

        .img-cont.solid .bg-container{
            background-image: none !important;
        }

        .as-block {
            
            margin-bottom: 2rem;
        }
        

        .as-block .text-cont, .as-block.img-right .text-cont{
            padding: 2rem !important;
        }     
        .as-block .text-cont:before{
            content: none !important;
        }
        
        .as-block .img-cont{
            border-radius: unset !important;
        }

        .blocked-brown .text-cont{
            background-color: #F1ECE5;
        }

        .blocked-green .text-cont{
            background-color: var(--hpwgreenlite);
        }

        .img-caption{
            display: none;
        }

        .show-caption .img-caption {
            display: block;
            font-size: 12px;
            font-style: italic;
        }

        span.img-caption {
            position: absolute;
            bottom: 0px;
            z-index: 1;
            color: #ffffff;
            width: 100%;
            text-align: center;
            background-color: rgba(0, 0, 0, .5) !important;
            padding: .5rem .25rem;
        }

        .show-caption img{
            padding-bottom: 0 !important;
        }

        @media screen and (min-width: 1024px){

            .show-caption .img-caption{
                margin-bottom: 2rem;
            }

            span.img-caption {
                position: relative;
                z-index: 1;
                width: unset;
                max-width: 300px;
                margin: 0 2rem;
            }



            .w2-afwc-text-image-block{
                flex-direction: row;
                margin-bottom: 2rem;
            }
			
			.bg-container {
			    display: block;
			}

            .w2-afwc-text-image-block .img-cont {
                position: relative;
                max-width: 300px;
            }

            .w2-afwc-text-image-block .img-cont img{
                opacity: 0;
            }

            .img-right{
                flex-direction: row-reverse !important;
            }

            .w2-afwc-text-image-block .text-cont{
                padding: 1rem 0 1rem 3rem;
            }

            .w2-afwc-text-image-block .text-cont:before {
                content: "";
                height: 80%;
                width: 5px;
                top: 10%;
                left: 1.5rem;
                background-color: var(--hpwgreen);
                position: absolute;
            }

            .w2-afwc-text-image-block.img-right .text-cont:before {
                content: "";
                height: 80%;
                width: 5px;
                top: 10%;
                left: unset;
                right: 1.5rem;
                background-color: var(--hpwgreen);
                position: absolute;
            }

            .w2-afwc-text-image-block.img-right .text-cont{
                padding: 0 3rem 0 0 !important;
            }
            
            .as-block .text-cont, .as-block.img-right .text-cont{
                padding: 2rem !important;
            } 

            .blurBG img {
                opacity: 1 !important;
                padding: 2rem;
            }

        }
/*end image text box*/             

