@charset "UTF-8";
/*
Theme Name: Hundar Utan Hem v2
Author: Maria Gustafsson
Author URI: https://emmaria.se
Description: Hundar Utan Hem
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio
Text Domain: hundarutanhem-v2

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 - Normalize
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Padding/Margin
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 *   6.3 - Post Navigation
 *   6.4 - Breadcrumb
 *   6.5 - Scroll Up
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 * 11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Comments
 *    11.4 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 *    12.3 - Icons
 * 13.0 - Modules
 *    13.1 - Slider
 *    13.2 - Featured Content & Portfolio
 *    13.3 - Hero Content
 *    13.4 - Testimonials & Logo
 *    13.5 - Promotional Headline
 *    13.6 - Others
 *    13.7 - Team Content Section
 *	  13.8 - Numbers Section
 * 14.0 - Media Queries
 *    14.1 - >= 376px
 *    14.2 - >= 414px
 *    14.3 - >= 667px
 *    14.4 - >= 1024px
 *    14.5 - >= 1120px
 *    14.6 - >= 1366px
 *    14.7 - >= 1390px
 *    14.8 - >= 1600px
 *    14.9 - >= 1920px
 * 15.0 - Colors
 */
/**
 * 1.0 - Normalize
 *
 * Normalizing styles 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; }

a {
  background-color: transparent; }

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; }

img:hover {
  opacity: 0.85; }

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 {
  color: inherit;
  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: .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; }

/**
 * 2.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-instagram .widget-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3125; }

.entry-title {
  color: #333 !important; }

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

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

.featured-content-wrapper .entry-title,
.portfolio-content-wrapper .entry-title {
  font-size: 20px;
  font-size: 1.25rem; }

blockquote,
.custom-header-content .site-header-text,
.service-content-wrapper .entry-title,
.team-content-wrapper .entry-title,
.author-description .author-title,
.post-navigation .nav-title,
#testimonial-content-section .entry-title {
  font-size: 18px;
  font-size: 1.125rem; }

.more-link,
.comment-reply-title small a,
.site-description,
.site-header .icon-search,
.widget .hentry .entry-title,
#testimonial-content-section .entry-meta {
  font-size: 16px;
  font-size: 1rem; }

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.more-button,
.site-navigation a,
.sticky-post,
.entry-breadcrumbs,
.widget .widget-title,
.woocommerce .woocommerce-breadcrumb {
  font-size: 13px;
  font-size: 0.8125rem; }

.site-info,
.post-navigation .nav-subtitle {
  font-size: 12px;
  font-size: 0.75rem; }

body,
button,
input,
select,
textarea,
.widget .widget-title,
.author-description .author-title,
.numbers-content-wrapper .entry-title {
  font-family: "Open Sans", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.drop-cap:first-letter,
.post-navigation .nav-title,
#footer-instagram .widget-title {
  font-family: 'Open Sans', serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  /* clear: both; */
  font-weight: 400;
  margin: 0;
  text-rendering: optimizeLegibility; }

p {
  margin: 0 0 1.750em; }

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

blockquote {
  border-left: 4px solid;
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  margin: 0 0 1.75em;
  overflow: hidden;
  padding: 0 0 0 1.944444444444444em; }

blockquote p {
  margin-bottom: 1.167em; }

blockquote cite,
blockquote small {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300; }

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

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

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

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  font-style: normal; }

pre {
  font-size: 1em;
  margin: 0 0 1.750em;
  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%; }

/**
 * 3.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.750em; }

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dl {
  margin: 0 0 1.750em; }

dt {
  font-weight: 600; }

dd {
  margin: 0 1.3125em 1.750em; }

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

del {
  opacity: 0.8; }

tbody tr {
  border-bottom: 1px solid; }

table {
  border: 1px solid;
  border-width: 0 1px 1px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.750em;
  table-layout: fixed;
  /* 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; }

.displaynone {
  display: none; }

.displayblock {
  display: block; }

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

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

.site-header-main {
  padding: 15px 30px; }

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

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

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

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

.dropdown-toggle {
  padding: 14px 16px; }

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

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

.widget,
.pagination,
.woocommerce-pagination,
.post-navigation,
.posts-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; }

.has-header-video .custom-header-content {
  padding-bottom: 288px; }

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

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

.archive-posts-wrapper .section-heading-wrapper {
  padding-top: 0; }

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

.author-info {
  border: 1px solid;
  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: 21px 0 0;
  width: 100%; }

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

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

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

#footer-instagram {
  padding-top: 42px; }

.site-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; }

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

.recent-blog-content-wrapper,
.featured-content-wrapper,
.portfolio-content-wrapper,
.service-content-wrapper,
.team-content-wrapper,
.numbers-content-wrapper {
  padding: 0 30px; }
  @media (max-width: 667px) {
    .recent-blog-content-wrapper,
    .featured-content-wrapper,
    .portfolio-content-wrapper,
    .service-content-wrapper,
    .team-content-wrapper,
    .numbers-content-wrapper {
      padding: 41px 25px 0px 25px; } }
/*.archive-posts-wrapper .post-wrapper, */
.featured-content-wrapper .hentry,
.portfolio-content-wrapper .hentry,
.service-content-wrapper .hentry,
.team-content-wrapper .hentry {
  margin-bottom: 10px !important; }

.archive-posts-wrapper .post-wrapper {
  margin-bottom: 35px !important; }

.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; }

#clients-section .wrapper,
#numbers-section .section-content-wrapper,
#testimonial-content-section .section-content-wrapper {
  padding-bottom: 16px; }

#testimonial-content-section .hentry {
  padding: 0 30px 42px; }

#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 35px; }

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

.wp-caption .wp-caption-text {
  margin-bottom: 30px;
  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: 13px 17px; }

.site-header input[type="search"] {
  padding: 10px 14px; }

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

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

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

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

.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-footer .footer-widget-area {
  padding: 0px 0 0; }

.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; }

.boxed-layout.header-top-menu-enabled #page {
  margin-top: 0;
  margin-bottom: 0; }

.post-wrapper .entry-header .entry-meta {
  margin: 21px 0; }

.featured-content-wrapper .entry-meta {
  margin: 0 0 14px; }

/**
 * 5.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,
.woocommerce input.button {
  -webkit-border-radius: 0;
  border-radius: 4px;
  border: none;
  display: inline-block;
  font-weight: 500;
  line-height: 1.615384615384615;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase; }

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 {
  background: transparent;
  border: 1px solid;
  -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 {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 41px; }

.search-submit:hover,
.search-submit:focus {
  background-color: transparent; }

/**
 * 6.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: none; }

.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; }

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

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

.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;
  line-height: 1.846153846153846;
  text-decoration: none;
  text-transform: uppercase;
  outline-offset: -1px; }

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

.site-header .social-navigation ul {
  padding: 7px 0; }

.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
  font-weight: 500; }

.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 {
  background-color: transparent;
  border: none;
  border-radius: 0;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  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:hover,
.dropdown-toggle:focus {
  background-color: transparent; }

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

.dropdown-toggle:focus:after {
  border-color: transparent; }

.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 {
  font-size: 16px;
  font-size: 1rem;
  padding: 0; }

.ctsocialwidget ul,
.social-navigation ul {
  list-style: none;
  margin: 0;
  text-align: center; }

.social-navigation li,
.ctsocialwidget li {
  display: inline-block;
  margin: 2px 3px; }

.social-navigation a,
.ctsocialwidget a {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #333;
  display: inline-block;
  padding: 7px; }

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

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

.post-navigation {
  clear: both; }

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

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

.post-navigation span {
  display: block; }

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

.post-navigation .nav-subtitle {
  letter-spacing: 0.1em;
  margin-top: 7px;
  text-transform: uppercase; }

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

.post-navigation .nav-previous,
.post-navigation .nav-next {
  position: relative;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  text-align: center; }

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

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

.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;
  font-size: 13px;
  font-size: 0.8125rem;
  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: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em; }

#search-toggle-top {
  display: none; }

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

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

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

.pagination .prev,
.pagination .next,
.posts-navigation a,
.site-main #infinite-handle span,
.header-media .more-link .more-button,
#feature-slider-section .more-link span,
#promotion-section .more-link .more-button {
  -webkit-border-radius: 0;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 10px 21px;
  line-height: 1.615384615384615;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase; }

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

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

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

/**
 * 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.4 - 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); }

/**
 * 7.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-size: 14px;
  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; }

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

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

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

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

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

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

.left {
  float: left; }

.right {
  float: right; }

/**
 * 9.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,
.comment-content:before,
.comment-content: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,
.content-bottom-widgets:before,
.content-bottom-widgets: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,
.content-bottom-widgets:after,
#tertiary:after,
#footer-newsletter .wrapper:after {
  clear: both; }

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

.widget .widget-title {
  line-height: 1.615384615384615;
  letter-spacing: 0.1em;
  padding: 18px 21px;
  text-align: center;
  text-transform: uppercase; }

.widget-title {
  color: #111111 !important; }

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

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

.widget-area li {
  padding-bottom: 5px;
  border-bottom: 1px solid #f4f4f5;
  font-size: 14px;
  font-size: 0.875rem; }
  .widget-area li .fa {
    color: #0092d3;
    padding-right: 5px; }

.widget-title a {
  text-decoration: none;
  color: #00b1db; }

.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; }

/* 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;
  font-size: 13px;
  font-size: 0.8125rem;
  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-size: 13px;
  font-size: 0.8125rem;
  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; }

/**
 * 11.0 - Content
 */
#page {
  margin: 0 auto;
  max-width: 1920px;
  overflow-x: hidden;
  position: relative;
  word-wrap: break-word; }

.boxed-layout #page {
  max-width: 1350px;
  /* org max-width: 1770px;*/ }

.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: 1610px;
  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: 1920px; }

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

.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; }

/**
 * 11.1 - Header
 */
.header-top-left,
.site-navigation .top-menu a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.846153846153846;
  text-transform: inherit; }

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

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

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

.custom-logo {
  display: block;
  max-width: 300px !important; }
  @media (max-width: 500px) {
    .custom-logo {
      max-width: 300px !important; } }
.site-title {
  line-height: 1.166666666666667; }

.site-description {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  margin: 7px 0 0;
  text-transform: uppercase; }

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

.menu-toggle {
  background-color: transparent;
  border: none;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto; }

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

#menu-toggle-secondary {
  margin: 0 auto -14px; }

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

.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:hover,
.menu-toggle:focus {
  background-color: transparent; }

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
  background-color: transparent; }

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

.menu-toggle.toggled-on:focus {
  outline: thin dotted; }

#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: 11px 0; }

#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 {
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  position: relative;
  text-align: center; }

.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,
.custom-header-media video,
.custom-header-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/* For browsers that support 'object-fit' */
@supports (object-fit: cover) {
  .custom-header-media img,
  .custom-header-media video,
  .custom-header-media iframe {
    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%; } }

.custom-header-media .wp-custom-header-video-button {
  /* Specificity prevents .color-dark button overrides */
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.125rem;
  overflow: hidden;
  padding: 10px 16px;
  position: absolute;
  left: 48%;
  bottom: 105px;
  -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;
  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 .section-title,
.custom-header-content .site-header-text {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

/**
 * 11.2 - Posts and pages
 */
.site-main .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%; }

#service-content-section .post-thumbnail {
  border: 1px #555 solid;
  border-radius: 50%;
  margin: 10px;
  padding: 20px; }

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

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

.section-content-wrapper .post-wrapper .entry-container {
  border: 1px solid;
  margin: 0;
  padding: 0;
  text-align: center; }

.section-content-wrapper .post-wrapper .entry-header,
.section-content-wrapper .post-wrapper .entry-summary {
  max-width: 670px;
  margin: 28px auto;
  padding: 0 20px; }

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

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

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

.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: 20.8px;
  font-size: 1.3rem;
  color: #0092d3 !important;
  line-height: 1.325;
  margin-top: 1.0208333125em;
  margin-bottom: 0.4375em; }

h2 {
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #0092d3 !important;
  line-height: 1.3611;
  margin-top: 1.361em;
  margin-bottom: 0.583em; }

h3 {
  font-size: 17.44px;
  font-size: 1.09rem;
  line-height: 1.4;
  margin-top: 1.633em;
  margin-bottom: 0.700em; }

h4 {
  font-size: 15.36px;
  font-size: 0.96rem;
  line-height: 1.4583;
  margin-top: 1.885em;
  margin-bottom: 0.808em; }

h5 {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #666666 !important;
  line-height: 1.55;
  margin-top: 2.227em;
  margin-bottom: 0.955em; }

h6 {
  font-size: 13.6px;
  font-size: 0.85rem;
  line-height: 1.5;
  margin-top: 2.722em;
  margin-bottom: 1.167em; }

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: 21px;
  word-wrap: break-word; }

.more-button {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em; }

.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; }

.sticky-post {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 7px 14px 3px;
  position: absolute;
  top: 12px;
  right: -14px;
  text-align: center;
  text-transform: uppercase; }

.sticky-post:after {
  content: "";
  border-top: 11px solid;
  border-left: 0 solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  bottom: -11px; }

.sticky-post:after {
  right: 0; }

.entry-meta {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1.75; }

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

.entry-header .entry-meta > span {
  clear: both;
  display: block; }

.singular-content-wrap .entry-footer .entry-meta > span {
  display: block;
  margin-top: 28px; }

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

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

/**
 * 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;
  height: 2em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  text-decoration: none;
  width: 2em; }

.page-links a:hover,
.page-links a:focus {
  border-color: transparent; }

.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; }

.content-bottom-widgets {
  clear: both; }

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

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

.comments-area {
  margin-bottom: 35px; }

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

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

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

.author-name {
  display: block;
  font-style: normal;
  font-weight: 500;
  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 {
  font-size: 12px;
  font-size: 0.75rem; }

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

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em; }

.comment-content {
  margin: 0 0 1.75em;
  padding: 2.1875em;
  position: relative; }

.comment-content:before,
.comment-content:after {
  border-style: solid;
  content: "";
  position: absolute; }

.comment-content:before {
  border-width: 9px 9px 0 9px;
  left: 30px;
  bottom: -9px; }

.comment-content:after {
  border-width: 9px 9px 0 9px;
  left: 30px;
  bottom: -8px; }

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.647058823529412em 1.235294117647059em; }

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

.comment-reply-link {
  margin-left: 1.909090909090909em;
  text-decoration: underline; }

.comment-form label {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase; }

.comment-respond {
  margin: 21px 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-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: center; }

.comment-respond {
  border: 1px solid;
  padding: 35px; }

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

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

#site-generator {
  clear: both; }

.site-info {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center; }

/**
 * 12.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: 1.75em;
  max-width: 100%; }

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

.wp-caption .wp-caption-text {
  font-style: italic;
  text-align: center; }

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

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

.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; }

.gallery-caption {
  display: block;
  font-style: italic;
  text-align: center;
  padding-top: 7px;
  background-color: #f4f4f5;
  margin-bottom: 30px;
  padding: 14px 21px; }

.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.10em;
  vertical-align: middle;
  width: 1em; }

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

.section:after,
.site-content:after,
.breadcrumb-area:after {
  border-bottom: 1px solid;
  content: "";
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1920px;
  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 {
  max-width: 1510px;
  margin: 0 auto; }

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

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

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

/**
 * 13.1 - Slider
 */
.header-media .more-button {
  border: 2px solid;
  background-color: transparent; }

#feature-slider-section {
  border: none;
  padding: 0; }

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

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

#feature-slider-section .entry-container {
  display: block;
  margin: 0 auto;
  padding: 21px 30px 70px; }

#feature-slider-section .cycle-prev,
#feature-slider-section .cycle-next {
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  opacity: 0;
  padding: 7px;
  position: absolute;
  top: 50%;
  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;
  width: 40px;
  height: 40px;
  z-index: 199; }

#feature-slider-section .cycle-prev,
#feature-slider-section .cycle-next {
  background-color: #fff; }

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

#feature-slider-section .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: 24px;
  font-size: 1.5rem;
  top: 0;
  width: 24px; }

#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); }

#feature-slider-section .cycle-pager {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 199; }

#feature-slider-section .cycle-pager span {
  cursor: pointer;
  display: inline-block;
  height: 4px;
  margin: 0 5px;
  overflow: hidden;
  width: 40px; }

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

#feature-slider-section .entry-summary,
#feature-slider-section .entry-content {
  display: none;
  margin-top: 21px;
  width: 100%; }

#feature-slider-section .entry-title {
  margin: 21px 0; }

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

.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 {
  line-height: 1.45833; }

.featured-content-wrapper .entry-container,
.service-content-wrapper .hentry-inner {
  border: 1px solid; }

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

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

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

.portfolio-content-wrapper .hentry {
  height: auto;
  line-height: 1; }

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

.portfolio-content-wrapper .entry-container {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  -webkit-transition: 0.2s opacity ease-in-out;
  -o-transition: 0.2s opacity ease-in-out;
  -moz-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out; }

.portfolio-content-wrapper .hentry:hover .entry-container {
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.15);
  opacity: 1; }

.portfolio-content-wrapper .entry-meta {
  line-height: 1.647058823529412; }

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

.portfolio-content-wrapper .entry-summary {
  display: none; }

.portfolio-content-wrapper .entry-container > .inner-wrap {
  display: block;
  padding: 21px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -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; }

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

/**
 * 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;
  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 {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

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

/**
 * 13.4 - Testimonials & Logo
 */
#testimonial-content-section .section-content-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1315px;
  position: relative; }

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

#clients-section .cycle-prev,
#clients-section .cycle-next,
#testimonial-content-section .cycle-prev,
#testimonial-content-section .cycle-next {
  background-color: transparent;
  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 .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 {
  background-color: transparent; }

#clients-section .icon,
#testimonial-content-section .icon {
  font-size: 32px;
  font-size: 2rem;
  top: -14px;
  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: 2px solid;
  content: "";
  display: block;
  margin: 28px 0;
  width: 40px; }

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

#testimonial-content-section .entry-meta {
  text-transform: capitalize; }

#clients-section .cycle-pager,
#testimonial-content-section .cycle-pager {
  display: inline-block;
  font-family: arial;
  font-size: 54px;
  line-height: 0; }

#clients-section .controller,
#testimonial-content-section .controller {
  bottom: -21px;
  display: block;
  position: absolute;
  text-align: center;
  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.647058823529412; }

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

#testimonial-content-section .entry-content {
  margin: 0;
  position: relative;
  padding-top: 49px; }

#testimonial-content-section .section-content-wrapper .entry-content:before {
  content: "\201C";
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  position: absolute;
  top: -56px;
  left: 0;
  width: 100%;
  z-index: 1; }

#testimonial-content-section .post-thumbnail {
  position: relative;
  z-index: 1; }

#testimonial-content-section .post-thumbnail:before {
  width: 100%;
  bottom: 0;
  content: "";
  left: -30px;
  right: 0;
  position: absolute;
  top: 30px;
  bottom: -30px;
  z-index: -1; }

/* Logo */
.clients-content-wrapper {
  position: relative;
  padding: 0 15px; }

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

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

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

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

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

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

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

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

#promotion-section .entry-container {
  max-width: 730px;
  margin: 2.625rem 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 {
  border: 1px solid; }

#promotion-section.content-frame .entry-container-frame {
  margin: 1rem;
  padding: 2.625rem; }

#promotion-section .cover-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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 {
  background-color: transparent;
  letter-spacing: 0;
  max-width: 1025px;
  margin: 0 auto 35px;
  padding: 0 30px;
  text-align: center;
  text-transform: capitalize; }

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

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

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

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

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

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

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

#footer-instagram .huh-instagram-feed-gallery-widget-wrapper .default .instagram-button,
#footer-instagram .huh-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 {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 30px; }

@media (max-width: 1024px) {
  #footer-newsletter .widget-inner {
    padding: 30px 0px 0px 30px; } }

#footer-newsletter .ewnewsletter .hentry {
  margin: 0 0 2.188em; }

#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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

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

.team-content-wrapper .hentry-inner {
  border-top: 3px solid;
  position: relative; }

.team-content-wrapper .post-thumbnail {
  line-height: 1; }

.team-content-wrapper .artist-social-profile {
  margin: 14px 0 0; }

.team-content-wrapper .post-thumbnail a {
  border-radius: 50%;
  display: inline-block;
  height: 0;
  padding-top: 100%;
  position: relative;
  width: 100%;
  z-index: 2; }

.team-content-wrapper .post-thumbnail img {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.team-content-wrapper .entry-meta {
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-size: 1rem; }

/**
 * 13.8 - Numbers section Section
 */
.numbers-content-wrapper .hentry-inner {
  text-align: center; }

.numbers-content-wrapper .entry-title {
  font-weight: 600; }

.numbers-content-wrapper .hentry {
  padding: 35px; }

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

/**
 * 14.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 - >= 376px
 */
@media (max-width: 376px) {
  .wp-caption img[class*="wp-image-"] {
    width: 100%; }
  .alignright, .alignleft {
    width: 100% !important; } }

/**
  * 14.2 - >= 414px
  */
@media (max-width: 414px) {
  .wp-caption img[class*="wp-image-"] {
    width: 100%; }
  .alignright, .alignleft {
    width: 100% !important; }
  table {
    table-layout: auto !important;
    font-size: 13px;
    font-size: 0.8125rem; } }

/**
 * 14.3 - >= 667px
 */
@media (max-width: 667px) {
  .header-top-bar {
    display: none !important; }
  .site-secondary-menu {
    display: none !important; }
  .site-branding {
    margin: 2px auto !important; }
  #colophon .widget {
    padding: 8px 30px; }
  .widget {
    margin: 0 0 15px; }
  .footer-widget-area {
    padding: 16px 0 0 !important; }
  #service-content-section {
    margin-top: -36px; }
    #service-content-section .hentry {
      width: 50% !important;
      margin-bottom: 5px; }
    #service-content-section .post-thumbnail {
      padding: 15px; }
    #service-content-section .service-content-wrapper, #service-content-section .hentry-inner {
      padding: 40px; }
  .service-content-wrapper, .hentry-inner {
    padding: 10px !important; }
  .service-content-wrapper.layout-four {
    margin-top: 0px;
    padding: 0px 25px 0px 25px; }
  #feature-slider-section .entry-container {
    padding: 13px 30px 70px !important; }
  #feature-slider-section .entry-title {
    margin: 0 !important; }
  #feature-slider-section .cycle-prev, #feature-slider-section .cycle-next {
    margin-top: 26px; }
  #featured-content-section .featured-content-wrapper, #featured-content-section .hentry {
    margin-bottom: 4px; }
  #featured-content-section .featured-content-wrapper {
    margin-top: 10px;
    padding: 12px 25px 0px 25px; }
  #clients-section .wrapper {
    padding-bottom: 21px; }
  .site-content {
    padding: 21px 0; } }

/**
 * 14.3 - >= 667px
 */
@media screen and (min-width: 41.6875em) {
  .custom-logo {
    max-width: 300px; }
  .service-content-wrapper.layout-four {
    margin-top: 0px !important; }
  .entry-meta .sep {
    display: inline;
    margin: 0 2px; }
  .entry-header .entry-meta > span {
    clear: none;
    display: inline-block;
    margin-right: 4px; }
  .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,
  .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-top: 34px;
    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,
  .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
    width: 50%; }
  #secondary .widget {
    display: block;
    float: left;
    width: 48%; }
  #secondary .widget:nth-child(2n+1) {
    clear: both;
    margin-right: 4%; }
  .featured-content-wrapper.layout-four .hentry,
  .portfolio-content-wrapper.layout-four .hentry,
  .service-content-wrapper.layout-four .hentry,
  .team-content-wrapper.layout-four .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,
  .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,
  .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
    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) {
    clear: both; }
  #hero-section.content-align-right .entry-container {
    float: right; }
  .author-info {
    text-align: left; }
  .author-avatar {
    clear: both;
    float: left;
    margin: 0 35px 0 0; }
  #testimonial-content-section.layout-two .hentry {
    width: 50%; }
  #testimonial-content-section.layout-two .hentry:nth-child(2n+1) {
    clear: both; }
  .testimonial-content-wrapper .has-post-thumbnail .hentry-inner {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%; }
  .testimonial-content-wrapper .has-post-thumbnail .post-thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    margin: 0; }
  .testimonial-content-wrapper .has-post-thumbnail .entry-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    margin: 0; }
  .testimonial-content-wrapper .has-post-thumbnail .entry-container {
    padding: 0 0 0 30px; }
  .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; }
  .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%; }
  .posts-navigation .nav-links div:nth-child(2):nth-last-child(1) {
    margin-left: 2%; }
  blockquote.alignright,
  blockquote.alignleft {
    width: 50%; }
  .featured-content-wrapper.layout-three,
  .portfolio-content-wrapper.layout-three,
  .service-content-wrapper.layout-three {
    margin-top: 14px;
    /* Org
		margin-top: 34px; */
    margin-left: -15px;
    margin-right: -15px; }
  .featured-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-three .hentry,
  .portfolio-content-wrapper.layout-three .hentry,
  .service-content-wrapper.layout-three .hentry,
  .team-content-wrapper.layout-three .hentry {
    padding: 0 15px; }
  .featured-content-wrapper.layout-three .hentry-inner .post-thumbnail,
  .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,
  .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),
  .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) {
    clear: both; }
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    display: inline-block;
    float: left;
    width: 33.33%; }
  .comment-form-author,
  .comment-form-email {
    padding-right: 21px; }
  .numbers-content-wrapper .hentry {
    padding: 42px; } }

/**
 * 14.4 - >= 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 50px; }
  .boxed-layout .header-media .wrapper {
    width: calc(100% - 100px); }
  #search-top-container .header-top-right {
    display: none; }
  #search-top-container {
    border: none;
    position: absolute;
    top: 60px;
    right: 50px;
    width: 100%;
    margin: 0;
    max-width: 370px;
    z-index: 2;
    -webkit-box-shadow: -4px 4px 15px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -4px 4px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: -4px 4px 15px 0px rgba(0, 0, 0, 0.35); }
  #search-toggle-top {
    display: inline-block; }
  .boxed-layout #page {
    width: 94%;
    margin: 35px auto; }
  .site-header-main {
    padding: 35px 50px; }
  .site-content .wrapper {
    padding: 0 25px; }
  .section,
  #footer-newsletter .widget {
    padding: 14px 0; }
  .custom-header-content {
    padding: 180px 50px; }
  .site-content {
    padding: 28px 0; }
  #promotion-section .entry-container {
    margin: 3.5rem 0; }
  .content-bottom-widgets,
  #footer-instagram {
    padding-top: 49px; }
  .content-top-widgets {
    padding: 0px 0px 30px 0px; }
  #footer-instagram .huh-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,
  #search-top-container.with-social .header-top-left,
  #social-primary-navigation {
    display: none; }
  .site-header-top-main {
    padding: 0; }
  .header-top-bar .wrapper {
    padding: 0 35px; }
  .header-top-bar .top-main-wrapper {
    margin: 0 auto;
    border: none; }
  .primary-menu-left #site-primary-navigation {
    text-align: left; }
  .site-header-top-main,
  .site-primary-menu,
  .site-secondary-menu,
  .site-footer-menu {
    display: block; }
  .site-footer-menu {
    margin: 0; }
  .disable-in-mobile,
  .header-top-bar .contact-details li,
  .site-navigation .top-menu li {
    display: inline;
    float: left; }
  .header-top-bar .contact-details li {
    margin: 0 15px; }
  .menu-search-top-toggle,
  .header-top-left,
  #site-top-navigation {
    display: block;
    float: left; }
  .menu-search-top-toggle {
    display: block;
    float: right; }
  .menu-search-top-toggle {
    padding: 19px 15px; }
  .header-top-left {
    margin: 16px 0; }
  .header-top-right {
    float: right;
    margin: 5px 7px; }
  #site-header-top-menu .social-navigation ul,
  .header-top-bar .contact-details li,
  .site-header .social-navigation ul {
    padding: 0; }
  .site-primary-menu,
  .site-secondary-menu {
    position: relative;
    margin: 0; }
  .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,
  .secondary-search-wrapper,
  #site-secondary-navigation,
  #social-secondary-navigation-top {
    clear: none;
    display: inline-block; }
  #search-toggle-top .icon,
  #search-toggle-right .icon {
    margin-right: 0; }
  #search-container {
    padding: 14px 20px; }
  .site-navigation .primary-menu,
  .site-navigation .primary-menu > li,
  .site-navigation .secondary-menu,
  .site-navigation .secondary-menu > li {
    border: 0;
    font-family: "Open Sans", sans-serif; }
  .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 {
    padding: 16px 20px;
    outline-offset: -8px;
    white-space: nowrap; }
  .site-navigation ul ul {
    display: block;
    text-transform: none;
    text-align: left;
    left: -999em;
    margin: 0;
    padding: 11px 0;
    position: absolute;
    z-index: 99999; }
  .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,
  .secondary-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: 0;
    right: auto; }
  .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: 100%;
    right: auto; }
  .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; }
  .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: 16px 15px; }
  .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(-90deg); }
  .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-menu .site-navigation {
    border-top: 1px solid;
    border-bottom: 1px solid; }
  .site-navigation ul,
  .header-top-left ul {
    text-align: center; }
  .site-footer-menu .wrapper > nav {
    margin-bottom: 35px; }
  #feature-slider-section .slider-content-wrapper {
    border: 1px solid;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 101;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  #feature-slider-section .entry-container {
    display: block;
    padding: 35px 49px;
    margin: 0.625em; }
  #feature-slider-section .entry-meta,
  #feature-slider-section .entry-summary,
  #feature-slider-section .entry-content {
    display: block; }
  #feature-slider-section .cycle-prev {
    left: 21px; }
  #feature-slider-section .cycle-next {
    right: 21px; }
  #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; }
  .featured-content-wrapper.layout-three .hentry,
  .portfolio-content-wrapper.layout-three .hentry,
  .service-content-wrapper.layout-three .hentry,
  .team-content-wrapper.layout-three .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 25px; }
  #testimonial-content-section .hentry {
    padding: 0 50px 56px; }
  .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: 0 50px; }
  #hero-section .entry-container {
    padding: 50px 30px; }
  #promotion-section .content-wrapper {
    padding: 0 50px; }
  .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) {
    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) {
    clear: both; }
  .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%; }
  .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 20px; }
  .team-content-wrapper .hentry-inner,
  .service-content-wrapper .hentry-inner,
  .featured-content-wrapper .entry-container {
    padding: 35px; }
  .testimonial-content-wrapper .has-post-thumbnail .entry-container {
    padding: 0 0 0 50px; }
  .content-area {
    float: left;
    margin-right: -100%;
    width: 70%;
    max-width: 1040px; }
  .sidebar {
    float: left;
    margin-left: 70%;
    max-width: 440px;
    width: 30%; }
  #primary,
  #secondary {
    padding: 0 25px; }
  .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;
    width: 100%; }
  .no-sidebar.full-width-layout .content-area {
    margin: 0;
    max-width: 100%;
    width: 100%; }
  .author-info {
    padding: 42px; }
  .comments-area,
  .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 20px; }
  .woocommerce-pagination,
  .post-navigation,
  .posts-navigation,
  .pagination,
  .site-main #infinite-handle {
    margin: 0; }
  #site-generator {
    padding: 21px 0; }
  .site-info .wrapper {
    padding: 0 30px; }
  .copyright,
  .powered {
    padding: 0 20px; }
  #promotion-section.content-frame .entry-container-frame {
    padding: 3.5rem; }
  .site-branding {
    margin: 14px 0; }
  .portfolio-content-wrapper .entry-container {
    opacity: 0; }
  .portfolio-content-wrapper .hentry-inner:hover .entry-container {
    opacity: 1; }
  .numbers-content-wrapper {
    padding: 0 50px; }
  .numbers-content-wrapper .hentry {
    padding: 42px 49px; }
  .comment-respond {
    padding: 42px; }
  .section:after,
  .boxed-layout .breadcrumb-area:after,
  .boxed-layout #clients-section.has-background-image {
    width: calc(100% - 100px); }
  .clients-content-wrapper {
    padding: 0 25px; }
  .clients-content-wrapper .hentry {
    padding: 0 25px 70px; }
  .site-title,
  .page-title,
  .entry-title,
  .section-title,
  #footer-instagram .widget-title {
    font-size: 34px;
    font-size: 1.7rem; }
  #feature-slider-section .entry-title,
  .numbers-content-wrapper .entry-title,
  .post-wrapper .entry-title,
  .comments-title,
  .comment-reply-title {
    font-size: 28px;
    font-size: 1.75rem; }
  .comment-reply-title {
    font-size: 28px;
    font-size: 1.75rem; }
  h1 {
    font-size: 20.8px;
    font-size: 1.3rem; }
  h2 {
    font-size: 19.2px;
    font-size: 1.2rem; }
  h3 {
    font-size: 17.44px;
    font-size: 1.09rem; }
  h4 {
    font-size: 15.36px;
    font-size: 0.96rem; }
  h5 {
    font-size: 14.4px;
    font-size: 0.9rem; }
  h6 {
    font-size: 13.6px;
    font-size: 0.85rem; } }

/**
 * 14.5 - >= 1120px
 */
@media screen and (min-width: 70em) {
  #header-content input[type="search"] {
    max-width: 170px; }
  .home.boxed-layout #header-navigation-area {
    margin-bottom: 35px; }
  .site-header-main {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 11px 30px; }
  .wp-custom-logo .custom-logo-link,
  .wp-custom-logo .site-identity {
    display: inline-block; }
  .wp-custom-logo .custom-logo-link {
    margin-right: 21px; }
  .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 14px auto 14px 20px;
    text-align: left;
    width: auto; }
  .site-secondary-menu {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 14px 0px 14px 0; }
  .header-center-layout .site-branding {
    margin: 14px auto;
    text-align: center; }
  .section-content-wrapper .post-thumbnail {
    margin: 0 0 28px; }
  .post-wrapper .more-link {
    margin-top: 28px; }
  .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; }
  .portfolio-content-wrapper .entry-summary {
    display: block; }
  .numbers-content-wrapper .hentry {
    padding: 42px 56px; } }

/**
 * 14.6 - >= 1366px
 */
@media screen and (min-width: 85.375em) {
  caption,
  th,
  td {
    padding: 0.875em 1.75em; }
  #feature-slider-section .entry-container {
    padding: 42px 56px; }
  #feature-slider-section .cycle-prev {
    left: 28px; }
  #feature-slider-section .cycle-next {
    right: 28px; }
  #hero-section .entry-container {
    padding: 70px 50px; }
  #footer-instagram .widget-title {
    padding: 0 42px;
    margin-bottom: 42px; }
  .section-heading-wrapper {
    padding: 42px 50px; }
  .featured-content-wrapper .hentry,
  .portfolio-content-wrapper .hentry,
  .service-content-wrapper .hentry,
  .team-content-wrapper .hentry {
    margin-bottom: 42px; }
  .view-more {
    margin: 0 0 42px; }
  .numbers-content-wrapper .hentry {
    padding: 49px 63px; }
  .site-footer-menu .wrapper > nav {
    margin-bottom: 42px; }
  #testimonial-content-section .post-thumbnail:before {
    bottom: -50px;
    left: -50px;
    top: 50px; } }

/**
 * 14.7 - >= 1390px
 */
@media (max-width: 1390px) {
  .site-navigation a {
    padding: 16px 10px !important; } }

/**
 * 14.8 - >= 1600px
 */
@media screen and (min-width: 100em) {
  .service-content-wrapper.layout-four {
    margin: -30px 0px -30px 0px !important; }
  .service-content-wrapper {
    margin-bottom: 0px; }
  .boxed-layout #page {
    margin: 42px auto; }
  .site-header-main {
    padding: 11px 30px; }
  #feature-slider-section .entry-container {
    padding: 42px 63px; }
  .section,
  #footer-newsletter .widget {
    padding: 21px 0; }
  .team-content-wrapper .hentry-inner,
  .service-content-wrapper .hentry-inner {
    padding: 42px; }
  .numbers-content-wrapper .hentry {
    padding: 63px 77px; }
  .site-title,
  .page-title,
  .entry-title,
  .section-title,
  #footer-instagram .widget-title {
    font-size: 22.4px;
    font-size: 1.4rem; }
  #feature-slider-section .entry-title,
  .numbers-content-wrapper .entry-title,
  .post-wrapper .entry-title,
  .comments-title,
  .comment-reply-title {
    font-size: 22.4px;
    font-size: 1.4rem; }
  h1 {
    font-size: 20.8px;
    font-size: 1.3rem; }
  h2 {
    font-size: 19.2px;
    font-size: 1.2rem; }
  h3 {
    font-size: 17.44px;
    font-size: 1.09rem; }
  h4 {
    font-size: 15.36px;
    font-size: 0.96rem; } }

/**
 * 14.9 - >= 1920px
 */
@media screen and (min-width: 120em) {
  .service-content-wrapper.layout-four {
    margin: -20px 0px -50px 0px !important; }
  .site-title,
  .page-title,
  .entry-title,
  .section-title,
  #footer-instagram .widget-title {
    font-size: 48px;
    font-size: 3rem; }
  #feature-slider-section .entry-title,
  .numbers-content-wrapper .entry-title,
  .post-wrapper .entry-title,
  .comments-title,
  .comment-reply-title {
    font-size: 36px;
    font-size: 2.25rem; }
  .featured-content-wrapper .entry-title,
  .portfolio-content-wrapper .entry-title {
    font-size: 24px;
    font-size: 1.5rem; }
  h1 {
    font-size: 48px;
    font-size: 3rem; }
  h2 {
    font-size: 36px;
    font-size: 2.25rem; }
  h3 {
    font-size: 30px;
    font-size: 1.875rem; }
  h4 {
    font-size: 26px;
    font-size: 1.635rem; }
  .boxed-layout #page {
    margin: 49px auto; }
  .site-header-main {
    padding: 70px 30px; }
  .custom-header-content {
    padding: 320px 50px; }
  .section,
  #footer-newsletter .widget {
    padding: 28px 0; }
  .site-content {
    padding: 70px 0; }
  #feature-slider-section .entry-container {
    padding: 49px 70px; }
  .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; }
  .comments-area,
  .singular-content-wrap .entry-header,
  .archive .page-header,
  .error404 .page-header,
  .search .page-header,
  .woocommerce-products-header {
    margin-bottom: 49px; }
  .content-bottom-widgets,
  #footer-instagram {
    padding-top: 70px; }
  #site-generator {
    padding: 49px 0; }
  .numbers-content-wrapper .hentry {
    padding: 70px 84px; }
  .site-footer-menu .wrapper > nav {
    margin-bottom: 49px; }
  .comment-respond {
    padding: 49px; }
  #testimonial-content-section .hentry {
    padding: 0 70px 70px; }
  #testimonial-content-section .post-thumbnail:before {
    bottom: -70px;
    left: -70px;
    top: 70px; }
  #feature-slider-section .cycle-prev {
    left: 35px; }
  #feature-slider-section .cycle-next {
    right: 35px; } }

/**
 * 15.0  - >= Colors
 */
/* Background Color */
body {
  background: #f3f5f5;
  /* Fallback for when there is no custom background color defined. */ }

/* Page Background Color */
#page,
#feature-slider-section .entry-container,
#promotion-section.content-frame .entry-container-frame,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox {
  background-color: #fff; }

#promotion-section.content-frame .entry-container {
  border-color: #fff; }

@media screen and (min-width: 64em) {
  .search-social-container,
  #search-top-container,
  #feature-slider-section .entry-container {
    background-color: #fff; }
  #feature-slider-section .entry-container {
    background-color: rgba(255, 255, 255, 0.85); }
  #feature-slider-section .slider-content-wrapper {
    border-color: rgba(255, 255, 255, 0.85); } }

/* Secondary Background Color */
hr,
pre,
thead th,
.site .skip-link,
.no-comments,
.comment-content,
.widget .widget-title,
.header-top-bar,
.header-top-button-wrap,
.wp-caption .wp-caption-text,
#header-navigation-area .wrapper,
#footer-newsletter .wrapper,
.team-content-wrapper .hentry-inner,
.numbers-content-wrapper .hentry,
.hero-content-wrapper .entry-container,
#feature-slider-section .cycle-pager span,
#testimonial-content-section .post-thumbnail:before,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #f4f4f5; }

.widget-title {
  clear: both; }

table,
tbody tr {
  border-color: #f4f4f5; }

.comment-content:before,
.comment-content:after,
.site-secondary-menu ul ul:before,
.site-secondary-menu ul ul:after {
  border-color: #f4f4f5 transparent; }

@media screen and (min-width: 64em) {
  #header-navigation-area .site-primary-menu,
  .site-navigation ul ul,
  .site-navigation ul ul li {
    background-color: #f4f4f5; } }

/* Main Text Color */
body,
button,
input,
select,
textarea {
  color: #666666; }

/* Secondary Link Color */
.entry-meta a,
.woocommerce div.product p.price,
.woocommerce ul.products li.product .price,
.widget_recent_entries .post-date,
.widget_rss .rss-date,
.widget_rss cite,
#search-toggle-top,
#search-toggle-right,
#search-toggle,
.entry-caption,
.wp-caption .wp-caption-text,
.site-description,
.social-navigation a,
.ctsocialwidget a,
.entry-breadcrumbs,
.entry-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a,
.comment-metadata,
.pingback .edit-link,
.comment-metadata a,
.pingback .comment-edit-link,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags,
.entry-meta .icon,
.site-info,
.site-info a,
.search-submit,
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 {
  color: rgba(0, 0, 0, 0.6); }

.entry-breadcrumbs a:after,
.woocommerce .woocommerce-breadcrumb a:after {
  border-left-color: rgba(0, 0, 0, 0.5); }

/* Button Text Color */
#scrollup,
#scrollup:hover,
#scrollup:focus,
.widget_calendar tbody a,
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus,
.header-media .more-link .more-button,
.header-media .more-link .more-button:hover,
.header-media .more-link .more-button:focus,
#feature-slider-section .more-link span,
#feature-slider-section .more-link span:hover,
#feature-slider-section .more-link span:focus,
#promotion-section .more-link .more-button,
#promotion-section .more-link .more-button:hover,
#promotion-section .more-link .more-button:focus,
.huh-instagram-feed-gallery-widget-wrapper .button,
#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,
.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,
.page-links a,
.page-links a:hover,
.page-links a:focus,
.pagination .prev,
.pagination .next,
.posts-navigation a,
.site-main #infinite-handle span,
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus,
.post-navigation a:hover,
.post-navigation a:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
.site-main #infinite-handle span:hover,
.site-main #infinite-handle span:focus,
.sticky-post,
mark,
ins,
button,
button:hover,
button:focus,
button[disabled]:hover,
button[disabled]:focus,
.button,
.button:hover,
.button:focus,
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,
.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 {
  color: #ffffff; }

/* Button Background Color */
#scrollup,
.widget_calendar tbody a,
.custom-header-media .wp-custom-header-video-button,
#feature-slider-section .more-link span,
#feature-slider-section .cycle-pager span:hover,
#feature-slider-section .cycle-pager span:focus,
#feature-slider-section .cycle-pager .cycle-pager-active,
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,
.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,
.site-main #infinite-handle span,
.pagination .prev,
.pagination .next,
.posts-navigation a,
#promotion-section .more-link .more-button,
.woocommerce span.onsale,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.huh-instagram-feed-gallery-widget-wrapper .button {
  background-color: #0092d3; }

/* Button Hover Background Color */
#scrollup:hover,
#scrollup:focus,
.widget_calendar tbody a:hover,
.widget_calendar tbody a: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:hover,
.custom-header-media .wp-custom-header-video-button.wp-custom-header-video-pause,
.custom-header-media .wp-custom-header-video-button:hover,
.custom-header-media .wp-custom-header-video-button:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]: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,
.site-main #infinite-handle span:hover,
.site-main #infinite-handle span:focus,
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus,
.post-navigation a:hover,
.post-navigation a:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
#promotion-section .more-link .more-button:hover,
#promotion-section .more-link .more-button: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,
.huh-instagram-feed-gallery-widget-wrapper .instagram-button .button:hover,
.huh-instagram-feed-gallery-widget-wrapper .instagram-button .button:focus,
.tagcloud a:hover,
.tagcloud a: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 {
  background-color: #000; }

.tagcloud a:hover,
.tagcloud a: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,
.header-media .more-link .more-button:hover,
.header-media .more-link .more-button:focus {
  border-color: #000; }

/* Link Color */
a,
.menu-toggle,
.dropdown-toggle,
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,
.entry-header .cat-links a:hover,
.entry-header .cat-links a:focus,
.comment-metadata .comment-reply-link,
.site-footer-menu .social-navigation a,
.tagcloud a,
.singular-content-wrap .entry-footer .cat-links a,
.singular-content-wrap .entry-footer .tags-links a,
#feature-slider-section .cycle-prev,
#feature-slider-section .cycle-next {
  color: #111111; }

mark,
ins {
  background-color: #111111; }

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,
.tagcloud a,
.singular-content-wrap .entry-footer .cat-links a,
.singular-content-wrap .entry-footer .tags-links a {
  border-color: #111111; }

@media screen and (min-width: 70em) {
  .header-top-menu-enabled #header-navigation-area .site-navigation ul ul a {
    color: #111111 !important; } }

/* Link Hover Color */
a:hover,
a:focus,
a:active,
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus,
.header-top-menu-enabled #header-navigation-area .menu-toggle:hover,
.header-top-menu-enabled #header-navigation-area .menu-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,
.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,
.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-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 {
  color: #0092d3 !important; }

blockquote,
.rtl blockquote,
.team-content-wrapper .hentry-inner,
#testimonial-content-section .entry-header:before,
.menu-toggle:hover,
.menu-toggle:focus {
  border-color: #0092d3; }

.sticky-post:after {
  border-top-color: #0092d3; }

/* Headline Text Color */
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.widget-title a,
.page-links > .page-links-title {
  color: #111111; }

/* Tertiary Background Color */
.header-media .wrapper,
#feature-slider-section .hentry,
.header-top-menu-enabled #header-navigation-area .wrapper {
  background: #f4f4f5; }

@media screen and (min-width: 64em) {
  #header-navigation-area .wrapper,
  .header-top-menu-enabled #header-navigation-area .wrapper {
    background: transparent; }
  .header-top-menu-enabled #header-navigation-area .site-primary-menu {
    background: #f4f4f5; } }

/* Text color with background */
#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-header .cat-links a:hover,
.portfolio-content-wrapper .entry-header .cat-links a:focus,
.portfolio-content-wrapper .entry-container,
.portfolio-content-wrapper .entry-container a,
#promotion-section.content-color-white .entry-title,
#promotion-section.content-color-white .entry-title a,
#promotion-section.content-color-white .entry-container,
#promotion-section.content-color-white .entry-container a,
.custom-header-content .entry-title,
.custom-header-content .site-header-text,
.custom-header-content .site-header-text a,
.custom-header-media .wp-custom-header-video-button,
.custom-header-media .wp-custom-header-video-button.wp-custom-header-video-pause,
.custom-header-media .wp-custom-header-video-button:hover,
.custom-header-media .wp-custom-header-video-button:focus {
  color: #fff; }

/* Fixes link color menu */
.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 {
  color: #111111; }

.menu-toggle {
  color: #111111 !important; }

.header-media .more-button {
  border-color: #fff; }

/* 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,
.author-info,
.section:after,
.breadcrumb-area:after,
.section-content-wrapper .post-wrapper .entry-container,
.featured-content-wrapper .entry-container,
.service-content-wrapper .hentry-inner,
.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,
#search-top-container,
.section-content-wrapper .post-wrapper .entry-footer {
  border-color: #e5e5e5; }

.service-content-wrapper .hentry-inner {
  border-color: #FFFFFF !important; }
  .service-content-wrapper .hentry-inner .entry-title {
    font-weight: 200 !important; }
  .service-content-wrapper .hentry-inner .entry-title a {
    font-weight: 200 !important; }

#hero-section .wrapper {
  text-align: center; }

@media screen and (min-width: 64em) {
  .site-footer-menu .site-navigation,
  .primary-search-wrapper .social-navigation,
  .secondary-search-wrapper .social-navigation {
    border-color: #e5e5e5; } }

#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: #e5e5e5; }

/* Extra
-------------------------------------------------------------- */
/* Everest Tabs Plugin */
.everest-tab-main-wrapper.etab-template17.etab-vertical .etab-content-wrap {
  margin-top: -32px; }

.everest-tab-main-wrapper.etab-vertical > .etab-header-wrap > ul.etab-title-tabs > li {
  background-color: #f4f4f5; }

.everest-tab-main-wrapper.etab-template17 > .etab-header-wrap > ul.etab-title-tabs > li .etab-title {
  font-size: 0.6875rem !important;
  font-size: 11px !important;
  font-weight: 400 !important; }

.everest-tab-main-wrapper.etab-template17 > .etab-header-wrap > ul.etab-title-tabs > li .etab-title {
  font-weight: 400 !important; }

.everest-tab-main-wrapper.etab-template17 > .etab-header-wrap > ul.etab-title-tabs > li > a:after {
  background-color: #0092d3 !important; }

.everest-tab-main-wrapper.etab-template17.etab-vertical.etab-vertical-top-left-position > .etab-header-wrap > ul.etab-title-tabs > li > a:before {
  border-color: transparent transparent transparent #0092d3 !important; }

.etab-content-wrap div.etab-active-content img {
  max-width: 100% !important; }

/* Misc */
.clear {
  clear: both !important; }

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

.hide {
  display: none; }

/* Text Styles */
.blue {
  color: #0092d3; }

.red {
  color: #c82326; }

/* Boxes */
#box {
  margin-bottom: 20px;
  padding: 15px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#box.border-blue {
  border: 1px solid #0092d3; }

#box.border-red {
  border: 1px solid #f9cfd0; }

#box.border-light {
  border: 1px solid #d2d2d2; }

#box.border-dark {
  border: 1px solid #666666; }

#box.blue-bg {
  background-color: #d2edf9;
  text-align: center;
  margin-right: 20%;
  margin-left: 20%; }

@media (max-width: 667px) {
  #box.blue-bg {
    display: none; } }

#box.red-bg {
  background-color: #f9cfd0; }

#box.gray-bg {
  background-color: #f4f4f5; }

#box.yellow-bg {
  background-color: #fdf7dc !important; }

/* Icons */
.info:before {
  margin-right: .57em;
  font: 18px FontAwesome;
  content: "\f05a";
  display: inline-block; }

.angellist:before {
  margin-right: .57em;
  font: 18px FontAwesome;
  content: "\f209";
  display: inline-block; }

.bell:before {
  margin-right: .57em;
  font: 18px FontAwesome;
  content: "\f0f3";
  display: inline-block; }

.bullhorn:before {
  margin-right: .57em;
  font: 18px FontAwesome;
  content: "\f0a1";
  display: inline-block; }

.check-circle:before {
  margin-right: .57em;
  font: 18px FontAwesome;
  content: "\f058";
  display: inline-block; }

.envelope:before {
  margin-right: .57em;
  font: 18px FontAwesome;
  content: "\f0e0";
  display: inline-block; }

.lightbulb:before {
  margin-right: .57em;
  font: 18px FontAwesome;
  content: "\f0eb";
  display: inline-block; }

.paperclip:before {
  margin-right: .57em;
  font: 18px FontAwesome;
  content: "\f0c6";
  display: inline-block; }

.star:before {
  margin-right: .57em;
  font: 18px FontAwesome;
  content: "\f005";
  display: inline-block; }

.paw:before {
  margin-right: .57em;
  font: 18px FontAwesome;
  content: "\f1b0";
  display: inline-block;
  list-style-type: none; }

.pencil:before {
  margin-right: .57em;
  font: 18px FontAwesome;
  content: "\f040";
  display: inline-block; }

.heart:before {
  margin-right: .57em;
  font: 18px FontAwesome;
  content: "\f004";
  display: inline-block; }

.arrow-right:before {
  margin-right: .57em;
  font: 18px FontAwesome;
  content: "\f061";
  display: inline-block; }

.arrow-left:before {
  margin-right: .57em;
  font: 18px FontAwesome;
  content: "\f060";
  display: inline-block; }

/* Listing posts with thumbnails, adoptörer berättar m.m. */
.display-posts-listing img {
  float: left;
  margin: 0 30px 10px 0;
  border-radius: 4px; }

.title {
  font-size: 16px;
  color: #0083a9;
  font-weight: 500;
  margin: 0;
  padding: 10px 0px 4px 0px; }

.excerpt, .content {
  display: block;
  padding-top: 5px;
  padding-bottom: 35px;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.8em !important;
  border-bottom: 1px dotted #E3E3E3; }

/* Add This Plugin Buttons */
.at-share-btn-elements {
  margin-top: 10px;
  margin-bottom: 20px; }

/* Contact 7 Form */
div.wpcf7-mail-sent-ok {
  border: 10px solid #398f14 !important; }

div.wpcf7-response-output {
  border: 10px solid #ff0000 !important; }

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 10px solid #ff0000 !important; }

div.wpcf7-spam-blocked {
  border: 10px solid #ffa500 !important; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 10px solid #f7e700 !important; }

/* Dog Archive Pages
-------------------------------------------------------------- */
/* Archive Listing dogs */
#dog-archive {
  text-align: center;
  /*
@media (max-width: 1297px) and (min-width: 1249px) {
  .polaroid {
    margin: 0px 8px 24px 8px;
  }
}
*/ }
  #dog-archive img {
    border-radius: 4px; }
  #dog-archive .polaroid {
    margin: 0px 20px 40px 26px;
    padding: 12px 8px 1px 8px;
    background-color: #f4f4f5;
    float: left;
    box-shadow: 0px 2px 2px 0px #E1E1E1;
    border: 1px solid #F5F5F5;
    border-radius: 4px; }
  #dog-archive .polaroid-title {
    padding: 6px 8px 1px 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.65vw;
    text-align: center;
    font-weight: 400;
    line-height: 1.615384615384615;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    max-width: 150px; }
  @media (max-width: 1431px) and (min-width: 1334px) {
    #dog-archive .polaroid {
      margin: 0px 15px 44px 15px; } }
  @media (max-width: 1333px) and (min-width: 1100px) {
    #dog-archive .polaroid {
      margin: 0px 10px 44px 10px; } }
  @media (max-width: 1248px) and (min-width: 1025px) {
    #dog-archive img {
      width: 140px; }
    #dog-archive .polaroid {
      margin: 0px 5px 20px 4px; } }
  @media (max-width: 1248px) {
    #dog-archive .polaroid-title {
      font-size: 11px;
      font-size: 0.6875rem; } }
  @media (max-width: 1024px) and (min-width: 813px) {
    #dog-archive img {
      width: 120px; }
    #dog-archive .polaroid {
      margin: 0px 5px 20px 4px; } }
  @media (max-width: 812px) and (min-width: 769px) {
    #dog-archive img {
      width: 140px; }
    #dog-archive .polaroid {
      margin: 0px 15px 25px 15px; } }
  @media (max-width: 768px) and (min-width: 668px) {
    #dog-archive img {
      width: 120px; }
    #dog-archive .polaroid {
      margin: 0px 20px 25px 19px; } }
  @media (max-width: 667px) and (min-width: 655px) {
    #dog-archive .polaroid {
      margin: 0px 10px 40px 20px; } }
  @media (max-width: 654px) and (min-width: 415px) {
    #dog-archive img {
      width: 110px; }
    #dog-archive .polaroid {
      margin: 0px 10px 40px 10px; } }
  @media (max-width: 414px) and (min-width: 376px) {
    #dog-archive img {
      width: 135px; }
    #dog-archive .polaroid {
      margin: 0px 10px 40px 10px; } }
  @media (max-width: 375px) and (min-width: 0px) {
    #dog-archive img {
      width: 130px; }
    #dog-archive .polaroid {
      margin: 0px 3px 20px 3px; } }
/* Dog Presentation Pages
-------------------------------------------------------------- */
.paw-list {
  margin-top: 25px; }
  .paw-list ul {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0;
    padding: 0;
    list-style-type: none; }

#dog-info {
  float: left; }
  #dog-info .gallery-item img {
    border-radius: 4px; }
  #dog-info .adopted, #dog-info .booked {
    margin-top: -15px;
    padding: 2px 1px 2px 1px;
    font-size: 14px;
    color: #fc5d29;
    text-transform: uppercase;
    text-align: center; }
  #dog-info .slogan {
    font-size: 22px;
    font-style: italic; }
  #dog-info .dog-photo {
    float: left;
    width: 35%; }
    #dog-info .dog-photo img {
      object-fit: cover;
      width: 250px;
      height: 250px;
      background-color: #FFF;
      border: 1px solid #F5F5F5;
      border-radius: 4px;
      padding: 10px;
      box-shadow: 0 2px 2px 0 #eaeeef; }
  #dog-info .facts {
    margin-top: 20px;
    float: left;
    width: 40%; }
    #dog-info .facts ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
  #dog-info .intresseanmalan {
    margin-top: 170px;
    float: left;
    width: 25%; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #dog-info .facts {
    font-size: 18px !important; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #dog-info .facts {
    font-size: 18px !important;
    width: 50%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #dog-info .slogan {
    font-size: 18px !important; }
  #dog-info .list {
    list-style: none outside  none;
    padding-left: 0; }
  #dog-info .list li {
    margin-top: 5px;
    height: 20px;
    display: block;
    word-spacing: 0.5px;
    letter-spacing: 0.4px; } }

@media (max-width: 667px) {
  .gallery {
    text-align: center; }
  #dog-info .dog-photo {
    float: none;
    width: 100%;
    text-align: center; }
  #dog-info .facts {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px; }
  #dog-info .paw:before {
    font: 10px FontAwesome; } }

@media (max-width: 414px) {
  #dog-info .dog-btn {
    background-color: #00b1db;
    color: #FFF;
    border: none;
    margin-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 0.750em;
    font-weight: 500;
    text-transform: uppercase; } }

@media (max-width: 769px) {
  #dog-info .dog-btn {
    padding: 2.5rem;
    font-size: 1.0em;
    font-weight: 600;
    width: 100% !important; }
  #dog-info .dog-btn:hover {
    background-color: #0083a9;
    text-decoration: none;
    border: none; }
  #dog-info .background {
    margin-top: 20px;
    background-color: #eef6fd;
    padding: 22px 15px 15px 15px;
    line-height: 22px;
    border-radius: 10px; } }

#dog-search-results #dog-info {
  float: inherit; }
  #dog-search-results #dog-info .dog-photo {
    float: left;
    width: auto; }
  #dog-search-results #dog-info .adopted, #dog-search-results #dog-info .booked {
    padding: 20px 1px 2px 1px; }

@media (max-width: 630px) {
  #dog-search-results {
    padding: 0px;
    display: inline-block; }
  #dog-search-results #dog-info .dog-photo {
    padding-bottom: 30px;
    width: 100%; } }

#box-dog-breeds {
  margin: 30px 0px 20px 0px;
  padding: 22px 20px 1px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  font-size: 0.8125rem; }

#box-dog-breeds.gray {
  background-color: #f4f4f5; }

/* Dog Category Page
-------------------------------------------------------------- */
.dog-categories {
  text-align: center; }

.dog-categories dd {
  display: inline-block !important;
  vertical-align: top !important;
  text-align: center;
  width: 22%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
  line-height: 1.428571429; }

.dog-categories dt {
  line-height: 1.428571429; }

@media (max-width: 1350px) and (min-width: 1042px) {
  .dog-categories > dd {
    width: 21% !important; } }

@media (max-width: 1043px) and (min-width: 641px) {
  .dog-categories > dd {
    width: 20% !important; } }

@media (max-width: 640px) and (min-width: 376px) {
  .dog-categories > dd {
    width: 28.5% !important; } }

@media (max-width: 375px) {
  .dog-categories > dd {
    width: 42.5% !important; } }

.dog-categories-more {
  text-align: center; }

.dog-categories-more dd {
  display: inline-block !important;
  vertical-align: top !important;
  text-align: center;
  width: 22%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
  line-height: 1.428571429; }

.dog-categories-more dt {
  line-height: 1.428571429; }

/* Acute Dogs Plugin
-------------------------------------------------------------- */
#secondary .emargustacute-dog-2,
#secondary .emargustacute-dog-3,
#secondary .emargustacute-dog-4,
#secondary .emargustacute-dog-5,
#secondary .emargustacute-dog-6,
#secondary .emargustacute-dog-7,
#secondary .emargustacute-dog-8,
#secondary .emargustacute-dog-9,
#secondary .emargustacute-dog-10 {
  width: 25%;
  margin: 2px 1px 15px 11px; }

#acute {
  padding-left: 30px;
  margin: auto;
  width: 95%; }

#acute a:link, #acute a:visited, #acute a:hover, #acute a:active {
  color: #818181 !important;
  text-decoration: none; }

.emargustacute-featured-dogs {
  margin-left: -9px;
  margin-right: -59px; }

.emargustacute-dog-title {
  font-weight: 400;
  padding: 6px 8px 1px 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.69vw;
  text-align: center;
  line-height: 1.615384615384615;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

@media (max-width: 1248px) {
  .emargustacute-dog-title {
    font-size: 11px;
    font-size: 0.6875rem; } }

@media (max-width: 1025px) {
  .emargustacute-featured-dogs {
    margin-bottom: 30px !important; } }

@media (max-width: 667px) {
  .emargustacute-dog-title {
    font-size: 11px;
    font-size: 0.6875rem; }
  .emargustacute-featured-dogs {
    margin-right: -33px !important; }
  .emargustacute-dog-2,
  .emargustacute-dog-3,
  .emargustacute-dog-4,
  .emargustacute-dog-5,
  .emargustacute-dog-6,
  .emargustacute-dog-7,
  .emargustacute-dog-8,
  .emargustacute-dog-9,
  .emargustacute-dog-10 {
    width: 14%;
    margin: 2px 1px 2px 11px; } }

@media (max-width: 441px) {
  .emargustacute-dog-2,
  .emargustacute-dog-3,
  .emargustacute-dog-4,
  .emargustacute-dog-5,
  .emargustacute-dog-6,
  .emargustacute-dog-7,
  .emargustacute-dog-8,
  .emargustacute-dog-9,
  .emargustacute-dog-10 {
    width: 27%; } }

@media (max-width: 376px) {
  .emargustacute-dog-title {
    font-size: 11px;
    font-size: 2.69vw; }
  .emargustacute-featured-dogs {
    margin-right: -50px !important; }
  .emargustacute-dog-2,
  .emargustacute-dog-3,
  .emargustacute-dog-4,
  .emargustacute-dog-5,
  .emargustacute-dog-6,
  .emargustacute-dog-7,
  .emargustacute-dog-8,
  .emargustacute-dog-9,
  .emargustacute-dog-10 {
    width: 26%;
    margin: 2px 8px 2px 5px; } }

/* Team Members
-------------------------------------------------------------- */
.tmm, .tmm_desc {
  font-family: "Lato", sans-serif;
  font-size: 16px !important;
  font-size: 1rem !important;
  color: #666666;
  font-weight: 400;
  line-height: 1.75; }

.tmm_names {
  color: #111111 !important;
  font-size: 18px !important;
  font-family: "Open Sans", sans-serif; }

.tmm .tmm_member .tmm_photo {
  width: 249px !important;
  height: 250px !important;
  border-radius: 4px !important;
  -webkit-box-shadow: 0px 0 0px 0 rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0 0px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0 0px 0 rgba(0, 0, 0, 0.1) !important;
  border: 0px solid whitesmoke !important; }

.tmm .tmm_member .tmm_textblock {
  border-bottom: 3px solid #f4f4f5; }

.tmm .tmm_member {
  margin-top: 80px !important;
  box-shadow: 0px 0 0px 0 rgba(0, 0, 0, 0.02) !important;
  border-top: 0px solid lightgrey !important;
  border-left: solid 0px #eee !important;
  border-right: solid 0px #eee !important;
  border-bottom: 0px solid whitesmoke !important; }

/* Search & Filter
-------------------------------------------------------------- */
.searchandfilter ul {
  display: inline !important; }

.searchandfilter ul li {
  padding-bottom: 5px;
  border-bottom: 1px solid #f4f4f5 !important;
  font-size: 12px;
  font-size: 0.75rem; }

.widget li:last-child {
  border-bottom: 0px solid #f4f4f5 !important; }

/* Sidebar
-------------------------------------------------------------- */
/* Skänk en Gåva */
.skankengava {
  float: left;
  max-width: 40%; }

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

/* Buttons */
.btn-sidebar {
  background-color: #FFF;
  color: #0092d3;
  -webkit-border-radius: 0;
  border-radius: 4px;
  border: #0092d3 1px solid;
  display: inline-block;
  font-weight: 500;
  line-height: 1.615384615384615;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 21px;
  font-size: 13px;
  font-size: 0.8125rem; }

.btn-sidebar:hover {
  background-color: #0092d3;
  color: #FFF; }

/* Webbshop
-------------------------------------------------------------- */
.cat-parent {
  font-size: 15px !important;
  font-weight: 600; }

.cat-parent .children {
  font-weight: 400; }

.woocommerce-product-gallery {
  width: 40% !important; }
