#wpwrap{
    background-color: white;
}

.toplevel_page_woolook_admin_page #wpcontent {
    padding-left: 0;
}

.woolook-admin,
.woolook-admin *{
    box-sizing: border-box;
}

/** Header **/
.woolook-header{
    padding: 4% 4% 0;
    background-image: url('../assets/img/memphis-colorful.png');
}

.woolook-header h1{
    line-height: 1.5;
}

/** Pages **/
.woolook-page{
    display: none;
}

.woolook-page._open_{
    display: block;
}

.woolook-page-content{
    padding: 0 4%;
    font-size: 1.2rem;
    line-height: 1.4;
}

.woolook-page-content .woolook-hero{
    font-size: 1.6rem;
}

/** Form **/
.woolook-submit{
    margin-top: 20px;
}

.woolook-page label{
    display:block;
    max-width: 400px;
    margin-bottom: 20px;
}

.woolook-page label span{
    font-size: 14px;
}

.woolook-page label h4{
    margin: 0 0 10px;
}

.woolook-page label select,
.woolook-page label input{
    width: 100%;
}

/** Tabs **/
.woolook-tabs{
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 3%;
    margin: 0;
    background-color: #f5f5f5;
    list-style: none;
}

.woolook-tabs > li{
    display: block;
    border-bottom: 1px solid #e1e1e1;
}

.woolook-tabs > li > a{
    font-size: inherit;
    line-height: inherit;
    display: block;
    padding: 1em 0;
    text-decoration: none;
    position: relative;
    outline: none;
}

.woolook-tabs > li > a:focus{
    box-shadow: none;
}

.woolook-tabs > li > a:after{
    content: '+';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate( 0, -50% );
    font-size: 1.5rem;
}

.woolook-tabs > li > a:last-child{
    border-bottom: none;
}

.woolook-tabs-content {
    display: none;
    padding: 10px 0 50px;
    font-size: 1.2rem;
    line-height: 1.4;
}

.woolook-tabs > li._open_ > a:after{
    content: '-';
}

.woolook-tabs > li._open_ .woolook-tabs-content{
    display: block;
}

.woolook-tabs-content img{
    display: block;
    max-width: 100%;
    margin: 40px 0 20px;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
}

.woolook-tabs-content p{
    font-size: inherit;
    line-height: inherit;
}

/**
 * Blocks Grid
 */
.woolook-blocks{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.woolook-blocks-item{
    flex-basis: 100%;
    max-width: 100%;
    padding: 15px;
}

.woolook-blocks-item ._container_{
    padding: 15px;
    background: #f5f5f5;
}

.woolook-blocks-item img{
    display: block;
    max-width: 100%;
}

.woolook-blocks-item h3{
    font-weight: normal;
    font-size: 17px;
    margin: 15px 0;
}

.woolook-blocks-item footer{
    margin-top: 15px;
}

@media screen and ( min-width: 768px ){
    .woolook-blocks-item{
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media screen and ( min-width: 1140px ){
    .woolook-blocks-item{
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
}
