/*
 Theme Name:   Allure Child
 Theme URI:    https://starsandanchor.com
 Description:  Allure Child Theme
 Author:       Stars and Anchor
 Author URI:   https://starsandanchor.com
 Template:     allure
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  allurechild
*/

/* font size for paragraphs */
.page-content p {
    font-size: 16.5px;
    line-height: 1.7;
  }

/* font size for lists */
.page-content li {
    font-size: 16.5px !important;
  }

/* color of links in post content */
.page-content a {
    color: #e26572 !important;
  }

/* color of link hover in post content */
.page-content a:hover {
    color: #25405f !important;
  }

/* color of links in lists */
.page-content li a {
    color: #2271b1 !important;
  }

/* size and color of buttons in post content */
.wp-block-button .wp-block-button__link {
    font-size: 12px !important;
    color: #fff !important;
    background-color: #e26572 !important;
  }

/* color of button hover in post content */
.wp-block-button .wp-block-button__link:hover {
    color: #fff !important;
    background-color: #25405f !important;
  }

/* color of drop-down menu shadow */
.menu .children, .menu .sub-menu {
  box-shadow: 0 1px 17px rgba(198,218,237,.7) !important;
}

/* size of social icons in desktop header */
#header-main-social li a {
  font-size: 18px !important;
}

/* size of social icons in widget sidebar */
.widget-social-icons li a {
  font-size: 26px !important;
}

/* size and text style for breadcrumbs on posts */
.rank-math-breadcrumb {
    margin-bottom: 25px;
    font-style: italic;
}

/* link color for breadcrumbs on posts */
.rank-math-breadcrumb a {
    color: #757575;
}

/* style of modified date on posts */
.modified-date {
    text-align: center;
    font-size: 12px;
    margin-bottom: 30px;
}

/* category page, margin below category description */
.category-text-intro {
    margin: 0 2em 20px !important;
    padding: 0 15%;
}

/* mobile - padding for category description on left + right */
@media screen and (max-width:767px){

	.category-text-intro {
    padding:0 30px;
  }
}
