/* 
 Theme Name:     Divi child theme   
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 

@import url("../Divi/style.css"); 

@import url('https://fonts.googleapis.com/css?family=Montserrat');


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

/* Set the image widths */
.et_pb_portfolio_grid .et_pb_portfolio_item,
.et_pb_portfolio_grid .column_width,
.et_pb_portfolio_grid .et_pb_portfolio_image,
.et_pb_portfolio_grid .et_pb_portfolio_image.portrait img
{
    width: 200px !important;
}
.et_pb_portfolio_grid .et_pb_portfolio_image img
{
    min-width: 200px;
}

/* Set the image heights */
.et_pb_portfolio_grid .et_pb_portfolio_image,
.et_pb_portfolio_grid .et_pb_portfolio_image.landscape img
{
    height: 200px !important;
}
.et_pb_portfolio_grid .et_pb_portfolio_image img
{
    min-height: 200px;
}

/* Set the spacing between images */
.et_pb_portfolio_grid .et_pb_portfolio_item { 
	margin-bottom:60px !important; 
	margin-right: 60px !important; 
}

.et_overlay {
background: rgba(225,225,225,.8); /* overlay background color */
    
 border: none; /* border style */
}
 
.et_shop_image .et_overlay:before, .et_portfolio_image .et_overlay:before{
    color: #ffffff !important; /* + icon color */
}
 
.et_shop_image:hover .et_overlay, .et_portfolio_image:hover .et_overlay { opacity: 60; } /* overlay opacity */

.container {
  background: linear-gradient(to right, #cdcdcd , #cdcdcd 49.999999%, #088 50%, #088);}

}

.row {
  max-width: 100%;
}



