/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
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: 4.0.6.1573584621
Updated: 2019-11-12 18:50:21

*/

@media only screen and ( min-width: 768px ) {
 
.et_pb_portfolio_items .et_pb_grid_item {
    width: 29.633% !important;
    margin: 0 5.5% 5.5% 0 !important;
}
 
.et_pb_portfolio_items .et_pb_grid_item:nth-child(3n) {
margin-right: 0 !important;
}
 
.et_pb_portfolio_items .et_pb_grid_item:nth-child(4n+1) {
clear: unset !important;
}
}

@media only screen and ( max-width: 768px ) {
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
		width: 100%;
	}
}
.et_pb_portfolio_item {
	position: relative;
}

.et_portfolio_image {
	box-shadow: -1px 6px 20px 0px rgba(0,0,0,.5);
}


.et_pb_portfolio_items .post-meta {
    display: none;
}	

.et_pb_portfolio_items .et_pb_portfolio_item .port-button {
	text-align: center;
	display: none;
}

.et_pb_portfolio_items .et_portfolio_image:hover .port-button {
	display: block;
}

.et_pb_portfolio_item .port-button {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    z-index: 3;
    text-align: center;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 20px;
    color: #fff !important;
    letter-spacing: 1px;
    line-height: 1.8em;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
  	color: #b09358;
	font-weight: 300;
	font-size: 20px;
	border: 0;
	font-family: "Roboto",sans-serif;
    background-color: unset;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {
    font-weight: 600;
	color: #b09358;
    background-color: unset;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
    color: #b09358!important;
    background-color: unset;
    border-bottom: 0;
    border-left: none;
    border-top: none;
    border-radius: unset;
    border-right: none;
	font-weight: 600;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination, .et_pb_gallery .et_pb_gallery_pagination {
    border-top: none;
}
.et_pb_portofolio_pagination {
    width: 100%;
    clear: both;
}
.et_pb_portofolio_Load_more {
    width: 100%;
    clear: both;
}
.et_portfolio_image .et_overlay {
	background: rgba(0,0,0,.5);
	border: none;
}

.et_portfolio_image .et_overlay:before {
	content: none;
}
#loadMore {
	display: block;
	background: transparent;
	color: #b09358!important;
	font-family: "Roboto",sans-serif;
    border-width: 0 !important;
	border: 0;
    font-size: 18px;
	font-weight: 300;
    
	padding: 15px!important;
	margin: 10px auto;
	cursor: pointer;
}
#loadMore:hover { 
	color: #b09358!important;
}


.et_pb_portfolio_filters ul li:first-of-type {
display: none;
}