/*
Theme Name: Snapster (Child Theme)
Theme URI: https://n.foxdsgn.com/snapster
Author: FOXTHEMES
Author URI: https://themeforest.net/user/fox-themes
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Version: 1.0.0
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: snapster-child
Template: snapster
*/

/* = Add your own modification from here
-------------------------------------------------------------- */

.cta-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background: rgb(173 137 115 / 95%);
    padding: 20px;
    color: white;
    text-align: center;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cta-wrapper a {
    background: white;
    color: #AD8973;
    padding: 5px 15px;
    font-weight: 700;
    border-radius: 5px;
    display: block;
    width: max-content;
    margin: 0 auto;
    margin-left: 20px;
}

.cta-wrapper .text {
    line-height: 24px;	
}




.snapster-blog--post__author, .aht-page__comments-area, .aht-page__post-meta .likes {
	display: none !important;
}





@media only screen and (max-width: 991px) {
    .blog--single__sidebar .aht-page__content-wrapper {
        display:block;
    }
}



@media (max-width: 768px) {
	#PopupSignupForm_0 {
		display: none;
	}
	
	#masthead {
		position: fixed;
	}
	
	body {
    padding-top: 30px;
	}
	
	.cta-wrapper {
		padding-top: 12px;
	}
	
	.cta-wrapper>div {
		width: 100%;
	}
	
	.cta-wrapper a {
		margin-left: auto;
    margin-top: 5px;
	}
	
}

