/* Post */



.blog-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
	background-color: #f9f9f9;
}

.with-sidebar-container {
    display: grid;
    grid-template-columns: minmax(0, 2fr) 320px;
    gap: 48px;
    align-items: start;
}

.main-content {
    min-width: 0;

}

.sidebar-col {
    position: sticky;
    top: 100px; /* optional */
}

/* Tablet */
@media (max-width: 992px) {
    .with-sidebar-container {
        grid-template-columns: 1fr;
    }

    .sidebar-col {
        position: static;
    }
}




.post {
	position: relative;
	display: block;
}
.post p {
  margin: 0 0 20px 0;
  line-height: 24px;
  font-size: 15px;
  color: #333;
}
.post a {
      color: #0085B2;
      background: transparent;
      text-decoration: none;

}
.post-head {

  background-color: #FFF;
border-bottom: hidden;
  -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
  -moz-box-shadow: 0 0 5px 0 #e2e3e4;
  box-shadow: 0 0 5px 0 #e2e3e4;
  position: relative;
  padding: 40px 0px;


}

.post-head > h1 {
  
  font-size: 40px !important;
	line-height: 50px;
	max-width: 100%;
	padding: 0px 30px;
}
.post-head>h1 a:hover {
  color: #005488;
  text-decoration: none;
}

@media (max-width: 980px) {
	.post-head h1 {font-size: 35px !important;}
}

.post-meta  {
      background-color: transparent;
      border: 0;
      outline: 0;
      border-radius: 0;
    color: #6F7780;
    padding-left: 30px;
	padding-bottom: 15px;
    float: left;
     font-size: 15px;
    text-transform: uppercase;

}
.post-meta div span,
.post-meta div a {
  color: #fba919;
}
.post-meta div i {
color: #a3a9b0;
    font-size: 15px;
    margin-right: 10px;
}
.post-wrap {
  margin-bottom: 50px;
  padding: 0;
      background-color: #FFF;
      border-bottom: 1px solid #d3d5d7;
      -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
      -moz-box-shadow: 0 0 5px 0 #e2e3e4;
      box-shadow: 0 0 5px 0 #e2e3e4;
      position: relative;
}
.post-img {
  position: relative;
	}
.post-img img {
  height: auto;
  width: 100%;
  display: block;
  border: none;
	margin-top: -10px;
}
.article-post .post-inner {
  padding-bottom: 15px;
}
.post-inner {
  padding: 38px;
}

.post-inner h3 {
	
	font-size: 35px !important;
	line-height: 45px;
	max-width: 100%;
}

@media (max-width: 980px) {
	.post-inner h3 {font-size: 28px !important;}
}

.post-inner ol {
	margin-left: 30px;
	padding-bottom: 15px;
	font-size: 20px;
}

.post-share-view {
  padding-top: 20px;
  border-top: 1px solid #ecedee;
}

.post-meta-share {
  position: relative;
  margin-right: 0 !important;

}
.post-meta div:last-child {
  margin-right: 0;
}

.share-social {
  opacity: 0;
  filter: alpha(opacity=100);
  z-index: 1;
  visibility: visible;
  max-width: 0;
  max-height: 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: perspective(600px) rotateX(90deg);
  -moz-transform: perspective(600px) rotateX(90deg);
  -ms-transform: perspective(600px) rotateX(90deg);
  -o-transform: perspective(600px) rotateX(90deg);
  transform: perspective(600px) rotateX(90deg);
  -webkit-transition: -webkit-transform 0.5s ease,
  opacity 0.6s ease,
  max-height 0.6s step-end,
  max-width 0.6s step-end,
  padding 0.6s step-end;
  -o-transition: -o-transform 0.5s ease,
  opacity 0.6s ease,
  max-height 0.6s step-end,
  max-width 0.6s step-end,
  padding 0.6s step-end;
  transition: transform 0.5s ease,
  opacity 0.6s ease,
  max-height 0.6s step-end,
  max-width 0.6s step-end,
  padding 0.6s step-end;
position: absolute;
bottom: 10px;
// width: 115px;
left: 0;
padding: 0 !important;

}
.share-active .share-social {
  opacity: 1;
  margin-bottom:0;
  filter: alpha(opacity=100);
  visibility: visible;
  max-width: 5000px;
  max-height: 5000px;
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.share-social ul {
      list-style: none;
      padding: 30px;

}
.share-social li {
      list-style: none;
      margin-bottom: 20px;

}
.share-social .social-facebook a {
  background-color: #5d82d1;
}
.share-social .social-twitter a {
  background-color: #40bff5;
}
.share-social .social-twitter a i {
  padding-right: 0;
}

.share-social .social-google a {
  background-color: #eb5e4c;
}
.share-social i {
      color: #FFF !important;
  margin: 0 !important;
  // padding: 0 !important;
}
.share-social li a:hover {
  background-color: #263241;
}

.share-social li a {
  display: block;
  height: 35px;
  width: 100%;
  padding: 0 20px;
  line-height: 35px;
  font-size: 13px;
  text-align: center;
}


a.button-default.post-more {
  margin-left: 20px !important;
  color: #FFF;

}
a.button-default {
 background-color: #95F7B1;
	color: #074267;
 border-radius: 2px;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 0 15px;
    font-weight: normal;
line-height: 22px;

}
.post-more {
  float: right;
  margin-bottom: 5px;

}
.post-call-out {
  background-color: #46b7d5;
  color: white;
  padding: 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.4s ease-in;
}
.post-call-out a {
  color: white;
}
.post-meta .post-tags {
  float: right;
      margin-right: 0;

}
.post-meta .post-tags a {
  text-transform: capitalize;
  color: #fba919;

}
.post-meta div a,
.post-meta div span {
  color: #FFB431 !important;

}
.page-navigation div div {
  background-color: #FFF;
  border-bottom: 1px solid #d3d5d7;
  -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
  -moz-box-shadow: 0 0 5px 0 #e2e3e4;
  box-shadow: 0 0 5px 0 #e2e3e4;
  position: relative;
  margin-bottom: 30px;
  display: block;
  float: left;
  margin-bottom: 50px;

}
.page-navigation div.nav-previous a,
.page-navigation div.nav-next a {
  font-weight: bold;
}
.page-navigation a {
      border-radius: 2px;
      display: block;
      font-size: 13px;
      padding: 8px 15px 10px;
      text-transform: uppercase;
    color: #0085b2;


}
.page-navigation div.nav-next span,
  .page-navigation div.nav-previous span {
    font-weight: normal;
    color: #a3a9b0;
  line-height: 26px;
}
.page-navigation.page-navigation-before div.nav-next span {
  border-left: 1px solid #d8dadc;
  padding-left: 10px;
  margin-left: 10px;

}
.page-navigation .nav-next a,
.page-navigation .nav-previous a {
      display: block;
      font-size: 13px;
      padding: 8px 15px 10px;
      text-transform: uppercase;
  color: #0085b2;


}
.nav-next>a:hover,
.nav-previous>a:hover {
  color: #46b7d5 !important;
}
.page-navigation.page-navigation-before div a i {
  color: #a3a9b0;

}

.page-navigation .nav-next a:hover,
.page-navigation .nav-previous a:hover {
color: #a3a9b0;
text-decoration: none;
}
.page-navigation div.nav-previous {
  float: right;
  text-align: right;
}
.page-navigation.page-navigation-before div.nav-previous span {
  border-right: 1px solid #d8dadc;
  padding-right: 10px;
  margin-right: 10px;
}
.related-posts ul li{

}
  }
.blog.main .container-fluid .sidebar,
.single.main .container-fluid .sidebar,
.archive.main .container-fluid .sidebar,
.search.main .container-fluid .sidebar {
  padding-left: 15px;
  padding-right: 15px;
}
  .advertising {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }

  .widget {
    color: #333;
    background-color: #FFF;
    border-bottom: 1px solid #d3d5d7;
    -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
    -moz-box-shadow: 0 0 5px 0 #e2e3e4;
    box-shadow: 0 0 5px 0 #e2e3e4;
    position: relative;
    margin-bottom: 30px;
    padding: 30px 30px 35px;
  }
 .widget h6 {
   color: #074267;
   font-size: 16px;
   font-weight: bold;
   padding-bottom: 10px;
   border-bottom: 2px solid #ecedee;
   margin-bottom: 20px;
   line-height: 28px;
   position: relative;

 }
 .widget p {
       margin: 0 0 20px 0;
       line-height: 22px;
       font-size: 15px;

 }
 img {
   max-width: 100%;
 }
 .btn-primary,
 .btn-pimary:visited {
   text-align: center;
   color: #074267;
   background-color: #95F7B1;
   padding: 10px;
   text-transform: uppercase;
   border-radius: 2px;
   margin-top: 40px;
   display: block;
   transition: all 0.17s ease-in-out;
   -moz-transition: all 0.17s ease-in-out;
   -webkit-transition: all 0.17s ease-in-out;
   -o-transition: all 0.17s ease-in-out;
   font-size: 13px;
 }
 .btn-primary:hover {
   text-decoration: none;
	 color: #ffffff;
 }
 #searchform {
   margin: 0;
 }
 #searchform .input-group {
   width: 100%;
 }
.input-group-field {
  width: 100%;
  padding: 10px;
  background-color: #f6f6f6;
  border: 1px solid #e4e6e8;
  margin-bottom: 20px;
  font-size: 12px !important;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#searchsubmit {
      padding: 10px;
      font-size: 13px;
      text-transform: uppercase;
      /* margin: 0; */

width: 100%;
      font-weight: normal;
   text-align: center;
   color: #FFFFFF;
   background-color: #FBA919;
   padding: 10px;
   text-transform: uppercase;
   border-radius: 2px;
   display: block;
   transition: all 0.17s ease-in-out;
   -moz-transition: all 0.17s ease-in-out;
   -webkit-transition: all 0.17s ease-in-out;
   -o-transition: all 0.17s ease-in-out;

}
.widget_categories ul {
  list-style: inside;
  padding-left: 0;
  margin-left: 0;
}
.widget_categories li {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #ecedee;
      list-style-type: none;
    position: relative;
    overflow: hidden;
    font-size: 14px;
color: #4b525c;
height: 100%;

}
.widget a:hover {
  color: #0085b2;
  text-decoration: none;
}


}


