/* CSS Document */


.blog_header {
  max-width: calc(100% - 60px);
  min-height: 295px; 
  color: #fff;
  /*padding: 0px 10px 0px 10px; */
  /*background: url(images/bg-blog.jpg) center center no-repeat;*/
  background: url(images/banners/landing/contact.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

.blog_header .ins {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin-top: -10px
}

.blog_header h1 {
  font-size: 2.3em;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative
}

.blog_index .header h1,
.blog_detail .header h1 {
  text-transform: none;
  letter-spacing: 0px;
}

.blog_detail .blog_header h1 {
  margin-bottom: 45px
}

.blog_detail .blog_header h1:after,
.blog_posts .post .text h2:after {
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -23px;
  content: ""
}

.blog_detail .blog_header h1:before,
.blog_posts .post .text h2:before {
  width: 1px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 20px;
  bottom: -27px;
  content: ""
}

.blog_header h2 {
  margin: 0;
  font-size: 0.9em;
  text-transform: none;
  font-style: italic;
  font-weight: normal;
  font-family: Georgia;
  max-width: 570px;
  line-height: 1.8em
}

.blog_index article {
  z-index: 1;
  position: relative
}

.blog_posts .post {
  width: 100%;
  min-height: 294px;
  position: relative;
  background: rgb(39,39,39);
  margin-bottom: 20px
}

.blog_posts .post .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 34%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.75;
  opacity: 0.35;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.blog_posts .post .holder {
  /*width: calc(100% - 44px);
  min-height: calc(100% - 36px);
  border: 1px solid rgb(104,104,104); */
  position: relative;
  /*left: 22px;
  top: 18px; */
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  min-height: 258px;
  display: inline-block
}

.blog_posts .post .border_holder {
  width: calc(100% - 44px);
  min-height: calc(100% - 36px);
  border: 1px solid rgb(104,104,104);
  position: absolute;
  left: 22px;
  top: 18px;
}

.blog_posts .post .img_link {
  width: 34%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  content: ""
}

.blog_posts .post .text {
  width: 66%;
  float: right;
  padding: 30px 35px 80px 30px;
  position: relative;
  /*position: absolute;
  right: 0;
  top: 0;*/
  height: auto;
  min-height: 258px
}

.blog_posts .post .text h2 {
  max-width: 90%;
  font-size: 1.3em;
  color: #fff;
  margin: 0px 0px 40px 0px;
  position: relative;
  font-weight: 600
}

.blog_posts .post .text a {
  color: #fff;
}

.blog_posts .post .text p {
  color: rgb(100,100,100);
  font-style: italic;
  font-family: Georgia;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  /*max-height: 55px;
  overflow: hidden; */
}

.blog_posts .post .button {
  position: absolute;
  left: 32px;
  bottom: 25px;
}

.blog_posts .post .button span {
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0px 60px 0px 40px
}

.blog_posts .post .button.arrow-left .inner span {
  right: -25px
}

.blog_posts .post .btn_holder {
  width: auto;
  height: 35px;
  background: rgb(27,27,27);
  position: absolute;
  left: 35px;
  bottom: 20px;
  display: inline-block
} 

.blog_posts .post .btn_holder a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0px 55px;
  transform: translateX(-6px) translateY(-6px);
  background: transparent;
  text-align: center;
  color: rgb(188,24,41);
  border: 1px solid #fff;
  line-height: 35px;
  text-transform: uppercase;;
  font-weight: bold;
  transition: 200ms linear all
} 
/*
.blog_posts .post .btn_holder a:after {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 12px;
  margin-left: 7px;
  line-height: 35px;
  display: inline-block;
  transform: translateY(-1px)
} 
*/
/*
.blog_posts .post .btn_holder a:hover {
  text-decoration: none;
  background: #fff;
  color: rgb(27,27,27)
}  */
/*
.blog_posts .post .btn_holder a:hover:after {
  color: rgb(27,27,27)
} 
*/
.blog_posts .post .info {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 100%;
  color: #fff;
  font-size: 0.9em;
  font-style: italic;
  font-family: Georgia;
} 

.blog_posts .post .info .author {
  float: right;
} 

.blog_posts .post .info .date {
  float: right;
  position: relative;
  margin-left: 16px
} 

.blog_posts .post .info .date:before {
  width: 1px;
  height: 12px;
  background: rgb(121,31,39);
  position: absolute;
  left: -8px;
  top: calc(50% - 5px);
  content: ""
} 

.blog_filter, .blog_post_data {
  width: 100%;
  height: 64px;
  background: rgb(38,38,38);
  border: 1px solid rgb(64,64,64);
  margin-top: -32px;
  margin-bottom: 30px;
  padding: 13px 20px
}

.blog_pagi {
  width: 100%;
  margin: 30px 0px 50px 0px
}

.blog_search {
  width: 205px;
  height: 37px;
  position: relative;
  border: 1px solid rgb(119,119,119);
  display: inline-block;
  float: left
}

.blog_search input[type=text] {
  width: calc(100% - 40px);
  float: left;
  padding-left: 15px;
  color: #fff;
  background: transparent;
  border: 0;
  font-size: 0.9em;
  font-style: italic;
  margin-top: -10px;
} 

.blog_search input[type=submit] {
  width: 40px;
  height: 35px;
  float: right;
  position: relative;
  z-index: 1
} 

.blog_search .icon-search {
  width: 40px;
  height: 35px;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 0;
  text-align: center;;
  line-height: 32px;
  font-size: 14px
} 

.blog_filter .items {
  float: right;
    min-height: 64px;
  margin-top: -13px
}

.blog_filter .item {
  margin-left: 50px;
  position: relative;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #fff;
  line-height: 62px;
  float: left;
  min-height: 62px;
}

.blog_filter .item:first-of-type {
  margin-left: 0
}

.blog_filter .selected {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  min-height: 62px
}

.blog_filter .selected:before {
  width: 8px;
  height: 8px;
  background: rgb(188,24,41);
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -7px;
  content: ""
}

.blog_filter .selected:after {
  width: 12px;
  height: 8px;
  background: rgb(38,38,38);
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -11px;
  content: ""
}

.blog_filter .item .options {
  min-width: calc(100% + 10px);
  height: auto;
  line-height: 35px;
  background: #bc1829;
  z-index: 10;
  padding: 5px 0px;
  display: none;
  position: absolute;
  left: 0;
  top: 62px;
  height: auto;
}

.blog_filter .item .options.hovered {
  display: inline-block !important;
  height: auto !important;
  padding: 5px 0px !important;
  margin: 0 !important
}


.blog_filter .item .options a {
  width: 100%;
  height: 35px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  padding: 0px 20px 0px 20px;
  font-size: 1em;
  line-height: 35px;
  transition: 200ms linear all;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
}

.blog_filter .item .options a:hover,
.blog_filter .item .options a.active {
  color: #000; 
  text-decoration: none;
}


.blog_post_data {
  width: calc(100% + 20px);
  transform: translateX(-20px);
  line-height: 38px;
  font-size: 0.75em
}


.blog_post_data a {
  color: #fff
}

.blog_post_data .author {
  font-style: italic;
  float: left;
  font-size: 1.1em
}

.blog_post_data .date {
  font-style: italic;
  float: left;
  margin-left: 15px;
  position: relative;
}

.blog_post_data .date:before {
  width: 1px;
  height: 12px;
  background: rgb(121,31,39);
  position: absolute;
  left: -7px;
  top: calc(50% - 6px);
  content: ""
} 

.blog_post_data .comments {
  float: right;
  text-transform: uppercase;
  margin-left: 40px
}

.blog_post_data .cat {
  float: right;
  text-transform: uppercase;
}


.blog_pagi {
  text-align: center;
  margin: 20px 0px 80px 0px;
  display: inline-block
}

.blog_pagi div {
  display: inline-block
}

.blog_pagi .pages_counts {
  font-style: italic;
  color: rgb(173,173,173);
  font-size: 0.9em;
  padding: 0px 15px
}

.blog_pagi a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 1px;
  font-weight: bold
}

.blog_pagi a:hover {
  text-decoration: underline;
}

.blog_pagi a span {
  font-size: 0.9em;
  letter-spacing: -3px;
  color: rgb(196,196,196);
  display: inline-block;
}

.blog_pagi .prev a span {
  margin-right: 10px
}

.blog_pagi .next a span {
  padding-left: 5px
}

#blog_post {
  width: 100%;
  max-width: 750px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 80px;
  padding-top: 10px;
  display: inline-block;
}

#blog_post img {
  max-width: 100% !important;
  height: auto
}

#blog_post p {
  font-family: Georgia;
  font-style: italic;
}

#blog_post p .button {
  font-family: "Avenir", sans-serif;
  font-style: normal
}

#blog_post h1 {
  font-size: 1.9em;
  font-weight: 900 
}

#blog_post h2 {
  font-size: 1.5em;
  font-weight: 900
}

#blog_post h3 {
  font-size: 1.2em;
  font-weight: 900
}

#blog_comments {
  width: 100%;
  max-width: 750px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 30px
}

#blog_share {
  width: 100%;
  max-width: 750px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(38,38,38);
  border: 1px solid rgb(65,65,65);;
  padding: 20px 25px;
  min-height: 90px;
  margin-bottom: 50px
}

#blog_share .text {
  width: 50%;
  float: left
}

#blog_share .heading {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 10px;
  line-height: 1.3em
}

#blog_share .desc {
  font-size: 1.05em;
  font-style: italic;  
  font-weight: normal;
  color: rgb(116,116,116);
  line-height: 1.3em;
  font-family: Georgia
}


#blog_share .socials {
  width: 50%;
  float: right;
  /*padding-top: 15px; */
  margin-top: -5px;
  display: inline-block
}

#blog_share .social {
  float: left;
  margin: 5px 0px 5px 20px
}

.clear {
  clear: both
}


@media (max-width: 1000px) {
    
  .blog_posts .post .info .date {
    width: 100%;
    float: none; 
    margin-left: 0;
    margin-bottom: 10px;
  }
  
  .blog_posts .post .info .date:before {
    display: none
  }
     
  .blog_posts .post .info .author {
    float: none; 
  }
  
  .blog_posts .post .info {
    text-align: right;
  }
  
  .blog_search {
    width: 100%;
    float: none
  }
  
  .blog_filter {
    height: auto;
    padding-bottom: 0
  }
  
  .blog_filter .items {
    width: 100%;
    float: none;
    margin-top: 0
  }
  
  .blog_filter .item {
    margin-left: 0;
    margin-right: 30px;
    float: none;
    display: inline-block
  }
  
  #blog_post h1 {
    font-size: 1.6em
  }
  
  #blog_post h2 {
    font-size: 1.3em
  }
  
  #blog_post h1 {
    font-size: 1.1em
  }
  
  #blog_post {
    padding: 0px 10px
  }
  
  #blog_share .text {
    width: 100%;
    float: none
  }
  
  #blog_share .socials {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
      
  #blog_share .heading,
  #blog_share .desc {
    display: inline-block
  }
  
  .blog_posts .post .text p {
    font-size: 1em
  }
  
  #blog_share .social {
    margin-left: 0;
    margin-right: 20px
  }
}

@media (max-width: 650px) {
    
  .blog_posts .post .img {
    width: 100%;
    height: 200px;
    display: inline-block;
    position: relative;
    top: auto
  }
  
  .blog_posts .post .text {
    width: 100%;
    float: none;
    position: relative;
    top: auto;
    padding: 0px 40px 10px 40px;
    min-height: 1px
  }
  
  .blog_posts .post .holder {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    height: auto;
    border: 0;
    min-height: 1px
  }
  
  .blog_posts .post .border_holder {
    display: none
  }
  
  .blog_posts .post .button {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 25px;
    float: left
  }
  
  .blog_posts .post .info {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    display: inline-block;
    float: right;
    margin-top: 18px
  }
      
  .blog_posts .post .text h2 {
    font-size: 1.2em
  }    
  
  
  
  .blog_filter .items,
  .blog_filter .item,
  .blog_filter .item .selected {
    min-height: 40px;
    line-height: 40px
  }
  
  .blog_filter .item .options {
    top: 40px
  }

      
}

@media (max-width: 550px) {

  .blog_post_data .cat {
    width: 100%;
    float: none;
    clear: both
  }
  
  .blog_post_data .author {
    width: 50%;
    float: left
  }
  
  .blog_post_data .date {
    width: 50%;
    float: right;
    margin-left: 0;
    text-align: right;
  }
  
  .blog_post_data {
    width: calc(100% - 20px);
    margin-left: 10px;
    transform: none;
    height: auto
  }
  
  #blog_share .heading {
    font-size: 1em
  }
  
  #blog_share .heading,
  #blog_share .desc {
    width: 100%
  }
  
  
  
    
  .blog_post_data .date:before {
    display: none
  }

}

@media (max-width: 450px) {

  .blog_posts .post .text {
    padding: 20px 20px 10px 20px
  }
  
  .blog_posts .post .button {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    margin-bottom: 5px
  }
  
  .blog_posts .post .info {
    width: 100%;
    float: none;
    text-align: center;
  }


}
