/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Blas marco
Author URI: http://blasfotografia.com
Description: Smart. Flexible. Beautiful. Divi child theme.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.19.7.1548231960
Updated: 2020-09-06 04:54:00

*/

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------[ULTIMATE MEMBER COLOR]------------*/
/*------------------------------------------------*/

/* change default Ultimate member "blue" #3ba1da and hover #44b0ec colors */
/* with any color you need according to the design of your website.       */

.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color
{
    color: #3ba1da!important;
}

.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover
{
    background: #3ba1da!important;
}

.um .um-field-group-head:hover,
.picker__footer,
.picker__header,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__list-item:hover,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
    background: #44b0ec!important;
}

.um input[type=submit]:disabled:hover {
    background: #3ba1da!important;
}

.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
    background: #3ba1da!important;
}

.um .um-button.um-alt:hover, .um input[type=submit].um-button.um-alt:hover {
    background: #e5e5e5!important;
}

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
    background: #e5e5e5!important;
}

.um a.um-link {
    color: #3ba1da!important;
}

.um input[type=submit].um-button:hover,
.um a.um-button:hover {
    background-color: #44b0ec!important;
}

.um a.um-link:hover,
.um a.um-link-hvr:hover {
    color: #44b0ec!important;
}

/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

/* Style Footer Social Icons - Lines 1185 to 1198 */

#footer-bottom .et-social-facebook a {
	color: blue;
}
#footer-bottom .et-social-twitter a {
	color: powderblue;
}
#footer-bottom .et-social-tumblr a {
    color: #395572;
}
#footer-bottom .et-social-google-plus a {
	color: red;
}
#footer-bottom .et-social-instagram a {
    color: orange;
}
#footer-bottom .et-social-pinterest a {
    color: #E6001A;
}
#footer-bottom .et-social-linkedin a {
	color: #0274B3;
}
#footer-bottom .et-social-youtube a {
	color: red;
}


/* Hover Colors*/
#footer-bottom .et-social-facebook a:hover {
	color: pink;
}
#footer-bottom .et-social-twitter a:hover {
	color: pink;
}
#footer-bottom .et-social-tumblr a:hover {
    color: pink;
}
#footer-bottom .et-social-google-plus a:hover {
	color: pink;
}
#footer-bottom .et-social-instagram a:hover {
    color: pink;
}
#footer-bottom .et-social-pinterest a:hover {
    color: pink;
}
#footer-bottom .et-social-linkedin a:hover {
	color: pink;
}
#footer-bottom .et-social-youtube a:hover {
	color: pink;
}

/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*-----------------[WP CALENDAR]------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/

/* === Style WP-PageNavi Pagination === */

/* Center the pagination */
/*.wp-pagenavi { text-align:center; } */

/* Right the pagination */
.wp-pagenavi { text-align:right; }

/* Add a border */
.wp-pagenavi span, .wp-pagenavi a, .wp-pagenavi :last-child {
    border: 1px solid #bbb !important;
    padding: 6px 12px;
    margin: 0;
}
.wp-pagenavi span, .wp-pagenavi a { border-right: none !important; }

/* Style the default text */
.wp-pagenavi span, .wp-pagenavi a {
/*    font-weight: bold !important; */
/*	font-style: italic !important; */
	font-size: 14px !important;
    color: #999 !important
}

/* Style the current / hovered page link */
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    color: #666 !important;
    background-color: #ddd !important;
 /*   color: #fff !important; */
 /*   background-color: #2ea3f2 !important; */
}

/* Style the page count text */
.wp-pagenavi :first-child {
	border: none !important;
	font-weight: normal !important;
	font-style: italic !important;
	font-size: 12px !important;
    color: #666 !important
}

/* Add text to the "next" link */
/*.wp-pagenavi .nextpostslink:before { content: 'Siguiente '; }
.wp-pagenavi .previouspostslink:after { content: ' Anterior'; } */

/*------------------------------------------------*/
/*------------------[TRANSITIONS]-----------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/
