/*
Theme Name: PA Autism Needs Assessment Child
Author: The 215 Guys
Author URI: https://www.the215guys.com
Template: paa
*/
@import url("../paa/style.css");

.header_top .left {display:none;}
.header_top .right {width:100%;float:none;text-align:center;}
.header_top .right .header-widget {float:none!important;}
.header_top .right .header-widget p,.header_top .right .header-widget a {color:#fff;}
.header_top .right .header-widget a:hover {color:#fdcba3;}

/* dunno what all of this was for
header:not(.sticky) .main_menu.drop_down.left_side {text-align: left!important;}
header:not(.sticky) .main_menu.drop_down.right_side {text-align: right!important;}
header:not(.sticky) .main_menu.drop_down.right_side > ul {float: right;}
header:not(.sticky) .header_inner_left {display: block !important;margin: 0 auto !important;max-width: 237px !important;}

header.sticky {display: none;}

header.sticky .container_inner {text-align: center;}
header.sticky .header_inner_left {display: inline-block !important;}
header.sticky .main_menu {width: 30% !important;}
header.sticky .logo_wrapper {width: 150px !important;}
*/

.title.has_background {background-position-y: 13%;}
.title.has_background {background-size: cover !important;}
.title.has_background:before {content: " ";position: absolute;display: block;top: 0;right: 0;left: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.5);}

footer .widget {display: inline-block;text-align: left;}
.footer_top h5 {margin-bottom: 5px;}
.footer_top .widget.widget_nav_menu li {padding: 0;line-height: 28px;}
.contacts li {line-height: 28px;}
.social {margin-bottom:15px;}
.social li {list-style: none;display: inline-block;margin-right: 7px;}
.social li:last-child {margin: 0;}
.social li a {height: 35px;width: 35px;font-size: 25px;background-color: #fff;color: #2e0936 !important;display: flex;align-items: center;justify-content: center;border-radius: 50%;transition: background-color 500ms !important;}
.social li a:hover {background-color: #47b0ae;color: #2e0936 !important;}
.copyright {font-size:10px;line-height:16px;}

.hover-box {width:calc(100% / 6);display:inline-block;vertical-align:top;text-align:center;}
.hover-inner {position:relative;padding:100px 30px 75px;display:block;color:#FCDB00!important;}
.hover-image {position:absolute;top:0;left:50%;transform:translate(-50%,-50%);border-radius:50%;padding:10px;background-color:#fff;transition:top 500ms;}
.hover-image-inner {padding:10px;border:2px solid;border-radius:50%;}
.hover-image img {display:block;}
.hover-content h1 {color:#fff;text-transform:uppercase;font-weight:600;font-family:Raleway;letter-spacing:0.5px;}
.hover-content .sep {margin:20px auto;height:5px;width:100%;max-width:100px;background-color:#fff;}
.hover-content p {color:#fff;transform:translateY(20px);opacity:0;transition:all 500ms;}
.hover-box:hover .hover-image {top:-10px;}
.hover-box:hover p {transform:translateY(0);opacity:1;}

.data-nav {display: flex;justify-content: space-between;margin: 10px;}
.data-nav a {flex-basis: calc(100% / 6 - 5px);box-sizing: border-box;display: flex;align-items: center;background-color: #0EA8AA;padding: 5px;color: #fff;}
.data-nav img {max-width: 40px;margin-right: 10px;}
.data-nav a.active,.data-nav a:hover {background-color: #004D51;}

#menu-left .explore .second {top:70%;left:28px;}
#menu-left .explore ul {background-color:#fff !important;padding:0;}
#menu-left .explore li {width:auto;}
#menu-left .explore li a {padding:10px;}
#menu-left .explore .second li a:before {content:'';background-size:cover;display:inline-block;height:20px;width:20px;margin-right:5px;vertical-align:middle;}
#menu-left .explore .second li:nth-child(1) a:before {background-image:url(/wp-content/uploads/2019/09/daily-life-yellow.png);}
#menu-left .explore .second li:nth-child(2) a:before {background-image:url(/wp-content/uploads/2019/09/housing-brown.png);}
#menu-left .explore .second li:nth-child(3) a:before {background-image:url(/wp-content/uploads/2019/09/safety-security-red.png);}
#menu-left .explore .second li:nth-child(4) a:before {background-image:url(/wp-content/uploads/2019/09/new-hl-2.png);}
#menu-left .explore .second li:nth-child(5) a:before {background-image:url(/wp-content/uploads/2019/09/social-and-spirituality.png);}
#menu-left .explore .second li:nth-child(6) a:before {background-image:url(/wp-content/uploads/2019/09/self-determination-and-advocacy-icon.png);}
#menu-left .explore li a .plus {display:none;}
#menu-left .explore li a span {font-size:15px;text-transform:none;color:#303030;vertical-align:middle;}

@media only screen and (max-width: 1200px) {
    nav.main_menu > ul > li > a {font-size: 18px;}
    nav.main_menu > ul > li > a {padding: 0 18px;}
}

@media only screen and (max-width: 1000px) {
    .header_top .left {display: none;}
    .header_top .inner {margin: 0px 0px -10px;}
}

@media only screen and (max-width: 1000px) {
    .content_inner {
		display: -webkit-box;
  		display: -ms-flexbox;
  		display: -webkit-flex;
		display:flex;
		flex-direction:column;
	}
    .data-nav {flex-direction:column;order:1}
    .data-nav a {margin:10px;}
    .full_width {order:0}
}

