/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
html,
body {
	overflow-x: hidden;
}

body {
	font-size: 100%;
	line-height: 1.7em; 
}

h1, h2, h3, h4, h5, h6 {
	margin: .8em 0 .25em;
	font-family: brother-1816, sans-serif !important;
	font-weight: 600;
	color: #182857;
}

h1 {
	margin: 0;
	font-size: 52px;
}

.home h1 {
	font-size: 40px;
}

.allinforkansaskids-overview h1 {
	visibility: visible;
}


#all-in-main h2 {
	font-size: 36px;
}

h2:first-child {
	margin-top: 0;
}

#all-in-main h3 {
	font-size: 25px;
	color: #2D6FB7;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 500; 
}

#all-in-main h4 {
	font-size: 21px;
	color: #2D6FB7;
}

#all-in-main h5 {
	font-size: 18px;
}

#all-in-main h6 {
	font-size: 16px;
}

hr {
	margin: .5em 0 2em;
	clear: both;
}

.divimegapro-body {
	font-size: 16px;
}

.divimegapro-body ul {
	padding: 0 !important;
	margin-left: 0;
	
}

.divimegapro-body ul a {
	padding: 2px 0 !important;
	line-height: 1em; 
}

.divimegapro-body ul a:hover {
	text-decoration: underline;
}


.divimegapro-body ol, ul {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	line-height: 1em;
}

ol, ul {
	margin-top: 1em;
	margin-left: 1em;
	margin-right: -1em;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ol ol,
ol ul,
ul ul,
ul ol {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

ul li,
ol li {
	margin: 0 0 8px ;
}

#main-content #sidebar ul {
	margin-left: 0;
	padding-left: 0;
}

#all-in-main p.strategy {
	padding-left: 48px ;
	text-indent: -48px ;
}

#all-in-main p.strategy img {
	margin: 8px 8px 0 0;
	width: 40px;
}

#main-content ol,
#main-content ul {
	margin-left: 1em;
	padding-left: 1em;
	list-style-position: outside;
}

#main-content #all-in-sidebar ul {
	margin: 0;
	padding: 0;
}

.popup ol {
	list-style-type: decimal !important;
}

footer a {
	color: #f4b21f;
}

blockquote {
    margin: 20px 0 36px;
    border-style: solid;
	border-color:  #f2b221 !important;
	border-width: 5px 0;
	padding: 30px;
	color: #182857;
}

blockquote.dark {
	border: none;
	color: #fff;
	background: #182957;
	border-radius: 6px;
}

blockquote.dark a {
	color: #f2b221;
}

blockquote.dark h3 {
	color: #f2b221;
}

blockquote.dark li { padding: 15px 0px 0px; }
blockquote.dark li:first-child { margin-bottom: 0px; }

blockquote.light {
	margin: 30px 0 46px;
	border-width: 1px 0;
	border-color: #2D6FB7 !important;
}

blockquote p {
	padding-bottom: 1em;
}

.v-align {
	display: -webkit-box;	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;		/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-flex;	/* NEW - Chrome */
	display: flex; 
	align-items: center;
}

.logo_container .site-name {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #1e4278;
	font-size: 13px;
	font-weight: bold;
	max-width: 70%;
	display: inline-block;
	line-height: 1.2;
	vertical-align: middle;
}

/*
#all-in-sidebar .counter { counter-reset: item }
#all-in-sidebar .counter li:before { content: counters(item, ".") " "; counter-increment: item }
*/

.wide-frame {
	width: 660px;
	max-width: 100%;
	padding: 30px;
	box-shadow: rgba(0, 0, 0, 0.290196) 0px 2px 18px 0px;
}

.wide-frame > span {
	border: 4px solid rgba(51,51,51,0.13);
}

#menu-all-in-for-kids {
	margin: 0;
	padding: 0;	
}

#all-in-sidebar li {
	position: relative;
	margin-bottom: 0 !important;
	line-height: 1.3;
}

#all-in-sidebar li li a {
	font-size: 14px;
}

#all-in-sidebar button.toggle {
	position: absolute;
	right: -40px;
	top: -1px;
	width: 45px;
	height: 44px;
	border: 1px solid #ccc;
	background: #efefef;
	font-size: 1.25em;
	text-align: center;
	cursor: pointer;
	color: #666;
	padding-left: 0;
	padding-right: 0;
	z-index: 1;
}

#all-in-sidebar .menu-item-has-children > ul {
	display: none;
}

#all-in-sidebar .menu-item-has-children.active > ul {
	display: block;
}

#all-in-sidebar li a {
	display: block;
	height: 43px;
	padding: 8px 6px;
	line-height: 1.1em;
	border-bottom: 1px #ccc solid;
}

#all-in-sidebar > li:last-child a {
	border-top: none;
}

#all-in-sidebar .current-menu-item > a {
	color: #333;
	font-weight: 600;
}

#all-in-sidebar .current-menu-item > a::before {
	content: '\27A4';
	position: absolute;
	width: 1em;
	height: 1em;
	left: -14px;
	transform: rotate(-15deg);
	color: #f2b221;
	z-index: -1;
}

#all-in-main img {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#all-in-main {
	margin-top: 0px;
	margin-bottom: 0px;
}

@media only screen and (min-width: 480px){
	.logo_container .site-name {
		font-size: 16px;
	}
}

@media only screen and (min-width: 1060px){
	.logo_container .site-name {
		font-size: 20px;
	}
}

.divibars .et_pb_column {
    display: flex;
    align-items: center;
}

.divibars .et_pb_button_module_wrapper {
	width: 100%;
}

.first-word span {
	color: #fdcf0c;
	font-weight: bold;
}



/* News Grids */
.news-grid .hentry {
	position: relative;
	margin: 0 0 80px !important;
}

.news-grid .post-meta {
	position: absolute;
	bottom: -3em;
	left: 0;
	right: 0;
	line-height: 3em;
	text-align: center;
	background: #0c71c3;
	color: #fff !important;
}

.news-grid .post-meta a {
	color: #fff;
}

.news-grid .more-link {
	display: block;
	margin-top: .5em;
	font-size: 14px;
}





/* Tables Mobile */
@media only screen and (max-width: 768px) {

    table.responsive {
        display: block;
        position: relative;
        width: 100%;
    }

    table.responsive caption {
        display: block;
    }

    table.responsive thead {
        display: block;
        float: left;
    }

    table.responsive tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    table.responsive thead tr {
        display: block;
    }

    table.responsive th {
        display: block;
        text-align: right;
        padding: 5px;
    }

    table.responsive tbody tr {
        display: inline-block;
        vertical-align: top;
    }

    table.responsive td {
        display: block;
        min-height: 1.25em;
        text-align: left;
        padding: 5px;
    }


    /* sort out borders */
    table.responsive th {
        border-width: 0 1px 1px 0;
    }

    table.responsive td {
        border-width: 1px 0 0;
    }

    table.responsive tbody tr {
        border-left: 1px solid #babcbf;
    }

    table.responsive th:last-child,
    table.responsive td:last-child {}

}
