/*!
Theme Name: Speak Up
Theme URI: http://underscores.me/
Author: Edgar Wanjala Wafula
Author URI: https://github.com/EdgarWanjalaWafula
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: speak-up
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Speak Up is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
.current_page_item a, .primary-speakup-color, .site-footer a, .speakup-menu .menu-item a:hover {
	color: #ee5aa0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-header {
	height: 98px;
	display: flex;
	align-items: center;
	position: fixed;
	width: 100%;
	z-index: 2;
	background: #fff;
	top:0;
}

.custom-logo {
	width: 100%;
	height: auto;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.speakup-menu ul {
	list-style: unset;
	display: flex;
	padding: 0px;
	margin: 0px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item, .socials i{
	margin: 0px 0px 0px 24px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-weight: 600 !important;
	transition: .3s ease-in-out all;
	padding: 0px;
}

.speakup-menu .menu-item a, .socials i {
	color: #222;
}

.socials {
	margin: 4px 0px 0px;
}

.speakup-menu .current_page_item a {
	color: #ee5aa0;
}

.speakup-menu .menu-item a:hover, .bl a:hover, .btn.btn-link:hover{
	text-decoration:none;
}

.socials i {
	font-size: 20px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Home Slider  */
/* .owl-home .slider-item {
	height: calc(100vh - 130px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	align-items: end;
} */

/* .owl-home .slider-item img {
	position: absolute;
	width: 100%;
	height: auto;
	object-fit: cover;
	top:-25%;
} */

.slider-item h4 {
	max-width: 60%;
	white-space: normal;
	font-size: 37px;
	line-height: 45px;
	font-weight: 700;
	color: #fff;
	margin-bottom:50px;
	transform:translateX(50px);
	opacity: 0;
}

.owl-item.active .slider-item  h4 {
	transition-duration:1500ms;
}

.owl-item.active .slider-item h4{
	opacity:1;
	transform:translateX(0px);
}

.owl-custom-nav {
	position: absolute;
	top: 200px;
	left: 0px;
	right: 0px;
	width: 100%;
}

.owl-nav {
	width: 100%;
	display: flex !important;
	justify-content: space-between;
}

.owl-custom-nav i {
	font-size: 35px;
	color: #fff;
	transition:.3s ease-in-out all;
}

.owl-custom-nav i:hover {
	color: #ee5aa0;
}

.owl-home .owl-item.active img{
	animation: scale 200s linear infinite;
}

/* .owl-home .slider-item::before{
	position: absolute;
	content: "";
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
	height:70%;
	width: 100%;
	display: block;
	z-index: 1;
	bottom:-10%;
	left: 0;
	right: 0;
} */

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
}

.owl-home .slider-item .container h4 {
	z-index: 3;
}

/* .owl-theme .owl-nav .owl-prev:hover {
	background: transparent;
}

.owl-theme .owl-nav [class*="owl-pre"] {
	transform: translateX(0px);
	transition-duration: 700ms;
} */

@keyframes scale {
	50% {
		/* -webkit-transform:scale(1.25);
		-moz-transform:scale(1.25);
		-ms-transform:scale(1.25);
		-o-transform:scale(1.25); */
		transform:scale(1.3);
	}
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* Home */
.get-help h4, .it-could-be-you h4, .sidebar-myth h3 {
	font-size: 35px;
	line-height: 1.2em;
	margin-bottom: 34px;
	font-weight:700;
	position: relative;
}

.get-help h4::before, .it-could-be-you h4::before, .champion-stories h4::before,  .sidebar-myth h3::before, .mental-health-problems h4::before, .support-someone h4::before, .twitter-feed h4::before{
	content: "";
	position: absolute;
	border-bottom: 3px solid #f8175e;
	width: 51px;
	bottom: -15px;
}

.it-could-be-you p{
	font-size: 18px;
	line-height: 1.22em;
	font-weight:700;
}

.icby-content {
	padding: 0px 0px 0px 70px;
}

.video-thumbnail i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	color: white;
	background: #e21b23;
	height: 80px;
	width: 80px;
	margin: 0px auto;
	border-radius: 50%;
	line-height: 80px;
	font-size: 28px;
	cursor: pointer;
}

.video-thumbnail:hover i{
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	transition: 1s cubic-bezier(.79,.14,.15,.86);
}

@keyframes pulse {
	0% { 
		box-shadow: 0 0 0 0 rgba(226, 27, 35, .5);
	}

	70% { 
		box-shadow: 0 0 0 20px rgba(226, 27, 35, 0);
	}
	100% { 
		box-shadow: 0 0 0 0 rgba(226, 27, 35, 0);
	}
}

.bottom-links {
	background-color: #f7e6eb;
	padding: 32px 60px;
}

.bl {
	padding: 40px 50px;
}

.bl a {
	background: #00279d;
	padding: 14px 24px;
	text-align: center;
	margin: 0px auto;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 14px;
	display: inline-block;
}

.bl p {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	/* height: 126px; */
}

.bottom-links .col-md-4 {
	background-size: cover;
	background-position: center;
}

.bottom-links .col-md-4::before {
	content: "";
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: .5;
	z-index: 0;
}

/*--------------------------------------------------------------
## Inner Pages 
--------------------------------------------------------------*/
.myths\&facts {
	background: #f7e6eb;
	padding: 0px 60px;
}

.myths\&facts .card-header {
	padding: 37px 10% 34px 0;
	border-bottom: 1px solid #e0e0e0;
	-webkit-transition: border-color .2s ease-in;
	-o-transition: border-color .2s ease-in;
	transition: border-color .2s ease-in;
}

.accordion .card {
	border: 0px;
	border-bottom: 1px solid #e0e0e0 !important;
}

.accordion .btn.btn-link {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	text-align: left;
}

.accordion .card-body {
	padding: 0 16% 43px 0;
	margin-top:21px;
	/* background: #fff; */
}

.accordion .card-body .bg-light {
	padding: 28px;
}

.accordion .card .bg-light h2{
	font-size: 45px;
	line-height: 1.2em;
	font-weight:700;
	margin:25px 0px;
}

/* .accordion .btn.btn-link::before {
	content: "\f106";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #0431b8;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 30px;
	text-align: center;
	line-height: 40px;
	
} */

.accordion-titl {
	width: 75%;
}

.accordion-icon {
	height: 40px;
	width: 40px;
	border-radius: 30px;
	text-align: center;
	line-height: 40px;
	background: #0431b8;
	transition-duration:700ms;
}

.accordion-icon::before {
	content: "\f106";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #fff;
}

.accordion-icon:hover {
	transform: rotate(-180deg);
	background:#f8175e;
}

.sidebar-myth .card-body {
	background: #0431b8;
	color: #fff;
	padding: 88px 63px 67px 63px;
}

.sidebar-myth .btn {
	padding: 10px;
	color: #5e5e5e;
	background: #dcdcdc;
	padding: 14px 28px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	width:100%;
}

.sidebar-myth ul li {
	margin: 0px 0px 16px;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/
.site-footer {
	background-color: #0c0c0c;
	height: 80px;
	align-items: center;
}

/*--------------------------------------------------------------
## Page Title   
--------------------------------------------------------------*/
.speakup-page-title {
	height:400px;
}

.speakup-page-title h2 {
	max-width: 75%;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 0px 33px;
}

.speakup-page-title span {
	white-space: normal;
	font-size: 15px;
	line-height: 16px;
	font-weight: 400;
}

/*--------------------------------------------------------------
## Mobile Menu 
--------------------------------------------------------------*/
.toggle-menu, .close-menu {
	position:fixed;
	display:none;
	cursor: pointer;
}

.close-menu {
	top: 17px;
	z-index: 999;
	left: 7px;
	padding: 24px;
}

.toggle-menu span, .close-menu span {
	background: #ed5aa0;
	height: 2px;
	width: 31px;
	display: block;
	margin: 5px 0px 0px 0px;
}

.mobile-menu {
	position: fixed;
	background: #fff;
	top: 0;
	height: 100%;
	right: 0;
	width: 75%;
	transition: .7s cubic-bezier(.45,.05,.55,.95) all;
	padding: 24px;
	display:none; 
}

.mobile-menu.open {
	display:block;
}

.menu-mobile-menu-container {
	margin: 24px 0px 0px;
}

.menu-mobile-menu-container li {
	padding: 11px 0px;
	border-bottom:1px solid #d7d7d778;
}

a:hover{
	text-decoration:none;
}

.menu-mobile-menu-container .sub-menu {
	display: none;
}

.menu-mobile-menu-container a {
	color: #222;
	font-size: 17px;
	position: relative;
	width: 100%;
	display: block;
}
.current_page_item a {
	color: #ed5aa0;
}

.menu-item-has-children > a::before {
	content: "\f105";
	position: absolute;
	font-family: FontAwesome;
	right: 0;
}

.site{
	/* transition:700ms; */
	transition:.6s ease-in-out all;
}

.site.push{
	transform:translate3d(-75%, 0px, 0px);
	position: relative;
}

.site.push::before {
	content: "";
	position: fixed;
	background: rgba(0,0,0,.95);
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 99;
}
/*--------------------------------------------------------------
## Misc/Groupings  
--------------------------------------------------------------*/
.site-footer{
	display:flex;
}

.speakup-padding {
	padding: 60px 0px;
}

.site-content {
	margin-top: 98px;
	transition: .6s ease-in-out all;
}

.spkup-pr-0 {
	padding-right: 0px;
}

/* Force max-width for container  */
/* @media (min-width:1200px) {
	.container {
		max-width:1230px;
	}
} */

.bottom-links .col, .speakup-page-title{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.modal-backdrop.show {
	opacity: .95;
}

.modal-body iframe {
	height: 70vh;
}

.close-icon {
	position: absolute;
	right: -32px;
	top: 49px;
	height: 24px;
}

.mental-health-problems h4, .support-someone h4, .champion-stories h4, .twitter-feed h4{
	position: relative;
	margin-bottom: 18px;
	font-size: 22px;
	font-weight: 600;
}

.mental-health-problem-row {
	padding: 32px 60px 0px;
}

.mental-health-problems p {
	margin: 10px 0px 0px;
	width: 90%;
}

.mental-health-problem-row .card {
	padding-bottom: 45px;
}
.mental-health-problem-row:nth-child(1) {
	background-color:#f7e6eb;
}
.mental-health-problem-row:nth-child(2) {
	background-color:#f8f8f8;
}

.support-someone span {
	display: block;
	margin: 16px 0px;
}

.support-someone {
	padding: 22px 60px;
}

.support-contet p, .support-someone ul li, .support-someone span {
	font-size: 14px;
}

.ss .support-someone:nth-child(2n+1) {
	background: #f7e6eb;
}

.champion-stories .card {
	margin-bottom: 32px;
}

.mega-current_page_item a {
	color: #ee5aa0 !important;
}

/*.get-help img {*/
/*	width: 30%;*/
/*	height: auto;*/
/*	margin: 0px 0px 10px;*/
/*	display: block;*/
/*}*/

.social li {
	padding: 12px 27px;
	flex-grow: 1;
	text-align: center;
}

.social li:first-child {
	background: #1e73be;
}

.social li:nth-child(2) {
	background: #22bad8;
}
.social.ug li:nth-child(3) {
	background:#ed5aa0;
}

.twitter-feed.py-5 {
	padding: 0px 60px;
}

.get-help .jumbotron {
	padding: 2rem;
}

.get-help .card i {
	width: 30px;
}

.get-help .card ul li {
	margin:10px 0px;
}

.team-bg-image.position-relative > img {
	position: absolute;
	height: 100%;
	object-fit:cover;
	width: 100%;
	top: 0;
	left: 0;
}
