/*
THEME NAME:AIMS Center Theme
THEME URI:http://www.aimsedu.org
VERSION:0.1
AUTHOR:jmweber
AUTHOR URI:http://www.aimsedu.org
DESCRIPTION:This is a child theme for AIMS to enable the possibility of custom coding.
TEMPLATE: headway
*/

body { font-family: 'texgyreadventorregular', Verdana, sans-serif;}

/* SAB Author Text */
.sab-author-text {
  font-size:12px;
}

/* Standard Body Content Links */
.aclinks {
	color: #1954a0;
	text-decoration: none;
}

a:hover {
	color: #3e5962;
	text-decoration: none;
}

/* Styles for Home Page Navigation Boxes */
.jw-box {
	position:relative;
	float:left;
	cursor:pointer;
	width:300px;
	height:300px;
	font-weight:bold;
	text-shadow: 2px 2px 2px #413e3e;
	padding-top:0;
}
a.jw-boxlinks:link, a.jw-boxlinks:visited {color:#427893;text-decoration:none;}
a.jw-boxlinks:hover {color:orange;text-decoration:none;}

/* Styles for Facilitor Meeting Videos */
.facmtgvids {width:225px;height:141px;float:left;font-size:11px;padding-right:40px;padding-bottom:10px;}

/* AIMS Center Button Styles */
/* Brand Colored Btns */
.aims-btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 2px #666666;
  -moz-box-shadow: 0px 1px 2px #666666;
  box-shadow: 0px 1px 2px #666666;
  font-family: Verdana;
  color: #ffffff;
  font-size: 18px;
  background: #427893;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.aims-btn:hover {
  background: #3e5962;
  color: #ffffff;
  text-decoration: none;
}

/* AIMS Responsive Table Styles */
.aimsTbl { 
    width: 95%; 
    table-layout: fixed;
    border-collapse: collapse; 
    margin: 0 auto;
}
/* Zebra striping */
.aimsTbl tr:nth-of-type(odd) { 
    background: #f2f2f2; 
}
.aimsTbl th { 
    background: #427893; 
    color: #fff; 
    font-weight: 600; 
}
.aimsTbl td, th { 
    padding: 12px; 
    border: 1px solid #ccc; 
    text-align: left; 
    /*text-align: center*/
}
/*Mobile View*/
@media 
only screen and 
    (max-width: 760px){
  .aimsTbl td, tr { 
        display: block; 
   }	

/* Hide table headers (but not display: none;, for accessibility) */
.aimsTbl thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.aimsTbl tr {
    border: 1px solid #427893; 
}
.aimsTbl tr + tr{
        margin-top: 1.5em;
    }
.aimsTbl td { 
/* make like a "row" */
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative;
	padding-left: 50%; 
    background-color: #f2f2f2;
    text-align: left; 
}
.aimsTbl td:before { 
    content: attr(data-label);
    display: inline-block;
    line-height: 1.5;
	margin-left: -100%;
    width: 100%;
    white-space: nowrap;
	}
}

/* Hide the Formidable Pro Honeypot Field from all Forms */
input[name="frm_verify"] {
   display: none;
}


/* =================
 * 
 * Christmas 2018 
 * 
 * ================= */

body.page-id-30618 {
	background: #f1f1f2;
}

body.page-id-30618 div#wrapper-web59dcfa5401bff {
	border: none !important;
}

article#post-30618 header {
	display: none !important;
}





