/**
Theme Name: Minco Group Child
Author: PPA Agency
Author URI: https://www.ppaagency.com
Description: Child Theme of Astra
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minco-group-child
Template: astra
*/



/* ----- NEW HOMEPAGE 2018 ----- */

.triangle {
     position: relative;
 }



.triangle:before {
    content: url('/wp-content/uploads/2018/05/menu-triangle2.svg');
    position: absolute;
    top: 0;
    bottom: 0;
    left: -75px;
    height: 100%;
}


.opensans-condensed,
.opensans-condensed *{
  font-family: 'Open Sans Condensed', Arial, sans-serif !important;
  font-weight: 300;
  text-transform: none !important;
}

.sourcesans,
.sourcesans *{
  font-family: 'Source Sans Pro', Arial, sans-serif !important;
  font-weight: 500;
  text-transform: none !important;
}

.upfront {
	z-index: 200;
}

.text-shadow {
	text-shadow: 2px 2px 4px #000000;
}

full-height {
    height: 100%;
}


@media screen and (max-width: 1360px) {
.triangle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -120px;
    height: 100%;
    width: 100%;
    display: block;
    content: ' ';
    background: top left no-repeat url(/wp-content/uploads/2018/05/menu-triangle2.svg);
    background-size: auto 100%;
}
}

@media screen and (max-width: 999px) {
    .leftnav {
    display:none;
    }

    .triangle {
    width:100%
    }

    .triangle:before {
        display:none;
    }
}
    

/* ----- END NEW HOMEPAGE 2018 STYLES ----- */