/*
Theme Name: goarch Child  
Template: goarch
Theme URI:
Description: Go.arch  - Architecture WordPress Template
Version: 1
Author: Victor Lerner
Author URI:
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar,  custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: frame_light
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Custom Widget CSS */
.widget__customBoxesWrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 100px;
}

@media screen and (max-width: 767px){
	.widget__customBoxesWrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.widget__customBoxesWrapper .custom__boxWrap {
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 65%;
}

.widget__customBoxesWrapper .custom__boxWrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.widget__customBoxesWrapper .custom__boxWrap:nth-child(even):after {
    opacity: 0.4;
}

.widget__customBoxesWrapper .custom__boxWrap .custom__boxLink {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 55px 30px 55px 55px;
    z-index: 2;
    text-decoration: none !important;
}

.widget__customBoxesWrapper .custom__boxWrap .custom__boxLink .custom__linkBtnWrap {
    position: absolute;
    bottom: 55px;
    left: 55px;
    display: inline-flex;
    align-items: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.widget__customBoxesWrapper .custom__boxWrap .custom__boxLink:hover .custom__linkBtnWrap {
    opacity: 1;
}

.widget__customBoxesWrapper .custom__boxWrap .custom__boxLink .custom__linkBtnWrap .text__wrap {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0.07em;
    color: #fff;
    text-transform: uppercase;
}

.widget__customBoxesWrapper .custom__boxWrap .custom__boxLink .custom__linkBtnWrap .icon__wrap {
    padding-left: 10px;
    height: 25px;
}

.widget__customBoxesWrapper .custom__boxWrap .custom__boxLink .custom__linkBtnWrap .icon__wrap svg {
    width: 25px;
    height: 25px;
    fill: #ffffff;
}

.widget__customBoxesWrapper .custom__boxWrap .custom__boxTitle {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 1.56em;
    line-height: 1.45;
    letter-spacing: 0.07em;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
}


/* Theme Custom CSS */
.navbar-desctop .brand>img {
    height: 30px !important;
}
.footer .brand{
    margin-top: -0.25em !important;
}
.footer .brand > img{
    height: 30px !important;
}

figure img{ 
	width: 1000px;
}