/*
Theme Name: The Healing
Theme URI: 
Author: Foundry Digital
Author URI: 
Description: The theme for the The Healing website
Version: 1.0
*/
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  	color:#4A4A4A;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
	 ========================================================================== */
body {
  font-family: 'Zilla Slab', serif;
  margin: 0;
  padding: 0;
  background-color: #ececec;
}
.site-wrapper {
  margin: 0 auto;
  background-color: #ffffff;
}
.wrapper {
  width: calc(100% - 40px);
  margin: 0 auto;
	padding:0 20px;
	max-width:1200px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/** HEADER **/
header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 20px 0;
}
header.scrolled {
	background-color: #333333;
}
.site-title {
  width: 160px;
  height: 50px;
  text-indent: -99999px;
  background-image: url('/wp-content/uploads/2020/03/logo-white.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position:center left;
  display: block;
  float: left;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.home header .site-title {
	display:none;
}
header.scrolled .site-title {
	display:block;
}
a.menu-open, a.menu-close {
  font-size: 20px;
  line-height: 50px;
  color: #ffffff;
  float: right;
}
.menu-overlay {
  display: block;
  background-color: #272727;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  height: calc(100vh - 40px);
  width: 250px;
	margin-right:-500px;
	-webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
#menu-main-menu {margin-top:60px;}
.menu-overlay ul {
	margin:0;
	padding:0 10px;
	list-style:none;
}
.menu-overlay ul li a {
	font-size:20px;
	line-height:24px;
	padding:10px 0;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-weight: 500;
	text-transform:uppercase;
}
.menu-overlay ul li a:hover {
	color:#F7901E;
	text-decoration:underline;
	font-style:italic;
}
.menu-overlay .sub-menu {
	padding:0 20px;
}
.menu-overlay .sub-menu li a {
	font-size:17px;
}
.menu-overlay ul li.menu-button a {
			background-color: #F7901E;
			margin: 10px 0;
			padding: 14px 20px;
			text-align: center;
			width: calc(100% - 34px);
		  border:2px solid #F7901E;
			display:inline-block;
	}
	.menu-overlay ul li.menu-button.light a {
			background-color: #ffffff;
		  border-color: #ffffff;
		  color: #000000;
	}
	.menu-overlay ul li.menu-button a:hover {
		background-color:#ffffff;
		border:2px solid #ffffff;
		color:#131313;
		text-decoration: none;
	}

.facebook-link {
	  float: right;
	  color: #ffffff;
	  /* border: 2px solid #ffffff; */
	  /* border-radius: 50px; */
	  display: inline-block;
	  width: 20px;
	  height: 30px;
	  line-height: 38px;
	  text-align: right;
	  margin: 6px 0 0 6px;
	  font-size: 16px;
}
.facebook-link:hover {
	color: #f7901e;
}
/** BANNER **/
.banner {
	background-color:#cccccc;
	height:350px;
	padding-top:250px;
	background: url(http://staging.foundrydigital.com.au/thehealing/wp-content/uploads/2019/11/banner.jpg) no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	position:relative;
}
.banner::after {
	content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000000;
    opacity: .4;
    height: 100%;
		z-index:2;
}
.page-title {
	color:#ffffff;
	font-size:60px;
	line-height:60px;
	margin:0px;
	font-weight:600;
	text-transform:lowercase;
	position:relative;
	z-index:3;
}
.banner h2 {
	font-size:24px;color:#ffffff;z-index:3;position:relative;
}
.scroll-link {
	color:#ffffff;
	font-size: 40px;
	position:relative;
	z-index:4;
	margin-top:40px;
}
.scroll-link:hover {
	color: #f7901e;
}

/** PAGE LAYOUT **/

.page-content {
	padding:60px 0 0;
}
.main-container p a, .post-navigation__prev--title, .post-navigation__next--title {
	color:#000000;text-decoration: underline;
}

/** FONTS **/
h2 {
  color: #f7901e;
  font-size: 35px;
  line-height: 45px !important;
  font-weight: 600;
}
h3 {
  color: #000000;
  font-size: 22px;
  line-height: 32px !important;
  font-weight: 400;
}
h4 {
  color: #f7901e;
  font-size: 20px;
  line-height: 30px !important;
  font-weight: 600;
}
p {
  line-height: 25px;
  margin: 0 0 25px;
}
.elementor-flip-box span {
  font-style: normal;
  font-weight: 600;
}

/** FORM STYLES **/
.gform_wrapper ul.gform_fields li.gfield {
	margin:0;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border:1px solid #999999;
	line-height:40px;
	margin:0 0 20px;
}
.gform_wrapper select {
    height: 52px;
}
.gform_button, .button {
	border: 2px solid #F7901E;
	color:#F7901E;
	padding:10px 20px;
	font-weight: 500;
}
.gform_button:hover, .button:hover {
	color:#ffffff;
	background-color:#F7901E;
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px !important;
}

/** FOOTER **/
.elementor-text-editor ul li {
    margin-bottom: 10px;
    line-height: 25px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 768px) {
	
	.site-title {
  width: 200px;
	}
	
}
@media only screen and (min-width: 1024px) {
	
	a.menu-open, a.menu-close {
  	display:none;
	}
	.menu-overlay {
		display: block;
		background-color: transparent;
		position: relative;
		top: 0;
		right: 0;
		padding: 0;
		height: auto;
		width: auto;
		margin-right:0;
	}
	.menu-overlay .menu {float:right;}
	.menu-overlay ul {
		margin:0;padding:0;float:right;
	}
	.menu-overlay ul li {display:inline-block;}
	.menu-overlay ul li a {
		line-height:24px;
		margin: 0 40px 0 0;
    font-size: 18px;
		padding: 14px 0;
	}
	.menu-overlay ul li a:hover {font-style: normal;}
	#menu-main-menu {margin-top:0px;}
  .menu-overlay ul li.menu-button a {
			background-color: #F7901E;
			margin: 0px 0 0 10px;
			padding: 14px 20px;
			text-align: center;
			width: 130px;
		  border:2px solid #F7901E;
			display:inline-block;
	}
	.menu-overlay .sub-menu {
		display:none;
		position:absolute;
		background-color:#131313;
		padding:0;
		margin:0 0 0 -20px;
	}
	.menu-overlay ul li:hover .sub-menu {
		display:block;
	}
	.menu-overlay .sub-menu li {
		display:block;
	}
	.menu-overlay .sub-menu li a {
		margin:0;
		padding:10px 20px;
	}
	.menu-overlay .sub-menu li a:hover {
		background-color:#f7901e;
		color:#ffffff;
		text-decoration:none;
	}
	.facebook-link {
		margin: 10px 0 0 15px;
	}
	
	
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " ("attr(href) ")";
  }
  abbr[title]:after {
    content: " ("attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}