/*
 Theme Name:   ARC Southeast
 Theme URI:    https://arc-southeast.org/wp-content/themes/arc/style.css
 Description:  Custom Wordpress Theme for ARC Southeast
 Author:       Allison Skinner
 Author URI:   https://allisondskinner.com
 Template:     wp-bootstrap-starter
 Version:      3.3.23
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  arc-theme
 */
 @import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;500;600&display=swap');
 body {
   font-family: 'Asap', sans-serif;
   font-size: 16px;
   color:#000;
   background-color:#fff;
 }
 body.home {
   background-image:url('/wp-content/themes/arc/images/arc-background.jpg');
   background-repeat:repeat;
 }

 /*typography*/
 h2, .h2 {
   font-family: Asap;
   font-style: normal;
   font-weight: bold;
   font-size: 24px;
   line-height: 28px;
   /*letter-spacing: 0.05em;*/
   color: #000000;
   /*text-transform:uppercase;*/
 }
 a {
   color:#A55B96;
 }
 a:hover, a:focus {
    color: #2AA6AF;
    text-decoration:none;
 }
 hr {
   margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  border-top: 2px solid #36C1CC;
 }
 .purple, .purple * {
   color: #A55B96;
 }
 .white, .white * {
   color:#fff;
 }
 .uc {
   text-transform:uppercase;
 }
 .center {
   text-align:center;
 }
 .lead {
   font-size: 1.33rem;
   font-weight: 500;
 }
 /*buttons*/
 .btn-purple {
  background: #A55B96;
  color: #fff;
  font-weight: 600;
 }
 .btn-primary {
  background: #2AA6AF;
  border-color:#2AA6AF;
  color: #fff;
  font-family: Asap;
 }
 .btn-primary:hover, .btn-primary:focus {
   color:#fff!important;
   text-decoration:none;
   background: #A55B96;
   border-color: #A55B96;
 }
 .btn-purple:hover, .btn-purple:focus {
   color:#fff!important;
   text-decoration:none;
   background: #2AA6AF;
 }
 .btn-purple-outline {
   border-radius: 15px;
   border:2px solid #A55B96;
  background: #fff;
  padding: 9px 20px;
  color: #A55B96!important;
  font-family: Asap;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.05em;
 }
 .btn-purple-outline:hover, .btn-purple-outline:focus {
   background:#A55B96;
   color:#fff!important;
  text-decoration:none;
 }
 
 .btn-hotline {
   border-radius: 15px;
  background: #A55B96;
  padding: 9px 20px;
  color: #fff;
  font-family: Asap;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  display: flex;
 }
 .simple-link {
   font-family: Asap;
   font-style: normal;
   font-weight: 600;
   font-size: 18px;
   line-height: 30px;
   text-decoration-line: underline;
   color: #000;
 }
 .simple-link:hover, .simple-link:focus {
   text-decoration:none;
   color:#000!important;
 }
 .simple-blue {
   font-family: Asap;
   font-style: normal;
   font-weight: 600;
   font-size: 22px;
   line-height: 30px;
   text-decoration-line: underline;
   color: #2AA6AF;
 }
  .simple-blue:hover,  .simple-blue:focus {
    text-decoration:none;
    color:#A55B96!important;
  }

  /*LAYOUT*/
  article.page {
    background: #fff;
  }
  .small-container {
    max-width: 750px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .small-container-nopadding {
    max-width: 750px;
    margin: 0 auto;
  }

.topbar {
  background: #36C1CC;
  top: 0;
  width: 100%;
  padding-left: 6px;
  text-align: center;
}
.topbar .widget {
  font-size: 0.83em;
}
.topbar .widget, .topbar p, .topbar h1, .topbar h2, .topbar h3, .topbar h4, .topbar h5, .topbar h6 {
  margin-bottom: 0;

}
.topbar * {
  color:#fff;
  text-align: center;
}
header#masthead {
  background-color:#fff;
  padding: 0;
  box-shadow:none;

}
#masthead-container {
  padding: 1em 0;
}
.home header#masthead  {
  background-color:#fff;
}
.home .arc-map {
  display:block;
}

.arc-map-mobile {
display:none;
}

.arc-map {
  display:none;
}
.navbar-brand img {
  max-height: 100px;
}

#main-nav li a {
  font-family: Asap;
  font-style: normal;
  font-size: 15px!important;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #000000!important;
  text-transform:uppercase;
}
.hotline_wrap {
  padding-left: 10px;
}
.hotline_wrap h3.widget-title {
  font-family: Asap;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: #A55B96;
  text-transform:uppercase;
  margin-bottom: 0.2em;
  text-align: center;
}

/*Home Page*/
/*Homepage Masthead*/
.arc-map {
  background-size: cover;
  background-position: bottom center;
  min-height: 800px;
}
.homepage-masthead {
  padding: 2em 0;
  max-width: 800px;
  margin:0 auto;
  text-align:center;
  /*min-height: 500px;*/
}
header#masthead h1 span.primary {
  font-family: Asap;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  color: #A55B96;
}
header#masthead h1 span.secondary {
  font-family: Asap;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  color: #000000;
}
/*Homepage Help Box*/
.help-section {
  background: #C3ECF0;
  border-radius: 20px;
  padding:2em;
  margin-bottom: 4em;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
.help-section-inner {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.help-section-inner .button-wrap {
  margin: 1.5em 0;
}
.help-section-inner .btn-one {
  margin-right:12px;
}
.help-section-inner .btn-two {
  margin-left:12px;
}
/*Image / Copy Section(s) Homepage*/
.image-copy.layout-one, .image-copy.layout-optionTwo {
  display:flex;
  flex-wrap: wrap;
}
.image-copy {
  border-bottom: 2px solid #36C1CC;
  margin-bottom: 2.5em;
  border-bottom: 2px solid #36C1CC;
  padding-bottom: 2.5em;
}
.image-copy .content {
  display:flex;
  flex-direction:column;
  justify-content: center;
}
.image-copy.layout-one .image, .image-copy.layout-optionTwo .image{
  width: 50%;
}
.image-copy.layout-one .content,.image-copy.layout-optionTwo .content {
  width: 50%;
}
.image-copy.layout-one .image{
  order:2;
}
.image-copy.layout-one .content {
  order: 1;
  padding-right: 1.5em;
}
.image-copy.layout-optionTwo .image {
    order:1;
  }
.image-copy.layout-optionTwo .content {
    order: 2;
    padding-left: 2em;
  }

.image-grid-section .button-wrap {
  margin-top: 1em;
}
.image-grid-section {
  margin-bottom: 4em;
}
.image-grid  {
  margin: 0 -10px;
}
.image-grid .single-image {
  padding: 0 10px;
}
.slick-prev:before {
  font-family: "Font Awesome 5 Pro"!important;
  font-weight: 900!important;
  content: "\f137"!important;
  background: #fff;
  border-radius: 100%;

  }
.slick-next:before {
  font-family: "Font Awesome 5 Pro"!important;
  font-weight: 900!important;
  content: "\f138"!important;
  background: #fff;
  border-radius: 100%;

}
.slick-prev:before, .slick-next:before {
  color:#36C1CC!important;
  opacity: 1!important;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.7!important;
}
/*call to action / donate */
.call-to-action {
  padding: 2em;
  background-color: #A55B96;
  color:#fff;
  border-radius: 20px;
  max-width: 650px;
margin-right: auto;
margin-left: auto;
}
.call-to-action .button-wrap {
  margin-top: 1em;
}

/*footer*/
.footer-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2em 0;
}
.footer-cta .donate-button {
  margin-top: 27px;
  padding: 0 15px;
}
.footer-cta .hotline-button {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.footer-cta .hotline-button span {
  font-family: Asap;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    color: #A55B96;
    text-transform: uppercase;
    margin-bottom: 0.2em;
    display:block;
    text-align: center;
}

#footer-widget .widget_nav_menu ul.menu {
  display:flex;
  flex-direction:row!important;
  justify-content: center;
}
#footer-widget .widget_nav_menu ul.menu li a {
  font-family: Asap;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
}
#footer-widget .social-media {
  display:flex;
  justify-content: center;
}
#footer-widget .social-media a {
  color:#fff!important;
  padding: 0 8px;
}

#footer-widget .social-media {
  color:#fff;
}
#footer-widget .social-media span.circle {
  width: 42px;
  height: 42px;
  background: #2AA6AF;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer-widget .social-media a:hover span.circle, #footer-widget .social-media a:focus span.circle {
  background: #A55B96;
}
#footer-widget .social-media span i {
  font-size: 1.4em;
}
footer#colophon {
  background: #C4C4C4;
}
footer#colophon .container {
  padding: 0.5em 0!important;
}
footer#colophon .site-info {
    text-align: center;
    color: #262626;
}
footer#colophon .site-info a {
  text-decoration:underline;
}
footer#colophon .site-info a:hover, footer#colophon .site-info a:focus {
  text-decoration:none;
}
/*basic page*/
#content.site-content {
  padding-top: 0.5em;
}
.page .entry-header, .blog .entry-blog-header, .post-type-archive-product .entry-header {
  background: #A55B96;
  padding: 1em 0;
}
.blog .entry-blog-header {
  margin-bottom: 2em;
}
.blog artcle .entry-header {
  background: transparent;
  padding: 1em 0 0 0;
}
.page .image-entry-header {
  padding: 1em 0;
  height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.page .image-entry-header .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,0.33);
}
.page .image-entry-header .container {
  z-index: 10;
}

.page .image-entry-header h1.image-entry-title {
  border-bottom: none;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  /*font-size: 1.31rem;*/
}

.page .entry-header h1.entry-title,.blog .entry-blog-header h1.entry-title, .post-type-archive-product .entry-header h1.entry-title  {
  border-bottom: none;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.help-buttons {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center
}
.help-buttons span {
  margin: 0.5em 0;
}

/*flexible page layout*/
.page-template-template-flexible-page .page-section:first-child {
  padding-top:3em;
}

/*contact page*/
.page-template-template-contact .contact-wrap {
  padding-top: 3em;
}
.page-template-template-contact .contact-wrap .contact-form label {
  width: 100%;
  text-transform: uppercase;
  font-size: 0.66em;
  letter-spacing: 0.05em;
  font-weight: 600;

}
.page-template-template-contact .contact-wrap .contact-form .form-control {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.page-template-template-contact .contact-wrap .contact-form input[type="submit"] {
  display: block;
  width: 100%;
}

/*donate page*/
.page-template-template-donate .donate-wrap {
  padding-top: 3em;
}

/*volunteer page*/
.volunteer-options-section .container {
  border-top: 2px solid #36C1CC;
  padding-top: 2em;
  margin-top: 2em;
}
.volunteer-options {
  display:flex;
  flex-wrap:wrap;
  margin: 0 -15px;
}
.volunteer-options .volunteer-option {
  width: 50%;
  padding: 0 15px 2.5em 15px;
}
.volunteer-options .volunteer-option .image {
  padding-bottom: 1.5em;
}
/*Shop Archive*/
.post-type-archive-product h1.page-title {
  display:none;
}
.post-type-archive-product .shop-view {
  padding-top: 2em;
}
.post-type-archive-product p.woocommerce-result-count {
  font-size: 16px;
  font-weight:normal;
}
.woocommerce .woocommerce-ordering select {
  font-size: 16px;
  padding: 5px;
  border-radius: 5px;
}
.woocommerce ul.products {
  padding-top: 1.5em;
}
.woocommerce ul.products li.product {
  text-align:center;
}
h2.woocommerce-loop-product__title {
  font-size: 16px;
}
h2.woocommerce-loop-product__title:hover , h2.woocommerce-loop-product__title:hover {
  color: #A55B96;
}
.woocommerce ul.products li.product .price {
  color: #7e7e7e;
}
.woocommerce ul.products li.product .button {
  margin-top: 0.5em;
  border-radius: 15px;
    padding: 9px 20px;
    font-family: Asap;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.05em;
}
/*Shop Single*/
p.breadcrumb_last {
  color: #7e7e7e;
}
.woocommerce div.product .product_title {
  font-size: 28px;
  border-bottom: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price  {
  color: #7e7e7e;
  font-size: 1em;
}
.woocommerce-product-details__short-description {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}
.variations_form .variations .value > select {
  margin-bottom: 0;
}
.woocommerce div.product .stock {
color: #2AA6AF;
}
.woocommerce div.product form.cart .button {
  width: 100%;
  border-radius: 15px;
}
.woocommerce div.product form.cart {
  margin-bottom: 0;
}
.single-product .product_meta {
  display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border-right: 1px solid #cfc8d8;
  border-left: 1px solid #cfc8d8;
  border-bottom: 1px solid #cfc8d8;
  border-radius: 4px;
  padding-top: 1.618em; 
  padding-left: 1em;
  padding-right: 1em;
}
.woocommerce div.product .woocommerce-tabs .panel tbody {
  border: 1px solid #cfc8d8;
}
.woocommerce div.product .woocommerce-tabs .panel tbody tr {
  border-bottom: 1px solid #cfc8d8;
}
.woocommerce div.product .woocommerce-tabs .panel tbody td {
  border-right: 1px solid #cfc8d8;
  padding-left: 8px;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th, .woocommerce div.product .woocommerce-tabs .panel table tr:nth-child(even) td, .woocommerce div.product .woocommerce-tabs .panel table tr:nth-child(even) th {
  background: rgba(0, 0, 0, .025);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: #A55B96!important;
  border-radius: 15px!important;
}
/*Woocommerce Misc*/
.woocommerce-message {
  border-top-color: #2AA6AF;
}
.woocommerce-message::before {
  color: #2AA6AF;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  border-radius: 15px;
    padding: 9px 20px;
    font-family: Asap;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.05em;
}
.wc-block-cart__submit-button {
  background-color: #A55B96;
  border-radius: 15px;
  color: #fff;
  min-height: 2.5em;
}
.wc-block-components-totals-coupon__button {
  border:none;
}
.wc-block-cart__submit-button:hover, .wc-block-cart__submit-button:focus {
  color: #fff !important;
  text-decoration: none;
  background: #2AA6AF;
}
.wc-block-components-checkout-place-order-button {
  background-color: #A55B96;
  border-radius: 15px;
  color: #fff;
  min-height: 2.5em;
  border:none;
}
.wc-block-components-checkout-place-order-button:hover, .wc-block-components-checkout-place-order-button:focus {
  color: #fff !important;
  text-decoration: none;
  background: #2AA6AF;
}

@media (max-width: 1500px) {
  .arc-map {
    min-height: 550px;
  }
}
@media (max-width: 1200px) {
  .navbar-brand, button.navbar-toggler, .hotline_wrap {
    display:none;
  }
  #mega-menu-wrap-primary {
    width: 100%;
  }
  #masthead-container {
    max-width: 100%;
    padding: 0.5em 0;
  }
  .arc-map {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .image-copy.layout-one .image, .image-copy.layout-optionTwo .image {
    width:40%;
  }
  .image-copy.layout-one .content, .image-copy.layout-optionTwo .content {
    width: 60%;
  }
  .image-grid-section {
    margin-bottom: 2em;
  }
  .help-section {
    padding: 1.5em;
    margin-bottom: 2em;
  }
  .homepage-masthead {
    padding: 2em 0;
    /*max-width: 450px;*/
  }
  .home header#masthead .arc-map {
    top: 90px;
  }
  header#masthead h1 span.primary {
  font-size: 30px;
  }
  header#masthead h1 span.secondary {
    font-size: 22px;
  }
  .page .image-entry-header {
    height: 350px;
  }
  .simple-blue {
    font-size:18px;
  }
  h2, .h2 {
    font-size: 20px;
  }
  p {
    font-size: 18px;
  }
  .help-section {
    max-width: 100%;
  }
  .help-section .button-wrap * {
    display:block;
  }
}

@media (max-width: 570px) {
  .image-copy.layout-one .image, .image-copy.layout-optionTwo .image {
    width:100%;
  }
  .image-copy.layout-one .image {
    order:1;
    padding-bottom: 1.5em;
  }
  .image-copy.layout-optionTwo .image {
    padding-bottom: 1.5em;
  }
  .image-copy.layout-optionTwo .content {
    padding-left: 0;
  }
  .image-copy.layout-one .content, .image-copy.layout-optionTwo .content {
    width: 100%;
  }
  .image-copy {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }
  .call-to-action {
    padding: 1.5em;
  }
  .page .image-entry-header {
    height: 300px;
  }
  .page-template-template-contact .contact-wrap,.page-template-template-donate .donate-wrap {
    padding-top: 1em;
  }
  .page-template-template-contact .contact-wrap .contact-info, .page-template-template-donate .donate-wrap .donate-info {
    padding-bottom: 1em;
  }
  .slick-next {
    right:0!important;
  }
  .slick-prev {
    left:0!important;
  }
  .page-template-template-flexible-page .page-section:first-child {
    padding-top: 1.5em;
  }
  .arc-map, .home .arc-map {
    display:none;
  }
  .arc-map-mobile {
    display:block;
  }
}
@media (max-width: 480px) {
  .volunteer-options .volunteer-option {
    width: 100%;
  }
  .page .image-entry-header {
    height: 250px;
  }
}
