/*
Theme Name: Edifice-Photo
Theme URI: https://www.edifice-photo.com/
Author: Be Influent
Author URI: https://be-influent.com/
Version: 1.1.1
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prague-child
Template: prague
*/

/* = Add your own modification from here
-------------------------------------------------------------- */
.prague-footer {
    background-image: none !important;
}
.single-projects li.menu-item-object-projects a {
    opacity: 1;
}
.prague-footer .footer-top-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 30px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .prague-footer .footer-top-content {
        padding: 0 40px;
        grid-template-columns: 1fr;
    	grid-gap: 30px;
    }    
}
.prague-footer .footer-top-content .prague-footer-main-block, .prague-footer .footer-top-content .prague-footer-info-block, .prague-footer .footer-top-content .prague-footer-links-block {
    float: none !important;
    width: 100% !important;
}
.prague-footer .footer-top-content .prague-footer-info-block {
    text-align: center !important;
    padding-top: 0 !important;
}

.prague-footer-info-block h6.footer-info-block-title {
    margin-bottom: 27px;
}

.prague-footer-info-block .footer-info-block-content * {
    font-size: 13px !important;
}

.footer-bottom-content {
	padding-top: 30px !important;
    align-items: center;
    display: flex;
}
.prague-social-nav ul {
	margin-top: 0;
}
.prague-footer .footer-content-outer {
    padding: 40px 0 30px 0 !important;
}
.footer-main-content p {
	margin: 0;
}
.project-detail-simple-wrapper {
	padding: 55px 15px !important;
}
.top-banner.simple .content {
    margin-top: 100px !important;
    margin-bottom: 50px !important;
}
.project-detail-simple .prague-share-icons {
    margin-top: 0 !important;
}
.prague-footer .footer-top-content .prague-footer-main-block .footer-main-content {
    margin-top: 20px !important;
}
.prague-footer .prague-logo img {
    height: 120px !important;
}

.heading .title, .heading .subtitle {
	text-transform: uppercase;
}

.wpb_wrapper .heading {
	padding: 30px 0 !important;
}

.prague-footer .footer-top-content .prague-footer-main-block .footer-main-content p {
    color: #fff !important;
}

.prague-services-wrapper {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2) !important;
}

/* TEST WRAPPER 2000PX */
@media (min-width: 1200px) {
    .container {
        max-width: 2000px !important;
        padding: 0 15px !important;
		width: 100% !important;
    }
}