/*
Theme Name:         Seosight child Theme
Theme URI:          http://theme.crumina.net/seosight/
Description:        Unique portfolio & agency Wordpress theme
Version:            1
Author:             Crumina Team
Author URI:         http://crumina.net/
Tags:               
Template:           seosight
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # WORDPRESS # */  

/* Ocultar v3recaptcha del lateral */
.grecaptcha-badge {visibility:hidden;}

/* # TEMA SEOSIGHT GENÉRICO # */

/* Cambiamos color botón naranja */
.btn--orange {
background-color: #f15b26; }
.btn--orange:hover {
background-color: #ffc265; }
.btn--orange:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
.btn--orange.btn-hover-shadow:hover {
background-color: #f15b26; }
.btn--orange.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(255, 194, 101, 0.2); }
.btn--orange.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
.btn--orange.btn-border {
background-color: transparent;
color: #f15b26;
border-color: #f15b26; }
.btn--orange.btn-border .semicircle::after {
border-color: #f15b26; }
.btn--orange.btn-border:hover {
color: #f15b26;
background-color: transparent; }

/* Título pie del slider del archivo */
.slides-item .content .text-wrap .slides-title {
font-size: 24px; }

/* Leyenda del pie del slider */
.slides-item .content .text-wrap .slides-sub-title {
font-size: 13px;
margin-bottom: 10px; }

/* Cambiamos color botón menú pulsado */
a:hover,
.primary-menu-menu > li.current-menu-item a,
.editor-styles-wrapper a:hover {
color: #6739b6; }