/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

 /*** Mobile menu fixes */
 /* random dot fix */
 @media(max-width:1024px){
 .ct-menu-link::before, #menu-product-menu-1 a::before{
    display:none!important;
 }
 .sub-menu{
    padding-inline-start:unset!important;
 }
 .gspb_container{
    border:unset!important;
 }
 .al-almenu-wrapper a{
    font-weight:500!important;
 }
 .wp-block-spacer{
    display:none!important;
 }
 .ct-toggle-close{
    color:#274C4F!important;
	--theme-icon-color: #274C4F;
}
 }

/*** feliratkozás form */
@media(min-width:1025px){
#fluentform_3 .ff-btn{
   position:absolute;
   top:0;
   right:0;
}
#fluentform_3 .ff-el-group{
   margin-bottom:unset;
}
}
.feliratkozas-nev, .feliratkozas-email{
   border-radius:200px!important;
}
.feliratkozas-gomb{
   background-color:rgb(39,79,79)!important;
}

