@charset "UTF-8";
/************************************************

Stylesheet: Custom Stylsheet
Author: Net Ninjas
Web: https://netninjas.com.au

*************************************************/
/*********************
CUSTOM FONTS
*********************/
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/calibre-web-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/calibre-web-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/calibre-web-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/calibre-web-regular.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/calibre-web-medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/calibre-web-medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/calibre-web-medium.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts//calibre-web-medium.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/calibre-web-bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/calibre-web-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/calibre-web-bold.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/calibre-web-bold.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Soehne';
  src: url('../fonts/soehne-schmal-web-halbfett.eot'); /* IE9 Compat Modes */
  src: url('../fonts/soehne-schmal-web-halbfett.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/soehne-schmal-web-halbfett.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/soehne-schmal-web-halbfett.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*********************
GENERAL STYLES
*********************/
body {
  background: #fff;
  font-family: 'Calibre';
}
html, body, p, li {
  font-family: 'Calibre';
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4rem;
  text-transform: none;
	color: #000000;
}
body.error404 #content {
  padding: 50px 0 70px 0;
}
date {
  display: block;
  margin-bottom: 1em;
  font-size: 0.9rem;
}
.screenreader-text {
  display: block;
  text-indent: -9999px;
	position: absolute;
}
article p {
  margin: 1em 0;
}
article ul {
  padding: 0.8em 0 0.8em 1em;
}
article ul li {
  position: relative;
  padding-left: 0.2em;
}
article ul li::before {
  padding-right: 10px;
  content: "\2022";
  top: 0;
  left: -1em;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
  color: #222;
}
#fullpage {
  overflow: hidden;
}
#content {
  position: relative;
  padding-top: 95px;
  padding-bottom: 0;
	overflow: hidden;
}
body.page-template-template-home #content , body.page-template-template-full-width #content{
  padding-top: 95px;
}
body.blog #content{
	padding-top: 40px;
}
#parallax-bg {
  position: absolute;
  width: 100%;
  height: 110%;
  background: url('') repeat-y;
  background-size: 100%;
  background-position: top 50px center;
  z-index: -99;
  bottom: 0;
  left: 0;
}
.green-text {
  color: #009940;
}
.white-text, .white-text p{
	color: #fff;
}
.align-center {
  text-align: center;
}
article ul li::before {
  display: none;
}
.text_75percent .vc_column-inner {
  width: 75%;
}
.text_60percent .vc_column-inner {
  width: 60%;
}
.hidden-lg{
	display: none;
}

/*********************
HEADING STYLES
*********************/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Calibre';
  text-rendering: optimizeLegibility;
}
h1 {
  font-family: 'Calibre';
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: .01em;
  line-height: 1.1em;
  text-transform: none;
  padding-bottom: 0;
  margin: 50px 0;
}
h1.post-title {
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0em;
  line-height: 1em;
  text-transform: none;
  padding-bottom: 17px;
  margin: 50px 0;
  color: #5D5D5D;
  text-align: center;
}
article.post  h1.post-title{
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0em;
  line-height: 1em;
  text-transform: uppercase;
  padding-bottom: 0;
  margin: 0 0 0 0;
  color: #333333;
  text-align: left;
  font-family: 'Soehne';
	width: 75%;
    margin-right: 10px
}
h1.banner {
  font-family: 'Soehne';
  font-size: 180px;
  text-transform: uppercase;
  color: #fff;
}
h2 {
  font-family: 'Soehne';
  font-weight: 400;
  font-style: normal;
  font-size: 5.9rem;
  letter-spacing: 0em;
  line-height: 0.8em;
  padding: 0;
  margin: 0;
  color: #5D5D5D;
  text-transform: uppercase;
}
h3 {
  color: #333333;
  font-size: 30px;
}
h4 {
  color: #333333;
}
/*********************
LINKS STYLES
*********************/
a, a:link, a:visited {
  color: #222;
}
a:hover, a:focus {
  color: #009940;
  text-decoration: none;
}
a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .x-comment-time:hover, #reply-title small a, .comment-reply-link:hover, .x-comment-author a:hover, .x-recent-posts a:hover .h-recent-posts {
  color: #222;
}
/*********************
BUTTON STYLES
*********************/
input[type="submit"], .button, footer#colophon .BBFormButtonRow input[type="submit"].BBFormSubmitbutton, body #mongo-form .BBFormSubmitbutton, .buddypress .buddypress-wrap input[type="submit"], .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button.alt.disabled {
  border: 2px solid #009940;
  border-radius: 0;
  background-color: #009940;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  position: relative;
  transition: all 0.25s ease;
  box-shadow: none;
  padding: 15px 35px;
	padding: 20px 100px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled],input[type="submit"]:focus, footer#colophon .BBFormButtonRow input[type="submit"].BBFormSubmitbutton:focus, .button:focus, body #mongo-form .BBFormSubmitbutton:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button :focus, .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: transparent;
  border: 2px solid #009940;
  color: #009940;
  box-shadow: none;
}
a.button {
  text-decoration: none;
  padding: 20px 75px;
  font-size: 0.9rem;
  transition: all 0.5s linear;
  display: inline-block;
  width: auto;
  border-radius: 0;
  background: #009940;
  border: 2px solid #009940;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
	letter-spacing: 1px;
}
a.button.green_button {
  background: #82a63d;
  color: #fff;
  border: none;
  margin: 15px 0;
  font-size: 1.1rem;
}
a.button.white_button {
  background: #fff;
  border: 2px solid #009940;
  color: #009940;
}
a.button.blue_button {
  background: #009940;
  border: 2px solid #009940;
  color: #fff;
}
a.button.black_button {
  background: transparent;
  color: #333333;
  border: 2px solid #333333;
}
a.transparent_button {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
a.button.white_button.back_to_search {
  background-image: url(../images/icon-chevron-left.svg);
  background-repeat: no-repeat;
  background-position: 20px;
  background-size: 10px;
  padding-left: 50px;
  transition: all 0.5s;
}
a.button.fb_share {
  float: right;
  background-image: url(../images/icon-facebook-white.svg);
  background-repeat: no-repeat;
  background-color: #009940;
  background-position: right 20px center;
  background-size: 30px;
  color: #fff;
  border: 2px solid #009940;
  padding-right: 70px;
}
a.button.email_share {
  background-image: url(../images/icon-mail-blue.svg);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: right 20px center;
  background-size: 30px;
  border: 2px solid #009940;
  padding-right: 70px;
  margin-right: 15px;
  transition: all 0.5s ease;
}
a.button.email_share:hover, a.button.email_share:focus {
  background-image: url(../images/icon-mail-white.svg);
  background-repeat: no-repeat;
  background-color: #009940;
  background-position: right 20px center;
  background-size: 30px;
  color: #fff;
}
a.button.green_button:hover, a.button.green_button:focus {
  text-decoration: none;
  background: rgba(7, 110, 184, 0.7);
}
a.button:hover, a.button:focus, a.button.active {
  text-decoration: none;
  background: #fff;
  color: #009940;
}
a.button.black_button:hover, a.button.black_button:focus {
  text-decoration: none;
  background: #333;
  color: #fff;
}
a.button.white_button.back_to_search:hover {
  background-image: url(../images/icon-chevron-left-white.svg);
  background-color: #009940;
  color: #fff;
  background-position: 10px;
}
a.button.fb_share:hover, a.button.fb_share:focus {
  background-image: url(../images/icon-facebook.svg);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: right 20px center;
  background-size: 30px;
  color: #009940;
  border: 2px solid #009940;
}
/*********************
HEADER STYLES
*********************/
header.header {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: background 0.5s ease;
  padding: 0;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
}
header.sticky-header, body.single-post header {
  background: rgba(0, 0, 0, 0.5);
}
.navbar-brand {
  position: relative;
  z-index: 99;
  padding: 30px 0;
  display: flex;
}
.navbar-brand-sticky {
  float: left;
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
header .navbar-brand img {
  width: 240px;
  height: auto;
  transition: all 0.5s ease;
}
header.sticky-header .navbar-brand img {
  width: 150px;
  height: auto;
}
header .navbar-brand-sticky {
  display: none;
}
header a, header a:link, header a:visited {
  border: none;
}
/*********************
NAVBAR STYLES
*********************/
#navbar {
  background: #000;
  position: relative;
  border-bottom: none;
}
#navbar a, #navbar a:link, #navbar a:visited {
  color: #fff;
}
#navbar a:hover, #navbar a:focus {
  color: #009940;
}
#navbar .navbar-nav li.menu-item {
  margin: 0 15px;
}
#navbar a.button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    height: 100%;
    line-height: 100%;
    display: flex;
    align-items: center;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 0.8rem;
}
#mega-menu-wrap-main-nav {
  clear: both;
  justify-content: flex-end;
  width: 100%;
}
#nav_topbar {
  display: flex;
  align-items: center;
  height: 70px;
  background: #009940;
  color: #000;
}
#nav_topbar .container {
  display: flex;
  align-items: center;
}
#nav_topbar img {
  margin-right: 25px;
}
.header-elements {
  display: flex;
	position: relative;
}
.navbar {
  position: relative;
  display: block;
}
.navbar-nav {
  flex-direction: row;
  justify-content: flex-end;
  vertical-align: middle;
  align-items: center;
}
.navbar-nav a {
  font-size: 18px;
  letter-spacing: 1px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.menu_cta > a.mega-menu-link {
  background: rgb(154, 196, 94);
  margin: 20px 0 20px 20px;
  padding: 0px 20px;
  height: auto;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.menu_cta > a.mega-menu-link:hover {
  color: #fff;
}
/****************************
HAMBURGER MENU OVERLAY STYLES
****************************/
.button_container {
  position: absolute;
	left: 0;
	top: 30px;
  height: auto;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
  margin-top: 4px;
  display: none;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(14px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-14px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #fff;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
header.sticky-header .button_container span {
  background: #fff;
}
.button_container span:nth-of-type(2) {
  top: 14px;
}
.button_container span:nth-of-type(3) {
  top: 28px;
}
#menu_close {
    position: absolute;
    right: 35px;
    z-index: 200;
    top: 27px;
}
#overlay_elements {
    display: flex;
    top: 80px;
    position: relative;
	justify-content: center;
}
.overlay {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 65%;
  top: 40%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: 'Varela Round', serif;
  font-weight: 400;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.overlay ul {
  list-style: none;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  width: 100%;
	padding: 0 25px;
}
.overlay ul#main-nav {
  margin-top: 150px;
}
.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
	display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    margin: 10px 0;
    font-size: 2.1rem;
    line-height: 2.2rem;
    text-align: left;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  transform: translateX(-10%);
  height: 1px;
  background: #FFF;
  transition: .35s;
}
/*********************
SEARCH PAGE STYLES
*********************/
.search_result_item {
  padding: 10px 0;
}
body.search .content ul.pagination li span, ul.pagination li a {
  display: block;
  background: #c2c2c2;
  padding: 5px 15px;
  margin-right: 5px;
}
body.search .content ul.pagination li span.current {
  background: #009940;
  color: #fff;
}
form.search-form label {
  width: 100%;
}
input.search-field {
  border: 1px solid #c2c2c2;
  width: 100%;
  padding: 10px 15px;
}
/*********************
STANDARD PAGE ELEMENTS
*********************/
#page_banner {
  height: 436px;
  background-image: url('');
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  overflow: hidden;
	padding-top: 95px;
}
body.single #page_banner{
	margin-bottom: 50px;
	padding-top: 0;
}
#page_banner i{
	position: absolute;
    bottom: 20px;
    left: 20px;

}
#page_banner_image {
	height: 436px;
	width: 838px;
	overflow: hidden;
}
#page_banner_image img{
	width: auto;
    height: 100%;
}
#featured_ad {
    width: 25%;
	height: 436px;
	padding-left: 20px;
	overflow: hidden;
}
#featured_ad img{
	width: auto;
	height: 100%;
}
#banner_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0, 0.5);
}
#page_banner h2{
  color: #fff;
}

#page_banner h2 a {
  color: #fff;
  text-align: center;
  z-index: 10;
}

/*********************
COBIU STYLES
*********************/
iframe .ApplicationTitle{
  font-family: 'Soehne';
}


/*********************
POPOVER STYLES
*********************/

.popover{
	border-radius: 0 !important;
	font-size: 14px !important;
	text-align: center;
}
.popover-div {
    font-size: 13px;
}
.popover-title {
    display: none;
    font-size: 10px;
}
.popover-content {
    display: none;
    font-size: 10px;
	background: #fff !important;
}

/*********************
OUR TEAM STYLES
*********************/

#our_team{
	background: #fff;
	margin: 0;
	padding: 25px 100px 100px 100px;
	position: relative;
}
#our_team::before{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
}
#our_practitioners{
	background: #fff;
	margin: 70px 0;
	padding: 50px 100px 100px 100px;
	position: relative;
}

/*********************
HOMEPAGE STYLES
*********************/

#how_it_works{
	padding: 0 0 0 0;
	height: 100%;
}
#how_it_works_cta {
    z-index: 2000;
    position: relative;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	top: 100px;
}

#how_it_works_cta.in_view{
	transform: translate3d(0, -100px, 0);
	opacity: 1;
}
#how_it_works_cta .nn_callout_blocks.in_view .netninjas_callout_block{
	
}
#how_it_works_cta .netninjas_callout_block:nth-child(1) .nn_cta_img{
	opacity: 0;
	transition: all 1s ease-in-out;
	transition-delay: 0.5s;
}
#how_it_works_cta .netninjas_callout_block:nth-child(2) .nn_cta_img{
	opacity: 0;
	transition: all 1s ease-in-out;
	transition-delay: 0.5s;
}
#how_it_works_cta .netninjas_callout_block:nth-child(3) .nn_cta_img{
	opacity: 0;
	transition: all 1s ease-in-out;
	transition-delay: 0.5s;
}
#how_it_works_cta.in_view .netninjas_callout_block:nth-child(1) .nn_cta_img,#how_it_works_cta.in_view .netninjas_callout_block:nth-child(2) .nn_cta_img,#how_it_works_cta.in_view .netninjas_callout_block:nth-child(3) .nn_cta_img{
	opacity: 1;
}
#about {
  position: relative;
}
#its_ok {
	position: relative;
	margin: 78px 0 78px 0;
	top: 0;
}
#its_ok_right {
    position: absolute;
    top: -50px;
    right: -420px;
    width: 1300px;
    opacity: 0;
    transition: all 1s ease-in-out;
}
#its_ok_left {
    top: 200px;
    left: 0;
    padding: 100px 50px 100px 100px;
    background: #fff;
    z-index: 99;
    opacity: 0;
    transition: all 1.5s ease-in-out;
    width: 700px;
}
#its_ok_left.in_view{
	transform: translate3d(0, -100px, 0);
	opacity: 1;
}
#its_ok_right.in_view{
	transform: translate3d(0, 50px, 0);
	opacity: 1;
}
	
#its_ok h2 {
  margin: 0;
}


#experts {
  padding: 376px 25px 0 0;
  position: relative;
	overflow: visible;
	top: -400px;
}
#experts #experts_left_col{
	left: -100px;
	opacity: 0;
	transition: all 1s ease-in-out;
}
#experts #experts_right_col{
	top: 100px;
	opacity: 0;
	transition: all 1s ease-in-out;
}
#experts.in_view{
	
}
#experts.in_view #experts_left_col{
	transform: translate3d(100px, 0, 0);
	opacity: 1;
}
#experts.in_view #experts_right_col{
	transform: translate3d(0, -100px, 0);
	opacity: 1;
}
#experts h2 {
  font-size: 5rem;
}
#created_for_change .wpb_wrapper {
  max-width: 1200px;
  margin: auto;
}

#our_mates{
	padding: 84px 0 45px 0;
}
#our_mates h2 {
  margin: 0;
}
#our_mates p {
  color: #fff;
}
#our_mates .netninjas_callout_block .nn_cta_img {
  height: 105px;
}
#our_mates .netninjas_callout_block .nn_cta_img img {
  max-width: 220px;
  width: auto;
  max-height: 105px;
}
#our_mates .nn_callout_blocks.three .netninjas_callout_block {
  border: 1px solid #fff;
}
#our_mates .nn_callout_blocks.three .netninjas_callout_block a.button {
  padding: 25px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
}
#our_mates .nn_callout_blocks.three .netninjas_callout_block a.button:hover, #our_mates .nn_callout_blocks.three .netninjas_callout_block a.button:focus{
	border: 1px solid #009940 !important;
}
#our_mates_callout_boxes{
	
}
#our_mates_callout_boxes.in_view{
	
}
#our_mates_callout_boxes .netninjas_callout_block:nth-child(1){
	opacity: 0;
	transition: all 1s ease-in-out;
}
#our_mates_callout_boxes .netninjas_callout_block:nth-child(2){
	opacity: 0;
	transition: all 1s ease-in-out;
	transition-delay: 0.5s;
}
#our_mates_callout_boxes .netninjas_callout_block:nth-child(3){
	opacity: 0;
	transition: all 1s ease-in-out;
	transition-delay: 1s;
}
#our_mates_callout_boxes.in_view .netninjas_callout_block:nth-child(1),#our_mates_callout_boxes.in_view .netninjas_callout_block:nth-child(2),#our_mates_callout_boxes.in_view .netninjas_callout_block:nth-child(3){
	opacity: 1;
}
#services{
	overflow: visible;
	top: -125px;
}
#services.in_view{
	
}
#services .netninjas_callout_block:nth-child(1){
	opacity: 0;
	transition: all 1s ease-in-out;
}
#services .netninjas_callout_block:nth-child(2){
	opacity: 0;
	transition: all 1s ease-in-out;
	transition-delay: 0.5s;
}
#services .netninjas_callout_block:nth-child(3){
	opacity: 0;
	transition: all 1s ease-in-out;
	transition-delay: 1s;
}
#services.in_view .netninjas_callout_block:nth-child(1),#services.in_view .netninjas_callout_block:nth-child(2),#services.in_view .netninjas_callout_block:nth-child(3){
	opacity: 1;
}
#faqs {
  position: relative;
  overflow: visible;
	top: -300px;
	margin-bottom: -300px;
}
#faq_left {
	position: relative;
	top: -75px;
	left: -200px;
	opacity: 0;
	transition: all 0.7s ease-in-out;
}
#faq_right {
	position: relative;
	display: block;
	background: #fff;
	padding: 100px;
	top: 0;
	width: 50%;
	right: -200px;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
	opacity: 1;
	transition: transform 1s ease-in-out;
}
#faq_left.in_view{
	opacity: 1;
	transform: translate3d(200px, 0, 0);
}
#faq_right.in_view{
	transform: translate3d(-250px, 0, 0);
}
#faq_right::after{
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.vc_toggle.vc_toggle_simple.vc_toggle_color_default.vc_toggle_size_md {
    border-top: 1px solid #707070;
	margin: 0;
	padding: 20px 0;
}
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title{
	padding-right: 33px;
	transition: color 0.5s ease;
}
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title:hover h4{
	color: #009940;
}
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title h4{
	font-size: 1rem;
}
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon{
    left: unset;
    right: 0;
}
.vc_toggle_size_md .vc_toggle_icon::after {
    height: 22px;
    width: 1px;
}
.vc_toggle_size_md .vc_toggle_icon::before {
    height: 1px;
    width: 22px;
}
.vc_toggle_content {
    margin-top: 0;
}
#consultation_types{
	position: relative;
	top: 150px;
	transition: transform 1s ease-in-out;
}
#consultation_types.in_view{
	transform: translate3d(0, -100px, 0);
}
#contact_us {
  position: relative;
  min-height: 470px;
}
#contact_row_footer{
	position: relative;
}
#contact_row_footer #gform_wrapper_1 {
  position: absolute;
	top: 98px;
  background: #fff;
  padding: 100px 80px 80px 100px;
  width: 700px;
	z-index: 100;
	opacity: 0.5;
	transition: all 1s ease-in-out;
}
#gform_confirmation_wrapper_1 {
  position: absolute;
	top: -150px;
  background: #fff;
  padding: 100px 80px 80px 100px;
  width: 700px;
	opacity: 1;
	transition: all 1s ease-in-out;
}
#contact_row_footer #gform_wrapper_1.gform_wrapper h3.gform_title {
    font-size: 5.9rem;
    text-transform: uppercase;
    font-family: 'Soehne';
    line-height: 1;
    font-weight: 500;
}
#contact_row_footer .gform_wrapper .gform_heading {
    width: 100%;
    margin-bottom: 0;
}
#contact_row_footer #gform_wrapper_1.in_view{
	opacity: 1;
	transform: translate3d(0, -470px, 0);
}

/*********************
PRESS RELEASE PAGE
*********************/
#press_release_banner{
	padding: 175px 0 325px 0;
}

#press_release_callouts {
    z-index: 99;
    position: relative;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	top: 100px;
	margin-top: -165px;
}

#press_release_callouts.in_view{
	transform: translate3d(0, -100px, 0);
	opacity: 1;
}
#press_release_callouts .netninjas_callout_block:nth-child(1) .nn_cta_img{
	opacity: 0;
	transition: all 1s ease-in-out;
	transition-delay: 0.5s;
}
#press_release_callouts .netninjas_callout_block:nth-child(2) .nn_cta_img{
	opacity: 0;
	transition: all 1s ease-in-out;
	transition-delay: 0.5s;
}
#press_release_callouts .netninjas_callout_block:nth-child(3) .nn_cta_img{
	opacity: 0;
	transition: all 1s ease-in-out;
	transition-delay: 0.5s;
}
#press_release_callouts.in_view .netninjas_callout_block:nth-child(1) .nn_cta_img,#press_release_callouts.in_view .netninjas_callout_block:nth-child(2) .nn_cta_img,#press_release_callouts.in_view .netninjas_callout_block:nth-child(3) .nn_cta_img{
	opacity: 1;
}

#press_release_callouts .netninjas_callout_block {
	background: #fff;
	padding: 50px 20px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.press_release_list{
	padding: 70px 35px 5px 35px;
}
.press-release-item .post-content {
    font-weight: 500;
    color: #009940;
    padding: 25px 0;
}
.netninjas_press_release_grid {
    margin-bottom: 75px;
}
.press-release-item .post-date{
	color: #000;
}

#what_matters{
	padding: 75px 0 100px 0;
	text-align: center;
	color: #fff;
}

#what_matters h4{
  font-family: 'Soehne';
	text-align: center;
	text-transform: uppercase;
	font-size: 3.3rem;
}
#what_matters h5{
	font-family: 'Calibre';
	text-transform: none;
	letter-spacing: normal;
}
#what_matters p{
	color: #fff;
}
	
/*********************
VISUAL COMPOSER STYLES
*********************/




/*********************
CONTACT PAGE STYLES
*********************/
.gform_wrapper .contact_page_form .gform_body {}
.gform_wrapper .gform_footer {
  padding: 16px 0 10px 4px;
  margin: 16px 0 0;
  clear: both;
  width: 100%;
}
.gform_wrapper form.contact_page_form {
  position: relative;
  background: #569FDC;
  border-radius: 7px;
  padding: 25px 25px 50px 25px;
}
.gform_wrapper .contact_page_form .top_label .gfield_label, .gform_wrapper .contact_page_form legend.gfield_label, .gform_wrapper .contact_page_form .gfield_required {
  color: #fff;
  font-size: 14px;
}
.gform_wrapper .contact_page_form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper .contact_page_form textarea {
  border: 1px solid #BCE0FD;
  padding: 10px;
  border-radius: 5px;
}
.gform_wrapper .contact_page_form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .gform_wrapper .contact_page_form textarea:focus{
	border: 1px solid #009940;
}

.gform_wrapper .contact_page_form textarea {
  border: 1px solid #BCE0FD;
}
.gform_wrapper .contact_page_form .gform_footer input.button, .gform_wrapper .contact_page_form .gform_footer input[type="submit"], .gform_wrapper .contact_page_form .gform_page_footer input.button, .gform_wrapper .contact_page_form .gform_page_footer input[type="submit"] {
  background: #C5E6FF;
  border: 1px solid #BCE0FD;
  border-radius: 4px;
  color: #2699FB;
  font-size: 16px;
  width: auto;
  margin: 0 16px 0 0;
  padding: 15px 65px;
  transition: background 0.5s ease;
}
.gform_wrapper .contact_page_form .gform_footer input.button:hover, .gform_wrapper .contact_page_form .gform_footer input[type="submit"]:hover, .gform_wrapper .contact_page_form .gform_page_footer input.button:hover, .gform_wrapper .contact_page_form .gform_page_footer input[type="submit"]:hover {
  background: #2699FB;
  color: #fff;
}
body .gform_wrapper div.validation_error {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 25px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 6px !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 6px;
  padding-top: 0;
  box-sizing: border-box;
}
body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #990B00;
}
body .gform_wrapper .validation_message {
	color: #990B00;
    font-weight: 500;
    letter-spacing: normal;
}

/*********************
SOCIAL LINKS STYLES
*********************/
.menu-social-links-container ul {
  list-style: none;
	display: flex;
	margin-top: 10px;
}
.menu-social-links-container ul li {
  display: inline-block;
}
.menu-social-links-container ul li a {
  display: block;
  height: 32px;
  width: 32px;
  padding: 0;
}
.menu-social-links-container ul li.icon-facebook a {
  text-indent: -9999px;
  background: url(../images/icon-facebook-white.svg) center no-repeat;
  background-size: contain;
}
.menu-social-links-container ul li.icon-instagram a {
  text-indent: -9999px;
  background: url(../images/icon-instagram-white.svg) center no-repeat;
  background-size: contain;
}
.menu-social-links-container ul li.icon-twitter a {
  text-indent: -9999px;
  background: url(../images/icon-twitter-white.svg) center no-repeat;
  background-size: contain;
}
.menu-social-links-container ul li.icon-linkedin a {
  text-indent: -9999px;
  background: url(../images/icon-linkedin.svg) center no-repeat;
  background-size: contain;
}
.menu-social-links-container ul li.icon-youtube a {
  text-indent: -9999px;
  background: url(../images/icon-youtube-white.svg) center no-repeat;
  background-size: contain;
}
/*********************
FOOTER STYLES
*********************/
footer.footer {
  background: #333333;
  color: #fff;
  margin: 0 0 0 0;
  padding: 50px 0 0 0;
	
}
body.home footer.footer {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
	
}

footer #footer-top {
    display: flex;
    padding: 0 80px 50px 80px;
    border-bottom: 1px solid #fff;
}
body.home footer #footer-top {
    margin-top: 500px;
}
footer #footer-top.submitted {
	margin-top: 0;
}
footer .container {
    padding: 0 80px;
}
footer p{
	font-size: 0.65rem;
	line-height: 1.1;
}
footer #footer-top a.navbar-brand{
	padding: 0;
}
footer .inner-footer {
  padding: 50px 80px;
	
}
footer .widget_media_image img {
  width: 137px;
}
footer .copyright {
  text-align: center;
}
footer h3.widget-title {
	color: #fff;
	font-size: 0.65rem;
	margin: 0;
	padding: 0;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .menu li {
    margin-right: 0;
    list-style: none;
	line-height: 0.8rem;
}
footer .menu .active > a, footer .menu .is-active > a, footer .menu a:hover, footer .menu a:focus {
    background: transparent;
    color: #fff;
}
footer ul li a {
  color: #fff;
  font-size: 0.7rem;
}
footer .menu-social-links-container ul li{
	margin-right: 10px;
}
body footer .textwidget ul li a:hover, footer .textwidget ul li a:focus {
  color: #333
}
body footer .gform_wrapper form.gf_simple_horizontal {
  width: 100%;
  margin: 0 auto;
}
body footer .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
  padding: 0;
}
body footer .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  height: 45px;
  padding: 5px 10px;
  margin: 0;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px 0 0 5px;
}
body footer .gform_wrapper .gform_footer input.button, footer .gform_wrapper .gform_footer input[type="submit"], footer .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
  background: #fff;
  border: none;
  color: #666363;
  height: 45px;
}

/***********************************/
/*   NEED HELP NOW BUTTON STYLES   */
/***********************************/
#navbar a[href^="tel"]#need_help_mobile {
    width: auto;
    display: flex;
    color: #009940 !important;
	margin: 25px;
	border: 2px solid #009940;
	padding: 25px 35px;;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 1.2rem !important;
}
#navbar a[href^="tel"]#need_help_mobile i.icon-alert-green{
	color: #009940;
	margin-right: 45px;
}
#need_help_now{
	display: flex;
  background: #000;
	color: #fff;
  text-align: center;
  border-radius: 0;
  position: fixed;
  top: 400px;
  right: 0;
	padding: 25px 50px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  background-size: 50%;
	/* Rotate from top left corner (not default) */
  transform: rotate(-90deg);
	transform-origin: 73% 0;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	font-size: 0.8rem !important;
}
#need_help_now.show {
  opacity: 1;
  visibility: visible;
}

/***********************************/
/*    BACK TO TOP BUTTON STYLES    */
/***********************************/


#back_to_top {
  display: inline-block;
  background: #009940 url(../images/icon-arrow-up.svg) center no-repeat;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  background-size: 50%;
  text-indent: -9999px;
}
#back_to_top:hover {
  cursor: pointer;
  background-color: #333;
}
#back_to_top:active {
  background-color: #555;
}
#back_to_top.show {
  opacity: 1;
  visibility: visible;
}
/*********************
BLOG PAGE STYLES
*********************/
#nn_post_grid h2{
	font-size: 30px;
  font-family: 'Calibre';
	color: #000000;
	margin: 15px 0 30px 0;
	padding: 0;
	text-transform: none;
}
#news_search_form a {
  margin: 0 10px 10px 0 !important;
}
#news_grid {
  display: flex;
	flex-wrap: wrap;
  margin-top: 25px;
  justify-content: space-between;
}
.featured-post-block {
  height: 187px;
}
.featured-post-block img {
  height: auto;
  width: 100%;
}
.loading {
  display: block;
  justify-content: center;
  text-align: center;
  margin: 50px 0;
}
.post_nav, .post_navgiation {
  display: flex;
}
.search_posts_form {
  display: inline;
}
.share_post {
  float: right;
  display: flex;
  align-content: center;
  margin-left: 15px;
}
.post-item {
  text-align: left;
  padding: 0;
  overflow: hidden;
  width: 358px;
	margin-bottom: 40px;
}
.post-excerpt{
	display: none;
}
.post-excerpt img{
	width: auto;
	height: 100%;
}
.post-item:nth-child(4){
	width: 100%;
}
.post-item:nth-child(4) .post_link{
	display: flex;
	align-items: center;
}
.post-item:nth-child(4) .post_link .featured-post-block{
	justify-content: flex-start;
    height: 440px;
	width: 840px;
}
.post-item:nth-child(4) .post_link .featured-post-block img{
	width: 100%;
	height: auto;
}
.post-item:nth-child(4) .post-excerpt{
	display: flex;
	width: 260px;
    height: 440px;
	align-items: center;
	margin-left: 20px;
}

.post-item h5{
	font-size: 0.98rem;
	color: #009940;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 0;
}
.post-item a {
  max-width: 100%;
  overflow: hidden;
}
.post-item .post-date{
	color: #000;
	font-size: 0.98rem;
}

.post-item .featured-post-block {
  margin-right: 0;
}
.post-item .featured-post-block iframe {}
.post-item h4, .post-item h3 {
  margin: 25px 0 50px 0;
  font-size: 1.5rem;
}
.post-item a:hover h4, .post-item a:hover h3 {
  color: #009940;
}
article.post .post-meta {
    display: flex;
}
article .post-socials {
    width: 25%;
    padding-left: 10px;
	display: flex;
    align-items: center;
	color: #999999;
}
article .post-socials a{
	margin-right: 10px;
	color: #999999;
}
article blockquote p{
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
}
.post-date{
	color: #009940;
}
.single .post-date{
	margin-bottom: 15px;
}
.post-cta p {
    color: #009940;
    font-weight: 500;
}
.post-cta  {
   margin: 0 0 60px 0;
}
#related_posts{
	background: url("../images/blog_related_bg.svg") center/cover no-repeat;
	margin-top: 50px;
	padding-top: 60px;
	padding-bottom: 50px;
}

#related_posts h3{
	margin-bottom: 50px;
}
div#nn_related_posts {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.related_post {
    width: 32%;
}
.related_post h5{
	font-size: 1rem;
	color: #009940;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 0;
}
.related_post .post-date{
	color: #000;
}
.load_more_container {
  display: flex;
  justify-content: center;
}
.load_more_container a.load_more, .load_more_container a.load_more:link, .load_more_container a.load_more:visited {
	background: #009940;
    color: #fff;
    padding: 18px 75px;
    border-radius: 0;
    border: 2px solid #009940;
    transition: background 0.5s ease;
	text-transform: uppercase;
	font-size: 14px;
    font-weight: bold;
	letter-spacing: 1px;
}
.load_more_container a.load_more:hover, .load_more_container a.load_more:focus {
  background: #fff;
  color: #009940;
}
#news_search {
  height: 100%;
  padding: 10px;
  border: 1px solid #009940;
  border-radius: 5px 0 0 5px;
}
/*********************
ARCHIVE PAGE STYLES
*********************/
.screen-reader-text {
  text-indent: -999px;
}
#featured_image {
  width: 100%;
  margin-bottom: 50px;
}
body.single-format-video #featured_image {
  width: 100%;
  height: 660px;
  margin: 150px auto 50px auto;
}
#featured_image iframe {
  width: 100%;
  height: 100%;
}
#featured_image img {
  width: 100%;
  height: auto;
}
body.single-post p img {
  margin-right: 10px;
  height: 300px;
  width: auto;
}
.nn_posts_slider {
  display: flex;
  flex-wrap: wrap;
}
.nn_posts_slider .post_item {
  width: 20%;
  display: flex;
}
.post_item {
  margin-bottom: 50px;
}
.featured-post-block {
  position: relative;
  overflow: hidden;
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
}
.post_item .post-title {
  margin: 0 0 25px 0;
}
.post_item .post-info {
  padding: 25px 10px;
}
.post_item .post-title h3 {
  font-size: 18px;
  text-align: center;
}

.featured-post-block .post-overlay {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.post-overlay .read_more {
  border: 1px solid #fff;
  padding: 5px 15px;
  border-radius: 5px;
}
.featured-post-block .post-overlay h3 {
  text-align: center;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.featured-post-block:hover .post-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 1;
}
.netninjas_post_carousel {
  margin-top: 25px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  font-size: 58px;
}
.slick-dots {
  position: static;
}
.slick-next::before, .slick-prev::before {
  content: '';
}
.slick-arrow {
  height: 70px;
  width: 42px;
}
.slick-next, .slick-prev {
  transition: all 0.5s ease;
}
.slick-next {
  background: url(../images/arrow-right.svg) center no-repeat;
  right: -50px;
}
.slick-prev {
  background: url(../images/arrow-left.svg) center no-repeat;
  left: -75px;
}
.slick-prev:hover, .slick-prev:focus {
  background: url(../images/arrow-left-blue.svg) center no-repeat;
}
.slick-next:hover, .slick-next:focus {
  background: url(../images/arrow-right-blue.svg) center no-repeat;
}
.slick-dots {
  margin: 50px 0 0 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li img {
  border-radius: 50%;
  border: 5px solid #f4f4f4;
}
.slick-dots li.slick-active img {
  border: 5px solid #009940;
}
.slick-slide {
  text-align: center;
}
.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.main-content .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.main-content .owl-theme .custom-nav .owl-next {
  right: 0;
}
.nav-links .link-direction {
  display: block;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  letter-spacing: .25em;
  line-height: .9em;
  text-transform: uppercase;
  color: #1c1c1c;
  margin-bottom: 1em;
}
.nav-links h4 {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.1em;
  text-transform: none;
  color: #222;
}
.nav-previous {
  float: left;
}
.nav-next {
  float: right;
  text-align: right;
}

/*********************
ICONS
*********************/
.icon-gift {
  display: block;
  background: url("../images/2_Gift Icon_01.svg") center / contain no-repeat;
  width: 70px;
  height: 70px;
}
.icon-info{
  display: block;
  background: url("../images/icon-info.svg") center / contain no-repeat;
  width: 20px;
  height: 20px;
}
.icon-cart {
  display: block;
  background: url("../images/icon-cart.svg") center / contain no-repeat;
  width: 70px;
  height: 70px;
}
.icon-close {
  display: block;
  background: url("../images/icon-close.svg") center / contain no-repeat;
  width: 70px;
  height: 70px;
}
.icon-alert{
  display: block;
  background: url("../images/icon-alert.svg") center / contain no-repeat;
  width: 55px;
  height: 55px;
	margin-left: 25px;
	transform: rotate(90deg);
}
.icon-alert-green{
  display: block;
  background: url("../images/icon-alert-green.svg") center / contain no-repeat;
  width: 55px;
  height: 55px;
	margin-left: 25px;
}
.icon-menu-close{
	display: block;
	background: url("../images/menu-close.svg") center / contain no-repeat;
	width: 25px;
	height: 25px;
}
.icon-facebook-grey{
	display: block;
	background: url("../images/icon-facebook-grey.svg") center / contain no-repeat;
	width: 25px;
	height: 25px;
}
.icon-linkedin-grey{
	display: block;
	background: url("../images/icon-linkedin-grey.svg") center / contain no-repeat;
	width: 25px;
	height: 25px;
}
i.icon-audio {
	width: 100px;
	height: 100px;
	background: url("../images/icon-audio.svg") center / contain no-repeat;
}
i.icon-video {
	width: 100px;
	height: 100px;
	background: url("../images/icon-video.svg") center / contain no-repeat;
}

/*********************
WOOCOMMERCE CATEGORY PAGE
*********************/
div#woocommerce, body.woocommerce-page #content {
  padding-top: 220px;
  padding-bottom: 75px;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 50px 0;
}
.woocommerce-info::before {
  color: #000;
}
.woocommerce-info {
  border-top-color: #009940;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding-left: 0;
  margin-left: 0;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 65%;
  float: left;
  padding-right: 50px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
  flex: 1;
  max-width: 100%;
}
#order_review {
  float: right;
  width: 35%;
}
.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-shipping-fields {
  margin-top: 50px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  display: block;
  width: 100%;
}
.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
  width: 47%;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 1em;
  width: 100%;
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 25px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  display: block;
  width: 100%;
  text-align: center;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  border: none;
  border-bottom: 1px solid #000;
}
.woocommerce-input-wrapper .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  margin: 0;
}
#order_comments_field {
  width: 100%;
}
.woocommerce-shipping-fields h3 {
  font-size: 20px;
}
.woocommerce td.product-name dl.variation p {
  margin: 0;
}
/*********************
WOOCMMERCE CART PAGE
*********************/
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
  float: left;
  display: flex;
  width: 50%;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 50%;
  padding: 10px 15px;
}
.woocommerce table.cart .quantity, .single_variation_wrap .quantity {
  display: flex;
}
.woocommerce .quantity .qty, .single_variation_wrap .quantity .qty {
  width: 35px;
  text-align: center;
  border: none;
  border-top: 1px solid #009940;
  border-bottom: 1px solid #009940;
}
.woocommerce table.cart .minus, .woocommerce table.cart .plus, .woocommerce .single_variation_wrap .minus, .woocommerce .single_variation_wrap .plus {
  background: #009940;
  border: none;
  color: #fff;
  padding: 5px 10px;
}
.woocommerce table.cart .plus {}
.woocommerce table.cart .minus {}
/****************************
WOOCOMMERCE MY ACCOUNT PAGE
****************************/
#customer_login {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.woocommerce #customer_login form .form-row {
  width: 100%;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
  width: 100%;
}
#customer_login .woocommerce-privacy-policy-text {
  margin: 25px 0;
}
/*********************
WOOCOMMERCE PRODUCT PAGE
*********************/
.woocommerce-variation-add-to-cart.variations_button {
  display: flex;
}
.woocommerce .product table.variations td label {
  display: flex;
  align-items: center;
}
.woocommerce-variation-price {
  display: flex;
  margin: 25px 0;
}
/*********************
WOOCOMMERCE SHOP PAGE
*********************/
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #009940;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 10px 15px;
  min-width: 1em;
  display: block;
  transition: background 0.5s ease;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin: 50px 0;
}
/*********************
GRAVITY FORMS
*********************/
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  font-family: inherit;
  border: 1px solid #000;
  border-radius: 0;
  padding: 10px 15px;
	font-size: 0.8em;
	margin: 0;
	width: 100%;
	font-weight: 700;
	letter-spacing: 1px;
	opacity: 1;
	text-transform: lowercase;
}
body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
    font-size: 0.8em;

}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .gform_wrapper textarea:focus{
	border: 1px solid #009940;
}
body .gform_wrapper textarea {
  border: 1px solid #000;
  border-radius: 0;
  padding: 10px 15px;
	font-weight: 700;
	font-size: 0.8rem;
	letter-spacing: 1px;
	opacity: 1;
	text-transform: lowercase;
}
select {
  border: 1px solid #000;
  border-radius: 0;
  padding: 5px 35px 5px 15px;
  margin-right: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("../images/icon-chevron-down.svg") center right 10px / contain no-repeat;
  background-size: contain;
  background-size: 20px;
  cursor: pointer;
  margin-bottom: 10px;
}
select.no-border {
  border: none;
  background: transparent;
  margin-right: 0;
}

body .gform_wrapper span.gform_description {
    display: block;
    margin-bottom: 16px;
	font-family: 'Calibre';
	font-weight: 700;
    font-size: .8em;
}

/*********************
ANIMATIONS
*********************/
@keyframes slideRightBannerText {
  0% {
    width: 5%;
    opacity: 0;
  }
  50% {
    opacity: 0.5;
    width: 25%;
  }
  100% {
    opacity: 1;
    width: 65%;
  }
}
/*********************
MEDIA QUERIES
*********************/



/* Desktop */
@media (min-width: 1440px) and (max-width: 1700px) {
	.navbar-nav{
		margin: auto 100px auto auto

	}
}
/* Large Laptop */
@media (min-width: 1280px) and (max-width: 1439px) {
	.navbar-nav{
		margin: auto 170px auto auto;

	}
}
/* Laptop */
@media (min-width: 1025px) and (max-width: 1279px) {
	.navbar-nav{
		margin: auto 190px auto auto;

	}
}

/* Mobile & iPad */
@media (min-width: 0) and (max-width: 1024px) {
	html, body, p, li {
		font-size: 18px;
		line-height: 1.2rem;
		font-weight: 500;
	}
	h2{
		font-size: 3.6rem;
	}
	body.page-template-template-home .container {
		max-width: 600px;
	}
	#content {
		padding-top: 78px;
	}
	a.button {
		text-decoration: none;
		padding: 25px 75px;
		font-size: 0.7rem;
		font-weight: 600;
	}
	#overlay_elements {
		top: 100px;
	}
	.overlay nav {
		height: 60%;
		top: 35%;
	}
	#navbar a.button.hidden-sm{
		display: none;
	}
	#need_help_now {
		top: 400px;
		right: 0;
		padding: 15px 20px;
		transform: rotate(-90deg);
		transform-origin: 75% 0;
	}
	#navbar .navbar-nav li.menu-item.button {
		padding: 0;
		margin: 0;
        margin-right: 0px;
        margin-left: 0px;
		font-size: 0.8rem;
	}
	#navbar .navbar-nav li.menu-item.button a{
		margin: 0;
        margin-right: 0px;
        margin-left: 0px;
		text-align: center;
		font-size: 1rem;
		padding: 20px;
	}
	#navbar .container{
		width: 100%;
		max-width: 100%;
	}
	#how_it_works_cta {
		margin-top: 50px;
		opacity: 1;
	}
	#how_it_works h2{
		margin-top: 50px !important;
		margin-bottom: 63px !important;
	}
	#experts {
		left: 0;
		position: relative;
		width: 100%;
		margin-top: 0 !important;
		top: -420px;
	}
	#experts #experts_right_col, #experts #experts_left_col{
		width: 100%;
	}
	.nn_callout_blocks.three .netninjas_callout_block{
		width: 400px;
		box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
		margin: 10px 0;
	}
	#services{
		padding-top: 5px !important;
		padding-bottom: 0px !important;
		top: 0;
	}
	#services h2{
		margin-bottom: 57px !important;
		    margin-top: 0 !important;
	}
	#services .nn_callout_blocks.two .netninjas_callout_block {
		width: 50%;
	}
	#about {
		position: relative;
		padding: 0 0 0 0 !important;
	}
	#created_for_change .vc_column-inner{
		max-width: 600px;
		margin: auto;
	}
	#its_ok {
		position: relative;
		display: flex;
		flex-direction: column-reverse;
		margin: 30px 0 0 0;
	}
	#its_ok_right {
		position: relative;
		top: -50px;
	    right: 0;
	    width: 100%;
	}
	#its_ok_left {
		position: relative;
		top: 0;
		left: 0;
		padding: 80px 50px 80px 80px;
		background: #fff;
		z-index: 99;
		opacity: 0;
		transition: all 1.5s ease-in-out;
		width: 75%;
		margin: auto;
		box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
	}
	#our_mates {
		padding: 50px 0 40px 0 !important;
		top: -100px;
	}
	#our_mates h2{
		margin: 0 0 25px 0;
	}
	.nn_callout_blocks {
		justify-content: space-around;
	}
	#our_mates .nn_callout_blocks.three .netninjas_callout_block {
		width: 32%;
		padding: 30px 30px 30px 30px !important;
		box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
		margin: 10px 0;
	}
	#our_mates .netninjas_callout_block .nn_cta_img img {
		max-width: 140px;
		width: auto;
		max-height: 105px;
	}
	#our_mates .nn_callout_blocks.three .netninjas_callout_block a.button{
		padding: 15px 25px;
	}
	body.page-template-template-home .vc_column-inner{
		max-width: 608px;
		margin: auto;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#faqs {
		position: relative;
		overflow: visible;
		top: -375px;
		margin-bottom: -500px;
	}
	#faq_right {
		position: relative;
		top: -200px;
		width: 75%;
		box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.15);
	}
	#faq_left {
		position: relative;
		top: 0;
		left: 0;
		opacity: 0;
		transition: all 0.7s ease-in-out;
		width: 75%;
	}
	#faq_left.in_view {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	#faq_right.in_view {
		transform: translate3d(0, 0, 0);
	}
	#consultation_types {
		position: relative;
		top: 0;
	}
	#consultation_types{
		margin: 0 !important;
		padding: 0 !important;
	}
	#consultation_types.in_view {
		transform: translate3d(0, -250px, 0);
	}
	#contact_us {
		position: relative;
		top: -100px;
	}
	#contact_row_footer #gform_wrapper_1.gform_wrapper h3.gform_title {
	    font-size: 4.5rem;
	}
	#contact_row_footer #gform_wrapper_1 {
		position: absolute;
		top: 0;
		right: 0;
		background: #fff;
		padding: 70px 70px 70px 100px;
		width: 690px;
	}
	body.home footer.footer {
		margin-top: -200px;
	}
	footer #footer-top {
		padding: 0 0 30px 0;
	}
	body.home footer #footer-top {
		margin-top: 570px;
	}
	footer .container {
		padding: 0;
	}
	footer .navbar-brand img {
		width: 126px;
		height: auto;
	}
	footer .inner-footer {
	    padding: 10px 0;
	}
	footer p {
		font-size: 1rem;
		line-height: 1.1;
	}
	footer h3.widget-title {
		color: #fff;
		font-size: 1rem;
		font-weight: 400;
	}
	footer.footer a {
		color: #fff;
		font-size: 1rem;
		line-height: 1rem;
	}
	.nn_pricing_tables.three .nn_pricing_table {
		width: 400px;
		margin: 10px 0;
		padding: 0;
	}
	.nn_pricing_table .nn_cta_text .price {
	    font-size: 1.9rem;
	}
	.nn_pricing_table .nn_cta_text {
		text-align: center;
		font-weight: 500;
	}
	.nn_pricing_table .nn_cta_text .content br{
		display: none;
	}
	.nn_pricing_table .nn_cta_button{
		margin: 20px 0;
	}
	.nn_pricing_table .nn_cta_button a.button {
		text-decoration: none;
		padding: 23px 70px;
		font-size: 0.8rem;
	}
	.nn_pricing_table .disclaimer {
		font-size: 1rem;
		font-weight: 400;
	}	footer .widget-container {
    margin: 20px 0;
  }
	.hidden-sm{
		display: none;
	}
	.hidden-lg{
		display: flex;
	}
  #main-nav > li {
    display: inline-flex;
    height: 25%;
    height: calc(100% / 4);
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  #main-nav li.menu-item-has-children > a {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 15px;
    width: 100%;
  }
  #main-nav li a {
    font-size: 18px;
  }
  #main-nav li ul.sub-menu {
    float: none;
  }
  #main-nav li ul.sub-menu li {
    float: none;
    margin: 10px 0;
  }
  .button_container {
    display: block;
  }
	#main-nav{
		display: none;
	}
	.header-elements {
		display: flex;
		position: relative;
		justify-content: space-around;
	}
	header.sticky-header .navbar-brand img {
		width: 240px;
		height: auto;
		transition: all 0.5s ease;
	}
	
	#our_practitioners {
		margin: 70px 0;
		padding: 50px;
	}
	
	#our_practitioners .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title {
	    padding: 0;
	}
	
	#our_practitioners .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content{
		padding: 0;
	}
	#press_release_banner {
		padding: 75px 0 225px 0;
	}	
	
}
@media (min-width: 767px) and (max-width: 1024px) {
	.post-item {
		width: 220px;
	}
	.featured-post-block{
		height: 120px;
	}
	
	#page_banner {
	    height: 424px;
	}
	.post-item:nth-child(4) .post_link .featured-post-block img {
		width: auto;
		height: 100%;
	}
	.post-item:nth-child(4) .post_link .featured-post-block {
		justify-content: flex-start;
		height: 320px;
		margin-right: 20px;
		width: unset;
	}
	.post-item:nth-child(4) .post-excerpt {
		display: flex;
		width: 240px;
		height: 320px;
		align-items: center;
	}
}

/* Mobile up to iPad */
@media (min-width: 0px) and (max-width: 767px) {
	
	#navbar a[href^="tel"]#need_help_mobile i.icon-alert-green {
		color: #009940;
		margin-right: 15px;
	}

	
	body.page-template-template-home #content, body.page-template-template-full-width #content {
		padding-top: 79px;
	}
	footer #footer-top {
		display: flex;
		padding: 0 80px 50px 0;
		border-bottom: 1px solid #fff;
	}
	#need_help_now{
		display: none !important;
	}
	.rev-btn{
		display: none !important;
	}
	header .navbar-brand img {
		width: 126px;
	}
	header .navbar-brand{
		margin: 0;
	}
	header.sticky-header .navbar-brand img {
		width: 126px;
		height: auto;
		transition: all 0.5s ease;
	}
	#navbar a.button {
		position: absolute;
		top: 0;
		right: 0;
		border-radius: 0;
		height: 100%;
		line-height: 100%;
		background: #000;
		padding: 10px;
		width: 80px;
	}
	#overlay_elements {
		top: 70px;
	}
	.button_container {
		position: absolute;
		left: 0;
		top: 17px;
	}
	body.home #content {
		padding-bottom: 0;
	}
	h2{
		font-size: 2.7rem;
	}
	.container {
		max-width: 100%;
	}
	a.button {
		text-decoration: none;
		padding: 25px 0;
		font-size: 0.8rem;
		font-weight: 600;
		width: 100%;
		text-align: center;
	}
	#need_help_now {
		top: 400px;
		right: 0;
		padding: 15px 20px;
		transform: rotate(-90deg);
		transform-origin: 75% 0;
	}
	#navbar .container{
		width: 100%;
		max-width: 100%;
	}
	#how_it_works_cta {
		margin: 20px 30px;
		opacity: 1;
	}
	
	#how_it_works h2{
		margin-top: 38px !important;
		margin-bottom: 50px !important;
	}
	#experts {
		padding: 0;
		left: 0;
		position: relative;
		width: 100%;
		margin: 0 0 0 0 !important;
		top: -55px;
	}
	#experts .vc_column-inner{
		padding-top: 0;
	}
	#experts h2 {
		font-size: 2.7rem;
	}
	#experts #experts_right_col, #experts #experts_left_col{
		width: 100%;
		left: 0;
	}
	#experts.in_view #experts_right_col {
		transform: translate3d(0, -100px, 0);
		opacity: 1;
		margin: 0;
		padding: 30px 30px 65px;
		background: #fff;
		left: 0;
	}
	#experts.in_view #experts_left_col {
		transform: none;
		opacity: 1;
	}
	#experts.in_view #experts_left_col .wpb_content_element {
		margin-bottom: 0;
		
	}

	.nn_callout_blocks.three .netninjas_callout_block{
		width: 400px;
		padding: 50px 20px 50px 20px !important;
		box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
		margin: 10px 0;
	}
	#services{
		padding: 0 15px !important;
		top: 0;
		margin-bottom: 5px !important;
	}
	#services h2{
		margin-bottom: 50px !important;
	    margin-top: 10px !important;
	}

	#services .nn_callout_blocks.two .netninjas_callout_block {
		width: 100%;
	}
	
	#about {
		position: relative;
		padding: 0 0 0 0 !important;
		top: -35px;
	}
	#created_for_change{
		padding: 0 30px 0 30px !important;
	}
	#created_for_change .vc_column-inner{
		max-width: 600px;
		margin: auto;
	}
	#its_ok{
		position: relative;
		display: flex;
		flex-direction: column-reverse;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	#its_ok_right {
		position: relative;
		top: -50px;
	    right: 0;
	    width: 100%;
	}
	#its_ok_left {
		position: relative;
		top: 0;
		left: 0;
		padding: 30px;
		background: #fff;
		z-index: 99;
		opacity: 0;
		transition: all 1.5s ease-in-out;
		width: 95%;
		margin: auto;
		box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
	}
	#its_ok_left.in_view {
		transform: translate3d(0, -120px, 0);
		opacity: 1;
	}
	#our_mates {
		padding: 25px !important;
		top: 0;
	}
	#our_mates h2{
		margin: 10px 0 25px 0;
	}
	#our_mates .wpb_text_column{
		padding: 0 !important;
	}
	.nn_callout_blocks {
		justify-content: space-around;
	}
	#our_mates .nn_callout_blocks.three .netninjas_callout_block {
		width: 100%;
		padding: 30px 30px 30px 30px !important;
		box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
		margin: 10px 0;
	}
	#our_mates .netninjas_callout_block .nn_cta_img img {
		max-width: 190px;
		width: auto;
		max-height: 105px;
	}
	#our_mates .netninjas_callout_block .nn_cta_button{
		margin: 10px 0 0 0;
	}
	#our_mates .nn_callout_blocks.three .netninjas_callout_block a.button{
		padding: 15px 25px;
		
	}
	.vc_column-inner{
		max-width: 100%;
		margin: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	#faqs {
		position: static;
		overflow: visible;
		top: -90px;
		margin-bottom: -15px;
	}
	#faq_right {
		position: static;
		top: -200px;
		width: 100%;
		padding: 5px 30px 30px 30px;
		box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.15);
	}
	#faq_right h2{
		margin-bottom: 25px !important;
		margin-top: 30px;
	}
	#faq_left {
		position: static;
		top: 0;
		left: 0;
		opacity: 0;
		transition: all 0.7s ease-in-out;
		width: 100%;
	}
	#faq_left.in_view {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	#faq_right.in_view {
		transform: translate3d(0, 0, 0);
	}
	#faq_left .wpb_content_element {
		margin-bottom: 0;
	}
	#consultation_types {
		position: relative;
		top: 0;
	}
	#consultation_types{
		margin: 0 !important;
		padding: 0 !important;
	}
	#consultation_types h2{
		margin-bottom: 25px !important;
	}
	#consultation_types.in_view {
		transform: translate3d(0, -220px, 0);
	}
	#contact_us {
		position: relative;
		top: 0;
	}
	#contact_us .vc_parallax-inner{
		background-position: center right;
	}
	#contact_row_footer #gform_wrapper_1.gform_wrapper h3.gform_title {
	    font-size: 2.7rem;
	}
	#contact_row_footer #gform_wrapper_1 {
		position: relative;
		top: 0;
		right: 0;
		background: #fff;
		padding: 30px;
		width: 100%;
		margin-top: 75px;
	}
	#contact_row_footer #gform_wrapper_1.in_view {
		opacity: 1;
		transform: translate3d(0, -400px, 0);
	}
	body.home footer.footer {
		margin-top: -900px;
		padding: 150px 0 50px 0;
	}
	body.home footer #footer-top {
		margin-top: 380px;
		padding: 0 0 30px 0;
	}
	footer .container {
		padding: 0 30px;
	}
	footer .navbar-brand img {
		width: 126px;
		height: auto;
	}
	footer .inner-footer {
	    padding: 10px 0;
	}
	footer p {
		font-size: 1rem;
		line-height: 1.1;
	}
	footer h3.widget-title {
		color: #fff;
		font-size: 1rem;
		font-weight: 400;
	}
	.nn_pricing_tables.three .nn_pricing_table {
		width: 400px;
		margin: 10px 0;
		padding: 0;
	}
	.nn_pricing_table .nn_cta_text .price {
	    font-size: 1.9rem;
	}
	.nn_pricing_table .nn_cta_text {
		text-align: center;
		font-weight: 500;
	}
	.nn_pricing_table .nn_cta_text .content br{
		display: none;
	}
	.nn_pricing_table .nn_cta_button{
		margin: 20px 0;
	}
	.nn_pricing_table .nn_cta_button a.button {
		text-decoration: none;
		padding: 23px 0;
		font-size: 0.8rem;
	}
	.nn_pricing_table .disclaimer {
		font-size: 1rem;
		font-weight: 400;
	}
	#need_help_now{
		display: none;
	}
	body .gform_wrapper div.validation_error {
	  font-size: 1em;
	  font-weight: 400;
	  margin-bottom: 25px;
	  border-top: 2px solid #fff;
	  border-bottom: 2px solid #fff;
	  padding: 16px 0;
	  clear: both;
	  width: 100%;
		text-align: left;
	}
	
	#our_practitioners {
		margin: 70px 0;
		padding: 50px 20px;
	}
	
	/* Blog Page */
	.post-item:nth-child(4) .post-excerpt {
		display: none;
	}
	.post-item:nth-child(4) .post_link .featured-post-block {
		justify-content: flex-start;
		height: 157px;
		margin-right: 0;
		width: 100%;
	}
	.post-item{
		width: 100%;
	}
	#page_banner{
		flex-wrap: wrap;
		flex-direction: row;
		height: 250px;
	}
	body.single #page_banner{
		height: auto;
	}
	#page_banner_image {
	    width: 100%;
		height: auto;
	}
	article.post h1.post-title, article.post .post-meta .post-socials{
		width: 100%;
	}
	article.post .post-meta .post-socials{
		margin: 10px 0;
		padding: 0;
	}
	article.post .post-meta {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#featured_ad{
		display: none;
	}
	.featured-post-block {
		height: 207px;
	}

}

/* Android Phones */
@media (max-width: 375px){
	.overlay ul li a {
		margin: 10px 0;
		font-size: 1.8rem;
		line-height: 1.8rem;
	}
	
	#navbar a[href^="tel"]#need_help_mobile i.icon-alert-green {
		color: #009940;
		margin-right: 25px;
	}
	#navbar a[href^="tel"]#need_help_mobile{
		padding: 20px;
	}
	
}


/* Max mobile width */
@media (min-width: 376px) and (max-width: 414px) {
	
	
}
/* iPad */
@media (min-width: 768px) and (max-width: 1024px) {
	#navbar a[href^="tel"]#need_help_mobile {
		width: 50%;
		padding: 25px 25px 25px 0;
	}
	#navbar a[href^="tel"]#need_help_mobile i.icon-alert-green {
		color: #009940;
		margin-right: 15px;
	}
	
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .container {
    max-width: 640px;
  }
}