@charset "UTF-8";
/*
Theme Name: Clean Blocks
Theme URI: https://catchthemes.com/themes/clean-blocks/
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: Clean Blocks is a simple and sophisticated, free multipurpose Gutenberg WordPress theme crafted with Gutenberg compatibility in mind. It supports all Gutenberg blocks and is equipped with enhanced block styles. Like its name, the theme is simple, clean yet power packed with features to create modern and highly optimized websites of any kind. This theme has a gorgeous design that will be suitable for different types of websites. Amazing features like Featured Content, Featured Slider, Hero Content, Portfolio, Service, Testimonials, and more have been added to Clean Blocks. The process of realizing your ideas takes a minimal amount of steps, making sure you get the most out of Clean Blocks without investing too much time and effort. It also supports all devices with modern browsers. To top it all, the theme is translation-ready. And if you want advanced features for your website, check out the premium version. To top it all, the theme is translation ready. For any technical issue, please post in our support forum at https://catchthemes.com/support/ For more information, check out Theme Instructions at https://catchthemes.com/themes/clean-blocks/#theme-instructions and Demo at https://catchthemes.com/demo/clean-blocks/
Version: 1.1.5
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: blog, photography, portfolio, one-column, two-columns, right-sidebar, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: clean-blocks

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.
*/
/**
 * Table of Contents
 *
 * 1.0 - Variables
 * 2.0 - Normalize
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Padding/Margin
 * 6.0 - Forms
 * 7.0 - Navigation
 *   7.1 - Links
 *   7.2 - Menus
 *   7.3 - Post Navigation
 *   7.4 - Breadcrumb
 *   7.5 - Scroll Up
 * 8.0 - Accessibility
 * 9.0 - Alignments
 * 10.0 - Clearings
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Header
 *    12.2 - Posts and pages
 *    12.3 - Comments
 *    12.4 - Footer
 * 13.0 - Media
 *    13.1 - Captions
 *    13.2 - Galleries
 *    13.3 - Icons
 * 14.0 - Modules
 *    14.1 - Slider
 *    14.2 - Featured Content & Portfolio
 *    14.3 - Hero Content
 *    14.4 - Testimonials & Logo
 *    14.5 - Promotional Headline
 *    14.6 - Others
 *    14.7 - Team Content Section
 *	  14.8 - Numbers Section
 * 15.0 - Media Queries
 *    15.1 - >= 667px
 *    15.2 - >= 1024px
 *    15.3 - >= 1120px
 *    15.4 - >= 1366px
 *    15.5 - >= 1600px
 * 16.0 - Colors
 */
/**
* 1.0 - Variables
*/
/**
 * 2.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

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

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

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

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

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

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

fieldset {
  border: 1px solid #eee;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

/**
* 3.0 - Typography
*/
body,
button,
input,
select,
textarea {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.drop-cap:first-letter {
  font-size: 96px;
  font-size: 6rem;
}

.site-title,
.page-title,
.entry-title,
.section-title,
.footer-newsletter .section-heading-wrapper .section-heading-wrap .section-title,
#footer-instagram .widget-title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.3125;
}

.post-wrapper .entry-title {
  line-height: 1.333;
}

#feature-slider-section .entry-title,
.numbers-content-wrapper .entry-title,
.post-wrapper .entry-title,
.comments-title,
.custom-header-content .entry-title,
.comment-reply-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.dropdown-toggle,
.site-title,
.section-subtitle,
blockquote,
.numbers-content-wrapper .entry-container,
.featured-content-wrapper .entry-title,
.portfolio-content-wrapper .entry-title,
.service-content-wrapper .entry-title,
.team-content-wrapper .entry-title,
.author-description .author-title,
#testimonial-content-section .entry-title,
.post-navigation .nav-title,
.footer-newsletter .section-heading-wrapper,
.custom-header-media .wp-custom-header-video-button,
.contact-section .wrapper .entry-title .entry-subtitle,
.contact-section .wrapper .entry-title span,
.custom-header-content .entry-title .sub-title,
.recent-blog-section .post-wrapper .entry-title,
#feature-slider-section .entry-title .sub-title,
#content .section-content-wrapper .entry-title,
#testimonial-content-section .entry-title,
#testimonial-content-section .entry-content {
  font-size: 18px;
  font-size: 1.125rem;
}

.social-navigation,
.comment-content,
.site-footer .site-info,
.more-link,
.author-name,
.comment-reply-title small a,
.site-description,
.site-header .icon-search,
.widget-area,
.widget .hentry .entry-title,
.widget-area .widget_recent_entries li a,
.pagination .prev,
.pagination .next,
.posts-navigation .nav-links a,
.site-main #infinite-handle span,
.header-media .more-link .more-button,
#feature-slider-section .more-link span,
#promotion-section .more-link .more-button,
.site-main #infinite-handle span,
.contact-form form label,
.custom-header-content .site-header-text,
.team-content-wrapper .hentry .hentry-inner .entry-container span,
#contact-section .contact-info .contact-details p,
#contact-section .contact-info .contact-details a,
#testimonial-content-section .entry-container .entry-meta,
.contact-section .wrapper .contact-form form .contact-input::placeholder,
.contact-section .wrapper .contact-form form textarea::placeholder,
#contact-section .section-content-wrap .contact-form form p input:not(#submit) {
  font-size: 16px;
  font-size: 1rem;
}

.wp-caption .wp-caption-text,
.widget .hentry.ew-newsletter-wrap input,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox::placeholder {
  font-size: 15px;
  font-size: 0.9375rem;
}

.social-navigation a,
.ctsocialwidget a,
button,
.button,
.site .skip-link,
.menu-toggle,
input[type=button],
input[type=reset],
input[type=submit],
.header-top-left,
.site-navigation .top-menu a,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.more-button,
.sticky-post,
.entry-breadcrumbs,
.site-navigation a,
.woocommerce .woocommerce-breadcrumb {
  font-size: 14px;
  font-size: 0.875rem;
}

.entry-meta,
.image-navigation,
.comment-navigation,
.site-description,
.comment-reply-link,
.comment-metadata .comment-permalink,
.comment-metadata .edit-link,
.pingback .edit-link,
.widget_rss .rss-date,
.widget_rss cite,
.widget .widget-title,
.widget_recent_entries .post-date,
blockquote cite,
blockquote small {
  font-size: 13px;
  font-size: 0.813rem;
}

.comment-metadata,
.comment-reply-link,
.comment-form label,
.pingback .edit-link,
.contact-section .wrapper .contact-details span,
.post-navigation .nav-subtitle {
  font-size: 12px;
  font-size: 0.75rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
body,
button,
input,
select,
textarea,
.author-description .author-title {
  font-family: "Lora", serif;
}

.site-title,
.section-title,
.entry-title,
.widget-title,
.nav-subtitle,
.site-description,
.more-button,
button,
.site-navigation a,
.header-top-bar,
.comment-reply-link,
#footer-instagram .widget-title,
.sticky-post,
.ctis-load-more,
.comment-form label,
.contact-section .wrapper .contact-details span,
.posts-navigation .nav-links a,
#contact-section .section-content-wrap .contact-info .contact-details li a,
.contact-form form label {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 70px 0 35px 0;
  text-rendering: optimizeLegibility;
  text-transform: capitalize;
}

p {
  margin: 0 0 1.75em;
}

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

blockquote {
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.4583333333;
  margin: 0 0 1.75em;
  overflow: hidden;
}

blockquote p {
  margin-bottom: 1.167em;
}

blockquote.alignright {
  border-right: 4px solid;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4583333333;
  padding: 0 1.25em 0 0;
  text-align: right;
}

blockquote.alignleft {
  border-left: 4px solid;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4583333333;
  padding: 0 0 0 1.25em;
}

blockquote cite,
blockquote small {
  display: block;
  font-weight: 300;
  line-height: 2.1538461539;
}

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

blockquote > :last-child {
  margin-bottom: 0;
}

address {
  font-style: normal;
  margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: "courier", monospace;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5555555556;
}

var {
  font-style: italic;
}

pre {
  font-size: 1em;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

mark,
ins,
code {
  padding: 0.125em 0.25em;
}

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

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/**
* 4.0 - Elements
*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

hr {
  border: 0;
  height: 1px;
  margin: 0 auto 1.75em;
}

ul,
ol {
  margin: 0 0 1.75em 1.3125em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 500;
}

dd {
  margin: 0 1.3125em 1.75em;
}

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

del {
  opacity: 0.8;
}

table {
  border: 2px solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.75em;
  table-layout: inherit;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption {
  font-weight: 500;
  text-align: center;
}

th,
td {
  font-weight: normal;
  text-align: left;
}

thead th {
  font-weight: 500;
}

th a {
  text-decoration: none;
}

caption,
th,
td {
  padding: 0.412em 0.824em;
}

thead tr {
  border-bottom: 2px solid;
}

th,
td {
  border-right: 2px solid;
}

.displaynone {
  display: none;
}

.displayblock {
  display: block;
}

.drop-cap::first-letter {
  float: left;
  line-height: 0.6;
  margin: 7px 16px 7px -3px;
}

/**
* 5.0 - Padding/Margin
*/
.site-header-top-main,
.boxed-layout #header-navigation-area .wrapper {
  padding: 0 30px;
}

.custom-logo {
  margin: 7px auto;
}

.site-title,
.site-description {
  margin: 0;
}

.custom-header-content {
  padding: 112px 30px;
}

.menu-toggle {
  padding: 14px 30px;
}

.dropdown-toggle {
  padding: 7px 0;
}

.site-navigation .menu-item-has-children > a {
  padding-right: 30px;
}

.site-secondary-menu {
  margin: 14px auto;
}

#site-footer-navigation {
  margin-bottom: 21px;
}

#menu-toggle-footer .icon {
  margin-right: 5px;
}

.widget,
.pagination,
.woocommerce-pagination,
.post-navigation,
.site-main #infinite-handle,
.form-allowed-tags {
  margin: 0 0 35px;
}

#colophon .widget {
  margin: 0;
  padding: 21px 30px;
}

.widget .widget-title {
  margin: 0 0 28px;
}

.widget li {
  margin-bottom: 7px;
}

.singular-content-wrap .entry-header,
.archive .page-header,
.error404 .page-header,
.search .page-header,
.woocommerce-products-header {
  margin-bottom: 35px;
}

#hero-section .entry-container {
  padding: 30px;
}

.custom-header-content .site-header-text {
  margin: 14px 0 0 0;
}

.section-heading-wrapper {
  padding: 30px;
}

.comment-reply-title,
.author-avatar,
.comment-form-comment,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  margin: 0 0 28px;
}

.author-info {
  padding: 35px;
}

.edit-link {
  margin-top: 21px;
}

.section-content-wrapper .post-thumbnail {
  margin: 0 0 21px;
}

.section-content-wrapper .entry-summary,
.section-content-wrapper .entry-content {
  margin: 14px 0 0;
  width: 100%;
}

.section-content-wrapper .entry-footer .entry-meta {
  margin: 21px 0 0;
}

.promotion-content-wrapper .entry-content {
  margin: 28px 0 0;
}

.taxonomy-description,
.taxonomy-description-wrapper {
  margin-top: 14px;
}

.site-content .wrapper,
.team-content-wrapper {
  padding: 0 30px;
}

.author-info,
.singular-content-wrap .post-thumbnail,
.singular-content-wrap .entry-footer,
.singular-content-wrap .entry-content {
  margin: 35px 0;
}

.recent-blog-content-wrapper,
.featured-content-wrapper,
.portfolio-content-wrapper,
.service-content-wrapper,
.team-content-wrapper {
  padding: 0 30px;
}

.archive-posts-wrapper .post-wrapper,
.featured-content-wrapper .hentry,
.portfolio-content-wrapper .hentry,
.service-content-wrapper .hentry,
.team-content-wrapper .hentry {
  margin-bottom: 35px;
}

.custom-header-content > :last-child,
.page .singular-content-wrap .hentry > :last-child,
.taxonomy-description-wrapper > :last-child,
.widget-column > :last-child,
.widget-area > :last-child,
.widget > :last-child,
.widget li:last-child,
.widget embed:last-child,
.widget iframe:last-child,
.widget object:last-child,
.widget video:last-child,
#colophon .widget li:last-child {
  margin-bottom: 0;
}

#site-generator {
  padding: 28px 30px;
}

.copyright,
.powered {
  margin: 0;
}

.site-navigation {
  margin: 0;
}

.site-footer-menu,
.site-primary-menu,
.header-top-bar .top-main-wrapper {
  margin: 0 auto;
}

.posts-navigation div + div,
.post-navigation div + div {
  margin-top: 30px;
}

.wp-caption .wp-caption-text {
  padding: 14px 21px;
}

button,
.button,
input[type=button],
input[type=reset],
input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 10px 21px;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=week],
input[type=month],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea {
  padding: 14px 21px;
}

.comment-form label {
  margin-bottom: 7px;
}

.contact-details .icon,
.entry-meta .icon {
  margin-right: 7px;
}

#hero-section .wrapper {
  padding: 30px;
}

#search-toggle-right {
  line-height: 1.25;
}

.entry-title {
  margin: 0;
}

.singular-content-wrap .entry-title {
  margin: 0 0 0.4375em;
}

.entry-meta {
  margin: 7px 0 0;
}

.infinity-end .site-main .hentry:last-of-type .post-wrapper {
  margin: 0;
}

.post-wrapper .more-link {
  margin-top: 14px;
}

.site-content .sidebar {
  margin-top: 35px;
}

.site-main .section-content-wrapper .sticky .entry-header {
  margin-top: 49px;
}

.post-wrapper .entry-footer .edit-link {
  margin: 0;
}

.post-wrapper .entry-header .entry-meta {
  margin-top: 14px;
}

#feature-slider-section .entry-container .entry-header .entry-title + .entry-meta {
  margin: 14px 0 0;
}

#feature-slider-section .entry-container .entry-header .entry-meta {
  margin: 0;
}

.form-submit,
.reservation-highlight-text {
  margin: 0;
}

.portfolio-content-wrapper .entry-meta, .team-content-wrapper .entry-meta {
  margin: 0;
}

#promotion-section .wrapper .hentry {
  padding: 30px;
}

/**
* 6.0 - Forms
*/
input {
  line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
.button,
input[type=button],
input[type=button][disabled]:hover,
input[type=button][disabled]:focus,
input[type=reset],
input[type=reset][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=submit],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.instagram-button .load-more,
.woocommerce input.button {
  border: 2px solid;
  border-radius: 23px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 12px 31px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=week],
input[type=month],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 7px;
  width: 100%;
}

input[type=date]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
input[type=week]:focus,
input[type=month]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
  outline: 0;
}

.post-password-form {
  margin-bottom: 1.75em;
}

.post-password-form label {
  display: block;
  margin-bottom: 1.75em;
  text-transform: uppercase;
}

.post-password-form input[type=password] {
  margin-top: 0.824em;
}

.post-password-form > :last-child {
  margin-bottom: 0;
}

.search-form {
  position: relative;
}

input[type=search].search-field {
  -webkit-appearance: none;
  margin: 0;
  padding-right: 41px;
  width: 100%;
}

.search-submit {
  border: 1px solid;
  border-radius: 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 41px;
}

.footer-newsletter .hentry input[type=email] {
  padding: 11px 28px;
}

#search-container input[type=date],
#search-container input[type=time],
#search-container input[type=datetime-local],
#search-container input[type=week],
#search-container input[type=month],
#search-container input[type=text],
#search-container input[type=email],
#search-container input[type=url],
#search-container input[type=password],
#search-container input[type=search],
#search-container input[type=tel],
#search-container input[type=number],
#search-container textarea, #comments input[type=date],
#comments input[type=time],
#comments input[type=datetime-local],
#comments input[type=week],
#comments input[type=month],
#comments input[type=text],
#comments input[type=email],
#comments input[type=url],
#comments input[type=password],
#comments input[type=search],
#comments input[type=tel],
#comments input[type=number],
#comments textarea {
  border: 1px solid;
}

/**
* 7.0 - Navigation
*/
/**
 * 6.1 - Links
 */
a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

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

/**
* 6.2 - Menus
*/
.site-secondary-menu {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.site-header-top-main,
.site-primary-menu,
.site-secondary-menu,
.disable-in-mobile {
  display: inherit;
}

.site-header-top-main.toggled-on,
.site-primary-menu.toggled-on,
.site-secondary-menu.toggled-on .social-navigation,
.site-primary-menu.toggled-on .search-social-container,
.site-header-top-main.toggled-on .search-social-container,
.site-secondary-menu.toggled-on .search-social-container,
.site-secondary-menu.toggled-on,
.site-footer-menu.toggled-on {
  display: block;
}

.site-header-top-main.toggled-on {
  clear: both;
}

.primary-search-wrapper,
.header-top-bar .wrapper {
  position: relative;
}

.site-navigation ul,
.header-top-left ul {
  list-style: none;
  margin: 0;
}

#search-top-container .header-top-left ul {
  text-align: center;
}

.site-navigation li,
.header-top-bar .contact-details li,
.menu-social-container {
  position: relative;
}

.menu-social-container {
  text-align: center;
}

.site-navigation a {
  display: block;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  outline-offset: -1px;
  text-decoration: none;
  text-transform: capitalize;
}

.site-navigation a,
.header-top-bar .contact-details li {
  padding: 7px 0;
}

.site-header .social-navigation ul {
  padding: 14px 0;
  margin-bottom: 0;
}

.social-navigation {
  padding: 0;
}

#social-primary-navigation {
  border-bottom: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
  display: table;
  padding: 0 30px;
  width: 100%;
}
#social-primary-navigation ul {
  margin-left: 0;
}

.site-navigation ul ul {
  display: none;
  margin-left: 0.875em;
}

.site-navigation ul ul a {
  line-height: 1.5;
}

.no-js .site-navigation ul ul {
  display: block;
}

.site-navigation ul .toggled-on {
  display: block;
}

.dropdown-toggle {
  border: none;
  border-radius: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
}

#site-generator .dropdown-toggle {
  display: none;
}

#site-generator .site-navigation .menu-item-has-children > a {
  margin-right: 0;
}

.dropdown-toggle:focus {
  outline: thin dotted;
  outline-offset: -1px;
}

.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}

.site-navigation .menu-item-has-children > a > .icon,
.site-navigation .page_item_has_children > a > .icon,
.site-navigation ul a > .icon {
  display: none;
}

.social-navigation ul {
  list-style: none;
  text-align: center;
}

.ctsocialwidget ul {
  list-style: none;
}

.ctsocialwidget li {
  display: inline-block;
  margin: 0 14px;
}

.social-navigation li {
  display: inline-block;
  margin: 0;
}
.social-navigation li a {
  padding: 9px 7px;
}

.social-navigation a,
.ctsocialwidget a {
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  line-height: 1.5;
}

.social-navigation .icon {
  height: 16px;
  vertical-align: middle;
  width: 16px;
}

#footer-menu-section .social-navigation .icon {
  height: 28px;
  width: 28px;
}

#footer-menu-section .social-navigation li a {
  padding: 14px;
}

.site-footer-menu .social-navigation .icon {
  height: 21px;
  width: 21px;
}

.post-navigation {
  clear: both;
}

.post-navigation .nav-links {
  border-bottom: 2px solid;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.post-navigation a {
  display: block;
  text-decoration: none;
}

.post-navigation span {
  display: block;
}

.post-navigation .nav-subtitle-icon-wrapper {
  display: inline;
}

.post-navigation .nav-subtitle {
  letter-spacing: 1px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.post-navigation .nav-title {
  display: inline;
  text-rendering: optimizeLegibility;
  font-weight: 700;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  padding-bottom: 56px;
  position: relative;
  vertical-align: top;
  text-align: center;
}

.post-navigation .nav-previous .icon {
  margin-right: 7px;
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
}

.post-navigation .nav-next .icon {
  margin-left: 7px;
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(270deg);
  /* IE 9 */
  transform: rotate(270deg);
}

.pagination .prev,
.pagination .next {
  width: 100%;
}

.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

.image-navigation,
.comment-navigation {
  border-bottom: 1px solid;
  border-top: 1px solid;
  line-height: 1.6153846154;
  margin: 0 7.6923% 2.1538461538em;
  padding: 1.0769230769em 0;
}

.comment-navigation {
  margin-right: 0;
  margin-left: 0;
}

.comments-title + .comment-navigation {
  border-bottom: 0;
  margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "/";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}

.social-primary-enabled.header-right-menu-disabled .site-branding {
  margin: 14px auto;
  text-align: center;
}

#menu-main-menu {
  z-index: 99;
}

.site-primary-menu.toggled-on {
  border-top: 1px solid #EDEDED;
  left: 0;
  width: 100%;
  z-index: 999;
}
.site-primary-menu.toggled-on::after {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  padding: 0;
  top: 0;
  width: 100%;
}
.site-primary-menu.toggled-on .primary-menu {
  border: none;
  padding: 14px 30px;
}
.site-primary-menu.toggled-on #primary-page-menu {
  padding: 14px 30px;
}

#search-toggle-top .icon, #search-toggle-right .icon {
  width: 16px;
}

#search-top-container.displaynone #search-container {
  display: none;
}

.header-top-bar #search-toggle-top {
  display: none;
}

.search-with-social {
  display: none;
}

.search-with-social.toggled-on {
  display: block;
}

/**
* 6.3 - Post Navigation
*/
.posts-navigation,
.pagination {
  clear: both;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 7px;
}

.navigation.pagination {
  margin: 0 auto;
  max-width: 572px;
}

.posts-navigation .nav-links {
  margin: 0 auto;
}

.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a,
.pagination .prev,
.pagination .next {
  border-radius: 23px;
  display: inline-block;
  font-weight: 600;
  padding: 10px 31px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.infinite-loader {
  clear: both;
  display: none;
  padding: 0 0 35px;
}

.site-main #infinite-handle {
  clear: both;
  text-align: center;
}

.infinite-scroll .woocommerce-pagination {
  display: none;
}

input[type=search].search-field {
  line-height: 1.3125;
}

/**
* 6.4 - Breadcrumb
*/
.breadcrumb-area {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.entry-breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
  margin: 0;
  padding: 14px 30px;
}

.entry-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a {
  margin-right: 20px;
  position: relative;
  text-decoration: none;
}

.entry-breadcrumbs a:after,
.woocommerce .woocommerce-breadcrumb a:after {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  content: "";
  display: block;
  margin-top: -3px;
  position: absolute;
  right: -12px;
  top: 50%;
}

/**
* 6.5 - Scroll Up
*/
#scrollup {
  border: none;
  cursor: pointer;
  display: none;
  outline: none;
  padding: 7px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  width: 42px;
  height: 42px;
  z-index: 9999;
}

#scrollup:hover,
#scrollup:focus {
  text-decoration: none;
}

#scrollup .icon {
  font-size: 28px;
  font-size: 1.75rem;
  width: 28px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  display: block;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/**
* 9.0 - Alignments
*/
.alignleft {
  float: left;
  margin: 0.75em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.75em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

/**
* 10.0 - Clearings
*/
.author-info:before,
.author-info:after,
.content-wrapper:before,
.content-wrapper:after,
#promotion-section .hentry:before,
#promotion-section .hentry:after,
.clear:before,
.clear:after,
.header-top-bar:before,
.header-top-bar:after,
.site-header-top-main:before,
.site-header-top-main:after,
#hero-section:before,
#hero-section:after,
.featured-content-wrapper:before,
.featured-content-wrapper:after,
.portfolio-content-wrapper:before,
.portfolio-content-wrapper:after,
.service-content-wrapper:before,
.service-content-wrapper:after,
.team-content-wrapper:before,
.team-content-wrapper:after,
.numbers-content-wrapper:before,
.numbers-content-wrapper:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.comment-navigation:before,
.comment-navigation:after,
.post-navigation:before,
.post-navigation:after,
.pagination:before,
.pagination:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.widget:before,
.widget:after,
.textwidget:before,
.textwidget:after,
#tertiary:before,
#tertiary:after,
#footer-newsletter .wrapper:before,
#footer-newsletter .wrapper:after {
  content: "";
  display: table;
}

.author-info:after,
.content-wrapper:after,
#promotion-section .hentry:after,
.clear:after,
.header-top-bar:after,
.site-header-top-main:after,
#hero-section:after,
.featured-content-wrapper:after,
.portfolio-content-wrapper:after,
.service-content-wrapper:after,
.team-content-wrapper:after,
.numbers-content-wrapper:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.comment-navigation:before,
.comment-navigation:after,
.post-navigation:after,
.pagination:after,
.primary-menu:after,
.social-links-menu:after,
.widget:after,
.textwidget:after,
#tertiary:after,
#footer-newsletter .wrapper:after {
  clear: both;
}

/**
* 11.0 - Widgets
*/
.widget .hentry {
  float: left;
  width: 100%;
}

.widget .widget-title {
  line-height: 1.6153846154;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

.widget .widget-title:empty {
  margin-bottom: 0;
}

.widget-area ul,
.widget-area ol {
  list-style: none;
  margin-left: 0;
}

.widget-area li {
  line-height: 2;
}

.widget-title a {
  text-decoration: none;
}

.widget_categories ul,
.widget_archive ul {
  text-align: right;
  margin-left: 0;
}

.widget_categories li,
.widget_archive li {
  display: block;
  height: 1%;
  overflow: hidden;
}

.widget_categories ul a,
.widget_archive ul a {
  float: left;
}

.widget .hentry.ew-newsletter-wrap {
  text-align: center;
  width: auto;
  float: none;
}
.widget .hentry.ew-newsletter-wrap input {
  width: 100%;
}

/* Calendar widget */
.widget.widget_calendar table {
  margin: 0;
}

.widget_calendar td,
.widget_calendar th {
  line-height: 3;
  padding: 0;
  text-align: center;
}

.widget_calendar tbody a {
  display: block;
}

/* Recent Posts widget */
.widget-area .gallery {
  margin: 0;
}

.widget_recent_entries .post-date {
  display: block;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
  margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
  margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
  display: block;
  font-style: normal;
  line-height: 1.615384615;
  margin: 14px 0;
}

.widget_rss .rssSummary:last-child {
  margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
  margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
  border: 1px solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  line-height: 1;
  margin: 0 0.1875em 0.4375em 0;
  padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
  outline: 0;
}

.sidebar .widget {
  padding: 35px 0 35px 0;
}

footer#colophon {
  clear: both;
}

#secondary .widget {
  padding: 35px;
}

#secondary .widget .section-heading-wrapper {
  padding: 0;
  text-align: left;
}

#secondary .widget .hentry {
  padding: 0;
  text-align: left;
}

/**
* 12.0 - Content
*/
#page {
  margin: 0 auto;
  overflow-x: hidden;
}

.boxed-layout #page {
  max-width: 1640px;
}

#page header, #page .below-site-header {
  margin: 0 auto;
}

.wp-block-column {
  flex-basis: 100%;
  flex-grow: 0;
}

.wp-block-column:not(:last-child) {
  margin-right: 0;
}

.wp-block-column:not(:first-child) {
  margin-left: 0;
}

.wrapper,
.home .recent-blog-section .wrapper,
#promotion-section .content-wrapper,
.boxed-layout #header-navigation-area .wrapper,
.boxed-layout #footer-menu-section .wrapper,
.boxed-layout #feature-slider-section .wrapper,
.boxed-layout #promotion-section .wrapper,
.boxed-layout #footer-instagram .wrapper {
  margin: 0 auto;
  max-width: 1490px;
  width: 100%;
}

#header-top-bar .wrapper {
  padding: 0 30px;
}

.boxed-layout #promotion-section .wrapper,
.boxed-layout #feature-slider-section .wrapper {
  max-width: 100%;
}

.header-media .wrapper,
#header-navigation-area .wrapper,
#promotion-section .wrapper,
#footer-instagram .wrapper,
#footer-newsletter .wrapper,
#feature-slider-section .wrapper,
#footer-menu-section .wrapper {
  max-width: 100%;
}

.boxed-layout .header-media .wrapper,
.boxed-layout #footer-newsletter .wrapper {
  max-width: 1770px;
  width: 100%;
}

.site-content {
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
  z-index: 2;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.page-template .content-area {
  padding: 0 30px;
}

/**
 * 11.1 - Header
 */
.header-top-left,
.site-navigation .top-menu a {
  letter-spacing: 0;
  line-height: 1.5;
}

.header-top-bar > .header-top-right.top-without-menu {
  display: none;
}

#header-content .wrapper {
  padding: 14px 30px;
}

.site-branding {
  /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 14px 0;
  text-align: center;
}

.custom-logo {
  display: block;
  max-width: 80px;
}

.site-title {
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.site-description {
  line-height: 1.6153846154;
  text-transform: capitalize;
}

.site-title a {
  text-decoration: none;
}

.menu-toggle {
  border: none;
  display: block;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 auto;
  text-transform: capitalize;
}

.menu-search-toggle,
.menu-search-top-toggle .search-label {
  display: none;
}

#menu-toggle-secondary {
  margin: 0;
}

#menu-toggle-footer {
  margin: 0 auto 7px auto;
}

.header-right-menu-disabled .site-secondary-menu {
  display: block;
  margin: 0;
}

.header-right-menu-disabled .site-secondary-menu .social-navigation {
  display: block;
}

.header-right-menu-disabled .site-secondary-menu .social-navigation ul {
  padding: 0;
}

.no-js .menu-toggle {
  display: none;
}

.menu-toggle:focus {
  outline: 0;
}

#search-toggle.menu-toggle .icon {
  margin-right: 0;
}

.toggled-on.menu-toggle .icon-bars,
.toggled-on.menu-toggle .icon-search,
.menu-toggle .icon-close {
  display: none;
}

.toggled-on.menu-toggle .icon-close {
  display: inline-block;
}

.menu-label-prefix {
  display: none;
}

.search-container {
  display: block;
  padding: 21px 30px;
}

#primary-menu-toggle {
  margin: 0 auto;
}

#header-content {
  clear: both;
}

.header-media {
  clear: both;
}

.header-media .wrapper {
  position: relative;
}

.header-media .post-thumbnail {
  margin: 0;
}

.has-header-video .custom-header-media img {
  display: none;
}

.custom-header-content {
  display: block;
  margin: 0 auto;
  max-width: 1490px;
  padding: 100px 30px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.custom-header-content .entry-container-wrap {
  padding: 30px;
}
.custom-header-content .entry-container-wrap p {
  margin-top: 21px;
}

.custom-header-content .site-header-text a {
  text-decoration: underline;
}

.custom-header-content .site-header-text a:hover,
.custom-header-content .site-header-text a:focus {
  text-decoration: none;
}

.no-header-media-text .custom-header-media img {
  display: block;
}

.custom-header-media img {
  display: none;
}

.no-header-media-text .custom-header-media img {
  display: block;
}

.custom-header-content .entry-container-wrap {
  margin: 0 auto;
  max-width: 570px;
  text-align: center;
}

.custom-header-media .wp-custom-header-video-button {
  /* Specificity prevents .color-dark button overrides */
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  border-radius: 50%;
  bottom: 50px;
  left: 48%;
  overflow: hidden;
  padding: 10px 11px;
  position: absolute;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  z-index: 100;
}

.custom-header-content .entry-title,
.custom-header-content .site-header-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  position: relative;
}

.below-site-header {
  position: relative;
  z-index: 2;
}

.menu-open .overlay {
  height: 100%;
  opacity: 0.65;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.site-primary-menu, .site-secondary-menu {
  display: none;
}

.singular-content-wrap .entry-title,
.singular-content-wrap .entry-meta {
  text-align: left;
}

.custom-header .custom-header-content .entry-container-wrap .entry-title .sub-title,
#feature-slider-section .entry-container .entry-container-wrap .entry-title .sub-title {
  display: block;
  font-weight: 400;
}

.custom-header:before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.custom-header {
  clear: both;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#search-toggle-right {
  padding: 14px;
}

/**
* 11.2 - Posts and pages
*/
.site-main .hentry {
  text-align: left;
}

#content .section-content-wrapper .hentry,
.recent-blog-section .section-content-wrapper.layout-three .hentry,
.featured-content-wrapper .hentry,
.portfolio-content-wrapper .hentry,
.service-content-wrapper .hentry,
.team-content-wrapper .hentry,
.numbers-content-wrapper .hentry,
#testimonial-content-section .hentry {
  float: left;
  position: relative;
  width: 100%;
}

.singular-content-wrap .entry-header,
.archive .page-header,
.error404 .page-header,
.search .page-header,
.woocommerce-products-header {
  text-align: left;
}

.section-content-wrapper .post-wrapper .post-thumbnail {
  margin: 0;
}

Î .section-content-wrapper .post-wrapper .entry-container {
  margin: 0;
  padding: 0;
  text-align: left;
}

.section-content-wrapper .post-wrapper .entry-header,
.section-content-wrapper .post-wrapper .entry-summary {
  margin: 21px auto;
}

.section-content-wrapper .post-wrapper .entry-footer {
  border-top: 1px solid;
  margin: 0 auto;
}

.section-content-wrapper .post-wrapper .entry-footer .entry-meta {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.post-wrapper .entry-footer .comments-link,
.post-wrapper .entry-footer .tags-links {
  padding: 21px 0;
}

.entry-title a {
  text-decoration: none;
}

.cover-link {
  display: block;
  height: 100%;
}

.post-thumbnail img {
  display: block;
  margin: 0 auto;
}

.singular-header-image img {
  width: 100%;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
  opacity: 0.85;
}

h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.325;
}

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3611;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}

h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4583;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

.post-navigation .nav-title,
.entry-title,
.comments-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.author-description > :last-child,
.entry-content > :last-child,
.entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
  margin-bottom: 0;
}

.more-link {
  clear: both;
  display: block;
  margin-top: 28px;
  word-wrap: break-word;
}

.more-button,
.site-main #infinite-handle span {
  border: 2px solid;
  border-radius: 23px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 12px 31px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.view-more {
  clear: both;
  margin: 0 0 35px;
  padding: 0 30px;
  text-align: center;
}

.author-info {
  clear: both;
  text-align: center;
}

.author-avatar .avatar {
  height: 150px;
  width: 150px;
}

.author-description .author-title {
  clear: none;
  line-height: 1.555;
  margin: 0 0 14px;
}

.author-description {
  overflow: hidden;
}

.author-link {
  clear: both;
  display: block;
  margin-top: 21px;
  white-space: nowrap;
}

.entry-footer:empty {
  margin: 0;
}

.site-main .section-content-wrapper .sticky .entry-header {
  position: relative;
}

.sticky-post {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 7px;
  padding: 7px 14px 7px;
  text-align: center;
  text-transform: uppercase;
  z-index: 9;
}

.sticky-post:after {
  content: "";
}

.has-post-thumbnail .sticky-post {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 7px 14px 7px;
  position: absolute;
  right: -14px;
  top: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 9;
}
.has-post-thumbnail .sticky-post:after {
  content: "";
  border-top: 11px solid;
  border-left: 0 solid transparent;
  border-right: 14px solid transparent;
  bottom: -11px;
  position: absolute;
}
.has-post-thumbnail .sticky-post:after {
  right: 0;
}

.entry-meta {
  text-transform: capitalize;
}

.entry-meta .sep {
  display: none;
}

.entry-header .byline,
.entry-header .cat-links {
  clear: both;
  display: block;
}

.singular-content-wrap .entry-footer .cat-links,
.singular-content-wrap .entry-footer .tags-links {
  display: block;
}

.singular-content-wrap .entry-footer span span {
  display: block;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.singular-content-wrap .entry-footer .cat-links a,
.singular-content-wrap .entry-footer .tags-links a {
  border: none;
  display: inline-block;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
  padding: 5px 0;
  text-decoration: none;
  text-transform: capitalize;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
  display: none;
}

.taxonomy-description p {
  margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
  margin-bottom: 0;
}

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

.page-links a,
.page-links > span {
  border: 1px solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  text-decoration: none;
  width: 2em;
}

.page-links > .page-links-title {
  border: none;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto;
}

.entry-attachment {
  margin-bottom: 1.75em;
}

.entry-caption {
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 7px;
}

.entry-caption > :last-child {
  margin-bottom: 0;
}

span.comments-link {
  display: none;
}

/**
* 11.3 - Comments
*/
.comments-area {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  margin: 35px 0;
  padding: 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0;
}

.author-name {
  display: block;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
  text-transform: capitalize;
}

.author-name a {
  text-decoration: none;
}

.comment-author {
  float: left;
  margin: 0 1.3125em 0 0;
}

.comment-author .avatar {
  height: 70px;
  position: relative;
  width: 70px;
}

.comment-container {
  overflow: hidden;
}

.comment-metadata,
.pingback .edit-link {
  line-height: 2.1538461539;
}

.comment-reply-link,
.comment-metadata .comment-permalink,
.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
  letter-spacing: 0;
  margin-top: 0;
  text-transform: capitalize;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
  content: " ";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
  border: 1px solid;
  transform: rotate(90deg);
  margin-bottom: 4px;
}

.comment-content {
  letter-spacing: 0;
  line-height: 1.75;
  margin: 14px 0 14px 95px;
  padding: 0;
  position: relative;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6470588235em 1.2352941176em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-reply-link {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.3333333333;
  margin-left: 0;
  text-transform: uppercase;
}

.comment-form label {
  font-weight: 700;
  text-transform: uppercase;
}

.comment-respond {
  margin: 21px 0;
  margin-bottom: 0;
}

.no-comments {
  clear: both;
  content: "";
  display: table;
  margin: 1.75em 0;
  padding: 2.1875em;
  table-layout: fixed;
  width: 100%;
}

.comment-navigation + .no-comments {
  margin-top: 0;
  padding-top: 0;
}

.comment-reply {
  margin: 0 5em;
  padding: 0 5px;
}

.comment-reply-title {
  line-height: 1.4;
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  float: right;
  font-weight: 400;
  text-decoration: none;
}

.comment-meta {
  margin-bottom: 7px;
}

.comments-title,
.comment-reply-title {
  text-align: left;
}

.comment-respond {
  border: none;
}

.comment-notes {
  font-style: italic;
  text-align: left;
}

#comments .comments-title {
  margin: 55px 0;
}

/**
* 11.4 - Footer
*/
#colophon .widget-column {
  float: left;
  position: relative;
  width: 100%;
  z-index: 2;
}

#site-generator {
  clear: both;
}

.site-info {
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
}

.widget-area .widget_recent_entries li a {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
}

.widget-area {
  letter-spacing: 0;
  line-height: 1.75;
}

#menu-main-menu-4.footer-menu, #menu-social-menu-4.footer-menu {
  display: block;
  text-align: center;
}

#footer-menu-section .footer-menu {
  text-align: center;
}

#footer-menu-section.toggled-on .footer-menu {
  display: block;
}

#footer-menu-section .footer-menu {
  display: none;
}

/**
* 13.0 - Media
*/
.site .avatar {
  border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
  display: block;
}

.post-thumbnail {
  display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/**
 * 12.1 - Captions
 */
.wp-caption {
  margin-bottom: 0;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text {
  letter-spacing: 0;
  line-height: 1.8666666667;
  text-align: center;
}

/**
* 12.2 - Galleries
*/
.gallery {
  margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

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

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

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

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

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

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

.gallery-icon img {
  margin: 0 auto;
  width: 100%;
}

.gallery-caption {
  display: block;
  padding-top: 7px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
* 12.3 - Icons
*/
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  /* Align more nicely with capital letters */
  top: -0.1em;
  vertical-align: middle;
  width: 1em;
}

/**
* 14.0 - Modules
*/
.section {
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}

.section:after,
.site-content:after,
.breadcrumb-area:after {
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  max-width: 1920px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}

.section:after,
.boxed-layout .site-content:after,
.boxed-layout .breadcrumb-area:after {
  max-width: 1510px;
  width: calc(100% - 60px);
}

.boxed-layout #clients-section.has-background-image {
  margin: 0 auto;
  max-width: 1510px;
}

.section-heading-wrapper {
  margin: 0 auto;
  max-width: 1090px;
  text-align: center;
  width: 100%;
}

.section-title {
  margin: 0;
  text-transform: capitalize;
}

.recent-blog-section .wrapper {
  max-width: 1040px;
}

/**
 * 13.1 - Slider
 */
#feature-slider-section {
  border: none;
  padding: 0;
}

#feature-slider-section .hentry {
  width: 100%;
}

#feature-slider-section .slider-content-wrapper .entry-container {
  text-align: center;
}

#feature-slider-section .slider-content-wrapper .more-link {
  border: none;
  text-align: center;
}

#feature-slider-section .entry-container {
  display: block;
}

#feature-slider-section .slider-image img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 100%;
}

#feature-slider-section .entry-container {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
#feature-slider-section .entry-container .entry-title {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3333333333;
}
#feature-slider-section .entry-container .entry-summary {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5555555556;
}
#feature-slider-section .entry-container .entry-summary p {
  margin-top: 21px;
}

#feature-slider-section .cycle-prev,
#feature-slider-section .cycle-next {
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 40px;
  opacity: 1;
  outline: none;
  padding: 7px;
  position: absolute;
  text-decoration: none;
  top: 50%;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 40px;
  z-index: 199;
}

#feature-slider-section .cycle-prev {
  left: -100px;
}

#feature-slider-section .cycle-next {
  right: -100px;
}

#feature-slider-section:hover .cycle-prev {
  left: 5px;
}

#feature-slider-section:hover .cycle-next {
  right: 5px;
}

#feature-slider-section:hover .cycle-prev,
#feature-slider-section:hover .cycle-next {
  display: block;
  opacity: 1;
}

#feature-slider-section .cycle-prev:hover,
#feature-slider-section .cycle-prev:focus,
#feature-slider-section .cycle-next:hover,
#feature-slider-section .cycle-next:focus {
  text-decoration: none;
}

#feature-slider-section .cycle-prev .icon,
#feature-slider-section .cycle-next .icon {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 3px 0;
}

#feature-slider-section .cycle-prev .icon {
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
}

#feature-slider-section .cycle-next .icon {
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(270deg);
  /* IE 9 */
  transform: rotate(270deg);
}

.cycle-pager {
  display: none;
}

#feature-slider-section .slider-content-wrapper .entry-container .entry-container-wrap {
  margin: 0 auto;
  max-width: 570px;
  padding: 30px;
  text-align: center;
}

/**
* 13.2 - Featured Content & Portfolio
*/
.team-content-wrapper .hentry-inner,
.service-content-wrapper .hentry-inner {
  text-align: center;
}

.featured-content-wrapper .hentry-inner {
  text-align: left;
}

.featured-content-wrapper .post-thumbnail,
.portfolio-content-wrapper .post-thumbnail {
  width: 100%;
}

.featured-content-wrapper.section-content-wrapper .post-thumbnail {
  margin: 0;
}

.featured-content-wrapper .entry-title,
.portfolio-content-wrapper .entry-title {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6666666667;
}

.featured-content-wrapper .more-link {
  text-align: left;
}

.featured-content-wrapper .entry-container,
.team-content-wrapper .hentry-inner,
.service-content-wrapper .hentry-inner {
  padding: 28px;
}

#feature-slider-section .more-link span {
  border: none;
}

/* Portolio */
.portfolio-content-wrapper {
  overflow: hidden;
}

.portfolio-content-wrapper .post-thumbnail {
  margin: 0;
}

.portfolio-content-wrapper .hentry-inner .portfolio-thumbnail span {
  display: none;
}

.portfolio-content-wrapper .hentry {
  height: auto;
  line-height: 1.75;
}
.portfolio-content-wrapper .hentry:hover .hentry-inner .portfolio-thumbnail span {
  border-radius: 100px;
  display: block;
  left: 50%;
  line-height: 1;
  padding: 14px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.portfolio-content-wrapper .hentry-inner {
  position: relative;
}

.portfolio-content-wrapper .entry-container {
  height: 100%;
  opacity: 1;
  position: absolute;
  left: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

.portfolio-content-wrapper .hentry:hover .entry-container {
  opacity: 1;
}

.portfolio-content-wrapper .entry-meta a {
  text-decoration: none;
}

.portfolio-content-wrapper .entry-container {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}

.portfolio-content-wrapper .entry-container > .inner-wrap {
  background: rgba(0, 0, 0, 0.65);
  bottom: 0;
  display: block;
  left: 0;
  padding: 14px 21px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.portfolio-content-wrapper .section-content-wrapper .entry-title {
  display: block;
  position: relative;
}

.featured-content-wrapper .hentry .post-thumbnail img,
.portfolio-content-wrapper .hentry .post-thumbnail img {
  width: 100%;
}

#portfolio-content-section .more-link .more-button {
  border: none;
}
#portfolio-content-section .more-link .more-button:hover {
  background: none;
}

.portfolio-content-wrapper .hentry .hentry-inner .portfolio-thumbnail a:hover {
  background: rgba(0, 0, 0, 0.35);
}

/**
* 13.3 - Hero Content
*/
#hero-section {
  margin: 0;
  padding: 0;
}

#hero-section:after {
  border: 0;
}

#hero-section .hentry {
  position: relative;
}

#hero-section .entry-container {
  clear: both;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

#hero-section .post-thumbnail {
  background-position: center center;
  background-size: cover;
  content: "";
  float: left;
  margin: 0;
  padding-bottom: 100%;
  width: 100%;
}

#hero-section .post-thumbnail a {
  bottom: 0;
  border: none;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
}

.hero-content-wrapper .entry-container.full-width > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 990px;
}

#hero-section .entry-content {
  margin: 21px 0 0;
}

#hero-section .more-link .more-button {
  border: none;
}

/**
* 13.4 - Testimonials & Logo
*/
#testimonial-content-section .section-content-wrapper {
  display: block;
  padding-bottom: 77px;
  position: relative;
}

#testimonial-content-section .testimonial_slider_wrap {
  width: 100%;
}

#testimonial-content-section .section-content-wrapper .entry-container {
  padding: 35px;
}

#testimonial-content-section .post-thumbnail {
  margin: 0 0 -42px;
}

#clients-section .cycle-prev,
#clients-section .cycle-next,
#testimonial-content-section .cycle-prev,
#testimonial-content-section .cycle-next {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 199;
}

#clients-section .icon,
#testimonial-content-section .icon {
  font-size: 32px;
  font-size: 2rem;
  width: 18px;
}

#clients-section .cycle-prev .icon,
#testimonial-content-section .cycle-prev .icon {
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
}

#clients-section .cycle-next .icon,
#testimonial-content-section .cycle-next .icon {
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(270deg);
  /* IE 9 */
  transform: rotate(270deg);
}

#testimonial-content-section .entry-header:before {
  border-top: 3px solid;
  content: "";
  display: block;
  margin: 28px auto;
  width: 40px;
}

#testimonial-content-section .entry-title,
#testimonial-content-section .entry-meta {
  display: block;
}

#testimonial-content-section .entry-meta {
  letter-spacing: 0;
  line-height: 1.75;
  text-transform: capitalize;
}

#clients-section .cycle-pager,
#testimonial-content-section .cycle-pager {
  display: inline-block;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 0;
  position: relative;
  top: 30px;
}

#clients-section .controller,
#testimonial-content-section .controller {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100%;
  z-index: 101;
}

#clients-section .cycle-pager span,
#testimonial-content-section .cycle-pager span {
  clear: both;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin: 0 7px;
  width: 16px;
}

#clients-section .cycle-pager > *,
#testimonial-content-section .cycle-pager > * {
  cursor: pointer;
}

#testimonial-content-section .entry-title {
  margin: 21px 0 0;
  line-height: 1.5555555556;
}

#testimonial-content-section .more-link {
  display: none;
}

#testimonial-content-section .entry-content {
  margin: 0;
  padding-top: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 1.6666666667;
  text-align: center;
}

#testimonial-content-section .post-thumbnail {
  z-index: 1;
}
#testimonial-content-section .post-thumbnail img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

/* Logo */
#clients-section {
  padding: 30px;
  padding-top: 0;
}

.clients-content-wrapper {
  margin-bottom: 35px;
  position: relative;
}

.clients-content-wrapper .post-thumbnail {
  margin: 0;
}

.clients-content-wrapper .hentry {
  padding: 0 15px 30px;
}

#testimonial-content-section .cycle-slideshow {
  margin: 0 30px;
}

#testimonial-content-section .cycle-prev,
#testimonial-content-section .cycle-next {
  position: relative;
  top: 20px;
}

.testimonial-wrapper .hentry .entry-header {
  text-align: center;
}

#clients-section .cycle-pager {
  top: 8px;
}

#testimonial-content-section .section-content-wrapper .testimonial-thumbnail.post-thumbnail + .entry-container {
  padding-top: 70px;
}

/**
* 13.5 - Promotional Headline
*/
#promotion-section {
  border: 0;
  padding: 0;
}

#promotion-section .hentry {
  margin: 0;
  position: relative;
}

.post-thumbnail-background {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.post-thumbnail-background:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#promotion-section .post-thumbnail-background {
  z-index: 1;
}

#promotion-section .entry-container {
  max-width: 572px;
  margin: 0;
  position: relative;
  z-index: 2;
}

#promotion-section.content-align-right .entry-container {
  float: right;
}

#promotion-section.content-align-center .entry-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#promotion-section.content-frame .entry-container-frame {
  margin: 0;
  padding: 35px 0;
}

#promotion-section .cover-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#promotion-section .entry-container-frame .more-link {
  text-align: left;
}

#promotion-section.content-frame .entry-container-frame .more-link .more-button {
  border: 2px solid;
}

#promotion-section.content-frame .entry-container-frame {
  padding: 35px;
}

#promotion-section .entry-container-frame p {
  letter-spacing: 0;
  line-height: 1.5555555556;
  max-width: 466px;
}

#promotion-section.content-align-center .entry-container-frame p {
  margin: 0 auto;
}

#promotion-section.content-align-center .entry-container-frame .more-link {
  text-align: center;
}

#promotion-section.content-align-center .entry-container-frame .entry-content p {
  margin: 0 auto;
}

#promotion-section.content-align-left .entry-container-frame p {
  margin: 0;
}

/**
* 13.6 - Others
*/
.woocommerce nav.woocommerce-pagination {
  text-align: left;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 7px 10px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  border: none;
  margin-right: 7px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce p.stars a,
.woocommerce nav.woocommerce-pagination ul li a,
.cart_item a {
  border: none;
}

.woocommerce-cart-form #coupon_code {
  padding: 11px 6px;
  width: auto !important;
}

.woocommerce .quantity .qty {
  margin: 0;
  width: 4.5em;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0 17px 0 0;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 80px;
}

#footer-instagram .widget {
  margin: 0;
  padding: 0;
}

#footer-instagram .widget-title {
  letter-spacing: 0;
  max-width: 1025px;
  margin: 0 auto 35px;
  padding: 0 30px;
  text-align: center;
  text-transform: capitalize;
}

.catch-instagram-feed-gallery-widget .instagram-button {
  margin: 0;
}

.catch-instagram-feed-gallery-widget-wrapper .button {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  line-height: 1.6470588235;
  padding: 11px 30px;
  text-decoration: none;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .button {
  margin: 28px 0;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item {
  margin: 0;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item {
  width: 16.666%;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item:nth-child(3n+1),
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item:nth-child(3n+1) {
  clear: none;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item:nth-child(6n+1),
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item:nth-child(6n+1) {
  clear: both;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .instagram-button,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .instagram-button {
  display: none;
}

.widget.essential-widgets {
  clear: none;
}

#footer-newsletter .wrapper {
  text-align: center;
}

#footer-newsletter .widget-inner {
  margin: 0 auto;
  padding: 30px;
  padding-top: 0;
}

#footer-newsletter .widget.ew-newsletter,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton {
  margin: 0;
}

#footer-newsletter .ew-newsletter-wrap form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-newsletter .section-heading-wrapper .section-heading-wrap .section-title {
  letter-spacing: 0;
  line-height: 1.3611111111;
  text-align: center;
}

.footer-newsletter .section-heading-wrapper {
  letter-spacing: 0;
  line-height: 1.5555555556;
  padding: 28px 0;
  text-align: center;
}

.footer-newsletter .section-heading-wrapper .section-heading-wrapper {
  padding: 0;
}

#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton {
  border-radius: 0px 23px 23px 0px;
  border: none;
}

#footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox {
  border-radius: 23px 0px 0px 23px;
}
#footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox::placeholder {
  letter-spacing: 0;
  line-height: 1.8666666667;
}

.contact-section-map {
  height: 500px;
  margin: 0 0 -140px 0;
}

.contact-section .wrapper .section-content-wrap {
  border-radius: 25px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.05);
  margin: 0 30px;
  padding: 21px;
}
.contact-section .wrapper .section-content-wrap article {
  display: block;
}
.contact-section .wrapper .contact-info {
  text-align: center;
}
.contact-section .wrapper .entry-title {
  line-height: 1.3611111111;
  padding: 35px 30px;
}
.contact-section .wrapper .entry-title span {
  display: block;
  font-weight: 400;
  margin-top: 14px;
}
.contact-section .wrapper .contact-details {
  list-style: none;
  margin: 0;
}
.contact-section .wrapper .contact-details span {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  margin-left: 0;
  text-transform: uppercase;
}
.contact-section .wrapper .contact-details p {
  font-weight: 400;
  margin-left: 0;
}
.contact-section .wrapper .contact-details svg {
  height: 18px;
}
.contact-section .wrapper .contact-form {
  margin-top: 21px;
  width: 100%;
}
.contact-section .wrapper .contact-form form .contact-input {
  border: none;
  border-radius: 0;
  margin-bottom: 35px;
  width: 100%;
}
.contact-section .wrapper .contact-form form .contact-input::placeholder {
  letter-spacing: 0;
  line-height: 1.3125;
}
.contact-section .wrapper .contact-form form textarea {
  border: none;
  border-radius: 0;
  height: -webkit-fill-available;
  margin-bottom: 35px;
  max-height: 230px;
}
.contact-section .wrapper .contact-form form textarea::placeholder {
  letter-spacing: 0;
  line-height: 1.3125;
}
.contact-section .wrapper .contact-form form .contact-firstname {
  margin-right: 0;
}
.contact-section .wrapper .social-navigation {
  margin-bottom: 21px;
}
.contact-section .wrapper .social-navigation ul {
  text-align: center;
}
.contact-section .wrapper .social-navigation li {
  margin: 7px 7px 0 0;
}
.contact-section .wrapper .social-navigation a {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.contact-section .wrapper .social-navigation a svg {
  margin: 5px;
}

#content .section-content-wrapper.layout-one .hentry {
  width: 100%;
}

#content .section-content-wrapper.layout-two .hentry,
.recent-blog-section .section-content-wrapper.layout-two .hentry {
  width: 100%;
}

#content .section-content-wrapper.layout-three .hentry,
.recent-blog-section .section-content-wrapper.layout-three .hentry {
  width: 100%;
}

#content .section-content-wrapper.layout-four .hentry,
.recent-blog-section .section-content-wrapper.layout-four .hentry {
  width: 100%;
}

.recent-blog-section .section-content-wrapper .hentry .entry-header .entry-title,
#content .section-content-wrapper .hentry .entry-header .entry-title {
  letter-spacing: 0;
  line-height: 35px;
}

#contact-section .section-content-wrap .contact-info, .contact-section .wrapper .social-navigation ul {
  text-align: center;
}

#contact-section .section-content-wrap .contact-info .contact-details {
  display: block;
}
#contact-section .section-content-wrap .contact-info .contact-details li {
  margin-bottom: 28px;
}
#contact-section .section-content-wrap .contact-info .contact-details li p {
  letter-spacing: 0;
  line-height: 1.3125;
  margin-bottom: 0;
}
#contact-section .section-content-wrap .contact-info .contact-details li a {
  letter-spacing: 0;
  line-height: 1.3125;
}

#contact-section .section-content-wrap .contact-info .social-navigation .menu-social-menu-container .social-links-menu {
  margin: 0;
}

#contact-section .section-content-wrap .contact-form form p input:not(#submit) {
  letter-spacing: 0;
}

#contact-section .section-content-wrap .contact-form form .comment-form-phone,
#contact-section .section-content-wrap .contact-form form .c {
  width: 100%;
}

#contact-section .section-content-wrap .contact-form form .comment-no-of-people {
  width: 100%;
}

article.hentry.contact-info {
  width: 100%;
}

#content .section-content-wrapper .hentry .entry-footer {
  display: none;
}

#infinite-post-wrap article {
  margin-bottom: 21px;
}

#contact-section .section-content-wrap {
  margin-bottom: 42px;
}

.contact-section .wrapper .entry-title .entry-subtitle {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5555555556;
  margin: 0;
}

.recent-blog-section .post-thumbnail, #team-content-section .post-thumbnail, #featured-content-section .post-thumbnail,
#content .post-thumbnail, #team-content-section .post-thumbnail, #featured-content-section .post-thumbnail {
  overflow: hidden;
  width: 100%;
}
.recent-blog-section .post-thumbnail img, #team-content-section .post-thumbnail img, #featured-content-section .post-thumbnail img,
#content .post-thumbnail img, #team-content-section .post-thumbnail img, #featured-content-section .post-thumbnail img {
  overflow: hidden;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.recent-blog-section .post-thumbnail img:hover, #team-content-section .post-thumbnail img:hover, #featured-content-section .post-thumbnail img:hover,
#content .post-thumbnail img:hover, #team-content-section .post-thumbnail img:hover, #featured-content-section .post-thumbnail img:hover {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  overflow: hidden;
}

.recent-blog-section .entry-header .post-thumbnail,
#content .entry-header .post-thumbnail {
  margin-bottom: 21px;
}

.header-media .custom-header-media:before {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.custom-header-content .entry-title {
  font-weight: 400;
  line-height: 1.4583333333;
}

.home .custom-header-content .entry-title {
  font-weight: 700;
  line-height: 1.4583333333;
}

/**
* 13.7 - Team Content Section
*/
.team-content-wrapper {
  overflow: hidden;
}

.team-content-wrapper .hentry .hentry-inner {
  padding: 0;
  position: relative;
}
.team-content-wrapper .hentry .hentry-inner .entry-container {
  bottom: 0;
  padding: 15px;
  position: absolute;
  top: auto;
  width: 100%;
  z-index: 99;
}
.team-content-wrapper .hentry .hentry-inner .entry-container .entry-summary {
  margin-top: 0;
}
.team-content-wrapper .hentry .hentry-inner .entry-container .social-links-menu {
  margin: 0;
}

.team-content-wrapper .entry-title a {
  line-height: 1.5555555556;
}

.team-content-wrapper .has-social-profile .post-thumbnail {
  line-height: 1;
  margin: 0;
}

.team-content-wrapper .entry-meta {
  letter-spacing: 0;
  line-height: 1.75;
  text-transform: capitalize;
}

#team-content-section .team-content-wrapper .has-social-profile .artist-social-profile #menu-social-menu {
  margin: 0;
}
#team-content-section .team-content-wrapper .has-social-profile .artist-social-profile #menu-social-menu li a {
  padding: 9px 7px 0 7px;
}

.team-content-wrapper .hentry .hentry-inner .entry-container {
  webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/**
* 13.8 - Numbers Section
*/
.numbers-content-wrapper .entry-title {
  font-weight: 600;
}

.numbers-content-wrapper.section-content-wrapper .entry-summary,
.numbers-content-wrapper.section-content-wrapper .entry-content {
  margin: 0;
}

.numbers-content-wrapper .entry-container {
  letter-spacing: 0;
  line-height: 1.5555555556;
  text-align: center;
}

.numbers-content-wrapper .entry-container {
  margin-left: 0;
  overflow: hidden;
}

.numbers-content-wrapper .hentry-inner .numbers-section-thumbnail.post-thumbnail {
  margin: 14px auto;
  margin-top: 0;
}

#numbers-section .numbers-content-wrapper {
  padding: 0 30px;
}

.numbers-content-wrapper .hentry {
  margin-bottom: 30px;
}

#numbers-section.no-section-heading {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}

.numbers-content-wrapper .hentry-inner {
  display: block;
  text-align: center;
}

/**
* 15.0 - Media Queries
*/
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/**
 * 14.1 >= 667px
 */
@media screen and (min-width: 41.6875em) {
  .entry-meta .sep {
    display: inline;
    margin: 0 7px;
  }

  .entry-header .entry-meta > span {
    clear: none;
    display: inline-block;
    margin-right: 7px;
  }

  .entry-header .entry-meta > span:last-child {
    margin-right: 0;
  }

  .featured-content-wrapper.layout-four,
.portfolio-content-wrapper.layout-four,
.service-content-wrapper.layout-four,
.featured-content-wrapper.layout-two,
.portfolio-content-wrapper.layout-two,
.service-content-wrapper.layout-two,
.team-content-wrapper.layout-two {
    margin-left: -15px;
    margin-right: -15px;
  }

  .featured-content-wrapper.layout-four .hentry,
.portfolio-content-wrapper.layout-four .hentry,
.service-content-wrapper.layout-four .hentry,
.team-content-wrapper.layout-four .hentry,
.numbers-content-wrapper.layout-four .hentry,
.featured-content-wrapper.layout-two .hentry,
.portfolio-content-wrapper.layout-two .hentry,
.service-content-wrapper.layout-two .hentry,
.team-content-wrapper.layout-two .hentry,
.numbers-content-wrapper.layout-two .hentry,
#colophon .two .widget-column,
#colophon .four .widget-column {
    width: 50%;
  }

  #promotion-section .content-wrapper {
    padding: 0 15px;
  }

  #secondary .widget {
    display: block;
    float: left;
    width: 48%;
  }

  #secondary .widget:nth-child(2n+1) {
    clear: both;
    margin-right: 4%;
  }

  #content .section-content-wrapper.layout-four .hentry,
.recent-blog-section .section-content-wrapper.layout-four .hentry,
.featured-content-wrapper.layout-four .hentry,
.portfolio-content-wrapper.layout-four .hentry,
.service-content-wrapper.layout-four .hentry,
.team-content-wrapper.layout-four .hentry,
#content .section-content-wrapper.layout-three .hentry,
.recent-blog-section .section-content-wrapper.layout-three .hentry,
.featured-content-wrapper.layout-three .hentry,
.portfolio-content-wrapper.layout-three .hentry,
.service-content-wrapper.layout-three .hentry,
.team-content-wrapper.layout-three .hentry,
#content .section-content-wrapper.layout-two .hentry,
.recent-blog-section .section-content-wrapper.layout-two .hentry,
.featured-content-wrapper.layout-two .hentry,
.portfolio-content-wrapper.layout-two .hentry,
.service-content-wrapper.layout-two .hentry,
.team-content-wrapper.layout-two .hentry {
    padding: 0 15px;
  }

  #hero-section .hentry {
    display: table;
    width: 100%;
  }

  #hero-section .post-thumbnail,
#hero-section .entry-container {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }

  #hero-section .post-thumbnail {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }

  #hero-section.content-align-right .post-thumbnail {
    left: 0;
    right: auto;
  }

  #hero-section .entry-container.full-width {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 1510px;
    text-align: center;
    width: 100%;
  }

  #hero-section .entry-container,
.sidebar .widget {
    float: left;
  }

  .featured-content-wrapper.layout-four .hentry:nth-child(2n+1),
.portfolio-content-wrapper.layout-four .hentry:nth-child(2n+1),
.service-content-wrapper.layout-four .hentry:nth-child(2n+1),
.team-content-wrapper.layout-four .hentry:nth-child(2n+1),
.numbers-content-wrapper.layout-four .hentry:nth-child(2n+1),
.featured-content-wrapper.layout-two .hentry:nth-child(2n+1),
.portfolio-content-wrapper.layout-two .hentry:nth-child(2n+1),
.service-content-wrapper.layout-two .hentry:nth-child(2n+1),
.team-content-wrapper.layout-two .hentry:nth-child(2n+1),
.numbers-content-wrapper.layout-two .hentry:nth-child(2n+1),
.sidebar .widget:nth-child(2n+1),
#colophon .two .widget-column:nth-child(2n+1),
#colophon .four .widget-column:nth-child(2n+1),
#content .section-content-wrapper.layout-four .hentry:nth-child(2n+1),
#content .section-content-wrapper.layout-two .hentry:nth-child(2n+1),
.recent-blog-section .section-content-wrapper.layout-four .hentry:nth-child(2n+1),
.recent-blog-section .section-content-wrapper.layout-two .hentry:nth-child(2n+1) {
    clear: both;
  }

  #hero-section.content-align-right .entry-container {
    float: right;
    padding-left: 30px;
  }

  #hero-section .entry-container {
    max-width: 560px;
  }

  #hero-section.content-align-left .entry-container {
    padding-right: 30px;
  }

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

  .author-avatar {
    clear: both;
    float: left;
    margin: 0 35px 0 0;
  }

  .two-columns .hentry {
    width: 50%;
  }

  .three-columns .hentry {
    width: 33.33%;
  }

  .four-columns .hentry {
    width: 25%;
  }

  .five-columns .hentry {
    width: 20%;
  }

  .six-columns .hentry {
    width: 16.66%;
  }

  .seven-columns .hentry {
    width: 14.28%;
  }

  .eight-columns .hentry {
    width: 12.5%;
  }

  .nine-columns .hentry {
    width: 11.11%;
  }

  .nine-columns .hentry:nth-child(9n+1),
.eight-columns .hentry:nth-child(8n+1),
.seven-columns .hentry:nth-child(7n+1),
.six-columns .hentry:nth-child(6n+1),
.five-columns .hentry:nth-child(5n+1),
.four-columns .hentry:nth-child(4n+1),
.three-columns .hentry:nth-child(3n+1),
.two-columns .hentry:nth-child(2n+1) {
    clear: both;
  }

  .pagination .prev,
.pagination .next {
    width: auto;
  }

  .posts-navigation {
    padding: 0 20px;
  }

  .post-navigation .nav-previous,
.post-navigation .nav-next {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }

  .post-navigation .nav-previous {
    text-align: left;
  }

  .post-navigation .nav-next {
    text-align: right;
  }

  .posts-navigation div + div,
.post-navigation div + div {
    margin-top: 0;
  }

  .posts-navigation .nav-links div:nth-child(1):nth-last-child(2),
.posts-navigation .nav-links div:nth-child(2):nth-last-child(1) {
    display: inline-block;
    width: 48%;
  }

  .posts-navigation .nav-links div:nth-child(1):nth-last-child(2) {
    margin-right: 2%;
    text-align: left;
  }

  .posts-navigation .nav-links div:nth-child(2):nth-last-child(1) {
    margin-left: 2%;
    text-align: right;
  }

  blockquote.alignright,
blockquote.alignleft {
    width: 50%;
  }

  .featured-content-wrapper.layout-three,
.portfolio-content-wrapper.layout-three,
.service-content-wrapper.layout-three {
    margin-left: -15px;
    margin-right: -15px;
  }

  .featured-content-wrapper.layout-three .hentry,
.recent-blog-section .section-content-wrapper.layout-three .hentry,
.portfolio-content-wrapper.layout-three .hentry,
.service-content-wrapper.layout-three .hentry,
.team-content-wrapper.layout-three .hentry,
.numbers-content-wrapper.layout-three .hentry,
#colophon .three .widget-column {
    width: 33.33%;
  }

  .featured-content-wrapper.layout-one .hentry,
.featured-content-wrapper.layout-three .hentry,
.recent-blog-section .section-content-wrapper.layout-one .hentry,
.recent-blog-section .section-content-wrapper.layout-three .hentry,
.portfolio-content-wrapper.layout-one .hentry,
.portfolio-content-wrapper.layout-three .hentry,
.service-content-wrapper.layout-one .hentry,
.service-content-wrapper.layout-three .hentry,
.team-content-wrapper.layout-one .hentry,
.team-content-wrapper.layout-three .hentry {
    padding: 0 15px;
  }

  .featured-content-wrapper.layout-three .hentry-inner .post-thumbnail,
.recent-blog-section .section-content-wrapper.layout-three .hentry,
.portfolio-content-wrapper.layout-three .hentry-inner .post-thumbnail,
.service-content-wrapper.layout-three .hentry-inner .post-thumbnail,
.featured-content-wrapper.layout-three .hentry-inner .entry-container,
.recent-blog-section .section-content-wrapper.layout-three .hentry-inner .entry-container,
.portfolio-content-wrapper.layout-three .hentry-inner .entry-container,
.service-content-wrapper.layout-three .hentry-inner .entry-container {
    display: block;
    width: 100%;
  }

  .featured-content-wrapper.layout-three .hentry:nth-child(3n+1),
.recent-blog-section .section-content-wrapper.layout-three .hentry:nth-child(3n+1),
.portfolio-content-wrapper.layout-three .hentry:nth-child(3n+1),
.service-content-wrapper.layout-three .hentry:nth-child(3n+1),
.team-content-wrapper.layout-three .hentry:nth-child(3n+1),
.numbers-content-wrapper.layout-three .hentry:nth-child(3n+1),
#content .section-content-wrapper.layout-three .hentry:nth-child(3n+1) {
    clear: both;
  }

  .comment-form-author,
.comment-form-email,
.comment-form-url {
    display: inline-block;
    width: 100%;
  }

  .numbers-content-wrapper .hentry-inner .numbers-section-thumbnail.post-thumbnail {
    margin: 0;
    float: left;
  }

  .numbers-content-wrapper .hentry-inner {
    text-align: center;
  }

  .numbers-content-wrapper .entry-container {
    margin-left: 28px;
    text-align: left;
  }

  .contact-section .wrapper form {
    margin-top: 0;
  }

  .contact-section .wrapper .contact-info {
    text-align: left;
  }

  .comment-respond {
    padding: 0;
  }

  ol .comment-respond {
    margin: 0 0 0 6rem;
  }

  .comment-list .children > li {
    padding-left: 5em;
  }

  .contact-section .wrapper .contact-form {
    margin-top: 0;
  }

  .contact-section .wrapper .section-content-wrap {
    padding: 0 35px;
  }

  #content .section-content-wrapper.layout-two .hentry,
.recent-blog-section .section-content-wrapper.layout-two .hentry {
    width: 50%;
  }

  #content .section-content-wrapper.layout-three .hentry,
.recent-blog-section .section-content-wrapper.layout-three .hentry {
    width: 33.33%;
  }

  #content .section-content-wrapper.layout-four .hentry,
.recent-blog-section .section-content-wrapper.layout-four .hentry {
    width: 25%;
  }

  #contact-section .section-content-wrap .contact-info .contact-details {
    display: flex;
    justify-content: space-between;
  }

  #footer-menu-section .social-navigation .icon {
    height: 32px;
    width: 32px;
  }

  #footer-menu-section .social-navigation li a {
    padding: 14px;
  }

  .footer-newsletter .section-heading-wrapper {
    padding: 28px;
  }

  .site-content .wrapper {
    padding: 0 15px;
  }

  .numbers-content-wrapper .hentry-inner {
    display: flex;
  }

  .numbers-content-wrapper .hentry {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #numbers-section .numbers-content-wrapper {
    padding: 0 15px;
  }

  #footer-newsletter .widget-inner {
    max-width: 640px;
  }

  #footer-newsletter .widget-inner {
    padding: 35px 30px;
    padding-top: 0;
  }

  #testimonial-content-section .cycle-next {
    position: absolute;
    right: -85px;
    top: -150px;
    transform: translateY(-50%);
  }

  #testimonial-content-section .cycle-prev {
    left: -85px;
    position: absolute;
    top: -150px;
    transform: translateY(-50%);
  }

  #testimonial-content-section .cycle-slideshow {
    margin: 0 auto;
    max-width: 760px;
    width: 70%;
  }

  .site-header-main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

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

  .custom-logo {
    margin: 7px 0;
  }

  #primary-menu-toggle {
    margin: 0;
  }
}
/**
* 14.2 >= 1024px
*/
@media screen and (min-width: 64em) {
  .boxed-layout #footer-instagram .wrapper,
.boxed-layout #promotion-section .wrapper,
.boxed-layout #header-navigation-area .wrapper,
.boxed-layout #footer-menu-section .wrapper,
.boxed-layout #feature-slider-section .wrapper {
    padding: 0;
  }

  .search-container {
    display: none;
  }

  #search-top-container .header-top-right {
    display: block;
  }

  .boxed-layout #page {
    width: 94%;
    margin: 35px auto;
  }

  .site-content .wrapper {
    padding: 0 25px;
  }

  .section,
#clients-section,
#colophon .widget-area,
#footer-newsletter .widget {
    padding: 14px 0;
  }

  #contact-section .contact-section-map {
    margin-top: -14px;
  }

  .site-content {
    padding: 35px 0;
  }

  #promotion-section .entry-container {
    margin: 3.5rem 0;
  }

  #footer-instagram .catch-instagram-feed-gallery-widget-wrapper .button {
    margin: 35px 0 49px;
  }

  .dropdown-toggle,
.site-navigation ul .dropdown-toggle.toggled-on,
.menu-toggle,
.menu-secondary-toggle,
.header-top-button-wrap,
.menu-top-toggle {
    display: none;
  }

  #search-top-container.with-social .header-top-left {
    display: inline;
  }

  .site-header-top-main {
    padding: 0;
  }

  .header-top-bar .wrapper {
    padding: 0 45px;
  }

  .header-top-bar .top-main-wrapper {
    margin: 0 auto;
    border: none;
  }

  .primary-menu-left #site-primary-navigation {
    text-align: left;
  }

  .site-footer-menu {
    display: inherit;
  }

  .site-footer-menu {
    margin: 0;
  }

  .disable-in-mobile,
.header-top-bar .contact-details li,
.site-navigation .top-menu li {
    display: inline;
  }

  .header-top-bar .contact-details li {
    margin: 0 21px 0 0;
  }

  .menu-search-top-toggle,
.header-top-left,
#site-top-navigation {
    display: block;
    float: left;
  }

  .menu-search-top-toggle {
    display: block;
    float: right;
  }

  .header-top-left {
    margin: 9px 0;
  }

  .header-top-right {
    display: none;
    float: right;
    margin: 0;
  }

  #site-header-top-menu .social-navigation ul,
.header-top-bar .contact-details li,
.site-header .social-navigation ul {
    padding: 0;
  }

  .site-header .social-navigation ul {
    margin: 0;
  }

  .site-primary-menu,
.site-secondary-menu {
    display: block;
    margin: 0;
    position: relative;
  }

  .site-secondary-menu,
.site-footer-menu {
    text-align: center;
  }

  #search-toggle {
    border: none;
    line-height: 1.231;
    margin: 0;
    padding: 25px 20px;
    position: absolute;
    right: 0;
    top: 0;
  }

  #search-toggle-right,
.primary-search-wrapper,
#site-secondary-navigation,
#social-secondary-navigation-top,
#site-primary-navigation,
#social-primary-navigation {
    clear: none;
    display: inline-block;
  }

  #search-toggle-top .icon,
#search-toggle-right .icon {
    margin-right: 0;
  }

  #search-social-container-right #search-container {
    border: 1px solid #EDEDED;
    padding: 21px;
    position: absolute;
    right: 0;
    top: 45px;
    width: 300px;
    z-index: 99;
  }

  nav#site-top-navigation {
    float: right;
  }

  .site-navigation .primary-menu,
.site-navigation .primary-menu > li,
.site-navigation .secondary-menu,
.site-navigation .secondary-menu > li {
    border: 0;
  }

  .site-navigation .primary-menu > li,
.site-navigation .secondary-menu > li,
.site-navigation .footer-menu > li {
    display: inline-block;
  }

  .site-navigation .primary-menu ul,
.site-navigation .secondary-menu ul,
.site-navigation .footer-menu ul {
    text-align: left;
  }

  .site-navigation a {
    outline-offset: -8px;
    padding: 14px 20px;
    white-space: nowrap;
  }

  .site-navigation ul ul {
    border: 1px solid;
    display: block;
    left: -999em;
    margin: 0;
    padding: 11px 0;
    position: absolute;
    z-index: 99999;
    text-align: left;
    text-transform: none;
  }

  .site-navigation ul ul ul {
    top: -1px;
  }

  .site-navigation ul ul ul:before,
.site-navigation ul ul ul:after {
    border: 0;
  }

  .site-navigation ul ul li {
    border: none;
    border-bottom-width: 0;
  }

  #site-secondary-navigation.site-navigation ul ul a,
.site-navigation ul ul a {
    padding: 11px 21px;
    white-space: normal;
    width: 260px;
  }

  #social-secondary-navigation-top {
    clear: both;
    display: block;
    margin: 0 10px;
  }

  #social-secondary-navigation-top,
.primary-search-wrapper {
    display: inline-block;
  }

  #site-secondary-navigation {
    clear: both;
  }

  #site-top-navigation.site-navigation ul ul a {
    line-height: 1.5;
    padding: 11px 21px;
  }

  .site-secondary-menu ul ul:before,
.site-secondary-menu ul ul:after {
    border-style: solid;
    content: "";
    position: absolute;
  }

  .site-secondary-menu ul ul:before {
    border-width: 0 8px 8px;
    right: 11px;
    top: -8px;
  }

  .site-secondary-menu ul ul:after {
    border-width: 0 8px 8px;
    right: 11px;
    top: -8px;
  }

  .site-navigation li:hover > ul,
.site-navigation li.focus > ul {
    left: auto;
    right: 0;
  }

  .site-navigation .secondary-menu li:hover > ul,
.site-navigation .secondary-menu li.focus > ul {
    left: auto;
    right: 0;
  }

  .site-navigation ul ul li:hover > ul,
.site-navigation ul ul li.focus > ul {
    left: auto;
    right: 100%;
  }

  .site-navigation .secondary-menu ul li:hover > ul,
.site-navigation .secondary-menu ul li.focus > ul {
    left: auto;
    right: 100%;
  }

  .site-navigation .menu-item-has-children > a {
    margin: 0;
    padding-right: 20px;
  }

  .site-navigation ul ul .menu-item-has-children > a:after {
    right: 0.5625em;
    top: 0.875em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .site-navigation .secondary-menu a {
    padding: 14px 20px;
  }

  .site-navigation .top-menu a {
    padding: 7px 14px;
  }

  .site-navigation .menu-item-has-children > a > .icon,
.site-navigation .page_item_has_children > a > .icon {
    display: inline;
    left: 9px;
    position: relative;
    top: -1px;
  }

  .site-navigation ul ul .menu-item-has-children > a > .icon,
.site-navigation ul ul .page_item_has_children > a > .icon {
    margin-top: -7px;
    left: auto;
    position: absolute;
    right: 9px;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-270deg);
  }

  .site-navigation .secondary-menu ul .menu-item-has-children > a > .icon {
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);
  }

  #site-footer-navigation,
#social-footer-navigation {
    margin-bottom: 35px;
  }

  #secondary .widget {
    width: 100%;
  }

  #secondary .widget:nth-child(2n+1) {
    margin-right: 0;
  }

  #colophon .four .widget-column {
    width: 25%;
  }

  #colophon .four .widget-column:nth-child(2n+1) {
    clear: none;
  }

  #colophon .four .widget-column:nth-child(4n+1) {
    clear: both;
  }

  .recent-blog-section .section-content-wrapper.layout-three .hentry,
#content .section-content-wrapper.layout-three .hentry,
.featured-content-wrapper.layout-three .hentry,
.portfolio-content-wrapper.layout-three .hentry,
.service-content-wrapper.layout-three .hentry,
.team-content-wrapper.layout-three .hentry,
.recent-blog-section .section-content-wrapper.layout-two .hentry,
#content .section-content-wrapper.layout-two .hentry,
.featured-content-wrapper.layout-two .hentry,
.portfolio-content-wrapper.layout-two .hentry,
.service-content-wrapper.layout-two .hentry,
.team-content-wrapper.layout-two .hentry {
    padding: 0 20px;
  }

  #testimonial-content-section .post-thumbnail {
    margin: 0 0 -42px;
  }

  .featured-content-wrapper.layout-four,
.portfolio-content-wrapper.layout-four,
.service-content-wrapper.layout-four,
.team-content-wrapper.layout-four,
.featured-content-wrapper.layout-three,
.portfolio-content-wrapper.layout-three,
.service-content-wrapper.layout-three,
.team-content-wrapper.layout-four,
.featured-content-wrapper.layout-two,
.portfolio-content-wrapper.layout-two,
.service-content-wrapper.layout-two,
.team-content-wrapper.layout-two {
    margin-left: 0;
    margin-right: 0;
  }

  .featured-content-wrapper.layout-three,
.portfolio-content-wrapper.layout-three,
.service-content-wrapper.layout-three,
.team-content-wrapper.layout-three,
.featured-content-wrapper.layout-two,
.portfolio-content-wrapper.layout-two,
.service-content-wrapper.layout-two,
.team-content-wrapper.layout-two {
    padding: 0 25px;
  }

  #hero-section .wrapper {
    padding: 70px 45px;
  }

  #hero-section .entry-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #promotion-section .content-wrapper {
    padding: 0 45px;
  }

  .recent-blog-content-wrapper {
    padding: 0 25px;
  }

  .featured-content-wrapper.layout-four .hentry:nth-child(2n+1),
.portfolio-content-wrapper.layout-four .hentry:nth-child(2n+1),
.service-content-wrapper.layout-four .hentry:nth-child(2n+1),
.team-content-wrapper.layout-four .hentry:nth-child(2n+1),
.numbers-content-wrapper.layout-four .hentry:nth-child(2n+1),
.recent-blog-section .section-content-wrapper.layout-four .hentry:nth-child(2n+1),
#content .section-content-wrapper.layout-four .hentry:nth-child(2n+1) {
    clear: none;
  }

  .featured-content-wrapper.layout-four .hentry:nth-child(4n+1),
.portfolio-content-wrapper.layout-four .hentry:nth-child(4n+1),
.service-content-wrapper.layout-four .hentry:nth-child(4n+1),
.team-content-wrapper.layout-four .hentry:nth-child(4n+1),
.numbers-content-wrapper.layout-four .hentry:nth-child(4n+1),
.recent-blog-section .section-content-wrapper.layout-four .hentry:nth-child(4n+1),
#content .section-content-wrapper.layout-four .hentry:nth-child(4n+1) {
    clear: both;
  }

  .recent-blog-section .section-content-wrapper.layout-four .hentry,
.featured-content-wrapper.layout-four .hentry,
.portfolio-content-wrapper.layout-four .hentry,
.service-content-wrapper.layout-four .hentry,
.team-content-wrapper.layout-four .hentry,
.numbers-content-wrapper.layout-four .hentry {
    width: 25%;
  }

  .recent-blog-section .section-content-wrapper.layout-four .hentry,
.featured-content-wrapper.layout-four .hentry,
.portfolio-content-wrapper.layout-four .hentry,
.service-content-wrapper.layout-four .hentry,
.team-content-wrapper.layout-four .hentry {
    padding: 0 15px;
  }

  .team-content-wrapper .hentry-inner,
.service-content-wrapper .hentry-inner,
.featured-content-wrapper .entry-container {
    padding: 35px;
  }

  .content-area {
    float: left;
    margin-right: -100%;
    width: 70%;
  }

  .sidebar {
    float: right;
    width: 30%;
  }

  .site-content .sidebar {
    margin-top: 0;
  }

  .content-right .content-area {
    float: right;
    margin-right: 0;
    margin-left: -100%;
  }

  .content-right .sidebar {
    float: left;
    margin-right: 70%;
    margin-left: 0;
  }

  .no-sidebar .content-area {
    float: none;
    margin: 0 auto;
    max-width: 730px;
    width: 100%;
  }

  .no-sidebar.full-width-layout .content-area {
    margin: 0 auto;
    max-width: 1490px;
    padding: 0 15px;
    width: 100%;
  }

  .home.no-sidebar.full-width-layout .content-area {
    padding: 0;
  }

  .content-left .content-area, .content-right .sidebar {
    padding-left: 20px;
    padding-right: 30px;
  }

  .content-right .content-area, .content-left .sidebar {
    padding-right: 20px;
    padding-left: 30px;
  }

  .two-columns-layout .content-area {
    max-width: 1490px;
  }

  .author-info {
    padding: 42px;
  }

  .singular-content-wrap .entry-header,
.archive .page-header,
.error404 .page-header,
.search .page-header,
.woocommerce-products-header {
    margin-bottom: 42px;
  }

  .author-info,
.singular-content-wrap .post-thumbnail,
.singular-content-wrap .entry-content,
.singular-content-wrap .entry-footer {
    margin: 42px 0;
  }

  .archive-posts-wrapper .post-wrapper {
    margin-bottom: 42px;
  }

  .entry-breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
    padding: 14px 50px;
  }

  .widget-column {
    padding: 14px 15px;
  }

  .woocommerce-pagination,
.post-navigation,
.posts-navigation,
.pagination {
    margin: 0;
  }

  #site-generator {
    padding: 28px 0;
  }

  .site-info .wrapper {
    padding: 0 30px;
  }

  .copyright,
.powered {
    padding: 0 20px;
  }

  #promotion-section.content-frame .entry-container-frame {
    padding: 3.5rem 0;
  }

  .site-branding {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto 0 0;
    text-align: left;
    width: auto;
  }

  .site-secondary-menu {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .portfolio-content-wrapper .entry-container {
    opacity: 0;
  }

  .portfolio-content-wrapper .hentry-inner:hover .entry-container {
    opacity: 1;
  }

  .comment-respond {
    padding: 35px 0;
  }

  .section:after,
.boxed-layout .breadcrumb-area:after,
.boxed-layout #clients-section.has-background-image {
    width: calc(100% - 100px);
  }

  .clients-content-wrapper {
    padding: 0 25px;
  }

  .custom-header-content .entry-title,
#feature-slider-section .entry-title,
.numbers-content-wrapper .entry-title,
.post-wrapper .entry-title,
.custom-header-content .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }

  blockquote,
.featured-content-wrapper .entry-title,
.service-content-wrapper .entry-title,
.author-description .author-title,
.post-navigation .nav-title,
#content .section-content-wrapper .entry-title,
.recent-blog-section .post-wrapper .entry-title,
#testimonial-content-section .entry-content {
    font-size: 21px;
    font-size: 1.3125rem;
  }

  .site-title,
.page-title,
.entry-title,
.section-title,
#footer-instagram .widget-title {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .comment-reply-title,
.custom-header-content .entry-title .sub-title,
#feature-slider-section .entry-title .sub-title {
    font-size: 22px;
    font-size: 1.375rem;
  }

  h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }

  h2 {
    font-size: 32px;
    font-size: 2rem;
  }

  h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }

  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  h5 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 70px 0 35px 0;
  }

  body,
input,
select,
textarea {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5555555556;
  }

  .site-title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  blockquote {
    font-size: 24px;
    font-size: 1.5rem;
  }

  blockquote.alignright,
blockquote.alignleft {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .custom-header-content .site-header-text,
code,
kbd,
tt,
var,
samp,
pre {
    font-size: 18px;
    font-size: 1.125rem;
  }

  #menu-main-menu {
    border: none;
    box-shadow: none;
  }

  .comment-content {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .comment-metadata, .pingback .edit-link {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.3333333333;
  }

  .more-button,
.site-main #infinite-handle span {
    font-size: 16px;
    font-size: 1rem;
  }

  .contact-section .wrapper .contact-form form .contact-input {
    width: 48%;
  }

  .contact-section .wrapper .contact-details p {
    margin-left: 50px;
  }

  .contact-section .wrapper .contact-details span {
    margin-left: 21px;
  }

  .contact-section .wrapper .section-content-wrap {
    padding: 70px 81px;
  }

  #feature-slider-section .slider-image-wrapper a img {
    width: 100%;
  }

  #feature-slider-section .slider-content-wrapper {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 101;
    max-width: 1490px;
    margin: 0 auto;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .home .custom-header .custom-header-content .entry-container-wrap,
#feature-slider-section .slider-content-wrapper .entry-container .entry-container-wrap {
    padding: 56px;
    margin: 0;
    text-align: left;
  }

  .custom-header .custom-header-content .entry-container-wrap {
    text-align: center;
    margin: 0 auto;
  }

  .custom-header-content {
    padding: 160px 45px;
  }

  #feature-slider-section .slider-content-wrapper .entry-container {
    display: block;
    margin: 0 auto;
    padding: 195px 45px;
    position: relative;
    z-index: 2;
    text-align: left;
  }

  .numbers-content-wrapper .entry-container {
    text-align: left;
  }

  .contact-section .wrapper .section-content-wrap {
    margin: 0 45px;
  }

  .site-header-main {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #header-content .wrapper {
    padding: 35px 45px;
  }

  #contact-section .section-content-wrap .contact-form form .comment-form-phone,
#contact-section .section-content-wrap .contact-form form .c {
    width: 48%;
  }

  #contact-section .section-content-wrap .contact-form form .comment-no-of-people {
    width: 100%;
  }

  article.hentry.contact-info {
    width: 40%;
  }

  .contact-section .wrapper .section-content-wrap {
    display: flex;
  }

  #contact-section .section-content-wrap .contact-info .contact-details li p {
    margin-bottom: 0;
  }

  #contact-section .section-content-wrap .contact-info, .contact-section .wrapper .social-navigation ul {
    text-align: left;
  }

  #contact-section .section-content-wrap .contact-info .contact-details {
    display: block;
  }

  #footer-menu-section .footer-menu {
    display: block;
  }

  .header-top-bar #search-toggle-top {
    display: block;
  }

  .search-container.toggled-on {
    display: block;
  }

  #search-container {
    padding: 21px;
    position: absolute;
    right: 42px;
    top: 38px;
    width: 300px;
    z-index: 99;
  }

  .site-header #social-primary-navigation {
    border: none;
    padding: 0;
    width: auto;
  }

  .site-branding {
    padding: 0;
  }

  #feature-slider-section .slider-content-wrapper .more-link,
.custom-header-content h2 .more-link, .custom-header-content p .more-link {
    text-align: left;
  }

  .section-heading-wrapper {
    padding: 35px;
  }

  .entry-meta {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .search-with-social {
    display: block;
  }

  .team-content-wrapper .hentry .hentry-inner .entry-container {
    top: auto;
  }

  #contact-section .section-content-wrap .contact-form {
    width: 70%;
  }

  #contact-section .section-content-wrap .contact-info {
    width: 30%;
  }

  .wp-custom-logo .custom-logo-link {
    margin-right: 21px;
  }

  /* For browsers that support 'object-fit' */
  @supports (object-fit: cover) {
    .custom-header-media video,
.custom-header-media iframe {
      left: 0;
      position: absolute;
      -o-object-fit: cover;
      object-fit: cover;
      top: 0;
      -ms-transform: none;
      -moz-transform: none;
      -webkit-transform: none;
      transform: none;
      width: 100%;
      height: 100%;
    }
  }
  .custom-header-content .entry-container-wrap,
#promotion-section.content-frame .entry-container-frame {
    margin: 0;
    padding: 42px;
    text-align: left;
  }

  #colophon .site-navigation .menu-item-has-children > a {
    padding-right: 25px;
  }

  .numbers-content-wrapper .hentry {
    margin-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #numbers-section.no-section-heading {
    padding-top: 49px;
  }

  #numbers-section .numbers-content-wrapper {
    padding: 0 25px;
  }

  .contact-section .section-content-wrap .contact-info {
    padding-right: 45px;
  }

  .contact-section .wrapper .entry-title {
    padding: 0;
    padding-bottom: 30px;
  }

  #colophon .widget-area {
    padding-bottom: 0;
  }
}
/**
* 14.3 >= 1120px
*/
@media screen and (min-width: 70em) {
  #header-content input[type=search] {
    max-width: 100%;
  }

  .boxed-layout #page {
    margin: 42px auto;
  }

  .home.boxed-layout #header-navigation-area {
    margin-bottom: 35px;
  }

  .wp-custom-logo .custom-logo-link,
.wp-custom-logo .site-identity {
    display: inline-block;
  }

  .post-wrapper .more-link {
    margin-top: 28px;
  }

  .section-content-wrapper .entry-footer .entry-meta {
    margin: 28px 0 0;
  }

  #promotion-section .entry-container {
    margin: 4.375rem 0;
  }

  #promotion-section.content-frame .entry-container-frame {
    padding: 4.375rem 0;
  }

  .portfolio-content-wrapper .entry-summary {
    display: block;
  }

  .custom-header-content .entry-container-wrap,
#promotion-section.content-frame .entry-container-frame {
    padding: 49px;
  }
}
/**
* 14.4 >= 1366px
*/
@media screen and (min-width: 85.375em) {
  .boxed-layout #page {
    margin: 49px auto;
  }

  caption,
th,
td {
    padding: 0.875em 1.75em;
  }

  #hero-section .entry-container {
    padding: 70px 0;
  }

  #footer-instagram .widget-title {
    margin-bottom: 42px;
    padding: 0 42px;
  }

  .team-content-wrapper .hentry-inner,
.service-content-wrapper .hentry-inner {
    padding: 42px 35px;
  }

  .featured-content-wrapper .hentry,
.portfolio-content-wrapper .hentry,
.service-content-wrapper .hentry,
.team-content-wrapper .hentry {
    margin-bottom: 35px;
  }

  #site-generator {
    padding: 35px 0;
  }

  #site-footer-navigation,
#social-footer-navigation {
    margin-bottom: 42px;
  }

  .numbers-content-wrapper .entry-title,
.post-wrapper .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }

  .custom-header-content {
    padding: 0 45px;
    padding: 200px 45px;
  }

  #feature-slider-section .slider-content-wrapper .entry-container {
    padding: 236px 45px;
  }
}
/**
* 14.5 >= 1600px
*/
@media screen and (min-width: 100em) {
  .home .custom-header-content .entry-title,
#feature-slider-section .entry-title {
    font-size: 42px;
    font-size: 2.625rem;
  }

  .custom-header-content .entry-title,
.numbers-content-wrapper .entry-title,
.post-wrapper .entry-title {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .comments-title,
.custom-header-content .entry-title .sub-title,
#feature-slider-section .entry-title .sub-title,
.comment-reply-title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  h1 {
    font-size: 48px;
    font-size: 3rem;
  }

  h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }

  h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }

  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .boxed-layout #page {
    margin: 56px auto;
  }

  .archive-posts-wrapper .post-wrapper {
    margin-bottom: 49px;
  }

  .author-info,
.singular-content-wrap .post-thumbnail,
.singular-content-wrap .entry-content,
.singular-content-wrap .entry-footer {
    margin: 49px 0;
  }

  .singular-content-wrap .entry-header,
.archive .page-header,
.error404 .page-header,
.search .page-header,
.woocommerce-products-header {
    margin-bottom: 49px;
  }

  #site-footer-navigation,
#social-footer-navigation {
    margin-bottom: 28px;
  }

  ol .comment-respond {
    margin: 0 0 0 6rem;
  }

  #testimonial-content-section .post-thumbnail {
    margin: 0 0 -49px;
  }

  .custom-header-content .entry-container-wrap,
#promotion-section.content-frame .entry-container-frame {
    padding: 56px;
  }

  .page-title,
.entry-title,
.section-title,
#footer-instagram .widget-title {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .section,
#clients-section,
#colophon .widget-area,
#footer-newsletter .widget {
    padding: 35px 0;
  }

  .page-template .site-content,
.page-template-default .site-content {
    padding: 63px 0;
  }

  #numbers-section.no-section-heading {
    padding-top: 70px;
  }

  #colophon .widget-area {
    padding-bottom: 0;
  }

  #contact-section {
    padding-top: 70px;
  }

  #contact-section .contact-section-map {
    margin-top: -70px;
  }

  .custom-header-content {
    padding-bottom: 220px;
    padding-top: 220px;
  }

  #feature-slider-section:hover .cycle-prev {
    left: 3%;
  }

  #feature-slider-section:hover .cycle-next {
    right: 3%;
  }

  #feature-slider-section .cycle-prev,
#feature-slider-section .cycle-next {
    width: 60px;
    height: 60px;
  }

  #feature-slider-section .cycle-prev .icon,
#feature-slider-section .cycle-next .icon {
    font-size: 35px;
    font-size: 2.1875rem;
    margin: 9px 0;
  }
}
/**
* 16.0 - Colors
*/
/* Background Color */
body {
  background: #f3f5f5;
  /* Fallback for when there is no custom background color defined. */
}

.site-title a,
.site-description {
  color: #000E1B;
}

/* Page Background Color */
#page,
#feature-slider-section .entry-container .entry-container-wrap,
#promotion-section.content-frame .entry-container-frame,
.custom-header-content .entry-container-wrap,
#search-social-container-right #search-container,
#feature-slider-section .cycle-prev,
#feature-slider-section .cycle-next,
.site-navigation .primary-menu ul,
.section:nth-child(2n) .service-content-wrapper .hentry-inner,
.section:nth-child(2n) .featured-content-wrapper .entry-container,
.section:nth-child(2n).testimonial-wrapper .entry-container,
.section:nth-child(2n)#contact-section .section-content-wrap {
  background-color: #ffffff;
}

@media screen and (min-width: 64em) {
  .search-social-container,
#search-top-container,
#feature-slider-section .entry-container .entry-container-wrap {
    background-color: #ffffff;
  }
}
/* Secondary Background Color */
hr,
pre,
.site .skip-link,
.no-comments,
.author-info,
.header-top-button-wrap,
.wp-caption .wp-caption-text,
#secondary .widget,
#header-navigation-area .wrapper,
#footer-newsletter .wrapper,
.team-content-wrapper .hentry-inner,
#feature-slider-section .cycle-pager span,
#testimonial-content-section .post-thumbnail:before,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.contact-section .wrapper .social-navigation a,
.section:nth-child(2n),
.section:nth-child(2n) #secondary .widget-title span,
.service-content-wrapper .hentry-inner,
.featured-content-wrapper .entry-container,
.testimonial-wrapper .entry-container,
#contact-section .section-content-wrap {
  background-color: #f4f4f5;
}

@media screen and (min-width: 64em) {
  #header-navigation-area .site-primary-menu {
    background-color: #f4f4f5;
  }
}
/* Main Text Color */
body,
button,
input,
select,
textarea {
  color: #191E23;
}

/* Button Text Color */
#scrollup,
#scrollup:hover,
#scrollup:focus,
.widget_calendar tbody a,
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus,
#feature-slider-section .cycle-pager span:hover,
#feature-slider-section .cycle-pager span:focus,
#feature-slider-section .cycle-pager .cycle-pager-active,
.tagcloud a:hover,
.tagcloud a:focus,
.page-links a,
.page-links a:hover,
.page-links a:focus,
.pagination .prev,
.pagination .next,
.posts-navigation a,
.sticky-post,
mark,
ins,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current,
button,
.button,
#numbers-section .more-link .more-button:hover,
#numbers-section .more-link .more-button:focus,
#promotion-section .more-link .more-button:hover,
#promotion-section .more-link .more-button:focus,
#hero-section .more-link .more-button,
.header-media .more-link .more-button,
#feature-slider-section .more-link span,
.site-main #infinite-handle span,
.custom-header .more-link span,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
.custom-header-media .wp-custom-header-video-button,
input[type=button],
input[type=reset],
input[type=submit],
#contact-section .contact-form form p input[type=submit] {
  color: #ffffff;
}

#promotion-section .more-link .more-button,
#numbers-section .more-link .more-button, input[type=button]:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

/* Button Text Hover Color */
#promotion-section.content-color-dark .more-link .more-button,
.more-button:hover,
.more-button:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
button[disabled]:hover,
button[disabled]:focus,
#hero-section .more-link .more-button:hover,
#hero-section .more-link .more-button:focus,
.header-media .more-link .more-button:hover,
.header-media .more-link .more-button:focus,
#feature-slider-section .more-link span:hover,
#feature-slider-section .more-link span:focus,
.site-main #infinite-handle span:hover,
.site-main #infinite-handle span:focus,
.custom-header .more-link span:hover,
.custom-header .more-link span:focus,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:hover,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:focus,
.custom-header-media .wp-custom-header-video-button:hover,
.custom-header-media .wp-custom-header-video-button:focus,
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=button][disabled]:hover,
input[type=button][disabled]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus,
#contact-section .contact-form form p input[type=submit]:hover,
#contact-section .contact-form form p input[type=submit]:focus {
  color: #ffffff;
}

/* Button Background Color */
button,
.button,
#hero-section .more-link .more-button,
.header-media .more-link .more-button,
#feature-slider-section .more-link span,
.custom-header .more-link span,
.site-main #infinite-handle span,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
.custom-header-media .wp-custom-header-video-button input[type=button],
input[type=reset],
input[type=submit],
#contact-section .contact-form form p input[type=submit],
#scrollup,
.widget_calendar tbody a,
#feature-slider-section .cycle-pager span:hover,
#feature-slider-section .cycle-pager span:focus,
#feature-slider-section .cycle-pager .cycle-pager-active,
.woocommerce div.product form.cart .button,
.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_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.sticky-post,
.page-links a,
.pagination .prev,
.pagination .next,
.posts-navigation a,
.woocommerce span.onsale,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.catch-instagram-feed-gallery-widget-wrapper .button,
#promotion-section.content-color-dark .more-link .more-button:hover,
#promotion-section.content-color-dark .more-link .more-button:focus,
.portfolio-content-wrapper .hentry:hover .hentry-inner .portfolio-thumbnail span,
.header-top-bar,
.header-media .wrapper,
#numbers-section .more-link .more-button:hover,
#numbers-section .more-link .more-button:focus,
#promotion-section .more-link .more-button:hover,
#promotion-section .more-link .more-button:focus,
.header-top-menu-enabled #header-navigation-area .wrapper {
  background-color: #614392;
}

.has-post-thumbnail .sticky-post:after,
#promotion-section .more-link .more-button,
#numbers-section .more-link .more-button,
.wpcf7 input[type=date],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=week],
.wpcf7 input[type=month],
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 textarea {
  color: #614392;
}

.button,
#promotion-section.content-color-dark .more-link .more-button:hover,
#promotion-section.content-color-dark .more-link .more-button:focus,
.custom-header-media .wp-custom-header-video-button,
.site-main #infinite-handle span,
#contact-section .contact-form form p input[type=submit],
.custom-header .more-link span,
#numbers-section .more-link .more-button:hover,
#numbers-section .more-link .more-button:focus,
#promotion-section .more-link .more-button:hover,
#promotion-section .more-link .more-button:focus,
input[type=button],
input[type=reset],
input[type=submit] {
  border-color: #614392;
}

/* Button Hover Background Color */
button:hover,
button:focus,
.more-button:hover,
.more-button:focus,
.button:hover,
.button:focus,
button[disabled]:hover,
button[disabled]:focus,
#hero-section .more-link .more-button:hover,
#hero-section .more-link .more-button:focus,
.header-media .more-link .more-button:hover,
.header-media .more-link .more-button:focus,
#feature-slider-section .more-link span:hover,
#feature-slider-section .more-link span:focus,
.site-main #infinite-handle span:hover,
.site-main #infinite-handle span:focus,
.custom-header .more-link span:hover,
.custom-header .more-link span:focus,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:hover,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:focus,
.custom-header-media .wp-custom-header-video-button:hover,
.custom-header-media .wp-custom-header-video-button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=button][disabled]:hover,
input[type=button][disabled]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus,
#contact-section .contact-form form p input[type=submit]:hover,
#contact-section .contact-form form p input[type=submit]:focus,
#scrollup:hover,
#scrollup:focus,
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.page-links a:hover,
.page-links a:focus,
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current,
.tagcloud a:hover,
.tagcloud a:focus,
.singular-content-wrap .entry-footer .cat-links a:hover,
.singular-content-wrap .entry-footer .cat-links a:focus,
#promotion-section.content-color-dark .more-link .more-button,
.portfolio-content-wrapper .hentry:hover .hentry-inner .portfolio-thumbnail span:hover,
.portfolio-content-wrapper .hentry:hover .hentry-inner .portfolio-thumbnail span:focus {
  background-color: #191E23;
}

.button:hover,
.button:focus,
.more-button:hover,
.more-button:focus,
.tagcloud a:hover,
.tagcloud a:focus,
.custom-header .more-link span:hover,
.custom-header .more-link span:focus,
.site-main #infinite-handle span:hover,
.site-main #infinite-handle span:focus,
#contact-section .contact-form form p input[type=submit]:hover,
#contact-section .contact-form form p input[type=submit]:focus,
.custom-header-media .wp-custom-header-video-button:hover,
.custom-header-media .wp-custom-header-video-button:focus,
#promotion-section.content-color-dark .more-link .more-button,
#promotion-section.content-frame .entry-container-frame .more-link .more-button:hover,
#promotion-section.content-frame .entry-container-frame .more-link .more-button:focus,
input[type=button]:focus,
input[type=button][disabled]:hover,
input[type=button][disabled]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus {
  border-color: #191E23;
}

/* Link Color */
a,
.dropdown-toggle,
.comment-metadata .comment-reply-link,
.site-footer-menu .social-navigation a,
.tagcloud a,
#search-toggle-right,
.menu-primary-toggle,
.entry-header .cat-links a,
.singular-content-wrap .entry-footer .cat-links a,
.singular-content-wrap .entry-footer .tags-links a,
.numbers-content-wrapper .hentry-inner .entry-title a:hover,
.numbers-content-wrapper .hentry-inner .entry-title a:focus,
#feature-slider-section .cycle-prev,
#feature-slider-section .cycle-next,
#promotion-section.content-color-dark .entry-container header .section-title,
#promotion-section.content-color-dark .entry-container p,
#promotion-section.content-frame .entry-container header .section-title,
#promotion-section.content-frame .entry-container p,
.post-navigation .nav-subtitle,
.contact-section .wrapper .social-navigation a:focus,
.contact-section .wrapper .social-navigation a:hover {
  color: #666666;
}

.tagcloud a {
  border-color: #666666;
}

@media screen and (min-width: 70em) {
  .header-top-menu-enabled #header-navigation-area .site-navigation ul ul a {
    color: #666666;
  }
}
/* Link Hover Color */
a:hover,
a:focus,
a:active,
.site-title a:hover,
.site-title a:focus,
.menu-primary-toggle:hover,
.menu-primary-toggle:focus,
.header-top-menu-enabled #header-navigation-area .dropdown-toggle:hover,
.header-top-menu-enabled #header-navigation-area .dropdown-toggle:focus,
#search-toggle-top:hover,
#search-toggle-right:hover,
#search-toggle:hover,
#search-toggle-top:focus,
#search-toggle-right:focus,
#search-toggle:focus,
.search-submit:hover,
.search-submit:focus,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.required,
.entry-title a:hover,
.entry-title a:focus,
.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta .icon:hover,
.entry-meta .icon:focus,
.entry-header .cat-links a:hover,
.entry-header .cat-links a:focus,
.portfolio-content-wrapper .entry-header .cat-links a:hover,
.portfolio-content-wrapper .entry-header .cat-links a:focus,
.site-info a:hover,
.site-info a:focus,
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus,
#feature-slider-section .entry-title a:hover,
#feature-slider-section .entry-title a:focus,
#feature-slider-section .entry-meta a:hover,
#feature-slider-section .entry-meta a:focus,
#feature-slider-section .entry-meta .icon:hover,
#feature-slider-section .entry-meta .icon:focus,
#feature-slider-section .cycle-prev:hover,
#feature-slider-section .cycle-prev:focus,
#feature-slider-section .cycle-next:hover,
#feature-slider-section .cycle-next:focus,
#testimonial-content-section .cycle-prev:hover,
#testimonial-content-section .cycle-prev:focus,
#testimonial-content-section .cycle-next:hover,
#testimonial-content-section .cycle-next:focus,
#testimonial-content-section .cycle-pager span.cycle-pager-active,
#clients-section .cycle-prev:hover,
#clients-section .cycle-prev:focus,
#clients-section .cycle-next:hover,
#clients-section .cycle-next:focus,
#clients-section .cycle-pager span.cycle-pager-active,
#clients-section.has-background-image .cycle-prev:hover,
#clients-section.has-background-image .cycle-prev:focus,
#clients-section.has-background-image .cycle-next:hover,
#clients-section.has-background-image .cycle-next:focus,
#clients-section.has-background-image .cycle-pager span.cycle-pager-active,
.site-footer-menu .social-navigation a:hover,
.site-footer-menu .social-navigation a:focus,
.site .skip-link,
.portfolio-content-wrapper .entry-header a:hover,
.portfolio-content-wrapper .entry-header a:focus,
.woocommerce div.product p.price:hover,
.woocommerce div.product p.price:focus,
.woocommerce ul.products li.product .price:hover,
.woocommerce ul.products li.product .price:focus,
.entry-breadcrumbs a:hover,
.entry-breadcrumbs a:focus,
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:focus,
.comment-metadata .comment-reply-link:hover,
.comment-metadata .comment-reply-link:focus,
.team-content-wrapper .entry-title a:hover,
.team-content-wrapper .entry-title a:hover,
#team-content-section .artist-social-profile > .social-navigation a:hover,
#team-content-section .artist-social-profile > .social-navigation a:focus,
#testimonial-content-section .section-content-wrapper .entry-content:before,
.header-top-menu-enabled #header-navigation-area .site-navigation a:hover,
.header-top-menu-enabled #header-navigation-area .site-navigation a:focus,
.header-top-menu-enabled #header-navigation-area .site-navigation ul ul :hover > a,
.header-top-menu-enabled #header-navigation-area .site-navigation ul ul .focus > a,
.post-navigation a:hover,
.post-navigation a:focus,
.post-navigation .nav-subtitle:hover,
.post-navigation .nav-subtitle:focus,
.singular-content-wrap .entry-footer .cat-links a:hover,
.singular-content-wrap .entry-footer .cat-links a:focus,
.singular-content-wrap .entry-footer .tags-links a:hover,
.singular-content-wrap .entry-footer .tags-links a:focus,
#social-footer-navigation ul li a:hover,
#social-footer-navigation ul li a:focus,
#search-container:hover,
#search-container:focus,
.search-submit:hover,
.search-submit:focus,
.contact-section .wrapper .social-navigation a {
  color: #614392;
}

mark,
ins {
  background-color: #614392;
}

blockquote,
blockquote.alignright,
blockquote.alignleft,
.rtl blockquote,
.team-content-wrapper .hentry-inner,
#testimonial-content-section .entry-header:before,
.menu-toggle:hover,
.menu-toggle:focus,
.search-submit {
  border-color: #614392;
}

.sticky-post:after {
  border-top-color: #614392;
}

/* Heading Text Color */
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.widget-title a,
.page-links > .page-links-title {
  color: #000E1B;
}

/* Tertiary Background Color */
.more-button {
  border-color: #614392;
  color: #614392;
}

@media screen and (min-width: 64em) {
  .header-top-menu-enabled #header-navigation-area .site-primary-menu {
    background: #614392;
  }
}
/* Text color with background */
.numbers-section-headline .section-title,
.numbers-content-wrapper .hentry-inner,
.numbers-content-wrapper .hentry-inner .entry-title a,
.team-content-wrapper .entry-container a,
.team-content-wrapper .entry-container .entry-header,
.team-content-wrapper .entry-container .entry-summary,
.team-content-wrapper .artist-social-profile .menu-social-container a,
.header-top-bar a,
#mobile-toggle-top,
.header-top-bar .contact-details li,
.site-navigation ul ul,
#search-container,
.search-submit,
#clients-section.has-background-image .cycle-prev,
#clients-section.has-background-image .cycle-next,
#clients-section.has-background-image .cycle-pager span,
#clients-section.has-background-image .section-title,
#clients-section.has-background-image .section-title a,
#clients-section.has-background-image .taxonomy-description-wrapper,
#clients-section.has-background-image .taxonomy-description-wrapper a,
.portfolio-content-wrapper .entry-meta .icon,
.portfolio-content-wrapper .entry-container,
.portfolio-content-wrapper .entry-container a,
.portfolio-content-wrapper .entry-header .cat-links a,
#promotion-section .entry-title,
#promotion-section .entry-title a,
#promotion-section .entry-container,
#promotion-section .entry-container a,
.header-top-menu-enabled #header-navigation-area .menu-toggle,
.header-top-menu-enabled #header-navigation-area .dropdown-toggle,
.header-top-menu-enabled #header-navigation-area .site-navigation a,
.portfolio-content-wrapper .hentry:hover .hentry-inner .portfolio-thumbnail span {
  color: #ffffff;
}

/* Border Color and Slider Controller Color */
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=week],
input[type=month],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea,
.section:after,
.breadcrumb-area:after,
.site-footer-menu,
.site-content:after,
.page-links a,
.page-links > span,
.comment-respond,
.comment-list article,
.comment-list .pingback,
.comment-list .trackback,
.image-navigation,
.comment-navigation,
.section-content-wrapper .post-wrapper .entry-footer {
  border-color: #888888;
}

@media screen and (min-width: 64em) {
  .site-footer-menu .site-navigation,
.primary-search-wrapper .social-navigation,
.secondary-search-wrapper .social-navigation {
    border-color: #888888;
  }
}
#clients-section .cycle-prev,
#clients-section .cycle-next,
#clients-section .cycle-pager span,
#testimonial-content-section .cycle-prev,
#testimonial-content-section .cycle-next,
#testimonial-content-section .cycle-pager span {
  color: #888888;
}

.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus,
.search-submit:hover,
.search-submit:focus,
#footer-instagram .widget-title,
#clients-section .cycle-prev,
#clients-section .cycle-next,
#testimonial-content-section .cycle-prev,
#testimonial-content-section .cycle-next,
#clients-section .cycle-prev:hover,
#clients-section .cycle-prev:focus,
#clients-section .cycle-next:hover,
#clients-section .cycle-next:focus,
#testimonial-content-section .cycle-prev:hover,
#testimonial-content-section .cycle-prev:focus,
#testimonial-content-section .cycle-next:hover,
#testimonial-content-section .cycle-next:focus,
.dropdown-toggle,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.social-navigation a,
.ctsocialwidget a {
  background-color: transparent;
}

/* Form Elements Color */
.wpcf7 input[type=date],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=week],
.wpcf7 input[type=month],
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 textarea,
.contact-form form p input:not(#submit),
.contact-section .wrapper .contact-form form textarea {
  background-color: #ededed;
}

.site-navigation ul ul,
#search-top-container,
#search-social-container-right #search-container,
#header-content input[type=search],
#search-container input[type=date],
#search-container input[type=time],
#search-container input[type=datetime-local],
#search-container input[type=week],
#search-container input[type=month],
#search-container input[type=text],
#search-container input[type=email],
#search-container input[type=url],
#search-container input[type=password],
#search-container input[type=search],
#search-container input[type=tel],
#search-container input[type=number],
#search-container textarea,
#comments input[type=date],
#comments input[type=time],
#comments input[type=datetime-local],
#comments input[type=week],
#comments input[type=month],
#comments input[type=text],
#comments input[type=email],
#comments input[type=url],
#comments input[type=password],
#comments input[type=search],
#comments input[type=tel],
#comments input[type=number],
#comments textarea,
.post-navigation .nav-links {
  border-color: #ededed;
}

.dropdown-toggle:focus:after,
.page-links a:hover,
.page-links a:focus {
  border-color: transparent;
}

.team-content-wrapper .hentry .hentry-inner .entry-container {
  background: rgba(0, 0, 0, 0.65);
}

.site-description {
  color: #666666;
}

#social-footer-navigation ul li a {
  color: #e0e0e0;
}

.contact-section .wrapper .contact-details svg {
  fill: #614392;
}

.header-top-bar a:hover,
#search-top-container .social-navigation a:hover {
  color: rgba(255, 255, 255, 0.65);
}

#numbers-section {
  background-image: linear-gradient(-90deg, #624493, #B765D3);
}

/*# sourceMappingURL=style.css.map */
