/*
Theme Name: aquarobotx
Theme URI: 
Author: kova
Author URI: 
Description:
Version: 0.0.1 
Requires at least: 6.7.1
Tested up to: 6.7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aquarobotx
This theme, like WordPress, is licensed under the GPL.
*/


/* Contact Form styling */

.page-id-2141 .wp-block-post-content {
    min-width: 100%;
}

.wpcf7-form {
   min-width: 100% !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    min-height: 37px;
    font-size: 18px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #949494;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
    background-color: var(--wp--preset--color--primary);
    text-align: center;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

.wpcf7 input[type="submit"]:hover {
    outline: 3px solid var(--wp--preset--color--primary);
    outline-offset: 3px;
}

.wpcf7-spinner {
    background-color: var(--wp--preset--color--primary);
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: var(--wp--preset--color--primary);
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--wp--preset--color--primary);
}

.wpcf7-not-valid-tip {
    color: var(--wp--preset--color--quaternary);
}

/* End of Contact Form styling */

/* Sub-menu alignment */

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
    left: 0;
}

/* End of Sub-menu alignment */

/* WP Go Maps Block */

.ol-control button, .ol-control button:hover {
    background-color: var(--wp--preset--color--primary);
}
.wpgmza-standalone-block-full-feature-block {
    display: none;
}

/* End of WP Go Maps Block */

/* Timeline Block */

#BTimelineBlock-2 .timeline__item.timeline__item--left .timeline__content::before {
    border: none;
}

#BTimelineBlock-2 .timeline__item.timeline__item--right .timeline__content::before {
    border: none;
}

/* End of Timeline Block */


/* Hide featured image for single pages in Media category */

body.single.category-media .wp-block-post-featured-image {
    display: none;
}

/* Align Csapatok vertically center */

.vertical-align {
    align-content: center;
}

/* End of Align Csapatok vertically center */