/*
File Name: style.css
Theme Name:  RT-Theme 18 | Child Theme
Author: RT-Themes
Version: 1.0
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/user/stmcan
Description: Designed and developed by RT-Themes - <a href="http://themeforest.net/user/stmcan">stmcan</a>
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: rttheme
Template: rttheme18
*/

@import url("/wp-content/themes/rttheme18/style.css");

/*to center the main menu*/
#navigation {margin-left:20px;}

a:link {
   text-decoration: none;
}

/*to center sticky/stuck menu*/
.sticky.stuck #navigation {margin-left:230px;}

/*to add space between sidebar elements*/
#container .sidebar .widget {
    border: 1px solid #EDEDED;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
    clear: both;
    display: block;
    float: none;
    margin-bottom: 20px;
    padding: 30px 20px 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}
/*Board of Directors page titles*/
.board {
	font-size: 20px;
    color: #1C64A5;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 100%;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
}

/*to make photo caption text smaller etc.*/
.photoInfo {
    font-size: .8em;
	line-height: 1.1em;
	font-style: italic;
}

/*Change Page Header styles*/
.top_content .heading h1, .top_content .heading h2 {
    color: #1C64A5;
    font-size: 36px;
    line-height: 100%;
    padding-bottom: 16px;
}
/*to change lists in toggle to bullets only - no lines*/
.rt-toggle ol li {
    border-bottom: 1px solid #CCCCCC !important;
    clear: both;
    display: block;
    padding: 10px 0;
    position: relative;
}
/*Contact us - show title properly*/
.page-id-20 .featured_article_title {
	display: none;
}

h3 {
   color: #00aab0 !important;
}
/* To make DONATE button stand out in main menu*/
#menu-item-265 {
   background-color: #00aab0 !important;
   color: #FFFFFF !important;
}

#menu-item-265 > ul > li.current_page_item > a:after, #navigation_bar > ul > li.current-menu-ancestor > a:after, #navigation_bar > ul > li:hover > a:after, #navigation_bar > ul > li > a:after {
    background-color: #1c64a5 !important;
}

body.wp-admin .gform-icon {
    font-family: "gform-icons-admin" !important;
}
.gform_button {
	background-color: #555;
	border: none;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	width: 70px;
	line-height: 39px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
	letter-spacing: .05em;
}
.gform_button:hover {
	background-color: #00aab0;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6) !important;
}

