/*
Theme Name: Keep Australia Beautiful Council Northern Territory
Theme URI: http://kabcnt.org.au/
Description: 
Author: Justin Brown
Author URI:
Version: 1.0
Text Domain: kcbcnt
Tags: black, gray, white, light, one-column, editor-style, left-sidebar, responsive-layout, featured-images, sticky-post, theme-options, threaded-comments, custom-background

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

body {
	color: #8a8a8a;
	font-size: 15px;
	font-weight: 400;
    background-color: #fff;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'sini-bolduploaded', sans-serif;
	font-weight: 400;
}
a {
	color: #8a8a8a;
	text-decoration: none;    
}
a,
a:focus, 
a:hover, 
a:active {
	outline: 0;
}
a:focus {
	text-decoration: none;
}
.btn {
	padding: 13px 17px;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-box-shadow: none;
	box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	-moz-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.btn:focus,
.btn:hover,
.btn:active,
.btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-xs {
	padding: 10px 17px;
	font-size: 18px;
	line-height: 1.6;
}

.btn-min {
	min-width: 230px;
}

.btn-default {
	color: #fff;
	background-color: #e7a92e;
	border-color: #e7a92e;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #e7a92e;
	border-color: #e7a92e;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	color: #fff;
	background-color: #e7a92e;
	border-color: #e7a92e;
}

/* Donate Button */
.btn-donate {
	display: none;
	background-color: #e7a92e;
	color: #fff !important;
	padding: 5px 10px;
}
.btn-donate:hover,
.btn-donate:focus,
.btn-donate.focus,
.btn-donate:active,
.btn-donate.active,
.open > .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #e7a92e;
}
::selection {
    background: #006049; /* Safari */
    color: #fff;
}
::-moz-selection {
    background: #006049; /* Firefox */
    color: #fff;
}
img{
	max-width:100%;
	height:auto;
}

/*@font-face
------------------------------------*/
@font-face {
    font-family: 'sini-bolduploaded';
    src: url('fonts/sini-bold-webfont.eot');
    src: url('fonts/sini-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sini-bold-webfont.woff2') format('woff2'),
         url('fonts/sini-bold-webfont.woff') format('woff'),
         url('fonts/sini-bold-webfont.ttf') format('truetype'),
         url('fonts/sini-bold-webfont.svg#sini-bolduploaded_file') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sini-bolditalicuploaded';
    src: url('fonts/sini-bold-italic-webfont.eot');
    src: url('fonts/sini-bold-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sini-bold-italic-webfont.woff2') format('woff2'),
         url('fonts/sini-bold-italic-webfont.woff') format('woff'),
         url('fonts/sini-bold-italic-webfont.ttf') format('truetype'),
         url('fonts/sini-bold-italic-webfont.svg#sini-bolditalicuploaded_file') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sini-ornamentuploaded';
    src: url('fonts/sini-ornaments-webfont.eot');
    src: url('fonts/sini-ornaments-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sini-ornaments-webfont.woff2') format('woff2'),
         url('fonts/sini-ornaments-webfont.woff') format('woff'),
         url('fonts/sini-ornaments-webfont.ttf') format('truetype'),
         url('fonts/sini-ornaments-webfont.svg#sini-ornamentuploaded_file') format('svg');
    font-weight: normal;
    font-style: normal;

}
#top-banner, #top-gap {
	padding-top: 0; /* previously 95px */
}

/*Header
------------------------------------*/
.navbar-default {
    margin-bottom: 20px;
    background-color: #006049;
    border-color: #fff;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	margin-bottom: 0;
	padding: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
	color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #e7a92e;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #e7a92e;
    background-color: transparent;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #e7a92e;
}
.navbar-default .navbar-toggle {
    border: none;
    margin: 31px 15px 31px 15px;
}
.social {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
	float: left;
}
.social li {
	margin: 0 15px;
	font-size: 20px;
	padding: 0;
	float: left;
}
.social li a {
	color: #e7a92e;
}
.banner {
	background: linear-gradient( rgba(0, 96, 73, 0.5), rgba(0, 96, 73, 0.5) ), url(http://kabcnt.org.au/wp-content/uploads/2018/11/4F32DB.jpg);
    color: #fff;
	margin: 0;
    padding: 130px 0 100px;
    position: relative;
    text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.sub-banner {
    color: #fff;
	margin: 0;
	padding: 70px 0 40px;
    position: relative;
    text-align: center;
	background-color: #006049;
	background-repeat: no-repeat;
	background-position: top center;
	/* background-attachment: fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.front:before
.banner:before,
.sub-banner:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: #000000;
    background: rgba(0, 0, 0);
    background: rgba(0, 0, 0, 0.2);
}
.banner .container {
	position: relative;
	z-index: 1;
}
.banner h2 {
    margin: 0 0 15px 0;
    font-size: 60px;
    line-height: 70px;
}
.sub-banner h1 {
    margin: 0 0 15px 0;
    font-size: 30px;
    line-height: 36px;
}
.post-meta {
	font-size: 15px;
	line-height: 18px;
	color: #fff;
}
.post-meta span {
	display: inline-block;
}
.post-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-categories li {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.post-categories li a {
	color: #fff;
}
.banner p {
	margin: 10px 0 0;
	font-size: 17px;
	line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
}
p.btn-top {
	margin-top: 35px;
}
.btn-white {
    color: #fff;
    background: transparent;
    padding: 7px 14px;
    border: solid 3px #fff;
	text-align: center;
}
.btn-white:focus, 
.btn-white:hover, 
.btn-white:active {
    color: #fff;	
}
.title {
	margin: 15px 0 50px 0;
	font-size: 34px;
	line-height: 40px;
	text-align: center;
}
.g-pt-91 {
	padding-top: 91px;
}

/*
------------------------------------*/
.single-post-content {
	padding: 50px 0;
}
.single-post-content p {
	margin: 0px 0 20px 0;
	font-size: 17px;
	line-height: 30px;
}

.single-post-content a {
	font-weight: 700;
	color: #006049;
} 

.more {
	color: #e7a92e;
	font-size: 17px;
	line-height: 30px;
}
.archive-paragraph {
	margin: 20px 0 20px 0;
	font-size: 17px;
	line-height: 30px;
}
.the_tags a {
	margin: 0 5px;
	padding: 5px 10px;
	border: solid 1px #e3e3e3;
	font-size: 12px;
	color: #8a8a8a;
	background-color: #f8f8f8;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.entry-box {
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;	
}

/*
------------------------------------*/
.ibox {
	max-width: 360px;
	margin: 50px auto 0;
	text-align: center;
}
.ibox h3 {
	margin: 0 0 35px 0;
	font-size: 34px;
	line-height: 39px;
	color: #00715b;	
}
.page-header h1 {
	margin: 0 0 10px 0;
	font-size: 34px;
	line-height: 39px;
	color: #00715b;	
}
.ibox p {
	margin: 0 0 25px 0;
	font-size: 15px;
	line-height: 24px;
	color: #8a8a8a;
}
.ibox p.or {
	margin: 7px 0;
}
.ibox p.mtop {
	margin: 55px 0 0 0;
}
.btn-fa {
	margin: 0 auto;
    color: #fff;
    background-color: #7179da;
    border-color: #7179da;
}
.btn-fa:hover,
.btn-fa:focus,
.btn-fa.focus,
.btn-fa:active,
.btn-fa.active,
.open > .dropdown-toggle.btn-fa {
	color: #fff;
	background-color: #7179da;
	border-color: #7179da;
}
.btn-fa i {
	margin-top: -5px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #4e5498;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	float: right;
}
.btn-fa a:hover i {
	color: #fff;
	background-color: #4e5498;
	border-color: #4e5498;
}
#custom-search-input{
    border-radius: 4px;
	position: relative;
	z-index: 1;
}
#custom-search-input input{
    padding: 1px 5px;
    border: solid 1px #e3e3e3;
	background-color: #f8f8f8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
    box-shadow: none;
	height: 40px;
	color: #b1b1b1;
}
#custom-search-input .input-group-btn {
    padding: 1px;
    border: solid 1px #e7a92e;
	background-color: #e7a92e;
	border-radius: 4px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	color: #fff;
}
#custom-search-input button{
    margin: 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0 8px 0 10px;
}
#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
}
#custom-search-input .glyphicon-search {
    font-size: 14px;
	color: #fff;
}

/*About Us
------------------------------------*/
.content-box {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	background-color: #006049;
}
.inner-content-box {
	max-width: 260px;
	margin: 0px auto 0;
	padding-top: 40px;
	padding-bottom: 25px;
}
.content-box h3 {
	margin: 0 0 25px 0;
	font-size: 24px;
	line-height: 28px;
	color: #edb63b;
}
.content-box p {
	margin: 0 0 15px 0;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}

/*
------------------------------------*/
.item-box {
	text-align: center;
	border: solid 1px #e3e3e3;
	background-color: #f8f8f8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.img-responsive-full {
    display: block;
	width: 100%;
    max-width: 100%;
	height: auto;
}
.img-top-full img {
    display: block;
	width: 100%;
    max-width: 100%;
	height: auto;
}
.full-width-img img {
    display: block;
	width: 100%;
    max-width: 100%;
	min-height: 170px;
	height: auto;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.caption {
	padding: 25px;     
}

.caption h4 {
	margin: 0 0 15px 0;
	font-size: 24px;
	line-height: 28px;
	color: #00715b;
}
.caption p {
	margin: 0 0 35px 0;
	font-size: 15px;
	line-height: 24px;
	color: #8a8a8a;
}
.card {
	width: 100%;
	height: 330px;
	text-align: center;
}
.front {
	position: relative;
	background-color: #fff;
	text-align: center;
	border: solid 1px #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.img-box {
	width: 100%;
	height: 260px;
	position: relative;
	background-color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.back {
	background-color: #fff;
	text-align: center;
	border: solid 1px #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 35px 25px 25px 25px;
}
.info-box {
	width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;	
	top: 0;
	left: 0;
}
.info-sub {
	display: table;
    width: 100%;
    height: 100%;
}
.info-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
}
.info-inner h3 {
	margin: 0;
	font-size: 26px;
	line-height: 30px;
    color: #fff;
}

/*Contact Us
------------------------------------*/
.contact-block {
	margin-top: 50px;
	margin-bottom: 50px;
	color: #fff;
	text-align: center;
}
.contact-block:last-child {
    border: none;
}
.contact-block a {
	color: #fff;
}
.contact-block h4 {
	margin: 20px 0 20px 0;
	font-size: 22px;
	line-height: 26px;
	color: #edb63b;
}
.contact-block p {
	margin: 0 0 20px 0;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}
.social-round {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-round li {
	margin: 0 4px;
	padding: 0;
    display: inline-block;
}
.social-round li a {
    display: table;
}
.social-round li a:hover {
    text-decoration: none;
}
.social-round li a i {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #006049;
	background-color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.social-round a:hover i {
	color: #fff;
	background-color: #e7a92e;
	border-color: #e7a92e;
}
.clients-list {
	padding: 55px 0;
	text-align: center;
}
.clients-list h4 {
	margin: 18px 0;
	font-size: 30px;
	line-height: 35px;
	color: #00715b;
}
.clients-list img {
	margin: 15px 0;
}
.height-370 {
    min-height: 370px !important;
}
.columnContainer {
	padding: 50px 0 80px;
}
.archive-entry-title {
	margin: 18px 0 5px;
	font-size: 30px;
	line-height: 35px;
	color: #00715b;
}
.archive-entry-title a {
	color: #00715b;	
	text-decoration: none;
}
.entry-header {
	padding: 10px 0;
}
.archive-entry-content {
	padding-bottom: 15px;
}
.post-navigation {
	border-top: solid 1px #dddddd;
	padding: 40px 0 40px;
}
.post-navigation .fa {
	color: #e7a92e;
}
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #e7a92e;
    border-color: #e7a92e;
}

/*wp style
------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*Footer
------------------------------------*/
.footer {
	padding: 30px 0 20px;
	background-color: #004e3b;
}
.footer p {
	color: #a1b8b4;
	font-size: 12px;
    text-align: center;	
}
.footer a {
	color: #a1b8b4;	
}
.site-info {
    text-align: center;
}

/* =Others (Global classes)
-------------------------------------------- */
.bg-blue { background-color: #2e3192; }
.bg-green { background-color: #006049; }
.bg-yellow { background-color: #fcb040; }
.bg-red { background-color: #b6121b; }
.bg-gray { background-color: #f8f8f8; }

.text-black { color: #000000; }
.text-danger { color: #bc140b; }
.text-green { color: #006049; }
.text-red { color: #b6121b; }
.text-default { color: #230500; }

.no-radius { border-radius: 0; }

.no-resize { resize: none; }
.no-border { border: 0; }
.js-hide { display: none; }
.nowrap { white-space: nowrap; }
.word-wrap { word-wrap: break-word; }
.relative { position: relative; }
.absolute { position: absolute; }
.display-block { display: block; }
.inline { display: inline; }
.inline-block { display: inline-block; }
.line-height-normal { line-height: normal; }
.text-italic { font-style: italic; }
.text-normal { font-weight: normal; }
.text-bold { font-weight: bold; }

.text-medium { font-size: 14px; }
.text-small { font-size: 12px; }
.text-bigger { font-size: 21px; }

.heading1 { font-size: 30px; }
.heading2 { font-size: 24px; }
.heading3 { font-size: 20px; }
.heading4 { font-size: 18px; }

.radius { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.no-box-shadow { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

/*Spaces= To All resolution*/
.lp0 { padding-left: 0; }
.lp5 { padding-left: 5px; }
.lp10{ padding-left: 10px; }
.lp15 { padding-left: 15px; }
.lp20 { padding-left: 20px; }
.lp25 { padding-left: 25px; }
.lp30 { padding-left: 30px; }
.lp35 { padding-left: 35px; }
.lp40 { padding-left: 40px; }
.lp50 { padding-left: 50px; }

.rp0 { padding-right: 0; }
.rp5 { padding-right: 5px; }
.rp10{ padding-right: 10px; }
.rp15 { padding-right: 15px; }
.rp20 { padding-right: 20px; }
.rp25 { padding-right: 25px; }
.rp30 { padding-right: 30px; }
.rp35 { padding-right: 35px; }
.rp40 { padding-right: 40px; }
.rp50 { padding-right: 50px; }

.tp0 { padding-top: 0; }
.tp5 { padding-top: 5px; }
.tp10{ padding-top: 10px; }
.tp15 { padding-top: 15px; }
.tp20 { padding-top: 20px; }
.tp25 { padding-top: 25px; }
.tp30 { padding-top: 30px; }
.tp35 { padding-top: 35px; }
.tp40 { padding-top: 40px; }
.tp50 { padding-top: 50px; }

.bp0 { padding-bottom: 0; }
.bp5 { padding-bottom: 5px; }
.bp10{ padding-bottom: 10px; }
.bp15 { padding-bottom: 15px; }
.bp20 { padding-bottom: 20px; }
.bp25 { padding-bottom: 25px; }
.bp30 { padding-bottom: 30px; }
.bp35 { padding-bottom: 35px; }
.bp40 { padding-bottom: 40px; }
.bp50 { padding-bottom: 50px; }

.mt0 { margin-top: 0px; }

.mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { 	margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 {margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }

/*DIVIDERs= To All resolution*/
.divider2 {
    width: 100%;
    height: 2px;
}
.divider3 {
    width: 100%;
    height: 3px;
}
.divider5 {
    width: 100%;
    height: 5px;
}
.divider10 {
    width: 100%;
    height: 10px;
}
.divider15 {
    width: 100%;
    height: 15px;
}
.divider20 {
    width: 100%;
    height: 20px;
}
.divider25 {
    width: 100%;
    height: 25px;
}
.divider30 {
    width: 100%;
    height: 30px;
}
.divider35 {
    width: 100%;
    height: 35px;
}
.divider40 {
    width: 100%;
    height: 40px;
}
.divider45 {
    width: 100%;
    height: 40px;
}
.divider50 {
    width: 100%;
    height: 50px;
}
.divider55 {
    width: 100%;
    height: 55px;
}
.divider60 {
    width: 100%;
    height: 60px;
}
.divider65 {
    width: 100%;
    height: 65px;
}
.divider70 {
    width: 100%;
    height: 70px;
}
.divider75 {
    width: 100%;
    height: 75px;
}
.divider80 {
    width: 100%;
    height: 80px;
}
.divider85 {
    width: 100%;
    height: 85px;
}

@media (min-width: 768px) {
	.navbar-nav {
		padding: 0;
		position: relative;
		margin-top: 22px;
	}
	.social {
		margin: 32px 0 10px 0;
	}
}

@media (min-width: 992px) {
	.md-left {
		float: left;
	}
	#top-banner, #top-gap {
		padding-top: 0; /* previously 111px */
	}
	.navbar-default {
	    padding: 14px 0 24px;
	}
	.top-nav-collapse {
		padding: 0px 0 18px;
		-webkit-transition: background .3s ease-in-out,padding .3s ease-in-out;
		-moz-transition: background .3s ease-in-out,padding .3s ease-in-out;
		transition: background .3s ease-in-out,padding .3s ease-in-out;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
	}
	.banner h2 {
		font-size: 72px;
		line-height: 80px;
	}
	.sub-banner h1 {
		font-size: 45px;
		line-height: 50px;
	}
	.banner {
		color: #fff;
		padding: 230px 0 200px;
	}
	.sub-banner {
		color: #fff;
		padding: 110px 0 90px;
	}
	.border-right:before {
		top: 95px;
		right: 0;
		width: 1px;
		height: 100%;
		content: " ";
		position: absolute;
		background-image: url(images/line-bg.jpg);
		background-repeat: no-repeat;
		position: center right;
	}
	.contact-block {
		margin-top: 80px;
		margin-bottom: 80px;
		border-right: solid 1px #2d806c;
	}
	.contact-block:last-child {
		border: none;
	}
	.clients-list h4 {
		margin: 33px 0;
	}
	.footer p {
		text-align: left;
	}
	.site-info p {
		text-align: right;
	}
	.social {
		float: right;
	}
	/*Grid Spaces= Only above 992px screens*/
	.glp0 { padding-left: 0; }
	.glp5 { padding-left: 5px; }
	.glp10{ padding-left: 10px; }
	.glp15 { padding-left: 15px; }
	.glp20 { padding-left: 20px; }
	.glp25 { padding-left: 25px; }
	.glp30 { padding-left: 30px; }
	.glp35 { padding-left: 35px; }
	.glp40 { padding-left: 40px; }
	.glp50 { padding-left: 50px; }
	
	.grp0 { padding-right: 0; }
	.grp5 { padding-right: 5px; }
	.grp10{ padding-right: 10px; }
	.grp15 { padding-right: 15px; }
	.grp20 { padding-right: 20px; }
	.grp25 { padding-right: 25px; }
	.grp30 { padding-right: 30px; }
	.grp35 { padding-right: 35px; }
	.grp40 { padding-right: 40px; }
	.grp50 { padding-right: 50px; }
	
	.gtp0 { padding-top: 0; }
	.gtp5 { padding-top: 5px; }
	.gtp10{ padding-top: 10px; }
	.gtp15 { padding-top: 15px; }
	.gtp20 { padding-top: 20px; }
	.gtp25 { padding-top: 25px; }
	.gtp30 { padding-top: 30px; }
	.gtp35 { padding-top: 35px; }
	.gtp40 { padding-top: 40px; }
	.gtp50 { padding-top: 50px; }
	
	.gmt0 { margin-top: 0px; }
	
	.gmb0 { margin-bottom: 0px; }
	.gmb5 { margin-bottom: 5px; }
	.gmb10 { margin-bottom: 10px; }
	.gmb15 { margin-bottom: 15px; }
	.gmb20 { margin-bottom: 20px; }
	.gmb25 { margin-bottom: 25px; }
	.gmb30 { margin-bottom: 30px; }
	.gmb40 { margin-bottom: 40px; }
	.gmb50 {margin-bottom: 50px; }
	.gmb60 { margin-bottom: 60px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar > .container .navbar-brand, 
	 .navbar > .container-fluid .navbar-brand {
	  margin-left: 0;
	 }
	 .navbar-collapse {
	  padding-left: 15px !important;
	  padding-right: 15px !important;
	 }
	.social {
		margin: 10px 0 10px 0;
	}
	.social li:first-child {
		margin-left: 0;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		padding-top: 0;
		margin-right: -15px;
		margin-left: -15px;
		border-top: 1px solid transparent;
		float: none !important;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-collapse.collapse.in {
		overflow-y: auto !important;
		display: block !important;
		float: none !important;
	}
	.navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
	}
	.navbar-nav > li {
		float: none;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-nav > .active > a,
	.navbar-nav > li > a:focus,
	.navbar-nav > li > a:hover {
		color: #fff;
		background-color: #229ba4;
	}
}

@media (max-width: 767px) {
	.social li:first-child {
		margin-left: 0;
	}
}

@media (max-width: 479px) {
	.banner h2 {
		font-size: 50px;
		line-height: 55px;
	}
}

/* Custom Entry */
.entry-content a {
	text-decoration: underline;
	color: #006049;
	font-weight: 700;
}

.entry-content a:hover {
	color: #367F6E;
}

.single-post-content p a {
      color: #006049;
      font-weight: 700;
}


/* Custom Table */
.table {
    width: 100%;
    max-width: 600px;
  }
  
td {
  width: 20%;
}
  
.table>tbody>tr>td:nth-child(2) {
  text-align: right;
}

/* Custom Pricing Styles */

.members-content {
	margin-top: 85px;
}

.membership-page {
	background: url(../../uploads/2016/06/membership-header.png) 0 0 no-repeat;
	background-size: cover;
	margin-bottom: 5em;
	max-width: 100%;
}


.membership-col h2,
.membership-col p,
.membership-col__header {
     text-align: center;
}

.member-features__heading {
	font-family: 'sini-bolduploaded', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 24px;
	color: #006049;
	margin-bottom: 24px;
}

.membership-col__header {
	font-family: 'sini-bolduploaded', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;

	background-color: #00634A;
	color: white;

	padding: 21px 0;
	margin-top: 2em;

	border-radius: 5px 5px 0 0;
}

.membership-col ul {
    padding-left: 0;
}

.membership-col li {
	list-style: none;
}

/* For member benefits */
.members-features ul {
	padding-left: 0;
}

.checked {
	background: url(../../uploads/2016/06/checkmark.png) center left no-repeat;
	list-style: none;
	padding-left: 2em;
}

.membership-col .btn-membership {
	display: block;
	/* margin: 30px; */
  	margin: 2rem;
}

.membership-col .content {
	border: 1px solid #E3E3E3;
	border-bottom: 0;
	background-color: #F8F8F8;
	font-size: 14px;
	line-height: 25px;
	color: #8A8A8A;
	padding: 4px 0;
	
}

.membership-col .content:last-child {
	border-bottom: 1px solid #E3E3E3;
}

.membership-col .content p {
	margin-bottom: 0;
	text-align: center;
}

.membership-col .content .cost {
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	color: #00634A;
	margin-top: 4px;
}

/* About Us page styles */
.about-us-page {
	background: url(../../uploads/2018/07/IMG_7259.jpeg) center center no-repeat;
	background-size: cover;
	margin-bottom: 5em;
	max-width: 100%;
}
.page-template-page-about-us .footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}