/*
    Theme Name: Inspiry TourPress
    Theme URI: https://themeforest.net/user/inspirythemes/portfolio
    Author: InspiryThemes
    Author URI: https://inspirythemes.com
    Description: A purpose oriented WordPress theme for tours business.
    Version: 1.1.3
    Text Domain: inspiry-tourpress
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Tags: two-columns, three-columns, four-columns, right-sidebar, custom-background, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, translation-ready, threaded-comments, blog, holiday, e-commerce

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

/*
    Seccion del Topbar
*/
.top-bar,
.top-bar a {
  color: #ffffff;
}
/*
    Seccion del Menu
*/
.header header .logo-wrap {
  margin-bottom: 0rem !important;
}
.header header {
  padding: 0 0 !important;
}
.header header .main-menu > li.current_page_item > a,
.header header .main-menu > li.current-menu-ancestor > a,
.header header .main-menu > ul li.current_page_item > a,
.header header .main-menu > ul li.current-menu-ancestor > a {
  color: #004274;
}
.header header .main-menu > li a,
.header header .main-menu > ul li a {
  font-size: 1.6rem;
  padding: 1rem 0.2rem 1rem 0.2rem;
  display: inline-block;
}
.header header .main-menu > li.current_page_item:before,
.header header .main-menu > li.current-menu-ancestor:before,
.header header .main-menu > ul li.current_page_item:before,
.header header .main-menu > ul li.current-menu-ancestor:before {
  content: "";
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #004274 transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 3px);
}
.header header .main-menu > li.current_page_item,
.header header .main-menu > li.current-menu-ancestor,
.header header .main-menu > ul li.current_page_item,
.header header .main-menu > ul li.current-menu-ancestor {
  border-color: #004274;
}
.header header .main-menu > li a:hover,
.header header .main-menu > ul li a:hover {
  color: #135f9b;
}
.header header .main-menu > li .sub-menu li a:hover,
.header header .main-menu > ul li .sub-menu li a:hover {
  background-color: #fff;
  color: #135f9b;
}
.header header .main-menu > li .sub-menu,
.header header .main-menu > ul li .sub-menu {
  position: absolute;
  top: 104%;
  left: 0;
  z-index: 20;
  min-width: 20rem;
  background-color: #135f9b;
  display: none;
}
/*
    Seccion del Slider
*/
.flexslider {
  display: none;
  visibility: hidden;
}
.home-section {
  padding: 0rem 0 !important;
}
/*
    Para el Contenido
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.entry-content strong {
  color: #135f9b !important;
}
p {
  text-align: justify;
}
/*
    Para los formularios
*/
.totalpago {
  display: none;
  visibility: hidden;
}
#formulario {
  /* background: #ff0000 !important; */
  padding: 8px 4px;
}
