/*
Theme Name: Venor
Theme URI: https://venor.lucianionut.com
Description: Consulting Business WordPress Theme
Version: 1.1
Author: SweetThemes
Author URI: https://themeforest.net/user/sweet-themes
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: venor
Date: 27-FEB-2019
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*------------------------------------------------------------------
[Main Theme Stylesheet]
[Table of contents]
1. Reset CSS
2. General styling
3. Buttons
4. Blocks
5. Statistics
6. Boostrap styling
7. Product Page
8. PAGE PRELOADER
-------------------------------------------------------------------*/
/* 1. Reset CSS */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
mark {
  background: transparent;
  color: #000000;
  text-decoration: underline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #000000;
  font-family: monospace;
  font-size: 12px;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  color: #686868;
  font-size: 15px;
  line-height: 23px;
}
table,
th,
td {
  border: 1px solid #e6e6e6;
}
td,
th {
  padding: 10px !important;
  text-align: center;
}
.vc_row {
  outline: 0;
}
.blog-posts .single-post .post-details .post-excerpt blockquote p {
  color: #000;
}
.post-password-form input[type="submit"] {
  background: rgb(236, 29, 35) none repeat scroll 0 0;
  border-radius: 10px;
}
.blog-posts .single-post .post-excerpt.row > h1,
.blog-posts .single-post .post-excerpt.row > h2,
.blog-posts .single-post .post-excerpt.row > h3,
.blog-posts .single-post .post-excerpt.row > h4,
.blog-posts .single-post .post-excerpt.row > h5,
.blog-posts .single-post .post-excerpt.row > h6 {
  color: #000000;
}
.post-excerpt.row > h1,
.post-excerpt.row > h2,
.post-excerpt.row > h3,
.post-excerpt.row > h4,
.post-excerpt.row > h5,
.post-excerpt.row > h6 {
  color: #000000;
}
.page-links,
.post-excerpt.row > th,
.post-excerpt.row > address,
.post-excerpt.row > dl,
.post-excerpt.row > ol,
.post-excerpt.row > ul {
  color: #9aa7af;
}
/* 2. General styling */
section {
  position: relative;
}
section.cover {
  background-size: cover;
}
img {
  max-width: 100%;
}
.mt-full-screen {
  width: 100%;
  height: 100%;
}
.mt-half-page {
  width: 100%;
  height: 50%;
}
.mt-uppercase {
  text-transform: uppercase;
}
.mt-blue {
  background: #00adf1;
}
p.subtitle {
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}
.top-margin {
  padding-top: 60px;
}
.mediu-margin {
  padding-top: 25px;
  padding-bottom: 25px;
}
p {
  color: #686868;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
/* 3. Buttons */
.button {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  padding: 10px 20px;
  margin: 10px;
}
.button.outline-button {
  border: 1px solid #ffffff;
}
.button:hover {
  text-decoration: none;
  color: #ffffff;
}
.button.outline-button.mt-blue {
  border-color: #00adf1;
  color: #ffffff;
}
.video-background {
  height: 100%;
}
/* 4. Blocks */
.block-triangle {
  width: 80px;
  height: 80px;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  margin: 0 auto;
  position: relative;
  top: 25px;
  box-shadow: 0 0 0 6px #ffffff, 0 0 0 7px #dadbdb;
  -webkit-box-shadow: 0 0 0 6px #ffffff, 0 0 0 7px #dadbdb;
}
.block-title p {
  color: #2f383d;
  font-size: 16px;
  font-weight: 500;
}
.block-content p {
  font-size: 15px;
  color: #9aa7af;
  font-weight: 300;
}
.block-icon i {
  color: #ffffff;
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
/* Left Block */
.left-block-container {
  margin-bottom: 20px;
}
.left-block-container .block-title p {
  text-transform: uppercase;
}
.left-block-container .block-title {
  padding-top: 20px;
}
.left-block-container {
  border-bottom: 1px solid #b1b6bb;
}
.left-block-container:last-child {
  border-bottom: 0 none;
}
/* Filters */
.filters {
  list-style: none;
  text-align: center;
  width: 100%;
}
.filters .filter {
  display: inline-block;
}
/* Testimonial */
.testimonials-container ul {
  list-style: none;
  padding: 0;
}
.testimonials-container blockquote {
  border: 0 none;
  text-align: center;
  padding: 40px 0 60px 0;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.testimonials-container blockquote * {
  font-size: 26px;
}
/* Members */
/* 5. Statistics */
.timeline .post-cotnent-left {
  padding-right: 60px;
}
.timeline .post-cotnent-right {
  padding-left: 60px;
}
.timeline {
  position: relative;
}
.timeline article {
  padding-bottom: 40px;
  position: relative;
}
.timeline:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 2px;
  background: #00adf1;
}
.timeline article:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 90px;
  background: url("images/timeline-dot.jpg");
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -45px;
}
body.single-post {
  border: 0 none;
}
/* Section: Contact */
.button[type="submit"] {
  border-bottom: 4px solid;
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 500;
  margin: 0;
  padding: 10px;
}
#contact_form .contact_input_holder {
  margin-bottom: 15px;
}
.contact_input_holder {
  margin-bottom: 20px;
}
.contact_input_holder i {
  font-size: 20px;
  left: 15px;
  opacity: 0.5;
  top: 9px;
}
#contact_form input[type="text"]::-webkit-input-placeholder,
#contact_form input[type="text"]:-moz-placeholder,
#contact_form input[type="text"]::-moz-placeholder,
#contact_form input[type="text"]:-ms-input-placeholder,
#contact_form textarea::-webkit-input-placeholder,
#contact_form textarea:-moz-placeholder,
#contact_form textarea::-moz-placeholder,
#contact_form textarea:-ms-input-placeholder {
  color: #686868;
}
#contact_form {
  background-color: rgb(242, 245, 248);
  overflow: hidden;
  padding: 21px 7px;
}
#contact_form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/* Ketchup validator */
.ketchup-error {
  display: none !important;
}
/* 6. Boostrap styling */
.btn-default:after {
  background: #2c3e50;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  content: "";
  position: absolute;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  z-index: -1;
}
.btn-default:hover:after {
  width: 100%;
}
.btn-primary:hover {
  background: rgba(52, 73, 94, 1);
}
.navbar {
  margin-bottom: 0;
  border: 0 none;
  border-radius: 0;
}
.vc_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* WordPress */
.alignright {
  text-align: right;
}
.no-author-pic .author-name {
  margin: 0;
}
.alignleft {
  text-align: left;
  float: left;
}
.aligncenter {
  text-align: center;
}
.wp-caption.alignleft {
  margin: 10px 20px 10px 0;
}
.clearfix {
  clear: both;
}
.form-control {
  background-color: #fff;
  background-image: none;
  border: 2px solid rgba(204, 204, 204, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 42px;
  line-height: 1.42857;
  padding: 6px 40px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
/* buttons */
.wpb_button {
  border: 1px solid #ffffff;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  padding: 10px 20px;
  margin: 10px;
  background-color: transparent;
  color: #ffffff;
  text-shadow: none;
}
.wpb_button:hover {
  text-decoration: none;
  color: #ffffff;
  background: transparent;
}
.wpb_button:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  content: "";
  position: absolute;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  z-index: -1;
}
.wpb_button:hover:after {
  width: 100%;
}
body .vc_btn,
body a.vc_btn,
body button.vc_btn {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 0;
}
/* Remove margin bottom from rows in section with high padding */
.vc_container .vc_row:nth-last-of-type(2) {
  margin-bottom: 0;
}
/* Top bar on One Page */
.mt-top-bar > div {
  padding: 20px 0;
}
.mt-top-bar h1.logo {
  margin: 0;
}
.list-view .post-thumbnail {
  margin-left: 0;
  padding-left: 0;
}
.clear_both_class:nth-child(3n + 1) .grid-three-columns {
  clear: both !important;
}
.clear_both_class:nth-child(2n + 1) .grid-two-columns {
  clear: both !important;
}
.full-width-part {
  width: 100%;
}
/* 7. Product Page */
.heading-holder h2,
.heading-holder {
  font-size: 18px;
  color: #2f383d;
}
.heading-holder h2,
.heading-holder i {
  display: block;
}
.heading-holder i {
  float: right;
  padding: 5px;
  color: #e1e1e1;
  border: 1px solid #e1e1e1;
  margin-top: 10px;
  cursor: pointer;
}
.heading-holder h2 {
  float: left;
}
.form-holder-addon {
  width: 48%;
  float: left;
}
.wpb_tabs .wpb_tabs_nav {
  background: #f5f6f7;
  position: relative;
  border-bottom: 1px solid #dfe5e9;
}
.wpb_tabs .wpb_tabs_nav:before {
  position: absolute;
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  left: 0;
  top: 0;
  background: #e9edef;
}
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  padding: 10px 20px;
}
.wpb_tabs .wpb_tabs_nav li {
  border-top: 5px solid transparent;
}
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: #fff;
}
.wpb_tabs {
  border-top: 0 none;
  border-bottom: 1px solid #dfe5e9;
  border-left: 1px solid #dfe5e9;
  border-right: 1px solid #dfe5e9;
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: #fff;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
  background: #fff;
  position: relative;
}
.wpb_content_element .wpb_tabs_nav li {
  background: transparent;
}
.wpb_tabs .wpb_tabs_nav li a {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.wpb_content_element .wpb_tabs_nav li:first-child a {
  border-left: 0 none;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
  position: relative;
  border-color: #dfe5e9;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #fff;
  opacity: 1;
}
.wpb_content_element .wpb_tabs_nav {
  background: #f5f6f7;
  position: relative;
  border-right: 1px solid #dfe5e9;
}
.wpb_tour {
  border-right: 1px solid #dfe5e9;
  border-top: 1px solid #dfe5e9;
  border-bottom: 1px solid #dfe5e9;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  padding: 15px 20px;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  padding-top: 10px;
  padding-left: 10px;
}
.wpb_tour_next_prev_nav {
  padding-right: 10px;
  padding-left: 10px;
}
.wpb_tour .wpb_tabs_nav:before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  left: 0;
  top: 0;
  background: #e9edef;
}
.wpb_tour .wpb_tabs_nav li {
  border-left: 5px solid transparent;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li a {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.wpb_tour .wpb_tabs_nav li:first-child a {
  border-top: 0 none;
}
.wpb_tour .wpb_tabs_nav li:last-child a {
  border-bottom: 0 none;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a {
  border-color: #dfe5e9;
  position: relative;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  background: #fff;
  opacity: 1;
}
.widget-title {
  margin-bottom: 15px;
}
.no-margin-head .section-title {
  margin-top: 0;
}
.widget-title,
h3#reply-title,
h2.heading-bottom {
  font-size: 24px;
  margin-top: 30px;
  padding-bottom: 5px;
  margin-bottom: 40px;
  position: relative;
  font-weight: 600;
}
h2.heading-bottom {
  margin-top: 10px;
  margin-bottom: 50px;
}
h2.heading-bottom::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 4px;
  border-radius: 0px;
}
.post_thumbnails_slider {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  overflow: hidden;
}
.fixed-sidebar-menu .widget-title::after {
  display: none;
}
h2.heading-bottom.text-left:after {
  right: auto;
  left: 0;
}
h2.heading-bottom.text-right:after {
  left: auto;
  right: 0;
}
.blog-posts.portfolio-posts.portfolio-shortcode {
  margin: 10px 0 2px;
}
.venor_call-to-action h2 {
  font-size: 20px;
  color: #fff;
}
.venor_call-to-action p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  margin: 0;
}
.venor_call-to-action .vc_col-md-4 {
  padding-right: 0;
  text-align: center;
}
.venor_call-to-action .vc_col-md-8 {
  padding-left: 0;
}
.venor_call-to-action {
  padding: 40px 0;
}
.vc_row {
  background-size: cover;
}
.venor_call-to-action .wpb_button {
  margin-top: 20px;
}
.venor_shortcode_blog {
  padding: 0;
  overflow: hidden;
}
.wpb_content_element {
  margin: 20px 0;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  background: #ffffff;
}
.wpb_content_element
  .wpb_accordion_wrapper
  .wpb_accordion_header.ui-state-active {
  border-bottom: 1px solid #d5dadd;
}
.wpb_content_element
  .wpb_accordion_wrapper
  .wpb_accordion_header.ui-state-active
  a {
  color: #fff;
}
.wpb_accordion_section {
  margin-bottom: 10px;
  border: 1px solid #d5dadd;
}
.vc_carousel-inner img,
.vc_carousel-inner .vc_inner > a {
  min-width: 100% !important;
}
.vc_images_carousel .vc_carousel-control .icon-next {
  color: #fff;
}
.masonry_banner a {
  display: block;
}
.masonry_banner a:before,
.masonry_banner a:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.masonry_banner a:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.masonry_banner a:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.masonry_banner:hover a:before,
.masonry_banner:hover a:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.masonry_holder {
  margin: 30px 40px;
  position: absolute;
  top: 0;
  width: 80%;
}
.masonry_holder .category_name {
  color: rgb(255, 255, 255);
  font-size: 45px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.masonry_banner .read-more {
  border: 1px solid;
  color: rgb(255, 255, 255);
  display: block;
  float: left;
  margin-top: 7px;
  padding: 4px 6px;
}
.button-winona {
  border-radius: 4px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
/* Winona */
.button-winona:hover span {
  color: #fff !important;
}
.button-winona {
  overflow: hidden;
  padding: 0;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
  padding: 10px 15px;
}
.button-winona > span {
  display: block;
}
.button-winona::after,
.button-winona > span {
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona.button--inverted:hover {
  border-color: #21333c;
  background-color: #21333c;
}
.button-winona:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button-winona:hover > span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}
.menu-multipage-01-container {
  float: left;
}
.shop_feature {
  margin-top: 40px;
  padding-bottom: 40px;
}
.wpb_column > .wpb_wrapper > .clients-container {
  margin: 20px 0;
}
.no-padding-bottom
  .container
  #main
  article
  .entry-content
  > .wpb_row.no-bottom-margin {
  margin-bottom: 0;
}
.top_section .wpb_wrapper h1 span {
  font-size: 80px;
}
/*SINGLE POST*/
.related-posts .post-author > a {
  display: inline;
}
.related-posts .post-name a {
  color: black;
  line-height: 140%;
  margin-bottom: 6px;
  font-weight: bold;
}
.related-posts .post-author {
  opacity: 0.85;
}
.single-post .love-it-wrapper {
  display: none;
}
.related_blog_details {
  background: white none repeat scroll 0 0;
  padding: 30px;
}
.single .label-info.edit-t {
  background: black none repeat scroll 0 0;
  display: block;
  float: right;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 6px;
}
.single .label-info.edit-t a {
  color: #fff;
  font-weight: 300;
}
.page-links {
  background-color: rgb(245, 245, 245);
  color: rgba(37, 37, 37, 0.8);
  margin-top: 10px;
  padding: 15px !important;
  box-shadow: 0 0 5px rgba(51, 50, 50, 0.1);
}
.post-author > a {
  display: inline !important;
}
.comment-list .heading-bottom {
  margin-bottom: 25px;
}
.single-post-tags > span {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  overflow: hidden;
  line-height: 30px;
  margin: 0 5px 5px 0;
  vertical-align: bottom;
  padding: 5px 10px 5px 0;
  border-radius: 5px;
}
.single-post-tags > a {
  color: #686868;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  font-size: 12px;
  display: inline-block;
  position: relative;
  border: 0;
  text-transform: uppercase;
}
.post-navigation {
  position: relative;
  padding: 0;
  margin: 50px 0 0;
  display: flex;
  clear: both;
}
.post-navigation .prev-post,
.post-navigation .next-post {
  position: relative;
  color: #000;
  background: #fff;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
}
.post-navigation .prev-post span,
.post-navigation .next-post span {
  text-transform: uppercase;
  color: #0d56d9;
  font-weight: 600;
  font-size: 12px;
  display: block;
  margin: 0 0 10px;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
}
.post-navigation .prev-post span:hover,
.post-navigation .next-post span:hover {
  color: #000;
}
.post-navigation .prev-post a,
.post-navigation .next-post a {
  font-size: 15px;
  line-height: 1.5;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}
.post-navigation .prev-post a:hover,
.post-navigation .next-post a:hover {
  color: #0d56d9;
}
.post-navigation .prev-post img,
.post-navigation .next-post img {
  border-radius: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.post-navigation .prev-post img:hover,
.post-navigation .next-post img:hover {
  -webkit-filter: brightness(1.07);
  filter: brightness(1.07);
}
.post-navigation .prev-post img {
  float: left;
  margin-right: 30px;
}
.post-navigation .next-post img {
  float: right;
  margin-left: 30px;
}
.post-navigation .next-post {
  text-align: right;
}
.single-post-tags > a:last-child::after {
  display: none;
}
.next-post-content,
.prev-post-content {
  padding: 25px;
}
.portfolio-bottom-description .love-it-wrapper {
  display: none;
}
.portfolio-bottom-icons h4.single-post-love {
  display: inline-table;
  margin: 0;
}
.single-post .post-categories {
  margin-bottom: 5px;
  margin-top: 5px;
}
/* 8. PAGE PRELOADER*/
.venor_preloader_holder {
  background: #009dde none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10003;
}
.venor_preloader_holder .loaders {
  left: 50%;
  position: absolute;
  top: 50%;
}

footer .footer-top {
  background-image: none !important;
  background-color: #cfd0d4 !important;
  padding-bottom: 10px;
}

.footer-div-parent .footer {
  display: none !important;
}

.img-poli-footer {
  width: 140px !important;
  margin-top: 10px;
  margin-bottom: 0;
}

.footer-row-1 .row .sidebar-2 {
  display: none !important;
}

.top-header-wrapper {
  display: none;
}
/* ul#top-menu {
    margin: 15px 0 0;
    padding: 0;
}
#top-menu li a{
	padding: 5px;
    font-size: 13px;
	color: #888;
}
.top-menu{
	border-bottom: 1px solid #999;
} */

/* .btn-traductor a {
  margin: auto;
  text-align: center;
  display: block;
  margin-top: 17px;
  color: #999 !important;
  font-size: 0.8em;
}
.btn-traductor a i {
  font-size: 1.7em;
  margin-left: -18px;
  position: relative;
  top: 2px;
} */

/*.btn-shop a {
  margin: auto;
  text-align: left;
  display: block;
  font-size: 1.8em;
  margin-top: 10px;
  color: #3b6980;
}*/

.bg-white {
  background-color: #fff !important;
}

@media (max-width: 1000px) {
  .hidden-mobile {
    display: none;
  }
}

@media (max-width: 770px) {
  footer .logo img {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 992px) {
  #media_image-2,
  #media_image-3,
  #custom_html-6,
  #custom_html-6 .custom-html-widget p {
    margin-bottom: 0px !important;
  }
  .img-poli-footer {
    margin-bottom: 0px;
    display: block;
    margin: auto;
  }
  .copy-plm {
    text-align: center !important;
    display: block !important;
    max-width: 100% !important;
  }
}

.footer-row-1 .col-md-8 {
  background: transparent !important;
  padding: 0px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.footer-row-1 {
  padding-top: 50px !important;
  padding-bottom: 10px !important;
}

#nav_menu-6 {
  border-bottom: solid 1px #999 !important;
}

#Footer-Principal {
  border-bottom: solid 1px #999 !important;
  padding-bottom: 12px;
  padding-left: 0px !important;
}

#Footer-Principal li a {
  color: #666;
  text-align: center;
  text-decoration: none;
}

#Footer-Segundario {
  padding-left: 0px;
  text-align: right;
}

#Footer-Segundario li a {
  display: block;
  color: #666;
  text-align: center;
  text-decoration: none;
}

footer .social-links {
  text-align: right;
}

.footer-row-3 .row .sidebar-1 {
  padding: 0px !important;
}
.footer-row-3 .row .sidebar-2 {
  padding: 0px !important;
}

@media (min-width: 992px) {
  .footer-row-3 .row .sidebar-1 {
    width: 170px !important;
  }
  .footer-row-3 .row .sidebar-2 {
    width: 170px !important;
  }
  .footer-row-3 .row .sidebar-4 {
    width: 39% !important;
  }
}

.copy-plm,
.copy-plm a,
.copy-plm strong {
  color: #666 !important;
  text-align: right !important;
}

.copy-manpower {
  color: #666 !important;
  text-align: left !important;
}

header {
  background: #fff !important;
  border-bottom: 1px solid #f9f9f9 !important;
}

.vc_custom_1547761556007 .section-title {
  padding-left: 0px !important;
}
.vc_custom_1547761556007 .section-title:before {
  width: 0px !important;
}

.vc_custom_1549207431592 .vc_column_container:first-child {
  border-right: solid #fff 1px;
}

.vc_column_container > .vc_column-inner {
  padding-left: 30px;
  padding-right: 30px;
}

.button-winona.btn.btn-sm {
  padding: 15px 25px;
  margin-top: 0px;
}

.button-winona.btn.btn-sm i {
  margin-left: 5px;
  font-size: 2em;
  font-weight: lighter;
  margin-top: -12px;
  position: relative;
  top: 6px;
}

.vc_custom_1549207431592 h1 {
  font-size: 1.5em !important;
}

.vc_custom_1549207431592 h6 {
  padding-left: 0px !important;
}

.vc_custom_1549207431592 h6::before {
  content: "";
  width: 0px !important;
  height: 0px !important;
}

.pace-progress,
.pace-inactive,
.pace-done .pace-cover,
.pace .pace-activity {
  background: #3b6980 !important;
}

.back-to-top {
  background: #3b6980 !important;
}

.blog-posts-shortcode.blog-posts .list-view .blog_custom .post-categories {
  background: #3b6980 !important;
}

.dark_title,
footer .social-links a:hover i,
.list-view .post-details .post-category-comment-date span > i,
.tweet-content i,
.projects-posts-list-shortcode .projects-listing a.active,
.projects-posts-list-shortcode .projects-listing a:hover,
body
  .blog-posts-shortcode.blog-posts
  .list-view
  .post-details
  .post-name
  a:hover,
.single-st_cases h4.portfolio-name a:hover,
.single-st_cases .portfolio-posted-in a:hover,
.post-category-comment-date i,
.sidebar-content .custom-html-widget a.html-widget-link:hover,
.widget_sweetthemes_recent_entries_with_thumbnail li:hover a,
body .fixed-sidebar-menu .left-side .social-links li:hover *,
.parent-typed-text .mt_typed_text,
.parent-typed-text .typed-cursor,
body.woocommerce
  ul.products
  li.product
  h2.woocommerce-loop-product__title
  a:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.added_to_cart.wc-forward:hover,
.comment_body .reply_button,
.post-tags-single i,
.post-navigation .prev-post span,
.post-navigation .next-post span,
footer .footer-top .menu .menu-item a:hover,
.single-member .member_position,
.single-member .member_email i,
.single-member .member_phone i,
.single-member .areas_expertise_content h4,
.mt_members1 .member01_link:hover,
body .accordion-services .vc_tta-panel .vc_tta-panel-title a {
  color: #3b6980 !important;
}

#wpcf7-f2422-o1 .wpcf7-form input,
#wpcf7-f2422-o1 .wpcf7-form textarea,
#wpcf7-f2422-o1 .wpcf7-form select {
  margin: 0px !important;
}

#wpcf7-f2422-o1 .wpcf7-response-output {
  display: none !important;
}

#wpcf7-f2422-o1 .wpcf7-submit {
  display: block;
  margin: auto;
  padding: 14px !important;
}

#wpcf7-f2422-o1 .wpcf7-form-control-wrap {
  display: block;
}

.ebd_results {
  margin-top: -20px !important;
  margin-bottom: 40px !important;
}

.download-link {
  display: none !important;
}

.wpcf7-form .wpcf7-submit {
  text-transform: capitalize;
}

#wpcf7-f1956-p847-o1 .wpcf7-submit {
  display: block;
  width: 100%;
}

.venor-contact input,
.venor-contact textarea,
.venor-contact select {
  padding: 10px 20px;
  display: block;
  width: 100%;
  border: 1px solid rgba(154, 154, 154, 0.5);
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #686868;
  font-family: Roboto;
  border-radius: 0px !important;
  margin: 0px;
  background: #fff !important;
  font-size: 1em;
}

.venor-contact .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-acceptance span {
  margin: 0px;
}

.wpcf7-acceptance input {
  line-height: 0px;
  height: 10px;
  width: 10px;
  margin-top: -15px;
  padding: 10px !important;
}

.accept-text {
  font-size: 0.68em;
  text-align: left;
  display: block;
  margin-left: 6px;
  position: relative;
  top: -8px;
  left: 10px;
  line-height: 12px;
}

.your-consent {
  line-height: 0px;
}

.wpcf7-acceptance label {
  margin: 0px !important;
}
.wpcf7-acceptance label .wpcf7-list-item-label {
  margin: 0px !important;
}
#wpcf7-f1956-p847-o1 .wpcf7-submit {
  margin-top: 0px !important;
}
.vc_custom_1541717565875 .section-title {
  padding-left: 0px !important;
}
.vc_custom_1541717565875 .section-title::before {
  width: 0px !important;
}

.btn-blue-download a {
  border-color: #436da7 !important;
  background-color: #436da7 !important;
  color: #fff !important;
  padding: 12px 15px !important;
  font-size: 1.3em !important;
  text-align: center;
  margin: auto;
}

.btn-blue-download:hover {
  color: #fff !important;
}

.btn-blue-download a:hover {
  color: #fff !important;
}

.contentCountry {
  position: relative;
}
.arrow-box {
  z-index: 1000000;
  width: 250px;
  position: absolute;
  margin-left: -28px;
  display: none;
  height: 0px;
  top: 35px;
  left: -50px;
}
.arrow-box .content {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 10px !important;
  border: 2px solid #ddd;
  border-radius: 8px;
  /*margin-top: 5px;*/
}

.arrow-box:after,
.arrow-box:before {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 9px;
  margin-left: -9.2px;
}
.arrow-box:before {
  border-color: rgba(204, 204, 204, 0);
  border-width: 10px;
  margin-left: -10px;
}
.arrow-box-top:after,
.arrow-box-top:before {
  bottom: 100%;
}
.arrow-box-top:after {
  border-bottom-color: #ffffff;
}
.arrow-box-top:before {
  border-bottom-color: #cccccc;
}
.arrow-box-title {
  color: #444;
  font-size: 1.2em !important;
  margin: 0px;
  margin-bottom: 4px;
  font-weight: bold;
  text-align: center;
}
.arrow-box p {
  font-size: 0.7em;
  text-align: center;
  line-height: 15px;
}

.arrow-box-body {
  margin: auto;
  display: block;
  text-align: center;
}

.arrow-box-body a {
  margin-top: 13px;
  border-radius: 4px;
  font-size: 1.1em;
  background-color: #436da7 !important;
  display: block;
  border: #436da7;
}

.arrow-box-body select {
  display: block;
  width: 82%;
  margin: auto;
  text-align: center;
}

.st_cases .portfolio-bottom-description .row .col-md-4 {
  display: none;
}

.prev-next-post {
  display: none;
}

#wow-modal-window-1 .mw-title {
  font-size: 16px !important;
  line-height: 20px !important;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 16px;
  text-align: left;
  color: #444;
  margin-top: 20px !important;
}

#wpcf7-f2422-o1 {
  margin-left: 15px;
  margin-right: 15px;
}

#wpcf7-f2422-o1 .wpcf7-submit {
  display: block;
  margin: auto;
  width: 100%;
  padding: 14px !important;
  background-color: #436da7 !important;
}

#wpcf7-f2422-o1 .wpcf7-submit:hover {
  background-color: #436da7 !important;
}
#wpcf7-f2422-o1 .wpcf7-submit:before {
  background: #436da7 !important;
}

#wow-modal-close-1.mw-close-btn.image:before {
  background: #666 !important;
  border-radius: 0px;
}

#wow-modal-close-1 {
}

#investigacion_send {
  display: none;
}

.header-title-breadcrumb-overlay h1 {
  color: #fff !important;
}
.header-title-breadcrumb-overlay .breadcrumb li {
  color: #fff !important;
}
.breadcrumb a::after {
  color: #444 !important;
}
.header-title-breadcrumb-overlay .breadcrumb li a {
  color: #fff !important;
}
.header-title-breadcrumb-overlay .breadcrumb .active {
  color: #fff !important;
  font-weight: bold;
}

.header-title-breadcrumb-overlay h1:hover {
  color: #444 !important;
}

#solucion_value {
  display: none !important;
}
#categoria_value {
  display: none !important;
}
#empresa_value {
  display: none;
}

#wow-modal-window-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
  max-width: 380px !important;
  width: 100% !important;
}

#wow-modal-window-2 .mw-title {
  font-size: 25px !important;
  line-height: 0px !important;
  margin-top: 30px !important;
}
#wpcf7-f2789-o2 textarea {
  height: 120px !important;
}

#wpcf7-f2789-o2 form {
  margin-top: -30px;
}

#wpcf7-f2789-o2 form input {
  height: 45px;
}
#wpcf7-f2789-o2 form select {
  height: 45px;
}

#wow-modal-window-2 .accept-text {
  top: -23px !important;
  left: 8px !important;
}

#wow-modal-window-2 form .wpcf7-submit {
  margin-top: -25px;
  display: block;
  width: 100%;
  background: #436da7 !important;
}

#wow-modal-window-2 form .wpcf7-submit:hover {
  background-color: #436da7 !important;
}

#btn-empleados a {
  width: 140px;
  float: left;
  margin-left: 25px;
}

#btn-ex-empleados a {
  width: 140px;
  float: right;
  margin-top: -1px;
  margin-right: 25px;
}

#post-2473 h3 {
  margin-bottom: 20px;
}

form .wpcf7-submit::before {
  background: #436da7 !important;
}

.vc_custom_1556643488898 .vc_btn3-right a {
  position: relative !important;
  right: -8% !important;
}

.vc_custom_1556642803697 .vc_btn3-left a {
  position: relative !important;
  left: -8% !important;
}

.cd-filters {
  display: none;
  transition: all 2s;
}

.vc_custom_1559706324577 .vc_col-sm-8 .vc_column-inner {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .vc_custom_1559706324577 .vc_col-sm-8 {
    width: 72% !important;
  }
  .vc_custom_1559706324577 .vc_col-sm-2 {
    width: 14% !important;
  }
}

#media_image-2 {
  width: 130px;
  margin-top: 15px;
}
#media_image-3 {
  width: 130px;
  margin-top: 8px;
}

.mw-title {
  font-size: 1.2em !important;
}

/*.venor-contact{
	margin-left:15px;
	margin-right:15px;
	margin-top: -5px;
}*/
.venor-contact input,
.venor-contact textarea,
.venor-contact select {
  font-family: Poppins !important;
  font-size: 0.9em;
}

.venor-contact .wpcf7-submit {
  display: block;
  width: 100%;
  margin-top: -15px;
  margin-bottom: -10px;
}

#content-participacion {
  margin-top: 0px;
}
#content-participacion .your-consent {
  margin-top: 25px;
  margin-bottom: 0px;
}

#content-participacion .wpcf7-submit {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
}

.search-no-results .col-md-8 {
  padding: 0px 0px;
  box-shadow: none;
}

.main-content .no-results {
  padding: 30px;
}

.post-author {
  display: none;
}

/* CSS form contacto fixed */

.sticky {
  position: fixed;
  top: 60px;
}

.sticky + #wpcf7-f1956-p847-o1 {
  padding-top: 200px;
}

/* Title pages */
.header-title-breadcrumb-overlay h1 {
  color: #e77c22 !important;
}
.header-title-breadcrumb-overlay h1:hover {
  color: #e77c22 !important;
}
.header-title-breadcrumb-overlay .breadcrumb li a {
  color: #4970a7 !important;
}
.header-title-breadcrumb-overlay .breadcrumb .active {
  color: #4a71a8 !important;
}
