/*
Theme Name: FortisPRO
Description: Custom wordpress theme.
Author: AM-studio
Author URI: https://am-studio.com.ua
Version: 1.5.0    
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: FortisPRO
*/

/* =WordPress Core
-------------------------------------------------------------- */

.sketchfab-embed-wrapper p {
    display: none;
}

.contact-us h2 {
    font-size: 4.8rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.contact_info {
    /* padding-top: 16.8rem; */
    width: 100%;
    margin: 0 auto;
    padding-bottom: 26rem;
}

.contact_info a {
    color: #fff;
    font-size: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
}



.head_logo a :before {
    content: "";
    border-bottom: 1px solid grey;
    width: 100px;
    position: absolute;
    top: 100px;
    left: 100px;
    height: 2px;
}

section.content_page {
    z-index: 0;
    position: relative;
    min-height: 100vh;
    width: calc(100vw - 300px);
    float: left;
    display: block;
}

.portfolio_gallery {
    display: flex;
    /* grid-template-columns: repeat(6, 1fr); */
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    /* grid-gap: 10px; */
    /* justify-items: center; */
    flex-direction: row;
}

.portfolio_gallery div {
    padding: 10px;
}



/*---------------------------------------------------------*/
 /*---------------------------------------------------------*/
