/*
 Theme Name:   Jarida Child Theme for Shooters Union state websites
 Theme URI:    http://mccarthy-wood.com
 Description:  For the Shooters Union state websites
 Author:       Andrew McCarthy-Wood
 Author URI:   http://mccarthy-wood.com
 Template:     jarida
 Version:      1.0.0
 License:      NA
 License URI:  NA
 Tags:         
 Text Domain:  jarida
*/
h3{
    font-family:raleway !important;
}
.logo img{
    border:3px solid #0f6cb1;
}
.tasGreenBorder{
    border-bottom:3px solid #004c3d;
}
.qldMenuBorder{
    border-bottom:3px solid #73182C;
}
.breaking-news a{
    font-size:16px !important;
}
.top-nav .social-icons [class^="tieicon-"]:before, .top-nav .social-icons [class*=" tieicon-"]:before, .footer-bottom .social-icons [class^="tieicon-"]:before, .footer-bottom .social-icons [class*=" tieicon-"]:before {
    color: #fff;
}
.top-right-links{
    float:right;
    background:#016aac;
    color:white;
    padding:6.5px;
    font-size: 13px;
}
.top-right-links a{
    color:white;
}
.top-right-links a:hover{
    color:#016aac;
}
#nav-shell{
    width:100%;
    background:#e2e2e2;
}
#main-nav{
    border-bottom:none;
    background:#e2e2e2;
}
#main-nav  ul li{
    border:none;
}
#main-nav ul li a {
    color:#4c4c4c;
    text-shadow:none;
	border:none;
}
header#theme-header{
    margin:0;
}
.header-content {
    background:none;
}
/* Styling for pages and posts other than front page */
.single .content, .archive .content, .page .content{
	width:70%;
}
.home-page .content{
	width:100%;
}
/* END Styling for pages and posts other than front page */
.wrapper.layout-2c .container, .home-page .wrapper.layout-2c header#theme-header{
    width:90%;
}
#main-content{
    margin:0 auto;
}
.post-inner {
    padding:0;
}
.home-page h1{
    text-align:center;
    font-size:50px;
}
.frontPageActionFormsBox{
    text-align:center;
    margin-bottom:30px;
}
.suFrontPageLinkBox{
    width:31.1%;
	min-width:247px;
    height:220px;
    position:relative;
    display:inline-table;
    padding: 10px;
    margin: 15px 0.5px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color:grey;
    font-size:20px;
    color:white;
    text-shadow: 1px 1px black, 2px 2px black;
	opacity:1;
    transition:opacity 0.5s ease-in-out;
}
.suFrontPageLinkBox:hover{
	opacity:0.7;
}
.suFrontPageLinkBoxMessage{
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top:50px;
    padding-top:15px;
    width:65%;
    height:115px;
    border: 1px white solid;
    font-size:30px;
    font-weight:bold;
}
.suFrontPageLinkBoxHeadline{
    position:absolute;
    bottom:15px;
    width:100%;
    text-align:center;
    font-family:Satisfy;
    font-weight:normal;
	background-image:url('/wp-content/uploads/sites/54/2016/07/su-issue-box-lines.png');
    background-size: 90% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.suFrontPageLinkBox button{
    position:absolute;
    bottom:5px;
    right:5px;
    padding:15px;
}
.frontPageSubHead{
    color:#4c4c4c;
    clear:both;
}
/* Front page stories from the main SU site */
#frontPageMainSitePosts{
	text-align:center;
}
#frontPageMainSitePosts li{
	list-style:none;
	width:20%;
	display:inline-flex;
}
.mainSitePostExcerpt{
	color:black;
}
@media (max-width:765px){
	#frontPageMainSitePosts li{
	display:inherit;
	width:80%;
}
}
/* END Front page stories from the main SU site */
#frontPageAdminButtons .button{
	width: 100%;
    padding: 15px;
    text-align: center;
    margin-bottom: 2px;
}
.widget-container li {
    background: none;
}
@media (min-width:1440px){
.wrapper.layout-2c #main-nav{
	width:70%;
}
}
@media(max-width:1395px){
	#menu-main-menu{
		margin-left:200px;
	}
}
@media(max-width:1220px){
	.breaking-news{
		display:none;
	}
}
@media(min-width:1040px){
	.logo {
		margin-left: 95px;
	position: absolute;
	z-index: 900;
	}
	.single .content, .archive .content, .page .content{
		margin-top:90px;
	}
	.home-page .content{
		margin-top:0;
	}
}