/*
Theme Name: SJC
Description: Child Theme for the SJC Website. It's parent is "The7", so make sure you keep that theme in Wordpress too.
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


.sjc-footer-slogan {
	font: 300 24px / 34px "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;
	border-left: 2px solid white;
    padding-left: 20px;
	
}

.sjc-footer-image {}

.top-header .active-outline-decoration > li.act > a {
    border: 2px solid #e0002b !important;
}

/*.bg-outline-decoration > li > a, .main-nav > li > a .animate-wrap, .hover-line-decoration > li:not(.act) > a:hover .decoration-line, .hover-line-decoration > li.dt-hovered:not(.act) > a .decoration-line, .active-line-decoration > li > a .decoration-line {
    border-radius: 25px;
}
*/

/* footer contact form customisation */
#footer input[type="text"], #footer input[type="search"], #footer input[type="tel"], #footer input[type="url"], #footer input[type="email"], #footer input[type="number"], #footer input[type="date"], #footer input[type="range"], #footer input[type="password"], #footer select, #footer textarea, #footer .wpcf7-number {
    color: #ffffff;
    border-width: 2px;
    border-color: #ffffff;
    background-color: #303030;
    border-radius: 3px;
}

/* make staff mugshots rounded */
.team-container img {
    border-radius: 100% !important;
}

/* grey background hover on funder tiles */

.funderhover {background-color:#f4f4f4; margin: auto;}
.funderhover:hover {background-color:#e0e0e0;}

/* news page category list tweak */
/*.heading-right-icon .aio-icon-header {
    padding-bottom: 10px;
}
	*/


	
	
	