/*
Theme Name: 123Peru
Theme URI: https://123peru.com
Author: 123Peru
Author URI: https://123peru.com
Template: salient
Description: 123Peru theme
Version: 1.0
Text Domain: schema
Domain Path: /lang
*/

/* Underline URLS */

p a {
    text-decoration: underline;
}

/* Slider background shadow for text */
.swiper-slide .content h2 {
  color: #ffffff;
  text-shadow: 3px 3px 20px black,
    -2px 1px 30px black;
}

.swiper-slide .content p {
  color: #ffffff;
  text-shadow: 3px 3px 20px black,
    -2px 1px 30px black;
}

.header-section h1 {
  color: #ffffff;
  text-shadow: 3px 3px 20px black,
    -2px 1px 30px black;
}

.subheader {
  color: #ffffff;
  text-shadow: 3px 3px 20px black,
    -2px 1px 30px black;
}

#page-header-bg h1 {
  color: #ffffff;
  text-shadow: 3px 3px 20px black,
    -2px 1px 30px black;
}

/* Tabs text-color */
div.wpb_content_element.home-tabs div.wpb_wrapper.tabbed.clearfix ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item.active-tab a.active-tab {
	color: white!important;
}

li.tab-item.active-tab a.active-tab {
	color:white!important;
}

.tabbed > ul li a {
	color: #2d2d2d!important;
}

/* Link for Read More */
.nectar-post-grid-item .content a * {
	color: #0000FF!important;
    text-decoration: underline!important;
}

.nectar-post-grid-item__read-more {
	color: #0000FF!important;
    text-decoration: underline!important;
}

div.wpb_wrapper p a {
	color: #0000FF!important;
    text-decoration: underline!important;
}

.text-in-dark-background h2 {
	color: white!important;
}
.text-in-dark-background p {
	color: white!important;
}

.nectar-ajax-search-results .meta {
	display: none!important;
}

.breadcrumbs { 
   padding: 5px;
   padding-left: 10px;
   padding-right: 10px;
   font-size: 12px;
} 

/* Language Switch Button Styles */
.language-switch-container {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 1000;
}
.language-switch-button {
    padding: 10px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
}