/*
Theme Name: Neori Child
Theme URI: http://litmotion.net/demo/neori
Description: Child theme, based on Neori Theme
Author: litMotion Templates
Author URI: http://litmotion.net/
Tags: news
Version: 3.0
License: Themeforest License
License URI: http://themeforest.net/licenses
Text Domain: neori-child
Template: neori
*/

/* Add your custom code just below */

/*---------------
# Header
----------------*/
.header-upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-navigation li {
  margin-bottom: 0;
}
@media screen and (min-width: 991px) {
  header {
    margin-top: 40px;
  }
  .wp-caption{
    max-width: 730px;
  }
}
@media screen and (max-width: 991px) {
  .logo {
    margin-bottom: 0;
  }
  .single-post header{
    margin-top: 40px;
  }
}
.single-post .navbarsearchform input[type=search]:focus {
  width: 330px;
}
/* 404 page */

.not-found-page h1 {
  font-weight: bold;
  font-size: 52px;
  line-height: 76px;
  color: #272727;
  font-family: "Heebo", "Arial";
  margin-bottom: 10px;
  max-width: 100% !important;
}
.not-found-page p {
  font-family: "Heebo", "Arial";
  font-weight: normal;
  font-size: 15px !important;
  line-height: 22px !important;
  text-align: center;
  color: #272727;
}
.not-found-page p > a {
  color: #2fb4ed;
  font-weight: normal;
}
.page .entry-content img {
  height: auto;
}
.page .entry-content img.alignnone,
.page .entry-content img.alignleft,
.page .entry-content img.alignright {
  margin-bottom: 0;
}

.offcanvas-menu-button,
.offcanvas-menu-button.centered {
  position: absolute;
}
.logo a.logo-link {
  display: block;
  height: inherit;
}
.yellow_dotted_paragraph{
  border: 5px dotted #F9D846; padding: 10px;
}
/* faq block  */
.faq{
	max-width: 730px;
    margin: 0 auto 25px auto;
}
.transition-all {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.panel-default {
  border: none;
  border-color: transparent;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  box-shadow: none;
}
.panel-default .panel-heading {
  padding: 0 0 0 0;
  min-height: auto;
  color: #23272a;
  background-color: transparent;
  border-color: transparent;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-bottom: none;
}
.panel-title {
  position: relative;
  vertical-align: middle;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: normal;
  color: rgb(35, 39, 42);
}
.panel-title a {
  display: block;
  width: 100%;
  position: relative;
  color: #101010;
  padding-right: 35px;
  border-top: 1px solid rgb(213, 217, 217);
}
.panel-title a:hover {
    text-decoration: none;
    color: #2fb4ed;
}
.panel-title a:hover svg.panel-toggle path{
	fill: #2fb4ed;
}
.panel-title {
  position: relative;
  vertical-align: middle;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: normal;
  color: rgb(35, 39, 42);
}
.panel-title.panel-title__heading {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
.panel-title svg.panel-toggle {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 13px;
  top: -moz-calc(50% - 7px);
  top: -webkit-calc(50% - 7px);
  top: -o-calc(50% - 7px);
  top: calc(50% - 7px);
  right: 15px;
}
.panel-title svg.panel-toggle {
  transform-origin: center;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.panel-default .panel-heading .panel-title .collapsed svg.panel-toggle {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}
.panel-default .panel-body {
    padding: 10px 0 15px 0;
    border-top: none;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: rgb(35,39,42);
}
.panel-default .panel-body p,
.panel-default .panel-body div.faq-content {
    margin-bottom: 10px;
	font-size: 18px;
    line-height: 32px;
    font-weight: normal;
}
.post .entry-content div.faq-content
{
  max-width: 730px;
  margin: 0 auto 25px auto;
  color: #424242;
  font-family: 'PT Serif', 'Georgia';
}
@media (max-width: 767px){
	.panel-title a {	
		padding-right: 0;
	}
	.panel-title .panel-toggle {
		display: none;
	}
}
@media (max-width: 480px){
	.panel-default>.panel-heading {
		padding: 0;
	}
}

.single-top-area .author .author-info {
	padding-right: 15px;
}
@media screen and (min-width: 991px) {

}

.carousel .carousel-item {
  opacity: 1;
  transition: opacity ease-out .25s;
}

/* socials */
.blog-post .author img{
  margin-right: 8px;
}
.single-author-bio{
  display: flex;
  align-items: flex-start;
}
.single-author-bio-text{
  padding-left: 35px;
}
.single-author-bio .author-info{
  flex: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.author-socials{
  display: flex;
  align-items: center;
}
.social-link{
  margin: 0 4px 0 4px;
  min-width: 24px;
  text-align: center;
  line-height: 1;
}
.social-link:first-child{
  margin-left: 0;
}
.social-link:last-child{
  margin-right: 0;
}

@media (min-width: 769px) {
  .author-desc.visible-sm{
    display: none;
  }
}
@media (max-width: 768px) {
  .author-desc.hidden-sm{
    display: none;
  }
  .author-desc{
    margin: 0;
    padding-top: 8px;
    padding-left: 30px;
    padding-right: 15px;
    max-width: none;
    width: 100%;
    color: #9d9d9d;
    line-height: 28px;
  }
  .single-author-bio .author-info{
    flex-direction:  column;
    align-items: flex-start;
  }
  .single-author-bio .author-info h1{
    margin-bottom: 12px;
  }
}

@media (max-width: 400px) {
  .single-author-bio{
    flex-direction: column;
  }
  .single-author-bio-text{
    padding-left: 0;
  }
}

.text-strong{
  font-weight:bold;
}

.related-posts .custom-card .card .card-img{
  opacity: 1;
}
.related-posts .custom-card .card-title{
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: 17px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 0px;
}
.related-posts .custom-card .card-title a{
  color: #101010;
  font-size: 17px;
  font-weight: 700;
  line-height: 19px;
}
.ws .related-posts .custom-card .meta-zone{
  margin: 15px 0 0 0;
}
@media screen and (max-width: 576px) {
  .related-posts .custom-card .card-title{
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width:768px) {
  .related-posts .custom-card .card-title a{
    font-size: 14px;
  }
}

@media screen and (min-width: 991px) {
  .sticky-header .header-share-post-single{
    border-left: 0;
    float: right;
  }
}

/* home category links  */
.widget-category-links{
  margin-bottom: 40px;
}
.widget-category-links .menu-category-links-container{
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
}
.widget-category-links .menu-category-links-container ul{
  display: flex;
  list-style-type: none;
  line-height: 1.4;
  min-width: 920px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.widget-category-links .menu-category-links-container ul li{
  background: #F1F1F1;
  border-radius: 10px;
  display: inline-block;
  line-height: 18px;
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.2s linear;
}
.widget-category-links .menu-category-links-container ul li:first-child{
  margin-left: 0;
}
.widget-category-links .menu-category-links-container ul li:last-child{
  margin-right: 0;
}
.widget-category-links .menu-category-links-container ul li:hover{
  background: #282828;
}
.widget-category-links .menu-category-links-container ul li a{
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #282828;
  padding: 15.5px 26px;
  display: inline-block;
  white-space: nowrap;
}
.widget-category-links .menu-category-links-container ul li:hover a{
  color: #fff;
}

@media (max-width: 992px) {
  .widget-category-links .menu-category-links-container{
    overflow-x: scroll;
  }
}