html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

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

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,select {
    text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

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

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    line-height: 1.42857143;
    background: #fff !important;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #484848;
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus,a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
    float: left;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple],select[size] {
    height: auto;
}

input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
        line-height: 34px;
    }

    .input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm {
        line-height: 30px;
    }

    .input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label,.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px;
}

.checkbox-inline,.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed;
}

.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}

.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label {
    cursor: not-allowed;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

body.responsive.layout-full #page-wrapper .full-container {
    max-width: 100% !important;
}

.container {
    display: table;
    max-width: 100%;
}

#masthead {
    padding: 0 !important;
}

.logo-left-wrap {
    width: 39%;
    float: left;
}

.logo-wrap {
    width: 22%;
    float: left;
}

.logo-right-wrap {
    width: 39%;
    float: left;
}

.main-navigation {
    background: url(../images/top_nav.png) no-repeat center center;
    background-size: 100% 100%;
    height: 107px;
    z-index: 998;
    margin: 0px !important;
}

#main-slider {
    margin-top: -35px;
    position: relative;
}

/*
.flexslider .slides .full-container {
    padding-bottom: 50px !important;
    background: url(../images/banner-line.png) no-repeat bottom center !important;
}
*/
.metaslider .caption-wrap {
    /*    display: none !important;*/
}

#main-slider:after {
    content: "";
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/wp-content/themes/newleafthc/images/banner-line.png) no-repeat center center;
    z-index: 99;
    background-size: cover;
}

.metaslider .flex-control-nav {
    top: 420px !important;
    bottom: 0px !important;
    max-width: inherit;
    display: table;
    left: 45%;
    width: inherit;
}

.flexslider .flex-direction-nav {
    display: none !important;
}

.metaslider .flexslider {
    margin-bottom: 0!important;
}

.flexslider .flex-control-paging li a {
    background: #fff !important;
}

.flexslider .flex-control-paging li a.flex-active {
    background: #c5c96b !important;
}

.metaslider .flex-control-nav li a {
    margin: 0 4px !important;
}

.flexslider .flex-control-paging li {
    display: table;
    float: left;
}

.metaslider .caption-wrap {
    top: 0 !important;
    background: transparent !important;
    opacity: 1 !important;
}

.metaslider .caption {
    max-width: 1290px;
    margin: 0 auto;
    top: 28%;
    position: relative;
}

.metaslider .caption h2 {
    font-size: 86px;
    font-family: 'mathletebulky';
    font-weight: 500;
    color: #e8efce;
    line-height: 86px;
    margin-bottom: 30px;
    text-align: left;
}

.metaslider .caption h2 span {
    font-size: 136px;
    font-family: 'mathletebulky';
    font-weight: 500;
    color: #ffffff;
    line-height: 86px;
    display: block;
    text-transform: uppercase;
}

.metaslider .caption .caption-content {
    background: url(../images/banner-text-bg.png) no-repeat center center;
    max-width: 650px;
    background-size: 100% 100%;
    float: left;
    padding: 50px 50px 50px 100px;
    position: relative;
    width: 100%;
}

.metaslider .caption .caption-content .button-wrap {
    position: absolute;
    right: 50px;
    bottom: -60px;
}

.main-navigation ul li a {
    padding: 24px 15px 10px 15px;
    font-family: 'mathletebulky';
    font-size: 36px;
    color: #796f4d;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    background: transparent;
    text-decoration: none;
}

.main-navigation ul li a:hover {
    padding: 24px 15px 10px 15px;
    font-family: 'mathletebulky';
    font-size: 36px;
    color: #c5c96b !important;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    background: transparent !important;
    text-decoration: none;
}

.main-navigation ul li.current_page_item > a, .main-navigation ul li.current-page-parent.current_page_parent > a {
    color: #fff;
    background: url(../images/menu-li-bg.png) no-repeat center center;
    background-size: 100% 100%;
    text-decoration: none;
}

.main-navigation ul li.current_page_item > a:hover, .main-navigation ul li.current-page-parent.current_page_parent > a:hover {
    color: #796f4d !important;
    background: url(../images/menu-li-bg.png) no-repeat center center !important;
    background-size: 100% 100% !important;
    text-decoration: none;
}

#masthead.masthead-logo-in-menu .logo {
    float: none;
    background: url(../images/new_leaf-bg.png) no-repeat center center !important;
    height: auto;
    padding: 15px 0px 20px 0px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-size: contain !important;
}

#masthead.masthead-logo-in-menu .logo > img {
    margin: 0 auto;
}

#masthead .main-navigation ul li:hover > a {
    background: inherit;
    color: #796f4d;
}

#masthead .main-navigation ul ul {
    background: #c5c96b;
}

.main-navigation ul ul li a {
    padding: 10px;
    font-family: 'mathletebulky';
    font-size: 24px;
    color: #796f4d;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    background: inherit;
    text-decoration: none;
}

.main-navigation ul ul li:hover > a {
    padding: 10px;
    font-family: 'mathletebulky';
    font-size: 24px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    background: inherit;
    text-decoration: none;
}

.main-navigation ul ul li.current_page_item > a {
    color: #fff;
    background: inherit;
    text-decoration: none;
}

.main-navigation ul ul li.current_page_item > a:hover {
    color: #796f4d;
    background: inherit;
    text-decoration: none;
}

.main-navigation ul.menu > li.menu-item-has-children > a:after {
    background: url(../images/menu-down.png) no-repeat center center !important;
    content: '';
    display: table;
    width: 10px !important;
    height: 10px !important;
    right: 4px;
    top: 36px;
    position: absolute;
    background-size: 100% 100%;
}

.main-navigation ul li.current-page-parent.current_page_parent > a:after {
    background: url(../images/menu-down-hover.png) no-repeat center center !important;
}

#main-slider .slides li {
    /*    float: none !important;*/
}

.logo-right-wrap div {
    float: left;
    display: inline-block;
}

.menu {
    display: table;
    margin: 0 auto !important;
}

.logo-right-wrap .phone-wrap, .logo-right-wrap .email-wrap, .logo-right-wrap .header-search {
    margin-top: 18px;
}

.logo-right-wrap .header-search {
    margin-top: 18px;
    float: right;
}

.logo-right-wrap .phone-wrap a.phone {
    width: 42px;
    height: 42px;
    background: #fff;
    display: table;
    border-radius: 50%;
    border: 1px #e8e4db solid;
    margin: 2px 4px;
    text-align: center;
}

.logo-right-wrap .phone-wrap a.phone:hover {
    width: 42px;
    height: 42px;
    background: #c5c96b;
    display: table;
    border-radius: 50%;
    border: 1px #e8e4db solid;
    margin: 2px 4px;
    text-align: center;
}

.logo-right-wrap .phone-wrap a.phone i {
    font-size: 18px;
    color: #796f4d;
    line-height: 42px;
    margin: 0 auto;
}

.logo-right-wrap .email-wrap a.email {
    width: 42px;
    height: 42px;
    background: #fff;
    display: table;
    border-radius: 50%;
    border: 1px #e8e4db solid;
    margin: 2px 4px;
    text-align: center;
}

.logo-right-wrap .email-wrap a.email:hover {
    width: 42px;
    height: 42px;
    background: #c5c96b;
    display: table;
    border-radius: 50%;
    border: 1px #e8e4db solid;
    margin: 2px 4px;
    text-align: center;
}

.logo-right-wrap .email-wrap a.email i {
    font-size: 18px;
    color: #796f4d;
    line-height: 42px;
    margin: 0 auto;
}

.logo-right-wrap .header-search a.searchlink {
    width: 32px;
    height: 42px;
    background: none;
    display: table;
    border-radius: 50%;
    border: none;
    margin: 2px;
    text-align: center;
}

.logo-right-wrap .header-search a.searchlink i {
    font-size: 16px;
    color: #796f4d;
    line-height: 42px;
    margin: 0 auto;
}

.logo-right-wrap .header-search a.searchlink:hover i {
    font-size: 16px;
    color: #c5c96b;
    line-height: 42px;
    margin: 0 auto;
}

.logo-right-wrap .menu-main-right-container {
    width: 68%;
    float: left;
}

.logo-right-wrap .rt-inner {
    width: 32%;
    float: right;
}

#searchform {
    width: 100%;
    top: 110px;
    position: fixed !important;
}

form.searchform {
    display: table;
    float: right;
    width: auto;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
}

.searchform input {
    display: block;
    width: 360px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.searchform input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.main-navigation.sticky:after {
    display: none !important;
}

.site-footer {
    background: #46370c url(../images/footer_bg.png) no-repeat center center !important;
    background-size: 100% 100% !important;
    padding: 75px 0px !important;
}

/*
.innerpage .site-footer {
    background: url(../images/inner-footer.png) no-repeat center center !important;
    background-size: 100% 100% !important;
    padding: 75px 0px !important;
}
*/
.footer-social {
    width: 100%;
    display: table;
    padding-top: 25px;
}

.footer-social ul {
    display: table;
    margin: 0 auto !important;
}

.footer-social li {
    float: left;
    font-size: 16px;
    margin-right: 15px;
    font-family: 'Open Sans';
    font-weight: 600;
}

.footer-social li a {
    color: #fff !important;
}

.footer-social li a:hover {
    color: #c8cb6e !important;
}

.footer-social li a i {
    color: #c8cb6e;
    margin-right: 10px;
}

.footer-copy p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    font-family: 'Open Sans';
    font-weight: 300;
}
.copyright-right{
	float:right;
}
.copyright-right span{
		font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 600;
	color:#fff;
}
.copyright-right span a{
			font-size: 12px;
			color: #fff !important;
			text-decoration: none;
}
.copyright-right span a:hover{
	text-decoration:underline !important;
	color:#c8cb6e !important;
}

#main {
    background: transparent !important;
    padding: 0 !important;
}

#main .banner-bottom {
    padding: 80px 0px 40px 0px;
    margin: 0px;
    background: url(../images/right_bg_leaf.png) no-repeat right top !important;
    background-size: 20% !important;
}

#main .banner-bottom .panel-grid-cell {
    width: 50% !important;
    float: left;
}

#main .banner-bottom .panel-grid-cell .create_wonderful {
    max-width: 610px;
    float: left;
    padding: 65px 15px 50px 50px;
}

.banner-line {
    bottom: 10px;
    position: relative;
    z-index: 9;
    /*    display: none;*/
}

.flexslider .slides li {
    margin-bottom: 40px;
}

.create_wonderful h3 {
    font-size: 69px;
    font-family: 'mathletebulky';
    font-weight: 500;
    color: #7e8825;
    line-height: 1;
    margin-bottom: 20px;
}

.create_wonderful .dark-green {
    font-size: 19px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #c5c96b;
    line-height: 27px;
    margin-bottom: 25px;
}

.create_wonderful .light-green {
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #484848;
    line-height: 26px;
    margin-bottom: 15px;
}

.site-main a {
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: bold;
    color: #7d8724;
    text-decoration: underline;
}

.site-main a:hover {
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: bold;
    color: #7d8724;
    text-decoration: none;
}

p {
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #484848;
    line-height: 26px;
    margin-bottom: 15px !important;
    margin-top: 0px !important;
}

.green-btn {
    background: url(../images/long_btn.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 20px 35px;
    font-family: 'mathletebulky' !important;
    font-weight: 500 !important;
    font-size: 43px !important;
    line-height: 1 !important;
    color: #fff !important;
    margin-bottom: 25px;
    margin-top: 32px;
    display: table;
    text-decoration: none !important;
}

.green-btn:hover {
    background: url(../images/long_btn.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 20px 35px;
    font-family: 'mathletebulky' !important;
    font-weight: 500 !important;
    font-size: 43px !important;
    line-height: 1 !important;
    color: #796f4d !important;
    margin-bottom: 25px;
    margin-top: 32px;
    display: table;
    text-decoration: none !important;
}

.panel-layout .panel-grid {
    margin-bottom: 0px !important;
}

.testimonials-main {
    background-size: 100% 100% !important;
    padding: 0;
    margin: 0;
}

.testimonials-main .container {
    padding: 170px 0px 170px 0px;
}

.testimonials-content {
    padding: 40px 150px 40px 50px;
    font-size: 40px;
    line-height: 1;
    color: #e8efce;
    font-family: 'mathletebulky';
    font-weight: 500;
    max-width: 770px;
    float: right;
    text-align: center;
    background: url(../images/tc_bg.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

.testimonials-content img {
    position: absolute;
    top: -15px;
    left: -30px;
}

.testimonials-content strong {
    font-size: 16px;
    line-height: 1;
    font-family: 'Open Sans';
    font-weight: bold;
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding-top: 15px;
}

.panel-row-style {
    margin: 0px !important;
    padding: 25px 0px;
}

.installation-content {
    padding: 30px 0px;
    text-align: center;
}

.installation-content h2,.installation-content h1 {
    font-size: 69px;
    font-family: 'mathletebulky';
    font-weight: 500;
    color: #7e8825;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 0px;
}

.installation-content h3 {
    font-size: 40px;
    font-family: 'mathletebulky';
    font-weight: 500;
    color: #7e8825;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 30px;
}

/*
.our_process {
    background: url(../images/left_bg_leaf.png) no-repeat left top !important;
}
*/
.our_process {
    background: url(../images/left_bg_leaf.png) no-repeat left top !important;
    background-size: 20% !important;
}

.our_process-content {
    padding: 30px 0px;
    text-align: center;
}

.our_process-content h2 {
    font-size: 69px;
    font-family: 'mathletebulky';
    font-weight: 500;
    color: #7e8825;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 0px;
}

.our_process-content h3 {
    font-size: 40px;
    font-family: 'mathletebulky';
    font-weight: 500;
    color: #7e8825;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 10px;
}

.our_process .inner-process {
    width: 16.6667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.our_process .inner-process:nth-child(2n) {
    padding-top: 30px;
}

.our_process .execphpwidget {
    display: table;
    width: 100%;
    background: url(../images/our_process_lines.png) no-repeat top 35px center;
}

.our_process .button-wrap {
    margin: 0 auto;
    display: table;
}

.our_process-top {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 45px;
}

.our_process-top p {
    line-height: 26px;
}

.brown-button {
    background: url(../images/brown_btn.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 20px 35px;
    font-family: 'mathletebulky' !important;
    font-weight: 500 !important;
    font-size: 43px !important;
    line-height: 1 !important;
    color: #c5c86b !important;
    margin-bottom: 25px;
    margin-top: 15px;
    display: table;
    text-decoration: none !important;
}

.brown-button:hover {
    background: url(../images/brown_btn.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 20px 35px;
    font-family: 'mathletebulky' !important;
    font-weight: 500 !important;
    font-size: 43px !important;
    line-height: 1 !important;
    color: #fff !important;
    margin-bottom: 25px;
    margin-top: 15px;
    display: table;
    text-decoration: none !important;
}

.enjoy-instagram-carousel .owl-controls {
    display: none !important;
}

/*
.enjoy-instagram-carousel .box a:hover {
    background: url(../images/insta_icon.png) no-repeat center center;
}
*/
/*

.enjoy-instagram-carousel .box a {
    transition: transform .2s;
    box-shadow: none;
    height: 400px !important;
    top: 25px;
    position: relative;
}

.enjoy-instagram-carousel .box a:hover {
    transform: scale(1.2);
    height: 450px !important;
}*/
.enjoy-instagram-carousel:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 135px;
    height: 133px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/insta_icon.png) no-repeat center center;
}

#icon_wrapper {
    top: 40% !important;
}

#icon_wrapper .awesome-social {
    margin-top: 5px !important;
    color: #fff !important;
    text-align: center !important;
    line-height: 48px !important;
    width: 48px !important;
    height: 48px !important;
    font-size: 24px !important;
    text-shadow: none;
    border-radius: 4px 0px 0px 4px;
}

.metaslider .caption .treehouses-banner h2 {
    font-size: 112px;
    line-height: 80px;
}

.metaslider .caption .treehouses-banner h2 span {
    font-size: 56px;
    line-height: 56px;
}

.th042-banner-bottom .th042-slider {
    padding: 60px 15px 30px 15px;
    max-width: 770px;
    float: right;
    width: 100%;
}

.th042-banner-bottom .th042-content {
    padding: 60px 15px 30px 15px;
    max-width: 410px;
    float: left;
    width: 100%;
}

.th042-banner-bottom {
    margin-top: 15px !important;
    padding: 0px;
}

.th042-banner-bottom .panel-grid-cell:first-child {
    background: url(../images/th-042-left.png) no-repeat left top !important;
    background-size: 30% !important;
    width: 60% !important;
    float: left;
}

.th042-banner-bottom .panel-grid-cell:last-child {
    background: url(../images/th-042-right.png) no-repeat right top !important;
    background-size: 45% !important;
    width: 40% !important;
    float: left;
}

.th042-banner-bottom .th042-content h3,.th042-banner-bottom .th042-content h1 {
    font-size: 69px;
    font-family: 'mathletebulky';
    font-weight: 500;
    color: #7e8825;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 0px;
}

.th042-banner-bottom .sow-slider-pagination {
    display: none !important;
}

.th042-banner-bottom .sow-slide-nav a .sow-sld-icon-thin-left {
    left: -10px;
    width: 82px;
    height: 82px;
    background: url(../images/th-042-left_arrow.png) no-repeat center center !important;
    background-size: cover;
    position: relative;
}

.th042-banner-bottom .sow-slide-nav a .sow-sld-icon-thin-right {
    right: -10px;
    width: 82px;
    height: 82px;
    background: url(../images/th-042-right_arrow.png) no-repeat center center !important;
    background-size: cover;
    position: relative;
}

.th042-banner-bottom .sow-slider-base .sow-slide-nav {
    top: 45%;
    opacity: 1;
    display: block !important;
    z-index: 99;
}

.th042-banner-bottom .sow-slider-base .sow-sld-icon-thin-left:before {
    content: " " !important;
}

.th042-banner-bottom .sow-slider-base .sow-sld-icon-thin-right:before {
    content: " " !important;
}

.peep-inside-main {
    margin: 0px;
    background: url(../images/peep_main_bg.png) no-repeat center center !important;
    background-size: 100% 100% !important;
    padding: 60px 0px 60px 0px;
}

.peep-inside-main h3 {
    font-size: 69px;
    font-family: 'mathletebulky';
    font-weight: 500;
    color: #7e8825;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    display: table;
    margin: 0 auto;
    padding: 0px 50px;
    position: relative;
}

.peep-inside-main h3:after {
    content: '';
    background: url(../images/h3-right.png) no-repeat right center !important;
    height: 10px;
    width: 50px;
    display: table;
    position: absolute;
    right: 0;
    top: 30px;
}

.peep-inside-main h3:before {
    content: '';
    background: url(../images/h3-left.png) no-repeat left center !important;
    height: 10px;
    width: 50px;
    display: table;
    position: absolute;
    left: 0;
    top: 30px;
}

.peep-inside-main .gallery .gallery-icon {
    position: relative;
}

.peep-inside-main .gallery .gallery-icon > a:hover:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 98px;
    height: 98px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/full_screen_icon.png) no-repeat center center;
    background-size: cover;
}

.installed_price_main {
    padding: 50px 0px 30px 0px !important;
    margin: 0px;
}

.installed_price_main .panel-grid-cell {
    float: left;
    width: 50% !important;
}

.installed_price_main h3,.installed_price_main h2 {
    font-size: 54px;
    font-family: 'mathletebulky';
    font-weight: 500;
    color: #7e8825;
    line-height: 1;
    margin-bottom: 0px;
    margin-top: 0px;
}

.installed_price_main .installed_price_content {
    padding-left: 50px;
    max-width: 580px;
}

.installed_price_main .installed_price_content ul {
    margin-left: 0px;
    list-style: disc;
}

.installed_price_main .installed_price_content ul li {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 17px;
    color: #484848;
    line-height: 26px;
}

.installed_price_main .installed_price_img img {
    padding-top: 60px;
    margin:
}

.vat-btn {
    font-size: 54px !important;
    color: #fff !important;
    padding: 10px 35px;
}

.vat-btn:hover {
    font-size: 54px !important;
    color: #7d8724 !important;
    padding: 10px 35px;
}

.treehouse-042 .metaslider .caption {
    max-width: 1900px;
    top: 24%;
    left: 5%;
}

.treehouse-042 .metaslider .flex-control-nav {
    left: 30%;
}

.th042-testimonials-main {
    background-size: 100% 100% !important;
    padding: 130px 0 120px 0;
    margin: 0 !important;
    margin-bottom: -10px !important;
}

.th042-testimonials-main .container {
    padding: 170px 0px 170px 0px;
}

.th042-testimonials-main .testimonials-content {
    padding: 40px 40px 40px 40px;
    font-size: 35px;
    line-height: 1;
    color: #e8efce;
    font-family: 'mathletebulky';
    font-weight: 500;
    max-width: 680px;
    float: left;
    text-align: left;
    background: url(../images/tc_bg.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    margin-left: 21%;
}

.th042-testimonials-main .testimonials-content strong {
    font-size: 16px;
    line-height: 1;
    font-family: 'Open Sans';
    font-weight: bold;
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding-top: 15px;
}

.treehouse-042 .metaslider .caption .caption-content .button-wrap {
    right: 150px;
}

#gallery-1 {
    /*margin-left: -5px !important;
    margin-right: -5px !important;*/
    display: table;
	width: 100%;
    max-width: 98% !important;
    margin: 0px auto !important;
}

#gallery-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
	width: 20% !important;
}
//**
11-08-2018
**//
/*.innerpage.quote .entry-content h1{
        font-size: 40px !important;
    font-family: 'mathletebulky' !important;
    font-weight: 400 !important;
    color: #7e8825 !important;
    line-height: 1 !important;
}*/
.gform_wrapper label {
    color: #474747 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}
.gform_wrapper .name_first label {
    color: #474747 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}
.gform_wrapper .name_last label {
    color: #474747 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}
.gform_wrapper .gfield_required {
    color: #CE0000  !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
     width: 100%  !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 2px !important;
    display: block;
    padding: 0.7em;
    width: 100%;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.7 !important;
    min-height: 2rem;
}
.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"] {
    background: url(../images/long_btn.png) no-repeat center center !important;
    background-size: 100% 100% !important;
    padding: 0px 45px !important;
    font-family: 'mathletebulky' !important;
    font-weight: 500 !important;
    font-size: 43px !important;
    line-height: 1 !important;
    color: #fff !important;
    margin-bottom: 25px !important;
    margin-top: 32px !important;
    display: table;
    text-decoration: none !important;
        border: none !important;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover, .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"]:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type="submit"]:focus, .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"]:focus {
   background: url(../images/long_btn.png) no-repeat center center !important;
    background-size: 100% 100% !important;
    padding: 0px 45px !important;
    font-family: 'mathletebulky' !important;
    font-weight: 500 !important;
    font-size: 43px !important;
    line-height: 1 !important;
    color: #796f4d !important;
    margin-bottom: 25px !important;
    margin-top: 32px !important;
    display: table;
    text-decoration: none !important;
        border: none !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin: 0 !important;
}

.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 #CE0000 !important;
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #474747 !important;
}
.gform_wrapper div.validation_error {
    background: transparent !important;
    border: none !important;
    clear: both;
    color: #CE0000 !important;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    padding: 0px !important;
    text-align: center;
    width: 100%;
    line-height: 1.5;
}
.gform_wrapper .validation_message {
    color: #CE0000 !important;
       font-weight: 400 !important;
    margin-bottom: 5px;
}
/*.gfield_description.validation_message {
    display: none;
}*/
.gform_wrapper.gf_browser_chrome .gform_body {
    width: 100% !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent  !important;
    margin: 0  !important;
    border-top: none  !important;
    border-bottom: none  !important;
    padding: 0 !important;
}
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
        margin-bottom: 30px;
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #790000 !important;
}
.gform_wrapper label.gfield_label {
    font-weight: 400 !important;
    font-size: inherit;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
    font-weight: 400 !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px !important;
}
.blog .innerpage .full-container,.single .innerpage .full-container {
    width: 1170px !important;
    padding: 50px 0;
    content: "";
    display: table;
    clear: both;
}
.blog .innerpage .full-container .content-area .entry-content .more-link {
   background: url(../images/long_btn.png) no-repeat center center !important;
    background-size: 100% 100% !important;
    padding: 10px 45px !important;
    font-family: 'mathletebulky' !important;
    font-weight: 500 !important;
    font-size: 43px !important;
    line-height: 1 !important;
    color: #fff !important;
    margin-bottom: 25px !important;
    margin-top: 32px !important;
    display: table;
    text-decoration: none !important;
    border: none !important;
}
.blog .innerpage .full-container .content-area .entry-content .more-link:hover {
   background: url(../images/long_btn.png) no-repeat center center !important;
    background-size: 100% 100% !important;
    padding: 10px 45px !important;
    font-family: 'mathletebulky' !important;
    font-weight: 500 !important;
    font-size: 43px !important;
    line-height: 1 !important;
    color: #796f4d !important;
    margin-bottom: 25px !important;
    margin-top: 32px !important;
    display: table;
    text-decoration: none !important;
    border: none !important;
}
.blog .innerpage .full-container .content-area .entry-title,.search-results h1.entry-title{
    margin-top: 0px !important;
}
.search-results h1.entry-title{
	margin-bottom:10px !important;
}
.search-results article.post .entry-header, .search-results article.page .entry-header,.error404 article.post .entry-header, .error404 article.page .entry-header,.search-no-results article.post .entry-header, .search-no-results article.page .entry-header {
	margin-bottom:0px !important;
}
.search-results article.post.post-with-thumbnail-icon .entry-thumbnail, .search-results article.page.post-with-thumbnail-icon .entry-thumbnail{
	width: 14.68% !important;
}
.blog .innerpage .full-container .content-area .entry-title a {
    font-size: 40px !important;
    font-family: 'mathletebulky' !important;
    font-weight: 400 !important;
      color: #7e8825 !important;
    line-height: 1 !important;
}
.blog .innerpage .full-container .content-area .entry-title a:hover{
    font-size: 40px !important;
    font-family: 'mathletebulky' !important;
      color: #c5c96b !important;
    line-height: 1 !important;
    font-weight: 400 !important;
}
.blog .innerpage .full-container .content-area .entry-meta a:hover{
    color: #7e8825 !important;
}
.blog .innerpage .full-container .widget-area h3,.single .innerpage .full-container .widget-area h3,.search-no-results .full-container .widget-area h3, .search-results .full-container .widget-area h3{
        font-size: 32px !important;
    font-family: 'mathletebulky' !important;
    font-weight: 500 !important;
      color: #7e8825 !important;
    line-height: 1 !important;
}
.blog .innerpage .full-container .widget-area ul li a,.single .innerpage .full-container .widget-area ul li a,.search-no-results .full-container .widget-area ul li a,.search-results .full-container .widget-area ul li a {
    font-size: 14px !important;
    color: #484848 !important;
    font-weight: 400 !important;
}

.blog .innerpage .full-container .widget-area ul li a:hover,.single .innerpage .full-container .widget-area ul li a:hover,.search-no-results .full-container .widget-area ul li a:hover,.search-results .full-container .widget-area ul li a:hover {
    font-size: 14px !important;
    color: #7e8825 !important;
    font-weight: 400 !important;
}
.single .innerpage .full-container .entry-header h1.entry-title,.innerpage h1,.search-no-results .site-content h1.entry-title,.innerpage.thank-you h1,.search-results h1.entry-title a,.error404 .innerpage .full-container h2.widgettitle{
        font-size: 40px !important;
    font-family: 'mathletebulky' !important;
    font-weight: 500 !important;
    color: #7e8825 !important;
    line-height: 1 !important
}
.error404 .innerpage .full-container h2.widgettitle,.innerpage h1{
	margin-bottom: 15px !important;
}
.innerpage.thank-you .site-content,.search-no-results .site-main,.search-results .site-main,.error404 .site-main,.innerpage.story .site-main{
    margin: 40px 0px !important;
}
.gallery-icon.landscape,.gallery-icon.portrait{
    height: 168px;
	    width: 100%;
    max-width: 256px;
	text-align: center;
    margin: 0px auto;
}
.gallery-icon.landscape img,.gallery-icon.portrait img{
     height: 168px;
    width: 256px;
}
.innerpage.treehouse-084 .gallery-icon.landscape img,.innerpage.treehouse-084 .gallery-icon.portrait img,.innerpage.treehouse-042 .gallery-icon.landscape img,.innerpage.treehouse-042 .gallery-icon.portrait img,
.innerpage.treehouse-168 .gallery-icon.landscape img,.innerpage.treehouse-168 .gallery-icon.portrait img{
	mask: url(/wp-content/themes/newleafthc/images/border-749x492.png);
}
.innerpage .th042-slider .sow-slider-images .sow-slider-image  ,
.innerpage .th042-slider .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper img {
	mask: url(/wp-content/themes/newleafthc/images/border-749x492.png);
}
.search-no-results .full-container,.search-results .full-container,.error404 .full-container{
    width: 1170px !important;
}
.search-no-results  #secondary,.search-results #secondary{
    display:none !important;
}
.search-no-results  #primary,.search-results #primary,.error404 #primary{
	width:100% !important;
}
.error404 .innerpage .full-container .entry-content a{
	    font-size: 14px !important;
    color: #484848 !important;
    font-weight: 400 !important;
	    text-decoration: none !important;
}
.error404 .innerpage .full-container .entry-content a:hover {
      font-size: 14px !important;
    color: #7e8825 !important;
    font-weight: 400 !important;
}
.error404 .innerpage .full-container .entry-content ul li{
	list-style-type: disc !important;
}
.error404 .innerpage .full-container .widget select{
	width: 200px !important;
    padding: 5px;
    border: 1px solid #7e8825 !important
}
.gallery-icon a img ,
.innerpage .th042-slider .sow-slider-images .sow-slider-image  ,
.innerpage .th042-slider .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper img  {
  -webkit-mask-box-image: url(/wp-content/themes/newleafthc/images/border-749x492.png);
}
.caprion-rt{
	background: url(/wp-content/themes/newleafthc/images/sticker-round.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 70px 35px;
		text-align: center;
		    transform: rotate(5deg);
			    height: 213px;
    width: 210px;
}
.rt-wrap{
	float: right;
	margin-right: 150px;
}
.caprion-rt p{
	      font-size: 36px !important;
    color: #fefefe !important;
    font-weight: 400 !important;
	    font-family: 'mathletebulky' !important;
		text-align: center;
}
.caprion-rt span{
	     font-size: 61px !important;
    color: #c5c86b !important;
    font-weight: 400 !important;
	    font-family: 'mathletebulky' !important;
		text-align: center;
		display: inline-block;
}
.caprion-rt strong{
	     font-size: 25px !important;
    color: #fff !important;
    font-weight: 700 !important;
	font-family: 'Open Sans';
	    display: block;
		text-align: center;
}
.caprion-rt strong sup{
		     font-size: 12px !important;
    color: #fff !important;
    font-weight: 800 !important;
	font-family: 'Open Sans';
		text-align: center;
}
.ctcc-right-side #catapultCookie{
	background: #7d8724 !important;
	color: #fff;
}
