/* Local font subset used by the theme. */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/nunito-sans-400.woff2?v=d9976dd1dc") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/nunito-sans-600.woff2?v=e03e312b8b") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/nunito-sans-700.woff2?v=cb84238e7b") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/nunito-400.woff2?v=a5906e15ce") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/nunito-700.woff2?v=fa89300b9b") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/montserrat-400.woff2?v=e66bcd2761") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/montserrat-600.woff2?v=d857325c36") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-700.woff2?v=f9d9e65b15") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
    --------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

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

[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

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

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
  vertical-align: top;
}

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

figure {
  margin: 1em 40px;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
  color: #595f5f;
  font-family: "Nunito sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

h1,
h2,
h3,
h4 {
  clear: both;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  margin: 0.67em 0;
  line-height: 1.2;
  color: #000;
}

h1 {
  font-size: 2.223em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.667em;
}

h4 {
  font-size: 1.333em;
}

p {
  margin-bottom: 1.5em;
}

em,
i {
  font-style: italic;
}

code,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

ul {
  margin: 0;
  font-size: 18px;
}

ul li {
  margin-bottom: 10px;
}

li>ul {
  margin-bottom: 0;
  margin-left: 0;
}

dt {
  font-weight: bold;
}

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

figure {
  margin: 0;
  /* Extra wide images within figure tags don't overflow the content area. */
  line-height: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-radius: 0;
  font-size: 18px;
  text-align: left;
  overflow: hidden;
  border-collapse: collapse;
}

table tr th {
  padding: 10px 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  font-weight: 700;
  color: #000;
}

table tr td {
  padding: 10px 15px;
}

table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.03);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 5px;
  background: #e75387;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 40px;
  line-height: 20px;
  transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #88ced0;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: none;
  outline: thin dotted #000;
}

input[type="text"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="time"],
input[type="color"],
textarea {
  color: #222;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 10px 15px;
  width: 100%;
  height: 50px;
  font-size: 16px;
}

input[type="text"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="time"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #222;
}

select {
  border: 1px solid #e5e5e5;
  width: 100%;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color: #88ced0;
  text-decoration: none;
  transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
}

a:visited {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

a:focus {
  outline: thin dotted;
}

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

a:hover {
  color: #88ced0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

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

/* Centered image + text layout, opted into per-page via .content-centered */
.content-centered .entry-content {
  text-align: center;
}

.content-centered .entry-content img {
  float: none;
  display: inline-block;
  margin: 0 8px 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.site-content:before,
.site-content:after,
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clearfix:after,
.entry-content:after,
.site-content:after,
.wrapper:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
  margin: 0 0 60px 0;
  /* Make sure select elements fit in widgets. */
}

.widget:last-child {
  margin-bottom: 0;
}

.widget select {
  max-width: 100%;
  height: 50px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.hentry {
  margin: 0 0 1.5em;
}

.entry-content {
  margin: 1.5em 0 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

/*=============================
COMMON CSS
=============================*/
.skip-link,
.skip-link:hover,
.skip-link:visited {
  position: absolute;
  top: -999px;
  left: 20px;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.8888em;
  font-weight: 600;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  z-index: 99999;
  text-decoration: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.skip-link:focus,
.skip-link:active {
  top: 50px;
  color: #000;
  text-decoration: none;
}

.close {
  position: absolute;
  top: 7%;
  width: 40px;
  height: 40px;
  right: 5%;
  cursor: pointer;
  padding: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.close:before,
.close:after {
  content: "";
  background-color: #fff;
  width: 25px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close:hover:before,
.close:hover:after {
  background-color: #e85387;
}

.wrapper {
  width: 1170px;
  margin: 0 auto;
}

.widget-title {
  font-size: 1.33em;
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 12px;
}

.site-footer .widget-title:before {
  content: "";
  background: #e24e82;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 100%;
}

.site-footer .widget-title:after {
  content: "";
  background: #88ced0;
  height: 2px;
  width: 90px;
  position: absolute;
  bottom: 3px;
  left: 20px;
}

article header.entry-header {
  margin-bottom: 30px;
}

.entry-header .entry-title {
  margin-top: 0;
  font-size: 1.33em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  color: #000;
}

.entry-title a {
  display: inline-block;
}

.entry-content {
  margin-top: 10px;
  margin-bottom: 20px;
}

.entry-content p {
  margin-top: 0;
  margin-bottom: 20px;
  clear: both;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

article.post figure.post-thumbnail,
.page.style1 figure.post-thumbnail {
  margin-bottom: 40px;
}

.single figure.post-thumbnail,
.page.style1 figure.post-thumbnail {
  border-radius: 8px;
  overflow: hidden;
}

section[class*="-section"] .widget .widget-title,
.section-title {
  font-size: 2em;
  font-weight: 700;
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
  display: table;
  position: relative;
  padding-bottom: 13px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  font-family: "Nunito", sans-serif;
}

section[class*="-section"] .widget .widget-title span:before,
.section-title span:before,
section[class*="-section"] .widget .widget-title span:after,
.section-title span:after {
  content: "";
  background: #88ced0;
  max-width: 70px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: -100px;
  right: 0;
  margin: 0 auto;
}

section[class*="-section"] .widget .widget-title span:after,
.section-title span:after {
  left: 0;
  right: -100px;
}

section[class*="-section"] .widget .widget-title:after,
.section-title:after {
  content: "";
  background: #e85387;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: 0 auto;
  padding: 0;
}

section[class*="-section"] .widget_text .textwidget {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul ul {
  margin-top: 20px;
}

.widget ul li {
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  line-height: 1.4em;
}

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

.widget ul li a {
  display: inline-block;
}

section[class*="-section"] {
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}

q {
  margin: 50px 0;
  padding: 15px 0 0 80px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
  font-size: 1.33em;
  position: relative;
}

q {
  display: block;
  border-left: 4px solid #88ced0;
  padding-left: 30px;
  padding-top: 0;
  color: #000;
  font-size: 1.112em;
  margin-bottom: 40px;
  margin-top: 30px;
}

q:before {
  content: "\201c";
  font-weight: 400;
  font-size: 90px;
  color: #fff;
  line-height: 1;
  width: 60px;
  height: 60px;
  background: #e85387;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  text-align: center;
  padding: 10px 7px 0 0;
}

q:after {
  content: "";
  background: #88ced0;
  height: calc(100% - 70px);
  width: 4px;
  position: absolute;
  top: 70px;
  left: 30px;
}

q p:first-child {
  margin-top: 0;
}

q:before,
q:after {
  display: none;
}

q p:last-child {
  margin-bottom: 0;
}

.left {
  text-align: left !important;
}

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

.right {
  text-align: right !important;
}

/*========================
BREADCRUMB
========================*/

.breadcrumb-wrapper {
  padding: 20px 0;
}

#crumbs {
  font-size: 0.7778em;
  color: #666;
}

span.separator {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 10px;
  color: #707171;
}

#crumbs a {
  color: #666;
  margin-right: 10px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

#crumbs a:hover {
  text-decoration: none;
  color: #88ced0;
}

#crumbs .current a {
  color: #88ced0;
  pointer-events: none;
}

/*========================
COMMENTS AREA
========================*/

/*========================
PAGINATION
========================*/

nav.pagination {
  position: relative;
  z-index: 1;
}

.navigation .nav-links {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.nav-links div[class*="nav"] a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 30px;
}

.nav-links div.nav-next a {
  padding-left: 0;
  padding-right: 30px;
}

.nav-links div[class*="nav"] a svg {
  font-size: 17px;
  position: absolute;
  top: 5px;
  left: 0;
}

.nav-links div.nav-next a svg {
  left: auto;
  right: 0;
}

.single .navigation .nav-links {
  text-transform: none;
  font-family: "Nunito", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #e5e5e5;
  margin-top: 60px;
  border-bottom: 1px solid #e5e5e5;
}

.single .pagination .nav-links:before,
.single .pagination .nav-links:after {
  content: "";
  display: table;
}

.single .pagination .nav-links:after {
  clear: both;
}

.single .pagination .nav-previous {
  display: inline-block;
  width: 49.33%;
  padding-right: 20px;
  vertical-align: middle;
  position: relative;
}

.single .pagination .nav-next {
  display: inline-block;
  width: 49.33%;
  padding-left: 20px;
  text-align: right;
  vertical-align: middle;
  position: relative;
}

.single .pagination .nav-previous:after,
.single .pagination .nav-next:after {
  content: "";
  background: #f2f2f2;
  width: 2px;
  position: absolute;
  top: -20px;
  right: -4px;
  bottom: -20px;
}

.single .pagination .nav-next:after {
  right: auto;
  left: -3px;
}

.single .nav-links div[class*="nav"] a {
  padding: 0 0 0 155px;
  color: #000;
}

.single .nav-links div.nav-next a {
  padding-left: 0;
  padding-right: 155px;
  justify-content: right;
}

.single .nav-links div[class*="nav"] a:hover {
  color: #88ced0;
}

.single .nav-links div[class*="nav"] a svg {
  font-size: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single .nav-links .nav-next span.meta-nav {
  left: auto;
  right: 0;
}

.single .nav-links a figure {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 35px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.single .nav-links .nav-next a figure {
  left: auto;
  right: 35px;
}

.single .nav-links a .post-title {
  display: inline-block;
}

/*==========================
HEADER T
==========================*/

.header-t {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

.header-t .top-right {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  text-align: right;
  float: right;
}

.top-right .header-social {
  display: inline-block;
  vertical-align: middle;
}

/*====================
MAIN HEADER
====================*/

.custom-background #page {
  width: 85%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

body:not(.home) header.site-header {
  border-bottom: 1px solid #e5e5e5;
}

.main-header .site-branding {
  display: inline-block;
  vertical-align: middle;
  padding-top: 25px;
  padding-bottom: 25px;
}

.site-title {
  font-size: 45px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.site-title a {
  color: #000;
}

.main-header .menu-wrap {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  float: right;
}

.menu-wrap nav.main-navigation {
  display: inline-block;
  vertical-align: middle;
}

.main-navigation button.toggle-button {
  display: none;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
}

.main-navigation ul li a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  padding: 45px 18px;
}

.main-navigation ul li:hover>a,
.main-navigation ul li.current-menu-item>a,
.main-navigation ul li.current_page_item>a {
  color: #88ced0;
}

.main-navigation ul ul {
  position: absolute;
  top: 110%;
  left: 0;
  width: 250px;
  text-align: left;
  z-index: 999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.main-navigation ul ul ul {
  top: 15%;
  left: 100%;
  padding-left: 3px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focused>ul {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  clip: unset;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focused>ul {
  top: 0;
  left: 100%;
}

.main-navigation ul.menu>li:last-child>ul {
  left: auto;
  right: 0;
}

.main-navigation ul.menu>li:last-child>ul ul {
  left: auto;
  right: 100%;
  padding-left: 0;
  padding-right: 3px;
}

.main-navigation ul ul li {
  display: block;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
}

.main-navigation ul ul li:first-child {
  box-shadow: 0 -5px 0 #88ced0;
}

.main-navigation ul ul li a {
  background: #fff;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #595f5f;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.main-navigation ul ul li:hover>a {
  color: #fff;
  background: #88ced0;
}

/*=========================
SITE BANNER
=========================*/

.site-banner {
  position: relative;
}

.site-banner .item .banner-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-banner .item .banner-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(150deg, transparent, rgba(0, 0, 0, 0.75));
  background: -moz-linear-gradient(150deg, transparent, rgba(0, 0, 0, 0.75));
  background: -ms-linear-gradient(150deg, transparent, rgba(0, 0, 0, 0.75));
  background: -o-linear-gradient(150deg, transparent, rgba(0, 0, 0, 0.75));
  background: linear-gradient(150deg, transparent, rgba(0, 0, 0, 0.75));
}

.site-banner .banner-text .container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.site-banner .banner-text .title {
  font-size: 2.223em;
  margin-bottom: 0;
  margin-top: 0;
}

.site-banner .banner-text a {
  color: #fff;
}


/*==============================
BLOSSOM CLIENT LOGO WIDGET
==============================*/

/*=============================
FEATURED PAGE WIDGET
=============================*/

/*=========================
BACKGROUND CTA SECTION
=========================*/

/*===========================
CALL TO ACTION WIDGET
===========================*/

/*=========================
TESTIMONIAL SECTION
=========================*/

section[class*="-section"] .widget_text {
  width: 100%;
  display: block;
}

/*===========================
TESTIMONIAL WIDGET
===========================*/

/*======================
SERVICE SECTION
======================*/

section.service-section {
  background: #f3fdfe;
  padding: 80px 0;
  margin: 0;
}

.service-section .wrapper::before,
.service-section .wrapper::after {
  display: none;
}

.service-section .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.service-section .widget.widget_text {
  grid-column: 1 / span 3;
  margin-bottom: 0;
}

/*=========================
SIMPLE CTA SECTION
=========================*/

/*=========================
ICON TEXT WIDGET
=========================*/

/*==========================
WIDGET BTTK RECENT POST
==========================*/

.top-footer .entry-header .entry-title a {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}

/*====================================
WIDGET BTTK POPULAR & RECENT POST
====================================*/

/*====================================
WIDGET BTTK POST CATEGORY SLIDER 
====================================*/

/*=====================
TEXT WIDGET
=====================*/
.top-footer .widget_text .textwidget p {
  margin-bottom: 20px;
}

.top-footer .widget_text .textwidget p:first-child {
  margin-top: 0;
}

.top-footer .widget_text .textwidget p:last-child {
  margin-bottom: 0;
}

/*=====================
PRICING SECTION
=====================*/

/*==========================
ACHIEVEMENT SECTION
==========================*/

/* -------------------------------- 
IMAGE COMPARISION SLIDER
-------------------------------- */

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }

  60% {
    width: 45%;
  }

  100% {
    width: 40%;
  }
}

@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }

  60% {
    width: 45%;
  }

  100% {
    width: 40%;
  }
}

@keyframes cd-bounce-in {
  0% {
    width: 0;
  }

  60% {
    width: 45%;
  }

  100% {
    width: 40%;
  }
}

/*========================
BLOG SECTION
========================*/

.blog-section .article-wrap {
  display: flex;
  flex: 1;
  flex-direction: row;
  padding-top: 30px;
  margin-bottom: 10px;
}

.blog-section article {
  margin-bottom: 0px;
  padding-bottom: 0;
  border-bottom: 0;
  width: 33.33%;
  margin-right: 2.5%;
  text-align: left;
}

.blog-section article:nth-child(3n) {
  margin-right: 0;
}

.blog-section article.post figure.post-thumbnail {
  margin-bottom: 0;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.blog-section article.post header.entry-header {
  margin-bottom: 0;
}

.blog-section .entry-header .entry-title {
  margin-top: 10px;
}

.btn-link {
  border: none;
  padding: 5px 50px 5px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: "Nunito sans", sans-serif;
  color: #88ced0;
  display: inline-block;
  border-radius: 40px;
  line-height: 1.3;
  position: relative;
}

.btn-link:hover {
  background: none;
  color: #e85387;
}

.btn-link:after {
  border: 2px solid #e7f5f6;
  color: #88ced0;
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 16px;
  content: "\2794";
  position: absolute;
  text-align: center;
  border-radius: 100%;
  font-weight: 400;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.btn-link:hover:after {
  background: #e85387;
  border-color: #e85387;
  color: #fff;
}

/*================================
SIMPLE CALL TO ACTION SECTION
================================*/

/*========================
PODCAST SECTION
========================*/

.block {
  width: 33.33%;
  margin-right: 2.5%;
  margin-bottom: 40px;
  text-align: left;
}

.block:nth-child(3n) {
  margin-right: 0;
}

.block header.entry-header {
  margin-bottom: 20px;
}

/*========================
SHOP SECTION
========================*/

/*=========================
CONTACT SECTION
=========================*/

/*=================================
BLOSSOM CONTACT SOCIAL WIDGET
=================================*/

/*=============================
NEWSLETTER SECTION
=============================*/

/*========================
SITE FOOTER
========================*/

.top-footer {
  background: #000;
  padding: 80px 0;
}

.top-footer .wrapper:before,
.top-footer .wrapper:after {
  display: none;
}

.top-footer .grid {
  color: #fff;
}

.top-footer .grid:not(.column-1) {
  display: grid;
  grid-gap: 30px;
}

.top-footer .grid.column-3 {
  grid-template-columns: repeat(3, 1fr);
}

.top-footer .widget-title {
  font-size: 1em;
  color: #fff;
}

.top-footer .widget-title::after {
  width: 70px;
}

.bottom-footer {
  background: #000;
  text-align: center;
  color: #8c8c8c;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
}

.bottom-footer a {
  color: #88ced0;
}

.bottom-footer .copyright a:hover {
  text-decoration: underline;
}

/*========================
WIDGETS ON SIDEBAR
========================*/
/*=========================================
BLOSSOMTHEME EMAIL NEWSLETTER WIDGET
=========================================*/

/*========================
ABOUT PAGE
========================*/

.site-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*===========================
STAT COUNTER SECTION
===========================*/

/*=========================
STAT COUNTER WIDGET
=========================*/

/*=======================
BLOCKQUOTE SECTION
=======================*/

/*=====================
TEAM WIDGET
=====================*/

/*=================================
BLOSSOM CUSTOM CATEGORY WIDGET
=================================*/

/*=====================
AUTHOR ARCHIVE PAGE
=====================*/

header.page-header {
  text-align: center;
  margin-bottom: 60px;
}

.page.style1:not(.centered) header.page-header {
  text-align: left;
}

/*==================
GRID VIEW
==================*/

.entry-header .entry-title a {
  color: #000;
}

.entry-header .entry-title a:hover {
  color: #88ced0;
}

/*=========================
LIST VIEW
=========================*/

/*=========================
LARGE IMAGE GRID VIEW
=========================*/

/*========================
CATEGORY PAGE
========================*/

/*=========================
AUDIO PLAYER
=========================*/

/*=======================
AUTHOR BIO WIDGET
=======================*/

/*=======================
SEARCH WIDGET
=======================*/

/*============================
CUSTOM WIDGET LIST STYLE
============================*/

.top-footer .widget ul li a {
  color: #fff;
}

.top-footer .widget ul li a:hover {
  color: #88ced0;
}

.single footer.entry-footer {
  margin-bottom: 80px;
}

.entry-footer .tags {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.tags a {
  display: inline-block;
  font-size: 15px;
  background: #f7f7f7;
  padding: 0 8px;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  border-left: 3px solid #88ced0;
  margin-right: 3px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
}

.tags a:hover {
  background: #88ced0;
  border-color: #88ced0;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.tags a:before {
  content: "#";
  margin-right: 5px;
}

/*========================
RELATED POST
========================*/

.related-articles,
.latest-articles {
  margin-top: 60px;
}

.related-articles .related-title {
  font-size: 1.33em;
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
}

.related-articles .related-title:before {
  content: "";
  background: #e8508d;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.related-articles .related-title span:before,
.related-articles .related-title span:after {
  content: "";
  background: #88ced0;
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: 3px;
  left: -100px;
  right: 0;
  margin: 0 auto;
}

.related-articles .related-title span:after {
  left: 0;
  right: -100px;
}

.related-articles .article-block,
.latest-articles .article-block {
  display: inline-block;
  vertical-align: top;
  width: 31.33%;
  margin-right: 2%;
  margin-bottom: 40px;
  text-align: left;
}

.related-articles .article-block:nth-child(3n),
.latest-articles .article-block:nth-child(3n) {
  margin-right: 0;
}

.article-block figure.post-thumbnail {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.single .related-articles .article-block .entry-title {
  font-size: 1.112em;
  margin-bottom: 0;
}

/*====================
SINGLE STYLE TWO
====================*/

.single.style1 article figure.post-thumbnail {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
}

.single.style1 .site-main article>.entry-header .entry-title {
  font-size: 2.335em;
  margin-bottom: 10px;
}

/*=======================
ERROR 404 PAGE
=======================*/

/*========================
CONTACT PAGE
========================*/

/*======================
EVENT PAGE 
======================*/

/*======================
PODCAST LIST PAGE
======================*/

/*========================
SEARCH PAGE
========================*/

.search .page-header>.wrapper {
  max-width: 600px;
  width: auto;
}

/*====================
SERVICE PAGE
====================*/

/*========================
SUCCESS STORY PAGE
========================*/

/*========================
TESTIMONIAL PAGE
========================*/

/*=============================
PAGE TEMPLATE PORTFOLIO
=============================*/

.single .entry-content a:hover {
  text-decoration: underline;
}

/*============================
RESPONSIVE STYLESHEET
============================*/
@media screen and (max-width: 1770px) {
  /*=========================
    NEWSLETTER SECTION  
    =========================*/
}

@media screen and (max-width: 1480px) {
  .custom-background #page {
    width: 95%;
  }

  /*=======================
    SITE BANNER
    =======================*/
}

@media screen and (min-width: 1210px) and (max-width: 1450px) {
  .custom-background .wrapper {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 1210px) {
  .wrapper {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  /*=========================
    NEWSLETTER SECTION  
    =========================*/
}

@media screen and (max-width: 1180px) {

  /*=======================
    SITE BANNER
    =======================*/

  /*======================
    ACHIEVEMENT SECTION
    ======================*/
}

@media screen and (max-width: 1096px) {
  .main-navigation ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .main-navigation .primary-menu-list {
    display: inline-block !important;
    width: auto !important;
  }

  .main-navigation ul ul {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper {
    max-width: 770px;
  }

  /*=====================
    HEADER T
    =====================*/

  /*=======================
    MAIN HEADER
    =======================*/
  .main-header .wrapper {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: right;
  }

  .main-header .site-branding {
    display: flex;
    flex: auto;
    align-items: center;
    flex-wrap: wrap;
  }

  .main-header .site-branding:not(.icon-text) {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .menu-wrap nav.main-navigation {
    width: auto;
    /*padding-right: 10px;*/
  }

  .main-navigation button.toggle-button {
    display: block;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: relative;
  }

  .main-navigation button.toggle-button .toggle-bar {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
  }

  .main-navigation button.toggle-button .toggle-bar:first-child {
    top: -10px;
  }

  .main-navigation button.toggle-button .toggle-bar:last-child {
    top: 10px;
  }

  .main-navigation .primary-menu-list {
    position: fixed;
    top: 0;
    left: 0;
    background: #f5f5f5;
    height: 100vh;
    width: 50%;
    z-index: 9999;
    padding-top: 80px;
    overflow-y: auto;
    text-align: left;
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
  }

  .main-navigation .primary-menu-list.active,
  body.showing-main-menu-modal .main-navigation .primary-menu-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  .main-navigation .primary-menu-list .mobile-menu,
  .main-navigation .primary-menu-list .menu-conserto-de-roupas-container {
    width: 100%;
  }

  .main-navigation ul.menu {
    position: static;
    background: transparent;
    height: auto;
    width: 100%;
    padding-top: 0;
    overflow: visible;
    text-align: left;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .main-navigation ul li {
    display: block;
  }

  .main-navigation ul li a {
    padding: 15px 18px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .main-navigation ul ul {
    display: none;
    box-shadow: none;
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .main-navigation ul ul ul {
    padding-left: 0;
  }

  /*========================
    BANNER SECTION
    ========================*/

  /*========================
    BG CTA SECTION
    ========================*/

  /*========================
    SERVICE SECTION
    ========================*/
  .service-section .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-section .widget.widget_text {
    grid-column: 1 / span 2;
  }

  /*========================
    PRICING SECTION
    ========================*/

  /*=========================
    ACHIEVEMENT SECTION
    =========================*/

  /*========================
    SIMPLE CTA SECTION
    ========================*/

  /*========================
    EVENT SECTION
    ========================*/

  /*=======================
    NEWSLETTER BLOCK
    =======================*/

  /*=========================
    NEWSLETTER SECTION
    =========================*/

  /*======================
    FOOTER SECTION
    ======================*/
  .top-footer .grid:not(.column-1) {
    grid-gap: 50px 30px;
  }

  .top-footer .grid.column-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  /*=======================
    ABOUT PAGE
    =======================*/

  /*======================
    SIDEBARS
    ======================*/

  /*=====================
    GRID VIEW LAYOUT
    ======================*/

  /*========================
    CONTACT PAGE
    ========================*/

  /*=======================
    ERROR 404 PAGE
    =======================*/

  /*========================
    SERVICE PAGE
    ========================*/

  /*=======================
    EVENT SINGLE PAGE
    =======================*/

  /*===========================
    PAGE TEMPLATE PORTFOLIO
    ===========================*/
}

@media screen and (max-width: 899px) {
  .site-banner .banner-text .container {
    width: 70%;
  }
}

@media screen and (max-width: 782px) {

  .site-banner .banner-text .title {
    font-size: 1.667em;
  }
}

@media screen and (max-width: 640px) {

  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 16px;
  }

  section[class*="-section"] {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  section.service-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .site-content {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  /*=====================
    HEADER T
    =====================*/

  /*=======================
    MAIN HEADER 
    =======================*/
  .main-navigation .primary-menu-list {
    width: 80%;
  }

  /*=====================
    SITE BANNER
    =====================*/
  .site-banner {
    margin-bottom: 50px;
  }

  .site-banner .banner-text .container {
    width: 100%;
  }


  .site-banner .item .banner-text {
    position: relative;
    padding: 40px 15px;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    background: #1c1b1b;
  }

  .site-banner .item .banner-text:before {
    display: none;
  }

  .site-banner .banner-text .container {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }


  /*====================
    ABOUT SECTION
    ====================*/

  /*========================
    BG CTA SECTION
    ========================*/

  /*=========================
    TESTIMONIAL SECTION
    =========================*/

  /*========================
    SERVICE SECTION
    ========================*/
  section.service-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /*========================
    EVENT SECTION
    ========================*/

  /*========================
    SHOP SECTION
    ========================*/

  /*==========================
    CONTACT SECTION
    ==========================*/

  /*=========================
    NEWSLETTER SECTION
    =========================*/

  /*=========================
    FOOTER SECTION
    =========================*/
  .top-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /*============================
    BLOSSOM ICON TEXT WIDGET
    ============================*/

  /*=========================
    ABOUT PAGE
    =========================*/
  section[class*="-section"] .widget_text .textwidget {
    width: 100%;
  }

  /*=======================
    ARCHIVE AUTHOR PAGE
    =======================*/

  /*=======================
    ERROR 404 PAGE
    =======================*/

  /*========================
    SINGLE PAGE
    ========================*/
  .single.style1 .entry-header .entry-title {
    font-size: 2em;
  }

  .single footer.entry-footer {
    margin-bottom: 50px;
  }

  .entry-footer .tags {
    width: 100%;
    margin-bottom: 20px;
  }

  .single .pagination .nav-previous {
    float: none;
    width: 100%;
    border-right: none;
    padding-right: 0;
  }

  .single .pagination .nav-next {
    float: none;
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 30px;
  }

  .single .related-articles .article-block .entry-title {
    font-size: 1.112em;
  }

  .related-articles .article-block,
  .latest-articles .article-block {
    width: 48.33%;
  }

  .related-articles .article-block:nth-child(3n),
  .latest-articles .article-block:nth-child(3n) {
    margin-right: 2%;
  }

  .related-articles .article-block:nth-child(2n),
  .latest-articles .article-block:nth-child(2n) {
    margin-right: 0;
  }

  /*=======================
    COMMENT SECTION
    =======================*/

  /*========================
    TESTIMONIAL PAGE
    ========================*/
}



@media screen and (max-width: 540px) {
  /*======================
    STICKY T BAR
    ======================*/

  /*=====================
    HEADER T
    =====================*/
  .header-t .top-right {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
  }

  /*=======================
    MAIN HEADER
    =======================*/
  /* .main-header .wrapper {
        flex-direction: column;
    } */
  .main-header .site-branding {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }

  .main-header .menu-wrap {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    flex: inherit;
    float: none;
  }

  /*===========================
    BANNER SECTION
    ===========================*/

  /*=========================
    TESTIMONIAL SECTION
    =========================*/

  /*==========================
    SERVICE SECTION
    ==========================*/
  .service-section .wrapper {
    display: block;
  }

  /*=========================
    ACHIEVEMENT SECTION
    =========================*/

  /*========================
    EVENT SECTION
    ========================*/

  /*=======================
    BLOG SECTION
    =======================*/
  .blog-section .article-wrap {
    flex-direction: column;
  }

  .blog-section article {
    width: 100%;
    margin-right: 0;
  }

  /*=====================
    PODCAST SECTION
    =====================*/
  .block {
    width: 100%;
    margin-right: 0;
  }

  /*=======================
    SIMPLE CTA ACTION
    =======================*/

  /*=========================
    NEWSLETTER SECTION
    =========================*/

  /*=======================
    FOOTER SECTION
    =======================*/
  .top-footer .grid:not(.column-1) {
    grid-gap: 50px;
  }

  .top-footer .grid.column-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  /*==============================
    BLOSSOM CLIENT LOGO WIDGET
    ==============================*/

  /*================================
    BLOSSOM FEATURED PAGE WIDGET
    ================================*/

  /*===============================
    BLOSSOM COMPANION CTA WIDGET
    ===============================*/

  /*======================
    ABOUT PAGE
    ======================*/

  /*=====================
    GRID VIEW LAYOUT
    =====================*/

  /*=======================
    LIST VIEW LAYOUT
    =======================*/

  /*========================
    SERVICE PAGE
    ========================*/

  /*=======================
    EVENT SINGLE PAGE
    =======================*/

  /*=====================
    SINGLE PAGE
    =====================*/
  .related-articles .article-block,
  .latest-articles .article-block {
    width: 100%;
    margin-right: 0;
  }

  /*=======================
    COMMENT SECTION
    =======================*/

  /*=========================
    PAGE TEMPLATE PORTFOLIO
    ==========================*/
}

/* Custom Header Search Bar */
.header-t .top-right .search-form {
  display: inline-block;
  vertical-align: middle;
}

.header-t .top-right .search-form label {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

.header-t .top-right .search-form .search-field {
  padding: 8px 15px 8px 35px;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 14px;
  width: 200px;
  height: auto;
  line-height: normal;
  outline: none;
  background-color: #f9f9f9;
  transition: border-color 0.2s, background-color 0.2s, width 0.2s;
  font-family: "Nunito", sans-serif;
}

.header-t .top-right .search-form .search-field:focus {
  border-color: #007cba;
  background-color: #fff;
  width: 240px;
}

.header-t .top-right .search-form .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.header-t .top-right .search-form .search-icon svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
}

/* Galeria de Serviços */
.gallery-section {
  margin-top: 50px;
  margin-bottom: 30px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.gallery-item {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.gallery-image-wrapper {
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/5;
  background-color: #f8fafc;
}

.gallery-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-item:hover .gallery-image-wrapper img {
  transform: scale(1.04);
}

.gallery-info {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid #f1f5f9;
}

.gallery-info h3 {
  font-size: 1.1rem;
  margin: 0 0 6px 0;
  color: #0f172a;
  font-weight: 600;
}

.gallery-info p {
  font-size: 0.9rem;
  margin: 0;
  color: #64748b;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
:root {
  --primary-color: #76c3fc;
  --primary-color-text: #0678b3;
  --secondary-color: #fc769c;
  --primary-font: "Open Sans", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
}

#crumbs a:hover,
#crumbs .current a {
  color: var(--primary-color-text);
}

/** Header Layout */
.header-t .wrapper {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.header-t .header-social {
  display: flex;
  vertical-align: middle;
  flex: 1;
}

.header-t .site-branding {
  display: flex;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.header-t .top-right {
  width: auto;
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.site-header .main-header {
  padding: 5px 0;
}

.main-header .wrapper {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.main-header .menu-wrap {
  width: 100%;
  text-align: center;
}

.menu-wrap nav.main-navigation {
  width: 100%;
  padding-right: 0;
}

.main-navigation ul li {
  margin-right: 25px;
}

.main-navigation ul li a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-navigation ul ul li {
  margin-right: 0;
}

.main-navigation ul ul li:first-child {
  box-shadow: 0 -5px 0 var(--primary-color);
}

/** Banner section */

.site-banner .item .banner-text:before {
  background: unset;
}

.single figure.post-thumbnail img,
.single .page.style1 figure.post-thumbnail img {
  border-radius: 8px;
}

/** Service Section */
section.service-section {
  background: unset;
  padding: 0;
}

.service-section .wrapper {
  position: relative;
  top: -100px;
  z-index: 10;
  background: #fff;
  border-radius: 10px;
  margin-bottom: -100px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
  grid-gap: 0;
}

.service-section .widget.widget_text .widget-title {
  padding-top: 50px;
  margin-bottom: 0;
}

/* About Section */

/** Client Section **/

/** Blog Section */

.blog-section article {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
  top: 0 !important;
}

.blog-section article:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 17px 25px rgba(0, 0, 0, 0.13) !important;
}

.blog-section .entry-header .entry-title {
  font-weight: 600;
  font-size: 1.1112em;
}

.blog-section article.post figure.post-thumbnail {
  box-shadow: none;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.blog-section article.post header.entry-header,
.blog-section .entry-content,
.blog-section .btn-link {
  padding-left: 30px;
  padding-right: 30px;
}

.blog-section .btn-link {
  padding-bottom: 30px;
}

.blog-section .btn-link:after {
  top: 28%;
  right: -7px;
}

/**Simple CTA Section */

/** Contact Section */

/** Newsletter Section */

/**Buttons */



/*=============================
  COLOR OPTION
============================= */

a,
a:hover,
.main-navigation ul li:hover>a,
.main-navigation ul li.current-menu-item>a,
.main-navigation ul li.current_page_item>a,
.btn-link,
.btn-link:after,
.entry-header .entry-title a:hover,
.single .nav-links div[class*="nav"] a:hover {
  color: var(--primary-color-text);
}

.top-footer a,
.bottom-footer a,
.site-banner .banner-text a:hover {
  color: var(--primary-color);
}

.main-navigation ul ul li:hover>a,
section[class*="-section"] .widget .widget-title span:before,
.section-title span:before,
section[class*="-section"] .widget .widget-title span:after,
.section-title span:after,
.site-footer .widget-title:after,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.related-articles .related-title span:before,
.related-articles .related-title span:after,
q:after {
  background: var(--primary-color);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
section[class*="-section"] .widget .widget-title:after,
.section-title:after,
.btn-link:hover:after,
.site-footer .widget-title:before,
.related-articles .related-title:before,
q:before {
  background: var(--secondary-color);
}


.btn-link:hover:after {
  border-color: var(--secondary-color);
}

.btn-link:hover {
  color: var(--secondary-color);
}

.btn-link:after {
  border-color: rgba(118, 195, 252, 0.3);
}



/** Responsiveness */
@media screen and (max-width: 1024px) {
  .main-navigation ul li {
    margin-right: 0;
  }
}

@media only screen and (max-width: 980px) {
  .site-header .main-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-header>.wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .main-navigation button.toggle-button {
    width: 100%;
    border-radius: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    display: block;
    padding: 0;
    height: 40px;
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .service-section .wrapper {
    box-shadow: none;
    top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .main-navigation ul li {
    margin-right: 0px;
  }

  .main-header .menu-wrap {
    padding-bottom: 0px;
  }

  .header-t {
    border-bottom: none;
  }

  .header-t>.wrapper {
    flex-wrap: wrap;
  }

  .header-t .header-social {
    width: auto;
    order: 2;
  }

  .header-t .site-branding {
    width: 100%;
    display: block;
  }

  .header-t .top-right {
    width: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 15px;
    border-top: none;
    order: 3;
  }
}

@media only screen and (max-width: 540px) {
  .blog-section article.post figure.post-thumbnail img {
    width: 100%;
  }
}


.site-title {
  font-size: 40px;
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
}

/*# sourceURL=blossom-coach-inline-css */

/* Appended from custom-logo-css */
.site-title {
  position: absolute;
  clip-path: inset(50%);
}

/* WhatsApp Widget */
.wa-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.wa-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .2s, transform .2s;
}

.wa-widget.wa-open .wa-options {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.wa-option {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.wa-label {
  background: #fff;
  color: #333;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  white-space: nowrap;
}

.wa-icon {
  background: #25D366;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
  flex-shrink: 0;
  transition: transform .2s;
}

.wa-option:hover .wa-icon {
  transform: scale(1.1);
}

.wa-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.wa-toggle {
  background: #25D366 !important;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}

.wa-toggle:hover {
  background: #1ebe5d !important;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .4);
}

.wa-toggle:focus {
  outline: 2px solid rgba(255, 255, 255, .6);
  outline-offset: 2px;
}

.wa-toggle svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

@media (max-width: 767px) {
  .wa-widget {
    bottom: 16px;
    right: 10px;
  }

  .wa-toggle {
    width: 48px;
    height: 48px;
  }

  .wa-toggle svg {
    width: 26px;
    height: 26px;
  }

  .wa-icon {
    width: 38px;
    height: 38px;
  }

  .wa-icon svg {
    width: 20px;
    height: 20px;
  }
}

.main-navigation button.toggle-button {
  touch-action: manipulation;
}

/* Font Awesome Core Styles */
:host,
:root {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 6 Sharp";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-inline--fa.fa-fw {
  width: var(--fa-fw-width, 1.25em);
}

/* Lightweight homepage carousel */
.css-carousel {
  position: relative;
  overflow: hidden;
}

.css-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.css-carousel-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
}

.css-carousel-slide>img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.css-carousel-control {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.css-carousel-control span {
  display: block;
  margin-top: -3px;
  font-size: 42px;
  line-height: 1;
}

.css-carousel-control:hover,
.css-carousel-control:focus {
  border-color: var(--primary-color);
  background: var(--primary-color);
  outline: none;
}

.css-carousel-prev {
  left: 4%;
}

.css-carousel-next {
  right: 4%;
}

.css-carousel-nav {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 3;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.css-carousel-nav button {
  width: 12px;
  height: 12px;
  min-height: 0;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.css-carousel-nav button.is-active,
.css-carousel-nav button:hover,
.css-carousel-nav button:focus {
  background: var(--primary-color);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media screen and (max-width: 782px) {
  .css-carousel-slide>img {
    min-height: 480px;
  }
}

@media screen and (max-width: 599px) {
  .css-carousel-slide>img {
    height: 40vw;
    min-height: auto;
  }

  .css-carousel-control {
    top: 30%;
    width: 40px;
    height: 40px;
  }

  .css-carousel-control span {
    font-size: 34px;
  }

  .css-carousel-nav {
    bottom: 118px;
  }
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
}


.cta-section-inner,
.error-page {
  text-align: center;
}

.cta-section-inner h2 {
  margin-bottom: 12px;
}

.cta-section-inner p {
  margin-bottom: 12px;
}

.error-page-code {
  font-size: 72px;
  color: #1e1e1e;
  margin-bottom: 20px;
  line-height: 1;
}

.error-page-title {
  font-size: 28px;
  margin-bottom: 20px;
  color: #2e2e2e;
}

.error-page-text {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 1.6;
}

.error-page-link {
  display: inline-block;
}


.search-results-container {
  padding: 40px 20px;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.search-results-title {
  margin-top: 0;
  color: #333;
  font-family: Montserrat, sans-serif;
}

.search-results-query {
  margin-bottom: 30px;
  color: #666;
  font-size: 1.1em;
}

.search-results-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.search-results-item {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.search-results-item-title {
  margin: 0 0 10px;
  font-family: Montserrat, sans-serif;
}

.search-results-link {
  color: #007cba;
  font-weight: 700;
  text-decoration: none;
}

.search-results-snippet {
  margin: 0;
  color: #555;
  font-size: 0.95em;
  line-height: 1.6;
}

.search-results-empty {
  color: #e00;
  font-size: 1.1em;
}

.search-results-actions {
  margin-top: 30px;
}

.search-results-clear {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  background: #32373c;
  border-radius: 4px;
}