/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* == SIDEBAR MENU STYLING & FIXES == */

.menu-sidebar-inner {
	margin-top: 80px
}
.menu-smart li.menu-psa-link {
  margin-top: 16px;;
}

/** == Adjust global paragraph line height == **/

p {
    line-height: 1.5;
}

/** == Add dotted underling to paragraph links == */
p a:not(.btn-text-skin) {
    text-decoration: none;
    border-bottom: 1px dotted #33cd32;
}

/* == Footer link hover color == **/
.site-footer .style-dark a:not(.btn-text-skin){
    border-bottom: 0;
}

.site-footer .style-dark a:not(.btn-text-skin):hover {
    color: #33cd32 !important;
}

/** == Tighten up icon box spacing == **/

.icon-box-content p {
    margin-top: 0;
}

/** == Custom Post Authors == **/

.custom-post-authors {
    display: inline;
}