/*
Theme Name: Hihfad Syria
Theme URI: https://hihfad.org/
Author: Adrian Deaconu
Author URI: https://adriandeaconu.com/
Description: Theme for Syria ONG
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/glp-2.0.html
Tags: custom theme, mobile first, responsive, hihfad
Text Domain: hihfad
*/

html {
  box-sizing: border-box;
}

html, body { 
	max-width: 100%;    
	overflow-x: hidden;
}

/* HTML5 display-role reset for older browsers */
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

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

*, *:before, *:after {
  box-sizing: inherit;
}

.clear,
.clear::after {
  content:'';
  clear: both;
  display: block;
}

/* ===== Image alignment ===== */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.2em;
    margin-bottom: 1em;
    margin-top: 1em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.2em;
    margin-bottom: 1em;
    margin-top: 1em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-top: 1em;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

@media only screen and (max-width:480px) {
	/*disable text sizing on orientation change*/

	html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
    -webkit-text-size-adjust:none;
	}
}

/* Page header styles */

@media only screen and (max-width:991px) {
.navbar-menu {
  background-color: #167279;
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  padding: 30px 0;
transform: translateX(-100%);
   transition: 0.5s;
   z-index: 99999;
}

.navbar-menu.active { transform: translateX(0);transition: 0.5s; }

ul.menu-listing {
  margin: 50px 0 0 50px;
  padding: 0;
  list-style: none;
}

ul.menu-listing li {
  margin-bottom: 20px;
}

ul.menu-listing li:last-child {
  margin-bottom: 0;
}

ul.menu-listing li a:link, ul.menu-listing li a:visited {
  color: #fff;
  text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

ul.menu-listing li.donate-now a {
	color: #d45534 !important;
}

ul.menu-listing li a:hover, ul.menu-listing li a:active {
  color: #d45534;
}

.main-menu .menu {
  position: fixed;
  top: 40px;
  right: 40px;
  background-color: #fff;
  height: 50px;
  width: 50px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 9999;
}

.menu span {
  position: absolute;
  height: 3px;
  width: 25px;
  background-color: #d45534;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 0.3s;
}

.menu span:before {
  content: '';
  position: absolute;
  top: -8px;
  background-color: #d45534;
  height: 3px;
  width: 25px;
  transition: 0.3s;
}

.menu span:after {
  content: '';
  position: absolute;
  top: 8px;
  background-color: #d45534;
  height: 3px;
  width: 25px;
  transition: 0.3s;
}

.menu.active span { background-color: transparent; }

.menu.active span:before { transform: rotate(45deg);top: 0; }

.menu.active span:after { transform: rotate(-45deg);top: 0; }
}

@media only screen and (min-width:1200px) {
	.main-menu .menu {
		display: none;
	}

	.site-header {
		width: 100%;
		height: 110px;
	}

	.site-header .container {
		max-width: 98%;
		margin: 0 auto;
		position: relative;
	}

	.site-logo {
		width: 236px;
		height: 110px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.navigation {
		position: absolute;
		top: 28px;
		right: 0;
	}

	ul.menu-listing {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	ul.menu-listing li a:link, ul.menu-listing li a:visited {
  		color: #626262;
  		text-decoration: none;
  		font-size: 1.3em;
  		font-weight: 300;
  		text-transform: uppercase;
  		text-decoration: underline;
  		transition: background-color .3s;
  		-webkit-transition: background-color .3s;
  		cursor: pointer;
  		font-family: 'Barlow Condensed', sans-serif;
	}

	ul.menu-listing li a:hover, ul.menu-listing li a:active {
  		color: #d45534;
	}

	ul.menu-listing li {
		display: inline-block;
		margin-right: 20px;
	}

	li.donate-now a {
		text-decoration: none !important;
		background-color: #d45534;
		color: #fff !important;
		transition: background-color .2s ease-out;
		-webkit-transition: background-color .2s ease-out;
		font-weight: 400;
		text-transform: uppercase;
		font-size: 1.8em !important;
		letter-spacing: 1px;
		display: block;
		width: 230px;
		height: 54px;
		line-height: 54px;
		text-align: center;
	}

	li.donate-now {
		margin-right: 0 !important;
		margin-left: 50px;
	}

	li.donate-now a:hover {
		background-color: #18cbc5 !important;
		color: #d45534 !important;
		text-decoration: underline !important;
		box-shadow: 3px 3px #bfbebe;
	}

}

@media only screen and (min-width:1400px) {
	li.donate-now {
		margin-right: 0 !important;
		margin-left: 80px;
	}

	ul.menu-listing li {
		display: inline-block;
		margin-right: 32px;
	}

	ul.menu-listing li a:link, ul.menu-listing li a:visited {
		font-size: 1.3em;
		letter-spacing: 1px;
	}
	
	.navigation {
		width: 1110px;
	}
	
	ul.menu-listing {
		float: right;
	}
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
	.navigation {
		min-width: 900px;
	}
	
	li.donate-now {
		margin-left: 10px;
	}
	
	ul.menu-listing {
		float: right;
	}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
.main-menu .menu {
		display: none;
	}

	.site-header {
		width: 100%;
		height: 100px;
	}

	.site-header .container {
		max-width: 98%;
		margin: 0 auto;
		position: relative;
	}

	.site-logo {
		width: 160px;
		position: absolute;
		left: 0;
		top: 12px;
	}

	.navigation {
		position: absolute;
		top: 28px;
		right: 0;
		width: 790px;
	}

	ul.menu-listing {
		list-style: none;
		margin: 0;
		padding: 0;
		float: right;
	}

	ul.menu-listing li a:link, ul.menu-listing li a:visited {
  		color: #626262;
  		text-decoration: none;
  		font-size: 1.1em;
  		letter-spacing: 1px;
  		font-weight: 300;
  		text-transform: uppercase;
  		text-decoration: underline;
  		transition: background-color .3s;
  		-webkit-transition: background-color .3s;
  		cursor: pointer;
  		font-family: 'Barlow Condensed', sans-serif;
	}

	ul.menu-listing li a:hover, ul.menu-listing li a:active {
  		color: #d45534;
	}

	ul.menu-listing li {
		display: inline-block;
		margin-right: 18px;
	}

	li.donate-now a {
		text-decoration: none !important;
		background-color: #d45534;
		color: #fff !important;
		letter-spacing: 1px;
		transition: background-color .2s ease-out;
		-webkit-transition: background-color .2s ease-out;
		font-weight: normal !important;
		text-transform: uppercase;
		display: block;
		width: 180px;
		height: 44px;
		line-height: 44px;
		text-align: center;
	}

	li.donate-now {
		margin-right: 0 !important;
	}

	li.donate-now a:hover {
		background-color: #18cbc5 !important;
		color: #d45534 !important;
		text-decoration: underline !important;
	}
}

/* Footer Styles */

.site-footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #093a3e;
	padding-top: 60px;
	padding-bottom: 50px;
}

.site-footer h4 {
	color: #18cbc5;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 110%;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer ul li {
	margin-bottom: 8px;
}

.site-footer ul a:link, .site-footer ul a:visited {
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.2em;
}

.footer-widget.three ul li a {
	font-size: 26px !important;
}

.footer-copyright p {
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	font-family: 'Barlow Condensed', sans-serif;
	line-height: 24px;
}

@media only screen and (min-width:1300px) {
	.site-footer .container {
		max-width: 1280px;
		margin: 0 auto;
		width: 70%;
	}

	.footer-widget {
		float: left;
	}

	.footer-widget.one {
		width: 25%;
	}

	.footer-widget.two {
		width: 25%;
	}

	.footer-widget.three {
		width: 50%;
	}

	.footer-copyright {
		height: auto;
		overflow: hidden;
		padding-top: 30px;
		text-align: center;
	}
}

@media only screen and (min-width: 992px) and (max-width:1299px) {
	.site-footer .container {
		max-width: 96%;
		margin: 0 auto;
		width: 100%;
	}

	.footer-widget {
		float: left;
	}

	.footer-widget.one {
		width: 25%;
	}

	.footer-widget.two {
		width: 25%;
	}

	.footer-widget.three {
		width: 50%;
	}

	.footer-copyright {
		height: auto;
		overflow: hidden;
		padding-top: 30px;
		text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
.site-footer .container {
		max-width: 96%;
		margin: 0 auto;
		width: 100%;
	}

	.footer-widget {
		float: left;
	}

	.footer-widget.one {
		width: 33%;
	}

	.footer-widget.two {
		width: 33%;
	}

	.footer-widget.three {
		width: 33%;
	}

	.footer-copyright {
		height: auto;
		overflow: hidden;
		padding-top: 30px;
		text-align: center;
	}
}

@media only screen and (max-width:767px) {
.site-footer .container {
		max-width: 96%;
		margin: 0 auto;
		width: 100%;
}

.footer-widget {
	width: 100%;
	text-align: center;
}

.footer-widget.three {
	max-width: 300px;
	margin: 0 auto;
}

.footer-copyright {
		height: auto;
		overflow: hidden;
		padding-top: 30px;
		text-align: center;
	}
}

/* ===== Homepage Styles ===== */

button.video-play {
	box-shadow: 5px 5px #fff;
	text-decoration: none;
	color: #fff;
	background-color: #d45534;
	text-align: center;
	letter-spacing: 1px;
	border-radius: 0;
	padding: .5em 2em;
	font-size: 1.7em;
	height: auto;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	border: 0;
}

button.video-play:hover {
	color: #d45534;
	background-color: #18cbc5;
	text-decoration: underline;
	box-shadow: 2px 2px gray;
}

.home-help p {
	margin-top: 0;
}


/* other pages styles */

body.page-template-default a, body.single-post a {
	text-decoration: underline;
	color: #093a3e;
}

#our-programmes-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#what-we-do-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#charity-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#charity-second .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#reports-main-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#reports-second-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#hospital-appeal-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#idlib-appeal-img  .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#knit-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#medical-appeal-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#food-appeal-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#limbs-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#water-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#sponsor-child-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#hunger-appeal-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#hygiene-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#hygiene-two .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#zakat-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#sarah-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#ismael-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#omar-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#mulham-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#lina-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#emergency-img1 .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#emergency-img2 .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#health-img1 .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#health-img2 .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#shelter-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#shelter-img2 .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

.education-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

.protection-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

.community-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

.wash-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#secondary-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

#about-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

.fundraising-img .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

/* Blog Page styles */

.blog-article h4 {
	color: #093a3e;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.5em;
	line-height: 110%;
}

.article-info a {
	text-decoration: underline;
	color: #093a3e;
	font-size: 21px;
	font-weight: 400;
}

.recent-posts .blog-article:last-child {
	border-bottom: 0;
}

@media only screen and (min-width:1200px) {
	.recent-posts .container {
		max-width: 1120px;
		width: 100%;
		margin: 0 auto;
	}

	.recent-posts .article-info {
		width: 45%;
		float: left;
	}

	.recent-posts .article-thumb {
		width: 50%;
		float: right;
	}

	.recent-posts .blog-article {
		border-bottom: 2px solid black;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

}

@media only screen and (min-width:992px) and (max-width: 1199px) {
	.recent-posts .container {
		max-width: 96%;
		width: 100%;
		margin: 0 auto;
	}

	.recent-posts .article-info {
		width: 45%;
		float: left;
	}

	.recent-posts .article-thumb {
		width: 45%;
		float: right;
	}

	.recent-posts .blog-article {
		border-bottom: 2px solid black;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:991px) {
.recent-posts .container {
		max-width: 96%;
		width: 100%;
		margin: 0 auto;
}

.recent-posts .blog-article {
		border-bottom: 2px solid black;
		padding-bottom: 30px;
		margin-bottom: 30px;
}

.recent-posts .article-info {
	margin-bottom: 40px;
}
}

/* 404 page */

.missing-content h1 {
	 font-family: 'Barlow Condensed', sans-serif;
	 color: #093a3e;
	 text-transform: uppercase;
	 font-size: 3em;
	 text-decoration: underline;
	 margin-bottom: 40px;
}

.missing-content h2 {
	color: #18cbc5;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	 font-size: 3em;
}

.missing-content p {
	font-family: 'Barlow Condensed', sans-serif;
	color: #626262;
	font-size: 1.4em;
}

.missing-content p a {
	color: #626262;
}

@media only screen and (min-width:1200px) {
	.missing-content {
		max-width: 1100px;
		width: 100%;
		margin: 60px auto 60px auto;
	}
}

@media only screen and (max-width:1199px) {
	.missing-content {
		max-width: 96%;
		width: 100%;
		margin: 60px auto 60px auto;
	}
}