/*
 * Theme Name:  Maag Child
 * Theme URI:   https://maag.codesupply.co/
 * Description: Maag Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    maag
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

.cs-logo, .cs-logo a{
	font-size: 40px; 
	text-transform: uppercase;
	font-weight: bold;
}

@media (max-width: 576px) {
	.cs-logo, .cs-logo a{
		font-size: 30px;
	}
}


.cookie-prefetch-container{
	bottom: 30px;
}

.comment-author .fn::before{
	content: "";
	display: none;
}

.wp-caption-text-main{
    text-align: center;
    background-color: #f3f3f3;
	font-size: 11px;
    line-height: 1.65em;
    padding: 4px;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
