/*
 Theme Name:   ACCH
 Theme URI:    https://andstones.ca/classic-blog-child/
 Description:  WP Classic Blog - Child theme for ACCH
 Author:       &stones
 Author URI:   https://andstones.ca
 Template:     classic-blog
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         classic, blog
 Text Domain:  classic-blog-child
*/
body, button, input, select, optgroup, textarea, .font-1{
      font-family: Raleway,sans-serif!important;
}
input[type="email"]:focus{
  color:#fff;
}
.site a:hover, .site a:focus, .site .nav-previous a, .site .nav-next a {
    color: #e51e2d;
}
a:hover, a:focus {
    color: #e51e2d;
}
a:visited {
    color: #6d0202;
}
.navigation-is-open .navigation-trigger circle {
  stroke: #000;
}
.btn-link:after {
    opacity: 0;
    background-image: -webkit-linear-gradient(transparent 50%, rgba(226, 226, 226, 0.21) 50%);
    background-image: -moz-linear-gradient(transparent 50%, rgba(13, 20, 239, 0.21) 50%);
    background-size: 10px 10px;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
.site .preloader, .site .site-info, .site button:hover, .site button:active, button:focus, .site input[type="button"]:hover, .site input[type="button"]:focus, .site input[type="button"]:active, .site input[type="reset"]:hover, .site input[type="reset"]:active, .site input[type="reset"]:focus, .site input[type="submit"]:hover, .site input[type="submit"]:active, .site input[type="submit"]:focus, .site .comment-form .submit:hover, .site .comment-form .submit:active, .site .comment-form .submit:focus {
    background-color: #bbbbbb;
}

/*   Homepage   */

.people_of_acch {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    margin-bottom: 65px;
}
.person {
padding: 20px 0px;
}
.person:last-child{
  margin-right:0px;
}
@media (min-width: 1200px){
.no-sidebar .site-content {
    max-width: 1200px;
}
}

/*   Pages   */
#page {
    overflow: hidden;
    max-width: 100%!important;
    width: 100%;
}
.hero-image{
width: 130%;
height: 300px;
transform: translateX(-20%);
position: absolute;
z-index: -2;
}
.page-template-default.page .hentry .entry-header {
    margin-top: 210px;
    margin-bottom: 45px;
}
.page .entry-title {
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
}
/*   People   */

.person .photo {
    max-height: 360px;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 360px;
    height: 360px;
}
.photo .featured-image{
    width: 100%;
    height: 100%;
    background-size: cover;
}
.person .title{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 900;
    color: #bbbbbb;
}
.single .title{
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 900;
    color: #bbbbbb;
    margin-bottom: 45px;
}
.single .entry-title {
    font-size: 38px;
    line-height: 10px;
    text-align: center;
}
.person_image {
    height: 450px;
    display: flex;
    width: 120%;
    transform: translateX(-8.5%);
    background-color: #efefef;
    margin-bottom: 3em;
}
.person_image p{
  padding:50px;
  font-size: 22px;
}
.acch_photo {
    display: block;
    width: 100%;
    min-width: 550px;
    background-position: center;
}
.acch_people .entry-header {
    line-height: 10px;
    display: inline;
    position: relative;
    text-align: center;
}
.readmore{
    font-weight: 900;
    font-size: 15px;
    text-transform: uppercase;
}
.size-medium{
  width:100%;
}
.story-row {
    display: flex;
    padding: 25px 0px;
    border-bottom: 1px solid #efefef;
}
.story-row .image {
    max-width: 40%;
    margin-right: 45px;
    min-width: 35%;
}
#story-text{
  font-size:20px;
}
blockquote{
    font-size: 20px;
    font-style: italic;
}
blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: relative;
    left: -60px;
    top: -12px;
    color: #2b2b2b;
    width: 30px;
    height: 0px;
}

/*   Navigation   */

.navigation-trigger-wrapper {
    font-weight: 700;
    padding: 0px;
    border-bottom: none;
    width: 100%;
    height: 50px;
}
.navigation-trigger .navigation-icon{
  z-index:99;
  height: 3px;
}

/*   Footer   */

.site-footer {
    background-color: #131415;
}
.footer_logo{
    max-width: 125px;
}
.address{
    margin-bottom: 0px;
    line-height: 1px;
    color: #efefef;
}
.email, .phone {
    margin-bottom: 2px;
    font-weight: bold;
}
.email a, .phone a{
    color: #fff;
}
.email:hover, .phone:hover{
  color:inherit;
}
.sign_up{
    width: 100%;
    margin-top: 10px;
}
.footer_sub_logo{
    margin-top: 0px;
    font-size: 11px;
    color: red;
}
input[type="email"]{
  width:100%;
}
.footer-partners {
    max-width: 10%;
    margin: 0px 15px;
}
.footer-social-menu {
    background: #ffffff;
    border-top: 1px solid #efefef;
    display: flex;
}
.social-icon{
    max-width: 50px;
    margin: 0px 5px;
    transition: ease 0.2s;
}
.social-icon:hover{
  opacity:0.7;
}

/*   Homepage Mobile @ 991px   */

@media only screen and (max-width: 991px){
  .people_of_acch {
      display: inline-block;
}
  .person_image {
      display: inline-block;
        width: 100%;
        transform: translateX(0%);
        margin-bottom: 20px;
        height: 100%;
    }
    .person_image p {
    padding: 10px;
}
  .acch_photo {
    display: block;
    height:350px;
    width: 100%;
    min-width: 450px;
    background-position: center;
}
.story-row {
    display: inline-block;
}
.story-row .image {
    max-width: 100%;
    margin-right: 0px;
    min-width: 100%;
}
.footer-partners {
    max-width: 18%;
    margin: 15px;
}

}
