/*
 Theme Name:   St Chad's Theme
 Theme URI:    http://community.dur.ac.uk/chads/
 Description:  St Chad's College Theme
 Author:       Alastair Breeze
 Author URI:   http://www.alastairbreeze.com
 Template:     twentythirteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/


@import url("../twentythirteen/style.css");
#page{
    background-color:#fff;
    margin-top:14px;
    margin-bottom:24px;
}
body.page{
    background-color:#EAEAEA;
    padding:0px 10px;
}
html{
    overflow-x:hidden;
}
/*Colors
    here are the different colors from the chads logo
    green #005500
    yellow #d4aa00
    red #aa0000
    white #ffffff
    grey #999999
    dark green #5b6236
    */

/*Fonts*/
@font-face {
    font-family: headerfont;
    src: url('../stchads/fonts/Lato-Light.ttf');
}
    /*src: url('../stchads/fonts/Baskerville_BT_Roman.eot');
}
@font-face {
    font-family: headerfont;
    src: url('../stchads/fonts/Baskerville_BT_Roman.ttf');
}*/

@font-face {
    font-family: subheaderfont;
    src: url('../stchads/fonts/Lato-Light.ttf');
}
    /*//src: url('../stchads/fonts/Trade-Gothic-LT-Bold-Condensed-No--20.eot');
    src: url('../stchads/fonts/Trade-Gothic-LT-Com-Light.eot');
}
@font-face {
    font-family: subheaderfont;
    //src: url('../stchads/fonts/Trade-Gothic-LT-Bold-Condensed-No--20.ttf');
    src: url('../stchads/fonts/Trade-Gothic-LT-Com-Light.ttf');
}*/

@font-face {
    font-family: contentfont;
    src: url('../stchads/fonts/Montserrat-Regular.ttf');
}
    /*src: url('../stchads/fonts/Trade-Gothic-LT-Com-Light.eot');
}
@font-face {
    font-family: contentfont;
    src: url('../stchads/fonts/Trade-Gothic-LT-Com-Light.ttf');
}*/

/*Site*/
.site{
/*//    background-color:rgba(255,255,255,0);*/
/*//    max-width:100%;*/
    max-width:1300px;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border:none;

/*//    background: -webkit-linear-gradient(right,rgba(0,15,0,0.7), transparent, transparent,rgba(0,15,0,0.7)); /* For Safari 5.1 to 6.0 */*/
/*//    background: -o-linear-gradient(right,rgba(0,15,0,0.7), transparent, transparent,rgba(0,15,0,0.7));  For Opera 11.1 to 12.0 */
/*//    background: -moz-linear-gradient(right,rgba(0,15,0,0.7), transparent, transparent,rgba(0,15,0,0.7)); /* For Firefox 3.6 to 15 */*/
/*//    background: linear-gradient(to right,rgba(0,15,0,0.7), transparent, transparent,rgba(0,15,0,0.7)); /* Standard syntax (must be last) */*/
}
@media (min-width: 1270px){

    .site
    {
        position:relative;
        -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
           -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }
    .site:before, .site:after
    {
        content:"";
        position:absolute;
        z-index:-1;
        -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
        box-shadow:0 0 20px rgba(0,0,0,0.8);
        top:10px;
        bottom:10px;
        left:0;
        right:0;
        -moz-border-radius:100px / 10px;
        border-radius:100px / 10px;
    }
    .site:after
    {
        right:10px;
        left:auto;
        -webkit-transform:skew(8deg) rotate(3deg);
           -moz-transform:skew(8deg) rotate(3deg);
            -ms-transform:skew(8deg) rotate(3deg);
             -o-transform:skew(8deg) rotate(3deg);
                transform:skew(8deg) rotate(3deg);
    }
}
@media (max-width: 1270px){

/*    #page{
        margin:0px;
    }
    body.page{
        padding:0px;
    }
*/
    .site{
        box-shadow: 0px 0px 12px 0px #555;
    }
}


/*Header*/
.site-header{
    color:#666;
//    border-bottom:12px solid white;
    background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;            /* optionally, center the image */
}

.site-footer{
//    max-width: 1000px;
    margin: 0 auto;

}

.site-header .home-link, .nav-menu, .content-area{
    //background-color:rgba(120,150,120,0.9);
    //border-right:1px solid white;
    //border-left:1px solid white;
}

.site-header .home-link {
    color: #666;
    display: block;
    margin: 0 auto;
    max-width: 1000px;
    /*min-height:200px;*/
    max-height:200px;
    padding: 0 20px;
    text-decoration: none;
    width: 95%;
    margin-top:0px;
    /*margin-bottom:8px;*/
    position:relative;
    min-height: 0px;
}

.site-header .home-link-wrapper {
  background-image: linear-gradient(to right, rgba(91,98,54,1.0), rgba(91,98,54,0.5), rgba(91,98,54,0.2), transparent);
}

.site-header .home-link .title{
    width:68%;
    margin:0;
    display:inline-block;
    color:#666;
    /*text-transform: uppercase;*/

}

.site-header .home-link .title h1{
    padding:0;
/*text-transform: uppercase;*/
font-weight:400;
font-style:normal;
    color:#666;
    //text-shadow:0px 0px 4px black;
}

.site-header .contact{
    display: inline-block;
    position: absolute;
    right: 0px;
    top:0px;
padding: 0px 60px;
background-color:#5b6236;/*rgba(34, 78, 12, 0.7);*/
border-radius: 0px 0px 10px 10px;
box-shadow: 1px 3px 4px -3px #444;
}

.site-header .search-form{
    right:13%;
}

.site-header .contact a{
    margin:0;
}

.site-header .contact a p{
    margin:0;
    color:#fff;
    display:inline-block;
}

@media (max-width: 850px){
    .site-header .home-link .title h1 {
        font-size:40px;
        
    }
}

@media (max-width: 680px){
    .site-header .home-link .title h1 {
        font-size:35px;
        
    }

    .site-header .home-link-wrapper {
        background-image: linear-gradient(to right, rgba(91,98,54,1.0), rgba(91,98,54,0.7), rgba(91,98,54,0.4), transparent);
    }
}

@media (max-width: 475px){
    .site-header .home-link .title h1{
        font-size:30px;
    }
}

.site-header .site-title:hover {
    text-decoration: inherit;
}

.site-header .home-link .title h2{
    font-style:normal;
}

a#logo{
    display: inline-block;
    width: 100%;
}

.site-header .home-link .logo{
    /*background: url('../stchadsjcr/images/stchadslogo.png') no-repeat top left;
    background-size:273px 300px;*/
    display:inline-block;
    margin:0;
    width:100%;
/*    width:30%;
    max-width:160px;*/
}
.site-header .home-link .logo img{
    height:auto;
    width:450px;
    max-width:100%;
}

.splitter{
width:100%;
background-color:#ccc;
margin-top:15px;
margin-bottom:5px;
box-shadow:inset 0px 0px 10px #444;
}

.splitter .metaslider{
margin:0 auto;
}

.site-title {
    font-size:50px;
}

#topbar {
    display: block;
    height: 12px;
    width: 100%;
    /*background-color: #005500;*/
    background-color: white;
    background-repeat: repeat-x;
}

.featured-image{
    overflow:hidden;
    height:320px;
}

.featured-image img{
    width:100%;
    height:auto;
}

/*Navbar*/

.nav-menu{

}

.navbar{
    /*background-color:#005500;*/
    background-color:rgba(255,255,255,0);
    color:white;
    /*text-align: right;*/
    /*margin-top: -62px;*/
}

.nav-menu li{

}

.nav-menu li a,.nav-menu li a span{

    color:white;
    /*text-transform: uppercase;*/
    text-align: left;
    font-size:16px;
    border-bottom:4px solid transparent;
    //max-height:48px;
    font-family: subheaderfont;
    //text-shadow: 0px 0px 3px black;
padding-top: 12px;
    padding-bottom: 12px;
}

.nav-menu .sub-menu, .nav-menu .children, ul.nav-menu ul a, .nav-menu ul ul a {
    background-color: #5b6236;/*rgba(34, 78, 12, 0.7);*/
    border-color:transparent;
    /*border-bottom-left-radius: 20px;*/
    /*border-bottom-right-radius: 20px;*/
    width:240px;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color:transparent    ;
    border-bottom:6px solid rgba(255,255,255,0.6);
    text-decoration: none;
    font-weight:300;
}

.nav-menu li ul li:hover > a, .nav-menu li ul li a:hover, .nav-menu li ul li:focus > a, .nav-menu li ul li a:focus {
    background-color:#5b6236;
}

ul.nav-menu, div.nav-menu > ul {
padding: 0 60px 0 0;
  max-width: 1000px;
  margin: 0 auto;
}

.nav-menu li:hover > a, .nav-menu li a:hover,{
    /*background-color:#5b6236;
    border-top-right-radius:12px;
    border-top-left-radius:12px;*/
    background-color:transparent;
    border-bottom:6px solid rgba(255,255,255,0.6);
}

.main-navigation {
  max-width: 100%;
  /*box-shadow: 0px 2px 8px #888;*/
    background-color: #5b6236;/*rgba(34,78,12,0.7);*/
    //border-bottom:1px solid white;
    border:none;
}

.site-header .search-field {
    background-image: url(images/search-icon.png);
}


ul.nav-menu ul:hover a, .nav-menu ul ul:hover a {
    border-top-right-radius:0px;
    border-top-left-radius:0px;
    background-color:background-color:rgba(25,25,25,0.8);

}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #bc360a;
    font-style: normal;
    color:white;
    /*font-weight:600;*/
    border-bottom:6px solid rgba(255,255,255,0.6);
}

.current-menu-item{
background-color: #5b6236;/*rgba(34, 78, 12, 0.7);*/
}

@media (max-width: 643px){
    .menu-toggle {
        display: block;
        text-align:left;
    }

    .site-header .home-link .title h1{
        /*text-align: center;*/
    }

    img#headerlogo{
        max-width:120px;
        vertical-align:bottom;
    }

    .site-header .home-link .title{
        vertical-align: top;
        margin-top: 5px;
    }


}

@media (max-width: 860px){
    .nav-menu li a{
        padding: 15px 15px;
    }
}

@media (max-width: 790px){
    .nav-menu li a{
        padding: 15px 10px;
    }
}

@media (max-width: 710px){
    .nav-menu li a{
        padding: 15px 3px;
    }
}

@media (max-width: 643px){
    .toggled-on .nav-menu li a:hover, .toggled-on .nav-menu ul a:hover,.toggled-on .nav-menu li a, .toggled-on .nav-menu ul {
        background-color: transparent;
        color: #fff;
    }

    .toggled-on .nav-menu li:hover > a, .toggled-on .nav-menu .children a {
        background-color: transparent;
        color: #fff;
    }

    .toggled-on .nav-menu li > ul a {
        color: #fff;
        background-color:transparent;
    }

    .toggled-on .nav-menu li > ul a {
        color: #fff;
        background-color:transparent;
    }
}

/*Body*/
.site-content{
    max-width:1000px;
    /*margin:24px;*/
    width:100%;
    margin-left:0px;
}

.widget {

}

.widget, .site-content{
    /*background-color:rgba(0,0,0,0.8);*/
    background-color: transparent;
}

.widget, .site-content, .site-header, .site-footer{
    /*box-shadow:0px 0px 10px #666;*/
}

.site-footer .widget{
    box-shadow:none;
}

.widget_atom_twitter_feeds{
    min-height:580px !important;
    min-width:226px !important;
}

.site-main{
    max-width:1000px;
    margin:0 auto;
    /*min-height:870px;*/
}

body{
    color:#666;
}

.entry-content{
    padding: 0 60px 0 60px;
}

.entry-content p{
padding-right:20px;
padding-left:20px;
}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta, .page-header, .page-wrapper, .error404 .page-wrapper, .archive-header {
    max-width: 1040px;
    padding: 0 20px 0 20px;
    background-color:transparent;
}

.entry-header{
    margin-bottom:5px;
}

.site-main .sidebar-container {
    height: auto;
    top: 0;
    width:30%;
    left:70%;
    z-index: 1;
    margin:0;
    margin-right:24px;
}

.sidebar .post-navigation .nav-links{
    padding:0px 20px;
    padding-top:0px;
}

.post-navigation{
    background-color: transparent;
    color:#ffffff;
}

.paging-navigation{
    background:transparent;
}

.paging-navigation a:hover .meta-nav{
    opacity:0.6;
    background-color:#005500;
}

.sidebar .paging-navigation .nav-links{
    padding:0px 20px;
}

.entry-content img.alignleft, .entry-content .wp-caption.alignleft{
    margin-left:0px;
}

.entry-content img.alignright, .entry-content .wp-caption.alignright{
    margin-right:0px;
}


.paging-navigation .meta-nav{
    background-color:#005500;
}

.hentry{
    padding:20px 0px;
}

.entry-content img{
    /*width:100%;*/
}

img#listperson{
    height: 100%;
    width: 100%;
    align-content: center;
    object-fit: cover;
}

img#listcover{
    width:100%;
    height:auto;
}




/*Footer*/

.site-footer{
    background-color:white;
    //border-top:12px solid white;
}

.site-footer .sidebar-container{
    background-color:#5b6236 !important;

    background-repeat: repeat;
    
}

.site-footer .sidebar-container{
    //background-image: url('../stchads/images/minicross.png') !important;
    /*min-height:480px;*/
    overflow:hidden;
}

.sidebar .site-footer{
   max-width:100%;
  box-shadow: 0px -2px 10px #888;
}

.sidebar .site-footer .widget-area {
    left: 0;
    max-width: 800px;
}

.widget_atom_twitter_feeds {
    min-height: 450px !important;
}

.site-footer .site-info{
    max-height:0px;
    padding-top:0px;
    padding-bottom:18px;
    font-size:12px;
}

.site-footer .site-info p{
    color:#999;
}

#photofeed{

    max-width: 80%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding:0;
}

#photofeed h3{
    margin-top:0;
}

#photofeed .site-content{
    width:100%;
    margin:0;
    padding-top:20px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:20px;
    overflow-x:hidden;
}

#photofeed .site-content .instfeed{
    width: 1500px;
    min-width:1500px;
}

/*Generic*/
.entry-meta a, #breadcrumbs a{
    /*color:#c49d00;*/
color:#666;
font-weight:600;
}

.entry-meta a:hover,#breadcrumbs a:hover{
    /*color:#d4aa00;*/
color:#999;
font-weight:600;
}

.entry-content a, .comment-content a, .navigation a, .entry-title a {
color:#666;
font-weight:300;
}

.entry-content a:hover, .comment-content a:hover, .navigation a:hover, a:hover, .entry-title a:hover {
    color:#999;
}
.entry-content a, .comment-content a, .navigation a {
    color:#038e03;
    text-decoration: underline;
}
.entry-content a:hover, .comment-content a:hover, .navigation a:hover {

color:#62b162;
}

.feed a {
color:#666;
}
.feed a:hover {
color:#999;
}


a:visited,.entry-title a:visited{
    text-decoration: none;
}

.site-footer .widget{
margin:0;
width:260px;
padding:10px;
}


.site-footer .widget a, .widget a{
    /*color:#d4aa00;*/
    color:white;
    font-weight:500;
    text-decoration:underline;
}
.entry-content a h1, .entry-content a h2, .entry-content a h3, .entry-content a h4, .entry-content a h5, .entry-content a h6,
.entry-title a h1, .entry-title a h2, .entry-title a h3, .entry-title a h4, .entry-title a h5, .entry-title a h6 {
text-decoration:none;
}

.widget a:hover, .navigation a:hover{
    text-decoration:underline;
}
.widget a:hover{
    text-decoration:none;

    color:#fff;
}

.widget .widget-title{
    font-weight:400;
}

p,address,.rpwe-summary{
color:#666;
font-weight:300;
}

.site-footer p, .site-footer address, .site-footer .rpwe-summary{
color:#fff;
}

.timely p {
    color:#cfcfcf;
    font-size:12px;
}
h1, h2, h3, h4, h5, h6, p, .site-description {
  font-family: headerfont;//, "Times New Roman", Georgia, Serif;
  font-style:normal;
}
.widget .widget-title, .homelinks h4, .feeds .feed h3, .feeds .feed h4, .contact p{
  font-family: subheaderfont;//, "Times New Roman", Georgia, Serif;
  font-style:normal;
}

p, span, body, blockquote, .site-description{
  font-family: contentfont;//, "Times New Roman", Georgia, Serif;
}

h1, h2, h3, h4, h5, h6 {
clear: both;
  line-height: 1.3;
font-weight:400;

}

blockquote p{
    font-style:italic;
}

h1, h2, h3, h4, h5, h6{
//text-shadow:0px 0px 2px black;
}





/*MOBILE OPTIMIZATIONS*/

.site-main .widget-area {
 margin-right: 0px;
}



@media(max-width:1000px){
    .site-content{
/*        width:80%;
        margin-left:10%;
        margin-right:10%;*/
    }

    .site-main .sidebar-container {
        width:70%;
        margin-left:15%;
        margin-right:15%;
        left:0;
        max-width:1000px;
    }
}

body.myatu_bgm_body {
    overflow-x:hidden;
}

.nicEdit-main {
    background-color: white;
    color:black;
}

th.wpscst_results_posted_by,th#wpscst_results_posted_by{
    visibility: hidden;
    text-align: end;
}

th.wpscst_results_posted_by span,th#wpscst_results_posted_by span{
    visibility: visible;
}

th.wpscst_results_posted_by span:before, th#wpscst_results_posted_by span:before{
    /*content:"Post from you (";*/
}

th.wpscst_results_posted_by span:after, th#wpscst_results_posted_by span:after{
    /*content:")";*/
}

thead.wpscst_staff_reply_thead th.wpscst_results_posted_by span:before,thead.wpscst_staff_reply_thead th#wpscst_results_posted_by span:before{
    /*content:"Reply from welfare (";*/
}
thead.wpscst_staff_reply_thead th.wpscst_results_posted_by span:after,thead.wpscst_staff_reply_thead th#wpscst_results_posted_by span:after{
    /*content:")";*/
}

td{
    border:0;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: #e05d22;
    background: -webkit-linear-gradient(top, #5b6236 0%, #007503 100%);
    background: linear-gradient(to bottom, #5b6236 0%, #007503 100%);
    border-bottom: 3px solid #003C02;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
    background: #ed6a31;
    background: -webkit-linear-gradient(top, #007503 0%, #5b6236 100%);
    background: linear-gradient(to bottom, #007503 0%, #5b6236 100%);
}

button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
    background: #d94412;
    background: -webkit-linear-gradient(top, #007503 0%, #5b6236 100%);
    background: linear-gradient(to bottom, #007503 0%, #5b6236 100%);
    border-top: 3px solid #003C02;
}


/*Youtube Embed*/
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homelinks-feed{
display: inline-block;
width: 100%;
}

.homelinks-feed a{
    margin-right: -4px;
}

.homelinks{
    width:27%;
margin:3%;
    display:inline-block;
	height:300px;
	background-size: 100% 100%;
    background-repeat: no-repeat;
}


#homelink1{
    /*background: url('../stchads/images/Square1.JPG');*/
    background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;            /* optionally, center the image */
}
#homelink2{
    /*background: url('../stchads/images/Square2.JPG');*/
    background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;            /* optionally, center the image */
}
#homelink3{
    /*background: url('../stchads/images/Square3.JPG');*/
    background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;            /* optionally, center the image */
}
#homelink4{
    /*background: url('../stchads/images/Square4.JPG');*/
    background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;            /* optionally, center the image */
}
#homelink5{
    /*background: url('../stchads/images/Square5.JPG');*/
    background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;            /* optionally, center the image */
}
#homelink6{
    /*background: url('../stchads/images/Square6.JPG');*/
    background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;            /* optionally, center the image */
}

.homelinks h4{
    width:100%;
    background-color:#005500;
opacity:0.8;
color:#fff;
margin:0px;
padding:4px;
text-align:center;
}

a:hover .homelinks{
    //-webkit-box-shadow: 0px 17px 9px -11px #777;
    // -moz-box-shadow: 0px 17px 9px -11px #777;
    //      box-shadow: 0px 17px 9px -11px #777;
    //top:-3px;
}

a:hover .homelinks{
    //background
}

.homelinks
{
  position: relative;
    -webkit-box-shadow: 0 8px 6px -4px #777;
     -moz-box-shadow: 0 8px 6px -4px #777;
          box-shadow: 0 8px 6px -4px #777;

}

a:hover .homelinks p{
    opacity: 1;
}

.homelinks p{
    opacity:0;
    margin:0px;
    position: absolute;
    top:34px;
    bottom:0px;
    left:0px;
    right:0px;
    color:#fff;
    background-color:rgba(200,200,200,0.7);
      -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
font-size:1.2em;
text-align:center;
padding-bottom:25%;
padding-top:20%;
}

.homelinks:before, .homelinks:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.homelinks:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.pinned{
	margin:0 15%;
	width:70%;
	display:inline-block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color:#F3F3F3;
    box-shadow: 0px 8px 6px -4px #777;
}

.pinned h3{
    width:100%;
    background-color:#888;
    opacity:0.8;
    color:#fff;
    margin:0px;
    padding:4px;
    text-align:center;

}

.feeds{
width:100%;
display:inline-block;
}

.feed#twitter{
display:inline-block;
}

.feed#news{
display:inline-block;
vertical-align: top;
}

.feeds .feed{
    width:43.5%;
    margin:3%;
    height:670px;
    display:inline-block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color:#F3F3F3;
    box-shadow: 0px 8px 6px -4px #777;
}

.feeds .feed h4{

}

.feeds .feed h3{
    width:100%;
    background-color:#888;
    opacity:0.8;
    color:#fff;
    margin:0px;
    padding:4px;
    text-align:center;

}

.feeds .feed h4{
    width:100%;
    background-color:#aaa;
    opacity:0.8;
    color:#fff;
    margin:0px;
    padding:4px;
    text-align:center;
}

.tweets, .news_items{
    padding:18px;
    padding-bottom: 0px;
    max-height: 600px;
    min-height:600px;
    overflow-y: scroll;
}

.tweet, .news_item{
    margin-bottom:20px;
}

.tweet_content, .news_item{
    border-bottom: 1px #ccc solid;
    padding-bottom: 15px;
}

.tweet_profile_img {
    display:inline !important;

}

.tweet_profile_img a img{
    border-radius:25%;
}

.tweet_primary_meta{
    display:inline-block;
    margin-left: 15px;
}

.tweet_intents{
    display:none;
}

.tweet_text{
    padding-left:30px;
    padding-right:30px;
}

.tweet_icon{
    display:block;
}

.tweet_secondary_meta, .news_secondary_meta{
    position:relative;
    font-size: 90%;
    padding-top: 5px;
}

.tweet_secondary_meta .tweet_retweet, .news_writer{
    position:absolute;
    right:0;
}

.news_item .news_date{
    margin-bottom: 0px;
}

.news_item .news_writer a{
    display: inline
}

.news_item .news_writer{
    bottom:0;
}

.news_item .addtoany_share_save_container, .news_item .addtoany_content_bottom{
    display:none;
}

.news_item a{
    margin-bottom: 10px;
    display: block;
}

.news_item p{
    margin-bottom:3px;
}

.news_item p a.more-link{
    display:none;
}

.find-us{
    
}

.find-us .map{
    width:60%;
    display: inline-block;
}

.find-us .directions{
    width:39%;
    display:inline-block;
    padding:2%;
    vertical-align:top;
}

p#breadcrumbs{
    margin-bottom:0px;
    padding-left:30px;
}

.person-list{

}

.person-list .list-item{
    width:100%;
    margin:40px 0px;
}

.person-list .person, .person-list .group{
    width:100%;
    position:relative;
    display:inline-block;
    background-color: #F3F3F3;    
    box-shadow: 0px 8px 6px -4px #777;
    max-height: 255px;
    overflow: hidden;
    -webkit-transition:max-height 900ms ease-in-out;
    -moz-transition:max-height 900ms ease-in-out;
    -o-transition:max-height 900ms ease-in-out;
    transition:max-height 900ms ease-in-out;
}

.person-list .group{
max-height:620px;
}

.person .right .information, .group .right .information{
    padding-bottom: 20px;
}

.person-list .person.expanded, .person-list .group.expanded{
    max-height:10000px;
}

.person-list .person.expanded .morebutton, .person-list .group.expanded .morebutton{
        background:transparent;
}

.person-list .person.nonreverse .left, .person-list .group.nonreverse .left{
    display:inline-block;
    width: 20%;
    vertical-align: top;
    height: 256px;
    /*width:190px;*/
    /*position: relative;*/
    /*left:0px;*/
}
.person-list .group.nonreverse .left{
	height:350px;
}

.person-list .person.nonreverse .right{
    display:inline-block;
    width: 80%;
}
.person-list .group.nonreverse .right{
	display:inline-block;
	width:100%;
}

.person-list .person .right h3,.person-list .person .right h4,.person-list .person .right h5,
.person-list .group .right h3,.person-list .group .right h4,.person-list .group .right h5{
    padding:0px 20px;
    margin:0px;
    width:100%;
    background-color:#888;
    color:#fff;
}

.person-list .person .right h5, .person-list .group .right h5{
        background-color:#aaa;
	text-decoration:none;
}

.person .right a {
	text-decoration:none;
}
.person-list .group .right .coverimg{
display:inline-block;
width:100%;
height:auto;
max-height:350px;
overflow-y:hidden;
margin-bottom:-6px;
position:relative;
-webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.person-list .group.right .coverimg img{
   position:absolute; 
   top: 50%;
    transform: translateY(-25%)
}

.person-list .group.expanded .right .coverimg{
    max-height:450px;
}

.dashicons, .dashicons-before:before {
font-family:dashicons!important;
}
#wprmenu_menu li a{
min-height:48px;
padding:13px 14px;
//vertical-align: middle;
}
#wprmenu_menu .dashicons-arrow-right-alt2 {
color:transparent;
}
.morebutton{
    position: absolute;
    bottom: 0px;
    vertical-align: baseline;
    text-align: center;
    right: 0px;
    left: 20%;
    top: 50%;
    background: -webkit-linear-gradient(bottom, transparent, #f3f3f3);
    background: -o-linear-gradient(bottom, transparent, #f3f3f3);
    background: -moz-linear-gradient(bottom, transparent, #f3f3f3);
    background: linear-gradient(to bottom, transparent, #f3f3f3);
}

.morebutton .expand h3{
    position: absolute;
	bottom: 0;
	left: 0	;
right: 0;
margin: 5px;
padding: 0px 20px;
margin: 0px;
width: 100%;
background-color: #888;
color: #FFF;
}

.group .morebutton{
left:0%;
top:70%;
}

/*LIGHT THEME*/
/*.site-footer p{
    color:#fff;
}

p,h1, h2, h3, h4, h5, h6, .widget a {
    text-shadow:none;
}*/

.widget, .site-content{
    /*background-color:rgba(25,25,25,0.8);*/
    /*background-color:transparent;*/
}

.more:hover h4{
    color:#bbb;
    background-color:#999;
}

.feed h3 a{
    color:#fff;
}

p,h1, h2, h3, h4, h5, h6, .widget a ,address,.rpwe-summary, .rpwe-time,.timely p, .rpwe-clearfix time,.entry-content a, .comment-content a,.entry-content a:hover, .comment-content a:hover{
    //color:#666;
}



.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active{
    color:#fff;
}


.site-header .home-link .title{
    display:none;
}

.popp{
background-color:#eee;
padding:1% 7%;
    -webkit-box-shadow: 0 8px 6px -4px #777;
     -moz-box-shadow: 0 8px 6px -4px #777;
          box-shadow: 0 8px 6px -4px #777;
margin:10px 5%;
}




.entry-header, .entry-content, .entry-summary, .entry-meta{
max-width:none;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image{
display:none;
}

/*MOBILE OPTIMIZATIONS*/
@media (max-width: 1300px){
        .site-header .search-form{
            right:10%;

        }
}
@media (max-width: 1000px){
        .site-header .search-form{
            right:5%;
        }
}
@media (max-width: 1300px){
        .site-header .search-form{

        }
}
@media (max-width: 900px){
    .homelinks{
        width:30%;
        margin-right:1.5%;
        margin-left:1.5%;
    }
    .person-list .person.nonreverse .left{
        width:25%;
    }
    .person-list .person.nonreverse .right{
        width:75%;
    }
    .morebutton{
        left:25%;
    }
}
@media (max-width: 760px){
    .homelinks{
        width:43.7%;
        margin-right:3%;
        margin-left:3%;
    }
    .feeds .feed{
        width:94%;
    }
    .person-list .person.nonreverse .left{
        width:30%;
    }
    .person-list .person.nonreverse .right{
        width:70%;
    }
    .morebutton{
        left:30%;
    }
}
@media (max-width: 600px){
    .homelinks{
        width:69%;
        margin-right:15%;
        margin-left:15%;
    }
    .person-list .person.nonreverse .left{
        width:40%;
    }
    .person-list .person.nonreverse .right{
        width:60%;
    }
    .morebutton{
        left:40%;
    }
}

@media (max-width: 500px){
    .person-list .person.nonreverse .left{
        width:100%;
        height:300px;
    }
    .person-list .person.nonreverse .right{
        width:100%;
    }
    .morebutton{
        left:0;
    }
    .person-list .person{
        max-height:610px;
        width: 80%;
margin: 0 10%;
    }
}


@media (max-width: 530px){
.site-header .home-link{
    width:100%;
}
}
/** {
    outline: 1px solid red !important;
}*/

