/*
Theme Name: Hashtag Website Theme
Theme URI: https://hashtagwebsites.com.au
Author: the Hashtag Website team
Author URI: https://hashtagwebsites.com.au/
Description: This is hashtag theme for hastag websites
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hashtag
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*Utlity Classes*/
.cs-hidden{
    display:none;
}


.twitter:hover, .social-icons.color .twitter, .social-icons.fixed .twitter:hover{
    border:1px solid #fff;
    border-color: #fff!important;
}

.social-icons li a{
    background-color: transparent!important;
}
.social-icons li a:hover{
    background-color: transparent!important;
}
.social-icons li a:hover i{
    color:#444;
}


.btn-paig {
    transition: all 500ms;
    padding:2rem 5rem;
}

.btn-paig:hover {
    transform:scale(1);
    box-shadow: 0 0 10px 0 #333;

}
a.btn-paig:hover{
    color:#fff!important;
}


@media (max-width: 767px){
    .cs-mb-hidden{
        display:none
    }
}