/* 
 Theme Name:   Hello Arcana Grove
 Theme URI:    
 Description:  Arcana Grove specific styles
 Author:       GroveKeeper
 Author URI:   https://thearcanagrove.com
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html


/*
 * ==========================================================================
 * Editorial Styles
 * Hello Elementor Child Theme
 * Styles for WordPress/Gutenberg content
 * ==========================================================================
 */

/* ==========================================================================
   CONTENT WRAPPER
   ========================================================================== */

.entry-content {

}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

.wp-block-heading {

}

.wp-block-heading:first-child {

}

.wp-block-paragraph {

}

.wp-block-paragraph:last-child {

}

strong {

}

em {

}

mark {

}

small {

}

sup {

}

sub {

}

/* ==========================================================================
   LINKS
   ========================================================================== */

.wp-block-paragraph a {
color: #5C6352;
	font-weight: 500; 
}

.wp-block-paragrapht a:hover,
.wp-block-paragraph a:focus {
color: #623F45 !important;
}

.wp-block-paragraph a:visited {

}

/* ==========================================================================
   LISTS
   ========================================================================== */

.wp-block-list {
   margin-bottom: 20px;
}

.wp-block-list li {
   padding-bottom: 10px;

}

.wp-block-list ul,
.wp-block-list ol {


}

/* ==========================================================================
   BLOCKQUOTES
   ========================================================================== */

.wp-block-quote {

}

.wp-block-quote p {

}

.wp-block-quote cite {

}

.wp-block-pullquote {

}

/* ==========================================================================
   TABLES
   ========================================================================== */

.wp-block-table {

}

.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.wp-block-table caption {

}

.wp-block-table thead {

}

.wp-block-table tbody {

}

.wp-block-table tfoot {

}

.wp-block-table tr {

}

.wp-block-table th {

}

.wp-block-table td {

}

.wp-block-table th,
.wp-block-table td {

}

.wp-block-table .has-fixed-layout {

}

.wp-block-table.is-style-stripes {

}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {

}

/* ==========================================================================
   IMAGES
   ========================================================================== */

.wp-block-image {

}

.wp-block-image img {

}

.wp-block-image figcaption {

}

figure {

}

figcaption {

}

/* ==========================================================================
   GALLERIES
   ========================================================================== */

.wp-block-gallery {

}

/* ==========================================================================
   MEDIA
   ========================================================================== */

.wp-block-cover {

}

.wp-block-media-text {

}

.wp-block-embed {

}

iframe {

}

video {

}

audio {

}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.wp-block-buttons {

}

.wp-block-button {

}

.wp-block-button__link {

}

/* ==========================================================================
   GROUPS & LAYOUT
   ========================================================================== */

.wp-block-group {

}

.wp-block-columns {

}

.wp-block-column {

}

.wp-block-spacer {

}

/* ==========================================================================
   CODE
   ========================================================================== */

.wp-block-code {

}

pre {

}

code {

}

kbd {

}

samp {

}

/* ==========================================================================
   FILES
   ========================================================================== */

.wp-block-file {

}

/* ==========================================================================
   DETAILS
   ========================================================================== */

.wp-block-details {

}

/* ==========================================================================
   SEPARATOR
   ========================================================================== */

.wp-block-separator {

}

hr {

}

/* ==========================================================================
   DEFINITIONS
   ========================================================================== */

dl {

}

dt {

}

dd {

}

/* ==========================================================================
   WORDPRESS ALIGNMENT
   ========================================================================== */

.alignleft {

}

.alignright {

}

.aligncenter {

}

.alignwide {

}

.alignfull {

}

/* ==========================================================================
   WORDPRESS HELPERS
   ========================================================================== */

.screen-reader-text {

}

.wp-caption {

}

.wp-caption-text {

}

.gallery {

}

.gallery-item {

}

.sticky {

}

/* ==========================================================================
   ACCESSIBILITY
   ========================================================================== */

:focus-visible {

}

::selection {

}

/* ==========================================================================
   TABLET
   ========================================================================== */

@media (max-width: 1024px) {

    .wp-block-heading {

    }

    .wp-block-paragraph {

    }

    .wp-block-table {

    }

}

/* ==========================================================================
   MOBILE
   ========================================================================== */

@media (max-width: 767px) {

    .wp-block-heading {

    }

    .wp-block-paragraph {

    }

    .wp-block-list {

    }

    .wp-block-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .wp-block-table table {
        min-width: 600px;
    }

    .wp-block-table th,
    .wp-block-table td {

    }

    .wp-block-image img {

    }

    .wp-block-quote {

    }

    pre {

    }

}

/* ==========================================================================
   SMALL MOBILE
   ========================================================================== */

@media (max-width: 480px) {

    .wp-block-heading {

    }

    .wp-block-paragraph {

    }

}

