/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.visibleNearbyZoom .rsSlide img
{
opacity: 1 !important;
}

.home .visibleNearbyZoom
{
padding-top: 2px !important;
}

.et_pb_portfolio_item .et_overlay {
z-index: 6;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3 {
display: inline-block;
position: relative;
z-index: 6;
}

.et_pb_portfolio_item .et_pb_portfolio_image:hover:after {
content:"";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 5;
display: block;
}

.et_portfolio_image {
 padding-top: 200%;
 }
 .et_portfolio_image img {
 position: absolute;
 height: 100%;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 object-fit: cover;
 }

#footer-bottom .container
{
text-align: center;
}

#footer-info
{
float: none;
text-align: center;
}

a
{
color: #dd3333;
}

a:hover
{
opacity: 0.65;
transition: all 0.5s;
}

/*------------------------------------------------*/
/*--------------[GQ - FANCY LINES]----------------*/
/*------------------------------------------------*/
 
    hr.line-blue-left {
        border: 0;
        height: 5px;
        background-color: #1e334e;
        width: 66px;
        margin-left: 0px;}
 
 
    hr.line-blue-center {
            border: 0;
            height: 3px;
            background-color: #1e334e;
            width: 166px;}
     
 
    hr.line-blue-right {
            border: 0;
            height: 5px;
            background-color: #1e334e;
            width: 66px;
            margin-right: 0px;}