  /*
Theme Name: Twenty Fourteen Child Theme
Theme URI: http: //www.emu.edu/
Description: This is the child theme created from the Twenty Thirteen Wordpress theme.  This theme will be the default theme starting 2014. 
Author: Ricardo Fearing
Author URI: http: //www.emu.edu/  
Template: twentyfourteen
Version: 0.1
*/

@import url("/now/intercultural/wp-content/themes/twentyfourteen/style.css");

/
MAIN STYLES
/
.body {background-image: url('https://emu.edu/now/wp-content/themes/emu-responsiveBlog/library/images/white-texture.png');}

.site {margin: auto;}
  .centerSite {margin:auto; max-width: 1260px; position: relative;}
  a, a:hover {color: #001c4b}

/*CHANGE DEFAULT GREEN TO EMU BLUE */
button, .contributor-posts-link, input[type="button"], input[type="reset"], input[type="submit"], .search-toggle, .search-toggle:hover, .widget_calendar tbody a, 
		.slider-control-paging .slider-active:before, .slider-control-paging .slider-active:hover:before, .slider-direction-nav a:hover,
		.primary-navigation ul ul, .primary-navigation li:hover > a, .primary-navigation li.focus > a, .secondary-navigation ul ul,
		.secondary-navigation li:hover > a, .secondary-navigation li.focus > a, .search-box, .search-toggle.active
			{background-color: #005489;}

 .primary-navigation li:hover > a, .primary-navigation li.focus > a, .secondary-navigation li:hover > a, .secondary-navigation li.focus > a {opacity: .7;}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {background: #005489;}
.paging-navigation .page-numbers.current {border-top: 5px solid #005489;}
.content-sidebar .widget a, 
.content-sidebar a, 
.content-sidebar a:hover {
    color: #005489;
}
.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {color: #fff;}
.archive-header, .page-header {max-width: none; }
h1.archive-title {font-size: 33px;
font-weight: 500;
line-height: 1.0909090909;

margin: 12px 0;
text-transform: uppercase; text-align: center; }

.entry-title a:hover {
    color: #005489;
}
.entry-meta a:hover {
    color: #005489;
}
.entry-meta .tag-links a:hover {
    background-color: #005489;
}
.entry-meta .tag-links a:hover:before {
    border-right-color: #005489;
}
.post-navigation a:hover, 
.image-navigation a:hover {
    color: #005489;
}
.widget-title, .widget-title a {
    color: #001c4b;
}
.widget a {
    color: #001c4b;
}
.widget a:hover {
    color: #005489;
}
/*END COLOR-FIX */

::selection {background: #fff; color: #001c4b; text-shadow: none;}
  ::-moz-selection {background: #fff; color: #001c4b; text-shadow: none;}

 /* remove left/right margin on images*/
  .full-width .site-content blockquote.alignright,
  .full-width .site-content img.size-full.alignright,
  .full-width .site-content img.size-large.alignright,
  .full-width .site-content img.size-medium.alignright,
  .full-width .site-content .wp-caption.alignright {
    margin-right: 0;
  }
  .full-width .site-content blockquote.alignleft,
  .full-width .site-content img.size-full.alignleft,
  .full-width .site-content img.size-large.alignleft,
  .full-width .site-content img.size-medium.alignleft,
  .full-width .site-content .wp-caption.alignleft {
    margin-left: 0;
  }

/*Change default width from 474px to 630px*/
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
  margin: 0 auto;
  max-width: 630px !important;
}
.primary-sidebar {padding-top: 48px !important;}

/****
HEADER & FOOTER
/
.headerWrapper,.site-footer {width: 100%; background-color: #001c4b; }
  .headerBackground {position: relative; width: 100%; height:100%; min-height: 115px; background: #001c4b;}
  .site-header {max-width: none;}
  	.logoEMU {position: absolute; z-index: 101; background-image: url('/_resources/images/emu-lettermark-logo-color-white.png') }
  	.logoHead {width: 180px; height: 50px; left: 1.25em; top: 1.75em; background-size: contain; background-repeat: no-repeat;}
  /*.site-title {line-height: 24px;}*/
  .header-main {background-color: #D88A26;}
  .headerName {display: none;}
  .grid .featured-content .entry-header {border: none;}
  #featured-content {background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
width: 100%;}
.featured-content-inner
{margin-bottom: 6em;}

footer.headerBackground {min-height: 200px;}
ul#social-links {list-style-type: none; }
	#social-links li {display:inline-block; margin: 0 10px 10px 0;  	 zoom: 1; /* IE hack */ *display: inline; /* IE hack */}
	#social-links #view-options{margin-bottom: 0;}
	#social-links a, #social-links a:visited, #social-links span {background: url("/now/intercultural/wp-content/themes/twentyfourteen-child/images/web-social-icons.png") no-repeat scroll 0 0 transparent;
        	display: block; height: 30px; width: 30px; opacity:.4; .transition(opacity, .2s);}
		#social-links #facebook { background-position:0 top;}
		#social-links #youtube {background-position:0 -50px; width:72px;}	
		#social-links #twitter {background-position:0 -100px; width:36px;}
		#social-links #view-full {background-position:0 -149px;	width: 44px; margin-bottom: 10px; cursor: pointer;}
		#social-links #view-responsive {display: none; background-position:0 -198px; width: 59px; margin-bottom: 10px;}

    footer .site-info p, footer .site-info a {text-align: left; font-size: 14px; color: #fff;}
    footer .site-info p span {float: right;}
    .footerInfo {margin-top: 85px;}

/*
SIDEBAR LEFT
*/
#secondary, .site:before  {background-color:#efefef; }
  #secondary:hover, .site:before:hover {background-color:#e6e6e6; } 
  #secondary a, h2, h3, h4, .site:before a, h2, h3, h4, .widget-title {color: #001c4b;}
  .site-description {margin-top: .5em;}

/*SLIDER */
.featured-content .entry-header {background-color: rgba(255,255,255,.6); text-align: center; height: 90px}
	.featured-content .entry-header a {color:#001c4b;}
	.featured-content .entry-header .cat-links {display: none;}
	.slider-direction-nav a {background-color: rgba(0,28,75,.6); }

/*GRID*/
.grid .featured-content .hentry{}
.grid .featured-content .entry-header{height:auto; background-color: rgba(0,28,75,.5);}

/**
HOMEPAGE
***/
.indexPage{ .list-view .site-content .hentry {border-top: 2px solid rgba(0, 0, 0, 0.2);}}

/*
RESPONSIVE STYLES
*/
@media screen and (max-width: 400px) {
}
@media screen and (min-width: 401px) {
	.headerWrapper {height: auto;}
}
@media screen and (min-width: 594px) {
}
@media screen and (min-width: 673px) {
	  .headerName {float: right; clear: right; font-family: source-sans-pro, sans-serif; font-size: 2em; margin-top: 1em; display: block;}
  	.headerName a {color:#fff;}
  	.headerName a:hover {color:#D88A26;}
    
    /*GRID*/
    .grid .featured-content .hentry{padding-top:10px;}
    .grid .featured-content .entry-header{min-height: 75px; max-width: 95%; margin-left: 2.5%;}
    .featured-content .post-thumbnail img {max-width: 95%; left: 2.5%;}
    

  	footer.headerBackground {min-height: 115px;}
  	  ul#social-links {margin-top: 2em; position: absolute; right: 0; bottom: 30px;}
      .footerInfo {margin-top: 0;}
        
    /*HOMEPAGE*/
    .indexPage{
      .content-area{padding-top: 15px !important;}
    }
      }
      }
}
@media screen and (min-width: 783px) {
}
@media screen and (min-width: 1008px) {
  .site:before {content: ""; display: block; height: 100%; min-height: 100%; position: absolute; top: 0; left:auto; right: 0;z-index: 2; width: 222px;}
  .featured-content {padding-left: 0; padding-right: 222px;}

  /*SIDEBAR*/
  .full-width .site-content, .site-content {margin-right: 222px; margin-left: 0;}
  #secondary {float: right;}

  footer .footerInfo {width: 33%; float: left; margin-left: 33%;}

}
@media screen and (min-width: 1040px) {
}
@media screen and (min-width: 1110px) {
}
@media screen and (min-width: 1218px) {
}
@media screen and (min-width: 1260px) {
}

/*
PRINT STYLES
*/
@media print {
} /*print*/
