/*
Theme name: Mayfair
Description: Mayfair Theme
Version: 1.33.0
Author: OllyOlly
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {}
header .site-header nav .container-menu .sub .nav-menu li a {padding: 20px 14px !important;
}

header .site-header nav .container-menu .sub .nav-menu li.menu-item-has-children > ul.sub-menu li a {
    padding: 10px !important;
   
}
.callout-container__image-wrapper img {
    max-height: 100%;
    max-width: 100% !important;
    /* border: rebeccapurple; */
    border-radius: 4px !important;
}
.callout-container__image-wrapper {
    margin-bottom: 25px;
    
    display: block !important;
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    justify-content: center;
    /* width: 100%; */
}
.callout-container__image-wrapper img{ width:100% !important;}

@media only screen and ( min-width:240px) and ( max-width:768px ){
header .top-bar {

    box-shadow: none !important;
}
}