/*
Theme Name: Shape5 Forte
Theme URI: http://www.shape5.com/demo/index.php?/wp/forte
Description: Forte is a free theme that was designed to showcase off the many great features of our Vertex framework.
Version: 2.0.1
Tags: responsive-layout, black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, rtl-language-support
Author: Shape5
Author URI: http://shape5.com/
License URI: http://www.shape5.com/licenses.html
*/

/* WordPress Core - Alignment and Image Styling */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto;
}
.alignright, img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft, img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

/* Caption Styling */
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
    margin: 5px 20px 20px 0;
}
.wp-caption img {
    border: 0;
    max-width: 98.5%;
    height: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Widget Preview Blocks */
.mod-preview-info {
    background-color: white;
    border: 1px solid black;
    color: red;
    opacity: 0.8;
    padding: 2px 4px;
    position: absolute;
    min-height: 25px;
    text-transform: none;
}
.mod-preview-wrapper {
    background-color: #EEEEEE;
    border: 1px dotted black;
    color: #770000;
    opacity: 0.5;
    min-height: 30px;
}

/* Accessibility: Screen Reader Text */
.screen-reader-text, s5c ul span.s5_outerr, ul li ul span.s5_outerr {
    display: none;
}

/* Search Button */
#s5_topgradsearch #searchsubmit {
    display: none;
}

/* Comment Styling */
.comment-body p {
    padding: 0;
}
div.reply {
    margin-top: 15px;
}
.reply a {
    background: #e2e2e2;
    color: #999999;
    padding: 5px 11px;
}
.comment-author .fn a, .comment-author .fn {
    color: #333333;
    font-weight: bold;
}
.comment-meta.commentmetadata a {
    color: #aaa;
    font-size: 0.9em;
    position: relative;
    top: -6px;
}
.comment-author img.avatar {
    display: block;
    margin-left: -122px;
    margin-top: -5px;
    position: absolute;
    border-radius: 100px;
}
.submit {
    cursor: pointer;
}

/* Comment List Styling */
.comment-list {
    margin-left: 0;
    list-style-type: none;
    padding: 0;
}
.comment-list .children {
    padding-left: 20px;
}

/* Comment Form */
.comment-form label {
    clear: both;
    display: block;
    padding: 12px 0 10px;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
    width: 100%;
    box-sizing: border-box;
}

/* Quick Contact Form */
#s5_quick_contact input, #s5_quick_contact textarea {
    padding: 12px 15px !important;
    margin-bottom: 30px !important;
}
@media screen and (max-width: 700px) {
    #s5_quick_contact input,
    #s5_quick_contact textarea {
        width: 100% !important;
    }
}

/* Responsive Styling */
@media screen and (max-width: 1024px) {
    /* Adjustments for tablets */
    .entry-utility {
        margin-top: 20px;
    }
}

/* Focus styles for accessibility */
a:focus, button:focus {
    outline: 2px solid #f56433;
}

/* Global Variables for Colors */
:root {
    --primary-color: #f56433;
    --secondary-color: #333;
}

.btn {
    background-color: var(--primary-color);
}
