/*
 Theme Name:   Minamaze Child
 Theme URI:    http://a-e-m.org
 Description:  AEM Minamaze Child Theme. Contains templates to add Constact Contact popup code.
 Author:       Brian Shim
 Author URI:   https://www.brianshim.com
 Template:     Minamaze_Pro
 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:  minamaze_child
*/

body, button, input, select, textarea {
    font-size: 16px;
}

body, button, input, select, textarea,
#header .header-links > ul > li a {
    color: #444;
}

#site-header #header #header-core .menu > li > a, #header-responsive li a {
    font-size: 13px;
}

/* ================================================
    SCRIPTLESS SOCIAL SHARING CSS 
   ================================================ */

/* MAKE BUTTONS ROUND */
.scriptlesssocialsharing__buttons a.button {
    /* border-radius: 30px; */
}

/* MOVE TOP BUTTONS TO UPPER RIGHT */
.entry-content .scriptlesssocialsharing:first-child {
    float: right;
    margin-top: -54px;
}
.entry-content .scriptlesssocialsharing:first-child .scriptlesssocialsharing__heading {
    display: none;
}

@media only screen and (max-width: 700px) {
    .entry-content .scriptlesssocialsharing:first-child {
        float: none;
        margin-top: 0px;
    }
}

/* ADD SPACE BELOW BOTTOM BUTTONS */
.entry-content .scriptlesssocialsharing:last-child {
    margin-bottom: 40px;
}

/* FIX SOCIAL ICONS */
li.social-icon {
    display: inline-block;
    margin-right: 10px;
}