﻿/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@media (max-width: 767px) {
	    .featuredcoinhome {
	display: none !important;

}
	
}


.gb-container.linked-container .gb-inside-container {
    position: relative;
}

.gb-container.linked-container a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}



hr {
background-color: rgba(0,0,0,.1) !important;
border: 0 !important;
height: 1px !important;
margin-bottom: 40px !important;
margin-top: 40px !important;
}