/*
Theme Name: Azrael
Author: Marty Ericson
Author URI: http://www.1SMARTchicken.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: azrael
Template: astra
*/



/* ==========================================================================
   COLOR PALETTE
   ======================================================================= */
/*

black:   			#000000
Off Black:     		#1A1A1A

grey:        		#eeeeee
lt grey:     		#f1f1f1
extra lt grey:      #fafafa

red:               	#5B0000
bright red:         #850000

*/



/* ==========================================================================
   HIDE/SHOW - CLASS APPLIED TO ELEMENT AS BUILT
   ======================================================================= */
/* large devices such as big laptops, desktops [ 1440px + ] */
@media only screen and (min-width: 1440px) {
	.hide_large {
		display: none !important;
	}
}
/* midsize devices such as small laptops, small desktops [ 1024px to 1439px ] */
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
	.hide_midsize {
		display: none !important;
	}
}
/* midsize devices such as tablets [ 768px to 1023px ] */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.hide_tablet {
		display: none !important;
	}
}
/* small devices such as phones [ less than 768px ] */
@media only screen and (max-width: 767px) {
	.hide_mobile {
		display: none !important;
	}
}
/* very small devices such as phones in portrait [ less than 600px ] */
@media only screen and (max-width: 600px) {
	.hide_mobile_small {
		display: none !important;
	}
}



/* ==========================================================================
   GENERAL
   ======================================================================= */
/* hidden to give the browser time to load the css */
body {
    animation: fadeInBody ease 0.75s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInBody {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* end hidden to give the browser time to load the css */
/* general */
#main a {
	border-bottom: #5B0000 solid thin;
}
#main a:hover {
	border-bottom: transparent solid thin;
}
/* end general */



/* ==========================================================================
   HEADER
   ======================================================================= */
/* admin bar */
#wp-admin-bar-wp-logo,
#wp-admin-bar-new-content,
#wp-admin-bar-wpseo-menu,
#wp-admin-bar-elementor_notes {
	display: none !important;
}
/* end admin bar */



/* ==========================================================================
   PAGES
   ======================================================================= */
.book_grouping .book_grouping_covers {
	img {
		border: #5B0000 solid thin;
	}
}

   
   