@import url(https://fonts.googleapis.com/css?family=Karla|Quicksand);
@import url('styles/boots-bones.css');
/*
Theme Name: amizzoutheme
Theme URI: 
Author: AC
Author URI: 
Description: 
Version: 1.0
License: 

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

@import url("styles/screen.css");
@import url("styles/miz-fonts.css");

/* JASON ADDED THIS TO FIX THE PRINT STYLESHEET */
@media print {
	body {
		font-family: Arial, sans-serif;
	}
}

.miz-masthead__title{font-size:3rem !important;
	font-family: 'Graphik Cond Web' !important;
    font-weight: 800 !important;
    font-style: normal !important;
    font-stretch: normal !important;
   	margin: .15em 0 .25em 0 !important;
}

.miz-masthead__title a{text-decoration:none}
.miz-masthead__title a:hover{color:#900000}

@media screen and (min-width: 769px) {
.menu-button {display: none;}
.nav-vertical {
    margin: 0 0;
	float:right;
	min-width:25%;
  max-width:25%;

}
.nav-vertical>ul>li {
    display: none;
}
.nav-vertical>ul>.current-page-ancestor, .nav-vertical>ul>.menu-item-has-children.current-menu-item {
    display: block;
}
.nav-vertical ul ul li {
    padding-left:1em;
    text-indent: 0;
}
.nav-vertical ul ul ul li{
    padding-left: 1.5em;
    text-indent: 0;
}
.nav-vertical ul ul ul ul li {
    padding-left: 2em;
    font-style: italic;
    text-indent: 0;
}
}

@media screen and (max-width: 768px) {
.nav-horizontal {
    display: none;
}
.nav-vertical {clear:both}
}

.menu-button a{
font-size:1em;
font-weight:800;
display:block;
padding:6px 40px 2px 10px;
height:36px;
position:relative;
text-align:center;color:#000;
background:#FBD986;
border-radius:4px;
border:solid 1px #AF7C00;
text-decoration:none;
text-transform:uppercase;
transition:background 0.3s}

.menu-button a:hover,.menu-button a:focus{outline:none;background:#F1B82D}

.menu-button a:before,.menu-button a:after,.menu-button .menu-button__label:after
{content:' ';display:block;width:24px;height:4px;border-radius:2px;background:#000;position:absolute;right:9px}

.menu-button a:before,.menu-button .menu-button__label:after{transition:0.1s transform linear}

.menu-button a:before{top:7px}
.menu-button a:after{top:15px}
.menu-button .menu-button__label:after{top:23px}


.nav-vertical {
    margin: 0 .5rem;

}
.nav-vertical a {
    padding: .5rem 1rem;
    line-height: 1.2;
}

.nav-vertical ul>li:first-child a {
    padding-top: .75em;
}
.nav-vertical ul>li:last-child a {
    padding-bottom: .75em;
}

.nav-vertical .current-page-ancestor .sub-menu, .nav-vertical .current-menu-item .sub-menu {    display: block;
}
.nav-vertical ul ul {
   padding-left:0;
   text-indent: 1em;
}
.nav-vertical ul ul ul{
    text-indent: 1.5em;
}
.nav-vertical ul ul ul ul {
    text-indent: 2em;
    font-style: italic;
}
.nav-vertical .current-menu-item>a {
    background-color: #fcf1d4;
    font-weight: 800;
    border-top: solid 1px #F1B82D;
	border-right: solid 1px #F1B82D;
    border-bottom: solid 1px #F1B82D;
}
.lg-feature {	
	min-width:100%;
	max-height:500px;
}
.lg-feature img {
	height:auto;
	max-width:980px;
	overflow:hidden;
	display:block;
	margin-left: auto;
    margin-right: auto;
}
div.content{
width: 70% !important;}
#full{width: 100% !important;}

#people img.alignright {
  float: right;
  max-width:30%;
  margin-left: 2.857142857142857%;
  margin-top: .35em;
  margin-bottom: 1em;
}
#people img.alignleft {
  float: left;
  max-width:30% !important;
  margin-left: auto;
  margin-right: 1em;
  margin-top: .35em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
.miz-masthead__title{font-size:2rem !important;
	}
div.content{
width:100% !important;
}
#people img.alignright {
  max-width:90% !important;
  margin-left: .35em;
  margin-right: .2em;
  margin-top: .35em;
  margin-bottom: 1em;
}
#people img.alignleft {
  max-width:100% !important;
    margin-left: .2em;
  margin-right: .35em;
  margin-top: .35em;
  margin-bottom: 1em;
}
}

/* social menu */
div.social{float: left;}
ul.social{list-style: none;
display: inline !important;
min-width:100% !important; 
line-height: 0 !important;
}
ul.social li{display: inline;
padding-top: 0 !important
}

li#Facebook a {
  text-decoration: none;
  display: inline-block;
  opacity: 0.8;
  font-size: 1px;
  text-indent: -9999em;
  padding-right: 5em;
  border: 0px solid #e5e5e2;
  width: 25px !important;
  height: 25px!important;
  background: url('images/template/social/facebook.svg') no-repeat!important;
  }

li#Twitter a {
  text-decoration: none;
  display: inline-block;
  opacity: 0.8;
  font-size: 1px;
  text-indent: -9999em;
  padding-right:5em;
  border: 0px solid #e5e5e2;
  width: 25px;
  height: 25px;
  background: url('images/template/social/twitter.svg') no-repeat!important;
}
li#Instagram a {
  text-decoration: none;
  display: inline-block;
  opacity: 0.8;
  font-size: 1px;
  text-indent: -9999em;
  padding-right:5em;
  border: 0px solid #e5e5e2;
  width: 25px;
  height: 25px;
  background: url('images/template/social/instagram.svg') no-repeat!important;
}
li#Flickr a {
  text-decoration: none;
  display: inline-block;
  opacity: 0.8;
  font-size: 1px;
  text-indent: -9999em;
  padding-right:5em;
  border: 0px solid #e5e5e2;
  width: 25px;
  height: 25px;
  background: url('images/template/social/flickr.svg') no-repeat!important;
}
li#Google a {
  text-decoration: none;
  display: inline-block;
  opacity: 0.8;
  font-size: 1px;
  text-indent: -9999em;
  padding-right:5em;
  border: 0px solid #e5e5e2;
  width: 25px;
  height: 25px;
  background: url('images/template/social/google.svg') no-repeat!important;
}
li#Linkedin a {
  text-decoration: none;
  display: inline-block;
  opacity: 0.8;
  font-size: 1px;
  text-indent: -9999em;
  padding-right:5em;
  border: 0px solid #e5e5e2;
  width: 25px;
  height: 25px;
  background: url('images/template/social/linkedin.svg') no-repeat!important;
}
li#Pinterest a {
  text-decoration: none;
  display: inline-block;
  opacity: 0.8;
  font-size: 1px;
  text-indent: -9999em;
  padding-right:5em;
  border: 0px solid #e5e5e2;
  width: 25px;
  height: 25px;
  background: url('images/template/social/pinterest.svg') no-repeat!important;
}
li#Snapchat a {
  text-decoration: none;
  display: inline-block;
  opacity: 0.8;
  font-size: 1px;
  text-indent: -9999em;
  padding-right:5em;
  border: 0px solid #e5e5e2;
  width: 25px;
  height: 25px;
  background: url('images/template/social/snapchat.svg') no-repeat!important;
}

li#Youtube a {
  text-decoration: none;
  display: inline-block;
  opacity: 0.8;
  font-size: 1px;
  text-indent: -9999em;
  padding-right:5em;
  border: 0px solid #e5e5e2;
  width: 25px;
  height: 25px;
  background: url('images/template/social/youtube.svg') no-repeat!important;
}

li#Facebook a:hover, li#Twitter a:hover, li#Instagram a:hover, li#Flickr a:hover, li#Google a:hover, li#Linkedin a:hover, li#Pinterest a:hover, li#Snapchat a:hover, li#Youtube a:hover {
    opacity: 1.0;
}

#___gcse_0 td {background-color: #FFF;}

table #gs_id50 {border:1px solid #ddd;}

#chapmanpeople img {
  max-width:60px;
  width: auto;
  height: auto;
}
