/*
Theme Name: Frontera Sur
Author: Dana Steren
Author URI: http://danasteren.com
Description: 
Version: 1.0
License: 
License URI: 
Tags: 

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.
*/
@import url("css/header.css");
@import url("css/home.css");
@import url("css/single-experiencias.css");
@import url("css/single.css");
@import url("css/page-blog.css");
@import url("css/footer.css");

a{outline:none;}
a:focus, a:hover {text-decoration: none;}
a img {border: none;text-decoration: none;}
img {border: none;text-decoration: none;}
*:focus {outline: none;}
::-moz-selection    { background:#1e1e1e; color:#4b4b4b;}
::selection         { background:#1e1e1e; color:#4b4b4b;}

@font-face {
    font-family: 'andablack';
    src: url('fonts/anda-black.eot');
    src: url('fonts/anda-black.eot?#iefix') format('embedded-opentype'),
         url('fonts/anda-black.woff2') format('woff2'),
         url('fonts/anda-black.woff') format('woff'),
         url('fonts/anda-black.ttf') format('truetype'),
         url('fonts/anda-black.svg#andablack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'andabold';
    src: url('fonts/anda-bold.eot');
    src: url('fonts/anda-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/anda-bold.woff2') format('woff2'),
         url('fonts/anda-bold.woff') format('woff'),
         url('fonts/anda-bold.ttf') format('truetype'),
         url('fonts/anda-bold.svg#andabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'andabook';
    src: url('fonts/anda-book.eot');
    src: url('fonts/anda-book.eot?#iefix') format('embedded-opentype'),
         url('fonts/anda-book.woff2') format('woff2'),
         url('fonts/anda-book.woff') format('woff'),
         url('fonts/anda-book.ttf') format('truetype'),
         url('fonts/anda-book.svg#andabook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'andalight';
    src: url('fonts/anda-light.eot');
    src: url('fonts/anda-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/anda-light.woff2') format('woff2'),
         url('fonts/anda-light.woff') format('woff'),
         url('fonts/anda-light.ttf') format('truetype'),
         url('fonts/anda-light.svg#andalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'andasemibold';
    src: url('fonts/anda-semibold.eot');
    src: url('fonts/anda-semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/anda-semibold.woff2') format('woff2'),
         url('fonts/anda-semibold.woff') format('woff'),
         url('fonts/anda-semibold.ttf') format('truetype'),
         url('fonts/anda-semibold.svg#andasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body {height:100%;}

body{
    font-family: 'andabook', arial, sans-serif;
    background: #1b1b1b;
    margin:0;
}

a{color: #808080;}

.max-content{
    margin: auto;
    max-width: 1440px;
}

.btn{
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 27px;
     -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.btn:hover{
     color: #fff;
    background: #ff440f;
}

.transicion {
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

/* --- Page result --- */

.search-highlight {
    color: #fff;
    padding: 2px 5px;
}

.page-title-result{
    font-family: 'andalight', arial, sans-serif;
    font-size: 37px;
    line-height: 51px;
    margin: 0 0 40px 0;
}

.page-title-result span{
    font-family: 'andabold', arial, sans-serif;
}

.content-result h2 {
    font-size: 28px;
    line-height: 39px;
    margin: 0 0 10px 0;
}

.content-result hr {
    background: #4a4a4a;
    border: none;
    height: 1px;
    margin: 36px auto;
}

/* --- // Page result --- */


