/*
File Name: style.css
Theme Name:  RT-Theme 19
Author: RT-Themes
Version: 2.8.2
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/item/rttheme-19-responsive-multipurpose-wp-theme/10730591
Description: Responsive Multi-Purpose WordPress Theme 
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: rt_theme
*/

/*
	EDIT /css/style.css for the theme style
*/

/* Member Landing Page */

.member-blocks {
    display: flex;
    align-items: stretch;
}

.member-block {
    flex: 1;
    text-align: center;
    background-color: #f4f4f4;
    margin: 0 1px;
    padding: 60px 0 50px 0;
    transition: all 0.2s;
    cursor: pointer;
}

.member-block h2 {
    margin: 0 auto;
    width: 75%;
    height: 100px;
}

.member-block a {
    height: 100%;
    font-family: "open sans";
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    display: flex;
    padding: 10px 20px;
    background-color: white;
    color: #6abf4b !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    border: solid 3px #6abf4b !important;
    transition: all 0.2s;
}

.member-block a:hover {
    color: white !important;
    background-color: #6abf4b;
}

.member-block p {
    opacity: 0;
    transition: all 0.2s;
    padding: 10px;
    font-size: 18px;
}

.member-block:hover {
    background-color: #eee;
}

.member-block:hover a {
    transform: translateY(-20px);
}

.member-block:hover p {
    opacity: 1;
    transform: translateY(20px);
}

.member-sublinks {
    text-align: center;
    margin: 30px 0 60px 0 !important;
    border-top: solid 1px lightgray !important;
    padding-top: 20px;
}

.member-sublinks > a,
.events-read-more {
    text-decoration: none;
    font-size: 20px;
    color: #339999;
    border: solid 2px;
    border-radius: 25px;
    padding: 5px 25px;
    margin: 0 10px;
    transition: all 0.2s;
}

.member-sublinks > a:hover,
.events-read-more:hover {
    color: white;
    background-color: #339999;
}

.research-article,
.event {
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: solid 1px lightgray;
}

.research-title,
.event-title {
    font-size: 22px;
    color: #005dba;
    font-family: "Titillium Web";
    font-weight: 300;
    font-style: normal;
}

.research-searchbox {
    margin-bottom: 50px;
}

.events {
    display: flex;
    flex-wrap: wrap;
}

.events .event {
    width: 50%;
    padding: 25px 25px 50px 25px;
    margin-bottom: 0;
    border: none;
}

.event-title {
    font-size: 28px;
}

.event-dates {
    font-weight: bold;
    margin-bottom: 15px;
}

.events-read-more {
    display: inline-block;
    margin: 15px 0 0 0;
}
