/*
Theme Name: Chicken
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: chicken
Template: astra
*/



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

font color:		   #2d2d2d

black:             #000000

dark grey:         #2d2d2d
medium dark grey:  #494949
medium grey        #bababa
light grey:        #eaeaea

white:       	   #ffffff

red:               #ff0000
dark orange        #F47B20
orange:			   #FFBD02

*/



/* ====================================================
   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 */
@media only screen and (max-width: 1199px) {
	header.entry-header {
		margin-top: 24px;
	}
}
#main a {
	border-bottom: #FF0000 solid thin;
}
#main a:hover {
	border-bottom: #2D2D2D 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;
	}
}
