

/*---------------------------------------
    Typography              
-----------------------------------------*/

#blog h1,
#blog h2,
#blog h3,
#blog h4,
#blog h5,
#blog h6,
#blog blockquote {
  font-weight: 600;
}

#blog h1 {
    font-size: 4.5rem;
    line-height: 6.5rem;
    letter-spacing: 10px;
    text-transform: uppercase;
    padding-top: 12px;
}

#blog h2 {
  font-size: 30px;
  letter-spacing: 6px;
  padding-bottom: 18px;
  text-transform: uppercase;
}

#blog h2 {
  padding-bottom: 2px;
}

#blog blockquote, 
#blog h3 {
   font-family: 'Lora', sans-serif;
  font-style: italic;
}

#blog h3 {
  line-height: 36px;
}

#blog h4 {
    color: #999;
    letter-spacing: 2px;
    margin-top: 22px;
}

#blog p {
    color: #0a0909;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.4px;
}

#blog a {
  text-decoration: none !important;
  outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/
#blog {
  background: #ffffff;
  color: #0a0909 !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 300;
  padding-top: 3px;
  padding-bottom: 10rem;
}

#blog-header {
  text-align: center;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  background-color: #26253a;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }




/*---------------------------------------
    Blog section              
-----------------------------------------*/
#blog .blog-thumb {
  border: 1px solid #f0f0f0;
  position: relative;
  padding: 60px;
  -wekbit-transition: all 1000ms linear;
  transition: all 1000ms linear;
}

#blog .blog-thumb:hover {
  background: url('../images/blog-thumb.jpg');
   -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}

#blog .blog-thumb:hover .blog-date, #blog .blog-thumb:hover h3 a,
#blog .blog-thumb:hover #blog-author {color: #ffffff;}

#blog .col-md-6:nth-child(2) .blog-thumb,
#blog .col-md-6:nth-child(3) .blog-thumb {
  margin-top: 72px;
}

#blog .col-md-6:nth-child(4) .blog-thumb,
#blog .col-md-6:nth-child(5) .blog-thumb {
  margin-top: 42px;
}


#blog h3 a {
  color: #606060;
}

#blog .blog-date {
  color: #999;
  font-weight: bold;
}

#blog #blog-author {
  color: #606060;
  letter-spacing: 1px;
}

/* blog single page */

#blog-header {
    background: url('../images/blog-header-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 50vh;
}

#blog .recent-post h3 {
  font-size: 20px;
  padding-bottom: 0px;
  margin-top: 0px;
}

#blog .recent-post h4 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#blog .recent-post h5 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#blog .recent-post img {
  width: 100%;
}

#blog .recent-post .media {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
#blog .recent-post .media:last-child {
  border-bottom: none;
}

#blog .recent-post h5 {
  font-size: 16px;
}
#blog .recent-post .media-heading {
  font-size: 18px;
}

#blog h4 {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-top: 0px;
}

#blog h4 a {
  color: #404040;
  transition: all 0.4s ease-in-out;
}
#blog h4 a:hover {
  color: #777;
}

#blog h5 {
  color: #727272;
}

#blog .blog-image {
  padding: 0px 0px 20px 0px;
}

#blog .blog-content span a {
  color: #909090;
  letter-spacing: 0.9px;
}

#blog .blog-content span {
  font-size: 14px;
  font-weight: 400;
  margin-right: 14px;
}

#blog .blog-content blockquote {
  border-left-color: #ffa400;
  margin: 30px 0px;
}

#blog .blog-mcarthur {
  font-style: italic;
  color:#000000;
  background-color: #1F618D;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 22px;
  padding-bottom: 28px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 42px;
  margin-bottom: 42px;
}

#blog .blog-mcarthur .media-body p {
  font-size: 15px;
  color: #FFFFFF;
}

#blog .blog-mcarthur h3 {
  padding-top: 12px;
  padding-bottom: 8px;
  color: #FFFFFF;
  text-align: center;
}

#blog .blog-mcarthur a {
  padding-top: 12px;
  padding-bottom: 8px;
  color: white;
  font-weight: bold;
}

#blog .blog-author {
  font-style: italic;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 22px;
  padding-bottom: 28px;
  margin-top: 42px;
  margin-bottom: 42px;
}


#blog .recent-post .media .media-object,
#blog .blog-author .media .media-object, .media .media-object {
  margin-right: 14px;
}

.blog-clear { clear: both; height: 30px; }


/* bloglist section styles
/* ========================================== */
#bloglist h2, #blog h4 {
  text-align: center;
}

#bloglist h2 {
  padding-bottom: 12px;
  font-size: 32px;
}

#bloglist h4 {
  padding-bottom: 32px;
  letter-spacing: 0.9px;
}

#bloglist p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 28px;
}

#bloglist .blog-wrapper {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#blbloglistog .blog-wrapper h3 a {
  color: #000000;
}

.blog-preview {
  /*visibility: hidden;*/
  display:none;
}

/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  #blog-header {
    height: 40vh;
  }

}


@media (max-width: 768px) {

  #overview blockquote {
    top: 306px;
    left: 30px;
    right: 10px;
  }

}


@media (max-width: 767px) {

  #blog {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

}


@media (max-width: 760px) {

  #blog-header {
    height: 35vh;
  }

  #blog .blog-comment-form {
    margin-bottom: 42px;
  }

}


@media (max-width: 650px) {

  #overview blockquote {
    position: relative;
    top: 0px;
    left: 0px;
  }

}


@media (max-width: 450px) {

  #overview blockquote {
    padding: 32px;
  }

  #overview .overview-detail {
    margin-top: 32px;
  }

}


