/*
Theme Name: Osteopathie Bastiaansen - ALT2
Author: rays ~ online en ontwerp
Author URI: http://raysonline.nl
Version: 1.0
*/
@import url("css/bootstrap.css");
@import url("css/flexslider.css");
/* RESETS */
body {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
a {
  color: #7d7db7;
  text-decoration: none;
}
a img {
  border: none;
}
a:hover {
  color: #3d3d83;
  text-decoration: none;
}
img {
  vertical-align: top;
}
/* PRESETS */
.text-shadow {
  text-shadow: 0px 1px 3px black;
}
.relative {
  position: relative;
}
.isolated {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.position-inherit {
  position: inherit;
}
.position-relative {
  position: relative;
}
.text-align-center {
  text-align: center;
}
.mobile {
  display: block;
}
.non-mobile {
  display: none;
}
@media all and (min-width: 768px) {
  .mobile {
    display: none;
  }
  .non-mobile {
    display: block;
  }
}
main .col-md-1,
main .col-md-2,
main .col-md-3,
main .col-md-4,
main .col-md-5,
main .col-md-6,
main .col-md-7,
main .col-md-8,
main .col-md-9,
main .col-md-10,
main .col-md-11,
main form .col-md-12,
main .col-sm-1,
main .col-sm-2,
main .col-sm-3,
main .col-sm-4,
main .col-sm-5,
main .col-sm-6,
main .col-sm-7,
main .col-sm-8,
main .col-sm-9,
main .col-sm-10,
main .col-sm-11,
main form .col-sm-12 {
  margin-bottom: 30px;
}
/* FONTS */
@font-face {
  font-family: 'Linecons';
  src: url('fonts/linecons.eot');
  /* IE9 Compat Modes */
  src: url('fonts/linecons.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/linecons.woff') format('woff'), /* Modern Browsers */ url('fonts/linecons.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/linecons.svg#linecons') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
.signika {
  font-family: 'Signika', sans-serif;
  font-weight: 300;
}
html,
body {
  font-family: 'Signika', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
}
body {
  background-attachment: fixed;
  background-image: url(images/bg-body.png);
  background-repeat: repeat-x;
  background-position: center 101px;
}
@media all and (min-width: 1200px) {
  body {
    background-position: center 164px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Signika', sans-serif;
  font-weight: 300;
  margin-top: 0em;
  margin-bottom: 0.75em;
  line-height: 1.175em;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.25em;
}
h3 {
  font-size: 1.375em;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: 'Signika', sans-serif;
  font-weight: 300;
  font-weight: 600;
}
p,
td {
  font-size: 1em;
}
p {
  margin-top: 0em;
  margin-bottom: 2em;
}
strong,
p strong,
td strong {
  font-family: 'Signika', sans-serif;
  font-weight: 300;
  font-weight: 600;
}
i,
p i,
td i {
  font-family: 'Signika', sans-serif;
  font-weight: 300;
}
.no-heading-margin h1,
.no-heading-margin h2,
.no-heading-margin h3 {
  margin: 0;
}
@media all and (max-width: 800px) {
  h1 {
    font-size: 1.825em;
  }
  h2 {
    font-size: 1.675em;
  }
}
.text-align-right {
  text-align: right;
}
/* COLORS */
.color-purple {
  color: #7d7db7;
}
.bg-purple {
  background-color: #7d7db7;
}
html,
body {
  color: #7E7D82;
}
/* MENUS */
#nav-icon {
  width: 30px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #7d7db7;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 9px;
}
#nav-icon span:nth-child(4) {
  top: 18px;
}
.toggled #nav-icon span {
  background-color: #ffffff;
}
.toggled #nav-icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.toggled #nav-icon span:nth-child(2) {
  transform: rotate(45deg);
}
.toggled #nav-icon span:nth-child(3) {
  transform: rotate(-45deg);
}
.toggled #nav-icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#navi {
  background-color: #ffffff;
  box-shadow: 0px 1px 3px #999999;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99;
}
#navi .logo {
  display: block;
  position: relative;
  z-index: 98;
  padding: 10px 0px;
}
#navi .logo img {
  height: 80px;
  width: auto;
}
@media all and (min-width: 1200px) {
  #navi .logo {
    display: block;
    position: relative;
    z-index: 98;
    padding: 20px 0px 0px;
  }
  #navi .logo img {
    height: 80px;
    width: auto;
  }
}
#navi .menu-toggle {
  background-color: transparent;
  border-radius: 0px;
  border: none;
  display: block;
  font-size: 0.8rem;
  height: 60px;
  right: 0;
  top: 0;
  line-height: 60px;
  margin: 0px;
  padding-left: 20px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: 0.3s all linear;
  z-index: 100;
}
#navi .menu-toggle:after {
  content: none;
}
#navi .menu-toggle:hover {
  background-color: transparent;
}
#navi .menu-toggle:focus {
  outline: none;
  background-color: transparent;
}
#navi.toggled nav .menu {
  top: 0px;
}
#navi nav .menu {
  background-color: rgba(125, 125, 183, 0.9);
  display: block;
  left: 0px;
  margin: 0px;
  padding: 60px 0px 0px;
  position: absolute;
  top: -100vh;
  height: 100vh;
  overflow: scroll;
  width: 100%;
  transition: 0.3s all linear;
  z-index: 99;
}
#navi nav.toggled .menu {
  top: 0px;
}
#navi nav ul {
  display: block;
}
#navi nav ul li a,
#navi nav ul li a:visited {
  border: none;
  font-size: 1rem;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  transition: 0.3s all linear;
  text-align: left;
}
#navi nav ul li.current_page_item > a,
#navi nav ul li.current-menu-item > a,
#navi nav ul li:hover > a,
#navi nav ul li:focus > a {
  background-color: #ffffff;
  color: #7d7db7;
  text-decoration: none;
  border-bottom: none;
}
#navi nav.toggled ul li ul.sub-menu {
  display: block;
  position: inherit;
  background-color: transparent;
  padding: 0;
}
#navi nav.toggled ul li ul.sub-menu li a {
  font-size: 0.75rem;
  padding: 6px 20px;
}
#navi nav.toggled ul li ul.sub-menu li a:hover {
  background-color: #ffffff;
  color: #7d7db7;
}
#navi nav.toggled ul li ul.sub-menu li a:before {
  content: '- ';
}
#navi nav ul li {
  margin: 0;
  padding: 0;
  display: block;
  float: none;
}
@media all and (min-width: 1200px) {
  #navi .menu-toggle {
    display: none;
    color: ;
  }
  #navi nav {
    display: block;
    text-align: center;
  }
  #navi nav .nav-menu {
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: auto;
    height: auto;
    top: 0px;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    transition: 0.3s all linear;
    z-index: 98;
  }
  #navi nav ul li {
    margin: 0px;
    padding: 0px;
    display: block;
    float: left;
    position: relative;
    top: 0px;
    vertical-align: top;
  }
  #navi nav ul li a,
  #navi nav ul li a:visited,
  #navi nav ul li a:focus {
    background-color: transparent;
    font-size: 1.125rem;
    color: #b3b3b3;
    display: block;
    padding: 8px 20px 2px;
    line-height: 50px;
    text-decoration: none;
    transition: 0.3s all linear;
    position: relative;
    border-bottom: 4px solid transparent;
  }
  #navi nav ul li.current_page_item > a,
  #navi nav ul li.current-menu-item > a,
  #navi nav ul li.current-page-ancestor > a,
  #navi nav ul li.current-menu-parent > a {
    color: #7d7db7;
    text-decoration: none;
    border-bottom: 4px solid #7d7db7;
  }
  #navi nav ul li:hover > a,
  #navi nav ul li:focus > a {
    color: #BBBCDC;
    text-decoration: none;
    border-bottom: 4px solid #BBBCDC;
  }
  #navi nav ul li.current_page_item:hover > a,
  #navi nav ul li.current-menu-item:hover > a,
  #navi nav ul li.current-page-ancestor:hover > a,
  #navi nav ul li.current-menu-parent:hover > a {
    color: #7d7db7;
    border-bottom: 4px solid #7d7db7;
  }
  #navi nav ul li .submenu li:hover a {
    background-color: transparent;
  }
  #navi nav ul li .submenu li.menu_login:hover a {
    background-color: #3d3d83;
  }
  #navi nav ul li ul.sub-menu {
    display: none;
    left: 0;
    top: 64px;
    z-index: 100;
    background: none;
    padding: 0px;
    position: absolute;
    overflow: visible;
    background-color: rgba(125, 125, 183, 0.9);
  }
  #navi nav ul li:hover ul.sub-menu {
    display: block;
  }
  #navi nav ul li.menu_login:hover ul.sub-menu {
    background-color: #7d7db7;
  }
  #navi nav ul li ul.sub-menu li {
    display: block;
    float: none;
    padding: 0px;
  }
  #navi nav ul li ul.sub-menu li a,
  #navi nav ul li ul.sub-menu li a:visited {
    background: transparent;
    border-bottom: none;
    display: block;
    line-height: 1;
    margin-top: 0px;
    padding: 20px 20px;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
  }
  #navi nav ul li ul.sub-menu li.current_page_item a,
  #navi nav ul li ul.sub-menu li.current-menu-item a,
  #navi nav ul li ul.sub-menu li:hover a,
  #navi nav ul li ul.sub-menu li:focus a {
    background: #3d3d83;
    color: #ffffff;
    text-decoration: none;
    border-bottom: none;
  }
  #navi nav ul li.menu_login ul.sub-menu li.current_page_item a,
  #navi nav ul li.menu_login ul.sub-menu li.current-menu-item a,
  #navi nav ul li.menu_login ul.sub-menu li:hover a,
  #navi nav ul li.menu_login ul.sub-menu li:focus a {
    background: #3d3d83;
  }
}
/* BUTTONS */
a.bttn,
a.bttn:visited,
input.bttn,
span.bttn,
input[type="submit"],
button {
  background-color: #7d7db7;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  padding: 10px 15px 10px 15px;
  text-align: center;
  transition: 0.3s background linear;
}
a.bttn::after,
a.bttn:visited::after,
input.bttn::after,
span.bttn::after,
input[type="submit"]::after,
button::after {
  content: ' \e035';
  font-family: 'Linecons';
  position: relative;
  bottom: -2px;
}
a.bttn:hover,
a.bttn:focus,
input[type="submit"]:hover,
button:hover {
  background-color: #3d3d83;
  text-decoration: none;
}
a.txt-bttn,
a.txt-bttn:visited {
  font-size: 0.75em;
  display: inline-block;
}
.bttn-container .bttn {
  margin-right: 10px;
  margin-bottom: 10px;
}
/* CONTENT */
.stretch-background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
.spacer {
  height: 101px;
}
@media all and (min-width: 1200px) {
  .spacer {
    height: 164px;
  }
}
main.container,
.gmap {
  padding-top: 30px;
  background-color: #ffffff;
}
@media all and (min-width: 768px) {
  main.container,
  .gmap {
    padding: 60px;
  }
}
#full-width-cta {
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
#full-width-cta .title {
  display: inline-block;
  background-color: #BBBCDC;
  color: #ffffff;
  font-size: 1.75rem;
  margin: 0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  padding: 20px 0px;
  width: 50%;
}
#full-width-cta .title::after {
  content: ' \e035';
  font-family: 'Linecons';
  position: relative;
  bottom: -5px;
}
#full-width-cta .title:hover {
  background-color: #7d7db7;
}
.isolated-image,
#single-text-block,
#contact-block {
  background-image: url(images/bg-cijfers.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.isolated-image .row {
  position: relative;
}
.isolated-image .col-md-8,
.isolated-image .col-md-6.text {
  padding-top: 60px;
  padding-bottom: 60px;
}
.isolated-image .col-md-4,
.isolated-image .col-md-6.image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  vertical-align: bottom;
  text-align: right;
}
@media all and (max-width: 992px) {
  .isolated-image .col-md-4,
  .isolated-image .col-md-6.image {
    position: relative;
    vertical-align: bottom;
    text-align: center;
  }
}
@media all and (max-width: 992px) {
  #text-block article {
    padding-bottom: 3em;
  }
  #text-block article.col-md-12 {
    padding-bottom: 0px;
  }
}
#service-block article h3 {
  height: 3em;
}
#service-block article p {
  height: 9em;
}
@media all and (max-width: 1200px) {
  #service-block article p {
    height: 12em;
  }
}
@media all and (max-width: 992px) {
  #service-block article {
    padding-bottom: 3em;
  }
  #service-block article h3 {
    height: auto;
  }
  #service-block article p {
    height: auto;
  }
}
.cta-row {
  padding: 0;
}
.cta-container {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.cta-container.clearbg {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.cta-container:hover {
  text-decoration: none;
}
.cta-container:hover .overlay {
  background: rgba(146, 84, 119, 0.75);
}
.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
}
.clearbg .overlay {
  background-color: rgba(0, 0, 0, 0);
}
.cta-block {
  color: #ffffff;
  display: block;
  position: relative;
  padding: 280px 20px 60px;
  bottom: 0px;
  text-align: center;
  width: 100%;
}
.cta-block h1,
.cta-block h2,
.cta-block h3 {
  color: #ffffff;
  font-size: 2em;
  text-shadow: 0px 1px 3px black;
  margin-bottom: 0.5em;
  text-decoration: none;
}
.cta-block .bttn,
.cta-block .bttn:visited {
  background: #ffffff;
  color: #7d7db7;
  text-decoration: none;
}
.cta-block .bttn:hover,
.cta-block .bttn:focus,
.cta-container:hover .bttn,
.cta-container:focus .bttn {
  background: #e5e5e5;
}
@media all and (max-width: 1200px) {
  .cta-block h1,
  .cta-block h2,
  .cta-block h3 {
    font-size: 1.75em;
  }
}
@media all and (max-width: 992px) {
  .cta-block h1,
  .cta-block h2,
  .cta-block h3 {
    font-size: 1.25em;
  }
}
@media all and (max-width: 768px) {
  .cta-container {
    height: 300px;
    overflow: hidden;
  }
  .cta-container img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .cta-block {
    width: 100%;
  }
  .cta-block h1,
  .cta-block h2,
  .cta-block h3 {
    font-size: 2em;
  }
}
.image-stretch {
  height: 100%;
  display: flex;
}
.image-stretch div {
  overflow-x: hidden;
}
.image-stretch img {
  max-width: none;
  width: auto;
  height: 100%;
}
#news-block article h3 {
  height: 3.5em;
}
#news-block article p {
  height: 13em;
}
@media all and (max-width: 1200px) {
  #news-block article p {
    height: 13.5em;
  }
}
@media all and (max-width: 992px) {
  #news-block article {
    padding-bottom: 3em;
  }
  #news-block article h3 {
    height: auto;
  }
  #news-block article p {
    height: auto;
  }
}
.acf-map {
  height: 300px;
}
.logos h1,
.logos h2,
.logos h3 {
  margin: 0;
}
/* CONTACTFORM */
.wpcf7 p {
  margin-bottom: 20px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 10px;
}
.wpcf7 select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(images/bg-dropdown.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: inherit;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/* PAGINATION */
.pagination .page-numbers {
  height: 40px;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 40px;
  text-align: center;
  list-style: none;
}
.pagination .page-numbers li,
.pagination .page-numbers li a,
.pagination .page-numbers li span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-decoration: none;
  border-radius: 5px;
  background: #7d7db7;
  color: #ffffff;
  text-align: center;
  margin: 0px;
}
.pagination .page-numbers span.page-of {
  width: auto;
  padding: 0px 30px 0px 0px;
  background: #ffffff;
  position: absolute;
  left: 0;
  display: none;
}
.pagination .page-numbers a:hover {
  color: #ffffff;
  background: #7d7db7;
  text-decoration: none;
}
.pagination .page-numbers .current {
  background: #3d3d83;
  color: #ffffff;
}
/* NEWS */
article.news {
  margin-bottom: 3em;
}
/* FOOTER */
footer.page {
  background-color: #7d7db7;
  color: #ffffff;
}
footer.page .naw {
  margin-top: 30px;
  position: relative;
}
footer.page .naw .footer-menu {
  text-align: center;
  margin-bottom: 60px;
}
footer.page .naw .footer-menu ul {
  padding: 0px;
  list-style: none;
}
footer.page .naw .footer-menu ul li {
  margin: 0px;
  padding: 0px;
}
footer.page .naw .footer-menu ul li a {
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
footer.page .naw .footer-menu ul li a:hover {
  color: #3d3d83;
}
footer.page .naw h2 {
  font-size: 1.5rem;
  color: #BBBCDC;
}
footer.page .naw .logo {
  text-align: center;
  margin-bottom: 30px;
}
footer.page .naw .contact {
  text-align: center;
}
footer.page .naw .contact p {
  margin: 0 0 24px;
}
footer.page .naw .contact a {
  color: #ffffff;
}
footer.page .naw .contact a:hover {
  color: #3d3d83;
  text-decoration: none;
}
footer.page .copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #BBBCDC;
  font-size: 0.5rem;
  text-align: center;
  text-transform: uppercase;
}
footer.page .copyright p {
  margin: 0px;
  font-size: 0.725rem;
}
footer.page .copyright p a {
  display: block;
  color: #BBBCDC;
  line-height: 1;
}
footer.page .copyright p a:hover {
  color: #ffffff;
}
@media all and (min-width: 768px) {
  footer.page .naw {
    margin-top: 60px;
    padding: 0px 60px;
    position: relative;
  }
  footer.page .naw .footer-menu {
    text-align: left;
    margin-bottom: 0px;
  }
  footer.page .naw .footer-menu ul {
    padding: 0px;
    list-style: none;
  }
  footer.page .naw .footer-menu ul li {
    margin: 0px;
    padding: 0px;
  }
  footer.page .naw .footer-menu ul li a {
    color: #ffffff;
    padding: 0px;
    margin: 0px;
  }
  footer.page .naw h2 {
    font-size: 1.5rem;
    color: #BBBCDC;
  }
  footer.page .naw .logo {
    text-align: left;
    margin-bottom: 0px;
  }
  footer.page .naw .contact {
    text-align: left;
  }
  footer.page .copyright {
    font-size: 0.75rem;
    text-align: center;
    text-transform: uppercase;
  }
  footer.page .copyright p {
    margin: 0px;
  }
  footer.page .copyright p a {
    display: inline-block;
  }
  footer.page .copyright p a:before {
    content: ' - ';
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-bar {
  padding-top: 30px;
  padding-bottom: 30px;
}
.video-bar .col-md-12 {
  text-align: center;
}
.text-bar {
  padding-top: 30px;
  padding-bottom: 30px;
}
.employee-bar .employee-single {
  background-color: #e5e5e5;
  border-radius: 5px;
  padding: 30px 15px;
}
.employee-bar .employee-single div {
  margin-bottom: 0px;
}
.employee-bar .employee-single .employee-image {
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .employee-bar .employee-single {
    background-color: #e5e5e5;
    border-radius: 5px;
    padding: 30px 15px;
  }
  .employee-bar .employee-single div {
    margin-bottom: 0px;
  }
  .employee-bar .employee-single .employee-image {
    margin-bottom: 0px;
  }
}
.blog .news-container {
  padding-top: 60px;
}
.blog .news-container .news {
  position: relative;
}
.blog .news-container .news .entry-header .entry-thumbnail {
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .blog .news-container {
    padding-top: 60px;
  }
  .blog .news-container .news {
    height: 630px;
    position: relative;
  }
  .blog .news-container .news .entry-header .entry-title {
    min-height: 4rem;
  }
  .blog .news-container .news .entry-header .entry-thumbnail {
    margin-bottom: 20px;
  }
  .blog .news-container .news .entry-meta {
    position: absolute;
    bottom: 0px;
    width: 80%;
  }
}
@media all and (min-width: 992px) {
  .blog .news-container {
    padding-top: 60px;
  }
  .blog .news-container .news {
    height: 700px;
    position: relative;
  }
  .blog .news-container .news .entry-header .entry-title {
    min-height: 8rem;
  }
  .blog .news-container .news .entry-header .entry-thumbnail {
    margin-bottom: 20px;
  }
  .blog .news-container .news .entry-meta {
    position: absolute;
    bottom: 0px;
    width: 80%;
  }
}
.single .news-container {
  padding-top: 60px;
}
.single .news-container .news-article .entry-thumbnail {
  width: 100%;
  margin-bottom: 30px;
}
@media all and (min-width: 992px) {
  .single .news-container .news-article .entry-thumbnail {
    width: 40%;
    margin-right: 10%;
    float: left;
  }
}
/*# sourceMappingURL=style.css.map */