/*------------------------------------------------------------------
[Table of contents]

1. Initiate Css
	1. Reset
	2. Style ( caption / align style )
2. Theme Style
	1. Header
	2. Sidebar
	3. Footer
3.) Content Item
4.) Widget
5.) Default Plugin
6.) 10335 Soccer Plugin 
-------------------------------------------------------------------*/


/*--- reset ---*/


/*--- reset5 © 2011 opensource.736cs.com MIT ---*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
    display: block;
}

nav ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

ul ul {
    list-style: circle;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

mark {
    background: none;
}

abbr[title],
dfn[title],
acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input[type=submit],
input[type=button],
button {
    margin: 0;
    padding: 0;
}

input,
select,
a img {
    vertical-align: middle;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}


/*--- clear ---*/

.clear {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    zoom: 1;
}

.clear-fix {
    zoom: 1;
}

.clear-fix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/*--- wordpress core ---*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border-width: 1px;
    border-style: solid;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

dl {
    width: 100%;
    overflow: hidden;
}

dt {
    float: left;
    width: 30%;
    clear: left;
    margin-bottom: 12px;
}

dd {
    float: left;
    width: 70%;
    margin-bottom: 15px;
}

big {
    font-size: 15px;
}

code,
kbd {
    border: 1px dotted;
    padding: 5px 12px;
    margin: 0px 10px
}

sup {
    vertical-align: super;
    font-size: 11px;
}

sub {
    vertical-align: sub;
    font-size: 11px;
}

.gallery-item .gallery-icon {
    margin-right: 10px;
}

i {
    margin-right: 5px;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

ul,
ol {
    margin-bottom: 20px;
    margin-left: 30px;
}

body {
    line-height: 1.7;
    font-family: Arial, Helvetica, sans-serif;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    margin-bottom: 18px;
    font-weight: 400;
}

.post-password-form input[type="submit"] {
    margin-left: 20px;
    margin-bottom: 0px;
}

.post-password-form input[type="password"] {
    margin-left: 10px;
    padding: 10px 15px;
}


/*----------------------------------------------------------------------*/


/*---------------             THEME STYLE             ------------------*/


/*----------------------------------------------------------------------*/


/*--- structure ---*/

.container {
    padding: 0px;
    margin: 0px auto;
    /* position: relative; */
}

.column,
.columns {
    float: left;
    position: relative;
    min-height: 100px;
}

.one-ninth {
    width: 11.111%;
}

.one-eighth {
    width: 12.5%;
}

.one-seventh {
    width: 14.285%;
}

.one-fifth {
    width: 20%;
}

.two-fifth {
    width: 40%;
}

.three-fifth {
    width: 60%;
}

.four-fifth {
    width: 80%;
}

.one {
    width: 8.333%
}

.two {
    width: 16.666%;
}

.three {
    width: 50%;
}

.four {
    width: 33.333%;
}

.five {
    width: 41.666%;
}

.six {
    width: 50%;
}

.seven {
    width: 58.334%;
}

.eight {
    width: 66.667%;
}

.nine {
    width: 75%;
}

.ten {
    width: 83.334%;
}

.eleven {
    width: 91.667%;
}

.twelve {
    width: 100%;
}

.ie7 .sf-mega-section.three {
    width: 24%;
}

.greenleaf-item {
    margin: 0px 15px 20px;
    min-height: 1px;
}

.greenleaf-full-size-wrapper .greenleaf-item-no-space {
    margin-bottom: 0px;
}

.greenleaf-item-no-space {
    margin: 0px 20px 40px;
}

.greenleaf-item-no-space .greenleaf-item {
    margin: 0px;
}

.greenleaf-item.greenleaf-main-content {
    margin-bottom: 55px;
}

.greenleaf-item.greenleaf-divider-item {
    margin-bottom: 50px
}

.section-container,
.greenleaf-item-start-content,
.greenleaf-parallax-wrapper,
.greenleaf-color-wrapper {
    padding-top: 40px;
}

.greenleaf-color-wrapper,
.greenleaf-parallax-wrapper,
.greenleaf-full-size-wrapper {
    padding-bottom: 0px;
}

.mission-section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.greenleaf-full-size-wrapper .greenleaf-item,
.greenleaf-full-size-wrapper .greenleaf-item-no-space {
    margin-left: 0px;
    margin-right: 0px;
}

.greenleaf-half-bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center;
}

.greenleaf-half-bg.greenleaf-bg-solid {
    left: 0px;
    right: 50%;
}

.greenleaf-half-bg.greenleaf-solid-bg {
    left: 50%;
    right: 50px;
}

.greenleaf-half-bg-wrapper .six.columns {
    left: 0px;
    right: 30px;
}

.greenleaf-half-bg.greenleaf-solid-bg {
    left: 52%;
    right: 0px;
}

.ie7 .greenleaf-item-start-content {
    overflow: hidden;
}

audio {
    width: 100%;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider {
    position: relative;
    clear: both;
    float: right;
    top: -31px;
}


/* img,
video {
    max-width: 100%;
    height: auto;
    width: auto;
} */

.ms-container video {
    max-width: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    border: 0px;
    outline: none;
    padding: 6px;
    max-width: 100%;
}


/*--- transition / color animation  ---*/

a {
    transition: color 300ms, background-color 300ms, opacity 300ms;
    -moz-transition: color 300ms, background-color 300ms, opacity 300ms;
    /* FF3.7+ */
    -o-transition: color 300ms, background-color 300ms, opacity 300ms;
    /* Opera 10.5 */
    -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
    /* Saf3.2+, Chrome */
}


/*--- boxed style ---*/

.body-wrapper {
    overflow: hidden;
}

.body-wrapper.greenleaf-boxed-style {
    margin: 0px auto;
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

img.greenleaf-full-boxed-background {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    img.greenleaf-full-boxed-background {
        left: 50%;
        margin-left: -512px;
    }
}

.content-wrapper {
    position: relative;
    z-index: 89;
}


/*--- top navigation ---*/

.top-navigation-wrapper {
    position: relative;
    z-index: 98;
    padding: 11px 0px;
    font-size: 13px;
    line-height: 18px;
}

.top-navigation-left {
    float: left;
    margin: 0px 15px;
}

.top-navigation-right {
    float: right;
    margin: 0px 15px;
}

.top-social-wrapper .social-icon {
    font-size: 14px;
    display: inline;
    margin-left: 6px;
}

.top-social-wrapper .social-icon a {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.top-social-wrapper .social-icon a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}


/*--- search form ---*/

.greenleaf-navigation-substitute {
    position: relative;
    z-index: 91;
}

#greenleaf-menu-search-button {
    margin: 2px 0px 0px 30px;
    float: right;
    cursor: pointer;
    max-width: 15px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.greenleaf-header-transparent #greenleaf-menu-search-button {
    opacity: 1;
    filter: alpha(opacity=100);
}

#greenleaf-menu-search {
    position: absolute;
    top: 100%;
    right: 15px;
    width: 250px;
    display: none;
}

#greenleaf-menu-search input[type="text"] {
    margin: 0px;
    background: transparent;
    padding: 20px 23px;
}

#greenleaf-menu-search input[type="submit"] {
    display: none;
}

.greenleaf-menu-search-button-sep {
    position: absolute;
}


/*--- top login menu---*/

.greenleaf-login-form input[type="text"],
.greenleaf-login-form input[type="email"],
.greenleaf-login-form input[type="password"] {
    width: 200px;
    padding: 12px;
    margin-bottom: 5px;
}

.greenleaf-login-form label {
    display: block;
    margin-bottom: 4px;
}

.greenleaf-login-form p {
    margin-bottom: 0px;
    margin-top: 9px;
    overflow: hidden;
}

.greenleaf-login-form p:first-child {
    margin-top: 0px;
}

.greenleaf-login-form input[type="submit"] {
    margin-bottom: 0px;
}

.greenleaf-login-form input[type="checkbox"] {
    margin: 2px 10px 0px 0px;
    float: left;
}

.greenleaf-login-form .login-remember {
    padding-top: 3px;
}


/*--- header ---*/

.greenleaf-woo-button-overlay {
    width: 65px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.greenleaf-top-woocommerce-button {
    cursor: pointer;
    width: 15px;
    text-align: right;
    font-size: 10px;
    position: relative;
    margin: 3px 25px 0px;
}

.greenleaf-top-woocommerce-button img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.greenleaf-top-woocommerce-button i {
    font-size: 14px;
}

.greenleaf-top-woocommerce-button .greenleaf-cart-item-count {
    position: absolute;
    right: -7px;
    top: -7px;
}

.greenleaf-top-woocommerce-wrapper {
    float: right;
}

.greenleaf-top-woocommerce {
    text-align: center;
    display: none;
    top: 100%;
    position: absolute;
    right: 15px;
}

.greenleaf-top-woocommerce .greenleaf-top-woocommerce-inner {
    padding: 30px 40px 23px;
}

.greenleaf-top-woocommerce .greenleaf-cart-count {
    margin-bottom: 8px;
}

.greenleaf-top-woocommerce .greenleaf-cart-amount {
    margin-bottom: 20px;
}

.greenleaf-top-woocommerce-inner>a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

html .woocommerce .greenleaf-widget-title {
    font-size: 12px;
}

.greenleaf-header-wrapper {
    z-index: 99;
}

.greenleaf-logo-container,
.greenleaf-header-container {
    position: relative;
    z-index: 97;
}

.greenleaf-logo {
    float: left;
}

.greenleaf-logo h1 {
    margin-bottom: 0px;
    line-height: 0;
}

.greenleaf-fixed-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    height: 95px;
}


/* .greenleaf-fixed-header .greenleaf-logo {
    margin-top: 16px;
    margin-bottom: 16px;
} */

.greenleaf-fixed-header .greenleaf-logo img {
    max-height: 80px;
    width: auto;
    padding-bottom: 10px;
}

.greenleaf-fixed-header .greenleaf-navigation-wrapper {
    margin-top: 75x;
}

.greenleaf-fixed-header .greenleaf-main-menu>li>a {
    padding-bottom: 18px;
}

.greenleaf-fixed-header .greenleaf-navigation-slide-bar {
    display: none;
}

.greenleaf-fixed-header.greenleaf-header-inner {
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}

.greenleaf-fixed-header .greenleaf-navigation-wrapper .greenleaf-main-menu>li>a {
    font-size: 18px;
    padding-bottom: 23px;
}

.admin-bar .greenleaf-fixed-header {
    top: 32px
}

.greenleaf-navigation-gimmick {
    position: absolute;
    bottom: 0px;
    height: 0px;
}

.greenleaf-navigation-wrapper {
    margin: 0px 15px;
    float: right;
}

.greenleaf-navigation-wrapper .greenleaf-navigation-container {
    position: relative;
    line-height: 0;
}

.greenleaf-navigation-wrapper .greenleaf-main-menu>li {
    padding-bottom: 0px;
}

.greenleaf-navigation-wrapper .greenleaf-main-menu>li>a {
    font-size: 20px;
    padding: 0px 33px 45px 0px;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.greenleaf-navigation-wrapper .greenleaf-main-menu>li:last-child>a,
.greenleaf-navigation-wrapper .greenleaf-main-menu>li:last-child>a.sf-with-ul,
.greenleaf-navigation-wrapper .greenleaf-main-menu>li:last-child>a.sf-with-ul-pre {
    padding-right: 0px;
}

.greenleaf-navigation-wrapper .greenleaf-main-menu>li>a.sf-with-ul-pre,
.greenleaf-navigation-wrapper .greenleaf-main-menu>li>a.sf-with-ul {
    padding-right: 33px;
}

.greenleaf-navigation-wrapper .greenleaf-main-menu>li>a.sf-with-ul:after {
    top: 11px;
    right: 0px;
    display: none;
}

.greenleaf-donate-button {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100px;
    margin-left: 30px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.greenleaf-button-donate-text {
    position: relative;
}

.greenleaf-button-overlay {
    width: 100px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.greenleaf-page-title-wrapper {
    padding: 85px 0px 80px;
    position: relative;
    z-index: 89;
    line-height: 1;
    text-align: center;
    background-image: url('../images/page-title-background.jpg');
    background-repeat: repeat;
    background-position: center;
}

.greenleaf-page-title-wrapper .greenleaf-page-title-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
}

.greenleaf-page-title-wrapper .greenleaf-page-title-container {
    position: relative;
}

.greenleaf-page-title-wrapper .greenleaf-page-title {
    font-size: 45px;
    margin: 0px 15px;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-top: 50px;
}

.greenleaf-page-title-wrapper .greenleaf-page-caption {
    font-size: 20px;
    margin: 12px 17px 0px;
    display: block;
    font-style: italic;
}

.greenleaf-page-title-wrapper .greenleaf-page-title-gimmick {
    font-size: 20px;
    display: block;
    margin-top: 20px;
}

.greenleaf-full-size-wrapper .greenleaf-item-title-head {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.greenleaf-header-wrapper.header-style-5-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
}

.header-style-5-title-wrapper.greenleaf-page-title-wrapper {
    padding-top: 190px;
}


/*--- header shortcode ---*/

.greenleaf-heading-shortcode.with-background {
    padding: 8px 19px;
    display: inline-block;
}

.greenleaf-heading-shortcode i {
    margin-right: 10px;
}


/*--- wrapper item ---*/

.greenleaf-color-wrapper,
.greenleaf-parallax-wrapper {
    overflow: hidden;
    background-position: center 0px;
    background-repeat: repeat;
    position: relative;
}


/*--- sidebar ---*/

.with-sidebar-container .with-sidebar-content {
    float: right;
}

.greenleaf-widget-title {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.greenleaf-sidebar .greenleaf-widget-title {
    display: inline-block;
    padding-right: 4px;
}

.widget.greenleaf-widget {
    margin-bottom: 50px;
}


/*--- stunning-text ---*/

.greenleaf-stunning-item .stunning-item-title {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 10px;
}

.greenleaf-stunning-item.greenleaf-stunning-left.greenleaf-button-on {
    position: relative;
    padding-right: 150px;
    font-size: 16px;
}

.greenleaf-stunning-item.greenleaf-stunning-left .stunning-item-button {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -21px;
    margin-right: 0px;
}

.greenleaf-stunning-item.greenleaf-stunning-small-left.greenleaf-button-on {
    position: relative;
    padding-right: 150px;
}

.greenleaf-stunning-item.greenleaf-stunning-small-left .stunning-item-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

.greenleaf-stunning-item.greenleaf-stunning-small-left .stunning-item-button {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -21px;
    margin-right: 0px;
}

.greenleaf-stunning-item.greenleaf-stunning-center {
    text-align: center;
}

.greenleaf-stunning-item.greenleaf-stunning-center .stunning-item-button {
    margin: 20px 9px 0px;
}

.greenleaf-stunning-item.greenleaf-stunning-center .stunning-item-title {
    font-size: 39px;
    font-weight: 800;
}

.greenleaf-stunning-item.greenleaf-stunning-center .stunning-item-caption {
    font-size: 21px;
}

.greenleaf-stunning-text-item.type-center {
    text-align: center;
    margin-bottom: 35px;
}

.greenleaf-stunning-text-item.type-center .stunning-text-title {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 25px;
}

.greenleaf-stunning-text-item.type-center .stunning-text-caption {
    font-size: 16px;
}

.greenleaf-stunning-text-item.type-center .stunning-text-button {
    margin: 15px 0px 0px;
}

.greenleaf-stunning-text-item.type-normal.greenleaf-button-on {
    padding-right: 190px;
    position: relative;
}

.greenleaf-stunning-text-item.type-normal .stunning-text-title {
    font-size: 29px;
    margin-bottom: 18px;
}

.greenleaf-stunning-text-item.type-normal .stunning-text-caption {
    font-size: 16px;
}

.greenleaf-stunning-text-item.type-normal .stunning-text-button {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -22px;
    margin-right: 0px;
}

.greenleaf-stunning-text-item.with-padding {
    padding: 35px 35px 15px;
}

.greenleaf-stunning-text-item.with-padding.with-border {
    border-width: 3px;
    border-style: solid;
}

.greenleaf-stunning-text-item.with-padding.greenleaf-button-on {
    padding-right: 200px;
}

.greenleaf-stunning-text-item.with-padding .stunning-text-button {
    right: 40px;
}

.greenleaf-stunning-text-item.with-padding .stunning-text-caption {
    margin-bottom: 20px;
}


/*--- footer ---*/

.footer-address {
    padding-left: 26px
}

.footer-wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-position: right top;
}

.footer-wrapper a {
    cursor: pointer;
}

.footer-wrapper .widget.greenleaf-widget {
    margin-bottom: 45px;
}

.footer-contact {
    padding-left: 50px;
}

.footer-wrapper .greenleaf-widget-title {
    margin-bottom: 30px;
}

.footer-container {
    padding: 100px 0 20px 0;
}

.ie7 .footer-wrapper {
    overflow: hidden;
}

.copyright-left {
    text-align: center;
    margin: 0px 15px;
    /* float: left; */
}

.copyright-right {
    margin: 0px 15px;
    float: right;
}

.copyright-wrapper {
    border-top-width: 1px;
    border-top-style: solid;
}

.copyright-container {
    padding: 15px 0px;
}

.textwidget-right {
    font-size: 16px;
}

.textwidget {
    font-size: 14px;
    margin-top: -60px;
}


/*--- shortcode ---*/

.greenleaf-shortcode-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}


/*--- 404 page not found ---*/

.page-not-found-block {
    text-align: center;
    padding: 50px 50px 60px;
    margin: 50px 0px 50px;
}

.page-not-found-block .page-not-found-title {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 17px;
}

.page-not-found-block .page-not-found-caption {
    font-size: 20px;
    margin-bottom: 35px;
}

.page-not-found-block .page-not-found-icon {
    font-size: 89px;
    line-height: 1;
    margin-bottom: 20px;
}

.page-not-found-search {
    max-width: 300px;
    margin: 0px auto;
}

.page-not-found-search .gdl-search-form {
    padding-right: 30px;
}

.page-not-found-search .gdl-search-form input[type="text"] {
    padding: 12px 15px;
    font-size: 15px;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.page-not-found-search .gdl-search-form input[type="submit"] {
    background-image: url('../images/light/icon-search.png');
}

body.search .page-not-found-block {
    margin-top: 0px;
}


/*----------------------------------------------------------------------*/


/*---------------             CONTENT ITEM            ------------------*/


/*----------------------------------------------------------------------*/


/*--- item title ---*/

.greenleaf-item-title-wrapper.greenleaf-item {
    margin-bottom: 30px;
    position: relative;
}

.greenleaf-item-title-wrapper .greenleaf-item-title {
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 800;
}

.greenleaf-item-title-wrapper .greenleaf-item-title i {
    margin-right: 12px;
}

.greenleaf-item-title-wrapper .greenleaf-item-title img {
    margin-right: 14px;
    vertical-align: middle;
    max-width: 37px;
    margin-top: -1px;
    margin-bottom: 3px;
}

.greenleaf-item-title-wrapper .greenleaf-item-title-caption {
    margin-top: 8px;
    font-size: 20px;
    font-style: italic;
}

.greenleaf-item-title-wrapper .greenleaf-item-title-link {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
    display: inline-block;
}

.greenleaf-item-title-wrapper .greenleaf-item-title-link:after {
    content: "\f101";
    font-family: fontAwesome;
    font-weight: normal;
    margin-left: 8px;
}

.greenleaf-item-title-wrapper.greenleaf-medium.greenleaf-left .greenleaf-item-title-link .greenleaf-item-title-wrapper.greenleaf-medium.greenleaf-left-divider .greenleaf-item-title-link {
    margin-top: 11px;
}

.greenleaf-item-title-wrapper.greenleaf-large.greenleaf-left .greenleaf-item-title-link,
.greenleaf-item-title-wrapper.greenleaf-large.greenleaf-left-divider .greenleaf-item-title-link {
    margin-top: 18px;
}

.greenleaf-item-title-wrapper.greenleaf-extra-large.greenleaf-left .greenleaf-item-title-link,
.greenleaf-item-title-wrapper.greenleaf-extra-large.greenleaf-left-divider .greenleaf-item-title-link {
    margin-top: 37px;
}

.greenleaf-item-title-wrapper.greenleaf-center {
    text-align: center;
}

.greenleaf-item-title-wrapper.greenleaf-center .greenleaf-item-title-link:after {
    display: none;
}

.greenleaf-item-title-wrapper.greenleaf-left .greenleaf-item-title-link,
.greenleaf-item-title-wrapper.greenleaf-left-divider .greenleaf-item-title-link {
    float: right;
}

.greenleaf-item-title-wrapper.greenleaf-left .greenleaf-item-title,
.greenleaf-item-title-wrapper.greenleaf-left .greenleaf-item-title-caption,
.greenleaf-item-title-wrapper.greenleaf-left-divider .greenleaf-item-title,
.greenleaf-item-title-wrapper.greenleaf-left-divider .greenleaf-item-title-caption {
    display: inline;
    margin-right: 20px;
}

.greenleaf-item-title-wrapper.greenleaf-left-divider {
    padding-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.greenleaf-item-title-wrapper.greenleaf-small .greenleaf-item-title {
    font-size: 20px;
}

.greenleaf-item-title-wrapper.greenleaf-medium .greenleaf-item-title {
    font-size: 24px;
}

.greenleaf-item-title-wrapper.greenleaf-extra-large .greenleaf-item-title {
    font-size: 52px;
    letter-spacing: 3px;
}

.greenleaf-title-item {
    margin-bottom: 20px;
}

.greenleaf-title-item .greenleaf-item-title-wrapper.greenleaf-item {
    margin-bottom: 0px;
}

.greenleaf-item-title-wrapper.greenleaf-nav-container .greenleaf-item-title {
    display: inline;
    margin-right: 20px;
}

.greenleaf-item-title-wrapper.greenleaf-nav-container .greenleaf-flex-prev {
    font-size: 19px;
    margin-right: 9px;
    cursor: pointer;
}

.greenleaf-item-title-wrapper.greenleaf-nav-container .greenleaf-flex-next {
    font-size: 19px;
    margin-left: 8px;
    margin-right: 0px;
    cursor: pointer;
}

.greenleaf-item-title-wrapper.greenleaf-nav-container.greenleaf-left .greenleaf-nav-title,
.greenleaf-item-title-wrapper.greenleaf-nav-container.greenleaf-left-divider .greenleaf-nav-title {
    float: right;
    margin-top: 6px;
    margin-left: 20px;
}

.greenleaf-item-title-nav.greenleaf-nav-container {
    margin: 0px 20px 30px;
    line-height: 1;
}

.greenleaf-item-title-nav i {
    font-size: 35px;
    vertical-align: text-top;
    margin: 0px 11px;
}

.greenleaf-item-title-nav .greenleaf-flex-prev,
.greenleaf-item-title-nav .greenleaf-flex-next {
    font-size: 20px;
    cursor: pointer;
}

.greenleaf-item-title-nav img {
    max-width: 40px;
    vertical-align: text-top;
    margin: 0px 20px;
}

.greenleaf-item-title-nav.greenleaf-center {
    text-align: center;
}


/*--- accordion / toggle ---*/

.accordion-tab>.accordion-content {
    display: none;
}

.accordion-tab.active>.accordion-content {
    display: block;
}

.greenleaf-accordion-item.style-1 .accordion-tab {
    overflow: hidden;
    padding: 11px 0px;
    border-top-width: 1px;
    border-top-style: solid;
}

.greenleaf-accordion-item.style-1 .accordion-tab:first-child {
    border: 0px;
    padding-top: 0px;
}

.greenleaf-accordion-item.style-1 .accordion-title {
    font-weight: normal;
    font-size: 17px;
    line-height: 33px;
    margin-bottom: 0px;
    cursor: pointer;
    transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms;
}

.greenleaf-accordion-item.style-1 .accordion-title i {
    margin-right: 20px;
    font-size: 13px;
    width: 9px;
    height: 13px;
    padding: 12px 14px 10px;
    display: inline-block;
}

.greenleaf-accordion-item.style-1 .accordion-content {
    padding-top: 12px;
    margin-left: 57px;
}

.greenleaf-accordion-item.style-1 .accordion-title span {
    overflow: hidden;
    display: block;
}

.greenleaf-accordion-item.style-1 .accordion-title i {
    float: left;
    transition: color 200ms, background-color 200ms;
    -moz-transition: color 200ms, background-color 200ms;
    -o-transition: color 200ms, background-color 200ms;
    -webkit-transition: color 200ms, background-color 200ms;
}

.greenleaf-accordion-item.style-2 .accordion-tab {
    overflow: hidden;
    padding-bottom: 4px;
}

.greenleaf-accordion-item.style-2 .accordion-title {
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0px;
    cursor: pointer;
}

.greenleaf-accordion-item.style-2 .accordion-title i {
    margin-right: 20px;
    font-size: 13px;
}

.greenleaf-accordion-item.style-2 .accordion-content {
    margin-left: 31px;
}


/*--- button ---*/

input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
}

.greenleaf-button,
input[type="button"],
input[type="submit"] {
    display: inline-block;
    font-size: 12px;
    padding: 14px 27px;
    margin-bottom: 15px;
    margin-right: 15px;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    letter-spacing: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.greenleaf-button.small {
    font-size: 11px;
    padding: 11px 17px;
}

.greenleaf-button.large {
    font-size: 13px;
    padding: 15px 28px;
    font-weight: 800;
}

.greenleaf-button.with-border {
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.greenleaf-button .greenleaf-icon {
    margin-right: 5px;
    letter-spacing: 1px;
}

.greenleaf-border-button {
    padding: 11px 25px;
    border-width: 2px;
    border-style: solid;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}


/*--- action-ads ---*/

.greenleaf-action-ads-item {
    padding: 50px 40px 37px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.greenleaf-action-ads-item .action-ads-title {
    font-size: 36px;
    margin-bottom: 2px;
    font-weight: 700;
}

.greenleaf-action-ads-item .action-ads-caption {
    font-size: 22px;
    margin-bottom: 17px;
}

.greenleaf-action-ads-item .action-ads-button {
    margin-top: 3px;
}

.greenleaf-action-ads-item .action-ads-divider {
    width: 35px;
    height: 3px;
    margin-bottom: 18px;
}


/*--- about-us ---*/

.greenleaf-normal .about-us-caption {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 25px;
}

.greenleaf-normal .about-us-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 13px;
}

.greenleaf-normal .about-us-read-more {
    margin-top: 12px;
    display: inline-block;
}

.greenleaf-small-title .about-us-caption {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 25px;
}

.greenleaf-small-title .about-us-title {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.greenleaf-small-title .about-us-read-more {
    margin-top: 6px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.greenleaf-plain .about-us-caption {
    font-size: 15px;
    margin-bottom: 6px;
    font-style: italic;
}

.greenleaf-plain .about-us-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}

.greenleaf-plain .about-us-read-more {
    margin-top: 4px;
    display: inline-block;
}

.greenleaf-plain-large .about-us-caption {
    font-size: 22px;
    margin-bottom: 6px;
}

.greenleaf-plain-large .about-us-title {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 1;
}

.greenleaf-plain-large .about-us-read-more {
    margin-bottom: 0px;
    margin-top: 6px;
}

.greenleaf-title-left .about-us-title-wrapper {
    float: left;
    width: 27%;
    text-align: right;
    margin-right: 80px;
}

.greenleaf-title-left .about-us-title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 22px;
}

.greenleaf-title-left .about-us-caption {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
}

.greenleaf-title-left .about-us-title-divider {
    border-top-width: 4px;
    border-top-style: solid;
    width: 45px;
    margin-left: auto;
}

.greenleaf-title-left .about-us-read-more {
    margin-bottom: 0px;
    margin-top: 6px;
}

.greenleaf-title-left .about-us-content-wrapper {
    overflow: hidden;
}


/*--- column service ---*/

.greenleaf-column-service-item .column-service-icon {
    margin-right: 15px;
    font-size: 30px;
    line-height: 18px;
}

.greenleaf-column-service-item .column-service-icon i {
    margin: 0px;
    vertical-align: middle;
}

.greenleaf-column-service-item .column-service-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
}

.greenleaf-column-service-item .column-service-read-more {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    display: block;
}

.greenleaf-column-service-item.greenleaf-type-1 .column-service-icon {
    float: left;
    margin-right: 25px;
}

.greenleaf-column-service-item.greenleaf-type-1 .column-service-icon.greenleaf-skin-box {
    background: transparent;
}

.greenleaf-column-service-item.greenleaf-type-1 .column-service-content-wrapper {
    overflow: hidden;
}

.greenleaf-column-service-item.greenleaf-type-1 .column-service-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}

.greenleaf-column-service-item.greenleaf-type-1 .column-service-image {
    max-width: 35px;
    float: left;
    margin-right: 25px;
}

.greenleaf-column-service-item.greenleaf-type-1-caption .column-service-icon {
    float: left;
    margin-right: 25px;
}

.greenleaf-column-service-item.greenleaf-type-1-caption .column-service-icon.greenleaf-skin-box {
    background: transparent;
}

.greenleaf-column-service-item.greenleaf-type-1-caption .column-service-content-wrapper {
    overflow: hidden;
}

.greenleaf-column-service-item.greenleaf-type-1-caption .column-service-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.greenleaf-column-service-item.greenleaf-type-1-caption .column-service-caption {
    font-size: 14px;
    margin-bottom: 16px;
    font-style: italic;
}

.greenleaf-column-service-item.greenleaf-type-1-caption .column-service-image {
    max-width: 48px;
    float: left;
    margin-right: 25px;
}

.greenleaf-column-service-item.greenleaf-type-2 {
    text-align: center;
    padding: 47px 30px 25px;
}

.greenleaf-column-service-item.greenleaf-type-2 .column-service-icon {
    width: 26px;
    height: 26px;
    font-size: 18px;
    padding: 5px;
    line-height: 26px;
    text-align: center;
    margin: 0px auto 28px;
    border-width: 2px;
    border-style: solid;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.greenleaf-column-service-item.greenleaf-type-2 .column-service-icon i {
    font-weight: bold;
}

.greenleaf-column-service-item.greenleaf-type-2 .column-service-image {
    margin-bottom: 25px;
}

.greenleaf-column-service-item.greenleaf-type-2 .column-service-image img,
.greenleaf-column-service-item.greenleaf-type-2-bg .column-service-image img {
    max-width: 50px;
}

.greenleaf-column-service-item.greenleaf-type-2-bg {
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    padding: 47px 30px 45px;
}

.greenleaf-column-service-item.greenleaf-type-2-bg .column-service-icon {
    width: 26px;
    height: 26px;
    font-size: 18px;
    padding: 5px;
    line-height: 26px;
    text-align: center;
    margin: 0px auto 38px;
    border-width: 2px;
    border-style: solid;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.greenleaf-column-service-item.greenleaf-type-2-bg .column-service-icon i {
    font-weight: bold;
}

.greenleaf-column-service-item.greenleaf-type-2-bg .column-service-image {
    margin-bottom: 28px;
}

.greenleaf-column-service-item.greenleaf-type-3 {
    text-align: left;
}

.greenleaf-column-service-item.greenleaf-type-3 .column-service-title {
    margin-bottom: 13px;
}

.greenleaf-column-service-item.greenleaf-type-3 .column-service-icon {
    text-align: center;
    margin: 0px auto 28px;
}

.greenleaf-column-service-item.greenleaf-type-3 .column-service-image {
    text-align: center;
    margin-bottom: 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    font-size: 0px;
}


/*--- service with image ---*/

.greenleaf-service-with-image-item .service-with-image-thumbnail {
    max-width: 190px;
    float: left;
    margin-right: 40px;
    background: #fff;
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.greenleaf-service-with-image-item .service-with-image-thumbnail img {
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.greenleaf-service-with-image-item .service-with-image-title {
    font-size: 18px;
    margin-top: 35px;
}

.greenleaf-service-with-image-item .service-with-image-content-wrapper {
    overflow: hidden;
}

.greenleaf-service-with-image-item.greenleaf-right {
    text-align: right;
}

.greenleaf-service-with-image-item.greenleaf-right .service-with-image-thumbnail {
    float: right;
    margin-left: 40px;
    margin-right: 0px;
}


/*--- service half background ---*/

.greenleaf-service-half-background-item {
    overflow: hidden;
}

.greenleaf-service-half-background-item .greenleaf-half-left .greenleaf-item-margin {
    margin: 0px 30px 0px 15px;
}

.greenleaf-service-half-background-item .greenleaf-half-left {
    width: 50%;
    float: left;
    padding: 70px 0px 999px;
    margin-bottom: -939px;
}

.greenleaf-service-half-background-item .greenleaf-half-left .half-container {
    margin-right: 0px;
    margin-left: auto;
}

.greenleaf-service-half-background-item .greenleaf-left-service-title {
    font-size: 20px;
    font-weight: bold;
}

.greenleaf-service-half-background-item .greenleaf-half-right .greenleaf-item-margin {
    margin: 0px 15px 0px 40px;
}

.greenleaf-service-half-background-item .greenleaf-half-right {
    width: 50%;
    float: left;
    padding: 70px 0px 999px;
    margin-bottom: -939px;
}

.greenleaf-service-half-background-item .greenleaf-half-right .half-container {
    margin-left: 0px;
    margin-right: auto;
}

.greenleaf-service-half-background-item .greenleaf-right-service-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}


/*--- feature media ---*/

.greenleaf-feature-media-item .feature-media-button {
    margin-top: 15px;
}

.greenleaf-feature-media-item.greenleaf-left .feature-media-thumbnail {
    float: left;
    margin-right: 55px;
    width: 37%;
}

.greenleaf-feature-media-item.greenleaf-left .feature-media-content-wrapper {
    overflow: hidden;
}

.greenleaf-feature-media-item.greenleaf-center {
    text-align: center;
}

.greenleaf-feature-media-item.greenleaf-center .feature-media-thumbnail {
    max-width: 700px;
    margin: 0px auto 40px;
}

.greenleaf-feature-media-item.greenleaf-center .feature-media-content-wrapper {
    max-width: 700px;
    margin: 0px auto;
}

.greenleaf-feature-media-item.greenleaf-center .feature-media-divider {
    width: 300px;
    max-width: 100%;
    margin: 0px auto 40px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

.greenleaf-feature-media-item .greenleaf-item-title-wrapper.greenleaf-item {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
}


/*--- divider ---*/

.greenleaf-divider {
    border-bottom-width: 1px;
    border-style: solid;
    margin: 0px auto;
    max-width: 100%;
}

.greenleaf-divider.double {
    height: 3px;
    border-top-width: 1px;
}

.greenleaf-divider.dotted {
    border-style: dashed;
}

.greenleaf-divider.double-dotted {
    height: 3px;
    border-top-width: 1px;
    border-style: dashed;
}

.greenleaf-divider.thick {
    border-bottom-width: 3px;
}

.greenleaf-divider-with-icon {
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.greenleaf-divider-with-icon .greenleaf-divider-icon-outer {
    display: inline-block;
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.greenleaf-divider-with-icon .greenleaf-divider-icon {
    font-size: 15px;
    line-height: 15px;
    width: 15px;
    text-align: center;
    margin: 0px auto;
    padding: 13px;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.greenleaf-divider-with-icon-left,
.greenleaf-divider-with-icon-right {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: absolute;
    top: 28px;
}

.greenleaf-divider-with-icon-left {
    left: 0px;
    right: 50%;
    margin-right: 40px;
}

.greenleaf-divider-with-icon-right {
    right: 0px;
    left: 50%;
    margin-left: 40px;
}


/*--- box with icon ---*/

.greenleaf-box-with-icon-item {
    text-align: center;
    padding: 40px 30px 20px;
    position: relative;
}

.greenleaf-box-with-icon-item>i {
    font-size: 45px;
    display: inline-block;
    margin-bottom: 22px;
    margin-right: 0;
}

.greenleaf-box-with-icon-item .box-with-icon-title {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}

.greenleaf-box-with-icon-item.pos-left {
    text-align: left;
    padding: 30px 40px 20px;
}

.greenleaf-box-with-icon-item.pos-left>i {
    float: left;
    margin: 5px 25px 0px 0px;
}

.greenleaf-box-with-icon-item.type-circle .box-with-circle-icon {
    padding: 18px;
    display: inline-block;
    width: 22px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.greenleaf-box-with-icon-item.type-circle .box-with-circle-icon>i {
    font-size: 22px;
    margin-right: 0;
}

.greenleaf-box-with-icon-item.type-circle.pos-top {
    padding-top: 50px;
}

.greenleaf-box-with-icon-item.type-circle.pos-top .box-with-circle-icon {
    top: -30px;
    left: 50%;
    margin-left: -30px;
}

.greenleaf-box-with-icon-item.type-circle.pos-left {
    margin-left: 40px;
    padding-left: 50px;
}

.greenleaf-box-with-icon-item.type-circle.pos-left .box-with-circle-icon {
    left: -30px;
    top: 50%;
    margin-top: -30px;
}


/*-- icon --*/

i.greenleaf-icon {
    margin-right: 10px;
}


/*--- frame ---*/

.greenleaf-frame-shortcode {
    line-height: 1;
}

.greenleaf-frame-shortcode.greenleaf-align-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.greenleaf-frame-shortcode.greenleaf-align-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.greenleaf-frame-shortcode.greenleaf-align-center {
    text-align: center;
    margin-bottom: 20px;
}

.greenleaf-frame-shortcode .greenleaf-frame-caption {
    display: block;
    text-align: center;
    margin-top: 15px;
}

.greenleaf-frame {
    display: inline-block;
    max-width: 100%;
    position: relative;
}

.greenleaf-frame img {
    display: block;
}

.greenleaf-frame.frame-type-border {
    padding: 6px;
    border-style: solid;
    border-width: 1px;
}

.greenleaf-frame.frame-type-solid {
    padding: 5px;
}

.greenleaf-frame.frame-type-rounded {
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.greenleaf-frame.frame-type-circle {
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.greenleaf-frame.frame-type-solid.frame-type-circle .greenleaf-image-link-shortcode,
.greenleaf-frame.frame-type-border.frame-type-circle .greenleaf-image-link-shortcode {
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.greenleaf-frame.frame-type-solid.frame-type-rounded .greenleaf-image-link-shortcode,
.greenleaf-frame.frame-type-border.frame-type-rounded .greenleaf-image-link-shortcode {
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.greenleaf-image-frame-item {
    text-align: center;
    line-height: 0;
}

.greenleaf-image-frame-item .image-frame-item {
    display: inline-block;
    line-height: 1;
}

.greenleaf-image-frame-item .greenleaf-image-frame-content {
    position: absolute;
    top: 50%;
    right: 60px;
    left: 60px;
    line-height: 1.6;
    text-align: center;
    opacity: 0;
}

.greenleaf-image-frame-item .greenleaf-image-frame-content-title {
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}

.greenleaf-image-frame-item .greenleaf-image-frame-content-caption {
    font-size: 13px;
}

.greenleaf-image-frame-item .greenleaf-image-frame-content p {
    margin-bottom: 0px;
}

.greenleaf-link-type-content .greenleaf-image-link-shortcode .greenleaf-image-link-gradient {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url('../images/image-hover-gradient.png') 0px 0px repeat-x;
}


/*--- image link ---*/

.greenleaf-image-link-shortcode {
    position: relative;
}

.greenleaf-image-link-shortcode .greenleaf-image-link-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.greenleaf-image-link-shortcode .greenleaf-image-link-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    line-height: 1;
    margin-left: -12px;
    margin-top: -12px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
}

.greenleaf-image-link-shortcode .greenleaf-image-link-icon i {
    margin-right: 0px;
}


/*--- personnel ---*/

.greenleaf-personnel-item.carousel.round-style {
    padding-top: 45px;
}

.greenleaf-personnel-item.carousel .personnel-item {
    margin: 0px 15px;
}

.greenleaf-personnel-item.carousel.box-style .personnel-item {
    padding-top: 35px;
}

.greenleaf-personnel-item.carousel .personnel-item:first-child {
    margin-left: 0px;
}

.personnel-content .greenleaf-icon {
    margin-right: 5px;
}

.greenleaf-personnel-item.box-style .personnel-item-inner {
    padding: 25px 30px;
    position: relative;
}

.greenleaf-personnel-item.box-style .personnel-item-inner:after {
    content: '';
    height: 0px;
    width: 0px;
    border: 12px solid transparent;
    position: absolute;
    right: 0px;
    bottom: -24px;
}

.greenleaf-personnel-item.box-style .personnel-info {
    margin-top: 30px;
    text-align: center;
}

.greenleaf-personnel-item.box-style .personnel-author {
    font-size: 21px;
    font-weight: bold;
}

.greenleaf-personnel-item.box-style .personnel-author-image {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 50%;
    top: -35px;
    margin-left: -35px;
    border-width: 3px;
    border-style: solid;
    overflow: hidden;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
}

.greenleaf-personnel-item.box-style .personnel-position {
    font-size: 15px;
}

.greenleaf-personnel-item.box-style .personnel-content {
    text-align: center;
    margin-top: 15px;
}

.greenleaf-personnel-item.box-style .personnel-social {
    text-align: center;
    font-size: 20px;
    margin-top: 14px;
}

.greenleaf-personnel-item.box-style .personnel-social i {
    margin: 0px 1px;
}

.greenleaf-personnel-item.plain-style .personnel-item-inner {
    padding: 25px 30px;
    position: relative;
}

.greenleaf-personnel-item.plain-style .personnel-item-inner:after {
    content: '';
    height: 0px;
    width: 0px;
    border: 12px solid transparent;
    position: absolute;
    right: 0px;
    bottom: -24px;
}

.greenleaf-personnel-item.plain-style .personnel-author-image {
    overflow: hidden;
    font-size: 0px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.greenleaf-personnel-item.plain-style .personnel-info {
    margin-top: 20px;
}

.greenleaf-personnel-item.plain-style .personnel-author {
    font-size: 19px;
    font-weight: 800;
}

.greenleaf-personnel-item.plain-style .personnel-position {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.greenleaf-personnel-item.plain-style .personnel-content {
    margin-top: 17px;
}

.greenleaf-personnel-item.plain-style .personnel-social {
    font-size: 18px;
    margin-top: 14px;
}

.greenleaf-personnel-item.box-style {
    margin-top: 35px;
}

.greenleaf-personnel-item.plain-style .personnel-social i {
    margin: 0px 10px 0px 0px;
}

.greenleaf-personnel-item.plain-style.greenleaf-left .personnel-info,
.greenleaf-personnel-item.plain-style.greenleaf-left .personnel-content {
    text-align: left;
}

.greenleaf-personnel-item.plain-style.greenleaf-left .personnel-author {
    font-size: 19px;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.greenleaf-personnel-item.plain-style.greenleaf-left .personnel-position {
    font-size: 12px;
    text-align: left;
}

.greenleaf-personnel-item.plain-style.greenleaf-left .personnel-social {
    font-size: 14px;
    text-align: left;
}

.greenleaf-personnel-item.round-style .personnel-item,
.greenleaf-personnel-item.round-style .personnel-author-image {
    position: relative;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.greenleaf-personnel-item.round-style .personnel-item img {
    display: block;
}

.greenleaf-personnel-item.round-style .personnel-item-inner {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 50%;
    left: 40px;
    right: 40px;
    text-align: center;
    background: transparent;
}

.greenleaf-personnel-item.round-style .personnel-author {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2px;
}

.greenleaf-personnel-item.round-style .personnel-position {
    font-size: 16px;
    font-style: italic;
}

.greenleaf-personnel-item.round-style .personnel-content {
    margin-top: 20px;
}


/*--- pie chart ---*/

.greenleaf-pie-chart-item {
    text-align: center;
}

.greenleaf-pie-chart-item .greenleaf-chart {
    margin: 0px auto 30px;
}

.greenleaf-pie-chart-item .pie-chart-title {
    font-size: 17px;
    font-weight: 400;
}


/*--- skill bar ---*/

.greenleaf-skill-bar-wrapper {
    margin-bottom: 15px;
}

.greenleaf-skill-bar-wrapper.greenleaf-size-small .greenleaf-skill-bar {
    overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.greenleaf-skill-bar-wrapper .greenleaf-skill-bar-progress {
    width: 0;
    position: relative;
}

.greenleaf-skill-bar-wrapper.greenleaf-size-small .greenleaf-skill-bar-progress {
    height: 6px;
}

.greenleaf-skill-bar-wrapper.greenleaf-size-medium .greenleaf-skill-bar-progress {
    padding: 8px 0px;
    font-size: 15px;
}

.greenleaf-skill-bar-wrapper.greenleaf-size-large .greenleaf-skill-bar-progress {
    padding: 14px 0px;
    font-size: 17px;
}

.greenleaf-skill-bar-wrapper .skill-bar-content {
    font-weight: bold;
}

.greenleaf-skill-bar-wrapper.greenleaf-size-small .skill-bar-content {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.greenleaf-skill-bar-wrapper.greenleaf-size-small .skill-bar-percent {
    float: right;
    font-weight: bold;
    font-size: 12px;
}

.greenleaf-skill-bar-wrapper.greenleaf-size-small {
    margin-bottom: 26px;
    padding-right: 10px;
}

.greenleaf-skill-bar-wrapper.greenleaf-size-medium .skill-bar-content {
    padding: 0px 16px;
}

.greenleaf-skill-bar-wrapper.greenleaf-size-medium .skill-bar-content i {
    position: absolute;
    font-size: 15px;
    right: 8px;
    top: 50%;
    margin-top: -8px;
}

.greenleaf-skill-bar-wrapper.greenleaf-size-large .skill-bar-content {
    padding: 0px 22px;
}

.greenleaf-skill-bar-wrapper.greenleaf-size-large .skill-bar-content i {
    position: absolute;
    font-size: 18px;
    right: 16px;
    top: 50%;
    margin-top: -9px;
}


/*--- skill round ---*/

.greenleaf-skill-item-wrapper {
    text-align: center;
    line-height: 1;
}

.greenleaf-skill-item-wrapper img {
    margin: 0px auto 30px;
    display: block;
    max-width: 62px;
}

.greenleaf-skill-item-wrapper .greenleaf-skill-item-title {
    font-size: 37px;
    margin-bottom: 17px;
    font-weight: 800;
    letter-spacing: 1px;
}

.greenleaf-skill-item-wrapper .greenleaf-skill-item-divider {
    width: 17px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin: 0px auto 25px;
}

.greenleaf-skill-item-wrapper .greenleaf-skill-item-caption {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}

.greenleaf-skill-item-wrapper.greenleaf-type-2 {
    margin: 0px;
    padding: 80px 20px;
}


/*--- notification ---*/

.greenleaf-notification {
    padding: 13px;
}

.greenleaf-notification>i {
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}

.greenleaf-notification>.notification-content {
    display: block;
    overflow: hidden;
}

.greenleaf-notification.color-background {
    padding: 16px;
}

.greenleaf-notification.color-border {
    border-width: 3px;
    border-style: solid;
}


/*--- tab ---*/

.greenleaf-tab-item.horizontal>.tab-title-wrapper {
    overflow: hidden;
}

.greenleaf-tab-item.horizontal>.tab-title-wrapper .tab-title {
    float: left;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    padding: 11px 20px;
    margin-bottom: 0px;
    cursor: pointer;
}

.greenleaf-tab-item.horizontal>.tab-title-wrapper .tab-title:first-child {
    border-left-width: 1px;
}

.greenleaf-tab-item.horizontal>.tab-title-wrapper .tab-title i {
    margin-right: 10px;
}

.greenleaf-tab-item.horizontal>.tab-title-wrapper .tab-title.active {
    border-bottom-width: 0px;
    padding-bottom: 12px;
}

.greenleaf-tab-item.horizontal>.tab-content-wrapper {
    margin-top: -1px;
    padding: 20px 20px 0px;
    border-width: 1px;
    border-style: solid;
}

.greenleaf-tab-item.horizontal>.tab-content-wrapper .tab-content {
    display: none;
}

.greenleaf-tab-item.horizontal>.tab-content-wrapper .tab-content.active {
    display: block;
}

.greenleaf-tab-item.vertical>.tab-title-wrapper {
    float: left;
    margin-right: -1px;
    max-width: 40%;
    text-align: center;
}

.greenleaf-tab-item.vertical>.tab-title-wrapper .tab-title {
    border-style: solid;
    border-width: 0px 1px 1px;
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    padding: 11px 30px;
    margin-bottom: 0px;
    cursor: pointer;
}

.greenleaf-tab-item.vertical>.tab-title-wrapper .tab-title:first-child {
    border-top-width: 1px;
}

.greenleaf-tab-item.vertical>.tab-title-wrapper .tab-title.active {
    padding-bottom: 12px;
    border-right-width: 0px;
}

.greenleaf-tab-item.vertical>.tab-title-wrapper .tab-title i {
    margin-right: 10px;
}

.greenleaf-tab-item.vertical>.tab-content-wrapper {
    overflow: hidden;
    padding: 20px 20px 0px;
    border-width: 1px;
    border-style: solid;
}

.greenleaf-tab-item.vertical>.tab-content-wrapper .tab-content {
    display: none;
}

.greenleaf-tab-item.vertical>.tab-content-wrapper .tab-content.active {
    display: block;
}

.greenleaf-tab-item.vertical.right>.tab-title-wrapper {
    float: right;
    margin-left: -1px;
    margin-right: 0px;
}

.greenleaf-tab-item.vertical.right>.tab-title-wrapper .tab-title.active {
    border-right-width: 1px;
    border-left-width: 0px;
}


/*--- table ---*/

table {
    width: 100%;
    text-align: center;
}

table tr td {
    padding: 15px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

table tr th {
    padding: 13px 0px;
    font-size: 16px;
    font-weight: normal;
}

table.style-2 {
    border-spacing: 2px;
    border-collapse: separate;
}

table.style-2 tr td {
    border-bottom-width: 0px;
}


/*--- testimonial ---*/

.greenleaf-testimonial-item-wrapper .greenleaf-item-title-nav.greenleaf-nav-container {
    margin-top: 30px;
}

.greenleaf-testimonial-item.carousel .testimonial-item {
    margin: 0px 15px;
}

.greenleaf-testimonial-item.carousel .testimonial-item:first-child {
    margin-left: 0px;
}

.greenleaf-testimonial-item.round-style .testimonial-item {
    padding-bottom: 35px;
}

.greenleaf-testimonial-item.round-style .testimonial-item-inner {
    padding: 30px 30px 60px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.greenleaf-testimonial-item.round-style .testimonial-info {
    margin-top: 15px;
}

.greenleaf-testimonial-item.round-style .testimonial-author {
    font-weight: bold;
}

.greenleaf-testimonial-item.round-style .testimonial-author-image {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 50%;
    bottom: -35px;
    margin-left: -35px;
    border-width: 3px;
    border-style: solid;
    overflow: hidden;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
}

.greenleaf-testimonial-item.box-style .testimonial-item {
    padding-bottom: 75px;
}

.greenleaf-testimonial-item.box-style .testimonial-item-inner {
    padding: 25px 30px;
    position: relative;
}

.greenleaf-testimonial-item.box-style .testimonial-item-inner:after {
    content: '';
    height: 0px;
    width: 0px;
    border: 12px solid transparent;
    position: absolute;
    right: 0px;
    bottom: -24px;
}

.greenleaf-testimonial-item.box-style .testimonial-info {
    margin-top: 15px;
    text-align: right;
}

.greenleaf-testimonial-item.box-style .testimonial-author {
    font-weight: bold;
}

.greenleaf-testimonial-item.box-style .testimonial-author-image {
    width: 65px;
    height: 65px;
    position: absolute;
    right: 34px;
    bottom: -75px;
}

.greenleaf-testimonial-item.plain-style .testimonial-item {
    text-align: center;
    font-size: 18px;
}

.greenleaf-testimonial-item.plain-style .testimonial-item-inner {
    padding: 25px 30px;
    position: relative;
}

.greenleaf-testimonial-item.plain-style .testimonial-item-inner:after {
    content: '';
    height: 0px;
    width: 0px;
    border: 12px solid transparent;
    position: absolute;
    right: 0px;
    bottom: -24px;
}

.greenleaf-testimonial-item.plain-style .testimonial-content {
    font-style: italic;
}

.greenleaf-testimonial-item.plain-style .testimonial-info {
    margin-top: 15px;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.5px;
}

.greenleaf-testimonial-item.plain-style .testimonial-author {
    font-weight: bold;
}

.greenleaf-testimonial-item.plain-style .testimonial-author:before {
    content: "- ";
    font-weight: bold;
    display: inline;
}

.greenleaf-testimonial-item.plain-style .testimonial-position {
    font-size: 16px;
    font-style: italic;
}

.greenleaf-testimonial-item.plain-style.large .testimonial-item {
    font-size: 18px;
}

.greenleaf-testimonial-item.plain-style.greenleaf-left .testimonial-item {
    text-align: left;
}

.greenleaf-testimonial-item.plain-style.greenleaf-left .testimonial-item:before {
    content: "“";
    font-size: 150px;
    line-height: 1;
    float: left;
    margin-right: 22px;
}

.greenleaf-testimonial-item.plain-style.greenleaf-left .testimonial-info {
    margin-top: 25px;
}

.greenleaf-testimonial-item.plain-style.greenleaf-left .testimonial-content-wrapper {
    overflow: hidden;
}

.greenleaf-testimonial-item.plain-style.greenleaf-left .testimonial-author:before {
    display: none;
}

.greenleaf-testimonial-item.plain-style.greenleaf-left .testimonial-author-image {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}


/*--- block quote ---*/

blockquote {
    background-repeat: no-repeat;
    background-position: 20px 24px;
    font-size: 18px;
    font-style: italic;
    background-image: url('../images/dark/quote-small.png');
    background-size: 24px 20px;
    padding: 15px 20px 17px 68px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-style: solid;
    margin-bottom: 20px;
}

blockquote.greenleaf-align-left {
    width: 33%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

blockquote.greenleaf-align-right {
    width: 33%;
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
}


/*--- dropcap ---*/

div.greenleaf-dropcap {
    margin-top: 2px;
    margin-bottom: 0px;
    margin-right: 7px;
    margin-left: 2px;
    float: left;
    font-size: 25px;
    font-size: 29px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    float: left;
}

div.greenleaf-dropcap.greenleaf-type-circle {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    font-size: 18px;
    margin-right: 10px;
}


/*--- styled box ---*/

.greenleaf-styled-box-head-wrapper {
    overflow: hidden;
}

.greenleaf-styled-box-head {
    overflow: hidden;
    height: 40px;
}

.greenleaf-styled-box-corner {
    float: right;
    height: 0px;
    width: 0px;
    border-style: solid;
    border-width: 0px 40px 40px 0px;
    border-right-color: transparent;
}

.greenleaf-styled-box-body {
    padding: 45px 40px 25px;
}

.greenleaf-styled-box-body.with-head {
    padding-top: 5px;
}

.greenleaf-styled-box-body .greenleaf-styled-box-head-wrapper {
    overflow: hidden;
}


/*--- code item ---*/

pre {
    overflow: auto;
    background: #f3f3f3;
    margin-bottom: 20px;
    padding: 10px 22px 5px;
}

.greenleaf-code-item {
    padding: 7px 15px;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
}

.greenleaf-code-item .greenleaf-code-title {
    font-weight: bold;
    cursor: pointer;
}

.greenleaf-code-item .greenleaf-code-title i {
    font-size: 9px;
    margin-right: 7px;
}

.greenleaf-code-item .greenleaf-code-content {
    padding: 8px 14px;
    display: none;
    line-height: 2;
}

.greenleaf-code-item.active .greenleaf-code-content {
    display: block;
    line-height: 2;
}


/*--- process ---*/

.greenleaf-process-wrapper .greenleaf-process-tab {
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.greenleaf-process-wrapper .greenleaf-process-tab .greenleaf-process-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 22px;
    padding: 30px;
    overflow: hidden;
    border-width: 3px;
    border-style: solid;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.greenleaf-process-wrapper .greenleaf-process-tab .greenleaf-process-icon i {
    margin-right: 0px;
}

.greenleaf-process-wrapper .greenleaf-process-tab .greenleaf-process-tab-content {
    overflow: hidden;
}

.greenleaf-process-wrapper .greenleaf-process-tab .greenleaf-process-title {
    font-size: 21px;
    margin-bottom: 17px;
    font-weight: normal;
}

.greenleaf-process-wrapper .greenleaf-process-tab .process-line {
    position: absolute;
}

.greenleaf-process-wrapper .greenleaf-process-tab .process-line .process-line-divider {
    position: absolute;
}

.greenleaf-process-wrapper.greenleaf-vertical-process .greenleaf-process-tab .greenleaf-process-icon {
    float: left;
    margin-right: 30px;
    text-align: center;
}

.greenleaf-process-wrapper.greenleaf-vertical-process .greenleaf-process-tab .process-line {
    top: 110px;
    bottom: 0px;
    left: 35px;
    width: 20px;
}

.greenleaf-process-wrapper.greenleaf-vertical-process .greenleaf-process-tab .process-line .process-line-divider {
    left: 50%;
    margin-left: -1px;
    bottom: 5px;
    top: 0px;
    border-left-width: 1px;
    border-left-style: dashed;
}

.greenleaf-process-wrapper.greenleaf-vertical-process .greenleaf-process-tab .process-line .fa-chevron-down,
.greenleaf-process-wrapper.greenleaf-vertical-process .greenleaf-process-tab .process-line .icon-chevron-down {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    font-size: 20px;
}

.greenleaf-process-wrapper.greenleaf-horizontal-process {
    text-align: center;
}

.greenleaf-process-wrapper.greenleaf-horizontal-process .greenleaf-process-tab .greenleaf-process-icon {
    margin: 0px auto 30px;
}

.greenleaf-process-wrapper.greenleaf-horizontal-process .greenleaf-process-tab .process-line {
    top: 35px;
    left: 50%;
    right: -50%;
    height: 20px;
}

.greenleaf-process-wrapper.greenleaf-horizontal-process .greenleaf-process-tab .process-line .process-line-divider {
    left: 75px;
    right: 55px;
    top: 50%;
    margin-top: -1px;
    border-top-width: 1px;
    border-top-style: dashed;
}

.greenleaf-process-wrapper.greenleaf-horizontal-process .greenleaf-process-tab .process-line .fa-chevron-right,
.greenleaf-process-wrapper.greenleaf-horizontal-process .greenleaf-process-tab .process-line .icon-chevron-right {
    position: absolute;
    right: 50px;
    margin: 0px;
    font-size: 20px;
}


/*----------------------------------------------------------------------*/


/*---------------               MEDIA ITEM            ------------------*/


/*----------------------------------------------------------------------*/


/*--- banner ---*/

.greenleaf-banner-images ul.slides li {
    margin: 0px 15px;
}

.greenleaf-banner-images ul.slides li:first-child {
    margin-left: 0px;
}

.greenleaf-banner-description-item .greenleaf-banner-title {
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: normal;
}

.greenleaf-banner-description-item .greenleaf-banner-description {
    margin-bottom: 25px;
}

.greenleaf-banner-description-item .nav-container {
    overflow: hidden;
}

.greenleaf-banner-description-item .nav-container.style-1 .flex-direction-nav {
    margin-left: 0px;
}

.greenleaf-banner-description-item .nav-container.style-1 .flex-control-nav {
    display: none;
}

.greenleaf-banner-images ul.slides li img {
    width: auto;
    display: inline-block;
}

.greenleaf-banner-images ul.slides li {
    text-align: center;
}

.greenleaf-banner-item-wrapper .flex-direction-nav {
    line-height: 1;
}

.greenleaf-banner-item-wrapper .flex-direction-nav a {
    padding-top: 18px;
    padding-bottom: 18px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.greenleaf-banner-item-wrapper .flex-direction-nav .flex-prev {
    background: transparent;
    left: -60px;
    font-size: 30px;
}

.greenleaf-banner-item-wrapper .flex-direction-nav .flex-next {
    background: transparent;
    right: -60px;
    font-size: 30px;
}

.greenleaf-banner-item-wrapper:hover .flex-direction-nav .flex-prev,
.greenleaf-banner-item-wrapper:hover .flex-direction-nav .flex-next {
    opacity: 1;
    filter: alpha(opacity=100);
}


/*--- gallery ---*/

.greenleaf-gallery-item.greenleaf-item {
    margin: 0px 10px;
}

.greenleaf-gallery-item.greenleaf-item .gallery-item {
    margin: 0px 5px 10px;
}

.greenleaf-gallery-item.greenleaf-item .gallery-item img {
    display: block;
    margin: 0px auto;
    width: 100%;
}

.greenleaf-gallery-item.greenleaf-item .gallery-caption {
    display: block;
    text-align: center;
    padding: 7px 0px 6px;
}

.greenleaf-gallery-item.greenleaf-item.greenleaf-gallery-thumbnail .gallery-item {
    padding: 5px;
    cursor: pointer;
}

.greenleaf-gallery-item.greenleaf-item .greenleaf-gallery-thumbnail-container {
    margin: 0px 5px 10px;
    position: relative;
    overflow: hidden;
}

.greenleaf-gallery-item.greenleaf-item .greenleaf-gallery-thumbnail-container .greenleaf-gallery-thumbnail {
    display: none;
}

.greenleaf-gallery-item.greenleaf-item .greenleaf-gallery-thumbnail-container .greenleaf-gallery-thumbnail:first-child {
    display: block;
}

.greenleaf-gallery-item.greenleaf-item .greenleaf-gallery-thumbnail-container img {
    margin: 0px auto;
    display: block;
}

.greenleaf-gallery-item.greenleaf-item .greenleaf-gallery-thumbnail-container .gallery-caption-wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.greenleaf-gallery-item.greenleaf-item .greenleaf-gallery-thumbnail-container .gallery-caption {
    padding: 10px 15px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: inline-block;
    max-width: 60%;
}

.greenleaf-banner-images.greenleaf-item .flex-direction-nav i {
    margin-right: 0px;
    font-size: 24px;
}


/*--- slider caption / stack image ---*/

.greenleaf-caption-wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 90;
}

.greenleaf-caption-wrapper .greenleaf-caption-inner {
    margin: 0px auto;
}

.greenleaf-caption-wrapper.position-center {
    text-align: center;
}

.greenleaf-caption-wrapper.position-left .greenleaf-caption {
    float: left;
    text-align: left;
}

.greenleaf-caption-wrapper.position-right .greenleaf-caption {
    float: right;
    text-align: left;
}

.greenleaf-caption-wrapper.position-center .greenleaf-caption {
    display: inline-block;
}

.greenleaf-caption-wrapper .greenleaf-caption {
    max-width: 40%;
    padding: 25px 28px;
}

.greenleaf-caption-wrapper .greenleaf-caption .greenleaf-caption-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
}

.greenleaf-full-size-wrapper .greenleaf-caption-wrapper.position-post-right {
    max-width: 350px;
}

.greenleaf-caption-wrapper .greenleaf-caption {
    opacity: 0.77;
    filter: alpha(opacity=77);
}

.greenleaf-caption-wrapper.post-slider .greenleaf-caption {
    max-width: none;
    background: transparent;
}

.greenleaf-caption-wrapper.post-slider .greenleaf-caption .blog-info {
    float: left;
    margin-right: 10px;
    margin-bottom: 13px;
}

.greenleaf-post-slider-item.style-post-bottom .greenleaf-caption .blog-info {
    display: none;
}

.greenleaf-caption-wrapper.position-post-left {
    right: auto;
    top: 0px;
    max-width: 40%;
}

.greenleaf-caption-wrapper.position-post-right {
    left: auto;
    top: 0px;
    max-width: 40%;
}

.greenleaf-post-slider-item.style-post-left .greenleaf-caption,
.greenleaf-post-slider-item.style-post-right .greenleaf-caption {
    padding: 30px 25px;
}

.greenleaf-post-slider-item.style-post-left .flex-direction-nav .flex-prev {
    left: 40%;
}

.greenleaf-post-slider-item.style-post-right .flex-direction-nav .flex-next {
    right: 40%;
}

.greenleaf-caption-wrapper.post-slider,
.greenleaf-post-slider-item.style-post-left .flex-prev,
.greenleaf-post-slider-item.style-post-left .flex-next,
.greenleaf-post-slider-item.style-post-right .flex-prev,
.greenleaf-post-slider-item.style-post-right .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.greenleaf-post-slider-item {
    padding-bottom: 25px;
}

.greenleaf-post-slider-item.style-no-excerpt .greenleaf-caption-wrapper .greenleaf-caption {
    position: relative;
    margin: 0px;
    display: inline-block;
}

.greenleaf-post-slider-item.style-no-excerpt .greenleaf-caption-wrapper .greenleaf-caption-inner {
    position: relative;
}

.greenleaf-post-slider-item.style-no-excerpt .greenleaf-caption-wrapper .greenleaf-caption-date {
    position: absolute;
    top: -33px;
    left: 0px;
    padding: 5px 12px;
}

.greenleaf-post-slider-item.style-no-excerpt .greenleaf-caption-wrapper .greenleaf-caption-title {
    margin-bottom: 0px;
}

.greenleaf-post-slider-item.style-no-excerpt .greenleaf-caption-wrapper .greenleaf-title-link {
    font-size: 18px;
    position: absolute;
    right: -26px;
    top: 0px;
    height: 30px;
    padding: 22px 10px;
}

.greenleaf-post-slider-item.style-no-excerpt .greenleaf-caption-wrapper .greenleaf-title-link i {
    margin-right: 0px;
}

.greenleaf-stack-image {
    position: relative;
    margin-bottom: 40px;
}

.greenleaf-stack-image img {
    display: block;
}


/* -- Layer slider style modification --*/

body .ls-v5 .ls-bottom-slidebuttons a {
    width: 18px;
}

body .ls-v5 .ls-bottom-slidebuttons,
body .ls-v5 .ls-nav-start,
body .ls-v5 .ls-nav-stop,
body .ls-v5 .ls-nav-sides {
    top: -45px;
}

body .ls-v5 .ls-nav-prev {
    left: 20px;
}

body .ls-v5 .ls-nav-next {
    right: 20px;
}


/* -- Master slider style modification --*/

body .ms-skin-default .ms-nav-prev,
body .ms-skin-default .ms-nav-next {
    width: 27px;
    height: 46px;
    margin-top: -13px;
}

body .ms-skin-default .ms-nav-prev {
    background: url('../images/master-slider-left.png');
}

body .ms-skin-default .ms-nav-next {
    background: url('../images/master-slider-right.png');
}

body .ms-skin-default .ms-bullet {
    background-image: none;
    ;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    -webkit-transition: background-color 200ms;
    margin-bottom: 20px;
    width: 8px;
    height: 8px;
}

body .ms-skin-default .ms-bullet-selected {
    background-image: none;
}

body .ms-skin-default .ms-inner-controls-cont {
    position: static;
}

body .ms-skin-default .ms-bullet.ms-bullet-selected,
body .ms-skin-default .ms-bullet:hover {
    background: #949494;
}

body .ms-skin-default .ms-slide .ms-slide-vcbtn {
    top: auto;
    bottom: 60px;
    right: 50%;
    margin-right: -14px;
}


/*--- price item ---*/

.greenleaf-price-item {
    text-align: center;
}

.greenleaf-price-item .price-item-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}

.greenleaf-price-item .price-item-image {
    margin-bottom: 18px;
}


/*--- list menu ---*/

.greenleaf-list-menu {
    padding: 13px 22px;
}

.greenleaf-list-menu .greenleaf-menu-item-content {
    position: relative;
    min-height: 38px;
}

.greenleaf-list-menu .greenleaf-menu-title {
    display: inline-block;
    font-size: 17px;
    letter-spacing: 0px;
    margin-bottom: 2px;
    font-weight: 400;
}

.greenleaf-list-menu .greenleaf-menu-ingredients-caption {
    font-size: 14px;
    margin-bottom: 2px;
}

.greenleaf-list-menu .greenleaf-menu-price {
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 1;
    font-weight: 600;
}

.greenleaf-list-menu .greenleaf-list-menu-gimmick {
    border-top: 1px;
    border-style: dashed;
    position: absolute;
    top: 10px;
}

.greenleaf-list-menu .greenleaf-menu-icon {
    margin-right: 12px;
}


/*--- price table ---*/

.greenleaf-price-inner-item {
    margin: 0px 3px;
    border-style: solid;
    border-width: 1px;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}

.greenleaf-price-item .price-title-wrapper {
    padding-bottom: 5px;
    text-align: center;
}

.greenleaf-price-item .price-title {
    font-size: 19px;
    padding: 6px 0px;
    margin: 0px;
}

.greenleaf-price-item .price-tag {
    font-size: 22px;
    line-height: 1;
    padding: 25px 0px;
    font-weight: bold;
    background-image: url('../images/light/price-tag-shadow.png');
    background-position: 0px 0px;
    background-repeat: repeat-x;
}

.greenleaf-price-item .price-content {
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    overflow: hidden;
    padding-bottom: 5px;
}

.greenleaf-price-item .price-content ul {
    list-style: none;
    margin-left: 0px;
}

.greenleaf-price-item .price-content ul li {
    padding: 12px 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.greenleaf-price-item .price-button {
    text-align: center;
}

.greenleaf-price-item .price-button .greenleaf-button {
    margin: 0px 0px 25px;
}

.greenleaf-price-item .best-price {
    margin-top: -25px;
}

.greenleaf-price-item .best-price .price-title {
    font-size: 22px;
}

.greenleaf-price-item .best-price .price-tag {
    padding: 34px 20px;
    font-size: 30px;
}

.greenleaf-price-item .best-price .price-button {
    padding-bottom: 15px;
}


/*----------------------------------------------------------------------*/


/*---------------            POST TYPE ITEM           ------------------*/


/*----------------------------------------------------------------------*/


/*--- pagination ---*/

.greenleaf-pagination {
    margin: 0px 20px;
    text-align: right;
    margin-bottom: 60px;
}

.greenleaf-pagination a {
    cursor: pointer;
}

.greenleaf-pagination .page-numbers.current {
    cursor: default;
}

.greenleaf-pagination .page-numbers {
    display: inline-block;
    padding: 7px 12px;
    margin-right: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/*--- social share ---*/

.greenleaf-social-share {
    margin-bottom: 40px;
    margin-top: 25px;
    line-height: 1;
    background: transparent !important;
}

.greenleaf-social-share .social-share-title {
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 2px;
}

.greenleaf-social-share a {
    display: inline-block;
    width: 29px;
    margin-right: 7px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    background: transparent !important;
}

.greenleaf-social-share a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.greenleaf-social-share a img {
    display: block;
}


/*--- post author ---*/

.greenleaf-post-author {
    margin-bottom: 45px;
}

.greenleaf-post-author .post-author {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 700;
}

.greenleaf-post-author .post-author-title {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    letter-spacing: 1px;
}

.greenleaf-post-author .post-author-avartar {
    float: left;
    margin-right: 20px;
}

.greenleaf-post-author .post-author-content {
    overflow: hidden;
}


/*--- comment ---*/

.greenleaf-comments-area {
    margin-bottom: 60px;
}

.greenleaf-comments-area .comments-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 8px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    letter-spacing: 2px;
}

.greenleaf-comments-area ol.commentlist {
    list-style: none;
    margin-left: 0px;
}

.greenleaf-comments-area ol.commentlist .comment-article {
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.greenleaf-comments-area ol.commentlist ol.children {
    list-style: none;
    margin-left: 40px;
}

.greenleaf-comments-area .comment-avatar {
    float: left;
    overflow: hidden;
    margin-right: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.greenleaf-comments-area .comment-avatar img {
    display: block;
}

.greenleaf-comments-area .comment-body {
    overflow: hidden;
    position: relative;
}

.greenleaf-comments-area .comment-author {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
}

.greenleaf-comments-area .comment-reply {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 15px;
}

.greenleaf-comments-area .comment-reply i {
    margin-right: 12px;
}

.greenleaf-comments-area .comment-time {
    line-height: 20px;
    margin-bottom: 5px;
}

.greenleaf-comments-area .comment-time i {
    font-size: 16px;
    line-height: 20px;
    float: left;
    margin-right: 6px;
}

.greenleaf-comments-area .comment-time time {
    font-style: italic;
}

.greenleaf-comments-area .comment-content {
    margin-top: 15px;
}

.comment-respond .comment-form {
    width: 101%;
}

.comment-respond .comment-reply-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    letter-spacing: 2px;
}

.comment-respond .comment-form-head>input {
    float: left;
    width: 28.5%;
    margin: 0 0 0 1.5%;
    padding: 11px 1.5%;
    border: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.comment-respond .comment-form-head>input:first-child {
    width: 30%;
    margin-left: 0%;
}

.comment-respond .comment-form-comment>textarea {
    margin: 9px 0 0;
    padding: 11px 2%;
    width: 95%;
    border: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
}

.comment-respond .comment-form-comment>textarea:focus {
    outline: none;
}

.comment-respond .form-submit>input[type="submit"] {
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 11px;
}

p.comment-form-cookies-consent {
    margin-top: 12px;
}

.comment-form-comment {
    margin-bottom: 13px;
}


/*--- blog ---*/

.greenleaf-blog-thumbnail {
    position: relative;
    text-align: center;
}

.greenleaf-blog-thumbnail .icon-bullhorn {
    margin-right: 9px;
}

.greenleaf-blog-thumbnail .greenleaf-sticky-banner {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 15px;
    text-transform: uppercase;
    right: 0;
}

.greenleaf-blog-thumbnail {
    background: #000000;
}

.greenleaf-blog-thumbnail.greenleaf-audio {
    background: transparent;
}

.format-gallery .greenleaf-blog-thumbnail {
    background: transparent;
}

.greenleaf-blog-thumbnail>a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.greenleaf-blog-carousel-item.greenleaf-item .greenleaf-blog-grid:first-child {
    margin-left: 0px;
}

.greenleaf-item.greenleaf-blog-grid {
    margin-bottom: 30px;
}

.greenleaf-blog-grid .greenleaf-blog-thumbnail {
    margin-bottom: 22px;
}

.greenleaf-blog-grid .greenleaf-blog-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4px;
    letter-spacing: 1px;
}

.greenleaf-blog-grid .greenleaf-blog-content {
    margin-bottom: 0px;
}

.greenleaf-blog-grid .greenleaf-blog-info {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.greenleaf-blog-grid .greenleaf-blog-info .blog-info {
    display: inline;
    margin-left: 18px;
}

.greenleaf-blog-grid .greenleaf-blog-info .blog-info i {
    font-size: 15px;
    margin-right: 10px;
}

.greenleaf-blog-grid .greenleaf-blog-info .blog-info:first-child {
    margin-left: 0px;
}

.greenleaf-blog-grid .excerpt-read-more {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}

.greenleaf-blog-widget.greenleaf-item {
    margin-bottom: 25px;
}

.greenleaf-blog-widget .greenleaf-blog-thumbnail {
    width: 70px;
    float: left;
    margin-right: 19px;
}

.greenleaf-blog-widget .greenleaf-blog-thumbnail .greenleaf-sticky-banner {
    display: none;
}

.greenleaf-blog-widget .greenleaf-blog-date-wrapper {
    float: left;
    width: 45px;
    margin-right: 19px;
    text-align: center;
}

.greenleaf-blog-widget .greenleaf-blog-day {
    font-size: 33px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
}

.greenleaf-blog-widget .greenleaf-blog-month {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.greenleaf-blog-widget .greenleaf-blog-title {
    font-size: 16px;
    margin-bottom: 9px;
    font-weight: 700;
}

.greenleaf-blog-widget .greenleaf-blog-info {
    font-size: 13px;
    font-weight: bold;
}

.greenleaf-blog-widget .greenleaf-blog-info .blog-info {
    display: inline;
    margin-left: 17px;
}

.greenleaf-blog-widget .greenleaf-blog-info .blog-comment .greenleaf-tail {
    display: none;
}

.greenleaf-blog-widget .greenleaf-blog-info .blog-info i {
    font-size: 15px;
    margin-right: 8px;
}

.greenleaf-blog-widget .greenleaf-blog-info .blog-info:first-child {
    margin-left: 0px;
}

.greenleaf-blog-widget .post-header {
    overflow: hidden;
}

.greenleaf-item.greenleaf-blog-medium {
    margin-bottom: 50px;
}

.greenleaf-blog-medium .greenleaf-blog-thumbnail {
    margin-right: 25px;
    float: left;
    width: 35%;
}

.greenleaf-blog-medium .greenleaf-blog-date-wrapper {
    float: left;
    width: 45px;
    margin-right: 20px;
    text-align: center;
}

.greenleaf-blog-medium .greenleaf-blog-day {
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
}

.greenleaf-blog-medium .greenleaf-blog-month {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.greenleaf-blog-medium .greenleaf-blog-content-wrapper {
    overflow: hidden;
}

.greenleaf-blog-medium .greenleaf-blog-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 7px;
}

.greenleaf-blog-medium .greenleaf-blog-info {
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.greenleaf-blog-medium .greenleaf-blog-info .blog-info {
    display: inline;
    margin-left: 22px;
}

.greenleaf-blog-medium .greenleaf-blog-info .blog-comment .greenleaf-tail {
    display: none;
}

.greenleaf-blog-medium .greenleaf-blog-info .blog-info i {
    font-size: 15px;
    margin-right: 8px;
}

.greenleaf-blog-medium .greenleaf-blog-info .blog-info:first-child {
    margin-left: 0px;
}

.greenleaf-blog-medium .greenleaf-blog-content {
    margin-bottom: 22px;
}

.greenleaf-blog-medium .excerpt-read-more {
    display: none;
}

.greenleaf-item.greenleaf-blog-full {
    margin-bottom: 45px;
}

.blog-item-holder .greenleaf-blog-full .greenleaf-blog-content {
    margin-bottom: 0px;
}

.greenleaf-blog-full {
    border-bottom-width: 0px;
    border-bottom-style: solid;
}

.greenleaf-blog-full:last-child {
    border-bottom-width: 0px;
    padding-bottom: 0px;
}

.greenleaf-blog-full .greenleaf-blog-date-wrapper {
    float: left;
    width: 50px;
    margin-right: 20px;
    text-align: center;
}

.greenleaf-blog-full .greenleaf-blog-day {
    font-size: 41px;
    font-weight: bold;
    line-height: 1;
}

.greenleaf-blog-full .greenleaf-blog-month {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.greenleaf-blog-full .excerpt-read-more {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}

.greenleaf-blog-full .blog-content-wrapper {
    overflow: hidden;
}

.greenleaf-blog-full .greenleaf-blog-title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.3px;
    margin-bottom: 4px;
}

.greenleaf-blog-full .greenleaf-blog-thumbnail {
    text-align: center;
    margin-bottom: 30px;
}

.greenleaf-blog-full .greenleaf-blog-info {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.greenleaf-blog-full .greenleaf-blog-info .blog-info {
    display: inline;
    margin-left: 20px;
}

.greenleaf-blog-full .greenleaf-blog-info .blog-comment .greenleaf-tail {
    display: none;
}

.greenleaf-blog-full .greenleaf-blog-info .blog-info i {
    font-size: 15px;
    margin-right: 10px;
}

.greenleaf-blog-full .greenleaf-blog-info .blog-info:first-child {
    margin-left: 0px;
}

.greenleaf-blog-full .greenleaf-single-blog-tag {
    margin-bottom: 25px;
}

.greenleaf-blog-full .greenleaf-single-blog-tag i {
    font-size: 16px;
    line-height: 16px;
    padding-top: 6px;
    margin-right: 20px;
    float: left;
}

.greenleaf-blog-full .greenleaf-single-blog-tag a {
    line-height: 12px;
    padding: 11px 16px;
    display: inline-block;
    margin-right: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

.greenleaf-blog-full .greenleaf-single-blog-tag .sep {
    display: none;
}

body.single .greenleaf-blog-full {
    border-bottom: 0px;
}

.greenleaf-blog-thumbnail .flex-control-nav {
    display: none;
}

.greenleaf-blog-thumbnail .flexslider .flex-prev,
.greenleaf-blog-thumbnail .flexslider .flex-next {
    opacity: 0.7;
}

.greenleaf-single-nav>div i {
    font-size: 18px;
    line-height: 20px;
    padding: 5px 12px;
    background: transparent !important;
}

.single-post .greenleaf-single-nav {
    margin-bottom: 60px;
    width: 100%;
}

.single-post .greenleaf-single-nav>div.previous-nav {
    padding-right: 10px;
    float: left;
}

.single-post .greenleaf-single-nav>div.previous-nav i {
    margin-right: 3px;
}

.single-post .greenleaf-single-nav>div.next-nav {
    padding-left: 10px;
    float: right;
    text-align: right;
}

.single-post .greenleaf-single-nav>div.next-nav i {
    margin-left: 3px;
}

.single-post .greenleaf-single-nav>div.next-nav,
.single-post .greenleaf-single-nav>div.previous-nav {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}

.greenleaf-outer-nav.greenleaf-nav-container i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}

.greenleaf-outer-nav.greenleaf-nav-container span {
    cursor: pointer;
    transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    -webkit-transition: background-color 200ms;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.greenleaf-outer-nav.greenleaf-nav-container span.greenleaf-flex-next {
    display: block;
    position: absolute;
    padding: 0px 15px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 13px;
}

.greenleaf-outer-nav.greenleaf-nav-container span.greenleaf-flex-next i {
    margin-left: 5px;
}

.greenleaf-outer-nav.greenleaf-nav-container span.greenleaf-flex-prev {
    display: block;
    position: absolute;
    padding: 0px 15px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 13px;
}

.greenleaf-outer-nav.greenleaf-nav-container span.greenleaf-flex-prev i {
    margin-right: 5px;
}


/*--- single portfolio lightbox ---*/

.greenleaf-single-lightbox {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 199;
    overflow-y: auto;
}

.greenleaf-single-lightbox-overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #111;
    padding: 5px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-image: url('../images/port-loader.gif');
    background-position: center;
    background-repeat: no-repeat;
}

.greenleaf-single-lightbox-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

.greenleaf-single-lightbox-close .greenleaf-exit {
    width: 25px;
    height: 25px;
    padding: 25px;
    float: right;
    cursor: pointer;
    background: url('../images/single-port-close.png') center no-repeat #000;
}

.greenleaf-single-lightbox-container {
    padding: 40px;
}

.greenleaf-single-lightbox-title {
    margin: 20px 20px 0px;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}


/*--- single portfolio ---*/

.greenleaf-portfolio-info .portfolio-info .info-head {
    font-weight: bold;
    margin-right: 7px;
}

.greenleaf-portfolio-info .greenleaf-social-share {
    padding: 10px 0px 0px;
    background: transparent;
}

.greenleaf-portfolio-info .social-share-title {
    display: none;
}

.single-portfolio .greenleaf-single-nav i {
    margin-right: 2px;
}

.single-portfolio .greenleaf-single-nav>div.previous-nav {
    float: left;
}

.single-portfolio .greenleaf-single-nav>div.next-nav {
    float: left;
}

.single-portfolio .greenleaf-single-nav {
    position: absolute;
    right: 0px;
    top: 5px;
}

.greenleaf-related-portfolio .head {
    font-size: 24px;
    font-weight: bold;
    margin: 0px 20px 30px;
}

.greenleaf-related-portfolio.portfolio-item-holder {
    margin-bottom: 25px;
}

.greenleaf-portfolio-style1 .greenleaf-portfolio-thumbnail {
    text-align: center;
    margin-bottom: 55px;
}

.greenleaf-portfolio-style1 .greenleaf-portfolio-thumbnail img {
    display: block;
    margin: 0px auto;
}

.greenleaf-portfolio-style1 .greenleaf-portfolio-description {
    width: 62%;
    float: left;
    margin-right: 3%;
    position: relative;
}

.greenleaf-portfolio-style1 .greenleaf-portfolio-content .head {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.greenleaf-portfolio-style1 .greenleaf-portfolio-info {
    width: 35%;
    float: right;
    position: relative;
}

.greenleaf-portfolio-style1 .portfolio-info {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.greenleaf-class-both-sidebar .greenleaf-portfolio-style1 .greenleaf-portfolio-description,
.greenleaf-class-left-sidebar .greenleaf-portfolio-style1 .greenleaf-portfolio-description,
.greenleaf-class-right-sidebar .greenleaf-portfolio-style1 .greenleaf-portfolio-description {
    float: none;
    margin-right: 0px;
    width: auto;
}

.greenleaf-class-both-sidebar .greenleaf-portfolio-style1 .greenleaf-portfolio-info,
.greenleaf-class-left-sidebar .greenleaf-portfolio-style1 .greenleaf-portfolio-info,
.greenleaf-class-right-sidebar .greenleaf-portfolio-style1 .greenleaf-portfolio-info {
    width: auto;
    float: none;
    margin-bottom: 30px;
}

.greenleaf-portfolio-style2.greenleaf-item-start-content {
    margin-bottom: 35px;
}

.greenleaf-portfolio-style2 .greenleaf-portfolio-thumbnail {
    text-align: center;
    margin: 0px 30px 30px 0px;
    max-width: 60%;
    float: left;
}

.greenleaf-portfolio-style2 .greenleaf-portfolio-thumbnail.greenleaf-video,
.greenleaf-portfolio-style2 .greenleaf-portfolio-thumbnail.greenleaf-slider {
    width: 60%;
}

.greenleaf-portfolio-style2 .greenleaf-portfolio-thumbnail img {
    display: block;
    margin: 0px auto;
}

.greenleaf-portfolio-style2 .greenleaf-portfolio-content {
    overflow: hidden;
    position: relative;
}

.greenleaf-portfolio-style2 .greenleaf-portfolio-content .head {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.greenleaf-portfolio-style2 .greenleaf-portfolio-info {
    margin-bottom: 45px;
}

.greenleaf-portfolio-style2 .portfolio-info {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.greenleaf-class-both-sidebar .greenleaf-portfolio-style2 .greenleaf-portfolio-thumbnail,
.greenleaf-class-left-sidebar .greenleaf-portfolio-style2 .greenleaf-portfolio-thumbnail,
.greenleaf-class-right-sidebar .greenleaf-portfolio-style2 .greenleaf-portfolio-thumbnail {
    max-width: 100%;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    width: auto !important;
}


/*--- portfolio ---*/

.portfolio-thumbnail {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.portfolio-thumbnail .flex-control-nav {
    display: none;
}

.portfolio-thumbnail .portfolio-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.portfolio-thumbnail .portfolio-overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    line-height: 1;
    margin-left: -12px;
    margin-top: -12px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
}

.portfolio-thumbnail .portfolio-overlay-icon i {
    margin-right: 0px;
}

.portfolio-thumbnail .portfolio-overlay-content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 20px;
    right: 20px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}

.portfolio-thumbnail .flexslider .flex-prev,
.portfolio-thumbnail .flexslider .flex-next {
    opacity: 0.7;
}

.portfolio-classic-learn-more {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 20px;
    letter-spacing: 0.5px;
    display: none;
}

.classic-with-learn-more .portfolio-classic-learn-more {
    display: inline-block;
}

.greenleaf-classic-portfolio.greenleaf-item {
    margin-bottom: 35px;
    padding-right: 5px;
    margin-top: 5px;
}

.type-classic-portfolio-no-space .greenleaf-classic-portfolio.greenleaf-item {
    padding-right: 0;
}

.greenleaf-classic-portfolio .portfolio-thumbnail {
    margin-bottom: 26px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.greenleaf-classic-portfolio .portfolio-thumbnail.greenleaf-video .portfolio-content-wrapper {
    display: none;
}

.greenleaf-classic-portfolio .portfolio-thumbnail img {
    display: block;
    margin: 0px auto;
}

.greenleaf-classic-portfolio .portfolio-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.greenleaf-classic-portfolio .portfolio-info {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.greenleaf-classic-portfolio .portfolio-info .info-head {
    display: none;
}

.greenleaf-classic-portfolio .portfolio-excerpt {
    margin-top: 14px;
}

.greenleaf-classic-portfolio .excerpt-read-more {
    display: none;
}

.type-classic-portfolio .greenleaf-pagination {
    margin-top: 10px;
    position: relative;
    z-index: 10;
}

.type-classic-portfolio-no-space .portfolio-classic-content {
    padding: 0px 20px;
}

.type-classic-portfolio-no-space .greenleaf-pagination {
    margin-top: -20px;
}

.greenleaf-isotope[data-layout="masonry"] .greenleaf-modern-portfolio.greenleaf-item {
    margin: 0 4% 30px;
}

.greenleaf-item-no-space .greenleaf-isotope[data-layout="masonry"] .greenleaf-modern-portfolio.greenleaf-item {
    margin: 0;
}

.greenleaf-item-no-space .greenleaf-modern-portfolio.greenleaf-item {
    margin-bottom: 0px;
}

.greenleaf-modern-portfolio.greenleaf-item {
    margin-bottom: 30px;
}

.greenleaf-modern-portfolio .portfolio-thumbnail img {
    display: block;
    margin: 0px auto;
}

.greenleaf-modern-portfolio .portfolio-thumbnail.greenleaf-video .portfolio-content-wrapper {
    display: none;
}

.greenleaf-modern-portfolio .portfolio-thumbnail .portfolio-icon {
    display: block;
    font-size: 20px;
    margin-bottom: 18px;
}

.greenleaf-modern-portfolio .portfolio-thumbnail .portfolio-icon i {
    margin-right: 0px;
}

.greenleaf-modern-portfolio .portfolio-title {
    font-size: 15px;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    font-weight: bold;
}

.greenleaf-modern-portfolio .greenleaf-portfolio-info {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
}

.greenleaf-modern-portfolio .greenleaf-portfolio-info .info-head {
    display: none;
}

.type-modern-portfolio .greenleaf-pagination {
    margin-top: 20px;
}

.type-modern-portfolio-no-space .greenleaf-pagination {
    margin-top: 50px;
}

.greenleaf-item-no-space .portfolio-thumbnail {
    margin-left: -1px;
}

.greenleaf-portfolio-carousel-item .greenleaf-portfolio-item:first-child {
    margin-left: 0px;
}

.portfolio-item-filter {
    margin: 0px 15px;
    text-align: center;
    padding-bottom: 50px;
}

.portfolio-item-filter a {
    margin-left: 36px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.7px;
}

.portfolio-item-filter a:first-child {
    margin-left: 0;
}

.greenleaf-now-loading {
    height: 32px;
    padding: 40px 0px 80px;
    display: none;
    background: url('../images/dark/now-loading.gif') center no-repeat;
}


/*--- list with icon ---*/

.list-with-icon {
    margin-bottom: 20px;
    padding-bottom: 0px;
    margin-top: 3px;
}

.list-with-icon .list-with-icon-image {
    width: 46px;
    font-size: 0;
}

.list-with-icon .list-with-icon-icon {
    width: 26px;
    height: 26px;
    font-size: 20px;
    padding: 10px;
    line-height: 26px;
    text-align: center;
    margin: 0px auto;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.list-with-icon .list-with-icon-icon i {
    margin: 0px;
}

.list-with-icon .list-with-icon-title {
    overflow: hidden;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.list-with-icon .list-with-icon-content {
    overflow: hidden;
}

.list-with-icon.greenleaf-left {
    text-align: left;
}

.list-with-icon.greenleaf-left .list-with-icon-image,
.list-with-icon.greenleaf-left .list-with-icon-icon {
    float: left;
    margin-right: 24px;
}

.list-with-icon.greenleaf-right {
    text-align: right;
}

.list-with-icon.greenleaf-right .list-with-icon-image,
.list-with-icon.greenleaf-right .list-with-icon-icon {
    float: right;
    margin-left: 25px;
}


/*--- aside format ---*/

.format-aside .greenleaf-blog-content {
    font-size: 20px;
    font-style: italic;
    padding: 30px 30px 30px;
    line-height: 1.5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5 px;
}

.format-aside .greenleaf-blog-content p:last-child {
    margin-bottom: 0px;
}


/*--- quote format ---*/

.format-quote .greenleaf-top-quote blockquote {
    font-weight: bold;
    font-size: 25px;
    font-style: normal;
    line-height: 1.4;
    padding: 0px 0px 0px 55px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-size: 34px 29px;
    background-position: 0px 7px;
    background-image: url('../images/dark/quote.png');
}

.format-quote .greenleaf-top-quote blockquote,
.format-quote .greenleaf-top-quote blockquote p {
    margin-bottom: 12px;
}

.format-quote .greenleaf-quote-author {
    font-size: 14px;
    font-weight: bold;
    padding-left: 55px;
}

.post.format-quote .greenleaf-blog-content {
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.greenleaf-blog-grid .post.format-quote .greenleaf-blog-content {
    padding: 30px;
}


/*--- Link Format ---*/

.format-link .greenleaf-blog-content {
    margin-bottom: 0px;
}

.greenleaf-blog-full .post.format-link .greenleaf-blog-content {
    margin-bottom: 0px
}

.post.format-link {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dashed;
    border-bottom-style: dashed;
    margin-bottom: 70px;
    padding: 40px 0px 40px;
}

.greenleaf-blog-full .post.format-link .greenleaf-blog-title {
    margin-bottom: 5px;
}

.greenleaf-blog-grid .post.format-link {
    padding: 30px;
}


/*-- Blog --*/

.greenleaf-blog-content {
    margin-bottom: 40px;
}


/*----------------------------------------------------------------------*/


/*---------------                 WIDGET              ------------------*/


/*----------------------------------------------------------------------*/


/*--- list ---*/

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_rss ul,
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul {
    position: relative;
    list-style: none;
    margin-left: 0px;
}

.widget_recent_entries ul ul,
.widget_recent_comments ul ul,
.widget_pages ul ul,
.widget_rss ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul {
    margin-top: 15px;
    margin-bottom: 0px;
}

.widget_recent_entries ul ul li:last-child,
.widget_recent_comments ul ul li:last-child,
.widget_pages ul ul li:last-child,
.widget_rss ul ul li:last-child,
.widget_archive ul ul li:last-child,
.widget_categories ul ul li:last-child,
.widget_nav_menu ul ul li:last-child,
.widget_meta ul ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom-width: 0px;
}

.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_pages ul li,
.widget_rss ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_meta ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.footer-wrapper .widget_recent_entries ul li,
.footer-wrapper .widget_recent_comments ul li,
.footer-wrapper .widget_pages ul li,
.footer-wrapper .widget_rss ul li,
.footer-wrapper .widget_archive ul li,
.footer-wrapper .widget_categories ul li,
.footer-wrapper .widget_nav_menu ul li,
.footer-wrapper .widget_meta ul li {
    border-bottom-width: 1px;
}

.widget_recent_entries ul li:before,
.widget_recent_comments ul li:before,
.widget_pages ul li:before,
.widget_rss ul li:before,
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_nav_menu ul li:before,
.widget_meta ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    left: 0px;
    display: block;
    height: 20px;
    width: 20px;
    margin-top: -1px;
}


/*--- tag could ---*/

.tagcloud a {
    font-size: 11px !important;
    display: block;
    float: left;
    padding: 8px 13px;
    margin-right: 7px;
    margin-top: 7px;
    border: 0px solid;
    border-color: inherit;
    font-weight: bold;
    text-transform: uppercase;
}

.tagcloud a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tagcloud {
    display: inline-block;
}


/*--- search form ---*/

.gdl-search-form {
    padding-right: 22px;
    position: relative;
    padding-right: 32px;
}

.gdl-search-form input[type="text"] {
    letter-spacing: 1px;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    padding: 15px 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
}

.gdl-search-form input[type="submit"] {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -8px 0px 0px;
    width: 16px;
    height: 16px;
    padding: 0px;
    background-color: transparent !important;
    background-size: 16px 16px;
    background-image: url('../images/dark/icon-search.png');
    border: none;
}


/*--- recent post widget ---*/

.recent-post-widget {
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 15px;
}

.recent-post-widget .recent-post-widget-thumbnail {
    max-width: 55px;
    float: left;
    margin-right: 15px;
}

.recent-post-widget .recent-post-widget-thumbnail img {
    display: block;
}

.recent-post-widget .recent-post-widget-content {
    overflow: hidden;
    margin-top: 5px;
}

.recent-post-widget .recent-post-widget-title {
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 2px;
    font-weight: 600;
}

.recent-post-widget .recent-post-widget-info {
    line-height: 22px;
}

.recent-post-widget .recent-post-widget-info i {
    font-size: 15px;
    margin-right: 9px;
}

.top-rated-post-widget {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    overflow: hidden;
}

.top-rated-post-widget .top-rated-post-rating {
    color: #fff;
    background: #f5be3b;
}

.top-rated-post-widget .top-rated-post-rating {
    width: 26px;
    height: 20px;
    padding: 15px 12px;
    text-align: center;
    float: left;
    margin-right: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
}

.top-rated-post-widget .top-rated-post-title {
    overflow: hidden;
    margin-top: 10px;
}


/*--- recent comment widget ---*/

.greenleaf-recent-comment-widget .recent-comment-widget-thumbnail {
    overflow: hidden;
    float: left;
    margin-right: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.greenleaf-recent-comment-widget .recent-comment-widget-content {
    overflow: hidden;
}

.greenleaf-recent-comment-widget .recent-commnet-widget {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.greenleaf-recent-comment-widget .recent-comment-widget-title {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.greenleaf-recent-comment-widget .recent-comment-widget-info {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}


/*--- twitter widget ---*/

.greenleaf-twitter-item-wrapper {
    font-size: 19px;
    text-align: center;
}

.greenleaf-twitter-item-wrapper .fa-twitter {
    color: #5fc1ff;
    margin-right: 0px;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 25px;
}

.greenleaf-twitter-item-wrapper .greenleaf-twitter-time {
    display: block;
    font-size: 14px;
    margin-top: 14px;
    font-style: italic;
}

.greenleaf-twitter-item-wrapper .greenleaf-twitter-time:before {
    content: "- ";
}

ul.greenleaf-twitter-widget {
    list-style: none;
    margin-left: 0px;
}

ul.greenleaf-twitter-widget li {
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

ul.greenleaf-twitter-widget li:before {
    font-size: 19px;
    line-height: 24px;
    float: left;
    margin-right: 20px;
    margin-top: 2px;
    font-family: FontAwesome;
    content: '\f099';
}

ul.greenleaf-twitter-widget li .greenleaf-twitter {
    margin-bottom: 20px;
    overflow: hidden;
}


/*--- recent port 2 widget ---*/

.greenleaf-recent-port2-widget .recent-port-widget-thumbnail {
    max-width: 70px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.footer-wrapper .greenleaf-recent-port2-widget .recent-port-widget-thumbnail {
    max-width: 70px;
}


/*--- flickr widget ---*/

.greenleaf-flickr-widget .flickr_badge_image {
    max-width: 70px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.footer-wrapper .greenleaf-flickr-widget .flickr_badge_image {
    max-width: 57px;
}


/*--- post slider widget ---*/

.greenleaf-post-slider-widget .flex-control-nav {
    display: none;
}

.greenleaf-post-slider-widget .greenleaf-caption-title {
    padding: 7px;
    font-size: 13px;
    text-align: center;
}

.greenleaf-post-slider-widget .flex-direction-nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -30px;
}


/*--- Calendar Widget ---*/

.widget_calendar caption {
    font-size: 14px;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.widget_calendar th {
    font-size: 11px;
    font-weight: bold;
}

.widget_calendar table,
.widget_calendar tr,
.widget_calendar td {
    padding: 10px 0px;
}

.widget_calendar table tfoot td {
    border-bottom: 0;
}


/*----------------------------------------------------------------------*/


/*---------------                PLUGINS              ------------------*/


/*----------------------------------------------------------------------*/


/*--- Isotope Filtering ---*/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/*--- easy pie chart ---*/

.greenleaf-chart {
    position: relative;
    text-align: center;
    display: inline-block;
}

.greenleaf-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    max-height: none\9;
    /*- for ie 8 and below-*/
}

.greenleaf-chart .chart-content-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 1;
    z-index: 1;
}

.greenleaf-chart .chart-content-wrapper .chart-content-inner {
    position: relative;
    left: -50%;
    margin-top: -25%;
}

.greenleaf-chart .chart-content-wrapper .chart-content {
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}

.greenleaf-chart .chart-content-wrapper .chart-percent-number {
    font-size: 24px;
    display: block;
}

.greenleaf-chart .chart-content-wrapper .chart-content i {
    font-size: 25px;
    margin-top: -28px;
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
}


/*--- easy mailchimp form ---*/

.greenleaf-mailchimp-form .yks-require-description {
    display: none;
}

.greenleaf-mailchimp-form .yks-mailchimpFormDivRowLabel,
.greenleaf-mailchimp-form .yks-mailchimpFormDivRowField {
    display: block;
    margin-bottom: 3px;
    width: auto;
}

.greenleaf-mailchimp-form .yks-mailchimpFormDivRow {
    margin-top: 9px;
}

.greenleaf-mailchimp-form .yks-mailchimpFormDivRow:first-child {
    margin-top: 0px;
}

.greenleaf-mailchimp-form input[type="text"],
.greenleaf-mailchimp-form input[type="email"],
.greenleaf-mailchimp-form input[type="password"] {
    width: 200px;
    padding: 12px;
    margin-bottom: 5px;
}

.greenleaf-mailchimp-form p,
.greenleaf-mailchimp-form input[type="submit"] {
    margin-bottom: 0px;
}

.greenleaf-mailchimp-form .yks-status .yks-success {
    white-space: normal;
    text-align: center;
    margin: 0px auto;
    padding: 5px 12px;
}


/*--- wpml ---*/

.greenleaf-wpml-language-selector img {
    margin-right: 12px;
    vertical-align: middle;
}


/*--- woocommerce cart ---*/

.greenleaf-woocommerce-cart .sub-menu-item {
    padding-top: 12px;
    margin-top: 12px;
    border-top-width: 1px;
    border-top-style: solid;
}

.greenleaf-woocommerce-cart .sub-menu-item:first-child {
    padding-top: 0px;
    border-top-width: 0px;
}

.greenleaf-woocommerce-cart .sub-menu-item .head {
    font-weight: bold;
}

.greenleaf-woocommerce-cart .greenleaf-button {
    margin-bottom: 0px;
}

.greenleaf-woocommerce-cart .greenleaf-button:last-child {
    margin-right: 0px;
}

.greenleaf-woocommerce-cart .sub-menu-item .greenleaf-button {
    margin-top: 9px;
}


/*--- fitvids ---*/

.greenleaf-fluid-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

.greenleaf-fluid-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*--- contact form 7 ---*/

.wpcf7-contact-half-left {
    float: left;
    width: 50%;
}

.wpcf7-contact-half-right {
    float: left;
    width: 50%;
}

.wpcf7 p {
    margin-bottom: 25px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"] {
    height: 16px;
    padding: 19px 19px;
    width: 100%;
    font-size: 13px;
}

.wpcf7 textarea {
    height: 150px;
    padding: 19px 19px;
    width: 100%;
    font-size: 13px;
    display: block;
    line-height: 1.7;
}

.wpcf7 textarea.wpcf7-full {
    height: 420px;
}

.wpcf7 input[type="submit"] {
    padding: 20px;
    letter-spacing: 0;
    text-transform: none;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
}

.wpcf7 span.wpcf7-form-control-wrap {
    display: block;
    padding-right: 38px;
    margin-top: 7px;
}

.wpcf7 .wpcf7-contact-half-left span.wpcf7-form-control-wrap {
    padding-right: 53px;
}

.wpcf7 .wpcf7-contact-half-right span.wpcf7-form-control-wrap {
    padding-left: 15px;
}

.wpcf7-contact-half-left input[type="text"],
.wpcf7-contact-half-left input[type="email"],
.wpcf7-contact-half-left input[type="password"] {
    padding: 22px 19px;
}

.wpcf7-contact-half-left textarea {
    padding: 22px 19px;
}

.wpcf7-contact-half-right textarea {
    padding: 22px;
}

.wpcf7 .wpcf7-contact-half-left p {
    margin-bottom: 30px;
}

.footer-wrapper .wpcf7 p {
    margin-bottom: 10px;
}

.footer-wrapper .wpcf7 input[type="text"],
.footer-wrapper .wpcf7 input[type="email"],
.footer-wrapper .wpcf7 input[type="password"],
.footer-wrapper .wpcf7 textarea {
    padding: 15px 18px;
    width: 100%;
}

.footer-wrapper .wpcf7 span.wpcf7-form-control-wrap {
    padding-right: 38px;
    margin-top: 5px;
}

.footer-wrapper .wpcf7 input[type="submit"] {
    padding: 10px 20px;
    letter-spacing: 0;
    text-transform: none;
}

.wpcf7 input:focus::input-placeholder {
    color: transparent;
}

.wpcf7 input:focus::-webkit-input-placeholder {
    color: transparent;
}

.wpcf7 input:focus::-moz-placeholder {
    color: transparent;
}

.wpcf7 input:focus:-moz-placeholder {
    color: transparent;
}

.wpcf7 input:focus:-ms-input-placeholder {
    color: transparent;
}

.wpcf7 textarea:focus::input-placeholder {
    color: transparent;
}

.wpcf7 textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.wpcf7 textarea:focus::-moz-placeholder {
    color: transparent;
}

.wpcf7 textarea:focus:-moz-placeholder {
    color: transparent;
}

.wpcf7 textarea:focus:-ms-input-placeholder {
    color: transparent;
}


/*--- newsletter subscribe ---*/

.greenleaf-subscribe-item {
    text-align: center;
}

.greenleaf-subscribe-item .greenleaf-newsletter-subscribe input {
    display: inline-block;
}

.greenleaf-subscribe-item .greenleaf-newsletter-subscribe input[type="email"] {
    padding: 20px 2%;
    height: 16px;
    width: 530px;
    margin-right: 10px;
    font-size: 15px;
    max-width: 96%;
}

.greenleaf-subscribe-item .greenleaf-newsletter-subscribe input[type="submit"] {
    margin: 1px;
    height: 56px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 800;
}

.newsletter-subscription table tr th,
.newsletter-subscription table tr td {
    padding: 0px 20px;
    border: 0px;
}

.newsletter-subscription table tr td.newsletter-td-submit {
    padding: 20px 0px 0px;
    border: 0px;
}

.newsletter-subscription table tr td.newsletter-td-submit input[type="submit"] {
    margin: 0px;
}

.newsletter-subscription table tr th {
    vertical-align: middle;
    padding: 0px 10px;
    font-size: 14px;
}

.newsletter-subscription table tr td input.newsletter-email {
    padding: 6px 10px;
    height: 32px;
    width: 100%;
}


/*--- background player ---*/

.greenleaf-bg-player {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.greenleaf-player-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #000;
}


/*----------------------------------------------------------------------*/


/*---------------                RETINA               ------------------*/


/*----------------------------------------------------------------------*/

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    blockquote {
        background-image: url('../images/dark/quote%402x.png');
        background-repeat: no-repeat;
    }
    .gdl-search-form input[type="submit"] {
        background-image: url('../images/dark/icon-search%402x.png');
    }
    .page-not-found-search .gdl-search-form input[type="submit"] {
        background-image: url('../images/light/icon-search%402x.png');
    }
}

.greenleaf-top-woocommerce-button {
    color: #fff;
}

.greenleaf-top-woocommerce-inner {
    background: #242424;
}

.greenleaf-top-woocommerce,
.greenleaf-top-woocommerce-inner>a {
    color: #fff;
}


/*-- Master Slider --*/

.master-slider-parent {
    padding-bottom: 0px !important;
}


/*--- Font Awesome ---*/

.icon-angle-left,
.icon-angle-right,
.icon-minus,
.icon-plus {
    line-height: 1;
}

.icon-angle-left:before {
    content: "\f104";
    font-family: fontAwesome;
    font-style: normal;
}

.icon-angle-right:before {
    content: "\f105";
    font-family: fontAwesome;
    font-style: normal;
}

.icon-minus:before {
    content: "\f068";
    font-family: fontAwesome;
    font-style: normal;
}

.icon-plus:before {
    content: "\f067";
    font-family: fontAwesome;
    font-style: normal;
}


/*-- icno shortcode --*/

span.greenleaf-icon-inline-text {
    letter-spacing: 1.7px;
}

span.gdlr-icon-shortcode {
    display: inline-block;
}


/*--- payment form ---*/

.greenleaf-payment-lightbox-overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #000;
    z-index: 9999;
    opacity: 0.75;
    filter: alpha(opacity=75);
    display: none;
}

.greenleaf-payment-lightbox-container {
    position: fixed;
    top: 60px;
    right: 0px;
    bottom: 60px;
    left: 0px;
    z-index: 9999;
    width: 680px;
    max-height: 830px;
    margin: auto;
    overflow: auto;
    display: none;
}

.greenleaf-payment-lightbox-inner {
    padding: 30px 35px 40px;
}

.greenleaf-payment-lightbox-title {
    font-size: 22px;
    margin-bottom: 30px;
}

.greenleaf-payment-lightbox-title .greenleaf-head {
    margin-right: 10px;
}

.greenleaf-payment-lightbox-title .greenleaf-tail {
    font-weight: bold;
}

.greenleaf-payment-amount {
    margin-bottom: 32px;
}

.greenleaf-payment-amount-head {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.greenleaf-payment-price-preset {
    padding: 13px 20px;
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    margin-right: 9px;
    line-height: 17px;
}

input[type="text"].greenleaf-payment-price-fill {
    display: inline-block;
    height: 43px;
    font-weight: bold;
    vertical-align: bottom;
    padding: 0px 17px;
}

.greenleaf-payment-form input[type="submit"] {
    margin: 15px 0px 0px;
    width: 100%;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.greenleaf-payment-form .greenleaf-message {
    display: none;
    margin-top: 8px;
    padding: 8px 16px;
    font-weight: bold;
}

.greenleaf-payment-form .greenleaf-loading {
    display: none;
    margin-top: 8px;
}

.greenleaf-paypal-attribute {
    font-size: 12px;
    margin-bottom: 32px;
}

.greenleaf-paypal-attribute .greenleaf-head {
    display: block;
    margin-bottom: 8px;
}

.greenleaf-paypal-attribute .greenleaf-subhead {
    margin-right: 10px;
}

.greenleaf-paypal-attribute select.greenleaf-recurring-option {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.greenleaf-paypal-attribute .greenleaf-recurring-time-wrapper {
    margin-top: 7px;
    display: none;
}

.greenleaf-form-fields input[type="text"] {
    padding: 12px 20px;
    width: 100%;
}

.greenleaf-form-fields textarea {
    padding: 12px 20px;
    width: 100%;
    height: 80px;
}

.greenleaf-form-fields .greenleaf-head {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}

.greenleaf-form-fields .columns-wrap {
    padding-right: 40px;
    margin-bottom: 15px
}

.greenleaf-form-fields .columns-wrap.greenleaf-left {
    margin-right: 15px;
}

.greenleaf-form-fields .columns-wrap.greenleaf-right {
    margin-left: 15px;
}

.greenleaf-payment-method img {
    padding: 2px;
    margin-right: 15px;
    cursor: pointer;
}

.greenleaf-payment-method img.greenleaf-active {
    border-width: 2px;
    border-style: solid;
    padding: 0px;
}

.greenleaf-single-payment-form label {
    display: block;
    margin-bottom: 10px;
}

.greenleaf-single-payment-form .greenleaf-form-half-left {
    width: 50%;
}

.greenleaf-single-payment-form input[type="text"] {
    width: 100%;
    padding: 15px 20px;
}

.greenleaf-form-expiration input[type="text"] {
    width: 50px;
}

.greenleaf-form-expiration .greenleaf-separator {
    margin: 0px 10px;
}

.greenleaf-single-payment-form .greenleaf-form-instant-payment-loading {
    margin-bottom: 20px;
    display: none;
}

.greenleaf-single-payment-form .greenleaf-form-notice,
.greenleaf-single-payment-form .greenleaf-form-error {
    padding: 10px 15px;
    margin-bottom: 20px;
    display: none;
}

.greenleaf-payment-form input[type="text"],
.greenleaf-payment-form textarea {
    background-color: #ffffff;
}

.greenleaf-payment-price-preset,
.greenleaf-payment-price-preset:hover {
    color: #fff;
}

.greenleaf-payment-price-preset,
.greenleaf-payment-price-preset:hover {
    background-color: #c3c3c3;
}

.greenleaf-payment-price-preset.greenleaf-active {
    background-color: #ecb338;
}

.greenleaf-payment-lightbox-inner {
    background-color: #f3f3f3;
}

.greenleaf-single-payment-form .greenleaf-form-notice,
.greenleaf-payment-form .greenleaf-message.greenleaf-success {
    background-color: #99d15e;
    color: #fff;
}

.greenleaf-single-payment-form .greenleaf-form-error,
.greenleaf-payment-form .greenleaf-message.greenleaf-failed {
    background-color: #d15e5e;
    color: #fff;
}

.filter ul {
    margin: 0 auto 70px;
    display: table;
}

.filter li {
    display: inline;
    list-style: none;
    margin: 0 20px;
}

.filter li:first-child {
    margin-left: 0;
}

.filter li:last-child {
    margin-right: 0;
}

.filter a {
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #7287a2;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
}

.filter a.active {
    color: #000 !important;
}

.submit-button {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.8px;
    padding: 15px;
    width: 100%;
    display: block;
    -webkit-appearance: none;
    background-color: #4b9e55;
    border: 0;
    color: #fff;
    font-style: normal !important;
    cursor: pointer;
    font-style: normal;
}

.greenleaf-image img {
    width: 100%;
}

.jumbotron {
    padding-top: 530px;
    margin: 0 auto;
    background: url("../images/unsplashenv1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white !important;
    height: 420px;
}

.jumbotron-container {
    position: absolute;
    top: 400px;
    left: 150px;
}

.display-2 {
    font-family: "Lato";
    font-size: 80px;
    color: #53da75;
}

.lead {
    font-family: "Lato";
    color: #c7c7c7;
    font-size: 30px;
    font-weight: 700;
    margin-top: -10px;
    padding-left: 20px;
}

.greenleaf-info {
    padding: 100px 0 100px 0px;
}


/* ----------------------------------- */

.container2 {
    display: inline-flex;
    flex-wrap: wrap;
}

.flex-direction {
    flex-direction: row;
}

.div1 {
    width: 50%;
    height: auto;
}

.div2 {
    width: 50%;
    height: auto;
}

span {
    display: block;
}

.asbe-img {
    width: 100%;
    height: 550px;
    background-image: url('../images/unsplashenv10.jpg');
    background-size: 100% 100%;
}

@media only screen and (max-width: 946px) {
    .mold-img {
        width: 100%;
        height: 550px;
        background-image: url('../images/unsplashenv4.jpg');
        background-size: 100% 100%;
    }
}

.demo-img {
    width: 100%;
    height: 550px;
    background-image: url('../images/unsplashenv5.jpg');
    background-size: 100% 100%;
}

.asbe-content {
    width: 90%;
    padding: 50px;
}

.mold-content {
    width: 90%;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
}

.demo-content {
    width: 90%;
    padding: 50px;
}

.sf-menu, .sf-menu .greenleaf-normal-menu ul {
    padding-bottom: -100px;
}

.greenleaf-logo-small {
    width: 100px;
}

.greenleaf-video {
    width: 50%;
    padding-left: 150px;
}

.about-us-content-wrapper {
    width: 140%;
}
