/*
Theme Name: UASG
Description: Avada child theme for Universal Acceptance Steering Group
Author: UASG
Author URI: #
Template: Avada
Version: 1.0.0
Text Domain: UASG
*/


/* Hide The Events Calendar Featured Image on Home Page Events element
.fusion-events-shortcode.hide-img .fusion-events-thumbnail a{ display: none;}
*/

/* WPDM Document Hub Custom CSS */

ul.uasg-wpdm-list {
	padding-inline-start: 0px;
	margin: 0 0 10px 0;
}
ul.uasg-wpdm-list li {
	display: inline;
	list-style: none;
	font-size: 90%;
	margin-right: 4px;
}

ul.uasg-wpdm-list li:first-child {
	font-weight: bold;
}

ul.uasg-wpdm-list li a {
	padding: 3px 8px;
	background: #ff9e1b;
    color: #ffffff;
    border-radius: 8px;
}

ul.uasg-wpdm-list li a:hover {
	background: #221f1f;
    color: #ffffff;
}

/* Docs CSS */
.uasg-doc {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    background: #f9f9f9;
    width: 100%;
    margin-bottom: 30px;
}

.uasg-doc .col-1 {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    background: #ff9e1b;
    color: #ffffff;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 8px;
}

.uasg-doc .col-1 i{
    font-size: 2em;
}

.uasg-doc .col-2 h6 {
    font-size: 26px;
    margin: 0;
    line-height: 1.8;
    font-weight: 800;
    color: #ff9e1b !important;
}

.uasg-doc .col-2 h6 a {
    text-decoration: underline;
}

.uasg-doc .col-2 h6 a:hover {
    text-decoration: none;
}

.uasg-doc .col-2 p {
    margin: 0;
    line-height: 1.8;
}

.uasg-doc .col-2 p span {
    font-weight: 600;
}

.uasg-doc .col-2 p span::after {
    content: "\2000-\2000";
}

.uasg-doc .col-2 p a {
    text-decoration: underline;
    color: #333 !important;
}

.uasg-doc .col-2 p a:hover {
    text-decoration: none;
}

/* Dashboard CSS */
.usag-table table thead {
    background: #f4f4f4;
    color: #333333;
    font-weight: bold;
}
.usag-table table th {
    padding: 8px 8px;
}
.usag-table tr:hover {
    background: #f9f9f9;
}
.usag-table tr td {
    border-bottom: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    padding: 4px 8px;
}

.usag-table hr {
    color: #f4f4f4;
    height: 1px;
    border: 1px solid #f4f4f4;
}
.usag-table .red {
    color: #cf111d;
}
.usag-table .amber {
    color: #f26224;
}
.usag-table .green {
    color: #15a358;
}

.usag-table .red-bg,
.usag-table .amber-bg,
.usag-table .green-bg {
    text-align: center;
    font-size: 12px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #FFFFFF;
    font-weight: bold;
}

.usag-table .red-bg {
    background: #cf111d;
}
.usag-table .amber-bg {
    background: #f26224;
}
.usag-table .green-bg {
    background: #15a358;
}

/* ---------------------------
RESPONSIVENESS
--------------------------- */

/* Small only */
@media screen and (max-width: 39.9375em) {
	ul.uasg-wpdm-list li a {
		margin-bottom: 4px;
	}
    .uasg-doc {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .uasg-doc .col-1 {
        width: 96%;
        padding: 2%;
    }

    .uasg-doc .col-2 {
        width: 100%;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .uasg-doc .col-1 {
        width: 7%;
        margin-right: 2%;
    }

    .uasg-doc .col-2 {
        width: 91%;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}

/* Large and up */
@media screen and (min-width: 64em) {

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}
