/*
Theme Name: EventBell
Theme URI: http://sensationaltheme.com/downloads/eventbell-free/
Author: Sensational Theme
Author URI: http://sensationaltheme.com/
Description: EventBell is a modern WordPress theme that comes with high-quality features and minimal design. The theme is a perfect fit for  Music programs, event, blogs and also for business . EventBell is a fully responsive design that always remains mobile-friendly and will render perfectly on all devices. EventBell is mainly suitable for programs and events. You also get support for custom headers, two column layout, full-width layout, and tons of easy customization options.
Version: 1.0.1
Requires PHP: 5.6
Tested up to: 5.4.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: eventbell
Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, full-width-template, translation-ready, theme-options, threaded-comments, custom-logo, custom-background, custom-header, footer-widgets, blog, entertainment, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

EventBell business is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
# Infinite scroll
# Layouts and Titles
# Media
    ## Captions
    ## Galleries
# Social Icons
# Breadcrumb List
# Homepage Sections
    ## Featured Slider Section
    ## Featured Plans Section
    ## Featured Services Section
    ## Projects Section
    ## Partners Logo Section
    ## Latest News Section
# Footer
# Responsive

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


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

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

body {
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #3a3a3a;
    overflow-x: hidden;
}

#page {
    max-width: 1920px;
    margin: 0 auto;
    box-shadow: 0 0 15px #aaa;
}

.boxed-layout {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
}

.frame-layout {
    max-width: 1600px;
    width: 90%;
    margin: 50px auto;
}

#content {
    position: relative;
    /* Fallback for when there is no custom background color defined. */
}

.page-section {
    background: #fff;
}

.single .page-section {
    background: #fff;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
    color: #fff;
}

dfn {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 32px;
    font-weight: normal;
}

h2 {
    font-size: 28px;
    font-weight: normal;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    color: #2758dd;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #3a3a3a;
}

mark {
    background: #222;
    color: #fff;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

input:focus,
button:focus,
textarea:focus {
    outline: dotted;
    color: #fff;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

tbody {
    text-align: left;
}

tr {
    border: 1px solid #e4e4e4;
}

td,
th {
    padding: 10px 25px;
    font-weight: 400;
}

th {
    color: #fff;
}

td#next {
    text-align: right;
}


/*Extra*/

.blog-banner #page-site-header {
    display: none;
}

.blog-banner .wrapper.page-section {
    padding: 0px;
}

.blog-posts-wrapper article {
    padding: 0 15px;
}

.blog .wrapper.page-section {
    padding: 0px;
}

body.paged #popular,
body.paged #blog,
body.paged #video,
body.paged #instagram {
    display: none;
}

.page-template-default.page .page-section,
.single.single-post .page-section {
    padding: 20px 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 30px;
    word-wrap: break-word;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

blockquote {
    font-size: 18px;
    line-height: 35px;
    position: relative;
    margin: 0;
}

blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ol {
    margin: 0;
    padding-left: 1.5em;
    list-style: decimal;
}

ul {
    list-style: disc;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 0.5em;
}

dt {
    font-weight: bold;
    margin-bottom: 1em;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
    outline: none;
}

figure {
    margin: 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    display: inline-block;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #fff;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #fff;
    outline: dotted;
}

textarea {
    width: 100%;
}

textarea,
#respond input,
.wpcf7 input {
    width: 100%;
    border: none;
    background-color: #3a3a3a;
    border-radius: 0;
    outline: none;
    height: 40px;
    padding: 0 15px;
}

#respond input {
    border: none;
    min-height: 50px;
}

#respond textarea,
textarea {
    height: 200px;
    padding: 10px 15px;
    border: none;
    background-color: #555;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
.wpcf7 input {
    background-color: #555;
}

#respond input[type="submit"] {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 7px 25px;
    font-size: 14px;
    position: relative;
    border: 2px solid;
    background-color: #2758dd;
    border-color: #2758dd;
    color: #fff;
    z-index: 1;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#respond input[type="submit"]:hover,
#respond input[type="submit"]:focus {
    background-color: #3a3a3a;
    border-color: #3a3a3a;
    color: #fff;
}

#respond input[type="checkbox"] {
    min-height: auto;
    height: auto;
    float: left;
    margin-right: 10px;
    width: auto;
}

#respond label {
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #3a3a3a;
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus,
a:active {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    color: #2758dd;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#top-bar {
    padding: 10px 0;
    background-image: linear-gradient(rgba(253, 45, 85, 0.1), rgba(26, 26, 55, 0.1));
}

#top-bar.col-2 {
    padding: 4px 0;
}

#top-bar .widget {
    text-align: center;
    margin-bottom: 0;
}

#top-bar .widget+.widget {
    margin-top: 15px;
}

#top-bar .widget ul li:not(:last-child) {
    margin-bottom: 0;
}

#masthead {
    position: relative;
    width: 100%;
    z-index: 3000;
    background: #2758dd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-branding {
    text-align: center;
    padding: 20px 0;
}

.site-logo img {
    max-height: 200px;
    width: auto;
}

#site-identity {
    margin: 30px 0 80px;
    padding: 20px 30px;
    background: -webkit-repeating-linear-gradient(-45deg, #fff8ec, #fff8ec 4px,#fff1d9 3px, #fff1d9 8px);
    background: repeating-linear-gradient(-45deg, #fff8ec, #fff8ec 4px,#fff1d9 3px, #fff1d9 8px);
}

#site-identity p.site-description {
    margin: 0;
    padding: 0;
}

.main-navigation {
    display: block;
    position: relative;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    position: relative;
    margin: 0;
    padding: 0;
}

.main-navigation ul.nav-menu>li>a {
    -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;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 15px 20px;
}

.main-navigation ul.nav-menu>li:hover>a,
.main-navigation ul.nav-menu>li a:focus {
    color: #ffae28;
    font-weight: bold;
}

.menu-toggle {
    outline: none;
    display: block;
    position: relative;
    min-width: 64px;
    height: 80px;
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 16px;
    margin: auto;
}

button.menu-toggle:focus {
    outline: none;
    color: none;
}

.menu-toggle span {
    width: 35px;
    height: 2px;
    display: block;
    background-color: #fff;
    margin: 9px 0;
}


/*--------------------------------------------------------------
# Menu-Sticky
--------------------------------------------------------------*/

.menu-sticky #masthead.nav-shrink #top-bar {
    display: none;
}

.menu-sticky #masthead.nav-shrink #top-bar {
    display: none;
}

.menu-sticky #masthead {
    position: sticky;
    top: 0;
}

.menu-sticky #masthead.nav-shrink {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.customize-support.menu-sticky #masthead.nav-shrink {
    top: 32px;
}

.menu-sticky #masthead.nav-shrink .site-logo img {
    max-height: 60px;
}

.menu-sticky #masthead.nav-shrink .site-branding {
    min-height: 82px;
    padding: 5px 0;
}

.menu-sticky #masthead.nav-shrink .main-navigation ul.nav-menu>li>a {
    padding: 27px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-sticky #masthead.nav-shrink .main-navigation ul.nav-menu>li:not(:last-child):after {
    top: 38px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #2758dd;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
#latest-posts article:before,
#latest-posts article:after,
.widget:before,
.widget:after,
.posts-wrapper:before,
.posts-wrapper:after,
.services-items-wrapper:before,
.services-items-wrapper:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
#latest-posts article:before,
#latest-posts article:after,
.widget:before,
.widget:after,
.posts-wrapper:before,
.posts-wrapper:after,
#author-section:before,
#author-section:after,
.services-items-wrapper:before,
.services-items-wrapper:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
    background-color: #f6f6f6;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}

.widget select:focus {
    outline: dotted;
}

.widget input {
    outline: none;
    height: 40px;
    border-radius: 0;
    padding: 0 15px;
    border: none;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-summary {
    margin: 0;
    padding: 10px 0;
}

.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}

.page-content .search-submit i {
    font-size: 16px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-header span.author-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #111;
}

.page-header small {
    font-size: 12px;
    color: #f5f5f5;
}

nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.posts-wrapper.blog-posts .featured-image {
    position: relative;
}

.posts-wrapper.col-3 article:nth-child(3n) {}

.single #primary .navigation,
.page #primary article {
    background-image: linear-gradient(rgba(253, 45, 85, 0.3), rgba(26, 26, 55, 0.3));
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    padding: 40px;
}

.single #primary .navigation {
    padding: 0;
}

.single #primary .navigation a {
    padding: 25px;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/

section {
    position: relative;
}

.relative {
    display: block;
    position: relative;
}

.relative:before,
.relative:after {
    content: "";
    display: table;
    clear: both;
}

.wrapper {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.section-header .section-title::before {
    right: 100%;
    margin-right: 10px;
}

.section-header .section-title::after {
    left: 100%;
    margin-left: 10px;
}

.section-header {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.section-title {
    background: transparent;
    display: inline-block;
    position: relative;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 30px;
    margin: 0 0 15px;
    word-wrap: break-word;
}

.section-subtitle {
    margin: 0 auto;
    color: #f9f9f9;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    max-width: 600px;
    line-height: 24px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    top: 0;
    left: 0;
}

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

.align-center {
    text-align: center;
}

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

.btn {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 7px 25px;
    font-size: 14px;
    position: relative;
    border: 2px solid;
    background-color: #2758dd;
    border-color: #2758dd;
    border-radius: 20px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover,
.btn:focus {
    background-color: transparent;
    border-color: #2758dd;
    color: #fff;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/

.social-icons li {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    text-align: center;
    position: relative;
    list-style: none;
}

.footer-widgets-area .widget .social-icons li {
    display: inline-block;
    width: auto;
}

.social-icons li:not(:last-child) {
    margin-right: 5px;
}

.social-icons,
.social-icons ul {
    margin: 0;
    padding: 0;
}

.social-icons li a {
    background: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 2px;
}

.social-icons a:focus {
    outline: none;
}


/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/

ul.social-icons {
    margin: 0;
    padding: 0;
}

.social-icons li {
    width: 40px;
    height: auto;
    text-align: center;
    line-height: 40px;
    position: relative;
    list-style: none;
}

.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icons li:not(:last-child) {
    margin-right: 10px;
}

#message .social-icons li a,
#message-wrapper .social-icons li a {
    color: #ffae28;
}

#message .social-icons li a:hover,
#message .social-icons li a:focus,
#message-wrapper .social-icons li a:hover,
#message-wrapper .social-icons li a:focus {
    color: #fff;
}

#top-bar .social-icons li a {
    color: #fff;
}

.social-icons li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-icons li a:hover {
    color: #fff;
}

.social-icons li a:before {
    font-family: "FontAwesome";
    visibility: visible;
    font-size: 20px;
}

.social-icons li a.fa-facebook:before,
.social-icons li a[href*="fb.com"]:before {
    content: "\f09a";
}

.social-icons li a.fa-twitter:before {
    content: "\f099";
}

.social-icons li a.fa-instagram:before {
    content: "\f16d";
}


/*--------------------------------------------------------------
## Social Icons Hover Color
--------------------------------------------------------------*/

.social-icons li a.fa-facebook:hover,
.social-icons li a[href*="fb.com"]:hover,
.social-icons li a.fa-facebook:focus,
.social-icons li a[href*="fb.com"]:focus {
    background-color: #3c5798 !important;
}

.social-icons li a.fa-twitter:hover,
.social-icons li a.fa-twitter:focus {
    background-color: #1ea0f1 !important;
}

.social-icons li a.fa-instagram:hover,
.social-icons li a.fa-instagram:focus {
    background-color: #cd42e7 !important;
}


/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/

#custom-header-image {
    background-color: #3a3a3a;
}

#page-site-header {
    background-color: #3a3a3a;
    background-size: cover;
    background-position: 50%;
    position: relative;
    text-align: center;
    padding: 280px 0;
}

#page-site-header .overlay {
    background: none;
    opacity: 0;
}

#page-site-header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /*background-color: #000;
    opacity: 0.2;*/
    top: 0;
    left: 0;
}

#page-site-header .page-header {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#page-site-header h2.page-title {
    display: inline-block;
    position: relative;
    /*max-width: 560px;*/
    width: 100%;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.7);
    font-size: 42px;
    font-weight: bold;
    padding: 30px;
}


/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/

.single #primary article.post {
    margin-bottom: 50px;
}

.single #primary article.post .entry-content h3 {}

.single #primary article.post .entry-content p {}

@media (max-width: 478px) {
    .single #primary article.post {}
}


/*--------------------------------------------------------------
# Secondary
--------------------------------------------------------------*/

#secondary {
    position: relative;
    padding: 20px;
    background: #f4f4f4;
    margin-top: 16px;
}

#secondary:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: -webkit-calc(100% - 0px);
  width: calc(100% - 0px);
  height: 0;
  border: solid 8px transparent;
  border-bottom-color: #ddd;
}

#secondary .widget {
    margin-bottom: 30px;
}

#secondary .widget:not(:last-child) {
    margin-bottom: 30px;
}

#secondary .widget:last-child {
    margin-bottom: 0;
}

#secondary h2.widget-title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px
}

#secondary h2.widget-title a {
    color: #3a3a3a;
}

#secondary .widget>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: -20px;
}

#secondary .widget>ul li {
    width: 100%;
    margin: 0;
    padding: 10px 20px 10px 19px;
    border-bottom: dashed 1px #ddd;
    background: url(https://ec4f09.claudeassets.com/20211210141519im_/http://lanoriaangkor.com/wp-content/uploads/2020/07/arr.png) no-repeat left center;
}

#secondary .widget>ul li:last-child {
    border-bottom: none;
}

#secondary .widget>ul li a {
    display: table-row;
    font-size: 16px;
    font-weight: normal;
    color: #3a3a3a;
}

/*#secondary .widget>ul li:before {
    content: "\f101";
    font-family: "FontAwesome";
    color: #2758dd;
    float: left;
    margin-right: 15px;
}*/

#secondary .widget>ul li a:hover,
#secondary .widget>ul li:hover a {
    font-weight: bold;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}


/*--------------------------------------------------------------
#  Featured Slider Section
--------------------------------------------------------------*/

.slick-item {
    outline: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-next:before,
.slick-prev:before {
    opacity: 1;
    content: "\f104";
    font-family: "FontAwesome";
}

.slick-next:before {
    content: "\f105";
}

.slick-prev,
.slick-next {
    left: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #2758dd;
    border-radius: 0;
    line-height: 52px;
}

.slick-next {
    left: auto;
    right: 0;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    background-color: #000;
}

.slick-dots li button:before {
    content: "";
    opacity: 1;
    background-color: #2758dd;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}

.slick-dots li.slick-active button:before {
    background-color: #000;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick-dots li {
    margin: 0 2px;
}

#featured-slider .wrapper {
    position: relative;
    z-index: 1;
}

#featured-slider article {
    padding: 225px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
    background-color: #111;
}

.image-overlay.featured-content-wrapper {
    padding: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    max-width: 950px;
    width: 100%;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.featured-content-wrapper::after {
    border: 1px solid rgba(255, 255, 255, 0.2);
    bottom: 11px;
    content: "";
    display: block;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 11px;
    z-index: -1;
}

.featured-content-wrapper::before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    bottom: 15px;
    content: "";
    display: block;
    left: 11px;
    position: absolute;
    right: 11px;
    top: 15px;
    z-index: -1;
}

.content-overlay.featured-content-wrapper {
    background-image: linear-gradient(rgba(253, 45, 85, 0.5), rgba(26, 26, 55, 0.5));
    padding: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    max-width: 750px;
    width: 100%;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.image-overlay.featured-content-wrapper .entry-title:hover {
    opacity: 0.7;
}

.content-overlay.featured-content-wrapper .entry-title:hover,
.content-overlay.featured-content-wrapper .entry-title:focus {
    color: #f5f5f5;
}

.featured-content-wrapper .more-link {
    color: #fff;
}

.featured-content-wrapper .entry-title a:hover,
.featured-content-wrapper .entry-title a:focus {
    color: #fff;
    opacity: 0.8;
    background-color: transparent;
}

#featured-slider .separator {
    margin-bottom: 15px;
    width: 70px;
    background-color: #2758dd;
    height: 3px;
    margin: auto;
    margin: 20px auto;
}

.content-overlay.featured-content-wrapper .entry-title {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.image-overlay.featured-content-wrapper .entry-title {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.featured-content-wrapper .entry-content p,
#featured-slider article .entry-content {
    color: #222;
    font-size: 17px;
    margin: 0;
}

.featured-content-wrapper .read-more {
    margin-top: 21px;
}

.featured-content-wrapper .read-more a {
    color: #fff;
}

#featured-slider .slick-dots {
    bottom: 25px;
}

#featured-slider button.slick-arrow {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#featured-slider:hover button.slick-arrow {
    visibility: visible;
    opacity: 1;
}

#featured-slider:hover button.slick-arrow.slick-prev {
    left: 25px;
}

#featured-slider:hover button.slick-arrow.slick-next {
    right: 25px;
}


/*--------------------------------------------------------------
## Message From Author
--------------------------------------------------------------*/

#message,
#message-wrapper {
    padding: 60px 0;
    /*display: inline-block;*/
    background: url(https://49b10a.claudeassets.com/20211210141519im_/http://lanoriaangkor.com/wp-content/uploads/2020/07/bg_bot.png) no-repeat bottom left, url(https://8ae207.claudeassets.com/20211210141519im_/http://lanoriaangkor.com/wp-content/uploads/2020/07/bg_top.png) no-repeat top right;
}

#message .section-content,
#message-wrapper .section-content {
    /*max-width: 800px;*/
    margin: auto;
}

#message .author-thumbnail,
#message-wrapper .author-thumbnail {
    width: 40%;
    position: relative;
    float: left;
    z-index: 1;
}

#message .author-thumbnail img,
#message-wrapper .author-thumbnail img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 -5px 30px rgba(78, 82, 99, 0.3);
    -moz-box-shadow: 0 -5px 30px rgba(78, 82, 99, 0.3);
    box-shadow: 0 -5px 30px rgba(78, 82, 99, 0.3);
    -webkit-transform: translate3d(0,-6px,0);
    transform: translate3d(0,-6px,0);
}

#message .author-thumbnail:before,
#message-wrapper .author-thumbnail:before {
    position: absolute;
    content: "";
    width: 222px;
    height: 400px;
    background: url(https://c83467.claudeassets.com/20211210141519im_/http://lanoriaangkor.com/wp-content/uploads/2020/07/bg_img_1.png) no-repeat bottom left;
    bottom: -50px;
    left: -50px;
    z-index: -1;
}

#message .author-thumbnail:after,
#message-wrapper .author-thumbnail:after {
    position: absolute;
    content: "";
    width: 200px;
    height: 199px;
    background: url(https://3252e5.claudeassets.com/20211210141519im_/http://lanoriaangkor.com/wp-content/uploads/2020/07/bg_img_2.png) no-repeat top right;
    top: -60px;
    right: -60px;
    z-index: -1;
}

@media (max-width: 478px) {
    #message .author-thumbnail:before,
    #message-wrapper .author-thumbnail:before {
        width: 111px;
        height: 300px;
        background: url(https://4d58a1.claudeassets.com/20211210141519im_/http://lanoriaangkor.com/wp-content/uploads/2020/07/bg_img_1s.png) no-repeat bottom left;
        bottom: -30px;
        left: -30px;
        z-index: -1;
    }

    #message .author-thumbnail:after,
    #message-wrapper .author-thumbnail:after {
        position: absolute;
        content: "";
        width: 100px;
        height: 100px;
        background: url(https://c61829.claudeassets.com/20211210141519im_/http://lanoriaangkor.com/wp-content/uploads/2020/07/bg_img_2s.png) no-repeat top right;
        top: -30px;
        right: -30px;
        z-index: -1;
    }
}

/*#message .author-thumbnail a:before,
#message-wrapper .author-thumbnail a:before {
    position: absolute;
    content: "";
    width: 90%;
    border: 6px solid #fff;
    top: 240px;
    bottom: -240px;
    right: 28px;
    left: 70px;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#message .author-thumbnail:before,
#message-wrapper .author-thumbnail:before {
    right: 100%;
    margin-right: 35px;
}

#message .author-thumbnail:after,
#message-wrapper .author-thumbnail:after {
    left: 100%;
    margin-left: 35px;
}*/

#message .entry-container,
#message-wrapper .entry-container {
    width: 55%;
    position: relative;
    float: right;
    padding: 40px;
    text-align: center;
}

#message .entry-header,
#message-wrapper .entry-header {
    /*display: inline-block;*/
}

#message .entry-header h2.entry-title,
#message-wrapper .entry-header h2.entry-title {}

#message .entry-content,
#message-wrapper .entry-content {}

#message .entry-content p,
#message-wrapper .entry-content p {}

#message .separator,
#message-wrapper .separator {
    background: #ffae28;
    width: 70px;
    height: 1px;
    margin: 20px auto;
}

#message-page {
    padding: 60px 0 50px;
    margin-top: 60px;
    margin-bottom: 80px;
    position: relative;
    border-top: solid 2px #ffae28;
    border-bottom: solid 2px #ffae28;
}

#message-page:before, #message-page:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #ffae28;
}
#message-page:before {left: 10px;}
#message-page:after {right: 10px;}

#message-page .section-content {
    /*max-width: 800px;*/
    margin: auto;
}

#message-page .author-thumbnail {
    width: 100%;
    position: relative;
    float: none;
    margin-bottom: 20px;
}

#message-page .author-thumbnail img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

#message-page .entry-container {
    width: 100%;
    position: relative;
    float: none;
}

#message-page .entry-header {}

#message-page .entry-header h2.entry-title {}

#message-page .entry-content {}

#message-page .entry-content h3 {
    background: #ffae28;
    color: #fff;
    padding: 10px 30px 10px 50px;
    margin-left: -20px;

    position: relative;
    border-bottom: solid 1px transparent;
}

#message-page .entry-content h3:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
}

#message-page .entry-content h3:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 80px white;
}

#message-page .entry-content p {}

@media (max-width: 478px) {
    #message,
    #message-wrapper,
    #message-page {
        padding: 15px 0!important;
    }

    #message .entry-container, #message-wrapper .entry-container {
        padding: 15px 0!important;
    }
}

@media (max-width: 992px) {
    #message,
    #message-wrapper,
    #message-page {
        padding: 40px 0;
    }

    #message .entry-container, #message-wrapper .entry-container {
        padding-top: 0;
        padding-bottom: 0;
    }
}


/*--------------------------------------------------------------
#  Call to action
--------------------------------------------------------------*/

#cta {
    text-align: center;
    padding: 110px 0;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
}

#cta .overlay {
    background-image: linear-gradient(rgba(253, 45, 85, 0.5), rgba(26, 26, 55, 0.5));
    opacity: 0.65;
}

#cta .wrapper {
    position: relative;
    z-index: 1;
}

#cta h3 {
    margin-top: 0;
    color: #fff;
}

#cta .section-title {
    font-size: 42px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
}

#cta p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 35px;
    font-weight: 400;
}

#cta .section-title:after {
    display: none;
}

#cta .section-header {
    margin-bottom: 0;
}

#cta .btn:before {
    background-color: #e64e4e;
}

#cta .btn:hover,
#cta .btn:focus,
#cta p {
    color: #fff;
}

#cta .btn.btn-primary {
    margin: 0 20px 20px 0;
}


/*--------------------------------------------------------------
#  About Section
--------------------------------------------------------------*/

#about {
    background-image: linear-gradient(rgba(253, 45, 85, 0.2), rgba(26, 26, 55, 0.2));
    padding: 60px 0;
}

.section-header {
    text-align: center;
}

#about .section-content {
    margin: 0 -15px;
}

#about article {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px;
}

#about article:last-child {
    margin-bottom: 0;
}

#about article .entry-content p {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 0;
}

#about article .read-more {
    margin-top: 20px;
}

#about .post-title {
    background-image: linear-gradient(rgba(253, 45, 85, 0.7), rgba(26, 26, 55, 0.7));
    padding: 5px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: block;
    line-height: 1.5;
    position: absolute;
    width: 318px;
    top: 60px;
    right: -159px;
}

#about .post-title:hover,
#about .post-title:focus {
    color: #f5f5f5;
}

#about .about-item-wrapper:before,
#about .about-item-wrapper:after {
    content: "";
    border: 1px solid #fff;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#about .about-item-wrapper:before {
    z-index: 1;
}

#about .about-item-wrapper:after {
    border: none;
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#about .about-item-wrapper:hover:before,
#about .about-item-wrapper:hover:after {
    opacity: 1;
}

#about .about-item-wrapper:hover:after {
    opacity: 0.4;
}

.about-item-wrapper {
    background-color: #000;
    padding: 110px 0;
    text-align: center;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.about-item-wrapper:hover {
    /*opacity: 0.3;*/
    background-color: #000;
}

.about-item-wrapper .entry-container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    display: inline-block;
}

.post-thumbnail-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-item-wrapper .entry-title {
    font-weight: bold;
    font-size: 32px;
}

.about-item-wrapper .entry-title,
.about-item-wrapper .entry-title a {
    color: #fff;
}

.about-item-wrapper .entry-title a:hover,
.about-item-wrapper .entry-title a:focus {
    color: #2758dd;
}

.about-item-wrapper .featured-image {
    position: relative;
}

.about-item-wrapper .btn,
#blog .post-item .btn,
.no-sidebar .post-item .btn {
    padding: 4px 18px;
    font-size: 12px;
}


/*--------------------------------------------------------------
#  Video Section
--------------------------------------------------------------*/

#video .featured-image,
#video .entry-container {
    width: 100%;
    float: left;
}

#video .featured-image {
    padding: 100px 0 120px;
    background-size: cover;
    background-position: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.video-wrapper.has-featured-image {
    display: flex;
    align-items: center;
}

#video .entry-title {
    color: #fff;
    font-size: 42px;
}

.popup-video {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #343434;
    color: #f5f5f5;
    display: block;
    border-radius: 50%;
    padding-left: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: relative;
}

.icon-play a:hover,
.icon-play a:focus {
    color: #f20707;
}

svg {
    width: 16px;
    height: 16px;
}


/*--------------------------------------------------------------
#  Popular Posts Section
--------------------------------------------------------------*/

#popular {
    background-image: linear-gradient(rgba(253, 45, 85, 0.2), rgba(26, 26, 55, 0.2));
}

#popular article {
    margin-bottom: 30px;
}

#popular article:last-child {
    margin-bottom: 0;
}

#popular .featured-image {
    background-color: #3a3a3a;
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding-bottom: 100%;
}

#popular .entry-title a {
    color: #fff;
}

#popular .entry-title a:hover,
#popular .entry-title a:focus {
    color: #f5f5f5;
}


/*--------------------------------------------------------------
#  Blog Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#           Blog
--------------------------------------------------------------*/

#blog,
#about,
#popular {
    padding: 60px 0;
}

#blog {
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
}

#blog .overlay {
    background-image: linear-gradient(rgba(253, 45, 85, 0.5), rgba(26, 26, 55, 0.5));
    opacity: 0.65;
}

#blog .post-items {
    background-image: linear-gradient(rgba(253, 45, 85, 1), rgba(26, 26, 55, 1));
}

#blog .section-content.col-3 {
    position: relative;
}

#blog .section-content {
    margin: 40px -15px 0 -15px;
}

#blog article {
    text-align: left;
    padding: 0 15px;
    margin-bottom: 50px;
}

#blog .entry-container {
    padding: 0 15px 25px;
}

#blog .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 130px 0;
    margin-bottom: 23px;
}

.post-thumbnail-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#blog .section-content.col-3 article.large-width {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#blog .section-content.col-3 article.small-width .byline {
    display: none;
}

#blog .section-content.col-3 article.large-width .featured-image,
#blog .section-content.col-2 article.large-width .featured-image {
    padding: 275px 0;
}

#blog .col-2 article {
    width: 25%;
    float: left;
}

#blog .section-content.col-2 article.large-width {
    width: 50%;
}

#blog .section-content.col-3 article:nth-of-type(2n+1) {
    clear: none;
    float: right;
}

#blog .section-content.col-3 article:nth-child(3n+1) {
    clear: both;
    float: left;
}

#blog .section-content.col-3 article:nth-last-child(-n+2) {
    margin-bottom: 20px;
}

.post-wrapper .entry-title {
    font-size: 22px;
    margin: 0;
    padding: 15px 0;
}

#blog .section-content.col-3 article.large-width .entry-title {
    font-size: 32px;
}

#blog .section-content.col-3 article.large-width .entry-content p {
    font-size: 18px;
}

#blog .post-wrapper {
    text-align: center;
}

#blog .post-wrapper .entry-container {
    padding: 10px;
}

.no-post-thumbnail .post-item {
    padding-top: 30px
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog-posts-wrapper {
    margin-bottom: 40px;
}

.blog-posts-wrapper .grid {
    margin: 40px -15px;
}

.blog-posts-wrapper article {}

.blog-posts-wrapper article .post-item {
    background: #fff;
    -webkit-box-shadow: 0 25px 20px -20px rgba(0,0,0,.2);
    box-shadow: 0 25px 20px -20px rgba(0,0,0,.2);
}

.blog-posts-wrapper article .post-item figure {}

.blog-posts-wrapper article .post-item figure img {
    width: 100%;
}

.blog-posts-wrapper article .post-item .entry-container {
    background: #fff;
    padding: 20px 20px 20px 40px;
}

.blog-posts-wrapper article .post-item .entry-container .entry-header h3.entry-title {
    position: relative;
}

.blog-posts-wrapper article .post-item .entry-container .entry-header h3.entry-title a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #2758dd;
}

.blog-posts-wrapper article .post-item .entry-container .entry-header h3.entry-title:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: #2758dd;
    border-radius: 100%;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.blog-posts-wrapper article .post-item .entry-container .entry-header h3.entry-title:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 44px;
    background: #fff;
    left: -64px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
}

.blog-posts-wrapper article .post-item .entry-container .entry-content p {
    margin-top: 0;
}

@media (max-width: 478px) {
    .grid .entry-container {
        padding: 0 20px 20px;
    }

    .blog-posts-wrapper article {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .grid .entry-container {
        padding: 0 20px 20px;
    }
}


/*--------------------------------------------------------------
# UNKOWN
--------------------------------------------------------------*/

.no-post-thumbnail .post-item-wrapper {
    padding: 30px;
    background-image: linear-gradient(rgba(253, 45, 85, 0.3), rgba(26, 26, 55, 0.3));
}

#popular article.no-post-thumbnail {
    padding: 0;
    text-align: center;
}

body:not(.home).left-sidebar .blog-posts-wrapper .entry-title,
body:not(.home).right-sidebar .blog-posts-wrapper .entry-title {
    font-size: 28px;
}

.no-sidebar .blog-posts-wrapper article,
.home.left-sidebar .blog-posts-wrapper article,
.home.right-sidebar .blog-posts-wrapper article,
.home.blog .blog-posts-wrapper article,
.search .blog-posts-wrapper article {
    padding: 0 15px;
}

.no-results.not-found .page-title {
    margin-top: 0;
}


/*span.cat-links a:not(:last-child):after {
    content: ",";
}*/

.blog-posts-wrapper .read-more {
    padding: 0 20px;
}

.more-link {
    display: inline-block;
    border: 1px solid #e4e4e4;
    border-radius: 1px;
    box-sizing: border-box;
    padding: 9px 24px;
    color: #777;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.more-link:hover,
.more-link:focus {
    border-color: #f5f5f5;
    background-color: #000;
    color: #fff;
}

body.blog.right-sidebar .blog-posts-wrapper .col-3 article,
body.archive.right-sidebar .blog-posts-wrapper .col-3 article,
body.search.right-sidebar .blog-posts-wrapper .col-3 article,
body.blog.left-sidebar .blog-posts-wrapper .col-3 article,
body.archive.left-sidebar .blog-posts-wrapper .col-3 article,
body.search.left-sidebar .blog-posts-wrapper .col-3 article {
    width: 50%;
}


/*--------------------------------------------------------------
#           Instagram
--------------------------------------------------------------*/

#instagram {
    padding: 50px 0;
    background-color: #343434;
}

#instagram .section-content {
    margin: 40px -15px 0 -15px;
}

#instagram .hentry {
    padding: 15px;
}

#instagram img {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.8);
}


/*--------------------------------------------------------------
# Typography Options
--------------------------------------------------------------*/

.header-font-1 h1,
.header-font-1 h2,
.header-font-1 h3,
.header-font-1 h4,
.header-font-1 h5,
.header-font-1 h6 {
    font-family: 'Raleway', sans-serif;
}

.header-font-2 h1,
.header-font-2 h2,
.header-font-2 h3,
.header-font-2 h4,
.header-font-2 h5,
.header-font-2 h6 {
    font-family: 'Poppins', sans-serif;
}

.header-font-3 h1,
.header-font-3 h2,
.header-font-3 h3,
.header-font-3 h4,
.header-font-3 h5,
.header-font-3 h6 {
    font-family: 'Montserrat', sans-serif;
}

.header-font-4 h1,
.header-font-4 h2,
.header-font-4 h3,
.header-font-4 h4,
.header-font-4 h5,
.header-font-4 h6 {
    font-family: 'Open Sans', sans-serif;
}

.header-font-5 h1,
.header-font-5 h2,
.header-font-5 h3,
.header-font-5 h4,
.header-font-5 h5,
.header-font-5 h6 {
    font-family: 'Lato', sans-serif;
}

.header-font-6 h1,
.header-font-6 h2,
.header-font-6 h3,
.header-font-6 h4,
.header-font-6 h5,
.header-font-6 h6 {
    font-family: 'Ubuntu', sans-serif;
}

.header-font-7 h1,
.header-font-7 h2,
.header-font-7 h3,
.header-font-7 h4,
.header-font-7 h5,
.header-font-7 h6 {
    font-family: 'Playfair Display', serif;
}

.header-font-8 h1,
.header-font-8 h2,
.header-font-8 h3,
.header-font-8 h4,
.header-font-8 h5,
.header-font-8 h6 {
    font-family: 'Lora', serif;
}

.header-font-9 h1,
.header-font-9 h2,
.header-font-9 h3,
.header-font-9 h4,
.header-font-9 h5,
.header-font-9 h6 {
    font-family: 'Titillium Web', sans-serif;
}

.header-font-10 h1,
.header-font-10 h2,
.header-font-10 h3,
.header-font-10 h4,
.header-font-10 h5,
.header-font-10 h6 {
    font-family: 'Muli', sans-serif;
}

.header-font-11 h1,
.header-font-11 h2,
.header-font-11 h3,
.header-font-11 h4,
.header-font-11 h5,
.header-font-11 h6 {
    font-family: 'Oxygen', sans-serif;
}

.header-font-12 h1,
.header-font-12 h2,
.header-font-12 h3,
.header-font-12 h4,
.header-font-12 h5,
.header-font-12 h6 {
    font-family: 'Nunito Sans', sans-serif;
}

.header-font-13 h1,
.header-font-13 h2,
.header-font-13 h3,
.header-font-13 h4,
.header-font-13 h5,
.header-font-13 h6 {
    font-family: 'Maven Pro', sans-serif;
}

.header-font-14 h1,
.header-font-14 h2,
.header-font-14 h3,
.header-font-14 h4,
.header-font-14 h5,
.header-font-14 h6 {
    font-family: 'Cairo', serif;
}

.header-font-15 h1,
.header-font-15 h2,
.header-font-15 h3,
.header-font-15 h4,
.header-font-15 h5,
.header-font-15 h6 {
    font-family: 'Philosopher', sans-serif;
}

.header-font-16 h1,
.header-font-16 h2,
.header-font-16 h3,
.header-font-16 h4,
.header-font-16 h5,
.header-font-16 h6 {
    font-family: 'Quicksand', sans-serif;
}

.header-font-17 h1,
.header-font-17 h2,
.header-font-17 h3,
.header-font-17 h4,
.header-font-17 h5,
.header-font-17 h6 {
    font-family: 'Prata', serif;
}

.header-font-18 h1,
.header-font-18 h2,
.header-font-18 h3,
.header-font-18 h4,
.header-font-18 h5,
.header-font-18 h6 {
    font-family: 'Kalam', cursive;
}

.header-font-19 h1,
.header-font-19 h2,
.header-font-19 h3,
.header-font-19 h4,
.header-font-19 h5,
.header-font-19 h6 {
    font-family: 'Special Elite', cursive;
}

.header-font-20 h1,
.header-font-20 h2,
.header-font-20 h3,
.header-font-20 h4,
.header-font-20 h5,
.header-font-20 h6 {
    font-family: 'Marck Script', cursive;
}

.header-font-21 h1,
.header-font-21 h2,
.header-font-21 h3,
.header-font-21 h4,
.header-font-21 h5,
.header-font-21 h6 {
    font-family: 'Kaushan Script', sans-serif;
}

.header-font-22 h1,
.header-font-22 h2,
.header-font-22 h3,
.header-font-22 h4,
.header-font-22 h5,
.header-font-22 h6 {
    font-family: 'Tangerine', sans-serif;
}

.header-font-23 h1,
.header-font-23 h2,
.header-font-23 h3,
.header-font-23 h4,
.header-font-23 h5,
.header-font-23 h6 {
    font-family: 'Bad Script', sans-serif;
}

.body-font-1,
.body-font-1 .site-title,
.body-font-1 #colophon .widget-title,
.body-font-1 #colophon .widgettitle {
    font-family: 'Raleway', sans-serif;
}

.body-font-2,
.body-font-2 .site-title,
.body-font-2 #colophon .widget-title,
.body-font-2 #colophon .widgettitle {
    font-family: 'Poppins', sans-serif;
}

.body-font-3,
.body-font-3 .site-title,
.body-font-3 #colophon .widget-title,
.body-font-3 #colophon .widgettitle {
    font-family: 'Roboto', sans-serif;
}

.body-font-4,
.body-font-4 .site-title,
.body-font-4 #colophon .widget-title,
.body-font-4 #colophon .widgettitle {
    font-family: 'Open Sans', sans-serif;
}

.body-font-5,
.body-font-5 .site-title,
.body-font-5 #colophon .widget-title,
.body-font-5 #colophon .widgettitle {
    font-family: 'Lato', sans-serif;
}

.body-font-6,
.body-font-6 .site-title,
.body-font-6 #colophon .widget-title,
.body-font-6 #colophon .widgettitle {
    font-family: 'Ubuntu', sans-serif;
}

.body-font-7,
.body-font-7 .site-title,
.body-font-7 #colophon .widget-title,
.body-font-7 #colophon .widgettitle {
    font-family: 'Playfair Display', serif;
}

.body-font-8,
.body-font-8 .site-title,
.body-font-8 #colophon .widget-title,
.body-font-8 #colophon .widgettitle {
    font-family: 'Lora', serif;
}

.body-font-9,
.body-font-9 .site-title,
.body-font-9 #colophon .widget-title,
.body-font-9 #colophon .widgettitle {
    font-family: 'Titillium Web', sans-serif;
}

.body-font-10,
.body-font-10 .site-title,
.body-font-10 #colophon .widget-title,
.body-font-10 #colophon .widgettitle {
    font-family: 'Muli', sans-serif;
}

.body-font-11,
.body-font-11 .site-title,
.body-font-11 #colophon .widget-title,
.body-font-11 #colophon .widgettitle {
    font-family: 'Oxygen', sans-serif;
}

.body-font-12,
.body-font-12 .site-title,
.body-font-12 #colophon .widget-title,
.body-font-12 #colophon .widgettitle {
    font-family: 'Nunito Sans', sans-serif;
}

.body-font-13,
.body-font-13 .site-title,
.body-font-13 #colophon .widget-title,
.body-font-13 #colophon .widgettitle {
    font-family: 'Maven Pro', sans-serif;
}

.body-font-14,
.body-font-14 .site-title,
.body-font-14 #colophon .widget-title,
.body-font-14 #colophon .widgettitle {
    font-family: 'Cairo', serif;
}

.body-font-15,
.body-font-15 .site-title,
.body-font-15 #colophon .widget-title,
.body-font-15 #colophon .widgettitle {
    font-family: 'Philosopher', sans-serif;
}

.body-font-16,
.body-font-16 .site-title,
.body-font-16 #colophon .widget-title,
.body-font-16 #colophon .widgettitle {
    font-family: 'Quicksand', sans-serif;
}


/*--------------------------------------------------------------
#                   Footer
--------------------------------------------------------------*/

#colophon {
    background-image: linear-gradient(rgba(253, 45, 85, 0.2), rgba(26, 26, 55, 0.2));
    color: rgba(255, 255, 255, 0.50);
    ;
}

#colophon .page-section {
    padding: 50px 0;
}

#colophon p,
#colophon li {
    color: #888;
}

#colophon a {
    color: rgba(255, 255, 255, 0.50);
}

#colophon a:hover,
#colophon a:focus {
    color: #2758dd;
}

#colophon .widget li a {
    display: table-row;
}

#colophon .widget li:before {
    content: "\f101";
    font-family: "FontAwesome";
    float: left;
    margin-right: 15px;
}

.site-info {
    background-color: #1e1e1e;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='18' viewBox='0 0 100 18'%3E%3Cpath fill='%23161616' fill-opacity='0.4' d='M61.82 18c3.47-1.45 6.86-3.78 11.3-7.34C78 6.76 80.34 5.1 83.87 3.42 88.56 1.16 93.75 0 100 0v6.16C98.76 6.05 97.43 6 96 6c-9.59 0-14.23 2.23-23.13 9.34-1.28 1.03-2.39 1.9-3.4 2.66h-7.65zm-23.64 0H22.52c-1-.76-2.1-1.63-3.4-2.66C11.57 9.3 7.08 6.78 0 6.16V0c6.25 0 11.44 1.16 16.14 3.42 3.53 1.7 5.87 3.35 10.73 7.24 4.45 3.56 7.84 5.9 11.31 7.34zM61.82 0h7.66a39.57 39.57 0 0 1-7.34 4.58C57.44 6.84 52.25 8 46 8S34.56 6.84 29.86 4.58A39.57 39.57 0 0 1 22.52 0h15.66C41.65 1.44 45.21 2 50 2c4.8 0 8.35-.56 11.82-2z'%3E%3C/path%3E%3C/svg%3E");
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.site-info span {
    display: block;
    text-align: center;
    margin: 10px 0;
}

#colophon .site-info a {
    color: #fff;
    font-weight: bold;
}

#colophon .site-info a:hover,
#colophon .site-info a:focus {}

.footer-widgets-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widgets-area .widget ul li {
    width: 100%;
    padding-bottom: 10px;
}

.footer-widgets-area .widget ul li:last-child,
.footer-widgets-area .widget .social-icons li {
    margin-bottom: 0;
}

.footer-widgets-area .hentry {
    margin-bottom: 45px;
}

.footer-widgets-area.col-1 .hentry {
    text-align: center;
}

.footer-widgets-area.col-1 .hentry:last-child {
    margin-bottom: 0;
}

.footer-widgets-area.col-1 .textwidget img {
    margin-left: auto;
    margin-right: auto;
}

.widget_recent_entries ul li span {
    font-size: 12px;
    display: block;
}

.widget_archive li a {
    float: left;
}

.widget_archive li {
    text-align: right;
}

.widget_nav_menu ul ul {
    padding-left: 25px;
    margin-top: 15px;
}

.widget_archive li {
    clear: both;
    display: table;
    width: 100%;
}

.backtotop {
    background-color: #000;
    z-index: 300;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    color: #fff;
}

.backtotop:hover {
    background-color: #3a3a3a;
}


/*--------------------------------------------------------------
#                   RESPONSIVE
--------------------------------------------------------------*/

@media screen and (min-width: 567px) {
    #eventgoal .col-2 article,
    #eventgoal .col-3 article,
    #eventgoal .col-4 article,
    #team .col-2 article,
    #team .col-3 article,
    #team .col-4 article,
    #additional-info .col-2 article {
        width: 50%;
        float: left;
    }
    #eventgoal .col-2 article:nth-child(2n+1),
    #eventgoal .col-3 article:nth-child(2n+1),
    #eventgoal .col-4 article:nth-child(2n+1),
    #team .col-2 article:nth-child(2n+1),
    #team .col-3 article:nth-child(2n+1),
    #team .col-4 article:nth-child(2n+1),
    #additional-info .col-2 article:nth-child(2n+1) {
        clear: left;
    }
    #eventgoal .col-2 article:nth-last-child(-n+2),
    #eventgoal .col-3 article:nth-last-child(-n+2),
    #eventgoal .col-4 article:nth-last-child(-n+2),
    #team .col-2 article:nth-last-child(-n+2),
    #team .col-3 article:nth-last-child(-n+2),
    #team .col-4 article:nth-last-child(-n+2),
    #additional-info .col-2 article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .blog-posts-wrapper .col-3 article {
        width: 100%;
        float: none;
    }
    .blog-posts-wrapper .col-3 article:nth-last-child(-n+2) {
        margin-bottom: 30px;
    }
    .blog-posts-wrapper .col-3 article:nth-child(2n+1) {
        clear: left;
        margin-bottom: 30px;
    }
    #counter .section-content.col-2 .inner,
    #counter .section-content.col-4 .inner,
    #counter .section-content.col-5 .inner {
        width: 100%;
        float: none;
    }
    #counter .section-content.col-2 .inner:nth-child(2n+1),
    #counter .section-content.col-4 .inner:nth-child(2n+1),
    #counter .section-content.col-5 .inner:nth-child(2n+1) {
        clear: left;
    }
    #counter .section-content.col-2 .inner:nth-last-child(-n+2),
    #counter .section-content.col-4 .inner:nth-last-child(-n+2),
    #counter .section-content.col-5 .inner:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    #counter .section-content.col-5 .inner:last-child {
        width: 100%;
        float: none;
    }
    #client .section-content.col-2 .client-item,
    #client .section-content.col-4 .client-item,
    #client .section-content.col-5 .client-item {
        width: 50%;
        float: left;
    }
    #client .section-content.col-2 .client-item:nth-child(2n+1),
    #client .section-content.col-4 .client-item:nth-child(2n+1),
    #client .section-content.col-5 .client-item:nth-child(2n+1) {
        clear: left;
    }
    #client .section-content.col-2 .client-item:nth-last-child(-n+2),
    #client .section-content.col-4 .client-item:nth-last-child(-n+2),
    #client .section-content.col-5 .client-item:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    #client .section-content.col-5 .client-item:last-child {
        width: 100%;
        float: none;
    }
    #cta {
        padding: 110px 0;
    }
    #additional-info .section-content {
        margin-top: 70px;
    }
    #additional-info .col-2 article,
    #additional-info .col-3 article,
    #additional-info .col-4 article {
        width: 50%;
        float: left;
    }
    #additional-info .col-2 article:nth-child(2n+1),
    #additional-info .col-3 article:nth-child(2n+1),
    #additional-info .col-4 article:nth-child(2n+1) {
        clear: left;
    }
    #additional-info .col-2 article:nth-last-child(-n+2),
    #additional-info .col-3 article:nth-last-child(-n+2),
    #additional-info .col-4 article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    #blog .col-2 article,
    #blog .col-3 article,
    #blog .col-4 article,
    .blog-posts-wrapper .col-2 article {
        width: 50%;
        float: left;
    }
    #blog .col-2 article:nth-child(2n+1),
    #blog .col-3 article:nth-child(2n+1),
    #blog .col-4 article:nth-child(2n+1),
    .blog-posts-wrapper .col-2 article:nth-child(2n+1) {
        clear: left;
    }
    #blog .col-2 article:nth-last-child(-n+2),
    #blog .col-3 article:nth-last-child(-n+2),
    #blog .col-4 article:nth-last-child(-n+2),
    .blog-posts-wrapper .col-2 article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    #featured-slider article {
        padding: 300px 0;
    }
    .blog-posts-wrapper .col-3 article {
        width: 100%;
        float: none;
    }
    .footer-widgets-area.col-2 .hentry,
    .footer-widgets-area.col-4 .hentry {
        width: 100%;
        float: none;
    }
    .footer-widgets-area.col-2 .hentry:nth-child(2n+1),
    .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
        clear: left;
    }
    .footer-widgets-area.col-2 .hentry:nth-child(odd),
    .footer-widgets-area.col-4 .hentry:nth-child(odd) {
        padding-right: 40px;
    }
    .footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
    .footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 767px) {
    .section-title {
        font-size: 60px;
    }
    .col-3 .hentry {
        width: 33.33%;
        float: left;
    }
    .col-4 .hentry {
        width: 25%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .col-6 .hentry {
        width: 16.66%;
        float: left;
    }
    #about .col-3 article {
        width: 33.33%;
        float: left;
    }
    #about .col-3 article:nth-child(3n+1) {
        clear: left;
    }
    #about .col-3 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    #popular article.has-post-thumbnail.full-width {
        position: relative;
        display: table;
        width: 100%;
        padding: 20px 0;
    }
    #popular article.has-post-thumbnail.full-width .featured-image {
        width: 50%;
        display: table-cell;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding-bottom: 0;
    }
    #popular article.has-post-thumbnail.full-width .entry-container {
        width: 50%;
        display: table-cell;
        float: left;
        text-align: center;
        position: relative;
        padding: 60px 20px 60px 50px;
        background-image: linear-gradient(rgba(253, 45, 85, 0.2), rgba(26, 26, 55, 0.2));
    }
    #popular article.has-post-thumbnail.full-width .entry-container:after {
        content: "";
        background-image: linear-gradient(rgba(253, 45, 85, 0.6), rgba(26, 26, 55, 0.6));
        width: 50px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -50px;
    }
    #blog .col-3 article {
        width: 33.33%;
    }
    #blog .col-3 article:nth-child(2n+1) {
        clear: none;
    }
    #blog .col-3 article:nth-child(3n+1) {
        clear: left;
    }
    #blog .col-3 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    .footer-widgets-area.col-3 .hentry {
        width: 33.33%;
        float: left;
        margin-bottom: 0;
    }
    .footer-widgets-area.col-3 .hentry:not(:last-child) {
        padding-right: 40px;
    }
    #client .col-3 article,
    #eventgoal .col-3 article,
    #team .col-3 article {
        width: 33.33%;
    }
    #client .col-3 article:nth-child(2n+1),
    #eventgoal .col-3 article:nth-child(2n+1),
    #team .col-3 article:nth-child(2n+1) {
        clear: none;
    }
    #client .col-3 article:nth-child(3n+1),
    #eventgoal .col-3 article:nth-child(3n+1),
    #team .col-3 article:nth-child(3n+1) {
        clear: left;
    }
    #client .col-3 article:nth-last-child(-n+3),
    #eventgoal .col-3 article:nth-last-child(-n+3),
    #team .col-3 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    #counter .section-content.col-3 .inner,
    #client .section-content.col-3 .client-item {
        width: 33.33%;
        float: left;
    }
    #counter .section-content.col-3 .inner:nth-child(3n+1),
    #client .section-content.col-3 .client-item:nth-child(3n+1) {
        clear: left;
    }
    #counter .section-content.col-3 .inner:nth-last-child(-n+3),
    #client .section-content.col-3 .client-item:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    #counter .section-content.col-4 .inner,
    #client .section-content.col-4 .client-item {
        width: 25%;
        float: left;
    }
    #counter .section-content.col-4 .inner:nth-child(2n+1),
    #client .section-content.col-4 .client-item:nth-child(2n+1) {
        clear: none;
    }
    #counter .section-content.col-4 .inner:nth-child(4n+1),
    #client .section-content.col-4 .client-item:nth-child(4n+1) {
        clear: left;
    }
    #counter .section-content.col-4 .inner:nth-last-child(-n+4),
    #client .section-content.col-4 .client-item:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
    #counter .section-content.col-5 .inner,
    #client .section-content.col-5 .client-item {
        width: 33.33%;
        float: left;
    }
    #counter .section-content.col-5 .inner:nth-child(2n+1),
    #client .section-content.col-5 .client-item:nth-child(2n+1) {
        clear: none;
    }
    #counter .section-content.col-5 .inner:nth-child(3n+1),
    #client .section-content.col-5 .client-item:nth-child(3n+1) {
        clear: left;
    }
    #counter .section-content.col-5 .inner:nth-last-child(-n+2),
    #client .section-content.col-5 .client-item:nth-last-child(-n+2) {
        width: 48%;
        display: inline-block;
        float: none;
    }
    .site-info.col-2 span {
        float: left;
        width: 50%;
        text-align: left;
    }
    .site-info.col-2 span:nth-child(2) {
        float: right;
        text-align: right;
    }
    .site-info {
        padding: 10px 0;
    }
    .blog-posts-wrapper .col-3 article {
        width: 33.33%;
    }
}

@media screen and (min-width: 992px) {
    /*.page-section {
        padding: 50px 0;
    }*/
    #top-bar .widget+.widget {
        margin-top: 0;
    }
    #top-bar.col-2 .widget {
        float: left;
        text-align: left;
        padding: 6px 0;
    }
    #top-bar.col-2 .widget+.widget {
        float: right;
        text-align: right;
        padding: 0;
    }
    .featured-content-wrapper .entry-title {
        font-size: 40px;
    }
    .about-item-wrapper .entry-title {
        font-size: 42px;
    }
    #popular article {
        width: 33.33%;
        float: left;
        padding: 0 15px;
        margin-bottom: 50px;
    }
    #popular article.full-width {
        width: 100%;
        float: none;
    }
    #popular.blog-posts article:not(.full-width) .entry-title {
        font-size: 30px;
    }
    #popular.blog-posts article:not(.full-width) .entry-container {
        padding: 30px;
    }
    #popular article.has-post-thumbnail.full-width:nth-child(2n) .featured-image {
        right: auto;
        left: 0;
    }
    #popular article.has-post-thumbnail.full-width:nth-child(2n) .entry-container {
        float: right;
        padding: 60px 50px 60px 20px;
    }
    #popular article.has-post-thumbnail.full-width:nth-child(2n) .entry-container:after {
        left: -50px;
        right: auto;
    }
    #popular .post-item-wrapper {
        background-color: #343434;
    }
    #popular article.no-post-thumbnail:not(.full-width) .post-item-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    #blog .col-4 article {
        width: 25%;
    }
    #blog .col-4 article:nth-child(2n+1) {
        clear: none;
    }
    #blog .col-4 article:nth-child(4n+1)) {
        clear: left;
    }
    #blog .col-4 article:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
    .blog-posts-wrapper .col-3 article {
        width: 33.33%;
    }
    .blog-posts-wrapper .col-3 article:nth-child(2n+1) {
        clear: none;
    }
    .blog-posts-wrapper .col-3 article:nth-child(3n+1) {
        clear: left;
    }
    #client .col-4 article,
    #eventgoal .col-4 article,
    #team .col-4 article {
        width: 25%;
    }
    #client .col-4 article:nth-child(2n+1),
    #eventgoal .col-4 article:nth-child(2n+1),
    #team .col-4 article:nth-child(2n+1) {
        clear: none;
    }
    #client .col-4 article:nth-child(4n+1),
    #eventgoal .col-4 article:nth-child(4n+1),
    #team .col-4 article:nth-child(4n+1) {
        clear: left;
    }
    #client .col-4 article:nth-last-child(-n+4),
    #eventgoal .col-4 article:nth-last-child(-n+4),
    #team .col-4 article:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
    .grid-item .entry-container {
        padding: 0 10px 10px;
    }
    .grid-item:nth-child(1),
    .grid-item:nth-child(5),
    .grid-item:nth-child(9),
    .grid-item:nth-child(2),
    .grid-item:nth-child(6),
    .grid-item:nth-child(10) {
        width: 50%;
    }
    .grid-item:nth-child(3),
    .grid-item:nth-child(7),
    .grid-item:nth-child(11),
    .grid-item:nth-child(4),
    .grid-item:nth-child(8),
    .grid-item:nth-child(12) {
        width: 25%;
    }
    .grid-item:nth-child(1) .featured-image,
    .grid-item:nth-child(5) .featured-image,
    .grid-item:nth-child(9) .featured-image {
        padding: 130px 0;
    }
    .grid-item:nth-child(2) .featured-image,
    .grid-item:nth-child(6) .featured-image,
    .grid-item:nth-child(10) .featured-image,
    .grid-item:nth-child(3) .featured-image,
    .grid-item:nth-child(7) .featured-image,
    .grid-item:nth-child(11) .featured-image,
    .grid-item:nth-child(4) .featured-image,
    .grid-item:nth-child(8) .featured-image,
    .grid-item:nth-child(12) .featured-image {
        padding: 130px 0;
    }
    .grid-item .overlay:after {
        border: 20px solid rgba(255, 255, 255, 0.5);
    }
    .blog-posts-wrapper .col-3 article {
        width: 33.33%;
    }
    .blog-posts-wrapper .col-3 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    .blog-posts-wrapper .col-3 article:nth-child(2n+1) {
        clear: none;
    }
    .blog-posts-wrapper .col-3 article:nth-child(3n+1) {
        clear: left;
    }
    #counter .section-content.col-5 .inner,
    #client .section-content.col-5 .client-item {
        width: 20%;
    }
    #counter .section-content.col-5 .inner:nth-child(2n+1),
    #counter .section-content.col-5 .inner:nth-child(3n+1),
    #client .section-content.col-5 .client-item:nth-child(2n+1),
    #client .section-content.col-5 .client-item:nth-child(3n+1) {
        clear: none;
    }
    #counter .section-content.col-5 .inner:nth-child(5n+1),
    #client .section-content.col-5 .client-item:nth-child(5n+1) {
        clear: left;
    }
    #counter .section-content.col-5 .inner:nth-last-child(-n+2),
    #client .section-content.col-5 .client-item:nth-last-child(-n+2) {
        width: 20%;
        float: left;
    }
    #counter .section-content.col-5 .inner:nth-last-child(-n+5),
    #clinet .section-content.col-5 .clinet-item:nth-last-child(-n+5) {
        margin-bottom: 0;
    }
    nav.navigation.pagination {
        margin: 63px 0;
    }
    #colophon .social-icons {
        margin-left: -15px;
    }
    .social-icons li:not(:last-child) {
        margin-right: 14px;
    }
    .footer-widgets-area.col-4 .hentry {
        width: 25%;
        padding-right: 40px;
    }
    .footer-widgets-area.col-4 .hentry:last-child {
        padding-right: 0;
    }
    .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
        clear: none;
    }
    .footer-widgets-area.col-4 .hentry:nth-child(4n+1) {
        clear: left;
    }
    .footer-widgets-area.col-4 .hentry:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .main-navigation {
        /*border-top: solid 1px #eee;*/
        background: #1e49bf;
        border-radius: 8px 8px 0 0;
    }
    .main-navigation .menu-item-has-children>a:after {
        content: "\f107";
        font-family: "FontAwesome";
        padding-left: 8px;
    }
    .main-navigation ul ul .menu-item-has-children>a:after {
        content: "\f105";
    }
    .main-navigation ul.nav-menu {
        display: block !important;
        height: auto !important;
        text-align: center;
    }
    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: 0;
        right: auto;
    }
    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: 100%;
        right: auto;
    }
    .main-navigation ul ul li:hover>a {
        background-color: #000;
        color: #fff !important;
    }
    .main-navigation ul.sub-menu>li:last-child>a {
        border-bottom: none;
    }
    .main-navigation ul ul li {
        border-bottom: 1px solid #eee;
        background-image: linear-gradient(rgba(253, 45, 85, 0.2), rgba(26, 26, 55, 0.2));
    }
    .main-navigation ul ul>li:last-child {
        border-bottom: none;
    }
    .main-navigation ul ul ul {
        top: 0;
    }
    .menu-toggle {
        height: 80px;
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    button.dropdown-toggle {
        display: none;
    }
    .menu-toggle,
    .modern-menu ul#primary-menu {
        display: none;
    }
    .modern-menu .menu-toggle {
        display: block;
    }
    .modern-menu .menu-label {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation li {
        display: inline-block;
    }
    .main-navigation .left-menu {
        padding-left: 50px;
    }
    .main-navigation ul.nav-menu>li.left-menu>a,
    .main-navigation ul.nav-menu>li.right-menu>a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .main-navigation li.left-menu+li.right-menu:before {
        content: "/";
        position: absolute;
        top: 50%;
        margin-left: -6px;
        color: #fff;
        margin-top: -1px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .main-navigation form.search-form {
        border: 20px solid #111;
    }
    .main-navigation form.search-form input {
        background-color: #343434;
        border-color: #fff;
        color: #111;
    }
    #featured-slider article {
        padding: 260px 0 385px;
    }
    .right-sidebar #primary,
    .left-sidebar #primary {
        width: 70%;
        float: left;
        padding-right: 50px;
    }
    .right-sidebar #secondary,
    .left-sidebar #secondary {
        width: 30%;
        float: right;
    }
    .home.right-sidebar #secondary,
    .home.left-sidebar #secondary {
        padding: 100px 0;
    }
    .left-sidebar #primary {
        float: right;
        padding-right: 0;
        padding-left: 50px;
    }
    .no-sidebar #primary {
        width: 100%;
        float: none;
    }
    .single.no-sidebar #primary {
        max-width: 1024px;
        margin: 0 auto;
    }
    .no-sidebar.home #primary {
        max-width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .main-navigation ul.nav-menu>li>a {
        padding: 15px 45px;
    }
    .blog-posts-wrapper.col-3 .has-post-thumbnail .featured-image {
        padding: 160px 0;
    }
}

@media screen and (min-width: 1900px) {
    #page-site-header {
        padding: 325px 0;
    }
    #page-site-header .page-title {
        font-size: 42px;
    }
}

@media screen and (max-width: 1265px) {
    .single-event-info .read-more {
        float: none;
        padding-top: 40px;
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    #blog .section-content.col-3 article {
        width: 50%;
        float: left;
    }
    #blog .section-content.col-3 article.large-width {
        position: initial;
        top: 0;
        left: 50%;
        width: 50%;
        margin: 0 0 50px 0;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    #blog .section-content.col-3 article.large-width .featured-image {
        padding: 130px 0;
    }
    #blog .section-content.col-3 article:nth-child(3n+1) {
        clear: none;
        float: left;
    }
    #blog .section-content.col-3 article.large-width .entry-title {
        font-size: 22px;
    }
    #singleevent .event-starting-time {
        position: relative;
        right: 0;
        bottom: 0;
        background-color: transparent;
        min-width: 100px;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 1023px) {
    #masthead {
        margin-bottom: 0;
        position: relative;
        min-height: 80px;
    }
    .site-branding {
        padding: 20px 0;
    }
    .site-title {
        font-size: 26px;
    }
    .main-navigation a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .main-navigation ul ul a {
        width: 100%;
    }
    .main-navigation ul ul,
    .main-navigation ul ul ul {
        box-shadow: none;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0;
        display: none;
    }
    .main-navigation ul.sub-menu li {
        padding-right: 0;
    }
    .main-navigation .menu-item-has-children>a:before {
        content: "";
        float: right;
        position: relative;
        right: 0;
        background-color: #ccc;
        width: 1px;
        height: 25px;
    }
    .main-navigation .menu-item-has-children>a:after {
        padding-top: 3px;
    }
    .main-navigation ul.nav-menu>li>a,
    .main-navigation ul.sub-menu li a {
        padding: 13px 42px 13px 25px;
        color: #fff;
    }
    .main-navigation ul.sub-menu li a {
        padding-left: 50px;
    }
    .main-navigation ul.sub-menu ul li a {
        padding-left: 75px;
    }
    .main-navigation ul.sub-menu ul ul li a {
        padding-left: 100px;
    }
    .main-navigation ul.sub-menu ul ul ul li a {
        padding-left: 125px;
    }
    .main-navigation ul.sub-menu li a {
        border-left: none;
    }
    .main-navigation ul.nav-menu {
        margin-right: 0;
        background-color: #2758dd;
        margin-top: 25px;
    }
    .main-navigation {}
    .main-navigation a {
        color: #111;
    }
    #masthead.site-header .main-navigation ul.nav-menu {
        margin-top: 0;
        position: absolute;
        top: 100%;
        left: auto;
        right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    #page-site-header {
        padding: 200px 0;
    }
    #instagram .hentry {
        float: left;
        width: 50%;
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    .blog-posts-wrapper .col-3 article:nth-child(2n+1) {
        margin-bottom: 30px;
    }
    #page-site-header h2.page-title {
        font-size: 30px;
    }
    #message .entry-header h2.entry-title, #message-wrapper .entry-header h2.entry-title {
        margin-top: 20px;
    }
    #masthead.site-header .main-navigation ul.nav-menu {
        max-width: 100%;
    }
    #featured-slider button.slick-arrow,
    #featured-slider:hover button.slick-arrow {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    #blog .section-content.col-3 article {
        width: 100%;
        float: none;
    }
    #blog .section-content.col-3 article:nth-child(3n+1) {
        clear: none;
        float: none;
    }
    #blog .section-content.col-3 article.large-width {
        width: 100%;
    }
    #message .author-thumbnail,
    #message .entry-container,
    #message-wrapper .author-thumbnail,
    #message-wrapper .entry-container,
    #message-page .author-thumbnail,
    #message-page .entry-container {
        width: 100%;
    }
    #message .author-thumbnail img,
    #message-wrapper .author-thumbnail img,
    #message-page .author-thumbnail img {
        width: 100%;
        height: 100%;
    }
    #instagram .section-content {
        margin: 40px 0px 0 0px;
    }
    #instagram .hentry img {
        width: 100%;
    }
    nav.navigation.pagination,
    #secondary {
        margin-top: 30px;
    }
    .single-event-info .read-more {
        float: none;
        text-align: center;
    }
    #message .author-thumbnail a::before,
    #message-wrapper .author-thumbnail a::before {
        left: 83px;
        top: 213px;
        bottom: -230px;
    }
}

@media screen and (max-width: 600px) {
    #message .author-thumbnail:before,
    #message .author-thumbnail:after,
    #message-wrapper .author-thumbnail:before,
    #message-wrapper .author-thumbnail:after {
        width: 150px;
    }
    #message .author-thumbnail:before,
    #message-wrapper .author-thumbnail:before {
        margin-right: 15px;
    }
    #message .author-thumbnail:after,
    #message-wrapper .author-thumbnail:after {
        margin-left: 15px;
    }
    #message .author-thumbnail a::before,
    #message-wrapper .author-thumbnail a::before {
        right: 28px;
        top: 195px;
        bottom: -198px;
    }
}

@media screen and (max-width: 567px) {
    /*#top-bar {
        padding: 10px 0;
    }
    #top-bar .widget + .widget {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
*/
    .site-branding .site-logo+#site-identity {
        margin-top: 15px;
    }
    .featured-content-wrapper {
        padding: 25px;
    }
    #featured-slider article .entry-content {
        display: none;
    }
    .section-header {
        margin-bottom: 40px;
    }
    #about article .entry-content p {
        font-size: 22px;
        line-height: 35px;
    }
    #page-site-header {
        padding: 175px 0;
    }
    body.blog.right-sidebar .blog-posts-wrapper .col-3 article,
    body.archive.right-sidebar .blog-posts-wrapper .col-3 article,
    body.search.right-sidebar .blog-posts-wrapper .col-3 article,
    body.blog.left-sidebar .blog-posts-wrapper .col-3 article,
    body.archive.left-sidebar .blog-posts-wrapper .col-3 article,
    body.search.left-sidebar .blog-posts-wrapper .col-3 article {
        width: 100%;
    }
    .pagination .page-numbers.prev,
    .pagination .page-numbers.next {
        top: 0;
    }
    .pagination .prev.page-numbers:before,
    .pagination .next.page-numbers:before {
        width: 35px;
        height: 10px;
    }
    .pagination .page-numbers.prev,
    .pagination .page-numbers.next {
        margin-left: 0;
        margin-right: 0;
    }
    .trail-items li {
        font-size: 12px;
    }
    #breadcrumb-list {
        padding: 10px 0;
    }
    blockquote.alignright {
        margin-left: 0;
    }
    .testimonial-slider article.has-featured-image .featured-image {
        box-shadow: none;
    }
    #author-section {
        text-align: center;
    }
    .author-image {
        float: none;
        margin: 0 0 25px;
    }
    .author-content {
        display: block;
    }
    .author-name:after {
        margin-left: auto;
        margin-right: auto;
    }
    #message .author-thumbnail a::before,
    #message-wrapper .author-thumbnail a::before {
        top: 176px;
        bottom: -193px;
    }
}

@media screen and (max-width: 480px) {
    #masthead .wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .site-branding {
        min-height: auto;
        text-align: center;
        width: 100%;
        float: none;
        padding: 15px;
        display: block;
    }
    .menu-toggle {
        margin: auto;
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        width: 65px;
        height: 65px;
    }
    .main-navigation {
        float: none;
    }
    #message .author-thumbnail:before,
    #message .author-thumbnail:after,
    #message-wrapper .author-thumbnail:before,
    #message-wrapper .author-thumbnail:after {
        width: 100px;
    }
    #message .author-thumbnail:before,
    #message-wrapper .author-thumbnail:before {
        margin-right: 10px;
    }
    #message .author-thumbnail:after,
    #message-wrapper .author-thumbnail:after {
        margin-left: 10px;
    }
    #our-story .content-wrapper {
        padding: 25px;
    }
    #message .author-thumbnail a::before,
    #message-wrapper .author-thumbnail a::before {
        left: 56px;
        top: 139px;
        bottom: -138px;
    }
}
/*
     FILE ARCHIVED ON 10:21:14 Mar 07, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:14:53 Sep 26, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.393
  exclusion.robots: 0.041
  exclusion.robots.policy: 0.033
  esindex: 0.007
  cdx.remote: 26.684
  LoadShardBlock: 87.231 (3)
  PetaboxLoader3.resolve: 72.064 (3)
  PetaboxLoader3.datanode: 62.589 (4)
  load_resource: 66.231
*/