/*
 Theme Name:   UFV - Department Blogs Theme
 Theme URI:    https://generatepress.com
 Description:  Blogs theme for UFV deparment blogs on blogs.ufv.ca. GeneratePress child theme
 Author:       Anthony Lepki
 Author URI:   https://www.ufv.ca/university-relations/meet-the-team/lepki-anthony.htm
 Template:     generatepress
 Version:      0.1.2-2018
 Updates: 	   2020-03-13 Anthony - 2022
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* Custom CSS for department blogs */
  @import url("https://use.typekit.net/rye1nxu.css");
body {
  background-color: #fff;
  font-family: 'Utile', sans-serif;
  color: #333333;
  font-size: 18px;
  font-size: 1.2em;
  font-weight: 400; }

body .grid-container {
  max-width: 1170px; }

.site-branding {
  display: inline-block;
  float: left;
  margin-top: 10px;
  margin-left: 15px; }

.site-logo {
  display: inline-block;
  float: right; }

.header-image {
	padding: 15px 0px;
}

.site-header {
  background-color: #17382b;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00843b+0,00703c+100 */
  border-top: 1px solid #0F7F4B; }

.main-title a,
.main-title a:hover,
.main-title a:visited {
  color: #f5f5f5;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-shadow: 0px 1px 1px #555;
  float: right;
  font-size: 0.65em;
  line-height: 40px; }

.main-title a:hover {
  color: #fff;
  text-shadow: 0px 0px 0px #000; }

.site-description {
  color: #f5f5f5;
  float: right;
  font-size: 0.8em;
  color: #ebebeb; }

.inside-header,
.inside-page-header,
.one-container .site-content,
.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
  padding: 15px; }

.main-navigation,
.main-navigation ul ul {
  background-color: #403F3F;
  background-color: #ebebeb; }

.main-navigation, .main-navigation ul ul {
  background-color: #EFEFEF;
  border-bottom: #ebebeb 1px solid;
  background: #fff; }

.main-navigation,
.main-navigation ul ul {
  background-color: #fff; }

.main-navigation .main-nav ul li a,
.menu-toggle {
  color: #ffffff;
  text-transform: uppercase; }

.main-navigation .main-nav ul li a,
.main-navigation .mobile-bar-items a,
.menu-toggle {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px; }

.main-navigation .main-nav ul li a, .main-navigation .mobile-bar-items a, .menu-toggle {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  color: #444; }

.main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a {
  color: #ffffff;
  background-color: #00703c; }

/*
Typography
*/
h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #555555; }

a,
a:visited {
  color: #00703c;
  text-decoration: none;
  font-weight: 600; }

a:hover,
a:focus,
a:active {
  color: #00703c;
  color: #403F3F;
  text-decoration: none; }

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  color: #ffffff;
  background-color: #00703c; }

.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a {
  color: #ffffff;
  background-color: #006d56; }

.sidebar .widget {
  background-color: #eeeeee;
  background: none; }

.sidebar .widget .widget-title {
  color: #555; }

.widget-title {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-weight: normal; }

.secondary-navigation {
  background-color: #403F3F; }

.secondary-navigation .main-nav ul li a,
.secondary-navigation .menu-toggle {
  font-family: inherit;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px; }

.footer-widgets {
  font-size: 13px;
  font-weight: 400; }
  .footer-widgets a {
    font-weight: 400; }

.ufv-social {
  margin-top: 5px;
  padding: 0px; }
  .ufv-social a {
    font-size: 20px;
    margin-right: 8px; }

.copyright-bar {
  font-size: 11px;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 2em;
  color: #999; }
  .copyright-bar a {
    font-weight: 200;
    color: #999; }
  .copyright-bar a:visited {
    font-weight: 200;
    color: #999; }

.about-ufv {
  text-align: right; }
  .about-ufv p {
    text-align: right; }

.site-footer {
  border-top: 1px solid #7CB232;
  border-bottom: 1px solid #00703c;
  margin-top: 60px; }

.ufv-social-share {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: right; }

.ufv-sh-btn {
  display: inline-block;
  top: -7px;
  padding: 5px; }

.separate-containers .page-header {
  background: #ebebeb; }
  .separate-containers .page-header .page-title {
    font-size: 1.2em;
    color: #555;
    letter-spacing: -1px; }
  .separate-containers .page-header .page-title:before {
    content: "Category Posts:"; }

.entry-content, .entry-summary, .page-content {
  margin: 1.5em 0 0; }

.entry-meta a,
.entry-meta a:visited {
  color: #666666;
  font-weight: 200;
  line-height: 2.5;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: -0.5px; }

.entry-title {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 10px;
  letter-spacing: -1.5px;
  font-size: 26px;
  color: #006d56; }
  .entry-title a {
    color: #006d56; }
  .entry-title a:hover {
    color: #17382b;
	text-decoration: underline;
	clear:both;
}

.footer-widgets {
  color: #f6f4ea;
  background-color:  #17382b; }
  .footer-widgets a {
    font-weight: 400;
    color: #b6b6b6; }

.footer-widgets .widget-title {
  color: #bdefdd; }

.site-info {
  color: #f6f4ea;
  background-color:  #17382b; }

.widget-area .widget {
  padding: 10px; }

.wpt_widget_content .entry-title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  font-weight: 100;
  line-height: 1em;
  border: none; }

.wpt_widget_content a {
  color: #444;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 15px;
  line-height: 13px; }

.wpt_widget_content .tab_title.selected a {
  background: #fff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.1em; }

.wpt_widget_content .wpt-postmeta, .wpt_comment_content, .wpt_excerpt {
  color: #999;
  font-size: 13px;
  margin-top: 5px;
  font-size: 0.8em;
  color: #666;
  text-transform: uppercase; }

.wpt_widget_content .tab_title a {
  display: block;
  /* background: #f0f0f0; */
  border-left: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  padding: 2px 0 4px;
  line-height: 2.4;
  text-decoration: none;
  position: relative;
  background: #f1f1f1;
  font-weight: normal;
  text-transform: uppercase; }

.mobile-header-logo .main-navigation.mobile-header-navigation .menu-toggle {
  display: inline-block;
  float: right;
  clear: none;
  width: auto;
  /* color: #333; */
  color: #00703c; }

.main-navigation .main-nav ul ul li:hover > a, .main-navigation .main-nav ul ul li:focus > a, .main-navigation .main-nav ul ul li.sfHover > a {
  color: #ffffff;
  background-color: #4f4f4f;
  color: #fff;
  background: #006d56; }

.children .page_item {
  background: #00703c;
  color: #555; }

.post-date {
  font-size: 12px;
  display: inline-block;
  clear: both;
  text-transform: uppercase; }

.inside-right-sidebar a {
  display: inline-block;
  font-weight: 500;
  color: #222;
  font-size: 15px; }

.inside-right-sidebar a:hover {
  color: #00703c;
  font-weight: 500;
  text-decoration: underline; }

.widget ul li {
  list-style-type: none;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px; }

.inside-footer-widgets .textwidget {
  font-size: 14px;
  font-weight: 200; }

.rpwwt-post-date {
  font-size: 12px;
  color: #666;
  text-transform: uppercase; }

/* featured image */
.wp-post-image {
  max-width: 250px;
  float: left;
  margin: 0px 20px 20px 0px; 
clear:both;
	
}

.post-image {
/*  display: none; */
}

.sub-menu li {
  background: #00703c; }

.sub-menu li:hover {
  background: #7cb232; }

.entry-header {
	word-wrap: break-word;
	clear: both;
}
.btn-orange
{
	background:#e45300;
	background-color: #e45300;
}





/* blogs.ufv.ca 
* mobile opitmization fixes
March 13, 2020 Anthony 
*/
body
{
    font-size: 16px;
    line-height: 26px;
}
.entry-date,
.author-name,
.entry-meta{
    color: #555;
    font-weight: 400;
    text-transform: normal;
    font-size: 14px;
}
.main-title a, .main-title a:hover, .main-title a:visited {
	color: #f5f5f5;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: -0.3px;
	text-shadow: 0px -1px -1px #555;
	line-height: 40px;
	float: left;
    font-size: 36px;
    text-align: left;
}
.site-description {
    text-align: left;
    float: left;
    font-size: 16px;
    letter-spacing: -0.5px;
    text-shadow: none;
}
.entry-title a {
    font-size: 30px;
}
/* Mobile */
@media only screen and (max-width: 600px) {
    p
    {
        font-size: 15px;
        line-height: 25px;
    }
    .main-title a, .main-title a:hover, .main-title a:visited {
        color: #f5f5f5;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: -0.3px;
        text-shadow: 0px -1px -1px #555;
        line-height: 30px;
        float: left;
        font-size: 22px;
        text-align: left;
        padding: 0px;
        margin: 0px;
        padding-top: 2%;
    }
    .site-description {
        font-size: 12px;
        letter-spacing: -1px;
        text-shadow: none;
    }
    .inside-header {
        float: left;
    }
    .site-header .header-image {
      opacity: 0;  
    }
    .site-logo
    {
        background-image: url("https://www.ufv.ca/media/2015/brand/ufv-logo-footer.svg");
        background-repeat: no-repeat;
        width:90px;
        height: 60px;
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: contain;
        float: left;
        margin: 0px;
        padding: 0px;
        display: inline-flex;
        margin-right: 20px;
    }
    .site-branding {
        display: inline-block;
        float: right;
        margin:0px 0px 0px 0px;
    }
    .inside-header > :not(:last-child):not(.main-navigation) {
        margin-bottom: 10px;
    }
    .entry-title a {
        font-size: 24px;
    }    
    .entry-title {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
        letter-spacing: -1.5px;
        font-size: 23px;
        color: #403F3F;
    }
    .ufv-social-share
    {
        display: none;
    }
    .entry-content, .entry-summary, .page-content {
        margin: 0em 0 0;
    }
    footer.entry-meta {
        margin-top: 2em;
        display: none;
    }
    .entry-date,
    .author-name,
    .entry-meta{
        font-size: 12px;
    }
    .entry-summary
    {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 25px;
        margin-bottom:0px;
    }
    button.menu-toggle:hover, button.menu-toggle:focus, .main-navigation .mobile-bar-items a, .main-navigation .mobile-bar-items a:hover, .main-navigation .mobile-bar-items a:focus {
        
        color: #00703c;
    }    

   .widget.inner-padding.widget_text.about-ufv {
        text-align: left;
        font-size: 13px;
    }
    .widget.inner-padding.widget_text.about-ufv p {
        text-align: left;font-size: 13px;

    }
    .footer-widgets .widget-title {
        color: #7cb241;
        font-size: 16px;
    }
    .inside-footer-widgets > div:not(:last-child) {
        margin-bottom: 0px;
    }
    
    
    
} 




