/*
Theme Name: Support Groups In Kansas
Theme URI: https://supportgroupsinkansas.org/
Author: Mike Marlett
Author URI: https://websupport.wichita.edu/
Description: A child theme of GeneratePress to support custom features.
Template: generatepress
Version: 1.0.1
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: supportgroupsinkansas

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.site-logo:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.home div.site-content {
    display: block;
}

.front_page_content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 770px) {
	.front_page_content {
		flex-direction: column;
	}
}

.post_slider_cover_container {
    display: block;
    width: 100%;
}

article.post {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-evenly;
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: solid 1px gray;    
}

article.post:first-child {
    border-top: none;
}

header.entry-header {
    margin-top: 0;
}

.separate-containers .inside-article {
	padding-top: 0;
}

h2.archive-header {
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 1em;
}

div.inside-article > div.entry-content {
    margin-top: 1em;
}

.content-area > h2 {
	margin-top: 2em;
}

.nav-links {
    text-align: center;
}

.nav-links>:first-child{
	padding-left: 10px;
}

.page-numbers {
	background: #333;
	padding: 10px;
	margin: 10px;
	min-width: 3em;
	display: inline-block;
	font-weight: 700;
	color: white;
}

.page-numbers.dots {
	background: none;
	padding: 0px;
	margin: 0px;
	color: #333;
}

a.page-numbers:hover, a.page-numbers:focus, a.page-numbers:active {
	color: #f0f0f0;
}

.page-numbers.prev::before{
	content: "« ";
}

.page-numbers.next::after{
	content: " »";
}

ul.sgk-terms {
	margin-bottom: 2em;
	margin-left: 0;
}

ul.sgk-terms li a {
	text-decoration: none;
	text-transform: uppercase;
    color: #000;
}


ul.sgk-terms li {
    color: #7d7d7d;
    padding: 6px 8px;
    line-height: 1;
    background-color: #d2d2d2;
    font-size: 11px;
    min-width: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0 2px 0;
}



ul.sgk-terms li:hover, ul.sgk-terms li:focus, ul.sgk-terms li:active{
    background-color: #000;
    color: #fff;
}

ul.sgk-terms li:hover a, ul.sgk-terms li:focus a, ul.sgk-terms li:active a {
    color: #fff;
}

#menu-quick-links li {
    list-style-type: disclosure-closed;
    color: white;
    margin-left: 20px;
}

#menu-quick-links li:hover, #menu-quick-links li:active, #menu-quick-links li:focus, #menu-quick-links li:hover a, #menu-quick-links li:active a, #menu-quick-links li:focus a   {
    color: #72aee6;
}

#menu-quick-links a {
    color: white;
    text-decoration: none;
    font-weight: 800;
}

.sgk-meeting h3 {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 600;
}




.sgk-featured {
	margin-top: 45px;
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 770px) {
	.sgk-featured {
		flex-direction: column;
	}
}
.sgk-feature {
    margin: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-color: #eee;
    border-width: thin;
    border-style: solid;
    border-radius: 5px;
    width: 50%;
}

.sgk-feature:first-child {
	margin-left: 0;
}

.sgk-feature:last-child {
	margin-right: 0;
}

a.sgk-feature-title {
    font-weight: 600;
    font-size: 24px;
    text-decoration: none;
}


.sgk-feature-icon {
    width: 50px;
}

.sgk-feature-icon > svg {
    width: 50px;
    height: 50px;
}

.inside-pre-footer-widgets {
    display: flex;
    flex-direction: row;
}

.inside-pre-footer-widgets h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

div.inside-pre-footer-widgets > div {
    width: 50%;
}

@media screen and (max-width: 770px) {
	.inside-pre-footer-widgets {
		flex-direction: column;
	}
	div.inside-pre-footer-widgets > div {
		width: 100%;
	}
}

#gform_wrapper_2 .gform_required_legend {
	display: none;
}

.widget h3 {
    margin-bottom: 14px !important;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
}

.sgk-subheader {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    color: #777;
}

.sgk-subheader p {
    margin-bottom: 0.7em;
}

ul.sgk-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sgk-contact li {
    padding: 0 0 0 45px;
    margin: 0 0 30px 0;
    position: relative;
}

.sgk-contact li svg {
    color: #a3a3a3;
    position: absolute;
    left: 10px;
    top: 2px;
    font-size: 20px;
}