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

body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[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, select {
    vertical-align: middle;
}

/* # Font Icons
--------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'gems';
    src:
        url('../fonts/gems.ttf?ffn4qu') format('truetype'),
        url('../fonts/gems.woff?ffn4qu') format('woff'),
        url('../fonts/gems.svg?ffn4qu#gems') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"],
.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gems' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bgs:before {
    content: "\e600";
}

.icon-diamond-black:before {
    content: "\e601";
}

.icon-ring:before {
    content: "\e602";
}

.icon-gem-pear:before {
    content: "\e603";
}

.icon-oval:before {
    content: "\e604";
}

.icon-diamond:before {
    content: "\e605";
}

.icon-down-pear:before {
    content: "\e606";
}

.icon-diamond-flat:before {
    content: "\e607";
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
    background-color: #fff;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

a,
button,
input,
textarea,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a {
    color: #479613;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:hover {
    color: #333;
    transition: all 0.5s ease;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

.pad-in {
    margin-top: 40px;
    margin-bottom: 40px;
}

hr {
    margin: 0;
    padding: 0;
    border-color: #eee;
}

.clear {
    clear: both;
}

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

Headings

-------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
    font-weight: bold;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

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

Objects

-------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* # Grid System
---------------------------------------------------------------------------------------------------- */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    margin: 0px;
}

[class*='col-'] {
    float: left;
    padding-right: 20px;
    /* column-space */
}

.grid {
    width: 100%;
    max-width: 1140px;
    min-width: 755px;
    margin: 0 auto;
    overflow: hidden;
}

.grid:after {
    content: "";
    display: table;
    clear: both;
}

.grid-pad {
    padding-top: 0;
    padding-left: 20px;
    /* grid-space to left */
    padding-right: 0px;
    /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
    float: right;
}

.auto {
    float: none;
    margin: 0 auto;
}

.zero-pad {
    padding-top: 0 !important;
}

/* Content Columns */
.col-1-1 {
    width: 100%;
}

.col-2-3, .col-8-12 {
    width: 66.66%;
}

.col-1-2, .col-6-12 {
    width: 50%;
}

.col-1-3, .col-4-12 {
    width: 33.33%;
}

.col-1-4, .col-3-12 {
    width: 25%;
}

.col-1-5 {
    width: 20%;
}

.col-1-6, .col-2-12 {
    width: 16.667%;
}

.col-1-7 {
    width: 14.28%;
}

.col-1-8 {
    width: 12.5%;
}

.col-1-9 {
    width: 11.1%;
}

.col-1-10 {
    width: 10%;
}

.col-1-11 {
    width: 9.09%;
}

.col-1-12 {
    width: 8.33%;
}

/* Layout Columns */
.col-11-12 {
    width: 91.66%;
}

.col-10-12 {
    width: 83.333%;
}

.col-9-12 {
    width: 75%;
}

.col-5-12 {
    width: 41.66%;
}

.col-7-12 {
    width: 58.33%;
}

/* # Custom Style
---------------------------------------------------------------------------------------------------- */

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

Header

-------------------------------- */
#header {
    position: relative;
    background-color: #fff;
    padding-bottom: 5px;
}

#header .header-widget {
    padding-top: 5px;
}

.company-logo {
    width: 95%;
    margin: 0 auto
}

#header #logo {
    position: relative;
    display: block;
    height: 50px;
}

#header #logo:before {
    content: "\e600";
    font-family: 'gems';
    /* width: 100px; */
    /* height: 50px; */
    position: absolute;
    left: 0;
    top: -15px;
    font-size: 50px;
    color: #47721B;
    text-shadow: 0px 0px 1px rgba(71, 114, 27, 0.3);
    /* vertical-align: bottom; */
}

#header #logo .logo-text {
    padding-left: 75px;
    padding-top: 10px;
    color: #47721b;
}

#header #logo .logo-text h1 {
    margin: 0;
    margin-bottom: -6px;
    color: #47721b;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
}

#header #logo .logo-text span {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

#header nav {
    padding: 0;
    text-align: center;
}

#header nav ul {
    padding-top: 50px;
    padding-right: 0;
}

#header nav ul li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

#header nav ul li a {
    position: relative;
    color: #333;
}

.navigation li a {
    position: relative;
}

.navigation li a:before {
    content: "\e606";
    font-family: 'gems';
    color: #479613 !important;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 0px;
    opacity: 0;
    transition: all 0.5s ease;
}

.navigation li.active a, .navigation li a:hover {
    color: #479613 !important;
}

.navigation li.active a:before, .navigation li a:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1;
}

.header-widget {
    overflow: hidden;
    padding-left: 16.667%;
}

.diamond-pattern,
.diamond-pattern-cont {
    position: absolute;
    z-index: 9;
    display: block;
    height: 350px;
    max-width: 275px;
    background-repeat: no-repeat;
}

.diamond-pattern {
    top: -45px;
    left: 0;
    background-image: url(../img/diag-pattern.png);
    background-position: 100% 90%;
}

.diamond-pattern-cont {
    bottom: -40px;
    right: 0;
    background-image: url(../img/diag-pattern-right.png);
    background-position: 0 90%;
}

#header nav ul.social li {
    padding: 0 5px;
}

#header nav ul.social li a {
    color: #ddd;
}

#header nav ul.social li a:hover {
    color: #aaa;
}

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

Container

-------------------------------- */
.container {
    position: relative;
    /*padding: 100px 0;*/
}

.container > article {
    padding: 150px 0;
}

.emerald-items:after {
    content: "";
    clear: both;
    display: table;
}

.emerald-items li {
    text-align: center;
}

.emerald-items li i {
    display: block;
    margin-bottom: 20px;
    font-size: 90px;
    color: #5EBE73;
}

.emerald-items li span {
    font-size: 24px;
}

.article-widget {
    overflow: hidden;
}

.article-widget.about {
    padding: 150px 0;
    color: #fff;
    background: #5EBE73 url("../img/pattern-color.png");
}

.article-widget.about header h1 {
    margin-bottom: 20px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.article-widget.about header h1 strong {
    font-weight: 300;
}

.article-widget.about a {
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
}

.article-widget.about .about-icon i {
    color: #fff;
    font-size: 200px;
}

.article-widget header h1 {
    margin-bottom: 20px;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.article-widget header h1 strong {
    font-weight: 300;
}

.article-widget p {
    line-height: 32px;
    margin: 0;
}

.article-widget a {
    margin-top: 20px;
    display: inline-block;
    font-weight: bold;
}

.fix-bg {
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
    overflow: hidden;
    color: #FFF;
    background: #000;
    background-blend-mode: multiply;
}

.fix-bg figure {
    display: inline-block;
    position: relative;
}

.fix-bg figure:after, .fix-bg figure:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background-color: #fff;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    box-shadow: 1px 1px 20px 5px #fff;
}

.fix-bg figure:after {
    top: 3.5%;
    right: 38%;
}

.fix-bg figure:before {
    top: 10%;
    left: 22%;
}

.fix-bg figure figcaption {
    color: #fff;
    font-size: 32px;
}


.event-table {
    /*padding-top: 80px;*/
}

.event-table thead th {
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    background-color: #F3F3F3;
}

.event-table tbody tr {
    background-color: #5EBE73;
    color: #fff;
    border: none;
}

.event-table tbody tr.past-event {
    opacity: .5;
}


.event-table tbody tr td {
    text-align: center;
    font-style: italic;
    vertical-align: middle;
}

.event-table header {
    text-align: center;
}

.event-table a {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.event-table a:hover {
    color: #292929;
}

table {
    width: 100%;
    border-collapse: collapse;
}

tr:nth-of-type(odd) {
    background: #fff;
}

th {
    /*font-size: 22px;*/
    font-weight: bold;
    border: none;
}

td strong {
    display: block;
}

td, th {
    padding: 15px;
    width: 50%;
    text-align: left;
}

td a, th a {
    font-weight: bold;
}

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

Todays Event

-------------------------------- */
.todays-event {
    position: relative;
    background-color: #FB645B;
}

.todays-event header > h3 {
    color: #fff;
}

.todays-event svg {
    position: absolute;
    top: 92%;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.todays-event svg path {
    fill: #FB645B;
}

.todays-event-box {
    position: relative;
    overflow: hidden;
    height: 350px;
    background-color: #fff;
}

.todays-event-box img {
    width: 100%;
    display: block;
}

.todays-event-box:after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #FB645B transparent transparent transparent;
}

.todays-event-box:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #E6635C transparent;
}

.todays-event-box .todays-event-detail {
    position: absolute;
    top: 25%;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.todays-event-box .todays-event-detail p {
    margin: 0;
}

.todays-event-box .todays-event-detail span {
    border-top: solid 1px #eee;
    display: block;
    padding-top: 10px;
    margin-top: 10px;
}

.todays-event-box .todays-event-detail p,
.todays-event-box .todays-event-detail span {
    font-size: 14px;
}

.todays-event-box .todays-event-detail i {
    font-size: 54px;
    color: #FB645B;
}

.todays-event-box .todays-event-detail h4 a {
    font-size: 24px;
    font-weight: bold;
    color: #FB645B;
}


.today-top-svg path {
    fill: #FB645B !important;
}

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

Footer

-------------------------------- */
#footer {
    position: relative;
    overflow: inherit;
    border-top: solid 1px #eee;
    padding-top: 60px;
    padding-bottom: 60px;
}

#footer:after {
    content: "";
    display: table;
    clear: both;
}

#footer:before {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding-top: 3px;
    border-radius: 30px;
    margin: 0 auto;
    content: "\e601";
    font-family: 'gems';
    color: #aaa;
    font-size: 22px;
    text-align: center;
    background-color: #fff;
}

.footer-left {
    text-align: right;
}

.footer-left p {
    margin: 0;
    color: #aaa;
}

.footer-right {
    padding-left: 10px;
}

.footer-right ul li {
    margin-right: 10px;
    display: inline-block;
    transition: all 0.5s ease;
}

.footer-right ul li img {
    display: block;
    width: 100%;
    padding: 2px;
    border: dashed 1px #eee;
}

.footer-right ul li:hover img {
    border-color: #aaa;
    transition: all 0.5s ease;
}

.social-footer li {
    display: inline-block;
    padding-right: 10px;
}

.social-footer li a {
    font-size: 16px;
    color: #ddd;
}

.social-footer li a:hover {
    color: #aaa;
}

/*Respopnsive menu --------------------------- */
#mobile-menu {
    display: none;
    right: 15px;
    top: 10px;
    padding: 5px 0;
    cursor: pointer;
    text-align: center;
    background-color: #5EBE73;
}

#mobile-menu .menu-line {
    display: block;
    width: 24px;
    height: 4px;
    margin: 0 auto;
    margin-bottom: 3px;
    border-radius: 1px;
    background-color: #fff;
}

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

Inner Page

-------------------------------------------------------------------- */
.inner {
    padding-top: 0;
}

.inner-widget {
    overflow: hidden;
}

.inner-widget h3 {
    margin-bottom: 20px;
    font-size: 36px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

.inner-widget h3 strong {
    font-weight: 300;
}

.inner-banner {
    position: relative;
    height: 350px;
}

.inner-banner > header {
    position: absolute;
    left: 0;
    right: 0;
    top: 27%;
    padding-bottom: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.inner-banner > header h1 {
    display: inline-block;
    color: #333;
    font-size: 45px;
    text-transform: uppercase;
}

.inner-banner i {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 58px;
    color: #ddd;
    z-index: 10;
}

.inner-banner svg {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 50%;
    pointer-events: none;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.inner-banner.inner-bg1 path {
    fill: #E54E23;
}

aside {
    padding-left: 20px;
}

.zero-btm {
    margin-bottom: 0;
}

.inner-banner.inner-bg2 path {
    fill: #eee;
}

.inner-banner.inner-bg3 path {
    fill: #94AD99;
}

article.inner-bg2 {
    position: relative;
    padding-bottom: 80px;
    background-color: #5EBE73;
}

article.inner-bg2 svg {
    position: absolute;
    top: 92%;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

article.inner-bg2 path {
    fill: #5EBE73;
}

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

Event Page

-------------------------------- */
.upcoming-event {
    position: relative;
    margin-bottom: 20px;
    background-color: #E54E23;
    background-size: 100%;
}

.upcoming-event .grid {
    padding-bottom: 15px;
}

.upcoming-event .grid h3 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.upcoming-event .grid h3 strong {
    font-weight: 300;
}

.upcoming-event svg {
    position: absolute;
    top: 92%;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.upcoming-event svg path {
    fill: #E54E23;
}

.upcoming-event ul li a {
    position: relative;
    display: block;
    background-color: #fff;
}

.upcoming-event ul li a:after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.upcoming-event ul li a:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.upcoming-event ul li a:hover:after {
    opacity: 1 !important;
}

.upcoming-event ul li a header {
    padding: 10px 20px;
}

.upcoming-event ul li a span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #E54E23;
}

.upcoming-event ul li a h4 {
    font-size: 24px;
    font-weight: 300;
    text-transform: capitalize;
}

.upcoming-event ul li a img {
    width: 100%;
    display: block;
}

.upcoming-event ul li a figure {
    top: 10px;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.upcoming-event ul li a figure .venue {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.69);
}

.left-poly-side,
.right-poly-side {
    bottom: 0;
}

.left-poly-side {
    position: absolute;
    width: 0px;
    height: 0px;
    width: 30%;
    border-style: solid;
    border-color: transparent transparent #fff;
    border-width: 0px 0px 28.6217008797654px 525.65px;
}

.right-poly-side {
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0px;
    width: 70%;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 28.6217008797654px 0px 0px 974.35px;
}

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

Single Event

----------------------------------- */
.single-event {
    background-color: #FB645B;
}

.single-event header {
    padding-bottom: 20px;
}

.single-event header h3 {
    color: #fff;
    font-size: 36px;
}

.single-event-widget {
    overflow: hidden;
}

.single-event-widget figure img {
    width: 100%;
}

.single-event-widget figure {
    position: relative;
}

.single-event-widget figure:after {
    pointer-events: none;
    position: absolute;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
}

.event-note {
    color: #fff;
}

.event-note h4 {
    padding-bottom: 10px;
    color: #fff;
    font-weight: bold;
}

.event-note ul li {
    padding: 5px 0;
}

.event-note ul li strong {
    font-style: italic;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}

.event-note ul li p {
    margin: 0;
}

.event-note ul li.note-highlight {
    padding: 0;
    margin-bottom: 2px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
}

.single-event-banner {
    overflow: hidden;
    padding-bottom: 40px;
}

.single-event-bottom {
    width: 100%;
    border-top: solid 2px #FF736A;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-top: 20px;
    overflow: hidden;
}

.single-event-bottom .single-map {
    position: relative;
    padding: 5px;
    background-color: #fff;
}

.single-event-bottom .single-map:after {
    pointer-events: none;
    position: absolute;
    content: '';
    bottom: -20px;
    left: 5%;
    height: 10px;
    width: 90%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
}

.single-event-bottom ul li {
    color: #fff;
    padding-bottom: 15px;
}

.single-event-bottom ul li strong {
    display: block;
}

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

About Page

-------------------------------- */
.about-widget {
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 40px;
    color: #fff;
}

.about-widget figure img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 5px;
    border: dashed 2px #fff;
}

.about-detail strong {
    margin: 0;
    font-size: 24px;
    display: block;
    text-align: left;
    font-weight: bold;
    color: #fff;
}

.about-detail p {
    padding-top: 20px;
}

.container > article.inner-about {
    padding: 80px 0;
    padding-bottom: 120px;
    background-color: #eee;
}

.container > article.inner-about p {
    font-size: 18px;
}

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

Blog Page

---------------------------------- */
.blog-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
}

.blog-item p {
    color: #999;
    margin: 0;
}

.blog-item h1 > a {
    color: #333;
    font-size: 36px;
}

.blog-item h1 > a:hover {
    text-decoration: underline;
}

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

Contact Page

-------------------------------- */
.contact h3 {
    text-align: left;
}

#contact-form {
    overflow: hidden;
}

#contact-form label, #contact-form input, #contact-form textarea {
    display: block;
    border-radius: 2px;
}

#contact-form label {
    overflow: hidden;
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
}

#contact-form label.textarea {
    width: 100%;
}

#contact-form label span {
    display: block;
    padding-bottom: 10px;
}

#contact-form label span.wpcf7-not-valid-tip {
    padding-top: 10px;
    font-size: 13px;
}

#contact-form label.textarea-lb {
    float: none;
    width: 100%;
}

#contact-form input, #contact-form textarea {
    padding: 10px;
    border: solid 1px #eee;
    width: 100%;
}

#contact-form input[type="submit"] {
    font-size: 16px;
    cursor: pointer;
    max-width: 150px;
    float: left;
    padding: 13px 0;
    border: none;
    background: #49C4A4;
    color: #F9F9F9;
    font-weight: bold;
}

#contact-form input[type="submit"]:hover {
    background: #70D786;
}

.wpcf7-form {
    overflow: hidden;
}

.wpcf7-form p {
    margin: 0;
}

.wpcf7-submit {
    margin-top: 10px;
}

/*Error*/
.wpcf7-form.invalid,
.wpcf7-form.valid {
    position: relative;
    padding-top: 45px;
}

div.wpcf7-response-output {
    padding: 15px;
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
}

.address {
    overflow: hidden;
}

.address hr {
    clear: both;
}

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

.address dd, .address dt {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 40%;
    color: #999;
}

.address dd.first, .address dt.first {
    padding-top: 0;
}

.address dt {
    color: #333;
}

.map-location {
    position: relative;
    margin-bottom: 60px;
    padding: 60px 0;
    background: #94AD99;
}

.map-location iframe {
    padding: 0;
    border: solid 10px #fff;
}

.map-location svg {
    position: absolute;
    top: 92%;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.map-location svg path {
    fill: #94AD99;
}


/* -------------------------------------------
              404 Page
---------------------------------------------- */
.error-page {
    overflow: initial;
    position: relative;
    padding: 150px 0;
    text-align: center;
    background-color: #DC0004;
    margin-bottom: 60px;
}

.error-page svg {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 350px;
    pointer-events: none;
    z-index: 0;
}

.error-page path {
    fill: #DC0004;
}

.error-page article h1 {
    font-size: 85px;
    font-weight: bold;
    color: #fff;
}

.error-page article span {
    font-size: 24px;
    color: #fff;
}

.error-page svg {
    top: 90%;
}


/* # Plugin CSS
---------------------------------------------------------------------------------------------------- */
/* Owl Carousel ---------------------------------- */
#banner {
    position: relative;
    height: 600px;
}

.slider-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 1;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.slider-content h1, .slider-content p {
    padding-bottom: 15px;
    display: block;
}

.slider-content h1 {
    font-size: 52px;
    text-transform: capitalize;
    color: #fff;
}

.slider-content p {
    line-height: 24px;
    font-size: 16px;
}

.owl-item.active .slider-content h1 {
    -webkit-animation: fadeIn 1s ease-in 1s both;
    animation: fadeIn 1s ease-in 1s both;
}

.owl-item.active .slider-content p {
    -webkit-animation: fadeIn 1s ease-in 2s both;
    animation: fadeIn 1s ease-in 2s both;
}

.background-effect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bg1,
.bg2,
.bg3 {
    /*     -webkit-background-size: cover !important;
          -moz-background-size: cover !important;
          -o-background-size: cover !important;
          background-size: cover !important;*/
}

.background-effect .bg1 {
    background: none;
    background: #888 url("../img/fix_bg.jpg");
    background-blend-mode: multiply;
}

.background-effect .bg2 {
    background: url(../img/fix_bg.jpg) no-repeat;
}

.background-effect .bg3 {
    background: url(../img/banner_img3.jpg) no-repeat;
}

.dash-border {
    position: absolute;
    right: 6.1%;
    z-index: 9;
    height: 38%;
    display: block;
    border-right: dashed 1px #D6D6D6;
}

.bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 10%;
    height: 18%;
}

.banner-bottom-diamond {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
    padding-top: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #5EBE73;
    font-size: 24px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 1px 1px 20px 5px #fff;
}

/* Magnific Popup CSS ---------------------------------- */
.mfp-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

/*.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }*/
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    position: absolute;
    top: 50%;
    left: 8px;
    right: 8px;
    width: auto;
    margin-top: -0.8em;
    z-index: 1044;
    color: #CCC;
    text-align: center;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.mfp-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    line-height: 44px;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*  .mfp-close:active {
    top: 1px; }*/
.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: -6px;
    padding-right: 6px;
    width: 100%;
    color: #FFF;
    font-size: 32px;
    text-align: right;
}

.mfp-counter {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: right;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    white-space: nowrap;
    /*background-color: #5EBE73; */
}

.mfp-arrow {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-tap-highlight-color: transparent;
}

/* .mfp-arrow:active {
    margin-top: -54px;
}*/
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

/*  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }*/
.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

/*  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }*/
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
    padding-top: 10px;
    background-color: #5EBE73;
}

.mfp-title {
    position: relative;
    top: -4px;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;;
    /* line-height: 18px; */
    white-space: nowrap;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

/*Calender ------------------------------------------- */

#calendar {
    margin: 0 auto;
    padding: 10px;
    background: #F3F3F3;
    /*border: solid 1px #EEE;*/
    text-align: center;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center;
}

.fc-widget-header thead tr {
    background-color: #5EBE73;
    color: #fff;
}

.fc td, .fc th {
    border: none;
    padding: 0;
    vertical-align: top;
}

.fc td.fc-today {
    border-style: none;
}

.fc-state-highlight {
    background-color: #5EBE73 !important;
    color: #FFF;
}

.fc-state-default {
    background-color: #5EBE73;
    color: #FFF;
    text-shadow: none;
    box-shadow: none;
    border: none;
    background-image: none;
}

.fc-state-hover {
    background-color: rgba(94, 190, 115, 0.7);
}

/** Old **/
.calendar-container {
    height: 538px;
    left: 50%;
    margin: -255px 0 0 -245px;
    position: absolute;
    top: 45%;
    width: 510px;
}

.calendar {
    padding: 10px;
    background: #F3F3F3;
    border: solid 1px #EEE;
    text-align: center;
}

.calendar table {
    border: solid 1px #eee;
    border-spacing: 0;
    width: 100%;
    margin: 0;
}

.calendar header {
    position: relative;
}

.calendar h2 {
    font-size: 18px;
    text-transform: capitalize;
}

.calendar thead {
    background-color: #5EBE73;
    font-weight: bold;
    text-transform: uppercase;
}

.calendar thead tr {
    background-color: #5EBE73;
    color: #fff;
    border: none;
}

.calendar tbody {
    color: #7c8a95;
}

.calendar tbody tr {
    border: none;
}

.calendar tbody td:hover {
    border: 2px solid #5EBE73;
}

.calendar tbody td.active {
    border: 2px solid #5EBE73;
}

.calendar td {
    border: 2px solid transparent;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    padding: 0;
    width: 40px;
    height: 40px;
    vertical-align: super;
}

.current-day {
    background: #5EBE73;
    color: #f9f9f9;
}

.event {
    cursor: pointer;
    position: relative;
}

.event:after {
    background: #5EBE73;
    border-radius: 50%;
    bottom: 8px;
    display: block;
    content: '';
    height: 5px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    width: 5px;
}

.event.current-day:after {
    background: #f9f9f9;
}

.btn-prev,
.btn-next {
    color: #CBD1D2;
    height: 25px;
    font-size: 22px;
    line-height: 20px;
    margin: -10px 0;
    position: absolute;
    top: 50%;
    width: 25px;
}

.btn-prev:hover,
.btn-next:hover {
    color: #333;
}

.btn-prev {
    left: 0;
}

.btn-next {
    right: 0;
}

.list {
    margin-top: 20px;
}

.close {
    color: #A4AAAB;
    margin-top: -15px;
    margin-right: 10px;
    float: right;
}

.day-event {
    background-color: #F2F2F2;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 50px;
    display: none;
}

.day-event p {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.day-event span {
    font-size: 12px;
}

.day-event button {
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 18px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #5EBE73;
    border: 0;
    border-bottom: 2px solid #b53224;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #b53224;
    box-shadow: inset 0 -2px #b53224;
}

.check-btn {
    width: 100%;
}

/* Owl Carousel --------------------------------------------------  */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
}

.owl-carousel .item {
    width: 100%;
    height: 600px;
    /*background-color: #ddd;*/
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

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

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    /*min-height: 200px;*/
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    padding: 0 10px;
}

.owl-theme .owl-dots .owl-dot span {
    font-size: 22px;
    color: #fff;
    position: relative;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.owl-theme .owl-dots .owl-dot span:after {
    content: "\e607";
    font-family: 'gems';
    display: block;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    color: #49C4A4;
}

/*Custom Carousel*/
.owl-nav .owl-prev,
.owl-nav .owl-next {
    font-size: 45px;
    position: absolute;
    top: 45%;
    color: #ccc;
}

.owl-nav .owl-prev {
    left: 5%;
}

.owl-nav .owl-next {
    right: 5%;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    border: solid 1px #eee;
    padding: 5px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

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

Map components

-------------------------------- */
/*header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #2d313f;
}
header h1 {
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
}*/

#content h4 {
    margin: 0;
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

#google-container {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #e7eaf0;
}

#google-container img {
    width: auto;
    max-width: none;
}

@media only screen and (min-width: 768px) {
    #google-container {
        height: 300px;
    }
}

@media only screen and (min-width: 1170px) {
    #google-container {
        height: 400px;
    }

    .single-map #google-container {
        height: 300px;
    }
}

#cd-google-map {
    position: relative;
}

#cd-google-map address {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    font-style: normal;
    font-weight: bold;
    padding: 10px;
    background-color: rgba(148, 173, 153, 0.81);
    color: #fff;
    font-size: 13px;
}

@media only screen and (min-width: 768px) {
    #cd-google-map address {
        font-size: 15px;
        text-align: center;
    }
}

#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #94AD99;
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("../img/cd-icon-controller.svg");
}

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
    background-color: #d36868;
}

@media only screen and (min-width: 768px) {
    #cd-zoom-in, #cd-zoom-out {
        margin-left: 50px;
    }
}

#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}

@media only screen and (min-width: 768px) {
    #cd-zoom-in {
        margin-top: 50px;
    }
}

#cd-zoom-out {
    background-position: 50% -32px;
}

/* Media Query
---------------------------------------------------------------------------------------------------- */
@media handheld, screen and (max-width: 1220px) {
    .diamond-pattern,
    .diamond-pattern-cont {
        display: none;
    }

    .header-widget {
        padding-top: 0 !important;
        padding-left: 0;
    }

    #header nav.col-6-12 {
        width: 58%;
    }

    #header nav ul.col-3-12 {
        width: 30%;
    }

    #header nav ul li {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media handheld, screen and (max-width: 1024px) {
    #header #logo .logo-text {
        padding-left: 70px;
    }

    #header #logo .logo-text h1 {
        font-size: 14px;
    }

    #header #logo .logo-text span {
        font-size: 9px;
    }

    #header #logo {
        height: 45px;
        padding-top: 5px;
    }

    #header #logo:before {
        font-size: 42px;
        top: -5px;
    }

}

@media handheld, only screen and (max-width: 800px) {
    .grid {
        width: 100%;
        min-width: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    [class*='col-'] {
        width: auto;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 0;
    }

    .hide-on-mobile {
        display: none !important;
        width: 0;
        height: 0;
    }

    #mobile-menu {
        display: block;
    }

    #header {
        padding-top: 0;
        padding-bottom: 0;
    }

    #header h1 #logo {
        max-width: 300px;
        height: 45px;
        text-align: center;
        margin: 0 auto;
        background-size: 285px;
    }

    #header nav {
        display: none;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #header nav.col-6-12 {
        width: 100%;
    }

    #header nav ul {
        width: 100%;
        text-align: left;
        padding: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #header nav ul li {
        display: block;
        padding: 0;
    }

    #header nav ul li a {
        display: block;
        padding: 10px 15px;
        border-bottom: solid 1px #eee;
    }

    .navigation li a:before {
        content: none;
    }

    /*Custom Style -------------------------- */
    .article-widget.about,
    .container > article,
    #footer {
        padding: 20px 0;
    }

    .header-widget {
        padding: 0;
    }

    .owl-carousel .item,
    #banner {
        height: 300px;
    }

    .slider-content {
        top: 15%;
    }

    .slider-content h1 {
        font-size: 28px;
        padding: 0;
    }

    .slider-content p {
        font-size: 14px;
    }

    .footer-right,
    .footer-left {
        text-align: center;
    }

    /*Table*/
    .calendar td {
        font-size: 12px;
        width: 35px;
    }

    /*Contact*/
    #contact-form label {
        width: 100%;
    }

    aside {
        border: none;
    }

    /*Home Page ------------------------------ */
    .emerald-items li span {
        font-size: 16px;
    }

    article.fix-bg {
        padding-left: 20px;
        padding-right: 20px;
    }

    .fix-bg figure figcaption {
        font-size: 24px;
    }

    .todays-event-box {
        height: auto;
        padding-bottom: 30px;
    }

    .todays-event-box .todays-event-detail {
        position: static;
    }

    .todays-event-box:before, .todays-event-box:after {
        content: none;
    }


    /*Header ------------------------------------ */
    #header #logo {
        max-width: 315px;
        margin: 0 auto;
        height: 65px;
        padding: 10px 0;
    }


    #header #logo .logo-text {
        padding-left: 65px;
    }

    #header #logo .logo-text h1 {
        font-size: 14px;
    }

    #header #logo .logo-text span {
        font-size: 9px;
    }

    /*About ------------------------------------- */
    .article-widget.about .about-icon {
        text-align: center;
    }

    .article-widget.about .about-icon i {
        font-size: 120px;
    }

    .about-widget {
        padding: 0;
    }

    /*Typography -------------------------------- */
    .emerald-items li figure figcaption {
        font-size: 18px;
    }

    .inner-widget > header {
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .inner-widget h3, .inner-widget {
        padding-bottom: 10px;
    }

    h1 {
        font-size: 18px;
        font-weight: bold;
    }

    h3 {
        font-size: 16px;
    }

    body, p, th {
        font-size: 13px;
    }

    th {
        font-weight: bold;
    }

    a {
        font-size: 13px;
    }

    /*Inner Pages -------------------------------- */
    .inner-banner {
        height: 150px;
    }

    .inner-banner header {
        top: 20%;
    }

    .inner-banner header h1 {
        font-size: 32px;
    }

    .inner-banner i {
        font-size: 28px;
    }

    .inner-widget {
        padding-top: 30px;
    }

    .inner-widget header {
        padding: 0;
        margin: 0;
    }

    .inner-widget h3 {
        font-size: 18px;
    }

    .error-page {
        padding: 0;
    }

    .error-page article h1 {
        font-size: 45px;
    }

    .error-page article span {
        font-size: 18px;
    }

    .error-page svg {
        top: 90%;
    }

    /*Upcoming and article*/
    .upcoming-event svg,
    article.inner-bg2 svg {
        height: 38%;
        top: 100%;
    }

    .upcoming-event .grid h3,
    .article-widget.about header h1 {
        font-size: 24px;
    }

    .upcoming-event ul li a h4 {
        font-size: 16px;
    }

    .article-widget {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    article.event-deatil {
        padding-top: 100px;
    }

    /*Contact --------------------------- */
    .contact {
        padding: 0 20px;
    }

    #cd-google-map address {
        display: none;
    }

    .address {
        padding-top: 50px;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}


@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
