/*
Theme Name: The Fox Child
Description: Child theme for The Fox Theme
Author: Your name here
Template: fox
*/

/*@media only screen and (max-width: 567px){
	body, .font-body {
    font-size: 17px !important;
}
.post-item-title.size-tiny {
    font-size: 1.2em !important;
}
.post-item-title.size-supertiny {
    font-size: 1.2em !important;
}
}*/
/* Make popup close button bigger */
.execu-close-button{
	width: 35px !important;
    height: 35px !important;
	background: #0172ff !important;
	color: #fff !important;
    font-size: 30px;
    padding-top: 10px;
    margin-right: -27px !important;
}
@media only screen and (max-width: 567px){
body.single:not(.elementor-page) .entry-content, body.page:not(.elementor-page) .entry-content {
    font-size: 17px !important;
}
}
