/*
Theme Name: Hamdy
Author: X-Bees Team
Author URI: https://xbees.net/
Theme URI: https://xbees.net/
Tags: full-site-editing
Text Domain: hamdy
Description: Ahmed Hamdy Personal website custom worpress theme
Requires at least: 6.4
Requires PHP: 8.3
Tested up to: 6.9
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generated on fullsiteediting.com. No code version.
*/
/* Custom CSS for Hamdy Theme */
/* General Styles */
.main-post h1,
.main-post h2,
.main-post h3,
.main-post h4,
.main-post h5,
.main-post h6 {
    margin-bottom: 2rem;
}

.main-post p,
.main-post ul,
.main-post ol,
.main-post blockquote,
.main-post img {
    margin-bottom: 2rem;
}

.alignleft {

    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.alignwide {
    width: 100%;
    max-width: 1200px;
    /* or whatever your container width is */
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.wpforms-field-medium {
    border-color: var(--main-color)
}