/**
Theme Name: Reggio Digital Studio Theme
Author: Reggio Digital Studio
Author URI: https://reggiodigitalstudio.com
Description: Reggio Digital Studio is a web development studio building great things.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reggio-digital-studio-theme
Template: astra
*/


/** 
 *	Scriptless Social Share
 */
 .scriptlesssocialsharing {
    box-sizing: border-box;
    margin: 18px auto;
    display: inline-block;
    width: 100%;
}

.scriptlesssocialsharing a.button {
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    line-height: 1;
    margin: 0;
    text-align: center;
    text-decoration: none
}

.scriptlesssocialsharing a.button:hover {
    color: #fff
}

.scriptlesssocialsharing .screen-reader-text {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
}

.scriptlesssocialsharing-buttons {
    border-collapse: separate;
    border-spacing: 3px;
    display: table;
    table-layout: fixed
}

.scriptlesssocialsharing-buttons .button {
    display: table-cell
}

.scriptlesssocialsharing__buttons {
    display: flex;
    flex-wrap: wrap
}

.scriptlesssocialsharing__buttons a.button {
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center
}

.scriptlesssocialsharing__icon {
    display: inline-block;
    fill: currentColor;
    font-size: 18px;
    height: 1em;
    width: 1em
}

.scriptlesssocialsharing__icon+.sss-name {
    margin-left: 8px
}

.scriptlesssocialsharing .button.email {
    background-color: rgba(51, 51, 51, .8)
}

.scriptlesssocialsharing .button.email:hover {
    background-color: #333
}

.scriptlesssocialsharing .button.twitter {
    background-color: rgba(29, 161, 242, .8)
}

.scriptlesssocialsharing .button.twitter:hover {
    background-color: #1da1f2
}

.scriptlesssocialsharing .button.facebook {
    background-color: rgba(59, 89, 152, .8)
}

.scriptlesssocialsharing .button.facebook:hover {
    background-color: #3b5998
}

.scriptlesssocialsharing .button.pinterest {
    background-color: rgba(189, 8, 28, .8)
}

.scriptlesssocialsharing .button.pinterest:hover {
    background-color: #bd081c
}


@media print {
    .scriptlesssocialsharing {
        display: none
    }
}

.scriptlesssocialsharing__buttons a.button {
    padding: 12px;
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .scriptlesssocialsharing .sss-name {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }
}

/** 
 *	Blog Posts Meta
 */
.entry-meta, .entry-meta *  {
	color: #9d9d9c;
	font-size: 16px;
	font-style: italic;
}
.entry-content a {
	text-decoration: underline;
}

/** 
 *	Menu
 */
.ast-masthead-custom-menu-items {
	padding: 0;
}

/** 
 *	Blog Posts Meta
 */
.wp-caption .wp-caption-text {
	margin: .50em 0;
	font-style: italic;
	font-size: 18px;
}

/** 
 *	yHeading Block
 */
.yheading {
    text-align: center;
}
.yheading h1 { 
    margin: 10px 0;
    display: inline-block;
    color: #3daab8;
    text-transform: uppercase;
}
.yheading h1 span {
    padding: 0 20px;
    position: relative;
}
.yheading h1 span::before,
.yheading h1 span::after {
    width: 300px;
    border-style: solid;
    border-color: #3daab8;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    border-width: 1px;
}
.yheading h1 span::before {
    right: 100%;
}
.yheading h1 span::after {
    left: 100%;
}

/** 
 *	Footer Widget Social Media
 */
 .astra-widget-social-profiles-inner .ast-widget-icon {
    font-size: 30px!important;
}

/** 
 *	Load Comment Button
 */
button#llc_comments_button {
    margin-top: 40px;
    color: #fff;
    font-size: 22px;
}

/** 
 *	yBox - Adds Border
 */
.ybox {
	margin: 20px 0;
    padding: 10px 20px;
    border: 1px solid #3daab8;
}

/** 
 *	Custom Color Block
 */
.has-lightredochre-color { color: #EF6B50; }
.has-lightredochre-background-color { background-color: #EF6B50; }
.has-verdigris-color { color: #3DAAB8; }
.has-verdigris-background-color { background-color: #3DAAB8; }
.has-black-color { color: #000000; }
.has-black-background-color { background-color: #000000; }
.has-raisinblack-color { color: #221E1F; }
.has-raisinblack-background-color { background-color: #221E1F; }
.has-davysgrey-color { color: #555555; }
.has-davysgrey-background-color { background-color: #555555; }
.has-white-color { color: #ffffff; }
.has-white-background-color { background-color: #ffffff; }