/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.single-project__points {
	list-style: none;
	padding: 0;
	column-count: 2;
}

.single-project__point {
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #212529;
	padding: 20px 0;
}

.single-project__point i {
	width: 1.25em;
	font-size: 28px;
}

.single-project__feature,
.single-project__details li {
	padding: 5px 0;
}

/* Style the Image Used to Trigger the Modal */
.single-project__image {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

.single-project__image:hover {
	opacity: 0.7;
}

.single-project-download {
	padding: 25px 0;
}

.single-project-download-btn {
	font-family: "Overpass", Poppins;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5em;
    color: #F6EB00;
    background-color: #2A2A2A;
    padding: 16px 48px 16px 48px;
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

#myModalOverlay {
    position: absolute;
    left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9); 
    cursor: pointer;
}

#myModal .owl-carousel .owl-nav .owl-next:before, #myModal .owl-carousel .owl-nav .owl-prev:before {
	display: none;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	width: 0;
	height: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background: none;
}

/* Modal Content (Image) */
.modal-content, .modal-carousel .single-project__image {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px !important;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}

.single-portfolio ul {
	list-style: none;
	padding-left: 20px;
}
/* 
.single-portfolio ul:not(.single-project__points) li {
	position: relative;
}

.single-portfolio ul.single-project__details-list li:before, 
.single-portfolio ul.single-project__features-list li:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 3px;
	background: linear-gradient(90deg, #777777 50%,  #f6eb00 20%);
	top: 50%;
	right: calc(100% + 8px);
	transform: translateY(-50%);
} */

.single-project__info {
	/* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    /* border: 1px solid rgba(0, 0, 0, 0.06); */
	/* margin-bottom: 50px; */
}

.single-project__info-block:last-child {
	/* border-left: 1px solid rgba(0, 0, 0, 0.06); */
}


@keyframes zoom {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}

/* The Close Button */
.modal-close {
	position: absolute;
	top: 35px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
	.modal-content {
		width: 100%;
	}
}
