/*
Theme Name: WomanACT
Author: Coeffect
Author URI: http://coeffect.ca/
Text Domain: wa
Description: Custom Theme for WomanAct
Version: 1.0.2
*/

a {
  transition: .2s;
  color: #f7941d;
}

a:hover {
  color: #f7941d;
}

h2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

h2.has-text-align-left {
  align-items: flex-start;
}

h2.has-text-align-center {
  align-items: center;
}

h2.has-text-align-right {
  align-items: flex-end;
}

h2:after {
  content: '';
  width: 100px;
  height: 3px;
  background-color: #f7941d;
  margin: 20px 0;
}

p, li {
  font-size: 1.1em;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, b, strong {
  margin-top: 1px !important;
}
.grid-item{
  margin-bottom: 40px;
}

.sgpb-theme-6-content{
  box-shadow:none !important;
}
.sgpb-content-2219{
  background-color:transparent !important;
}

.nwesltr-content{
  background-color:white;
}

.contact-menu-options .select-selected {
  color: #000;
  border-color: #313131;
}

.contact-menu-options .select-selected:after {
  border-color:  #313131 !important;
}

.contact-menu-options .select-items div {
  background-color: #ededee;
}

.contact-menu-options .select-items div {
  color: #000;
}

body {
  font-family: 'Figtree', sans-serif;
  color: #313131;
  padding-top: 160px;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  body {
    padding-top: 124px;
  }
}

@media all and (max-width: 992px) {

  body {
    padding-top: 124px;
  }
}