/*
 Theme Name:   Foxiz Child Theme
 Template:     foxiz
*/

#header-social .header-social-list {
    background-color: #4c94f2;
    border-radius: 2px;
    padding: 4px;
}

/*Image source control*/
.isc-source-text, .wp-block-image {
	font-weight: normal;
    font-size: 12px;
    text-align: right;
    font-style: italic;
  
}
.isc-source-text.isc-source-above{
	display:block;
}


figure.wp-block-gallery,
figure.wp-block-gallery figure a{
	background-color:white;
}

.s-feat-outer,
div > figure,
figure > figcaption,
figure.wp-block-image a{
	background-color: #f2f0f0;
	padding: 5px 7px;
}

.editor-post-featured-image__preview .editor-post-featured-image__preview-image {
    aspect-ratio: auto !important;
}