body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    bottom: 0px;
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    right: 0;
    position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px;
    position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animate-item {
    visibility: hidden;
}

.animate-item.is-visible {
    visibility: visible;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes tsfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes tsfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.tsFadeInUp {
    -webkit-animation-name: tsfadeInUp;
    animation-name: tsfadeInUp;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: calc(0.3s);
    animation-duration: calc(0.3s);
}

@-webkit-keyframes tsfadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tsfadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tsFadeIn {
    -webkit-animation-name: tsfadeIn;
    animation-name: tsfadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: calc(0.2s);
    animation-duration: calc(0.2s);
}

body {
    background-color: #fff;
    color: #777;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    line-height: 1.6;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: #1e1e1e;
}

a:focus {
    outline: none;
}

p {
    font-size: 15px;
    margin-bottom: 1.55rem;
    word-spacing: 0.001em;
    color: #8b8b8b;
    line-height: 28px;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
}

img {
    height: auto;
    width: 100%;
}

::-moz-selection {
    color: #fff;
    background: #1e1e1e;
}

::selection {
    color: #fff;
    background: #1e1e1e;
}

@media (min-width: 992px) {
    .container.expanded {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e1e1e;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-weight: 400;
}

h1,
.h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 600;
}

@media (min-width: 992px) {

    h1,
    .h1 {
        font-size: 42px;
    }
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 60px;
    }
}

h2,
.h2 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}

@media (min-width: 992px) {

    h2,
    .h2 {
        font-size: 34px;
    }
}

h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

@media (min-width: 992px) {
    h3 {
        font-size: 28px;
    }
}

h4 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

@media (min-width: 992px) {
    h4 {
        font-size: 24px;
    }
}

h5 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

h6 {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

code {
    background-color: #f14668;
    color: whitesmoke;
    font-size: 0.875em;
    padding: 0.25em 0.5em 0.25em;
}

hr {
    background-color: rgba(129, 129, 129, 0.2);
    border: none;
    display: block;
    height: 1px;
    margin: 1.5rem 0;
}

ul,
ol {
    margin-left: 0;
    list-style-position: inside;
    font-size: inherit;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-left: 15px;
}

ul li,
ol li {
    margin-bottom: 0;
}

ul li:last-child,
ol li:last-child {
    margin: 0;
}

small {
    font-size: 0.875em;
}

input[type="checkbox"],
input[type="radio"] {
    vertical-align: baseline;
}

blockquote {
    display: block;
    padding: 30px 60px;
    border: none;
    text-align: left;
    background-color: #1e1e1e;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    font-style: italic;
    margin: 0px;
}

cite {
    display: inline-block;
    margin-top: 20px;
    color: #1e1e1e;
    font-style: normal;
    font-weight: 400;
}

p {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 26px;
    margin: 0px;
    font-weight: 400;
}

@media (min-width: 992px) {
    p {
        font-weight: 600;
    }
}

/*----------  Header  ----------*/

section.above-header {
    display: none;
    padding: 15px 0px;
}

section.above-header ul.social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
}

section.above-header ul.social-icons li {
    display: inline-block;
    margin-right: 10px;
}

section.above-header ul.social-icons li:last-child {
    margin-right: 0px;
}

section.above-header ul.social-icons li a {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    background-color: #1e1e1e;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
}

section.above-header ul.social-icons li a:hover {
    background-color: #79a472;
}

section.above-header .logo {
    text-align: center;
}

section.above-header .logo a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    color: #79a472;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0;
}

section.above-header .logo a img {
    width: 300px;
  	max-width: 100%;
  	height: auto;
}

section.above-header ul.search-item {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

section.above-header ul.search-item li {
    display: inline-block;
}

section.above-header ul.search-item li a {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    background-color: #1e1e1e;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
}

section.above-header ul.search-item li a:hover {
    background-color: #79a472;
}

@media (min-width: 992px) {
    section.above-header {
        display: -webkit-box;
        display: flex;
    }
}

.site-header {
    z-index: 900;
    background-color: #fff;
    transition: all .3s ease-in-out;
}

.site-header.fixed-header {
    position: relative;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    padding: 22px 0px;
}

@media (min-width: 992px) {
    .site-header.fixed-header {
        border-bottom: none;
        padding: 0px;
    }
}

.site-header.fixed-header.is-fixed {
    border-bottom: none;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
}

.site-header.fixed-header.is-fixed .header-wrap {
    border-bottom: none;
    border-top: none;
}

@media (min-width: 992px) {
    .site-header.fixed-header.is-fixed {
        padding: 0px;
    }
}

.site-header .header-wrap {
    display: flex;
    align-items: center;
    justify-content: start;
    border-bottom: none;
    border-top: none;
}

.site-header .header-wrap .header-logo a {
    display: inline-flex;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: #79a472;
}

.site-header .header-wrap .header-logo a img {
	width: 300px;
  	max-width: 100%;
  	height: auto;
}

.site-header .header-wrap .header-widgets {
    display: inline-flex;
    flex-basis: 30%;
}

.site-header .header-wrap .header-nav {
    display: none;
}

.site-header .header-wrap .header-widgets {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

@media (min-width: 992px) {
    .site-header .header-wrap {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .site-header .header-wrap .header-logo a {
        display: none;
    }

    .site-header .header-wrap .header-logo,
    .site-header .header-wrap .header-widgets {
        flex-basis: 20%;
    }

    .site-header .header-wrap .header-nav {
        display: -webkit-inline-box;
        display: inline-flex;
        flex-basis: 60%;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.header-widgets .right-menu {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.header-widgets .right-menu a {
    color: #1e1e1e;
}

.header-widgets .right-menu .menu-item {
    display: none;
}

.header-widgets .right-menu .menu-item.menu-mobile-nav {
    display: inline-block;
}

@media (min-width: 992px) {
    .header-widgets .right-menu .menu-item {
        display: inline-block;
    }

    .header-widgets .right-menu .menu-item.menu-mobile-nav {
        display: none;
    }
}

.header-widgets .right-menu .menu-item+.menu-item {
    margin-left: 30px;
}

.change-class {
    padding: 0.5px 0px;
}

/*----------  Main Navigation  ----------*/
.main-menu {
    display: -webkit-box;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.main-menu>li {
    display: -webkit-inline-box;
    display: inline-flex;
}

.main-menu>li+li {
    margin-left: 60px;
}

.main-menu>li>a {
    padding: 20px 0;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #1e1e1e;
}

.main-menu>li>a:after {
    width: 0%;
    height: 2px;
    background-color: #79a472;
    content: '';
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 24px;
    position: absolute;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.main-menu>li>a:hover::after {
    width: 100%;
}

.main-menu>li>a:hover {
    color: #79a472;
}

.main-menu>li.active a:after {
    width: 100%;
    background-color: #79a472;
}

.main-menu>li.active a {
    color: #79a472;
}

.main-menu li {
    margin: 0;
    white-space: nowrap;
}

.main-menu li.menu-item-has-children {
    position: relative;
}

.main-menu li.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .sub-menu {
    padding: 20px 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    position: absolute;
    min-width: 220px;
    top: 100%;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: opacity 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    transition: opacity 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    transition: opacity 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), transform 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    transition: opacity 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), transform 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
}

.main-menu .sub-menu li {
    display: block;
    padding: 0 30px;
    margin-bottom: 17px;
    line-height: 1.1;
}

.main-menu .sub-menu li:last-child {
    margin-bottom: 0;
}

.main-menu .sub-menu li a {
    display: block;
    color: #1e1e1e;
    font-size: 14px;
}

.main-menu .sub-menu li a:hover {
    color: #79a472;
}

.main-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

/*----------  Hamburger Menu  ----------*/
.menu-bar {
    position: relative;
    display: inline-block;
    min-width: 24px;
    height: 38px;
    text-align: center;
}

.menu-bar .hamburger {
    display: block;
    position: absolute;
    width: 24px;
    height: 1px;
    background-color: #1e1e1e;
    top: 20px;
    right: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-bar .hamburger:before,
.menu-bar .hamburger:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    outline: 1px solid transparent;
    background-color: #1e1e1e;
    right: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-bar .hamburger:before {
    top: -8px;
}

.menu-bar .hamburger:after {
    top: 8px;
}

.menu-bar.active .hamburger {
    background-color: transparent !important;
}

.menu-bar.active .hamburger::before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
}

.menu-bar.active .hamburger::after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
}

.mobile-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    z-index: 1000;
    pointer-events: none;
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
    transition: transform .25s ease, -webkit-transform .25s ease;
}

.mobile-nav-wrapper .mobile-menu-inner {
    position: relative;
    display: inline-block;
    padding: 20px 0;
    background-color: #fff;
    cursor: default;
    min-width: 320px;
    max-width: 75%;
    height: 100%;
}

.mobile-nav-wrapper.is-open {
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mobile-menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity .25s ease, visibility 0s ease;
    transition: opacity .25s ease, visibility 0s ease;
}

.mobile-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu>li>a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    padding: 8px 30px;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.mobile-menu>li ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 30px;
    overflow: hidden;
}

.mobile-menu>li ul ul.sub-menu {
    padding: 0 10px;
}

.mobile-menu>li ul>li>a {
    display: inline-block;
    font-size: 16px;
    color: #898989;
    padding: 2px 0;
}

.mobile-menu>li ul>li:last-child {
    padding-bottom: 15px;
}

.instagram-footer {
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.instagram-footer .instagram-account {
    border-top: 3px solid #f7f7f7;
    padding-top: 86px;
}

.instagram-footer .instagram-account .widget-content {
    position: relative;
    border: 1px solid #eee;
    padding: 54px 30px 30px 30px;
    background-color: #ffffff;
}

.instagram-footer .instagram-account .widget-content .widget-header {
    position: absolute;
    top: -26px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.instagram-footer .instagram-account .widget-content .widget-header a {
    margin-top: 0px;
    background-color: #1e1e1e;
    color: #ffffff;
    font-family: "Cormorant", Arial, Helvetica, serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    padding: 16px 24px;
    text-align: center;
    min-width: 140px;
}

.instagram-footer .instagram-account .widget-content .widget-header a:hover {
    background-color: #79a472;
}

.instagram-footer .instagram-account .widget-content .instagram-item img {
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.instagram-footer .instagram-account .widget-content .instagram-item img:hover {
    opacity: .75;
}

footer {
    background-color: #1e1e1e;
    position: relative;
    z-index: 1;
    border-top: 3px solid #f7f7f7;
    padding-top: 60px;
}

footer ul.footer-social-icons {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

footer ul.footer-social-icons li {
    display: inline-block;
    margin: 5px 10px;
}

@media (min-width: 992px) {
    footer ul.footer-social-icons li {
        margin: 0px 30px;
    }
}

footer ul.footer-social-icons li a {
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    -webkit-transition: all .3s;
    transition: all .3s;
}

footer ul.footer-social-icons li a i {
    margin-right: 5px;
}

footer ul.footer-social-icons li a:hover {
    color: #79a472;
}

footer .copyright-text {
    border-top: 1px solid #2e2e2e;
    margin-top: 60px;
    padding: 40px 0px;
    text-align: center;
}

footer .copyright-text p {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #8b8b8b;
}

footer .copyright-text p a {
    color: #ffffff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

footer .copyright-text p a:hover {
    color: #8b8b8b;
}

section.small-gap {
    margin-top: 30px;
}

@media (min-width: 992px) {
    section.small-gap {
        margin-top: 40px;
    }
}

section.medium-gap {
    margin-top: 30px;
}

@media (min-width: 992px) {
    section.medium-gap {
        margin-top: 60px;
    }
}

section.large-gap {
    margin-top: 30px;
}

@media (min-width: 992px) {
    section.large-gap {
        margin-top: 80px;
    }
}

#search {
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(121, 164, 114, 0.97);
    z-index: 9999999;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 60px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0);
    font-size: 24px;
    padding: 15px;
    font-weight: 500;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    margin: 0px auto;
    outline: none;
}

#search input[type="search"]::-webkit-input-placeholder {
    color: #ffffff;
}

#search input[type="search"]::-moz-placeholder {
    color: #ffffff;
}

#search input[type="search"]:-ms-input-placeholder {
    color: #ffffff;
}

#search input[type="search"]::-ms-input-placeholder {
    color: #ffffff;
}

#search input[type="search"]::placeholder {
    color: #ffffff;
}

@media (min-width: 992px) {
    #search input[type="search"] {
        width: 50%;
    }
}

#search .primary-button {
    position: absolute;
    margin-top: 90px;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    color: #79a472;
    width: 80%;
    height: 60px;
    z-index: 999;
    border: none;
    outline: none;
    cursor: pointer;
}

@media (min-width: 992px) {
    #search .primary-button {
        width: 50%;
    }
}

#search button.close {
    cursor: pointer;
    outline: none;
    position: fixed;
    top: 60px;
    right: 40px;
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
    opacity: 1;
    padding: 10px 17px;
    font-size: 36px;
}

.right-sidebar {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 3px solid #f7f7f7;
}

@media (min-width: 992px) {
    .right-sidebar {
        margin-top: 0px;
        padding-top: 0px;
        border-top: none;
    }
}

.left-sidebar {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 3px solid #f7f7f7;
}

@media (min-width: 992px) {
    .left-sidebar {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
    }
}

.main-sidebar .widget-sidebar {
    margin-top: 26px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 54px 30px 30px 30px;
    position: relative;
}

@media (min-width: 992px) {
    .main-sidebar .widget-sidebar {
        margin-bottom: 50px;
    }
}

.main-sidebar .widget-sidebar .widget-header {
    position: absolute;
    top: -26px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.main-sidebar .widget-sidebar .widget-header h4 {
    margin-top: 0px;
    background-color: #1e1e1e;
    color: #ffffff;
    font-family: "Cormorant", Arial, Helvetica, serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    padding: 16px 24px;
    text-align: center;
    min-width: 140px;
}

.main-sidebar .about-me {
    text-align: center;
}

.main-sidebar .about-me img {
    margin-bottom: 20px;
}

.main-sidebar .about-me p {
    margin-bottom: 15px;
}

.main-sidebar .about-me h6 {
    text-transform: capitalize;
    font-family: "Cormorant", Arial, Helvetica, serif;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
}

.main-sidebar .about-me ul.social-icons {
    border-top: 1px dashed #eee;
    padding: 20px 0px 0px 0px;
    margin: 0;
    list-style: none;
}

.main-sidebar .about-me ul.social-icons li {
    display: inline-block;
    margin: 0px 5px;
}

.main-sidebar .about-me ul.social-icons li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    background-color: #1e1e1e;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
}

.main-sidebar .about-me ul.social-icons li a:hover {
    background-color: #79a472;
}

.main-sidebar .promo-post .promo-image {
    position: relative;
}

.main-sidebar .promo-post .promo-image .inner-content {
    position: absolute;
    bottom: 37px;
    left: 50%;
    width: 100%;
    text-align: center;
    padding: 0px 30px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.main-sidebar .promo-post .promo-image .inner-content p {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
}

.main-sidebar .instagram-posts .instagram-item {
    display: inline-block;
    width: 45%;
}

.main-sidebar .instagram-posts .instagram-item img {
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.main-sidebar .instagram-posts .instagram-item img:hover {
    opacity: .75;
}

.main-sidebar .instagram-posts .left-item {
    margin-right: 8%;
}

.main-sidebar .instagram-posts .first-row {
    margin-bottom: 7%;
}

.main-sidebar .latest-posts ul.latest-post-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-sidebar .latest-posts ul.latest-post-list li {
    display: inline-block;
    margin-bottom: 24px;
}

.main-sidebar .latest-posts ul.latest-post-list li:last-child {
    margin-bottom: 0px;
}

.main-sidebar .latest-posts ul.latest-post-list li .left-image {
    width: 80px;
    float: left;
    position: relative;
}

.main-sidebar .latest-posts ul.latest-post-list li .left-image img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.main-sidebar .latest-posts ul.latest-post-list li .left-image span {
    position: absolute;
    font-size: 11px;
    color: #ffffff;
    background: #1e1e1e;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    left: 5px;
    top: 5px;
}

.main-sidebar .latest-posts ul.latest-post-list li .right-content {
    margin-left: 95px;
}

.main-sidebar .latest-posts ul.latest-post-list li .right-content h6 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 2px;
    text-transform: capitalize;
    line-height: 24px;
    font-family: "Cormorant", Arial, Helvetica, serif;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

.main-sidebar .latest-posts ul.latest-post-list li .right-content span {
    text-transform: uppercase;
    font-size: 13px;
    color: #8b8b8b;
    font-weight: 600;
}

.main-sidebar .latest-posts ul.latest-post-list li:hover .left-image img {
    opacity: 0.75;
}

.main-sidebar .latest-posts ul.latest-post-list li:hover .right-content h6 {
    color: #79a472;
}

.main-sidebar .categories ul.categories {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-sidebar .categories ul.categories li {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #eee;
}

.main-sidebar .categories ul.categories li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.main-sidebar .categories ul.categories li a {
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.main-sidebar .categories ul.categories li a:hover {
    color: #79a472;
}

.main-sidebar .categories ul.categories li span {
    float: right;
}

.main-sidebar .tags-cloud {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.main-sidebar .tags-cloud ul.tags {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-sidebar .tags-cloud ul.tags li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.main-sidebar .tags-cloud ul.tags li a {
    font-size: 13px;
    font-weight: 400;
    padding: 10px 12px;
    display: inline-block;
    background-color: #eee;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.main-sidebar .tags-cloud ul.tags li a:hover {
    background-color: #79a472;
    color: #ffffff;
}

.normal-white-button a {
    display: inline-block;
    padding: 12px 24px;
    font-size: 13px;
    color: #1e1e1e;
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid transparent;
}

.normal-white-button a:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.border-black-button a {
    display: inline-block;
    padding: 12px 24px;
    font-size: 13px;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    color: #1e1e1e;
    text-transform: uppercase;
    font-weight: 700;
}

.border-black-button a:hover {
    color: #ffffff;
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e;
}

.go-top {
    position: fixed;
    z-index: 3;
    right: 0;
    bottom: 0px;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 0;
    font-size: 12px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}

@media (min-width: 992px) {
    .go-top {
        right: 30px;
        bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.9);
    }
}

.go-top:hover {
    background-color: #79a472;
}

.call-to-action .main-content {
    padding: 30px 30px;
    background-image: url(https://placehold.it/1170x140);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

@media (min-width: 992px) {
    .call-to-action .main-content {
        padding: 45px 60px;
        text-align: left;
    }
}

.call-to-action .main-content h2 {
    font-size: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    margin: 8px 0px 0px 0px;
    letter-spacing: 0.5px;
}

.call-to-action .main-content h2 em {
    font-style: normal;
    font-weight: 900;
    color: #79a472;
}

.call-to-action .main-content .normal-white-button {
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .call-to-action .main-content .normal-white-button {
        margin-top: 0px;
        text-align: right;
    }
}

.main-banner {
    margin-top: 30px;
    margin-bottom: -25px;
}

.main-banner .loop {
    position: relative;
}

.main-banner .loop .item {
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.main-banner .loop .item img {
    max-width: 100%;
    overflow: hidden;
}

.main-banner .loop .item .item-content {
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 85%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
    .main-banner .loop .item .item-content {
        width: auto;
        top: auto;
        bottom: 45px;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
}

.main-banner .loop .item .item-content .main-content {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

@media (min-width: 992px) {
    .main-banner .loop .item .item-content .main-content {
        padding: 25px 45px 30px 45px;
    }
}

.main-banner .loop .item .item-content .main-content .meta-category span {
    text-transform: uppercase;
    font-family: "Cormorant", Arial, Helvetica, serif;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: none;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .main-banner .loop .item .item-content .main-content .meta-category span {
        display: inline-block;
    }
}

.main-banner .loop .item .item-content .main-content h4 {
    font-family: "Cormorant", Arial, Helvetica, serif;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.main-banner .loop .item .item-content .main-content h4 em {
    font-style: normal;
    font-weight: 700;
}

@media (min-width: 992px) {
    .main-banner .loop .item .item-content .main-content h4 {
        line-height: 40px;
        font-size: 32px;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }
}

.main-banner .loop .item .item-content .main-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-banner .loop .item .item-content .main-content ul.post-info {
    text-align: center;
    display: none;
}

@media (min-width: 992px) {
    .main-banner .loop .item .item-content .main-content ul.post-info {
        display: block;
    }
}

.main-banner .loop .item .item-content .main-content ul.post-info li {
    display: inline-block;
    margin-right: 5px;
}

.main-banner .loop .item .item-content .main-content ul.post-info li:after {
    content: '|';
    margin-left: 10px;
    color: #ffffff;
}

.main-banner .loop .item .item-content .main-content ul.post-info li:last-child::after {
    display: none;
}

.main-banner .loop .item .item-content .main-content ul.post-info li a {
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.25px;
    font-weight: 400;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.main-banner .loop .item .item-content .main-content ul.post-info li a:hover {
    color: #79a472;
}

.main-banner .loop .item .item-content .main-content .border-black-button {
    margin-top: 30px;
    display: none;
}

@media (min-width: 992px) {
    .main-banner .loop .item .item-content .main-content .border-black-button {
        display: block;
    }
}

.full-width-banner .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.medium-banner .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.about-me .widget-sidebar {
    margin-top: 24px;
    border: 1px solid #eee;
    padding: 54px 30px 30px 30px;
    position: relative;
}

.about-me .widget-sidebar .widget-header {
    position: absolute;
    top: -24px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.about-me .widget-sidebar .widget-header h4 {
    margin-top: 0px;
    background-color: #1e1e1e;
    color: #ffffff;
    font-family: "Cormorant", Arial, Helvetica, serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    padding: 16px 24px;
    text-align: center;
    min-width: 140px;
}

.about-me .widget-sidebar p {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .about-me .widget-sidebar p {
        text-align: left;
        margin-top: 0px;
    }
}

.about-me .widget-sidebar h6 {
    text-transform: capitalize;
    font-family: "Cormorant", Arial, Helvetica, serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.about-me .widget-sidebar ul.social-icons {
    border-top: 1px dashed #eee;
    padding: 20px 0px 0px 0px;
    margin: 0;
    list-style: none;
    text-align: center;
}

@media (min-width: 992px) {
    .about-me .widget-sidebar ul.social-icons {
        text-align: left;
        margin-top: 0px;
    }
}

.about-me .widget-sidebar ul.social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.about-me .widget-sidebar ul.social-icons li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    background-color: #1e1e1e;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
}

.about-me .widget-sidebar ul.social-icons li a:hover {
    background-color: #79a472;
}

.about-version-two p {
    margin-top: 10px !important;
    text-align: center !important;
}

.about-version-two ul.social-icons {
    text-align: center !important;
}

.standard-post {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 3px solid #f7f7f7;
}

/*-------------------------- top content --------------------- */

.top-content {
	padding: 20px 0;
}

.top-content h1 {
	font-size: 40px;
    line-height: 1.4;
  	margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
	.top-content h1 {
        font-size: 36px;
    }
}

.top-content h2 {
	font-size: 36px;
    line-height: 1.4;
  	margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
	.top-content h2 {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
}

.top-content p {
	line-height: 1.4;
}

/*------------------------- top content end ----------------- */

.standard-post .down-content {
    position: relative;
    margin: -7px 0px 0px;
    background-color: #ffffff;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
    padding: 45px 20px 20px;
}

@media (min-width: 992px) {
    .standard-post .down-content {
        margin: -37px 30px 0px 30px;
        padding: 57px 30px 30px 30px;
    }
}

.standard-post .down-content .meta-category span {
    position: absolute;
    top: -27px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Cormorant", Arial, Helvetica, serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    background-color: #79a472;
    padding: 12px 25px;
    display: inline-block;
}

.standard-post .down-content h4 {
    font-family: "Cormorant", Arial, Helvetica, serif;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.standard-post .down-content h4 em {
    font-weight: 300;
}

.standard-post .down-content h4:hover {
    color: #79a472;
}

.standard-post .down-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.standard-post .down-content ul.post-info {
    text-align: center;
}

.standard-post .down-content ul.post-info li {
    display: inline-block;
    margin-right: 5px;
}

.standard-post .down-content ul.post-info li:after {
    content: '|';
    margin-left: 10px;
}

.standard-post .down-content ul.post-info li:last-child::after {
    display: none;
}

.standard-post .down-content ul.post-info li,
.standard-post .down-content ul.post-info li a {
    text-transform: uppercase;
    font-size: 13px;
    color: #8b8b8b;
    font-weight: 400;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.standard-post .down-content ul.post-info li a:hover {
    color: #79a472;
}

.standard-post .down-content p {
    margin-top: 15px;
    text-align: center;
    border-bottom: 1px dashed #eee;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.standard-post .down-content .comments-info {
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .standard-post .down-content .comments-info {
        text-align: left;
        margin-bottom: 0px;
    }
}

.standard-post .down-content .comments-info i {
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    color: #ffffff;
    background-color: #79a472;
    border-radius: 50%;
    margin-right: 10px;
}

.standard-post .down-content .comments-info span {
    text-transform: uppercase;
    font-size: 13px;
    color: #8b8b8b;
    font-weight: 600;
}

.standard-post .down-content ul.share-post {
    text-align: center;
    padding-bottom: 10px;
}

@media (min-width: 992px) {
    .standard-post .down-content ul.share-post {
        padding-bottom: 0px;
        text-align: right;
    }
}

.standard-post .down-content ul.share-post li {
    display: inline-block;
}

.standard-post .down-content ul.share-post li:first-child i {
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    color: #ffffff;
    background-color: #79a472;
    border-radius: 50%;
    margin-right: 10px;
}

.standard-post .down-content ul.share-post li a {
    text-transform: uppercase;
    font-size: 13px;
    color: #8b8b8b;
    font-weight: 600;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.standard-post .down-content ul.share-post li a:hover {
    color: #79a472;
}

.recent-home .standard-post {
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.recent-home .recent-post {
    margin-bottom: 30px;
    padding-bottom: 0px;
    border-bottom: none;
}

.recent-home .recent-post .down-content {
    margin: -7px 0px 0px;
    background-color: #fafafa;
    box-shadow: none;
    padding: 20px 30px;
}

.recent-home .recent-post .down-content .post-item-title {
    min-height: 64px;
    padding: 0px;
    margin-bottom: 8px;
}

.recent-home .recent-post .down-content .post-item-title a {
	font-family: "Cormorant", Arial, Helvetica, serif;
  	font-size: 26px;
    line-height: 1.2;
  	text-align: left;
  	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recent-home .recent-post .down-content ul.post-info {
    text-align: left;
}

.recent-home .recent-post .down-content p {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.recent-home ul.pagination {
    border-top: 3px solid #f7f7f7;
    padding-top: 40px;
    padding-bottom: 40px;
}

.masonry-home .masonry-post {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.masonry-home .masonry-post .down-content {
    margin: -7px 0px 0px;
    background-color: #fafafa;
    box-shadow: none;
    padding: 20px 30px;
}

.masonry-home .masonry-post .down-content h4 {
    font-size: 24px;
    line-height: 32px;
    padding: 0px;
    margin-bottom: 8px;
    text-align: left;
}

.masonry-home .masonry-post .down-content h4 em {
    font-weight: 400;
}

.masonry-home .masonry-post .down-content ul.post-info {
    text-align: left;
}

.masonry-home .masonry-post .down-content p {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.masonry-home ul.pagination {
    border-top: 3px solid #f7f7f7;
    padding-top: 40px;
}

.masonry-home .main-sidebar {
    margin-top: 60px;
}

@media (min-width: 992px) {
    .masonry-home .main-sidebar {
        margin-top: 0px;
    }
}

.list-home .standard-post {
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.list-home .list-post {
    margin-bottom: 40px;
    padding-bottom: 0px;
    border-bottom: none;
}

.list-home .list-post .post-image {
    margin: 0;
    float: none;
}

.list-home .list-post .post-image img {
    display: inline-block;
}

@media (min-width: 992px) {
    .list-home .list-post .post-image {
        float: left;
        max-width: 370px;
    }
}

.list-home .list-post .down-content {
    margin: -7px 0px 0px;
    background-color: #fafafa;
    box-shadow: none;
    padding: 20px 30px;
}

@media (min-width: 992px) {
    .list-home .list-post .down-content {
        margin-left: 370px;
    }
}

.list-home .list-post .down-content h4 {
    font-size: 24px;
    line-height: 32px;
    padding: 0px;
    margin-bottom: 8px;
    text-align: center;
}

.list-home .list-post .down-content h4 em {
    font-weight: 400;
}

@media (min-width: 992px) {
    .list-home .list-post .down-content h4 {
        text-align: left;
    }
}

.list-home .list-post .down-content ul.post-info {
    text-align: center;
}

@media (min-width: 992px) {
    .list-home .list-post .down-content ul.post-info {
        text-align: left;
    }
}

.list-home .list-post .down-content p {
    margin-top: 13px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    text-align: center;
}

@media (min-width: 992px) {
    .list-home .list-post .down-content p {
        text-align: left;
    }
}

.list-home ul.pagination {
    margin-top: 10px;
    border-top: 3px solid #f7f7f7;
    padding-top: 40px;
}

.without-sidebar-home .without-sidebar-post {
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: none;
}

.without-sidebar-home .without-sidebar-post .down-content {
    margin: -7px 0px 0px;
    background-color: #fafafa;
    box-shadow: none;
    padding: 20px 30px;
}

.without-sidebar-home .without-sidebar-post .down-content h4 {
    font-size: 24px;
    line-height: 32px;
    padding: 0px;
    margin-bottom: 10px;
    text-align: left;
}

.without-sidebar-home .without-sidebar-post .down-content ul.post-info {
    text-align: left;
}

.without-sidebar-home .without-sidebar-post .down-content p {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.without-sidebar-home ul.pagination {
    border-top: 3px solid #f7f7f7;
    padding-top: 40px;
}

.masonry-layout {
    margin-bottom: -45px !important;
}

@media (min-width: 992px) {
    .masonry-layout {
        margin-bottom: 0px;
    }
}

.masonry-layout.no-col-gap.row {
    margin: 0;
}

.masonry-layout.no-col-gap .masonry-item {
    padding: 0 0px;
    margin: 0 0 0px;
}

.masonry-layout.tiny-col-gap.row {
    margin: 0 -2px;
}

.masonry-layout.tiny-col-gap .masonry-item {
    padding: 0 2px;
    margin: 0 0 4px;
}

.masonry-layout.small-col-gap.row {
    margin: 0 -5px;
}

.masonry-layout.small-col-gap .masonry-item {
    padding: 0 5px;
    margin: 0 0 10px;
}

.masonry-layout.normal-col-gap.row {
    margin: 0 -15px;
}

.masonry-layout.normal-col-gap .masonry-item {
    padding: 0 15px;
    margin: 0 0 30px;
}

.masonry-layout.medium-col-gap.row {
    margin: 0 -20px;
}

.masonry-layout.medium-col-gap .masonry-item {
    padding: 0 20px;
    margin: 0 0 40px;
}

.masonry-layout.large-col-gap.row {
    margin: 0 -25px;
}

.masonry-layout.large-col-gap .masonry-item {
    padding: 0 25px;
    margin: 0 0 50px;
}

.masonry-layout.huge-col-gap.row {
    margin: 0 -30px;
}

.masonry-layout.huge-col-gap .masonry-item {
    padding: 0 30px;
    margin: 0 0 60px;
}

ul.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.pagination li {
    display: inline-block;
    margin: 0px 3px;
}

ul.pagination li a {
    min-width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border: 1px solid #eee;
    font-size: 13px;
    font-weight: 600;
    color: #1e1e1e;
    transition: all .3s;
  	padding: 0 10px;
}

ul.pagination li a:hover {
    background-color: #79a472;
    border-color: #79a472;
    color: #ffffff;
}

ul.pagination li.active a {
    background-color: #79a472;
    border-color: #79a472;
    color: #ffffff;
}

.filter-blog {
    display: none;
}

@media (min-width: 992px) {
    .filter-blog {
        display: block;
    }
}

.filter-blog .portfolio-filters {
    padding: 45px 30px;
    background-image: url(https://placehold.it/1170x140);
    background-size: cover;
    background-repeat: no-repeat;
}

.filter-blog .portfolio-filters ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.filter-blog .portfolio-filters ul li {
    width: 18%;
    margin: 0px 0.5%;
    display: inline-block;
    text-align: center;
}

.filter-blog .portfolio-filters ul li span {
    display: inline-block;
    padding: 12px 24px;
    font-size: 13px;
    color: #1e1e1e;
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid transparent;
    cursor: pointer;
    min-width: 160px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.filter-blog .portfolio-filters ul li span:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.filter-blog .portfolio-filters ul li.active span {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.single-posts .quote-post .post-image {
    min-height: 300px;
    background-color: #000;
    display: inline-block;
    width: 100%;
    position: relative;
}

.single-posts .quote-post .post-image p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px 80px;
    border: none;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    font-style: italic;
    margin: 0px;
}

.single-posts .gallery-post .post-image .meta-category {
    bottom: 40px !important;
}

.single-posts .single-post {
    border-bottom: 3px solid #f7f7f7;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.single-posts .single-post .post-image {
    position: relative;
    margin-bottom: -7px;
}

.single-posts .single-post .post-single-title {
    font-size: 40px;
    padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
    .single-posts .single-post .post-single-title {
        font-size: 32px;
    }
}

.single-posts .single-post .post-image .meta-category {
    position: absolute;
    bottom: 22px;
    left: 15px;
    z-index: 2;
}

.single-posts .single-post .post-image .meta-category span {
    text-transform: capitalize;
    font-family: "Cormorant", Arial, Helvetica, serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-color: rgba(121, 164, 114, 0.95);
    padding: 15px 30px;
    display: inline-block;
}

.single-posts .single-post .post-image .meta-category span a {
    color: #fff;
}

.single-posts .single-post .down-content {
    position: relative;
    margin: 0px;
    background-color: #f7f7f7;
    box-shadow: none;
    padding: 40px 30px;
}

.single-posts .single-post .down-content h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
    letter-spacing: 0.25px;
    font-weight: 700;
    font-family: "Cormorant", Arial, Helvetica, serif;
    line-height: 36px;
    text-align: left;
    padding: 0px;
}

.single-posts .single-post .down-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-posts .single-post .down-content ul.post-info {
    text-align: left;
}

.single-posts .single-post .down-content ul.post-info li {
    display: inline-block;
    margin-right: 5px;
}

.single-posts .single-post .down-content ul.post-info li:after {
    content: '|';
    margin-left: 10px;
}

.single-posts .single-post .down-content ul.post-info li:last-child::after {
    display: none;
}

.single-posts .single-post .down-content ul.post-info li,
.single-posts .single-post .down-content ul.post-info li a {
    text-transform: uppercase;
    font-size: 13px;
    color: #8b8b8b;
    font-weight: 600;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.single-posts .single-post .down-content ul.post-info li a:hover {
    color: #79a472;
}

.single-posts .single-post .down-content p {
    margin-top: 0px;
    text-align: left;
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.single-posts .single-post .down-content p.first-paragraph {
    margin-top: 25px;
}

.single-posts .single-post .down-content p.last-paragraph {
    border-bottom: 1px dashed #e7e7e7;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

/*------------------------ blog-post-styles ------------------------*/

.single-posts .single-post .single-post-text img {
	margin: 15px 0 10px 0;
}

.single-posts .single-post .single-post-text h2 {
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-posts .single-post .single-post-text h3 {
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-posts .single-post .single-post-text p {
	margin: 0 0 10px 0;
}

.single-posts .single-post .single-post-text a{
	color: #af0101;
}

.single-posts .single-post .single-post-text ol {
	padding-left: 15px;
}

.single-posts .single-post .single-post-text ol li {
	padding: 5px 0;
}

.single-posts .single-post .single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-posts .single-post .single-post-text ul li {
	padding: 5px 0;
}

.single-posts .single-post .single-post-text ul li,
.single-posts .single-post .single-post-text ul li a {
	color: #000;
}

.single-posts .single-post .single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-posts .single-post .single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 15px 0;
}

.single-posts .single-post .single-post-text table,
.single-posts .single-post .single-post-text td,
.single-posts .single-post .single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-posts .single-post .single-post-text td,
.single-posts .single-post .single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

.single-posts .single-post .down-content ul.tags {
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .single-posts .single-post .down-content ul.tags {
        text-align: left;
        margin-bottom: 0px;
    }
}

.single-posts .single-post .down-content ul.tags li {
    display: inline-block;
}

.single-posts .single-post .down-content ul.tags li:first-child i {
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    color: #ffffff;
    background-color: #79a472;
    border-radius: 50%;
    margin-right: 10px;
}

.single-posts .single-post .down-content ul.tags li a {
    text-transform: uppercase;
    font-size: 13px;
    color: #8b8b8b;
    font-weight: 600;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.single-posts .single-post .down-content ul.tags li a:hover {
    color: #79a472;
}

.single-posts .about-author {
    background-color: #f7f7f7;
    padding: 30px;
}

.single-posts .about-author .author-image img {
    float: none;
    width: 100%;
}

@media (min-width: 992px) {
    .single-posts .about-author .author-image img {
        float: left;
        width: 140px;
    }
}

.single-posts .about-author .right-content {
    margin-left: 0px;
    text-align: center;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .single-posts .about-author .right-content {
        margin-top: 0px;
        margin-left: 170px;
        text-align: left;
    }
}

.single-posts .about-author .right-content p {
    margin-bottom: 10px;
}

.single-posts .about-author .right-content h6 {
    text-transform: capitalize;
    font-family: "Cormorant", Arial, Helvetica, serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.25px;
    margin-bottom: 5px;
}

.single-posts .about-author .right-content ul.social-icons {
    border-top: 1px dashed #e7e7e7;
    padding: 15px 0px 0px 0px;
    margin: 0;
    list-style: none;
}

.single-posts .about-author .right-content ul.social-icons li {
    display: inline-block;
    margin: 0px 5px;
}

.single-posts .about-author .right-content ul.social-icons li:first-child {
    margin-left: 0px;
}

.single-posts .about-author .right-content ul.social-icons li a {
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    background-color: #1e1e1e;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
}

.single-posts .about-author .right-content ul.social-icons li a:hover {
    background-color: #79a472;
}

.single-posts ul.post-nav {
    border-bottom: 3px solid #f7f7f7;
    padding: 0px 0px 40px 0px;
    margin-top: 40px;
    list-style: none;
}

.single-posts ul.post-nav li {
    display: inline-block;
}

.single-posts ul.post-nav li:last-child {
    float: right;
}

.single-posts ul.post-nav li a {
    display: inline-block;
    padding: 12px 24px;
    font-size: 13px;
    color: #ffffff;
    background-color: #79a472;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.single-posts ul.post-nav li a:hover {
    background-color: transparent;
    border: 1px solid #79a472;
    color: #79a472;
}

.single-posts .widget-post {
    margin-top: 7px;
    margin-bottom: 50px;
    border: 1px solid #eee;
    padding: 54px 30px 30px 30px;
    position: relative;
}

.single-posts .widget-post .widget-header {
    position: absolute;
    top: -26px;
    left: 30px;
}

.single-posts .widget-post .widget-header h4 {
    margin-top: 0px;
    background-color: #ffffff;
    color: #1e1e1e;
    font-family: "Cormorant", Arial, Helvetica, serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    display: inline-block;
    padding: 16px 24px;
    text-align: center;
    min-width: 140px;
}

.single-posts .comments {
    margin-top: 40px;
}

.single-posts .comments ul.comments {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-posts .comments ul.comments li {
    display: inline-block;
    position: relative;
    border-bottom: 1px dashed #e7e7e7;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.single-posts .comments ul.comments li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.single-posts .comments ul.comments li .comment-author-image img {
    float: left;
    width: 90px;
}

.single-posts .comments ul.comments li .right-content {
    margin-left: 110px;
}

.single-posts .comments ul.comments li .right-content h6 {
    font-size: 17px;
    text-transform: capitalize;
}

.single-posts .comments ul.comments li .right-content h6 span {
    text-transform: uppercase;
    font-size: 13px;
    color: #8b8b8b;
    font-weight: 600;
    margin-left: 15px;
}

.single-posts .comments ul.comments li .right-content a.reply-button {
    position: absolute;
    right: 77%;
    top: 100px;
    width: 90px;
    text-align: center;
    background-color: #79a472;
    color: #ffffff;
    padding: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (min-width: 992px) {
    .single-posts .comments ul.comments li .right-content a.reply-button {
        right: 0;
        top: 0;
        background-color: transparent;
        padding: 0;
        color: #1e1e1e;
    }

    .single-posts .comments ul.comments li .right-content a.reply-button:hover {
        color: #79a472;
        background-color: transparent !important;
    }
}

.single-posts .comments ul.comments li .right-content a.reply-button:hover {
    background-color: #1e1e1e;
}

.single-posts .comments ul.comments li .right-content p {
    margin-bottom: 0px;
    margin-top: 16px;
}

.single-posts .comments ul.comments li.replied {
    padding-left: 0px;
}

@media (min-width: 992px) {
    .single-posts .comments ul.comments li.replied {
        padding-left: 110px;
    }
}

.single-posts .leave-comment {
    margin-bottom: 10px;
}

.single-posts .leave-comment .contact-form fieldset {
    border: none;
    padding: 0 !important;
    margin: 0 !important;
}

.single-posts .leave-comment .contact-form fieldset input {
    width: 100%;
    height: 40px;
    background-color: #f7f7f7;
    border: none;
    outline: none;
    display: inline-block;
    padding: 0px 15px;
    font-size: 14px;
    margin-bottom: 30px;
}

.single-posts .leave-comment .contact-form fieldset textarea {
    width: 100%;
    height: 150px;
    max-width: 100%;
    min-width: 100%;
    max-height: 200px;
    background-color: #f7f7f7;
    border: none;
    outline: none;
    display: inline-block;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 20px;
}

.single-posts .leave-comment .contact-form fieldset button {
    display: inline-block;
    padding: 14px 24px;
    font-size: 13px;
    color: #ffffff;
    background-color: #79a472;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid transparent;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.single-posts .leave-comment .contact-form fieldset button:hover {
    background-color: transparent;
    border: 1px solid #79a472;
    color: #79a472;
}




