/*!

Theme Name: Energico

Theme URI: http://www.templatemonster.com/wordpress-themes.php

Author: Template Monster

Author URI: http://www.templatemonster.com/

Description: Energico - Gardening business (Free Sample) Wordpress theme

Version: 1.0.0

License: GNU General Public License v3 or later

License URI: http://www.gnu.org/licenses/gpl-3.0.html

Text Domain: energico

Tags: grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, footer-widgets, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog



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.



Energico is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.



Normalizing styles have been helped along thanks to the fine work of

Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

*/

/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

	## Links

	## Menus

	## Social List

# Accessibility

# Alignments

# Clearings

# Grid

# Widgets

# Content

	## Posts and pages

	## Asides

	## Comments

# Infinite scroll

# Media

	## Captions

	## Galleries

# Builder

# Plugins

	# Services

	# Projects

	# Testimonials

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_text.tm_pb_module p + h2 {

  margin-top: 45px;

}



#tm_builder_outer_content .tm_pb_text.tm_pb_module p + h5 {

  margin-top: 50px;

}



#tm_builder_outer_content .tm_pb_text.tm_pb_module p + h4 {

  margin-top: 48px;

}



#tm_builder_outer_content .tm_pb_text.tm_pb_module p + h5 {

  margin-top: 35px;

}



#tm_builder_outer_content .tm_pb_text.tm_pb_module p + h6 {

  margin-top: 48px;

}



/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/

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;

  text-decoration: none;

}



a:active,

a:hover {

  outline: 0;

}



abbr[title] {

  border-bottom: 1px dotted;

}



b,

strong {

  font-weight: bold;

}



dfn {

  font-style: italic;

}



h1 {

  font-size: 2em;

  margin: 0.67em 0;

}



mark {

  background: #ff0;

  color: #000;

}



small {

  font-size: 80%;

}



sub,

sup {

  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;

}



sup {

  top: -0.5em;

}



sub {

  bottom: -0.25em;

}



img {

  border: 0;

}



svg:not(:root) {

  overflow: hidden;

}



figure {

  margin: 0px;

}



hr {

  box-sizing: content-box;

  height: 0;

}



pre {

  overflow: auto;

}



code,

kbd,

pre,

samp {

  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-appearance: textfield;

  box-sizing: content-box;

}



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

--------------------------------------------------------------*/

html {

  font-size: 16px;

  font-size: 1rem;

}



h1, h2, h3, h4, h5, h6 {

  margin: 15px 0;

}



h5 {

  text-transform: uppercase;

}



h5 span {

  text-transform: none;

}



h3 {

  margin-bottom: 20px;

}



h3 + h5 {

  margin-top: -14px;

}



h3 + h5 span {

  text-transform: uppercase;

}



h5 + p {

  margin-top: 21px;

}



p {

  margin: 0 0 1em;

}



dfn, cite, em, i {

  font-style: italic;

}



blockquote {

  font-size: 20px;

  font-size: 1.25rem;

}



blockquote cite {

  font-size: 14px;

  font-size: 0.875rem;

}



address {

  margin: 0 0 1.5em;

}



pre {

  font-family: "Courier 10 Pitch", Courier, monospace;

  line-height: 1.6;

  overflow: auto;

  max-width: 100%;

  margin: 0 0 1.5em;

  padding: 1.5em;

  background: #eee;

  border: 1px solid #d4d4d4;

  white-space: pre;

  white-space: pre-wrap;

  word-wrap: break-word;

  font-size: 16px;

  font-size: 1rem;

}



kbd, tt, var {

  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

  font-size: 15px;

  font-size: 0.9375rem;

}



code {

  padding: 0 5px;

}



abbr, acronym {

  cursor: help;

  border-bottom: 1px dotted #666;

}



mark, ins {

  font-style: italic;

  text-decoration: none;

  border-bottom: 1px solid;

}



big {

  font-size: 125%;

}



/*--------------------------------------------------------------

# Grid

--------------------------------------------------------------*/

.container {

  margin-left: auto;

  margin-right: auto;

  padding-left: 0.9375rem;

  padding-right: 0.9375rem;

}



@media (min-width: 544px) {

  .container {

    max-width: 576px;

  }

}



@media (min-width: 768px) {

  .container {

    max-width: 720px;

  }

}



@media (min-width: 992px) {

  .container {

    max-width: 940px;

  }

}



@media (min-width: 1200px) {

  .container {

    max-width: 1140px;

  }

}



.container-fluid {

  margin-left: auto;

  margin-right: auto;

  padding-left: 0.9375rem;

  padding-right: 0.9375rem;

}



.row {

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;

  margin-left: -0.9375rem;

  margin-right: -0.9375rem;

}



.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {

  position: relative;

  min-height: 1px;

  padding-left: 0.9375rem;

  padding-right: 0.9375rem;

}



.col-xs-1 {

  -webkit-flex: 0 0 8.33333%;

      -ms-flex: 0 0 8.33333%;

          flex: 0 0 8.33333%;

  max-width: 8.33333%;

}



.col-xs-2 {

  -webkit-flex: 0 0 16.66667%;

      -ms-flex: 0 0 16.66667%;

          flex: 0 0 16.66667%;

  max-width: 16.66667%;

}



.col-xs-3 {

  -webkit-flex: 0 0 25%;

      -ms-flex: 0 0 25%;

          flex: 0 0 25%;

  max-width: 25%;

}



.col-xs-4 {

  -webkit-flex: 0 0 33.33333%;

      -ms-flex: 0 0 33.33333%;

          flex: 0 0 33.33333%;

  max-width: 33.33333%;

}



.col-xs-5 {

  -webkit-flex: 0 0 41.66667%;

      -ms-flex: 0 0 41.66667%;

          flex: 0 0 41.66667%;

  max-width: 41.66667%;

}



.col-xs-6 {

  -webkit-flex: 0 0 50%;

      -ms-flex: 0 0 50%;

          flex: 0 0 50%;

  max-width: 50%;

}



.col-xs-7 {

  -webkit-flex: 0 0 58.33333%;

      -ms-flex: 0 0 58.33333%;

          flex: 0 0 58.33333%;

  max-width: 58.33333%;

}



.col-xs-8 {

  -webkit-flex: 0 0 66.66667%;

      -ms-flex: 0 0 66.66667%;

          flex: 0 0 66.66667%;

  max-width: 66.66667%;

}



.col-xs-9 {

  -webkit-flex: 0 0 75%;

      -ms-flex: 0 0 75%;

          flex: 0 0 75%;

  max-width: 75%;

}



.col-xs-10 {

  -webkit-flex: 0 0 83.33333%;

      -ms-flex: 0 0 83.33333%;

          flex: 0 0 83.33333%;

  max-width: 83.33333%;

}



.col-xs-11 {

  -webkit-flex: 0 0 91.66667%;

      -ms-flex: 0 0 91.66667%;

          flex: 0 0 91.66667%;

  max-width: 91.66667%;

}



.col-xs-12 {

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          flex: 0 0 100%;

  max-width: 100%;

}



.col-xs-pull-0 {

  right: auto;

}



.col-xs-pull-1 {

  right: 8.33333%;

}



.col-xs-pull-2 {

  right: 16.66667%;

}



.col-xs-pull-3 {

  right: 25%;

}



.col-xs-pull-4 {

  right: 33.33333%;

}



.col-xs-pull-5 {

  right: 41.66667%;

}



.col-xs-pull-6 {

  right: 50%;

}



.col-xs-pull-7 {

  right: 58.33333%;

}



.col-xs-pull-8 {

  right: 66.66667%;

}



.col-xs-pull-9 {

  right: 75%;

}



.col-xs-pull-10 {

  right: 83.33333%;

}



.col-xs-pull-11 {

  right: 91.66667%;

}



.col-xs-pull-12 {

  right: 100%;

}



.col-xs-push-0 {

  left: auto;

}



.col-xs-push-1 {

  left: 8.33333%;

}



.col-xs-push-2 {

  left: 16.66667%;

}



.col-xs-push-3 {

  left: 25%;

}



.col-xs-push-4 {

  left: 33.33333%;

}



.col-xs-push-5 {

  left: 41.66667%;

}



.col-xs-push-6 {

  left: 50%;

}



.col-xs-push-7 {

  left: 58.33333%;

}



.col-xs-push-8 {

  left: 66.66667%;

}



.col-xs-push-9 {

  left: 75%;

}



.col-xs-push-10 {

  left: 83.33333%;

}



.col-xs-push-11 {

  left: 91.66667%;

}



.col-xs-push-12 {

  left: 100%;

}



.col-xs-offset-0 {

  margin-left: 0%;

}



.col-xs-offset-1 {

  margin-left: 8.33333%;

}



.col-xs-offset-2 {

  margin-left: 16.66667%;

}



.col-xs-offset-3 {

  margin-left: 25%;

}



.col-xs-offset-4 {

  margin-left: 33.33333%;

}



.col-xs-offset-5 {

  margin-left: 41.66667%;

}



.col-xs-offset-6 {

  margin-left: 50%;

}



.col-xs-offset-7 {

  margin-left: 58.33333%;

}



.col-xs-offset-8 {

  margin-left: 66.66667%;

}



.col-xs-offset-9 {

  margin-left: 75%;

}



.col-xs-offset-10 {

  margin-left: 83.33333%;

}



.col-xs-offset-11 {

  margin-left: 91.66667%;

}



.col-xs-offset-12 {

  margin-left: 100%;

}



@media (min-width: 544px) {

  .col-sm-1 {

    -webkit-flex: 0 0 8.33333%;

        -ms-flex: 0 0 8.33333%;

            flex: 0 0 8.33333%;

    max-width: 8.33333%;

  }

  .col-sm-2 {

    -webkit-flex: 0 0 16.66667%;

        -ms-flex: 0 0 16.66667%;

            flex: 0 0 16.66667%;

    max-width: 16.66667%;

  }

  .col-sm-3 {

    -webkit-flex: 0 0 25%;

        -ms-flex: 0 0 25%;

            flex: 0 0 25%;

    max-width: 25%;

  }

  .col-sm-4 {

    -webkit-flex: 0 0 33.33333%;

        -ms-flex: 0 0 33.33333%;

            flex: 0 0 33.33333%;

    max-width: 33.33333%;

  }

  .col-sm-5 {

    -webkit-flex: 0 0 41.66667%;

        -ms-flex: 0 0 41.66667%;

            flex: 0 0 41.66667%;

    max-width: 41.66667%;

  }

  .col-sm-6 {

    -webkit-flex: 0 0 50%;

        -ms-flex: 0 0 50%;

            flex: 0 0 50%;

    max-width: 50%;

  }

  .col-sm-7 {

    -webkit-flex: 0 0 58.33333%;

        -ms-flex: 0 0 58.33333%;

            flex: 0 0 58.33333%;

    max-width: 58.33333%;

  }

  .col-sm-8 {

    -webkit-flex: 0 0 66.66667%;

        -ms-flex: 0 0 66.66667%;

            flex: 0 0 66.66667%;

    max-width: 66.66667%;

  }

  .col-sm-9 {

    -webkit-flex: 0 0 75%;

        -ms-flex: 0 0 75%;

            flex: 0 0 75%;

    max-width: 75%;

  }

  .col-sm-10 {

    -webkit-flex: 0 0 83.33333%;

        -ms-flex: 0 0 83.33333%;

            flex: 0 0 83.33333%;

    max-width: 83.33333%;

  }

  .col-sm-11 {

    -webkit-flex: 0 0 91.66667%;

        -ms-flex: 0 0 91.66667%;

            flex: 0 0 91.66667%;

    max-width: 91.66667%;

  }

  .col-sm-12 {

    -webkit-flex: 0 0 100%;

        -ms-flex: 0 0 100%;

            flex: 0 0 100%;

    max-width: 100%;

  }

  .col-sm-pull-0 {

    right: auto;

  }

  .col-sm-pull-1 {

    right: 8.33333%;

  }

  .col-sm-pull-2 {

    right: 16.66667%;

  }

  .col-sm-pull-3 {

    right: 25%;

  }

  .col-sm-pull-4 {

    right: 33.33333%;

  }

  .col-sm-pull-5 {

    right: 41.66667%;

  }

  .col-sm-pull-6 {

    right: 50%;

  }

  .col-sm-pull-7 {

    right: 58.33333%;

  }

  .col-sm-pull-8 {

    right: 66.66667%;

  }

  .col-sm-pull-9 {

    right: 75%;

  }

  .col-sm-pull-10 {

    right: 83.33333%;

  }

  .col-sm-pull-11 {

    right: 91.66667%;

  }

  .col-sm-pull-12 {

    right: 100%;

  }

  .col-sm-push-0 {

    left: auto;

  }

  .col-sm-push-1 {

    left: 8.33333%;

  }

  .col-sm-push-2 {

    left: 16.66667%;

  }

  .col-sm-push-3 {

    left: 25%;

  }

  .col-sm-push-4 {

    left: 33.33333%;

  }

  .col-sm-push-5 {

    left: 41.66667%;

  }

  .col-sm-push-6 {

    left: 50%;

  }

  .col-sm-push-7 {

    left: 58.33333%;

  }

  .col-sm-push-8 {

    left: 66.66667%;

  }

  .col-sm-push-9 {

    left: 75%;

  }

  .col-sm-push-10 {

    left: 83.33333%;

  }

  .col-sm-push-11 {

    left: 91.66667%;

  }

  .col-sm-push-12 {

    left: 100%;

  }

  .col-sm-offset-0 {

    margin-left: 0%;

  }

  .col-sm-offset-1 {

    margin-left: 8.33333%;

  }

  .col-sm-offset-2 {

    margin-left: 16.66667%;

  }

  .col-sm-offset-3 {

    margin-left: 25%;

  }

  .col-sm-offset-4 {

    margin-left: 33.33333%;

  }

  .col-sm-offset-5 {

    margin-left: 41.66667%;

  }

  .col-sm-offset-6 {

    margin-left: 50%;

  }

  .col-sm-offset-7 {

    margin-left: 58.33333%;

  }

  .col-sm-offset-8 {

    margin-left: 66.66667%;

  }

  .col-sm-offset-9 {

    margin-left: 75%;

  }

  .col-sm-offset-10 {

    margin-left: 83.33333%;

  }

  .col-sm-offset-11 {

    margin-left: 91.66667%;

  }

  .col-sm-offset-12 {

    margin-left: 100%;

  }

}



@media (min-width: 768px) {

  .col-md-1 {

    -webkit-flex: 0 0 8.33333%;

        -ms-flex: 0 0 8.33333%;

            flex: 0 0 8.33333%;

    max-width: 8.33333%;

  }

  .col-md-2 {

    -webkit-flex: 0 0 16.66667%;

        -ms-flex: 0 0 16.66667%;

            flex: 0 0 16.66667%;

    max-width: 16.66667%;

  }

  .col-md-3 {

    -webkit-flex: 0 0 25%;

        -ms-flex: 0 0 25%;

            flex: 0 0 25%;

    max-width: 25%;

  }

  .col-md-4 {

    -webkit-flex: 0 0 33.33333%;

        -ms-flex: 0 0 33.33333%;

            flex: 0 0 33.33333%;

    max-width: 33.33333%;

  }

  .col-md-5 {

    -webkit-flex: 0 0 41.66667%;

        -ms-flex: 0 0 41.66667%;

            flex: 0 0 41.66667%;

    max-width: 41.66667%;

  }

  .col-md-6 {

    -webkit-flex: 0 0 50%;

        -ms-flex: 0 0 50%;

            flex: 0 0 50%;

    max-width: 50%;

  }

  .col-md-7 {

    -webkit-flex: 0 0 58.33333%;

        -ms-flex: 0 0 58.33333%;

            flex: 0 0 58.33333%;

    max-width: 58.33333%;

  }

  .col-md-8 {

    -webkit-flex: 0 0 66.66667%;

        -ms-flex: 0 0 66.66667%;

            flex: 0 0 66.66667%;

    max-width: 66.66667%;

  }

  .col-md-9 {

    -webkit-flex: 0 0 75%;

        -ms-flex: 0 0 75%;

            flex: 0 0 75%;

    max-width: 75%;

  }

  .col-md-10 {

    -webkit-flex: 0 0 83.33333%;

        -ms-flex: 0 0 83.33333%;

            flex: 0 0 83.33333%;

    max-width: 83.33333%;

  }

  .col-md-11 {

    -webkit-flex: 0 0 91.66667%;

        -ms-flex: 0 0 91.66667%;

            flex: 0 0 91.66667%;

    max-width: 91.66667%;

  }

  .col-md-12 {

    -webkit-flex: 0 0 100%;

        -ms-flex: 0 0 100%;

            flex: 0 0 100%;

    max-width: 100%;

  }

  .col-md-pull-0 {

    right: auto;

  }

  .col-md-pull-1 {

    right: 8.33333%;

  }

  .col-md-pull-2 {

    right: 16.66667%;

  }

  .col-md-pull-3 {

    right: 25%;

  }

  .col-md-pull-4 {

    right: 33.33333%;

  }

  .col-md-pull-5 {

    right: 41.66667%;

  }

  .col-md-pull-6 {

    right: 50%;

  }

  .col-md-pull-7 {

    right: 58.33333%;

  }

  .col-md-pull-8 {

    right: 66.66667%;

  }

  .col-md-pull-9 {

    right: 75%;

  }

  .col-md-pull-10 {

    right: 83.33333%;

  }

  .col-md-pull-11 {

    right: 91.66667%;

  }

  .col-md-pull-12 {

    right: 100%;

  }

  .col-md-push-0 {

    left: auto;

  }

  .col-md-push-1 {

    left: 8.33333%;

  }

  .col-md-push-2 {

    left: 16.66667%;

  }

  .col-md-push-3 {

    left: 25%;

  }

  .col-md-push-4 {

    left: 33.33333%;

  }

  .col-md-push-5 {

    left: 41.66667%;

  }

  .col-md-push-6 {

    left: 50%;

  }

  .col-md-push-7 {

    left: 58.33333%;

  }

  .col-md-push-8 {

    left: 66.66667%;

  }

  .col-md-push-9 {

    left: 75%;

  }

  .col-md-push-10 {

    left: 83.33333%;

  }

  .col-md-push-11 {

    left: 91.66667%;

  }

  .col-md-push-12 {

    left: 100%;

  }

  .col-md-offset-0 {

    margin-left: 0%;

  }

  .col-md-offset-1 {

    margin-left: 8.33333%;

  }

  .col-md-offset-2 {

    margin-left: 16.66667%;

  }

  .col-md-offset-3 {

    margin-left: 25%;

  }

  .col-md-offset-4 {

    margin-left: 33.33333%;

  }

  .col-md-offset-5 {

    margin-left: 41.66667%;

  }

  .col-md-offset-6 {

    margin-left: 50%;

  }

  .col-md-offset-7 {

    margin-left: 58.33333%;

  }

  .col-md-offset-8 {

    margin-left: 66.66667%;

  }

  .col-md-offset-9 {

    margin-left: 75%;

  }

  .col-md-offset-10 {

    margin-left: 83.33333%;

  }

  .col-md-offset-11 {

    margin-left: 91.66667%;

  }

  .col-md-offset-12 {

    margin-left: 100%;

  }

}



@media (min-width: 992px) {

  .col-lg-1 {

    -webkit-flex: 0 0 8.33333%;

        -ms-flex: 0 0 8.33333%;

            flex: 0 0 8.33333%;

    max-width: 8.33333%;

  }

  .col-lg-2 {

    -webkit-flex: 0 0 16.66667%;

        -ms-flex: 0 0 16.66667%;

            flex: 0 0 16.66667%;

    max-width: 16.66667%;

  }

  .col-lg-3 {

    -webkit-flex: 0 0 25%;

        -ms-flex: 0 0 25%;

            flex: 0 0 25%;

    max-width: 25%;

  }

  .col-lg-4 {

    -webkit-flex: 0 0 33.33333%;

        -ms-flex: 0 0 33.33333%;

            flex: 0 0 33.33333%;

    max-width: 33.33333%;

  }

  .col-lg-5 {

    -webkit-flex: 0 0 41.66667%;

        -ms-flex: 0 0 41.66667%;

            flex: 0 0 41.66667%;

    max-width: 41.66667%;

  }

  .col-lg-6 {

    -webkit-flex: 0 0 50%;

        -ms-flex: 0 0 50%;

            flex: 0 0 50%;

    max-width: 50%;

  }

  .col-lg-7 {

    -webkit-flex: 0 0 58.33333%;

        -ms-flex: 0 0 58.33333%;

            flex: 0 0 58.33333%;

    max-width: 58.33333%;

  }

  .col-lg-8 {

    -webkit-flex: 0 0 66.66667%;

        -ms-flex: 0 0 66.66667%;

            flex: 0 0 66.66667%;

    max-width: 66.66667%;

  }

  .col-lg-9 {

    -webkit-flex: 0 0 75%;

        -ms-flex: 0 0 75%;

            flex: 0 0 75%;

    max-width: 75%;

  }

  .col-lg-10 {

    -webkit-flex: 0 0 83.33333%;

        -ms-flex: 0 0 83.33333%;

            flex: 0 0 83.33333%;

    max-width: 83.33333%;

  }

  .col-lg-11 {

    -webkit-flex: 0 0 91.66667%;

        -ms-flex: 0 0 91.66667%;

            flex: 0 0 91.66667%;

    max-width: 91.66667%;

  }

  .col-lg-12 {

    -webkit-flex: 0 0 100%;

        -ms-flex: 0 0 100%;

            flex: 0 0 100%;

    max-width: 100%;

  }

  .col-lg-pull-0 {

    right: auto;

  }

  .col-lg-pull-1 {

    right: 8.33333%;

  }

  .col-lg-pull-2 {

    right: 16.66667%;

  }

  .col-lg-pull-3 {

    right: 25%;

  }

  .col-lg-pull-4 {

    right: 33.33333%;

  }

  .col-lg-pull-5 {

    right: 41.66667%;

  }

  .col-lg-pull-6 {

    right: 50%;

  }

  .col-lg-pull-7 {

    right: 58.33333%;

  }

  .col-lg-pull-8 {

    right: 66.66667%;

  }

  .col-lg-pull-9 {

    right: 75%;

  }

  .col-lg-pull-10 {

    right: 83.33333%;

  }

  .col-lg-pull-11 {

    right: 91.66667%;

  }

  .col-lg-pull-12 {

    right: 100%;

  }

  .col-lg-push-0 {

    left: auto;

  }

  .col-lg-push-1 {

    left: 8.33333%;

  }

  .col-lg-push-2 {

    left: 16.66667%;

  }

  .col-lg-push-3 {

    left: 25%;

  }

  .col-lg-push-4 {

    left: 33.33333%;

  }

  .col-lg-push-5 {

    left: 41.66667%;

  }

  .col-lg-push-6 {

    left: 50%;

  }

  .col-lg-push-7 {

    left: 58.33333%;

  }

  .col-lg-push-8 {

    left: 66.66667%;

  }

  .col-lg-push-9 {

    left: 75%;

  }

  .col-lg-push-10 {

    left: 83.33333%;

  }

  .col-lg-push-11 {

    left: 91.66667%;

  }

  .col-lg-push-12 {

    left: 100%;

  }

  .col-lg-offset-0 {

    margin-left: 0%;

  }

  .col-lg-offset-1 {

    margin-left: 8.33333%;

  }

  .col-lg-offset-2 {

    margin-left: 16.66667%;

  }

  .col-lg-offset-3 {

    margin-left: 25%;

  }

  .col-lg-offset-4 {

    margin-left: 33.33333%;

  }

  .col-lg-offset-5 {

    margin-left: 41.66667%;

  }

  .col-lg-offset-6 {

    margin-left: 50%;

  }

  .col-lg-offset-7 {

    margin-left: 58.33333%;

  }

  .col-lg-offset-8 {

    margin-left: 66.66667%;

  }

  .col-lg-offset-9 {

    margin-left: 75%;

  }

  .col-lg-offset-10 {

    margin-left: 83.33333%;

  }

  .col-lg-offset-11 {

    margin-left: 91.66667%;

  }

  .col-lg-offset-12 {

    margin-left: 100%;

  }

}



@media (min-width: 1200px) {

  .col-xl-1 {

    -webkit-flex: 0 0 8.33333%;

        -ms-flex: 0 0 8.33333%;

            flex: 0 0 8.33333%;

    max-width: 8.33333%;

  }

  .col-xl-2 {

    -webkit-flex: 0 0 16.66667%;

        -ms-flex: 0 0 16.66667%;

            flex: 0 0 16.66667%;

    max-width: 16.66667%;

  }

  .col-xl-3 {

    -webkit-flex: 0 0 25%;

        -ms-flex: 0 0 25%;

            flex: 0 0 25%;

    max-width: 25%;

  }

  .col-xl-4 {

    -webkit-flex: 0 0 33.33333%;

        -ms-flex: 0 0 33.33333%;

            flex: 0 0 33.33333%;

    max-width: 33.33333%;

  }

  .col-xl-5 {

    -webkit-flex: 0 0 41.66667%;

        -ms-flex: 0 0 41.66667%;

            flex: 0 0 41.66667%;

    max-width: 41.66667%;

  }

  .col-xl-6 {

    -webkit-flex: 0 0 50%;

        -ms-flex: 0 0 50%;

            flex: 0 0 50%;

    max-width: 50%;

  }

  .col-xl-7 {

    -webkit-flex: 0 0 58.33333%;

        -ms-flex: 0 0 58.33333%;

            flex: 0 0 58.33333%;

    max-width: 58.33333%;

  }

  .col-xl-8 {

    -webkit-flex: 0 0 66.66667%;

        -ms-flex: 0 0 66.66667%;

            flex: 0 0 66.66667%;

    max-width: 66.66667%;

  }

  .col-xl-9 {

    -webkit-flex: 0 0 75%;

        -ms-flex: 0 0 75%;

            flex: 0 0 75%;

    max-width: 75%;

  }

  .col-xl-10 {

    -webkit-flex: 0 0 83.33333%;

        -ms-flex: 0 0 83.33333%;

            flex: 0 0 83.33333%;

    max-width: 83.33333%;

  }

  .col-xl-11 {

    -webkit-flex: 0 0 91.66667%;

        -ms-flex: 0 0 91.66667%;

            flex: 0 0 91.66667%;

    max-width: 91.66667%;

  }

  .col-xl-12 {

    -webkit-flex: 0 0 100%;

        -ms-flex: 0 0 100%;

            flex: 0 0 100%;

    max-width: 100%;

  }

  .col-xl-pull-0 {

    right: auto;

  }

  .col-xl-pull-1 {

    right: 8.33333%;

  }

  .col-xl-pull-2 {

    right: 16.66667%;

  }

  .col-xl-pull-3 {

    right: 25%;

  }

  .col-xl-pull-4 {

    right: 33.33333%;

  }

  .col-xl-pull-5 {

    right: 41.66667%;

  }

  .col-xl-pull-6 {

    right: 50%;

  }

  .col-xl-pull-7 {

    right: 58.33333%;

  }

  .col-xl-pull-8 {

    right: 66.66667%;

  }

  .col-xl-pull-9 {

    right: 75%;

  }

  .col-xl-pull-10 {

    right: 83.33333%;

  }

  .col-xl-pull-11 {

    right: 91.66667%;

  }

  .col-xl-pull-12 {

    right: 100%;

  }

  .col-xl-push-0 {

    left: auto;

  }

  .col-xl-push-1 {

    left: 8.33333%;

  }

  .col-xl-push-2 {

    left: 16.66667%;

  }

  .col-xl-push-3 {

    left: 25%;

  }

  .col-xl-push-4 {

    left: 33.33333%;

  }

  .col-xl-push-5 {

    left: 41.66667%;

  }

  .col-xl-push-6 {

    left: 50%;

  }

  .col-xl-push-7 {

    left: 58.33333%;

  }

  .col-xl-push-8 {

    left: 66.66667%;

  }

  .col-xl-push-9 {

    left: 75%;

  }

  .col-xl-push-10 {

    left: 83.33333%;

  }

  .col-xl-push-11 {

    left: 91.66667%;

  }

  .col-xl-push-12 {

    left: 100%;

  }

  .col-xl-offset-0 {

    margin-left: 0%;

  }

  .col-xl-offset-1 {

    margin-left: 8.33333%;

  }

  .col-xl-offset-2 {

    margin-left: 16.66667%;

  }

  .col-xl-offset-3 {

    margin-left: 25%;

  }

  .col-xl-offset-4 {

    margin-left: 33.33333%;

  }

  .col-xl-offset-5 {

    margin-left: 41.66667%;

  }

  .col-xl-offset-6 {

    margin-left: 50%;

  }

  .col-xl-offset-7 {

    margin-left: 58.33333%;

  }

  .col-xl-offset-8 {

    margin-left: 66.66667%;

  }

  .col-xl-offset-9 {

    margin-left: 75%;

  }

  .col-xl-offset-10 {

    margin-left: 83.33333%;

  }

  .col-xl-offset-11 {

    margin-left: 91.66667%;

  }

  .col-xl-offset-12 {

    margin-left: 100%;

  }

}



.col-xs-first {

  -webkit-order: -1;

      -ms-flex-order: -1;

          order: -1;

}



.col-xs-last {

  -webkit-order: 1;

      -ms-flex-order: 1;

          order: 1;

}



@media (min-width: 544px) {

  .col-sm-first {

    -webkit-order: -1;

        -ms-flex-order: -1;

            order: -1;

  }

  .col-sm-last {

    -webkit-order: 1;

        -ms-flex-order: 1;

            order: 1;

  }

}



@media (min-width: 768px) {

  .col-md-first {

    -webkit-order: -1;

        -ms-flex-order: -1;

            order: -1;

  }

  .col-md-last {

    -webkit-order: 1;

        -ms-flex-order: 1;

            order: 1;

  }

}



@media (min-width: 992px) {

  .col-lg-first {

    -webkit-order: -1;

        -ms-flex-order: -1;

            order: -1;

  }

  .col-lg-last {

    -webkit-order: 1;

        -ms-flex-order: 1;

            order: 1;

  }

}



@media (min-width: 1200px) {

  .col-xl-first {

    -webkit-order: -1;

        -ms-flex-order: -1;

            order: -1;

  }

  .col-xl-last {

    -webkit-order: 1;

        -ms-flex-order: 1;

            order: 1;

  }

}



.row-xs-top {

  -webkit-align-items: flex-start;

      -ms-flex-align: start;

          align-items: flex-start;

}



.row-xs-center {

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;

}



.row-xs-bottom {

  -webkit-align-items: flex-end;

      -ms-flex-align: end;

          align-items: flex-end;

}



@media (min-width: 544px) {

  .row-sm-top {

    -webkit-align-items: flex-start;

        -ms-flex-align: start;

            align-items: flex-start;

  }

  .row-sm-center {

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;

  }

  .row-sm-bottom {

    -webkit-align-items: flex-end;

        -ms-flex-align: end;

            align-items: flex-end;

  }

}



@media (min-width: 768px) {

  .row-md-top {

    -webkit-align-items: flex-start;

        -ms-flex-align: start;

            align-items: flex-start;

  }

  .row-md-center {

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;

  }

  .row-md-bottom {

    -webkit-align-items: flex-end;

        -ms-flex-align: end;

            align-items: flex-end;

  }

}



@media (min-width: 992px) {

  .row-lg-top {

    -webkit-align-items: flex-start;

        -ms-flex-align: start;

            align-items: flex-start;

  }

  .row-lg-center {

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;

  }

  .row-lg-bottom {

    -webkit-align-items: flex-end;

        -ms-flex-align: end;

            align-items: flex-end;

  }

}



@media (min-width: 1200px) {

  .row-xl-top {

    -webkit-align-items: flex-start;

        -ms-flex-align: start;

            align-items: flex-start;

  }

  .row-xl-center {

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;

  }

  .row-xl-bottom {

    -webkit-align-items: flex-end;

        -ms-flex-align: end;

            align-items: flex-end;

  }

}



.col-xs-top {

  -webkit-align-self: flex-start;

      -ms-flex-item-align: start;

          align-self: flex-start;

}



.col-xs-center {

  -webkit-align-self: center;

      -ms-flex-item-align: center;

          align-self: center;

}



.col-xs-bottom {

  -webkit-align-self: flex-end;

      -ms-flex-item-align: end;

          align-self: flex-end;

}



@media (min-width: 544px) {

  .col-sm-top {

    -webkit-align-self: flex-start;

        -ms-flex-item-align: start;

            align-self: flex-start;

  }

  .col-sm-center {

    -webkit-align-self: center;

        -ms-flex-item-align: center;

            align-self: center;

  }

  .col-sm-bottom {

    -webkit-align-self: flex-end;

        -ms-flex-item-align: end;

            align-self: flex-end;

  }

}



@media (min-width: 768px) {

  .col-md-top {

    -webkit-align-self: flex-start;

        -ms-flex-item-align: start;

            align-self: flex-start;

  }

  .col-md-center {

    -webkit-align-self: center;

        -ms-flex-item-align: center;

            align-self: center;

  }

  .col-md-bottom {

    -webkit-align-self: flex-end;

        -ms-flex-item-align: end;

            align-self: flex-end;

  }

}



@media (min-width: 992px) {

  .col-lg-top {

    -webkit-align-self: flex-start;

        -ms-flex-item-align: start;

            align-self: flex-start;

  }

  .col-lg-center {

    -webkit-align-self: center;

        -ms-flex-item-align: center;

            align-self: center;

  }

  .col-lg-bottom {

    -webkit-align-self: flex-end;

        -ms-flex-item-align: end;

            align-self: flex-end;

  }

}



@media (min-width: 1200px) {

  .col-xl-top {

    -webkit-align-self: flex-start;

        -ms-flex-item-align: start;

            align-self: flex-start;

  }

  .col-xl-center {

    -webkit-align-self: center;

        -ms-flex-item-align: center;

            align-self: center;

  }

  .col-xl-bottom {

    -webkit-align-self: flex-end;

        -ms-flex-item-align: end;

            align-self: flex-end;

  }

}



/*--------------------------------------------------------------

# 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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

  box-sizing: inherit;

}



img {

  height: auto;

  /* Make sure images are scaled correctly. */

  max-width: 100%;

  /* Adhere to container width. */

}



blockquote, q {

  quotes: none;

}



blockquote:before, blockquote:after, q:before, q:after {

  fntent: '';

}



blockquote {

  position: relative;

  margin: 0 0 1em;

  padding: 20px 10px 10px;

  font-size: 26px;

  font-size: 1.625rem;

}



@media (min-width: 544px) {

  blockquote {

    padding: 0.7em 1em 0.7em 4.7em;

  }

}



.posts-list blockquote {

  padding: 50px 30px 30px;

}



@media (min-width: 544px) {

  .posts-list blockquote {

    padding: 2.3em 2em 1.2em 3.7em;

  }

}



@media (max-width: 1199px) {

  body .posts-list .entry-content blockquote::before {

    top: 18px;

  }

}



@media (max-width: 543px) {

  .single blockquote {

    padding: 20px 10px 10px;

  }

}



@media (min-width: 768px) and (max-width: 1199px) {

  .posts-list blockquote {

    padding: 50px 30px 30px;

  }

}



blockquote p {

  margin: 0;

}



blockquote p + p {

  margin-top: 1em;

}



blockquote cite:before {

  content: "- ";

}



blockquote:before {

  content: "\f10e";

  font-family: FontAwesome;

  position: absolute;

  top: 35px;

  left: 55px;

  line-height: 1.4;

}



body #tm_builder_outer_content blockquote:before {

  content: "\f10e";

  top: -10px;

  left: 50%;

  -webkit-transform: translate(-50%, 0);

      -ms-transform: translate(-50%, 0);

          transform: translate(-50%, 0);

}



@media (min-width: 544px) {

  body #tm_builder_outer_content blockquote:before {

    top: 28px;

    left: 30px;

    -webkit-transform: translate(0, 0);

        -ms-transform: translate(0, 0);

            transform: translate(0, 0);

  }

}



@media (min-width: 992px) {

  body #tm_builder_outer_content blockquote:before {

    top: 22px;

    left: 81px;

  }

}



.posts-list .entry-content blockquote:before {

  top: 48px;

  left: 45px;

}



@media (max-width: 991px) {

  .single blockquote:before {

    left: 30px;

    top: 30px;

  }

}



@media (max-width: 543px) {

  .single blockquote:before {

    left: 50%;

    -webkit-transform: translate(-50%, 0);

        -ms-transform: translate(-50%, 0);

            transform: translate(-50%, 0);

    top: -5px;

  }

}



@media (min-width: 768px) and (max-width: 1199px) {

  .posts-list blockquote:before {

    top: 20px;

    left: 50%;

    -webkit-transform: translate(-50%, 0);

        -ms-transform: translate(-50%, 0);

            transform: translate(-50%, 0);

  }

}



@media (max-width: 543px) {

  .posts-list blockquote:before {

    top: 20px;

    left: 50%;

    -webkit-transform: translate(-50%, 0);

        -ms-transform: translate(-50%, 0);

            transform: translate(-50%, 0);

  }

}



hr {

  background-color: #dadada;

  border: 0;

  height: 1px;

  margin: 1.5em 0;

}



hr.clear {

  clear: both;

  background: transparent;

  margin: 1.7em 0;

}



/*--------------------------------------------------------------

## Lists

--------------------------------------------------------------*/

ul, ol {

  padding-left: 0;

}



body #main ul {

  list-style: none;

}



body #main ul > li {

  position: relative;

  padding-left: 5px;

}



body #main ul > li + li {

  margin-top: 8px;

}



body #main ul > li::before {

  content: '';

  height: 3px;

  width: 3px;

  border-radius: 50%;

  position: absolute;

  top: 10px;

  left: 0;

}



ol {

  counter-reset: li;

  list-style: none;

}



ol > li {

  position: relative;

  padding-left: 20px;

}



body #tm_builder_outer_content ol > li {

  padding-left: 20px;

}



ol > li + li {

  margin-top: 8px;

}



ol > li::before {

  content: counter(li) ".";

  counter-increment: li;

  position: absolute;

  left: 0;

  top: 0;

}



li > ul,

li > ol {

  margin-bottom: 0;

  margin-left: 1.5em;

}



dt {

  font-weight: bold;

}



dd {

  margin: 0 1.5em 1.5em;

}



/* Inline list */

.inline-list {

  padding: 0;

  margin: 0;

  list-style: none;

}



.inline-list li {

  display: inline-block;

  vertical-align: top;

}



/*--------------------------------------------------------------

## Tables

--------------------------------------------------------------*/

table {

  margin: 0 0 1.5em;

  width: 100%;

}



.entry-content table {

  margin: 0 0 1.5em;

  max-width: 100%;

  border: 1px solid #dadada;

}



.entry-content table th,

.entry-content table td {

  padding: 5px;

  vertical-align: top;

  border: 1px solid #dadada;

}



.entry-content table thead th {

  vertical-align: bottom;

  border-bottom: 1px solid #dadada;

}



.entry-content table tbody + tbody {

  border-top: 1px solid #dadada;

}



/*--------------------------------------------------------------

## Preloader

--------------------------------------------------------------*/

.page-preloader {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  margin: auto;

  height: 0;

  width: 100px;

  padding-bottom: 40%;

}



@media (min-width: 544px) {

  .page-preloader {

    padding-bottom: 25%;

  }

}



@media (min-width: 768px) {

  .page-preloader {

    padding-bottom: 15%;

  }

}



@media (min-width: 992px) {

  .page-preloader {

    padding-bottom: 10%;

  }

}



.page-preloader-cover {

  position: fixed;

  z-index: 999;

  top: 0;

  left: 0;

  display: block;

  width: 100%;

  height: 100%;

}



.preloader-top {

  position: absolute;

  width: 100%;

  height: 75%;

  top: 0;

  overflow: hidden;

}



.preloader-top-sun {

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  margin: auto;

  height: 0;

  width: 35%;

  padding-bottom: 35%;

  -webkit-animation: preloader 3s ease infinite;

          animation: preloader 3s ease infinite;

}



.preloader-top-sun-bg {

  position: absolute;

  width: 100%;

  height: 100%;

  border-radius: 100%;

  border: 5px solid gold;

  box-sizing: border-box;

}



.preloader-top-sun-line {

  position: absolute;

  width: 20%;

  height: 5px;

  border-radius: 5px;

  background: gold;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  margin: auto;

}



.preloader-top-sun-line-0 {

  -webkit-transform: rotate(0deg) translateX(-350%);

      -ms-transform: rotate(0deg) translateX(-350%);

          transform: rotate(0deg) translateX(-350%);

}



.preloader-top-sun-line-45 {

  -webkit-transform: rotate(45deg) translateX(-350%);

      -ms-transform: rotate(45deg) translateX(-350%);

          transform: rotate(45deg) translateX(-350%);

}



.preloader-top-sun-line-90 {

  -webkit-transform: rotate(90deg) translateX(-350%);

      -ms-transform: rotate(90deg) translateX(-350%);

          transform: rotate(90deg) translateX(-350%);

}



.preloader-top-sun-line-135 {

  -webkit-transform: rotate(135deg) translateX(-350%);

      -ms-transform: rotate(135deg) translateX(-350%);

          transform: rotate(135deg) translateX(-350%);

}



.preloader-top-sun-line-180 {

  -webkit-transform: rotate(180deg) translateX(-350%);

      -ms-transform: rotate(180deg) translateX(-350%);

          transform: rotate(180deg) translateX(-350%);

}



.preloader-top-sun-line-225 {

  -webkit-transform: rotate(225deg) translateX(-350%);

      -ms-transform: rotate(225deg) translateX(-350%);

          transform: rotate(225deg) translateX(-350%);

}



.preloader-top-sun-line-270 {

  -webkit-transform: rotate(270deg) translateX(-350%);

      -ms-transform: rotate(270deg) translateX(-350%);

          transform: rotate(270deg) translateX(-350%);

}



.preloader-top-sun-line-315 {

  -webkit-transform: rotate(315deg) translateX(-350%);

      -ms-transform: rotate(315deg) translateX(-350%);

          transform: rotate(315deg) translateX(-350%);

}



.preloader-bottom {

  position: absolute;

  width: 100%;

  height: 25%;

  bottom: 0;

}



.preloader-bottom-line {

  position: absolute;

  background: gold;

  height: 5px;

  border-radius: 5px;

  margin: auto;

  left: 0;

  right: 0;

}



.preloader-bottom-line-lg {

  width: 100%;

  top: 0%;

}



.preloader-bottom-line-md {

  width: 75%;

  top: 25%;

}



.preloader-bottom-line-sm {

  width: 50%;

  top: 50%;

}



.preloader-bottom-line-xs {

  width: 25%;

  top: 75%;

}



@-webkit-keyframes preloader {

  0% {

    -webkit-transform: translateY(200%) rotate(0deg);

            transform: translateY(200%) rotate(0deg);

  }

  25% {

    -webkit-transform: translateY(0) rotate(0deg);

            transform: translateY(0) rotate(0deg);

    transition-timing-function: ease-out;

  }

  100% {

    -webkit-transform: translateY(200%) rotate(-180deg);

            transform: translateY(200%) rotate(-180deg);

    transition-timing-function: ease-in;

  }

}



@keyframes preloader {

  0% {

    -webkit-transform: translateY(200%) rotate(0deg);

            transform: translateY(200%) rotate(0deg);

  }

  25% {

    -webkit-transform: translateY(0) rotate(0deg);

            transform: translateY(0) rotate(0deg);

    transition-timing-function: ease-out;

  }

  100% {

    -webkit-transform: translateY(200%) rotate(-180deg);

            transform: translateY(200%) rotate(-180deg);

    transition-timing-function: ease-in;

  }

}



/*--------------------------------------------------------------

## ToTop button

--------------------------------------------------------------*/

#toTop {

  display: none;

  text-decoration: none;

  position: fixed;

  bottom: 20px;

  right: -999em;

  overflow: hidden;

  width: 47px;

  height: 47px;

  z-index: 999;

  text-align: center;

  border-radius: 50%;

  background: transparent;

}



#toTop::before {

  content: '\f106';

  font-size: 20px;

  font-size: 1.25rem;

  font-family: FontAwesome;

  line-height: 47px;

  text-align: center;

}



#toTop span {

  display: none;

}



#toTop:focus {

  outline: none;

}



@media (min-width: 544px) {

  #toTop {

    right: 20px;

  }

}



@media (min-width: 768px) {

  #toTop {

    bottom: 80px;

  }

}



/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/

button,

input[type='button'],

input[type='reset'],

input[type='submit'] {

  line-height: 1;

  display: inline-block;

  max-width: 100%;

  padding: 15px 50px;

  cursor: pointer;

  text-align: center;

  vertical-align: top;

  white-space: nowrap;

  text-overflow: ellipsis;

  border: none;

  box-shadow: none;

}



.btn {

  text-decoration: none;

  line-height: 1;

  display: inline-block;

  max-width: 100%;

  padding: 15px 50px;

  cursor: pointer;

  text-align: center;

  vertical-align: top;

  white-space: nowrap;

  text-overflow: ellipsis;

  border: none;

  box-shadow: none;

}



.btn:hover {

  text-decoration: none;

}



.btn:focus {

  outline: none;

  box-shadow: 0 0 10px;

}



.btn-fullwidth {

  width: 100%;

}



input[type='text'],

input[type='email'],

input[type='url'],

input[type='password'],

input[type='search'],

input[type='number'],

input[type='tel'],

input[type='range'],

input[type='date'],

input[type='month'],

input[type='week'],

input[type='time'],

input[type='datetime'],

input[type='datetime-local'],

input[type='color'],

select,

textarea {

  padding: 18px 20px;

  border: 1px solid #e0e0e8;

  background-color: #f7fafd;

}



input[type='text']:focus,

input[type='email']:focus,

input[type='url']:focus,

input[type='password']:focus,

input[type='search']:focus,

input[type='number']:focus,

input[type='tel']:focus,

input[type='range']:focus,

input[type='date']:focus,

input[type='month']:focus,

input[type='week']:focus,

input[type='time']:focus,

input[type='datetime']:focus,

input[type='datetime-local']:focus,

input[type='color']:focus,

select:focus,

textarea:focus {

  outline: none;

  box-shadow: 0 0 10px #e0e0e8;

}



button:focus,

input[type='submit']:focus,

input[type='reset']:focus {

  outline: none;

}



select {

  border: 1px solid #e0e0e8;

}



textarea {

  width: 100%;

  min-height: 150px;

  resize: vertical;

  overflow: auto;

}



::-moz-placeholder {

  opacity: 1;

}



:-moz-placeholder {

  opacity: 1;

}



#main .cherry-search ul > li + li {

  margin-top: 0;

}



.cherry-search .cherry-search__results-list {

  margin-top: 10px;

  border: 1px solid;

}



.cherry-search .cherry-search__results-list ul li::before {

  display: none;

}



.cherry-search .cherry-search__results-list .cherry-search__message {

  padding: 12px 10px;

  font-size: 12px;

  font-size: 0.75rem;

}



.top-panel .cherry-search .cherry-search__results-list .cherry-search__message {

  text-align: left;

}



.cherry-search .cherry-search__more-button {

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

}



.cherry-search form.cherry-search__form button.cherry-search__submit {

  background: transparent;

}



body .cherry-search form.cherry-search__form button.cherry-search__submit {

  padding: 0;

}



.cherry-search form.cherry-search__form button.cherry-search__submit:hover {

  background: transparent;

}



.cherry-search form.cherry-search__form button.cherry-search__submit .cherry-search__submite_text {

  text-transform: uppercase;

  font-size: 12px;

  font-size: 0.75rem;

}



.cherry-search form.cherry-search__form button.cherry-search__submit span {

  transition: 0.3s ease all;

}



.search-form, .cherry-search {

  margin: 0;

  padding: 0;

  position: relative;

}



.top-panel .search-form, .top-panel .cherry-search {

  display: inline-block;

  vertical-align: top;

}



@media (min-width: 768px) {

  .top-panel .search-form, .top-panel .cherry-search {

    display: block;

  }

}



.search-form:after, .cherry-search:after {

  display: block;

  clear: both;

  width: 100%;

  content: '';

}



.search-form__field[type='search'], .cherry-search__field[type='search'] {

  float: left;

  box-sizing: border-box;

  width: 100%;

  height: 50px;

  border-radius: 30px;

  padding: 10px 35px 10px 20px;

}



.search-form__field[type='search']:focus, .cherry-search__field[type='search']:focus {

  box-shadow: none;

}



.top-panel .search-form__field[type='search'], .top-panel .cherry-search__field[type='search'] {

  width: 150px;

  height: 30px;

  padding: 7px;

  border: none;

  background: none;

}



.top-panel .search-form__field[type='search']:focus, .top-panel .cherry-search__field[type='search']:focus {

  box-shadow: none;

}



.search-form__submit, .cherry-search__submit {

  position: absolute;

  top: 50%;

  right: 20px;

  border: none;

  padding: 0;

  background: transparent;

  transition: 0.3s ease all;

  -webkit-transform: translate(0, -50%);

      -ms-transform: translate(0, -50%);

          transform: translate(0, -50%);

}



.search-form__submit i.fa, .cherry-search__submit i.fa {

  line-height: 1px;

  font-size: 17px;

  font-size: 1.0625rem;

}



.top-panel .search-form__submit, .top-panel .cherry-search__submit {

  width: 30px;

  padding: 5px 0;

  position: relative;

  top: auto;

  right: auto;

  -webkit-transform: translate(0, 0);

      -ms-transform: translate(0, 0);

          transform: translate(0, 0);

}



.top-panel .search-form__submit:hover, .top-panel .cherry-search__submit:hover {

  background: none;

}



.top-panel .search-form__submit:active, .top-panel .search-form__submit:focus, .top-panel .search-form__submit:hover, .top-panel .cherry-search__submit:active, .top-panel .cherry-search__submit:focus, .top-panel .cherry-search__submit:hover {

  box-shadow: none;

}



@media (min-width: 992px) {

  .comment-reply-title {

    margin-bottom: 15px;

    font-size: 15px;

    font-size: 0.9375rem;

  }

}



.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment {

  margin: 0.5em 0 0 0;

}



.comment-form-author input, .comment-form-author textarea, .comment-form-email input, .comment-form-email textarea, .comment-form-url input, .comment-form-url textarea, .comment-form-comment input, .comment-form-comment textarea {

  border: 1px solid;

  border-radius: 30px;

  background: transparent;

  font-size: 15px;

  font-size: 0.9375rem;

  font-weight: 400;

}



.comment-form-author input:focus, .comment-form-author textarea:focus, .comment-form-email input:focus, .comment-form-email textarea:focus, .comment-form-url input:focus, .comment-form-url textarea:focus, .comment-form-comment input:focus, .comment-form-comment textarea:focus {

  box-shadow: none;

}



.comment-form .form-submit {

  margin: 1.3em 0 9.5px 0;

  font-size: 15px;

  font-size: 0.9375rem;

  font-weight: 400;

}



.comment-form .form-submit input {

  border-radius: 30px;

  padding: 20px 35px;

  transition: 0.3s ease all;

}



.comment-form .form-submit input:focus {

  box-shadow: none;

}



.comment-form__field {

  width: 100%;

  vertical-align: top;

}



.comment-list .comment-form__field {

  background-color: #fff;

}



.comment-form .logged-in-as,

.comment-form .comment-notes {

  margin: 1.2em 0 1.8em;

  font-size: 15px;

  font-size: 0.9375rem;

}



.comment-form .logged-in-as .required,

.comment-form .comment-notes .required {

  color: #ff7c64;

}



.comment-list .comment-form {

  padding-bottom: 2em;

}



#cancel-comment-reply-link {

  font-size: 12px;

  font-size: 0.75rem;

}



.post-password-form label {

  display: inline-block;

  vertical-align: top;

}



.post-password-form input[type^="password"] {

  height: 50px;

  border-radius: 30px;

}



.post-password-form input[type^="password"]:focus {

  box-shadow: none;

}



.post-password-form input[type^="submit"] {

  font-size: 12px;

  font-size: 0.75rem;

  transition: 0.3s ease all;

  text-transform: uppercase;

  padding: 19px 50px;

}



.post-password-form input[type^="submit"]:hover, .post-password-form input[type^="submit"]:focus {

  box-shadow: none;

}



/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/

a {

  text-decoration: none;

  transition: 0.3s ease all;

}



a:focus {

  outline: none;

}



a:hover, a:active {

  text-decoration: none;

}



h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

  color: inherit;

}



/*--------------------------------------------------------------

## Top Menu

--------------------------------------------------------------*/

.top-panel__menu {

  display: none;

}



@media (min-width: 544px) {

  .top-panel__menu {

    display: block;

  }

}



.top-panel__menu-list {

  text-align: center;

}



.top-panel__menu-list .menu-item {

  margin: .25em;

}



.top-panel__menu-list .menu-item a {

  text-decoration: none;

}



.top-panel__menu-list .menu-item a:focus {

  outline: none;

}



.top-panel__menu-list .menu-item.current-menu-item a, .top-panel__menu-list .menu-item.current_page_item a {

  text-decoration: underline;

}



/*--------------------------------------------------------------

## Main Menu

--------------------------------------------------------------*/

/* Basic */

.main-navigation {

  display: block;

  clear: both;

  width: 100%;

}



.main-navigation ul {

  display: none;

  margin: 0;

  padding-left: 0;

  list-style: none;

}



.main-navigation li {

  position: relative;

  text-align: left;

}



.main-navigation a {

  position: relative;

  display: block;

  text-decoration: none;

  font-size: 14px;

  font-size: 0.875rem;

  text-transform: uppercase;

}



@media (max-width: 767px) {

  .main-navigation ul ul a {

    text-indent: 1rem;

  }

  .main-navigation ul ul ul a {

    text-indent: 2rem;

  }

  .main-navigation ul ul ul ul a {

    text-indent: 3rem;

  }

  .main-navigation ul ul ul ul ul a {

    text-indent: 4rem;

  }

  .main-navigation ul ul ul ul ul ul a {

    text-indent: 5rem;

  }

  .main-navigation.toggled ul {

    display: block;

  }

}



@media (min-width: 768px) {

  .main-navigation ul {

    display: block;

  }

  .main-navigation li:hover > ul, .main-navigation li.menu-hover > ul {

    top: 100%;

    left: 0;

    visibility: visible;

    opacity: 1;

  }

  .main-navigation li > ul.in-transition {

    left: 0;

  }

  .main-navigation li li:hover > ul, .main-navigation li li.menu-hover > ul {

    top: 0;

    left: 100%;

  }

  .main-navigation li li:hover > ul.left-side, .main-navigation li li.menu-hover > ul.left-side {

    left: auto;

    right: 100%;

  }

  .main-navigation li li > ul.in-transition {

    left: 100%;

  }

  .main-navigation .menu {

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-wrap: wrap;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;

  }

  .default .main-navigation .menu {

    display: block;

  }

  .main-navigation .menu > li {

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    position: relative;

    -webkit-align-items: flex-start;

        -ms-flex-align: start;

            align-items: flex-start;

  }

  .main-navigation .menu > li::before {

    content: '';

    width: 100%;

    height: 70px;

    position: absolute;

    left: 0;

    right: 0;

    top: 18px;

    display: none;

    background: transparent;

    z-index: -1;

  }

}



@media (min-width: 768px) and (min-width: 768px) {

  .main-navigation .menu > li::before {

    display: block;

  }

}



@media (min-width: 768px) {

  .main-navigation .menu > li.menu-hover::before {

    z-index: 0;

  }

  .main-navigation .menu > li > .sub-menu {

    margin-top: 41px;

  }

  .default .main-navigation .menu > li {

    display: inline-block;

  }

  .main-navigation .sub-menu {

    position: absolute;

    z-index: 999;

    top: 120%;

    left: -999em;

    visibility: hidden;

    margin: 0;

    transition: 200ms linear;

    transition-property: top, opacity, visibility;

    opacity: 0;

  }

  .main-navigation .sub-menu ul {

    top: 20%;

  }

}



@media (max-width: 991px) {

  .main-navigation.mobile-menu {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 997;

    background: #fff;

    -webkit-transform: translateX(-100%);

        -ms-transform: translateX(-100%);

            transform: translateX(-100%);

    padding-top: 3.3em;

    text-align: center;

  }

  .main-navigation.mobile-menu > .menu {

    max-height: 100%;

    overflow-x: hidden;

    overflow-y: auto;

  }

  .main-navigation.mobile-menu > .menu li {

    margin-left: 0;

    text-align: center;

  }

  .main-navigation.mobile-menu > .menu li + li {

    margin-top: 22px;

  }

  .main-navigation.mobile-menu > .menu > li > a {

    font-size: 16px;

    font-size: 1rem;

  }

  .main-navigation.mobile-menu > .menu ul li a {

    font-size: 12px;

    font-size: 0.75rem;

    text-indent: 0;

  }

  .main-navigation.mobile-menu.animate {

    transition: -webkit-transform .2s linear;

    transition: transform .2s linear;

    transition: transform .2s linear, -webkit-transform .2s linear;

  }

  .main-navigation.mobile-menu.show {

    -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

            transform: translateX(0);

  }

  .main-navigation.mobile-menu > .menu {

    display: block;

  }

}



/* Skin */

.main-navigation {

  padding: 36px 0;

}



.main-navigation li + li {

  margin-left: 35px;

}



.main-navigation a {

  letter-spacing: 0;

}



.main-navigation a:focus {

  outline: none;

}



.main-navigation .menu > li a.sub-menu-toggle:before {

  content: '\f107';

  height: auto;

  width: auto;

  font-family: FontAwesome;

  line-height: 1rem;

  background: transparent;

}



.main-navigation .menu > li > a:not(.sub-menu-toggle) {

  position: relative;

}



.main-navigation .menu > li > a:not(.sub-menu-toggle)::before {

  content: '';

  height: 2px;

  width: 0;

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  transition: 0.3s ease all;

  display: none;

}



@media (min-width: 768px) {

  .main-navigation .menu > li > a:not(.sub-menu-toggle)::before {

    display: block;

  }

}



.main-navigation .menu > li > a:not(.sub-menu-toggle):hover::before {

  width: 100%;

}



.main-navigation .menu > li.super-guacamole__menu-with-image a,

.main-navigation .menu > li.super-guacamole__menu-with-image img {

  display: inline-block;

  box-sizing: border-box;

  border: 1px solid transparent;

}



.main-navigation .menu > li.super-guacamole__menu-with-image img {

  max-width: 1.6em;

  -webkit-transform: translateY(0.4em);

      -ms-transform: translateY(0.4em);

          transform: translateY(0.4em);

  margin-top: -100%;

}



.main-navigation .menu > li:last-child > a {

  border-bottom: none;

}



.main-navigation .menu > li:hover > a, .main-navigation .menu > li.menu-hover > a, .main-navigation .menu > li.current_page_item > a, .main-navigation .menu > li.current_page_ancestor > a, .main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li.current-menu-ancestor > a {

  /* Active and hover state (level 1) */

}



.main-navigation .menu > li:hover > a::before, .main-navigation .menu > li.menu-hover > a::before, .main-navigation .menu > li.current_page_item > a::before, .main-navigation .menu > li.current_page_ancestor > a::before, .main-navigation .menu > li.current-menu-item > a::before, .main-navigation .menu > li.current-menu-ancestor > a::before {

  width: 100%;

}



.main-navigation .menu > li[hidden] {

  display: none;

}



.main-navigation .sub-menu.left-side {

  left: auto;

  right: 100%;

}



.main-navigation .sub-menu li {

  margin: 0;

}



@media (min-width: 768px) {

  .main-navigation .sub-menu li:last-of-type a {

    border-bottom: none;

  }

}



.main-navigation .sub-menu a {

  font-size: 14px;

  font-size: 0.875rem;

}



@media (min-width: 768px) {

  .main-navigation .sub-menu a {

    width: 175px;

    padding: 1em;

  }

}



.main-navigation .sub-menu li:hover > a,

.main-navigation .sub-menu li.menu-hover > a,

.main-navigation .sub-menu li.current_page_item > a,

.main-navigation .sub-menu li.current_page_ancestor > a,

.main-navigation .sub-menu li.current-menu-item > a,

.main-navigation .sub-menu li.current-menu-ancestor > a {

  /* Active and hover state (level 2, 3, ..., N) */

}



.main-navigation li::after {

  /* Marker style */

  position: absolute;

  top: 1em;

  right: 1em;

  cursor: pointer;

  display: inline-block;

  font: normal normal normal 14px/1 FontAwesome;

  font-size: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-size: 18px;

  font-size: 1.125rem;

}



@media (min-width: 768px) {

  .main-navigation .menu > li::after {

    /* Marker position (level 1) */

    top: 1.25em;

    right: 0;

  }

}



/* Menu items description */

.menu-item__desc {

  font-size: 9.6px;

  font-size: 0.6rem;

  text-transform: lowercase;

}



@media (min-width: 768px) {

  .menu > li > a > .menu-item__desc {

    margin-bottom: 3px;

  }

}



/* Toogle button */

.menu-toggle[aria-controls="main-menu"] {

  display: none;

  padding: .5em;

  background: transparent;

}



@media (max-width: 767px) {

  .menu-toggle[aria-controls="main-menu"] {

    display: inline-block;

    position: relative;

    z-index: 998;

    border-width: 0;

    border-radius: 4px;

    margin-left: 20px;

  }

}



.menu-toggle[aria-controls="main-menu"] .menu-toggle__icon {

  vertical-align: top;

  font-size: 40px;

  font-size: 2.5rem;

}



.menu-toggle[aria-controls="main-menu"].toggled {

  left: 0;

  margin-left: 0;

  top: 0;

}



.menu-toggle[aria-controls="main-menu"].toggled .menu-toggle__icon {

  display: none;

}



.menu-toggle[aria-controls="main-menu"].toggled .menu-toggle__icon[data-alt] {

  display: inline-block;

}



.menu-toggle[aria-controls="main-menu"]:not(.toggled) .menu-toggle__icon {

  display: inline-block;

}



.menu-toggle[aria-controls="main-menu"]:not(.toggled) .menu-toggle__icon[data-alt] {

  display: none;

}



.admin-bar .menu-toggle[aria-controls="main-menu"].toggled {

  top: 56px;

}



.admin-bar .mobile-menu {

  top: 10px;

}



html.mobile-menu-active,

html.mobile-menu-active body {

  overflow: hidden;

}



html.mobile-menu-active .site-content,

html.mobile-menu-active .site-footer {

  display: none;

}



html.mobile-menu-active .menu-toggle[aria-controls="main-menu"] {

  position: fixed;

}



body a.sub-menu-toggle {

  display: none;

  position: absolute;

  top: 0;

  bottom: 0;

  right: 0;

  z-index: 995;

  width: 1rem;

  height: 1rem;

  border: 0;

  margin-right: 20px;

}



@media (max-width: 767px) {

  .mobile-menu a.sub-menu-toggle {

    display: block;

  }

  .mobile-menu a.sub-menu-toggle.active {

    top: 10px;

    -webkit-transform: rotate(180deg);

        -ms-transform: rotate(180deg);

            transform: rotate(180deg);

  }

  .mobile-menu.main-navigation .sub-menu > li.menu-hover > a {

    background: transparent;

  }

  .mobile-menu .menu-item-has-children > .sub-menu {

    display: none;

  }

  .mobile-menu .menu-item {

    transition: 0.3s ease all;

  }

  .mobile-menu .sub-menu-open {

    padding: 20px 0 10px;

  }

  .mobile-menu .sub-menu-open > .sub-menu {

    display: inline-block;

    padding: 10px 0;

    background: transparent;

    width: 100%;

  }

  .mobile-menu .sub-menu-open > .sub-menu .sub-menu-toggle {

    margin-right: 0;

    right: 20px;

  }

  .mobile-menu li.menu-item-has-children::after {

    -webkit-transform: rotate(0deg);

        -ms-transform: rotate(0deg);

            transform: rotate(0deg);

  }

  .mobile-menu li.menu-item-has-children.sub-menu-open::after {

    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);

            transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);

    -webkit-transform-style: preserve-3d;

            transform-style: preserve-3d;

  }

  .mobile-menu .sub-menu li.menu-item-has-children::after {

    -webkit-transform: rotate(90deg);

        -ms-transform: rotate(90deg);

            transform: rotate(90deg);

  }

  .mobile-menu .sub-menu li.menu-item-has-children.sub-menu-open::after {

    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(90deg);

            transform: rotateX(180deg) rotateY(0deg) rotateZ(90deg);

    -webkit-transform-style: preserve-3d;

            transform-style: preserve-3d;

  }

}



/*--------------------------------------------------------------

## Footer Menu

--------------------------------------------------------------*/

.footer-menu {

  margin: 1em 0;

}



.footer-menu__items {

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  margin: 0;

  padding-left: 0;

  list-style: none;

  -webkit-flex-wrap: wrap;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;

  -webkit-justify-content: center;

      -ms-flex-pack: center;

          justify-content: center;

}



.footer-menu__items .menu-item {

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  padding: .25em 1em;

  -webkit-align-items: flex-start;

      -ms-flex-align: start;

          align-items: flex-start;

}



@media (min-width: 544px) {

  .footer-menu__items .menu-item + li {

    border-left: 1px solid rgba(255, 255, 255, 0.1);

  }

}



@media (min-width: 992px) {

  .footer-menu__items .menu-item {

    padding: .5em 1.5em;

  }

}



.footer-menu__items .menu-item a {

  text-decoration: none;

}



/*--------------------------------------------------------------

## Paginations

--------------------------------------------------------------*/

.post-navigation {

  padding: 24px 10px;

}



@media (min-width: 544px) {

  .post-navigation {

    padding: 24px 30px;

  }

}



.comment-navigation,

.posts-navigation,

.post-navigation {

  overflow: hidden;

  margin-top: 1em;

}



.comment-navigation span,

.posts-navigation span,

.post-navigation span {

  font-size: 15px;

  font-size: 0.9375rem;

}



.comment-navigation .nav-previous,

.posts-navigation .nav-previous,

.post-navigation .nav-previous {

  float: left;

  width: 50%;

}



.comment-navigation .nav-previous > a,

.posts-navigation .nav-previous > a,

.post-navigation .nav-previous > a {

  display: inline-block;

  vertical-align: top;

  text-decoration: none;

  white-space: nowrap;

}



.comment-navigation .nav-previous > a:before,

.posts-navigation .nav-previous > a:before,

.post-navigation .nav-previous > a:before {

  font-size: 20px;

  content: '\E408';

  vertical-align: top;

  font-family: 'Material Icons';

  font-weight: normal;

  font-style: normal;

  display: inline-block;

  line-height: 1;

  text-transform: none;

  letter-spacing: normal;

  word-wrap: normal;

  white-space: nowrap;

  direction: ltr;

  /* Support for all WebKit browsers. */

  -webkit-font-smoothing: antialiased;

  /* Support for Safari and Chrome. */

  text-rendering: optimizeLegibility;

  /* Support for Firefox. */

  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */

  -webkit-font-feature-settings: 'liga';

          font-feature-settings: 'liga';

  line-height: 1.2;

}



.comment-navigation .nav-next,

.posts-navigation .nav-next,

.post-navigation .nav-next {

  float: right;

  width: 50%;

  text-align: right;

  white-space: nowrap;

}



.comment-navigation .nav-next > a,

.posts-navigation .nav-next > a,

.post-navigation .nav-next > a {

  display: inline-block;

  vertical-align: top;

  text-decoration: none;

}



.comment-navigation .nav-next > a:after,

.posts-navigation .nav-next > a:after,

.post-navigation .nav-next > a:after {

  font-size: 20px;

  content: '\E409';

  vertical-align: top;

  font-family: 'Material Icons';

  font-weight: normal;

  font-style: normal;

  display: inline-block;

  line-height: 1;

  text-transform: none;

  letter-spacing: normal;

  word-wrap: normal;

  white-space: nowrap;

  direction: ltr;

  /* Support for all WebKit browsers. */

  -webkit-font-smoothing: antialiased;

  /* Support for Safari and Chrome. */

  text-rendering: optimizeLegibility;

  /* Support for Firefox. */

  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */

  -webkit-font-feature-settings: 'liga';

          font-feature-settings: 'liga';

  line-height: 1.2;

}



.pagination {

  margin: 2.5em 0;

}



.card-columns + .pagination {

  margin-top: 0;

}



.page-numbers {

  line-height: 1;

  display: inline-block;

  margin: 0 10px 5px 0;

  text-align: center;

  text-decoration: none;

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

}



.page-numbers.dots {

  min-width: 2em;

  border: none;

  background-color: transparent;

}



.page-numbers.next, .page-numbers.prev {

  border: none;

}



.page-numbers.next i, .page-numbers.prev i {

  vertical-align: middle;

}



.page-links {

  clear: both;

  margin: 0 0 1em;

}



.page-links__title {

  margin-right: 5px;

}



.page-links a,

.page-links > .page-links__item {

  line-height: 3;

  display: inline-block;

  min-width: 3em;

  height: 3em;

  margin: 0 5px 5px 0;

  text-align: center;

  border: 1px solid #dadada;

}



.page-links a {

  text-decoration: none;

}



/*--------------------------------------------------------------

## Breadcrumbs

--------------------------------------------------------------*/

.breadcrumbs {

  position: relative;

  margin: 0 0 10px;

}



.breadcrumbs__title .page-title {

  margin: 0;

  display: block;

}



.breadcrumbs__items {

  float: left;

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

}



.breadcrumbs__browse {

  float: left;

  margin-right: .5em;

}



.breadcrumbs__wrap {

  float: left;

  margin: 0;

}



@media (min-width: 992px) {

  .breadcrumbs__wrap {

    margin: .25em 0;

  }

}



.breadcrumbs__item {

  float: left;

}



.breadcrumbs__item-sep {

  margin: 0 .5em;

}



.breadcrumbs__item-link {

  text-decoration: none;

}



/*--------------------------------------------------------------

## Social List

--------------------------------------------------------------*/

.social-list .menu-item {

  margin: 0;

}



.social-list .menu-item::before {

  display: none;

}



.social-list .menu-item > a {

  display: block;

  text-decoration: none;

  text-align: center;

  font-size: 14px;

  font-size: 0.875rem;

}



.social-list .menu-item > a:hover {

  text-decoration: none;

  background: transparent;

}



.social-list .menu-item > a:focus {

  outline: none;

}



.social-list .menu-item > a[href*="codepen.io"]::before {

  content: '\f1cb';

}



.social-list .menu-item > a[href*="digg.com"]::before {

  content: '\f1a6';

}



.social-list .menu-item > a[href*="dribbble.com"]::before {

  content: '\f17d';

}



.social-list .menu-item > a[href*="dropbox.com"]::before {

  content: '\f16b';

}



.social-list .menu-item > a[href*="facebook.com"]::before {

  content: '\f09a';

}



.social-list .menu-item > a[href*="flickr.com"]::before {

  content: '\f16e';

}



.social-list .menu-item > a[href*="plus.google.com"]::before {

  content: '\f0d5';

}



.social-list .menu-item > a[href*="github.com"]::before {

  content: '\f09b';

}



.social-list .menu-item > a[href*="instagram.com"]::before {

  content: '\f16d';

}



.social-list .menu-item > a[href*="linkedin.com"]::before {

  content: '\f0e1';

}



.social-list .menu-item > a[href*="pinterest.com"]::before {

  content: '\f0d2';

}



.social-list .menu-item > a[href*="getpocket.com"]::before {

  content: '\f265';

}



.social-list .menu-item > a[href*="reddit.com"]::before {

  content: '\f1a1';

}



.social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {

  content: '\f17e';

}



.social-list .menu-item > a[href*="stumbleupon.com"]::before {

  content: '\f1a4';

}



.social-list .menu-item > a[href*="tumblr.com"]::before {

  content: '\f173';

}



.social-list .menu-item > a[href*="twitter.com"]::before {

  content: '\f099';

}



.social-list .menu-item > a[href*="vimeo.com"]::before {

  content: '\f27d';

}



.social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {

  content: '\f19a';

}



.social-list .menu-item > a[href*="youtube.com"]::before {

  content: '\f167';

}



.social-list .menu-item > a[href*="amazon.com"]::before {

  content: '\f270';

}



.social-list .menu-item > a[href*="tripadvisor"]::before {

  content: '\f262';

}



.social-list .menu-item > a[href*="ycombinator.com"]::before {

  content: '\f23b';

}



.social-list .menu-item > a[href*="xing.com"]::before {

  content: '\f168';

}



.social-list .menu-item > a[href*="yahoo."]::before {

  content: '\f19e';

}



.social-list .menu-item > a[href*="vine.co"]::before {

  content: '\f1ca';

}



.social-list .menu-item > a[href*="weibo.com"]::before {

  content: '\f18a';

}



.social-list .menu-item > a[href*="trello.com"]::before {

  content: '\f181';

}



.social-list .menu-item > a[href*="steampowered.com"]::before {

  content: '\f1b6';

}



.social-list .menu-item > a[href*="soundcloud.com"]::before {

  content: '\f1be';

}



.social-list .menu-item > a[href*="spotify.com"]::before {

  content: '\f1bc';

}



.social-list .menu-item > a[href*="stackexchange.com"]::before {

  content: '\f18d';

}



.social-list .menu-item > a[href*="stackoverflow.com"]::before {

  content: '\f16c';

}



.social-list .menu-item > a[href*="slideshare.net"]::before {

  content: '\f1e7';

}



.social-list .menu-item > a[href*="slack.com"]::before {

  content: '\f198';

}



.social-list .menu-item > a[href*="skyatlas.com"]::before {

  content: '\f216';

}



.social-list .menu-item > a[href*="last.fm"]::before {

  content: '\f202';

}



.social-list .menu-item > a[href*="jsfiddle.net"]::before {

  content: '\f1cc';

}



.social-list .menu-item > a[href*="behance.net"]::before {

  content: '\f1b4';

}



.social-list .menu-item > a[href*="bitbucket.org"]::before {

  content: '\f171';

}



.social-list .menu-item > a[href*="codepen.io"]::before {

  content: '\f1cb';

}



.social-list .menu-item > a[href*="codiepie.com"]::before {

  content: '\f284';

}



.social-list .menu-item > a[href*="connectdevelop.com"]::before {

  content: '\f20e';

}



.social-list .menu-item > a[href*="dashcube.com"]::before {

  content: '\f210';

}



.social-list .menu-item > a[href*="contao.org"]::before {

  content: '\f26d';

}



.social-list .menu-item > a[href*="delicious.com"]::before {

  content: '\f1a5';

}



.social-list .menu-item > a[href*="deviantart.com"]::before {

  content: '\f1bd';

}



.social-list .menu-item > a[href*="vk.com"]::before {

  content: '\f189';

}



.social-list .menu-item > a::before {

  display: inline-block;

  font: normal normal normal 14px/1 FontAwesome;

  font-size: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-size: 16px;

  font-size: 1rem;

  display: block;

  margin: auto;

}



.social-list--text .social-list .menu-item > a::before {

  display: none;

}



.social-list--text .menu-item > a::before {

  display: none;

}



/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {

  clip: rect(1px, 1px, 1px, 1px);

  position: absolute !important;

  height: 1px;

  width: 1px;

  overflow: hidden;

}



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

  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;

}



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

#content[tabindex="-1"]:focus {

  outline: 0;

}



/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft,

#tm_builder_outer_content .tm_pb_module .alignleft {

  float: left;

  margin-right: 30px;

  margin-bottom: 15px;

}



.alignright,

#tm_builder_outer_content .tm_pb_module .alignright {

  float: right;

  margin-left: 30px;

  margin-bottom: 15px;

}



.aligncenter,

#tm_builder_outer_content .tm_pb_module .aligncenter {

  clear: both;

  display: block;

  margin-left: auto;

  margin-right: auto;

  margin-bottom: 15px;

}



/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear:before,

.clear:after,

.comment-body:before,

.comment-body:after,

.entry-content:before,

.entry-content:after,

.entry-footer:before,

.entry-footer:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after {

  content: "";

  display: table;

  table-layout: fixed;

}



.clear:after,

.comment-body:after,

.entry-content:after,

.entry-footer:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after {

  clear: both;

}



.hidden {

  display: none;

}



/*--------------------------------------------------------------

# Comments

--------------------------------------------------------------*/

.comments-area {

  position: relative;

  margin-bottom: 3em;

  padding: 30px;

}



@media (min-width: 992px) {

  .comments-area {

    margin-bottom: 9em;

  }

}



@media (min-width: 992px) {

  .comments-title {

    font-size: 15px;

    font-size: 0.9375rem;

    margin-top: 0;

    margin-bottom: 0;

  }

}



.comment-list {

  margin: 0;

  padding: 0 0 40px;

  list-style: none;

}



.comment-list .children {

  margin-left: 0;

  padding-left: 10px;

  list-style: none;

}



@media (min-width: 768px) {

  .comment-list .children {

    padding-left: 60px;

  }

}



.comment-list .children .comment-body {

  padding-top: 14px;

}



.comment-list .comment::before {

  display: none;

}



.comment-list > .comment,

.comment-list > .ping {

  margin-bottom: 10px;

  padding-right: 0;

  padding-left: 0;

}



.comment-content a {

  word-wrap: break-word;

}



.comment-metadata {

  margin-bottom: 8px;

}



.comment-body {

  padding-top: 10px;

}



@media (min-width: 992px) {

  .comment-body {

    padding-top: 30px;

  }

}



.comment-body__holder {

  position: relative;

  padding-right: 18px;

}



.comment-body .avatar {

  float: left;

  width: 60px;

  margin: 0 10px 10px 0;

  border-radius: 50%;

}



@media (min-width: 992px) {

  .comment-body .avatar {

    width: auto;

    margin: 0 18px 15px 0;

  }

}



.comment-body .fn, .comment-body .posted-by {

  font-size: 12px;

  font-size: 0.75rem;

  font-weight: 400;

}



.comment-body .fn {

  text-transform: capitalize;

  margin-right: 3px;

  position: relative;

}



.comment-body .fn::after {

  content: ',';

  position: absolute;

  bottom: -1px;

  right: -4px;

}



.comment-body .reply {

  position: absolute;

  z-index: 9;

  top: 0;

  right: 0;

  transition: all 0.25s ease;

  opacity: .2;

}



.comment-body .reply:hover {

  opacity: 1;

}



.comment .reply {

  opacity: 1;

}



.comment-reply-link {

  font-size: 21px;

  font-size: 1.3125rem;

}



.comment-reply-link .material-icons {

  font-size: inherit;

}



.comment-date {

  display: inline-block;

  font-size: 12px;

  font-size: 0.75rem;

}



.comment-date__time {

  display: inline-block;

  vertical-align: top;

  font-weight: 400;

}



.bypostauthor {

  display: block;

}



/*--------------------------------------------------------------

# Author Bio

--------------------------------------------------------------*/

.post-author-bio {

  margin: 1em 0;

}



.post-author__holder {

  padding: 1em;

}



.post-author__avatar {

  float: left;

  margin: 0 1em 1em 0;

}



@media (min-width: 992px) {

  .post-author__avatar {

    margin: 0 2em 1em 0;

  }

}



.post-author__avatar .avatar {

  width: 70px;

  vertical-align: top;

  border-radius: 50%;

}



@media (min-width: 992px) {

  .post-author__avatar .avatar {

    width: auto;

  }

}



@media (min-width: 992px) {

  .post-author__title {

    font-size: 20px;

    line-height: 1.4;

    margin: 10px 0 20px;

  }

}



.post-author__title a {

  text-transform: capitalize;

}



/*--------------------------------------------------------------

# Share Buttons

--------------------------------------------------------------*/

.hentry .share-btns__list {

  line-height: 1;

}



.single-post .share-btns__list {

  float: none;

  margin-top: 10px;

}



@media (min-width: 544px) {

  .single-post .share-btns__list {

    float: right;

    margin-top: 0;

  }

}



.share-btns__item {

  display: inline-block;

  vertical-align: top;

}



.share-btns__item + * {

  margin-left: 12px;

}



.share-btns__link {

  line-height: 1em;

  display: block;

  text-align: center;

  text-decoration: none;

  font-size: 14px;

  font-size: 0.875rem;

}



/*--------------------------------------------------------------

# Components

--------------------------------------------------------------*/

.card {

  display: block;

  overflow-wrap: break-word;

  word-wrap: break-word;

  -ms-word-break: break-all;

  word-break: break-word;

}



@media (min-width: 768px) {

  .card-deck {

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    margin-right: -0.9375rem;

    margin-left: -0.9375rem;

    -webkit-flex-flow: row wrap;

        -ms-flex-flow: row wrap;

            flex-flow: row wrap;

  }

  .card-deck .card {

    margin-right: 0.9375rem;

    margin-left: 0.9375rem;

    -webkit-flex: 1 0 0;

        -ms-flex: 1 0 0;

            flex: 1 0 0;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-direction: column;

        -ms-flex-direction: column;

            flex-direction: column;

    -webkit-display: -webkit-flex;

    -webkit-flex-direction: column;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

        justify-content: space-between;

  }

  .home .card-deck .card.sticky {

    display: block;

    max-width: calc(100% - 1.875rem);

    -webkit-flex: none;

        -ms-flex: none;

            flex: none;

  }

  .posts-list--grid-2-cols .card {

    max-width: calc(100% / 2 - 1.875rem);

    -webkit-flex: 1 0 calc(100% / 2 - 1.875rem);

        -ms-flex: 1 0 calc(100% / 2 - 1.875rem);

            flex: 1 0 calc(100% / 2 - 1.875rem);

  }

  .posts-list--grid-3-cols .card {

    max-width: calc(100% / 3 - 1.875rem);

    -webkit-flex: 1 0 calc(100% / 3 - 1.875rem);

        -ms-flex: 1 0 calc(100% / 3 - 1.875rem);

            flex: 1 0 calc(100% / 3 - 1.875rem);

  }

  .position-one-right-sidebar .posts-list--grid-3-cols .card,

  .position-one-left-sidebar .posts-list--grid-3-cols .card {

    max-width: calc(100% / 2 - 1.875rem);

    -webkit-flex: 1 0 calc(100% / 2 - 1.875rem);

        -ms-flex: 1 0 calc(100% / 2 - 1.875rem);

            flex: 1 0 calc(100% / 2 - 1.875rem);

  }

}



@media (min-width: 768px) {

  .card-columns {

    -webkit-column-gap: 1.875rem;

       -moz-column-gap: 1.875rem;

            column-gap: 1.875rem;

  }

  .card-columns .card {

    display: inline-block;

    width: 100%;

  }

  .posts-list--masonry-2-cols {

    -webkit-column-count: 2;

       -moz-column-count: 2;

            column-count: 2;

  }

  .posts-list--masonry-3-cols {

    -webkit-column-count: 3;

       -moz-column-count: 3;

            column-count: 3;

  }

  .position-one-right-sidebar .posts-list--masonry-3-cols,

  .position-one-left-sidebar .posts-list--masonry-3-cols {

    -webkit-column-count: 2;

       -moz-column-count: 2;

            column-count: 2;

  }

}



@media (min-width: 768px) {

  .posts-list--vertical-justify {

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    margin-right: -0.9375rem;

    margin-left: -0.9375rem;

    -webkit-flex-flow: row wrap;

        -ms-flex-flow: row wrap;

            flex-flow: row wrap;

  }

  .posts-list--vertical-justify .card {

    -webkit-flex: 1 0 calc(100% / 3 - 1.875rem);

        -ms-flex: 1 0 calc(100% / 3 - 1.875rem);

            flex: 1 0 calc(100% / 3 - 1.875rem);

    max-width: calc(100% / 3 - 1.875rem);

    margin-right: 0.9375rem;

    margin-left: 0.9375rem;

  }

  .posts-list--vertical-justify .card:nth-child(7n + 1), .posts-list--vertical-justify .card:nth-child(7n + 4) {

    -webkit-flex: 1 0 calc(100% / 1.5 - 1.875rem);

        -ms-flex: 1 0 calc(100% / 1.5 - 1.875rem);

            flex: 1 0 calc(100% / 1.5 - 1.875rem);

    max-width: calc(100% / 1.5 - 1.875rem);

  }

}



@media (min-width: 768px) and (max-width: 991px) {

  .posts-list--grid-3-cols {

    display: block;

    margin-right: auto;

    margin-left: auto;

  }

  .posts-list--grid-3-cols .card {

    display: block;

    max-width: 100%;

    margin-right: auto;

    margin-left: auto;

    -webkit-flex: none;

        -ms-flex: none;

            flex: none;

  }

  .posts-list--masonry-3-cols.one-left-sidebar, .posts-list--masonry-3-cols.one-right-sidebar {

    -webkit-column-gap: normal;

       -moz-column-gap: normal;

            column-gap: normal;

    -webkit-column-count: 2;

       -moz-column-count: 2;

            column-count: 2;

  }

  .posts-list--masonry-3-cols.one-left-sidebar .card, .posts-list--masonry-3-cols.one-right-sidebar .card {

    display: block;

  }

}



/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

.site {

  word-wrap: break-word;

  -webkit-hyphens: auto;

  -moz-hyphens: auto;

  -ms-hyphens: auto;

  -o-hyphens: auto;

  hyphens: auto;

  overflow: hidden;

}



/*--------------------------------------------------------------

## Layout

--------------------------------------------------------------*/

.container.site-header, .container.site-footer {

  max-width: inherit;

  padding-left: 0;

  padding-right: 0;

}



.container.site-content .container {

  max-width: inherit;

  padding-left: 0;

  padding-right: 0;

}



.site-content {

  margin-top: 10px;

}



.home .site-content {

  margin-top: 0;

}



/*--------------------------------------------------------------

## Header

--------------------------------------------------------------*/

.header-container {

  padding: 2rem 0.9375rem 0;

}



@media (min-width: 768px) {

  .header-container .main-navigation.isStuck {

    position: fixed;

    z-index: 1000;

    right: 0;

    left: 0;

    box-shadow: 1px 0 10px -1px rgba(0, 0, 0, 0.3);

  }

  .site-header.centered .header-container .main-navigation.isStuck {

    padding: 20px 0;

  }

  .site-header.default .header-container .main-navigation.isStuck {

    text-align: center;

  }

  .site-header.default .header-container .main-navigation.isStuck .menu > li > .sub-menu {

    margin-top: 21px;

  }

  .header-container .main-navigation.isStuck .menu {

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;

  }

  .header-container .main-navigation.isStuck .menu > li::before {

    height: 40px;

    top: 20px;

  }

  .header-container .main-navigation.isStuck .menu > li > .sub-menu {

    margin-top: 20px;

  }

}



.container .header-container {

  padding-right: 0;

  padding-left: 0;

}



.pseudoStickyBlock {

  display: none;

}



@media (min-width: 768px) {

  .pseudoStickyBlock {

    display: block;

  }

}



.site-header.default .header-container {

  padding: 15px 0;

}



.site-header.default .header-container__flex {

  -webkit-flex-wrap: wrap;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;

  transition: 0.3s ease all;

}



.site-header.default .main-navigation {

  padding: 36px 0 18px;

  text-align: center;

}



@media (max-width: 767px) {

  .site-header.default .main-navigation {

    padding-top: 60px;

  }

}



@media (min-width: 992px) {

  .site-header.default .main-navigation {

    text-align: left;

  }

}



.site-header.default .header-container.stuckMenu.isStuck {

  transition: 0.3s ease all;

}



.site-header.default .header-container.stuckMenu.isStuck .header-container__flex {

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-justify-content: space-between;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-flex-wrap: nowrap;

      -ms-flex-wrap: nowrap;

          flex-wrap: nowrap;

}



.site-header.default .header-container.stuckMenu.isStuck .header-container__flex .main-navigation {

  padding-top: 20px;

  text-align: right;

}



.site-header.default .header-container.stuckMenu.isStuck .header-container__flex .main-navigation .menu {

  -webkit-justify-content: flex-end;

      -ms-flex-pack: end;

          justify-content: flex-end;

}



.site-header.default .header-container.stuckMenu.isStuck .header-container__flex .main-navigation .menu > li > .sub-menu {

  margin-top: 27px;

}



@media (min-width: 768px) {

  .site-header.default .main-navigation .menu > li > .sub-menu {

    margin-top: 30px;

  }

  .site-header.default .main-navigation .menu > li > .sub-menu::before {

    height: 20px;

    top: -20px;

  }

}



.site-header.default .site-branding {

  text-align: center;

  margin-bottom: 20px;

}



@media (min-width: 768px) {

  .site-header.default .site-branding {

    float: left;

    text-align: left;

  }

}



@media (min-width: 992px) {

  .site-header.default .site-branding {

    margin-bottom: 0;

  }

}



@media (min-width: 768px) {

  .site-header.centered {

    text-align: center;

  }

}



.site-header.centered .main-navigation {

  padding-top: 41px;

}



@media (max-width: 767px) {

  .site-header.centered .main-navigation {

    padding-top: 60px;

  }

}



@media (max-width: 767px) {

  .site-header.centered .header-container {

    padding: 10px 0;

  }

}



@media (min-width: 768px) and (max-width: 991px) {

  .site-header.centered .header-container .site-logo__link {

    margin-bottom: 30px;

  }

}



.site-header.centered .header-container_wrap {

  transition: 0.3s ease all;

}



@media (max-width: 767px) {

  .site-header.centered .header-container_wrap {

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;

  }

}



.site-header.centered .header-container.stuckMenu.isStuck {

  transition: 0.3s ease all;

}



.site-header.centered .header-container.stuckMenu.isStuck .header-container_wrap {

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-justify-content: space-between;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;

}



.site-header.centered .header-container.stuckMenu.isStuck .header-container_wrap .main-navigation {

  padding-top: 20px;

}



.site-header.centered .header-container.stuckMenu.isStuck .header-container_wrap .main-navigation .menu {

  -webkit-justify-content: flex-end;

      -ms-flex-pack: end;

          justify-content: flex-end;

}



.site-header.centered .header-container.stuckMenu.isStuck .header-container_wrap .main-navigation .menu > li > .sub-menu {

  margin-top: 27px;

}



@media (min-width: 768px) {

  .site-header.centered .main-navigation .menu > li > .sub-menu {

    margin-top: 20px;

  }

  .site-header.centered .main-navigation .menu > li > .sub-menu::before {

    height: 20px;

    top: -20px;

  }

}



.site-header.minimal .header-container {

  padding-top: 15px;

  padding-bottom: 15px;

}



.site-header.minimal .header-container .site-branding {

  margin-bottom: 20px;

}



.site-header.minimal .menu {

  -webkit-justify-content: center;

      -ms-flex-pack: center;

          justify-content: center;

}



@media (min-width: 992px) {

  .site-header.minimal .menu {

    -webkit-justify-content: flex-end;

        -ms-flex-pack: end;

            justify-content: flex-end;

  }

}



.header-container__flex {

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;

  -webkit-justify-content: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;

}



@media (min-width: 992px) {

  .header-container__flex {

    -webkit-flex-wrap: nowrap;

        -ms-flex-wrap: nowrap;

            flex-wrap: nowrap;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;

  }

}



.header-container__flex .site-branding {

  -webkit-flex-shrink: 0;

      -ms-flex-negative: 0;

          flex-shrink: 0;

}



.site-header.transparent {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  z-index: 1000;

}



.site-header.transparent .site-branding {

  padding: 0 0 15px;

  -webkit-order: 1;

      -ms-flex-order: 1;

          order: 1;

  -webkit-flex: 0 1 100%;

      -ms-flex: 0 1 100%;

          flex: 0 1 100%;

  text-align: center;

}



@media (min-width: 768px) {

  .site-header.transparent .site-branding {

    -webkit-order: 0;

        -ms-flex-order: 0;

            order: 0;

    -webkit-flex: 0 1 auto;

        -ms-flex: 0 1 auto;

            flex: 0 1 auto;

    text-align: left;

  }

}



.site-header.transparent .main-navigation {

  -webkit-order: 2;

      -ms-flex-order: 2;

          order: 2;

  -webkit-flex: 0 1 100%;

      -ms-flex: 0 1 100%;

          flex: 0 1 100%;

  -webkit-align-self: flex-end;

      -ms-flex-item-align: end;

          align-self: flex-end;

}



@media (min-width: 768px) {

  .site-header.transparent .main-navigation {

    -webkit-order: 1;

        -ms-flex-order: 1;

            order: 1;

    -webkit-flex: 0 1 50%;

        -ms-flex: 0 1 50%;

            flex: 0 1 50%;

  }

}



@media (min-width: 768px) and (max-width: 991px) {

  .site-header.transparent .main-navigation {

    -webkit-order: 3;

        -ms-flex-order: 3;

            order: 3;

    -webkit-flex: 0 1 100%;

        -ms-flex: 0 1 100%;

            flex: 0 1 100%;

  }

}



.site-header.transparent .header-container__flex {

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-direction: row;

      -ms-flex-direction: row;

          flex-direction: row;

  -webkit-flex-wrap: wrap;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;

  -ms-flex-pack: justify;

  -webkit-justify-content: space-between;

          justify-content: space-between;

  -webkit-align-content: stretch;

      -ms-flex-line-pack: stretch;

          align-content: stretch;

  -ms-flex-align: start;

  -webkit-align-items: flex-start;

          align-items: flex-start;

}



@media (min-width: 992px) {

  .site-header.transparent .header-container__flex {

    -webkit-flex-wrap: nowrap;

        -ms-flex-wrap: nowrap;

            flex-wrap: nowrap;

  }

}



.header-layout-transparent {

  position: relative;

}



.header-layout-transparent.top-panel-invisible .hentry:first-child,

.header-layout-transparent.top-panel-invisible .sidebar .widget:first-child {

  margin-top: 0;

}



.header-layout-transparent.top-panel-invisible .card-columns {

  padding-top: 0;

}



.top-panel {

  padding: 3px 0.9375rem;

  text-align: left;

}



.container .top-panel {

  padding-right: 0;

  padding-left: 0;

}



.top-panel__menu ul li {

  font-size: 12px;

  font-size: 0.75rem;

}



@media (min-width: 768px) {

  .top-panel__menu ul li {

    font-size: 17px;

    font-size: 1.0625rem;

  }

}



.top-panel__wrap {

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-justify-content: space-between;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;

}



.top-panel__message {

  display: none;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 300;

}



@media (min-width: 768px) {

  .top-panel__message {

    display: block;

  }

}



.top-panel__message .info-block {

  margin-top: 1em;

}



@media (min-width: 992px) {

  .top-panel__message .info-block {

    margin-top: 0;

    margin-right: 1.5em;

  }

}



.top-panel__message .info-block:first-child {

  margin-top: 0;

}



.top-panel__message .material-icons {

  line-height: 2;

  width: 2em;

  height: 2em;

  margin: 0 1em 0 0;

  text-align: center;

  vertical-align: middle;

  border-radius: 2em;

  background: #fff;

  font-size: 16px;

  font-size: 1rem;

}



.top-panel__search {

  display: inline-block;

  text-align: right;

  height: 26px;

  line-height: 1;

  width: 100%;

}



.top-panel__search .search-form:not(.cherry-search__form), .top-panel__search .cherry-search {

  position: absolute;

  width: calc(100% - 25px);

  top: 50%;

  right: 0;

  height: 26px;

  -webkit-transform: translate(0, -50%);

      -ms-transform: translate(0, -50%);

          transform: translate(0, -50%);

  transition: 0.3s ease all;

  opacity: 0;

  visibility: hidden;

}



.top-panel__search div.cherry-search {

  z-index: 999;

}



.top-panel__search div.cherry-search .cherry-search__results-list ul li .cherry-search__item-content {

  display: none;

}



body .top-panel__search div.cherry-search form.cherry-search__form button.cherry-search__submit {

  padding: 0 5px;

}



.top-panel__search .search-form__field[type='search'], .top-panel__search .cherry-search__field[type='search'] {

  border: 1px solid;

  width: calc(100% - 30px);

  height: 26px;

  border-radius: 25px;

  font-size: 13.2px;

  font-size: 0.825rem;

  padding: 0 10px;

}



.top-panel__search .search-form__submit i, .top-panel__search .cherry-search__submit i {

  transition: 0.3s ease all;

}



.top-panel__search > .search_toggle {

  position: relative;

  display: inline-block;

  transition: 0.3s ease all;

  font-size: 10px;

  font-size: 0.625rem;

  height: 25px;

  width: 25px;

  line-height: 25px;

  text-align: center;

  border-radius: 50%;

  z-index: 1;

  -webkit-animation: menu-out .3s ease;

          animation: menu-out .3s ease;

  -webkit-animation-iteration-count: 1;

          animation-iteration-count: 1;

}



.top-panel__search > .search_toggle:hover {

  cursor: pointer;

}



.top-panel__inner_wrap {

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-justify-content: space-between;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;

  width: 100%;

  max-width: 100%;

  position: relative;

}



* + .top-panel__inner_wrap {

  max-width: 100%;

  -webkit-justify-content: space-between;

      -ms-flex-pack: justify;

          justify-content: space-between;

}



@media (min-width: 768px) {

  * + .top-panel__inner_wrap {

    max-width: 200px;

    -webkit-justify-content: flex-end;

        -ms-flex-pack: end;

            justify-content: flex-end;

  }

}



* + .top-panel__inner_wrap .top-panel__search, * + .top-panel__inner_wrap .social-list {

  width: auto;

}



* + .top-panel__inner_wrap .top-panel__search {

  margin: 0 0 0 auto;

}



* + .top-panel__inner_wrap .search-form:not(.cherry-search__form), * + .top-panel__inner_wrap .cherry-search {

  right: 25px;

}



body * + .top-panel__inner_wrap .social-list {

  text-align: right;

}



.top-panel__inner_wrap.srch-on .search-form:not(.cherry-search__form), .top-panel__inner_wrap.srch-on .cherry-search {

  opacity: 1;

  visibility: visible;

}



.top-panel__inner_wrap.srch-on .search_toggle {

  -webkit-animation: menu-in .3s ease;

          animation: menu-in .3s ease;

  -webkit-animation-iteration-count: 1;

          animation-iteration-count: 1;

}



.top-panel__inner_wrap.srch-on .search_toggle::before {

  content: '\f00d';

}



.top-panel__inner_wrap.srch-on .social-list {

  opacity: 0;

  visibility: hidden;

}



.top-panel .social-list {

  display: inline-block;

  line-height: 1;

  margin-right: 10px;

  width: auto;

  transition: 0.3s ease all;

  text-align: left;

}



@media (min-width: 544px) {

  .top-panel .social-list {

    width: 100%;

  }

}



.top-panel .social-list li + li {

  margin-left: 6px;

}



@-webkit-keyframes menu-in {

  0% {

    -webkit-transform: scale(1);

            transform: scale(1);

    font-size: 0px;

    font-size: 0rem;

  }

  50% {

    -webkit-transform: scale(0);

            transform: scale(0);

  }

  100% {

    -webkit-transform: scale(1);

            transform: scale(1);

    font-size: 10px;

    font-size: 0.625rem;

  }

}



@keyframes menu-in {

  0% {

    -webkit-transform: scale(1);

            transform: scale(1);

    font-size: 0px;

    font-size: 0rem;

  }

  50% {

    -webkit-transform: scale(0);

            transform: scale(0);

  }

  100% {

    -webkit-transform: scale(1);

            transform: scale(1);

    font-size: 10px;

    font-size: 0.625rem;

  }

}



@-webkit-keyframes menu-out {

  0% {

    -webkit-transform: scale(1);

            transform: scale(1);

    font-size: 0px;

    font-size: 0rem;

  }

  50% {

    -webkit-transform: scale(0);

            transform: scale(0);

  }

  100% {

    -webkit-transform: scale(1);

            transform: scale(1);

    font-size: 10px;

    font-size: 0.625rem;

  }

}



@keyframes menu-out {

  0% {

    -webkit-transform: scale(1);

            transform: scale(1);

    font-size: 0px;

    font-size: 0rem;

  }

  50% {

    -webkit-transform: scale(0);

            transform: scale(0);

  }

  100% {

    -webkit-transform: scale(1);

            transform: scale(1);

    font-size: 10px;

    font-size: 0.625rem;

  }

}



.site-logo {

  margin: 0;

}



.site-logo__link {

  text-decoration: none;

  display: inline-block;

  height: auto;

  line-height: 0;

}



.site-logo__link:focus {

  outline: none;

}



.site-branding {

  transition: 0.3s ease all;

  line-height: 0;

}



.site-description {

  text-align: left;

  line-height: 1;

}



/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.page-content,

.entry-content,

.entry-summary {

  margin: 1em 0 0;

}



.tm_pb_builder .entry-content {

  margin-top: 0;

}



.card-columns {

  padding-top: 3em;

}



/*--------------------------------------------------------------

### Hentry (WordPress native CSS-class for post/page article)

--------------------------------------------------------------*/

.hentry {

  position: relative;

  margin-top: 2em;

}



.tm_pb_builder.page .hentry {

  margin-top: 0;

  margin-bottom: 0;

}



.hentry.related-posts {

  margin-top: 1em;

}



.posts-list .hentry {

  padding: 30px 30px 30px 30px;

}



.single.single-cherry-services .hentry.cherry-services {

  padding: 0;

  margin-top: 0;

}



.single .hentry:not(.related-posts) {

  padding: 30px 35px;

}



.card-columns .hentry {

  margin-top: 0;

  margin-bottom: 2em;

}



.hentry.page {

  margin-bottom: 1em;

}



@media (min-width: 992px) {

  .hentry.page {

    margin-bottom: 2em;

  }

}



/*--------------------------------------------------------------

### Entry (header, content, footer)

--------------------------------------------------------------*/

.entry-header {

  margin-top: 28px;

}



.format-gallery .entry-header,

.format-link .entry-header,

.format-quote .entry-header {

  margin-top: 15px;

}



.single .entry-header, .tm_pb_builder .entry-header {

  margin-top: 0;

}



.related-posts .entry-header {

  margin-top: 20px;

}



.entry-content > p > img.size-full {

  max-width: calc(100% + 70px);

  margin: 0 -35px;

}



.posts-list .entry-content > p > img.size-full {

  max-width: calc(100% + 60px);

  margin: 0 -30px;

}



.entry-title {

  text-transform: uppercase;

  margin: 5px 0 15px;

}



.single .entry-title {

  text-transform: none;

}



.entry-header .entry-title:first-child {

  margin-top: 0;

}



@media (min-width: 992px) {

  .posts-list--default .entry-title {

    font-size: 30px;

  }

}



.entry-summary + .entry-meta,

.entry-content + .entry-meta {

  margin-top: 1em;

}



.single .entry-meta {

  margin-bottom: 40px;

}



.single .entry-meta *, .single .entry-meta .posted-by {

  display: inline-block;

  text-transform: none;

}



.single .entry-meta * a, .single .entry-meta .posted-by a {

  text-transform: capitalize;

}



.single .entry-meta * + * {

  margin-left: 5px;

  position: relative;

}



.single .entry-meta * + *::before {

  content: '';

  height: 2px;

  width: 2px;

  border-radius: 50%;

  background: red;

  position: absolute;

  top: 50%;

  left: -5px;

  -webkit-transform: translate(0, -50%);

      -ms-transform: translate(0, -50%);

          transform: translate(0, -50%);

}



.related-posts .entry-meta {

  margin-bottom: 10px;

  font-size: 12px;

  font-size: 0.75rem;

}



.related-posts .entry-meta * + * {

  margin-left: 0;

}



.related-posts .entry-meta * + *::before {

  display: none;

}



.post-list__item .entry-summary, .post-list__item .entry-content {

  margin-top: 0;

}



.post-list__item .entry-summary p, .post-list__item .entry-content p {

  margin: 1em 0 0;

}



.entry-footer {

  position: relative;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-justify-content: space-between;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-flex-wrap: wrap;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;

  margin-top: 5px;

}



.single .entry-footer {

  display: block;

  margin-top: 25px;

}



.entry-footer .share-btns__list, .entry-footer .btn {

  margin-top: 10px;

}



.related-posts .entry-footer {

  margin-top: 0;

}



@media (min-width: 768px) {

  .entry-footer {

    margin-top: 0;

  }

}



.posts-list .entry-footer::before, .posts-list .entry-footer::after {

  display: none;

}



.entry-footer:focus {

  box-shadow: none;

}



/*--------------------------------------------------------------

### Post attributes (thumbnail, meta)

--------------------------------------------------------------*/

.single .post-thumbnail {

  margin: 0 -35px 1.3em;

}



.single .post-thumbnail img {

  width: 100%;

  margin-top: 0;

}



.posts-list--masonry-3-cols .post-thumbnail img,

.posts-list--masonry-2-cols .post-thumbnail img {

  width: 100%;

}



.related-posts .post-thumbnail {

  margin: 0;

}



.related-posts .post-thumbnail a {

  margin: 0 0;

}



.post-thumbnail__format-link {

  margin: -30px -30px 1.5em -30px;

  height: 261px;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-justify-content: center;

      -ms-flex-pack: center;

          justify-content: center;

}



.single .post-thumbnail__format-link {

  margin: 20px 0 1em 0;

}



@media (max-width: 543px) {

  .post-thumbnail__format-link {

    height: 150px;

  }

}



.post-thumbnail__link.post-thumbnail--small {

  display: block;

  text-align: center;

  margin: -30px -30px 1.5em -30px;

}



.post-thumbnail__link.post-thumbnail--small img {

  width: 100%;

}



@media (min-width: 1200px) {

  .post-thumbnail__link.post-thumbnail--small {

    float: left;

    text-align: left;

    margin: 0 30px 1em 0;

  }

}



.post-thumbnail__img {

  display: inline-block;

  vertical-align: top;

}



.posts-list .post-thumbnail--fullwidth {

  display: block;

  margin: -30px -30px 1.5em -30px;

}



.post__cats {

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;

  margin: 10px 0;

}



.single .post__cats {

  position: relative;

  top: auto;

  left: auto;

  margin-left: 30px;

}



.related-post .post__cats {

  margin-left: 0;

}



.post__cats a {

  font-size: 12px;

  font-size: 0.75rem;

  line-height: 1;

  text-transform: uppercase;

  display: inline-block;

  margin: 0 3px 3px 0;

  padding: 11px 15px;

  vertical-align: top;

  text-decoration: none;

}



.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {

  position: absolute;

  z-index: 99;

  top: 10px;

  margin: 0;

  left: -20px;

}



@media (min-width: 768px) and (max-width: 991px) {

  .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {

    position: relative;

    top: auto;

    left: auto;

  }

}



@media (max-width: 543px) {

  .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {

    position: relative;

    top: auto;

    left: auto;

  }

}



.post-format-wrap .post__cats {

  position: absolute;

  z-index: 99;

  top: 10px;

  left: 10px;

}



@media (min-width: 768px) and (max-width: 991px) {

  .post-format-wrap .post__cats {

    position: relative;

    top: auto;

    left: auto;

  }

}



@media (max-width: 543px) {

  .post-format-wrap .post__cats {

    position: relative;

    top: auto;

    left: auto;

  }

}



.post__date {

  display: block;

}



.post__date, .post__comments,

.post .posted-by {

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

}



.post__date .material-icons,

.post__date .fa, .post__comments .material-icons,

.post__comments .fa,

.post .posted-by .material-icons,

.post .posted-by .fa {

  font-size: 16px;

  margin-right: 10px;

  vertical-align: middle;

}



.invert .post__date .material-icons, .invert

.post__date .fa, .invert .post__comments .material-icons, .invert

.post__comments .fa, .invert

.post .posted-by .material-icons, .invert

.post .posted-by .fa {

  color: inherit;

}



.post__date a, .post__comments a,

.post .posted-by a {

  text-decoration: none;

}



.posted-by + .post__comments {

  float: right;

}



@media (min-width: 768px) and (max-width: 1199px) {

  .posted-by + .post__comments {

    float: none;

    display: block;

  }

}



@media (max-width: 543px) {

  .posted-by + .post__comments {

    float: none;

    display: block;

  }

}



.post__tags {

  margin-top: .5em;

  font-size: 14px;

  font-size: 0.875rem;

  text-transform: uppercase;

}



.single-post .post__tags {

  margin-top: 0;

}



@media (min-width: 544px) {

  .single-post .post__tags {

    float: left;

  }

}



.related-posts .post__tags {

  font-size: 12px;

  font-size: 0.75rem;

}



.posted-by__author:hover {

  text-decoration: underline;

}



.single img + .post__cats {

  position: absolute;

  z-index: 99;

  top: 30px;

  left: 30px;

  margin-left: 0;

}



/*--------------------------------------------------------------

### Read More button

--------------------------------------------------------------*/

.posts-list__item .btn {

  padding: 0;

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

}



.posts-list__item .btn__text {

  display: none;

}



@media (min-width: 992px) {

  .posts-list__item .btn__text {

    display: block;

  }

}



.posts-list__item .btn__icon,

.posts-list__item .btn .material-icons,

.posts-list__item .btn .fa {

  line-height: 46px;

  width: 46px;

  height: 46px;

  color: inherit;

}



@media (min-width: 992px) {

  .posts-list__item .btn {

    padding: 15px 50px;

  }

}



.posts-list__item .btn__icon,

.posts-list__item .btn .material-icons,

.posts-list__item .btn .fa {

  display: block;

}



@media (min-width: 992px) {

  .posts-list__item .btn__icon,

  .posts-list__item .btn .material-icons,

  .posts-list__item .btn .fa {

    display: none;

  }

}



/*--------------------------------------------------------------

### Related posts

--------------------------------------------------------------*/

.single .related-posts .post__date, .single .related-posts .post__comments {

  margin-right: 15px;

  margin-left: 0;

}



.related-post .post__cats {

  position: relative;

  z-index: 99;

  top: auto;

  left: auto;

}



.related-post .post__cats a {

  padding: 5px;

}



.single .related-posts {

  margin-bottom: 1em;

  padding: 30px 30px;

}



.single .related-posts .row {

  margin-right: 0;

  margin-left: 0;

}



.single .related-posts .entry-title {

  margin-top: 0;

}



.single .related-posts .related-post {

  padding: 0 10px;

}



.single .related-posts .related-post .post-thumbnail {

  margin: 0 -10px;

}



.single .related-posts .post-thumbnail__img {

  width: 100%;

  height: auto;

}



@media (min-width: 544px) {

  .single .related-posts .post-thumbnail__img {

    width: auto;

    height: auto;

  }

}



/*--------------------------------------------------------------

### Sticky Post

--------------------------------------------------------------*/

.sticky {

  display: block;

}



.sticky .post__cats {

  margin: 0;

}



.sticky__label {

  line-height: 22px;

  display: inline-block;

  float: right;

  padding: 0 10px;

  text-align: center;

  border-radius: 20px;

  position: absolute;

  z-index: 99;

  top: 10px;

  right: 10px;

}



.sticky__label .material-icons,

.sticky__label .fa {

  font-size: 21px;

  line-height: 2;

  display: block;

  width: auto;

  width: calc(2em - 20px);

  height: 2em;

}



.posts-list .sticky__label .material-icons, .posts-list

.sticky__label .fa {

  font-size: 21px;

  color: inherit;

}



.has-post-thumbnail .sticky__label {

  right: -20px;

}



.sticky__label.type-both .material-icons,

.sticky__label.type-both .fa {

  display: inline-block;

  margin: 0 5px 0 0;

}



@media (min-width: 992px) {

  .posts-list--grid-2-cols .sticky .entry-title,

  .posts-list--grid-3-cols .sticky .entry-title {

    font-size: 30px;

  }

}



.sticky .post-thumbnail__img {

  width: 100%;

}



/*--------------------------------------------------------------

## Post Formats

--------------------------------------------------------------*/

.post {

  /* Gallery */

  /* Link */

  /* Quote */

  /* Wrapper for non-image featured content */

}



body .post-gallery {

  margin: -30px -30px 1.5em -30px;

}



.entry-content .post-gallery {

  margin-top: 10px;

}



.post-gallery__image {

  display: block;

  margin: auto;

  width: 100%;

}



body .post-gallery__button-next, body .post-gallery__button-prev {

  top: 50%;

  display: none;

  width: 48px;

  height: 48px;

  text-align: center;

  margin-top: -24px;

  transition: 0.3s ease all;

  border-radius: 50%;

  background-image: none;

}



.post-gallery__button-prev {

  left: 8px;

}



.post-gallery__button-next {

  right: 8px;

}



.post-gallery .material-icons,

.post-gallery .fa {

  line-height: 48px;

}



.post-gallery__slide.swiper-slide:hover:hover {

  background-color: transparent;

}



.post-gallery__caption {

  position: absolute;

  right: 0;

  bottom: 0;

  left: 0;

  padding: 15px;

  color: #fff;

  background: rgba(0, 0, 0, 0.5);

}



.post-gallery__link {

  display: block;

}



.post-format-link {

  padding: 10px 10px 10px 10px;

  text-transform: uppercase;

  margin: 0 10px;

  font-size: 15px;

  font-size: 0.9375rem;

}



@media (min-width: 768px) and (max-width: 1199px) {

  .post-format-link {

    font-size: 12px;

    font-size: 0.75rem;

  }

}



@media (max-width: 543px) {

  .post-format-link {

    font-size: 9.6px;

    font-size: 0.6rem;

  }

}



.post-format-link:hover {

  text-decoration: underline;

}



.has-thumb .post-thumbnail {

  position: relative;

}



.has-thumb .post-thumbnail__format-link {

  position: absolute;

  top: 50%;

  right: 0;

  bottom: 50%;

  left: 0;

  text-align: center;

}



.has-thumb .post-thumbnail__format-link .post-format-link {

  margin: -20px 0 0 0;

}



.post-format-quote {

  background-color: transparent;

  font-size: 26px;

  font-size: 1.625rem;

  line-height: 1.25;

}



.post-format-quote::before {

  top: 60px;

}



.post-featured-content {

  margin: -30px -30px 1.5em -30px;

  position: relative;

}



.format-video .post-featured-content {

  background: none;

}



.format-video .post-featured-content .post__cats {

  position: absolute;

  top: 10px;

  left: 10px;

}



@media (min-width: 768px) and (max-width: 991px) {

  .format-video .post-featured-content .post__cats {

    position: relative;

    top: auto;

    left: auto;

    margin: 15px 0 15px 30px;

  }

}



@media (max-width: 543px) {

  .format-video .post-featured-content .post__cats {

    position: relative;

    top: auto;

    left: auto;

    margin: 15px 0 15px 30px;

  }

}



.post.format-status .post__cats {

  padding: 0 0 10px;

}



.format-audio .mejs-container {

  margin: 10px 0;

}



.format-audio .entry-content .mejs-container {

  display: none;

}



.format-audio .entry-meta {

  margin: 10px 0;

}



.format-gallery .entry-content > .post-gallery {

  display: none;

}



.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

  display: none;

}



/*--------------------------------------------------------------

## Footer

--------------------------------------------------------------*/

.footer-container {

  padding: 25px 30px;

}



.footer-container .footer-copyright {

  font-size: 13px;

  font-size: 0.8125rem;

  font-weight: 300;

}



.container .footer-container {

  padding-right: 0;

  padding-left: 0;

}



.footer-area {

  padding-top: 2.8em;

  padding-bottom: 32px;

}



.site-info .social-list ul li + li {

  margin-left: 10px;

}



.site-info .footer-menu {

  margin: 0;

}



.site-info .footer-menu ul li {

  padding: 0;

  border: none;

}



.site-info .footer-menu ul li + li {

  margin-left: 20px;

}



.site-info__flex {

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-direction: column;

      -ms-flex-direction: column;

          flex-direction: column;

  -webkit-flex-wrap: wrap;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;

  -ms-flex-pack: justify;

  -webkit-justify-content: space-between;

          justify-content: space-between;

  -webkit-align-content: stretch;

      -ms-flex-line-pack: stretch;

          align-content: stretch;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;

}



@media (min-width: 992px) {

  .site-info__flex {

    -webkit-flex-direction: row;

        -ms-flex-direction: row;

            flex-direction: row;

    -webkit-flex-wrap: nowrap;

        -ms-flex-wrap: nowrap;

            flex-wrap: nowrap;

    -webkit-align-items: flex-start;

        -ms-flex-align: start;

            align-items: flex-start;

  }

}



.site-info__flex .footer-copyright {

  -webkit-order: 1;

      -ms-flex-order: 1;

          order: 1;

  -webkit-flex: 0 1 auto;

      -ms-flex: 0 1 auto;

          flex: 0 1 auto;

  -webkit-align-self: center;

      -ms-flex-item-align: center;

          align-self: center;

}



.site-info__flex .social-list {

  -webkit-order: 0;

      -ms-flex-order: 0;

          order: 0;

  -webkit-flex: 0 1 auto;

      -ms-flex: 0 1 auto;

          flex: 0 1 auto;

  -webkit-align-self: center;

      -ms-flex-item-align: center;

          align-self: center;

  margin: 0 0 15px;

}



@media (min-width: 992px) {

  .site-info__flex .social-list {

    -webkit-order: 2;

        -ms-flex-order: 2;

            order: 2;

    margin: 0;

  }

}



.site-info__flex .site-info__mid-box {

  text-align: center;

  margin: 15px 0;

  -webkit-order: 2;

      -ms-flex-order: 2;

          order: 2;

  -webkit-flex: 0 1 auto;

      -ms-flex: 0 1 auto;

          flex: 0 1 auto;

  -webkit-align-self: center;

      -ms-flex-item-align: center;

          align-self: center;

}



@media (min-width: 992px) {

  .site-info__flex .site-info__mid-box {

    -webkit-order: 1;

        -ms-flex-order: 1;

            order: 1;

    margin: 0;

  }

}



.site-footer.centered .footer-container {

  text-align: center;

}



.site-footer.centered .site-info * + .social-list,

.site-footer.centered .site-info * + .footer-copyright {

  margin-top: 15px;

}



.site-footer.minimal .footer-copyright {

  display: block;

  vertical-align: middle;

}



@media (min-width: 1200px) {

  .site-footer.minimal .footer-copyright {

    float: left;

    margin-top: .5em;

  }

}



.site-footer.minimal .footer-menu {

  display: block;

  vertical-align: middle;

}



@media (min-width: 1200px) {

  .site-footer.minimal .footer-menu {

    float: right;

    margin-top: 0;

    margin-bottom: 0;

  }

}



@media (min-width: 1200px) {

  .site-footer.minimal .footer-menu__items {

    margin-left: 1.5em;

    border-left: 1px solid rgba(255, 255, 255, 0.1);

  }

}



.error404 .cherry-search__results-list {

  max-width: 100%;

}



@media (min-width: 1200px) {

  .error404 .cherry-search__results-list {

    max-width: 350px;

  }

}



.not-found {

  padding-top: 60px;

  padding-bottom: 60px;

}



@media (min-width: 992px) {

  .not-found {

    padding-top: 200px;

    padding-bottom: 230px;

  }

}



.not-found:not(.no-results) {

  width: 100%;

  content: "";

  display: table;

  table-layout: fixed;

  margin-bottom: 1em;

  text-align: center;

}



@media (min-width: 1200px) {

  .not-found:not(.no-results) {

    text-align: left;

  }

}



.not-found:not(.no-results) .page-header, .not-found:not(.no-results) .page-content {

  width: 100%;

  float: none;

}



@media (min-width: 1200px) {

  .not-found:not(.no-results) .page-header, .not-found:not(.no-results) .page-content {

    width: 50%;

    float: right;

  }

}



.not-found:not(.no-results) .page-header {

  text-align: center;

}



@media (min-width: 1200px) {

  .not-found:not(.no-results) .page-header {

    text-align: right;

  }

}



.not-found:not(.no-results) .page-header h1 {

  font-size: 112px;

  font-size: 7rem;

  margin: 0;

  line-height: 1;

  padding-right: 0;

}



@media (min-width: 768px) {

  .not-found:not(.no-results) .page-header h1 {

    font-size: 260px;

    font-size: 16.25rem;

    padding-right: 35px;

    margin: -24px 0 0;

  }

}



.not-found:not(.no-results) .search-form {

  margin-top: 35px;

  max-width: 100%;

}



@media (min-width: 1200px) {

  .not-found:not(.no-results) .search-form {

    max-width: 350px;

  }

}



.not-found:not(.no-results) .search-form .search-form__field[type='search'] {

  border-width: 2px;

  padding: 0 35px 0 25px;

}



@media (min-width: 992px) {

  .not-found:not(.no-results) {

    margin-bottom: 2em;

  }

}



.not-found:not(.no-results) .page-title {

  margin: 25px 0;

}



.not-found:not(.no-results) h4 {

  margin: 0 0 16px;

}



.search-no-results .sidebar .widget:first-child {

  margin-top: 0;

}



.search-no-results .not-found .page-header h1 {

  margin: 0;

  font-size: 48px;

  font-size: 3rem;

}



@media (min-width: 544px) {

  .search-no-results .not-found .page-header h1 {

    font-size: 80px;

    font-size: 5rem;

  }

}



/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget-title {

  font-size: 20px;

  font-size: 1.25rem;

  line-height: 1.2;

  margin: 0 0 1.2em 0;

  text-transform: uppercase;

  font-weight: 400;

}



.widget + .widget {

  margin-top: 1em;

}



@media (min-width: 768px) {

  .widget + .widget {

    margin-top: 2em;

  }

}



.sidebar .widget,

.footer-area .widget {

  margin-top: 1.5em;

}



.sidebar .widget:first-child,

.footer-area .widget:first-child {

  margin-top: 3em;

}



@media (min-width: 768px) {

  .sidebar .widget,

  .footer-area .widget {

    margin-top: 3em;

  }

}



.widget-area .widget:last-child {

  margin-bottom: 1em;

}



@media (min-width: 768px) {

  .widget-area .widget:last-child {

    margin-bottom: 2em;

  }

}



.widget select {

  max-width: 100%;

}



/*--------------------------------------------------------------

## Defaults

--------------------------------------------------------------*/

.widget ul {

  margin-bottom: 0;

  margin-left: 0;

  padding: 0;

}



.widget > ul > li:first-child {

  margin-top: 0;

}



.widget li {

  position: relative;

  margin-left: 1em;

  list-style: none;

  margin-top: .25em;

}



.widget li > ul {

  margin-left: 0;

}



.widget_archive select {

  border: 1px solid;

  padding: 12px 15px;

  width: 100%;

}



.widget_archive select:focus {

  box-shadow: none;

}



@media (min-width: 544px) {

  .widget_archive select {

    width: 57%;

  }

}



.full-width-header-area,

.before-content-area,

.before-loop-area,

.after-content-full-width-area,

.after-loop-area,

.after-content-area {

  padding: 0 15px;

}



.widget_archive li,

.widget_categories li,

.widget_pages li,

.widget_meta li,

.widget_rss li,

.widget_nav_menu li {

  padding-left: 0;

  margin-left: 0;

}



.footer-area .widget_nav_menu ul {

  margin-top: 0;

}



.footer-area .widget_nav_menu ul li a {

  font-size: 14px;

  font-size: 0.875rem;

  text-transform: uppercase;

}



.footer-area .widget_nav_menu ul li + li {

  margin-top: 16px;

}



.footer-area .widget_nav_menu ul .sub-menu {

  display: none;

}



/*--------------------------------------------------------------

## Widget Calendar

--------------------------------------------------------------*/

.widget_calendar table {

  margin-bottom: 0;

}



.widget_calendar caption {

  margin-bottom: 1.5em;

  padding: 0.7em .5em;

  text-transform: uppercase;

  font-size: 20px;

  font-size: 1.25rem;

}



.widget_calendar tbody td, .widget_calendar th {

  text-align: center;

  height: 40px;

  width: 40px;

  margin: 0 auto;

}



.sidebar-1-4 .sidebar .widget_calendar tbody td, .sidebar-1-4 .sidebar .widget_calendar th {

  font-size: 12.8px;

  font-size: 0.8rem;

}



.widget_calendar tbody td a, .widget_calendar th a {

  display: inline-block;

  border: 1px solid;

  height: 40px;

  width: 40px;

  margin: 0 auto;

  line-height: 40px;

  border-radius: 50%;

}



.sidebar-1-4 .sidebar .widget_calendar tbody td a, .sidebar-1-4 .sidebar .widget_calendar th a {

  height: 25px;

  width: 25px;

  line-height: 25px;

}



.widget_calendar #next, .widget_calendar #prev {

  font-size: 17.3px;

  font-size: 1.08125rem;

  font-weight: 300;

  padding-top: 30px;

}



.widget_calendar #prev {

  text-align: left;

}



.widget_calendar #prev a {

  margin-left: 20px;

}



.widget_calendar #next {

  text-align: right;

}



.widget_calendar #next a {

  margin-right: 20px;

}



/*--------------------------------------------------------------

## Widget Tag Cloud

--------------------------------------------------------------*/

.tagcloud {

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;

}



.tagcloud a {

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

  display: inline-block;

  margin: 0 10px 10px 0;

  padding: 11px 15px;

}



.tagcloud a:focus {

  outline: none;

}



/*--------------------------------------------------------------

## Widget Recent Posts

--------------------------------------------------------------*/

.widget_recent_entries li {

  margin-left: 0;

}



.widget_recent_entries li::before {

  display: none;

}



.widget_recent_entries li + li {

  margin-top: 1em;

}



.widget_recent_entries li .post-date {

  font-size: .85em;

  display: block;

}



/*--------------------------------------------------------------

## Widget Recent Comments

--------------------------------------------------------------*/

.widget_recent_comments li {

  margin-left: 0;

}



.widget_recent_comments li .comment-author-link {

  text-transform: capitalize;

  font-weight: 400;

}



.widget_recent_comments li a {

  font-weight: 400;

}



.widget_recent_comments li::before {

  display: none;

}



.widget_recent_comments li + li {

  margin-top: 1em;

}



/*--------------------------------------------------------------

## About Energico

--------------------------------------------------------------*/

.widget-about__logo-img {

  vertical-align: top;

}



.widget-about__content {

  margin-top: 18px;

}



.widget-about__tagline {

  margin-top: 10px;

}



.widget-about__social {

  margin-top: 10px;

}



/*--------------------------------------------------------------

## Banner

--------------------------------------------------------------*/

.widget-banner__img {

  display: inline-block;

  vertical-align: top;

}



/*--------------------------------------------------------------

## Subscribe

--------------------------------------------------------------*/

.sidebar .widget-subscribe .widget-title {

  padding: 0;

}



@media (min-width: 544px) {

  .sidebar .widget-subscribe .widget-title {

    padding: 0 30px;

  }

}



@media (min-width: 768px) and (max-width: 991px) {

  .sidebar-1-4 .sidebar .widget-subscribe .widget-title {

    padding: 0;

  }

}



.sidebar .follow-block {

  text-align: center;

  padding: 40px 40px 45px;

}



@media (min-width: 768px) and (max-width: 991px) {

  .sidebar .follow-block {

    padding: 40px 10px;

  }

}



.sidebar-1-4 .sidebar .follow-block {

  padding: 20px 20px 25px;

}



@media (min-width: 768px) and (max-width: 991px) {

  .sidebar-1-4 .sidebar .follow-block {

    padding: 15px;

  }

}



.footer-area .follow-block {

  text-align: left;

}



.follow-block .social-list__items {

  margin-top: 37px;

}



.follow-block .social-list__items li a::before {

  font-size: 22px;

  font-size: 1.375rem;

  transition: 0.3s ease all;

}



.follow-block .social-list__items li + li {

  margin-left: 15px;

}



@media (min-width: 768px) and (max-width: 991px) {

  .sidebar-1-4 .follow-block .social-list__items li + li {

    margin-left: 5px;

  }

}



.sidebar .subscribe-block {

  text-align: center;

  padding: 33px 40px 40px 40px;

}



@media (min-width: 768px) and (max-width: 991px) {

  .sidebar .subscribe-block {

    padding: 40px 10px;

  }

}



.subscribe-block .subscribe-block__error {

  font-size: 12px;

  font-size: 0.75rem;

  margin-top: 5px;

  color: red;

}



.sidebar-1-4 .sidebar .subscribe-block {

  padding: 20px 20px 25px;

}



@media (min-width: 768px) and (max-width: 991px) {

  .sidebar-1-4 .sidebar .subscribe-block {

    padding: 15px;

  }

}



.footer-area .subscribe-block {

  text-align: left;

}



.subscribe-block__input-group {

  position: relative;

}



.sidebar .subscribe-block__input-group {

  margin: 8px 20px 10px;

}



@media (min-width: 768px) and (max-width: 991px) {

  .sidebar-1-4 .sidebar .subscribe-block__input-group {

    margin: 0;

  }

}



.subscribe-block__input[type='email'] {

  width: 100%;

  max-width: 100%;

  border-radius: 30px;

  border: 2px solid transparent;

  padding: 5px 30px 5px 20px;

  font-size: 12px;

  font-size: 0.75rem;

}



.subscribe-block__input[type='email']:focus {

  box-shadow: none;

}



.subscribe-block__input[type='email'].error {

  border-color: #fe5c7a;

}



.subscribe-block__submit {

  font-size: 0;

  padding: 0;

  position: absolute;

  top: 50%;

  right: 15px;

  -webkit-transform: translate(0, -50%);

      -ms-transform: translate(0, -50%);

          transform: translate(0, -50%);

}



.subscribe-block__submit:before {

  content: "\f1d8";

  font-family: FontAwesome;

  font-size: 13px;

  font-size: 0.8125rem;

}



.subscribe-block__submit:focus {

  box-shadow: none;

}



.subscribe-block__message {

  padding: 0 0 15px;

}



.footer-area .subscribe-block__message {

  padding-bottom: 20px;

}



/*--------------------------------------------------------------

## Custom Posts

--------------------------------------------------------------*/

.custom-posts__item .entry-header {

  margin-top: 0;

}



.full-width-header-area .custom-posts__item,

.after-content-full-width-area .custom-posts__item {

  margin: 0 0 1.5em;

}



.custom-posts__item h6 {

  font-size: 16px;

  font-size: 1rem;

  margin-bottom: 4px;

}



.custom-posts__item .post__cats {

  width: 100%;

  margin-bottom: 15px;

}



.custom-posts__item .entry-footer {

  -webkit-justify-content: flex-start;

      -ms-flex-pack: start;

          justify-content: flex-start;

  margin-top: 0;

}



.custom-posts__item .entry-footer .btn-primary {

  margin-top: 15px;

}



.custom-posts__item .entry-meta .post__date,

.custom-posts__item .entry-meta .post__comments,

.custom-posts__item .entry-meta .posted-by {

  font-weight: 300;

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: none;

}



.custom-posts__item .entry-meta .posted-by {

  position: relative;

}



.custom-posts__item .entry-meta .post__date,

.custom-posts__item .entry-meta .posted-by {

  display: inline-block;

}



.custom-posts__item .entry-meta .post__comments {

  display: block;

}



.custom-posts__item .post-thumbnail {

  float: left;

  margin: 0 30px 15px 0;

}



@media (min-width: 992px) and (max-width: 1199px) {

  .custom-posts__item .post-thumbnail {

    float: none;

  }

}



@media (max-width: 543px) {

  .custom-posts__item .post-thumbnail {

    float: none;

  }

}



.full-width-header-area .custom-posts,

.after-content-full-width-area .custom-posts {

  padding-right: 0.9375rem;

  padding-left: 0.9375rem;

}



/*--------------------------------------------------------------

## Contact Form

--------------------------------------------------------------*/

.wpcf7 .wpcf7-form-control-wrap input {

  width: 100%;

}



.wpcf7 .wpcf7-not-valid {

  border-color: #fe5c7a;

  background: rgba(254, 92, 122, 0.1);

}



.wpcf7 .wpcf7-not-valid-tip {

  color: #fe5c7a;

}



.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng, .wpcf7 .wpcf7-mail-sent-ok {

  margin: 1.5em 0;

  padding: 1em 2em;

  color: #fff;

  border: none;

}



.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng {

  background: #fe5c7a;

}



.wpcf7 .wpcf7-mail-sent-ok {

  background: #398f14;

}



/*--------------------------------------------------------------

## About Author

--------------------------------------------------------------*/

.widget-about-author {

  text-align: center;

}



.widget-about-author .widget-title {

  padding: 1.2em 0;

  margin: 0;

}



.full-width-header-area .widget-about-author,

.after-content-full-width-area .widget-about-author {

  padding: 1em;

  text-align: left;

}



@media (min-width: 992px) {

  .full-width-header-area .widget-about-author,

  .after-content-full-width-area .widget-about-author {

    padding: 2em;

  }

}



.before-content-area .widget-about-author,

.before-loop-area .widget-about-author,

.after-content-area .widget-about-author,

.after-loop-area .widget-about-author {

  text-align: left;

}



.about-author:after {

  display: block;

  clear: both;

  width: 100%;

  content: '';

}



.about-author_avatar {

  text-align: center;

}



.full-width-header-area .about-author_avatar,

.after-content-full-width-area .about-author_avatar,

.before-content-area .about-author_avatar,

.before-loop-area .about-author_avatar,

.after-content-area .about-author_avatar,

.after-loop-area .about-author_avatar {

  margin: 0 0 1em;

  max-width: 100%;

}



@media (min-width: 544px) {

  .full-width-header-area .about-author_avatar,

  .after-content-full-width-area .about-author_avatar,

  .before-content-area .about-author_avatar,

  .before-loop-area .about-author_avatar,

  .after-content-area .about-author_avatar,

  .after-loop-area .about-author_avatar {

    float: left;

    max-width: 50%;

    margin: 0 1.5em 0 0;

  }

}



.about-author_content {

  text-align: center;

  padding: 0 15px 25px;

}



@media (min-width: 992px) {

  .about-author_content {

    padding: 0 50px 25px;

  }

}



.sidebar-1-3 .about-author_content {

  padding: 0 15px 25px;

}



.full-width-header-area .about-author_content,

.after-content-full-width-area .about-author_content,

.before-content-area .about-author_content,

.before-loop-area .about-author_content,

.after-content-area .about-author_content,

.after-loop-area .about-author_content {

  overflow: hidden;

}



.about-author_name {

  margin: 0;

  padding: 29px 0 10px;

}



.about-author_description {

  padding: 0;

}



.about-author_btn_box {

  padding-top: 25px;

}



.about-author_btn_box .btn {

  border-radius: 25px;

  border: 1px solid;

  background: transparent;

  text-transform: uppercase;

  font-size: 12px;

  font-size: 0.75rem;

  padding: 18px 20px;

}



@media (min-width: 992px) {

  .about-author_btn_box .btn {

    padding: 18px 43px;

  }

}



.about-author_btn_box .btn:focus {

  box-shadow: none;

}



/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/

.page-content .wp-smiley,

.entry-content .wp-smiley,

.comment-content .wp-smiley {

  margin-top: 0;

  margin-bottom: 0;

  padding: 0;

  border: none;

}



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

embed,

iframe,

object {

  max-width: 100%;

}



.img-pull-left {

  float: left;

  width: 50%;

  margin: 0 4% 1% 0;

}



.img-pull-right {

  float: right;

  width: 50%;

  margin: 0 0 1% 4%;

}



.alignleft {

  margin: 15px 30px 15px 0;

}



.alignright {

  margin: 15px 0 15px 30px;

}



/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

.wp-caption {

  margin-bottom: 1.5em;

  max-width: 100%;

}



.wp-caption img[class*="wp-image-"] {

  display: block;

  margin-left: auto;

  margin-right: auto;

}



.wp-caption .wp-caption-text {

  margin: 0.8075em 0;

  font-size: 12px;

  font-size: 0.75rem;

}



.wp-caption-text {

  text-align: center;

}



/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {

  margin-bottom: 1.5em;

}



.gallery-item {

  display: inline-block;

  text-align: center;

  vertical-align: top;

  width: 100%;

}



.gallery-columns-2 .gallery-item {

  max-width: 50%;

}



.gallery-columns-3 .gallery-item {

  max-width: 33.33%;

}



.gallery-columns-4 .gallery-item {

  max-width: 25%;

}



.gallery-columns-5 .gallery-item {

  max-width: 20%;

}



.gallery-columns-6 .gallery-item {

  max-width: 16.66%;

}



.gallery-columns-7 .gallery-item {

  max-width: 14.28%;

}



.gallery-columns-8 .gallery-item {

  max-width: 12.5%;

}



.gallery-columns-9 .gallery-item {

  max-width: 11.11%;

}



.gallery-caption {

  display: block;

}



/*--------------------------------------------------------------

## Embeds

--------------------------------------------------------------*/

.embed-responsive {

  position: relative;

  display: block;

  padding: 0;

}



.embed-responsive .embed-responsive-item,

.embed-responsive iframe,

.embed-responsive embed,

.embed-responsive object {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 100%;

  border: 0;

}



.embed-responsive.embed-responsive-16by9 {

  padding-bottom: 62.33%;

}



.embed-responsive.embed-responsive-4by3 {

  padding-bottom: 75%;

}



/* Facebook embed */

.fb_iframe_widget {

  max-width: 100%;

}



.fb_iframe_widget > span {

  max-width: 100%;

}



/*--------------------------------------------------------------

# Builder

--------------------------------------------------------------*/

/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

/*--------------------------------------------------------------

# Slider

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_container {

  max-width: 100%;

}



#tm_builder_outer_content .tm_pb_slider.tm_pb_module.chart-slider .tm_pb_slide {

  background-color: transparent !important;

}



#tm_builder_outer_content .tm_pb_slider.tm_pb_module.chart-slider .tm_pb_slide_description {

  padding: 27% 8%;

}



#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-arrow-next, #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-arrow-prev {

  display: none;

}



@media (min-width: 544px) {

  #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-arrow-next, #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-arrow-prev {

    display: block;

  }

}



#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-arrow-next::before, #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-arrow-prev::before {

  font-family: FontAwesome;

  font-size: 48px;

  font-size: 3rem;

  transition: 0.3s ease all;

}



#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-arrow-prev::before {

  content: '\f104';

}



#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-arrow-next::before {

  content: '\f105';

}



#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-controllers {

  bottom: 20px;

  display: none;

}



@media (min-width: 768px) {

  #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-controllers {

    display: block;

  }

}



@media (min-width: 992px) {

  #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-controllers {

    bottom: 55px;

  }

}



#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-controllers a {

  border: 1px solid;

}



#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-controllers a.tm-pb-active-control {

  background: transparent;

}



#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-controllers a:hover {

  background: transparent;

}



#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_description {

  text-align: center;

  padding: 8% 8%;

}



@media (min-width: 768px) {

  #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_description {

    padding: 5% 8% 10%;

    max-width: 55%;

  }

}



#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_content h1 {

  line-height: 1;

  font-weight: 400;

  letter-spacing: -2.056px;

}



#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_content h1 span {

  display: block;

  font-weight: 700;

}



#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_content h5 {

  line-height: 1.2;

  margin-top: 26px;

}



#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_content h5 span {

  text-transform: uppercase;

}



#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_more_button {

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

  border-radius: 30px;

  background: transparent;

  border-width: 1px;

  padding: 14px 40px;

  margin-top: 38px;

  border: 1px solid #dadada;

}



/*--------------------------------------------------------------

# Blog

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_image_container {

  margin-bottom: 30px;

}



#tm_builder_outer_content .tm_pb_blog.tm_pb_module .entry-title {

  margin-bottom: 20px;

}



#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta {

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

  margin-bottom: 10px;

}



#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta * + * {

  margin-left: 10px;

}



#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta > *:last-child {

  margin-right: 10px;

}



#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .more-link {

  display: inline-block;

  margin-top: 15px;

  text-transform: uppercase;

  padding: 15px 30px;

  font-size: 12px;

  font-size: 0.75rem;

  border-radius: 4px;

}



#tm_builder_outer_content .tm_pb_blog.tm_pb_module .pagination {

  margin: 1em 0;

}



/*--------------------------------------------------------------

# Posts

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_meta, #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .btn {

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

}



#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_meta i, #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .btn i {

  display: none;

}



#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .btn {

  padding: 15px 30px;

}



#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item_image {

  position: relative;

}



#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item_image::before {

  content: '';

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

}



/*--------------------------------------------------------------

# Taxonomy

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content h6 {

  margin: 0;

}



#tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content .btn {

  padding: 0;

  box-shadow: none;

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

}



#tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content::before {

  content: '';

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: -1;

}



/*--------------------------------------------------------------

# Blurb

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module {

  height: 100%;

}



#tm_builder_outer_content .tm_pb_blurb.tm_pb_module:not(.tm_pb_blurb_position_left) {

  padding: 0 20px;

}



@media (min-width: 1200px) {

  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module:not(.tm_pb_blurb_position_left) {

    padding: 0 60px;

  }

}



#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_content {

  line-height: 1.3;

  max-width: 100%;

}



#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm-pb-icon {

  font-size: 64px;

  font-size: 4rem;

}



#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container h4 {

  font-size: 20px;

  text-transform: uppercase;

}



#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_main_blurb_image {

  margin-bottom: 37px;

}



#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_main_blurb_image {

  width: 84px;

  display: block;

  margin: 0 auto 30px;

}



@media (min-width: 992px) {

  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_main_blurb_image {

    display: table-cell;

    margin: 0 0 30px;

  }

}



#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container {

  padding-left: 0;

}



@media (min-width: 992px) {

  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container {

    padding-left: 35px;

    padding-right: 22px;

  }

}



#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container h4 {

  margin: 0;

}



.blurb_counter {

  counter-reset: tm_pb_blurb;

}



.blurb_counter .tm_pb_blurb.tm_pb_module {

  background-size: cover;

}



.blurb_counter .tm_pb_blurb.tm_pb_module h4 {

  position: relative;

  margin-bottom: 0;

}



.blurb_counter .tm_pb_blurb.tm_pb_module .tm_pb_main_blurb_image,

.blurb_counter .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container {

  transition: 0.5s ease all;

  position: relative;

}



.blurb_counter .tm_pb_blurb.tm_pb_module:hover .tm_pb_main_blurb_image {

  -webkit-transform: translate(0, -15px);

      -ms-transform: translate(0, -15px);

          transform: translate(0, -15px);

}



.blurb_counter .tm_pb_blurb.tm_pb_module:hover .tm_pb_blurb_container {

  -webkit-transform: translate(0, 15px);

      -ms-transform: translate(0, 15px);

          transform: translate(0, 15px);

}



/*--------------------------------------------------------------

# Brands Showcase

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-button-next, #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-button-prev {

  background: none;

}



#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-button-next::before, #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-button-prev::before {

  font-size: 48px;

  font-size: 3rem;

  font-family: FontAwesome;

  transition: 0.3s ease all;

}



#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-button-prev::before {

  content: '\f104';

}



#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-button-next::before {

  content: '\f105';

}



#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-pagination {

  margin-top: 30px;

}



/*--------------------------------------------------------------

# Tabs

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls {

  border: none;

}



#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {

  border: none;

  text-transform: uppercase;

  font-weight: 400;

  padding: 10px 40px;

  margin-top: 0;

  width: 100%;

}



@media (min-width: 1200px) {

  #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {

    padding: 20px 40px;

    width: auto;

    margin-top: 10px;

  }

}



#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li::before {

  display: none;

}



#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a {

  transition: .3s all ease;

}



#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li + li {

  margin-left: 0;

  margin-top: 2px;

}



@media (min-width: 1200px) {

  #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li + li {

    margin-left: 2px;

    margin-top: 0;

  }

}



#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li.tm_pb_tab_active {

  padding-top: 10px;

  margin-top: 0;

  bottom: 0;

}



@media (min-width: 1200px) {

  #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li.tm_pb_tab_active {

    padding-top: 32px;

    bottom: -2px;

  }

}



#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tab p {

  line-height: 22px;

}



#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs {

  padding: 30px 38px;

}



/*--------------------------------------------------------------

# Counters

--------------------------------------------------------------*/

body #tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_amount {

  padding: 5px 2% 5px 5px;

}



body #tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_title {

  margin-bottom: 10px;

}



body #tm_builder_outer_content .tm_pb_counters.tm_pb_module > [class^="tm_pb_counter_"] + [class^="tm_pb_counter_"] {

  padding-top: 25px;

}



/*--------------------------------------------------------------

# Number Counter

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module h3 {

  margin-top: 25px;

  padding-top: 0;

}



#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module .percent {

  font-size: 56px;

  font-size: 3.5rem;

}



/*--------------------------------------------------------------

# Circle Counter

--------------------------------------------------------------*/

body #tm_builder_outer_content .tm_pb_circle_counter {

  max-width: 100%;

}



body #tm_builder_outer_content .tm_pb_circle_counter .percent p {

  font-size: 56px;

  font-size: 3.5rem;

  font-weight: 700;

}



@media (max-width: 1199px) {

  body #tm_builder_outer_content .tm_pb_circle_counter .percent p {

    font-size: 40px;

    font-size: 2.5rem;

  }

}



body #tm_builder_outer_content .tm_pb_circle_counter h3 {

  padding-top: 0;

  margin-top: -20px;

}



body #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar {

  max-width: 100%;

}



body #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar canvas {

  max-width: 100% !important;

  height: auto !important;

}



/*--------------------------------------------------------------

# Audio

--------------------------------------------------------------*/

@media (min-width: 768px) {

  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {

    height: calc(100% - 50px);

    top: 25px;

    left: 25px;

    width: 165px;

  }

}



#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {

  position: relative;

  width: auto;

  height: 285px;

  top: auto;

  left: auto;

}



#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content {

  margin-left: 0;

}



#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container {

  padding-top: 90px;

  padding-bottom: 34px;

}



#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .tm_audio_module_meta {

  font-weight: 300;

}



#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .tm_audio_module_meta strong {

  font-weight: 300;

}



#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-volume-button button {

  overflow: visible;

}



#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container span.mejs-currenttime {

  font-size: 17px;

  font-size: 1.0625rem;

}



@media (max-width: 991px) {

  #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {

    position: relative;

    width: auto;

    padding-bottom: 60%;

  }

  #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content {

    margin-left: 0;

  }

}



/*--------------------------------------------------------------

# Video

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play {

  font-size: 64px;

  font-size: 4rem;

}



#tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play::before {

  font-family: 'Material Icons';

  font-weight: normal;

  font-style: normal;

  display: inline-block;

  line-height: 1;

  text-transform: none;

  letter-spacing: normal;

  word-wrap: normal;

  white-space: nowrap;

  direction: ltr;

  /* Support for all WebKit browsers. */

  -webkit-font-smoothing: antialiased;

  /* Support for Safari and Chrome. */

  text-rendering: optimizeLegibility;

  /* Support for Firefox. */

  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */

  -webkit-font-feature-settings: 'liga';

          font-feature-settings: 'liga';

  content: "play_arrow";

  text-align: center;

  vertical-align: middle;

}



/*--------------------------------------------------------------

# Pricing Table

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {

  width: 100%;

}



@media (min-width: 768px) {

  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {

    width: 33.333%;

  }

}



@media (min-width: 1200px) {

  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {

    width: calc(33.333% - 20px);

  }

}



#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table + .tm_pb_pricing_table {

  margin-left: 0;

}



@media (min-width: 1200px) {

  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table + .tm_pb_pricing_table {

    margin-left: 31px;

  }

}



#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {

  padding-top: 23px;

  padding-bottom: 40px;

  margin-top: 0;

}



@media (min-width: 768px) {

  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {

    margin-top: 35px;

  }

}



#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table.tm_pb_featured_table {

  margin-top: 0;

  padding-bottom: 45px;

}



#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table.tm_pb_featured_table .tm_pb_pricing_title {

  font-size: 28px;

  font-size: 1.75rem;

}



#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table.tm_pb_featured_table .tm_pb_tm_price > span {

  font-size: 34px;

  font-size: 2.125rem;

}



#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table.tm_pb_featured_table div.tm_pb_pricing_content_top {

  padding-bottom: 30px;

}



#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table.tm_pb_featured_table .tm_pb_pricing_table_button {

  margin-top: 40px;

  background: transparent;

}



#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_heading {

  margin-bottom: 4px;

  text-transform: uppercase;

}



#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_heading .tm_pb_best_value {

  text-transform: none;

}



#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content {

  padding: 0 15px 17px;

  text-align: center;

}



@media (min-width: 1200px) {

  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content {

    padding: 0 40px 17px;

  }

}



#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content .tm_pb_pricing li {

  line-height: 1.35;

  padding: 0 10px;

}



#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content .tm_pb_pricing li::before {

  display: none;

}



#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content_top {

  padding-bottom: 27px;

}



#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content_top .tm_pb_tm_price > span {

  font-size: 28px;

  font-size: 1.75rem;

  font-weight: 700;

}



#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content_top .tm_pb_frequency {

  margin-left: 5px;

}



#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content_top .tm_pb_dollar_sign {

  margin-left: 0;

  position: relative;

}



#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_button {

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

  padding: 14px 50px;

  border-radius: 30px;

  margin-top: 15px;

}



@media (min-width: 768px) {

  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_button {

    padding: 14px 15px;

  }

}



@media (min-width: 1200px) {

  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_button {

    padding: 14px 50px;

  }

}



body #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_button:hover {

  padding: 14px 50px;

}



@media (min-width: 768px) {

  body #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_button:hover {

    padding: 14px 15px;

  }

}



@media (min-width: 1200px) {

  body #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_button:hover {

    padding: 14px 50px;

  }

}



/*--------------------------------------------------------------

# Pricing Table

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_section_specialty .tm_pb_contact_form_container {

  padding-bottom: 30px;

}



@media (max-width: 543px) {

  #tm_builder_outer_content .tm_section_specialty .tm_pb_row_inner {

    width: auto;

  }

}



#tm_builder_outer_content .tm_pb_contact_form {

  position: relative;

}



#tm_builder_outer_content .tm_pb_contact_form .tm_contact_bottom_container {

  position: relative;

  overflow: visible;

}



#tm_builder_outer_content div.tm_pb_contact_right {

  display: block;

}



@media (min-width: 1200px) {

  #tm_builder_outer_content div.tm_pb_contact_right {

    position: absolute;

    right: calc(100% + 30px);

    top: 20px;

    min-width: 200px;

  }

}



#tm_builder_outer_content div.tm_pb_contact_right input {

  border-radius: 35px;

  font-size: 15px;

  font-size: 0.9375rem;

  background: transparent;

}



#tm_builder_outer_content div.tm_pb_contact_right input:focus {

  box-shadow: none;

}



#tm_builder_outer_content .tm_pb_contact_main_title {

  margin-bottom: 25px;

  margin-top: 30px;

  text-transform: uppercase;

}



body #tm_builder_outer_content .tm_contact_bottom_container {

  float: none;

  text-align: left;

}



body #tm_builder_outer_content .tm_contact_bottom_container .tm_pb_contact_submit {

  padding: 15px 39px;

  margin-top: 24px;

  border-radius: 35px;

  font-size: 15px;

  font-size: 0.9375rem;

}



#tm_builder_outer_content .tm_pb_contact_field {

  text-align: left;

  width: 100%;

}



#tm_builder_outer_content .tm_pb_contact_field .tm_pb_contact_form_input.tm_contact_error {

  border-color: #fe5c7a;

}



#tm_builder_outer_content .tm_pb_contact_field input, #tm_builder_outer_content .tm_pb_contact_field textarea, #tm_builder_outer_content .tm_pb_contact_field select {

  border-radius: 35px;

  font-size: 15px;

  font-size: 0.9375rem;

  background: transparent;

  margin: 0 0 8px 0;

}



#tm_builder_outer_content .tm_pb_contact_field input:focus, #tm_builder_outer_content .tm_pb_contact_field textarea:focus, #tm_builder_outer_content .tm_pb_contact_field select:focus {

  box-shadow: none;

}



#tm_builder_outer_content .tm_pb_contact_field textarea {

  min-height: 190px;

}



#tm_builder_outer_content .tm_contact_error {

  border: 1px solid #fe5c7a;

}



#tm_builder_outer_content .cf-success-message {

  font-size: 12px;

  color: #398f14;

}



#tm_builder_outer_content .tm-pb-contact-message {

  position: relative;

  text-align: left;

  color: #fe5c7a;

  margin-bottom: 10px;

}



#tm_builder_outer_content .tm-pb-contact-message ul li::before {

  display: none;

}



#tm_builder_outer_content .tm-pb-contact-message li, #tm_builder_outer_content .tm-pb-contact-message p {

  font-size: 15px;

  font-size: 0.9375rem;

}



#tm_builder_outer_content .tm-pb-contact-message p {

  padding-right: 12px;

  margin: 0;

}



#tm_builder_outer_content .tm-pb-contact-message p, #tm_builder_outer_content .tm-pb-contact-message ul {

  display: inline-block;

}



#tm_builder_outer_content .tm-pb-contact-message ul + p::before {

  content: "";

  display: block;

}



#tm_builder_outer_content .tm-pb-contact-message ul li {

  display: inline;

}



#tm_builder_outer_content .tm-pb-contact-message ul li:first-child {

  padding: 0;

}



#tm_builder_outer_content .tm-pb-contact-message ul li::after {

  content: ",";

  display: inline-block;

  margin-right: 6px;

}



#tm_builder_outer_content .tm-pb-contact-message ul li:last-child::after {

  display: none;

}



/*--------------------------------------------------------------

# Toggle

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle {

  border: none;

  padding: 0;

}



#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open {

  transition: .3s linear;

  background: transparent;

}



#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {

  padding: 15px 30px 15px 45px;

  margin: 0;

  text-transform: uppercase;

}



#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {

  font-family: 'Material Icons';

  font-weight: normal;

  font-style: normal;

  display: inline-block;

  line-height: 1;

  text-transform: none;

  letter-spacing: normal;

  word-wrap: normal;

  white-space: nowrap;

  direction: ltr;

  /* Support for all WebKit browsers. */

  -webkit-font-smoothing: antialiased;

  /* Support for Safari and Chrome. */

  text-rendering: optimizeLegibility;

  /* Support for Firefox. */

  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */

  -webkit-font-feature-settings: 'liga';

          font-feature-settings: 'liga';

  font-size: 18px;

  font-size: 1.125rem;

  content: "\E5CC";

  transition: .3s ease-in-out;

  left: 6px;

}



@media (max-width: 1199px) {

  #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {

    top: 15px;

    margin-top: 0;

  }

}



@media (min-width: 768px) {

  #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {

    padding: 15px 55px 10px 50px;

  }

  #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {

    left: 23px;

  }

}



#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {

  -webkit-transform: rotate(90deg);

      -ms-transform: rotate(90deg);

          transform: rotate(90deg);

}



#tm_builder_outer_content .tm_pb_module.tm_pb_toggle .tm_pb_toggle_content {

  padding: 15px 30px;

}



@media (min-width: 768px) {

  #tm_builder_outer_content .tm_pb_module.tm_pb_toggle .tm_pb_toggle_content {

    padding: 0 55px 20px 50px;

  }

}



/*--------------------------------------------------------------

# Accordion

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content {

  background: transparent;

  padding: 10px 30px 3px 30px;

}



#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content p {

  line-height: 28px;

}



@media (min-width: 544px) {

  #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content {

    padding: 10px 125px 3px 75px;

  }

}



#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {

  padding: 15px 45px 15px 30px;

}



#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {

  left: auto;

  right: 15px;

  font-family: FontAwesome;

  font-size: 28px;

  font-size: 1.75rem;

}



@media (min-width: 768px) {

  #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {

    padding: 16px 45px 16px 31px;

  }

  #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {

    right: 50px;

  }

}



#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before {

  content: '\f107';

}



#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {

  content: "\f106";

  -webkit-transform: rotate(0);

      -ms-transform: rotate(0);

          transform: rotate(0);

}



/*--------------------------------------------------------------

# Social Media Follow

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li {

  padding: 0;

  margin: 0;

}



#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li::before {

  display: none;

}



#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li a.icon {

  height: auto;

  width: auto;

  padding: 0;

  margin: 0;

  font-size: 20px;

  font-size: 1.25rem;

}



#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li + li {

  margin-top: 0;

  margin-left: 10px;

}



@media (min-width: 768px) {

  #tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li + li {

    margin-left: 25px;

  }

}



/*--------------------------------------------------------------

# Person

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_team_member.tm_pb_module {

  background: transparent;

  height: auto;

}



#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_team_member.tm_pb_module .tm_pb_team_member_image {

  float: none;

  margin: 15px 0 8px;

}



@media (min-width: 992px) {

  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_team_member.tm_pb_module .tm_pb_team_member_image {

    float: left;

    margin: 15px 30px 8px 0;

  }

}



#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_team_member.tm_pb_module .tm_pb_member_social_links {

  position: relative;

  left: auto;

  bottom: auto;

}



#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_team_member.tm_pb_module .tm_pb_member_position + p {

  margin-bottom: 1em;

}



#tm_builder_outer_content .tm_pb_team_member.tm_pb_module {

  height: 100%;

  position: relative;

}



#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_image {

  line-height: 0;

  text-align: center;

}



#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_name {

  margin: 0;

}



@media (max-width: 1199px) {

  body #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_name {

    font-size: 24px;

    font-size: 1.5rem;

  }

}



@media (min-width: 768px) and (max-width: 1199px) {

  body #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_name {

    font-size: 17.6px;

    font-size: 1.1rem;

  }

}



#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_position {

  text-transform: uppercase;

}



#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_position + p {

  line-height: 1.3;

  margin-bottom: 3em;

}



@media (min-width: 768px) and (max-width: 1199px) {

  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_position + p {

    font-size: 16px;

    font-size: 1rem;

  }

}



@media (min-width: 768px) and (max-width: 1199px) {

  body #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_position {

    font-size: 11.2px;

    font-size: 0.7rem;

  }

}



#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_description {

  padding: 18px 18px 30px 18px;

  position: static;

  margin-bottom: 0;

}



@media (min-width: 768px) {

  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_description {

    margin-bottom: 50px;

  }

}



@media (min-width: 768px) and (max-width: 1199px) {

  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_description {

    padding: 7px 7px 50px 7px;

  }

}



#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_social_links {

  position: relative;

  bottom: auto;

  left: auto;

}



@media (min-width: 992px) {

  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_social_links {

    position: absolute;

    bottom: 30px;

    left: 18px;

  }

}



#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_social_links li {

  margin: 0;

  padding: 0;

}



#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_social_links li::before {

  display: none;

}



#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_social_links li a {

  height: auto;

  width: auto;

  font-size: 20px;

  font-size: 1.25rem;

}



#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_social_links li a span {

  transition: 0.3s ease all;

}



#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_social_links li + li {

  margin-left: 5px;

}



@media (min-width: 992px) {

  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_social_links li + li {

    margin-left: 20px;

  }

}



/*--------------------------------------------------------------

# Testimonial

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module {

  margin-top: 15px;

}



@media (min-width: 544px) {

  #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module {

    margin-top: 0;

  }

}



#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author {

  font-weight: 300;

  font-size: 14px;

  font-size: 0.875rem;

  margin-top: 10px;

}



#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module::before {

  font-size: 26px;

  font-size: 1.625rem;

}



#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_meta {

  font-size: 14px;

  font-size: 0.875rem;

}



#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description_inner {

  width: auto !important;

}



#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_testimonial.tm_pb_module,

#tm_builder_outer_content .tm_pb_column_1_1 .tm_pb_testimonial.tm_pb_module {

  padding-top: 0;

}



#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description_inner,

#tm_builder_outer_content .tm_pb_column_1_1 .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description_inner {

  padding-left: 73px;

  max-width: 450px;

}



#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_testimonial.tm_pb_module p,

#tm_builder_outer_content .tm_pb_column_1_1 .tm_pb_testimonial.tm_pb_module p {

  margin: 0;

}



#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_testimonial.tm_pb_module::before,

#tm_builder_outer_content .tm_pb_column_1_1 .tm_pb_testimonial.tm_pb_module::before {

  position: absolute;

  left: 30px;

  top: 4px;

}



#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_portrait,

#tm_builder_outer_content .tm_pb_column_1_1 .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_portrait {

  float: none;

  display: block;

  margin: 0 auto 15px;

}



#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_testimonial.tm_pb_module,

#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_testimonial.tm_pb_module {

  padding: 22px 0 0 15px;

}



@media (min-width: 544px) {

  #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_testimonial.tm_pb_module,

  #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_testimonial.tm_pb_module {

    padding: 22px 0 0 30px;

  }

}



#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_testimonial.tm_pb_module::before,

#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_testimonial.tm_pb_module::before {

  position: relative;

  text-align: left;

}



/*--------------------------------------------------------------

# Countdown Timer

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_column:not(.tm_pb_column_4_4) .tm_pb_countdown_timer.tm_pb_module .section > span:first-child {

  font-size: 20.8px;

  font-size: 1.3rem;

}



@media (min-width: 992px) {

  #tm_builder_outer_content .tm_pb_column:not(.tm_pb_column_4_4) .tm_pb_countdown_timer.tm_pb_module .section > span:first-child {

    font-size: 32px;

    font-size: 2rem;

  }

}



@media (max-width: 991px) {

  #tm_builder_outer_content .tm_pb_column:not(.tm_pb_column_4_4) .tm_pb_countdown_timer.tm_pb_module .section.sep {

    margin: 0;

  }

}



#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_countdown_timer + .tm_pb_countdown_timer {

  margin-top: 30px;

  margin-bottom: 35px;

}



#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_countdown_timer.tm_pb_module {

  padding: 3% 0 7%;

}



#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container h4 {

  margin-bottom: 10px;

}



#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module:not(.tm_pb_countdown_timer_circle_layout) .section.values {

  width: 17.5%;

}



#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module:not(.tm_pb_countdown_timer_circle_layout) .section.values .value {

  font-size: 100px;

  font-size: 6.25rem;

}



#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module:not(.tm_pb_countdown_timer_circle_layout) .section.values.sep {

  font-size: 100px;

  font-size: 6.25rem;

  margin: 0 20px;

}



#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module:not(.tm_pb_countdown_timer_circle_layout) .section.values .label {

  position: absolute;

  bottom: -20px;

  right: -10px;

  left: -10px;

}



@media (min-width: 992px) {

  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module:not(.tm_pb_countdown_timer_circle_layout) .section.values .label {

    bottom: -70%;

  }

}



#tm_builder_outer_content .tm_pb_countdown_timer_circle_layout.tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section {

  margin-bottom: 5px;

}



#tm_builder_outer_content .tm_pb_countdown_timer_circle_layout.tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.sep {

  font-size: 48px;

  font-size: 3rem;

  margin: 0 8px;

  display: none;

}



@media (min-width: 992px) {

  #tm_builder_outer_content .tm_pb_countdown_timer_circle_layout.tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.sep {

    display: inline-block;

  }

}



#tm_builder_outer_content .tm_pb_countdown_timer_circle_layout.tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section .label {

  text-transform: uppercase;

}



#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module {

  padding: 3% 0 17%;

}



#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container h4 {

  margin-bottom: 20px;

}



#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section {

  position: relative;

}



#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values {

  padding: 0 5px;

}



#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {

  font-weight: 700;

  font-size: 20.8px;

  font-size: 1.3rem;

}



@media (min-width: 544px) {

  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {

    font-size: 32px;

    font-size: 2rem;

  }

}



@media (min-width: 992px) {

  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {

    font-size: 56px;

    font-size: 3.5rem;

  }

}



#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.sep {

  font-weight: 700;

  margin: 0 5px;

  top: 0;

  font-size: 20.8px;

  font-size: 1.3rem;

}



@media (min-width: 544px) {

  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.sep {

    font-size: 32px;

    font-size: 2rem;

  }

}



@media (min-width: 992px) {

  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.sep {

    font-size: 56px;

    font-size: 3.5rem;

  }

}



/*--------------------------------------------------------------

# Call to action

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_module.tm_pb_promo {

  padding: 100px 15px;

}



@media (min-width: 544px) {

  #tm_builder_outer_content .tm_pb_module.tm_pb_promo {

    padding: 100px 50px;

  }

}



@media (min-width: 768px) {

  #tm_builder_outer_content .tm_pb_module.tm_pb_promo {

    padding: 142px 50px;

  }

}



.home #tm_builder_outer_content .tm_pb_module.tm_pb_promo {

  padding: 100px 15px;

}



@media (min-width: 544px) {

  .home #tm_builder_outer_content .tm_pb_module.tm_pb_promo {

    padding: 100px 50px;

  }

}



@media (min-width: 768px) {

  .home #tm_builder_outer_content .tm_pb_module.tm_pb_promo {

    padding: 142px 0px;

  }

}



#tm_builder_outer_content .tm_pb_module.tm_pb_promo.tm_pb_no_bg {

  padding: 100px 50px !important;

}



@media (min-width: 768px) {

  #tm_builder_outer_content .tm_pb_module.tm_pb_promo.tm_pb_no_bg {

    padding: 144px 52px !important;

  }

}



#tm_builder_outer_content .tm_pb_module.tm_pb_promo .tm_pb_button {

  margin-top: 8px;

  text-transform: uppercase;

  border-radius: 35px;

  padding: 15px 25px;

  white-space: nowrap;

  font-size: 12px;

  font-size: 0.75rem;

  border: 1px solid;

  background-color: transparent;

}



@media (min-width: 544px) {

  #tm_builder_outer_content .tm_pb_module.tm_pb_promo .tm_pb_button {

    padding: 15px 42px;

  }

}



#tm_builder_outer_content .tm_pb_module.tm_pb_promo .tm_pb_promo_description {

  padding-bottom: 0;

  max-width: 600px;

}



#tm_builder_outer_content .tm_pb_module.tm_pb_promo .tm_pb_promo_description h2 {

  font-size: 40px;

  font-size: 2.5rem;

  font-weight: 700;

  margin-bottom: 20px;

}



#tm_builder_outer_content .tm_pb_module.tm_pb_promo .tm_pb_promo_description h1 {

  line-height: 1;

}



/*--------------------------------------------------------------

# Progress Bar

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_module.tm_pb_counters .tm_pb_counter_amount_number {

  font-weight: 300;

}



#tm_builder_outer_content .tm_pb_module.tm_pb_counters .tm_pb_counter_amount {

  padding: 1px 2% 1px 1px;

}



#tm_builder_outer_content .tm_pb_module.tm_pb_counters .tm_pb_counter_title {

  margin-bottom: 6px;

}



#tm_builder_outer_content .tm_pb_module.tm_pb_counters > [class^="tm_pb_counter_"] {

  padding-top: 20px;

}



#tm_builder_outer_content .tm_pb_module.tm_pb_counters > [class^="tm_pb_counter_"]:first-child {

  padding-top: 15px;

}



/*--------------------------------------------------------------

# Button

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_button_module_wrapper .tm_pb_button.tm_pb_module {

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

  border-radius: 30px;

  padding: 15px 20px;

  background: transparent;

  border-width: 1px;

  border-color: #dadada;

  font-weight: 400;

}



@media (min-width: 544px) {

  #tm_builder_outer_content .tm_pb_button_module_wrapper .tm_pb_button.tm_pb_module {

    padding: 15px 50px;

  }

}



#tm_builder_outer_content .tm_pb_button_module_wrapper .tm_pb_button.tm_pb_module.tm_pb_custom_button_icon::after {

  opacity: 1;

  right: 15px;

  top: 50%;

  -webkit-transform: translate(0, -50%);

      -ms-transform: translate(0, -50%);

          transform: translate(0, -50%);

}



/*--------------------------------------------------------------

# Map

--------------------------------------------------------------*/

body #tm_builder_outer_content .tm_pb_module.tm_pb_map_container .tm_pb_map {

  min-height: 328px;

  height: 100%;

}



body #tm_builder_outer_content .tm_pb_module.tm_pb_map_container .tm_pb_map h3 {

  font-size: 16px;

  font-size: 1rem;

}



/*--------------------------------------------------------------

# Carousel

--------------------------------------------------------------*/

#tm_builder_outer_content .tm_pb_swiper .post-thumbnail + .entry-content .post__cats {

  top: 0;

  left: 10px;

}



#tm_builder_outer_content .tm_pb_swiper .post-meta {

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

  display: inline-block;

}



#tm_builder_outer_content .tm_pb_swiper .post-meta.posted-by {

  margin-top: 10px;

}



#tm_builder_outer_content .tm_pb_swiper .post-meta.post-comments {

  margin-left: 5px;

}



#tm_builder_outer_content .tm_pb_swiper .entry-footer {

  margin: 0;

  -webkit-justify-content: flex-end;

      -ms-flex-pack: end;

          justify-content: flex-end;

}



#tm_builder_outer_content .tm_pb_swiper .entry-footer .btn {

  margin: 15px 0;

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

}



#tm_builder_outer_content .tm_pb_swiper .swiper-button-next, #tm_builder_outer_content .tm_pb_swiper .swiper-button-prev {

  background: none;

  top: 90%;

}



#tm_builder_outer_content .tm_pb_swiper .swiper-button-next::before, #tm_builder_outer_content .tm_pb_swiper .swiper-button-prev::before {

  font-size: 48px;

  font-size: 3rem;

  font-family: FontAwesome;

  transition: 0.3s ease all;

}



#tm_builder_outer_content .tm_pb_swiper .swiper-button-prev::before {

  content: '\f104';

}



#tm_builder_outer_content .tm_pb_swiper .swiper-button-next::before {

  content: '\f105';

}



#tm_builder_outer_content .tm_pb_swiper .swiper-pagination {

  margin: 0 0 30px;

  position: relative;

}



@media (min-width: 768px) {

  #tm_builder_outer_content .tm_pb_swiper .swiper-pagination {

    margin: 30px 0;

  }

}



/*--------------------------------------------------------------

# Services

--------------------------------------------------------------*/

.services-container .template-default .services-item, .services-container .template-media-icon .services-item {

  margin-bottom: 30px;

}



.services-container .template-default .services-item:last-child, .services-container .template-media-icon .services-item:last-child {

  margin-bottom: 0;

}



.services-container .template-default .services-item .btn, .services-container .template-media-icon .services-item .btn {

  margin-top: 0;

}



.services-container .cherry-services-filter li::before {

  display: none;

}



.services-container .services-item {

  padding-bottom: 0;

}



.services-container .services-item .item_wrap {

  position: relative;

  background-size: cover !important;

}



.services-container .services-item .item_wrap .title_wrap {

  margin-bottom: 30px;

}



.services-container .services-item .item_wrap .image_wrap > .services-macros {

  line-height: 0;

}



.services-container .services-item .item_wrap::before {

  content: '';

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

}



.services-container .services-item .item_wrap .content_wrap {

  position: relative;

  width: 100%;

  padding: 60px 0 80px;

}



@media (min-width: 992px) {

  .services-container .services-item .item_wrap .content_wrap {

    width: 50%;

  }

}



.position-one-right-sidebar .services-container .services-item .item_wrap .content_wrap,

.position-one-left-sidebar .services-container .services-item .item_wrap .content_wrap {

  padding: 60px 15px 80px;

}



.services-container .services-item:nth-child(odd) .item_wrap::before {

  background: linear-gradient(to right, white 0%, white 49%, white 50%, rgba(255, 255, 255, 0) 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}



@media (max-width: 991px) {

  .services-container .services-item:nth-child(odd) .item_wrap::before {

    background: rgba(255, 255, 255, 0.8) none;

  }

}



.services-container .services-item:nth-child(even) .item_wrap .content_wrap {

  text-align: center;

  margin: 0 0 0 auto;

}



@media (min-width: 992px) {

  .services-container .services-item:nth-child(even) .item_wrap .content_wrap {

    width: 50%;

  }

}



@media (min-width: 544px) {

  .services-container .services-item:nth-child(even) .item_wrap .content_wrap {

    text-align: right;

  }

}



.services-container .services-item:nth-child(even) .item_wrap::before {

  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 49%, white 50%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}



@media (max-width: 991px) {

  .services-container .services-item:nth-child(even) .item_wrap::before {

    background: rgba(255, 255, 255, 0.8) none;

  }

}



.services-container .btn {

  margin-top: 30px;

  font-size: 12px;

  font-size: 0.75rem;

  font-weight: 700;

  text-transform: uppercase;

  padding: 20px 50px;

  border-radius: 35px;

}



.single-cherry-services .cherry-services .header_wrap {

  margin-bottom: 30px;

  position: relative;

}



.single-cherry-services .cherry-services .header_wrap .container {

  max-width: 100%;

  padding: 0;

}



.single-cherry-services .cherry-services .header_wrap .title_box {

  padding: 0 10px;

  text-align: center;

  position: relative;

  top: auto;

  left: auto;

  -webkit-transform: translate(0, 0);

      -ms-transform: translate(0, 0);

          transform: translate(0, 0);

  width: 100%;

}



@media (min-width: 768px) {

  .single-cherry-services .cherry-services .header_wrap .title_box {

    position: absolute;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

        -ms-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);

  }

}



.single-cherry-services .cherry-services .header_wrap .title_box h1 {

  text-transform: uppercase;

}



.single-cherry-services .cherry-services .header_wrap .title_box .service-slogan {

  display: none;

}



@media (min-width: 768px) {

  .single-cherry-services .cherry-services .header_wrap .title_box .service-slogan {

    display: block;

  }

}



.single-cherry-services .cherry-services .header_wrap::before {

  content: '';

  position: absolute;

  top: 0;

  right: 0;

  bottom: 5px;

  left: 0;

  display: none;

}



@media (min-width: 768px) {

  .single-cherry-services .cherry-services .header_wrap::before {

    display: block;

  }

}



.single-cherry-services .cherry-services .btn {

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

  border-radius: 30px;

  font-weight: 400;

  padding: 20px 50px;

  box-shadow: none;

}



.single-cherry-services .cherry-services .service-cta_desc {

  padding: 0 0 45px;

}



.single-cherry-services .cherry-services .service-descr {

  margin-bottom: 30px;

}



.single-cherry-services .cherry-services .cta_wrap .container {

  max-width: 100%;

  padding: 0;

}



.single-cherry-services .cherry-services .service-cta {

  padding: 110px 0;

  text-align: center;

}



.single-cherry-services .cherry-services .service-cta_desc {

  max-width: 95%;

  margin: 0 auto;

}



@media (min-width: 992px) {

  .single-cherry-services .cherry-services .service-cta_desc {

    max-width: 600px;

  }

}



.single-cherry-services .cherry-services .service-cta_title {

  margin-bottom: 30px;

}



.single-cherry-services .cherry-services .service-features {

  padding: 0;

  counter-reset: service-features_row;

}



.single-cherry-services .cherry-services .service-features_row {

  position: relative;

  background-size: cover;

  padding-top: 30px;

  padding-bottom: 30px;

}



@media (min-width: 544px) {

  .single-cherry-services .cherry-services .service-features_row {

    padding-top: 110px;

    padding-bottom: 105px;

  }

}



.single-cherry-services .cherry-services .service-features_row .container {

  padding-left: 15px;

  padding-right: 15px;

  position: relative;

}



@media (min-width: 544px) {

  .single-cherry-services .cherry-services .service-features_row .container {

    padding-left: 110px;

  }

}



.single-cherry-services .cherry-services .service-features_row .container::before {

  counter-increment: service-features_row;

  content: counter(service-features_row);

  position: relative;

  top: 0;

  left: 0;

  font-weight: 700;

  line-height: 0.8;

  font-size: 100px;

  font-size: 6.25rem;

}



@media (min-width: 544px) {

  .single-cherry-services .cherry-services .service-features_row .container::before {

    position: absolute;

  }

}



.single-cherry-services .cherry-services .service-features_row .container .service-features_value {

  line-height: 1.7;

}



.single-cherry-services .cherry-services .service-features_title {

  margin-bottom: 20px;

}



.single-cherry-services .cherry-services .service-features_label, .single-cherry-services .cherry-services .service-features_value {

  max-width: 650px;

  display: block;

}



.single-cherry-services .cherry-services .service-features_label {

  display: block;

  font-weight: 400;

  margin-bottom: 23px;

}



.single-cherry-services .cherry-services .service-features_value {

  text-transform: none;

}



.post-type-archive-cherry-services #primary {

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          flex: 0 0 100%;

  max-width: 100%;

}



/*--------------------------------------------------------------

# Project

--------------------------------------------------------------*/

.single-projects .cherry-projects-single-post-format-gallery .featured-image {

  margin-bottom: 1em;

}



.single-projects .cherry-projects-single-post-format-gallery .cherry-projects-slider__instance {

  margin-bottom: 0;

}



.single-projects .cherry-projects-single-post-format-gallery .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-bottom-thumbnails {

  position: relative;

}



.single-projects .cherry-projects-single-post-format-gallery .cherry-projects-slider__instance .slider-pro .sp-arrows .sp-arrow {

  text-transform: uppercase;

}



.single-projects .cherry-projects-single-post-format-gallery .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail {

  border: none;

  position: relative;

}



.single-projects .cherry-projects-single-post-format-gallery .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail:hover {

  border: none;

}



.single-projects .cherry-projects-single-post-format-gallery .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail:hover::before {

  opacity: 1;

}



.single-projects .cherry-projects-single-post-format-gallery .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail::before {

  content: '';

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  transition: 0.3s ease all;

  opacity: 0;

}



.single-projects .wp-playlist-light {

  border: none;

  margin: 20px 0 0;

  padding: 0 10px;

}



.single-projects .wp-playlist-light .wp-playlist-current-item {

  display: none;

}



.single-projects .cherry-projects-video-list {

  text-align: center;

  margin-top: 30px;

  width: auto;

}



.single-projects figure .wp-image {

  line-height: 0;

  height: auto;

}



.single-projects .cherry-projects-additional-image-list {

  margin-bottom: 0;

  margin-top: 10px;

}



.single-projects .cherry-projects-single__container {

  display: block;

  margin-bottom: 3em;

}



.single-projects .cherry-projects-single__container .cherry-projects-single__content {

  overflow: hidden;

  padding: 20px 30px 30px 30px;

}



.single-projects .cherry-projects-single__container .cherry-projects-single__content > ul {

  margin-bottom: 30px;

}



.single-projects .cherry-projects-single__container .cherry-projects-single__content > ul li h5 {

  text-transform: none;

  margin: 0;

}



.single-projects .cherry-projects-single__container .external-link {

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

  border-radius: 30px;

  font-weight: 400;

  padding: 20px 50px;

  box-shadow: none;

  display: inline-block;

}



.single-projects .cherry-projects-single__container .cherry-projects-single-meta {

  border-color: #dadada;

  padding: 5px 0;

  font-size: 12px;

  font-size: 0.75rem;

}



.single-projects .cherry-projects-single__container .cherry-projects-single-meta a {

  margin-right: 10px;

  position: relative;

}



.single-projects .cherry-projects-single__container .cherry-projects-single-meta a::before {

  content: '';

  height: 2px;

  width: 2px;

  border-radius: 50%;

  position: absolute;

  top: 50%;

  right: -7px;

  -webkit-transform: translate(0, -50%);

      -ms-transform: translate(0, -50%);

          transform: translate(0, -50%);

}



.single-projects .cherry-projects-single__container .cherry-projects-single-meta a:last-child {

  margin-right: 0;

}



.single-projects .cherry-projects-single__container .cherry-projects-single-meta a:last-child::before {

  display: none;

}



.single-projects .cherry-projects-single__container .cherry-projects-single__media {

  margin-right: 0;

}



.single-projects .cherry-projects-single__container .cherry-projects-single__media .featured-image a img {

  width: auto;

  max-width: 100%;

}



.cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-selected-thumbnail .sp-thumbnail::before {

  opacity: 1 !important;

}



.cherry-projects-single-details-list .cherry-projects-details-list-title {

  text-transform: uppercase;

}



.cherry-projects-single-details-list ul {

  max-width: 530px;

}



.cherry-projects-single-details-list ul li {

  text-transform: uppercase;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-justify-content: space-between;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-flex-wrap: wrap;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;

}



@media (min-width: 544px) {

  .cherry-projects-single-details-list ul li {

    -webkit-flex-wrap: nowrap;

        -ms-flex-wrap: nowrap;

            flex-wrap: nowrap;

  }

}



.cherry-projects-single-details-list ul li span {

  max-width: 100%;

}



@media (min-width: 544px) {

  .cherry-projects-single-details-list ul li span {

    max-width: 56%;

  }

}



.cherry-projects-single-details-list ul li::before {

  display: none;

}



#main .cherry-skill-item {

  position: static;

}



#main .cherry-skill-item .skill-label {

  font-size: 17px;

  font-size: 1.0625rem;

}



#main .cherry-skill-item .skill-bar em {

  margin-right: 10px;

}



#main .cherry-projects-single-details-list ul li {

  padding-left: 0;

}



@media (max-width: 543px) {

  #main .cherry-projects-single-details-list ul li {

    text-align: left;

  }

  #main .cherry-projects-single-details-list ul li span {

    width: 100%;

    float: none;

    display: block;

  }

}



#main .additional-image-list li {

  padding-left: 0;

}



#main .additional-image-list li::before {

  display: none;

}



#main .additional-image-list li .wp-image {

  margin-bottom: 10px;

}



#main .additional-image-list li + li {

  margin-top: 0;

}



.tm_pb_cherry_projects, .cherry-projects-wrapper {

  margin-bottom: 30px;

}



.tm_pb_cherry_projects .projects-container.list-layout .inner-wrapper, .cherry-projects-wrapper .projects-container.list-layout .inner-wrapper {

  -webkit-flex-wrap: wrap;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;

}



@media (min-width: 992px) {

  .tm_pb_cherry_projects .projects-container.list-layout .inner-wrapper, .cherry-projects-wrapper .projects-container.list-layout .inner-wrapper {

    -webkit-flex-wrap: nowrap;

        -ms-flex-wrap: nowrap;

            flex-wrap: nowrap;

  }

}



.tm_pb_cherry_projects .projects-container.list-layout .inner-wrapper .project-media, .tm_pb_cherry_projects .projects-container.list-layout .inner-wrapper .project-content, .cherry-projects-wrapper .projects-container.list-layout .inner-wrapper .project-media, .cherry-projects-wrapper .projects-container.list-layout .inner-wrapper .project-content {

  -webkit-flex: 0 1 100%;

      -ms-flex: 0 1 100%;

          flex: 0 1 100%;

  min-width: 100%;

}



@media (min-width: 992px) {

  .tm_pb_cherry_projects .projects-container.list-layout .inner-wrapper .project-media, .tm_pb_cherry_projects .projects-container.list-layout .inner-wrapper .project-content, .cherry-projects-wrapper .projects-container.list-layout .inner-wrapper .project-media, .cherry-projects-wrapper .projects-container.list-layout .inner-wrapper .project-content {

    -webkit-flex: 0 1 50%;

        -ms-flex: 0 1 50%;

            flex: 0 1 50%;

    min-width: 50%;

  }

}



.tm_pb_cherry_projects .projects-container.list-layout .inner-wrapper .project-content, .cherry-projects-wrapper .projects-container.list-layout .inner-wrapper .project-content {

  padding: 30px;

}



.tm_pb_cherry_projects .projects-container.list-layout .inner-wrapper .project-media, .cherry-projects-wrapper .projects-container.list-layout .inner-wrapper .project-media {

  margin-right: 0;

}



.tm_pb_cherry_projects .projects-container.list-layout .inner-wrapper .featured-image, .cherry-projects-wrapper .projects-container.list-layout .inner-wrapper .featured-image {

  margin-bottom: 0;

}



.tm_pb_cherry_projects .projects-container.list-layout .inner-wrapper .cherry-projects-single-details-list ul, .cherry-projects-wrapper .projects-container.list-layout .inner-wrapper .cherry-projects-single-details-list ul {

  max-width: 100%;

}



.projects-list .projects-item h3 {

  text-transform: uppercase;

  margin-top: 0;

}



.projects-list .projects-item .cherry-projects-details-list-title {

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

}



.projects-list .projects-item .featured-image {

  margin-bottom: 20px;

}



.projects-list .projects-item .project-content {

  padding: 0 30px 30px 30px;

}



.projects-list .projects-item .cherry-projects-single-details-list ul li {

  text-align: right;

}



.projects-list .projects-item .cherry-projects-single-details-list ul li span {

  text-align: left;

}



.projects-list .projects-item .more-button {

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

  border-radius: 30px;

  font-weight: 400;

  padding: 18px 50px;

  box-shadow: none;

  display: inline-block;

}



.projects-list .projects-item .project-meta {

  padding: 10px 0;

  font-size: 12px;

  font-size: 0.75rem;

  margin: 0;

}



.projects-list .projects-item .project-meta a {

  margin-right: 10px;

  position: relative;

}



.projects-list .projects-item .project-meta a::before {

  content: '';

  height: 2px;

  width: 2px;

  border-radius: 50%;

  position: absolute;

  top: 50%;

  right: -7px;

  -webkit-transform: translate(0, -50%);

      -ms-transform: translate(0, -50%);

          transform: translate(0, -50%);

}



.projects-list .projects-item .project-meta a:last-child {

  margin-right: 0;

}



.projects-list .projects-item .project-meta a:last-child::before {

  display: none;

}



#main .projects-filters {

  margin: 10px 0;

}



#main .projects-filters > div ul li {

  font-size: 16px;

  font-size: 1rem;

}



#main .projects-filters > div ul li span {

  transition: 0.3s ease all;

}



#main .projects-filters > div ul li::before {

  display: none;

}



#main .projects-filters > div ul li + li {

  margin-top: 0;

}



body .cherry-projects-ajax-loader {

  background: transparent;

}



body .projects-item-instance.simple-scale-hover .hover-content > * {

  -webkit-transform: scale(0) translateZ(0);

          transform: scale(0) translateZ(0);

}



body .projects-item-instance.simple-scale-hover .hover-content:hover > * {

  -webkit-transform: scale(1) translateZ(0);

          transform: scale(1) translateZ(0);

}



#main .projects-pagination span, .page-navigation span {

  line-height: 1;

  display: inline-block;

  margin: 0 10px 5px 0;

  text-align: center;

  text-decoration: none;

  font-size: 12px;

  font-size: 0.75rem;

  text-transform: uppercase;

  padding: 0;

  transition: 0.3s ease all;

}



#main .projects-pagination ul li, .page-navigation ul li {

  padding-left: 0;

}



#main .projects-pagination ul li::before, .page-navigation ul li::before {

  display: none;

}



#main .projects-pagination ul li + li, .page-navigation ul li + li {

  margin-top: 0;

}



/*--------------------------------------------------------------

# Testimonials

--------------------------------------------------------------*/

.testi_wrap {

  padding: 50px 0;

}



.testi_wrap .tm-testi__title-main {

  font-weight: 400;

  margin-bottom: 25px;

}



.tm-testi__list .tm-testi__item blockquote,

#tm_builder_outer_content .tm-testi__list .tm-testi__item blockquote {

  -webkit-flex-wrap: wrap;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;

  text-align: center;

  padding: 100px 0 0;

}



.tm-testi__list .tm-testi__item blockquote::before,

#tm_builder_outer_content .tm-testi__list .tm-testi__item blockquote::before {

  content: '\f10d';

  top: 35px;

  left: 50%;

  -webkit-transform: translate(-50%, 0);

      -ms-transform: translate(-50%, 0);

          transform: translate(-50%, 0);

}



.tm-testi__list .tm-testi__item blockquote img,

#tm_builder_outer_content .tm-testi__list .tm-testi__item blockquote img {

  margin: 0 auto 15px;

  border-radius: 50%;

}



.tm-testi__list .tm-testi__item blockquote .tm-testi__item-body,

#tm_builder_outer_content .tm-testi__list .tm-testi__item blockquote .tm-testi__item-body {

  width: 100%;

}



.tm-testi__list .tm-testi__item blockquote .tm-testi__item-body p,

#tm_builder_outer_content .tm-testi__list .tm-testi__item blockquote .tm-testi__item-body p {

  font-size: 17px;

  font-size: 1.0625rem;

  line-height: 1.8;

  padding: 0;

}



@media (min-width: 992px) {

  .tm-testi__list .tm-testi__item blockquote .tm-testi__item-body p,

  #tm_builder_outer_content .tm-testi__list .tm-testi__item blockquote .tm-testi__item-body p {

    padding: 0 50px;

  }

}



.tm-testi__list .tm-testi__item blockquote .tm-testi__item-body cite,

#tm_builder_outer_content .tm-testi__list .tm-testi__item blockquote .tm-testi__item-body cite {

  display: block;

  font-size: 20px;

  font-size: 1.25rem;

  font-style: normal;

  text-transform: uppercase;

  margin-top: 15px;

}



.tm-testi__list .tm-testi__item blockquote .tm-testi__item-body cite::before,

#tm_builder_outer_content .tm-testi__list .tm-testi__item blockquote .tm-testi__item-body cite::before {

  display: none;

}



.tm-testi__list .tm-testi__item blockquote .tm-testi__item-body footer > *:not(cite),

#tm_builder_outer_content .tm-testi__list .tm-testi__item blockquote .tm-testi__item-body footer > *:not(cite) {

  font-size: 12px;

  font-size: 0.75rem;

  font-style: italic;

}



/*# sourceMappingURL=style.css.map */


 .tm_pb_builder .entry-content #tm_builder_outer_content .tm_pb_blurb_0.tm_pb_blurb {
	padding-top:50px !important;
	padding-bottom: 40px !important;
}

 .tm_pb_builder .entry-content #tm_builder_outer_content .tm_pb_blurb_1.tm_pb_blurb {
	padding-top:50px !important;
	padding-bottom: 40px !important;
}

 .tm_pb_builder .entry-content #tm_builder_outer_content .tm_pb_blurb_2.tm_pb_blurb {
	padding-top:50px !important;
	padding-bottom: 40px !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_text_1 {
	max-width:100% !important;
}