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

/* =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;
}



@media screen and (max-width: 480px) {
    .wrapper_full {
        
        margin: 0 auto;
        padding: 100px 20px;
        z-index: 999;
    }
	.head_logo b {
    display: none;
	}
	.header{
		height:100px;
	}

}

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

@media screen and (max-width: 1012px) {
    .current-lang {
        padding: 0px;
    }
    .current-lang img {
        width: 35px !important;
        height: auto!important;
    }
    ul.language.justify-between li {
        margin-bottom: 20px;
    }
    .main_block1 {
    margin-top: 45px;
    }

.head_logo a:before {}

.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;
}

.header__wrapper {
    height: 90px;
    display: grid;
    grid-template:
        "contact contact" 1fr
        "logo menu" 1fr;
    padding-top: 5px;
    grid-gap: 0;
    justify-content: space-between;
}

header.header {
    position: fixed;
    float: left;
    display: block;
    width: 100%;
    /* height: 70px !important; */
}

.contacts {
    padding: 0 10px;
    display: flex;
    grid-area: contact;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.head_logo {
    grid-area: logo;
}

nav.header__nav {
    grid-area: menu;
}

.contacts a {
    padding: 0 10px;
}

section.content_page {
    width: 100%;
}

.head_logo a :before {
    border: 0;
}

}

} /*---------------------------------------------------------*/
