
/* 
 Theme Name:     PRS Ireland
 Author:         Divi theme examples
 Author URI:     http://cloud8.co.uk 
 Template:       Divi
 Version:        1.0 
*/ 


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

/*------------------------------------------------*/
/*---------[IMAGE GALLERY SLIDER SKINS]-----------*/
/*-------------[BY GENO QUIROZ]-------------------*/
/*------------------------------------------------*/
 
 
/*----------------[ gallery 1 ]--------------------*/
 
/* gallery slider module */
    .gallery1 .gallery-module {border: 1px solid #fff;}
/* slider previous and next buttons */
    .gallery1 a.et-pb-arrow-prev {
color: #fff!important;
            background: RGBA(0, 0, 0, 0.5);
            margin-left: -23px!important;}
    .gallery1 a.et-pb-arrow-next {
            color: #fff!important;
            background: RGBA(0, 0, 0, 0.5);
            margin-right: -23px!important;}
    @media (max-width: 767px){
        .gallery1 .et_pb_slider:hover .et-pb-arrow-prev, .et_mobile_device .et-pb-arrow-prev {left: 16px;}
        .gallery1 .et_pb_slider:hover .et-pb-arrow-next, .et_mobile_device .et-pb-arrow-next {right: 16px;}}
/* slider controller color modification */
    .gallery1 .et_pb_bg_layout_light .et-pb-controllers a {
            background-color: #3e8c34;}
/*------------------------------------------------*/
/*---------[IMAGE GALLERY SLIDER SKINS]-----------*/
/*-------------[BY GENO QUIROZ]-------------------*/
/*------------------------------------------------*/
 
/*----------------[ gallery 4 ]-------------------*/
 
/* gallery slider module */
    .gallery4 .gallery-module {
            border: 1px solid #000;}
 
/* slider previous and next buttons */
    .gallery4 a.et-pb-arrow-prev {
            color: #fff!important;
            background: RGBA(0, 0, 0, 0.5);
            margin-left: -23px!important;}
    .gallery4 a.et-pb-arrow-next {
            color: #fff!important;
            background: RGBA(0, 0, 0, 0.5);
            margin-right: -23px!important;}
    @media (max-width: 767px){
        .gallery4 .et_pb_slider:hover .et-pb-arrow-prev, .et_mobile_device .et-pb-arrow-prev {left: 16px;}
        .gallery4 .et_pb_slider:hover .et-pb-arrow-next, .et_mobile_device .et-pb-arrow-next {right: 16px;}}
 
/* slider controller color modification */
    .gallery4 .et_pb_bg_layout_light .et-pb-controllers a {
            background-color: #000;}
 
/* image hover effects on desktop only */
    @media only screen and (min-width : 981px) {
    .gallery4 .et_pb_gallery_item {
            position: relative;
            overflow: hidden;
            background: #000;}
 
    .gallery4 .et_pb_gallery_item img {
            -webkit-transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            -webkit-transform: scale(.99);
            transform: scale(.99);}
 
    .gallery4 .et_pb_gallery_item img:hover {
            -webkit-transform: scale(1.11) rotate(2deg);
            transform: scale(1.11) rotate(2deg);}
}


