/* 
 Theme Name:   fairy child theme
 Theme URI:    https://makemecybersafe.com/
 Description:  This is my Child Theme
 Author:       CG360 Sysadmin
 Author URI:   https://makemecybersafe.com/
 Template:     fairy
 Version:      1.4.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/


.byline .author.vcard {
	display: none;
}
.site-info.text-center {
    display: none;
}
.site-header-v2 .custom-logo-link img {
	margin: 0 !important;
	width: 253px;
}
.site-header-top {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 0px;
	background-color: #001635;
	background-image: url(/wp-content/uploads/2021/07/mmc-header.jpg);
	background-repeat: no-repeat;
}
.site-header-topbar {
	padding: 0px !important;
}

.site-header .row .fairy-menu-social {
	position: absolute;
	right: 10%;
	top: 20%;
	display: none;
}
.menu-toggle {
	margin-top: -60px !important;
}