/*
Theme Name: Passage
Theme URI: http://demo.qodeinteractive.com/passage/
Description: Passage Theme
Tags: modern, interactive, parallax, multi-purpose, ajax, photography, retina, responsive, creative, blog, portfolio, business, fashion, professional, wpml
Author: Qode Interactive
Author URI: http://www.qodeinteractive.com/
Version: 1.0.2
License: GNU General Public License
License URI: licence/GPL.txt

*/

/*
CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.


Changelog

1.0.2
- Added multiple sidebars support
- Added global sidebar settings for single blog to Qode Options under "Blog" section
- Added option to edit smooth scroll colors to Qode > Elements
- Updated translation files
- Fixed portfolio single info column (move on scroll) bug
- Fixed mobile menu css bug


1.0.1
- Added field to Qode options to center logo and menu
- Added "..." to Latest Posts shortcode when text_length is defined
- Improved parallax logic for touch devices

*/

a, *:focus{
    border: 2px dotted red;
}

#searchform input[type="submit"]:focus {
    border: 2px dotted red;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color: #217F9C;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid #217F9C;
    text-align:center;
    font-size:1.2em;
    z-index:9999;
}

.skip-to-content-link {
    background: #e77e23 !important;
    height: 30px !important;
    left: 50% !important;
    padding: 8px !important;
    position: absolute !important;
    transform: translateY(-100%) !important;
    transition: transform 0.3s !important;
}
  
.skip-to-content-link:focus {
    transform: translateY(0%) !important;
}

.rpwe-block a, .image_with_text h4 a {
    color: #217F9C !important;
}

.footer_top .column1 h6 {
    background: #3976C6 !important;
}

.footer_top .column3 h6, .post-info div.date {
    background: #217F9C !important;
}

.cn_category_label, .cn-category-name  {
    color: #647482 !important;
}

.footer_bottom a {
    color: #fff !important;
}

.primero , #bassnav li a, .encima, a.uno, #altonav li a, .alto-encima, .imprenta, tr.tabelbleu, .crumbs {
    color: #006BD6 !important;
}

.tablepress .sorting:focus {
    background-color: #049CDB !important;
}

.pagination ul li span {
    background-color: #217F9C !important;
}

.accordion_item:focus {
    border: 2px dotted red;
}

.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    background-color: #217F9C;
    color: #fff;
}

#cn-search-input {
    color: #747474 !important;
}