@charset "utf-8";
/*------------------------------------------------------------------
[Main Theme Styles]

Project:  Vitae - Personal Portfolio & Shop WordPress Theme
Author: DotRex.co
Version:  1.1.0.4
Last change:  13/03/2017
Primary use:  

/*------------------------------------------------------------------
[Table of contents]

00. IMPORTS - MIXINS / VARIABLES (LESS)
01. General
02. Buttons
03. Page Loader
04. Header
05. Footer
06. Blog & Posts
07. Sidebar
08. Comments
09. Pagination
10. Plugin: King Composer
11. jQuery Plugin: Owl Carousel
12. WooCommerce
13. Module: Elements
14. Module: Hero Slideshow
15. Module: Testimonials
16. Module: Timeline
17. Module: GridBlog
18. Module: Portfolio
19. Plugin: Contact Form 7
20. Plugin: Simple Lightbox
21. Crossbrowser Solutions

-------------------------------------------------------------------*/
/* ==========================================================
! >> 00. IMPORTS - MIXINS / VARIABLES (LESS)
==============	=========================================== */
/*--------------------------------------------------------------
>>> _S BASE STYLES - TABLE OF CONTENTS
----------------------------------------------------------------
            # Normalize
            # Typography
            # Elements
            # Forms
            # Navigation
              ## Links
              ## Menus
            # Accessibility
            # Alignments
            # Clearings
            # Widgets
            # Content
              ## Posts and pages
              ## Asides
              ## Comments
            # Infinite scroll
            # Media
              ## Captions
              ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}
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"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
select {
  border: 1px solid #ccc;
}
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,
textarea:focus {
  color: #111;
}
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"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# 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;
  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;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content: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,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## 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;
}
.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;
}
/* ! >> Media Queries
==============  =========================================== */
/* ! >> Colors
========================================================= */
.color1 {
  color: #20b8fb;
}
.color2 {
  color: #0096d9;
}
.color3 {
  color: #0fa7ea;
}
.color4 {
  color: #0085c8;
}
/* ! >> Fonts
========================================================= */
.font1 {
  font-family: Fira Sans;
}
.font2 {
  font-family: Fira Sans;
}
/* ! >> Animations Mixings & Helpers
========================================================= */
.anima1 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.anima-none {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.anima-transform {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
/* ! >> CSS Mixins
========================================================= */
/* ! >> CSS Helpers
========================================================= */
.background-cover,
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.vertically-centered {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
}
.horizontally-centered {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
}
.absolute-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.no-transform {
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
}
.responsive-image {
  width: 100%;
}
.no-pl {
  padding-left: 0 !important;
}
.no-pr {
  padding-right: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-space {
  padding: 0 !important;
  margin: 0 !important;
}
.clean-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clean-list li {
  padding-left: 0;
  margin-left: 0;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.position-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.box-shadow {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.vertically-centered {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
}
.horizontally-centered {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
}
.absolute-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.no-transform {
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
}
.image-zoom {
  overflow: hidden;
}
.image-zoom img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
}
.image-zoom img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.box-up-hover {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.box-up-hover:hover {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.box-slide-left {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.box-slide-left:hover {
  transform: translate(-10px, -10px);
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
}
.box-slide-right {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.box-slide-right:hover {
  transform: translate(10px, -10px);
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
}
/* ==========================================================
! >> 01. General
========================================================== */
body {
  color: #414042;
  background: #f9f9f9;
  font-size: 14px;
  line-height: 1.3;
  display: block;
  font-family: Fira Sans;
  overflow-x: hidden;
}
body .content-area,
body .content-area-custom {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media (min-width: 768px) {
  body .content-area,
  body .content-area-custom {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}
a {
  color: #20b8fb;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #0fa7ea;
}
a:focus {
  border: none;
  outline: none;
}
table thead th {
  background: #20b8fb;
  color: #ffffff;
  border: 1px solid #fff;
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}
table td,
table tbody th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 12px;
}
ul {
  padding: 0;
}
ul li {
  padding-left: 0;
  margin: 0;
  list-style-position: inside;
  margin-bottom: 5px;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-content-fluid:after {
  content: '';
  display: block;
  clear: both;
}
.kc_col-sm-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.title-section-wrapper {
  margin-bottom: 40px;
}
.title-section-wrapper .title-section {
  font-family: Fira Sans;
  text-align: center;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 768px) {
  .title-section-wrapper .title-section {
    font-size: 46px;
  }
  .title-section-wrapper .title-section:before,
  .title-section-wrapper .title-section:after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 60px;
    background: #0096d9;
    vertical-align: middle;
  }
  .title-section-wrapper .title-section:before {
    margin-right: 20px;
  }
  .title-section-wrapper .title-section:after {
    margin-left: 20px;
  }
}
.title-section-wrapper.title-section-color1 {
  color: #414042;
}
.title-section-wrapper.title-section-color1 span {
  color: #0096d9;
}
.title-section-wrapper.title-section-color1 .title-section,
.title-section-wrapper.title-section-color1 .text-section {
  color: #414042;
}
.title-section-wrapper.title-section-white {
  color: #fff !important;
}
.title-section-wrapper.title-section-white .title-section,
.title-section-wrapper.title-section-white .text-section {
  color: #fff;
}
.title-section-wrapper .text-section {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  max-width: 870px;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.6;
}
.white-color {
  color: #fff !important;
}
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #20b8fb;
  font-size: 20px;
  height: 30px;
  width: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding-top: 1px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 88888;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  opacity: 1;
}
.back-to-top-hide {
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  opacity: 0;
}
.content-area {
  padding: 110px 0 40px;
  position: relative;
}
.content-area-custom {
  padding: 0 !important;
}
.social-icons {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-icons li {
  padding-left: 0;
  margin-left: 0;
}
.social-icons a {
  display: block;
  height: 30px;
  width: 30px;
  background-color: #20b8fb;
  border: 1px solid #20b8fb;
  text-align: center;
  font-size: 18px;
  padding-top: 2px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons a:hover {
  background-color: #0096d9;
}
body .kc-cta-3.kc-is-button .kc-cta-desc {
  width: 100%;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  body .kc-cta-3.kc-is-button .kc-cta-desc {
    width: 75%;
    display: table-cell;
    text-align: left;
  }
}
body .kc-cta-3 .kc-cta-button {
  width: 100% !important;
  display: block;
  margin-top: 10px;
  text-align: center;
}
body .kc-cta-3 .kc-cta-button a {
  float: none;
}
@media (min-width: 768px) {
  body .kc-cta-3 .kc-cta-button {
    width: 25%;
    display: table-cell;
    margin-top: 0;
  }
  body .kc-cta-3 .kc-cta-button a {
    float: right;
  }
}
/* ==========================================================
! >> 02. Buttons
========================================================== */
.magic-button {
  min-width: 150px;
  max-width: 250px;
  display: inline-block;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  color: #20b8fb;
  border-color: #0096d9;
  padding: 10px 15px;
  font-size: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.magic-button:focus {
  outline: none;
}
.magic-button > span {
  vertical-align: middle;
}
.btn-antiman {
  min-width: 150px;
  max-width: 250px;
  display: inline-block;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  color: #20b8fb;
  border-color: #0096d9;
  padding: 10px 15px;
  font-size: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: none;
  background: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
.btn-antiman:focus {
  outline: none;
}
.btn-antiman > span {
  vertical-align: middle;
}
.btn-antiman span {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn-antiman:before,
.btn-antiman:after {
  content: '';
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-antiman:before {
  border: 2px solid #0096d9;
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.btn-antiman:after {
  background: #20b8fb;
}
.btn-antiman:hover,
.btn-antiman:active {
  background-color: transparent;
  text-decoration: none;
}
.btn-antiman:hover span,
.btn-antiman:active span {
  color: #20b8fb;
  text-decoration: none;
}
.btn-antiman:hover:before,
.btn-antiman:active:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.btn-antiman:hover:after,
.btn-antiman:active:after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.primary-btn {
  min-width: 150px;
  max-width: 250px;
  display: inline-block;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  color: #20b8fb;
  border-color: #0096d9;
  padding: 10px 15px;
  font-size: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: none;
  background: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
.primary-btn:focus {
  outline: none;
}
.primary-btn > span {
  vertical-align: middle;
}
.primary-btn:focus {
  outline: none;
}
.primary-btn > span {
  vertical-align: middle;
}
.primary-btn span {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.primary-btn:before,
.primary-btn:after {
  content: '';
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.primary-btn:before {
  border: 2px solid #0096d9;
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.primary-btn:after {
  background: #20b8fb;
}
.primary-btn:hover,
.primary-btn:active {
  background-color: transparent;
  text-decoration: none;
}
.primary-btn:hover span,
.primary-btn:active span {
  color: #20b8fb;
  text-decoration: none;
}
.primary-btn:hover:before,
.primary-btn:active:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.primary-btn:hover:after,
.primary-btn:active:after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.primary-btn .btn-icon {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
body .kc_button {
  background: #20b8fb;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .kc_button:hover {
  text-decoration: none;
}
/* ==========================================================
! 03. Page Loader
========================================================== */
#page-loader {
  display: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  color: #ffffff;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  font-family: Fira Sans;
}
@media (min-width: 768px) {
  #page-loader {
    display: block;
    visibility: visible;
  }
}
#page-loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #0096d9;
  z-index: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border: 20px solid #fff;
  border-right: 0;
}
#page-loader:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #0096d9;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border: 20px solid #fff;
  border-left: 0;
}
.loader-out {
  opacity: 0;
}
.loader-out:before {
  transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  opacity: 0;
}
.loader-out:after {
  transform: translateX(300px);
  -moz-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  opacity: 0;
}
.loading-wrapper {
  width: 250px;
  position: fixed;
  top: 50%;
  margin-top: -70px;
  left: 50%;
  margin-left: -125px;
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 9;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.loading-wrapper-hide {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}
.tp-loader {
  z-index: 10000;
  position: relative;
}
.loader-name {
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
  letter-spacing: 0px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
  margin-top: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 35px;
}
.loader-name img {
  max-width: 230px;
}
.loader-job {
  border: 1px solid #ffffff;
  padding: 5px;
  text-align: center;
  font-weight: 200;
  margin-top: 5px;
  color: #ffffff;
  font-size: 13px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.loader-left {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
  opacity: 0;
}
.loader-right {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
}
.loader-up {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  opacity: 0 !important;
}
.loader-down {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  opacity: 0;
}
.loader-hide {
  opacity: 0;
}
.loader {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  top: 50%;
  animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}
.loader-animation {
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mask-loading {
  widows: 100%;
  background-color: transparent;
}
.spinner {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* ==========================================================
! 04. Header
========================================================== */
#top-bar {
  z-index: 8889;
  background-color: #0096d9;
  color: #ffffff;
  padding-top: 6px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width:992px) {
  #top-bar {
    display: block;
  }
}
#top-bar a {
  color: #ffffff;
  font-weight: 300;
}
#top-bar .top-bar-item {
  border-left: 1px dotted rgba(255, 255, 255, 0.5);
  padding: 0 15px;
  padding-top: 3px;
  font-size: 12px;
  opacity: 0.9;
  font-weight: lighter;
  font-style: italic;
}
#top-bar .top-bar-item:first-child {
  padding-left: 0;
  border-left: none;
  margin-top: 2px;
}
@media (min-width: 1400px) {
  #top-bar .top-bar-item:first-child {
    margin-top: 0;
  }
}
#top-bar .top-bar-item .fa {
  color: #20b8fb;
  margin-right: 10px;
}
#top-bar .topbar-right-text {
  padding-top: 10px;
}
#top-bar .top-header-login {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: -20px;
  opacity: 0.8;
  font-size: 12px;
}
#top-bar .top-header-login span {
  font-style: italic;
}
#top-bar .top-header-login span strong {
  text-decoration: underline;
}
#top-bar .top-header-menu {
  display: inline-block;
}
#top-bar .top-header-menu ul {
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#top-bar .top-header-menu ul li {
  float: left;
}
#top-bar .top-header-menu ul a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  opacity: 0.8;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
#top-bar .top-header-menu ul a:hover {
  opacity: 1;
  background: #20b8fb;
  color: #fff;
  text-decoration: none;
}
#top-bar .social-icons {
  display: inline-block;
  margin-top: 0px;
}
#top-bar .social-icons li {
  margin: 0 !important;
  padding: 0;
}
#top-bar .social-icons a {
  display: block;
  font-size: 11px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#top-bar .social-icons a:hover {
  background: #20b8fb;
}
#top-bar.topbar-hide {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  opacity: 0;
}
.navbar-collapse {
  border-top: 0 !important;
  margin-top: 20px;
}
@media (min-width:992px) {
  .navbar-collapse {
    margin-top: 0;
  }
}
.navbar-collapse {
  border-top: 0 !important;
  margin-top: 20px;
}
@media (min-width:992px) {
  .navbar-collapse {
    margin-top: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.navbar-default .navbar-toggle {
  background-color: transparent !important;
  color: #333333 !important;
  position: relative;
  top: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
  color: #333333 !important;
}
.navbar-default .navbar-nav {
  border: 0 !important;
}
@media (min-width:992px) {
  .navbar-default .navbar-nav {
    margin-top: 8px;
  }
}
.navbar-default .navbar-nav a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #333333;
}
.navbar-default .navbar-nav > li.active > a {
  color: #0096d9;
  border-color: #0096d9;
  background-color: transparent;
}
.navbar-default .navbar-nav > li.active > a:hover {
  color: #0096d9;
  border-color: #0096d9;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  font-family: Fira Sans;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  border: 2px solid transparent;
  font-weight: bold;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a.active {
  color: #0096d9;
  border-color: #0096d9;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    line-height: 20px;
    padding: 6px 8px;
    margin-left: 5px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 8px 12px;
    margin-left: 5px;
  }
}
.navbar-default .navbar-nav > li:first-child a {
  margin-left: 0;
}
.navbar-default .navbar-nav > li:first-child:before {
  display: none;
}
.navbar-default .navbar-nav .dropdown ul {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
.navbar-default .navbar-nav .dropdown li {
  margin: 0;
  padding: 0;
}
.navbar-default .navbar-nav .dropdown.open > a {
  color: #0096d9;
  border-color: #0096d9;
  background-color: transparent;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border-bottom-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav .dropdown.open .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    visibility: visible;
  }
}
.navbar-default .navbar-nav .dropdown-menu {
  background: #20b8fb;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav .dropdown-menu {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    display: block;
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width:992px) {
  .navbar-default .navbar-nav .dropdown-menu {
    text-align: left;
  }
}
.navbar-default .navbar-nav .dropdown-menu a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
  display: block;
  color: #ffffff !important;
  font-size: 12px;
  font-style: italic;
}
.navbar-default .navbar-nav .dropdown-menu a:hover,
.navbar-default .navbar-nav .dropdown-menu a:focus,
.navbar-default .navbar-nav .dropdown-menu a:active {
  background-color: #0096d9;
  color: #ffffff;
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 10;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 8888;
}
#masthead .header-logo {
  max-width: 100px;
  display: block;
}
@media (min-width:992px) {
  #masthead .header-logo {
    max-width: 210px;
  }
}
#masthead .header-logo .site-title {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1;
  margin-top: 12px;
  font-weight: bold;
  color: #333333;
}
#masthead .header-logo .site-title a {
  color: #333333 !important;
  text-decoration: none;
}
#masthead .header-logo .site-description {
  color: #333333;
  opacity: 0.8;
}
#masthead .header-logo p {
  margin: 0;
}
#masthead .header-logo img {
  max-width: 160px;
}
@media (min-width: 768px) {
  #masthead .header-logo img {
    max-width: 100%;
  }
}
#masthead .custom-logo-link {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
}
#masthead.header-stick {
  background-color: #ffffff;
  color: #333333 !important;
  opacity: 0.9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 0;
}
@media (min-width: 768px) {
  #masthead.header-stick {
    padding: 3px 0;
  }
  #masthead.header-stick:hover {
    opacity: 1;
  }
  #masthead.header-stick .logo {
    width: 100px;
    margin-top: 3px;
  }
  #masthead.header-stick .site-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  #masthead.header-stick #main-navigation {
    top: 57px;
  }
}
@media (min-width:992px) {
  #masthead.header-stick #main-navigation {
    top: 0;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#masthead.header-stick .bearr-wc-header-cart {
  padding-top: 6px !important;
}
@media (min-width: 768px) {
  .header-container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .header-container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.bearr-page-heading {
  padding-top: 0px;
  padding-bottom: 20px;
  background: #20b8fb;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
}
.bearr-page-heading .page-title {
  margin-bottom: 2px;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.bearr-page-heading .page-tagline {
  margin-bottom: 0;
  font-style: italic;
  font-size: 14px;
}
.with-top-bar #masthead {
  top: 40px;
}
.with-top-bar #masthead.header-stick {
  top: 0;
}
@media (min-width:992px) {
  .with-top-bar .content-area {
    margin-top: 40px;
  }
}
.bearr-mini-hero {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #111;
  text-align: center;
  color: #ffffff;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .bearr-mini-hero {
    padding-top: 170px;
    padding-bottom: 90px;
  }
}
.bearr-mini-hero:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.bearr-mini-hero .container {
  position: relative;
  z-index: 1;
}
.bearr-mini-hero .bearr-mini-hero-title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: bold;
}
.bearr-mini-hero .bearr-mini-hero-subtitle {
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
}
.bearr-mini-hero.bearr-mini-hero-color-bg:before {
  display: none;
}
body.admin-bar {
  margin: 0;
}
@media (min-width:992px) {
  body.admin-bar #masthead {
    top: 32px;
  }
  body.admin-bar #page {
    margin-top: 32px;
  }
  body.admin-bar .with-top-bar #masthead {
    top: 72px;
  }
  body.admin-bar .with-top-bar #masthead.header-stick {
    top: 32px;
  }
  body.admin-bar .with-top-bar #page {
    margin-top: 72px;
  }
  body.admin-bar .with-top-bar #top-bar {
    margin-top: 32px;
  }
}
#MobileMenu {
  color: #0085c8;
  cursor: pointer;
  font-size: 35px;
}
@media (min-width: 768px) {
  #MobileMenu {
    font-size: 40px;
  }
}
#MobileMenu.menu-clicked:before {
  content: "\f00d";
}
.top-bar-append {
  display: block;
}
@media (min-width:992px) {
  .top-bar-append {
    display: none;
  }
}
.page-heading {
  background-color: #20b8fb;
  padding: 20px;
  color: #ffffff;
  margin-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.page-heading .page-title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #ffffff;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}
.page-heading .page-title span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.page-heading .taxonomy-description {
  font-style: italic;
  font-size: 14px;
}
.page-heading .taxonomy-description p {
  font-size: 14px;
}
.btn-my-cv-wrapper {
  display: inline-block;
  position: relative;
  top: -22px;
  margin-right: 8px;
}
.btn-my-cv {
  display: block;
  background: transparent;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 11px;
  line-height: 1;
  background: #fff;
  letter-spacing: 0.5px;
  color: #0096d9 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-my-cv:hover {
  background: #0085c8;
  color: #ffffff !important;
}
/* ==========================================================
! 05. Footer
========================================================== */
#colophon {
  color: #ffffff;
  background-color: #333;
  padding: 0;
  /* calendar widget */
}
@media (min-width: 768px) {
  #colophon {
    padding: 0;
  }
}
#colophon .item-heading {
  color: #0085c8;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
#colophon .item-heading .item-icon {
  margin-right: 10px;
}
@media (min-width:992px) {
  #colophon .item-heading .item-icon {
    font-size: 24px;
  }
}
#colophon p,
#colophon a {
  color: #ccc;
  margin-bottom: 0;
}
#colophon .footer-logo {
  margin-top: 30px;
  text-align: center;
}
#colophon .footer-logo img {
  max-width: 100%;
}
#colophon .footer-item {
  display: table;
  margin: 0 auto;
  text-align: center;
  margin: 30px auto;
}
@media (min-width: 768px) {
  #colophon .footer-item {
    text-align: left;
    margin: 0;
    display: block;
  }
}
#colophon .footer-top {
  padding-top: 40px;
}
#colophon .footer-bottom {
  background-color: #111111;
  margin-top: 0px;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
}
#colophon .footer-bottom p {
  font-size: 14px;
  margin-bottom: 0;
}
#colophon .footer-bottom .site-quote {
  padding-top: 7px;
}
#colophon .widget {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
#colophon .widget ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  padding-left: 15px;
  font-size: 12px;
}
#colophon .widget ul li a {
  font-size: 13px;
}
#colophon .widget ul li:before {
  top: 10px;
  background-image: url(https://www.innovaredinformatica.com/wp-content/themes/vitae/css/../img/small-heart-gray-2.png);
  width: 8px;
  height: 8px;
}
#colophon .widget ul li:hover {
  padding-left: 15px;
}
#colophon .widget ul li ul.children li,
#colophon .widget ul li ul.sub-menu li {
  border-bottom: 0 !important;
  font-style: italic;
  padding-top: 2px;
  padding-bottom: 2px;
  list-style: none;
}
#colophon .widget ul li ul.children li a,
#colophon .widget ul li ul.sub-menu li a {
  font-size: 10px !important;
}
#colophon .widget ul li ul.children li:before,
#colophon .widget ul li ul.sub-menu li:before {
  display: none;
}
#colophon .widget ul li ul.children li ul.children,
#colophon .widget ul li ul.sub-menu li ul.children {
  display: none;
}
#colophon .widget-title {
  padding: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#colophon .widget-title:after {
  display: none;
}
#colophon .calendar_wrap {
  padding: 0;
}
#colophon #wp-calendar tbody {
  color: #aaa;
}
#colophon #wp-calendar tbody td {
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}
.footer-social-icons .social-icons-list {
  margin: 0;
  padding: 0;
}
.footer-social-icons .social-icons-list li {
  display: inline-block;
  list-style: none;
  border-bottom: 0 !important;
}
.footer-social-icons .social-icons-list a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 1;
  padding-top: 10px;
  font-size: 12px;
  border: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #555;
}
.footer-social-icons .social-icons-list a:hover {
  opacity: 0.8;
  color: #ffffff !important;
  background: #20b8fb;
}
/* ==========================================================
! 06. Blog & Posts
========================================================== */
.post-element {
  margin-bottom: 35px;
  background-color: #ffffff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.post-element .post-featured-image {
  overflow: hidden;
  text-align: center;
  background: #111;
}
.post-element .post-featured-image img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}
.post-element .post-content {
  padding: 25px 15px;
}
@media (min-width: 768px) {
  .post-element .post-content {
    padding: 30px 30px;
  }
}
.post-element .entry-meta {
  font-size: 11px;
  line-height: 1.3;
  font-style: italic;
  margin-bottom: 4px;
}
.post-element .entry-title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  color: #20b8fb;
  line-height: 1.2;
}
.post-element .entry-title a {
  color: #20b8fb;
}
.post-element .entry-title a:hover {
  text-decoration: none;
}
.post-element .entry-content,
.post-element .entry-content p {
  font-size: 14px;
  line-height: 1.6;
}
.post-element ul,
.post-element ol {
  padding-left: 0;
  margin-left: 0;
  list-style-position: inside;
}
.post-element ul li,
.post-element ol li {
  padding-top: 1px;
  padding-bottom: 1px;
}
.post-element ul ul,
.post-element ol ul,
.post-element ul ol,
.post-element ol ol {
  padding-left: 15px;
}
.sticky .post-element {
  border: 6px solid #ccc;
}
.sticky .post-element .entry-meta {
  display: none;
}
.type-page .entry-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.post-block .post-block-col {
  padding: 0;
}
.post-block.post {
  margin-bottom: 35px;
}
@media (min-width:992px) {
  .post-block.post {
    margin-bottom: 0;
  }
}
.post-block .post-content {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
}
@media (min-width: 768px) {
  .post-block .post-content {
    padding: 60px 30px;
  }
}
@media (min-width:992px) {
  .post-block .post-content {
    padding: 100px 30px;
  }
}
@media (min-width: 1200px) {
  .post-block .post-featured-image,
  .post-block .post-featured-image > a,
  .post-block .post-featured-image img {
    height: 100%;
    display: block;
  }
}
.about-author {
  background-color: #252525;
  padding: 30px;
  color: #ffffff;
}
.about-author .author-image {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about-author .author-image {
    margin-bottom: 0;
  }
}
.about-author .author-title {
  font-weight: 300;
}
.about-author .author-title span {
  font-weight: normal;
}
.post-element-aside,
.post-element-link {
  border: 0px solid #0096d9;
  color: #ffffff;
}
.post-element-aside .post-content,
.post-element-link .post-content {
  background: #0096d9;
}
.post-element-aside p,
.post-element-link p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 0;
}
.post-element-link {
  display: block;
  background-color: #20b8fb !important;
  color: #ffffff !important;
  font-size: 14px;
  padding: 20px;
  padding-left: 40px;
  background-image: url('https://www.innovaredinformatica.com/wp-content/themes/vitae/css/../framework/img/ico-link-bg.png');
  background-position: -20px center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-element-link:hover {
  text-decoration: none;
  padding-left: 60px;
}
.post-element-link p {
  font-size: 14px;
  margin-bottom: 0;
}
.post-link-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 5px !important;
}
.post-element-quote {
  background-image: url('https://www.innovaredinformatica.com/wp-content/themes/vitae/css/../framework/img/quote-bg1.png');
  background-position: -10px -10px;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}
.post-element-quote:after {
  display: block;
  content: '';
  background-image: url('https://www.innovaredinformatica.com/wp-content/themes/vitae/css/../framework/img/quote-bg2.png');
  background-position: 10px 20px;
  background-repeat: no-repeat;
  width: 127px;
  height: 96px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .post-element-quote {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.post-element-quote p {
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 5px;
}
.post-element-quote .quote-author {
  font-weight: bold;
  font-size: 12px;
}
.post-element-quote blockquote {
  padding-left: 0;
  border-left: 0;
}
.post-element-video iframe {
  width: 100% !important;
}
.gallery-item {
  margin: 0;
}
.slideshow-window {
  background-color: #222;
  border: 0 !important;
  border-radius: 0 !important;
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 30px !important;
  padding-bottom: 56.25% !important;
  position: relative;
  z-index: 1;
}
.sticky .posted-on {
  display: none;
}
.entry-footer {
  background: #f4f4f4;
  padding: 20px;
  margin-top: 15px;
  position: relative;
  top: 30px;
}
@media (min-width: 768px) {
  .entry-footer {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.entry-footer .cat-links {
  display: inline-block;
  padding-right: 10px;
}
.entry-footer .cat-links a {
  display: inline-block;
  background: transparent;
  color: #0fa7ea;
  text-transform: uppercase;
  border: 1px dashed;
  border-color: #0fa7ea;
  font-size: 11px;
  font-family: Fira Sans;
  font-weight: bold;
  padding: 4px 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 3px;
  font-style: italic;
}
.entry-footer .cat-links a:hover {
  background-color: #0fa7ea;
  color: #ffffff;
  text-decoration: none;
}
.entry-footer .tags-links {
  display: inline-block;
  padding-right: 8px;
}
.entry-footer .tags-links a {
  display: inline-block;
  background: transparent;
  border-left: 0px solid;
  border-color: #ccc;
  font-size: 11px;
  font-weight: lighter;
  font-family: Fira Sans;
  font-weight: bold;
  padding: 4px 4px;
  margin-right: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 3px;
  font-style: italic;
}
.entry-footer .tags-links a:hover {
  text-decoration: none;
}
.entry-footer .comments-link {
  display: block;
  float: right;
  text-transform: uppercase;
}
.entry-footer .comments-link a {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  padding: 4px 8px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #20b8fb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.entry-footer .comments-link a:hover {
  text-decoration: none;
  background-color: #0096d9;
}
/* ==========================================================
! 07. Sidebar
========================================================== */
.sidebar-area {
  margin-top: 40px;
}
@media (min-width:992px) {
  .sidebar-area {
    margin-top: 0;
  }
}
.sidebar-area .widget ul li a:hover {
  text-decoration: none;
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
}
.widget.search_widget {
  margin-bottom: 20px;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  padding-left: 0;
  margin-left: 0;
}
.widget ul li,
.widget ul a {
  font-size: 12px;
  position: relative;
}
.widget ul a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget ul > li {
  border-bottom: 1px dotted #ccc;
  padding: 12px 0 10px 20px;
}
.widget ul > li:before {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  background-image: url(https://www.innovaredinformatica.com/wp-content/themes/vitae/css/../framework/img/menu-bottom-detail-list-style.png);
  width: 8px;
  height: 8px;
}
.widget ul > li ul.children,
.widget ul > li ul.submenu,
.widget ul > li ul.sub-menu {
  margin-top: 5px;
  margin-bottom: 0px;
}
.widget ul > li ul.children li,
.widget ul > li ul.submenu li,
.widget ul > li ul.sub-menu li {
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-position: inside;
  padding-left: 0px;
  list-style-image: url('https://www.innovaredinformatica.com/wp-content/themes/vitae/css/../framework/img/list-style-mini.png');
  font-size: 12px;
  margin-bottom: 0;
  border-bottom: 0 !important;
}
.widget ul > li ul.children li:before,
.widget ul > li ul.submenu li:before,
.widget ul > li ul.sub-menu li:before {
  display: none;
}
.widget ul > li ul.children li a,
.widget ul > li ul.submenu li a,
.widget ul > li ul.sub-menu li a {
  font-size: 12px;
}
.widget ul > li ul.children ul.children,
.widget ul > li ul.submenu ul.children,
.widget ul > li ul.sub-menu ul.children {
  margin-bottom: 0;
}
.widget ul > li ul.children ul.children li,
.widget ul > li ul.submenu ul.children li,
.widget ul > li ul.sub-menu ul.children li {
  padding-left: 16px;
  list-style-image: url('https://www.innovaredinformatica.com/wp-content/themes/vitae/css/../framework/img/list-style-mini.png');
  font-style: italic;
  margin-bottom: 0;
}
.widget .widget-title {
  background-color: #0096d9;
  color: #ffffff;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  padding: 13px 18px;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  font-size: 14px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}
.widget .widget-title a {
  color: #ffffff;
}
.widget select {
  width: 100%;
  padding: 10px;
}
.widget .calendar_wrap {
  padding-left: 25px;
  padding-right: 25px;
}
.sidebar-area .widget {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.widget_tag_cloud .tagcloud a {
  background-color: #0fa7ea;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  display: inline-block;
  font-size: 12px !important;
  margin: 0 5px 5px 0;
  padding: 4px 8px;
  text-decoration: none;
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: #0096d9;
  color: #ffffff;
}
.widget_rss .widget-title img {
  display: none;
}
.widget_rss li {
  margin-bottom: 0.625rem;
}
.widget_rss li a {
  display: block;
  font-weight: 900;
  font-size: 14px;
}
.widget_rss li .rss-date {
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: bold;
}
.widget_rss li .rss-date,
.widget_rss li cite {
  color: #333;
  font-size: 12px;
  line-height: 1.1;
}
.widget_rss li .rssSummary {
  font-size: 12px;
  display: inline;
}
/* calendar widget */
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
#wp-calendar tbody {
  color: #333;
}
#wp-calendar tbody td {
  border: 1px solid #111;
  text-align: center;
  padding: 8px;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
.search-form {
  position: relative;
}
.search-form label {
  display: block;
  width: 100%;
  position: relative;
}
.search-form .search-submit {
  background: url(https://www.innovaredinformatica.com/wp-content/themes/vitae/css/../framework/img/lens.png) no-repeat center center transparent !important;
  border: 0;
  width: 19px;
  height: 19px;
  overflow: hidden;
  text-indent: -9999px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 20px;
}
.search-form .search-field {
  width: 100% !important;
  max-width: 100% !important;
  height: 45px;
  padding-left: 20px;
  font-size: 14px;
  background-color: #f4f4f4;
  border: none;
  color: #414042;
  font-weight: normal;
}
.page-content .search-form .search-field {
  border: 1px solid #ccc;
}
.error-404 h1 {
  font-weight: bold;
  text-transform: none;
}
.tags a {
  background-color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  padding: 6px 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.tags a:hover {
  background-color: #20b8fb;
  color: #ffffff;
}
.no-sidebar {
  display: none;
}
/* ==========================================================
! 08. Comments
========================================================== */
.comments-area {
  padding: 10px 0 0 0;
  display: block;
}
.comments-area .comment-form {
  display: block;
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.comments-area .comments-title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
}
.comments-area .comment-reply-title {
  font-weight: bold;
  margin-top: 20px;
  font-size: 24px;
}
.comments-area input[type=submit] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
  font-size: 14px;
  box-shadow: 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.comments-area .comment-form-author,
.comments-area .comment-form-email {
  width: 49%;
  display: inline-block;
  padding-right: 5px;
}
.comments-area input[type=text],
.comments-area input[type=email],
.comments-area input[type=url] {
  height: 40px;
  padding-top: 2px;
  padding-left: 10px;
  width: 100%;
  display: block;
  border: 1px solid;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: #0096d9;
  background: transparent;
  color: #111;
  font-style: italic;
  font-size: 12px;
  font-family: Fira Sans;
}
.comments-area label {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  opacity: 0.8;
  display: block;
}
.comments-area textarea {
  border: 1px solid;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: #0096d9;
  padding: 12px;
  width: 100% !important;
  color: #111;
  font-style: italic;
  font-size: 12px;
  font-family: Fira Sans;
}
.comments-area input[type=submit] {
  min-width: 150px;
  max-width: 250px;
  display: inline-block;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  color: #20b8fb;
  border-color: #0096d9;
  padding: 10px 15px;
  font-size: 12px;
  border: none;
  background: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  background: #20b8fb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.comments-area input[type=submit]:focus {
  outline: none;
}
.comments-area input[type=submit] > span {
  vertical-align: middle;
}
.comments-area input[type=submit]:focus {
  outline: none;
}
.comments-area input[type=submit] > span {
  vertical-align: middle;
}
.comments-area input[type=submit] span {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.comments-area input[type=submit]:before,
.comments-area input[type=submit]:after {
  content: '';
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.comments-area input[type=submit]:before {
  border: 2px solid #0096d9;
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.comments-area input[type=submit]:after {
  background: #20b8fb;
}
.comments-area input[type=submit]:hover,
.comments-area input[type=submit]:active {
  background-color: transparent;
  text-decoration: none;
}
.comments-area input[type=submit]:hover span,
.comments-area input[type=submit]:active span {
  color: #20b8fb;
  text-decoration: none;
}
.comments-area input[type=submit]:hover:before,
.comments-area input[type=submit]:active:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.comments-area input[type=submit]:hover:after,
.comments-area input[type=submit]:active:after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.comments-area input[type=submit] .btn-icon {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.comments-area input[type=submit]:hover {
  background: #0096d9;
}
ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.comment-list > li {
  padding: 15px;
  margin-bottom: 15px;
  background: #fff;
}
@media (min-width: 768px) {
  ol.comment-list > li {
    padding: 30px;
  }
}
ol.comment-list ol.children {
  list-style: none;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
ol.comment-list ol.children > li {
  background: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-bottom: 10px;
}
ol.comment-list ol.children > li > ol.children li {
  border-left: 2px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.comment-author {
  padding-top: 5px;
}
.comment-author .fn {
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .comment-author .fn {
    font-size: 18px;
  }
}
.comment-author .fn a {
  color: #414042;
}
.comment-author .says {
  opacity: 0.8;
  font-size: 16px;
}
@media (min-width: 768px) {
  .comment-author .says {
    font-size: 18px;
  }
}
.comment-author img.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  margin-top: -5px;
}
.comment-metadata {
  font-size: 12px;
  font-weight: 300;
}
.comment-metadata a {
  color: #414042;
}
.comment-meta {
  min-height: 64px;
  margin-bottom: 20px;
}
.comment-reply-link {
  display: inline-block;
  color: #20b8fb;
  font-weight: bold;
  margin-bottom: 20px;
}
.comment-content {
  font-size: 14px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.comment-content ul {
  padding: 0;
  list-style: inside;
}
.comment-body .reply a {
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pingback {
  font-weight: bold;
  font-size: 14px;
}
/* ==========================================================
! 09. Pagination
========================================================== */
.navigation a {
  display: inline-block;
  padding: 10px;
  background: #20b8fb;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-style: italic;
  border-bottom: 2px solid #0096d9;
}
.navigation a:hover {
  background: #0fa7ea;
  color: #ffffff;
}
.navigation .nav-previous a:before {
  content: '« ';
}
.navigation .nav-next a:after {
  content: ' »';
}
/* ==========================================================
! 10. Plugin: King Composer
========================================================== */
body .kc_progress_bars .progress-item {
  margin-bottom: 5px;
}
body .kc_progress_bars .progress-item span.label {
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
body .kc_progress_bars .progress-item .kc-ui-progress-bar {
  height: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
}
body .kc_progress_bars .progress-item .kc-ui-progress-bar .kc-ui-progress {
  height: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.kc-cta-button a:hover {
  text-decoration: none;
}
/* ==========================================================
! 11. jQuery Plugin: Owl Carousel
========================================================== */
.owl-carousel .owl-controls {
  display: none;
}
@media (min-width:992px) {
  .owl-carousel .owl-controls {
    display: block;
  }
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
  display: none;
  text-indent: -99999px;
}
@media (min-width: 768px) {
  .owl-carousel .owl-controls .owl-prev,
  .owl-carousel .owl-controls .owl-next {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    display: block;
    font-size: 80px !important;
    background-color: transparent;
    opacity: 1;
    margin: 0;
    padding: 0;
    width: 21px;
    height: 37px;
    overflow: hidden;
    text-indent: -99999px;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .owl-carousel .owl-controls .owl-prev:hover,
  .owl-carousel .owl-controls .owl-next:hover {
    opacity: 0.7;
  }
}
.owl-carousel .owl-controls .owl-prev {
  left: 0;
  background: url('https://www.innovaredinformatica.com/wp-content/themes/vitae/css/../framework/img/slide-left2.png') no-repeat center center transparent !important;
}
@media (min-width: 1200px) {
  .owl-carousel .owl-controls .owl-prev {
    left: 50px;
  }
}
.owl-carousel .owl-controls .owl-next {
  right: 0;
  background: url('https://www.innovaredinformatica.com/wp-content/themes/vitae/css/../framework/img/slide-right2.png') no-repeat center center transparent !important;
}
@media (min-width: 1200px) {
  .owl-carousel .owl-controls .owl-next {
    right: 50px;
  }
}
.owl-carousel .owl-controls .owl-dot span {
  height: 10px;
  width: 10px;
  background-color: transparent !important;
  border: 2px solid #20b8fb;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-controls .owl-dot span:hover,
.owl-carousel .owl-controls .owl-dot span:focus,
.owl-carousel .owl-controls .owl-dot span:active {
  background: #20b8fb;
}
.owl-carousel .owl-controls .owl-dot.active span {
  height: 10px;
  width: 10px;
  border: 2px solid #20b8fb;
  background-color: #20b8fb !important;
}
.owl-carousel .owl-dots {
  margin-top: 25px;
}
.owl-carousel.owl-theme.common-carousel {
  padding: 0;
}
@media (min-width: 768px) {
  .owl-carousel.owl-theme.common-carousel {
    padding: 0 20px;
  }
}
.owl-carousel.owl-theme.common-carousel .owl-next,
.owl-carousel.owl-theme.common-carousel .owl-prev {
  background: none;
  font-size: 50px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
}
@media (min-width: 768px) {
  .owl-carousel.owl-theme.common-carousel .owl-next,
  .owl-carousel.owl-theme.common-carousel .owl-prev {
    padding: 0 20px;
  }
}
.owl-carousel.owl-theme.common-carousel .owl-next {
  right: -20px;
}
@media (min-width: 768px) {
  .owl-carousel.owl-theme.common-carousel .owl-next {
    right: 0;
  }
}
.owl-carousel.owl-theme.common-carousel .owl-prev {
  left: -20px;
}
@media (min-width: 768px) {
  .owl-carousel.owl-theme.common-carousel .owl-prev {
    left: 0;
  }
}
.owl-carousel.owl-theme.common-carousel {
  padding: 0;
}
@media (min-width: 768px) {
  .owl-carousel.owl-theme.common-carousel {
    padding: 0;
  }
}
.owl-carousel.owl-theme.common-carousel .owl-next,
.owl-carousel.owl-theme.common-carousel .owl-prev {
  background: none;
  font-size: 50px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
}
@media (min-width: 768px) {
  .owl-carousel.owl-theme.common-carousel .owl-next,
  .owl-carousel.owl-theme.common-carousel .owl-prev {
    padding: 0 20px;
  }
}
.owl-carousel.owl-theme.common-carousel .owl-next {
  right: -20px;
}
@media (min-width: 768px) {
  .owl-carousel.owl-theme.common-carousel .owl-next {
    right: 0;
  }
}
.owl-carousel.owl-theme.common-carousel .owl-prev {
  left: -20px;
}
@media (min-width: 768px) {
  .owl-carousel.owl-theme.common-carousel .owl-prev {
    left: 0;
  }
}
/* ==========================================================
 12. WooCommerce
========================================================== */
.woocommerce .woocommerce-ordering select {
  height: 35px;
  padding-left: 15px;
}
.woocommerce .woocommerce-result-count {
  border-left: 2px solid #ccc;
  font-style: italic;
  padding-left: 20px;
  font-size: 13px;
  line-height: 35px;
}
.woocommerce .bearr-page-heading .woocommerce-breadcrumb {
  line-height: 20px;
  padding-top: 4px;
  color: #ffffff;
  display: none;
}
@media (min-width: 768px) {
  .woocommerce .bearr-page-heading .woocommerce-breadcrumb {
    display: block;
  }
}
.woocommerce .bearr-page-heading .woocommerce-breadcrumb a {
  color: #ffffff;
  text-decoration: underline;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin-left: -15px;
}
.woocommerce .products ul .product-item-thumb,
.woocommerce ul.products .product-item-thumb {
  overflow: hidden;
}
.woocommerce .products ul .product-item-thumb img,
.woocommerce ul.products .product-item-thumb img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0 !important;
}
.woocommerce .products ul .product-item-thumb:hover img,
.woocommerce ul.products .product-item-thumb:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.woocommerce .products ul .product-item-wrapper,
.woocommerce ul.products .product-item-wrapper {
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.woocommerce .products ul .product-item-content,
.woocommerce ul.products .product-item-content {
  padding: 15px;
  padding-top: 10px;
}
.woocommerce .products ul .product-item-content .add_to_cart_button,
.woocommerce ul.products .product-item-content .add_to_cart_button {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.woocommerce ul.products li.product h3 {
  font-size: 16px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0;
  width: 25%;
  padding-left: 15px;
  margin-bottom: 15px;
}
.woocommerce ul.products li.product .woo-product-wrapper,
.woocommerce-page ul.products li.product .woo-product-wrapper {
  background: #ffffff;
}
.woocommerce ul.products li.product .woo-product-content,
.woocommerce-page ul.products li.product .woo-product-content {
  padding: 0 15px 15px 15px;
}
.woocommerce ul.products li.product .woo-product-thumb,
.woocommerce-page ul.products li.product .woo-product-thumb {
  position: relative;
}
.woocommerce ul.products li.product .woo-product-thumb:hover:before,
.woocommerce-page ul.products li.product .woo-product-thumb:hover:before {
  opacity: 1;
}
.woocommerce ul.products li.product .woo-product-thumb:before,
.woocommerce-page ul.products li.product .woo-product-thumb:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 184, 251, 0.2);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce ul.products li.product h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #20b8fb;
  border: none;
}
.woocommerce ul.products li.product .price {
  color: #414042;
  font-style: italic;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #20b8fb;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #0096d9;
  color: #ffffff;
}
.woocommerce .widget_rating_filter ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  list-style: none;
}
.woocommerce .widget_price_filter .price_slider {
  margin-top: 25px;
  margin-bottom: 25px;
}
.woocommerce .price_slider_amount {
  font-weight: bold;
}
.woocommerce .price_slider_amount span {
  font-style: italic;
  font-weight: normal;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
}
.woocommerce ul.cart_list li span.product-title,
.woocommerce ul.product_list_widget li span.product-title {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #20b8fb;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  display: block;
  margin-bottom: 5px;
}
.woocommerce ul.cart_list li .woocommerce-Price-amount,
.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
  font-style: italic;
  font-size: 12px;
}
.woocommerce .widget_recent_reviews li a {
  padding-bottom: 5px;
}
.woocommerce .widget_recent_reviews li .reviewer {
  font-style: italic;
  font-size: 11px;
}
.woocommerce .widget_shopping_cart .cart_list li a,
.woocommerce.widget_shopping_cart .cart_list li a {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0;
}
.woocommerce .widget_shopping_cart .cart_list li .quantity,
.woocommerce.widget_shopping_cart .cart_list li .quantity {
  font-size: 11px;
  font-style: italic;
}
.woocommerce .widget_shopping_cart p.total {
  padding-top: 10px;
  font-size: 15px;
}
.woocommerce .widget_shopping_cart p.total strong {
  font-size: 12px;
}
.woocommerce .widget_shopping_cart a.wc-forward {
  background: #20b8fb;
}
.woocommerce .widget_shopping_cart a.wc-forward:hover {
  background: #0096d9;
}
@media (min-width:992px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: right;
    width: 49%;
  }
}
.woocommerce .summary.entry-summary {
  margin-top: 0;
}
.woocommerce div.product .product_title {
  font-weight: bold;
  text-transform: uppercase;
  color: #20b8fb;
  margin-bottom: 8px;
}
.woocommerce div.product p.price {
  font-style: italic;
  color: #414042;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 8px;
}
.woocommerce div.product p {
  font-size: 13px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 20px;
}
.woocommerce div.product form.cart .quantity input {
  height: 40px;
  width: 60px;
  text-align: center;
  line-height: 40px;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background: #20b8fb;
  height: 38px;
  position: relative;
  top: 1px;
  border: 0;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover {
  background: #0096d9;
}
.woocommerce div.product form.cart .single_add_to_cart_button:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
.woocommerce div.product .product_meta {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  font-size: 12px;
  font-style: italic;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 20px;
  padding: 20px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 0;
  background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: transparent;
  border-bottom-color: #f9f9f9;
}
.woocommerce .related.products h2 {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.woocommerce .related.products ul.products li {
  width: 25%;
}
.bearr-wc-header-cart-col {
  padding: 0 !important;
  margin: 0 !important;
  display: none;
}
@media (min-width:992px) {
  .bearr-wc-header-cart-col {
    display: block;
  }
}
.bearr-wc-header-cart {
  display: none;
  position: relative;
  width: 100%;
  min-height: 40px;
  padding-top: 5px;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
}
@media (min-width:992px) {
  .bearr-wc-header-cart {
    display: block;
  }
}
.bearr-wc-header-cart .widgettitle {
  display: none;
}
.bearr-wc-header-cart .cart-contents {
  color: #333333;
  position: relative;
  display: block;
  width: 100%;
  padding-left: 10px;
  text-align: center !important;
}
.bearr-wc-header-cart .cart-contents:before {
  /*font-family: WooCommerce;
      content: "\e01d";*/
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 22px;
  margin-top: 15px;
  font-style: normal;
  font-weight: 400;
  padding-right: 0px;
  vertical-align: bottom;
}
.bearr-wc-header-cart .cart-contents:hover {
  text-decoration: none;
}
.bearr-wc-header-cart .cart-contents-count {
  color: #fff;
  background-color: #0096d9;
  font-weight: bold;
  border-radius: 10px;
  padding: 1px 6px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
}
.bearr-wc-header-cart:hover .bearr-wc-header-cart-hover {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.bearr-wc-header-cart .bearr-wc-header-cart-hover {
  min-width: 100%;
  width: 225px;
  min-height: 40px;
  position: absolute;
  right: 0;
  top: 100%;
  background: #f4f4f4;
  z-index: 9999;
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  color: #414042;
  font-size: 12px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.bearr-wc-header-cart .woocommerce.widget_shopping_cart ul.cart_list .mini_cart_item {
  text-align: left;
}
.bearr-wc-header-cart .woocommerce.widget_shopping_cart ul.cart_list li {
  padding-left: 25px;
  border-bottom: 0;
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.bearr-wc-header-cart .woocommerce.widget_shopping_cart ul.cart_list li.empty {
  font-weight: bold;
  border-bottom: 0;
  font-size: 12px;
  padding-left: 0;
  text-align: center;
  padding: 0;
  margin: 0;
}
.bearr-wc-header-cart .woocommerce.widget_shopping_cart ul.cart_list li img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bearr-wc-header-cart .woocommerce.widget_shopping_cart ul.cart_list li a {
  font-size: 13px;
  font-weight: bold !important;
  color: #20b8fb !important;
}
.bearr-wc-header-cart .woocommerce.widget_shopping_cart ul.cart_list li a.remove {
  background: #20b8fb;
  color: #ffffff !important;
  width: 15px;
  height: 15px;
  padding-left: 1px;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bearr-wc-header-cart .woocommerce.widget_shopping_cart ul.cart_list li a.remove:hover {
  opacity: 0.5;
}
.bearr-wc-header-cart .woocommerce.widget_shopping_cart ul.cart_list li .quantity {
  font-size: 11px;
}
.bearr-wc-header-cart .woocommerce.widget_shopping_cart p.total {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  text-transform: uppercase;
}
.bearr-wc-header-cart .woocommerce.widget_shopping_cart p.total .woocommerce-Price-amount {
  font-style: italic;
  font-size: 12px;
}
.woocommerce-message {
  border-color: #20b8fb !important;
}
.woocommerce-message:before {
  color: #20b8fb;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #20b8fb;
  color: #fff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #0096d9;
}
.cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.woocommerce table.shop_table {
  border: 0;
  margin: 0;
  margin-bottom: 25px;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-right: 20px;
}
.woocommerce table.shop_table td {
  border-color: #ccc;
}
.woocommerce table.shop_table tr.cart_item td {
  padding-top: 25px;
  padding-bottom: 25px;
}
.woocommerce table.shop_table td.actions {
  padding: 40px;
  border: 1px solid #ccc;
}
.woocommerce table.shop_table td.actions2 {
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  text-align: right;
}
.woocommerce table.shop_table td.actions2 .button {
  width: 100%;
  background-color: transparent;
  border: 1px solid #20b8fb;
  color: #20b8fb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce table.shop_table td.actions2 .button:hover {
  background: #20b8fb;
  color: #fff;
}
.woocommerce table.shop_table a.remove {
  border: 1px solid #ff0000;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 14px;
}
.woocommerce .cart_totals h2 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  line-height: 39px;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  display: block;
  float: none;
  max-width: 100%;
  margin: 0 auto;
}
.woocommerce #content table.cart td.actions .coupon input[type=text],
.woocommerce table.cart td.actions .coupon input[type=text],
.woocommerce-page #content table.cart td.actions .coupon input[type=text],
.woocommerce-page table.cart td.actions .coupon input[type=text] {
  height: 40px;
  width: 60%;
  padding-left: 10px;
}
.woocommerce #content table.cart td.actions .coupon input[type=submit],
.woocommerce table.cart td.actions .coupon input[type=submit],
.woocommerce-page #content table.cart td.actions .coupon input[type=submit],
.woocommerce-page table.cart td.actions .coupon input[type=submit] {
  height: 40px;
  width: 34% !important;
}
.woocommerce-cart .entry-header {
  display: none;
}
.woocommerce-cart .cart-collaterals a.checkout-button {
  width: 100%;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px !important;
  padding-top: 18px !important;
}
.woocommerce-cart .cart-collaterals .shop_table {
  margin-bottom: 15px !important;
}
.woocommerce-cart .cart-collaterals .shop_table th,
.woocommerce-cart .cart-collaterals .shop_table td {
  padding-left: 0 !important;
  padding-right: 0;
}
.woocommerce-checkout .entry-header {
  display: none;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields {
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-shipping-fields {
  margin-bottom: 30px;
}
.woocommerce-checkout h2,
.woocommerce-checkout h3 {
  color: #20b8fb;
  text-transform: uppercase;
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.woocommerce-checkout h3 {
  font-size: 18px;
}
.woocommerce-checkout label {
  font-style: italic;
}
.woocommerce-checkout .form-row.place-order {
  background-color: #fff;
  padding: 0 !important;
  padding-top: 20px !important;
  text-align: left !important;
}
.woocommerce-checkout .woocommerce-thankyou-order-received {
  background: #f4f4f4;
  padding: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.woocommerce form .form-row {
  margin-bottom: 10px;
}
.woocommerce form .form-row input.input-text {
  height: 40px;
  padding-left: 10px;
}
.woocommerce form .form-row textarea.input-text {
  padding: 10px;
  height: auto;
}
.woocommerce form .form-row .select2-container {
  line-height: 38px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 49%;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  background: #f4f4f4;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  line-height: 32px;
  padding-left: 10px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: #eee;
  margin-top: 0;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border-color: #eee;
  display: none;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  width: 50%;
  height: 60px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.woocommerce-MyAccount-navigation {
  background: #f4f4f4;
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #eee;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #20b8fb;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-MyAccount-navigation ul li a:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 9px;
  background: url('https://www.innovaredinformatica.com/wp-content/themes/vitae/css/../framework/img/menu-bottom-detail-list-style.png');
  margin-right: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
}
.woocommerce-MyAccount-content a {
  text-decoration: underline;
  color: #20b8fb;
}
.woocommerce-page h2,
.woocommerce-page h3 {
  color: #20b8fb;
  text-transform: uppercase;
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-weight: bold;
}
.woocommerce-page h3 {
  font-size: 18px;
}
.woocommerce-page legend {
  font-size: 18px;
  padding-top: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget_shopping_cart_content ul li:before {
  display: none !important;
}
a.added_to_cart {
  font-size: 12px;
  font-style: italic;
  margin-left: 5px;
  color: #414042;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  margin-bottom: 10px;
}
.woocommerce .widget_rating_filter ul li:before {
  display: none;
}
.bearr-wc-header-cart {
  margin-top: 6px;
}
/* ==========================================================
 13. Module: Elements
========================================================== */
.bearr-profile-hero h1 {
  margin-bottom: 0;
}
/* Service / Feature Block (bearr_service_block) */
.service-block {
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 6px 6px 12px 12px;
  -moz-border-radius: 6px 6px 12px 12px;
  border-radius: 6px 6px 12px 12px;
  margin-bottom: 15px;
}
@media (min-width:992px) {
  .service-block {
    margin-bottom: 0;
  }
}
.service-block:hover {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.service-block .service-block-icon {
  font-size: 42px;
  margin-bottom: 10px;
  background: #0096d9;
  color: #ffffff;
  padding-top: 55px;
  height: 150px;
}
.service-block .service-block-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.service-block .service-block-title:after {
  content: '';
  display: block;
  height: 1px;
  width: 100px;
  background: #ccc;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 15px;
}
.service-block .service-block-text {
  font-size: 12px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
/* ==========================================================
 14. Module: Hero Slideshow
========================================================== */
/* Hero Slideshow Module (bearr-slideshow) */
.main-carousel .owl-controls .owl-prev {
  background: url('https://www.innovaredinformatica.com/wp-content/themes/vitae/css/../framework/img/slide-left.png') no-repeat center center transparent !important;
}
.main-carousel .owl-controls .owl-next {
  background: url('https://www.innovaredinformatica.com/wp-content/themes/vitae/css/../framework/img/slide-right.png') no-repeat center center transparent !important;
}
.main-carousel .slide {
  color: #ffffff;
  text-align: center;
  background-position: right center;
  display: flex;
  width: 100%;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .main-carousel .slide {
    padding-top: 10%;
  }
}
.main-carousel .slide-inner {
  width: 100%;
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}
.main-carousel .slide-title {
  font-size: 60px;
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .main-carousel .slide-title {
    font-size: 80px;
  }
}
@media (min-width: 1400px) {
  .main-carousel .slide-title {
    font-size: 100px;
  }
}
.main-carousel .slide-text {
  margin-bottom: 30px;
}
.main-carousel .slide-text,
.main-carousel .slide-text p {
  font-size: 22px;
}
.main-carousel .owl-buttons div.owl-prev,
.main-carousel .owl-buttons div.owl-next {
  display: none;
  width: 70px;
  height: 70px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .main-carousel .owl-buttons div.owl-prev,
  .main-carousel .owl-buttons div.owl-next {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    display: block;
    background: none !important;
    font-size: 36px !important;
    opacity: 1;
    margin: 0;
  }
}
.main-carousel .owl-buttons div.owl-prev:hover,
.main-carousel .owl-buttons div.owl-next:hover {
  background-color: #0096d9 !important;
  border-color: #0096d9;
}
.main-carousel .owl-buttons .owl-prev {
  left: 0;
}
@media (min-width: 1200px) {
  .main-carousel .owl-buttons .owl-prev {
    left: 50px;
  }
}
.main-carousel .owl-buttons .owl-next {
  right: 0;
}
@media (min-width: 1200px) {
  .main-carousel .owl-buttons .owl-next {
    right: 50px;
  }
}
.main-carousel .owl-controls {
  margin: 0;
}
.main-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 88889;
}
.main-carousel .owl-controls .owl-page span {
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  opacity: 1;
}
.main-carousel .owl-controls .owl-page.active span {
  height: 18px;
  width: 18px;
  border: 2px solid #ffffff;
  background: none;
}
.main-carousel .slide-extra {
  margin-top: 20px;
}
/* Countdown Module (bearr-countdown) */
.bearr-countdown-item {
  display: block;
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .bearr-countdown-item {
    flex-wrap: nowrap;
    display: flex;
  }
}
.bearr-countdown-item .countdown-col {
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  color: #ffffff;
  padding-top: 28px;
  margin: 15px;
  text-align: center;
  display: inline-block;
}
@media (min-width: 768px) {
  .bearr-countdown-item .countdown-col {
    width: 150px;
    height: 150px;
    padding-top: 35px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .bearr-countdown-item .countdown-col:first-child {
    margin-left: 0;
  }
}
.bearr-countdown-item .countdown-col .countdown-time {
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .bearr-countdown-item .countdown-col .countdown-time {
    font-size: 48px;
    margin-bottom: 5px;
  }
}
.bearr-countdown-item .countdown-col .countdown-type {
  font-size: 16px;
}
@media (min-width: 768px) {
  .bearr-countdown-item .countdown-col .countdown-type {
    font-size: 18px;
  }
}
/* ==========================================================
! 15. Module: Testimonials
========================================================== */
/* Testimonials Module (bearr-testimonials) */
.testimonial-carousel {
  max-width: 980px;
  margin: 0 auto;
}
.testimonial-carousel blockquote {
  border: 0;
  text-align: center;
}
.testimonial-carousel blockquote p {
  font-size: 22px;
  font-style: italic;
}
.testimonial-carousel blockquote footer cite {
  font-size: 12px;
  opacity: 0.8;
}
.testimonial-carousel blockquote footer:before,
.testimonial-carousel blockquote footer:after {
  content: '\00A0 \2014';
}
/* ==========================================================
! 16. Module: Timeline
========================================================== */
/* Timeline Module (bearr-timeline) */
@media (min-width: 768px) {
  .story-wrap {
    position: relative;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .story-wrap:hover .story-item {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
  }
  .story-wrap:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #0096d9;
    top: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    display: flex;
  }
}
.story-item {
  position: relative;
  background-color: transparent;
  border: 1px solid #0096d9;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .story-item {
    margin: 0 34px;
    text-align: right;
    margin: 20px 0 50px;
  }
}
@media (min-width:992px) {
  .story-item {
    margin: 0 44px;
  }
}
.story-item .story-item-content {
  padding: 0px;
}
.story-item .story-item-title {
  font-size: 26px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #20b8fb;
  margin-bottom: 10px;
}
.story-item p {
  font-weight: normal;
}
.story-item p:last-child {
  margin-bottom: 0;
}
.story-item.story-item-alt {
  text-align: center;
}
@media (min-width:992px) {
  .story-item.story-item-alt {
    text-align: left;
  }
}
.story-date {
  display: flex;
  height: 100%;
  width: 100;
  align-items: center;
}
.story-date .story-time {
  color: #20b8fb;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 1;
  padding: 10px;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .story-date .story-time {
    text-align: left;
  }
}
@media (min-width:992px) {
  .story-date .story-time {
    max-width: 370px;
    font-size: 90px;
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .story-date .story-time {
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  .story-date-wrap {
    position: relative;
  }
  .story-date-wrap:before {
    content: "";
    left: -10px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    background: #fff;
    border: 4px solid #0096d9;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
}
@media (min-width: 768px) {
  .story-date-wrap-alt:before {
    left: inherit;
    right: -10px;
  }
  .story-date-wrap-alt .story-time {
    text-align: right;
  }
}
.story-item-img {
  margin-bottom: 15px;
}
.story-item-img img {
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.story-text,
.story-text p {
  font-size: 13px;
  line-height: 1.5;
}
/* ==========================================================
! 17. Module: GridBlog
========================================================== */
/* GridBlog Module (bearr-gridblog) */
.module-gridblog {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width:992px) {
  .module-gridblog {
    padding-right: 0;
    padding-left: 0;
  }
}
.module-gridblog .gridblog-date {
  width: 100%;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
  background-color: #20b8fb;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 200;
}
@media (min-width: 768px) {
  .module-gridblog .gridblog-date {
    height: 110px;
    padding-top: 20px;
    margin-bottom: 0;
  }
}
.module-gridblog .gridblog-post {
  background: none;
}
.module-gridblog .gridblog-title {
  color: #20b8fb;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.module-gridblog .gridblog-text {
  color: #414042;
  font-size: 14px;
  margin-bottom: 5px;
}
.module-gridblog .gridblog-read-more {
  color: #20b8fb;
  font-size: 13px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 1200px) {
  .module-gridblog .gridblog-read-more {
    text-align: right;
  }
}
.module-gridblog .gridblog-title,
.module-gridblog .gridblog-text,
.module-gridblog .read-more,
.module-gridblog .gridblog-date {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.module-gridblog .gridblog-item {
  border-bottom: 4px solid #e7e7e7;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .module-gridblog .gridblog-item {
    height: 150px;
  }
}
.module-gridblog .gridblog-item:hover .gridblog-title,
.module-gridblog .gridblog-item:hover .gridblog-text,
.module-gridblog .gridblog-item:hover .read-more {
  color: #414042;
}
.module-gridblog .gridblog-item:hover .gridblog-date {
  background-color: #414042;
}
.module-gridblog .gridblog-item-wrapper {
  clear: both;
}
.module-gridblog .gridblog-post {
  margin-bottom: 0;
}
.module-gridblog a:hover {
  text-decoration: none;
}
/* ==========================================================
! 18. Module: Portfolio
========================================================== */
/* ! >> Variables and Mixins
==============  =========================================== */
.background-cover,
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Portfolio Module (bearr-portfolio) */
.bearr-portfolio {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bearr-portfolio-filter {
  text-align: center;
  padding-bottom: 20px;
}
.bearr-portfolio-filter .portfolio-filter-item {
  border: 0;
  background: transparent;
  color: #414042;
  border: 1px solid #0096d9;
  padding: 6px 10px;
  margin-right: 3px;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1px;
  outline: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bearr-portfolio-filter .portfolio-filter-item:hover {
  background: #0096d9;
  color: #ffffff;
}
.bearr-portfolio-filter .portfolio-filter-item.item-active {
  background: #0096d9;
  color: #ffffff;
  outline: none !important;
}
.bearr-portfolio-content:after {
  content: '';
  clear: both;
}
.bearr-portfolio-content .portfolio-item-wrapper {
  position: relative;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .bearr-portfolio-content .portfolio-item-wrapper {
    float: left;
    width: 50%;
  }
}
.bearr-portfolio-content .portfolio-item-wrapper img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bearr-portfolio-content .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.bearr-portfolio-content .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 1;
}
.bearr-portfolio-content .portfolio-item:hover .portfolio-item-infos {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  opacity: 1;
}
.bearr-portfolio-content .portfolio-item-infos-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 126, 183, 0.5);
  color: #fff;
  text-align: right;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.bearr-portfolio-content .portfolio-item-infos {
  position: absolute;
  width: 100%;
  bottom: 20px;
  padding-right: 20px;
  top: auto;
  margin-top: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateX(12px);
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
}
.bearr-portfolio-content .portfolio-item-infos .portfolio-item-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.bearr-portfolio-content .portfolio-item-infos .portfolio-item-category {
  font-size: 10px;
  font-style: italic;
}
.bearr-portfolio-content p {
  display: none;
}
@media (min-width:992px) {
  .bearr-portfolio-content.bearr-portfolio-columns-3 .portfolio-item-wrapper {
    width: 50%;
  }
}
@media (min-width:992px) {
  .bearr-portfolio-content.bearr-portfolio-columns-3 .portfolio-item-wrapper {
    width: 33.33%;
  }
}
@media (min-width:992px) {
  .bearr-portfolio-content.bearr-portfolio-columns-4 .portfolio-item-wrapper {
    width: 25%;
  }
}
.bearr-portfolio-content.bearr-portfolio-margin .portfolio-item-wrapper {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
body .bearr-portfolio-content.bearr-portfolio-style-box .portfolio-item {
  height: 350px;
}
body .bearr-portfolio-content.bearr-portfolio-style-box .portfolio-item img {
  display: none;
}
.content-area-portfolio {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
.post-portfolio .portfolio-hero {
  padding-top: 220px;
  padding-bottom: 160px;
  background-color: #555;
  color: #ffffff;
  text-align: center;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.post-portfolio .portfolio-hero:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.post-portfolio .portfolio-hero .container {
  position: relative;
  z-index: 1;
}
.post-portfolio .portfolio-hero-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 42px;
}
.post-portfolio .portfolio-hero-subtitle {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 6px;
}
.post-portfolio .post-portfolio-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width:992px) {
  .post-portfolio .post-portfolio-content {
    width: 90%;
    margin: 0 auto;
  }
}
.post-portfolio .post-portfolio-description {
  border-left: 4px solid #ccc;
  padding: 20px;
}
.post-portfolio .post-portfolio-description:first-letter {
  font-size: 24px;
  font-weight: bold;
}
.post-portfolio .post-portfolio-description,
.post-portfolio .post-portfolio-description p {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 200;
  margin-bottom: 15px;
}
.post-portfolio .post-portfolio-meta {
  background: #f4f4f4;
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.post-portfolio .portfolio-meta-item-title {
  font-size: 14px;
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 3px;
  opacity: 0.9;
}
.post-portfolio .portfolio-meta-item-content {
  font-size: 12px;
  font-style: italic;
  opacity: 0.7;
}
.post-portfolio .post-portfolio-category:after {
  content: ', ';
}
.post-portfolio .post-portfolio-category:last-child:after {
  content: '' !important;
}
@media (min-width:992px) {
  .post-portfolio .post-portfolio-gallery {
    width: 90%;
    margin: 0 auto;
  }
}
.post-portfolio .portfolio-gallery-item {
  margin-bottom: 30px;
  width: 100%;
  display: block;
}
.post-portfolio .portfolio-gallery-item a {
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width:992px) {
  .post-portfolio .portfolio-gallery-item a {
    height: 400px;
  }
}
.post-portfolio .portfolio-gallery-item a:before {
  font-family: FontAwesome;
  content: "\f067";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 150, 217, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 32px;
  font-weight: bold;
  padding-top: 45%;
}
.post-portfolio .portfolio-gallery-item a:hover:before {
  opacity: 1;
}
@media (min-width:992px) {
  .post-pagination-portfolio {
    width: 90%;
    margin: 0 auto;
  }
}
/* ==========================================================
! 19. Plugin: Contact Form 7
========================================================== */
.wpcf7-form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
  font-style: italic;
  font-size: 12px;
}
.wpcf7-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
  font-style: italic;
  font-size: 12px;
}
.wpcf7-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
  font-style: italic;
  font-size: 12px;
}
.wpcf7-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-style: italic;
  font-size: 12px;
}
.wpcf7-form label {
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.wpcf7-form .label-wrapper {
  padding-left: 15px;
  display: inline-block;
  text-transform: uppercase;
}
.wpcf7-form .wpcf7-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  background-image: none;
  border: 1px solid #ccc;
  height: 48px;
  background: none;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 20px;
  font-weight: 300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.wpcf7-form .wpcf7-form-control:hover,
.wpcf7-form .wpcf7-form-control:focus {
  color: #fff !important;
}
@media (min-width:992px) {
  .wpcf7-form .wpcf7-form-control {
    height: 48px;
  }
}
.wpcf7-form textarea.wpcf7-form-control {
  min-height: 200px;
  padding: 20px;
  width: 100% !important;
}
.wpcf7-form span.form-label {
  font-style: italic;
}
.wpcf7-form input[type=submit] {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 0;
  background: #20b8fb;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.wpcf7-response-output {
  padding: 15px;
  text-align: center;
  margin-top: 5px;
}
span.wpcf7-not-valid-tip {
  background: #ff0000;
  color: #ffffff;
  display: inline-block;
  padding: 8px;
  font-size: 12px;
}
/* ==========================================================
! 20. Plugin: Simple Lightbox
========================================================== */
.simple-lightbox .sl-close:before {
  display: none;
}
.simple-lightbox [class^="sl-"] {
  font-family: Fira Sans;
}
.simple-lightbox .sl-navigation {
  font-size: 24px !important;
}
/* ==========================================================
! 21. Crossbrowser Solutions
========================================================== */
.ie9 #page-loader,
.ie8 #page-loader {
  display: none !important;
}
