/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

#guide-submit
{
    background-color: #ff0000;
    color: #fff;
    font-size: 20px;
}

#guide-submit:hover
{
    background-color: #ff0000;
    color: #fff;
    font-size: 20px;
}

.geoip { display: none !important; }
.geoip-country-US .geoip-show-US { display: block !important; }
.geoip-country-IN .geoip-show-IN { display: block !important; }

.geoip-hide { display: block !important; }
.geoip-country-US .geoip-hide-US { display: none !important; }
.geoip-country-IN .geoip-hide-IN { display: none !important; }

.single .entry-title {
    display: none;
}