/*!
Theme Name:   Kappan 2023
Template:     Extra
Version:      1.0.0

Theme URI:    http://www.elegantthemes.com/gallery/extra/
Author:       ByteJam - Joshua S
Author URI:   https://bytejam.com/
License:      GPL-3.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-3.0-standalone.html

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.

IMPORTANT:
Read the instructions in https://github.com/webmandesign/child-theme/blob/master/readme.md

Child theme CSS styles:
*/

@import url("../Extra/style.css");

/* changing the footers background color */
#footer {
    background: #c9a558;
}

/* custom post styling */

.post-header {
	text-align: left;
}

.post-header h1 {
	font-size: 18px;
}

.et_pb_widget .widgettitle {
	background-color: #3c2d53;
}

/* replacing twitter icon with x */
.et-extra-icon-twitter:before {
	content: "\e61b";
	font-family: "Font Awesome 6 Brands" !important;
}

.et-extra-icon-twitter.et-extra-icon-background-hover:hover {
	background: #000 !important;
}

.grade-group {
	padding: 0rem 1rem 1rem 1rem;
}

.grade-group h2 {
	padding-left: 0px !important;
}

.grade-group h3 {
	padding-left: 0px !important;
	text-transform: none !important;
}

.grade-group img {
	width: 60%;
}

.grade-group .wp-block-button a {
	border-radius: 1rem;
}
