/*
Theme Name: Sara Rivero
Description: Oneup Child Theme
Author: Pablo Rueda Molto (Threepress)
Template: oneup
Version: 1.0
*/

/* @import url("../oneup/style.css"); */

.pe-menu-sticky {
    background-color: #1fbba6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/*  ----MAIN MENU COLORS ----*/
.pe-menu > li > a { 
    background: none repeat scroll 0 0 transparent;
    font-family: "Open Sans",arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    transition: color 0s ease 0s, border 0.2s ease-out 0s;
}
/*  ---- DROPDOWN MENU COLORS ----*/
.dropdown-menu { 
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #1FBBA6 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 0 0 0 0;
    border-right: medium none;
    border-style: solid none none;
    border-width: 2px medium medium;
}
.logo img { 
    height: 60px;
}
.pe-menu { float: left; }
.btn_works {    
    background-color: transparent;
    border: 1px solid #eee;
    color: #999 !important;
    font-size: 11px;
    margin: 0 2px;
    padding: 6px 12px 5px 12px !important;
    text-transform: uppercase;
    display: block;
    float: left;
 }
 .btn_works:hover {
    border-color: #333;
    color: #333 !important;
}

/* Paste from the theme */
.pe-bg-video.pe-active.pe-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("http://sararivero.com/wp-content/themes/img/skin/vid_pattern_light1.png");
    background-repeat: repeat;
    background-size: auto auto;
    z-index: -1;
}

header .social-media-wrap {
  float: right;
 margin-left: 20px;
  margin-top: -1px;
}

header [class^="icon-"] {
  font-size: 13px;
  margin-left: 1px;
}
.peSlider > .peVoloNext, .peSlider > .peVoloPrev {display:none !important;}
.desktop #section-only_mobile { display: none; }
.mobile .home #section-section5 { padding-top: 0 !important; }
.mobile .pe-menu > li.active > a { color: #FFF; }
.mobile .pe-menu > li > a { color: #999; }