/*------------------------------------------------------------------
[Table of contents]

1. General
2. Anything under 1024px
3. Anything under 959px
4. Anything under 767px
5. Anything under 500px
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. General]
-------------------------------------------------------------------*/

.wpex-container {
    max-width: 85%;
}

.wpex-container .wpex-container {
    max-width: none;
}

.wpex-menu-mobile-toggle .fa {
    margin-right: 7px;
}

.wpex-site-header.default .wpex-mobile-buttons {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    line-height: 50px;
    color: #000;
    cursor: pointer;
}

.wpex-site-header-wrap.centered-logo-minimal-nav .wpex-mobile-buttons {
    text-align: center;
}

/*------------------------------------------------------------------
[1. Anything under 1024px]
-------------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {

	.wpex-row .wpex-col.wpex-loop-entry {
	    width: 100%;
	    margin-bottom: 25px !i