/*
    Theme Name: foxit
    Author: Markupus
    Description: The code contains comments. These comments describe which section each code part relates to and also include the exact place where you can edit these sections in the admin panel.
    Author URI: https://markupus.com/
*/

/* STYLES FOR WP CONTENT */
.page-content {
    clear: both;
}
.page-content::after{
    display: block;
    content: "";
    clear: both;
}
.aligncenter {
    text-align: center;
}
.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}
img.alignleft, .wp-caption.alignleft {
    float: left;
    margin-right: 15px;
}
img.alignright, .wp-caption.alignright {
    float: right;
    margin-left: 15px;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-caption-text {
    font-family: 'concord-regular', Arial, sans-serif;
    font-size: 18px;
}

@media(max-width: 575px) {
    img.alignleft, .wp-caption.alignleft {
        float: none;
        margin-right: 0;
    }
    img.alignright, .wp-caption.alignright {
        float: none;
        margin-left: 0;
    }
}
