/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com
 Description:  Divi Child Theme
 Author:       Wes Kempfer
 Author URI:   http://tnotw.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  divi-child
*/

/*----------------[ shrink logo header ]-------------------*/
.et_pb_fullwidth_header {min-height:75px; padding:5px 0 5px 0 !important}

/*----------------[ galleryRadiBlue ]-------------------*/
 
/* gallery slider module */
    .galleryRadiBlue .galleryRadiBlue-module {
            border: 3px solid #4f81bd;
            border-radius: 70px 0!important;}
/* slider previous and next buttons */
    .galleryRadiBlue a.et-pb-arrow-prev {
            color: #fff!important;
            background: #4f81bd;
            margin-left: -23px!important;
        border-radius: 0 0 20px 0 !important;}
    .galleryRadiBlue a.et-pb-arrow-next {
            color: #fff!important;
            background: #4f81bd;
            margin-right: -23px!important;
            border-radius: 0 0 0 20px!important;}
    @media (max-width: 767px){
        .galleryRadiBlue .et_pb_slider:hover .et-pb-arrow-prev, .et_mobile_device .et-pb-arrow-prev {left: 16px;}
        .galleryRadiBlue .et_pb_slider:hover .et-pb-arrow-next, .et_mobile_device .et-pb-arrow-next {right: 16px;}}
/* slider controller color modification */
    .galleryRadiBlue .et_pb_bg_layout_light .et-pb-controllers a {
            background-color: #4f81bd;}


/*------------------------------------------------*/
/*---------[IMAGE GALLERY SLIDER SKINS]-----------*/
/*-------------[BY GENO QUIROZ]-------------------*/
/*------------------------------------------------*/

a[href$=".pdf"]{
	background-image: url(/wp-content/uploads/2016/09/Adobe_PDF_file_icon_24x24.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 35px;
	height: 35px;
	display: inline-block;
	padding-top: 10px;
}

a[href$=".xls"]{
	background-image: url(/wp-content/uploads/2016/09/Excel_24x24.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 35px;
	height: 35px;
	display: inline-block;
	padding-top: 10px;
}

a[href$=".xlsx"]{
	background-image: url(/wp-content/uploads/2016/09/Excel_24x24.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 35px;
	height: 35px;
	display: inline-block;
	padding-top: 10px;
}

/* Remove error messages on MP form. */
.cc-error {
  display: none;
}

/* Add margin and center restricted content login form. */
.mp_wrapper {
  max-width: 80%;
  margin: auto;
}
/* And not the embedded shortcode generated instance. */
.et_pb_code .mp_wrapper {
  max-width: 100%;
  margin: 0;
}

/* Hide Divi-branded footer */
#footer-bottom {
   display:none;
}


