/*!
Theme Name: Inc
Theme URI: https://www.themehorse.com/themes/inc
Author: Theme Horse
Author URI: https://www.themehorse.com/
Description: Inc is a Responsive Multi-Purpose Business WordPress Theme. Inc is specially designed for web agency business, corporate business, personal and freelancer. There are Business Template, Boxed/Fluid Site layout, Sidebar Page Layout, Top Contact Info Bar, Social Profiles and Slider. Also supports popular plugins like WooCommerce, bbPress, Breadcrumb NavXT, WP-PageNavi, Contact Form 7 and many more. It is also translation ready. Get free support at https://www.themehorse.com/support-forum/ and view beautiful business demo site at https://www.themehorse.com/preview/inc
Version: 1.1.4
Requires PHP: 5.2
Tested up to: 5.5
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: inc
Tags: blog, e-commerce, news, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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

Inc is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Global
  2.1 - Accessibility
  2.2 - Alignments
  2.3 - Blockquote
  2.4 - Breadcrumb
  2.5 - Buttons
  2.6 - Bootstrap Carousel
  2.7 - Grid Options
  2.8 - Forms
  2.9 - Heading Tags
  2.10 - Images
  2.11 - Links
3.0 - Templates/Layouts
4.0 - Header
  4.1 - Info Bar
  4.2 - Site Branding
  4.3 - Social Profiles
  4.4 - Search Form 
5.0 - Navbar/ Navigation
6.0 - Content
  6.1 - Post Featured Image
  6.2 - Post Featured Content
  6.3 - Entry Header
  6.4 - Entry Title
  6.5 - Entry Meta
  6.6 - Entry Content
  6.7 - Galleries
  6.8 - Post/Image/Paging Navigation
  6.9 - Attachments
  6.10 - Comments
  6.11 - Pages
  6.12 - bbPress Support
  6.13 - Woo Commerce Support
  6.14 - JetPack Support
  6.15 - Gutenberg Support
7.0 - Sidebars/ Widget Area
8.0 - Widgets
	8.1 - Widget Calendar
	8.2 - Widget Categories
	8.3 - Widget Media Image
	8.4 - Widget Media Video
	8.5 - Widget Media Gallery
	8.6 - Widget Nav Menu
	8.7 - Widget Pages
	8.8 - Widget Recent Entries/Comments
	8.9 - Widget Tag Cloud
	8.10 - Widget Text
	8.11 - Widget CTA
	8.12 - Widget Inline CTA
	8.13 - Widget Featured Page
	8.14 - Widget Services
	8.15 - Widget Featured/Recent Post
	8.16 - Widget Recent Post
	8.17 - Widget Team
	8.18 - Widget Testimonial
	8.19 - Widget Brands
9.0 - Footer
10.0 - Featured Slider
11.0 - Media Queries
12.0 - Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
::selection {
	background: #4ac4d6;
	color: #fff;
}
::-moz-selection {
	background: #4ac4d6;
	color: #fff;
}
ul,
ol {
	padding-left: 20px;
}

/*--------------------------------------------------------------
2.0 - Global
--------------------------------------------------------------*/
body,
input,
textarea,
select {
	color: #555555;
	font: 15px 'Roboto', sans-serif;
	line-height: 1.4;
	font-weight: 300;
	word-wrap: break-word;
}
body.overflow-hide {
	overflow: hidden;
}
.site {
	background-color: #fff;
}
.theme-color {
	color: #4ac4d6;
}
.theme-bg-color {
	background-color: #4ac4d6; 
}
pre, code, caption {
	color: #555555;
}
hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
2.1 - Accessibility
--------------------------------------------------------------*/
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	width: 1px;
}

/*--------------------------------------------------------------
2.2 - Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
2.3 - Blockquote
--------------------------------------------------------------*/
blockquote {
	position: relative;
	padding-left: 35px;
	font-size: 20px;
	color: #555555;
	font-weight: 400;
}
blockquote footer {
	font-weight: 300;
}
blockquote em,
blockquote i,
blockquote cite {
	font-weight: 500;
	font-size: 15px;
	font-style: normal;
}
blockquote:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f10d";
	position: absolute;
	top: 3px;
	left: 0;
	color: #555555;
	font-size: 24px;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter:alpha(opacity=40);
} 

/*--------------------------------------------------------------
2.4 - Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	background-color: #f5f5f5;
	padding: 15px 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
2.5 - Buttons
--------------------------------------------------------------*/
.btn {
	font-size: 15px;
	font-weight: 300;
	padding: 8px 20px;
}
.btn-sm {
	font-size: 12px;
	font-weight: 400;
	padding: 5px 15px;
}
.btn-lg {
	font-size: 18px;
	padding: 12px 30px;
}
.btn-rounded {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.btn:focus,
.btn.focus {
	outline: none;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}
.btn-theme {
	background-color: #4ac4d6;
	color: #ffffff;
}
.btn-theme:hover {
	background-color: #41b7c9;
	color: #ffffff;
}
.btn-outline-theme {
	border-color: #4ac4d6;
	color: #4ac4d6;
}
.btn-outline-theme:hover {
	background-color: #41b7c9;
	border-color: #4ac4d6;
	color: #ffffff;
}
.btn-outline-theme a {
	transition: all ease-in-out .15s;
	-webkit-transition: all ease-in-out .15s;
	-moz-transition: all ease-in-out .15s;
}
.btn-outline-theme:hover a {
	color: #ffffff;
	text-decoration: none;
}
.btn-outline-info:not(:disabled):not(.disabled).active, 
.btn-outline-info:not(:disabled):not(.disabled):active, 
.show>.btn-outline-info.dropdown-toggle  {
	background-color: #35aabc;
}
.btn-light,
.btn-light:hover,
.btn-light:active,
.btn-light:focus {
	color: #666666;
}
.btn-light:hover,
.btn-light:active,
.btn-light:focus {
	border-color:  transparent;
}
.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active, 
.show>.btn-light.dropdown-toggle {
	color: #666666;
}
.btn-icon-left .icon,
.btn-icon-left .fa{
	margin-right: 8px;
}
.btn-icon-right .icon,
.btn-icon-right .fa{
	margin-left: 8px;
}

/* Back To Top */
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}
.back-to-top a {
	width: 40px;
	height: 40px;
	display: block;
	background-color: #333;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
}
.back-to-top a:hover,
.back-to-top a:focus {
	background-color: #4ac4d6;
	text-decoration: none;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.back-to-top a:before {
	content: '\f106';
	color: #fff;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 40px;
}

/*--------------------------------------------------------------
2.6 - Bootstrap Carousel
--------------------------------------------------------------*/
.carousel-fade .carousel-inner .carousel-item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.carousel-fade .carousel-inner .carousel-item-next,
.carousel-fade .carousel-inner .carousel-item-prev,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	left: 0;
   transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
   z-index: 2;
}
.embed-responsive {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
2.7 - Grid Options
--------------------------------------------------------------*/
.gutter-0,
.gutter-parent-0,
.gutter-parent-0 .row {
	margin-left: 0;
	margin-right: 0;
}
.gutter-parent-0 [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.gutter-0 > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.gutter-4,
.gutter-parent-4,
.gutter-parent-4 .row {
	margin-left: -2px;
	margin-right: -2px;
}
.gutter-parent-4 [class*="col-"] {
	padding-left: 2px;
	padding-right: 2px;
}
.gutter-4 > [class*="col-"] {
	padding-left: 2px;
	padding-right: 2px;
}
.gutter-10,
.gutter-parent-10,
.gutter-parent-10 .row {
	margin-left: -5px;
	margin-right: -5px;
}
.gutter-parent-10 [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.gutter-10 > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.gutter-50,
.gutter-parent-50,
.gutter-parent-50 .row {
	margin-left: -25px;
	margin-right: -25px;
}
.gutter-parent-50 [class*="col-"] {
	padding-left: 25px;
	padding-right: 25px;
}
.gutter-50 > [class*="col-"] {
	padding-left: 25px;
	padding-right: 25px;
}

/*--------------------------------------------------------------
2.8 - Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"],
input[type="reset"],
input[type="button"],
input[type="submit"],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.form-control,
input,
textarea,
select {
	font-size: 15px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	color: #555555;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background-color: #f9f9f9;
}
.form-control:focus,
input:focus,
textarea:focus,
select:focus  {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-color: rgba(0, 0, 0, 0.15);
	background-color: #f9f9f9;
	outline: none;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #555555;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #555555;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #555555;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.form-control:-moz-placeholder { /* Firefox 18- */
	color: #555555;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
input[type="reset"],
input[type="button"],
input[type="submit"],
button[type="submit"] {
	cursor: pointer;
	width: inherit;
	border: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 10px 30px;
	background-color: #4ac4d6;
	color: #ffffff;
}
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
	background-color: #41b7c9;
	color: #ffffff;
}
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
	width: inherit;
}
input[type="file"] {
	cursor: pointer;
}

/*--------------------------------------------------------------
2.9 - Heading Tags
--------------------------------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
2.10 - Images
--------------------------------------------------------------*/
figure {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
img.size-full,
img.size-large {
	max-width: 100%;
	height: auto;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-top: 20px;
	margin-bottom: 20px;
}
img#wpstats {
	display: none;
}
.img-border {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
}

/* Caption */
.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
	text-align: center;
}
.wp-caption a {
	position: relative;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-style: italic;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
2.11 - Links
--------------------------------------------------------------*/
a,
a:hover {
    color: #4ac4d6;
}

a:focus {
	outline: none;
}

/*--------------------------------------------------------------
3.1 - Templates/Layouts
--------------------------------------------------------------*/
/* Templates */
.page-template-business-template .site-content {
	padding: 0;
}
.page-template-business-template .site-content .widget {
	margin-top: -1px;
}
.page-template-business-template .site-content .widget:first-child {
	border-top: none;
	margin-top: 0;
}
.page-template-business-template .site-content .widget:first-child,
.page-template-business-template .site-content .inc-widget-promotional-bar + .widget,
.page-template-business-template .site-content .widget_media_gallery + .widget,
.page-template-business-template .site-content .inc-widget-featured-post + .widget,
.page-template-business-template .site-content .widget-brands + .widget {
	border-top: none;
}
section:first-child.widget-brands .container:before,
section:last-child.widget-brands .container:after,
.inc-widget-promotional-bar + .widget-brands .container:before,
.inc-widget-featured-post + .widget-brands .container:before,
.widget_media_gallery + .widget-brands .container:before  {
	display: none;
}
section:first-child.inc-widget-featured-post .container-fluid,
.inc-widget-promotional-bar + .inc-widget-featured-post .container-fluid,
.widget_media_gallery + .inc-widget-featured-post .container-fluid,
.inc-widget-featured-post .container-fluid.no-border-top {
	border-top: none;
}
section:last-child.inc-widget-featured-post .container-fluid,
.inc-widget-featured-post .container-fluid.no-border-bottom {
	border-bottom: none;
}
.widget + .widget_media_gallery .widget-title {
	padding-top: 0;
}
.widget.widget-background-overlay + .widget_media_gallery .widget-title,
.inc-widget-promotional-bar + .widget_media_gallery .widget-title,
.inc-widget-featured-post + .widget_media_gallery .widget-title,
.widget-brands + .widget_media_gallery .widget-title {
	padding-top: 90px;
}

/* Narrow Layout */
.narrow-layout {
	background-color: #f1f1f1;
}
.narrow-layout .site {
	max-width: 1140px;
	margin: 0 auto;
}
.narrow-layout .container,
.narrow-layout .container-fluid,
.narrow-layout.page-template-business-template .site-content .widget_archive,
.narrow-layout.page-template-business-template .site-content .widget_media_audio,
.narrow-layout.page-template-business-template .site-content .widget_calendar,
.narrow-layout.page-template-business-template .site-content .widget_categories,
.narrow-layout.page-template-business-template .site-content .widget_custom_html,
.narrow-layout.page-template-business-template .site-content .widget_media_gallery,
.narrow-layout.page-template-business-template .site-content .widget_media_image,
.narrow-layout.page-template-business-template .site-content .widget_meta,
.narrow-layout.page-template-business-template .site-content .widget_nav_menu,
.narrow-layout.page-template-business-template .site-content .widget_pages,
.narrow-layout.page-template-business-template .site-content .widget_recent_comments,
.narrow-layout.page-template-business-template .site-content .widget_recent_entries,
.narrow-layout.page-template-business-template .site-content .widget_rss,
.narrow-layout.page-template-business-template .site-content .widget_search,
.narrow-layout.page-template-business-template .site-content .widget_tag_cloud,
.narrow-layout.page-template-business-template .site-content .widget_text,
.narrow-layout.page-template-business-template .site-content .widget_media_video  {
	padding-left: 30px;
	padding-right: 30px;
}
.narrow-layout .site-footer {
	margin-bottom: 15px;
}
.narrow-layout .inc-widget-featured-post .row {
	margin-left: -30px;
	margin-right: -30px;
}
.narrow-layout .inc-widget-featured-post .row .col-lg-6,
.narrow-layout .inc-widget-featured-post .row .col-lg-12 {
	padding-left: 30px;
	padding-right: 30px;
}
.narrow-layout .featured-slider .fs-prev {
	left: 0;
}
.narrow-layout .featured-slider .fs-next {
	right: 0;
}

/*--------------------------------------------------------------
4.0 - Header
--------------------------------------------------------------*/
/* Header Image/Video */
.header-image .wp-custom-header,
.header-image .wp-custom-header img {
	width: 100%;
	height: auto;
}
.wp-custom-header {
	height: calc(100vh - 32px);
	position: relative;
}
.wp-custom-header iframe,
.wp-custom-header video {
	height: 100vh;
	height: calc(100vh - 32px);
	width: 100%;
	background-color: #000;
}
.wp-custom-header .wp-custom-header-video-button {
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.5);
	height: 35px;
	width: 35px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 30px;
	top: 30px;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(0, 0, 0, 0.8);
}
.wp-custom-header-video-play,
.wp-custom-header-video-pause {
 	font-size: 0;
 	line-height: 0;
}
.wp-custom-header-video-play:before,
.wp-custom-header-video-pause:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	line-height: normal;
	color: rgba(255, 255, 255, 0.5);
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wp-custom-header-video-play:hover:before,
.wp-custom-header-video-pause:hover:before {
 	color: rgba(255, 255, 255, 0.8);
}
.wp-custom-header-video-play:before {
 	content: '\f04b';
}
.wp-custom-header-video-pause:before {
 	content: '\f04c';
}

/*--------------------------------------------------------------
4.1 - Info Bar
--------------------------------------------------------------*/
.info-bar {
	position: relative;
	font-size: 13px;
	border-bottom:  1px solid #666666;
	background-color: #333333;
	overflow: hidden;
	min-height: 30px;
	color: #999999;
}
.info-bar .contact-section,
.info-bar .social-profile-section {
	max-width: 100%;
}
.info-bar .contact-info-menu-toggle {
	display: none;
}
.info-bar ul li {
	float: left;
	position: relative;
	border-style: solid;
	border-color: #666666;
	border-width: 0 1px;
	margin-left: -1px;
	list-style: none;
	color: #bbbbbb;
}
.info-bar ul li a {
	padding: 5px 12px;
}
.info-bar .social-profiles {
	float: left;
	margin-bottom: 0;
}
.info-bar .social-profiles ul,
.info-bar .contact-info ul  {
	margin: 0;
	padding-left: 1px;
}
.info-bar .social-profiles ul li a,
.info-bar .contact-info ul li a {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #b5b5b5;
}
.info-bar .social-profiles ul li {
	padding: 0;
}
.info-bar .contact-info ul li a:hover,
.info-bar .contact-info ul li a:focus,
.info-bar .social-profiles ul li a:hover,
.info-bar .social-profiles ul li a:focus {
	text-decoration: none;
	color: #eeeeee;
}
.info-bar .social-profiles ul li a {
	font-size: calc(13px + 2px);
  	position: relative;
  	min-width: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.info-bar .contact-info ul li a:before {
	 font-size: calc(13px + 2px);
}
.info-bar .contact-info ul li a:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
}
.info-bar .contact-info ul li .phone-number:before {
	content: "\f10b";
}
.info-bar .contact-info ul li .email:before {
	content: "\f0e0";
}
.info-bar .contact-info ul li .address:before {
	content: "\f041";
}
.info-bar .contact-info ul li .skype:before {
	content: "\f17e";
}

/*--------------------------------------------------------------
4.2 - Site Branding
--------------------------------------------------------------*/
.site-title {
	font-size: 30px;
	margin: 0;
	font-weight: 400;
}
.site-title a {
	color: #333;
	text-decoration: none;
}
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color: #4ac4d6;
}
.site-description {
    font-size: 15px;
    margin: 0 0 5px;
    font-weight: 300;
    color: #999999;
}

/*--------------------------------------------------------------
4.3 - Social Profiles
--------------------------------------------------------------*/
.social-profiles {
	display: inline-block;
	margin-bottom: 20px;
}
.social-profiles ul {
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: 0;
	padding-left: 0;
}
.social-profiles ul li {
	float: left;
	padding-right: 7px;
	padding-left: 7px;
	list-style: none;
}
.social-profiles ul li a {
	font-family: 'FontAwesome';
   font-size: 20px;
   color: #b5b5b5;
   display: block;
   text-align: center;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   transition: all ease-in-out 0.2s;
   -webkit-transition: all ease-in-out 0.2s;
   -moz-transition: all ease-in-out 0.2s;
}
.social-profiles ul li a:hover,
.social-profiles ul li a:focus {
	text-decoration: none;
	color: #999999;
}
.social-profiles ul li a:before {
  content: '\f08e'; }

.social-profiles ul li a[href*="behance.net"]:before {
  content: "\f1b4";
}
.social-profiles ul li a[href*="codepen.io"]:before {
	content: '\f1cb';
}
.social-profiles ul li a[href*="deviantart.com"]:before {
	content: "\f1bd";
}
.social-profiles ul li a[href*="digg.com"]:before {
	content: '\f1a6';
}
.social-profiles ul li a[href*="dribbble.com"]:before {
	content: '\f17d';
}
.social-profiles ul li a[href*="dropbox.com"]:before {
	content: '\f16b';
}
.social-profiles ul li a[href*="facebook.com"]:before {
	content: '\f09a';
}
.social-profiles ul li a[href$="/feed/"]:before,
.social-profiles ul li a[href*="rss.com"]:before {
	content: '\f09e';
}
.social-profiles ul li a[href*="flickr.com"]:before {
	content: '\f16e';
}
.social-profiles ul li a[href*="getpocket.com"]:before {
	content: '\f265';
}
.social-profiles ul li a[href*="github.com"]:before {
	content: '\f09b';
}
.social-profiles ul li a[href*="gitlab.com"]:before {
  content: "\f296";
}
.social-profiles ul li a[href*="plus.google.com"]:before {
	content: '\f0d5';
}
.social-profiles ul li a[href*="instagram.com"]:before {
	content: '\f16d';
}
.social-profiles ul li a[href*="jsfiddle.net"]:before {
  content: "\f1cc";
}
.social-profiles ul li a[href*="linkedin.com"]:before {
	content: '\f0e1';
}
.social-profiles ul li a[href*="meetup.com"]:before {
  content: "\f2e0";
}
.social-profiles ul li a[href*="pinterest.com"]:before {
	content: '\f231';
}
.social-profiles ul li a[href*="quora.com"]:before {
  content: "\f2c4";
}
.social-profiles ul li a[href*="reddit.com"]:before {
	content: '\f281';
}
.social-profiles ul li a[href*="skype.com"]:before {
	content: '\f17e';
}
.social-profiles ul li a[href*="snapchat.com"]:before {
	content: "\f2ab";
}
.social-profiles ul li a[href*="soundcloud.com"]:before {
	content: "\f1be";
}
.social-profiles ul li a[href*="stackoverflow.com"]:before {
  content: "\f16c";
}
.social-profiles ul li a[href*="stumbleupon.com"]:before {
	content: '\f1a4';
}
.social-profiles ul li a[href*="telegram.org"]:before {
	content: "\f2c6";
}
.social-profiles ul li a[href*="trello.com"]:before {
  content: "\f181";
}
.social-profiles ul li a[href*="tumblr.com"]:before {
	content: '\f173';
}
.social-profiles ul li a[href*="twitch.tv"]:before {
  content: "\f1e8";
}
.social-profiles ul li a[href*="twitter.com"]:before {
	content: '\f099';
}
.social-profiles ul li a[href*="viadeo.journaldunet.com"]:before {
  content: "\f2a9";
}
.social-profiles ul li a[href*="vimeo.com"]:before {
	content: '\f27d';
}
.social-profiles ul li a[href*="vk.com"]:before {
  content: "\f189";
}
.social-profiles ul li a[href*="wechat.com"]:before,
.social-profiles ul li a[href*="weixin.qq.com"]:before {
	content: "\f1d7";
}
.social-profiles ul li a[href*="weibo.com"]:before {
  content: "\f18a";
}
.social-profiles ul li a[href*="whatsapp.com"]:before {
	content: "\f232";
}
.social-profiles ul li a[href*="wikipedia.org"]:before {
  content: "\f266";
}
.social-profiles ul li a[href*="wordpress.com"]:before,
.social-profiles ul li a[href*="wordpress.org"]:before {
	content: '\f19a';
}
.social-profiles ul li a[href*="yelp.com"]:before {
  content: "\f1e9";
}
.social-profiles ul li a[href*="youtube.com"]:before {
	content: '\f167';
}
.social-profiles ul li a[href*="xing.com"]:before {
  content: "\f168";
}
.social-profiles ul li a[href*="500px.com"]:before {
  content: "\f26e";
}

/*--------------------------------------------------------------
4.4 - Search Form 
--------------------------------------------------------------*/
input.s {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.search-toggle:hover {
	color: #4ac4d6;
}
.search-toggle:before {
	content: '\f002';
}
.search-form {
	margin-bottom: 30px;
}
.widget .search-form {
	margin-bottom: 0;
}
.search-form .form-control {
  	border-width: 1px 0px 1px 1px;
}
.search-form .input-group-prepend {
	margin-right: 0;
}
.search-form .input-group-prepend .btn-theme {
	font-size: 0;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
}
.search-form .input-group-prepend .btn-theme:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f002';
	font-size: 16px;
	line-height: 16px;
	top: 50%;
	right: 50%;
	margin-top: -8px;
	margin-right: -7px;
	position: absolute;
}
.search-block {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 10000;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	display: none;
}
.search-block .search-toggle {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	cursor: default;
}
.search-block .search-toggle:before {
	display: none;
}
.search-block .search-form {
	width: 58%;
	margin: 150px auto 0;
	-webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.search-block .form-control {
	font-size: 22px;
	padding: 12px 20px;
	border: none;
	background-color: #fff;
	color: #333;
}
.search-block .input-group-prepend .btn-theme {
  padding: 20px 35px; 
  z-index: 10001;
}
.search-block .input-group-prepend .btn-theme:before {
  font-size: 22px;
  line-height: 22px;
  margin-top: -11px;
  margin-right: -11px;
}

/*--------------------------------------------------------------
5.0 - Navbar/ Navigation
--------------------------------------------------------------*/
.container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}
.navbar {
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sticky-header {
	background-color: #ffffff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid #eeeeee;
}
.navbar-toggler {
	border: none;
	padding: 15px;
}
.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler:before {
   display: block;
   font-size: 28px;
   content: '\f0c9';
   font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar .navbar-collapse {
	flex-grow: 0;
}
.navbar .main-navigation ul {
	padding-left: 0;
}
.navbar .main-navigation {
	margin-right: -15px;
}
.main-navigation li {
	position: relative;
	list-style: none;
	display: inline-block;
}
.main-navigation a {
	display: block;
	color: #777777;
	font-weight: 400;
	padding: 35px 12px;
}
.main-navigation a:hover {
	text-decoration: none;
}
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li.show > a,
.main-navigation ul li:hover > a  {
	color: #4ac4d6;
}
.main-navigation.nav-uppercase ul li > a {
	text-transform: uppercase;
}
.main-navigation.nav-uppercase li ul a {
	text-transform: inherit;
}
/* Dropdown */
.main-navigation ul li ul li {
	display: block;
}
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
	display: none;
	z-index: 9999;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
	display: block;
}
.main-navigation li:hover .dropdown-menu {
	display: block;
}
.main-navigation .dropdown-menu,
.main-navigation li ul {
	top: 100%;
	border: 1px solid #eeeeee;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	position: absolute;
	left: 0;
	z-index: 999;
	background-color: #ffffff;
	margin-top: 0;
	display: none;
	width: 200px;
}
.main-navigation .dropdown-menu a,
.main-navigation li ul a {
	color: #888888;
	padding: 8px 12px;
	text-transform: inherit;
}
.main-navigation .dropdown-menu a:hover,
.main-navigation .dropdown-menu a.current-menu-item,
.main-navigation li ul li:hover > a, 
.main-navigation li ul .current-menu-item > a,
.main-navigation li ul li.current-menu-ancestor > a,
.main-navigation ul li li.current_page_item > a,
.main-navigation li ul li.current_page_ancestor > a {
	background-color: rgba(0, 0, 0, 0.04);
}
.main-navigation ul li ul li ul,
.headernav .main-navigation ul li ul li ul {
	left: 198px;
	top: 0;
}
.main-navigation ul.sub-menu ul.sub-menu,
.main-navigation ul.children ul.children {
	top: -1px; 
}
.main-navigation .dropdown-toggle:after {
	display: none;
}
.navbar-collapse .form-inline {
	margin-left: 10px;
}
.navbar-search {
	position: relative;
}
.search-toggle  {
    display: block;
    font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    color: #777777;
    padding: 35px 15px;
    text-align: center;
    cursor: pointer;
}
.search-toggle:before {
    content: "\f002";
}
.search-toggle.active,
.search-toggle:hover,
.search-toggle:focus {
	color: #4ac4d6;
	text-decoration: none;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.navbar-search .search-box {
	position: absolute;
	top: 75%;
	right: 0;
	min-width: 300px;
	text-align: right;
	z-index: 1000;
}
.navbar-search .search-box:before {
	content: "";
	height: 10px;
	width: 10px;
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	background-color: #fff;
	position: absolute;
	right: 10px;
	top: -6px;
}

/*--------------------------------------------------------------
6.0 - Content
--------------------------------------------------------------*/
.site-content {
	padding-top: 100px;
	padding-bottom: 50px;
}
.site-content > .container > .row {
	margin-left: -25px;
	margin-right: -25px;
}
.site-content > .container > .row > .content-area,
.site-content > .container > .row > .widget-area {
	padding-left: 25px;
	padding-right: 25px;
}
.post,
.hentry,
.type-product.product,
.type-attachment {
	margin-bottom: 50px;
} 

/*--------------------------------------------------------------
6.1 - Post Featured Image
--------------------------------------------------------------*/
.post .post-featured-image,
.hentry .post-featured-image {
	margin-bottom: 25px;
	padding-top: 5px;
}

.post .post-featured-image a,
.hentry .post-featured-image a {
	display: block;
}
.post .post-featured-image .img-fluid,
.hentry .post-featured-image .img-fluid {
	width: 100%;
}

/*--------------------------------------------------------------
6.2 - Post Featured Content
--------------------------------------------------------------*/
.post.sticky .entry-header,
.hentry.sticky .entry-header {
	position: relative;
}
.post.sticky .entry-header:before,
.hentry.sticky .entry-header:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f08d";
	position: absolute;
	right: 5px;
	color: #4ac4d6;
	font-size: 26px;
} 

/*--------------------------------------------------------------
6.3 - Entry Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
6.4 - Entry Title
--------------------------------------------------------------*/
.entry-title {
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 10px;
}
.entry-title a {
	color: #555555;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #4ac4d6;
	text-decoration: none;
}
.type-attachment .entry-title {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
6.5 - Entry Meta
--------------------------------------------------------------*/
.entry-meta {
	margin-bottom: 10px;
	display: inline-block;
}
.entry-meta,
.entry-meta a {
	color: #999999;
}
.entry-meta a:hover,
.entry-meta a:focus  {
	color: #4ac4d6;
}
.entry-meta .author,
.entry-meta .categories,
.entry-meta .comments,
.entry-meta .date {
	display:  inline-block;
	position: relative;
	margin-bottom: 5px;
}
.entry-meta .author .label,
.entry-meta .categories .label,
.entry-meta .comments .label,
.entry-meta .date .label,
.entry-meta .tag-links .label {
	color: #555555;
}
.entry-meta > div:after {
	content: "/";
	margin-right: 2px;
	margin-left: 2px;
}
.entry-meta > .categories:after,
.entry-meta > div:last-child:after {
	display: none;
}
.entry-meta .categories a {
	display: inline-block;
	position: relative;
}
.entry-meta .categories a:hover {
	text-decoration: underline;
}
.entry-meta .categories .get-seperator {
	padding-left: 2px;
	padding-right: 2px;
}
.entry-meta .styled-date {
	padding-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
}
.entry-meta .styled-date .day {
	position: relative;
	font-size: 24px;
	font-weight: 100;
}
.entry-meta .styled-date .day:after {
	content: " / "
}

/*--------------------------------------------------------------
6.6 - Entry Content
--------------------------------------------------------------*/
.wp-video {
	margin-bottom: 20px;
}
.format-quote blockquote {
	padding-left: 50px;
	font-size: 32px;
}
.format-quote blockquote:before {
	font-size: 36px;
	line-height: 36px;
	color: #4ac4d6;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.entry-content .btn-light{
	background-color: #eeeeee;
	color: #888888;
}
.entry-content .btn-light:hover {
	background-color: #e5e5e5;
	color: #888888;
}
.entry-content .btn-light:not(:disabled):not(.disabled).active, 
.entry-content .btn-light:not(:disabled):not(.disabled):active, 
.entry-content .show>.btn-light.dropdown-toggle,
.entry-content .btn-light:focus,
.entry-content .btn-light:active,
.entry-content .btn-light:not(:disabled):not(.disabled).active:focus, 
.entry-content .btn-light:not(:disabled):not(.disabled):active:focus {
	background-color: #dddddd;
	color: #888888;
}
.entry-content .btn-section {
	padding-top: 10px;
}

/*--------------------------------------------------------------
6.7 - Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 0 -5px;
}
.gallery .gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-item a {  	
	display: block;
}
.widget_media_gallery {
	overflow: hidden;
	position: relative;
}
.widget_media_gallery .gallery {
	margin: 0 -1px;
}
.widget_media_gallery .gallery .gallery-item {
	padding-left: 0;
	padding-right: 1px;
	padding-top: 1px;
	margin-bottom: 0;
}
.widget_media_gallery .widget-title {
	padding-top: 90px;
	margin-bottom: 40px;
}
.widget-area .widget_media_gallery .widget-title {
	padding-top: 0;
}
.site-footer .widget-area .gallery {
	margin-bottom: 5px;
}

/*--------------------------------------------------------------
6.8 - Post/Image/Paging Navigation
--------------------------------------------------------------*/
.nav-links {
	position: relative;
	background-color: #fff;
	margin-bottom: 50px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-links:before {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 1px;
	content: "";
	line-height: 0;
}
.nav-links .nav-previous {
	float: left;
	width: 50%;
}
.nav-links .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-links a {
	display: block;
	padding: 30px;
	color: #333;
}
.nav-links a:hover {
	text-decoration: underline;
	color: #4ac4d6;
}
.nav-links:after {
	display: block;
	content: " ";
	clear: both;
}
.nav-links .nav-previous a {
	position: relative;
	padding-left: 50px;
}
.nav-links .nav-previous a:after,
.nav-links .nav-next a:after {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.nav-links .nav-previous a:after {
	content: "\f053";
	left: 20px;
}
.nav-links .nav-next a:after {
	content: "\f054";
	right: 20px;
}
.nav-links .nav-next a {
	position: relative;
	padding-right: 50px;
}


/* wp-pagenavi */
.wp-pagenavi {
	text-align: center;
	margin-bottom: 50px;
}
.wp-pagenavi .pages {
	display: block;
	margin-bottom: 10px;
	border: none;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.wp-pagenavi .current,
.wp-pagenavi a {
	display: inline-block;
	color: #333;
	border: 1px solid #dddddd;
	padding: 15px 25px;
	margin: 0 0 10px -1px;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #fff;
	background-color: #4ac4d6;
	border-color: transparent;
	text-decoration: none;
	position: relative;
}
.wp-pagenavi .extend {
	display: none;
}

/* page-links */
.page-links {
	text-align: center;
	margin-bottom: 50px;
	color: rgba(0, 0, 0, 0.4);
}
.page-links span,
.page-links a {
	display: inline-block;
	margin-left: -1px;
	text-decoration: none;
}
.page-links span,
.page-links a:hover span {
	color: #fff;
	padding: 15px 25px;
	border: 1px solid #4ac4d6;
	background-color: #4ac4d6;
}
.page-links a span {
	display: block;
	color: #333;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: inherit;
	margin-left: 0;
}
.page-links .post-page-numbers {
	padding: 0;
	border: none;
	display: inline-block;
}

/*--------------------------------------------------------------
6.9 - Attachments
--------------------------------------------------------------*/
.image-attachment div.attachment {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background-color: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
6.10 - Comments
--------------------------------------------------------------*/
#comments {
	margin-bottom: 50px;
}
.comments-title,
.comment-reply-title {
	font-size: 21px;
	margin-bottom: 20px;
}
.comment-body {
	padding-left: 60px;
	position: relative;
	margin-bottom: 30px;
}
.children .comment-body {
	padding-left: 50px;
}
ol.comment-list {
	padding-left: 0;
}
ol.comment-list,
ol.comment-list ol.children {
	margin: 0;
	list-style: none;
}
.comment-author .avatar {
	height: 50px;
	position: absolute;
	width: 50px;
	top: 0;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.children .comment-author .avatar {
	height: 40px;
	width: 40px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 2px;
}
#comments .children {
	padding-left: 30px;
}
.comment-meta {
	padding-bottom: 10px;
}
.comment-metadata,
.comment-metadata a {
	color: #777;
}
.comment-metadata a.comment-edit-link {
	color: #4ac4d6;
}
#comments .required {
  color: red;
}
#wp-comment-cookies-consent {
	margin-right: 10px;
}
#comments .form-submit {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
6.11 - Pages
--------------------------------------------------------------*/
.page-header {
	margin-top: -1px;
}
.page-header .page-title-wrap {
	color: #ffffff;
	padding-top: 40px;
	padding-bottom: 15px;
	text-align: center;
	position: relative;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-header .page-title-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(139deg, #00C4CC 0%, #7D2AE8 100%);
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}
.page-header .page-title-wrap .container {
	position: relative;
	z-index: 10;
}
.page-header .page-title {
	font-size: 28px;
	margin: 0 0 25px;
	font-weight: 300;
}
.page-header .page-title-wrap p {
	margin-bottom: 25px;
}
.site-main .type-page {
	margin-bottom: 50px;
}

/*--------------------------------------------------------------
6.12 - bbPress Support
--------------------------------------------------------------*/
#bbpress-forums,
#bbpress-forums button,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
div.bbp-search-form input,
div.bbp-search-form button,
div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 15px;
	line-height: 1.4;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
	font-size: 12px;
}
#bbpress-forums fieldset.bbp-form legend {
	font-size: 18px;
}
#bbpress-forums div.bbp-search-form {
	float: none;
}
#bbpress-forums #bbp-search-form > div {
	margin-bottom: 20px;
}
#bbpress-forums #bbp-search-form > div,
.widget_display_search #bbp-search-form > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#bbpress-forums #bbp-search-form #bbp_search,
.widget_display_search #bbp-search-form #bbp_search {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
#bbpress-forums #bbp-search-form #bbp_search_submit,
.widget_display_search #bbp-search-form #bbp_search_submit {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
@media (min-width: 576px ) {
	#bbpress-forums #bbp-search-form #bbp_search_submit {
		padding-left: 50px;
		padding-right: 50px;
	}
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	display: inline-block;
}
div.bbp-submit-wrapper button,
.bbp_widget_login .button {
	border: 0 none;
	cursor: pointer;
	margin-bottom: 10px;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #4ac4d6;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-family: inherit;
}
#bbpress-forums button:hover,
.bbp_widget_login .button:hover {
	background-color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
}
.bbp_widget_login .button {
	display: inline-block;
}
#bbpress-forums fieldset.bbp-form select {
	height: 40px;
}
#bbpress-forums div.bbp-the-content-wrapper input {
	text-transform: none;
}
.bbp_widget_login .bbp-logged-in h4 {
	font-size: 18px;
	margin-bottom: 3px;
}
.widget_display_forums ul.bbp-forums-widget li,
.widget_display_replies ul.bbp-replies-widget li,
.widget_display_topics ul.bbp-topics-widget li {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_display_forums ul.bbp-forums-widget li:first-child,
.widget_display_replies ul.bbp-replies-widget li:first-child,
.widget_display_topics ul.bbp-topics-widget li:first-child {
	padding-top: 0;
}
.widget_display_forums ul.bbp-forums-widget li:last-child,
.widget_display_replies ul.bbp-replies-widget li:last-child,
.widget_display_topics ul.bbp-topics-widget li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.widget_display_replies ul.bbp-replies-widget .bbp-author-avatar,
.widget_display_topics ul.bbp-topics-widget .bbp-author-avatar {
	margin-right: 5px;
}
.widget_display_replies ul.bbp-replies-widget time {
	display: block;
}
.widget_display_stats dl {
	margin-bottom: 0;
}
.widget_display_stats dt {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.widget_display_stats dd {
	font-size: 24px;
}

/*--------------------------------------------------------------
6.13 - Woo Commerce Support
--------------------------------------------------------------*/
.site-main .woocommerce h2 {
	font-size: 25px;
}
.woocommerce ul.products {
	margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding-top: 0;
	font-size: 18px;
}
.woocommerce ul.products li.product .price {
	font-size: inherit;
}
.woocommerce span.onsale {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.woocommerce span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #4ac4d6;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: rgba(0, 0, 0, 0.5);
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce.widget_product_search button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 10px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #4ac4d6;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: normal;
	font-size: inherit;
	line-height: normal;
	height: inherit;
	font-family: inherit;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce.widget_product_search button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
}
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 135px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 9px 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #555555;
}
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none;
}
.woocommerce .star-rating,
.woocommerce .star-rating:before {
	color: #4ac4d6;
}
.woocommerce div.product .woocommerce-product-rating,
.woocommerce .related h2 {
	margin-bottom: 10px;
}
.woocommerce-page .select2-container .select2-selection--single {
	height: 38px;
}
.woocommerce-page .select2-container--default .select2-selection--single {
	background-color: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 4px;
}
.woocommerce .quantity .qty {
	padding: 8px;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
}
.woocommerce-page .entry-summary .product_meta .sku_wrapper,
.woocommerce-page .entry-summary .product_meta .posted_in {
	display: block;
	margin-bottom: 10px;
}
.woocommerce-page .select2-dropdown,
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
	max-width: inherit;
	padding-right: 0;
	padding-left: 0;
}
.woocommerce form .form-row {
	display: block;
}
.woocommerce form .woocommerce-billing-fields,
.woocommerce form .woocommerce-shipping-fields,
.woocommerce form .woocommerce-additional-fields {
	margin-bottom: 20px;
}
.woocommerce.widget_product_search .woocommerce-product-search {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce.widget_product_search input {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.woocommerce.widget_product_search button[type="submit"] {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin: 0;
	border: none;
}
.woocommerce.widget_product_categories ul.product-categories .cat-parent > a,
.woocommerce.widget_product_categories ul.product-categories .current-cat a {
	color: #000000;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
	color: #555555;
	padding: 10px 15px;
}

/*--------------------------------------------------------------
6.14 - JetPack Support
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation {
	display: none;
}

/*--------------------------------------------------------------
6.15 - Gutenberg Support
--------------------------------------------------------------*/
p.has-drop-cap:not(:focus):after {
	display: none;
}
p.has-drop-cap:not(:focus):first-letter {
   font-size: 5.3em;
   font-weight: normal;
}
p.has-background {
	padding: 15px;
}
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding-left: 35px;
	padding-right: 0;
}
.wp-block-quote cite {
	font-weight: 400;
	display: block;
	padding-bottom: 15px;
}
.wp-block-quote cite,
.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer {
	text-align: inherit;
}
.entry-content .wp-block-quote p {
	margin-bottom: 15px;
}
.wp-block-pullquote {
	padding: 15px;
	margin-bottom: 30px;
	border-style: solid;
	border-width: 4px 0 2px;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	display: block;
}
.wp-block-pullquote blockquote {
	padding: 0;
	margin-bottom: 0;
	max-width: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: inherit;
	text-align: center;
}
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-bottom: 15px;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite {
	font-weight: 400;
	display: block;
	padding-top: 10px;
}
.wp-block-pullquote blockquote:before {
	margin-right: 10px;
	display: inline-block;
	position: inherit;
	top: auto;
	left: auto;
}
.wp-block-pullquote blockquote:before,
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote.is-style-solid-color p {
	color: inherit;
}
.wp-block-pullquote p {
	display: inline;
}
.entry-content .wp-block-pullquote p {
	margin-bottom: 15px;
}
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-bottom: 20px;
}
.wp-block-pullquote p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	line-height: 1.4;
}
.wp-block-image,
.wp-block-image figcaption {
	margin-bottom: 0;
}
.wp-block-image figcaption {
	margin-top: 10px;
	text-align: center;
}
figure.wp-block-image,
.wp-block-image figure {
	margin-bottom: 30px;
}
.wp-block-media-text {
	margin-bottom: 30px;
}
.wp-block-media-text .wp-block-media-text__content p {
	margin-bottom: 0;
}
.wp-block-media-text .wp-block-media-text__content p + p {
	margin-top: 15px;
}
.wp-block-media-text:not(.has-media-on-the-right):not(.has-background) .wp-block-media-text__content {
	padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right:not(.has-background) .wp-block-media-text__content {
	padding-left: 0;
}
.wp-block-media-text.has-background .wp-block-media-text__content {
	padding-top: 25px;
	padding-bottom: 25px;
}
.wp-block-embed {
	position: relative;
	margin-bottom: 30px;
	display: block;
}
.wp-block-embed figcaption {
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:after {
	display: block;
	content: "";
	clear: both;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	content: "";
	display: block;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%;
}
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%;
}
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%;
}
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%;
}
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%;
}
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 50%;
}
.wp-block-columns.has-background {
	padding-bottom: 5px;
}
.wp-block-gallery {
	margin-bottom: 15px;
}
.wp-block-gallery.aligncenter {
	display: flex;
}
.wp-block-gallery figcaption.blocks-gallery-caption {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
.wp-block-cover {
	padding: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	padding: 15px;
}
.wp-block-cover-image .wp-block-cover__inner-container, 
.wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
	padding-top: 15px;
}
.wp-block-file {
	margin-bottom: 30px;
}
.wp-block-audio {
	margin-bottom: 30px;
}
.wp-block-audio figcaption {
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}
.wp-block-file .wp-block-file__button {
	display: inline-block;
}
.wp-block-preformatted {
	padding: 15px;
	margin-bottom: 30px;
}
.wp-block-table {
	margin-bottom: 30px;
}
.wp-block-table table {
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color: rgba(0, 0, 0, 0.3);
}
.wp-block-table tr th,
.wp-block-table tr td {
	padding: 5px 10px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: rgba(0, 0, 0, 0.3);
}
.entry-content .wp-block-table tr th {
	font-size: inherit;
	line-height: 1.6;
	font-weight: normal;
	background-color: rgba(0, 0, 0, 0.04);
	text-align: center;
}
.wp-block-table figcaption {
	margin-top: 10px;
	text-align: center;
}
.wp-block-button {
	margin-bottom: 30px;
}
.wp-block-button__link:hover {
	text-decoration: none;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}
.wp-block-separator.is-style-default {
	max-width: 100px;
}
.wp-block-search {
	margin-bottom: 30px;
}
.wp-block-search,
.wp-block-search.alignleft,
.wp-block-search.aligncenter,
.wp-block-search.align-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wp-block-search .wp-block-search__input {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.wp-block-search .wp-block-search__button {
	margin: 0;
	border: none;
	padding: 10px 20px;
	min-width: 100px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	font-family: inherit;
	background-color: #555555;
	color: #ffffff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.wp-block-search .wp-block-search__button:hover {
	background-color: #333333;
	cursor: pointer;
}
.wp-block-latest-posts li {
	margin-bottom: 5px;
}
.wp-block-calendar {
	margin-bottom: 30px;
}
.wp-block-calendar table {
	margin-bottom: 10px;
}
.wp-block-calendar table caption {
	caption-side: top;
	text-align: center;
	text-transform: uppercase;
}
.wp-block-calendar tbody #today {
	background-color: rgba(0, 0, 0, 0.1);
}
ul.wp-block-social-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wp-block-social-links .wp-social-link {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	margin-bottom: 8px;
}
#content .wp-block-social-links .wp-social-link a {
	color: #ffffff;
}
.wp-block-tag-cloud.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-search.aligncenter {
	text-align: center;
}
.wp-block-latest-posts__post-date {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}
.wp-block-pullquote.alignleft,
.wp-block-embed.alignleft,
.wp-block-button.alignleft,
.wp-block-table.alignleft,
.wp-block-audio.alignleft,
.wp-block-file.alignleft,
.wp-block-cover.alignleft,
#content .wp-block-gallery.alignleft,
.wp-block-image figure.alignleft {
	margin-right: 20px;
}
.wp-block-pullquote.alignright,
.wp-block-embed.alignright,
.wp-block-table.alignright,
.wp-block-button.alignright,
.wp-block-audio.alignright,
.wp-block-file.alignright,
.wp-block-cover.alignright,
#content .wp-block-gallery.alignright,
.wp-block-image figure.alignright {
	margin-left: 20px;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block-audio.alignleft,
.wp-block-audio.alignright,
.wp-block-file.alignleft,
.wp-block-file.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-image figure.alignleft,
.wp-block-image figure.alignright,
.wp-block-table.alignleft, 
.wp-block-table.alignright,
.wp-block-button.alignleft,
.wp-block-button.alignright,
.wp-block-calendar.alignleft,
.wp-block-calendar.alignright,
.wp-block-search.alignleft,
.wp-block-search.alignright {
	margin-bottom: 10px;
}
#content .wp-block-gallery.alignleft,
#content .wp-block-gallery.alignright {
	margin-bottom: 0;
}
/* Gutengern color styles */
.wp-block-calendar table caption, 
.wp-block-calendar table tbody,
.wp-block-latest-posts__post-date {
	color: inherit;
}
/* Gutengern font sizes */
.has-small-font-size,
.wp-block-latest-posts__post-date {
	font-size: calc(15px - 2px);
}
.wp-block-quote cite,
.wp-block-pullquote.alignleft blockquote cite,
.wp-block-pullquote.alignright blockquote cite,
.wp-block-search .wp-block-search__button {
	font-size: calc(15px);
}
blockquote.wp-block-quote,
.wp-block-quote.is-style-large cite,
.wp-block-pullquote blockquote cite,	
.wp-block-button__link,
.wp-block-pullquote.alignleft p, 
.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignleft.is-style-solid-color p,
.wp-block-pullquote.alignright.is-style-solid-color p {
	font-size: calc(15px + 2px);
}
.has-medium-font-size,
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p,
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: calc(15px + 4px);
}
.has-large-font-size {
	font-size: calc(15px + 11px);
}
.has-huge-font-size {
	font-size: calc(15px + 21px);
}

/*--------------------------------------------------------------
7.0 - Sidebar/ Widget Area
--------------------------------------------------------------*/
.widget-area .widget {
	margin-bottom: 50px;
	padding-bottom: 1px;
	border-top: none;
}
.widget-area .widget-title {
	font-size: 18px;
	text-align: left;
	margin: 0 0 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}
.widget-area .widget-title:after {
	left: 0;
	margin-left: 0;
	height: 1px;
	bottom: -1px;
}
.widget-area .widget-search .widget-title.sr-only {
	position: absolute;
} 

/*--------------------------------------------------------------
8.0 - Widgets
--------------------------------------------------------------*/
.widget .container {
	padding-top: 90px;
	padding-bottom: 30px;
}
.widget-title {
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 60px;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.widget-title:after {
	content: "";
	width: 70px;
	height: 1px;
	background-color: #4ac4d6;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -35px;
}
.widget-desc {
	font-size: 16px;
	margin-top: -35px;
	margin-bottom: 60px;
	font-weight: 300;
	width: 100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.widget ol,
.widget ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.widget ol ol,
.widget ul ul {
	padding-left: 20px;
	padding-top: 4px;
}
.widget ul li a {
	color: #555555;
}
.widget ul li a:hover {
	color: #000000;
	text-decoration: none;
}
.widget ul li {
	margin-bottom: 4px;
}
.widget ul li:last-child {
	margin-bottom: 0;
}
.page-template-business-template .site-content .widget_archive,
.page-template-business-template .site-content .widget_media_audio,
.page-template-business-template .site-content .widget_calendar,
.page-template-business-template .site-content .widget_categories,
.page-template-business-template .site-content .widget_custom_html,
.page-template-business-template .site-content .widget_media_gallery,
.page-template-business-template .site-content .widget_media_image,
.page-template-business-template .site-content .widget_meta,
.page-template-business-template .site-content .widget_nav_menu,
.page-template-business-template .site-content .widget_pages,
.page-template-business-template .site-content .widget_recent_comments,
.page-template-business-template .site-content .widget_recent_entries,
.page-template-business-template .site-content .widget_rss,
.page-template-business-template .site-content .widget_search,
.page-template-business-template .site-content .widget_tag_cloud,
.page-template-business-template .site-content .widget_text,
.page-template-business-template .site-content .widget_media_video {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1140px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 70px;
	padding-bottom: 20px;
}

/* Widget Area Control */
.widget-area .widget .container,
.widget-area .widget .container-fluid {
	padding: 0;
}

/*--------------------------------------------------------------
8.1 - Widget Calendar
--------------------------------------------------------------*/
.widget_calendar #wp-calendar {
	width: 100%;
	text-align: center;
}
.widget_calendar #wp-calendar tbody tr td  {
	padding: 0;
	line-height: 32px;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.widget_calendar #wp-calendar caption {
	padding: 0 0 10px 0;
	text-transform: uppercase;
	caption-side: top;
}
.widget_calendar #wp-calendar th {
	background-color: rgba(0, 0, 0, 0.04);
	font-weight: bold;
}
.widget_calendar #wp-calendar tbody td a {
	display: block;
}
.widget_calendar #wp-calendar tbody td#today {
	border: 1px solid rgba(0, 0, 0, 0.07);
	background-color: rgba(0, 0, 0, 0.04);
}
.widget_calendar #wp-calendar tfoot td {
	background-color: rgba(0, 0, 0, 0.04);
}

/*--------------------------------------------------------------
8.2 - Widget Categories
--------------------------------------------------------------*/
.widget_categories .current-cat a {
	color: #000000;
}

/*--------------------------------------------------------------
8.3 - Widget Media Image
--------------------------------------------------------------*/
.widget_media_image .wp-caption {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
8.4 - Widget Media Video
--------------------------------------------------------------*/
.widget_media_video .wp-video {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
8.5 - Widget Media Gallery
--------------------------------------------------------------*/

/*--------------------------------------------------------------
8.6 - Widget Nav Menu
--------------------------------------------------------------*/
.widget_nav_menu ul li.current_page_item > a,
.widget_nav_menu ul li.current_page_ancestor > a,
.widget_nav_menu ul li.current-menu-item > a,
.widget_nav_menu ul li.current-menu-ancestor > a {
	color: #000000;	
}

/*--------------------------------------------------------------
8.7 - Widget Pages
--------------------------------------------------------------*/
.widget_pages ul li.current_page_item > a,
.widget_pages ul li.current_page_ancestor > a {
	color: #000000;
}

/*--------------------------------------------------------------
8.8 - Widget Recent Entries/Comments
--------------------------------------------------------------*/
.widget_recent_entries ul li,
.widget_recent_comments ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 8px 0;
}
.widget_recent_entries ul li:first-child,
.widget_recent_comments ul li:first-child {
	padding-top: 0;
}
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.widget_recent_entries .post-date {
	display: block;
	font-size: calc(15px - 1px);
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	padding-top: 5px;
}
.site-footer .widget.widget_recent_entries ul li {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
8.9 - Widget Tag Cloud
--------------------------------------------------------------*/
.widget_tag_cloud a {
	margin-right: 5px;
	color: #333;
	padding: 10px 0; 
}
.widget_tag_cloud a:hover {
	color: #4ac4d6;
}

/*--------------------------------------------------------------
8.10 - Widget Text
--------------------------------------------------------------*/
.widget_text p:last-child{
	margin-bottom: 0;
}
.widget_text p:before,
.widget_text p:after {
	content: "";
	display: table;
}
.widget_text p:after {
	clear: both;
}
.widget_text p img {
	margin-bottom: 15px;
}
.widget_text p img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.widget_text p img.alignnone {
	display: block;
	
}
.widget_text p img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 4px;
}
.widget_text p img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 4px;
}

/*--------------------------------------------------------------
8.11 - Widget CTA
--------------------------------------------------------------*/
.inc-widget-promotional-bar .promotional_bar_content {
	text-align: center;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #ffffff;
	background-color: #65707a;
	position: relative;
}
.inc-widget-promotional-bar .promotional_bar_content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(145deg, #00C4CC 0%, #7D2AE8 100%);
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}
.inc-widget-promotional-bar .container {
	position: relative;
	padding-bottom: 70px;
	z-index: 10;
}
.inc-widget-promotional-bar .promo-title {
	font-size: calc(28px + 2px);
	margin-bottom: 20px;
	text-transform: none;
	padding-bottom: 0;
	font-weight: 400;
}
.inc-widget-promotional-bar .promo-title:after {
	display: none;
}
.inc-widget-promotional-bar p {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 300;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}
.inc-widget-promotional-bar .btn-section {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 10px;
}
.inc-widget-promotional-bar .btn {
	min-width: 200px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.inc-widget-promotional-bar .promo-title + p {
	margin-top: -10px;
}
.inc-widget-promotional-bar .col-lg-10 + .col-lg-10 {
	padding-top: 5px;
}
.inc-widget-promotional-bar .btn.btn-icon-left .icon,
.inc-widget-promotional-bar .btn.btn-icon-left .fa {
	margin-right: 10px;
}
.inc-widget-promotional-bar .btn.btn-icon-right .icon,
.inc-widget-promotional-bar .btn.btn-icon-right .fa {
	margin-left: 10px;
}
.inc-widget-promotional-bar .btn-group .btn {
	margin: 0;
}

/*--------------------------------------------------------------
8.12 - Widget Inline CTA
--------------------------------------------------------------*/
.promotional_bar_content.promotional-bar-inline {
	text-align: left;
	color: #ffffff;
}
.promotional_bar_content.promotional-bar-inline .container {
	padding-top: 50px;
	padding-bottom: 30px;
}
.promotional_bar_content.promotional-bar-inline .promo-title {
	font-size: calc((28px + 4px) - 8px);
	margin: 0 0 20px;
	text-align: left;
	font-weight: 400;
}
.promotional_bar_content.promotional-bar-inline p {
	font-size: 18px;
	margin-top: -10px;
	margin-bottom: 20px;
}
.promotional_bar_content.promotional-bar-inline .btn-section {
	margin-top: 0;
	margin-bottom: 20px;
}
.promotional_bar_content.promotional-bar-inline .btn {
	margin-bottom: 0;
}
.promotional_bar_content.promotional-bar-inline .btn-section.btn-group .btn {
	min-width: 130px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/* widget-area controls */
.widget-area .inc-widget-promotional-bar,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline {
	text-align: center;
}
.widget-area .inc-widget-promotional-bar .container,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline .container {
	padding: 40px 20px 20px;
}
.widget-area .inc-widget-promotional-bar .col-lg-10,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline .col-lg-10,
.widget-area .inc-widget-promotional-bar .col-lg-auto,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline .col-lg-auto {
	-ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
}

.widget-area .inc-widget-promotional-bar .promo-title,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline .promo-title {
	font-size: calc(16px + 4px);
	text-align: center;
	border-bottom: none;
	margin-bottom: 15px;
}
.widget-area .inc-widget-promotional-bar p,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline p {
	font-size: 15px;
}
.widget-area .inc-widget-promotional-bar .btn-section,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline .btn-section,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline .btn-section.btn-group {
	display: block;
	margin-bottom: 10px;
}
.inc-widget-promotional-bar .col-lg-10 + .col-lg-10 {
	padding-top: 0;
}
.widget-area .inc-widget-promotional-bar .btn,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline .btn-section.btn-group .btn {
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	min-width: 200px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.widget-area .inc-widget-promotional-bar .btn-lg,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline .btn-lg {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*--------------------------------------------------------------
8.13 - Widget Featured Page
--------------------------------------------------------------*/
.inc-widget-featured-page {
	position: relative;
	border-top: 1px solid #e5e5e5;
}
.inc-widget-featured-page .container {
	overflow: hidden;
}
.inc-widget-featured-page .widget-title {
	margin-bottom: 30px;
}
.inc-widget-featured-page .text-lg-left .widget-title {
	text-align: left;
}
.inc-widget-featured-page .text-lg-left .widget-title:after {
	left: 0;
	margin-left: 0;
}
.inc-widget-featured-page .featured-page-content {
	margin-bottom: 40px;
	overflow: auto;
}
.inc-widget-featured-page .featured-page-content p {
	font-size: 16px;
	margin-bottom: 30px;
}
.inc-widget-featured-page .featured-page-content .btn {
	padding: 10px 40px;
	font-size: 16px;
	margin-bottom: 30px;
}
.inc-widget-featured-page .featured-page-content .btn-outline-theme {
	color: #777777;
	border-color: #aaaaaa;
}
.inc-widget-featured-page .featured-page-content .btn-outline-theme:hover {
	color: #ffffff;
	border-color: transparent;
}
.inc-widget-featured-page .featured-page-image {
	margin-bottom: 70px;
	text-align: center;
}
.inc-widget-featured-page .featured-page-image figure {
	margin-bottom: 0;
}

/* widget-area-control */
.widget-area .inc-widget-featured-page,
.widget-area .inc-widget-featured-page .text-left,
.widget-area .inc-widget-featured-page .text-right {
	text-align: center!important;
}
.widget-area .inc-widget-featured-page .col-lg-6,
.widget-area .inc-widget-featured-page .col-lg-10 {
	-webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
}
.widget-area .inc-widget-featured-page .col-lg-6.order-lg-2 {
	-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.widget-area .inc-widget-featured-page .col-lg-6.order-lg-1 {
	-webkit-box-ordinal-group: 3;
   -ms-flex-order: 2;
   order: 2;
}
.widget-area .inc-widget-featured-page .featured-page-content p {
	font-size: 15px;
	margin-bottom: 20px;
}
.widget-area .inc-widget-featured-page .featured-page-content .btn {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 15px;
	margin-bottom: 20px;
}
.widget-area .inc-widget-featured-page .featured-page-content {
	margin-bottom: 20px;
}
.widget-area .inc-widget-featured-page .featured-page-image {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
8.14 - Widget Services
--------------------------------------------------------------*/
.inc-widget-services {
	text-align: center;
	border-top: 1px solid #e5e5e5;
}
.inc-widget-services .services-col {
	margin-bottom: 40px;
}
.inc-widget-services .service-icon {
	margin-bottom: 25px;
	display: inline-block;
	font-size: 40px;
}
.inc-widget-services .service-img {
	margin-bottom: 25px;
}
.inc-widget-services .service-title {
	font-size: 20px; 
	color: #555555;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 20px;
	padding-bottom: 20px;
	position: relative;
}
.inc-widget-services .service-title:after {
	content: "";
	width: 80px;
	height: 1px;
	background-color: #4ac4d6;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.inc-widget-services .text-left .service-title:after {
	left: 0;
	margin-left: 0;
}
.inc-widget-services .service-title a {
	color: #555555;
}
.inc-widget-services .service-title a:hover {
	text-decoration: none;
	color:  #4ac4d6;
}
.inc-widget-services p {
	margin-bottom: 30px;
}
.inc-widget-services .more-link {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-color: #aaaaaa;
	color: #777777;
	margin-bottom: 30px;
}
.inc-widget-services .more-link:hover {
	color: #ffffff;
	border-color: transparent;
}
.inc-widget-services .small-featured-img .service-img {
	display: inline-block;
	width: 70px;
}

/* widget area ccontrol */
.widget-area .inc-widget-services .col-lg-4 {
	-webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
}
.widget-area .inc-widget-services .services-col {
	margin-bottom: 0;
}
.widget-area .inc-widget-services .services-col + .services-col {
	margin-top: 30px;
}
.widget-area .inc-widget-services .service-img,
.widget-area .inc-widget-services p,
.inc-widget-services .more-link {
	margin-bottom: 20px;
}
.widget-area .inc-widget-services .service-title {
	padding-bottom: 10px;
}

/*--------------------------------------------------------------
8.15 - Widget Featured/Recent Post
--------------------------------------------------------------*/
.inc-widget-featured-post {
	text-align: center;
	background-color: #f5f5f5;
	position: relative;
}
.inc-widget-featured-post .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
.inc-widget-featured-post .featured-post-col {
	padding-top: 75px;
	padding-bottom: 35px;
	position: relative;
}
.inc-widget-featured-post .featured-post-col:nth-child(4n-2):before,
.inc-widget-featured-post .featured-post-col:nth-child(4n-1):before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.04);
}
.inc-widget-featured-post .featured-post-col:first-child.col-12:before,
.inc-widget-featured-post .featured-post-col:last-child.col-12:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border-top: 1px solid #dddddd;
	background-color: inherit;
}
.inc-widget-featured-post .featured-post-col:first-child.col-12:before {
	border-top: none;
}
.inc-widget-featured-post .featured-post {
	display: inline-block;
	width: 100%;
	max-width: 500px; 
	position: relative;
	z-index: 1;
}
.inc-widget-featured-post .featured-post-content {
	padding-bottom: 20px;
}
.inc-widget-featured-post .featured-post-title {
	font-size: 22px;
	font-weight: 400;
	color: #555555;
	margin: 0 0 20px;
}
.inc-widget-featured-post .featured-post-title a {
	color: #555555;
}
.inc-widget-featured-post .featured-post-title a:hover {
	color: #4ac4d6;
	text-decoration: none;
}
.inc-widget-featured-post p {
	font-size: 16px;
	margin-bottom: 25px;
}
.inc-widget-featured-post .featured-post-img {
	margin-bottom: 40px;
}
.inc-widget-featured-post .btn {
	margin-bottom: 40px;
	min-width: 140px;
}
.inc-widget-featured-post blockquote,
.inc-widget-featured-post blockquote p {
	font-size: 22px;
	text-align: left;
}

/* widget area control */
.widget-area  .inc-widget-featured-post .container-fluid {
	border-bottom: none;
	border-top: none;
}
.widget-area .inc-widget-featured-post .col-lg-6,
.widget-area .inc-widget-featured-post .col-12 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.widget-area .inc-widget-featured-post .featured-post-col:nth-child(4n-2):before,
.widget-area .inc-widget-featured-post .featured-post-col:nth-child(4n-1):before {
	display: none;
}
.widget-area .inc-widget-featured-post .featured-post-col:first-child.col-12:before,
.widget-area .inc-widget-featured-post .featured-post-col:last-child.col-12:before {
	display: none;
}
.widget-area .inc-widget-featured-post .featured-post-col:nth-child(even):before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 15px;
	left: 15px;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.04);
}
.widget-area .inc-widget-featured-post .featured-post-col {
	padding-top: 30px;
	padding-bottom: 0;
}
.widget-area .inc-widget-featured-post .featured-post {
	padding-left: 15px;
	padding-right: 15px;
}
.widget-area .inc-widget-featured-post .featured-post-title {
	font-size: 20px;
}

.widget-area .inc-widget-featured-post p {
	font-size: 15px;
	margin-bottom: 20px;
}
.widget-area .inc-widget-featured-post .btn {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
8.16 - Widget Recent Post 
--------------------------------------------------------------*/
.inc-widget-recent-post {
	border-top: 1px solid #e5e5e5;
}
.inc-widget-recent-post .recent-post:last-child {
	margin-bottom: 60px;
}
.inc-widget-recent-post .recent-post{
   border-bottom: 1px solid #dddddd;
   max-width: none;
}
.inc-widget-recent-post .recent-post + .recent-post {
	padding-top: 15px;
}
.inc-widget-recent-post .recent-post:last-child {
	border-bottom: none;
}
.inc-widget-recent-post .recent-post:last-child .recent-post-img {
	margin-bottom: 0;
}
.inc-widget-recent-post .recent-post:last-child .entry-meta {
	margin-bottom: 0;
}
.inc-widget-recent-post .recent-post:before,
.inc-widget-recent-post .recent-post:after {
	content: "";
	display: table;
}
.inc-widget-recent-post .recent-post:after {
	clear: both;
}
.inc-widget-recent-post .recent-post-img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.inc-widget-recent-post .recent-post-img .post-img {
	height: 70px;
	width: 70px;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.inc-widget-recent-post .recent-post .recent-post-content {
    padding-bottom: 0;
    display: block;
    overflow: hidden;
}
.inc-widget-recent-post .recent-post-title {
	font-size: 16px;
	margin-bottom: 5px;
}
.inc-widget-recent-post .recent-post-title a {
	color: #555555;
}
.inc-widget-recent-post .recent-post-title a:hover {
	color: #4ac4d6;
	text-decoration: none;
}
.inc-widget-recent-post .entry-meta {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}

/* Widget Area Control */
.widget-area .inc-widget-recent-post .recent-post:last-child {
	margin-bottom: 0;
}

/* Site Footer Widget Area Control */
.site-footer .widget-area .inc-widget-recent-post .recent-post-img {
	margin-right: 11px;
	margin-bottom: 11px;
}
.site-footer .inc-widget-recent-post .recent-post {
	padding-top: 11px;
}
.site-footer .inc-widget-recent-post .entry-meta {
	margin-bottom: 6px;
}

/*--------------------------------------------------------------
8.17 - Widget Team
--------------------------------------------------------------*/
.inc-widget-our-team {
	border-top: 1px solid #e5e5e5;
}
.inc-widget-our-team .team-block {
	margin-bottom: 50px;
	display: block;
	text-align: center;
	overflow: auto;
}
.inc-widget-our-team .team-img {
	margin-bottom: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	display: inline-block;
}
.inc-widget-our-team .team-member-designation {
	font-size: 16px;
	margin: -10px 0 20px;
	color: #aaaaaa;
	font-weight: 300;
}
.inc-widget-our-team .team-member-name {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.inc-widget-our-team p {
	margin-bottom: 20px;
}

/* Widget Area Control */
.widget-area .inc-widget-our-team {
	margin-bottom: 20px;
}
.widget-area .inc-widget-our-team .col-md-4 {
	-webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
}
.widget-area .inc-widget-our-team .col-md-4 + .col-md-4 {
	margin-top: 30px;
}
.widget-area .inc-widget-our-team .team-block {
	margin-bottom: 0;
}
.widget-area .inc-widget-our-team .team-member-name {
	font-size: 16px;
}
.widget-area .inc-widget-our-team .team-member-designation {
	font-size: 15px;
}

/*--------------------------------------------------------------
8.18 - Widget Testimonial
--------------------------------------------------------------*/
.inc-widget-testimonial {
	border-top: 1px solid #e5e5e5;
}
.testimonial-box {
	text-align: center;
}
.testimonial-box .testimonial-block {
	margin-bottom: 20px;
	overflow: hidden;
}
.testimonial-box .testimonial-img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.testimonial-box .testimonial-content {
	margin-bottom: 20px;
	overflow: auto;
}
.testimonial-box .testimonial-content p {
	font-size: 16px;
	margin-bottom: 20px;
	font-style: italic;
}
.testimonial-box .testimonial-meta {
	margin-bottom: 40px;
	overflow: auto;
}
.testimonial-box .testimonial-meta .testimonial-writer {
	font-size: 20px;
	margin: 0 0 10px;
	font-weight: normal;
}
.testimonial-box .testimonial-meta .designation {
	font-size: 16px;
	margin-bottom: 10px;
	color: #999999;
	text-transform: capitalize;
	display: block;
	font-weight: 300;
}

.widget-area .inc-widget-testimonial .col-md-10,
.widget-area .inc-widget-testimonial .col-md-6,
.widget-area .inc-widget-testimonial .col-sm-6 {
	-webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
}
.widget-area .testimonial-box .testimonial-content p {
	font-size: 15px;
}
.widget-area .testimonial-box .testimonial-content {
	margin-bottom: 0;
}
.widget-area .testimonial-box .testimonial-img {
	width: 80px;
	height: 80px;
}
.widget-area .testimonial-box .testimonial-meta .testimonial-writer {
	margin-bottom: 5px;
	font-size: 16px;
}
.widget-area .testimonial-box .testimonial-meta .designation {
	font-size: 15px;
}
.widget-area .testimonial-box .testimonial-meta {
	margin-bottom: 0;
}
.widget-area .testimonial-box .testimonial-block {
	margin-bottom: 0;
}
.widget-area .testimonial-box .testimonial-block + .testimonial-block {
	margin-top: 25px;
}

/*--------------------------------------------------------------
8.19 - Widget Brands
--------------------------------------------------------------*/
.widget-brands .container {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
}
.widget-brands .container:before,
.widget-brands .container:after {
	content: "";
	height: 1px;
	background-color: #e5e5e5;
	position: absolute;
	left: 15px;
	right: 15px;
}
.widget-brands .container:before {
	top: 0;
}
.widget-brands .container:after {
	bottom: 0;
}
.widget-brands .row {
	margin-left: -5px;
	margin-right: -5px;
}
.widget-brands .row > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.widget-brands img {
	display: inline-block;
}

/* widget brands */
.widget-area .widget-brands .container {
	padding-top: 0;
	padding-bottom: 0;
}
.widget-area .widget-brands .container:before,
.widget-area .widget-brands .container:after {
	display: none;
}

/*--------------------------------------------------------------
9.0 - Footer
--------------------------------------------------------------*/
.site-footer .widget-area {
	background-color: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 15px;
}
.site-footer .widget{
	margin-bottom: 35px;
}
.site-footer .widget-title {
	font-size: 18px;
	text-align: left;
	margin-bottom: 20px;
	color: #555555;
	font-weight: 400;
	padding-bottom: 0;
	border-bottom: none;
}
.site-footer .widget-title:after {
	display: none;
}
.site-footer .social-profiles {
	margin-bottom: 15px;
	padding-top: 3px;
}
.site-footer .widget-subscribe .form-control,
.site-footer .widget-subscribe .btn {
	padding: 10px;
}
.site-footer .widget ul li {
	margin-bottom: 6px;
}
.site-footer .widget ul li a:hover,
.site-footer .widget ul li a:focus {
	color: #000000;
} 

/* Site Info */
.site-info {
	background-color: #444444;
	padding-top: 25px;
	padding-bottom: 5px;
	text-align: center;
	color: #aaaaaa;
}
.site-info .col-lg-auto {
	max-width: 100%;
}
.site-info a{
	color: #dddddd;
}
.site-info .social-profiles,
.site-info .copyright {
	margin-bottom: 12px;
	text-align: center;
}
.site-info .copyright {
	padding-top: 3px;
}
.social-profiles ul li a {
	font-size: calc(14px + 3px);
}
.site-info .copyright a:hover {
	color: #4ac4d6;
}
.site-info .copyright .theme-link,
.site-info .copyright .privacy-link,
.site-info .copyright .author-link,
.site-info .copyright .wp-link,
.site-info .copyright .custom-content {
	display: inline-block;
	padding-right: 8px;
	margin-bottom: 8px;
}
.site-info .copyright .theme-link:after,
.site-info .copyright .privacy-link:after,
.site-info .copyright .author-link:after,
.site-info .copyright .wp-link:after {
	content: '|';
	margin-left: 8px;
	display: inline-block;
}
.site-info .copyright div:last-child:after {
	content: normal;
}

/*--------------------------------------------------------------
10.0 - Featured Slider
--------------------------------------------------------------*/
.featured-slider {
	margin-top: -1px;
	overflow: hidden;
	position: relative;
}
.featured-slider .slides.display-ctrl {
	display: none;
}
.featured-slider .slider {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

.featured-slider .slider:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.1);
}
.featured-slider .slider:after {
	content: "";
	position: absolute;
	top: 0;
	left: -15%;
	bottom: 0;
	width: 65%;
	-ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    overflow: hidden;
    background-image: linear-gradient(140deg, #00C4CC 0%, #7D2AE8 100%);
    opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}
.featured-slider .featured-content {
	padding-top: 50px;
	padding-right: 60px;
	padding-bottom: 50px;
	position: relative;
	z-index: 10;
	text-align: left;
	width: 50%;
	display: table;
}
.featured-slider .content-inner {
	display: table-cell;
	vertical-align: middle;
}
.featured-slider .fs-prev,
.featured-slider .fs-next {
	position: absolute;
	color: transparent;
	font-size: 0;
	line-height: 0;
	height: 50px;
	width: 30px;
	top: 50%;
	margin-top: -25px;
	z-index: 10;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.featured-slider .fs-prev:hover,
.featured-slider .fs-next:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.featured-slider .fs-prev {
	left: 1%;
}
.featured-slider .fs-next {
	right: 1%;
}
.featured-slider .fs-prev:before,
.featured-slider .fs-next:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 34px;
	line-height: 34px;
	text-align: center;
	padding-top: 9px;
	right: 0;
	bottom: 0;
}
.featured-slider .fs-prev:before {
	content: "\f053";
}
.featured-slider .fs-next:before {
	content: "\f054";
}
.featured-slider .featured-title {
	font-size: 38px;
	margin: 0 0 20px;
	font-weight: 400;
	padding-right: 30px;
}
.featured-slider h2,
.featured-slider h2 a {	
	color: #ffffff;	
}
.featured-slider h2 a:hover {
	text-decoration: none;
}
.featured-slider p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 45px;
}
.featured-slider .btn-section {	
	margin-left: -5px;
	margin-right: -5px;
}
.featured-slider .btn {
	min-width: 200px;
	margin: 0 5px 10px;
}
.site-footer .widget-tags .tag {
	border-color: #aaaaaa;
	color: #cccccc;
}
.site-footer .widget-tags .tag:hover {
	border-color: #4ac4d6;
}

/*--------------------------------------------------------------
11.0 - Media Queries
--------------------------------------------------------------*/
@media (max-width: 1499px) {
	.featured-slider .featured-title {
		font-size: 34px;
	}
	.inc-widget-services .service-title,
	.inc-widget-our-team .team-member-name,
	.testimonial-box .testimonial-meta .testimonial-writer,
	.widget-area .inc-widget-featured-post .featured-post-title {
		font-size: 18px;
	}
	.inc-widget-our-team .team-member-designation,
	.testimonial-box .testimonial-meta .designation {
		font-size: 15px;
	}
	.widget-title,
	.entry-title, 
	.format-quote blockquote,
	.page-header .page-title {
		font-size: 25px;
	}
	.inc-widget-promotional-bar .promo-title {
		font-size: 27px;
	}
	.promotional_bar_content.promotional-bar-inline .promo-title {
		font-size: 23px;
	}
	.inc-widget-promotional-bar p,
	.promotional_bar_content.promotional-bar-inline p {
		font-size: 16px;
	}
	.featured-slider p {
		margin-bottom: 30px;
	}
	.main-navigation a,
	.search-toggle {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.widget .container {
		padding-top: 70px;
		padding-bottom: 20px;
	}
	.site-content {
		padding-top: 70px;
		padding-bottom: 30px;
	}
	.site-content > .container > .row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.site-content > .container > .row > .content-area,
	.site-content > .container > .row > .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}
	.post,
	.hentry,
	.type-attachment,
	.site-main .type-page,
	.nav-links,
	.wp-pagenavi,
	.page-links,
	#comments,
	.site-content .widget-area .widget { 
		margin-bottom: 40px;
	}
	.post .post-featured-image,
	.hentry .post-featured-image {
		margin-bottom: 20px;
	}
	.inc-widget-promotional-bar + .widget_media_gallery .widget-title,
	.inc-widget-featured-post + .widget_media_gallery .widget-title,
	.widget-brands + .widget_media_gallery .widget-title {
		padding-top: 70px;
	}
	.widget-title {
		margin-bottom: 50px;
	}
	.site-main .widget-title .title-style {
		padding-bottom: 25px;
	}
	.widget-desc {
		margin-bottom: 50px;
	}
	.inc-widget-featured-page .featured-page-content {
		margin-bottom: 20px;
	}
	.inc-widget-featured-page .featured-page-image {
		margin-bottom: 50px;
	}
	.inc-widget-services .services-col {
		margin-bottom: 30px;
	}
	.inc-widget-services .card-view .services-col {
		margin-bottom: 40px;
	}
	.inc-widget-services .service-icon {
		margin-bottom: 20px;
	}
	.inc-widget-services p {
		margin-bottom: 20px;
	}
	.inc-widget-services .more-link {
		margin-bottom: 20px;
	}
	.inc-widget-featured-post .featured-post-col {
		padding-top: 70px;
		padding-bottom: 40px;
	}
	.inc-widget-featured-post .btn {
		margin-bottom: 30px;
	}
	.inc-widget-our-team .team-block {
		margin-bottom: 30px;
	}
	.promotional_bar_content.promotional-bar-inline .btn-section {
		margin-bottom: 25px;
	}
	.inc-widget-promotional-bar .container {
		padding-bottom: 50px;
	}
	.widget-brands .container {
		padding-bottom: 40px;
		padding-top: 50px;
	}
	.widget-brands .col-4 {
		margin-bottom: 10px;
	}
	.inc-widget-recent-post .recent-post:last-child {
		margin-bottom: 50px;
	}
}

@media (max-width: 1199px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.narrow-layout .site,
	.narrow-layout .navbar.fixed-top {
		max-width: 960px;
	}
	.site-content > .container > .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.site-content > .container > .row > .content-area,
	.site-content > .container > .row > .widget-area {
		padding-left: 15px;
		padding-right: 15px;
	}
	.featured-slider .featured-content {
		padding-right: 40px;
		min-height: 700px;
	}
	.featured-slider .fs-prev {
    	left: 0.5%;
	}
	.featured-slider .fs-next {
    	right: 0.5%;
	}
	.page-template-business-template .site-content .widget_archive,
	.page-template-business-template .site-content .widget_media_audio,
	.page-template-business-template .site-content .widget_calendar,
	.page-template-business-template .site-content .widget_categories,
	.page-template-business-template .site-content .widget_custom_html,
	.page-template-business-template .site-content .widget_media_gallery,
	.page-template-business-template .site-content .widget_media_image,
	.page-template-business-template .site-content .widget_meta,
	.page-template-business-template .site-content .widget_nav_menu,
	.page-template-business-template .site-content .widget_pages,
	.page-template-business-template .site-content .widget_recent_comments,
	.page-template-business-template .site-content .widget_recent_entries,
	.page-template-business-template .site-content .widget_rss,
	.page-template-business-template .site-content .widget_search,
	.page-template-business-template .site-content .widget_tag_cloud,
	.page-template-business-template .site-content .widget_text,
	.page-template-business-template .site-content .widget_media_video {
		max-width: 960px;
	}
}

@media (max-width: 991px) {
	.navbar>.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.narrow-layout .site,
	.narrow-layout .navbar.fixed-top {
		max-width: 720px;
		margin: 0 auto;
	}
	.navbar-brand {
		margin-left: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.site-title {
		font-size: 28px;
	}
	.info-bar ul li, 
	.info-bar ul li a {
		height: auto;
	}
	.navbar .main-navigation {
		border-top:  1px solid #eeeeee;
		margin-right: 0;
	}
	.main-navigation li + li {
		border-top:  1px solid #eeeeee;
	}
	.main-navigation a,
	.main-navigation .dropdown-menu a, 
	.main-navigation li ul a {
		padding: 12px 15px;
	}
	.dropdown-toggle:after {
		position: absolute;
		right: 15px;
		top: 22px; 
	}
	.main-navigation .dropdown-menu {
		border:  none;
		border-top:  1px solid #eeeeee;
	}
	.main-navigation .dropdown-menu a + a {
		border-top:  1px solid #eeeeee;
	}
	.main-navigation li .dropdown-menu a,
	.main-navigation li ul li a{
		padding-left: 30px;
	}
	.main-navigation ul li ul li ul li a {
		padding-left: 60px;
	}
	.main-navigation ul li ul li ul li ul li a {
		padding-left: 90px;
	}
	.main-navigation .dropdown-menu, 
	.main-navigation li ul {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		display: block;
		border-width: 1px 0 0;
	}
	.main-navigation ul.sub-menu ul.sub-menu,
	.main-navigation ul.children ul.children {
		top: auto;
	}
	.main-navigation ul li ul li ul, 
	.headernav .main-navigation ul li ul li ul {
		left: auto;
	}
	.main-navigation ul li ul, 
	.main-navigation ul ul li ul, 
	.main-navigation ul ul ul li ul, 
	.main-navigation ul ul ul ul li ul, 
	.main-navigation ul ul ul ul ul li ul {
		display: block;
	}
	.main-navigation ul li ul, 
	.main-navigation ul li:hover ul ul, 
	.main-navigation ul ul li:hover ul ul, 
	.main-navigation ul ul ul li:hover ul ul, 
	.main-navigation ul ul ul ul li:hover ul ul {
		display: block;
	}
	.main-navigation .dropdown-menu,
	.main-navigation li:hover .dropdown-menu {
		display: none;
	}
	.main-navigation .show > .dropdown-menu,
	.main-navigation .show:hover .dropdown-menu {
		display: block
	}
	.main-navigation .dropdown-menu a:hover,
	.main-navigation .dropdown-menu a.current-menu-item,
	.main-navigation li ul li:hover > a, 
	.main-navigation li ul .current-menu-item > a,
	.main-navigation li ul li.current-menu-ancestor > a,
	.main-navigation ul li li.current_page_item > a,
	.main-navigation li ul li.current_page_ancestor > a {
		background-color: transparent;
	}
	.main-navigation .dropdown-toggle:after {
		display: block;
	}
	.narrow-layout .navbar-expand-lg > .container-fluid,
	.narrow-layout .navbar-expand-lg > .container {
		padding-left: 0;
		padding-right: 0;
	}
	.narrow-layout .navbar-brand {
		margin-left: 30px;
	}
	.narrow-layout .navbar .navbar-toggler {
		margin-right: 15px;
	}
	.narrow-layout .main-navigation a,
	.narrow-layout .main-navigation .dropdown-menu a,
	.narrow-layout .main-navigation li ul a {
		padding-left: 30px;
		padding-right: 30px;
	}
	.narrow-layout .main-navigation li .dropdown-menu a, 
	.narrow-layout .main-navigation li ul li a {
		padding-left: 50px;
	}
	.narrow-layout .main-navigation ul li ul li ul li a {
		padding-left: 70px;
	}
	.narrow-layout .main-navigation ul li ul li ul li ul li a {
		padding-left: 90px;
	}
	.featured-slider .slider:after {
		top: 300px;
		right: 0;
		bottom: 0;
		left: 0;
		height: 100%;
		width: 100%;
		-ms-transform: skew(0deg, 10deg);
	    -webkit-transform: skew(0deg, 10deg);
	    transform: skew(0deg, 10deg);
	}
	.featured-slider .featured-content {
		padding-right: 0;
		padding-top: 300px;
		width: auto;
		min-height: inherit;
	}
	.featured-slider .content-inner {
		padding-top: 70px;
	}
	.featured-slider .featured-title {
		padding-right: 0;
		font-size: 31px;
		margin-bottom: 15px;
	}
	.featured-slider p {
		margin-bottom: 30px;
	}
	.featured-slider .fs-prev:before, 
	.featured-slider .fs-next:before {
		font-size: 25px;
		line-height: 25px;
	}
	.widget-area .search-form .form-control {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.widget-title,
	.entry-title, 
	.format-quote blockquote,
	.page-header .page-title {
		font-size: 24px;
	}
	.search-form .input-group-prepend .btn-theme {
		padding-right: 25px;
		padding-left: 25px;
	}
	.inc-widget-featured-page {
		text-align: center;
	}
	.inc-widget-featured-page .text-lg-left .widget-title {
		text-align: center;
	}
	.inc-widget-featured-page .text-lg-left .widget-title:after {
		left: 50%;
		margin-left: -35px;
	}
	.inc-widget-featured-post .featured-post-title {
		font-size: 24px;
	}
	.inc-widget-services .service-title {
		font-size: 18px;
	}
	.widget-area .inc-widget-featured-post .featured-post-title {
		font-size: 22px;
	}
	.promotional_bar_content.promotional-bar-inline {
		text-align: center;
	}
	.promotional_bar_content .promo-title,
	.promotional_bar_content.promotional-bar-inline .promo-title,
	.widget-area .inc-widget-promotional-bar .promo-title,
	.widget-area .inc-widget-promotional-bar .promotional-bar-inline .promo-title {
		font-size: 24px;
		text-align: center;
	}
	.inc-widget-promotional-bar p,
	.widget-area .inc-widget-promotional-bar p,
	.widget-area .inc-widget-promotional-bar .promotional-bar-inline p {
		font-size: 16px;
	}
	.widget-area .inc-widget-promotional-bar .promotional-bar-inline .col-lg + .col-lg-auto {
		padding-top: 5px;
	}
	.widget-area .inc-widget-featured-page .text-lg-left .widget-title {
		text-align: left;
	}
	.widget-area .inc-widget-featured-page .text-lg-left .widget-title:after {
		left: 0;
		margin-left: 0;
	}
	.inc-widget-featured-post .featured-post-col:nth-child(4n-2):before,
	.inc-widget-featured-post .featured-post-col:nth-child(4n-1):before {
		display: none;
	}
	.inc-widget-featured-post .featured-post-col:nth-child(even):before {
		content: "";
		position: absolute;
    	top: 0;
    	right: 0;
    	left: 0;
    	bottom: 0;
    	background-color: rgba(0, 0, 0, 0.04);
    	display: block;
	}
	.inc-widget-our-team .team-img {
		width: 160px;
		height: 160px;
	}
	.widget-area .inc-widget-our-team .col-md-4 {
		-webkit-box-flex: 0;
    	-ms-flex: 0 0 33.333333%;
    	flex: 0 0 33.333333%;
    	max-width: 33.333333%;
	}
	.widget-area .inc-widget-our-team .col-md-4 + .col-md-4 {
		margin-top: 0;
	}
	.testimonial-box .testimonial-content p {
		font-size: 16px;
	}
	.testimonial-box .testimonial-meta .testimonial-writer {
		font-size: 18px;
	}
	.testimonial-box .testimonial-meta .designation {
		font-size: 15px;
	}
	.page-template-business-template .site-content .widget_archive,
	.page-template-business-template .site-content .widget_media_audio,
	.page-template-business-template .site-content .widget_calendar,
	.page-template-business-template .site-content .widget_categories,
	.page-template-business-template .site-content .widget_custom_html,
	.page-template-business-template .site-content .widget_media_gallery,
	.page-template-business-template .site-content .widget_media_image,
	.page-template-business-template .site-content .widget_meta,
	.page-template-business-template .site-content .widget_nav_menu,
	.page-template-business-template .site-content .widget_pages,
	.page-template-business-template .site-content .widget_recent_comments,
	.page-template-business-template .site-content .widget_recent_entries,
	.page-template-business-template .site-content .widget_rss,
	.page-template-business-template .site-content .widget_search,
	.page-template-business-template .site-content .widget_tag_cloud,
	.page-template-business-template .site-content .widget_text,
	.page-template-business-template .site-content .widget_media_video {
		max-width: 720px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 19px;
	}
	h6 {
		font-size: 16px;
	}
	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
		margin-bottom: 15px;
	}
	.navbar>.container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.narrow-layout .site,
	.narrow-layout .navbar.fixed-top {
		max-width: 540px;
		margin: 0 auto;
	}
	.narrow-layout .container-fluid,
	.narrow-layout .container,
	.narrow-layout.page-template-business-template .site-content .widget_archive,
	.narrow-layout.page-template-business-template .site-content .widget_media_audio,
	.narrow-layout.page-template-business-template .site-content .widget_calendar,
	.narrow-layout.page-template-business-template .site-content .widget_categories,
	.narrow-layout.page-template-business-template .site-content .widget_custom_html,
	.narrow-layout.page-template-business-template .site-content .widget_media_gallery,
	.narrow-layout.page-template-business-template .site-content .widget_media_image,
	.narrow-layout.page-template-business-template .site-content .widget_meta,
	.narrow-layout.page-template-business-template .site-content .widget_nav_menu,
	.narrow-layout.page-template-business-template .site-content .widget_pages,
	.narrow-layout.page-template-business-template .site-content .widget_recent_comments,
	.narrow-layout.page-template-business-template .site-content .widget_recent_entries,
	.narrow-layout.page-template-business-template .site-content .widget_rss,
	.narrow-layout.page-template-business-template .site-content .widget_search,
	.narrow-layout.page-template-business-template .site-content .widget_tag_cloud,
	.narrow-layout.page-template-business-template .site-content .widget_text,
	.narrow-layout.page-template-business-template .site-content .widget_media_video {
		padding-left: 20px;
		padding-right: 20px;
	}
	.site-content > .container > .row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.site-content > .container > .row > .content-area,
	.site-content > .container > .row > .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}
	.narrow-layout .navbar-brand {
		margin-left: 20px;
	}
	.narrow-layout .navbar .navbar-toggler {
		margin-right: 15px;
	}
	.narrow-layout .navbar-collapse .main-navigation > ul > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.narrow-layout .main-navigation li .dropdown-menu a, 
	.narrow-layout .main-navigation li ul li a {
		padding-left: 40px;
	}
	.narrow-layout .main-navigation ul li ul li ul li a {
		padding-left: 60px;
	}
	.narrow-layout .main-navigation ul li ul li ul li ul li a {
		padding-left: 80px;
	}
	.narrow-layout .featured-slider .fs-next {
		right: 10px;
		left: auto;
		margin-left: 0;
	}
	.narrow-layout .featured-slider .fs-prev {
		left: auto;
		margin-left: 0;
		right: 40px;
	}
	.narrow-layout .inc-widget-featured-post .row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.narrow-layout .inc-widget-featured-post .row .col-lg-6,
	.narrow-layout .inc-widget-featured-post .row .col-lg-12 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.info-bar {
		display: none;
	}
	.navbar {
		padding-top: 5px;
	}
	.navbar-brand {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 5px;
	}
	.navbar-toggler {
		padding: 5px;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.featured-slider .content-inner {
		padding-top: 50px;
	}
	.featured-slider .featured-content {
		padding-top: 200px;
		padding-bottom: 35px;
	}
	.featured-slider .featured-title {
		font-size: 27px;
	}
	.featured-slider p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.featured-slider .slider:after {
		top: 200px;
	}
	.featured-slider .fs-prev, 
	.featured-slider .fs-next {
		top: 30px;
		margin-top: auto;
	}
	.featured-slider .fs-prev {
		left: 50%;
		right: auto;
		margin-left: 200px;
	}
	.featured-slider .fs-next {
		left: 50%;
		right: auto;
		margin-left: 235px;
	}
	.widget .container {
		padding-top: 50px;
		padding-bottom: 10px;
	}
	.page-header .page-title-wrap {
		padding-top: 25px;
		padding-bottom: 10px;
	}
	.page-header .page-title {
		margin-bottom: 16px;
	}
	.site-content {
		padding-top: 60px;
		padding-bottom: 20px;
	}
	blockquote {
		padding-left: 40px;
	}
	blockquote:before {
		font-size: 24px;
	}
	blockquote p {
		margin-bottom: 15px;
	}
	.widget-title,
	.entry-title, 
	.format-quote blockquote,
	.page-header .page-title {
		font-size: 22px;
	}
	.entry-content p {
		margin-bottom: 15px;
	}
	.inc-widget-promotional-bar.inline-CTA .container {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.inc-widget-promotional-bar.inline-CTA .btn-section {
		margin-bottom: 25px;
	}
	.widget-title {
		margin-bottom: 40px;
	}
	.site-main .widget-title .title-style {
		padding-bottom: 20px;
	}
	.widget-desc {
		margin-top: -20px;
		margin-bottom: 40px;
	}
	.inc-widget-featured-page .featured-page-content .btn {
		margin-bottom: 20px;
	}
	.inc-widget-featured-page .featured-page-image {
		margin-bottom: 40px;
	}
	.inc-widget-services .service-title {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.inc-widget-services .more-link {
		margin-bottom: 15px;
	}
	.inc-widget-featured-post .featured-post-col {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.inc-widget-featured-post .featured-post-title {
		font-size: 22px;
	}
	.inc-widget-featured-post .featured-post-content {
		margin-bottom: 10px;
	}
	.inc-widget-featured-post .featured-post-img {
		margin-bottom: 30px;
	}
	.inc-widget-our-team .team-img {
		width: 170px;
		height: 170px;
		margin-bottom: 15px;
	}
	.widget-area .inc-widget-our-team .col-md-4 {
		-webkit-box-flex: 0;
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	.widget-area .inc-widget-our-team .col-md-4 + .col-md-4 {
		margin-top: 30px;
	}
	.inc-widget-promotional-bar .container {
		padding-bottom: 35px
	}
	.inc-widget-promotional-bar.inline-CTA .widget-title {
		letter-spacing: 1px;
	}
	.promotional_bar_content .promo-title,
	.promotional_bar_content.promotional-bar-inline .promo-title,
	.widget-area .inc-widget-promotional-bar .promo-title,
	.widget-area .inc-widget-promotional-bar .promotional-bar-inline .promo-title {
		font-size: 23px;
	}
	.inc-widget-promotional-bar p,
	.promotional_bar_content.promotional-bar-inline p,
	.widget-area .inc-widget-promotional-bar p, 
	.widget-area .inc-widget-promotional-bar .promotional-bar-inline p {
		font-size: 15px;
	}
	.testimonial-box {
		text-align: center;
	}
	.testimonial-box .testimonial-content {
		margin-bottom: 0;
	}
	.testimonial-box .testimonial-meta {
		margin-bottom: 10px;
	}
	.testimonial-box .testimonial-content .testimonial-writer {
		text-align: center;
	}
	.testimonial-box .testimonial-img {
		float: none;
		margin-right: 0; 
	}
	hr {
		margin-bottom: 30px;
	}
	.widget-area .container, .widget-area .container-fluid {
		padding-top: 0;
		padding-bottom: 0;
	}
	.widget-brands .container {
		padding-bottom: 30px;
		padding-top: 40px;
	}
	.wp-pagenavi .current,
	.wp-pagenavi a,
	.page-links span, 
	.page-links a:hover span {
		padding: 10px 20px;
	}
	.nav-links:before {
		display: none;
	}
	.nav-links .nav-previous,
	.nav-links .nav-next {
		float: none;
		width: auto;
	}
	.nav-links .nav-previous + .nav-next {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.nav-links a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.inc-widget-recent-post .recent-post:last-child {
		margin-bottom: 40px;
	}
	.inc-widget-promotional-bar + .widget_media_gallery .widget-title,
	.inc-widget-featured-post + .widget_media_gallery .widget-title,
	.widget-brands + .widget_media_gallery .widget-title {
		padding-top: 50px;
	}
	.inc-widget-services .card-view .services-col {
		margin-bottom: 30px;
	}
	.page-template-business-template .site-content .widget_archive,
	.page-template-business-template .site-content .widget_media_audio,
	.page-template-business-template .site-content .widget_calendar,
	.page-template-business-template .site-content .widget_categories,
	.page-template-business-template .site-content .widget_custom_html,
	.page-template-business-template .site-content .widget_media_gallery,
	.page-template-business-template .site-content .widget_media_image,
	.page-template-business-template .site-content .widget_meta,
	.page-template-business-template .site-content .widget_nav_menu,
	.page-template-business-template .site-content .widget_pages,
	.page-template-business-template .site-content .widget_recent_comments,
	.page-template-business-template .site-content .widget_recent_entries,
	.page-template-business-template .site-content .widget_rss,
	.page-template-business-template .site-content .widget_search,
	.page-template-business-template .site-content .widget_tag_cloud,
	.page-template-business-template .site-content .widget_text,
	.page-template-business-template .site-content .widget_media_video {
		max-width: 540px;
	}
	.page-template-business-template .gallery-columns-4 .gallery-item,
	.page-template-business-template .gallery-columns-5 .gallery-item,
	.page-template-business-template .gallery-columns-6 .gallery-item,
	.page-template-business-template .gallery-columns-7 .gallery-item,
	.page-template-business-template .gallery-columns-8 .gallery-item,
	.page-template-business-template .gallery-columns-9 .gallery-item {
		max-width: 33.33%;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 33.33%;
	}

	/* Gutenberg Support */
	.wp-block-columns.has-background {
		padding-left: 20px;
		padding-right: 20px;
	}
	.wp-block-media-text.is-stacked-on-mobile:not(.has-background) .wp-block-media-text__content {
		margin-top: 15px;
		padding-right: 0;
		padding-left: 0;
	}
	.wp-block-media-text.has-background .wp-block-media-text__content {
		padding: 15px;
	}
	.wp-block-media-text.is-stacked-on-mobile {
		display: block;
	}
	.has-large-font-size {
		font-size: calc(15px + 9px);
	}
	.has-huge-font-size {
		font-size: calc(15px + 16px);
	}
}

@media (max-width: 575px) {
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 23px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
		margin-bottom: 10px;
	}
	body {
		font-size: 14px;
	}
	.narrow-layout .site,
	.narrow-layout .navbar.fixed-top {
		max-width: inherit;
		margin: 0 15px;
	}
	.narrow-layout .container-fluid,
	.narrow-layout .container,
	.narrow-layout.page-template-business-template .site-content .widget_archive,
	.narrow-layout.page-template-business-template .site-content .widget_media_audio,
	.narrow-layout.page-template-business-template .site-content .widget_calendar,
	.narrow-layout.page-template-business-template .site-content .widget_categories,
	.narrow-layout.page-template-business-template .site-content .widget_custom_html,
	.narrow-layout.page-template-business-template .site-content .widget_media_gallery,
	.narrow-layout.page-template-business-template .site-content .widget_media_image,
	.narrow-layout.page-template-business-template .site-content .widget_meta,
	.narrow-layout.page-template-business-template .site-content .widget_nav_menu,
	.narrow-layout.page-template-business-template .site-content .widget_pages,
	.narrow-layout.page-template-business-template .site-content .widget_recent_comments,
	.narrow-layout.page-template-business-template .site-content .widget_recent_entries,
	.narrow-layout.page-template-business-template .site-content .widget_rss,
	.narrow-layout.page-template-business-template .site-content .widget_search,
	.narrow-layout.page-template-business-template .site-content .widget_tag_cloud,
	.narrow-layout.page-template-business-template .site-content .widget_text,
	.narrow-layout.page-template-business-template .site-content .widget_media_video {
		padding-left: 15px;
		padding-right: 15px;
	}
	.site-content > .container > .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.site-content > .container > .row > .content-area,
	.site-content > .container > .row > .widget-area {
		padding-left: 15px;
		padding-right: 15px;
	}
	.narrow-layout .navbar-brand {
		margin-left: 15px;
	}
	.narrow-layout .navbar .navbar-toggler {
		margin-right: 10px;
	}
	.narrow-layout .navbar-collapse .main-navigation > ul > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.narrow-layout .main-navigation li .dropdown-menu a, 
	.narrow-layout .main-navigation li ul li a {
		padding-left: 30px;
	}
	.main-navigation ul li ul li ul li a,
	.narrow-layout .main-navigation ul li ul li ul li a {
		padding-left: 50px;
	}
	.main-navigation ul li ul li ul li ul li a,
	.narrow-layout .main-navigation ul li ul li ul li ul li a {
		padding-left: 70px;
	}
	.narrow-layout .featured-slider .fs-next {
		right: 5px;
		left: auto;
	}
	.narrow-layout .featured-slider .fs-prev {
		left: auto;
	}
	.narrow-layout .inc-widget-featured-post .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.narrow-layout .inc-widget-featured-post .row .col-lg-6,
	.narrow-layout .inc-widget-featured-post .row .col-lg-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.site-title {
		font-size: 25px;
	}
	.site-description {
		font-size: 14px;
		margin-bottom: 3px;
	}
	.navbar {
		padding-top: 5px;
	}
	.navbar-brand {
		margin-bottom: 5px;
	}
	.navbar-toggler {
		margin-bottom: 5px;
	}
	.navbar .main-navigation {
		margin-right: 0;
	}
	.featured-slider .featured-title {
		font-size: 25px;
	}
	.featured-slider h3 {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.btn-lg {
		font-size: 16px;
	}
	.featured-slider .btn-section .btn {
		width: calc(50% - 10px);	
		min-width: 150px;
	}
	.featured-slider .fs-next,
	.featured-slider .fs-prev {
		left: auto;
		margin-left: 0;
	}
	.featured-slider .fs-next {
		right: 10px;
	}
	.featured-slider .fs-prev {
		right: 40px;
	}
	.widget-title {
		padding-bottom: 15px;
	}
	.widget-title, 
	.entry-title, 
	.format-quote blockquote,
	.inc-widget-featured-post .featured-post-title {
		font-size: 20px;
	}
	.testimonial-box .testimonial-content p {
		font-size: 16px;
	}
	.widget-brands .container {
		padding-top: 30px;
	}
	.widget-brands .col-4 {
		margin-bottom: 4px;
	}
	.widget-brands .row {
		margin-left: -2px;
		margin-right: -2px;
	}
	.widget-brands .row > [class*="col-"] {
		padding-left: 2px;
		padding-right: 2px;
	}
	.widget-subscribe .form-group {
		margin-bottom:  10px;
	}
	.widget-subscribe .btn {
		width: 100%;
		margin-left: 0;
		min-width: 100px;
	}
	.widget-area .widget-subscribe {
		margin-bottom: 40px;
	}
	.site-footer .widget-subscribe {
		margin-bottom: 30px;
	}
	.site-content {
		padding-top: 50px;
		padding-bottom: 10px;
	}
	blockquote {
		font-size: 18px;
	}
	.inc-widget-promotional-bar .promo-title,
	.inc-widget-promotional-bar .promotional-bar-inline .promo-title,
	.widget-area .inc-widget-promotional-bar .promo-title,
	.widget-area .inc-widget-promotional-bar .promotional-bar-inline .promo-title {
		font-size: 21px;
	}
	.inc-widget-promotional-bar .btn {
		min-width: 230px;
	}
	.site-info .copyright .theme-link, 
	.site-info .copyright .privacy-link, 
	.site-info .copyright .author-link, 
	.site-info .copyright .wp-link, 
	.site-info .copyright .custom-content {
		margin-bottom: 5px;
	}
	.inc-widget-featured-page .featured-page-content p {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.inc-widget-featured-post .featured-post-content {
		margin-bottom: 0;
	}
	.inc-widget-featured-post .featured-post-title {
		margin-bottom: 15px;
	}
	.inc-widget-featured-post p {
		font-size: 15px;
	}
	.widget-area .inc-widget-featured-post .featured-post-title {
		font-size: 20px;
	}
	.inc-widget-featured-page .widget-title {
		margin-bottom: 25px;
	}
	.inc-widget-services .service-title {
		font-size: 17px;
	}
	.widget_media_gallery .widget-title {
		margin-bottom: 30px;
	}
	.inc-widget-our-team .team-member-name {
		font-size: 17px;
		margin-bottom: 20px;
	}
	.inc-widget-our-team .team-member-designation {
		font-size: 15px;
	}
	.testimonial-box .testimonial-meta .testimonial-writer {
		font-size: 17px;
	}
	.testimonial-box .testimonial-meta .designation {
		font-size: 15px;
	}
	.nav-links a {
		padding: 15px;
	}
	.nav-links .nav-next a {
		padding-right: 30px;
	}
	.nav-links .nav-previous a {
		padding-left: 30px;
	}
	.nav-links .nav-next a:after {
		right: 10px;
	}
	.nav-links .nav-previous a:after {
		left: 10px;
	}
	.widget-area .search-form .form-control {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.search-form .input-group-prepend .btn-theme {
		padding-right: 22px;
		padding-left: 22px;
	}
	.page-template-business-template .site-content .widget_archive,
	.page-template-business-template .site-content .widget_media_audio,
	.page-template-business-template .site-content .widget_calendar,
	.page-template-business-template .site-content .widget_categories,
	.page-template-business-template .site-content .widget_custom_html,
	.page-template-business-template .site-content .widget_media_gallery,
	.page-template-business-template .site-content .widget_media_image,
	.page-template-business-template .site-content .widget_meta,
	.page-template-business-template .site-content .widget_nav_menu,
	.page-template-business-template .site-content .widget_pages,
	.page-template-business-template .site-content .widget_recent_comments,
	.page-template-business-template .site-content .widget_recent_entries,
	.page-template-business-template .site-content .widget_rss,
	.page-template-business-template .site-content .widget_search,
	.page-template-business-template .site-content .widget_tag_cloud,
	.page-template-business-template .site-content .widget_text,
	.page-template-business-template .site-content .widget_media_video {
		max-width: 100%;
	}
	.back-to-top {
		right: 15px;
	}

	/* Gutenberg Support */
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-button.alignleft,
	.wp-block-button.alignright,
	.wp-block-table.alignleft,
	.wp-block-table.alignright,
	.wp-block-audio.alignleft,
	.wp-block-audio.alignright,
	.wp-block-file.alignleft,
	.wp-block-file.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright,
	#content .wp-block-gallery.alignleft,
	#content .wp-block-gallery.alignright,
	.wp-block-image figure.alignleft,
	.wp-block-image figure.alignright {
		margin-right: 0;
		margin-left: 0;
		float: none;
	}
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-audio.alignleft,
	.wp-block-audio.alignright,
	.wp-block-file.alignleft,
	.wp-block-file.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright,
	.wp-block-image figure.alignleft,
	.wp-block-image figure.alignright,
	.wp-block-table.alignleft, 
	.wp-block-table.alignright,
	.wp-block-button.alignleft,
	.wp-block-button.alignright {
		max-width: 100%;
		display: block;
		text-align: center;
	}
	#content .wp-block-gallery.alignleft,
	#content .wp-block-gallery.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright {
		display: flex;
		max-width: 100%;
		text-align: center;
	}
	.wp-block-image .aligncenter>figcaption,
	.wp-block-image .alignleft>figcaption,
	.wp-block-image .alignright>figcaption,
	.wp-block-image.is-resized>figcaption {
		display: block;	
	}
	.wp-block-audio audio {
		min-width: 290px;
	}
	.wp-block-media-text,
	.wp-block-preformatted,
	.wp-block-pullquote,
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-embed,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-audio,
	.wp-block-audio.alignleft,
	.wp-block-audio.alignright,
	.wp-block-file,
	.wp-block-file.alignleft,
	.wp-block-file.alignright,
	.wp-block-cover,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright,
	.wp-block-image,
	figure.wp-block-image,
	.wp-block-table,
	.wp-block-table.alignleft, 
	.wp-block-table.alignright,
	.wp-block-button, 
	.wp-block-button.alignleft,
	.wp-block-button.alignright,
	.wp-block-calendar.alignleft,
	.wp-block-calendar.alignright,
	.wp-block-search.alignleft,
	.wp-block-search.alignright {
		margin-bottom: 20px;
	}
	.wp-block-image figure.alignleft,
	.wp-block-image figure.alignright {
		margin-bottom: 0;
	}
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large,
	blockquote.wp-block-quote,
	#content .wp-block-gallery,
	#content .wp-block-gallery.alignleft,
	#content .wp-block-gallery.alignright {
		margin-bottom: 5px;
	}
	.has-medium-font-size, 
	.wp-block-quote.is-large p, 
	.wp-block-quote.is-style-large p, 
	.wp-block-pullquote p, 
	.wp-block-pullquote.is-style-solid-color blockquote p {
		font-size: calc(15px + 2px);
	}
	.has-large-font-size {
		font-size: calc(15px + 6px);
	}
	.has-huge-font-size {
		font-size: calc(15px + 12px);
	}
}

/*--------------------------------------------------------------
12.0 Print
--------------------------------------------------------------*/
@media print {
	/* Hide elements */
	form,
	button,
	input,
	select,
	textarea,
	.header-image,
	.navbar-collapse,
	.main-navigation,
	a.readmore,
	.page-links,
	.edit-link,
	.post-navigation,
	.posts-navigation,
	.wp-pagenavi,
	.page-links,
	.pagination.navigation,
	.site-content .widget-area,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer {
		display: none;
	}

	.fixed-top {
		position: relative;
	}

	/* Layout */
	.site-content {
		padding: 20px 0;
	}
	.site-branding {
		width: 100%;
		text-align: center;
	}

	/* Colors */
	body,
	.site,
	.navbar,
	.page-title-wrap {
		background: none;
	}
}
/*
     FILE ARCHIVED ON 04:27:35 Apr 18, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:25:46 Jun 18, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.749
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.019
  esindex: 0.012
  cdx.remote: 40.477
  LoadShardBlock: 153.04 (3)
  PetaboxLoader3.datanode: 92.194 (4)
  load_resource: 247.958
  PetaboxLoader3.resolve: 170.524
*/