/*
	Theme Name: WP-TBG 
	Theme URI: http://tbglabs.org/
	Description: A Pretty flexible theme used by TBG websites.
	Version: 1.1.2
	Author: TBG Labs
	Template: goodlife-wp
*/

@import url("../goodlife-wp/style.css");
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,700');


/*  * * * * * * * * *  */
/*  * B A N N E R S *  */
/*  * * * * * * * * *  */

.addSup{
    max-width: 980px;
    height: auto;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: #ffffff;
    text-align: center;
    padding: 15px 0;
}

.Adv320Mobile{
    display: none;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
    background-color: #ffffff;
    text-align: center;
    padding: 15px 0;
}


.addBox{
    width: 300px;
    height: auto;
    margin: 20px auto 0 auto;
    text-align: center;
}

@media(max-width: 979px){
    .Adv320Mobile{
         display: block; 
    }
}
