/*
 Theme Name:   RunIreland v2.2
 Theme URI:    https://proactive.ie
 Description:  RunIreland Child Theme of Newsmag, http://forum.tagdiv.com/newsmag-documentation/
 Author:       Proactive
 Author URI:   https://proactive.ie
 Template:     Newsmag
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         newsmag, child
 Text Domain:  runireland
*/

/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* NJUKO BUTTONS*/

 .featured-list .njuko_button_widget,.recommends-list .njuko_button_widget,.tribe-events-content .njuko_button, .njuko_button {
    -webkit-border-radius:4;
    -moz-border-radius:4;
    border-radius:4px;
    color:#ffffff;
    background:#90C84B;
    padding:1px;
    text-decoration:none;
    text-align:center;
    margin-top:1px;
    margin-bottom:1px;
    display:block;
    width:120px;
    border:solid #90C84B 2px;
}

.njuko_button:hover{
     text-decoration:underline;
     background-color:#ffffff;
     color:#90C84B!important;
     border:solid #90C84B 2px;
}

.njuko_button_widget {
     -webkit-border-radius: 5;
     -moz-border-radius: 5;
     border-radius: 5px;
     color: #ffffff;
     background: #ff0000;
     padding: 5px;
     text-decoration: none;
     text-align: center;
     margin-top: 5px;
     margin-bottom: 5px;
     display: block;
     width: 150px;
     border: solid #ff0000 2px;
}

 a.njuko_button_widget {
     color: white;
     text-decoration: none;
}

.njuko_button_widget:hover{
    text-decoration:underline;
    background-color:#ffffff;
    color:#90C84B!important;
}