/**
Theme Name: Tipster
Author: Tipster
Author URI: http://wpastra.com/about/
Description: Child theme for Tipster 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tipster
Template: astra
*/


@media (max-width: 768px) {
    header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img {
        max-width: 200px !important;
        width: 200px !important;
    }
}

/***  Header Area  ***/
header > h1.entry-title {
    text-align: center;
}
a.menu-link {
    letter-spacing: .5px;
}

/***  Sidebar Area  ***/
aside#block-16 {
    padding: 0 !important;
    background: none !important;
}

/***  Tips Area  ***/
section.single-tipsdata {
    text-align: center;
    background-color: #f8f7ff;
    margin: 14px 0;
    padding: 18px 10px;
}
span.single-tipsdata-span {
    display: block;
}
#single-tipsdata-event {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
}
#single-tipsdata-competition {
    font-size: 14px;
    line-height: 26px;
}
#single-tipsdata-selection {
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
}
#single-tipsdata-odds {
    font-size: 14px;
    line-height: 26px;
}

/***  Home Hero Area  ***/
#tophero > div {
	background-color: #e3deff;
    border-color: #6528f7;
	color: #6528f7;
}
#tophero > div > p {
    margin-bottom: 0px !important;
}