

/* =Links
-----------------------------------------------------------------------------*/

a.lightbox {
    display: block;
}
aside a, 
.offcanvas a, 
#pre-footer a, 
.post-thumbnail,
.relatedcontent h5,
h2.entry-title,
.pagination a {
	-webkit-transition: ease 250ms;
    transition: ease 250ms;
}
/* =Layout
-----------------------------------------------------------------------------*/
blockquote+h2,
blockquote+h3,
blockquote+h4,
blockquote+h5,
blockquote+h6,
dl+h2,
dl+h3,
dl+h4,
dl+h5,
dl+h6,
figure+h2,
figure+h3,
figure+h4,
figure+h5,
figure+h6,
form+h2,
form+h3,
form+h4,
form+h5,
form+h6,
hr+h2,
hr+h3,
hr+h4,
hr+h5,
hr+h6,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h6,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6,
pre+h2,
pre+h3,
pre+h4,
pre+h5,
pre+h6,
table+h2,
table+h3,
table+h4,
table+h5,
table+h6,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h6 {
    margin-top: 24px;
}
img {
    vertical-align: top;
}
/* .container {
    margin-right: auto;
    margin-left: auto;
} */
.top-nav {
    width: 100%;
    z-index: 100;
    position: relative;
}
.home .top-nav-below {
    margin-bottom: 24px;
}
#primary,
#bottom-featured {
    padding-top: 24px;
}
.mediaWrapper {
    margin-bottom: 24px;
    position: relative;
    z-index: 99;
}
.entry {
    margin-bottom: 48px;
    position: relative;
    overflow: hidden;
}
.border {
    position: absolute;
    left: 24px;
    top: 24px;
    bottom: 24px;
    right: 24px;
    z-index: 99;
    border: 1px solid transparent;
    border-color: rgba(0, 0, 0, 0.45);
}
.entry-single {
    margin-bottom: 24px;
}
.page .entry,
.error404 .entry {
    padding: 32px;
}
.page-header h1 {
	margin-bottom: 16px;
}
.post-header {
    padding: 24px 0 24px;
    z-index: 1;
    position: relative;
}
.blog .post-header,
.archive .post-header,
.search .post-header {
    padding-top: 48px;
}
.entry-cat {
    position: relative;
    padding: 0 48px;
}
.entry-cat {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
}
.entry-cat a {
    position: relative;
    text-decoration: none;
}
.entry-cat a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transition: transform 0.3s;
}
.entry-cat a:hover:after {
    transform: scaleX(1);
}
.entry-title {
    margin-top: 0;
    padding: 0 48px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.entry-title a {
    text-decoration: none;
    color: inherit;
}
h2.entry-title a:hover,
.relatedcontent h5 a:hover,
.author_name a:hover,
.post-tags a:hover,
aside a:hover,
.widget .menu a:hover {
    opacity: .7;
    color: inherit;
}
.entry-date {
    margin-bottom: 0;
    margin-top: 16px;
}
.entry-date > em {
	font-size: 13px;
}
.entry-content {
    padding: 0 48px 12px;
    z-index: 99;
    position: relative;
    margin: 0 auto;
}
.single .entry-content {
	padding: 0 32px 12px;
}
.entry-content p:last-child {
    margin-bottom: 24px;
}
.entry-date a {
    text-decoration: none;
    color: inherit;
}
.entry-more {
    padding-top: 10px;
    z-index: 99;
    position: relative;
}
.form-submit .button,
.page_404 .button.btn-back,
.wpcf7-submit.button {
    height: 50px;
    border-radius: 0;
    border-color: #000;
    color: #000;
    letter-spacing: 3.5px;
    line-height: 30px;
}
.entry-more .button,
.form-submit .button,
.page_404 .button.btn-back,
.wpcf7-submit.button {
    transition: all 0.4s ease;
    position: relative;
}
.entry-more .button:after,
.submit.button:after,
.page_404 .button.btn-back:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #354856;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    border-color: #000;
    opacity: 0;
    -webkit-transform: translateY(-7px) translateX(6px);
    -moz-transform: translateY(-7px) translateX(6px);
    transform: translateY(-7px) translateX(6px);
}
.entry-more .button:hover {
    border-color: #fff;
}
.entry-more .button:hover:after,
.form-submit .button:hover:after,
.entry-more .button:focus:after,
.form-submit .button:focus:after,
.page_404 .button.btn-back:focus:after {
    opacity: 1;
    -webkit-transform: translateY(0px) translateX(0px);
    -moz-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px);
}
.entry-meta {
    padding: 24px 48px 48px;
    z-index: 99;
    position: relative;
}
.single .entry-meta {
	padding: 24px 32px;
}
.entry-meta i {
    margin-right: 5px;
}
.entry-meta .dot {
	padding: 0 5px;
}
.meta-left {
    display: inline-block;
    line-height: 32px;
}
.comments_n a {
    color: inherit;
    text-decoration: none;
}
.post-tags em {
    font-size: 90%;
}
.post-tags a {
    color: inherit;
    text-decoration: none;
}
.post-thumbnail {
    position: relative;
    overflow: hidden;
    background: transparent;
    z-index: 99;
}
.default .post-thumbnail,
.category .post-thumbnail,
.archive .post-thumbnail,
.entry-single .post-thumbnail,
.first_full .post-thumbnail:first-of-type {
    margin-bottom: 24px;
}
.post-thumbnail:empty {
    display: none;
}
.img_expand i {
    position: absolute;
    line-height: 50px;
    width: 50px;
    text-align: center;
    z-index: 1;
    bottom: 0;
    right: 0;
    color: #fff;
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.img_expand i:after {
    position: absolute;
    bottom: 3px;
    right: 3px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 75px 75px;
    border-color: transparent transparent silver;
    z-index: -1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.entry-single .post-thumbnail:hover i {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 1;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.zoom-icon {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}
.zoom-icon:before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translateY(-14px) translateX(12px);
    transform: translateY(-14px) translateX(12px);
}
.post-thumbnail:hover .zoom-icon:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.zoom-icon:after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    color: #f8f8f8;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: auto;
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}
.list.format-gallery .zoom-icon:after,
.grid.format-gallery .zoom-icon:after {
    content: '\f03e';
    font-size: xx-large;
}
.list.format-video .zoom-icon:after,
.grid.format-video .zoom-icon:after {
    content: '\f1c8';
    font-size: xx-large;
}
.list.format-audio .zoom-icon:after,
.grid.format-audio .zoom-icon:after {
    content: '\f001';
    font-size: xx-large;
}
.list.sticky .zoom-icon:after,
.grid.sticky .zoom-icon:after {
    content: '\f08d';
    font-size: xx-large;
}
.list.format-gallery .post-thumbnail:hover .zoom-icon:after,
.grid.format-gallery .post-thumbnail:hover .zoom-icon:after,
.list.format-video .post-thumbnail:hover .zoom-icon:after,
.grid.format-video .post-thumbnail:hover .zoom-icon:after,
.list.format-audio .post-thumbnail:hover .zoom-icon:after,
.grid.format-audio .post-thumbnail:hover .zoom-icon:after,
.list.sticky .post-thumbnail:hover .zoom-icon:after,
.grid.sticky .post-thumbnail:hover .zoom-icon:after {
    opacity: 1;
}
.post-thumbnail:hover {
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
}
/* =Grid Layout
-----------------------------------------------------------------------------*/

.grid .border,
.list .border {
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
}
.grid .post-header {
    padding: 32px 0 16px;
}
.grid .entry-cat,
.grid h2.entry-title,
.list .entry-cat,
.list h2.entry-title {
    margin-bottom: 12px;
    padding: 0 24px;
}
.grid h2.entry-title,
.list h2.entry-title,
.alt-list h2.entry-title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
}
.grid.entry {
    width: 100%;
}
.grid .entry-content {
    padding: 0px 24px 42px;
    text-align: center;
    width: 95%;
}
.grid.format-quote blockquote {
    text-align: initial;
    padding: 10px;
}
.grid.format-quote .more_arrow {
    display: none;
}
.grid .page-links,
.list .page-links,
.grid.post_format-post-format-audio .post-thumbnail {
    margin-bottom: 16px;
}
/* =List Layout
-----------------------------------------------------------------------------*/

.list .post-header {
    padding: 0 0 8px;
}
.list .entry-cat,
.list h2.entry-title {
    margin-bottom: 8px;
}
.list .entry-date,
.grid .entry-date {
    margin-top: 0;
}
.list .entry-date > em,
.grid .entry-date > em {
    font-size: smaller;
}
.list .entry-content {
    padding: 0 24px;
    width: 95%;
}
.list .entry-content p {
    margin-bottom: 12px;
}
.list.format-quote .post-header,
.list.format-quote .more_arrow {
    display: none;
}
.list .quote-wrapper.aligner .entry-content {
    position: relative;
}
.list.format-quote blockquote {
    color: inherit;
}
.list.format-quote blockquote p {
    font-size: 16px;
    margin-bottom: 8px;
}
.list.format-quote blockquote:before,
.list.format-quote blockquote:after {
    font-size: 16px;
    float: none;
}
.list.format-quote blockquote cite {
    color: rgba(0, 0, 0, .5);
}
/* =Alt List Layout
-----------------------------------------------------------------------------*/

.entry.alt-list,
.alt-list .entry-cat,
.alt-list h2.entry-title {
    margin-bottom: 0;
    margin-top: 0;
}
.entry.alt-list:last-of-type {
    margin-bottom: 48px;
}
.aligner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
}
.row.centered .alt-list .col {
    padding-right: 0;
}
.alt-post-header {
    padding: 24px 0;
}
.alt-post-header .entry-date {
    margin-top: 0;
}
.alt-post-header .close.small {
    line-height: 12px;
    height: 10px;
    width: 10px;
    font-size: 14px;
}
.thumb_odd:before {
    border-width: 10px 10px 10px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    left: auto;
    width: 0;
    right: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    content: "";
    top: 47%;
}
.thumb_even:before {
    border-width: 10px 0 10px 10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    left: 0;
    width: 0;
    right: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    content: "";
    top: 47%;
}
/* =Masonry Layout
-----------------------------------------------------------------------------*/

.macy_item {
    margin-bottom: 24px;
    overflow: hidden;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -ms-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top;
}
#macy-container {
    margin-bottom: 48px;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
/* =Aside
-----------------------------------------------------------------------------*/

aside .widget {
    padding-bottom: 8px;
    margin-bottom: 24px;
    padding: 20px;
}
.offcanvas .widget {
    background: #fff;
    padding-bottom: 8px;
    margin-bottom: 24px;
}
h4.widget-title {
    margin-bottom: 24px;
}
.single .entry-content:after,
h4.widget-title:after {
    content: '';
    width: 18px;
    height: 2px;
    display: block;
    margin: auto;
}
.single .entry-content:after {
    background: #000;
}
.offcanvas a {
    color: #434343;
}
aside li,
.offcanvas li {
    padding: 16px 0;
    border-bottom: 1px dashed #ddd;
	display:inline-block;
}
aside li:first-child {
    padding-top: 0;
}
aside li:last-child,
#pre-footer li:last-child {
    border-bottom: 0 !important;
}
aside a,
.offcanvas a,
#pre-footer a {
    text-decoration: none;
}
aside .widget ul,
.offcanvas .widget ul,
#pre-footer .widget > ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}
aside .searchform {
    margin-bottom: 0;
}
.donatello_posts_widget .attachment-thumbnail {
    max-width: 75px;
    display: inline-block;
    margin-right: 15px;
}
.recent-thumb {
    float: left;
}
.recent-thumb a {
    display: block;
}
.aside-meta .meta-item,
.aside-meta .meta-item a {
    font-size: .75em;
    color: #999;
}
.aside-meta .meta-item .fa {
    margin-right: 7px;
}
.widget_categories span {
    float: right;
}
.Social_Sidebar_Widget i {
    border: 1px dotted;
    margin: 2px;
}
.Social_Sidebar_Widget i:hover,
.entry-meta .entry-social i:hover {
    border: 1px solid;
}
.bottom-featured-inner {
    width: 100%;
}
/* =Header & Menu
-----------------------------------------------------------------------------*/

.menu {
    text-align: left;
    display: inline;
    margin: 0;
    list-style: none;
}
.menu a {
    text-decoration: none;
}
header .main-nav ul li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.navigation-alt .col-1 {
    flex-basis: 4.33333%;
    max-width: 4.33333%;
    width: 4.33333%;
}
.navigation-alt .col-10 {
    flex-basis: 91.33333%;
    max-width: 91.33333%;
    width: 91.33333%;
}
.col-11.col_11_alt {
    flex-basis: 95.66667%;
    max-width: 95.66667%;
    width: 95.66667%;
}
.main-nav > ul > li+li {
    margin-left: 30px;
}
.main-nav > ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    height: 2px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.main-nav > ul > .current-menu-item:before,
.main-nav > ul > .current-post-ancestor:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    height: 2px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.main-nav > ul > li:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.top-nav-below .main-nav > ul > li:before {
    display: none;
}
.main-nav .menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    z-index: 100;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
}
.main-nav .menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
.main-nav .menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}
.main-nav .menu ul li a {
    display: block;
    padding: 12px 5px 12px 15px;
}
.main-nav .menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.main-nav .menu ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
}
.main-nav .menu ul ul:after {
    left: -6px;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}
.main-nav .menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.navbar-toggle .fa {
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}
.social i {
    margin-left: 24px;
}
#hero {
    padding-left: 0;
    padding-right: 0;
    -moz-box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.15);
    position: relative;
}
.home #hero {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#hero .col-10,
#hero .col-12 {
    z-index: 1
}
.hero-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#hero h1 {
    max-width: 640px;
    margin: auto;
}
.site-title a {
    text-decoration: none;
}
.tagline {
    max-width: 640px;
    margin: auto;
}
.site-retina-logo img {
	max-width: 60%;
}
/* =Slider/Carousel
----------------------------------------------------------------------------- */

.swiper-container {
    width: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.swiper2 .swiper-container {
    width: 100%;
    margin: 0 auto;
}
.swiper2 .swiper-slide {
    text-align: center;
    /*width: 100%;*/
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0.55;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.swiper2 .swiper-slide-active {
    opacity: 1;
}
.swiper2 .swiper-slide:nth-child(2n) {
    /*width: 40%;*/
}
.swiper2 .swiper-slide:nth-child(3n) {
    /*width: 20%;*/
}
.pagination_wrapper {
    position: relative;
    padding-top: 24px;
}
.swiper-pagination {
    position: relative;
    display: inline-block;
    text-align: center;
}
.swiper-pagination a {
    text-align: center;
    line-height: 16px;
    float: left;
    display: inline-block;
    margin-right: 16px;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    width: inherit;
    height: inherit;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    opacity: 1;
    background: none;
    float: left;
    display: inline-block;
    margin-right: 16px;
}
.swiper-pagination a:before,
.swiper-pagination-bullet-active:before {
    display: inline-block;
    content: '';
    height: 16px;
    vertical-align: baseline;
}
.swiper-pagination a:after,
.swiper-pagination-bullet-active:after {
    display: inline-block;
    content: '';
    height: 16px;
    vertical-align: -8px;
}
.swiper-pagination-bullet span,
.swiper-pagination-bullet-active span {
    display: block;
    float: right;
    width: 0;
    height: 1px;
    background-color: #2b292b;
    margin-top: 0.9em;
    margin-left: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: margin-left, width, opacity;
    -moz-transition-property: margin-left, width, opacity;
    transition-property: margin-left, width, opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    line-height: 1em;
    opacity: 0;
    padding-left: 0;
}
.swiper-pagination-bullet-active.swiper-pagination-bullet-active span {
    margin-left: 16px;
    width: 70px;
    opacity: 1;
}
.swiper-container,
.swiper-slide {
    height: auto;
}
.gallery-columns-1.swiper-container-horizontal {
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}
.mediaWrapper .gallery-columns-1.swiper-container-horizontal {
	margin: 0 auto;
	margin-bottom: -12px;
}
.gallery-columns-1.swiper-container-horizontal br {
    display: none;
}
.gallery-columns-1.swiper-container-horizontal img {
    width: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide .gallery-item {
    padding: 0;
}
.swiper3 .recent_thumbnail img {
    width: 100%;
}
.swiper3 .swiper-slide {
    display: block;
}
.thumb_title_wrap {
    background: rgba(0, 0, 0, 0.3);
    transition: all .4s ease-in-out;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
.swiper-slide-active .thumb_title_wrap {
    -webkit-transition: opacity 1s ease 2s;
    -moz-transition: opacity 1s ease 2s;
    -o-transition: opacity 1s ease 2s;
    -ms-transition: opacity 1s ease 2s;
    transition: opacity 1s ease 2s;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
}
.thumb_title_wrap h3 {
    -webkit-transform: translate3d(0, -10%, 0) translate3d(0, -50%, 0);
    transform: translate3d(0, -10%, 0) translate3d(0, -50%, 0);
    transition: transform 0.35s;
    padding-top: 15px;
}
.thumb_title_wrap h3 a,
.swiper-slide-active .thumb_title_wrap h3 a {
    text-decoration: none;
}
p.owl_category,
.swiper-slide-active p.owl_category,
.slider-entry-date {
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
    transition: transform 0.35s;
}
.slider-entry-date {
    font-style: italic;
    font-size: 14px;
}
.swiper-slide-active .owl_category a,
.owl_category a,
.slider-entry-date {
    text-decoration: none;
    font-size: medium;
}
.swiper-slide-active .line {
    height: 1px;
    width: 40%;
    margin: 10px auto 0 auto;
    background-color: #ffffff;
}
.thumb_title_wrap.aligner:before,
.thumb_title_wrap.aligner:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15%;
    height: 1px;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.thumb_title_wrap.aligner:hover:before {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    width: 50%;
}
.thumb_title_wrap.aligner:hover:after {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    width: 50%;
}
.thumb_title_wrap.aligner:hover h3 {
    -webkit-transform: translate3d(0, -10%, 0) translate3d(0, -25%, 0);
    transform: translate3d(0, -10%, 0) translate3d(0, -25%, 0);
}
.thumb_title_wrap.aligner:hover p.owl_category,
.thumb_title_wrap.aligner:hover .slider-entry-date {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}
/* =Promo Section
-----------------------------------------------------------------------------*/

.promo-section {
    margin-bottom: 24px;
}
figure.promo_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
}
.promo_title_wrap {
    transition: all .4s ease-in-out;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
}
.promo_title_wrap h4 {
    margin-bottom: 0;
}
.promo_title_wrap a {
    text-decoration: none;
    position: relative;
    text-align: center;
    padding: 10px 50px;
}
.promo_title_wrap a::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    -webkit-transform: rotate(45deg) scale(0.5);
    transform: rotate(45deg) scale(0.5);
    top: 50%;
    left: 0;
    margin-top: -2px;
    opacity: 0.25;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.promo_title_wrap a::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    -webkit-transform: rotate(-45deg) scale(0.5);
    transform: rotate(-45deg) scale(0.5);
    top: 50%;
    left: 0;
    margin-top: -2px;
    opacity: 0.4;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.promo_title_wrap a:hover::before {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 100%;
}
.promo_title_wrap a:hover::after {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0;
}
figure.promo_img_alt {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.promo_img_alt * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
figure.promo_img_alt img {
    max-width: 100%;
    position: relative;
    opacity: 0.9;
}
figure.promo_img_alt .promo_desc {
    position: absolute;
    top: 45%;
    left: 7%;
    right: 7%;
    bottom: 45%;
    border: 1px solid;
    border-width: 0 1px 1px;
    font-style: normal;
    padding: 0;
}
figure.promo_img_alt .heading {
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
figure.promo_img_alt h4 {
    display: table;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    width: auto;
}
figure.promo_img_alt h4:before,
figure.promo_img_alt h4:after {
    position: absolute;
    display: block;
    width: 1000%;
    height: 1px;
    content: '';
    top: 50%;
}
figure.promo_img_alt h4:before {
    left: -1000%;
}
figure.promo_img_alt h4:after {
    right: -1000%;
}
figure.promo_img_alt p {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    opacity: 0;
}
figure.promo_img_alt a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
figure.promo_img_alt:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
figure.promo_img_alt:hover .promo_desc {
    top: 7%;
    bottom: 7%;
}
figure.promo_img_alt:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
/* =Related Posts
-----------------------------------------------------------------------------*/

.relatedcontent h5 {
    font-weight: 500;
    margin-bottom: 0;
}
.relatedcontent h5 a {
    text-decoration: none;
    color: #434343;
}
.related-date {
    font-size: 12px;
    font-style: italic;
}
.related_effect {
    position: relative;
    overflow: hidden;
}
.related_effect:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.related_effect:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
/* =Comments
-----------------------------------------------------------------------------*/

.pre_comments,
.comment-respond {
    padding: 24px 32px;
    margin-bottom: 24px;
}
.comments-title,
.comment-reply-title,
#related-title {
    line-height: 46px;
}
.comment-body {
    position: relative;
    margin-bottom: 24px;
}
.comment-meta.commentmetadata {
    padding-left: 80px;
    padding-bottom: 20px;
}
.comment-meta.commentmetadata a {
    color: #959595;
    font-size: smaller;
    text-decoration: none;
}
.comment-body h1,
.comment-body h2,
.comment-body h3,
.comment-body h4,
.comment-body h5,
.comment-body h6,
.comment-body p,
.comment-body table,
.comment-body address,
.comment-body dl,
.comment-body>ul,
.comment-body>ol,
.comment-body pre {
    margin-top: 8px;
}
.comment-body blockquote p {
    padding-left: 0;
}
.reply {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-family: "FontAwesome";
}
.reply a {
    color: #030303;
}
cite.fn,
cite.fn a {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #030303;
    font-style: normal;
    text-decoration: none;
}
#commentform blocks p {
    margin-bottom: 0;
}
#comments ol ol li {
    list-style-type: none;
}
.comment-list {
    list-style: none;
    margin: 0;
}
.comment-author {
    font-size: 14px;
    line-height: 1.7142857142;
}
.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
    color: #767676;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    padding-top: 24px;
}
.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
    border-top: 0;
}
.comment-author {
    position: relative;
}
.comment-author .avatar {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-metadata {
    padding-left: 80px;
}
.comment-edit-link {
    margin-left: 10px;
}
.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.comment-content ul,
.comment-content ol {
    margin: 0 0 24px 22px;
}
.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}
.comment-content >:last-child {
    margin-bottom: 0;
}
.comment .comment-respond {
    margin-top: 24px;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
    color: #767676;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
    font-size: 14px;
    line-height: 1.7142857142;
}
.no-comments {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 24px;
    text-transform: uppercase;
}
.comment-form label {
    display: block;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}
.form-allowed-tags,
.form-allowed-tags code {
    font-size: 12px;
    line-height: 1.5;
}
.required {
    color: #c0392b;
}
.comment-reply-title small a {
    color: #2b2b2b;
    float: right;
    height: 30px;
    overflow: hidden;
    width: 24px;
    text-decoration: none;
}
.comment-reply-title small {
    font-size: inherit;
    line-height: inherit;
}
.comment-reply-title small a:before {
    content: "\f00d";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "FontAwesome";
    text-decoration: inherit;
    vertical-align: text-bottom;
}
.comment-reply-title small a:hover {
    color: #41a62a;
}
.comment-navigation {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 48px;
    text-transform: uppercase;
}
.comment-navigation .nav-next,
.comment-navigation .nav-previous {
    display: inline-block;
}
.comment-navigation .nav-previous a {
    margin-right: 10px;
}
#comment-nav-above {
    margin-top: 36px;
    margin-bottom: 0;
}
/* 
 * FlowupLabels 
 * -----------------------------
 */

.FlowupLabels .fl_wrap {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.FlowupLabels .fl_label {
    top: 8px;
    left: 5px;
    font-style: italic;
    /* Don't change */
    
    position: absolute;
    z-index: 3;
    /* This can be removed but then the labels must be placed after the inputs in the HTML */
    
    -webkit-transition: all .05s linear;
    -moz-transition: all .05s linear;
    -transition: all .05s linear;
}
.FlowupLabels .fl_input {
    /* Can change */
    
    padding: 20px 0 5px 5px;
    font-family: inherit;
    border-radius: 0;
    /* Don't change */
    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    /* This can be removed but then the labels must be placed after the inputs in the HTML */
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Focus & populated label styling */

.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label,
/* and graceful degradation */

.no-js .FlowupLabels .fl_label {
    /* Can change */
    
    top: 0;
    font-size: 12px;
    color: #555;
}
.FlowupLabels .fl_wrap.focused .fl_label {
    /* Can change */
    
    color: #00A34D;
}
/* =Pagination
-----------------------------------------------------------------------------*/

.blog .pagination,
.archive .pagination {
    padding: 0 24px;
    margin-left: 0;
}
.blog .pagination.upper a,
.archive .pagination.upper a {
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1px;
    color: #272727;
    padding: 4px 0;
    border: 0;
    border-bottom: 1px dashed #c09f80;
    border-radius: 0;
}
.blog .pagination.upper li.next a:after,
.archive .pagination.upper li.next a:after {
    content: '\f178';
    font-family: 'FontAwesome';
    padding-left: 5px;
}
.blog .pagination.upper li.prev a:before,
.archive .pagination.upper li.prev a:before {
    content: '\f177';
    font-family: 'FontAwesome';
    padding-right: 5px;
}
.pagi_num a:hover, 
.pagi_num li.active a {
	background: transparent;
}
.pagi_num a {
	padding: 8px 12px;
	border-radius: 0;
	margin: auto 3px;
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.pagi_num.centered > div {
	display: flex;
	justify-content: center;
}
/* =Footer
-----------------------------------------------------------------------------*/

#pre-footer .row {
    padding: 48px 0;
}
#pre-footer .donatello_posts_widget li {
    padding: 0 0 16px 0;
}
#pre-footer .widget:not(:last-child) {
    margin-bottom: 24px;
}
#footer {
    border-top: 1px solid rgba(158, 158, 158, 0.15);
}
.footer-text h1, 
.footer-text h2, 
.footer-text h3, 
.footer-text h4, 
.footer-text h5, 
.footer-text h6 {
	display: inline-block
}
#footer .float-left,
#footer .float-right {
    padding: 32px 0 32px;
}
#footer .float-right {
    cursor: pointer;
}
@-webkit-keyframes hvr-icon-up {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@keyframes hvr-icon-up {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}




/* =Blog
-----------------------------------------------------------------------------*/

.bypostauthor {} .aligncenter {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
}
.alignright {
    float: right;
    margin-left: 24px;
}
.alignleft {
    float: left;
    margin-right: 24px;
}
.gallery-caption {
	display: none;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
embed,
iframe,
object,
video {
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
}
/* =Tagcloud
-----------------------------------------------------------------------------*/

.tagcloud a {
    margin: 5px 0;
    line-height: 22px;
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    font-size: 10px !important;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.09);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3) !important;
}
.tagcloud a span {
    display: block;
    padding: 2px 10px;
}
aside .tagcloud a:hover {
	opacity: inherit;
}
.tagcloud a:before,
.tagcloud a:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
}
.tagcloud a span::before,
.tagcloud a span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
}
.tagcloud a:hover::before,
.tagcloud a:hover::after {
    width: 100%;
}
.tagcloud a:hover span::before,
.tagcloud a:hover span::after {
    height: 100%;
}
.tagcloud a::before {
    left: 50%;
    top: 0;
    transition-duration: 0.4s;
}
.tagcloud a::after {
    left: 50%;
    bottom: 0;
    transition-duration: 0.4s;
}
.tagcloud a span::before {
    left: 0;
    top: 50%;
    transition-duration: 0.4s;
}
.tagcloud a span::after {
    right: 0;
    top: 50%;
    transition-duration: 0.4s;
}
.tagcloud a:hover::before,
.tagcloud a:hover::after {
    left: 0;
}
.tagcloud a:hover span::before,
.tagcloud a:hover span::after {
    top: 0;
}
/* =Post Format Blockquote
-----------------------------------------------------------------------------*/

.quote-wrapper.aligner {
    overflow: hidden;
}
.quote-wrapper.aligner .post-thumbnail {
    position: relative;
}
.quote-wrapper.aligner .post-thumbnail ~ .entry-content {
    padding: 0;
    position: absolute;
}
.quote-wrapper.aligner > .entry-content {
	position: relative;
}
.format-quote blockquote {
    position: relative;
    top: 0;
    padding: 40px 40px 40px;
    border: none;
    display: block;
}
.format-quote blockquote p {
    font-size: large;
}
.format-quote blockquote:before {
    content: "\f10d";
    display: block;
    font-family: 'FontAwesome';
    font-size: 25px;
    margin-bottom: 16px;
}
.format-quote blockquote:after {
    content: "\f10e";
    display: block;
    font-family: 'FontAwesome';
    font-size: 25px;
    float: right;
}
.format-quote .entry-meta {
    margin-top: 0;
    border: 0;
}
/* =Post Format Audio
-----------------------------------------------------------------------------*/

.post_format-post-format-audio .post-thumbnail {
    margin-bottom: 0;
}
/* =404 Page
-----------------------------------------------------------------------------*/

.page_404 h1 {
    font-size: calc(17vw + 40px);
    line-height: calc(17vw + 40px);
    opacity: .8;
    letter-spacing: -17px;
}
.page_404 p:first-of-type {
    opacity: .8;
    font-size: 20px;
    margin: 8px 0 38px 0;
    font-weight: bold
}
.page_404 .width-50 {
    margin: 0 auto;
}
.page_404 .form-item {
    background: #fff;
}
/* =Galleries
-----------------------------------------------------------------------------*/

.gallery {
    margin: 0 -1.1666667% 1.75em;
    text-align: center;
}
.gallery-item {
    position: relative;
    vertical-align: top;
    width: 100%;
    margin: 0 !important;
    float: left;
}
.gallery-size-thumbnail .gallery-item,
.gallery-size-medium .gallery-item,
.gallery-size-large .gallery-item {
    padding: 0 1.1400652% 2.2801304%;
}
.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
    margin-left: 0;
}
.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}
.gallery-item img {
    border: 0 !important;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
   max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon {
    position: relative;
    font-weight: normal;
}
.gallery-icon a:after {
    content: "\f065";
    font-family: "FontAwesome";
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    line-height: 50px;
    width: 50px;
    border: 2px solid;
    margin-top: -25px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.gallery-item a:hover:after {
    opacity: 1;
}
.featherlight-previous,
.featherlight-next {
    z-index: 99;
}
.featherlight-content .caption,
.gallery-size-full .gallery-caption {
    font-weight: lighter;
    font-style: italic;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-color: rgba(95, 94, 94, 0.73);
    bottom: 0;
    padding: 10px 0;
    text-align: center;
    margin-left: 0;
}
.featherlight-content .caption {
    right: 25px;
    left: 25px;
}
.gallery-size-full .gallery-caption {
    width: 100%;
}
.featherlight-content .caption:hover,
.featherlight-content .caption:focus {
    overflow: visible;
    white-space: normal;
}
/* =Post likes
-----------------------------------------------------------------------------*/

.sl-wrapper a {
    border-bottom: 0 !important;
    text-decoration: none !important;
}
/* Colors */

a.liked {
    color: #da1b1b;
}
a.liked:hover,
a.liked:active,
a.liked:focus {
    color: #666666;
}
a.liked span.sl-count,
.sl-count {
    color: #666666;
}
/* Icon */

.sl-icon {
    vertical-align: middle;
}
.sl-icon svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
}
.sl-icon svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/* Count */

.sl-count {
    vertical-align: middle;
}
/* Loader */

.loader,
.loader:before,
.loader:after {
    background: rgba(0, 0, 0, 0.2);
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: .2em;
    height: .6em;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -.375em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader {
    text-indent: -9999em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:after {
    left: .375em;
}
@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0 rgba(0, 0, 0, 0.2);
        height: .6em;
    }
    40% {
        box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
        height: 1em;
    }
}
@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0 rgba(0, 0, 0, 0.2);
        height: .6em;
    }
    40% {
        box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
        height: 1em;
    }
}
/* =Post links (Prev-Next)
-----------------------------------------------------------------------------*/

.prev-next .pagination {
    margin: 0;
}
.prev-next .prev img {
    float: left;
    margin-right: 10px;
    width: 75px;
}
.prev-next .prev a,
.prev-next .next a {
    text-decoration: none;
    font-weight: 500;
    color: #272727;
}
.prev-next .prev a:hover,
.prev-next .next a:hover {
	opacity: .7;
}
.prev-next .centered .next a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	padding-left: 5px;
}
.prev-next .centered .prev a:before {
	content: '\f104';
	font-family: 'FontAwesome';
	padding-right: 5px;
}
.prev-next .next img {
    margin-left: 10px;
    float: right;
    width: 75px;
}
/* =Post Author
-----------------------------------------------------------------------------*/

.author_bio_section,
#related_posts,
#post-links {
    padding: 24px;
    margin-bottom: 24px;
    overflow: hidden;
}
.author_bio_section .group {
	float: left;
}
.author_details {
    position: relative;
    padding-left: 124px;
    margin-bottom: 8px;
}
.author_name {
    font-style: normal;
    padding-left: 124px;
}
.author_name a {
    color: inherit;
    text-decoration: none;
}
.author_avatar {
    float: left;
}
.author_avatar img {
    border-radius: 50%;
    margin-top: -30px;
}
.author_bio_section .entry-social {
    padding-left: 114px;
}
.author_icons {
    list-style: none;
    margin: 0;
}
.author_icons li {
    display: inline-block;
}
/* =Calendar
-----------------------------------------------------------------------------*/

#wp-calendar {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    border-collapse: separate;
    border-spacing: 8px;
    margin-left: -2px;
}
#wp-calendar caption {
    display: none;
}
#wp-calendar tbody td {
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #f4f4f4;
}
aside table th,
aside table td,
#pre-footer table th,
#pre-footer table td {
    padding: 0;
    padding-bottom: 0;
}
.offcanvas table th,
.offcanvas table td {
    padding: 0;
    padding-bottom: 0;
}
#wp-calendar tbody td:hover {
    border-color: #e2e2e2;
}
#wp-calendar tbody td.pad {
    border: 0;
}
#wp-calendar tbody td#today {
    color: #47C2DC;
    border-color: #47C2DC;
}
#wp-calendar tfoot td#prev a,
#wp-calendar tfoot td#next a {
    color: #888;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    bottom: -9px;
    margin-bottom: 1px;
}
#wp-calendar tfoot td#prev {
    text-align: left;
}
#wp-calendar tfoot td#next {
    text-align: right;
}
#wp-calendar thead th {
    font-size: 13px;
    font-weight: 400;
    color: #888;
    text-align: center;
    padding-bottom: 10px;
}
#wp-calendar tbody td a,
#wp-calendar tfoot td#prev a:hover,
#wp-calendar tfoot td#next a:hover {
    color: #47C2DC;
}
#wp-calendar td {
    border-bottom: 0;
}
/* =Morphing Search Widget
-----------------------------------------------------------------------------*/
.overlay-search {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 200;
}
.button-close {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 20px;
    color: #fff;
    border: 1px solid #a1905d;
    outline: none;
    cursor: pointer;
}
.button-close:hover:before {
    width: 35px;
}
.button-close:hover:after {
    width: 35px;
}
.button-close:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 1px;
    border-left: 10px solid currentColor;
    border-right: 10px solid currentColor;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button-close:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 1px;
    border-left: 10px solid currentColor;
    border-right: 10px solid currentColor;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.overlay-data {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility: 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#search input[type="search"] {
    height: inherit;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: bold;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    outline: 0;
    padding: 0;
}

/* =Social Icons
-----------------------------------------------------------------------------*/

.entry-social i,
.Social_Sidebar_Widget i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.entry-meta .entry-social i {
    border: 1px dotted;
}
.share-button i {
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    border: 1px solid transparent;
}
span.entry-social {
    display: none;
    transform: scale(0);
    opacity: 0;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}
span.entry-social.active {
    display: inline-block;
    transform: scale(1);
    opacity: 1;
    animation: anim .3s ease-in-out;
}
@keyframes anim {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/* =Header Icons
-----------------------------------------------------------------------------*/
.iconWrapper {
    position: relative;
    overflow: hidden;
    width: 25px;
    height: 21px;
    background-color: transparent;
    transform: scale(1, 1);
}
.iconWrapper .icon {
    z-index: 1;
}
.iconWrapper:hover {
    cursor: pointer;
    transition: none;
}
.icon {
    position: absolute;
}
.icon:before,
.icon:after {
    content: '';
    position: absolute;
    display: block;
}
.icon i {
    position: absolute;
}
.icon i:before,
.icon i:after {
    content: '';
    position: absolute;
    display: block;
}
.hamburger.icon {
    margin-left: 2px;
    margin-top: 10px;
    width: 20px;
    height: 1px;
    background-color: #000;
}
.hamburger.icon:before,
.hamburger.icon:after {
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #000;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}
.hamburger.icon:before {
    top: -5px;
}
.hamburger.icon:after {
    top: 5px;
}
.iconWrapper:hover .hamburger.icon:before {
	-webkit-transform: translateX(0.1rem);
	transform: translateX(0.1rem);
}
.iconWrapper:hover .hamburger.icon:after {
	-webkit-transform: translateX(-0.1rem);
	transform: translateX(-0.1rem);
}
.search.icon {
    margin-top: 2px;
    margin-left: 3px;
    width: 14px;
    height: 14px;
    border: solid 1px #000;
    border-radius: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search.icon:before {
    top: 12px;
    left: 5px;
    height: 6px;
    width: 1px;
    background-color: #000;
}
/* =Misc
-----------------------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 24px;
    max-width: 100%;
}
.sw-gallery .caption {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    background: #000;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    margin-bottom: 0;
}
.format-standard blockquote {
    font-size: inherit;
    line-height: inherit;
    margin-left: 24px;
    border-left: 2px solid #c09f80;
    color: #888;
}
.slicknav_nav a,
.slicknav_nav i {
    line-height: 24px !important;
}
.more_arrow {
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}
.more_arrow i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.more_arrow:hover i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#category_header {
    padding: 24px;
    margin-bottom: 24px;
}
#category_header span {
    font-style: italic;
}
#category_header h6,
#category_header p {
    margin-bottom: 0;
}
#category_header p:first-child {
    margin-top: 8px;
}
.format-audio iframe {
    width: 100%;
}
.mejs-controls .mejs-button button {
    min-height: inherit;
}
aside .search-form,
.page_404 .search-form {
    position: relative;
}
aside .search-form .form-item,
.page_404 .search-form .form-item {
    border: 1px solid #dddddd;
}
aside .search-form input,
.page_404 .search-form input {
    border: 0;
    width: 100%;
    font-family: inherit;
    font-style: italic;
    font-size: smaller;
}
aside .search-form .button,
.page_404 .search-form .button {
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0;
    top: 0;
    border: 0;
    background-color: transparent;
}
aside .search-form .button:hover,
.page_404 .search-form .button:hover {
    box-shadow: none;
}
.clearfix {
    clear: both;
}
.offcanvas .menu > .menu-item-has-children > ul,
aside .widget .menu > .menu-item-has-children > ul,
#pre-footer .widget .menu > .menu-item-has-children > ul,
.dot:last-child,
.width-100.pnalt a {
    display: none;
}
.widget .menu > .menu-item-has-children li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.widget .menu {
    margin: 0;
    padding: 0;
}
.widget .menu li {
    position: relative;
    padding: 0;
    border-bottom: 1px dashed #ddd;
}
.widget .menu a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 16px 0;
}
.widget .menu .menu-item-has-children:after {
    right: 8px;
    top: 14px;
    border: solid transparent;
    content: "\f105";
    position: absolute;
    pointer-events: none;
    transition: all 0.2s ease;
    font-family: 'FontAwesome';
}
.widget .menu .active.menu-item-has-children:after {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.widget .menu .sub-menu {
    margin-left: 15px;
    font-size: 90%;
    list-style: none;
}
.single .entry-content blockquote em p:first-child:first-letter, 
.single .entry-content p.wp-caption-text:first-child:first-letter {
    display: inline-block;
    float: none;
    font-weight: inherit;
    color: inherit;
    text-transform: uppercase;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    padding: 0;
}
#progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}
/* =Loader
-----------------------------------------------------------------------------*/
.circle {
    width: 8vmax;
    height: 8vmax;
    border-right: 4px solid #3498DB;
    border-radius: 100%;
    -webkit-animation: spinRight 800ms linear infinite;
    animation: spinRight 800ms linear infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.circle:before,
.circle:after {
    content: '';
    width: 6vmax;
    height: 6vmax;
    display: block;
    position: absolute;
    top: calc(50% - 3vmax);
    left: calc(50% - 3vmax);
    border-left: 3px solid #D35400;
    border-radius: 100%;
    -webkit-animation: spinLeft 800ms linear infinite;
    animation: spinLeft 800ms linear infinite;
}
.circle:after {
    width: 4vmax;
    height: 4vmax;
    top: calc(50% - 2vmax);
    left: calc(50% - 2vmax);
    border: 0;
    border-right: 2px solid #2ECC71;
    -webkit-animation: none;
    animation: none;
}
@-webkit-keyframes spinLeft {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}
@keyframes spinLeft {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}
@-webkit-keyframes spinRight {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes spinRight {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
/* =Styles for Mobile
-----------------------------------------------------------------------------*/

@media screen and (min-width: 768px) {
    /* .container {
        width: 750px;
    } */
    .navbar-toggle {
        display: none;
    }
    .col.col-6.aligner.last {
        order: inherit;
    }
}
@media screen and (max-width: 768px) {
    .entry-meta {
        text-align: center;
    }
    .entry-meta .entry-social {
        padding-top: 18px;
    }
    .navbar-toggle {
        float: left;
        line-height: 50px;
    }
    /* .container {
        max-width: 500px;
    } */
    .promo_title_wrap a {
	    padding: 10px 0;
    }
    .promo_title_wrap .heading {
	    text-align: center;
    }
    .thumb_odd:before,
    .thumb_even:before {
        display: none;
    }
    #footer .float-left,
    #footer .float-right {
        text-align: center;
        padding-bottom: 24px;
    }
    /*.slicknav_menu {*/
        /*margin-top: -50px;*/
        /*background: transparent !important;*/
    /*}*/
    /*.slicknav_nav {*/
        /*background: #4c4c4c;*/
    /*}*/
    /*.slicknav_nav i {*/
	    /*color: #fff !important;*/
    /*}*/
    /*.navigation-alt .slicknav_menu,*/
    /*.aligner .slicknav_menu {*/
        /*margin-top: 0;*/
        /*text-align: center;*/
        /*width: 100%;*/
    /*}*/
    /*.navigation-alt .slicknav_btn,*/
    /*.aligner .slicknav_btn {*/
        /*display: inline-block;*/
        /*float: none;*/
    /*}*/
    /*.slicknav_nav .iconWrapper {*/
	    /*display: inline-block;*/
    /*}*/
    /*.slicknav_nav .hamburger, */
    /*.slicknav_nav .hamburger:before, */
    /*.slicknav_nav .hamburger:after, */
    /*.slicknav_nav .search:before {*/
	    /*background-color: #fff;*/
    /*}*/
    /*.slicknav_nav .search {*/
	    /*border-color: #fff;*/
    /*}*/
    /*.slicknav_nav a:hover .hamburger,*/
    /*.slicknav_nav a:hover .hamburger:before,*/
    /*.slicknav_nav a:hover .hamburger:after,*/
    /*.slicknav_nav a:hover .search:before {*/
	    /*background-color: #222;*/
    /*}*/
    /*.slicknav_nav a:hover .search {*/
	    /*border-color: #222;*/
    /*}*/
    .prev-next .next img {
        float: left !important;
        margin-left: 0 !important;
        margin-right: 10px;
    }
    .list .post-thumbnail {
        text-align: center;
    }
    .list .col {
        padding-right: 0 !important;
    }
    .list .post-header {
        padding-top: 18px;
    }
    .masonry {
        position: relative;
        overflow: hidden;
    }
    .alt-post-header {
        padding: 24px 0;
    }
    .entry.alt-list {
        margin-bottom: 48px;
    }
    .list .more_arrow {
        visibility: hidden;
    }
    #related_posts .col:not(:last-child),
    .promo-section .col:not(:last-child) {
	    padding-bottom: 24px;
    }
    #pre-footer .col:not(:first-child) {
        padding-top: 24px;
    }
    #footer .float-right {
	    padding-top: 0;
    }
    #search input[type="search"] {
	    font-size: 30px;
    }
}

@media screen and (max-width: 992px) {
    .slicknav_menu {
        margin-top: -50px;
        background: transparent !important;
    }
    .slicknav_nav {
        background: #4c4c4c;
    }
    .slicknav_nav i {
	    color: #fff !important;
    }
    .navigation-alt .slicknav_menu,
    .aligner .slicknav_menu {
        margin-top: 0;
        text-align: center;
        width: 100%;
    }
    .navigation-alt .slicknav_btn,
    .aligner .slicknav_btn {
        display: inline-block;
        float: none;
    }
    .slicknav_nav .iconWrapper {
	    display: inline-block;
    }
    .slicknav_nav .hamburger,
    .slicknav_nav .hamburger:before,
    .slicknav_nav .hamburger:after,
    .slicknav_nav .search:before {
	    background-color: #fff;
    }
    .slicknav_nav .search {
	    border-color: #fff;
    }
    .slicknav_nav a:hover .hamburger,
    .slicknav_nav a:hover .hamburger:before,
    .slicknav_nav a:hover .hamburger:after,
    .slicknav_nav a:hover .search:before {
	    background-color: #222;
    }
    .slicknav_nav a:hover .search {
	    border-color: #222;
    }
}

@media screen and (min-width: 992px) {
    /* .container {
        width: 970px;
    } */
}
@media screen and (min-width: 1200px) {
    /* .container {
        width: 1080px;
    } */
}
/* =Tablet (Portrait)
-----------------------------------------------------------------------------*/

@media only screen and (min-width: 769px) and (max-width: 990px) {
    .list .entry-content {
        display: none;
    }
    .list.format-quote .entry-content {
        display: block;
    }
    .thumb_title_wrap h3 {
        -webkit-transform: translate3d(0, -10%, 0) translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0) translate3d(0, -20%, 0);
        font-size: 18px;
    }
    .swiper-slide-active p.owl_category,
    .slider-entry-date {
        -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
        transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
    }
}
/* =Mobile (Landscape)
-----------------------------------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {} @media screen and (max-width: 480px) {
    .thumb_title_wrap h3 {
        -webkit-transform: translate3d(0, -10%, 0) translate3d(0, -20%, 0);
        transform: translate3d(0, -10%, 0) translate3d(0, -20%, 0);
        font-size: 18px;
    }
    .swiper-slide-active p.owl_category,
    .slider-entry-date {
        -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
        transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
    }
}
.slicknav_menu {
    display: none;
}
@media screen and (max-width: 768px) {
    /* #menu is the original menu */
    
    nav .menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
}