/**
 * Theme Name: David Hastings Professor
 * Version: 1.0.0
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: David Hastings Professor theme
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: davidhastingsprofessor
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
@font-face {
  font-family: 'Gilroy Medium';
  src: url("assets/fonts/Gilroy-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gilroy Regular';
  src: url("assets/fonts/Gilroy-Regular.woff2") format("woff2"), url("assets/fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto Bold';
  src: url("assets/fonts/Roboto-Bold.woff2") format("woff2"), url("assets/fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto Black';
  src: url("assets/fonts/Roboto-Black.woff2") format("woff2"), url("assets/fonts/Roboto-Black.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
/* Variables */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Gilroy Regular"; }

header {
  border-bottom: 1px #ccc solid;
  padding: 10px 0; }
  header .hamburger {
    display: none; }
  header .navbar .navbar-brand {
    font-family: "Roboto Bold";
    font-size: 30px;
    line-height: 39px;
    color: #000;
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  header .navbar .nav-menu {
    margin-left: auto; }
    header .navbar .nav-menu .menu-item {
      font-family: "Gilroy Medium";
      font-size: 16px;
      line-height: 46px;
      color: #f87c58;
      padding: 0 20px; }
      header .navbar .nav-menu .menu-item .nav-link {
        color: #000;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      header .navbar .nav-menu .menu-item.current-menu-item .nav-link, header .navbar .nav-menu .menu-item:hover .nav-link, header .navbar .nav-menu .menu-item:focus .nav-link, header .navbar .nav-menu .menu-item:active .nav-link {
        color: #f87c58; }
      header .navbar .nav-menu .menu-item.styled-item .nav-link {
        background-color: #f87c58;
        color: #fff;
        padding: 0px 31px;
        border-radius: 4px;
        border: 2px solid #f87c58; }
      header .navbar .nav-menu .menu-item.styled-item.current-menu-item .nav-link, header .navbar .nav-menu .menu-item.styled-item:hover .nav-link, header .navbar .nav-menu .menu-item.styled-item:focus .nav-link, header .navbar .nav-menu .menu-item.styled-item:active .nav-link {
        background-color: #fff;
        color: #f87c58; }

body.site-loaded header .navbar .navbar-brand {
	opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
a {
  color: rgb(248, 124, 88);
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover,
a:focus,
a:active {
	color: #000;
}
.main-banner {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 180px 10px 300px 10px;
    text-align: center;
    position: relative;
}
.main-banner .banner-mask {
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: 100;
   background-color: rgba(0,0,0,0.2);
}
.main-banner .inner-wrapper {
   position: relative;
   z-index: 150;
}
.main-banner h5 {
    font-family: 'Gilroy Medium', Arial, sans-serif;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
}
.main-banner h1 {
    font-family: 'Roboto Black';, Arial, sans-serif;
    font-size: 54px;
    line-height: 70px;
    color: #fff;
    letter-spacing: 3px;
    margin: 0;
}
.main-banner h6 {
    font-family: 'Gilroy Regular', Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.home .about {
	margin-top: -115px;
}
.about .inner-wrapper {
	background-color: #fff;
    padding: 40px;
    box-shadow: 0px 0px 5px 3px #00000008;
}
.about .inner-wrapper h2 {
	font-family: 'Roboto Bold', Arial, sans-serif;
    font-size: 40px;
    line-height: 52px;
    color: #000;
    margin: 20px 0 15px ;
}
.about .inner-wrapper p {
	font-family: 'Gilroy Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin: 0 0 15px ;
}
.about .inner-wrapper p a {
  color: #f87c58;
  text-decoration: none;
}
.about .inner-wrapper .btn-styled {
    font-family: 'Roboto Bold', Arial, sans-serif;
    border: 2px solid #f87c58;
    border-radius: 4px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 100 !important;
    letter-spacing: 0.4px;
    background-color: #f87c58;
    color: #fff;
    padding: 16px 35px;
    margin-top: 10px;
}
.btn-styled {
    font-family: 'Roboto Bold', Arial, sans-serif;
    border: 2px solid #f87c58;
    border-radius: 4px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 100 !important;
    letter-spacing: 0.4px;
    background-color: #f87c58;
    color: #fff;
    padding: 16px 35px;
    margin-top: 10px;
}
.btn-styled:hover,
.btn-styled:focus,
.btn-styled:active {
   color: #f87c58;
   background-color: #fff;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.portfolio .inner-wrapper {
	padding: 60px 0;
    text-align: center;
}
.portfolio .inner-wrapper h2 {
	font-family: 'Roboto Bold', Arial, sans-serif;
    font-size: 40px;
    line-height: 52px;
    color: #000;
    margin: 0 0 10px ;
}
.portfolio .inner-wrapper p {
	font-family: 'Gilroy Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin: 0 0 30px ;
}
.portfolio .inner-wrapper .image-wrapper {
	margin-bottom: 30px;
}
.recent-posts {
	padding: 40px 0;
}
.recent-posts h2 {
  font-family: 'Roboto Bold', Arial, sans-serif;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  color: #000;
  margin: 0 0 30px ;
}
.recent-posts article.first-item {
    box-shadow: 0px 0px 5px 3px #00000008;
}
.recent-posts article.first-item img {
 	width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.recent-posts article {
    margin-bottom: 20px;
    padding-bottom: 20px;
  	border-bottom: 1px solid #cccccc75;
}
.recent-posts article  .inner-wrapper {
	padding: 20px;
    text-align: left;
}
.recent-posts article time {
	font-family: 'Gilroy Medium', Arial, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: rgb(248, 124, 88);
    margin: 0 0 15px;
    display: block;
}
.recent-posts article h4 {
	font-family: 'Roboto Bold', Arial, sans-serif;
    font-size: 22px;
    line-height: 29px;
    color: #000;
    margin: 0 0 15px;
}
.recent-posts article h4 a {
 	color: #000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}
.recent-posts article h4 a:hover,
.recent-posts article h4 a:focus,
.recent-posts article h4 a:active {
	color: #f87c58;
    text-decoration: none;
}
.recent-posts article p {
	font-family: 'Gilroy Regular', Arial, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    margin: 0 0 15px;
}
.get-in-touch {
	background: url("assets/img/Individuals-c-1.jpg") no-repeat center bottom;
    background-size: cover;
}
.get-in-touch .inner-wrapper {
	padding: 70px 0;
    text-align: center;
}
.get-in-touch .inner-wrapper h2 {
    font-family: 'Roboto Bold', Arial, sans-serif;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    color: #000;
    margin: 0 0 25px;
}
.wpcf7 .wpcf7-spinner {display: none;}
.wpcf7 input,
.wpcf7 textarea {
    font-family: 'Gilroy Regular', Arial, sans-serif;
    width: 100%;
  	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.wpcf7 input[type="submit"] {
  	font-family: 'Roboto Bold', Arial, sans-serif;
	width: auto;
    background-color: #f87c58;
	color: #fff;
	padding: 15px 30px;
	color: #fff !important;
	border-radius: 4px;
	border: 2px solid #f87c58;
	text-decoration: none !important;
	display: inline-block;
	font-size: 16px;
    line-height: 23px;
    cursor: hand;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:activ {
 	 background-color: #fff;
     color: #f87c58;
}
.inner-banner {
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin: 0 0 15px;
}
.inner-banner h1 {
    position: absolute;
    font-family: 'Roboto Bold', Arial, sans-serif;
    font-size:  54px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    margin: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);}
.resources {
    padding: 40px 0;
}
.resources .resource {
    background-color: #fafafa;
    border-bottom: 3px solid #f87c58;
    padding: 15px;
    text-align: center;
    margin: 0 0 30px;
}
.resources .resource h3 {
    font-size: 19px;
    line-height: 27px;
    font-weight: 100;
    font-family: "Roboto Bold", Arial, sans-serif;
    color: #000;
    margin: 0 0 30px;
    height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.resources .resource .btn-link {
    font-family: 'Roboto Black';
    font-size: 16px;
    line-height: 23px;
    text-decoration: underline;
    color: #f87c58;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.resources .resource .btn-link:hover,
.resources .resource .btn-link:focus,
.resources .resource .btn-link:active {
    color: #000;
}
.category .inner-banner,
.tag .inner-banner,
.blog .inner-banner {
    background-image: url("assets/content/backgroung-blog.jpg");
}
.blog-wrapper {
    padding: 20px 0;
}
.blog-wrapper article {
    margin-bottom: 30px;
    background-color: rgb(250, 250, 250);
    border-bottom: 3px solid rgb(248, 124, 88);
}
.blog-wrapper article .inner-wrapper {
    padding: 20px 30px;
}
.blog-wrapper article .inner-wrapper time {
   display: block;
   font-family: 'Gilroy Regular', Arial, sans-serif;
   font-size: 16px;
   line-height: 23px;
   color: #000;
   margin: 0 0 10px;
}
.blog-wrapper article .inner-wrapper h4 {
   font-family: 'Roboto Bold', Arial, sans-serif;
   font-size: 20px;
   line-height: 26x;
   min-height: 49px;
   color: rgb(248, 124, 88);
   margin: 0 0 15px;
}
.blog-wrapper article .inner-wrapper h4 a {
    color: rgb(248, 124, 88);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-wrapper article .inner-wrapper h4:hover a,
.blog-wrapper article .inner-wrapper h4:active a,
.blog-wrapper article .inner-wrapper h4:focus a {
   color: #000;
}

.blog-wrapper article .inner-wrapper p {
   font-family: 'Gilroy Regular', Arial, sans-serif;
   font-size: 16x;
   line-height: 25x;
   color: #000;
   margin: 0 0 15px;
   height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
.blog-wrapper article .inner-wrapper .btn-link {
   font-family: 'Roboto Black';
    font-size: 16px;
    line-height: 23px;
    text-decoration: underline;
    color: rgb(248, 124, 88);
    padding-left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-wrapper article .inner-wrapper .btn-link:focus,
.blog-wrapper article .inner-wrapper .btn-link:hover,
.blog-wrapper article .inner-wrapper .btn-link:active {
    color: #000;
}
.pagination {
    display: block;
    margin: 0 0 30px;
}
.pagination .page-numbers {
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #f87c58;
    color: #f87c58;
    font-size: 20px;
    font-family: " Roboto Bold", Arial sans-serif;
    height: 39px;
    width: 39px;
    line-height: 39px;
    text-align: center;
    text-decoration: navajowhite;
    margin: 0 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pagination .page-numbers:hover,
.pagination .page-numbers:focus,
.pagination .page-numbers:active,
.pagination .page-numbers.current {
    background-color: #f87c58;
    color: #fff;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    width: 100px;
}
.single article {
    padding: 30px 0;
}
.single article h3 {
    font-family: 'Roboto Bold', Arial, sans-serif;
    font-size: 32px;
    line-height: 42px;
    color: #000;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background: url("assets/img/orange-line.png") no-repeat left bottom;
}
.single article .author-content p {
   font-family:  'Roboto Bold', Arial, sans-serif;
   font-size: 21px;
   line-height: 27px;
   color: #000;
   margin: 0 0 7px;
}
.single article .author-content time {
   display: block;
   font-family: 'Gilroy Regular', Arial, sans-serif;
   font-size: 16px;
   line-height: 25px;
   color: #000;
   margin: 0 0 15px;
}

.single article img {
    width: 100%;
    height: 100%;
    margin: 0 0 15px;
}
.single article .content p {
    font-family: 'Gilroy Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #484848
    margin: 0 0 15px;
}
.single article .content p a {
    color: #f87c58;
}
.single article .content h2 {
    font-family:  'Roboto Bold', Arial, sans-serif;
    font-size: 40px;
    line-height: 52px;
    margin: 30px 0;
    color: #000;
}
.contact-area {
    padding: 30px 0;
}
.contact-area .contact-col {
   text-align: center;
   border-right: 1px solid #ccc;
}
.contact-area .contact-col.no-border {
    border: none;
}
.contact-area .contact-col img {
    margin-bottom: 20px;
}
.contact-area .contact-col h5 {
    font-family: 'Gilroy Medium', Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #f87c58;
    margin-bottom: 20px;
}
.page-template-contact .get-in-touch .inner-wrapper h2 {
    margin-bottom: 10px;
}
.page-template-contact .get-in-touch .inner-wrapper p {
    font-family: 'Gilroy Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 25px;
}
.related-tags {
   margin-bottom: 25px;
   text-align: left;
}
.related-tags h4 {
   font-family:  'Roboto Bold', Arial, sans-serif;
   font-size: 22px;
   line-height: 29px;
   color: #000;
   margin: 0 0 20px;
}
.related-tags .btn-link {
    font-family: 'Roboto Black';
    font-size: 16px;
    line-height: 23px;
    text-decoration: none;
    background-color: #f87c58;
    color: #fff;
    padding: 12px 30px;
    border-radius: 4px;
    border: 2px solid #f87c58;    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.related-tags .btn-link:hover,
.related-tags .btn-link:focus,
.related-tags .btn-link:active {
    background-color: #fff;
    color: #f87c58;
}
.post-in {
    padding-top: 15px;
    padding-bottom: 15px;
}
.post-in h4 {
    font-family:  'Roboto Bold', Arial, sans-serif;
    font-size: 22px;
    line-height: 29px;
    color: #000;
    margin: 0 0 20px;
}

.post-in ul {
    list-style: none;
    padding-left: 0;
}
.post-in ul li {
    margin-bottom: 7px;
}
.post-in ul li i {
  padding-right: 15px;
}
.post-in ul li a {
    color: #f87c58;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-in ul li a:hover,
.post-in ul li a:focus,
.post-in ul li a:active {
    color: #000;
}
footer {
	padding: 60px;
    background-color: #333647;
    text-align: center;
}
footer h6 {
    font-family: 'Gilroy Regular', Arial, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #f87c58;
    margin: 0 0 10px;
}
footer h2 {
   font-family: 'Roboto Bold', Arial, sans-serif;
   font-size: 40px;
   line-height: 52px;
   color: #fff;
   margin: 0 0 35px;
}
footer .nav {
    padding: 10px;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    text-align: center;
	justify-content: center;
    font-family: font-family: 'Gilroy Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}
footer .nav li {
    margin: 0 20px;
}
footer .nav li a {
	color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
footer .nav li:hover a,
footer .nav li:focus a,
footer .nav li:active a {
	color: #f87c58;
}
footer .socials {
    padding: 10px;
    font-family: font-family: 'Gilroy Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    text-align: center;
    color: #fff;
}
footer .socials li {
    margin: 0 20px;
    font-size: 35px;
	line-height: 45px;
}
footer .socials li a {
	color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
footer .socials li:hover a,
footer .socials li:focus a,
footer .socials li:active a {
	color: #f87c58;
}

@media (max-width: 1200px) {

      header {
  	position: relative;
      }
      header .hamburger {
          display: block;
          position: absolute;
          top: 15px;
          right: 15px;
          z-index: 9999;
          outline: none !important;
      }
      header .navbar .nav-menu {
	text-align: center;
      }
      header .navbar .nav-menu .menu-item {
	line-height: 32px;
      }
}

@media (max-width: 992px) {

      header {
  	position: relative;
      }
      header .hamburger {
          display: block;
          position: absolute;
          top: 15px;
          right: 15px;
          z-index: 9999;
      }
    .contact-area .contact-col {
        border-right: none;
	border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
    }

}
@media (max-width: 767px) {

  .main-banner {
  	padding: 100px 10px 180px 10px;
  }
  .main-banner h1 {
  	  font-size: 34px;
      line-height: 44px;
  }
  .main-banner h6 {
  	  font-size: 16px;
      line-height: 23px;
  }
  .inner-banner h1 {
    font-size:  35px;
    line-height: 45px;
  }
  .about .inner-wrapper {
  	padding: 20px;
  }
  .portfolio .inner-wrapper {
  	padding: 20px 0;
  }
  .portfolio .inner-wrapper .image-wrapper {
       margin-bottom: 15px;
  }
  .recent-posts {
  	padding: 20px 0;
  }
  .recent-posts article .inner-wrapper {
      padding: 15px;
  }
  .recent-posts article h4 {
      font-size: 21px;
  }
  .get-in-touch .inner-wrapper {
  	padding: 20px 0;
  }
  .about .inner-wrapper h2,
  .portfolio .inner-wrapper h2,
  .recent-posts h2,
  .get-in-touch .inner-wrapper h2 {
      font-size: 30px;
      line-height: 39px;
  }
  .resources .resource {
      margin: 0 0 15px;
  }
  .blog-wrapper article .inner-wrapper {
       padding: 20px;
  }
  .blog-wrapper article .inner-wrapper h4 {
      min-height: 0;
  }
  .blog-wrapper article .inner-wrapper p {
      height: auto;
  }
  footer {
      padding: 20px 20px 0;
  }
  footer h2 {
      font-size: 30px;
      line-height: 39px;
      margin: 0 0 25px;
  }
  footer .nav {
	width: 100%;
  }
   footer .nav li {
 	display: block;
	width: 100%;
  }
  footer .socials li {
      margin-left: 12px;
      margin-right: 12px;
      margin-bottom: 10px;
  }

}
