/*
Theme Name: EBCW theme
Template: astra
Author: Madbox
Description: Custom EBCW theme (Astra Child)
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 1.0.1627470294
Updated: 2021-07-28 13:04:54

*/

/* HIDE */
.grecaptcha-badge {
    visibility: collapse !important;
}

/* ALL CSS */
small {
	font-size: 80%;
}
.site-title {
	font-weight: 700;
}
.site-title a, .site-title a:visited {
	color: #352da2;
}
.site-title a:focus, .site-title a:hover {
	color: #07033E;
}
ol, ul {
    margin: 0 0 1.5em 2em;
}
textarea {
	max-height: 150px;
}

/* BTN */
.ast-grid-right-section .wp-block-buttons>.wp-block-button {
    margin-bottom: 0;
}
.is-style-outline>.wp-block-button__link, .wp-block-button__link.is-style-outline {
    padding: 13px 30px;
}
.mgbutton {
	border-radius: 5px!important;
}

/* MENU */
.ast-builder-menu .main-navigation>ul {
	text-align: center;
}
.menu-item-199 a, .menu-item-2438 a {
    background: #352da2;
    color: #fff;
    border-radius: 5px;
}
.main-header-menu .menu-item {
    min-height: 70px;
}


/* CF7 */
.wpcf7-list-item {
	   width: 100%;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
}

/* MOBILE */
@media (max-width: 921px) {
#masthead .ast-mobile-header-wrap .ast-primary-header-bar, #masthead .ast-mobile-header-wrap .ast-below-header-bar {
    padding-left: 10px;
    padding-right: 10px;
	}
}