
/*
======================================== WEBWISER CSS ========================================

This file contains all customised CSS for Truth.coffee website.
Creation date: 16 June 2017
Dev by: MvdHeerik & BRode

The CSS was created by WebWiser South Africa +27 826 466 591 or dev@webwiser.io

==============================================================================================
*/


/* --- MENU RESPONSIVENESS ADJUSTENTS --- */

.custom-content .custom__item-inner--product .card__info { 
  min-height:250px;max-height:250px; 
}
#98db1d52_1496739348 iframe, .powr-tabs > iframe, .powrLoaded > iframe { 
  width: 100%!important; 
}
iframe, .is-container iframe { 
  width: 100%!important; 
}


/* --- PRODUCT BLOCKS --- */
.card__info { padding-top: 25px; }

.custom-content .custom__item-inner--product .card__info { 
  min-height: 150px;
  max-height: 150px;
}

/* --- BUTTON STYLE --- */
.button-homepage {
    border: 2px solid #555;
    color: #000;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    display: block;
    margin: auto;
    width: 50%;
}
