/* 
 Theme Name:   Valve Check
 Theme URI:    http://localhost:10004
 Description:  Changes to Valve Check
 Author:       ValveCheck
 Author URI:   http://localhost:10004
 Template:     inspiro
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* This is what adds the full width option on wordpress */
.alignwide {
    margin-left: 0px;
    width: calc(100% + 550px);
    max-width: calc(100% + 550px);
}

.alignfull {
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
	width: auto;
}



@media (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }
}

