/*
*	Theme Name: Gooder
*	Theme URI: https://themeforest.net/user/simplepixel/portfolio
*	Author: SimplePixel
*	Author URI: https://themeforest.net/user/simplepixel
*	Description: Elegant WordPress Blog Theme. This theme have many features such as page-builder, highly customizable, shortcodes, various post list layout, and many more.
*	Version: 1.0
*	License: GNU General Public License v2 or later
*	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*	Tags: custom-colors, custom-header, custom-menu, post-formats, left-sidebar, right-sidebar
*	Text Domain: gooder
*	Domain Path: /languages
*/

/**
*	TABLE OF CONTENTS
*	0.0 CSS Reset
* 1.0 Basic Styling
* 2.0 Typography
* 3.0 Transition Effect
* 4.0 Link & Button Style
* 5.0 Preloaders
* 6.0 Menu
*	7.0 Forms
*	8.0 Carousel
* 9.0 Popover
* 10.0 Gallery
* 11.0 Notification Block
* 12.0 Posts Block
* 13.0 Authors Block
* 14.0 Category Block
* 15.0 Icon Block
* 16.0 Testimonials Block
* 17.0 Call To Action Block
* 18.0 Instagram Feed
* 19.0 Subscribe Block
* 20.0 Header
* 21.0 Footer
* 22.0 Widgets & Sidebars
*	23.0 Featured Content
*	24.0 Advertising
*	25.0 Preloader
* 26.0 Color Scheme
* 27.0 Styling Helpers
**/

/**
* ---------------------------------------------------------------------------
*	0.0 CSS Reset
*
*	Resetting and rebuilding styles have been helped along thanks to the fine
*	work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
*	along with Nicolas Gallagher and Jonathan Neal
* http://necolas.github.com/normalize.css/ and Blueprint
* http://www.blueprintcss.org/
* ----------------------------------------------------------------------------
**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	z-index: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input[type=submit] {
	-webkit-appearance: none;
	border: none;
	outline: none;
}
img {
	max-width: 100%;
}


/**
* -------------------------------------------------
*	1.0 Basic Styling
* -------------------------------------------------
**/
#main,
.content-area,
.site-content,
.main-content {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	background: #ffffff;
}

.site-content {
	overflow: hidden;
}
.site-main.footer-1 {
	z-index: 2;
}

.owl-carousel {
	touch-action: none;
}


/* Adjust Unyson container & column */
.fw-col-sm-12 {
	position: relative;
	float: left;
}

@media (min-width: 768px) {
  .fw-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fw-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fw-container {
    width: 1170px;
  }
}
@media (max-width: 767px) {
	.main-row {
		margin: 0;
	}
}

/* hide photoswipe element on load */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 100000;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}


/**
* -------------------------------------------------
*	2.0 Typography
* -------------------------------------------------
**/
*,
p,
html,
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

body {
	color: #4D4D4D;
}

address {
	line-height: 24px;
}

strong {
	font-weight: 700;
}

b,
strong {
	font-size: inherit;
}

em {
	font-style: italic;
}

.font-title,
.widget_calendar caption,
.widget_calendar thead th,
.widget_calendar #prev a,
.widget_calendar #next a,
.widget_calendar tbody td,
.selectize-input > input,
.widget_archive ul li,
.widget_archive ul li span,
.widget_categories ul li,
.widget_categories ul li span,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_rss ul li a,
.widget_rss cite,
.widget_tag_cloud a,
.widget_simplepixel_recent_comments .counter-container,
.widget_simplepixel_posts .numbered-list .list-number,
.twitter-feed-container .feed .date,
.selectize-input > *,
.notification-block p,
.single-page .content-wrapper .post-pagination a,
.type-page .type-page-content .post-pagination a,
#comments .comment-navigation a,
.attachment-image-nav .comment-navigation a,
.blog-navigation-container .page-numbers,
.smpixel-shortcode-calendar-wrapper button,
.smpixel-shortcode-calendar-wrapper .cal-row-head,
.smpixel-shortcode-calendar-wrapper .cal-month-day,
.testimonials-block .author-container .author-job,
.selectize-dropdown .selectize-dropdown-content .option,
.single-page .content-wrapper .content-container > table th,
.smpixel-tabs-container .fw-tab-content > table th,
.smpixel-accordion .smpixel-accordion-content > table th,
.comment-text-container table th,
.type-page .entry-content > table th,
#comments .no-comments,
.wrap-forms label,
.wrap-forms .custom-checkbox label,
.wrap-forms .custom-radio label,
#comments .comment-date,
#comments .comment-content-container .comment-edit-link,
#comments .comment-content-container .reply a,
#comments .comment-respond .cancel-reply-button a,
.single-page .written-by-container .profile-text .author-job,
.menu-dropdown .menu li a,
.widget_nav_menu .menu li a,
.widget_rss .rss-date,
.social-media-1,
.social-media-4,
.archive-content .main-title-1 .post-count-container .text,
.single-page .author-profile .profile-text .author-job,
.single-page .author-profile .post-count,
.single-page .author-profile .post-count-label,
.single-page .tags-container a,
.single-page .content-wrapper .content-container > p cite,
.smpixel-tabs-container .fw-tab-content > p cite,
.smpixel-accordion .smpixel-accordion-content > p cite,
.comment-text-container p cite, .type-page .entry-content > p cite,
.widget_simplepixel_instagram .feed-info .info p,
.instagram-feed .feed-info .info p,
.menu-offcanvas .menu a,
.category-block .post-count-container,
.custom-search-form .custom-search-field,
.subscribe-form .custom-field,
.comment-form .custom-field,
footer .copyright-container p,
.widget_simplepixel_recent_comments .author-container .name,
.smpixel-accordion .smpixel-accordion-title,
.button-rounded,
#cal-day-box .time-col h6,
#cal-day-box .events-col h6,
#comments .comment-content-container cite .comment-by,
.wrap-forms .instruction,
.post-content .link-category,
.post-content .post-author .name,
.post-content .date,
.smpixel-tabbed-post-container .cat-popup-button,
.pagination-button-container .pagination-button,
.pagination-button-container .load-text,
.pagination-button-container .more-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	color: #262626;
}

h1,
h2,
h3,
h4,
h5,
h6,
h4 i,
h4 b,
h3 b,
h6 i,
h6 b,
dt,
.single-page .content-wrapper .content-container > blockquote p,
.smpixel-tabs-container .fw-tab-content > blockquote p,
.smpixel-tabs-container .fw-tab-content > blockquote p a,
.smpixel-accordion .smpixel-accordion-content > blockquote p,
.smpixel-accordion .smpixel-accordion-content > blockquote p a,
.comment-text-container blockquote p,
.type-page .entry-content > blockquote p,
.single-page .wp-block-column blockquote.wp-block-quote p,
.comment-text-container .wp-block-column blockquote.wp-block-quote p,
.type-page .wp-block-column blockquote.wp-block-quote p,
.smpixel-tabs-container .fw-tab-content .wp-block-column blockquote.wp-block-quote p,
.smpixel-accordion .smpixel-accordion-content .wp-block-column blockquote.wp-block-quote p,
.single-page .content-wrapper .content-container > .wp-block-pullquote blockquote p,
.smpixel-tabs-container .fw-tab-content > .wp-block-pullquote blockquote p,
.smpixel-tabs-container .fw-tab-content > .wp-block-pullquote blockquote p a,
.smpixel-accordion .smpixel-accordion-content > .wp-block-pullquote blockquote p,
.smpixel-accordion .smpixel-accordion-content > .wp-block-pullquote blockquote p a,
.comment-text-container .wp-block-pullquote blockquote p,
.type-page .entry-content > .wp-block-pullquote blockquote p,
.custom-search-form .popup-search-field,
.widget_recent_comments ul li a:not( .url ),
.widget_rss ul li a,
.widget_recent_entries ul li a {
	font-family: 'Noto Serif', serif;
	font-weight: 700;
	letter-spacing: 0;
	color: #262626;
}

h6.site-title,
h6.archive-name,
h6.post-count,
h6.prev-next-post-title,
.smpixel-tabs .smpixel-tabs-title h6,
.post-content .info .text,
.author-list-wrapper .author-block .job-title,
.author-list-wrapper .post-count-container p {
	font-family: 'Montserrat', sans-serif;
}

/* placeholder style must be declared individually ( separated ) */
.selectize-input > input::-webkit-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #262626;
}
.selectize-input > input:-moz-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #262626;
}
.selectize-input > input::-moz-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #262626;
}
.selectize-input > input:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #262626;
}

h1 {
	font-size: 50px;
	line-height: 68px;
	letter-spacing: 0;
}
h2 {
	font-size: 42px;
	line-height: 60px;
	letter-spacing: 0;
}
h3 {
	font-size: 36px;
	line-height: 54px;
	letter-spacing: 0;
}
h4 {
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0;
}
h4 i,
h4 b {
	font-size: inherit;
	line-height: inherit;
}
h5 {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0;
}
h6 {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0;
}
p,
p u {
	font-size: 14px;
	line-height: 26px;
	color: #4D4D4D;
}
h1.clearing {
	height: 0px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #262626;
}

/* 2.1 Typography on mobile devices */
@media all and (max-width: 767px) {
	h1 {
		font-size: 40px;
		line-height: 54px;
		letter-spacing: 0;
	}
	h2 {
		font-size: 36px;
		line-height: 50px;
		letter-spacing: 0;
	}
	h3 {
		font-size: 28px;
		line-height: 42px;
	}
	h4 {
		font-size: 20px;
		line-height: 32px;
	}
	h5 {
		font-size: 18px;
		line-height: 30px;
	}
	h6 {
		font-size: 16px;
		line-height: 28px;
	}
}


/**
* -------------------------------------------------
*	3.0 Transition Effect
* -------------------------------------------------
**/
.sticky-header,
.social-media-1,
.custom-search-form .animated-border,
.subscribe-form .animated-border,
.comment-form .animated-border,
.custom-search-form .custom-search-button .icon,
.subscribe-form .custom-submit-button .icon,
.menu-dropdown .menu > li a,
.menu-dropdown .menu > .menu-item-has-children::after,
.menu-dropdown .menu > li > ul .menu-item-has-children::after,
.widget_nav_menu .menu > li a,
.widget_nav_menu .menu > .menu-item-has-children::after,
.widget_nav_menu .menu > li > ul .menu-item-has-children::after,
.post-content .post-label .label-text,
.post-content .post-author .post-author-link::before,
.footer-2 .up-button,
.social-media-2,
.social-media-3,
.menu-dropdown .menu ul,
.button-play,
.main-color-link,
.post-content .date .month,
.post-content .date .day,
.post-content .date .year,
.post-content .post-author .name,
.custom-popover,
.inline-text-link,
.preloader-container-pagination,
.preloader-container-pagination-full,
.pagination-button-container .load-more-container,
.pagination-button-container .pagination-button .icon,
.pagination-button-container,
.smpixel-accordion .smpixel-accordion-title,
.smpixel-accordion .smpixel-accordion-title .title-container,
.smpixel-accordion .smpixel-accordion-title .accordion-icon,
.btn-group button[data-calendar-nav],
.icon-block .icon i,
.icon-block h6 a,
.icon-block h6::before,
.icon-block p,
.subscribe-block .form-notif-container,
.custom-search-form .custom-search-field,
.custom-search-form .popup-search-label,
.subscribe-form .custom-field,
.widget_calendar tbody a,
.widget_calendar #prev a,
.widget_calendar #next a,
.widget_archive ul li span,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_categories ul li span,
.widget_categories ul li a,
.widget_tag_cloud a,
.widget_rss ul li a,
.widget_text a,
.widget_categories ul li::before,
.widget_pages ul li::before,
.widget_meta ul li::before,
.widget_recent_comments ul li::before,
.widget_recent_entries ul li::before,
.widget_archive ul li::before,
.widget-about-author .author-name h5,
.widget_rss ul li::before,
.twitter-feed-container ul li a,
.category-list-wrapper .category-block h5,
.widget_simplepixel_recent_comments .post-title .icon,
.single-page .main-title-container .bg-overlay,
.single-page .main-title-container .title-text-container,
.single-page .main-title-container .single-post-info-container,
.single-page .article-navigation .date,
.single-page .title-container .post-info a,
.single-page .content-container a,
.single-page .content-container a::before,
.single-page .post-footer .share-container .post-footer-title a,
.single-page .single-post-info-container .like-button .text,
.single-page .single-post-info-container .like-button .icon,
#comments .comment-content-container .comment-edit-link,
#comments .comment-content-container .reply a,
#comments .comment-navigation a,
#comments .comment-navigation .nav-next a::after,
#comments .comment-navigation .nav-previous a::before,
#comments .comment-respond .cancel-reply-button .icon,
#comments .comment-content-container cite h6 a,
#comments .comment-respond .cancel-reply-button a,
#comments .comment-respond .cancel-reply-button a::before,
.attachment-image-nav .comment-navigation a,
.attachment-image-nav .comment-navigation .nav-next a::after,
.attachment-image-nav .comment-navigation .nav-previous a::before,
.single-page .content-wrapper .post-pagination a,
.single-page .content-wrapper .post-pagination a .icon,
.type-page .type-page-content .post-pagination a,
.type-page .type-page-content .post-pagination a .icon,
.blog-navigation-container .page-numbers,
.archive-empty-result .main-color-link::before,
.single-page .post-password-form p input,
.menu-dropdown .menu ul li,
header .offcanvas-button .line,
header .offcanvas-button .line::before,
header .offcanvas-button .line::after,
.top-nav-bar .button-offcanvas:hover .line,
.top-nav-bar .button-offcanvas:hover .line::before,
.top-nav-bar .button-offcanvas:hover .line::after,
.menu-offcanvas .menu a,
.menu-offcanvas .menu .menu-item-has-children::after,
.post-content .post-label .label-text,
.post-content .post-label .icon,
.post-content .title-link,
.post-content .post-author a,
.post-content .post-author a .name,
.post-content .img-container .post-info-container .info-wrapper,
.post-portrait .post-share .icon,
.post-portrait .post-share .text,
.post-portrait-small .post-share .icon,
.post-portrait-small .post-share .text,
.post-portrait .img-container .play-button .icon,
.post-landscape .img-container .play-button .icon,
.post-portrait-small .img-container .play-button .icon,
.post-landscape-small .img-container .play-button .icon,
.post-landscape .post-share .icon,
.post-landscape .post-share .text,
.post-landscape-small .post-share .icon,
.post-landscape-small .post-share .text,
.post-image-bg .post-share .icon,
.post-content .post-label,
.wrap-forms label,
.subscribe-block .form-label,
.notification-block .notification-close .icon,
.smpixel-tabs-title h6 .text-container,
.smpixel-tabs-title .tab-icon,
.widget_simplepixel_categories .category-name h6,
.single-page .content-wrapper .content-container > ul li a,
.single-page .content-wrapper .content-container > ol li a,
.type-page .entry-content > ul li a,
.type-page .entry-content > ol li a,
.single-page > .title-container .bg-overlay,
.single-page > .title-container.single-post-1 .title-text-container,
.single-page .tags-container a,
.single-page .article-navigation .text-container .post-title,
.single-page .content-wrapper .content-container > dl a,
.smpixel-tabs-container .fw-tab-content dl a,
.smpixel-accordion .smpixel-accordion-content dl a,
.comment-text-container dl a,
.type-page .entry-content > dl a,
.single-page .content-wrapper .content-container > p a,
.smpixel-tabs-container .fw-tab-content > p a,
.smpixel-accordion .smpixel-accordion-content > p a,
.comment-text-container p a,
.widget_recent_comments ul li a:not( .url ),
.widget_recent_entries ul li a,
.widget_text p a,
.type-page .entry-content > p a {
	-webkit-transition: all 0.3s ease 0ms;
	   -moz-transition: all 0.3s ease 0ms;
	    -ms-transition: all 0.3s ease 0ms;
	     -o-transition: all 0.3s ease 0ms;
	        transition: all 0.3s ease 0ms;
}

.post-content .img-container .link-overlay::after,
.post-content,
.button-default,
.instagram-feed .feed .feed-overlay,
.popup-search-container::before,
.instagram-feed .feed-info .info .feed-like,
.instagram-feed .username-link-container .username-link h6,
.instagram-feed .feed-info .info .feed-comment {
	-webkit-transition: all 0.5s ease 0ms;
		 -moz-transition: all 0.5s ease 0ms;
			-ms-transition: all 0.5s ease 0ms;
			 -o-transition: all 0.5s ease 0ms;
					transition: all 0.5s ease 0ms;
}

header,
.post-image-bg .img-container .img-overlay,
.post-portrait .featured-content-gallery .owl-item::before,
.post-landscape .featured-content-gallery .owl-item::before,
.post-image-bg .img-container .link-overlay::before,
.carousel-container-outer .owl-slider-nav,
.carousel-container-outer .owl-slider-nav .icon {
	-webkit-transition: all 0.5s cubic-bezier( 0.5, 1, 0.2, 1 ) 0s;
	   -moz-transition: all 0.5s cubic-bezier( 0.5, 1, 0.2, 1 ) 0s;
	    -ms-transition: all 0.5s cubic-bezier( 0.5, 1, 0.2, 1 ) 0s;
	     -o-transition: all 0.5s cubic-bezier( 0.5, 1, 0.2, 1 ) 0s;
	        transition: all 0.5s cubic-bezier( 0.5, 1, 0.2, 1 ) 0s;
}

.subscribe-block .form-notif.is-visible,
.post-content .post-author .avatar,
.author-list-wrapper .post-count-container .post-count-label,
.single-page .author-profile .post-count-container .post-count-label,
.custom-popover .popover-content .share-button-container li {
	-webkit-transition: all 0.5s cubic-bezier( 0.175, 0.885, 0.32, 1.275 ); /* ease out back */
	   -moz-transition: all 0.5s cubic-bezier( 0.175, 0.885, 0.32, 1.275 );
	    -ms-transition: all 0.5s cubic-bezier( 0.175, 0.885, 0.32, 1.275 );
	     -o-transition: all 0.5s cubic-bezier( 0.175, 0.885, 0.32, 1.275 );
	        transition: all 0.5s cubic-bezier( 0.175, 0.885, 0.32, 1.275 );
}

.subscribe-block .form-notif {
	-webkit-transition: all 0.5s cubic-bezier( 0.6, -0.28, 0.735, 0.045 ); /* ease in back */
	   -moz-transition: all 0.5s cubic-bezier( 0.6, -0.28, 0.735, 0.045 );
	    -ms-transition: all 0.5s cubic-bezier( 0.6, -0.28, 0.735, 0.045 );
	     -o-transition: all 0.5s cubic-bezier( 0.6, -0.28, 0.735, 0.045 );
	        transition: all 0.5s cubic-bezier( 0.6, -0.28, 0.735, 0.045 );
}

.page-overlay,
.page-overlay-search,
.offcanvas-container,
.social-media-1::before,
.menu-dropdown .menu > li::before,
.menu-offcanvas .menu > li::before,
.menu-dropdown .menu ul li::before,
.social-media-4 .text-container-top,
.social-media-4 .text-container-bottom,
.icon-block h6::before,
.widget_nav_menu .menu > li::before,
.widget_nav_menu .menu ul li a::before {
	-webkit-transition: -webkit-transform 0.7s cubic-bezier( 0.19, 1, 0.22, 1 );
	   -moz-transition: -moz-transform 0.7s cubic-bezier( 0.19, 1, 0.22, 1 );
	    -ms-transition: -ms-transform 0.7s cubic-bezier( 0.19, 1, 0.22, 1 );
	     -o-transition: -o-transform 0.7s cubic-bezier( 0.19, 1, 0.22, 1 );
	        transition: transform 0.7s cubic-bezier( 0.19, 1, 0.22, 1 );
}

.button-1,
.button-1::before,
.button-1::after,
.post-content .link-category::before,
.social-media-3::before,
.top-nav-bar .button-search,
.top-nav-bar .button-search::before,
.top-nav-bar .button-offcanvas,
.top-nav-bar .button-offcanvas::before,
.top-nav-bar .button-search .icon,
header .search-button-header,
header .offcanvas-button,
header .offcanvas-button::before,
.smpixel-tabs ul li::before,
.smpixel-accordion .smpixel-accordion-title::before,
.pagination-button-container .pagination-button,
.pagination-button-container .pagination-button::before,
.offcanvas-container .close-offcanvas-button::before,
.offcanvas-container .close-offcanvas-button .icon,
.blog-navigation-container .page-numbers::before,
.popup-search-container .close-popup-search-button,
.popup-search-container .close-popup-search-button::before,
.sticky-header-1 .right-side .search-button-header i,
.sticky-header-3 .right-side .search-button-header i,
.sticky-header-4 .search-button-header i,
header .search-button-header,
header .search-button-header::before,
.single-page .content-wrapper .post-pagination a::before,
.type-page .type-page-content .post-pagination a::before,
.single-page .content-wrapper .post-pagination a::after,
.type-page .type-page-content .post-pagination a::after,
#comments .comment-navigation a::before,
.attachment-image-nav .comment-navigation a::before,
#comments .comment-navigation a::after,
.attachment-image-nav .comment-navigation a::after,
.smpixel-tabbed-post-container .smpixel-tabs li a::after,
.blog-navigation-container .page-numbers.next::after,
.blog-navigation-container .page-numbers.prev::after,
.popup-search-container .search-form-container,
.widget_categories ul li span::after,
.widget_archive ul li span::after,
.widget_tag_cloud a::before,
.single-page .tags-container a::before,
.single-page .tags-container a::after,
.widget_tag_cloud a::after,
.single-page .content-wrapper .content-container > dl a::before,
.smpixel-tabs-container .fw-tab-content dl a::before,
.smpixel-accordion .smpixel-accordion-content dl a::before,
.comment-text-container dl a::before,
.type-page .entry-content > dl a::before {
	-webkit-transition: all 0.5s cubic-bezier( 0.19, 1, 0.22, 1 );
	   -moz-transition: all 0.5s cubic-bezier( 0.19, 1, 0.22, 1 );
	    -ms-transition: all 0.5s cubic-bezier( 0.19, 1, 0.22, 1 );
	     -o-transition: all 0.5s cubic-bezier( 0.19, 1, 0.22, 1 );
	        transition: all 0.5s cubic-bezier( 0.19, 1, 0.22, 1 );
}

.popup-search-container {
	-webkit-transition: -webkit-transform 0.7s cubic-bezier( 0.19, 1, 0.22, 1 ), visibility 0s ease 0s;
	   -moz-transition: -moz-transform 0.7s cubic-bezier( 0.19, 1, 0.22, 1 ), visibility 0s ease 0s;
	    -ms-transition: -ms-transform 0.7s cubic-bezier( 0.19, 1, 0.22, 1 ), visibility 0s ease 0s;
	     -o-transition: -o-transform 0.7s cubic-bezier( 0.19, 1, 0.22, 1 ), visibility 0s ease 0s;
	        transition: transform 0.7s cubic-bezier( 0.19, 1, 0.22, 1 ), visibility 0s ease 0s;
}

.category-widget .image-container img,
.gallery-container .gallery-block img,
.instagram-feed .feed img {
	-webkit-transition: all 10s cubic-bezier( 0.5, 1, 0.2, 1 );
	   -moz-transition: all 10s cubic-bezier( 0.5, 1, 0.2, 1 );
	    -ms-transition: all 10s cubic-bezier( 0.5, 1, 0.2, 1 );
	     -o-transition: all 10s cubic-bezier( 0.5, 1, 0.2, 1 );
	        transition: all 10s cubic-bezier( 0.5, 1, 0.2, 1 );
}

.footer-2 .up-button .icon,
.post-desc-read-more .icon,
.post-desc-read-more .text,
.post-content .img-container,
.post-image-bg .img-container,
.post-content .text-container .post-read-more-button,
.post-content .text-container .post-read-more-button::before,
.icon-block-top .icon-container::before,
.icon-block-left-2 .icon-container::before,
.icon-block-right-2 .icon-container::before,
.counter-block .icon-container::before,
.post-content .like-container,
.post-portrait .img-container .img-link::before,
.post-portrait-small .img-container .img-link::before,
.post-landscape .img-container .img-link::before,
.post-landscape-small .img-container .img-link::before,
.widget_simplepixel_posts .post-portrait-small .img-overlay,
.widget_simplepixel_posts .post-landscape-small .img-overlay,
.instagram-feed .feed .feed-info::before,
.widget_simplepixel_instagram .feed .feed-info .overlay,
.instagram-feed .username-link-container .link-wrapper,
.pagination-button-container .load-text,
.pagination-button-container .more-text,
.custom-search-form .search-field-container .line,
.subscribe-form .subscribe-field-container::after,
.widget_simplepixel_categories .category-widget,
.single-page .article-navigation .single-page-archive-nav .bg-overlay,
.single-page .article-navigation .single-page-archive-nav {
	-webkit-transition: all 0.3s cubic-bezier( 0.785, 0.135, 0.15, 0.86 );
	   -moz-transition: all 0.3s cubic-bezier( 0.785, 0.135, 0.15, 0.86 );
	    -ms-transition: all 0.3s cubic-bezier( 0.785, 0.135, 0.15, 0.86 );
	     -o-transition: all 0.3s cubic-bezier( 0.785, 0.135, 0.15, 0.86 );
	        transition: all 0.3s cubic-bezier( 0.785, 0.135, 0.15, 0.86 );
}

.gallery-container .gallery-block .img-overlay,
.post-image-bg.is-sticky .link-overlay .img-overlay,
.post-image-bg.featured-content-is-visible .link-overlay .img-overlay {
	-webkit-transition: all 2s cubic-bezier( 0.785, 0.135, 0.15, 0.86 );
	   -moz-transition: all 2s cubic-bezier( 0.785, 0.135, 0.15, 0.86 );
	    -ms-transition: all 2s cubic-bezier( 0.785, 0.135, 0.15, 0.86 );
	     -o-transition: all 2s cubic-bezier( 0.785, 0.135, 0.15, 0.86 );
	        transition: all 2s cubic-bezier( 0.785, 0.135, 0.15, 0.86 );
}


.preloader-main {
	-webkit-transition: all 0.7s cubic-bezier( 0.785, 0.135, 0.15, 0.86 );
	   -moz-transition: all 0.7s cubic-bezier( 0.785, 0.135, 0.15, 0.86 );
	    -ms-transition: all 0.7s cubic-bezier( 0.785, 0.135, 0.15, 0.86 );
	     -o-transition: all 0.7s cubic-bezier( 0.785, 0.135, 0.15, 0.86 );
	        transition: all 0.7s cubic-bezier( 0.785, 0.135, 0.15, 0.86 );
}


/* transition effect in button-2 */
.button-2 {
	-webkit-transition: color 0.5s ease 0s;
	   -moz-transition: color 0.5s ease 0s;
	    -ms-transition: color 0.5s ease 0s;
	     -o-transition: color 0.5s ease 0s;
	        transition: color 0.5s ease 0s;
}
.button-2:hover {
	-webkit-transition: color 0.5s ease 0.15s;
	   -moz-transition: color 0.5s ease 0.15s;
	    -ms-transition: color 0.5s ease 0.15s;
	     -o-transition: color 0.5s ease 0.15s;
	        transition: color 0.5s ease 0.15s;
}
.button-2::before {
	-webkit-transition: border 0.5s ease 0s, background-color 0.5s ease 0s;
	   -moz-transition: border 0.5s ease 0s, background-color 0.5s ease 0s;
	    -ms-transition: border 0.5s ease 0s, background-color 0.5s ease 0s;
	     -o-transition: border 0.5s ease 0s, background-color 0.5s ease 0s;
	        transition: border 0.5s ease 0s, background-color 0.5s ease 0s;
}
.button-2:hover::before {
	-webkit-transition: border 0.5s ease 0s, background-color 0.5s ease 0.15s;
	   -moz-transition: border 0.5s ease 0s, background-color 0.5s ease 0.15s;
	    -ms-transition: border 0.5s ease 0s, background-color 0.5s ease 0.15s;
	     -o-transition: border 0.5s ease 0s, background-color 0.5s ease 0.15s;
	        transition: border 0.5s ease 0s, background-color 0.5s ease 0.15s;
}
/* end transition effect in button-2 */

/* transition effect in off canvas menu */
.offcanvas-container .close-offcanvas-button {
	-webkit-transition: -webkit-transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, visibility 0.5s ease 0.6s, background-color 0.3s ease 0ms;
		 -moz-transition: -moz-transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, visibility 0.5s ease 0.6s, background-color 0.3s ease 0ms;
			-ms-transition: -ms-transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, visibility 0.5s ease 0.6s, background-color 0.3s ease 0ms;
			 -o-transition: -o-transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, visibility 0.5s ease 0.6s, background-color 0.3s ease 0ms;
					transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, visibility 0.5s ease 0.6s, background-color 0.3s ease 0ms;
}
.offcanvas-logo {
	-webkit-transition: -webkit-transform 0.5s ease 0.9s, opacity 0.5s ease 0.9s, visibility 0.5s ease 0.9s;
		 -moz-transition: -moz-transform 0.5s ease 0.9s, opacity 0.5s ease 0.9s, visibility 0.5s ease 0.9s;
			-ms-transition: -ms-transform 0.5s ease 0.9s, opacity 0.5s ease 0.9s, visibility 0.5s ease 0.9s;
			 -o-transition: -o-transform 0.5s ease 0.9s, opacity 0.5s ease 0.9s, visibility 0.5s ease 0.9s;
					transition: transform 0.5s ease 0.9s, opacity 0.5s ease 0.9s, visibility 0.5s ease 0.9s;
}
.main-menu-mobile .menu-dropdown-mobile,
.offcanvas-menu-wrapper .menu-offcanvas {
	-webkit-transition: -webkit-transform 0.5s ease 1.2s, opacity 0.5s ease 1.2s, visibility 0.5s ease 1.2s;
		 -moz-transition: -moz-transform 0.5s ease 1.2s, opacity 0.5s ease 1.2s, visibility 0.5s ease 1.2s;
			-ms-transition: -ms-transform 0.5s ease 1.2s, opacity 0.5s ease 1.2s, visibility 0.5s ease 1.2s;
			 -o-transition: -o-transform 0.5s ease 1.2s, opacity 0.5s ease 1.2s, visibility 0.5s ease 1.2s;
					transition: transform 0.5s ease 1.2s, opacity 0.5s ease 1.2s, visibility 0.5s ease 1.2s;
}
.offcanvas-menu-wrapper .offcanvas-sidebar {
	-webkit-transition: -webkit-transform 0.5s ease 1.5s, opacity 0.5s ease 1.5s, visibility 0.5s ease 1.5s;
		 -moz-transition: -moz-transform 0.5s ease 1.5s, opacity 0.5s ease 1.5s, visibility 0.5s ease 1.5s;
			-ms-transition: -ms-transform 0.5s ease 1.5s, opacity 0.5s ease 1.5s, visibility 0.5s ease 1.5s;
			 -o-transition: -o-transform 0.5s ease 1.5s, opacity 0.5s ease 1.5s, visibility 0.5s ease 1.5s;
					transition: transform 0.5s ease 1.5s, opacity 0.5s ease 1.5s, visibility 0.5s ease 1.5s;
}
/* end transition effect in off canvas menu */

/* transition effect in share popover */
.custom-popover .popover-content .share-button-container li,
.custom-popover.is-visible .popover-content .share-button-container li:nth-child( 5 ) {
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
}
.custom-popover.is-visible .popover-content .share-button-container li:nth-child( 4 ) {
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}
.custom-popover.is-visible .popover-content .share-button-container li:nth-child( 3 ) {
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}
.custom-popover.is-visible .popover-content .share-button-container li:nth-child( 2 ) {
	-webkit-transition-delay: 0.9s;
	   -moz-transition-delay: 0.9s;
	    -ms-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
}
.custom-popover.is-visible .popover-content .share-button-container li:nth-child( 1 ) {
	-webkit-transition-delay: 1.2s;
	   -moz-transition-delay: 1.2s;
	    -ms-transition-delay: 1.2s;
	     -o-transition-delay: 1.2s;
	        transition-delay: 1.2s;
}
/* end transition effect in share popover */

/* transition effect in post info above featured image */
.post-content:hover .img-container .post-info-container .info-wrapper:nth-child( 1 ) {
	-webkit-transition-delay: 0.2s;
	   -moz-transition-delay: 0.2s;
	    -ms-transition-delay: 0.2s;
	     -o-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
.post-content:hover .img-container .post-info-container .info-wrapper:nth-child( 2 ) {
	-webkit-transition-delay: 0.4s;
	   -moz-transition-delay: 0.4s;
	    -ms-transition-delay: 0.4s;
	     -o-transition-delay: 0.4s;
	        transition-delay: 0.4s;
}
.post-content:hover .img-container .post-info-container .info-wrapper:nth-child( 3 ) {
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}
/* end transition effect in post info above featured image */

/* transition effect in instagram feed */
.instagram-feed .feed:hover .info .feed-like,
.instagram-feed .feed:hover .info .feed-comment {
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
}
.instagram-feed .feed:hover .info .feed-comment {
	-webkit-transition-delay: 0.2s;
	   -moz-transition-delay: 0.2s;
	    -ms-transition-delay: 0.2s;
	     -o-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
/* end transition effect in instagram feed */

/* transition effect in form */
.wrap-forms .form-label {
	-webkit-transition-delay: 0.2s;
	   -moz-transition-delay: 0.2s;
	    -ms-transition-delay: 0.2s;
	     -o-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
.wrap-forms .form-label.is-focus {
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
}
/* end transition effect in form */


/**
* -------------------------------------------------
*	4.0 Link & Button Style
* -------------------------------------------------
**/
/* 4.1 social media - text uppercase style */
.social-media-1 {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #868686;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none;
	line-height: normal;
	font-weight: 600;
}


/* 4.2 social media - small icon style */
.social-media-2 {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #262626;
	margin: 0 7px;
}

/* 4.3 social media - icon with background style */
.social-media-3 {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 37px;
	text-align: center;
	color: #262626;
	border: 2px solid #262626;
	margin: 0 2px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.social-media-3:hover {
	color: #ffffff;
	border: 2px solid transparent;
}
.social-media-3::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-backface-visibility: hidden;
	background: #262626;
	opacity: 0;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transform: scale( 0.3 );
	   -moz-transform: scale( 0.3 );
	    -ms-transform: scale( 0.3 );
	     -o-transform: scale( 0.3 );
	        transform: scale( 0.3 );
}
.social-media-3:hover::before {
	opacity: 1;
	-webkit-transform: scale( 1 );
	   -moz-transform: scale( 1 );
	    -ms-transform: scale( 1 );
	     -o-transform: scale( 1 );
	        transform: scale( 1 );
}

/* 4.4 social media - horizontal bar style */
.social-media-4,
.social-media-4 .text-container-top,
.social-media-4 .text-container-bottom {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.social-media-4 {
	border: 2px solid #262626;
}
.social-media-4 .text-container-top,
.social-media-4 .text-container-bottom {
	background: #262626;
	color: #ffffff;
	text-align: center;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 2px;
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.social-media-4 .text-container-bottom {
	background: #ffffff;
	color: #262626;
}
.social-media-4:hover .text-container-bottom {
	-webkit-transform: translateY( -100% );
	   -moz-transform: translateY( -100% );
	    -ms-transform: translateY( -100% );
	     -o-transform: translateY( -100% );
	        transform: translateY( -100% );
}
.social-media-4 .icon {
	margin-right: 5px;
	font-size: 12px;
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}

/* 4.5 button style */
.button-default {
	position: relative;
	display: inline-block;
	color: #ffffff;
}

.button-1 {
	position: relative;
	display: inline-block;
	color: #ffffff;
	overflow: hidden;
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.button-2::before,
.button-2::after,
.button-1::before,
.button-1::after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	-webkit-backface-visibility: hidden;
}
.button-2::after {
	border: none;
	z-index: -1;
}
.button-1::after {
	z-index: -2;
}
.button-1::before {
	background: #262626;
	z-index: -1;
	-webkit-transform: translateY( 100% );
	   -moz-transform: translateY( 100% );
	    -ms-transform: translateY( 100% );
	     -o-transform: translateY( 100% );
	        transform: translateY( 100% );
}
.button-1:hover::before {
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.button-1:hover {
	background: none;
}

.button-2 {
	position: relative;
	display: inline-block;
	font-weight: 600;
	color: #262626;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
}
.button-2:hover {
	color: #ffffff;
}

.button-play {
	display: inline-block;
	font-size: 40px;
	height: 32px;
}
.button-play::before {
	content: "\e01a";
	font-family: "dripicons-v2";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 4.6 Button Size */
.button-small {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
}
.button-medium {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
}
.button-large {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
}
.button-rounded.button-large {
	height: 55px;
	text-align: center;
	padding: 0 65px;
	line-height: 55px;
}
.button-1.button-large,
.button-1.button-large::after,
.button-2.button-large::before,
.button-rounded.button-large {
	-webkit-border-radius: 45px;
	   -moz-border-radius: 45px;
	     -o-border-radius: 45px;
	    -ms-border-radius: 45px;
	        border-radius: 45px;
}
.button-rounded.button-medium {
	height: 45px;
	text-align: center;
	padding: 0 45px;
	line-height: 45px;
}
.button-1.button-medium,
.button-1.button-medium::after,
.button-2.button-medium::before,
.button-rounded.button-medium {
	-webkit-border-radius: 35px;
	   -moz-border-radius: 35px;
	     -o-border-radius: 35px;
	    -ms-border-radius: 35px;
	        border-radius: 35px;
}
.button-rounded.button-small {
	height: 34px;
	text-align: center;
	padding: 0 35px;
	line-height: 34px;
}
.button-1.button-small,
.button-1.button-small::after,
.button-2.button-small::before,
.button-rounded.button-small {
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
	     -o-border-radius: 25px;
	    -ms-border-radius: 25px;
	        border-radius: 25px;
}


/* 4.7 Button Theme */
.button-default-bg,
.button-play:hover {
	color: #FFFFFF;
}


/* 4.8 Category Icon */
.category-icon {
	position: absolute;
	display: block;
	right: 0;
	top: 15px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 57px;
	z-index: 2;
	-webkit-backface-visibility: hidden;
}
.category-icon .icon {
	color: #FFFFFF;
	font-size: 20px;
}

/* 4.9 Inline text link */
.inline-text-link {
	position: relative;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
}
.inline-text-link .icon {
	font-size: 9px;
}

/* 4.10 Pagination button */
.pagination-button-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	list-style: none;
	padding: 0;
	text-align: center;
	margin: 50px 0;
	font-size: 0;
}
.pagination-button-container.no-height {
	height: 0;
	margin: 0;
}
.pagination-button-container li {
	position: relative;
	display: inline-block;
	padding: 0;
}
.pagination-button-container .pagination-button {
	position: relative;
	display: inline-block;
	width: auto;
	height: 45px;
	line-height: 44px;
	padding: 0 20px;
	border: none;
	font-size: 12px;
	font-weight: 600;
	color: #262626;
	-webkit-backface-visibility: hidden;
	margin: 0 0 3px 0;
}
.pagination-button-container .pagination-number {
	width: 45px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	border: 2px solid #f1f1f1;
	margin: 0 5px 5px 5px;
	line-height: 41px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.pagination-button-container .pagination-number:hover {
	border: 2px solid transparent;
}
.pagination-button-container .pagination-button.pagination-number:hover {
	color: #ffffff;
}
.pagination-button-container .load-more-container {
	position: relative;
	z-index: 2;
	opacity: 1;
	will-change: opacity;
	visibility: visible;
}
.pagination-button-container .load-more-wrapper {
	position: relative;
	display: inline-block;
	width: auto;
}
.pagination-button-container .load-more-container.is-hidden {
	opacity: 0;
	visibility: hidden;
}
.pagination-button-container .load-text,
.pagination-button-container .more-text {
	position: absolute;
	display: inline-block;
	bottom: 27px;
	font-size: 11px;
	font-weight: 600;
	color: #262626;
	text-transform: uppercase;
	margin: 0 8px 0 10px;
	opacity: 0;
	will-change: opacity;
	visibility: hidden;
}
.single-post .pagination-button-container .load-text,
.single-post .pagination-button-container .more-text {
	bottom: 34px;
}
.pagination-button-container .load-text {
	left: -53px;
	-webkit-transform: translateX( 10px );
		 -moz-transform: translateX( 10px );
			-ms-transform: translateX( 10px );
			 -o-transform: translateX( 10px );
					transform: translateX( 10px );
}
.pagination-button-container .more-text {
	right: -54px;
	-webkit-transform: translateX( -10px );
		 -moz-transform: translateX( -10px );
			-ms-transform: translateX( -10px );
			 -o-transform: translateX( -10px );
					transform: translateX( -10px );
}
.pagination-button-container .load-more:hover ~ .more-text,
.pagination-button-container .load-more:hover ~ .load-text {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX( 0 );
		 -moz-transform: translateX( 0 );
			-ms-transform: translateX( 0 );
			 -o-transform: translateX( 0 );
					transform: translateX( 0 );
}
.pagination-button-container .pagination-load-more {
	width: 100%;
}
.pagination-button-container .pagination-button.load-more {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #262626;
	border: none;
	margin: 0;
	border: 4px solid #f1f1f1;
	overflow: hidden;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.pagination-button-container .pagination-button.load-more:hover {
	border: 4px solid transparent;
}
.pagination-button-container .load-more .icon {
	position: relative;
	display: inline-block;
	font-size: 25px;
	line-height: 63px;
	color: #262626;
}
.pagination-button-container .load-more:hover .icon {
	color: #ffffff;
}
.pagination-button-container .pagination-button::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #f1f1f1;
	z-index: -1;
}
.pagination-button-container .pagination-number::before {
	height: 100%;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale( 0.3 );
	   -moz-transform: scale( 0.3 );
	    -ms-transform: scale( 0.3 );
	     -o-transform: scale( 0.3 );
	        transform: scale( 0.3 );
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.pagination-button-container .pagination-button:hover::before {
	opacity: 1;
	-webkit-transform: scale( 1 );
	   -moz-transform: scale( 1 );
	    -ms-transform: scale( 1 );
	     -o-transform: scale( 1 );
	        transform: scale( 1 );
}
.pagination-button-container .pagination-button.load-more::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale( 0.3 );
	   -moz-transform: scale( 0.3 );
	    -ms-transform: scale( 0.3 );
	     -o-transform: scale( 0.3 );
	        transform: scale( 0.3 );
	-webkit-backface-visibility: hidden;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.pagination-button-container .pagination-button.load-more:hover::before,
.pagination-button-container .pagination-number:hover::before {
	opacity: 1;
	-webkit-transform: scale( 1 );
	   -moz-transform: scale( 1 );
	    -ms-transform: scale( 1 );
	     -o-transform: scale( 1 );
	        transform: scale( 1 );
}


/* 4.11 Featured post icon */
.featured-label {

}


/* 4.12 Blog view pagination */
.blog-navigation-container,
.blog-navigation-spacer {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0 65px 0;
	text-align: center;
}
.blog-navigation-spacer {
	height: 52px;
	margin: 0;
}
.blog-navigation-spacer.right-sidebar {
	display: none;
	height: 46px;
	margin: 0;
}
.blog-navigation-container .pagination {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	border: none;
	font-size: 0;
}
.blog-navigation-container.no-mrg,
.blog-navigation-container.no-mrg .pagination {
	margin: 0;
}
.blog-navigation-container .page-numbers {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 41px;
	padding: 0;
	margin: 0 5px 5px 5px;
	font-size: 12px;
	font-weight: 600;
	color: #262626;
	overflow: hidden;
	text-align: center;
	border: 2px solid #f1f1f1;
	-webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
			 -o-border-radius: 50%;
			-ms-border-radius: 50%;
					border-radius: 50%;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
}
.blog-navigation-container .page-numbers:hover {
	border: 2px solid transparent;
}
.blog-navigation-container .page-numbers:hover,
.blog-navigation-container .page-numbers.current:hover {
	color: #ffffff;
}
.blog-navigation-container .page-numbers::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale( 0.3 );
	   -moz-transform: scale( 0.3 );
	    -ms-transform: scale( 0.3 );
	     -o-transform: scale( 0.3 );
	        transform: scale( 0.3 );
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.blog-navigation-container .page-numbers:hover::before {
	opacity: 1;
	-webkit-transform: scale( 1 );
	   -moz-transform: scale( 1 );
	    -ms-transform: scale( 1 );
	     -o-transform: scale( 1 );
	        transform: scale( 1 );
}
.blog-navigation-container .page-numbers.next,
.blog-navigation-container .page-numbers.prev {
	width: auto;
	height: 34px;
	padding: 0 35px 0 37px;
	line-height: 34px;
	font-size: 11px;
	font-weight: 600;
	margin: 0 10px 3px 10px;
	overflow: hidden;
	border: none;
	-webkit-transform: translateY( 0 );
		 -moz-transform: translateY( 0 );
			-ms-transform: translateY( 0 );
			 -o-transform: translateY( 0 );
					transform: translateY( 0 );
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
	     -o-border-radius: 25px;
	    -ms-border-radius: 25px;
	        border-radius: 25px;
}
.blog-navigation-container .page-numbers.next:hover,
.blog-navigation-container .page-numbers.next.inactive:hover,
.blog-navigation-container .page-numbers.prev:hover,
.blog-navigation-container .page-numbers.prev.inactive:hover {
	color: #ffffff;
}
.blog-navigation-container .page-numbers.next .icon-arrow {
	margin-left: 7px;
}
.blog-navigation-container .page-numbers.prev .icon-arrow {
	margin-right: 7px;
}
.blog-navigation-container .page-numbers.next::before,
.blog-navigation-container .page-numbers.prev::before,
.blog-navigation-container .page-numbers.next::after,
.blog-navigation-container .page-numbers.prev::after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	-webkit-backface-visibility: hidden;
	border: 2px solid #f1f1f1;
	background: #ffffff;
	opacity: 1;
	visibility: visible;
	will-change: transform;
	-webkit-transform: translateY( 0 );
		 -moz-transform: translateY( 0 );
			-ms-transform: translateY( 0 );
			 -o-transform: translateY( 0 );
					transform: translateY( 0 );
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
	     -o-border-radius: 25px;
	    -ms-border-radius: 25px;
	        border-radius: 25px;
}
.blog-navigation-container .page-numbers.next::after,
.blog-navigation-container .page-numbers.prev::after {
	border: none;
	background: #262626;
	z-index: -1;
	-webkit-transform: translateY( 100% );
		 -moz-transform: translateY( 100% );
			-ms-transform: translateY( 100% );
			 -o-transform: translateY( 100% );
					transform: translateY( 100% );
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	    -ms-border-radius: 0;
	        border-radius: 0;
}
.blog-navigation-container .page-numbers.next:hover::after,
.blog-navigation-container .page-numbers.prev:hover::after {
	-webkit-transform: translateY( 0 );
		 -moz-transform: translateY( 0 );
			-ms-transform: translateY( 0 );
			 -o-transform: translateY( 0 );
					transform: translateY( 0 );
}
.blog-navigation-container .page-numbers.next:hover::before,
.blog-navigation-container .page-numbers.prev:hover::before {
	border: 2px solid #262626;
}
.blog-navigation-container .page-numbers.next.inactive,
.blog-navigation-container .page-numbers.prev.inactive {
	color: #bebebe;
}


@media all and (max-width: 991px) {
	.blog-navigation-container {
		margin-bottom: 50px;
	}
	.is-archive .blog-navigation-container {
		margin-bottom: 15px;
	}
	.blog-navigation-spacer.right-sidebar {
		display: block;
	}
}

@media all and (max-width: 450px) {
	.blog-navigation-container .page-numbers.next {
		margin: 10px 30px;
	}
}



/**
* -------------------------------------------------
* 5.0 Preloaders
* -------------------------------------------------
**/
.preloader-container-pagination,
.preloader-container-pagination-full {
	position: absolute;;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 42px;
	opacity: 1;
	will-change: opacity;
	visibility: visible;
	z-index: 1;
}
.preloader-container-pagination {
	top: 15px;
}
.preloader-container-pagination.is-hidden,
.preloader-container-pagination-full.is-hidden {
	opacity: 0;
	visibility: hidden;
}
.preloader-container-pagination-full {
	padding: 0;
	height: 100%;
	z-index: 3;
}
.preloader-container-pagination-full .preloader-wrapper {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 100%;
}
.preloader {
	position: relative;
	display: inline-block;
	-webkit-backface-visibility: hidden;
}
.preloader-container-pagination-full .preloader {
	position: absolute;
	display: inline-block;
	top: 100px;
	left: 50%;
	-webkit-transform: translate( -50%, 0 );
	   -moz-transform: translate( -50%, 0 );
	    -ms-transform: translateX( -50% ) translateY( 0 );
	     -o-transform: translate( -50%, 0 );
	        transform: translate( -50%, 0 );
}

/* 5.1 Preloaders - Spinner morph */
.spinner-morph {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	-webkit-animation: cp-morph-animate 1s linear infinite;
          animation: cp-morph-animate 1s linear infinite;
}
.preloader-main .spinner-morph {
	margin: -20px 0 0 -20px;
}
.preloader-main.is-hidden .spinner-morph,
.preloader-container-pagination-full.is-hidden .spinner-morph,
.preloader-container-pagination.is-hidden .spinner-morph {
	-webkit-animation: cp-morph-animate 1s linear infinite paused;
          animation: cp-morph-animate 1s linear infinite paused;
}

@-webkit-keyframes cp-morph-animate {
	0% {
		transform: rotate( 0 ) scale( 1 );
		border-radius: 0;
	}
	25%,
	75% {
		transform: rotate( 180deg ) scale( .4 );
		border-radius: 50%;
	}
	100% {
		transform: rotate( 360deg ) scale( 1 );
		border-radius: 0;
	}
}
@keyframes cp-morph-animate {
	0% {
		transform: rotate( 0 ) scale( 1 );
		border-radius: 0;
	}
	25%,
	75% {
		transform: rotate( 180deg ) scale( .4 );
		border-radius: 50%;
	}
	100% {
		transform: rotate( 360deg ) scale( 1 );
		border-radius: 0;
	}
}

/* 5.2 Preloaders - Half Wheel */
.half-wheel-container {
	width: 50px;
	height: 25px;
	overflow: hidden;
	margin-left: -1px;
}
.half-wheel {
	position: relative;
	display: inline-block;
	width: 50px;
  height: 50px;
  border-style: solid;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
	-webkit-transform: rotate( -200deg );
	   -moz-transform: rotate( -200deg );
	    -ms-transform: rotate( -200deg );
	     -o-transform: rotate( -200deg );
	        transform: rotate( -200deg );
	-webkit-animation: rotate-half-wheel 2s ease-in-out infinite;
          animation: rotate-half-wheel 2s ease-in-out infinite;
}
.preloader-main.is-hidden .half-wheel,
.preloader-container-pagination-full.is-hidden .half-wheel,
.preloader-container-pagination.is-hidden .half-wheel {
	-webkit-animation: cp-morph-animate 1s linear infinite paused;
          animation: cp-morph-animate 1s linear infinite paused;
}

@-webkit-keyframes rotate-half-wheel {
  0% {
		border-width: 3px;
	}
  50% {
    transform: rotate( 115deg );
    border-width: 3px;
  }
	100% {
		border-width: 3px;
	}
}
@keyframes rotate-half-wheel {
  0% {
		border-width: 3px;
	}
  50% {
    transform: rotate( 115deg );
    border-width: 3px;
  }
	100% {
		border-width: 3px;
	}
}

/* 5.3 Preloader - Jumper */
.spinner-jumper-container {
	width: 50px;
	height: 50px;
}
.spinner-jumper-container .spinner-section {
	overflow: hidden;
	width: 50px;
	height: calc( 50px / 2 );
}
.spinner-jumper-container .spinner-section.bottom {
	-webkit-transform: rotate( 180deg ) scale( -1, 1 );
	   -moz-transform: rotate( 180deg ) scale( -1, 1 );
	    -ms-transform: rotate( 180deg ) scaleX( -1 );
	     -o-transform: rotate( 180deg ) scale( -1, 1 );
	        transform: rotate( 180deg ) scale( -1, 1 );
}
.spinner-jumper-container .spinner-section .rotator {
	width: 50px;
	height: 50px;
	border: calc( 50px / 15 ) solid transparent;
	box-sizing: border-box;
	-webkit-animation: spinner-jumper-animation 2s ease-in-out infinite;
          animation: spinner-jumper-animation 2s ease-in-out infinite;
	-webkit-transform: rotate( -200deg );
	   -moz-transform: rotate( -200deg );
	    -ms-transform: rotate( -200deg );
	     -o-transform: rotate( -200deg );
	        transform: rotate( -200deg );
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.preloader-main.is-hidden .spinner-section .rotator,
.preloader-container-pagination-full.is-hidden .spinner-section .rotator,
.preloader-container-pagination.is-hidden .spinner-section .rotator {
	-webkit-animation: spinner-jumper-animation 2s ease-in-out paused;
          animation: spinner-jumper-animation 2s ease-in-out paused;
}

@-webkit-keyframes spinner-jumper-animation {
	0% {
		border-width: calc( 50px / 15 );
	}
	50% {
		border-width: calc( 50px / 15 );
		-webkit-transform: rotate( 115deg );
		   -moz-transform: rotate( 115deg );
		    -ms-transform: rotate( 115deg );
		     -o-transform: rotate( 115deg );
		        transform: rotate( 115deg );
	}
	100% {
		border-width: calc( 50px / 15 );
	}
}

@keyframes spinner-jumper-animation {
	0% {
		border-width: calc( 50px / 15 );
	}
	50% {
		border-width: calc( 50px / 15 );
		-webkit-transform: rotate( 115deg );
		   -moz-transform: rotate( 115deg );
		    -ms-transform: rotate( 115deg );
		     -o-transform: rotate( 115deg );
		        transform: rotate( 115deg );
	}
	100% {
		border-width: calc( 50px / 15 );
	}
}


/**
* -------------------------------------------------
*	6.0 Menu
* -------------------------------------------------
**/

/* page overlay will visible when opening offcanvas menu */
.page-overlay,
.page-overlay-search {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba( 30, 30, 30, 0.8 );
	z-index: 9;
	will-change: transform;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	-webkit-transform-origin: left;
	   -moz-transform-origin: left;
	    -ms-transform-origin: left;
	     -o-transform-origin: left;
	        transform-origin: left;
	-webkit-transform: scaleX( 0 ) translate3d( 0, 0, 0 );
	   -moz-transform: scaleX( 0 ) translate3d( 0, 0, 0 );
	    -ms-transform: scaleX( 0 ) translateZ( 0 );
	     -o-transform: scaleX( 0 ) translate3d( 0, 0, 0 );
	        transform: scaleX( 0 ) translate3d( 0, 0, 0 );
}
.page-overlay.is-visible,
.page-overlay-search.is-visible {
	-webkit-transition-delay: 0.25s;
	   -moz-transition-delay: 0.25s;
	    -ms-transition-delay: 0.25s;
	     -o-transition-delay: 0.25s;
	        transition-delay: 0.25s;
	-webkit-transform: scaleX( 1 ) translate3d( 0, 0, 0 );
	   -moz-transform: scaleX( 1 ) translate3d( 0, 0, 0 );
	    -ms-transform: scaleX( 1 ) translateZ( 0 );
	     -o-transform: scaleX( 1 ) translate3d( 0, 0, 0 );
	        transform: scaleX( 1 ) translate3d( 0, 0, 0 );
}

/* 6.1 menu off-canvas */
.offcanvas-container {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	width: 420px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #ffffff;
	z-index: 11;
	will-change: transform;
	-webkit-transition-delay: 0.22s;
	   -moz-transition-delay: 0.22s;
	    -ms-transition-delay: 0.22s;
	     -o-transition-delay: 0.22s;
	        transition-delay: 0.22s;
	-webkit-transform: translate3d( -100%, 0, 0 );
	   -moz-transform: translate3d( -100%, 0, 0 );
	    -ms-transform: translateX( -100% ) translateZ( 0 );
	     -o-transform: translate3d( -100%, 0, 0 );
	        transform: translate3d( -100%, 0, 0 );
}
.offcanvas-container.is-visible {
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	-webkit-transform: translate3d( 0, 0, 0 );
	   -moz-transform: translate3d( 0, 0, 0 );
	    -ms-transform: translateX( 0 ) translateZ( 0 );
	     -o-transform: translate3d( 0, 0, 0 );
	        transform: translate3d( 0, 0, 0 );
}
.admin-bar .offcanvas-container {
	top: 32px;
}

.offcanvas-container .bg-overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba( 255, 255, 255, 0 );
}

.offcanvas-container .close-offcanvas-button {
	position: absolute;
	display: block;
	width: 45px;
	height: 45px;
	right: 50%;
	margin-right: -22px;
	top: 18px;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	overflow: hidden;
	border: 2px solid #f1f1f1;
	z-index: 2;
	opacity: 0;
	will-change: opacity;
	-webkit-transform: translateY( -40px );
		 -moz-transform: translateY( -40px );
		  -ms-transform: translateY( -40px );
			 -o-transform: translateY( -40px );
					transform: translateY( -40px );
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.offcanvas-container .close-offcanvas-button::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	will-change: opacity;
	-webkit-transform: scale( 0.3 );
		 -moz-transform: scale( 0.3 );
		  -ms-transform: scale( 0.3 );
			 -o-transform: scale( 0.3 );
					transform: scale( 0.3 );
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.offcanvas-container .close-offcanvas-button:hover::before {
	opacity: 1;
	-webkit-transform: scale( 1 );
		 -moz-transform: scale( 1 );
		  -ms-transform: scale( 1 );
			 -o-transform: scale( 1 );
					transform: scale( 1 );
}
.offcanvas-container.is-visible .close-offcanvas-button {
	opacity: 1;
	-webkit-transform: translateY( 0 );
		 -moz-transform: translateY( 0 );
		  -ms-transform: translateY( 0 );
			 -o-transform: translateY( 0 );
					transform: translateY( 0 );
}
.offcanvas-container.is-visible .close-offcanvas-button:hover {
	border: 2px solid transparent;
}
.offcanvas-container .close-offcanvas-button .icon {
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height: 1px;
	color: #262626;
	margin: 1px 0 0 0;
	-webkit-transform: translateY( 1px );
	   -moz-transform: translateY( 1px );
	    -ms-transform: translateY( 1px );
	     -o-transform: translateY( 1px );
	        transform: translateY( 1px );
}
.offcanvas-container .close-offcanvas-button:hover .icon {
	color: #ffffff;
}
.offcanvas-container .main-menu-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	top: 0;
	height: 100%;
	padding: 50px 0 0 0;
	z-index: 2;
}
.offcanvas-container.main-menu-mobile .main-menu-container {
	padding: 20px 0 35px 0;
}
.admin-bar .offcanvas-container .main-menu-container {
	height: 100%;
}
.offcanvas-container .main-menu-container .menu-dropdown-mobile {
	opacity: 0;
	will-change: opacity;
	visibility: hidden;
	-webkit-transform: translateX( -25px );
	   -moz-transform: translateX( -25px );
	    -ms-transform: translateX( -25px );
	     -o-transform: translateX( -25px );
	        transform: translateX( -25px );
}
.offcanvas-container.is-visible .main-menu-container .menu-dropdown-mobile {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX( 0 );
	   -moz-transform: translateX( 0 );
	    -ms-transform: translateX( 0 );
	     -o-transform: translateX( 0 );
	        transform: translateX( 0 );
}
.offcanvas-container .logo-container {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 0 30px 0;
	height: auto;
	border-bottom: 1px solid rgba( 100, 100, 100, 0.15 );
	text-align: center;
}
.offcanvas-container.main-menu-mobile .logo-container {
	padding-top: 72px;
}
.offcanvas-container .logo-container .offcanvas-logo {
	display: inline-block;
	width: auto;
	height: 70px;
	opacity: 0;
	will-change: opacity;
	visibility: hidden;
	-webkit-transform: translateY( -25px );
	   -moz-transform: translateY( -25px );
	    -ms-transform: translateY( -25px );
	     -o-transform: translateY( -25px );
	        transform: translateY( -25px );
}
.offcanvas-container.is-visible .logo-container .offcanvas-logo {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.offcanvas-container .notif-setup-menu {
	color: #f4f4f4;
	font-size: 13px;
	margin-left: 0;
	font-weight: 500;
}
.offcanvas-container .offcanvas-menu-container {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 0 30px;
}
.offcanvas-container .offcanvas-menu-container .offcanvas-sidebar-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
}
.offcanvas-container .offcanvas-menu-container .offcanvas-sidebar {
	position: relative;
	float: left;
	display: block;
	padding-top: 5px;
	margin-top: -5px;
	width: 100%;
	opacity: 0;
	will-change: opacity;
	visibility: hidden;
	-webkit-transform: translateX( -25px );
	   -moz-transform: translateX( -25px );
	    -ms-transform: translateX( -25px );
	     -o-transform: translateX( -25px );
	        transform: translateX( -25px );
}
.offcanvas-container.is-visible .offcanvas-menu-container .offcanvas-sidebar {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX( 0 );
	   -moz-transform: translateX( 0 );
	    -ms-transform: translateX( 0 );
	     -o-transform: translateX( 0 );
	        transform: translateX( 0 );
}

.menu-offcanvas {
	position: relative;
	float: left;
	width: 100%;
	padding-left: 15px;
	opacity: 0;
	will-change: opacity;
	visibility: hidden;
	-webkit-transform: translateX( -25px );
	   -moz-transform: translateX( -25px );
	    -ms-transform: translateX( -25px );
	     -o-transform: translateX( -25px );
	        transform: translateX( -25px );
}
.offcanvas-container.is-visible .menu-offcanvas {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX( 0 );
	   -moz-transform: translateX( 0 );
	    -ms-transform: translateX( 0 );
	     -o-transform: translateX( 0 );
	        transform: translateX( 0 );
}
.menu-offcanvas .menu {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
	list-style: none;
}
.menu-offcanvas .menu li {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
.menu-offcanvas .menu a {
	position: relative;
	display: inline-block;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #ffffff;
	padding: 10px 0;
}
.menu-offcanvas .menu ul li > a,
.menu-dropdown.menu-dropdown-mobile .menu ul li > a {
	font-weight: 600;
	font-size: 11px;
}
.menu-offcanvas .menu ul li > a:hover,
.menu-offcanvas .menu ul li.current-menu-item > a,
.menu-offcanvas .menu ul li.current-menu-ancestor > a {
	padding-left: 7px;
}
.menu-offcanvas .menu .menu-item-has-children {
	cursor: pointer;
}
.menu-offcanvas .menu .menu-item-has-children::after {
	content: '\f104';
	font-family: 'Ionicons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
	position: absolute;
	display: block;
	right: 15px;
	top: 14px;
	font-size: 9px;
	color: #ffffff;
}
.menu-offcanvas .menu li ul > .menu-item-has-children::after {
	top: 13px;
}
.menu-offcanvas .sub-menu {
	padding-left: 20px;
}
.menu-offcanvas .menu .sub-menu {
	overflow: hidden;
}


/* 6.2 menu off-canvas on extra small devices (iPhone 6 plus and below)  */
@media all and (max-width: 991px) {
	.offcanvas-container {
		width: 450px;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .offcanvas-container {
		top: 46px;
	}
	.admin-bar .offcanvas-container .main-menu-container {
		height: calc( 100% - 40px - 46px );
	}
}

@media screen and (max-width: 768px) {
	.offcanvas-container .offcanvas-menu-container .offcanvas-sidebar {
		padding: 15px 15px 0 15px;
	}
	.offcanvas-container {
		width: 100%;
	}
}

@media all and (max-width: 600px) {
	.admin-bar .offcanvas-container {
		top: 0;
		z-index: 999999;
	}
	.admin-bar .offcanvas-container .main-menu-container {
		height: 100%;
	}
}


/* 6.3 Dropdown menu */
.menu-dropdown,
.widget_nav_menu {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
}
.menu-dropdown .menu,
.widget_nav_menu .menu {
	position: relative;
	display: block;
	width: 100%;
	list-style: none;
	padding: 0;
}
.menu-dropdown .menu > li a,
.widget_nav_menu .menu > li a {
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #262626;
	padding: 21px 0 21px 0;
	-webkit-transform: translateX( 0 );
		 -moz-transform: translateX( 0 );
			-ms-transform: translateX( 0 );
			 -o-transform: translateX( 0 );
					transform: translateX( 0 );
}
.top-nav-bar .menu-dropdown .menu > li > a::before,
.top-nav-bar .menu-offcanvas .menu > li > a::before {
	top: 0;
	height: 2px;
}
.menu-offcanvas .menu > li > a::before {
	top: 0;
}
.menu-dropdown .menu > .menu-item-has-children::after,
.menu-dropdown .menu > li > ul .menu-item-has-children::after,
.widget_nav_menu .menu > .menu-item-has-children::after,
.widget_nav_menu .menu > li > ul .menu-item-has-children::after {
	content: '\f104';
	font-family: 'Ionicons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
	position: absolute;;
	display: inline-block;
	right: 5px;
	top: 25px;
	margin-left: 0;
	font-size: 9px;
	color: #262626;
}
.menu-dropdown.top-nav-menu .menu > .menu-item-has-children::after {
	top: 21px;
}
.menu-dropdown.top-nav-menu .menu > li > ul .menu-item-has-children::after {
	top: 13px;
}
.menu-dropdown .menu > li > ul .menu-item-has-children::after,
.widget_nav_menu .menu > li > ul .menu-item-has-children::after {
	content: '\f10a';
	position: absolute;
	right: 20px;
	top: 13px;
	color: #6b6b6b;
}
.menu-dropdown.menu-dropdown-mobile .menu > li > ul .menu-item-has-children::after {
	content: '\f104';
}
.menu-dropdown .menu ul li:hover > a,
.menu-dropdown .menu ul li.current-menu-item > a,
.menu-dropdown .menu ul li.current-menu-ancestor > a,
.top-nav-bar .menu-dropdown .menu ul li:hover > a,
.top-nav-bar .menu-dropdown .menu ul li.current-menu-item > a,
.top-nav-bar .menu-dropdown .menu ul li.current-menu-ancestor > a {
	-webkit-transform: translateX( 5px );
		 -moz-transform: translateX( 5px );
			-ms-transform: translateX( 5px );
			 -o-transform: translateX( 5px );
					transform: translateX( 5px );
}
.menu-dropdown .menu ul li a,
.widget_nav_menu .menu ul li a {
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 11px;
	padding: 10px 20px;
	letter-spacing: 0;
	color: #262626;
}
.menu-dropdown .menu > li,
.widget_nav_menu .menu > li {
	position: relative;
	display: inline-block;
	margin-right: 25px;
	text-align: left;
}
.menu-dropdown .menu > li:hover {
	z-index: 2;
}
.menu-dropdown .menu > li.menu-item-has-children {
	margin-right: 20px;
	padding-right: 20px;
}
.menu-dropdown .menu > li:last-child,
.menu-dropdown .menu > li.menu-item-has-children:last-child {
	margin-right: 0;
}
.menu-dropdown .menu ul li,
.widget_nav_menu .menu ul li {
	background: #ffffff;
}
.menu-dropdown .menu ul li::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 2px;
	height: 100%;
	z-index: -1;
	-webkit-transform-origin: bottom;
		 -moz-transform-origin: bottom;
			-ms-transform-origin: bottom;
			 -o-transform-origin: bottom;
					transform-origin: bottom;
	-webkit-transform: scaleY( 0 );
	   -moz-transform: scaleY( 0 );
	    -ms-transform: scaleY( 0 );
	     -o-transform: scaleY( 0 );
	        transform: scaleY( 0 );
}
.menu-dropdown .menu ul li:hover::before,
.widget_nav_menu .menu ul li:hover::before {
	-webkit-transform: scaleY( 1 );
	   -moz-transform: scaleY( 1 );
	    -ms-transform: scaleY( 1 );
	     -o-transform: scaleY( 1 );
	        transform: scaleY( 1 );
}
.menu-dropdown .menu > li > ul {
	position: absolute;
	list-style: none;
	width: 230px;
	display: block;
	margin-top: 0;
	padding: 10px 0;
	opacity: 0;
	will-change: opacity;
	visibility: hidden;
	border: 1px solid #f1f1f1;
	background: #ffffff;
	-webkit-transform: scale( 0.9 );
	   -moz-transform: scale( 0.9 );
	    -ms-transform: scale( 0.9 );
	     -o-transform: scale( 0.9 );
	        transform: scale( 0.9 );
}
.menu-dropdown.top-nav-menu .menu > li > ul {
	margin-top: 0;
}
.menu-dropdown .menu > li > ul > li,
.widget_nav_menu .menu > li > ul > li {
	position: relative;
	width: 100%;
	display: block;
}
.menu-dropdown .menu > li > ul > li {
	z-index: 1;
}
.menu-dropdown .menu > li > ul > li > ul {
	position: absolute;
	width: 100%;
	height: auto;
	list-style: none;
	top: -11px;
	right: -228px;
	display: block;
	opacity: 0;
	will-change: opacity;
	visibility: hidden;
	padding: 10px 0;
	border: 1px solid #f1f1f1;
	background: #ffffff;
	-webkit-transform: translateX( -20px );
	   -moz-transform: translateX( -20px );
	    -ms-transform: translateX( -20px );
	     -o-transform: translateX( -20px );
	        transform: translateX( -20px );
}
.menu-dropdown .menu > li > ul > li > ul > li ul {
	list-style: none;
}
.menu-dropdown .menu > li > ul {
	right: 8000px;
	-webkit-transition: opacity 0.3s ease 0ms, visibility 0.3s ease 0ms, right 0s ease 100ms, -webkit-transform 0.3s ease 0ms;
		 -moz-transition: opacity 0.3s ease 0ms, visibility 0.3s ease 0ms, right 0s ease 100ms, -moz-transform 0.3s ease 0ms;
			-ms-transition: opacity 0.3s ease 0ms, visibility 0.3s ease 0ms, right 0s ease 100ms, -ms-transform 0.3s ease 0ms;
			 -o-transition: opacity 0.3s ease 0ms, visibility 0.3s ease 0ms, right 0s ease 100ms, -o-transform 0.3s ease 0ms;
					transition: opacity 0.3s ease 0ms, visibility 0.3s ease 0ms, right 0s ease 100ms, transform 0.3s ease 0ms;
}
.menu-dropdown .menu > li > ul > li > ul {
	-webkit-transition: opacity 0.3s ease 0ms, visibility 0.3s ease 0ms, right 0s ease 100ms, -webkit-transform 0.4s ease 0ms;
		 -moz-transition: opacity 0.3s ease 0ms, visibility 0.3s ease 0ms, right 0s ease 100ms, -moz-transform 0.4s ease 0ms;
			-ms-transition: opacity 0.3s ease 0ms, visibility 0.3s ease 0ms, right 0s ease 100ms, -ms-transform 0.4s ease 0ms;
			 -o-transition: opacity 0.3s ease 0ms, visibility 0.3s ease 0ms, right 0s ease 100ms, -o-transform 0.4s ease 0ms;
					transition: opacity 0.3s ease 0ms, visibility 0.3s ease 0ms, right 0s ease 100ms, transform 0.4s ease 0ms;
}
.menu-dropdown:not( .menu-dropdown-mobile ) .menu > li:hover > ul {
	right: -230px;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale( 1 );
	   -moz-transform: scale( 1 );
	    -ms-transform: scale( 1 );
	     -o-transform: scale( 1 );
	        transform: scale( 1 );
	-webkit-transition: opacity 0.3s ease 100ms, visibility 0s ease 100ms, right 0s ease 0ms, -webkit-transform 0.3s ease 100ms;
		 -moz-transition: opacity 0.3s ease 100ms, visibility 0s ease 100ms, right 0s ease 0ms, -moz-transform 0.3s ease 100ms;
			-ms-transition: opacity 0.3s ease 100ms, visibility 0s ease 100ms, right 0s ease 0ms, -ms-transform 0.3s ease 100ms;
			 -o-transition: opacity 0.3s ease 100ms, visibility 0s ease 100ms, right 0s ease 0ms, -o-transform 0.3s ease 100ms;
					transition: opacity 0.3s ease 100ms, visibility 0s ease 100ms, right 0s ease 0ms, transform 0.3s ease 100ms;
}
.menu-dropdown .menu > li > ul > li:hover {
	z-index: 2;
}
.menu-dropdown .menu > li > ul > li:hover > ul,
.menu-dropdown .menu > li > ul > li > ul:hover {
	right: -228px;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX( 0 );
	   -moz-transform: translateX( 0 );
	    -ms-transform: translateX( 0 );
	     -o-transform: translateX( 0 );
	        transform: translateX( 0 );
}
.menu-dropdown:not( .menu-dropdown-mobile ) .menu > li:hover > ul {
	right: inherit;
}
.menu-dropdown .menu > li > ul > li > ul > li,
.widget_nav_menu .menu > li > ul > li > ul > li {
	position: relative;;
	width: 100%;
	display: block;
}
.widget_nav_menu .divider {
	position: relative;
	display: none;
	width: 30px;
	height: 5px;
	background: rgba( 100, 100, 100, 0.1 );
	margin: 30px 0 20px 0;
}

/* 6.4 dropdown / primary menu on offcanvas */
.menu-dropdown-mobile {
	margin-top: 25px;
}
.menu-dropdown.menu-dropdown-mobile {
	padding: 0 45px;
}
.menu-dropdown.menu-dropdown-mobile .menu > li.menu-item-has-children {
	padding-right: 0;
}
.menu-dropdown.menu-dropdown-mobile .menu > li > ul,
.menu-dropdown.menu-dropdown-mobile .menu > li > ul > li > ul {
	padding: 0;
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale( 1 );
	   -moz-transform: scale( 1 );
	    -ms-transform: scale( 1 );
	     -o-transform: scale( 1 );
	        transform: scale( 1 );
}
.menu-dropdown.menu-dropdown-mobile .menu ul li::before {
	display: none;
}
.menu-dropdown.menu-dropdown-mobile .menu > li > a::before {
	bottom: 11px;
}
.menu-dropdown.menu-dropdown-mobile .menu ul li.current-menu-item > a,
.menu-dropdown.menu-dropdown-mobile .menu ul li.current-menu-ancestor > a {
	padding-left: 7px;
}
.menu-dropdown.menu-dropdown-mobile .menu ul li:hover > a {
	-webkit-transform: translateX( 0 );
	   -moz-transform: translateX( 0 );
	    -ms-transform: translateX( 0 );
	     -o-transform: translateX( 0 );
	        transform: translateX( 0 );
}
.menu-dropdown.menu-dropdown-mobile .menu a,
.menu-dropdown.menu-dropdown-mobile .menu > li a,
.menu-dropdown.menu-dropdown-mobile .menu .menu-item-has-children::after {
	color: #dddddd;
}
.menu-dropdown.menu-dropdown-mobile .menu > .menu-item-has-children::after,
.menu-dropdown.menu-dropdown-mobile .menu > li > ul .menu-item-has-children::after {
	right: 0;
	top: 14px;
}
.menu-dropdown.menu-dropdown-mobile .menu > .menu-item-has-children::after {
	top: 16px;
}
.menu-dropdown.menu-dropdown-mobile .menu > li > ul,
.menu-dropdown.menu-dropdown-mobile .menu > li > ul > li > ul {
	background: none;
	border: none;
}
.menu-dropdown.menu-dropdown-mobile .menu > li,
.menu-dropdown.menu-dropdown-mobile .menu ul li {
	width: 100%;
	display: block;
	background: none;
}
.menu-dropdown.menu-dropdown-mobile .menu > li a {
	display: block;
	padding: 10px 0;
}
.menu-dropdown.menu-dropdown-mobile .menu > li a,
.menu-dropdown.menu-dropdown-mobile .menu ul li a {
	display: inline-block;
}
.menu-dropdown.menu-dropdown-mobile .menu > li > ul,
.menu-dropdown.menu-dropdown-mobile .menu > li > ul > li > ul,
.menu-dropdown.menu-dropdown-mobile .menu > li > ul > li > ul {
	right: inherit;
}
.menu-dropdown.menu-dropdown-mobile .menu > li > ul {
	position: relative;
	width: 100%;
	margin: 0;
	padding-left: 10px;
}
.menu-dropdown.menu-dropdown-mobile .menu > li > ul > li > ul {
	position: relative;
	right: 0;
	margin: 0;
}
.menu-dropdown.menu-dropdown-mobile .menu > li > ul > li > ul > li {
	border-bottom: none;
	padding-left: 15px;
}
.menu-dropdown.menu-dropdown-mobile .menu > li > ul > li > ul > li:hover,
.menu-dropdown.menu-dropdown-mobile .menu > li > ul > li > ul > li.current-menu-item {
	padding-left: 14px;
}


/* 6.5 Dropdown menu on mobile devices */
@media all and (max-width: 1050px) {
	.header-3 .menu-wrapper .menu,
	.header-5 .menu-wrapper .menu,
	.header-6 .menu-wrapper .menu {
		display: none;
	}
	.widget_nav_menu .menu ul li a {
		display: inline-block;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .menu-dropdown {
		/*top: 46px;*/
	}
}

/* 6.6 Top navigation bar */
.top-nav-bar {
	position: relative;
	float: left;
	width: 100%;
	min-height: 51px;
	height: auto;
	border-bottom: 1px solid #f1f1f1;
	z-index: 6;
}
.top-nav-bar .button-search,
.top-nav-bar .button-offcanvas {
	position: relative;
	float: right;
	text-align: center;
	margin-top: 8px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	border: 2px solid #f1f1f1;
	overflow: hidden;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.top-nav-bar .button-search:hover,
.top-nav-bar .button-offcanvas:hover {
	border: 2px solid transparent;
}
.top-nav-bar .button-offcanvas {
	margin-right: 7px;
}
.top-nav-bar .top-nav-button:nth-child( 1 ) {
	margin-right: 0;
}
.top-nav-bar .button-search::before,
.top-nav-bar .button-offcanvas::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	will-change: opacity;
	opacity: 0;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transform	: scale( 0.3 );
		 -moz-transform	: scale( 0.3 );
			-ms-transform	: scale( 0.3 );
			 -o-transform	: scale( 0.3 );
					transform	: scale( 0.3 );
	z-index: -1;
}
.top-nav-bar .button-search:hover::before,
.top-nav-bar .button-offcanvas:hover::before {
	opacity: 1;
	-webkit-transform	: scale( 1 );
		 -moz-transform	: scale( 1 );
			-ms-transform	: scale( 1 );
			 -o-transform	: scale( 1 );
					transform	: scale( 1 );
}
.top-nav-bar .button-search .icon {
	position: relative;
	display: inline-block;
	font-size: 16px;
	margin-left: 1px;
	color: #262626;
	-webkit-transform: translateY( -1px );
	   -moz-transform: translateY( -1px );
	    -ms-transform: translateY( -1px );
	     -o-transform: translateY( -1px );
	        transform: translateY( -1px );
}
.top-nav-bar .button-offcanvas .line {
	position: relative;
	float: left;
	display: block;
	width: 13px;
	height: 2px;
	margin-top: 18px;
	margin-left: 9px;
	background: #262626;
	-webkit-transform: scaleX( 1 );
	   -moz-transform: scaleX( 1 );
	    -ms-transform: scaleX( 1 );
	     -o-transform: scaleX( 1 );
	        transform: scaleX( 1 );
}
.top-nav-bar .button-offcanvas .line::before,
.top-nav-bar .button-offcanvas .line::after {
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	width: 13px;
	height: 2px;
	background: #262626;
	-webkit-transform: scaleX( 1 );
	   -moz-transform: scaleX( 1 );
	    -ms-transform: scaleX( 1 );
	     -o-transform: scaleX( 1 );
	        transform: scaleX( 1 );
}
.top-nav-bar .button-offcanvas .line::after {
	top: -8px;
}
.top-nav-bar .button-offcanvas:hover .line {
	-webkit-transform: scaleX( 0.6 );
	   -moz-transform: scaleX( 0.6 );
	    -ms-transform: scaleX( 0.6 );
	     -o-transform: scaleX( 0.6 );
	        transform: scaleX( 0.6 );
}
.top-nav-bar .button-offcanvas:hover .line::before {
	-webkit-transform: scaleX( 1.2 );
	   -moz-transform: scaleX( 1.2 );
	    -ms-transform: scaleX( 1.2 );
	     -o-transform: scaleX( 1.2 );
	        transform: scaleX( 1.2 );
}
.top-nav-bar .button-offcanvas:hover .line::after {
	-webkit-transform: scaleX( 1.4 );
	   -moz-transform: scaleX( 1.4 );
	    -ms-transform: scaleX( 1.4 );
	     -o-transform: scaleX( 1.4 );
	        transform: scaleX( 1.4 );
}
.top-nav-bar .button-offcanvas:hover .line,
.top-nav-bar .button-offcanvas:hover .line::before,
.top-nav-bar .button-offcanvas:hover .line::after {
	background: #ffffff;
}
.top-nav-bar .social-media-container {
	position: relative;
	float: right;
	text-align: right;
	margin-right: 20px;
	line-height: 49px;
	margin-top: 2px;
}
.top-nav-bar .social-media-container.social-media-left-side {
	float: left;
}
.top-nav-bar .social-media-container.social-media-left-side a:first-child {
	margin-left: 0;
}
.top-nav-bar .social-media-container.search-button-hidden,
.top-nav-bar .social-media-container.search-button-hidden a:last-child {
	margin-right: 0;
}
.top-nav-bar .notif-setup-menu {
	line-height: 51px;
	height: 50px;
	font-size: 10px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
}
.top-nav-bar .menu-dropdown .menu > li a {
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 0;
	padding: 18px 0;
}
.top-nav-bar .menu-dropdown .menu ul li a {
	padding: 10px 20px;
	color: #262626;
	font-size: 11px;
	font-weight: 600;
}
.top-nav-bar .menu-dropdown .menu ul li {
	background: none;
}
.top-nav-bar .menu-dropdown .menu > li > ul .menu-item-has-children::after {
	color: #262626;
}


/* 6.7 Top navigation bar on mobile devices */
@media all and (max-width: 1023px) {
	.top-nav-bar .left-side {
		display: none;
	}
	.top-nav-bar .left-side.visible-small-device {
		display: block;
	}
	.top-nav-bar .right-side:not( .right-side-custom ) {
		width: 100%;
	}
	.top-nav-bar .social-media-container {
		float: left;
	}
	.top-nav-bar .social-media-container a:first-child {
		margin-left: 0;
	}
	.top-nav-bar .social-media-container.search-button-hidden {
		width: 100%;
		text-align: center;
	}
}



/**
* -------------------------------------------------
*	7.0 Forms
* -------------------------------------------------
**/
textarea {
	resize: none;
}

/* 7.1 Custom search form & Subscribe form */
.custom-search-form {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
}
.custom-search-form .search-field-container,
.subscribe-form .subscribe-field-container,
.comment-form .field-container {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
.subscribe-form .subscribe-field-container::after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	z-index: 2;
	-webkit-transform-origin: left;
		 -moz-transform-origin: left;
			-ms-transform-origin: left;
			 -o-transform-origin: left;
					transform-origin: left;
	-webkit-transform	: scaleX( 0 );
		 -moz-transform	: scaleX( 0 );
			-ms-transform	: scaleX( 0 );
			 -o-transform	: scaleX( 0 );
					transform	: scaleX( 0 );
}
.subscribe-form .subscribe-field-container.is-focus::after {
	-webkit-transform	: scaleX( 1 );
		 -moz-transform	: scaleX( 1 );
			-ms-transform	: scaleX( 1 );
			 -o-transform	: scaleX( 1 );
					transform	: scaleX( 1 );
}
.custom-search-form .custom-search-field,
.custom-search-form .popup-search-field,
.subscribe-form .custom-field,
.comment-form .custom-field {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	padding: 15px 0;
	border: none;
	outline: none;
	font-weight: 500;
	font-size: 13px;
	color: #262626;
	background: none;
}
.custom-search-form .popup-search-field {
	padding: 0 60px 13px 0;
	color: #ffffff;
	background: none;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 0;
	background: none;
	z-index: 2;
}
.custom-search-form .popup-search-form-container {
	overflow: hidden;
}
.custom-search-form .popup-search-label {
	position: absolute;
	display: inline-block;
	left: -1px;
	top: 7px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 0;
	font-size: 30px;
	z-index: 1;
	-webkit-transform	: translateY( 0 );
		 -moz-transform	: translateY( 0 );
			-ms-transform	: translateY( 0 );
			 -o-transform	: translateY( 0 );
					transform	: translateY( 0 );
}
.custom-search-form .popup-search-label.small-device {
	display: none;
}
.custom-search-form .popup-search-label.is-hidden {
	-webkit-transform	: translateY( 60px );
		 -moz-transform	: translateY( 60px );
			-ms-transform	: translateY( 60px );
			 -o-transform	: translateY( 60px );
					transform	: translateY( 60px );
}
.custom-search-form .search-field-container .line {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	z-index: 3;
	-webkit-transform-origin: left;
		 -moz-transform-origin: left;
			-ms-transform-origin: left;
			 -o-transform-origin: left;
					transform-origin: left;
	-webkit-transform: scaleX( 0 );
	   -moz-transform: scaleX( 0 );
	    -ms-transform: scaleX( 0 );
	     -o-transform: scaleX( 0 );
	        transform: scaleX( 0 );
}
.custom-search-form .popup-search-field:focus ~ .line {
	-webkit-transform: scaleX( 1 );
	   -moz-transform: scaleX( 1 );
	    -ms-transform: scaleX( 1 );
	     -o-transform: scaleX( 1 );
	        transform: scaleX( 1 );
}
.archive-empty-result .custom-search-field {
	background: #ffffff;
}
.subscribe-form .form-error .custom-field {
	color: #F41752;
}
.custom-search-form .custom-search-field::-webkit-input-placeholder,
.subscribe-form .custom-field::-webkit-input-placeholder,
.comment-form .custom-field::-webkit-input-placeholder {
   color: #BEBEBE;
	 font-style: normal;
	 font-weight: 600;
	 font-size: 12px;
	 opacity: 0;
}
.custom-search-form .custom-search-field:-moz-placeholder,
.subscribe-form .custom-field:-moz-placeholder,
.comment-form .custom-field:-moz-placeholder { /* Firefox 18- */
	color: #BEBEBE;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	opacity: 0;
}
.custom-search-form .custom-search-field::-moz-placeholder,
.subscribe-form .custom-field::-moz-placeholder,
.comment-form .custom-field::-moz-placeholder {  /* Firefox 19+ */
	color: #BEBEBE;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	opacity: 0;
}
.custom-search-form .custom-search-field:-ms-input-placeholder,
.subscribe-form .custom-field:-ms-input-placeholder,
.comment-form .custom-field:-ms-input-placeholder {
	color: #BEBEBE;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	opacity: 0;
}
.custom-search-form .animated-border,
.subscribe-form .animated-border,
.comment-form .animated-border {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #eeeeee;
}
.custom-search-form .custom-search-button,
.subscribe-form .custom-submit-button {
	border: none;
	outline: none;
	background: none;
	position: absolute;
	right: 16px;
	top: 13px;
	width: 25px;
	height: 25px;
	z-index: 2;
}
.subscribe-form .custom-submit-button {
	top: 11px;
}
.custom-search-form .custom-search-button .icon,
.subscribe-form .custom-submit-button {
	font-size: 20px;
	color: #262626;
}
.search-form .button-search {
	position: relative;
	display: inline-block;
	float: right;
	margin-top: 20px;
	border: none;
	outline: none;
}

/* 7.2 Popup search form */
.popup-search-container {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 250px;
	z-index: 10;
	overflow: auto;
	visibility: hidden;
	will-change: transform;
	-webkit-transform: translate3d( -100%, 0, 0 );
	   -moz-transform: translate3d( -100%, 0, 0 );
	    -ms-transform: translateX( -100% );
	     -o-transform: translate3d( -100%, 0, 0 );
	        transform: translate3d( -100%, 0, 0 );
}
.popup-search-container.is-visible {
	visibility: visible;
	-webkit-transform: translate3d( 0, 0, 0 );
	   -moz-transform: translate3d( 0, 0, 0 );
	    -ms-transform: translateX( 0 );
	     -o-transform: translate3d( 0, 0, 0 );
	        transform: translate3d( 0, 0, 0 );
}
.popup-search-container::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #2e3337;
	z-index: -1;
}
.popup-search-container .custom-search-form {
	z-index: 1;
}
.popup-search-container .bg-overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba( 255, 255, 255, 0 );
	z-index: 1;
}
.popup-search-container .content-container {
	position: relative;
	float: left;
	display: -webkit-box;   /* iOS 6-, Safari 3.1-6 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE 10+ */
  display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 2;
}
.popup-search-container .close-popup-search-button {
	position: absolute;
	display: block;
	width: 45px;
	height: 45px;
	right: 50px;
	top: 18px;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	overflow: hidden;
	border: 3px solid #ffffff;
	z-index: 2;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.popup-search-container .close-popup-search-button:hover {
	border: 3px solid transparent;
}
.admin-bar .popup-search-container .close-popup-search-button {
	position: absolute;
	display: block;
	right: 15px;
	top: 17px;
}
.popup-search-container .close-popup-search-button::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	will-change: opacity;
	-webkit-transform: scale( 0.3 );
		 -moz-transform: scale( 0.3 );
		  -ms-transform: scale( 0.3 );
			 -o-transform: scale( 0.3 );
					transform: scale( 0.3 );
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.popup-search-container .close-popup-search-button:hover::before {
	opacity: 1;
	-webkit-transform: scale( 1 );
		 -moz-transform: scale( 1 );
		  -ms-transform: scale( 1 );
			 -o-transform: scale( 1 );
					transform: scale( 1 );
}
.popup-search-container .close-popup-search-button .icon {
	font-size: 22px;
	line-height: 1px;
	margin-left: 1px;
}
.popup-search-container .search-form-container {
	width: 100%;
	height: auto;
	margin-top: 0;
	will-change: opacity;
	opacity: 0;
	-webkit-transform: translate3d( 0, -30px, 0 );
	   -moz-transform: translate3d( 0, -30px, 0 );
	    -ms-transform: translateY( -30px );
	     -o-transform: translate3d( 0, -30px, 0 );
	        transform: translate3d( 0, -30px, 0 );
}
.popup-search-container .search-form-container.is-visible {
	opacity: 1;
	-webkit-transform: translate3d( 0, 0, 0 );
	   -moz-transform: translate3d( 0, 0, 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translate3d( 0, 0, 0 );
	        transform: translate3d( 0, 0, 0 );
}
.is-safari .popup-search-container .search-form-container {
	top: 50%;
}
.popup-search-container .popup-search-form-label {
	position: relative;
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 26px;
	margin-top: 0;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	color: #a0a0a0;
}

@-moz-document url-prefix() {
	.popup-search-container .content-container {
		display: block;
	}
	.popup-search-container .search-form-container {
		position: relative;
		display: block;
		float: left;
		top: 50%;
		-moz-transform: translate( 0, -50% );
		     transform: translate( 0, -50% );
	}
}

/* 7.2.1 Popup search form style for small devices */
@media all and (max-width: 600px) {
	.custom-search-form .popup-search-label.small-device {
		display: inline-block;
	}
	.custom-search-form .popup-search-label.large-device {
		display: none;
	}
}


/* 7.3 Override Unyson Contact Forms */
.form-wrapper.contact-form {
	position: relative;
	float: left;
	width: 100%;
}
.wrap-forms .header {
	position: relative;
	float: left;
	height: auto;
	margin-bottom: 30px;
}
.wrap-forms .header h6 {
	text-transform: uppercase;
	letter-spacing: 2px;
}
.wrap-forms .header-subtitle {
	color: #636363;
}
.wrap-forms .form-builder-item,
.wrap-forms .form-builder-item-recaptcha {
	margin-bottom: 15px;
}
.wrap-forms .field-textarea,
.wrap-forms .field-text {
	position: relative;
	float: left;
	padding-top: 0;
}
.wrap-forms input {
	height: auto;
}
.wrap-forms .subscribe-field-container {
	margin-bottom: 5px;
}
.wrap-forms .instruction {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	color: #969696;
	font-size: 11px;
	margin-top: -4px;
}
.wrap-forms .field-checkbox .instruction,
.wrap-forms .field-radio .instruction {
	margin-top: -2px;
}
.wrap-forms label {
	position: absolute;
	display: block;
	left: 0;
	top: 16px;
	font-weight: 600;
	z-index: -1;
	width: auto;
	font-size: 12px;
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.wrap-forms .form-label.is-focus {
	-webkit-transform: translateY( 45px );
	   -moz-transform: translateY( 45px );
	    -ms-transform: translateY( 45px );
	     -o-transform: translateY( 45px );
	        transform: translateY( 45px );
}
.comment-form .wrap-forms .field-textarea .form-label.is-focus {
	-webkit-transform: translateY( 115px );
	   -moz-transform: translateY( 115px );
	    -ms-transform: translateY( 115px );
	     -o-transform: translateY( 115px );
	        transform: translateY( 115px );
}
.wrap-forms input,
.wrap-forms select {
	width: 100%;
}
.wrap-forms .custom-checkbox label,
.wrap-forms .custom-radio label {
	font-size: 12px;
	margin-left: 10px;
	-webkit-transform	: translateY( 3px );
		 -moz-transform	: translateY( 3px );
			-ms-transform	: translateY( 3px );
			 -o-transform	: translateY( 3px );
					transform	: translateY( 3px );
}
.wrap-forms .custom-radio label {
	-webkit-transform	: translateY( 2px );
		 -moz-transform	: translateY( 2px );
			-ms-transform	: translateY( 2px );
			 -o-transform	: translateY( 2px );
					transform	: translateY( 2px );
}
.wrap-forms .field-columns-0:after,
.wrap-forms .field-columns-2:after,
.wrap-forms .field-columns-3:after {
	position: relative;
	float: left;
	height: 1px;
}
.wrap-forms .field-select .selectize-control {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	z-index: 10;
}
.wrap-forms .form-error {
	position: relative;
	float: left;
	width: 100%;
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
	color: #B83925;
	margin-top: 2px;
}
.contact-form .button-contact {
	margin-top: 25px;
	outline: none;
	border: none;
}


/* 7.4 Password protected post form */
.single-page .post-password-form {
	margin: 0 0 50px 0;
}
.single-page .post-password-form p {
	text-align: left;
}
.single-page .post-password-form p label {
	font-weight: 600;
	font-size: 12px;
	color: #262626;
}
.single-page .post-password-form p input[type="password"] {
	width: 300px;
	max-width: 100%;
	padding: 10px 70px 10px 16px;
	border: none;
	outline: none;
	border-bottom: 2px solid #eeeeee;
	font-weight: 500;
	font-size: 12px;
	color: #262626;
	background: #ffffff;
	margin-bottom: 20px;
}
.single-page .post-password-form p input[type="submit"] {
	position: relative;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: 0;
	font-size: 11px;
	margin-left: -68px;
	text-align: right;
	background: none;
}
.single-page .post-password-form p input[type="submit"]:hover {
	color: #262626;
}

@media all and (max-width: 500px) {
	.single-page .post-password-form p input[type="submit"] {
		margin-left: 0;
		text-align: center;
	}
}



/**
* -------------------------------------------------
*	8.0 Carousel
* -------------------------------------------------
**/
.carousel-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
}
.carousel-container-outer .owl-slider-nav {
	position: absolute;
	display: block;
	left: 20px;
	top: 20px;
	width: 25px;
	height: 25px;
	line-height: 19px;
	text-align: center;
	border: 2px solid #ffffff;
	cursor: pointer;
	z-index: 3;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.carousel-container-outer .owl-slider-nav.right-arrow {
	left: 55px;
}
.carousel-container-outer .owl-slider-nav .icon {
	position: relative;
	display: inline-block;
	font-size: 11px;
	color: #ffffff;
  margin-left: 0;
}
.carousel-container-outer .owl-slider-nav.right-arrow .icon {
	margin-left: 2px;
}
.single-post .carousel-container-outer .owl-slider-nav {
	line-height: 19px;
}
@-moz-document url-prefix() {
	.single-post .carousel-container-outer .owl-slider-nav {
		line-height: 20px;
	}
}
.post-portrait .carousel-container-outer.owl-hide-arrow .owl-slider-nav,
.post-landscape .carousel-container-outer.owl-hide-arrow .owl-slider-nav {
	display: none;
}
.post-portrait .owl-carousel.owl-control-top .owl-dots,
.post-landscape .owl-carousel.owl-control-top .owl-dots {
	top: 14px;
}
.testimonials-carousel .owl-slider-nav,
.twitter-feed-container .owl-slider-nav,
.author-list-wrapper .owl-slider-nav,
.category-list-wrapper .owl-slider-nav,
.media-image-carousel .owl-slider-nav,
.counter-carousel-outer .owl-slider-nav {
	border: 2px solid #262626;
	right: 15px;
	top: 0;
}
.twitter-feed-container .owl-slider-nav {
	top: 15px;
}
.testimonials-carousel .owl-slider-nav.left-arrow,
.twitter-feed-container .owl-slider-nav.left-arrow,
.author-list-wrapper .owl-slider-nav.left-arrow,
.category-list-wrapper .owl-slider-nav.left-arrow,
.media-image-carousel .owl-slider-nav.left-arrow,
.counter-carousel-outer .owl-slider-nav.left-arrow {
	left: 15px;
}
.testimonials-carousel .owl-slider-nav.right-arrow,
.twitter-feed-container .owl-slider-nav.right-arrow,
.author-list-wrapper .owl-slider-nav.right-arrow,
.category-list-wrapper .owl-slider-nav.right-arrow,
.media-image-carousel .owl-slider-nav.right-arrow,
.counter-carousel-outer .owl-slider-nav.right-arrow {
	left: 50px;
}
.single-post .testimonials-carousel .owl-slider-nav.left-arrow,
.single-post .icon-box-carousel .owl-slider-nav.left-arrow,
.single-post .twitter-feed-container .owl-slider-nav.left-arrow,
.single-post .media-image-carousel .owl-slider-nav.left-arrow,
.single-post .counter-carousel-outer .owl-slider-nav.left-arrow {
	left: 0;
}
.single-post .testimonials-carousel .owl-slider-nav.right-arrow,
.single-post .icon-box-carousel .owl-slider-nav.right-arrow,
.single-post .twitter-feed-container .owl-slider-nav.right-arrow,
.single-post .media-image-carousel .owl-slider-nav.right-arrow,
.single-post .counter-carousel-outer .owl-slider-nav.right-arrow {
	left: 35px;
}
.testimonials-carousel .owl-slider-nav .icon,
.twitter-feed-container .owl-slider-nav .icon,
.author-list-wrapper .owl-slider-nav .icon,
.category-list-wrapper .owl-slider-nav .icon,
.media-image-carousel .owl-slider-nav .icon,
.counter-carousel-outer .owl-slider-nav .icon {
	color: #262626;
}
.twitter-feed-container .owl-dots,
.counter-carousel-outer .owl-dots {
	position: relative;
	display: inline-block;
	width: auto;
	margin-top: 15px;
}
.counter-carousel-outer .owl-dots {
	margin-top: 18px;
}
.carousel-container-outer.featured-content-gallery .owl-dot span {
	background: #ffffff;
}



/**
* -------------------------------------------------
*	9.0 Popover
* -------------------------------------------------
**/
.custom-popover {
	position: absolute;
	display: block;
	left: 7px;
	bottom: 0;
	-webkit-transform: translate( -100%, -45px );
	   -moz-transform: translate( -100%, -45px );
	    -ms-transform: translate( -100%, -45px );
	     -o-transform: translate( -100%, -45px );
	        transform: translate( -100%, -45px );
	z-index: 2;
	opacity: 0;
	will-change: opacity;
	visibility: hidden;
}
.custom-popover.share-popover {
	-webkit-transform: translateX( -100% ) translateY( 44px );
	   -moz-transform: translateX( -100% ) translateY( 44px );
	    -ms-transform: translateX( -100% ) translateY( 44px );
	     -o-transform: translateX( -100% ) translateY( 44px );
	        transform: translateX( -100% ) translateY( 44px );
}
.single-post .custom-popover.share-popover {
	-webkit-transform: translateX( -100% ) translateY( 45px );
	   -moz-transform: translateX( -100% ) translateY( 45px );
	    -ms-transform: translateX( -100% ) translateY( 45px );
	     -o-transform: translateX( -100% ) translateY( 45px );
	        transform: translateX( -100% ) translateY( 45px );
}
.single-post .custom-popover-small.share-popover {
	-webkit-transform: translate( -50%, 5px );
	   -moz-transform: translate( -50%, 5px );
	    -ms-transform: translate( -50%, 5px );
	     -o-transform: translate( -50%, 5px );
	        transform: translate( -50%, 5px );
}
.custom-popover.is-visible {
	opacity: 1;
	visibility: visible;
}
.custom-popover .popover-content {
	position: relative;
	display: block;
	float: left;
	padding: 0;
	width: auto;
	height: auto;
	color: #6b6b6b;
	-webkit-backface-visibility: hidden;
}
.share-popover .popover-content {
	width: 240px;
}
.custom-popover .popover-content h6 {
	white-space: nowrap;
	color: #dddddd;
	padding: 12px 24px;
}

/* 9.1 Popover - Share */
.custom-popover .popover-content .share-button-container {
	position: relative;
	display: block;
	float: left;
	list-style: none;
	padding: 0;
	font-size: 0;
	text-align: center;
	width: 240px;
	height: auto;
}
.custom-popover .popover-content .share-button-container li {
	position: relative;
	display: inline-block;
	width: 40px;
	height: auto;
	margin: 3px;
	padding: 0;
	opacity: 0;
	will-change: opacity;
	visibility: hidden;
	-webkit-transform: translateX( 15px );
	   -moz-transform: translateX( 15px );
	    -ms-transform: translateX( 15px );
	     -o-transform: translateX( 15px );
	        transform: translateX( 15px );
}
.custom-popover.is-visible .popover-content .share-button-container li {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX( 0 );
	   -moz-transform: translateX( 0 );
	    -ms-transform: translateX( 0 );
	     -o-transform: translateX( 0 );
	        transform: translateX( 0 );
}
.custom-popover .popover-content .share-button-container li a {
	position: relative;
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	color: #ffffff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.custom-popover .popover-content .share-button-container .social-fb {
	background: #4267b2;
	border: 2px solid #4267b2;
}
.custom-popover .popover-content .share-button-container .social-twitter {
	background: #1DA1F2;
	border: 2px solid #1DA1F2;
}
.custom-popover .popover-content .share-button-container .social-google-plus {
	background: #db4437;
	border: 2px solid #db4437;
}
.custom-popover .popover-content .share-button-container .social-pinterest {
	background: #bd081c;
	border: 2px solid #bd081c;
}
.custom-popover .popover-content .share-button-container .social-linkedin {
	background: #0084bf;
	border: 2px solid #0084bf;
}


/**
* -------------------------------------------------
*	10.0 Gallery
* -------------------------------------------------
**/
.gallery-wrapper {
	position: relative;
	display: block;
	height: auto;
	width: 100%;
	overflow: hidden;
	padding: 0 15px;
}
.gallery-wrapper .gallery-container {
	display: block;
}
.gallery-container .gallery-block,
.gallery-container .gallery-block .img-container {
	position: relative;
	float: left;
	margin: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.gallery-container .gallery-block.grid-1 {
	width: 100%;
}
.gallery-container .gallery-block.grid-2 {
	width: 50%;
}
.gallery-container .gallery-block.grid-3 {
	width: 33.3334%;
}
.gallery-container .gallery-block.grid-4 {
	width: 25%;
}
.gallery-container .gallery-block img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	-webkit-transform: scale( 1 );
	   -moz-transform: scale( 1 );
	    -ms-transform: scale( 1 );
	     -o-transform: scale( 1 );
	        transform: scale( 1 );
}
.gallery-container .gallery-block:hover img {
	width: 100%;
	height: auto;
	-webkit-transform: scale( 1.5 );
	   -moz-transform: scale( 1.5 );
	    -ms-transform: scale( 1.5 );
	     -o-transform: scale( 1.5 );
	        transform: scale( 1.5 );
}
.gallery-container .gallery-block .img-overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba( 0, 0, 0, 0.7 );
	opacity: 0;
	will-change: opacity;
}
.gallery-container .gallery-block:hover .img-overlay {
	opacity: 1;
}
.gallery-container .gallery-block .vertical-centering {
	position: absolute;
	display: -webkit-box;   /* iOS 6-, Safari 3.1-6 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE 10+ */
  display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
	width: 100%;
	height: 100%;
	z-index: 3;
	word-wrap: break-word;
}
.gallery-container .gallery-block .text-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
@-moz-document url-prefix() {
	.gallery-container .gallery-block .vertical-centering {
		display: block;
	}
	.gallery-container .gallery-block .text-container {
		top: 50%;
		-moz-transform: translateY( -50% );
		     transform: translateY( -50% );
	}
}
.is-ie .gallery-container .gallery-block .vertical-centering,
.is-safari .gallery-container .gallery-block .vertical-centering {
	display: block;
}
.is-ie .gallery-container .gallery-block .text-container {
	top: 50%;
	-ms-transform: translateY( -50% );
			transform: translateY( -50% );
}
.is-safari .gallery-container .gallery-block .text-container {
	position: absolute;
	float: none;
	left: 0;
	top: 50%;
	-webkit-transform: translateY( -50% );
			    transform: translateY( -50% );
}
.gallery-container .gallery-block .text-container h6 {
	position: relative;
	color: #FFFFFF;
	-webkit-transform: translateY( 100% );
	   -moz-transform: translateY( 100% );
	    -ms-transform: translateY( 100% );
	     -o-transform: translateY( 100% );
	        transform: translateY( 100% );
}
.gallery-container .gallery-block:hover .text-container h6 {
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.gallery-container .gallery-block.lightbox .img-container {
	position: relative;
	float: left;
	width: 100%;
	width: calc( 100% + 1px );
	cursor: url( images/cursor/zoom.png ), auto;
}


/* 10.1 WordPress built-in gallery */
.gallery {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	will-change: opacity;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* 10.2 Gallery style on small devices */
@media all and (max-width: 1000px) {
	.gallery-container .gallery-block.grid-4 {
		width: 33.33%;
	}
}
@media all and (max-width: 600px) {
	.gallery-container .gallery-block.grid-3,
	.gallery-container .gallery-block.grid-4 {
		width: 50%;
	}
}
@media all and (max-width: 400px) {
	.gallery-container .gallery-block.grid-2,
	.gallery-container .gallery-block.grid-3,
	.gallery-container .gallery-block.grid-4 {
		width: 100%;
	}
}



/**
* -------------------------------------------------
*	11.0 Notification Block
* -------------------------------------------------
**/
.notification-block {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 20px 15px;
}
.notification-block .icon {
	position: absolute;
	display: inline-block;
	margin-top: 3px;
}
.single-post .notification-block .icon {
	margin-top: 0;
}
.notification-block p {
	position: relative;
	display: block;
	padding: 0 15px 0 25px;
	font-size: 13px;
	font-weight: 500;
	line-height: 26px;
}
.fw-flash-messages {
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	padding: 50px;
	background: #ffffff;
	border: 10px solid #e1e1e1;
	z-index: 10;
	will-change: transform;
	-webkit-transform: translate3d( -50%, -50%, 0 );
		 -moz-transform: translate3d( -50%, -50%, 0 );
			-ms-transform: translateX( -50% ) translateY( -50% );
			 -o-transform: translate3d( -50%, -50%, 0 );
					transform: translate3d( -50%, -50%, 0 );
}
.fw-flash-messages ul {
	list-style: none;
	font-size: 14px;
}
.fw-flash-messages ul li::before {
	position: relative;
	float: left;
	display: inline-block;
	content: "\f149";
	font-family: 'Ionicons';
	margin-right: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.notif-setup-menu {
	position: relative;
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #262626;
}
.header-4-large .notif-setup-menu {
	margin-top: 21px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
footer .notif-setup-menu {
	color: #969696;
	line-height: 26px;
	height: auto;
	padding-bottom: 15px;
}
.notification-block .notification-close {
	position: absolute;
	display: block;
	right: 23px;
	top: 1px;
	z-index: 2;
}
.notification-block.notif-error .notification-close:hover .icon,
.notification-block.notif-alert .notification-close:hover .icon,
.notification-block.notif-info .notification-close:hover .icon,
.notification-block.notif-success .notification-close:hover .icon {
	color: #262626;
}


/**
* -------------------------------------------------
*	12.0 Posts Block
* -------------------------------------------------
**/
.recent-post-wrapper,
.recent-post-container .ajax-response-elem-id,
.big-post-left-container,
.small-post-container,
.magazine-layout-container,
.magazine-layout-container .small-post-container,
.post-landscape-small,
.blog-content-container {
	position: relative;
	float: left;
	display: block;
}
.recent-post-container,
.big-post-left-container,
.magazine-layout-container,
.small-post-container {
	display: block;
}
.blog-content-container {
	width: 100%;
	background: #ffffff;
	padding-top: 75px;
}
.single-post .blog-content-container,
.single-attachment .blog-content-container {
	padding-top: 0;
}
.recent-post-wrapper {
	width: 100%;
	padding: 0 15px;
	overflow: hidden;
}
.recent-post-wrapper[ data-post-list-layout="image_background" ],
.single-post .recent-post-wrapper {
	overflow: visible;
}
.post-content {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	opacity: 1;
	will-change: opacity;
}
.post-content.is-hidden {
	opacity: 0;
}
.post-content.grid-1,
.magazine-layout-container.grid-1,
.big-post-top-container {
	width: 100%;
}
.post-content.grid-2,
.big-post-top.grid-2,
.magazine-layout-container.grid-2,
.big-post-left-container {
	width: 50%;
}
.post-content.grid-3 {
	width: 33.33%;
}
.post-content.grid-4 {
	width: 25%;
}
.post-content.grid-30 {
	width: 30%;
}
.post-content.grid-70 {
	width: 70%;
}
.post-content.grid-66 {
	width: 66.66%;
}
.magazine-layout-container .small-post-container {
	width: auto;
	margin-top: 15px;
}
.entry-content.is-archive .content-wrapper:not( .post-body ) {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	width: calc( 100% + 0.5px );
	height: auto;
	z-index: 3;
}


/* Post Content - Post Head & Body & foot */
.post-content .post-head,
.post-content .post-body,
.post-content .post-foot {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	word-wrap: break-word;
	-webkit-backface-visibility: hidden;
}
.post-content.grid-66.post-mixed-layout-3 .post-head {
	width: 48%;
	padding: 0 15px 0 0;
}
.post-content.grid-66.post-mixed-layout-3 .post-body {
	width: 52%;
	padding: 0 0 0 15px;
}
.post-content .post-foot {
	margin-top: 25px;
}
.single-post .post-content .post-foot:not( .post-info ) {
	margin-top: 23px;
}
.post-content .post-foot.mrg-top-10 {
	margin-top: 10px;
}
.post-content .post-foot.mrg-top-15 {
	margin-top: 15px;
}
.post-content.post-landscape .post-foot.mrg-top-15 {
	margin-top: 0;
}

/* Post Content - Category */
.post-content .post-category-wrapper,
.post-content.post-portrait .post-category-wrapper.no-featured-img,
.post-content.post-portrait-small .post-category-wrapper.no-featured-img,
.post-content.post-landscape .post-category-wrapper.no-featured-img {
	position: relative;
	float: left;
	display: block;
	width: 100%;
}
.post-content.post-portrait .post-category-wrapper,
.post-content.post-portrait-small .post-category-wrapper,
.post-content.post-landscape .post-category-wrapper {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: auto;
	padding: 7px 20px 0 20px;
	background: #ffffff;
	-webkit-backface-visibility: hidden;
}
.post-content .post-category-wrapper.no-featured-img {
	padding: 0;
	background: none;
	margin-bottom: 0;
}
.post-content .category-container {
	position: relative;
	float: left;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	text-align: left;
	margin-bottom: 5px;
}
.post-content.post-portrait .category-container,
.post-content.post-portrait-small .category-container,
.post-content.post-landscape .category-container {
	margin-bottom: 0;
}
.post-content .link-category {
	position: relative;
	display: inline-block;
	color: #262626;
	margin: 0 10px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.post-content.post-portrait .link-category,
.post-content.post-portrait-small .link-category,
.post-content.post-landscape .link-category {
	margin: 2px 10px;
}
.post-content .on-slider .link-category {
	font-size: 14px;
}
.post-content .link-category::before {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-backface-visibility: hidden;
}
.post-content .link-category::before {
	z-index: -2;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	     -o-border-radius: 20px;
	    -ms-border-radius: 20px;
	        border-radius: 20px;
	-webkit-transform: translateY( 0 );
		 -moz-transform: translateY( 0 );
			-ms-transform: translateY( 0 );
			 -o-transform: translateY( 0 );
					transform: translateY( 0 );
}
.post-content .link-category:first-child {
	margin-left: 0;
}
.post-content .link-category:last-child {
	margin-right: 0;
}
.post-content .like-button.liked .icon {
	color: #ef233c;
}

/* Post Content - Text Container */
.post-content .text-container {
	position: relative;
	float: left;
	-webkit-backface-visibility: hidden;
}
.slider-3-container .post-content .text-container {
	margin-top: 0;
}
.post-content .text-container:not( .col-xs-12 ) {
	width: 100%;
}

/* Post Content - Author Link */
.post-content .post-author {
	position: relative;
	float: left;
	display: block;
}
.post-content.post-portrait-small .post-author {
	width: 100%;
}
.post-content .post-author a,
.post-content .post-author .name,
.post-content .post-author .date,
.post-content .post-author .published-by {
	position: relative;
	float: left;
	width: auto;
}
.post-content .post-author .name,
.post-content .post-author .date,
.post-content .post-author .published-by {
	width: 100%;
}
.post-content .post-author .published-by {
	font-size: 12px;
	font-weight: 400;
}
.post-content .post-author .name {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 2;
}
.post-content .post-author .post-author-link {
	margin-top: 3px;
}
.single-post .post-content.post-landscape-small .post-author .post-author-link,
.single-post .post-content.post-image-bg .post-author .post-author-link {
	margin-top: 1px;
}
.single-post .recent-post-wrapper .post-content.post-landscape-small .post-author .post-author-link,
.single-post .recent-post-wrapper .post-content.post-image-bg .post-author .post-author-link {
	margin-top: 0;
}
.post-content .post-author .post-author-avatar {
	position: absolute;
	display: block;
	left: -75px;
	top: 0;
	width: 60px;
	height: 60px;
	z-index: 2;
}
.post-content .post-foot .post-author .post-author-avatar {
	width: 40px;
	height: 40px;
	left: -52px;
}
.post-content .post-author .post-author-avatar img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}


/* Post Content - Date */
.post-content .date {
	position: relative;
	display: block;
	float: left;
}
.post-content .date {
	margin-top: 5px;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}
.post-content.post-portrait .date,
.post-content.post-portrait-small .date,
.post-content.post-landscape .date,
.post-content.post-landscape-small .date,
.post-content.post-image-bg .date {
	margin-top: 2px;
}


/* Post Content - Title & Content */
.post-content .title-link,
.widget_recent_entries ul li a,
.widget_rss ul li a,
.widget_recent_comments ul li a:not( .url ) {
	position: relative;
	overflow: hidden;
	background-position: 0 52%;
	background-size: 100% 0;
	-webkit-background-size: 100% 0;
	-moz-background-size: 100% 0;
	background-repeat: no-repeat;
}
.post-content .title-link:hover {
	background-size: 100% 5px;
	-webkit-background-size: 100% 5px;
	-moz-background-size: 100% 5px;
}
.widget .post-content .title-link:hover,
.widget_rss ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_recent_comments ul li a:hover:not( .url ) {
	background-size: 100% 3px;
	-webkit-background-size: 100% 3px;
	-moz-background-size: 100% 3px;
}
.widget .post-content .title-link.author-link:hover {
	background-size: 100% 4px;
	-webkit-background-size: 100% 4px;
	-moz-background-size: 100% 4px;
}
.post-content .title-link.title-quote::before,
.post-content .title-link.title-quote::after {
	content: '\e800';
	position: relative;
	display: inline-block;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #262626;
	font-size: 18px;
	margin: 0 5px 0 0;
	-webkit-transform: translateY( -5px );
		 -moz-transform: translateY( -5px );
			-ms-transform: translateY( -5px );
			 -o-transform: translateY( -5px );
					transform: translateY( -5px );
}
.post-content .title-link.title-quote::after {
	margin: 0 0 0 5px;
}
.post-content .post-portrait-title,
.post-content .post-portrait-content {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	-webkit-backface-visibility: hidden;
}
.post-content .post-portrait-title.no-category {
	margin-top: -12px;
}
.post-content.post-portrait .post-portrait-title.no-category {
	margin-top: 0;
}
.post-content .post-portrait-content {
	margin-top: 3px;
}
.post-content.post-portrait .post-portrait-content,
.post-content.post-landscape .post-portrait-content {
	margin: 21px 0 0 0;
}
.post-content.post-landscape .post-portrait-content {
	margin-left: 0;
}
.post-content .post-portrait-title .quote,
.post-content .post-portrait-title .link {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin: 2px 0 0 1px;
}
.post-content .post-portrait-title .quote-author,
.post-content .post-portrait-title .link-name {
	position: relative;
	display: block;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #e0e0e0;
	font-weight: 500;
	padding: 22px 0 0 0;
	margin-top: 20px;
}
.post-content .post-portrait-title .quote-author::before,
.post-content .post-portrait-title .link-name::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 50px;
	height: 2px;
	background: #e0e0e0;
}
.post-content .post-portrait-title .link {
	text-transform: lowercase;
	word-wrap: break-word;
}
.post-content .featured-content-spacer {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 10px;
}


/* Post Content - Info */
.post-content .post-info {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
}
.post-content .post-foot.post-info {
	padding-left: 52px;
	min-height: 40px;
	height: auto;
}
.post-content.post-portrait .post-foot.post-info,
.post-content.post-landscape .post-foot.post-info {
	padding-top: 35px;
	border-top: 1px solid #eeeeee;
}
.post-content.post-portrait .post-foot.post-info::before,
.post-content.post-landscape .post-foot.post-info::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: -3px;
	width: 50%;
	height: 5px;
	background: #eeeeee;
}
.post-content .post-foot.no-desc {
	margin-top: 26px;
}
.post-content .post-info-image {
	text-align: center;
	padding: 17px 0 11px 0;
	background: #f8f8f8;
}
.post-content .post-info-image .info {
	margin: 0 10px;
}
.post-content .post-info-image .info .icon {
	margin-right: 5px;
}
.post-content .post-info-image .post-comment-count .icon {
	-webkit-transform: translateY( -1px );
	   -moz-transform: translateY( -1px );
	    -ms-transform: translateY( -1px );
	     -o-transform: translateY( -1px );
	        transform: translateY( -1px );
}
.post-content .post-info-image .post-view-count .icon {
	-webkit-transform: translateY( 2px );
	   -moz-transform: translateY( 2px );
	    -ms-transform: translateY( 2px );
	     -o-transform: translateY( 2px );
	        transform: translateY( 2px );
}
.post-content .post-info-image .post-share {
	margin-right: 4px;
}
.post-content .post-info.post-info-image::before {
	display: none;
}
.post-content.post-image-bg .post-info-top {
	margin-top: 23px;
}

.post-content .post-info-top.no-line::before {
	display: none;
}
.single-post .recent-post-container .post-content .post-info-top {
	margin-top: 2px;
}
.single-post .recent-post-container .post-content.post-landscape-small .post-info-top {
	margin-top: 7px;
}
.single-post .post-content.post-landscape .post-info-top {
	margin-top: 6px;
}
.post-content .info {
	position: relative;
	display: inline-block;
	width: auto;
	color: #4D4D4D;
	margin: 0 20px 5px 0;
}
.post-content .info.post-author {
	margin-top: 2px;
}
.post-content .like-container {
	position: absolute;
	display: block;
	height: 23px;
	padding: 0;
	text-align: center;
	background: none;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
  -webkit-transform: scale( 0.8 );
     -moz-transform: scale( 0.8 );
      -ms-transform: scale( 0.8 );
       -o-transform: scale( 0.8 );
          transform: scale( 0.8 );
}
.post-content:not( .single-page ):hover .like-container {
	opacity: 1;
	visibility: visible;
  -webkit-transform: scale( 1 );
     -moz-transform: scale( 1 );
      -ms-transform: scale( 1 );
       -o-transform: scale( 1 );
          transform: scale( 1 );
}

@-moz-document url-prefix() {
  .post-content .like-container {
    left: 50%;
  	top: 50%;
  	-moz-transform: translate( -50%, -50% ) scale( 0.8 );
  	     transform: translate( -50%, -50% ) scale( 0.8 );
  }
  .post-content:hover .like-container {
  	-moz-transform: translate( -50%, -50% ) scale( 1 );
  	     transform: translate( -50%, -50% ) scale( 1 );
  }
}
.is-ie .post-content .like-container,
.is-safari .post-content .like-container {
  left: 50%;
  top: 50%;
  -webkit-transform: translate( -50%, -50% ) scale( 0.8 );
      -ms-transform: translateX( -50% ) translateY( -50% ) scale( 0.8 );
          transform: translate( -50%, -50% ) scale( 0.8 );
}
.is-ie .post-content:hover .like-container,
.is-safari .post-content:hover .like-container {
  -webkit-transform: translate( -50%, -50% ) scale( 1 );
      -ms-transform: translateX( -50% ) translateY( -50% ) scale( 1 );
          transform: translate( -50%, -50% ) scale( 1 );
}


.post-content .like-container .info.post-like-count {
	margin: 0;
	color: #ffffff;
}
.post-content .like-container .post-like-count .icon {
	font-size: 22px;
}
.post-content .like-container .post-like-count .text {
	font-weight: 500;
	font-size: 14px;
	-webkit-transform: translateY( 1px );
	   -moz-transform: translateY( 1px );
	    -ms-transform: translateY( 1px );
	     -o-transform: translateY( 1px );
	        transform: translateY( 1px );
}
.post-content .like-container .post-like-count.liked .text {
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.post-content .post-foot.post-info::before {
	top: 7px;
}
.post-image-bg.post-content .post-info::before {
	left: 20px;
	-webkit-transform: translateY( 5px );
	   -moz-transform: translateY( 5px );
	    -ms-transform: translateY( 5px );
	     -o-transform: translateY( 5px );
	        transform: translateY( 5px );
}
.post-content .post-foot .comments-container {
	position: relative;
	float: right;
	display: block;
	width: auto;
	padding-top: 10px;
}
.post-content .post-foot .comments-container .info {
	margin: 0 0 5px 15px;
}
.post-content .post-foot .comments-container .info:first-child {
	margin: 0 0 5px 0;
}
.post-content .info .icon {
	position: relative;
	float: left;
	font-size: 18px;
	line-height: 1px;
	margin: 0 5px 0 0;
}
.post-content .info .icon.ion-eye {
	font-size: 20px;
}
.post-portrait .post-share .icon {
	color: #777777;
}
.post-content .post-info-top .info .icon.ion-chatbubble,
.single-post .post-content .single-post-info-container .info .icon.ion-chatbubble {
	-webkit-transform: translateY( -1px );
	   -moz-transform: translateY( -1px );
	    -ms-transform: translateY( -1px );
	     -o-transform: translateY( -1px );
	        transform: translateY( -1px );
}
.post-content .post-info-top .info .icon.ion-eye,
.single-post .post-content .single-post-info-container .info .icon.ion-eye {
	-webkit-transform: translateY( 2px );
	   -moz-transform: translateY( 2px );
	    -ms-transform: translateY( 2px );
	     -o-transform: translateY( 2px );
	        transform: translateY( 2px );
}
.single-post .recent-post-container .post-content .info .icon,
.single-post .recent-post-container .post-content.post-portrait-small .info .icon.ion-eye,
.single-post .recent-post-container .post-content.post-landscape-small .info .icon.ion-eye {
	-webkit-transform: translateY( 1px );
	   -moz-transform: translateY( 1px );
	    -ms-transform: translateY( 1px );
	     -o-transform: translateY( 1px );
	        transform: translateY( 1px );
}
.single-post .recent-post-container .post-content .info .icon.ion-eye {
	-webkit-transform: translateY( 2px );
	   -moz-transform: translateY( 2px );
	    -ms-transform: translateY( 2px );
	     -o-transform: translateY( 2px );
	        transform: translateY( 2px );
}
.single-post .recent-post-container .post-content.post-landscape-small .info .icon.ion-network {
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.post-content .info .text {
	position: relative;
	float: left;
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	margin-left: 5px;
	-webkit-transform: translateY( 1px );
	   -moz-transform: translateY( 1px );
	    -ms-transform: translateY( 1px );
	     -o-transform: translateY( 1px );
	        transform: translateY( 1px );
}
.post-content .info.post-view-count .text {
	-webkit-transform: translateY( 3px );
	   -moz-transform: translateY( 3px );
	    -ms-transform: translateY( 3px );
	     -o-transform: translateY( 3px );
	        transform: translateY( 3px );
}
.single-post .recent-post-container .post-content .info.post-view-count .text,
.single-post .recent-post-container .post-content .info.post-share,
.single-post .recent-post-container .post-content.post-portrait-small .info .text,
.single-post .recent-post-container .post-content.post-landscape-small .info .text {
	-webkit-transform: translateY( 2px );
	   -moz-transform: translateY( 2px );
	    -ms-transform: translateY( 2px );
	     -o-transform: translateY( 2px );
	        transform: translateY( 2px );
}
.single-post .recent-post-container .post-content.post-portrait-small .info.post-view-count .text,
.single-post .recent-post-container .post-content.post-landscape-small .info.post-view-count .text {
	-webkit-transform: translateY( 3px );
	   -moz-transform: translateY( 3px );
	    -ms-transform: translateY( 3px );
	     -o-transform: translateY( 3px );
	        transform: translateY( 3px );
}
.single-post .recent-post-container .post-content.post-portrait-small .info.post-share {
	-webkit-transform: translateY( -12px );
	   -moz-transform: translateY( -12px );
	    -ms-transform: translateY( -12px );
	     -o-transform: translateY( -12px );
	        transform: translateY( -12px );
}
.single-page .outer-container .post-content .info .text {
	line-height: 14px;
}
@-moz-document url-prefix() {
	.single-post .post-content .single-post-info-container .info.post-view-count .text {
		-webkit-transform: translateY( 3px );
		   -moz-transform: translateY( 3px );
		    -ms-transform: translateY( 3px );
		     -o-transform: translateY( 3px );
		        transform: translateY( 3px );
	}
	.post-content .info .icon.ion-eye,
	.single-post .post-content .single-post-info-container .info .icon.ion-eye,
	.single-post .post-content .single-post-1 .single-post-info-container .info .icon.ion-eye {
		-webkit-transform: translateY( 1px );
		   -moz-transform: translateY( 1px );
		    -ms-transform: translateY( 1px );
		     -o-transform: translateY( 1px );
		        transform: translateY( 1px );
	}
}

/* Post Content - Read More Button */
.post-desc-read-more {
	position: relative;
	display: inline-block;
	margin-left: 8px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
}
.post-desc-read-more .text {
	position: relative;
	display: block;
	opacity: 0;
	visibility: hidden;
	will-change: opacity;
	-webkit-transform: translateX( -8px );
		 -moz-transform: translateX( -8px );
			-ms-transform: translateX( -8px );
			 -o-transform: translateX( -8px );
					transform: translateX( -8px );
}
.post-desc-read-more:hover .text {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX( 0 );
		 -moz-transform: translateX( 0 );
			-ms-transform: translateX( 0 );
			 -o-transform: translateX( 0 );
					transform: translateX( 0 );
}
.post-desc-read-more .icon {
	position: absolute;
	display: block;
	left: 0;
	top: 2px;
	font-size: 20px;
	line-height: 20px;
	-webkit-transform	: translateX( 0 );
		 -moz-transform	: translateX( 0 );
			-ms-transform	: translateX( 0 );
			 -o-transform	: translateX( 0 );
					transform	: translateX( 0 );
}
.post-desc-read-more.on-slider .icon {
	top: 7px;
}
.post-image-bg .post-desc-read-more {
	margin: 18px 0 0 2px;
}
.post-image-bg .post-desc-read-more .icon {
	top: -1px;
}
.post-desc-read-more:hover .icon,
.slider-3-container .post-desc-read-more.on-slider:hover .icon {
	-webkit-transform	: translateX( 77px );
		 -moz-transform	: translateX( 77px );
			-ms-transform	: translateX( 77px );
			 -o-transform	: translateX( 77px );
					transform	: translateX( 77px );
}
.post-image-bg .post-desc-read-more:hover .icon,
.post-desc-read-more.on-slider:hover .icon {
	-webkit-transform	: translateX( 90px );
		 -moz-transform	: translateX( 90px );
			-ms-transform	: translateX( 90px );
			 -o-transform	: translateX( 90px );
					transform	: translateX( 90px );
}
.post-desc-read-more.on-author-widget {
	margin: 5px 0 0 0;
}
.post-desc-read-more.on-author-widget .icon {
	top: 2px;
	-webkit-transform	: translateX( 26px );
		 -moz-transform	: translateX( 26px );
			-ms-transform	: translateX( 26px );
			 -o-transform	: translateX( 26px );
					transform	: translateX( 26px );
}
.post-desc-read-more.on-author-widget:hover .icon {
	-webkit-transform	: translateX( 75px );
		 -moz-transform	: translateX( 75px );
			-ms-transform	: translateX( 75px );
			 -o-transform	: translateX( 75px );
					transform	: translateX( 75px );
}
.post-desc-read-more.on-author-shortcode .icon {
	top: -4px;
	-webkit-transform	: translateX( 25px );
		 -moz-transform	: translateX( 25px );
			-ms-transform	: translateX( 25px );
			 -o-transform	: translateX( 25px );
					transform	: translateX( 25px );
}
.post-desc-read-more.on-author-shortcode:hover .icon {
	-webkit-transform	: translateX( 75px );
		 -moz-transform	: translateX( 75px );
			-ms-transform	: translateX( 75px );
			 -o-transform	: translateX( 75px );
					transform	: translateX( 75px );
}

.post-content .text-container .read-more-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 3px;
	text-align: left;
}
.post-content.post-portrait .text-container .read-more-container {
	padding-left: 30px;
}
.post-content .text-container .post-read-more-button {
	position: relative;
	display: inline-block;
	margin-top: 5px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 16px;
	font-size: 11px;
	padding: 0 7px 0 10px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.post-content .text-container .post-read-more-button:hover {
	color: #ffffff;
}
.post-content .text-container .post-read-more-button::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: scale( 0.037, 0.148 );
		 -moz-transform: scale( 0.037, 0.148 );
			-ms-transform: scaleX( 0.037 ) scaleY( 0.148 );
			 -o-transform: scale( 0.037, 0.148 );
					transform: scale( 0.037, 0.148 );
	-webkit-transform-origin: left;
		 -moz-transform-origin: left;
			-ms-transform-origin: left;
			 -o-transform-origin: left;
					transform-origin: left;
}
.post-content .text-container .post-read-more-button:hover::before {
	-webkit-transform: scale( 1, 1 );
		 -moz-transform: scale( 1, 1 );
			-ms-transform: scaleX( 1 ) scaleY( 1 );
			 -o-transform: scale( 1, 1 );
					transform: scale( 1, 1 );
}

/* Post Content - Post Label */
.post-content .post-label {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: auto;
	height: auto;
	padding: 9px 20px;
	background: #ffffff;
	-webkit-backface-visibility: hidden;
	z-index: 3;
}
.post-content .post-label .icon {
	position: relative;
	float: right;
	display: inline-block;
	font-size: 18px;
	line-height: 0;
	color: #262626;
	margin-right: 0;
}
.post-content .post-label .icon.ion-bookmark {
	margin-left: 1px;
}
.post-content .post-label .icon.ion-link,
.post-content .post-label .icon.ion-bookmark {
	font-size: 19px;
}
.post-content.post-image-bg.is-sticky .post-label .icon.ion-bookmark {
	font-size: 30px;
	margin-top: 7px;
}
.post-content.post-image-bg.is-sticky .post-label {
	background: none;
}
.post-content .post-label .icon.ion-link,
.post-content .post-label .icon.ion-bookmark,
.post-content .post-label .icon.ion-images {
	-webkit-transform: translateY( -1px );
	   -moz-transform: translateY( -1px );
	    -ms-transform: translateY( -1px );
	     -o-transform: translateY( -1px );
	        transform: translateY( -1px );
}
.post-content .post-label .icon.ion-music-note,
.post-content .post-label .icon.ion-play {
	font-size: 14px;
}
.post-content .post-label .label-text {
	position: relative;
	float: right;
	display: none;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 17px;
	color: #262626;
}


/* Post Content - Featured Content Gallery */
.post-content .featured-content-gallery {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.post-content .featured-content-gallery .img-wrapper {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 100%;
}
.post-content .featured-content-gallery img {
	width: 100%;
	height: auto;
}


/* 12.1 post portrait */
.single-page .outer-container .post-portrait .post-author a .name,
.single-page .outer-container .post-portrait-small .post-author a .name,
.single-page .outer-container .post-landscape .post-author a .name,
.single-page .outer-container .post-landscape-small .post-author a .name,
.single-page .outer-container .post-image-bg .post-author a .name {
	margin-top: 1px;
}
.post-portrait .img-container,
.post-portrait-small .img-container,
.post-landscape .img-container,
.post-landscape-small .img-container {
  position: relative;
	float: left;
	display: -webkit-box;   /* iOS 6-, Safari 3.1-6 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE 10+ */
  display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
	align-items: center;
  justify-content: center;
	width: 100%;
  height: auto;
  margin-bottom: 36px;
  overflow: hidden;
	text-align: left;
	z-index: 2;
}
.post-landscape .img-container,
.post-landscape-small .img-container,
.widget .post-landscape-small .img-container {
  margin-bottom: 0;
}

@-moz-document url-prefix() {
  .post-portrait .img-container,
  .post-portrait-small .img-container,
  .post-landscape .img-container,
  .post-landscape-small .img-container {
    display: block;
  }
}
.is-ie .post-portrait .img-container,
.is-ie .post-portrait-small .img-container,
.is-ie .post-landscape .img-container,
.is-ie .post-landscape-small .img-container,
.is-safari .post-portrait .img-container,
.is-safari .post-portrait-small .img-container,
.is-safari .post-landscape .img-container,
.is-safari .post-landscape-small .img-container {
  display: block;
}

.post-portrait .content-wrapper,
.post-portrait-small .content-wrapper {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 36px;
	overflow: hidden;
}
.post-portrait .content-wrapper,
.post-portrait-small .content-wrapper {
	margin: 0;
}
.post-portrait .content-wrapper,
.post-portrait-small .content-wrapper {
	padding: 0 20px 2px 20px;
	overflow: visible;
}
.post-portrait .content-wrapper.no-featured-img,
.post-portrait-small .content-wrapper.no-featured-img {
	padding: 0;
}
.post-portrait .img-container,
.post-portrait-small .img-container {
	margin-bottom: 25px;
}
.post-portrait.grid-1 .img-container {
	max-height: 700px;
}
.grid-masonry .post-portrait .img-container {
	max-height: none;
}
.post-portrait .date,
.post-portrait-small .date,
.post-landscape .date,
.post-landscape-small .date {
	position: relative;
	float: left;
	color: #262626;
}
.post-portrait.grid-3 .post-author {
	width: 150px;
}
.post-portrait .img-container .post-info-container,
.post-landscape .img-container .post-info-container {
	position: absolute;
	display: block;
	margin-top: 5px;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 2;
}
.post-portrait .img-container .post-info-container .info-wrapper,
.post-landscape .img-container .post-info-container .info-wrapper {
	position: relative;
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	will-change: opacity;
	-webkit-transform	: translateY( 10px );
		 -moz-transform	: translateY( 10px );
			-ms-transform	: translateY( 10px );
			 -o-transform	: translateY( 10px );
					transform	: translateY( 10px );
}
.post-portrait:hover .img-container .post-info-container .info-wrapper,
.post-landscape:hover .img-container .post-info-container .info-wrapper {
	visibility: visible;
	opacity: 1;
	-webkit-transform	: translateY( 0 );
		 -moz-transform	: translateY( 0 );
			-ms-transform	: translateY( 0 );
			 -o-transform	: translateY( 0 );
					transform	: translateY( 0 );
}
.post-portrait .img-container .img-link::before,
.post-portrait-small .img-container .img-link::before,
.post-landscape .img-container .img-link::before,
.post-landscape-small .img-container .img-link::before,
.post-portrait .featured-content-gallery .owl-item::before,
.post-landscape .featured-content-gallery .owl-item::before,
.post-image-bg .featured-content-gallery .owl-item::before {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	will-change: transform;
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.post-portrait .featured-content-gallery .owl-item::before,
.post-landscape .featured-content-gallery .owl-item::before,
.post-portrait .img-container .img-link::before,
.post-portrait-small .img-container .img-link::before,
.post-landscape .img-container .img-link::before,
.post-landscape-small .img-container .img-link::before {
	content: '';
	z-index: 2;
	-webkit-transform: translateY( -101% );
	   -moz-transform: translateY( -101% );
	    -ms-transform: translateY( -101% );
	     -o-transform: translateY( -101% );
	        transform: translateY( -101% );
}
.post-portrait:hover .featured-content-gallery .owl-item::before,
.post-landscape:hover .featured-content-gallery .owl-item::before,
.post-portrait:hover .img-container .img-link::before,
.post-portrait-small:hover .img-container .img-link::before,
.post-landscape:hover .img-container .img-link::before,
.post-landscape-small:hover .img-container .img-link::before {
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.post-portrait .featured-content-gallery .owl-item::before,
.post-landscape .featured-content-gallery .owl-item::before,
.post-image-bg .featured-content-gallery .owl-item::before {
	content: '';
	z-index: 2;
}
.post-portrait:hover .featured-content-gallery .owl-item::before,
.post-landscape:hover .featured-content-gallery .owl-item::before,
.post-image-bg .featured-content-gallery .owl-item::before {
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.post-image-bg .featured-content-gallery .owl-item::before {
	background: rgba( 0, 0, 0, 0.4 );
}
.post-portrait .img-container .img-link,
.post-portrait .img-container img,
.post-portrait-small .img-container .img-link,
.post-portrait-small .img-container img {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	will-change: transform;
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.post-portrait.post-mixed-layout-3 .img-link {
	height: 240px;
	overflow: hidden;
}
.post-portrait .img-container .play-button,
.post-portrait-small .img-container .play-button,
.post-landscape .img-container .play-button,
.post-landscape-small .img-container .play-button {
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -25px;
	height: 50px;
	overflow: hidden;
	z-index: 3;
}
.is-safari .post-portrait .img-container .play-button,
.is-safari .post-portrait-small .img-container .play-button,
.is-safari .post-landscape .img-container .play-button,
.is-safari .post-landscape-small .img-container .play-button {
	overflow: visible;
}
.post-portrait .img-container .play-button .icon,
.post-portrait-small .img-container .play-button .icon,
.post-landscape .img-container .play-button .icon,
.post-landscape-small .img-container .play-button .icon {
	position: relative;
	display: inline-block;
	font-size: 80px;
	margin: -30px 0 0 1px;
	color: #ffffff;
}
.single-post .recent-post-container .post-portrait .img-container .play-button .icon,
.single-post .recent-post-container .post-landscape .img-container .play-button .icon {
	margin: -16px 0 0 1px;
}
.single-post .recent-post-container .post-portrait-small .img-container .play-button .icon,
.single-post .recent-post-container .post-landscape-small .img-container .play-button .icon {
	margin: -12px 0 0 1px;
}
.post-portrait .post-body,
.post-portrait-small .post-body {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
	margin-top: -2px;
}
.post-portrait-small .post-body {
	margin-top: 0;
}
.post-portrait .post-body.no-mrg-top,
.post-portrait-small .post-body.no-mrg-top {
	padding: 0;
	margin-top: -5px;
}
.post-portrait .date,
.post-portrait-small .date,
.post-landscape-small .date,
.post-landscape .date {
	position: relative;
	display: inline-block;
}
.post-portrait .post-author .name,
.post-portrait-small .post-author .name,
.post-landscape-small .post-author .name,
.post-landscape .post-author .name {
	color: #262626;
}
.post-content .post-portrait-content .content-small {
	display: none;
}
.post-portrait.grid-3 .date-container,
.post-portrait-small .date-container,
.post-landscape-small .date-container {
	position: relative;
	float: left;
	width: auto;
	min-height: 10px;
	text-align: left;
}
.post-portrait.grid-3 .date-container .date,
.post-portrait-small .date-container .date,
.post-landscape-small .date-container .date {
	width: auto;
}
.post-portrait.grid-66.post-mixed-layout-3 .post-portrait-content {
	margin: 5px 0 0 0;
}


/* 12.1.1 post portrait small */
.post-portrait-small .img-container .play-button {
	margin-left: -15px;
	margin-top: -19px;
	height: 37px;
	overflow: hidden;
}
.post-portrait-small .img-container .play-button .icon {
	position: relative;
	display: inline-block;
	font-size: 60px;
	margin: -22px 0 0 1px;
}
.single-post .recent-post-wrapper .post-portrait-small .post-category-wrapper {
	margin-left: -1px;
}
.post-portrait-small .post-category-wrapper .category-container {
	float: none;
	display: inline-block;
}
.single-post .post-image-bg .date {
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.custom-popover-small.share-popover {
	left: 50%;
	margin-left: -4px;
	-webkit-transform: translate( -50%, -1px );
	   -moz-transform: translate( -50%, -1px );
	    -ms-transform: translateX( -50% ) translateY( -1px );
	     -o-transform: translate( -50%, -1px );
	        transform: translate( -50%, -1px );
}
.post-portrait-small .quote,
.post-portrait-small .link,
.post-landscape-small .quote,
.post-landscape-small .link {
	font-size: 14px;
	line-height: 24px;
}
.post-portrait-small .post-portrait-title .quote-author,
.post-portrait-small .post-portrait-title .link-name,
.post-landscape-small .post-portrait-title .quote-author,
.post-landscape-small .post-portrait-title .link-name {
	font-size: 9px;
}
.post-portrait-small .post-portrait-title .quote-author::before,
.post-portrait-small .post-portrait-title .link-name::before,
.post-landscape-small .post-portrait-title .quote-author::before,
.post-landscape-small .post-portrait-title .link-name::before {
	display: none;
}
.post-portrait-small .post-portrait-title .link span,
.post-landscape-small .post-portrait-title .link span {
	padding-bottom: 1px;
	border-bottom: 2px solid #262626;
}
.post-portrait-small .post-portrait-title .link-name,
.post-landscape-small .post-portrait-title .link-name {
	margin-top: 6px;
}


/* 12.1.2 post portrait on small devices */
@media all and (min-width: 1200px) {
	.mixed-layout-1 .post-portrait .img-container {
		height: 240px;
		overflow: hidden;
	}
}

@media all and (max-width: 1199px) {
	div[class*="fw-col-sm-"] .post-portrait-small.grid-4 {
		width: 33.33%;
	}
	div[class*="fw-col-sm-12"] .post-portrait-small.grid-4 {
		width: 25%;
	}
	.mixed-layout-1 .post-portrait.grid-3,
	.mixed-layout-1 .post-image-bg.grid-3,
	.mixed-layout-1 .post-portrait.grid-66 {
		width: 50%;
	}
}
@media all and (max-width: 1000px) {
	.post-portrait.grid-3,
	.post-content.grid-66 {
		width: 50%;
	}
	.big-post-left-container,
	.big-post-top.grid-2,
	.post-content.grid-66.post-mixed-layout-3 .post-head {
		width: 100%;
	}
	.post-content.grid-66.post-mixed-layout-3 .post-body {
		display: none;
	}
	.post-content.grid-66.post-mixed-layout-3 .post-foot.post-info {
		margin-top: 26px;
	}
	.post-portrait.post-mixed-layout-3 .img-link {
		height: auto;
	}

	div[class*="fw-col-sm-12"] .post-portrait-small.grid-4 {
		width: 33.33%;
	}
}
@media all and (min-width: 992px) and (max-width: 1199px) {
	.post-content .post-foot .comments-container {
		display: none;
	}
	.post-landscape.post-content .post-foot .comments-container,
	.post-content.post-portrait.post-mixed-layout-3.grid-66 .post-foot .comments-container {
		display: block;
	}
}
@media all and (max-width: 1199px) {
	.magazine-layout-container .post-portrait.grid-2 .post-portrait-content .content-large,
	.magazine-layout-container .post-portrait.grid-3 .post-portrait-content .content-large {
		display: none;
	}
	.magazine-layout-container .post-portrait.grid-2 .post-portrait-content .content-small,
	.magazine-layout-container .post-portrait.grid-3 .post-portrait-content .content-small {
		display: block;
	}
	.magazine-layout-container .post-landscape-small .post-foot {
		display: none;
	}
	.post-image-bg.post-content.grid-1 .post-foot .comments-container {
		display: block;
	}
	.owl-carousel .post-content.post-image-bg.single-related-posts .comments-container,
	.post-content.post-image-bg.grid-3.single-related-posts .comments-container {
		display: none;
	}
}
@media all and (max-width: 991px) {
	.post-portrait .img-container,
	.post-portrait-small .img-container {
		max-height: none;
	}
	.post-portrait-small {
		margin-bottom: -8px;
	}
	.post-portrait-small.grid-1 {
		width: 50%;
	}
	.post-content .post-author {
		width: 120px;
	}
	.post-content.post-portrait.grid-1 .post-author {
		width: 250px;
	}
	.magazine-layout-container.grid-2 .small-post-container .post-portrait-small,
	.post-landscape-small.numbered-list .post-author,
	.owl-carousel .post-content {
		width: 100%;
	}
}

@media all and (max-width: 768px) {
	.recent-post-container > .row.no-pad {
		padding: 0 15px;
	}
	div[class*="fw-col-sm-"] .post-portrait-small.grid-4,
	.post-portrait-small.grid-4 {
		width: 33.33%;
	}
	.post-content .post-author,
	.post-content.post-portrait.grid-1 .post-author {
		width: 200px;
	}
	.post-content .post-foot .comments-container {
		display: none;
	}
	.post-content.post-portrait.grid-1 .post-foot .comments-container {
		display: block;
	}
}

@media all and (max-width: 700px) {
	.post-portrait.grid-2,
	.post-portrait.grid-3,
	.post-content.grid-66 {
		width: 100%;
	}
	.post-portrait.grid-1 .post-portrait-content .content-large,
	.post-portrait.grid-2 .post-portrait-content .content-large,
	.post-portrait.grid-3 .post-portrait-content .content-large {
		display: none;
	}
	.post-portrait.grid-1 .post-portrait-content .content-small,
	.post-portrait.grid-2 .post-portrait-content .content-small,
	.post-portrait.grid-3 .post-portrait-content .content-small {
		display: block;
	}
	.grid-masonry .post-portrait .img-container {
		max-height: none;
	}
	.post-content .post-foot .comments-container {
		display: block;
	}
	.post-content.grid-2 .post-foot .comments-container,
	.post-content.grid-3 .post-foot .comments-container {
		display: none;
	}
	.magazine-layout-container .post-landscape-small,
	.magazine-layout-container .post-portrait-small {
		margin: 20px 0 0 0;
	}
	.magazine-layout-container .small-post-container .post-landscape-small,
	.magazine-layout-container .small-post-container .post-portrait-small {
		margin: 0;
	}
}

@media all and (max-width: 699px) {
	.owl-carousel .post-content.post-image-bg.single-related-posts .comments-container,
	.post-content.post-image-bg.grid-3.single-related-posts .comments-container {
		display: block;
	}
}

@media all and (min-width: 651px) and (max-width: 700px) {
	.post-content.post-portrait.grid-2 .post-foot .comments-container,
	.post-content.post-portrait.grid-3 .post-foot .comments-container {
		display: block;
	}
}

@media all and (max-width: 650px) {
	.mixed-layout-1 .post-portrait.grid-3,
	.mixed-layout-1 .post-image-bg.grid-3,
	.mixed-layout-1 .post-portrait.grid-66 {
		width: 100%;
	}
	.post-content .post-foot .comments-container,
	.post-content.grid-2 .post-foot .comments-container,
	.post-content.grid-3 .post-foot .comments-container {
		display: block;
	}
}

@media all and (max-width: 767px) {
	div[class*="fw-col-sm-"] .post-portrait-small.grid-4,
	.post-portrait-small.grid-3,
	.post-portrait-small.grid-4 {
		width: 50%;
	}
}

@media all and (max-width: 500px) {
	div[class*="fw-col-sm-"] .post-portrait-small.grid-4,
	.post-portrait-small.grid-2,
	.post-portrait-small.grid-3,
	.post-portrait-small.grid-4 {
		width: 100%;
	}
	.post-portrait-small.grid-1 {
		width: 100%;
	}
}

@media all and (max-width: 450px) {
	.post-content .post-author,
	.post-content.post-portrait.grid-1 .post-author {
		width: 150px;
	}
}

@media all and (max-width: 400px) {
	.post-portrait .text-container,
	.post-portrait .post-category-wrapper,
	.post-landscape .text-container,
	.post-landscape .post-category-wrapper {
		padding-left: 0;
	}
	.post-portrait .date-container,
	.post-landscape .date-container {
		position: relative;
		float: left;
		width: auto;
		min-height: 10px;
		text-align: left;
	}
	.post-portrait .date-container .date,
	.post-landscape .date-container .date {
		width: auto;
	}
	.post-portrait .date-container .month,
	.post-portrait .date-container .day-year,
	.post-landscape .date-container .month,
	.post-landscape .date-container .day-year {
		position: relative;
		float: left;
		display: block;
		width: auto;
		margin: 0 5px 0 0;
	}
	.post-content.post-portrait .date-container .day-year,
	.post-content.post-landscape .date-container .day-year {
		margin: 9px 20px 0 0;
	}
}

@media all and (max-width: 390px) {
	.post-content .post-foot .comments-container,
	.post-content.grid-2 .post-foot .comments-container,
	.post-content.grid-3 .post-foot .comments-container,
	.post-content.post-portrait.grid-1 .post-foot .comments-container,
	.post-image-bg.post-content.grid-1 .post-foot .comments-container {
		display: none;
	}
	.post-content .post-author,
	.post-content.post-portrait.grid-1 .post-author,
	.post-portrait.grid-3 .post-author {
		width: 100%;
	}
}
/* 12.1 end post portrait */

/* 12.2 post landscape */
.post-landscape {
	height: auto;
}
.post-landscape.grid-1 {
	width: 100%;
}
.post-landscape .img-container,
.post-landscape-small .img-container {
	width: 33%;
	will-change: transform;
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.post-landscape .img-container.no-post-thumbnail {
	display: none;
}
.post-landscape .img-container .img-link {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
}
.post-landscape .post-portrait-title {
	width: 100%;
	padding: 0;
	margin: 0;
}
.post-landscape .featured-image-hidden .post-portrait-title,
.post-landscape .no-post-thumbnail .post-portrait-title,
.post-landscape-small .featured-image-hidden .post-portrait-title,
.post-landscape-small .no-post-thumbnail .post-portrait-title {
	width: 100%;
	margin-left: 0;
}
.post-landscape .post-body,
.post-landscape-small .post-body {
	position: relative;
	float: left;
	width: 67%;
	padding: 30px 0;
}
.post-landscape .post-body.featured-image-hidden,
.post-landscape .post-body.no-post-thumbnail,
.post-landscape-small .post-body.featured-image-hidden,
.post-landscape-small .post-body.no-post-thumbnail,
.post-landscape .post-body.no-post-thumbnail .v-centering {
	width: 100%;
}
.post-landscape .post-body.no-post-thumbnail,
.post-landscape-small .post-body.no-post-thumbnail,
.post-landscape-small.image-right .post-body.no-post-thumbnail,
.post-landscape .post-body.no-post-thumbnail .v-centering,
.post-landscape .post-body.featured-image-hidden,
.post-landscape-small .post-body.featured-image-hidden,
.post-landscape-small.image-right .post-body.featured-image-hidden,
.post-landscape .post-body.featured-image-hidden .v-centering {
	padding: 0;
}
.post-landscape.image-left .img-container,
.post-landscape-small.image-left .img-container {
	float: left;
}
.post-landscape-small .img-container .img-link {
	width: 100%;
	height: auto;
}
.post-landscape.image-left .post-body,
.post-landscape-small.image-left .post-body {
	float: left;
}
.post-landscape.image-right .post-body {
	float: right;
}
.post-landscape.image-right .img-container {
	float: right;
}
.post-landscape .text-container .read-more-container {
	padding-left: 30px;
}
.post-landscape .post-body {
	position: relative;
	float: left;
	display: -webkit-box;   /* iOS 6-, Safari 3.1-6 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE 10+ */
  display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
	align-items: center;
	justify-content: center;
}
.is-ie .post-landscape .post-body,
.is-safari .post-landscape .post-body {
	display: block;
}
.post-landscape .post-body .v-centering {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	padding: 0 0 0 30px;
}
.post-landscape.image-right .post-body .v-centering {
	padding: 0 30px 0 0;
}
.post-landscape.image-right .post-body.no-post-thumbnail,
.post-landscape.image-right .post-body.no-post-thumbnail .v-centering,
.post-landscape.image-right .post-body.featured-image-hidden,
.post-landscape.image-right .post-body.featured-image-hidden .v-centering {
	padding: 0;
}
@-moz-document url-prefix() {
	.post-landscape .post-body {
		display: block;
	}
	.post-landscape .post-body .v-centering {
		top: 50%;
		-moz-transform: translateY( -50% );
		     transform: translateY( -50% );
	}
	.post-landscape .post-body.no-post-thumbnail .v-centering,
	.post-landscape .post-body.featured-image-hidden .v-centering {
		top: 0;
		-moz-transform: translateY( 0 );
		     transform: translateY( 0 );
	}
}
.post-landscape .post-body.no-post-thumbnail {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
.post-landscape .post-body.no-post-thumbnail .centering-y {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	padding: 0;
	top: inherit;
	left: inherit;
	-webkit-transform: translate3d( 0, 0, 0 );
		 -moz-transform: translate3d( 0, 0, 0 );
			-ms-transform: translate3d( 0, 0, 0 );
			 -o-transform: translate3d( 0, 0, 0 );
					transform: translate3d( 0, 0, 0 );
}
.custom-popover.on-right.share-popover {
	right: 10px;
	left: auto;
	-webkit-transform: translateX( 100% ) translateY( 48px );
	   -moz-transform: translateX( 100% ) translateY( 48px );
	    -ms-transform: translateX( 100% ) translateY( 48px );
	     -o-transform: translateX( 100% ) translateY( 48px );
	        transform: translateX( 100% ) translateY( 48px );
}
.post-landscape.image-right .carousel-container-outer .owl-slider-nav {
	left: auto;
	right: 20px;
}
.post-landscape.image-right .carousel-container-outer .owl-slider-nav.right-arrow {
	left: inherit;
}
.post-landscape.image-right .carousel-container-outer .owl-slider-nav.left-arrow {
	right: 55px;
}

/* 12.2.1 Post Landscape Small */
.post-landscape-small .post-label .label-text {
	display: none;
}
.post-landscape-small .post-label .icon {
	margin-right: 0;
}
.post-landscape-small .post-portrait-title {
	width: 100%;
}
.post-landscape-small .post-portrait-title.mrg-top-25 {
	margin: 25px 0 8px -50px;
}
.post-landscape-small .img-container .play-button {
	margin-left: -15px;
	margin-top: -19px;
	height: 37px;
	overflow: hidden;
}
.post-landscape-small .img-container .play-button .icon {
	position: relative;
	display: inline-block;
	font-size: 60px;
	margin: -22px 0 0 1px;
}
.post-landscape-small .post-category-wrapper,
.post-landscape-small .text-container {
	padding-left: 0;
}
.post-landscape-small .post-category-wrapper {
	margin-bottom: 0;
}
.post-landscape-small .post-category-wrapper.small-devices {
	display: none;
}
.post-landscape-small .category-container {
	margin-bottom: 3px;
}
.post-landscape-small.image-right .img-container {
	float: right;
}
.post-landscape-small .post-body {
	padding: 0 0 0 15px;
}
.post-landscape-small.image-right .post-body {
	padding: 0 15px 0 0;
}
.post-landscape-small .date-container {
	text-align: left;
	margin-top: 5px;
}
.post-landscape-small .date-container .date {
	margin-left: 0;
}
.post-landscape-small .post-info-container .info:first-child {
	margin-left: 0;
}
.post-landscape-small .post-foot {
	margin-top: 25px;
}
.custom-popover.on-landscape-small.share-popover {
	-webkit-transform: translateX( -100% ) translateY( 42px );
	   -moz-transform: translateX( -100% ) translateY( 42px );
	    -ms-transform: translateX( -100% ) translateY( 42px );
	     -o-transform: translateX( -100% ) translateY( 42px );
	        transform: translateX( -100% ) translateY( 42px );
}
.custom-popover.on-landscape-small.on-right.share-popover {
	right: 10px;
	left: auto;
	-webkit-transform: translateX( 100% ) translateY( 42px );
	   -moz-transform: translateX( 100% ) translateY( 42px );
	    -ms-transform: translateX( 100% ) translateY( 42px );
	     -o-transform: translateX( 100% ) translateY( 42px );
	        transform: translateX( 100% ) translateY( 42px );
}


/* 12.2.1 post landscape on small devices */
@media all and (max-width: 1200px) {
	.post-landscape.grid-1 .post-portrait-content .content-large {
		display: none;
	}
	.post-landscape.grid-1 .post-portrait-content .content-small {
		display: block;
	}
	.post-landscape .img-container {
		width: 40%;
	}
	.post-landscape .post-body {
		width: 60%;
	}
}

@media all and (max-width: 1000px) {
	.post-landscape .post-content-wrapper {
		display: block;
	}
	.post-landscape .featured-image-hidden .post-portrait-title,
	.post-landscape .no-post-thumbnail .post-portrait-title {
		width: 100%;
		margin-left: 0;
	}
	.post-landscape .img-container,
	.post-landscape.image-right .img-container {
		position: relative;
		float: left;
		width: 40%;
		height: auto;
		max-height: none;
	}
	.post-landscape-small .img-container,
	.post-landscape-small.image-right .img-container {
		max-height: none;
	}
	.post-landscape.image-right .img-container {
		float: right;
	}
	.post-landscape .img-container img {
		max-width: 100%;
		height: auto;
	}
	.post-landscape .post-body.featured-image-hidden,
	.post-landscape .post-body.no-post-thumbnail,
	.post-landscape .post-body.no-post-thumbnail .v-centering {
		width: 100%;
	}
	.post-landscape .post-body.no-post-thumbnail,
	.post-landscape.image-left .post-body.no-post-thumbnail,
	.post-landscape.image-right .post-body.no-post-thumbnail {
		width: 100%;
	}
}

@media all and (max-width: 650px) {
	.post-landscape .post-body,
	.post-landscape.image-left .post-body,
	.post-landscape.image-right .post-body {
		position: relative;
		float: right;
		left: inherit;
		right: inherit;
		top: inherit;
		width: 60%;
		height: auto;
		padding: 0;
	}
	@-moz-document url-prefix() {
		.post-landscape .post-body .v-centering {
			top: 0;
			-moz-transform: translateY( 0 );
			     transform: translateY( 0 );
		}
	}
	.post-landscape .img-container,
	.post-landscape.image-right .img-container,
	.post-landscape.image-left .img-container {
		margin-bottom: 25px;
	}
	.post-landscape .post-label {
		display: block;
	}
	.post-landscape .post-body .v-centering,
	.post-landscape.image-right .post-body .v-centering {
		padding: 0 20px;
	}
	.post-landscape .post-portrait-title,
	.post-landscape.image-right .post-portrait-title {
		width: 100%;
		padding: 0;
		margin: 0;
		background: none;
		text-align: left;
	}
	.post-landscape .img-container,
	.post-landscape.image-right .img-container,
	.post-landscape .img-container img {
		width: 100%;
	}
	.post-landscape .post-body,
	.post-landscape.image-left .post-body,
	.post-landscape.image-right .post-body {
		width: 100%;
	}
	.post-landscape-small.grid-2 {
		width: 100%;
	}
	.post-landscape-small .post-foot.post-info {
		display: block;
	}
	.post-landscape-small .img-container,
	.post-landscape-small.image-right .img-container {
		min-height: 150px;
		max-height: 220px;
		height: auto;
		overflow: hidden;
	}
}

@media all and (max-width: 400px) {
	.post-landscape.image-right .text-container,
	.post-landscape.image-right .post-category-wrapper {
		padding-left: 0;
	}
	.post-content.post-landscape.image-right .post-category-wrapper {
		padding: 7px 20px 0 20px;
	}
	.post-landscape.image-right .date-container {
		position: relative;
		float: left;
		width: auto;
		min-height: 10px;
		text-align: left;
	}
	.post-landscape.image-right .date-container .date {
		width: auto;
	}
	.post-landscape.image-right .date-container .month,
	.post-landscape.image-right .date-container .day-year {
		position: relative;
		float: left;
		display: block;
		width: auto;
		margin: 0 5px 0 0;
	}
	.post-content.post-landscape.image-right .date-container .day-year {
		margin: 5px 20px 0 0;
	}
}

@media all and (max-width: 380px) {
	.post-landscape-small .post-portrait-title,
	.post-landscape-small.image-right .post-portrait-title {
		width: 100%;
		padding: 0;
		margin: 0;
		background: none;
		text-align: left;
	}
	.custom-popover.on-landscape-small.share-popover,
	.custom-popover.on-landscape-small.on-right.share-popover {
		left: 50%;
		margin-left: -2px;
		-webkit-transform: translate( -50%, 5px );
		   -moz-transform: translate( -50%, 5px );
		    -ms-transform: translateX( -50% ) translateY( 5px );
		     -o-transform: translate( -50%, 5px );
		        transform: translate( -50%, 5px );
	}
	.custom-popover.on-landscape-small.on-right.share-popover {
		right: inherit;
	}
	.post-landscape-small.image-left .img-container,
	.post-landscape-small.image-right .img-container,
	.post-landscape-small .img-container img,
	.post-landscape-small .post-body {
		width: 100%;
	}
	.post-landscape-small .post-category-wrapper.large-devices {
		display: none;
	}
	.post-landscape-small .post-category-wrapper.small-devices {
		position: absolute;
		display: block;
		left: 0;
		bottom: 0;
		width: auto;
		padding: 9px 20px 0 20px;
		background: #ffffff;
		z-index: 2;
	}
	.post-landscape-small .category-container {
		margin-bottom: 1px;
	}
	.post-landscape-small .post-body,
	.post-landscape-small .post-category-wrapper {
		padding-left: 0;
	}
	.post-landscape-small .text-container {
		padding: 0 20px;
	}
	.post-landscape-small .post-body.featured-image-hidden .text-container {
		padding: 0;
	}
	.post-landscape-small .img-container,
	.post-landscape-small.image-right .img-container {
		margin-bottom: 25px;
		height: auto;
		max-height: none;
	}
}
/* 12.2 end post landscape */

/* 12.3 post image background */
.post-image-bg.grid-1 {
	width: 100%;
}
.owl-item .post-image-bg.grid-1 {
	width: 100%;
	width: calc( 100% + 1px );
}
.post-image-bg.grid-2 {
	width: 50%;
}
.post-image-bg.grid-3 {
	width: 33.33%;
}
.post-image-bg.grid-4 {
	width: 25%;
}
.post-image-bg {
	min-height: 300px;
	height: auto;
}
.post-image-bg .img-container {
	position: relative;
	display: block;
	float: left;
	padding: 45px 0;
	width: 100%;
	min-height: 300px;
	height: auto;
}
.post-image-bg.category-block .img-container {
	min-height: 400px;
}
.post-image-bg.post-mixed-layout-1 .post-author {
	width: 140px;
}
.post-image-bg .img-container .link-overlay {
	position: absolute;
  display: block;
  top: 0;
  left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-backface-visibility: hidden;
}
.post-image-bg.is-sticky .link-overlay .img-overlay,
.post-image-bg.featured-content-is-visible:not( .on-slider ) .link-overlay .img-overlay {
	opacity: 1;
	background: #ffffff;
}
.post-image-bg.featured-content-is-visible:not( .on-slider ) .link-overlay {
	width: 100%;
	width: calc( 100% + 1px );
}
.post-image-bg.featured-content-is-visible:not( .on-slider ) .img-container {
	border: 2px solid #f1f1f1;
	overflow: hidden;
}
.post-image-bg.is-sticky.category-block .link-overlay .img-overlay {
	border: none;
}
.post-image-bg.is-sticky:hover .link-overlay .img-overlay,
.post-image-bg.featured-content-is-visible:hover .link-overlay .img-overlay {
	opacity: 0.9;
}
.post-image-bg.category-block .link-overlay .img-overlay {
	background: rgba( 255, 255, 255, 0.93 );
}
.post-image-bg .img-container .link-overlay img {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
}
.post-image-bg .img-container .img-overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.4 );
	z-index: 1;
	-webkit-backface-visibility: hidden;
}
.post-image-bg .img-container .post-body-container {
	position: relative;
  float: left;
	display: -webkit-box;   /* iOS 6-, Safari 3.1-6 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE 10+ */
  display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
	align-items: center;
	justify-content: center;
  width: 100%;
  height: auto;
	z-index: 2;
	width: calc( 100% - 30px );
	top: 15px;
	left: 15px;
}
.is-safari .post-image-bg .img-container .post-body-container {
	display: block;
}
.post-image-bg.post-mixed-layout-1 .post-body-container {
	height: 483px;
}
.post-image-bg .img-container .post-body {
	position: relative;
  float: left;
  display: block;
	padding: 0 15px;
	border: none;
	width: 75%;
	height: auto;
	z-index: 2;
	text-align: left;
}
.post-image-bg .post-foot.post-author-container {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	left: 0;
	padding: 0 20px 0 72px;
	bottom: 6px;
	z-index: 2;
}
.post-image-bg.on-slider .post-author-container {
	bottom: 45px;
}
.post-image-bg .img-container .post-body {
  margin: 25px 0 125px 0;
}
.post-image-bg.gallery-is-visible .img-container .post-body {
  margin: 60px 0 125px 0;
}
.post-image-bg .img-container .post-body.no-mrg-bottom {
	margin-bottom: 0;
	margin-top: -15px;
	padding-top: 0;
}
.post-image-bg .post-author-container {
	text-align: left;
	-webkit-backface-visibility: hidden;
}
.post-image-bg .post-author {
	margin-top: -1px;
}
.post-image-bg.grid-1 .post-author,
.post-image-bg.grid-2 .post-author,
.post-image-bg.grid-3 .post-author {
	width: 145px;
}
.post-image-bg .post-portrait-content {
	margin-bottom: 10px;
}

.post-image-bg .post-portrait-title .quote-link-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	text-align: center;
}
.post-image-bg .quote-link-container .icon {
	display: inline-block;
	font-size: 30px;
	color: #777777;
}
.post-image-bg .post-portrait-title .quote-author,
.post-image-bg .post-portrait-title .link-name {
	color: #9b9b9b;
}

.post-image-bg .post-portrait-content p,
.post-image-bg.on-slider .post-portrait-title .quote-author,
.post-image-bg.on-slider .post-portrait-title .link-name {
	color: #eaeaea;
}
.post-image-bg.on-slider .post-portrait-title .quote-author::before,
.post-image-bg.on-slider .post-portrait-title .link-name::before {
	background: #eaeaea;
}
.post-image-bg .date {
	position: relative;
	float: left;
	color: #ffffff;
	-webkit-transform: translateY( -1px );
	   -moz-transform: translateY( -1px );
	    -ms-transform: translateY( -1px );
	     -o-transform: translateY( -1px );
	        transform: translateY( -1px );
}
.post-image-bg .date-on {
	color: #dedede;
	margin: 0 12px 16px 10px;
	-webkit-transform: translateY( 6px );
	   -moz-transform: translateY( 6px );
	    -ms-transform: translateY( 6px );
	     -o-transform: translateY( 6px );
	        transform: translateY( 6px );
}
.post-image-bg.is-sticky .date-on {
	color: #777777;
}
.post-image-bg.featured-content-is-visible .date-on {
	color: #9b9b9b;
}
.post-image-bg.featured-content-is-visible.on-slider .date-on {
	color: #dedede;
}
.post-image-bg .category-container {
	float: none;
	margin-bottom: 2px;
}
.post-content.post-image-bg .category-container::before {
	background: #ffffff;
}
.post-image-bg .post-body-wrapper .category-container::before {
	background: #262626;
}
.post-image-bg.post-content .post-author a,
.post-image-bg.post-content .post-author .name,
.post-image-bg .post-portrait-title h4 a,
.post-content.post-image-bg .link-category,
.post-content.post-image-bg.featured-content-is-visible.on-slider .link-category {
	color: #ffffff;
}
.post-image-bg.is-sticky .post-portrait-title h4 a,
.post-image-bg.is-sticky .date,
.post-image-bg.is-sticky .post-author-link .name,
.post-image-bg.featured-content-is-visible:not( .on-slider ) .post-portrait-title h4 a,
.post-image-bg.featured-content-is-visible:not( .on-slider ) .date,
.post-image-bg.featured-content-is-visible:not( .on-slider ) .post-author-link .name,
.post-image-bg .post-body-wrapper .link-category:hover,
.post-image-bg .post-body-wrapper .post-portrait-title h4 a,
.post-content.post-image-bg.featured-content-is-visible .link-category,
.post-content.post-image-bg .post-body-wrapper .post-author .name,
.post-content.post-image-bg .post-body-wrapper .info,
.post-content.post-image-bg .post-body-wrapper .date .month {
	color: #262626;
}
.post-image-bg.is-sticky .post-portrait-content p {
	color: #777777;
}
.post-image-bg .post-body-wrapper .post-portrait-content p,
.post-content.post-image-bg .post-body-wrapper .date .day,
.post-content.post-image-bg .post-body-wrapper .date .year {
	color: #767676;
}
.post-content.post-image-bg .post-body-wrapper .post-author .line {
	background: #c2c2c2;
}
.post-image-bg .read-more-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 1px;
}
.post-image-bg .read-more-container .post-desc-read-more {
	font-size: 12px;
}
.post-image-bg .read-more-container.has-button-play {
	margin-top: 12px;
}
.post-image-bg.on-slider .post-label {
	display: none;
}
div[class*="fw-col-sm-"] .post-image-bg.grid-3 .post-portrait-title,
.post-image-bg.grid-4 .post-portrait-title {
	margin-top: 5px;
}
div[class*="fw-col-sm-"] .post-image-bg.grid-3 .post-portrait-content,
div[class*="fw-col-sm-"] .post-image-bg.grid-4 .post-portrait-content,
.post-image-bg.gallery-is-visible .post-portrait-content,
.post-image-bg.featured-content-is-visible .post-portrait-content,
.post-image-bg.featured-content-is-visible.is-sticky.quote .read-more-container,
.post-image-bg.featured-content-is-visible.is-sticky.link .read-more-container,
.post-image-bg.featured-content-is-visible .read-more-container {
	display: none;
}
.post-image-bg.on-slider .post-portrait-content,
.post-image-bg.featured-content-is-visible.is-sticky .read-more-container,
.post-image-bg.featured-content-is-visible.on-slider .read-more-container {
	display: block;
}
div[class*="fw-col-sm-9"] .post-image-bg.grid-3.is-sticky .img-container .post-body-wrapper {
	width: calc( 100% - 60px );
	padding-bottom: 30px;
	left: 30px;
}
div[class*="fw-col-sm-9"] .post-image-bg.grid-3.is-sticky .img-container {
	padding: 30px 0;
}
.post-image-bg.featured-content-is-visible .post-info .info,
.post-image-bg.is-sticky .post-info .info {
	color: #777777;
}
.post-image-bg .post-info .info,
.post-image-bg.on-slider .post-info .info {
	color: #ffffff;
}
.post-image-bg.on-slider.featured-content-is-visible .post-portrait-content {
	display: none;
}


@-moz-document url-prefix() {
	.post-image-bg .img-container .post-body-container {
		display: block;
	}
	.post-image-bg .img-container .post-body {
		left: 50%;
		-moz-transform: translate( -50% );
		     transform: translate( -50% );
	}
	.post-image-bg.on-slider .img-container .post-body {
		top: 50%;
		left: 50%;
		-moz-transform: translate( -50%, -50% );
		     transform: translate( -50%, -50% );
	}
  .post-image-bg .img-container .post-body {
    margin: 35px 0 125px 0;
  }
  .post-image-bg.post-mixed-layout-1 .img-container .post-body {
    margin: 60px 0 105px 0;
  }

  @media all and (max-width: 1199px) {
    .post-image-bg.post-mixed-layout-1 .img-container .post-body {
      margin: 45px 0 105px 0;
    }
  }
  @media all and (max-width: 991px) {
    .post-image-bg.post-mixed-layout-1 .img-container .post-body {
      margin: 35px 0 125px 0;
    }
  }
}


/* 12.3.1 post image background on small devices */
@media all and (min-width: 1200px) {
	.post-image-bg.post-mixed-layout-1 .img-container .post-body h4 {
		font-size: 26px;
		line-height: 44px;
	}
}

@media all and (max-width: 1199px) {
	div[class*="fw-col-sm-"] .post-image-bg.grid-2 .post-portrait-content {
		display: none;
	}
	div[class*="fw-col-sm-"] .post-image-bg.grid-3 .post-portrait-title,
	div[class*="fw-col-sm-"] .post-image-bg.grid-4 .post-portrait-title {
		margin-top: 10px;
	}
	div[class*="fw-col-sm-9"] .post-image-bg.grid-3 {
		width: 50%;
	}
	.post-image-bg.grid-4 {
		width: 33.33%;
	}
	.post-image-bg.grid-3 .post-portrait-content,
	.post-image-bg.grid-4 .post-portrait-content {
		display: none;
	}
	.post-image-bg.grid-3.is-sticky .img-container .post-body-wrapper {
		width: calc( 100% - 60px );
		padding-bottom: 30px;
		left: 30px;
	}
	.post-image-bg.grid-3.is-sticky .img-container {
		padding: 30px 0;
	}
}
@media all and (max-width: 1000px) {
	.post-image-bg.grid-3,
	.post-image-bg.grid-4 {
		width: 50%;
	}
	div[class*="fw-col-sm-"] .post-image-bg.grid-3.is-sticky .post-info-container {
		display: block;
	}
	div[class*="fw-col-sm-"] .post-image-bg.grid-4 {
		width: 100%;
	}
	div[class*="fw-col-sm-"] .post-image-bg.grid-2 .post-portrait-content,
	div[class*="fw-col-sm-"] .post-image-bg.grid-3 .post-portrait-content,
	div[class*="fw-col-sm-"] .post-image-bg.grid-4 .post-portrait-content {
		display: block;
	}
	div[class*="fw-col-sm-"] .post-image-bg.grid-2.gallery-is-visible .post-portrait-content,
	div[class*="fw-col-sm-"] .post-image-bg.grid-3.gallery-is-visible .post-portrait-content,
	div[class*="fw-col-sm-"] .post-image-bg.grid-3.is-sticky .post-portrait-content,
	.post-image-bg.grid-2 .post-portrait-content,
	div[class*="fw-col-sm-"] .post-image-bg.gallery-is-visible .post-portrait-content,
	div[class*="fw-col-sm-"] .post-image-bg.featured-content-is-visible .post-portrait-content {
		display: none;
	}
	.post-image-bg.grid-1.is-sticky .img-container .post-body-wrapper,
	.post-image-bg.grid-2.is-sticky .img-container .post-body-wrapper {
		width: calc( 100% - 60px );
		padding-bottom: 30px;
		left: 30px;
	}
	.post-image-bg.grid-1.is-sticky .img-container,
	.post-image-bg.grid-2.is-sticky .img-container {
		padding: 30px 0 45px 0;
	}
}
@media all and (min-width: 701px) and (max-width: 991px) {
	.post-image-bg .img-container .post-body {
		width: 100%;
		margin: 25px 0 125px 0;
		padding: 0 20px
	}
	.post-image-bg.gallery-is-visible .img-container .post-body {
		margin: 60px 0 125px 0;
	}
	.post-image-bg.post-content .post-info::before {
		left: 15px;
	}
	.post-image-bg .post-author-container {
		padding: 0 15px 0 59px;
	}
	.post-image-bg .post-foot .comments-container {
		display: none;
	}
}

@media all and (max-width: 1199px) {
	.post-image-bg.post-mixed-layout-1 .post-body-container,
	.post-image-bg.first-image-bg.post-mixed-layout-1 .post-body-container {
		min-height: 100px;
		height: auto;
	}
}

@media all and (max-width: 700px) {
	.col-md-9 .post-image-bg.grid-2.is-sticky,
	.col-md-9 .post-image-bg.grid-3.is-sticky,
	.col-md-9 .post-image-bg.grid-2,
	.col-md-9 .post-image-bg.grid-3,
	div[class*="fw-col-sm-"] .post-image-bg.grid-2.is-sticky,
	div[class*="fw-col-sm-"] .post-image-bg.grid-3.is-sticky {
		width: 100%;
	}
	div[class*="fw-col-sm-"] .post-image-bg.grid-3.is-sticky .post-portrait-content {
		display: block;
	}
	div[class*="fw-col-sm-"] .post-image-bg.grid-2.is-sticky.layout-image-bg,
	div[class*="fw-col-sm-"] .post-image-bg.grid-3.is-sticky.layout-image-bg {
		width: 50%;
	}
	.post-image-bg .img-container .post-body {
		width: 80%;
		margin: 25px 0 115px 0;
	}
	.post-image-bg.gallery-is-visible .post-body {
		margin: 55px 0 125px 0;
	}

	.is-safari .post-image-bg .img-container .post-body {
		padding: 0 30px;
	}
	.post-image-bg .post-author-container {
		padding: 0 20px 0 64px;
		bottom: 0;
	}
	.post-image-bg .img-container {
		min-height: 200px;
	}
	.post-image-bg.category-block .img-container {
		min-height: 300px;
	}

	.post-image-bg.grid-2,
	.post-image-bg.grid-3,
	.post-image-bg.grid-4,
	div[class*="fw-col-sm-9"] .post-image-bg.grid-3,
	div[class*="fw-col-sm-"] .post-image-bg.grid-2.is-sticky.layout-image-bg,
	div[class*="fw-col-sm-"] .post-image-bg.grid-3.is-sticky.layout-image-bg {
		width: 100%;
	}
	.post-image-bg.grid-2 .post-portrait-content,
	.post-image-bg.grid-3 .post-portrait-content,
	.post-image-bg.grid-4 .post-portrait-content,
	.post-image-bg.grid-1 .post-portrait-content .content-small,
	.post-image-bg.grid-2 .post-portrait-content .content-small,
	.post-image-bg.grid-3 .post-portrait-content .content-small,
	.post-image-bg.grid-4 .post-portrait-content .content-small {
		display: block;
	}
	.post-image-bg.grid-1 .post-portrait-content .content-large,
	.post-image-bg.grid-2 .post-portrait-content .content-large,
	.post-image-bg.grid-3 .post-portrait-content .content-large,
	.post-image-bg.grid-4 .post-portrait-content .content-large,
	.post-image-bg.grid-1.featured-content-is-visible .post-portrait-content .content-small,
	.post-image-bg.grid-2.featured-content-is-visible .post-portrait-content .content-small,
	.post-image-bg.grid-3.featured-content-is-visible .post-portrait-content .content-small,
	.post-image-bg.grid-4.featured-content-is-visible .post-portrait-content .content-small {
		display: none;
	}
	.post-image-bg.post-mixed-layout-1 {
		width: 50%;
	}
}

@media all and (max-width: 650px) {
	.post-image-bg.post-mixed-layout-1 {
		width: 100%;
	}
	.post-image-bg.grid-1 .post-author,
	.post-image-bg.grid-2 .post-author,
	.post-image-bg.grid-3 .post-author {
		width: 200px;
	}
}

@media all and (max-width: 500px) {
	.post-image-bg.grid-1 .post-author,
	.post-image-bg.grid-2 .post-author,
	.post-image-bg.grid-3 .post-author {
		width: 150px;
	}
}

@media all and (max-width: 400px) {
	.post-image-bg .img-container .post-body {
		width: 100%;
	}
	.post-image-bg .post-author-container {
		padding: 0 14px 0 64px;
		margin-left: -5px;
	}
	.post-image-bg .post-info .info.post-share {
		display: none;
	}
}
/* 12.3 end post image background */


/**
* -------------------------------------------------
*	13.0 Authors Block
* -------------------------------------------------
**/
.author-list-wrapper {
	position: relative;
	display: block;
	height: auto;
	width: 100%;
	padding: 0 15px;
}
.author-list-wrapper.carousel-container-outer {
	padding-top: 45px;
}
.author-list-wrapper .author-list-container {
	display: block;
}
.author-list-wrapper .author-block {
	position: relative;
	float: left;
	margin: 0;
	-webkit-backface-visibility: hidden;
}
.author-list-wrapper .author-block .avatar-container {
	position: relative;
	display: inline-block;
	width: 100px;
	height: auto;
	text-align: center;
	z-index: 2;
}
.author-list-wrapper .author-block .avatar-link {
	position: relative;
	float: left;
}
.author-list-wrapper .avatar-container .post-count-container {
	position: absolute;
	display: block;
	top: -2px;
	right: -2px;
	width: 35px;
	height: 35px;
	background: #ffffff;
	border: 2px solid #eeeeee;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.author-list-wrapper .post-count-container .post-count-label {
	position: absolute;
	top: -32px;
	left: -81px;
	width: 200px;
	height: auto;
	text-align: center;
	letter-spacing: 0;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	color: #262626;
	opacity: 0;
	will-change: opacity;
	visibility: hidden;
	-webkit-transform: translateY( 15px );
	   -moz-transform: translateY( 15px );
	    -ms-transform: translateY( 15px );
	     -o-transform: translateY( 15px );
	        transform: translateY( 15px );
}
.author-list-wrapper .post-count-container:hover .post-count-label {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.author-list-wrapper .post-count-container p {
	line-height: 33px;
	text-align: center;
	font-size: 11px;
	color: #262626;
	font-weight: 500;
	margin-left: -1px;
}
.author-list-wrapper .avatar-link img {
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 3px solid #ffffff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
	-webkit-backface-visibility: hidden;
}
.author-list-wrapper .half-circle {
	position: absolute;
	display: block;
	left: 50%;
	top: 50px;
	width: 102px;
	height: 51px;
	border: 1px solid #cecece;
	z-index: 1;
	-webkit-border-radius: 0 0 102px 102px;
	   -moz-border-radius: 0 0 102px 102px;
	     -o-border-radius: 0 0 102px 102px;
	    -ms-border-radius: 0 0 102px 102px;
	        border-radius: 0 0 102px 102px;
	-webkit-transform: translateX( -50% );
	   -moz-transform: translateX( -50% );
	    -ms-transform: translateX( -50% );
	     -o-transform: translateX( -50% );
	        transform: translateX( -50% );
}
.author-list-wrapper .grid-1 .avatar-link,
.author-list-wrapper .grid-2 .avatar-link,
.author-list-wrapper .grid-3 .avatar-link,
.author-list-wrapper .grid-4 .avatar-link {
	width: 100px;
	height: 100px;
}
.author-list-wrapper .author-block .content-container {
	position: relative;
	float: left;
	width: 100%;
	min-height: 155px;
	height: auto;
	text-align: center;
}
.author-list-wrapper .author-block.grid-1 {
	width: 100%;
}
.author-list-wrapper .author-block.grid-2 {
	width: 50%;
}
.author-list-wrapper .author-block.grid-3 {
	width: 33.33%;
}
.author-list-wrapper .author-block.grid-4 {
	width: 25%;
}
.author-list-wrapper .avatar-link {
	position: relative;
	float: left;
	display: block;
	z-index: 2;
	overflow: hidden;
}
.author-list-wrapper .grid-1 .text-container,
.author-list-wrapper .grid-2 .text-container,
.author-list-wrapper .grid-3 .text-container,
.author-list-wrapper .grid-4 .text-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	margin-top: -56px;
	padding: 70px 15px 0 15px;
	text-align: center;
	z-index: 1;
	border-top: 1px solid #cecece;
}
.author-list-wrapper .author-block .job-title {
	float: left;
	margin-top: 3px;
	width: 100%;
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	text-transform: uppercase;
	color: #777777;
	word-wrap: break-word;
}
.author-list-wrapper .author-block .author-name {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin-left: -1px;
	word-wrap: break-word;
}
.author-list-wrapper .author-block .profile {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding-left: 0;
	margin-top: 14px;
	font-size: 14px;
	line-height: 26px;
}
.author-list-wrapper .author-block .read-more-container {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 2px;
	text-align: center;
}
.author-list-wrapper .author-block .read-more-container a {
	position: relative;
	display: inline-block;
	margin-left: 0;
}
.author-list-wrapper .author-list-carousel {
	text-align: center;
}
.author-list-wrapper .author-list-carousel .author-block {
	text-align: left;
}
.author-list-wrapper .author-list-carousel .owl-dots {
	position: relative;
	display: inline-block;
	width: auto;
	margin-top: 35px;
}
.author-list-wrapper .social-media-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-top: 19px;
	text-align: center;
}
.author-list-wrapper .social-media-container a {
	margin: 0 10px;
}
.author-list-wrapper .social-media-container .social-media-2 {
	margin-bottom: 3px;
	color: #aaaaaa;
}

/* 13.1 Authors block on small devices */
@media all and (max-width: 1200px) {
	.author-list-wrapper .author-block.grid-4 {
		width: 33.334%;
	}
}
@media all and (max-width: 1000px) {
	.author-list-wrapper .author-block.grid-3,
	.author-list-wrapper .author-block.grid-4 {
		width: 50%;
	}
}
@media all and (max-width: 800px) and (orientation : portrait) {
	.author-list-wrapper .author-block.grid-2,
	.author-list-wrapper .author-block.grid-3,
	.author-list-wrapper .author-block.grid-4 {
		width: 50%;
	}
}
@media all and (max-width: 800px) and (orientation : landscape) {
	.author-list-wrapper .author-block.grid-2,
	.author-list-wrapper .author-block.grid-3,
	.author-list-wrapper .author-block.grid-4 {
		width: 100%;
	}
}
@media all and (max-width: 650px) and (orientation : portrait) {
	.author-list-wrapper .author-block.grid-2,
	.author-list-wrapper .author-block.grid-3,
	.author-list-wrapper .author-block.grid-4 {
		width: 100%;
	}
}
@media all and (max-width: 450px) {
}


/**
* -------------------------------------------------
*	14.0 Category Block
* -------------------------------------------------
**/
.category-list-wrapper {
	position: relative;
	display: block;
	height: auto;
	width: 100%;
	padding: 0 15px;
	text-align: center;
}
.category-list-wrapper.carousel-container-outer {
	padding-top: 50px;
}
.category-list-wrapper.carousel-container-outer .owl-stage-outer {
	padding-top: 15px;
	padding-bottom: 15px;
}
.category-list-wrapper .category-list-container {
	display: block;
}
.category-list-wrapper .category-block {
	text-align: left;
}
.category-list-wrapper .category-block .post-body {
	margin: 25px 0 68px 0;
}
.category-list-wrapper .category-block.grid-1 {
	width: 100%;
}
.category-list-wrapper .category-block.grid-2 {
	width: 50%;
}
.category-list-wrapper .category-block.grid-3 {
	width: 33.33%;
}
.category-list-wrapper .category-block.grid-4 {
	width: 25%;
}
.category-list-wrapper .category-block .img-overlay {
	-webkit-backface-visibility: hidden;
}
.category-list-wrapper .category-block .text-container {
	padding-left: 0;
}
.category-list-wrapper .category-block .post-portrait-content {
	margin-top: 0;
}
.category-list-wrapper .category-block .post-portrait-content p {
	padding-left: 0;
}
div[class*="fw-col-sm-"] .category-list-wrapper .category-block .post-portrait-content {
	display: block;
}
.category-list-wrapper .category-block .read-more-container {
	margin-top: 5px;
}
.category-list-wrapper .category-block .post-count-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	margin: -8px 0 0 1px;
	padding-left: 0;
	z-index: 3;
	-webkit-backface-visibility: hidden;
	color: #777777;
}
.category-list-wrapper .owl-dots {
	position: relative;
	display: inline-block;
	width: auto;
	margin-top: 20px;
}
.category-list-wrapper .category-name-container {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
	padding: 30px;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
.category-list-wrapper .category-name-container .category-name {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
  padding: 17px 30px 21px 30px;
}
.widget .category-list-wrapper .category-name-container .category-name {
	padding: 17px 25px 21px 25px;
	background: #ffffff;
}
.widget .category-list-wrapper .category-name-container .category-name h6 {
	margin-bottom: 7px;
}
.category-block .post-count-container .name {
  color: #777777;
  font-size: 12px;
  text-transform: lowercase;
  font-weight: 500;
  letter-spacing: 0;
}


@media all and (max-width: 1200px) {
  .category-list-wrapper .category-name h5 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
	.category-list-wrapper .category-block .post-count-container {
		margin: -5px 0 0 1px;
	}
}

@media all and (max-width: 500px) {
	.gooder-column.category-list-home-1 {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media all and (max-width: 349px) {
	.gooder-column.category-list-home-1 {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/* 14.1 Category block on small devices */
@media all and (max-width: 700px) {
	.category-list-wrapper .category-block.grid-4 {
		width: 33.334%;
	}
}
@media all and (max-width: 600px) {
	.category-list-wrapper .category-block.grid-4,
	.category-list-wrapper .category-block.grid-3 {
		width: 50%;
	}
}
@media all and (max-width: 370px) {
	.category-list-wrapper .category-block.grid-4,
	.category-list-wrapper .category-block.grid-3,
	.category-list-wrapper .category-block.grid-2 {
		width: 100%;
	}
	.category-list-wrapper .category-name h5 {
		font-size: 20px;
		line-height: 32px;
		letter-spacing: 0;
	}
}


/**
* -------------------------------------------------
* 15.0 Icon Block
* -------------------------------------------------
**/
.icon-block .icon-block-content {
	width: 100%;
}
.icon-block .icon i {
	width: auto;
	-webkit-backface-visibility: hidden;
}
.icon-block h6 {
	position: relative;
	display: block;
	margin-top: 26px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
}
.icon-block h6::before {
	content: '';
	position: absolute;
	display: block;
	width: 35px;
	height: 1px;
	top: -19px;
	left: 50%;
	z-index: 1;
	-webkit-transform: translateX( -50% );
	   -moz-transform: translateX( -50% );
	    -ms-transform: translateX( -50% );
	     -o-transform: translateX( -50% );
	        transform: translateX( -50% );
}
.icon-block h6 .inactive {
	cursor: default;
}
.icon-block h6 a {
	position: relative;
	display: inline-block;
}
.icon-block h6 a.inactive:hover {
	color: inherit;
}
.icon-block .icon i.entypo {
	margin-right: -1px;
}
.icon-block .icon {
	-webkit-backface-visibility: hidden;
}

/* 15.1 Icon on top */
.icon-block-top {
	position: relative;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}
.icon-block-top .icon-container,
.icon-block-left-2 .icon-container,
.icon-block-right-2 .icon-container {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 76px;
	background: #eeeeee;
	overflow: hidden;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.icon-block-top .icon-container::after,
.icon-block-top .icon-container::before,
.icon-block-left-2 .icon-container::before,
.icon-block-left-2 .icon-container::after,
.icon-block-right-2 .icon-container::before,
.icon-block-right-2 .icon-container::after {
	content: '';
	position: absolute;
	display: block;
	left: 4px;
	top: 4px;
	width: 72px;
	height: 72px;
	background: #ffffff;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.icon-block-top .icon-container::before,
.icon-block-left-2 .icon-container::before,
.icon-block-right-2 .icon-container::before {
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	z-index: 1;
	-webkit-transform: translateY( 100% );
	   -moz-transform: translateY( 100% );
	    -ms-transform: translateY( 100% );
	     -o-transform: translateY( 100% );
	        transform: translateY( 100% );
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	    -ms-border-radius: 0;
	        border-radius: 0;
}
.icon-block-top:hover .icon-container::before,
.icon-block-left-2:hover .icon-container::before,
.icon-block-right-2:hover .icon-container::before {
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.icon-block-top .icon,
.icon-block-left-2 .icon,
.icon-block-right-2 .icon {
	position: relative;
	display: inline-block;
	height: auto;
	z-index: 3;
}
.icon-block-top .icon i,
.icon-block-left-2 .icon i,
.icon-block-right-2 .icon i {
	font-size: 32px;
	line-height: 82px;
	font-weight: normal;
	color: #262626;
}
.icon-block-top .icon .icon-img,
.icon-block-left-2 .icon .icon-img,
.icon-block-right-2 .icon .icon-img {
	width: auto;
	height: 36px;
}
.icon-block-top .icon i.dripicons,
.icon-block-left-2 .icon i.dripicons,
.icon-block-right-2 .icon i.dripicons {
	line-height: 88px;
}
.icon-block-top .icon i.linecons,
.icon-block-left-2 .icon i.linecons,
.icon-block-right-2 .icon i.linecons {
	line-height: 85px;
}
.icon-block-top .icon i.typcn,
.icon-block-left-2 .icon i.typcn,
.icon-block-right-2 .icon i.typcn {
	line-height: 76px;
	margin: 0 0 0 1px;
}
.icon-block-top .icon i.unycon,
.icon-block-left-2 .icon i.unycon,
.icon-block-right-2 .icon i.unycon,
.icon-block-top .icon i.ion,
.icon-block-left-2 .icon i.ion,
.icon-block-right-2 .icon i.ion,
.icon-block-top .icon i.lnr,
.icon-block-left-2 .icon i.lnr,
.icon-block-right-2 .icon i.lnr,
.icon-block-top .icon i.entypo,
.icon-block-left-2 .icon i.entypo,
.icon-block-right-2 .icon i.entypo {
	line-height: 81px;
}
.icon-block-top .icon i.fa,
.icon-block-left-2 .icon i.fa,
.icon-block-right-2 .icon i.fa {
	line-height: 82px;
}
.icon-block-top .icon-block-content {
	margin-top: 40px;
}
.icon-block-top p {
	position: relative;
	display: block;
	margin-top: 7px;
	-webkit-backface-visibility: hidden;
}

/* 15.2 Icon on left */
.icon-block-left,
.icon-block-left-2,
.icon-block-right-2,
.icon-block-right {
	position: relative;
	display: inline-block;
	text-align: left;
	margin-bottom: 30px;
}
.icon-block-left .icon-container,
.icon-block-right .icon-container {
	position: absolute;
	left: 15px;
	top: 0;
	width: 75px;
	height: 50px;
	z-index: 1;
}
.icon-block-left .icon-block-content,
.icon-block-left-2 .icon-block-content,
.icon-block-right-2 .icon-block-content,
.icon-block-right .icon-block-content {
	position: relative;
	float: left;
	width: 100%;
	padding-left: 75px;
}
.icon-block-left .content-container,
.icon-block-left-2 .content-container,
.icon-block-right-2 .content-container,
.icon-block-right .content-container {
	position: relative;
	float: left;
	width: 100%;
	margin-top: -50px;
	padding-left: 75px;
	z-index: 1;
}
.icon-block-left .icon i,
.icon-block-right .icon i {
	position: relative;
	float: left;
	font-size: 40px;
	line-height: 40px;
	margin-top: 5px;
	color: #262626;
}
.icon-block-left .icon .icon-img,
.icon-block-right .icon .icon-img {
	width: 40px;
	height: auto;
	margin-top: 7px;
}
.icon-block-left .icon i.unycon,
.icon-block-right .icon i.unycon {
	margin-top: 10px;
	font-size: 39px;
	line-height: 39px;
}
.icon-block-left .icon i.typcn,
.icon-block-right .icon i.typcn {
	margin-top: -5px;
	font-size: 41px;
	line-height: 41px;
}
.icon-block-left .icon i.entypo,
.icon-block-right .icon i.entypo {
	margin-top: 3px;
	font-size: 39px;
	line-height: 39px;
}
.icon-block-left .icon i.lnr,
.icon-block-right .icon i.lnr {
	margin-top: 10px;
	font-size: 39px;
	line-height: 39px;
}
.icon-block-left .icon i.fa,
.icon-block-right .icon i.fa {
	margin-top: 4px;
	font-size: 41px;
	line-height: 41px;
}
.icon-block-left .icon i.linecons,
.icon-block-right .icon i.linecons {
	margin-top: 8px;
	font-size: 39px;
	line-height: 39px;
}
.icon-block-left .icon i.dashicons,
.icon-block-right .icon i.dashicons {
	margin-top: 5px;
}
.icon-block-left .icon i.ion,
.icon-block-right .icon i.ion {
	margin-top: 4px;
}
.icon-block-left .icon i.dripicons,
.icon-block-right .icon i.dripicons {
	margin-top: 9px;
}
.icon-block-left .right-side,
.icon-block-right .right-side {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	word-wrap: break-word;
}
.icon-block-left .right-side::before,
.icon-block-right .right-side::before {
	content: '';
	position: absolute;
	display: block;
	top: 8px;
	left: -19px;
	width: 1px;
	height: 100%;
	height: calc( 100% - 12px );
	background: #eeeeee;
}
.icon-block-right .right-side::before {
	left: auto;
	right: -19px;
}
.icon-block-left h6,
.icon-block-right h6 {
	position: relative;
	float: left;
	display: block;
	margin-top: 0;
	width: 100%;
}
.icon-block-left h6::after,
.icon-block-left h6::before,
.icon-block-right h6::after,
.icon-block-right h6::before {
	display: none;
}
.icon-block-left p,
.icon-block-left-2 p,
.icon-block-right-2 p,
.icon-block-right p {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin-top: 5px;
	color: #636363;
	-webkit-backface-visibility: hidden;
}
.icon-block-left-2 p,
.icon-block-right-2 p {
	margin-top: 7px;
}

/* 15.3 Icon on right */
.icon-block-right {
	text-align: right;
}
.icon-block-right .icon-container {
	left: inherit;
	right: 15px;
}
.icon-block-right .icon-block-content {
	float: right;
	padding-right: 75px;
	padding-left: 0;
}
.icon-block-right .content-container {
	float: right;
	padding-right: 75px;
	padding-left: 0;
}
.icon-block-right .icon i,
.icon-block-right h6,
.icon-block-right p {
	float: right;
}
.icon-block-right h6::after,
.icon-block-right h6::before {
	right: -19px;
	left: inherit;
}

/* 15.4 Icon on top left */
.icon-block-left-2 .icon-container,
.icon-block-right-2 .icon-container {
	position: relative;
	float: left;
	display: block;
	text-align: center;
}
.icon-block-left-2 h6::before,
.icon-block-right-2 h6::before {
	width: 80px;
}
.icon-block-left-2 .icon-block-content,
.icon-block-left-2 .content-container,
.icon-block-right-2 .icon-block-content,
.icon-block-right-2 .content-container {
	padding-left: 0;
}
.icon-block-left-2 .icon i.entypo,
.icon-block-right-2 .icon i.entypo {
	position: relative;
	float: left;
	margin-left: 0;
}
.icon-block-left-2 h6::before,
.icon-block-left-2 h6::after {
	left: 0;
	-webkit-transform: translateX( 0 );
	   -moz-transform: translateX( 0 );
	    -ms-transform: translateX( 0 );
	     -o-transform: translateX( 0 );
	        transform: translateX( 0 );
}
.icon-block-left-2 .icon-block-content,
.icon-block-right-2 .icon-block-content {
	margin-top: 19px;
}

/* 15.5 Icon on top right */
.icon-block-right-2 {
	text-align: right;
}
.icon-block-right-2 .icon-container {
	float: right;
}
.icon-block-right-2 .icon-container::before,
.icon-block-right-2 .icon-container::after {
	left: auto;
	right: 0;
}
.icon-block-right-2 .icon-container::after {
	right: 4px;
}
.icon-block-right-2 .icon-container .icon {
	display: inline-block;
}
.icon-block-right-2 h6::before,
.icon-block-right-2 h6::after {
	left: inherit;
	right: 0;
	-webkit-transform: translateX( 0 );
	   -moz-transform: translateX( 0 );
	    -ms-transform: translateX( 0 );
	     -o-transform: translateX( 0 );
	        transform: translateX( 0 );
}
.icon-block-right-2 h6::after {
	-webkit-transform-origin: right;
		 -moz-transform-origin: right;
			-ms-transform-origin: right;
			 -o-transform-origin: right;
					transform-origin: right;
	-webkit-transform: scaleX( 0 ) translateX( 0 );
	   -moz-transform: scaleX( 0 ) translateX( 0 );
	    -ms-transform: scaleX( 0 ) translateX( 0 );
	     -o-transform: scaleX( 0 ) translateX( 0 );
	        transform: scaleX( 0 ) translateX( 0 );
}
.icon-block-right-2:hover h6::after {
	-webkit-transform-origin: left;
		 -moz-transform-origin: left;
			-ms-transform-origin: left;
			 -o-transform-origin: left;
					transform-origin: left;
	-webkit-transform: scaleX( 1 ) translateX( 0 );
	   -moz-transform: scaleX( 1 ) translateX( 0 );
	    -ms-transform: scaleX( 1 ) translateX( 0 );
	     -o-transform: scaleX( 1 ) translateX( 0 );
	        transform: scaleX( 1 ) translateX( 0 );
}
.single-page .icon-block-right-2 .icon-block-content p {
	width: 100%;
}

/* 15.6 Icon box carousel */
.icon-box-carousel {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	padding: 100px 0 0 0;
}
.icon-box-carousel .owl-item .icon-img {
	display: inline-block;
}
.icon-box-carousel .owl-dots {
	position: relative;
	width: auto;
	display: inline-block;
	margin-top: 40px;
}
.icon-box-carousel .owl-dots .owl-dot {
	cursor: pointer;
}
.icon-box-carousel .owl-slider-nav {
	right: 15px;
}
.icon-box-carousel .owl-slider-nav.left-arrow {
	right: 50px;
}

/* 15.7 Icon box custom style */
.gooder-column.contact-us-office .icon-block-left .linecons-mail {
	margin-top: 3px;
}


/**
* -------------------------------------------------
*	16.0 Testimonials Block
* -------------------------------------------------
**/
.testimonials-carousel.carousel-container-outer {
	padding-top: 70px;
}
.testimonials-carousel.carousel-container-outer.arrow-hidden {
	padding-top: 0;
}
.testimonials-block {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	text-align: center;
}
.testimonials-block {
	padding-bottom: 15px;
}
.testimonials-carousel {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}
.testimonials-carousel .owl-dots {
	position: relative;
	display: inline-block;
	width: auto;
	margin-top: 25px;
}
.testimonials-block .author-photo-container {
	position: relative;
	display: inline-block;
	text-align: left;
	padding: 29px 25px 0 25px;
	width: auto;
	border-top: 2px solid #eeeeee;
}
.testimonials-block .author-photo-container .photo-container {
	position: relative;
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	z-index: 2;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.testimonials-block .photo-container .author-photo {
	position: relative;
	float: left;
	display: block;
	width: 73px;
	height: 73px;
	margin: 3px 0 0 3px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.testimonials-block .photo-container .icon {
	position: relative;
	display: inline-block;
	font-size: 32px;
	width: 30px;
	color: #262626;
	margin-top: 25px;
}
.testimonials-block .testimonial-text {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 23px;
	font-size: 17px;
	line-height: 29px;
	font-weight: 400;
}
.testimonials-block .testimonial-text .icon {
	position: relative;
	display: inline-block;
}
.testimonials-block .testimonial-text .icon-right {
	-webkit-transform: translate( -18px, 7px );
	   -moz-transform: translate( -18px, 7px );
	    -ms-transform: translate( -18px, 7px );
	     -o-transform: translate( -18px, 7px );
	        transform: translate( -18px, 7px );
}
.testimonials-block .testimonial-text .text {
	position: relative;
	display: inline-block;
	word-wrap: break-word;
	font-size: 20px;
	line-height: 32px;
	z-index: 2;
}
.testimonials-block .testimonial-text .text::after {
	margin: 0 0 0 5px;
}
.testimonials-block .author-container {
	position: relative;
	display: block;
	float: left;
	width: auto;
	margin-left: 15px;
	padding-top: 16px;
}
.testimonials-block .author-container .author-name,
.testimonials-block .author-container .author-job {
	position: relative;
	display: inline;
}
.testimonials-block .author-container .author-name {
	margin-left: 1px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.testimonials-block .author-container .author-name::after {
	content: '\a';
	white-space: pre;
}
.testimonials-block .author-container .author-job {
	position: relative;
	display: inline-block;
	margin-top: 0;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #777777;
	-webkit-transform: translateY( -4px );
	   -moz-transform: translateY( -4px );
	    -ms-transform: translateY( -4px );
	     -o-transform: translateY( -4px );
	        transform: translateY( -4px );
}

/* 16.1 Testimonials block on small devices  */
@media all and (max-width: 450px) {
	.gooder-column.about-us-testimonial {
		padding-left: 15px;
		padding-right: 15px;
	}
	.testimonials-block .author-photo-container {
		padding: 29px 0 0 0;
	}
}

@media all and (max-width: 350px) {
	.testimonials-block .author-container .author-name {
		line-height: 20px;
	}
	.testimonials-block .author-container {
		max-width: 150px;
		width: auto;
	}
	.testimonials-block .author-container .author-job {
		-webkit-transform: translateY( -2px ) translateX( 1px );
		   -moz-transform: translateY( -2px ) translateX( 1px );
		    -ms-transform: translateY( -2px ) translateX( 1px );
		     -o-transform: translateY( -2px ) translateX( 1px );
		        transform: translateY( -2px ) translateX( 1px );
	}
}


/**
* -------------------------------------------------
* 17.0 Call To Action Block
* -------------------------------------------------
**/
.call-to-action-block {
	display: block;
}
.call-to-action-block.call-to-action-2.size-button-small {
	padding-bottom: 17.5px;
}
.call-to-action-block.call-to-action-2.size-button-medium {
	padding-bottom: 22.5px;
}
.call-to-action-block.call-to-action-2.size-button-large {
	padding-bottom: 27.5px;
}
.call-to-action-block .overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.call-to-action-block .title-text {
	margin-left: -1px;
}
.call-to-action-block .call-to-action-content {
	position: relative;
	display: block;
	z-index: 2;
}
.call-to-action-block .call-to-action-container {
	position: relative;
	display: table;
	width: 100%;
	padding: 48px 55px 55px 55px;
	border: 1px solid #E1E1E1;
	overflow: hidden;
	-webkit-transform	: translateZ( 0 );
		 -moz-transform	: translateZ( 0 );
			-ms-transform	: translateZ( 0 );
			 -o-transform	: translateZ( 0 );
					transform	: translateZ( 0 );
}
.call-to-action-block.call-to-action-2 .call-to-action-container {
	overflow: visible;
}
.call-to-action-block.call-to-action-3 .call-to-action-container {
	display: block;
	float: left;
	height: 350px;
	padding: 0;
}
.call-to-action-block.call-to-action-2.size-button-small .call-to-action-container.text-align-center {
	padding-bottom: 37px;
}
.call-to-action-block.call-to-action-2.size-button-medium .call-to-action-container.text-align-center {
	padding-bottom: 42px;
}
.call-to-action-block.call-to-action-2.size-button-large .call-to-action-container.text-align-center {
	padding-bottom: 47px;
}
.call-to-action-block.call-to-action-2 .call-to-action-container.text-align-left {
	text-align: left;
}
.call-to-action-block.call-to-action-2 .call-to-action-container.text-align-center {
	text-align: center;
}
.call-to-action-block.call-to-action-2 .call-to-action-container.text-align-right {
	text-align: right;
}
.call-to-action-block.call-to-action-1 .call-to-action-container > div:not( .overlay ) {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
}
.call-to-action-block .call-to-action-container h4 {
	display: block;
}
.call-to-action-block .call-to-action-container p {
	margin-top: 10px;
}
.call-to-action-block .call-to-action-container .call-to-action-button-container {
	position: relative;
	padding-left: 30px;
	padding-top: 10px;
	text-align: right;
	z-index: 3;
}
.call-to-action-block.call-to-action-2 .call-to-action-container .call-to-action-button-container {
	position: absolute;
	display: block;
	z-index: 3;
}
.call-to-action-block.call-to-action-2 .call-to-action-container.text-align-right .call-to-action-button-container {
	left: 25px;
}
.call-to-action-block.call-to-action-2 .call-to-action-container.text-align-left .call-to-action-button-container {
	right: 55px;
}
.call-to-action-block.call-to-action-2 .call-to-action-container.text-align-center .call-to-action-button-container {
	padding-left: 0;
	left: 50%;
	-webkit-transform: translateX( -50% );
	   -moz-transform: translateX( -50% );
	    -ms-transform: translateX( -50% );
	     -o-transform: translateX( -50% );
	        transform: translateX( -50% );
}
.call-to-action-block.call-to-action-2 .call-to-action-container .call-to-action-button-container.button-small {
	bottom: -23px;
}
.call-to-action-block.call-to-action-2 .call-to-action-container .call-to-action-button-container.button-medium {
	bottom: -28px;
}
.call-to-action-block.call-to-action-2 .call-to-action-container .call-to-action-button-container.button-large {
	bottom: -33px;
}
.call-to-action-block .call-to-action-container .call-to-action-button-container a {
	white-space: nowrap;
	z-index: 2;
}
.call-to-action-block.call-to-action-3 .title-container,
.call-to-action-block.call-to-action-3 .content-container {
	position: relative;
	width: 50%;
	height: 100%;
	display: -webkit-box;   /* iOS 6-, Safari 3.1-6 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE 10+ */
  display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
	align-items: center;
	justify-content: center;
}
.call-to-action-block.call-to-action-3 .title-container {
	float: left;
	background: #2e3337;
}
.call-to-action-block.call-to-action-3 .content-container {
	float: left;
}
.call-to-action-block.call-to-action-3 .title-container .bg-overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.call-to-action-block.call-to-action-3 .title-container .vertical-centering,
.call-to-action-block.call-to-action-3 .content-container .vertical-centering {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	z-index: 2;
}
@-moz-document url-prefix() {
	.call-to-action-block.call-to-action-3 .title-container,
	.call-to-action-block.call-to-action-3 .content-container {
		display: block;
		float: left;
	}
	.call-to-action-block.call-to-action-3 .title-container .vertical-centering,
	.call-to-action-block.call-to-action-3 .content-container .vertical-centering {
		top: 50%;
		-moz-transform: translateY( -50% );
		     transform: translateY( -50% );
	}
}
.is-ie .call-to-action-block.call-to-action-3 .title-container,
.is-ie .call-to-action-block.call-to-action-3 .content-container,
.is-safari .call-to-action-block.call-to-action-3 .title-container,
.is-safari .call-to-action-block.call-to-action-3 .content-container {
	display: block;
	float: left;
}
.is-ie .call-to-action-block.call-to-action-3 .title-container .vertical-centering,
.is-ie .call-to-action-block.call-to-action-3 .content-container .vertical-centering {
	top: 50%;
	-ms-transform: translateY( -50% );
			transform: translateY( -50% );
}
.is-safari .call-to-action-block.call-to-action-3 .title-container .vertical-centering,
.is-safari .call-to-action-block.call-to-action-3 .content-container .vertical-centering {
	top: 50%;
	-ms-transform: translateY( -50% );
			transform: translateY( -50% );
}
.call-to-action-block.call-to-action-3 .title-container .title-text,
.call-to-action-block.call-to-action-3 .content-container .content-text,
.call-to-action-block.call-to-action-3 .call-to-action-button-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 0 50px;
	margin: 0;
}
.call-to-action-block.call-to-action-3 .title-container .title-text {
	color: #ffffff;
	text-align: center;
	margin-top: -4px;
}
.call-to-action-block.call-to-action-3 .content-container .content-text {
	color: #777777;
	text-align: left;
	margin-top: -8px;
}
.call-to-action-block.call-to-action-3 .call-to-action-button-container {
	text-align: right;
	margin-top: 30px;
}
.call-to-action-block.call-to-action-3 .call-to-action-button-container a {
	width: 100%;
}


/* 17.1 Call To Action Block - On Small Devices */
@media all and (max-width: 800px) {
	.call-to-action-block.call-to-action-3 .call-to-action-container {
		height: auto;
	}
	.call-to-action-block.call-to-action-3 .title-container,
	.call-to-action-block.call-to-action-3 .content-container {
		width: 100%;
		height: auto;
		padding: 50px 0;
	}
}
@media all and (max-width: 600px) {
	.call-to-action-block.call-to-action-2.size-button-small .call-to-action-container.text-align-left,
	.call-to-action-block.call-to-action-2.size-button-small .call-to-action-container.text-align-right,
	.call-to-action-block.call-to-action-2.size-button-small .call-to-action-container.text-align-center {
		padding-bottom: 37px;
	}
	.call-to-action-block.call-to-action-2.size-button-medium .call-to-action-container.text-align-left,
	.call-to-action-block.call-to-action-2.size-button-medium .call-to-action-container.text-align-right,
	.call-to-action-block.call-to-action-2.size-button-medium .call-to-action-container.text-align-center {
		padding-bottom: 42px;
	}
	.call-to-action-block.call-to-action-2.size-button-large .call-to-action-container.text-align-left,
	.call-to-action-block.call-to-action-2.size-button-large .call-to-action-container.text-align-right,
	.call-to-action-block.call-to-action-2.size-button-large .call-to-action-container.text-align-center {
		padding-bottom: 47px;
	}
	.call-to-action-block.call-to-action-3 .title-container,
	.call-to-action-block.call-to-action-3 .content-container {
		padding: 50px 0;
	}
}

@media all and (max-width: 450px) {
	.call-to-action-block .call-to-action-container {
		display: block;
		padding: 28px 30px 37px 30px;
	}
	.call-to-action-block.call-to-action-3 .title-container .title-text,
	.call-to-action-block.call-to-action-3 .content-container .content-text,
	.call-to-action-block.call-to-action-3 .call-to-action-button-container {
		padding: 0 30px;
	}
	.call-to-action-block.call-to-action-1 .call-to-action-container > div:not( .overlay ) {
		width: 100%;
		display: block;
		vertical-align: inherit;
	}
	.call-to-action-block.call-to-action-1 .call-to-action-container .call-to-action-button-container {
		margin-top: 30px;
		padding: 0;
		text-align: center;
	}
}



/**
* -------------------------------------------------
* 18.0 Instagram Feed
* -------------------------------------------------
**/
.blog-list-instagram,
.blog-list-instagram .instagram-feed-outer {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	z-index: 1;
}
.instagram-feed-outer,
.blog-list-instagram .instagram-feed-outer {
	z-index: 2;
	overflow: hidden;
}
.instagram-feed {
	position: relative;
	float: left;
	display: -webkit-box;   /* iOS 6-, Safari 3.1-6 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE 10+ */
  display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
}
.is-ie .instagram-feed {
	display: block;
}
.instagram-feed .feed-wrapper {
	display: block;
	z-index: 1;
}
.instagram-feed .username-link-container {
	position: absolute;
	display: block;
	text-align: center;
	width: auto;
	height: auto;
	z-index: 2;
	overflow-y: hidden;
}
.is-ie .instagram-feed .username-link-container {
	top: 50%;
	left: 50%;
	-ms-transform: translateX( -50% ) translateY( -50% );
			transform: translateX( -50% ) translateY( -50% );
}
.is-safari .instagram-feed .username-link-container {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX( -50% ) translateY( -50% );
			    transform: translateX( -50% ) translateY( -50% );
}
@-moz-document url-prefix() {
	.instagram-feed {
		display: block;
	}
	.instagram-feed .username-link-container {
		top: 50%;
		left: 50%;
		-moz-transform: translateX( -50% ) translateY( -50% );
		     transform: translateX( -50% ) translateY( -50% );
	}
}
.instagram-feed .username-link-container .link-wrapper {
	position: relative;
	display: block;
	float: left;
	width: auto;
	-webkit-transform: translateY( 100% );
	   -moz-transform: translateY( 100% );
	    -ms-transform: translateY( 100% );
	     -o-transform: translateY( 100% );
	        transform: translateY( 100% );
}
.instagram-feed:hover .username-link-container .link-wrapper {
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.instagram-feed .username-link-container .username-link {
	text-transform: none;
	word-wrap: break-word;
	letter-spacing: 0;
	font-size: 12px;
	font-weight: 500;
	min-height: 35px;
	height: auto;
	padding: 16px 70px 24px 70px;
	color: #262626;
	background: #ffffff;
	z-index: 2;
}
.instagram-feed .username-link-container .username-link:hover {
	color: #ffffff;
	background: #262626;
}
.instagram-feed .username-link-container .username-link h6 {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0;
	text-align: left;
}
.instagram-feed .username-link-container .username-link:hover h6 {
	color: #ffffff;
}
.instagram-feed .username-link .icon {
	position: relative;
	display: inline-block;
	font-size: 16px;
	margin-right: 5px;
	-webkit-transform: translateY( 2px );
	   -moz-transform: translateY( 2px );
	    -ms-transform: translateY( 2px );
	     -o-transform: translateY( 2px );
	        transform: translateY( 2px );
}
.instagram-feed .feed-container {
	position: relative;
	float: left;
	overflow: hidden;
}
.instagram-feed .feed-container.grid-1 {
	width: 100%;
}
.instagram-feed .feed-container.grid-2 {
	width: 50%;
}
.instagram-feed .feed-container.grid-3 {
	width: 33.33%;
}
.instagram-feed .feed-container.grid-4 {
	width: 25%;
}
.instagram-feed .feed-container.grid-5 {
	width: 20%;
}
.instagram-feed .feed-container.grid-6 {
	width: 16.66%;
}
.instagram-feed .feed-container.grid-8 {
	width: 12.5%;
}
.instagram-feed .feed {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	width: calc( 100% + 1px );
	height: auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.instagram-feed .feed .feed-overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
	opacity: 0;
	will-change: opacity;
	z-index: 2;
}
.instagram-feed .feed img {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	z-index: 1;
	-webkit-transform: scale( 1 );
	   -moz-transform: scale( 1 );
	    -ms-transform: scale( 1 );
	     -o-transform: scale( 1 );
	        transform: scale( 1 );
	-webkit-backface-visibility: hidden;
}
.instagram-feed .feed:hover img {
	-webkit-transform: scale( 1.5 );
	   -moz-transform: scale( 1.5 );
	    -ms-transform: scale( 1.5 );
	     -o-transform: scale( 1.5 );
	        transform: scale( 1.5 );
}
.instagram-feed .feed .feed-info,
.instagram-feed .feed .feed-info::before,
.widget_simplepixel_instagram .feed .feed-info .overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	width: calc( 100% + 1px );
	height: 100%;
	z-index: 3;
	-webkit-backface-visibility: hidden;
}
.widget_simplepixel_instagram .feed .feed-info .overlay,
.instagram-feed .feed .feed-info::before {
	content: '';
	will-change: opacity;
	opacity: 0;
	background: rgba( 0, 0, 0, 0.7 );
}
.instagram-feed .feed:hover .feed-info::before {
	opacity: 1;
}
.widget_simplepixel_instagram .feed:hover .feed-info .overlay {
	opacity: 0.5;
}
.instagram-feed .feed-info .info {
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 4;
}
.instagram-feed .feed-info .info p {
	position: relative;
	display: inline-block;
	width: auto;
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	margin: 0 10px;
	font-weight: 500;
	visibility: hidden;
	opacity: 0;
	will-change: opacity;
	-webkit-transform	: translateY( 10px );
		 -moz-transform	: translateY( 10px );
			-ms-transform	: translateY( 10px );
			 -o-transform	: translateY( 10px );
					transform	: translateY( 10px );
}
.instagram-feed .feed-info .info p.feed-like {
	-webkit-transform	: translateY( -10px );
		 -moz-transform	: translateY( -10px );
			-ms-transform	: translateY( -10px );
			 -o-transform	: translateY( -10px );
					transform	: translateY( -10px );
}
.instagram-feed .feed:hover .info p {
	visibility: visible;
	opacity: 1;
	-webkit-transform	: translateY( 0 );
		 -moz-transform	: translateY( 0 );
			-ms-transform	: translateY( 0 );
			 -o-transform	: translateY( 0 );
					transform	: translateY( 0 );
}
.instagram-feed .feed-info .info .icon {
	position: relative;
	display: inline-block;
	font-size: 24px;
	margin-right: 10px;
	-webkit-transform: translateY( 4px );
	   -moz-transform: translateY( 4px );
	    -ms-transform: translateY( 4px );
	     -o-transform: translateY( 4px );
	        transform: translateY( 4px );
}
.widget_simplepixel_instagram .instagram-feed .feed .feed-info::before {
	display: none;
}
.widget_simplepixel_instagram .feed .feed-info .overlay {
	background: rgba( 0, 0, 0, 0.2 );
}
.widget_simplepixel_instagram .feed-info .info .icon {
	font-size: 20px;
	margin-right: 7px;
	-webkit-transform: translateY( 3px );
	   -moz-transform: translateY( 3px );
	    -ms-transform: translateY( 3px );
	     -o-transform: translateY( 3px );
	        transform: translateY( 3px );
}
.widget_simplepixel_instagram .feed-info .info p {
	margin: 0 7px;
}
.widget_simplepixel_instagram .owl-carousel .feed-info .info p {
	margin: 0 10px;
}
.widget_simplepixel_instagram .owl-carousel .feed-info .info {
	margin-left: -1px;
}
.widget_simplepixel_instagram .owl-carousel {
	text-align: center;
}
.widget_simplepixel_instagram .owl-carousel .owl-dots {
	position: relative;
	display: inline-block;
	width: auto;
	margin-top: 32px;
}
.widget_simplepixel_instagram .owl-carousel .owl-nav,
.widget_simplepixel_instagram .instagram-feed.hide-like .feed-like,
.widget_simplepixel_instagram .instagram-feed.hide-comment .feed-comment {
	display: none;
}


/* 18.1 Instagram Feed on Small Devices */
@media all and (max-width: 999px) {
	.site-main.footer-1 .blog-list-instagram {
		display: none;
	}
	.site-main .blog-list-instagram.footer-3 {
		display: block;
	}
}
@media all and (max-width: 600px) {
	.instagram-feed .feed-container.grid-6 {
		width: 33.33%;
	}
	.instagram-feed .feed-container.grid-8 {
		width: 25%;
	}
}
@media all and (max-width: 400px) {
	.instagram-feed .feed-container.grid-2,
	.instagram-feed .feed-container.grid-3,
	.instagram-feed .feed-container.grid-4,
	.instagram-feed .feed-container.grid-5,
	.instagram-feed .feed-container.grid-6,
	.instagram-feed .feed-container.grid-8 {
		width: 100%;
	}
}


/**
* -------------------------------------------------
* 19.0 Subscribe Block
* -------------------------------------------------
**/
.subscribe-form,
.subscribe-block {
	position: relative;
	display: block;
}
.subscribe-block .overlay,
.subscribe-block .text-container .line {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.subscribe-block .text-container .line {
	top: auto;
	bottom: 7px;
	height: 2px;
	background: #262626;
}
.subscribe-block .subscribe-container.grid-1,
.subscribe-block .subscribe-container.grid-2 {
	position: relative;
	display: table;
	width: 100%;
	padding: 43px 50px 50px 50px;
	border: 1px solid #E1E1E1;
}
.subscribe-block .subscribe-container.grid-1 {
	float: left;
	display: block;
	text-align: center;
	padding: 55px 50px 70px 50px;
}
.subscribe-block .subscribe-container.grid-2 > div:not( .overlay ) {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
}
.subscribe-block .subscribe-container.grid-1 > div:not( .overlay ) {
	position: relative;
	display: block;
	z-index: 2;
}
.subscribe-block .subscribe-container.grid-1 .text-container,
.subscribe-block .subscribe-container.grid-1 .subscribe-form-container {
	padding: 0 15px;
}
.subscribe-block .subscribe-container.grid-2 .text-container {
	float: none;
	width: 50%;
	padding: 0 15px;
}
.subscribe-block .subscribe-container.grid-2 .subscribe-form-container {
	width: 50%;
	padding: 12px 15px 30px 15px;
}
.single-page .outer-container .subscribe-container .text-container {
	padding: 0 15px;
}
.subscribe-block .subscribe-container .subscribe-title {
	position: relative;
	display: block;
}
.subscribe-block .subscribe-container.grid-2 .subscribe-title {
	margin-left: 0;
}
.subscribe-block .subscribe-container.grid-1 p {
	margin-top: 15px;
}
.subscribe-block .subscribe-container.grid-2 p {
	margin-top: 10px;
}
.subscribe-block .subscribe-container.grid-1 .subscribe-form-container .subscribe-form {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 35px;
}
.subscribe-block .subscribe-container.grid-2 .subscribe-form-container .subscribe-form {
	position: relative;
}
.subscribe-block .form-label {
	position: absolute;
	display: block;
	left: 0;
	top: 17px;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	color: #262626;
	width: auto;
	z-index: -1;
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.subscribe-block .subscribe-form.align-center .form-label {
	left: 50%;
	-webkit-transform: translate( -50%, 0 );
	   -moz-transform: translate( -50%, 0 );
	    -ms-transform: translateX( -50% ) translateY( 0 );
	     -o-transform: translate( -50%, 0 );
	        transform: translate( -50%, 0 );
}
.subscribe-block .form-label.is-focus {
	-webkit-transform: translateY( 45px );
	   -moz-transform: translateY( 45px );
	    -ms-transform: translateY( 45px );
	     -o-transform: translateY( 45px );
	        transform: translateY( 45px );
}
.subscribe-block .subscribe-form.align-center .form-label.is-focus {
	-webkit-transform: translate( -50%, 45px );
	   -moz-transform: translate( -50%, 45px );
	    -ms-transform: translateX( -50% ) translateY( 45px );
	     -o-transform: translate( -50%, 45px );
	        transform: translate( -50%, 45px );
}
.subscribe-block .button-subscribe {
	position: relative;
	display: inline-block;
	outline: none;
	border: none;
	margin-top: 18px;
	width: 100%;
}
.subscribe-block .subscribe-form.align-left .button-subscribe {
	float: right;
	margin-top: 20px;
}
.subscribe-block .form-notif-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.subscribe-block .form-notif-container.is-visible {
	height: 98px;
}

@media (max-width: 1000px) {
	.subscribe-block .form-notif-container.is-visible {
		height: 110px;
	}
}
@media (max-width: 525px) {
	.subscribe-block .form-notif-container.is-visible {
		height: 120px;
	}
}
@media (max-width: 350px) {
	.subscribe-block .form-notif-container.is-visible {
		height: 165px;
	}
}

.subscribe-block .form-notif {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	margin-top: 30px;
	text-align: left;
	visibility: hidden;
	-webkit-transform: translateY( -100% );
	   -moz-transform: translateY( -100% );
	    -ms-transform: translateY( -100% );
	     -o-transform: translateY( -100% );
	        transform: translateY( -100% );
}
.subscribe-block .form-notif.is-visible {
	visibility: visible;
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}
.subscribe-block .form-notif .notification-block {
	padding: 13px 15px;
}
.subscribe-block .subscribe-container .notification-block p {
	margin: 0;
	font-size: 12px;
}

/* 19.1 Subscribe block on small devices */
@media all and (max-width: 600px) {
	.subscribe-block .subscribe-container.grid-2,
	.subscribe-block .subscribe-container.grid-2 > div:not( .overlay ) {
		display: block;
		float: left;
	}
	.subscribe-block .subscribe-container.grid-2 {
		padding: 43px 30px 50px 30px;
	}
	.subscribe-block .subscribe-container.grid-1 {
		padding: 55px 30px 70px 30px;
	}
	.subscribe-block .subscribe-container.grid-2 .text-container,
	.subscribe-block .subscribe-container.grid-2 .subscribe-form-container {
		width: 100%;
	}
	.subscribe-block .subscribe-container.grid-2 .subscribe-form-container {
		padding: 30px 15px 6px 15px;
	}
	.subscribe-block .subscribe-container.grid-2 .subscribe-form-container {
		margin-top: 22px;
	}
}
@media all and (max-width: 400px) {
	.subscribe-block .subscribe-form.align-center .form-label {
		width: 100%;
		text-align: center;
	}
}


/**
* -------------------------------------------------
*	20.0 Header
* -------------------------------------------------
**/
header {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	z-index: 5;
	background: #ffffff;
}
header a.link-home {
	position: relative;
	display: inline-block;
}

/* header background overlay */
header .bg-overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba( 255, 255, 255, 0 );
	z-index: 1;
}
.header-1 .header-top > .container,
.header-5 .header-top > .container,
.header-6 .header-top > .container,
.header-2 .header-bottom .logo-container > .container,
.header-3 .logo-container > .container {
	z-index: 2;
}

/* Header - Logo & Site Title */
header .logo-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 55px 0;
}
.header-1 .logo-container.no-logo,
.header-5 .logo-container.no-logo,
.header-6 .logo-container.no-logo {
	height: 150px;
}
.header-2 .logo-container {
	text-align: center;
}
.header-3 .logo-container {
	text-align: center;
	border-bottom: 1px solid rgba( 100, 100, 100, 0.1 );
}
header .logo-container .header-logo {
	display: inline-block;
	width: auto;
	height: 110px;
}
header .site-title {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 15px;
	color: #262626;
	line-height: 14px;
	font-weight: 600;
	letter-spacing: 0;
	font-size: 13px;
	text-transform: uppercase;
}

/* Header - Menu Container */
header .menu-container,
header .menu-container .menu-wrapper {
	position: relative;
	float: left;
	width: 100%;
	min-height: 59px;
	height: auto;
	text-align: left;
}
.header-6 .menu-container {
	border-bottom: 1px solid rgba( 100, 100, 100, 0.1 );
}
.header-5 .menu-container,
.header-6 .menu-container {
	border-top: 1px solid rgba( 100, 100, 100, 0.1 );
}
.header-3 .menu-container .menu-wrapper,
.header-5 .menu-container .menu-wrapper,
.header-6 .menu-container .menu-wrapper {
	text-align: center;
	padding: 0 70px;
}
.header-3 .menu-container .notif-setup-menu,
.header-5 .menu-container .notif-setup-menu,
.header-6 .menu-container .notif-setup-menu {
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

/* Header - off canvas menu button */
header .offcanvas-button {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	border: 2px solid #f1f1f1;
	overflow: hidden;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
header .offcanvas-button:hover {
	border: 2px solid transparent;
}
header .offcanvas-button::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	will-change: opacity;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transform: scale( 0.3 );
	   -moz-transform: scale( 0.3 );
	    -ms-transform: scale( 0.3 );
	     -o-transform: scale( 0.3 );
	        transform: scale( 0.3 );
}
header .offcanvas-button:hover::before {
	opacity: 1;
	-webkit-transform: scale( 1 );
	   -moz-transform: scale( 1 );
	    -ms-transform: scale( 1 );
	     -o-transform: scale( 1 );
	        transform: scale( 1 );
}
header .offcanvas-button.with-text {
	position: relative;
	display: inline-block;
	width: auto;
	top: inherit;
	right: inherit;
	background: none;
	border: none;
	margin-left: -15px;
}
header .offcanvas-button.with-text::before {
	display: none;
}
header .offcanvas-button.with-text .icon-container {
	position: relative;
	float: left;
	display: block;
	width: 55px;
	height: 59px;
}
header .offcanvas-button.with-text .text-container {
	position: relative;
	float: left;
	display: inline-block;
	height: 56px;
	color: #262626;
}
header .offcanvas-button.with-text .text-container h6 {
	line-height: 56px;
	font-size: 16px;
	font-weight: 500;
}
header .offcanvas-button .line {
	position: relative;
	float: left;
	width: 20px;
	height: 2px;
	margin-top: 31px;
	margin-left: 18px;
	background: #262626;
	-webkit-transform: scaleX( 1 );
	   -moz-transform: scaleX( 1 );
	    -ms-transform: scaleX( 1 );
	     -o-transform: scaleX( 1 );
	        transform: scaleX( 1 );
}
header .offcanvas-button .line::before,
header .offcanvas-button .line::after {
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	width: 20px;
	height: 2px;
	background: #262626;
	-webkit-transform: scaleX( 1 );
	   -moz-transform: scaleX( 1 );
	    -ms-transform: scaleX( 1 );
	     -o-transform: scaleX( 1 );
	        transform: scaleX( 1 );
}
header .offcanvas-button .line::after {
	top: -8px;
}
header .offcanvas-button.with-text .line,
header .offcanvas-button.with-text .line::after,
header .offcanvas-button.with-text .line::before {
	background: #262626;
}
header .offcanvas-button:hover .line {
	-webkit-transform: scaleX( 0.6 );
	   -moz-transform: scaleX( 0.6 );
	    -ms-transform: scaleX( 0.6 );
	     -o-transform: scaleX( 0.6 );
	        transform: scaleX( 0.6 );
}
header .offcanvas-button:hover .line::before {
	-webkit-transform: scaleX( 1.2 );
	   -moz-transform: scaleX( 1.2 );
	    -ms-transform: scaleX( 1.2 );
	     -o-transform: scaleX( 1.2 );
	        transform: scaleX( 1.2 );
}
header .offcanvas-button:hover .line::after {
	-webkit-transform: scaleX( 1.4 );
	   -moz-transform: scaleX( 1.4 );
	    -ms-transform: scaleX( 1.4 );
	     -o-transform: scaleX( 1.4 );
	        transform: scaleX( 1.4 );
}
header .offcanvas-button:hover .line,
header .offcanvas-button:hover .line::before,
header .offcanvas-button:hover .line::after {
	background: #ffffff;
}
.header-3 .offcanvas-button.with-text.handler-mobile-main-menu-button,
.header-5 .offcanvas-button.with-text.handler-mobile-main-menu-button,
.header-6 .offcanvas-button.with-text.handler-mobile-main-menu-button {
	display: none;
}


/* 20.1.1 Header Top */
header .header-top {
	position: relative;
	width: 100%;
}
header .header-top > .container {
	padding: 0;
}
header .menu-container-large {
	display: block;
}
header .search-button-header {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	text-decoration: none;
	color: #262626;
	border: 2px solid #f1f1f1;
	overflow: hidden;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
header .search-button-header:hover {
	color: #ffffff;
	border: 2px solid transparent;
}
header .search-button-header::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	will-change: opacity;
	-webkit-transform: scale( 0.3 );
		 -moz-transform: scale( 0.3 );
		  -ms-transform: scale( 0.3 );
			 -o-transform: scale( 0.3 );
					transform: scale( 0.3 );
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
header .search-button-header:hover::before {
	opacity: 1;
	-webkit-transform: scale( 1 );
		 -moz-transform: scale( 1 );
		  -ms-transform: scale( 1 );
			 -o-transform: scale( 1 );
					transform: scale( 1 );
}
header .search-button-header i {
	font-size: 24px;
	margin-left: 2px;
}

/* 20.1.2 Header Top For Header-1 */
.header-1 .header-top > .container,
.header-5 .header-top > .container,
.header-6 .header-top > .container {
	position: relative;
}
.header-1 .header-top .left-side,
.header-1 .header-top .right-side,
.header-5 .header-top .left-side,
.header-5 .header-top .right-side {
	position: absolute;
	height: 60px;
	z-index: 2;
}
.header-1 .header-top .right-side,
.header-5 .header-top .right-side {
	right: 0;
	left: inherit;
}
.header-1 .header-top .left-side .offcanvas-button,
.header-5 .header-top .left-side .offcanvas-button {
	left: 15px;
	right: inherit;
}
.header-1 .right-side .offcanvas-button,
.header-5 .right-side .offcanvas-button {
	display: none;
}


/* 20.1.3 Header Top For Header-2 */
.header-2 .header-top {
	width: 100%;
	min-height: 60px;
	height: auto;
	z-index: 2;
	border-bottom: 1px solid #f1f1f1;
}
.header-2 .header-top .search-button-header {
	float: right;
	margin: 7px 0 0 15px;
	width: 45px;
	height: 45px;
	line-height: 43px;
}
.header-2 .header-top .search-button-header i {
	font-size: 20px;
}
.header-2 .header-top .social-media-container {
	margin-top: 20px;
	float: right;
	text-align: right;
}
.header-2 .offcanvas-button {
	display: none;
	left: 15px;
	right: inherit;
	z-index: 2;
}


/* 20.2.1 Header bottom */
header .header-bottom {
	width: 100%;
	display: block;
	min-height: 50px;
	height: auto;
}
header .header-bottom .container {
	padding:0 15px;
}
header .header-bottom .social-media-container {
	padding: 0;
	height: auto;
	border-top: 1px solid rgba( 100, 100, 100, 0.1 );
	text-align: center;
	line-height: 55px;
}
header .header-bottom .social-media-container a {
	margin: 0 10px;
}
.header-1 .header-bottom .social-media-container {
	border-bottom: 1px solid rgba( 100, 100, 100, 0.1 );
}

/* 20.2.2 Header bottom for Header-2 */
.header-2 .header-bottom {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	margin-top: -1px;
	z-index: 1;
}
.header-2 .header-bottom .container{
	height: 100%;
}
.header-2 .header-bottom .sitelogo-container {
	width: 100%;
	height: 100%;
	border-top: 1px solid rgba( 100, 100, 100, 0.1 );
	text-align: center;
}

/* 20.3 Header type 3 */
.header-3 .offcanvas-button {
	width: 45px;
	height: 45px;
	margin-top: 7px;
}
.header-3 .offcanvas-button .line {
	margin-top: 24px;
	margin-left: 12px;
}
.header-3 .offcanvas-button .line,
.header-3 .offcanvas-button .line::before,
.header-3 .offcanvas-button .line::after {
	width: 17px;
}

/* 20.4 Header type 4 */
.header-4 {
	min-height: 103px;
	height: auto;
}
.header-4-large,
.header-4-small,
.header-4 .menu-border-bottom {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
}
.header-4-small {
	display: none;
	text-align: center;
}
.header-4 > .container {
	padding: 0;
}
.header-4 .container.has-border {
	padding: 0 15px;
}
.header-4 .menu-border-bottom {
	height: 1px;
	background: #eeeeee;
}
.header-4 .logo-container-small {
	height: auto;
}
.header-4 .logo-container-small .header-logo {
	display: inline-block;
	width: auto;
	height: 40px;
}
.header-4 .header-4-small .logo-container-small {
	display: inline-block;
	float: none;
}
.header-4 .header-4-small .logo-container-small .header-logo {
	margin-top: 31px;
}
.header-4 .right-side {
	height: 80px;
}
.header-4 .right-side .search-button-header,
.header-4 .right-side .offcanvas-button,
.header-4 .header-4-small .search-button-header,
.header-4 .header-4-small .offcanvas-button {
	position: relative;
	float: right;
	width: 45px;
	height: 45px;
	line-height: 43px;
	background: none;
	color: #262626;
	right: inherit;
	margin-top: 29px;
}
.header-4 .header-4-small .search-button-header,
.header-4 .header-4-small .offcanvas-button {
	margin-top: 28px;
}
.header-4 .header-4-small .offcanvas-button {
	float: left;
}
.header-4 .offcanvas-button .line,
.header-4 .offcanvas-button .line::after,
.header-4 .offcanvas-button .line::before {
	width: 17px;
}
.header-4 .offcanvas-button .line {
	margin-top: 24px;
	margin-left: 12px;
}
.header-4 .right-side .header-4-button:nth-child( 2 ) {
	margin-right: 10px;
}
.header-4 .right-side .search-button-header i,
.header-4 .header-4-small .search-button-header i {
	font-size: 20px;
}
.header-4 .right-side .search-button-header:hover,
.header-4 .header-4-small .search-button-header:hover {
	color: #ffffff;
}
.header-4 .right-side .social-media-container {
	position: relative;
	float: right;
	height: 80px;
	padding: 28px 0 0 0;
	text-align: right;
	margin-right: 15px;
}
.header-4 .center-side {
	min-height: 103px;
}
.header-4 .center-side.no-logo {
	border-left: none;
}
.header-4 .center-side .offcanvas-button {
	display: none;
}
.header-4 .menu-container {
	min-height: 80px;
	text-align: center;
}
.header-4 .center-side.no-logo .menu-container {
	margin-left: 0;
}
.header-4 .menu-dropdown .menu > li > a {
	padding: 43px 0;
}
.header-4 .menu-dropdown .menu > li > a::before {
	bottom: 34px;
}
.header-4 .menu-dropdown .menu > .menu-item-has-children::after {
	top: 47px;
}

/* 20.5 Header type 5 */
.header-5 .social-media-container {
	position: absolute;
	display: block;
	left: 90px;
	top: 20px;
	width: 100%;
	height: auto;
}
.header-5 .social-media-container.no-offcanvas {
	left: 8px;
}

/* 20.6 Header type 6 */
.header-6 .header-top .content-container,
.header-6 .banner-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	min-height: 80px;
	height: auto;
}
.header-6 .header-top .content-container {
	padding: 0 15px;
}
.header-6 .banner-container {
	float: right;
	text-align: right;
	min-width: 600px;
	width: auto;
	padding: 30px 0;
}
.header-6 .logo-container {
	position: absolute;
	display: block;
	left: 15px;
	top: 50%;
	padding: 0;
	-webkit-transform: translateY( -50% );
		 -moz-transform: translateY( -50% );
		  -ms-transform: translateY( -50% );
			 -o-transform: translateY( -50% );
					transform: translateY( -50% );
}
.header-6 .logo-container .site-title {
	text-align: left;
	font-size: 11px;
}
.header-6 .banner-hidden .logo-container {
	position: relative;
	float: left;
	left: 0;
	top: 0;
	text-align: center;
	padding: 30px 0;
	-webkit-transform: translateY( 0 );
		 -moz-transform: translateY( 0 );
		  -ms-transform: translateY( 0 );
			 -o-transform: translateY( 0 );
					transform: translateY( 0 );
}
.header-6 .banner-hidden .logo-container .site-title {
	text-align: center;
}

.header-6 .social-media-container {
	position: absolute;
	display: block;
	left: 90px;
	top: 20px;
	width: 100%;
	height: auto;
}
.header-6 .social-media-container.no-offcanvas {
	left: 8px;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	.header-6 .banner-container {
		max-width: 650px;
		min-height: 0;
	}
	.header-6 .header-banner {
		width: 100%;
		height: auto;
	}
}


/* 20.7 sticky header */
.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	min-height: 65px;
	height: auto;
	background: #ffffff;
	border-bottom: 1px solid #f1f1f1;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d( 0, -105%, 0 );
		 -moz-transform: translate3d( 0, -105%, 0 );
		  -ms-transform: translateY( -105% ) translateZ( 0 );
			 -o-transform: translate3d( 0, -105%, 0 );
					transform: translate3d( 0, -105%, 0 );
	z-index: 10;
}
.sticky-header.is-visible {
	-webkit-transform: translate3d( 0, 0, 0 );
		 -moz-transform: translate3d( 0, 0, 0 );
		  -ms-transform: translateY( 0 ) translateZ( 0 );
			 -o-transform: translate3d( 0, 0, 0 );
					transform: translate3d( 0, 0, 0 );
}
.admin-bar .sticky-header {
	top: 32px;
}
.sticky-header > .container {
	padding: 0;
}
.sticky-header .right-side {
	float: right;
	text-align: right;
}
.sticky-header .sticky-header-logo-container {
	position: relative;
	float: left;
	display: block;
	width: auto;
	height: 45px;
	margin-top: 16px;
}
.sticky-header .sticky-header-logo-container .sticky-header-logo {
	height: 33px;
	width: auto;
}
.sticky-header .menu-dropdown .notif-setup-menu {
	height: 65px;
	line-height: 64px;
	font-size: 16px;
}
.sticky-header .menu-dropdown .menu > li > a {
	padding: 24px 0;
}
.sticky-header .menu-dropdown .menu > .menu-item-has-children::after {
	top: 28px;
}
.sticky-header .menu-dropdown .menu > li > a::before {
	bottom: 24px;
}
.sticky-header .social-media-container {
	position: relative;
	display: block;
	width: auto;
	margin-top: 22px;
}
.sticky-header .offcanvas-button.with-text {
	-webkit-transform: translateY( 5px );
	   -moz-transform: translateY( 5px );
	    -ms-transform: translateY( 5px );
	     -o-transform: translateY( 5px );
	        transform: translateY( 5px );
}


/* sticky header 1 */
.sticky-header-1 .center-side {
	text-align: center;
	display: none;
}
.sticky-header-1 .center-side .offcanvas-button.no-text {
	display: none;
}
.sticky-header-1 .sticky-header-logo-container {
	margin-right: 35px;
}
.sticky-header-1 .menu-container {
	width: auto;
}
.sticky-header-1 .right-side .search-button-header,
.sticky-header-3 .right-side .search-button-header,
.sticky-header-5 .right-side .search-button-header {
	float: right;
	width: 45px;
	height: 45px;
	line-height: 43px;
	margin-top: 10px;
}
.sticky-header-1 .right-side .search-button-header i,
.sticky-header-3 .right-side .search-button-header i,
.sticky-header-4 .right-side .search-button-header i,
.sticky-header-5 .right-side .search-button-header i {
	font-size: 20px;
	margin-left: 2px;
}
.sticky-header-1 .social-media-container,
.sticky-header-3 .social-media-container {
	float: right;
	text-align: right;
	margin-right: 15px;
}

/* sticky header 2 */
.sticky-header-2 .menu-container {
	text-align: center;
}
.sticky-header-2 .center-side {
	text-align: center;
}
.sticky-header-2 .center-side .offcanvas-button.with-text {
	display: none;
}

/* sticky header 3 */
.sticky-header-3 .offcanvas-button,
.sticky-header-4 .offcanvas-button.no-text,
.sticky-header-1 .offcanvas-button.no-text,
.sticky-header-5 .offcanvas-button {
	position: relative;
	float: left;
	top: inherit;
	right: inherit;
	width: 45px;
	height: 45px;
	margin-top: 10px;
}
.sticky-header-4 .offcanvas-button.no-text .line,
.sticky-header-1 .offcanvas-button.no-text .line,
.sticky-header-3 .offcanvas-button .line,
.sticky-header-5 .offcanvas-button .line {
	margin-top: 23px;
	margin-left: 12px;
}
.sticky-header-1 .offcanvas-button.no-text .line,
.sticky-header-1 .offcanvas-button.no-text .line::after,
.sticky-header-1 .offcanvas-button.no-text .line::before,
.sticky-header-4 .offcanvas-button.no-text .line,
.sticky-header-4 .offcanvas-button.no-text .line::after,
.sticky-header-4 .offcanvas-button.no-text .line::before,
.sticky-header-3 .offcanvas-button .line,
.sticky-header-3 .offcanvas-button .line::after,
.sticky-header-3 .offcanvas-button .line::before,
.sticky-header-5 .offcanvas-button .line,
.sticky-header-5 .offcanvas-button .line::after,
.sticky-header-5 .offcanvas-button .line::before {
	width: 17px;
}
.sticky-header-3 .center-side {
	text-align: center;
}
.sticky-header-3 .sticky-header-logo-container {
	display: inline-block;
	float: none;
}

/* sticky header 4 */
.sticky-header-4 .offcanvas-button:not( .with-text ) {
	position: relative;
	float: right;
	margin-top: 10px;
	width: 45px;
	height: 45px;
	margin-right: 10px;
}
.sticky-header-4 .offcanvas-button:not( .with-text ) .line,
.sticky-header-4 .offcanvas-button:not( .with-text ) .line::before,
.sticky-header-4 .offcanvas-button:not( .with-text ) .line::after {
	width: 17px;
}
.sticky-header-4 .offcanvas-button:not( .with-text ) .line {
	margin-top: 23px;
	margin-left: 12px;
	-webkit-backface-visibility: hidden;
}
.sticky-header-4 .search-button-header {
	color: #262626;
	float: right;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: none;
	margin-top: 10px;
}
.sticky-header-4 .search-button-header:hover {
	color: #ffffff;
}
.sticky-header-4 .offcanvas-button.no-text {
	display: none;
}

/* sticky header on small devices */
@media all and (max-width: 1199px) {
	.sticky-header-1 .center-side {
		display: block;
	}
	.sticky-header-1 .menu-container {
		display: none;
	}
}

@media all and (max-width: 999px) {
	.sticky-header-1 .social-media-container,
	.sticky-header-3 .social-media-container,
	.sticky-header-2 .menu-container,
	.sticky-header-4 .menu-container,
	.sticky-header-4 .offcanvas-button:not( .with-text ) {
		display: none;
	}
	.sticky-header-2 .center-side .offcanvas-button.with-text {
		display: inline-block;
	}
	.sticky-header-4 .offcanvas-button.no-text {
		display: block;
		float: left;
	}
}

@media all and (max-width: 991px) {
	.header-5 .social-media-container,
	.header-6 .social-media-container {
		display: none;
	}
	.header-5 .social-media-container.no-offcanvas,
	.header-6 .social-media-container.no-offcanvas {
		display: block;
	}
}

@media all and (max-width: 782px) {
	.admin-bar .sticky-header {
		top: 46px;
	}
}

@media all and (max-width: 700px) {
	.sticky-header-1 .center-side .offcanvas-button.with-text,
	.sticky-header-1 .left-side {
		display: none;
	}
	.sticky-header-1 .center-side {
		text-align: left;
	}
	.sticky-header-1 .center-side .offcanvas-button.no-text {
		display: block;
	}
}

@media all and (max-width: 600px) {
	.admin-bar .sticky-header {
		top: -46px;
	}
	.admin-bar .sticky-header.is-visible {
		top: 0;
	}
}

@media all and (max-width: 450px) {
	.sticky-header-1 .center-side {
		width: 150px;
	}
}

@media all and (max-width: 400px) {
	.sticky-header-3 .sticky-header-logo-container {
		display: none;
	}
}

@media all and (max-height: 400px) {
	.sticky-header {
		display: none;
	}
}


/* 20.8 header clone ( only visible when sticky header is active ) */
.header-clone {
	position: fixed;
	display: block;
	top: -120px;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 0;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d( 0, 0, 0 );
		 -moz-transform: translate3d( 0, 0, 0 );
		  -ms-transform: translate3d( 0, 0, 0 );
			 -o-transform: translate3d( 0, 0, 0 );
					transform: translate3d( 0, 0, 0 );
}


/* 20.9 header on mobile view */
@media all and (max-width: 1199px) {
	.header-4 .left-side,
	.header-4 .right-side {
		width: 20%;
	}
	.header-4 .center-side {
		width: 60%;
		text-align: left;
	}
	.header-4 .center-side.no-logo {
		width: 80%;
	}
	.header-4 .right-side.no-logo {
		width: 20%;
	}
	.header-2 .header-top .search-button-header {
		margin-left: 10px;
	}
}

@media all and (max-width: 1050px) {
	.header-2 .offcanvas-button {
		display: block;
		margin-top: 10px;
		width: 45px;
		height: 45px;
	}
	.header-2 .offcanvas-button .line {
		margin-top: 24px;
		margin-left: 12px;
	}
	.header-2 .offcanvas-button .line,
	.header-2 .offcanvas-button .line::before,
	.header-2 .offcanvas-button .line::after {
		width: 17px;
	}
	.header-2 .header-top {
		min-height: 66px;
	}
	.header-2 .header-top .left-side {
		position: absolute;
		display: block;
		top: 0;
		width: 60px;
		height: 60px;
		z-index: 2;
	}
	.header-2 .header-top .right-side {
		width: 100%;
		text-align: center;
		z-index: 1;
	}
	.header-2 .header-top .search-button-header {
		position: absolute;
		top: 0;
		right: 15px;
		float: none;
		margin: 0;
		z-index: 2;
	}
	.header-2 .header-top .social-media-container {
		float: none;
		text-align: center;
		margin-top: 22px;
	}
	.header-2 .header-top .search-button-header {
		margin-top: 10px;
	}
	.header-2 .menu-dropdown,
	.header-3 .handler-offcanvas-menu-button {
		display: none;
	}
	.header-3 .menu-container,
	.header-3 .menu-container .menu-wrapper,
	.header-5 .menu-container,
	.header-5 .menu-container .menu-wrapper,
	.header-6 .menu-container,
	.header-6 .menu-container .menu-wrapper {
		height: 61px;
	}
	.header-3 .offcanvas-button.with-text.handler-mobile-main-menu-button,
	.header-5 .offcanvas-button.with-text.handler-mobile-main-menu-button,
	.header-6 .offcanvas-button.with-text.handler-mobile-main-menu-button {
		display: inline-block;
		height: 60px;
		margin-top: 0;
	}
	.header-3 .offcanvas-button.with-text.handler-mobile-main-menu-button .line {
		margin-top: 31px;
		margin-left: 18px;
	}
	.header-3 .offcanvas-button.with-text.handler-mobile-main-menu-button .line,
	.header-3 .offcanvas-button.with-text.handler-mobile-main-menu-button .line::before,
	.header-3 .offcanvas-button.with-text.handler-mobile-main-menu-button .line::after {
		width: 20px;
	}
}

@media all and (max-width: 999px) {
	.header-4 .header-4-large {
		display: none;
	}
	.header-4 .header-4-small {
		display: block;
	}
	.header-4 .left-side,
	.header-4 .right-side {
		width: 20%;
	}
	.header-4 .logo-container-small {
		width: 60%;
	}
}

@media all and (max-width: 991px) {
	.header-6 .logo-container {
		position: relative;
		float: left;
		left: 0;
		top: 0;
		text-align: center;
		padding: 30px 0;
		-webkit-transform: translateY( 0 );
		   -moz-transform: translateY( 0 );
		    -ms-transform: translateY( 0 );
		     -o-transform: translateY( 0 );
		        transform: translateY( 0 );
	}
	.header-6 .logo-container .site-title {
		text-align: center;
	}
	.header-6 .banner-container {
		min-width: 0;
		width: 100%;
		text-align: center;
		padding: 0 0 33px 0;
	}
}

@media all and (min-width: 768px) and (max-width: 770px) {
	.header-3 .menu-wrapper,
	.header-5 .menu-wrapper,
	.header-6 .menu-wrapper {
		margin-left: -6px;
	}
}

@media all and (max-width: 767px) {
	header .container {
		padding: 0;
	}
	header .header-bottom .container {
		padding: 0 15px;
	}
	header .menu-container-large {
		display: none;
	}
	header .header-bottom .social-media-container {
		line-height: normal;
		padding: 16px 0 0 0;
	}
	header .header-bottom .social-media-container a {
		margin: 0 10px 20px 10px;
	}

	.header-1 .header-top .right-side,
	.header-1 .right-side .offcanvas-button,
	.header-5 .header-top .right-side,
	.header-5 .right-side .offcanvas-button,
	.header-6 .header-top .right-side,
	.header-6 .right-side .offcanvas-button {
		position: relative;
		float: left;
		display: block;
		top: inherit;
		right: inherit;
		-webkit-transform: translate3d( 0, 0, 0 );
		   -moz-transform: translate3d( 0, 0, 0 );
		    -ms-transform: translate3d( 0, 0, 0 );
		     -o-transform: translate3d( 0, 0, 0 );
		        transform: translate3d( 0, 0, 0 );
	}

	.header-1 .header-top .right-side,
	.header-5 .header-top .right-side,
	.header-6 .header-top .right-side {
		margin-bottom: 15px;
	}

	.header-1 .logo-container.no-logo,
	.header-5 .logo-container.no-logo,
	.header-6 .logo-container.no-logo {
		padding: 0;
		height: 15px;
	}
}

@media all and (max-width: 500px) {
	header .logo-container .header-logo {
		height: 110px;
	}
}

@media all and (max-width: 400px) {
	.header-4 .right-side .social-media-container {
		display: none;
	}
}


/**
* -------------------------------------------------
* 21.0 Footer
* -------------------------------------------------
**/
footer,
footer .content-container,
footer .footer-row-1 {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	background: #f2f2f2;
}
footer .content-container {
	background: none;
}
.footer-3 .content-container {
	padding-bottom: 42px;
}
footer.footer-1 {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1;
	will-change: transform;
	-webkit-transform: translate3d( 0, 0, 0);
	        transform: translate3d( 0, 0, 0);
}
footer.footer-2 {
	z-index: -1;
}
footer .footer-row-1 {
	padding-bottom: 50px;
	background: none;
}
.footer-2 .footer-row-1 {
	padding-bottom: 50px;
}
footer .bg-overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
footer .footer-logo-container,
footer .social-media-container,
footer .copyright-container,
.footer-3 .menu-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	padding: 50px 0 0 0;
	text-align: center;
}
footer .copyright-container {
	padding: 50px 0 50px 0;
}
.footer-1 .copyright-container {
	padding: 23px 0 42px 0;
}
.footer-2 .copyright-container {
	padding: 0;
  z-index: 2;
}
.footer-3 .copyright-container {
	padding: 3px 0 0 0;
}
.footer-1 .copyright-container.no-social-media {
	margin-top: 26px;
}
.footer-2 .copyright-container .content-container {
	padding: 20px 0 12px 0;
	border-top: 1px solid #434343;
}
.footer-3 .copyright-container.no-social-media.menu-visible {
	margin-top: 5px;
}
footer .copyright-container .left-side,
.footer-2 .footer-logo-container .left-side {
	text-align: left;
}
footer .copyright-container p {
	font-weight: 500;
	font-size: 11px;
	color: #7b7b7b;
}
footer.footer-1 .copyright-container p,
footer.footer-2 .copyright-container p {
	padding: 1px 0 0 0;
}
footer.footer-2 .copyright-container .notif-setup-footer-menu {
	text-align: right;
	margin-top: 2px;
}
footer.footer-3 .copyright-container .copyright-text {
	position: relative;
	display: inline-block;
	padding: 17px 30px 0 30px;
	border-top: 4px solid #4f4f4f;
}
footer .footer-logo-container img {
	display: inline-block;
	height: 70px;
	width: auto;
}
footer .footer-logo-container h6 {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 13px;
	color: #969696;
	margin: 12px 0 -5px 0;
	text-transform: uppercase;
}
footer .social-media-container {
	padding: 50px 0 0 0;
}
footer.footer-1 .social-media-container.no-logo {
	margin-top: 60px;
}
.footer-2 .social-media-container {
	text-align: right;
	padding: 5px 0 0 0;
}
.footer-2 .social-media-container.with-logo-text {
	padding: 15px 0 0 0;
}
.footer-2 .social-media-container a:last-child {
	margin-right: 0;
}
.footer-2 .up-button {
  position: absolute;
  display: block;
  left: 50%;
  top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 24px;
  background: #262626;
  color: #ffffff;
  z-index: 2;
  -webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.footer-2 .up-button .icon {
  position: relative;
  display: inline-block;
  -webkit-transform: translateY( 0 );
		 -moz-transform: translateY( 0 );
			-ms-transform: translateY( 0 );
			 -o-transform: translateY( 0 );
					transform: translateY( 0 );
}
.footer-2 .up-button:hover .icon {
  -webkit-transform: translateY( -4px );
		 -moz-transform: translateY( -4px );
			-ms-transform: translateY( -4px );
			 -o-transform: translateY( -4px );
					transform: translateY( -4px );
}

@-moz-document url-prefix() {
	.footer-2 .up-button .icon {
		-moz-transform: translateX( 1px ) translateY( -2px );
				 transform: translateX( 1px ) translateY( -2px );
	}
	.footer-2 .up-button:hover .icon {
		-moz-transform: translateX( 1px ) translateY( -6px );
				 transform: translateX( 1px ) translateY( -6px );
	}
}

footer.footer-3 .social-media-container {
	padding: 45px 0 0 0;
}
footer.footer-3 .social-media-container.no-logo {
	margin-top: 3px;
}
footer .social-media-container a {
	margin: 0 13px 20px 13px;
}
.footer-2 .social-media-container a {
	margin: 10px 13px 10px 13px;
}
footer .social-media-container .social-media-2 {
	margin: 0 18px 18px 18px;
}
.footer-2 .social-media-container .social-media-2 {
	margin: 10px 18px 10px 18px;
}
.footer-3 .menu-container {
	padding: 50px 0 0 0;
}
.footer-menu .menu li ul {
	display: none;
}
.footer-menu .menu {
	text-align: right;
}
.footer-3 .footer-menu .menu {
	text-align: center;
}
.footer-menu .menu li {
	margin: 0 0 0 20px;
}
.footer-3 .footer-menu .menu li {
	margin: 0 10px;
}
.footer-menu .menu > li.menu-item-has-children {
	padding-right: 0;
}
.footer-menu .menu li.menu-item-has-children::after {
	display: none;
}
.footer-menu.menu-dropdown .menu > li.menu-item-has-children {
	margin-right: 0;
}
.footer-3 .footer-menu.menu-dropdown .menu > li.menu-item-has-children {
	margin: 0 10px;
}
.footer-menu.menu-dropdown .menu > li a {
	padding: 7px 0 15px 0;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0;
  text-transform: capitalize;
	color: #969696;
	-webkit-backface-visibility: hidden;
}
.footer-3 .footer-menu.menu-dropdown .menu > li a {
	font-size: 13px;
}
.footer-menu.menu-dropdown .menu > li a::before {
	bottom: 16px;
	height: 14px;
}
.footer-3 .footer-menu.menu-dropdown .menu > li a::before {
	height: 17px;
}
.footer-menu.menu-dropdown .menu > li.current-menu-ancestor > a::before,
.footer-menu.menu-dropdown .menu > li.current-menu-item > a::before {
	-webkit-transform: scaleY( 0 );
		 -moz-transform: scaleY( 0 );
			-ms-transform: scaleY( 0 );
			 -o-transform: scaleY( 0 );
					transform: scaleY( 0 );
}
.footer-menu.menu-dropdown .menu > li.current-menu-ancestor:hover > a::before,
.footer-menu.menu-dropdown .menu > li.current-menu-item:hover > a::before {
	-webkit-transform: scaleY( 1 );
		 -moz-transform: scaleY( 1 );
			-ms-transform: scaleY( 1 );
			 -o-transform: scaleY( 1 );
					transform: scaleY( 1 );
}


/* 21.1 Footer Sidebar */
.footer-sidebar-outer-container,
.footer-sidebar-whitespace {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	background: #ffffff;
}
.footer-sidebar-outer-container {
	z-index: 2;
	background: none;
}
.footer-sidebar-outer-container .container {
	position: relative;
	display: block;
}
.footer-sidebar-whitespace {
	background: none;
	z-index: 1;
}
.footer-sidebar-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	padding: 50px 0;
	margin-top: -1px;
	background: #EEEEEE;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}
.footer-sidebar-container .overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.footer-sidebar-container .footer-sidebar {
	position: relative;
	display: block;
	float: left;
	z-index: 2;
}
.footer-sidebar-container.footer-1 {
	padding: 0;
}
.footer-sidebar-container.footer-1 .footer-sidebar {
	padding: 15px;
}
.footer-1.footer-3 .footer-sidebar {
	padding: 15px 0;
}
.footer-sidebar-container.is-hidden {
	display: none;
}
.footer-sidebar ul li a {
	-webkit-backface-visibility: hidden;
}

/* 21.2 Footer style on small devices */
@media all and (max-width: 767px) {
	footer.footer-1 .footer-logo-container,
	footer .copyright-container .left-side,
	footer .copyright-container .right-side,
	.footer-2 .social-media-container,
	footer.footer-2 .copyright-container .notif-setup-footer-menu,
	.footer-2 .footer-logo-container .left-side,
	.footer-menu .menu {
		text-align: center;
	}
	.footer-2 .social-media-container a:last-child {
		margin-right: 13px;
	}
	.footer-2 .social-media-container a.social-media-2:last-child {
		margin-right: 18px;
	}
	.footer-2 .social-media-container {
		margin-top: 30px;
	}
	footer .copyright-container {
		margin-top: 11px;
	}
	footer.footer-2 .copyright-container,
	footer.footer-3 .copyright-container {
		margin-top: 0;
	}
	footer .copyright-container .left-side {
		margin-bottom: 15px;
	}
	.footer-2 .copyright-container .left-side {
		margin-bottom: 0;
	}
  .footer-2 .copyright-container .content-container {
    padding: 29px 0 22px 0;
  }

	.footer-menu .menu li,
	.footer-menu.menu-dropdown .menu > li.menu-item-has-children,
	.footer-1 .footer-menu .menu li,
	.footer-1 .footer-menu.menu-dropdown .menu > li.menu-item-has-children,
	.footer-2 .footer-menu .menu li,
	.footer-2 .footer-menu.menu-dropdown .menu > li.menu-item-has-children,
	.footer-3 .footer-menu .menu li,
	.footer-3 .footer-menu.menu-dropdown .menu > li.menu-item-has-children {
		margin: 0 12px;
	}
}

@media all and (max-width: 450px) {
	footer.footer-1 .footer-logo-container {
		padding: 25px 0 0 0;
	}
	footer.footer-3 .footer-logo-container {
		padding: 30px 0 0 0;
	}
	footer.footer-1 .copyright-container {
		padding: 15px 0 15px 0;
		margin-top: 0;
	}
	.footer-3 .copyright-container {
		padding: 15px 0 0 0;
	}
	footer.footer-1 .social-media-container {
		padding: 30px 0 0 0;
	}
	footer.footer-1 .social-media-container a {
		margin: 0 13px 10px 13px;
	}
	.footer-1 .copyright-container .left-side {
		margin-bottom: 10px;
	}
	footer.footer-3 .copyright-container .copyright-text {
		padding: 20px 30px 0 30px;
	}
	.footer-3 .content-container {
		padding-bottom: 17px;
	}
}


/**
* -------------------------------------------------
* 22.0 Widgets & Sidebars
* -------------------------------------------------
**/
.sidebar {
	position: relative;
	float: left;
	display: block;
	margin-bottom: 50px;
	overflow: hidden;
}
.right-sidebar {
	margin-bottom: 59px;
}
.archive-content .sidebar,
.blog-page-content-container .sidebar {
	padding-bottom: 7px;
}
.theiaStickySidebar {
	-webkit-backface-visibility: hidden;
	will-change: position;
}
.footer-sidebar-container .sidebar {
	margin-bottom: 20px;
}
.footer-sidebar-container .sidebar:last-of-type {
	margin-bottom: 0;
}
.widget {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
}
.widget .widget-title {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 29px;
}
.widget .widget-title .title-container {
	position: relative;
	float: left;
	display: -webkit-box;   /* iOS 6-, Safari 3.1-6 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE 10+ */
  display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
	align-items: center;
	padding-left: 45px;
	width: auto;
	text-align: left;
	z-index: 2;
}
.widget .widget-title .title {
	position: relative;
	display: inline-block;
	font-weight: 700;
	z-index: 2;
}
.widget .widget-title .line {
	position: absolute;
	display: block;
	left: 0;
	margin-top: 1px;
	width: 100%;
	height: 4px;
	background: #e2e2e2;
	z-index: 1;
}
@-moz-document url-prefix() {
	.widget .widget-title .title-container {
		display: block;
	}
	.widget .widget-title .line {
		top: 50%;
		-webkit-transform: translateY( -50% );
		   -moz-transform: translateY( -50% );
		    -ms-transform: translateY( -50% );
		     -o-transform: translateY( -50% );
		        transform: translateY( -50% );
	}
}
.is-ie .widget .widget-title .title-container,
.is-safari .widget .widget-title .title-container {
	display: block;
}
.is-ie .widget .widget-title .line,
.is-safari .widget .widget-title .line {
	top: 50%;
	-webkit-transform: translateY( -50% );
		 -moz-transform: translateY( -50% );
			-ms-transform: translateY( -50% );
			 -o-transform: translateY( -50% );
					transform: translateY( -50% );
}
.footer-sidebar-container .footer-sidebar aside:last-child {
	margin-bottom: 0;
}


/* 22.1 About Author */
.widget-about-author,
.widget-about-author .outer-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
}
.widget-about-author .outer-container {
	margin-top: 5px;
	text-align: center;
}
.widget-about-author .author-photo-container {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	z-index: 2;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.widget-about-author .author-photo-container .author-photo {
	height: 180px;
	width: auto;
}
.widget-about-author .content-container-outer {
	position: relative;
	float: left;
	display: block;
	margin-top: -81px;
	width: 100%;
	padding: 95px 30px 30px 30px;
	text-align: center;
	background: #f9f9f9;
	z-index: 1;
}
.widget-about-author .content-container,
.widget-about-author .author-name,
.widget-about-author .author-social-media,
.widget-about-author .read-more-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
}
.widget-about-author .author-name,
.widget-about-author .author-social-media,
.widget-about-author .read-more-container {
	height: auto;
}
.widget-about-author .read-more-container {
	margin-top: 8px;
}
.widget-about-author .author-name h5 {
	position: relative;
	display: block;
	color: #262626;
	font-size: 18px;
	line-height: 24px;
	margin-top: 4px;
}
.widget-about-author .author-name .job {
	position: relative;
	display: block;
	font-size: 11px;
	letter-spacing: 0;
	color: #777777;
	font-weight: 500;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	background: none;
}
.widget-about-author .author-social-media {
	margin-top: 15px;
	text-align: center;
}
.widget-about-author .author-social-media a {
	color: #777777;
	margin: 5px 10px 0 10px;
}
.widget-about-author .author-profile {
	position: relative;
	float: left;
	width: 100%;
	font-size: 13px;
	line-height: 25px;
	margin-top: 19px;
	text-align: center;
}
.widget-about-author .author-profile.no-pad {
	padding: 0;
}


/* 22.2 Calendar */
.widget_calendar .calendar_wrap {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
.widget_calendar table {
	line-height: 2;
	margin: -6px 0 0 0;
	width: 100%;
}
.widget_calendar caption {
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.widget_calendar thead th {
	color: #ffffff;
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
}
.widget_calendar tbody tr:first-child td {
	padding-top: 5px;
}
.widget_calendar tbody td {
	position: relative;
	font-size: 12px;
	color: #262626;
	text-align: center;
	border: 1px solid #DADADA;
	padding: 5px 0;
}
.widget_calendar tbody a {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	top: 0;
	color: #ffffff;
	padding: 5px 0;
	font-weight: 500;
}
.widget_calendar tbody a:hover {
	color: #fff;
}
.widget_calendar tfoot tr:first-child td {
	padding-top: 9px;
}
.widget_calendar #prev a,
.widget_calendar #next a {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}
.widget_calendar #prev {
	padding-left: 1px;
}
.widget_calendar #next {
	text-align: right;
}

/* 22.3 Archives */
.widget_archive label[for*="archives-dropdown"] {
	display: none;
}
.widget_archive .selectize-control {
	position: relative;
	display: block;
	float: left;
	margin-top: 7px;
	width: 100%;
}
.widget_archive ul {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	list-style: none;
}
.widget_archive ul li {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 13px 0 5px 0;
	white-space: nowrap;
}
.widget_archive ul li:first-child {
	padding: 0 0 5px 0;
}
.widget_archive ul li::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: auto;
	width: 10px;
	height: 1px;
	margin-right: 0;
	background: #cecece;
	-webkit-transform	: translateY( 11px );
		 -moz-transform	: translateY( 11px );
			-ms-transform	: translateY( 11px );
			 -o-transform	: translateY( 11px );
					transform	: translateY( 11px );
}
.widget_archive ul li a {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 0;
	margin-left: 22px;
	font-size: 13px;
	color: #262626;
	font-weight: 500;
	z-index: 2;
}
.widget_archive ul li span {
	position: absolute;
	top: 14px;
	right: 0;
	width: auto;
	height: auto;
	font-size: 11px;
	letter-spacing: 0;
	font-weight: 500;
	line-height: 14px;
	text-align: center;
	padding: 3px 15px;
	color: #ffffff;
	overflow: hidden;
	z-index: 1;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	     -o-border-radius: 20px;
	    -ms-border-radius: 20px;
	        border-radius: 20px;
}
.widget_archive ul li span::after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background: #262626;
	-webkit-transform	: translateY( 100% );
		 -moz-transform	: translateY( 100% );
			-ms-transform	: translateY( 100% );
			 -o-transform	: translateY( 100% );
					transform	: translateY( 100% );
}
.widget_archive ul li a:hover ~ span::after {
	-webkit-transform	: translateY( 0 );
		 -moz-transform	: translateY( 0 );
			-ms-transform	: translateY( 0 );
			 -o-transform	: translateY( 0 );
					transform	: translateY( 0 );
}
.widget_archive ul li:first-child span {
	top: 1px;
}

/* 22.4 Search */
.widget_search .search-form {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-top: -17px;
}

/* 22.5 Tag Cloud */
.widget_tag_cloud .tagcloud {
	position: relative;
	float: left;
	display: block;
	width: 100%;
}
.widget_tag_cloud a {
	position: relative;
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 7px 17px;
	color: #262626;
	overflow: hidden;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11px;
	overflow: hidden;
	line-height: 12px;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	     -o-border-radius: 30px;
	    -ms-border-radius: 30px;
	        border-radius: 30px;
}
.widget_tag_cloud a::before,
.widget_tag_cloud a::after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform	: translateY( 100% );
		 -moz-transform	: translateY( 100% );
			-ms-transform	: translateY( 100% );
			 -o-transform	: translateY( 100% );
					transform	: translateY( 100% );
}
.widget_tag_cloud a::after {
	z-index: -2;
	border: 2px solid #f1f1f1;
	background: #ffffff;
	-webkit-transform	: translateY( 0 );
		 -moz-transform	: translateY( 0 );
			-ms-transform	: translateY( 0 );
			 -o-transform	: translateY( 0 );
					transform	: translateY( 0 );
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
	     -o-border-radius: 25px;
	    -ms-border-radius: 25px;
	        border-radius: 25px;
}
.widget_tag_cloud a:hover::before {
	-webkit-transform	: translateY( 0 );
		 -moz-transform	: translateY( 0 );
			-ms-transform	: translateY( 0 );
			 -o-transform	: translateY( 0 );
					transform	: translateY( 0 );
}
.widget_tag_cloud a:hover,
.footer-sidebar-container .widget_tag_cloud a:hover,
.footer-sidebar-container .widget_tag_cloud a:hover::before {
	color: #ffffff;
}


/* 22.6 Categories */
.widget_categories label[for*="cat"] {
	display: none;
}
.widget_categories .selectize-control {
	position: relative;
	display: block;
	float: left;
	margin-top: 7px;
	width: 100%;
}
.widget_categories ul {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	list-style: none;
}
.widget_categories ul li {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 13px 0 5px 0;
	white-space: nowrap;
}
.widget_categories ul li::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: auto;
	width: 10px;
	height: 1px;
	margin-right: 0;
	background: #cecece;
	-webkit-transform	: translateY( 11px );
		 -moz-transform	: translateY( 11px );
			-ms-transform	: translateY( 11px );
			 -o-transform	: translateY( 11px );
					transform	: translateY( 11px );
}
.widget_categories ul li:first-child {
	padding: 0 0 5px 0;
}
.widget_categories ul.children li {
	padding: 13px 0 5px 0;
}
.widget_categories ul.children li:first-child {
	padding: 18px 0 5px 0;
}
.widget_categories ul.children li:last-child {
	padding-bottom: 0;
}
.widget_categories ul li a {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 0;
	margin-left: 22px;
	font-size: 13px;
	color: #262626;
	font-weight: 500;
	z-index: 2;
}
.widget_categories ul li ul li a {
	margin-left: 37px;
}
.widget_categories ul li ul li::before {
	left: 15px;
}
.widget_categories ul li ul li ul li a {
	margin-left: 52px;
}
.widget_categories ul li ul li ul li::before {
	left: 30px;
}
.widget_categories ul li span {
	position: absolute;
	top: 14px;
	right: 0;
	width: auto;
	height: auto;
	font-size: 11px;
	letter-spacing: 0;
	font-weight: 500;
	line-height: 14px;
	text-align: center;
	padding: 3px 15px;
	color: #ffffff;
	overflow: hidden;
	z-index: 1;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	     -o-border-radius: 20px;
	    -ms-border-radius: 20px;
	        border-radius: 20px;
}
@-moz-document url-prefix() {
	.widget_archive ul li span,
	.widget_categories ul li span {
		padding: 3px 15px;
	}
}
.widget_categories ul li span::after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background: #262626;
	-webkit-transform	: translateY( 100% );
		 -moz-transform	: translateY( 100% );
			-ms-transform	: translateY( 100% );
			 -o-transform	: translateY( 100% );
					transform	: translateY( 100% );
}
.widget_categories ul li a:hover ~ span::after {
	-webkit-transform	: translateY( 0 );
		 -moz-transform	: translateY( 0 );
			-ms-transform	: translateY( 0 );
			 -o-transform	: translateY( 0 );
					transform	: translateY( 0 );
}
.widget_categories ul li:first-child span {
	top: 1px;
}
.widget_categories ul.children li:first-child span {
	top: 19px;
}
.widget_categories ul.children li span {
	top: 14px;
}


/* 22.7 Meta */
.widget_meta ul {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	list-style: none;
}
.widget_meta ul li {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 13px 0 5px 0;
	white-space: nowrap;
}
.widget_meta ul li:first-child {
	padding: 0 0 5px 0;
}
.widget_meta ul li::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: auto;
	width: 10px;
	height: 1px;
	margin-right: 0;
	background: #cecece;
	-webkit-transform	: translateY( 11px );
		 -moz-transform	: translateY( 11px );
			-ms-transform	: translateY( 11px );
			 -o-transform	: translateY( 11px );
					transform	: translateY( 11px );
}
.widget_meta ul li a {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 0;
	margin-left: 22px;
	font-size: 13px;
	color: #262626;
	font-weight: 500;
	z-index: 2;
}
.widget_meta ul li ul li a {
	padding-left: 15px;
}
.widget_meta ul li ul li ul li a {
	padding-left: 30px;
}


/* 22.8 Custom Menu */
.sidebar .widget_nav_menu {
	margin-top: 0;
}
.widget_nav_menu .divider {
	display: block;
}
.widget_nav_menu .menu {
	float: left;
	margin-top: -8px;
}
.widget_nav_menu .menu > li a,
.widget_nav_menu .menu ul li a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0;
	color: #262626;
}
.widget_nav_menu .menu ul li > a {
	font-size: 11px;
}
.widget_nav_menu .menu ul li {
	background: none;
}
.widget_nav_menu .menu > .menu-item-has-children::after,
.widget_nav_menu .menu > li > ul .menu-item-has-children::after {
	right: 0;
	top: 14px;
}
.widget_nav_menu .menu > li > ul .menu-item-has-children::after {
	top: 12px;
}
.widget_nav_menu .menu > li > ul .menu-item-has-children::after {
	content: '\f104';
}
.widget_nav_menu .menu > li {
	width: 100%;
	display: block;
	border-bottom: none;
	cursor: pointer;
}
.widget_nav_menu .menu ul li {
	cursor: pointer;
	border-bottom: none;
}
.widget_nav_menu .menu > li a,
.widget_nav_menu .menu ul li a {
	padding: 10px 0;
}
.widget_nav_menu .menu > li > ul {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.widget_nav_menu .menu > li > ul > li > ul {
	position: relative;
	right: 0;
	margin: 0;
	padding: 0;
	border: none;
}
.widget_nav_menu .menu > li > ul > li {
	padding-left: 15px;
}
.widget_nav_menu .menu > li > ul > li > ul > li,
.widget_nav_menu .menu > li > ul > li > ul > li > ul > li {
	border-bottom: none;
	padding-left: 30px;
}
.widget_nav_menu .menu > li > ul > li,
.widget_nav_menu .menu > li > ul > li > ul > li,
.widget_nav_menu .menu > li > ul > li > ul > li > ul li {
	cursor: default;
	list-style: none;
}
.widget_nav_menu .menu > li > ul > li.menu-item-has-children {
	cursor: pointer;
}
.widget_nav_menu .menu > li > ul > li.is-open-child > ul > li:first-child {
	margin-top: 10px;
}




/* 22.9 Pages */
.widget_pages ul {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	list-style: none;
}
.widget_pages ul li {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 13px 0 5px 0;
	white-space: nowrap;
}
.widget_pages ul li:first-child {
	padding: 0 0 5px 0;
}
.widget_pages ul.children li {
	padding: 13px 0 5px 0;
}
.widget_pages ul.children li:first-child {
	padding: 18px 0 5px 0;
}
.widget_pages ul.children li:last-child {
	padding-bottom: 0;
}
.widget_pages ul li::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: auto;
	width: 10px;
	height: 1px;
	margin-right: 0;
	background: #cecece;
	-webkit-transform	: translateY( 11px );
		 -moz-transform	: translateY( 11px );
			-ms-transform	: translateY( 11px );
			 -o-transform	: translateY( 11px );
					transform	: translateY( 11px );
}
.widget_pages ul li a {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 0;
	margin-left: 22px;
	font-size: 13px;
	color: #262626;
	font-weight: 500;
	z-index: 2;
}
.widget_pages ul li a:hover {
	color: #ffffff;
}
.widget_pages ul li ul li a {
	margin-left: 37px;
}
.widget_pages ul li ul li ul li a {
	margin-left: 52px;
}
.widget_pages ul li ul li::before {
	left: 15px;
}
.widget_pages ul li ul li ul li::before {
	left: 30px;
}
.widget_pages ul li a:hover::before {
	-webkit-transform: scaleY( 1 );
		 -moz-transform: scaleY( 1 );
			-ms-transform: scaleY( 1 );
			 -o-transform: scaleY( 1 );
					transform: scaleY( 1 );
}


/* 22.10 RSS */
.widget_rss .title a img {
	position: relative;
	display: inline-block;
	margin-right: 2px;
	-webkit-transform: translateY( -2px );
		 -moz-transform: translateY( -2px );
			-ms-transform: translateY( -2px );
			 -o-transform: translateY( -2px );
					transform: translateY( -2px );
}
.widget_rss ul {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-top: -13px;
	list-style: none;
}
.widget_rss ul li {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 15px 0 0 21px;
	margin-bottom: 5px;
}
.widget_rss ul li::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: auto;
	width: 10px;
	height: 1px;
	margin-right: 0;
	background: #cecece;
	-webkit-transform	: translateY( 12px );
		 -moz-transform	: translateY( 12px );
			-ms-transform	: translateY( 12px );
			 -o-transform	: translateY( 12px );
					transform	: translateY( 12px );
}
.widget_rss ul li a {
	position: relative;
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 26px;
	color: #262626;
	font-weight: 700;
	z-index: 2;
}
.widget_rss .rss-date {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 11px;
	color: #777777;
	letter-spacing: 0;
	margin: 7px 0 0 1px;
}
.widget_rss .rssSummary {
	position: relative;
	float: left;
	display: block;
	font-size: 13px;
	margin: 15px 0 0 0;
	line-height: 25px;
	color: #777777;
}
.widget_rss cite {
	position: relative;
	float: left;
	display: block;
	font-size: 11px;
	color: #777777;
	margin-top: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.widget_rss cite::before {
	position: relative;
	display: inline-block;
	content: "\f3a0";
	font-family: 'Ionicons';
	color: #777777;
	margin-right: 7px;
}

/* 22.11 Text Widget */
.widget_text .textwidget {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin-top: -5px;
	font-size: 16px;
	line-height: 28px;
}
.widget_text a {
	font-weight: 500;
	color: #262626;
	text-decoration: underline;
}
.widget_text p {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 25px;
}
.widget_text p strong {
	font-weight: 600;
}
.widget_text ul,
.widget_text ol {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding-left: 30px;
}
.widget_text ul li,
.widget_text ol li {
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 10px;
}


/* 22.12 Recent Comments */
.widget_recent_comments ul {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 2px;
	list-style: none;
	font-weight: 400;
}
.widget_recent_comments ul li {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding-left: 22px;
	margin: -2px 0 15px 0;
	font-size: 12px;
	color: #777777;
	line-height: 21px;
	font-weight: 400;
}
.widget_recent_comments ul li a {
	font-weight: 400;
}
.widget_recent_comments ul li a:not( .url ) {
	font-size: 14px;
	line-height: 26px;
	margin-top: 5px;
	color: #262626;
	width: auto;
	float: none;
	-webkit-backface-visibility: hidden;
}
.widget_recent_comments ul li a:not( .url )::before {
	content: "\A";
	white-space: pre;
}
.widget_recent_comments ul li::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: auto;
	width: 10px;
	height: 1px;
	margin-right: 0;
	background: #cecece;
	-webkit-transform	: translateY( 13px );
		 -moz-transform	: translateY( 13px );
			-ms-transform	: translateY( 13px );
			 -o-transform	: translateY( 13px );
					transform	: translateY( 13px );
}
.widget_recent_comments ul li a {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	font-size: 13px;
	color: #777777;
	z-index: 2;
}
.widget_recent_comments .comment-author-link,
.widget_recent_comments .comment-author-link a {
	position: relative;
	display: block;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #262626;
	font-weight: 600;
	margin: 0 10px 3px 0;
}
.widget_recent_comments .comment-author-link {
	font-weight: 500;
	margin-bottom: 0;
	-webkit-transform	: translateY( 3px );
		 -moz-transform	: translateY( 3px );
			-ms-transform	: translateY( 3px );
			 -o-transform	: translateY( 3px );
					transform	: translateY( 3px );
}


/* 22.13 Custom Recent Comments */
.widget_simplepixel_recent_comments .latest-comment-container,
.widget_simplepixel_recent_comments .comment-container,
.widget_simplepixel_recent_comments .author-container,
.widget_simplepixel_recent_comments .author-container .text-wrapper {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin: 20px 0 10px 0;
}
.widget_simplepixel_recent_comments .latest-comment-container {
	margin: 0;
	list-style: none;
}
.widget_simplepixel_recent_comments .latest-comment-container .comment-container:first-child {
	margin: 0 0 10px 0;
}
.widget_simplepixel_recent_comments .author-container {
	margin: 0;
}
.widget_simplepixel_recent_comments .avatar-container,
.widget_simplepixel_recent_comments .counter-container {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	z-index: 1;
}
.widget_simplepixel_recent_comments .counter-container {
	width: 38px;
	top: 8px;
	text-align: center;
	font-size: 40px;
	color: #eeeeee;
	font-weight: 300;
	letter-spacing: 0;
}
.widget_simplepixel_recent_comments .avatar-container .avatar {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.widget_simplepixel_recent_comments .author-container .text-wrapper {
	margin: 0;
	padding-left: 52px;
	min-height: 40px;
	height: auto;
}
.widget_simplepixel_recent_comments .author-container .name {
	font-size: 12px;
	line-height: 17px;
	font-weight: 600;
	color: #262626;
	text-transform: uppercase;
	margin-top: 2px;
	letter-spacing: 0;
}
.widget_simplepixel_recent_comments .author-container .date {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	font-size: 11px;
	font-weight: 400;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 0;
	text-align: left;
	margin: 0;
	color: #777777;
}
.widget_simplepixel_recent_comments .comment-text {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	min-height: 45px;
	height: auto;
	margin-top: 10px;
	font-size: 13px;
	line-height: 25px;
	padding-left: 53px;
}
.widget_simplepixel_recent_comments .comment-text a {
	position: relative;
	display: inline-block;
	color: #777777;
	z-index: 2;
}
.widget_simplepixel_recent_comments .comment-text a::before,
.widget_simplepixel_recent_comments .comment-text a::after {
	content: '\e800';
	font-family: "fontello";
	position: relative;
	display: inline-block;
	font-size: 10px;
	margin: 0 1px 0 0;
	-webkit-transform: translateY( -4px );
		 -moz-transform: translateY( -4px );
			-ms-transform: translateY( -4px );
			 -o-transform: translateY( -4px );
					transform: translateY( -4px );
}
.widget_simplepixel_recent_comments .comment-text::after {
	margin: 0 0 0 1px;
}
.widget_simplepixel_recent_comments .main-color-link {
	color: #262626;
}
.widget_simplepixel_recent_comments .icon {
	font-style: italic;
	font-size: 10px;
	-webkit-transform: translateY( 1px );
	   -moz-transform: translateY( 1px );
	    -ms-transform: translateY( 1px );
	     -o-transform: translateY( 1px );
	        transform: translateY( 1px );
}
.widget_simplepixel_recent_comments .post-title {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0;
	margin-top: 17px;
	padding: 17px 0 0 18px;
	border-top: 2px solid #eeeeee;
}
.widget_simplepixel_recent_comments .post-title.no-comment-text,
.footer-sidebar-container .widget_simplepixel_recent_comments .post-title.no-comment-text,
.offcanvas-sidebar-container .widget_simplepixel_recent_comments .post-title.no-comment-text {
	border: none;
	margin-top: 0;
	padding: 5px 0 0 52px;
}
.widget_simplepixel_recent_comments .post-title .icon {
	position: absolute;
	left: -18px;
	top: -4px;
	font-size: 18px;
	color: #262626;
}
.widget_simplepixel_recent_comments .post-title.no-comment-text .icon,
.footer-sidebar-container .widget_simplepixel_recent_comments .post-title.no-comment-text .icon,
.offcanvas-sidebar-container .widget_simplepixel_recent_comments .post-title.no-comment-text .icon {
	display: none;
}

@media all and (max-width: 991px) {
	.widget_simplepixel_recent_comments .comment-text {
		min-height: 42px;
		height: auto;
	}
}

/* 22.14 Recent Posts */
.widget_recent_entries ul {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-top: 2px;
	list-style: none;
}
.widget_recent_entries ul li {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: -3px 0 19px 0;
	padding-left: 21px;
}
.widget_recent_entries ul li::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: auto;
	width: 10px;
	height: 1px;
	margin-right: 0;
	background: #cecece;
	-webkit-transform	: translateY( 12px );
		 -moz-transform	: translateY( 12px );
			-ms-transform	: translateY( 12px );
			 -o-transform	: translateY( 12px );
					transform	: translateY( 12px );
}
.footer-sidebar .widget_recent_entries ul li::before {
	-webkit-transform	: translateY( 10px );
		 -moz-transform	: translateY( 10px );
			-ms-transform	: translateY( 10px );
			 -o-transform	: translateY( 10px );
					transform	: translateY( 10px );
}
.widget_recent_entries ul li a {
	position: relative;
	width: auto;
	padding: 0;
	margin-left: 0;
	font-size: 14px;
	line-height: 26px;
	color: #262626;
	font-weight: 600;
	z-index: 2;
}
.widget_recent_entries .post-date {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 11px;
	color: #777777;
	letter-spacing: 0;
	margin: 7px 0 0 1px;
	padding-left: 0;
}


/* 22.15 Custom Posts Widget - List */
.widget_simplepixel_posts .widget-posts-custom,
.widget_simplepixel_posts .widget-post-container,
.widget_simplepixel_posts .carousel-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin-top: 30px;
}
.gooder-column.home-1-widget-1 .widget_simplepixel_posts .widget-post-container.numbered_list:last-of-type {
	margin-bottom: 43px;
}
.theiaStickySidebar .widget_simplepixel_posts .widget-post-container.list_portrait:last-of-type {
	margin-bottom: 23px;
}
.widget_simplepixel_posts .widget-posts-custom > div:nth-child( 2 ) {
	margin-top: 0;
}
.widget_simplepixel_posts .widget-posts-custom {
	margin: 0;
	padding: 0;
}
.widget_simplepixel_posts.widget-posts-carousel {
	padding: 15px 0;
}
.widget_simplepixel_posts.widget-posts-carousel .widget-title {
	padding: 0 15px;
}
.widget_simplepixel_posts .carousel-container {
	text-align: center;
	margin: 0;
	padding: 0;
}
.widget_simplepixel_posts .carousel-container .owl-stage-outer {
	margin-top: -15px;
	padding-top: 15px;
}
.widget_simplepixel_posts .carousel-container .widget-post-container {
	margin-top: 0;
	padding: 0 15px;
}
.widget_simplepixel_posts .carousel-container .owl-nav {
	display: none;
}
.widget_simplepixel_posts .carousel-container .owl-dots {
	position: relative;
	display: inline-block;
	width: auto;
	margin-top: 30px;
}
.widget_simplepixel_posts .carousel-container .post-image-bg .post-body {
	padding: 0;
	margin: 14px 0 93px 0;
}
.widget_simplepixel_posts .carousel-container .post-image-bg .post-author,
.widget_simplepixel_posts .carousel-container .post-image-bg .post-author-link {
	z-index: 2;
}
.widget_simplepixel_posts .carousel-container .post-image-bg .date {
	margin-top: -12px;
	z-index: 1;
}
.widget_simplepixel_posts .carousel-container .post-image-bg .title-link:hover {
	-webkit-background-size: 100% 6px;
	   -moz-background-size: 100% 6px;
	        background-size: 100% 6px;
}
.widget_simplepixel_posts .carousel-container .post-image-bg .date::before {
	content: '\A';
	white-space: pre;
}
.widget_simplepixel_posts .post-content.post-image-bg .post-info .info {
	margin: 0 12px 5px 0;
}
.widget_simplepixel_posts .post-landscape-small h6 {
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0;
}
.widget_simplepixel_posts .post-landscape-small .post-portrait-title {
	margin-top: -7px;
}
.widget_simplepixel_posts .post-landscape-small .post-foot.post-info {
	padding-left: 0;
	margin-top: 10px;
	min-height: 0;
}
.widget_simplepixel_posts .post-portrait-small {
	margin-bottom: 10px;
}
.widget_simplepixel_posts .post-portrait-small .post-portrait-title h6 {
	font-size: 15px;
	line-height: 27px;
}
.widget_simplepixel_posts .post-portrait-small .img-container {
	margin-bottom: 17px;
}
.widget_simplepixel_posts .post-portrait-small .post-foot {
	margin-top: 17px;
}
.widget_simplepixel_posts .post-portrait-small .img-overlay,
.widget_simplepixel_posts .post-landscape-small .img-overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba( 77, 72, 73, 0.15 );
	z-index: 2;
	will-change: transform;
	-webkit-transform: translateY( -101% );
	   -moz-transform: translateY( -101% );
	    -ms-transform: translateY( -101% );
	     -o-transform: translateY( -101% );
	        transform: translateY( -101% );
}
.widget_simplepixel_posts .post-portrait-small:hover .img-overlay,
.widget_simplepixel_posts .post-landscape-small:hover .img-overlay {
	-webkit-transform: translateY( 0 );
	   -moz-transform: translateY( 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translateY( 0 );
	        transform: translateY( 0 );
}

.footer-sidebar .widget_simplepixel_posts .post-landscape-small .post-portrait-title {
	min-height: 0;
}
.offcanvas-sidebar .widget_simplepixel_posts .post-landscape-small .post-foot.large-device {
	margin: 13px 0 0 0;
}
.widget_simplepixel_posts .numbered-list .post-body .text-container {
	padding-left: 52px;
}
.widget_simplepixel_posts .numbered-list .list-number {
	position: absolute;
	display: block;
	left: 0;
	top: 4px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 40px;
	line-height: 45px;
	color: #eeeeee;
	font-weight: 300;
	letter-spacing: 0;
}
.widget_simplepixel_posts .numbered-list .post-portrait-title {
	margin-top: 5px;
}
.widget_simplepixel_posts .numbered-list .post-foot.post-info {
	padding-left: 52px;
	margin-top: 16px;
	min-height: 40px;
	height: auto;
}
.widget_simplepixel_posts .post-image-bg,
.widget_simplepixel_posts .post-image-bg .img-container {
	min-height: 0;
}


@media all and (max-width: 1199px) {
	.widget_simplepixel_posts .post-landscape-small .img-container {
		display: none;
	}
	.widget_simplepixel_posts .post-landscape-small .post-foot {
		min-height: 0;
		height: auto;
	}
	.widget_simplepixel_posts .post-landscape-small .post-body {
		padding: 0;
		width: 100%;
	}
	.widget_simplepixel_posts .post-landscape-small .post-portrait-title {
		width: 100%;
		margin: 0;
		min-height: 0;
	}
	.widget_simplepixel_posts .numbered-list .post-portrait-title {
		margin-top: 5px;
	}
}
@media all and (max-width: 991px) {
	.widget_simplepixel_posts .post-landscape-small,
	.widget_simplepixel_posts .post-portrait-small {
		padding: 0 15px;
		margin-bottom: 40px;
	}
	.widget_simplepixel_posts .widget-post-container.list_portrait:last-of-type .post-landscape-small {
		margin-bottom: 8px;
	}

	.gooder-column.home-1-widget-1 .widget_simplepixel_posts .widget-post-container.numbered_list:last-of-type,
	.widget_simplepixel_posts .widget-post-container.numbered_list:last-of-type {
		margin-bottom: 0;
	}
	.widget_simplepixel_posts .post-landscape-small .img-container {
		display: block;
	}
	.widget_simplepixel_posts {
		margin-bottom: -10px;
	}
	.widget_simplepixel_posts .widget-post-container {
		width: 50%;
		margin: 0;
	}
	.widget_simplepixel_posts .post-landscape-small .post-body {
		padding: 0 0 0 15px;
		width: 67%;
	}
	.widget_simplepixel_posts .post-landscape-small .post-portrait-title {
		min-height: 0;
	}
	.widget_simplepixel_posts .post-landscape-small h6 {
		font-size: 16px;
		line-height: 28px;
	}
	.widget_simplepixel_posts .numbered-list h6 {
		margin-top: -5px;
	}
	.widget_simplepixel_posts .post-landscape-small.numbered-list .post-body {
		padding: 0;
		width: 100%;
	}
	.widget_simplepixel_posts .post-landscape-small.numbered-list .post-portrait-title {
		width: 100%;
		margin: 10px 0 0 0;
	}
	.widget_simplepixel_posts .widget-posts-custom {
		position: inherit;
		float: none;
		width: auto;
		margin: 0 -15px;
	}
	.widget_simplepixel_posts.widget-posts-carousel .widget-post-container,
	.widget_simplepixel_posts.widget-posts-carousel .widget-post-container .post-image-bg {
		width: 100%;
	}
	.widget_simplepixel_posts.widget-posts-carousel {
		padding: 0 15px;
	}
	.offcanvas-sidebar .widget_simplepixel_posts.widget-posts-carousel {
		padding: 15px;
	}
	.widget_simplepixel_posts .carousel-container .post-image-bg .post-body {
		padding: 0;
		width: 80%;
		margin: 3px 0 68px 0;
	}
	.widget_simplepixel_posts .carousel-container .post-image-bg h4 {
		font-size: 26px;
		font-weight: 600;
		line-height: 38px;
	}
	.single-post .widget_simplepixel_posts .carousel-container .post-image-bg .date {
		-webkit-transform: translateY( -1px );
			 -moz-transform: translateY( -1px );
				-ms-transform: translateY( -1px );
				 -o-transform: translateY( -1px );
						transform: translateY( -1px );
	}
	.widget_simplepixel_posts .widget-title {
		padding: 0 15px;
	}
}
@media (max-width: 767px) {
	.widget_simplepixel_posts.widget-posts-carousel {
		margin-top: -10px;
		padding: 0;
	}
	.offcanvas-sidebar .widget_simplepixel_posts.widget-posts-carousel {
		padding: 15px 0 0 0;
	}
	.footer-1 .widget_simplepixel_posts.widget-posts-carousel {
		padding: 15px;
	}
	.footer-1 .right-sidebar .widget_simplepixel_posts.widget-posts-carousel,
	.footer-1 .left-sidebar .widget_simplepixel_posts.widget-posts-carousel {
		padding: 15px 0;
	}
	.widget_simplepixel_posts .carousel-container .post-image-bg h4 {
		font-size: 24px;
		line-height: 36px;
	}
}
@media all and (max-width: 650px) {
	.widget_simplepixel_posts .post-landscape-small h6 {
		font-size: 15px;
		line-height: 27px;
	}
	.widget_simplepixel_posts .post-landscape-small .img-container {
		height: auto;
	}
}
@media all and (max-width: 600px) {
	.widget_simplepixel_posts .widget-post-container {
		width: 100%;
	}
	.widget_simplepixel_posts .post-landscape-small {
		width: 70%;
	}
}
@media all and (max-width: 450px) {
	.widget_simplepixel_posts .post-landscape-small {
		width: 80%;
	}
}
@media all and (max-width: 500px) {
	.widget_simplepixel_posts .numbered-list .post-foot {
		margin-top: 0;
	}
}
@media all and (max-width: 400px) {
	.widget_simplepixel_posts .carousel-container .post-image-bg .post-body {
		width: 100%;
		padding: 0 22px;
	}
}
@media all and (max-width: 380px) {
	.widget_simplepixel_posts .post-landscape-small {
		width: 100%;
	}
	.widget_simplepixel_posts .post-landscape-small .post-body {
		padding-left: 0;
		width: 100%;
		margin-top: 17px;
	}
	.widget_simplepixel_posts .post-landscape-small.numbered-list .post-body {
		margin-top: 0;
	}
	.widget_simplepixel_posts .post-landscape-small .post-portrait-title {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.widget_simplepixel_posts .post-landscape-small h6 {
		font-size: 16px;
		line-height: 28px;
	}
}
@media all and (max-width: 380px) {
	.custom-popover-small.widget-posts-numbered-list.share-popover {
		left: 7px;
		margin-left: -2px;
		-webkit-transform: translate( -100%, 41px );
		   -moz-transform: translate( -100%, 41px );
		    -ms-transform: translateX( -100% ) translateY( 41px );
		     -o-transform: translate( -100%, 41px );
		        transform: translate( -100%, 41px );
	}
}


/* 22.17 Instagram Widget */
.widget_simplepixel_instagram .instagram-feed {
	margin-top: 5px;
}
.widget_simplepixel_instagram .instagram-feed.carousel .owl-controls-bottom {
	margin-top: 30px;
}

/* 22.18 Social Media Links */
.widget_simplepixel_social_media_links {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	padding-bottom: 10px;
}
.widget_simplepixel_social_media_links .social-media-container {
	position: relative;
	float: left;
	width: 100%;
	display: block;
}
.widget_simplepixel_social_media_links .widget-social-media-links {
	position: relative;
	float: left;
	display: block;
	width: 100%;
}
.widget_simplepixel_social_media_links .widget-social-media-links.left .social-media-container {
	text-align: left;
}
.widget_simplepixel_social_media_links .widget-social-media-links.center .social-media-container {
	text-align: center;
}
.widget_simplepixel_social_media_links .widget-social-media-links.right .social-media-container {
	text-align: right;
}
.widget_simplepixel_social_media_links .social-media-container a {
	margin: 0 3px;
}
.widget_simplepixel_social_media_links .widget-social-media-links.left .social-media-container a:first-of-type {
	margin-left: 0;
}
.widget_simplepixel_social_media_links .widget-social-media-links.right .social-media-container a:last-of-type {
	margin-right: 0;
}


/* 22.19 Advertising */
.widget_simplepixel_banner .advertising-link {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	outline: none;
	border: none;
}
.widget_simplepixel_banner .advertising-link img {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
@media all and (max-width: 991px) {
	.widget_simplepixel_banner .advertising-link {
		text-align: center;
	}
	.widget_simplepixel_banner .advertising-link img {
		float: none;
		display: inline-block;
		width: 100%;
		max-width: 320px;
	}
}


/* 22.20 Twitter */
.twitter-feed-container ul {
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
}
.twitter-feed-container ul li {
	position: relative;
	float: left;
	display: block;
	margin-top: 15px;
	padding-bottom: 17px;
}
.twitter-feed-container.carousel-container-outer {
	padding-top: 70px;
}
.twitter-feed-container ul li .feed {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}
.twitter-feed-container .feed .avatar-container {
	position: relative;
	display: inline-block;
	text-align: left;
	padding: 28px 25px 0 25px;
	width: auto;
	border-top: 2px solid #eeeeee;
}
.twitter-feed-container .feed .avatar-container .twitter-icon-container {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	background: #ffffff;
	border: 2px solid #eeeeee;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.twitter-feed-container .feed .avatar-container .icon {
	font-size: 15px;
	color: #262626;
}
.twitter-feed-container .avatar-container .avatar {
	position: relative;
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	z-index: 2;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.twitter-feed-container.no-carousel ul li {
	padding-bottom: 35px;
}
.twitter-feed-container .feed .avatar-container img {
	position: relative;
	float: left;
	display: block;
	width: 73px;
	height: 73px;
	margin: 3px 0 0 3px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	        border-radius: 50%;
}
.twitter-feed-container .feed .username-container {
	position: relative;
	display: block;
	float: left;
	width: auto;
	margin-left: 10px;
	padding-top: 15px;
}
.twitter-feed-container .feed .username {
	position: relative;
	display: inline;
	font-size: 14px;
	font-weight: 600;
}
.twitter-feed-container .feed .username::after {
	content: '\a';
	white-space: pre;
}
.twitter-feed-container .feed .tweet {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	padding-bottom: 22px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
}
.twitter-feed-container .feed .tweet .text {
	position: relative;
	display: inline-block;
	z-index: 2;
}
.twitter-feed-container .feed .tweet .text a {
	font-weight: 700;
	color: #262626;
}
.offcanvas-sidebar .twitter-feed-container .feed .tweet::before {
	color: rgba( 255, 255, 255, 0.1 );
}
.twitter-feed-container .feed .date {
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: right;
	margin-left: 2px;
	color: #777777;
	-webkit-transform: translateY( -5px );
	   -moz-transform: translateY( -5px );
	    -ms-transform: translateY( -5px );
	     -o-transform: translateY( -5px );
	        transform: translateY( -5px );
}
.twitter-feed-container.carousel-container-outer {
	text-align: center;
}



/* 22.21 Mailchimp */
.widget_simplepixel_mailchimp .widget-mailchimp {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
.widget_simplepixel_mailchimp .widget-mailchimp .overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.widget_simplepixel_mailchimp .widget-mailchimp .content-container,
.widget_simplepixel_mailchimp .widget-mailchimp .subscribe-message-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	z-index: 2;
}
.widget_simplepixel_mailchimp .widget-mailchimp p {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 25px;
}
.widget_simplepixel_mailchimp .widget-mailchimp .subscribe-message {
	margin-top: -6px;
}
.widget_simplepixel_mailchimp .widget-mailchimp.is-box .subscribe-message {
	margin-top: 15px;
	padding-bottom: 15px;
}
.widget_simplepixel_mailchimp .widget-mailchimp.is-box {
	margin-top: 11px;
	text-align: center;
	padding: 40px 25px 40px 25px;
}
.widget_simplepixel_mailchimp .widget-mailchimp.is-box .title-container {
	padding: 0;
	text-align: center;
	width: 100%;
}
.widget_simplepixel_mailchimp .widget-mailchimp.is-box .widget-title {
	margin: 0;
}
.widget_simplepixel_mailchimp .widget-mailchimp.is-box .widget-title::before {
	left: 50%;
	margin-left: -15px;
	background: rgba( 100, 100, 100, 0.2 );
}
.widget_simplepixel_mailchimp .widget-mailchimp.is-box .widget-title .title {
	font-size: 16px;
	line-height: 32px;
	width: 100%;
	word-wrap: break-word;
}
.widget_simplepixel_mailchimp .widget-mailchimp.is-box .widget-title .line {
	display: none;
}
.widget_simplepixel_mailchimp .subscribe-block,
.widget_simplepixel_mailchimp .subscribe-form-container,
.widget_simplepixel_mailchimp .subscribe-form {
	position: relative;
	float: left;
	display: block;
	width: 100%;
}
.widget_simplepixel_mailchimp .subscribe-form {
	margin-top: -5px;
}
.widget_simplepixel_mailchimp .no-box .subscribe-form {
	margin-top: 0;
}
.widget_simplepixel_mailchimp .subscribe-block {
	margin-bottom: 13px;
}
.widget_simplepixel_mailchimp .widget-mailchimp.no-box .subscribe-block {
	margin-bottom: 5px;
}
.widget_simplepixel_mailchimp .widget-mailchimp .subscribe-block {
	margin-top: 15px;
}
.widget_simplepixel_mailchimp .widget-mailchimp.no-box .subscribe-block {
	margin-top: 5px;
}
.widget_simplepixel_mailchimp .subscribe-block .form-notif-container.is-visible {
	height: 140px;
}
.widget_simplepixel_mailchimp .widget-mailchimp.is-box label {
	white-space: nowrap;
}
.widget_simplepixel_mailchimp .subscribe-form .button-subscribe {
	position: relative;
	display: inline-block;
	margin-top: 18px;
}
.widget_simplepixel_mailchimp .widget-mailchimp.no-box .button-subscribe {
	float: right;
}
.widget_simplepixel_mailchimp .notification-block .icon {
	margin-top: 1px;
}

@media all and (max-width: 1200px) {
	.widget_simplepixel_mailchimp .subscribe-block .form-notif-container.is-visible {
		height: 150px;
	}
}


/* 22.22 Widget - Audio */
.widget_media_audio .wp-audio-shortcode {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin-top: 2px;
}


/* 22.23 Widget - Image */
.widget_media_image img {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 1px;
}


/* 22.24 Widget - Twitter Feed */
.widget_simplepixel_twitter .widget-twitter,
.widget_simplepixel_twitter .twitter-feed-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
}
.widget_simplepixel_twitter .twitter-feed-container ul li {
	margin-top: -1px;
}
.widget_simplepixel_twitter .feed .avatar-container {
	padding: 25px 10px 0 10px;
}
.widget_simplepixel_twitter .avatar-container .avatar {
	width: 60px;
	height: 60px;
}
.widget_simplepixel_twitter .feed .avatar-container img {
	width: 52px;
	height: 52px;
}
.widget_simplepixel_twitter .feed .avatar-container .twitter-icon-container {
	width: 26px;
	height: 26px;
	line-height: 20px;
}
.widget_simplepixel_twitter .feed .avatar-container .icon {
	font-size: 11px;
}
.widget_simplepixel_twitter .feed .username-container {
	padding-top: 7px;
}
.widget_simplepixel_twitter .feed .username {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 600;
}
.widget_simplepixel_twitter .feed .tweet {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	font-style: normal;
}
.widget_simplepixel_twitter .feed .tweet::before {
	font-size: 42px;
}
.widget_simplepixel_twitter .feed .date {
	font-size: 11px;
}
.widget_simplepixel_twitter .owl-carousel {
	text-align: center;
}
.widget_simplepixel_twitter .owl-carousel .owl-nav {
	display: none;
}
.widget_simplepixel_twitter .owl-carousel .owl-dots {
	margin-top: 5px;
}


/* 22.25 Widget - Video */
.widget_media_video .wp-video {
	position: relative;
	float: left;
	display: block;
	width: 100%;
}


/* 22.26 Widget - Category Custom */
.widget_simplepixel_categories .widget-categories-custom,
.widget_simplepixel_categories .category-list-container,
.widget_simplepixel_categories .category-widget {
	position: relative;
	float: left;
	display: block;
	width: 100%;
}
.widget_simplepixel_categories .widget-categories-custom,
.offcanvas-sidebar .widget_simplepixel_categories .widget-categories-custom,
.footer-sidebar .widget_simplepixel_categories .widget-categories-custom {
	padding: 0;
}
.widget_simplepixel_categories .category-block .img-container {
	min-height: 300px;
}
.widget_simplepixel_categories .category-list-container {
	margin-top: 5px;
}
.widget_simplepixel_categories .category-block {
	margin-bottom: 30px;
}
.widget_simplepixel_categories .owl-carousel .owl-nav {
	display: none;
}
.widget_simplepixel_categories .owl-carousel .owl-dots {
	position: relative;
	display: inline-block;
	width: auto;
	margin-top: 2px;
	padding: 0 15px;
}
.widget_simplepixel_categories .owl-carousel .owl-stage-outer {
	padding-top: 15px;
	margin-top: -15px;
}
.widget_simplepixel_categories .owl-carousel .carousel-inner-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	padding: 0 15px;
}

/* 22.27 Widget - Gallery */
.widget_media_gallery .gallery {
	margin: 2px 0 0 0;
}


/* 22.29 Widget & Sidebars on small devices */
@media all and (max-width: 1000px) {
	.footer-1 .footer-sidebar,
	.footer-2 .footer-sidebar {
		width: 100%;
	}
}

@media all and (max-width: 768px) {
	.sidebar {
		margin-bottom: 50px;
	}
	.right-sidebar {
		margin-bottom: 65px;
	}
	.right-sidebar.no-pad,
	.left-sidebar.no-pad {
		position: relative;
		float: left;
		width: 100%;
		padding: 0 15px;
	}
	.widget {
		padding: 15px 0 15px 0;
	}
	.footer-sidebar.no-pad {
		padding: 0 15px;
	}
	.footer-3 .widget {
		padding: 15px;
	}
}

@media all and (max-width: 767px) {
	.single-page .right-sidebar.no-pad,
	.single-page .left-sidebar.no-pad {
		padding: 0 30px;
	}
}


/**
* -------------------------------------------------
*	23.0 Featured Content
* -------------------------------------------------
**/
.blog-featured-post-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	background: #ffffff;
}
.blog-featured-post-container.blog-page {
	padding: 0 15px;
}
.blog-featured-post-container.blog-page .container {
	padding: 0 30px;
}
.featured-content-container {
	position: relative;
}
.featured-content-container .bg-overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-backface-visibility: hidden;
}
.featured-content-container ._3-col-carousel-container,
.featured-content-container .shortcode-container-blog-view {
	z-index: 2;
}
div[class*="owl-featured-"] .post-body {
	background: rgba( 238, 238, 238, 0.3 );
	border: 1px solid rgba( 225, 225, 225, 0.1 );
}
div[class*="owl-featured-"] .post-date-container,
div[class*="owl-featured-"] .post-date-container .date-link {
	color: #262626;
}
.featured-content-line .bordering {
	position: relative;
	float: left;
	width: 100%;
	height: 3px;
	background: rgba( 100, 100, 100, 0.1 );
}

/* 23.1 Featured Content On Small Devices */
@media (max-width: 767px) {
	.blog-featured-post-container.blog-page .container {
		padding: 0 15px;
	}
}



/**
* -------------------------------------------------
*	24.0 Advertising
* -------------------------------------------------
**/
.blog-advertising-container {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 50px;
}
.blog-advertising-container.section-top {
	margin: 25px 0 75px 0;
}
.blog-advertising-container.section-bottom {
	margin-bottom: 100px;
}
.blog-advertising-container img {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
}



/**
* -------------------------------------------------
*	25.0 Preloader
* -------------------------------------------------
**/
.preloader-main {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	visibility: visible;
	will-change: transform;
	-webkit-transform: translate3d( 0, 0, 0 );
	   -moz-transform: translate3d( 0, 0, 0 );
	    -ms-transform: translateY( 0 );
	     -o-transform: translate3d( 0, 0, 0 );
	        transform: translate3d( 0, 0, 0 );
}
.preloader-main.is-hidden {
	visibility: hidden;
	-webkit-transform: translate3d( 0, 100%, 0 );
	   -moz-transform: translate3d( 0, 100%, 0 );
	    -ms-transform: translateY( 100% );
	     -o-transform: translate3d( 0, 100%, 0 );
	        transform: translate3d( 0, 100%, 0 );
}
.preloader-main .preloader {
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate( -50%, -50% );
	   -moz-transform: translate( -50%, -50% );
	    -ms-transform: translateX( -50% ) translateY( -50% );
	     -o-transform: translate( -50%, -50% );
	        transform: translate( -50%, -50% );
}



/**
* -------------------------------------------------
*	26.0 Color Scheme
* -------------------------------------------------
**/

/* 26.1 Hover color & Main Color scheme */
.post-desc-read-more,
.main-color-link:hover,
.menu-offcanvas .menu .menu-item-has-children > a:hover::after,
.custom-search-form .custom-search-button:hover .icon,
.subscribe-form .custom-submit-button:hover .icon,
.menu-dropdown .menu > .menu-item-has-children:hover::after,
.menu-offcanvas .menu .menu-item-has-children:hover::after,
.menu-dropdown .menu > li > ul .menu-item-has-children:hover::after,
.menu-dropdown .menu ul li.current-menu-item > a,
.widget_nav_menu .menu > .menu-item-has-children:hover::after,
.widget_nav_menu .menu > li > ul .menu-item-has-children:hover::after,
.footer-sidebar-container .widget_nav_menu .menu > .menu-item-has-children:hover::after,
.footer-sidebar-container .widget_nav_menu .menu > li > ul .menu-item-has-children:hover::after,
.post-content .date-link:hover,
.slider-1 .text-container .post-info .info:hover,
.slider-1 .content .link-category:hover,
.post-content .post-label:hover .label-text,
.post-content .post-label:hover .icon,
.main-color-link.reverse,
.author-list-wrapper .social-media-container .social-media-2:hover,
.page-404-content .subscribe-form .button-1.button-search:hover::before,
.widget_calendar #next a:hover,
.widget_calendar #prev a:hover,
.widget-about-author .author-name h5:hover,
.widget_text a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_meta ul li a:hover,
.widget_recent_comments .comment-author-link a:hover,
.widget_nav_menu .menu > li > ul > li:hover > a,
.widget_nav_menu .menu > li > ul > li > ul > li:hover > a,
.widget_nav_menu .menu > li > ul > li > ul > li.current-menu-item > a,
.widget_nav_menu .menu > li > ul > li.current-menu-item > a,
.widget_nav_menu .menu > li > ul > li.current-menu-ancestor > a,
.widget-about-author .author-social-media a:hover,
.post-image-bg .post-info-container .main-color-link:hover,
.widget_simplepixel_social_media_links .social-media-container .social-media-2:hover,
.twitter-feed-container ul li a:hover,
.footer-sidebar-container .widget_calendar #next a:hover,
.footer-sidebar-container .widget_calendar #prev a:hover,
.footer-sidebar-container .widget_text a:hover,
.footer-sidebar-container .post-image-bg .post-info-container .main-color-link:hover,
.footer-sidebar-container .widget_simplepixel_social_media_links .social-media-container .social-media-2:hover,
.footer-sidebar-container .widget_simplepixel_twitter ul li a:hover,
.single-page .title-container .post-info a:hover,
.single-page .post-footer .share-container .post-footer-title a:hover,
#comments .logged-in-as a:nth-child( 2 ),
#comments .must-log-in a,
#comments .comment-respond .cancel-reply-button .icon,
#comments .comment-content-container .comment-edit-link:hover,
#comments .comment-content-container .reply a:hover,
#comments .comment-content-container cite h6 a:hover,
#comments .comment-respond .cancel-reply-button a,
#comments .comment-respond .cancel-reply-button a::before,
div[class*="owl-featured-"] .post-date-container .date-link:hover,
.inline-text-link,
.single-page .content-wrapper .content-container > table a,
.single-page .content-wrapper .content-container > figure figcaption a,
.single-page .content-wrapper .content-container > blockquote p a,
.type-page .page-content-wrapper .type-page-content > blockquote p a,
.smpixel-tabs-container .fw-tab-content > blockquote p a,
.smpixel-accordion .smpixel-accordion-content > blockquote p a,
.smpixel-tabs-container .fw-tab-content > table a,
.smpixel-accordion .smpixel-accordion-content > table a,
.comment-text-container table a,
.type-page .entry-content > figure figcaption a,
.type-page .entry-content > table a,
.single-page .post-password-form p input[type="submit"],
.menu-dropdown .menu ul li:hover > a,
.menu-dropdown .menu ul li.current-menu-ancestor > a,
.menu-dropdown .menu > li > ul .menu-item-has-children.current-menu-item::after,
.menu-dropdown .menu > li > ul .menu-item-has-children.current-menu-ancestor::after,
.menu-offcanvas .menu ul li > a:hover,
.menu-offcanvas .menu ul li.current-menu-item > a,
.menu-offcanvas .menu ul li.current-menu-ancestor > a,
.menu-offcanvas .menu > li > a:hover,
.menu-offcanvas .menu > li.current-menu-item > a,
.menu-offcanvas .menu > li.current-menu-ancestor > a,
.menu-dropdown.menu-dropdown-mobile .menu > li > a:hover,
.menu-dropdown.menu-dropdown-mobile .menu > li:hover > a,
.menu-dropdown.menu-dropdown-mobile .menu > li.current-menu-item > a,
.menu-dropdown.menu-dropdown-mobile .menu > li.current-menu-ancestor > a,
.slider-1 .text-container .post-info .date:hover,
.slider-1 .text-container .post-info .post-author-link:hover .name,
.post-content .text-container .post-read-more-button,
.post-content .post-author a:hover,
.post-content .date:hover,
.post-content .post-portrait-title .quote:hover::before,
.post-content .post-portrait-title .quote:hover::after,
.post-image-bg.featured-content-is-visible .post-label .icon,
.post-image-bg.featured-content-is-visible .post-label .label-text,
.post-image-bg.featured-content-is-visible:not( .on-slider ) .date:hover,
.post-image-bg.featured-content-is-visible:not( .on-slider ) .post-author-link:hover .name,
.carousel-container-outer .owl-slider-nav:hover .icon,
.slider-2.layout-2 .owl-slider-nav:hover .icon,
.post-portrait .post-share .text,
.post-portrait .post-share:hover .icon,
.post-portrait .img-container .play-button:hover .icon,
.post-landscape .img-container .play-button:hover .icon,
.post-portrait-small .img-container .play-button:hover .icon,
.post-landscape-small .img-container .play-button:hover .icon,
.post-landscape .post-share:hover .icon,
.post-portrait-small .post-share:hover .icon,
.post-portrait-small .post-share:hover .text,
.post-landscape-small .post-share:hover .icon,
.post-landscape-small .post-share:hover .text,
.post-image-bg .post-info .info:hover,
.post-content.post-image-bg .link-category:hover,
.post-content.post-image-bg .post-author-link:hover .name,
.post-content.post-image-bg.featured-content-is-visible .link-category:hover,
.post-portrait .link-category:hover,
.post-portrait-small .link-category:hover,
.post-portrait-small .like-container .info.post-like-count:hover,
.post-landscape-small .like-container .info.post-like-count:hover,
.post-landscape .link-category:hover,
.post-landscape-small .link-category:hover,
.post-content.post-image-bg .post-body-wrapper .post-author a:hover .name,
.pagination-button-container .pagination-button:hover,
.pagination-button-container .pagination-button.active,
.button-play,
.icon-block h6 a:hover,
.smpixel-tabs-title .tab-icon,
.twitter-feed-container .feed .tweet .text a:hover,
.blog-navigation-container .page-numbers.current,
.smpixel-tabs-title:hover h6 .text-container,
.single-page .content-wrapper .content-container > dl a:hover,
.smpixel-tabs-container .fw-tab-content dl a:hover,
.smpixel-accordion .smpixel-accordion-content dl a:hover,
.comment-text-container dl a:hover,
.type-page .entry-content > dl a:hover,
.single-page .content-wrapper .content-container > p a:hover,
.smpixel-tabs-container .fw-tab-content > p a:hover,
.smpixel-accordion .smpixel-accordion-content > p a:hover,
.comment-text-container p a:hover,
.widget_text p a:hover,
.type-page .entry-content > p a:hover,
.category-list-wrapper .category-block:hover h5,
.single-page .content-wrapper .content-container > ul li a:hover,
.single-page .content-wrapper .content-container > ol li a:hover,
.type-page .entry-content > ul li a:hover,
.type-page .entry-content > ol li a:hover,
.single-page .content-wrapper .content-container > .wp-block-file a:hover:not( .wp-block-file__button ),
.type-page .entry-content > .wp-block-file a:hover:not( .wp-block-file__button ),
.smpixel-tabs-container .fw-tab-content > .wp-block-file a:hover:not( .wp-block-file__button ),
.smpixel-accordion .smpixel-accordion-content > .wp-block-file a:hover:not( .wp-block-file__button ),
.single-page .written-by-container .profile-text .author-name:hover,
.single-page .written-by-container .single-date-container .date:hover,
.single-page .single-post-1 .post-category-wrapper .link-category:hover,
.single-page .single-post-1:not( .content-footer-container ) .post-category-wrapper .link-category:hover,
.single-page .share-box .post-info-container .info:hover,
.single-page .single-post-info-container .main-color-link:hover,
.single-page > .single-post-1 .single-title-text .link .main-color-link:hover,
.single-page .single-post-2 .single-post-info-container .main-color-link:hover,
.single-page .single-post-1 .single-post-info-container .main-color-link:hover,
.single-page .related-posts .carousel-container-outer .owl-slider-nav:hover .icon,
.single-page .author-profile .author-social-media a:hover,
.smpixel-tabbed-post-container .cat-popup-button {
	color: #ff7052;
}
::selection {
	background: #ff7052;
	color: #ffffff;
}
::-moz-selection {
	background: #ff7052;
	color: #ffffff;
}
.button-default,
.button-1::after,
.slider-1 .text-container .post-info .link-category,
.spinner-morph,
.footer-2 .up-button,
.top-nav-bar .button-search::before,
.top-nav-bar .button-offcanvas::before,
.popup-search-container .close-popup-search-button::before,
.slider-4-container .nav-container .owl-slider-nav::before,
.widget_calendar thead th,
.widget_simplepixel_instagram .instagram-feed.carousel .owl-dot.active span,
.widget_simplepixel_instagram .instagram-feed.carousel .owl-dot:hover span,
.widget_simplepixel_twitter .twitter-feed-container.carousel .owl-dot.active span,
.widget_simplepixel_twitter .twitter-feed-container.carousel .owl-dot:hover span,
.shortcode-container.twitter-feed-container .owl-dot.active span,
.footer-sidebar-container .widget_calendar thead th,
.footer-sidebar-container .widget_simplepixel_instagram .instagram-feed.carousel .owl-dot.active span,
.footer-sidebar-container .widget_simplepixel_instagram .instagram-feed.carousel .owl-dot:hover span,
.footer-sidebar-container .widget_simplepixel_twitter .twitter-feed-container.carousel .owl-dot.active span,
.footer-sidebar-container .widget_simplepixel_twitter .twitter-feed-container.carousel .owl-dot:hover span,
.subscribe-form .subscribe-field-container::after,
#comments .button-comment-submit,
.archive-empty-result .main-color-link:hover::before,
.category-icon,
.custom-search-form .search-field-container .line,
header .search-button-header::before,
header .offcanvas-button::before,
.offcanvas-container .close-offcanvas-button::before,
.menu-dropdown .menu > li > a::before,
.menu-offcanvas .menu > li > a::before,
.menu-dropdown .menu ul li::before,
.blog-navigation-container .page-numbers.next::after,
.blog-navigation-container .page-numbers.prev::after,
.button-default-bg::after,
.pagination-button-container .pagination-button.load-more::before,
.post-content .text-container .post-read-more-button::before,
.icon-block h6::before,
.icon-block-top .icon-container::before,
.icon-block-left-2 .icon-container::before,
.icon-block-right-2 .icon-container::before,
.counter-block .icon-container::before,
.owl-carousel .owl-dot.active span,
.owl-carousel .owl-dot:hover span,
.button-2:hover::before,
.social-media-1::before,
.widget_calendar tbody a,
.widget_tag_cloud a::before,
.widget_nav_menu .menu > li a::before,
.widget_nav_menu .menu ul li a::before,
.archive-empty-result::before,
.archive-empty-result .main-color-link::before,
.single-page .content-wrapper .content-container > p kbd,
.smpixel-tabs-container .fw-tab-content > p kbd,
.smpixel-accordion .smpixel-accordion-content > p kbd,
.comment-text-container p kbd,
.widget_text p kbd,
.single-page .tags-container a::before,
.single-page .content-wrapper .post-pagination a::after,
.type-page .type-page-content .post-pagination a::after,
#comments .comment-navigation a::after,
.attachment-image-nav .comment-navigation a::after,
.blog-navigation-container .page-numbers::before,
.type-page .entry-content > p kbd,
.widget_categories ul li span,
.single-page .content-wrapper .content-container > dl a::before,
.smpixel-tabs-container .fw-tab-content dl a::before,
.smpixel-accordion .smpixel-accordion-content dl a::before,
.comment-text-container dl a::before,
.type-page .entry-content > dl a::before,
.pagination-button-container .pagination-number::before,
.single-page .single-section-title .title::after,
.smpixel-tabbed-post-container .smpixel-tabs li a::after {
	background: #ff7052;
}
.widget_calendar thead th {
	border: 1px solid #ff7052;
}
.button-white:hover,
.carousel-container-outer .owl-slider-nav:hover,
.button-2:hover::before,
.widget_tag_cloud a:hover::after,
.single-page .tags-container a:hover::after,
.carousel-container-outer.featured-content-gallery .owl-dot span::before,
.widget_simplepixel_twitter .owl-carousel .owl-dot span::before,
.widget_simplepixel_twitter .owl-carousel .owl-dot:hover span,
.widget_simplepixel_twitter .owl-carousel .owl-dot.active span,
.widget_simplepixel_categories .owl-carousel .owl-dot span::before,
.widget_simplepixel_categories .owl-carousel .owl-dot:hover span,
.widget_simplepixel_categories .owl-carousel .owl-dot.active span,
.blog-navigation-container .page-numbers.next:hover::before,
.blog-navigation-container .page-numbers.prev:hover::before,
.single-page .content-wrapper .post-pagination a:hover::before,
.type-page .type-page-content .post-pagination a:hover::before,
#comments .comment-navigation a:hover::before,
.attachment-image-nav .comment-navigation a:hover::before,
.widget_simplepixel_posts .owl-carousel .owl-dot span::before,
.widget_simplepixel_posts .owl-carousel .owl-dot:hover span,
.widget_simplepixel_posts .owl-carousel .owl-dot.active span,
.widget_simplepixel_instagram .owl-carousel .owl-dot span::before,
.widget_simplepixel_instagram .owl-carousel .owl-dot:hover span,
.widget_simplepixel_instagram .owl-carousel .owl-dot.active span,
.single-page .related-posts .carousel-container-outer .owl-slider-nav:hover {
	border: 2px solid #ff7052;
}
.post-content.post-portrait-small .post-portrait-title .link:hover span,
.post-content.post-landscape-small .post-portrait-title .link:hover span,
.single-page .post-password-form p input[type="password"]:focus {
	border-bottom: 2px solid #ff7052;
}
.main-color-link.reverse:hover {
	color: #262626;
}
.half-wheel,
.spinner-jumper-container .spinner-section .rotator {
	border-top-color: #ff7052;
	border-right-color: #ff7052;
}
.post-content .title-link,
.widget_recent_entries ul li a,
.widget_rss ul li a,
.widget_recent_comments ul li a:not( .url ) {
	background-image: linear-gradient( 0, transparent 0%, #ff7052 0 );
	background-image: -webkit-linear-gradient( 0, transparent 0%, #ff7052 0 );
	background-image: -moz-linear-gradient( 0, transparent 0% , #ff7052 0 );
}

/* 26.2 Notification block's color */
.notification-block.notif-success {
	background: #E1F0D7;
	border: 1px solid #BBC6AE;
}
.notification-block.notif-success .icon,
.notification-block.notif-success p {
	color: #447639;
}
.notification-block.notif-error {
	background: #F0DEDE;
	border: 1px solid #CEA7AE;
}
.notification-block.notif-error .icon,
.notification-block.notif-error p {
	color: #A34440;
}
.notification-block.notif-alert {
	background: #FCF8E2;
	border: 1px solid #D1C3A2;
}
.notification-block.notif-alert .icon,
.notification-block.notif-alert p {
	color: #886D36;
}
.notification-block.notif-info {
	background: #DBEDF8;
	border: 1px solid #94C9DA;
}
.notification-block.notif-info .icon,
.notification-block.notif-info p {
	color: #3B7094;
}


/**
* -------------------------------------------------
* 27.0 Styling Helpers
* -------------------------------------------------
**/
.centering-x {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX( -50% );
	   -moz-transform: translateX( -50% );
	    -ms-transform: translateX( -50% );
	     -o-transform: translateX( -50% );
	        transform: translateX( -50% );
}
.centering-y {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 0;
	-webkit-filter: blur( 0 );
	   -moz-filter: blur( 0 );
	    -ms-filter: blur( 0 );
	     -o-filter: blur( 0 );
	        filter: blur( 0 );
	-webkit-transform: translate3d( 0, -50%, 0 );
	   -moz-transform: translate3d( 0, -50%, 0 );
	    -ms-transform: translate3d( 0, -50%, 0 );
	     -o-transform: translate3d( 0, -50%, 0 );
	        transform: translate3d( 0, -50%, 0 );
}
.centering-xy {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate( -50%, -50% );
	   -moz-transform: translate( -50%, -50% );
	    -ms-transform: translate( -50%, -50% );
	     -o-transform: translate( -50%, -50% );
	        transform: translate( -50%, -50% );
}

img.alignright {
	float: right;
	margin: 30px 0 15px 30px;
}
img.alignleft {
	float: left;
	margin: 30px 30px 15px 0;
}
img.aligncenter {
	display: block;
	margin: 35px auto;
}
img.alignright:first-child,
img.alignleft:first-child {
	margin-top: 6px;
}

.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media all and (max-width: 450px) {
	figure.alignleft,
	figure.alignright,
	img.alignleft,
	img.alignright {
		float: none;
		display: block;
		margin: 30px auto 30px auto;
	}
}

.no-pad {
	padding: 0;
}
.no-mrg {
	margin: 0;
}

.mrg-top-15 {
	margin-top: 15px;
}
.mrg-top-30 {
	margin-top: 30px;
}
.mrg-top-50 {
	margin-top: 50px;
}
.mrg-bottom-15 {
	margin-bottom: 15px;
}
.mrg-bottom-30 {
	margin-bottom: 30px;
}
.mrg-bottom-50 {
	margin-bottom: 50px;
}

.overflow-hidden {
	overflow: hidden;
}

.bypostauthor {

}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
