@import url("https://kit.fontawesome.com/a076d05399.js");
.blog-details-page .food__sidebar {
    /*padding-left: 40px;*/
    padding-right: 0;
}

.bl__dtl__thumb img {
    width: 100%;
}

.bl__dtl__postmeta {
    border-bottom: 1px dashed #cecece;
    margin-bottom: 26px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.bl__dtl__postmeta .bl__meta li {
    color: #959595;
    font-size: 14px;
}

.bl__dtl__postmeta .bl__meta li i {
    color: #959595;
    font-size: 14px;
    padding-right: 10px;
}

.bl__dtl__postmeta .bl__meta li a {
    color: #666666;
    font-weight: 700;
}

.bl__dtl__postmeta .bl__like__comment li {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    width: 70px;
}

.bl__dtl__postmeta .bl__like__comment li a i {
    display: inline-block;
    height: 35px;
    margin-right: 4px;
    text-align: center;
    width: 25px;
}

.bl__meta li+li {
    padding-left: 34px;
}

.bl__like__comment li+li {
    margin-left: 10px;
}

.bl__details__content span {
    color: #959595;
    font-weight: 700;
}

.bl__details__content h2 {
    color: #757575;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    margin-bottom: 21px;
}

.bl__details__content p {
    color: #959595;
    font-size: 16px;
    line-height: 28px;
}

.bl__details__content blockquote {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    margin: 30px 0;
    padding-left: 27px;
    padding-right: 10%;
    position: relative;
    line-height: 28px;
}

.bl__details__content blockquote::before {
    background: #d50c0d none repeat scroll 0 0;
    content: "";
    height: 65px;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
}

.food__sm__blog li+li {
    padding-left: 20px;
}

.food__sm__blog li:first-child {
    flex-basis: 45.5%;
}

.food__sm__blog li:last-child {
    flex-basis: 55%;
}

.food__sm__blog li a img {
    width: 100%;
}

.food__sm__blog {
    margin-bottom: 17px;
    margin-top: 20px;
}

.rel__blog__list {
    margin-bottom: 22px;
    margin-top: 30px;
}

.sm__bl__list li {
    padding-top: 15px;
    padding-left: 25px;
    position: relative;
}

.sm__bl__list li::before {
    background: #646464 none repeat scroll 0 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 58%;
    transform: rotate(-135deg);
    width: 6px;
}

.sm__bl__list li a {
    color: #959595;
    font-size: 16px;
}

.bl__share {
    margin-top: 33px;
    padding: 14px;
}

.bl__share span {
    color: #959595;
    font-size: 16px;
    font-weight: 400;
    padding-right: 10px;
}

.blog__social__net li+li {
    margin-left: 10px;
}

.blog__social__net li a:hover i {
    background: #bba369;
    border: 1px solid #bba369;
    color: #fff;
}

.blog__social__net li a i {
    border: 1px solid #ededed;
    color: #959595;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 30px;
}

.bl__details__content {
    padding-bottom: 65px;
}

.blog__title {
    color: #3a3a3a;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 50px;
}

.food__author {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 30px 20px;
    margin-bottom: 50px;
}

.food__author .author__thumb {
    padding-right: 30px;
}

.food__author .author__details h2 {
    font-family: Open Sans;
    font-size: 20px;
    padding-bottom: 8px;
    text-transform: capitalize;
}

.food__author .author__details .author__meta {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 17px;
    padding-bottom: 10px;
}

.food__author .author__details .author__meta span {
    color: #959595;
    font-size: 13px;
}

.food__author .author__details p {
    color: #959595;
    line-height: 30px;
    margin-bottom: 13px;
}

.author__link li+li {
    margin-left: 10px;
}

.author__link li a i {
    background: #eeeeee none repeat scroll 0 0;
    color: #666666;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.author__link li a:hover i {
    background: #d50c0d none repeat scroll 0 0;
    color: #fff;
}

.blog__comment__inner .commnet__thumb {
    padding-right: 30px;
}

.blog__comment__inner .comment__details h5 {
    color: #333333;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
    text-transform: capitalize;
}

.blog__comment__inner .comment__details p {
    line-height: 30px;
    margin-top: 12px;
}

.cmment__date span {
    color: #959595;
    font-size: 13px;
}

.cmment__date {
    border-bottom: 1px dashed #f4f4f4;
    padding-bottom: 7px;
}

.reply__btn li a i {
    color: #b5b5b5;
    font-size: 16px;
}

.reply__btn li+li {
    margin-left: 10px;
}

.reply__btn li a i.fa.fa-angle-up,
.reply__btn li a i.fa.fa-angle-down {
    border: 1px dashed #dddddd;
    border-radius: 5px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    width: 20px;
}

.comment.comment__reply {
    margin-bottom: 66px;
    margin-left: 98px;
    margin-top: 66px;
}

.comment__form .ct__form__box.d-flex {
    margin-left: -15px;
    margin-right: -15px;
}

.comment__form .ct__form__box input {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    color: #232323;
    height: 40px;
    margin: 0 15px;
    padding: 0 20px;
    width: 100%;
}

.comment__form .ct__form__box textarea {
    border: 1px solid #eeeeee;
    color: #232323;
    min-height: 150px;
    padding: 20px;
    resize: none;
    width: 100%;
}

.blog__comment__form {
    margin-top: 52px;
}

.ct__form__box+.ct__form__box {
    margin-top: 30px;
}

.comment__btn {
    margin-top: 30px;
}

.ct__form__box input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #232323;
    opacity: 1;
}

.ct__form__box input:-ms-input-placeholder {
    /* IE 10+ */
    color: #232323;
    opacity: 1;
}

.ct__form__box input:-moz-placeholder {
    color: #232323;
    opacity: 1;
}

.ct__form__box input::placeholder {
    color: #232323;
    opacity: 1;
}

.ct__form__box textarea::placeholder {
    color: #232323;
    opacity: 1;
}

.comment__btn .food__btn {
    font-size: 18px;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    padding: 0 32px;
}

.blog__lst__post__wrapper {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.blog__lst__post__wrapper .latest__post__inner {
    flex-basis: 33.33%;
    margin: 0 10px;
    position: relative;
}

.blog__lst__post__wrapper .latest__post__inner .latest__post__thumb a {
    display: block;
    position: relative;
    z-index: 1;
}

.blog__lst__post__wrapper .latest__post__inner .latest__post__thumb a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    transition: 0.5s;
}

.blog__lst__post__wrapper .latest__post__inner .latest__post__thumb a img {
    width: 100%;
}

.blog__lst__post__wrapper .latest__post__inner .latest__inner {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
    transition: 0.5s;
}

.blog__lst__post__wrapper .latest__post__inner .latest__inner h6 a {
    color: #fff;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.latest__post__inner .post__hover__inner {
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 2;
}

.latest__post__inner .post__hover__inner::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.latest__post__inner .post__hover__inner .post__hover__action {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.latest__post__inner .post__hover__inner .post__hover__action h6 a {
    color: #ffffff;
    display: block;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.latest__post__inner .post__hover__inner .post__hover__action span {
    color: #ffffff;
    font-size: 14px;
}

.latest__post__inner .post__hover__inner .post__hover__action p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    padding: 0 14%;
}

.latest__post__inner .post__hover__inner .post__hover__action .bl__btn {
    margin-top: 24px;
}

.latest__post__inner:hover .post__hover__inner {
    opacity: 1;
}

.blog__lst__post__wrapper .latest__post__inner:hover .latest__inner {
    opacity: 0;
}

.blog__lst__post__wrapper .latest__post__inner:hover .latest__post__thumb a::before {
    opacity: 0;
}

.blog-details-page .sidebar__con__btn {
    bottom: 13px;
    right: 52px;
}

iframe {
    height: 140px !important;
    width: 16rem !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-page .food__sidebar {
        padding-left: 0;
    }
    .tutorial-app-image {
        width: 50% !important;
        max-height: 520px !important;
        margin-left: 0px !important;
        margin-right: 20px !important;
    }
    /* iframe{
        height: 150px !important;
    } */
}

@media only screen and (max-width: 767px) {
    .blog-details-page .sidebar__con__btn {
        bottom: 45px;
        right: 167px;
    }
    .blog-details-page .food__sidebar {
        padding-left: 0;
    }
    .food__sm__blog li:last-child {
        flex-basis: 57%;
    }
    .tutorial-app-image {
        width: 80% !important;
        /* max-height: 520px !important; */
        margin-left: 0px !important;
        margin-right: 20px !important;
    }
    /* iframe{
        height: 150px !important;
    } */
}

@media only screen and (max-width: 575px) {
    .food__sm__blog li:last-child {
        flex-basis: 60%;
    }
    .bl__details__content blockquote::before {
        height: 167px;
    }
    .rel__blog__list {
        display: block !important;
    }
    .sm__blog__thumb {
        margin-top: 20px;
    }
    .food__author .author__thumb {
        padding-right: 0;
    }
    .author__details {
        margin-top: 30px;
    }
    .food__author .author__details .author__meta span {
        font-size: 11px;
    }
    .blog__lst__post__wrapper .latest__post__inner {
        flex-basis: 43%;
    }
    .blog__lst__post__wrapper {
        flex-wrap: wrap;
    }
    .latest__post__inner:nth-child(3) {
        margin-top: 30px;
    }
    .latest__post__inner .post__hover__inner .post__hover__action p {
        display: none;
    }
    .latest__post__inner .post__hover__inner .post__hover__action .bl__btn .food__btn {
        font-size: 15px;
        height: 41px;
        line-height: 39px;
        padding: 0 10px;
    }
    .blog__comment__inner .commnet__thumb {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .comment.comment__reply {
        margin-left: 0;
    }
    .comment__form .ct__form__box input+input {
        margin-top: 30px;
    }
    .blog-details-page .food__sidebar {
        padding-left: 0;
    }
    .recent__post__details h4 {
        font-size: 13px;
        line-height: 23px;
    }
}

.side__bl__details {
    background: #fafafa none repeat scroll 0 0;
    padding: 30px;
}

.side__bl__thumb img {
    width: 100%;
}

.side__bl__details p {
    color: #333333;
    font-size: 14px;
    padding-right: 27px;
}

.side__bl__details h4 {
    color: #2f2f2f;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 17px;
    text-transform: capitalize;
}

.side__bl__details h6 {
    color: #2f2f2f;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}

.bl__social__service {
    margin-top: 14px;
}

.bl__social__service li+li {
    margin-left: 30px;
}

.bl__social__service li a i {
    color: #a0a0a0;
    font-size: 16px;
    transition: all 0.3s ease 0s;
}

.bl__social__service li a:hover i {
    color: #d50c0d;
}

.side__title {
    /*border-bottom: 2px solid #f1f1f1;*/
    color: #949494;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}


/*
.side__title::before {
  background: #6d6d6d none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 2px;
  position: absolute;
  width: 50px; }
*/

.serch__box {
    position: relative;
}

.serch__box input {
    border: 1px solid #e4e4e4;
    color: #b5b5b5;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 20px;
    width: 100%;
}


/*.recent__post__details {
  padding-left: 16px; }*/

.recent__post__details span {
    color: #232323;
    font-size: 12px;
    font-weight: 600;
}

.recent__post__details h4 {
    color: #646464;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
}

.recent__post__details p {
    color: #646464bb;
    font-size: small;
}

.recent__post__details h4 a {
    color: #646464d5;
    transition: all 0.5s ease 0s;
}

.recent__post__details h4 a:hover {
    color: #a7a3a3;
}

.single__recent__post {
    margin-top: 10px;
}

.sidebar__details h4 {
    color: #fc892c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar__details h2 {
    color: #f1486e;
    font-size: 36px;
    text-transform: uppercase;
}

.sidebar__details span {
    color: #ff3300;
    display: inline-block;
    font-family: "Alegreya", serif;
    font-weight: 700;
    margin-top: 4px;
}

.sidebar__con__btn {
    bottom: 18px;
    position: absolute;
    right: 70px;
}

.sidebar__con__btn a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.sidebar__con__btn a i {
    padding-left: 8px;
}

.sidebar__inbox {
    position: relative;
}

.sidebar__inbox input {
    border: 1px solid #e4e4e4;
    color: #aaaaaa;
    font-size: 14px;
    height: 50px;
    padding-left: 22px;
    width: 100%;
}

.sidebar__inbox a {
    background: #2c2c2c none repeat scroll 0 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
}

.sidebar__inbox a i {
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}

.sidebar__inbox a:hover {
    background: #d50c0d;
}

.instagram__list {
    margin-left: -2px;
    margin-right: -2px;
}

.instagram__list li {
    margin: 0 2px 4px;
}

.recent__twitter h6 a {
    color: #262626;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    transition: all 0.3s ease 0s;
}

.recent__twitter h6 a i {
    color: #262626;
    font-size: 20px;
    padding-right: 13px;
}

.recent__twitter h6 {
    margin-bottom: 8px;
}

.recent__twitter p {
    color: #262626;
    font-size: 14px;
    font-weight: 700;
}

.twit__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
}

.twit__meta li {
    color: #b7b7b7;
    display: inline-block;
    font-size: 12px;
}

.twit__meta li+li {
    margin-left: 10px;
    padding-left: 16px;
    position: relative;
}

.twit__meta li+li::before {
    background: #b7b7b7 none repeat scroll 0 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
}

.twitter__wrap .recent__twitter+.recent__twitter {
    margin-top: 21px;
}

.recent__twitter h6 a:hover {
    color: #d50c0d;
}

.var__social__net {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.var__social__net li a i {
    background: #3c5998 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
}

.var__social__net li a i.fa-vimeo {
    background: #1da1f2 none repeat scroll 0 0;
}

.var__social__net li a i.fa-facebook {
    background: #bd081c none repeat scroll 0 0;
}

.var__social__net li a i.fa-instagram {
    background: #23b6ea none repeat scroll 0 0;
}

.var__social__net li+li {
    margin-left: 4px;
}

.tag__list {
    margin-left: -10px;
    margin-right: -10px;
}

.tag__list li {
    margin: 0 10px 20px;
}

.tag__list li a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #cbcbcb;
    color: #232323;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
    transition: all 0.3s ease 0s;
}

.tag__list li a:hover {
    background: #d50c0d;
    border: 1px solid #d50c0d;
    color: #fff;
}

.food__sidebar {
    padding-right: 20px;
}

.food__category li {
    padding-left: 25px;
    position: relative;
}

.food__category li::before {
    background: #646464 none repeat scroll 0 0;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 42%;
    transform: rotate(-136deg);
    transition: all 0.3s ease 0s;
    width: 7px;
}

.food__category li:hover::before {
    background: #d50c0d;
}

.food__category li:last-child::before {
    top: 60%;
}

.food__category li:first-child::before {
    top: 28%;
}


/*=======  Our Blog Grid Area =======*/

.grid__big__inner {
    padding-top: 37px;
}

.grid__big__inner span {
    color: #b7b7b7;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.grid__big__inner h2 {
    color: #383838;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: 9px;
}

.grid__big__inner p {
    color: #262626;
    font-size: 16px;
    line-height: 30px;
    padding-right: 10%;
}

.bg__bl__meta {
    margin-top: 14px;
}

.bg__bl__meta li {
    color: #b7b7b7;
    font-size: 12px;
}

.bg__bl__meta li a {
    color: #b7b7b7;
    font-size: 12px;
    margin-left: 15px;
    padding-left: 16px;
    position: relative;
}

.bg__bl__meta li a::before {
    content: "-";
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.bg__bl__btn {
    margin-top: 33px;
}

.bg__bl__btn a.food__btn {
    border-radius: 0;
    color: #191919;
    font-family: "Open Sans", sans-serif;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    text-transform: uppercase;
}

.bg__bl__btn a.food__btn::before {
    border-radius: 0;
}

.mt__-40 {
    margin-top: -40px;
}

.single__blog__grid {
    margin-top: 40px;
}

.single__blog__grid .grid__thumb a img {
    width: 100%;
}

.single__blog__grid .grid__inner {
    padding-top: 33px;
}

.single__blog__grid .grid__inner span {
    color: #b7b7b7;
    font-size: 12px;
    font-weight: 600;
}

.single__blog__grid .grid__inner h2 a {
    color: #262626;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}

.single__blog__grid .grid__inner h2 a:hover {
    color: #d50c0d;
}

.single__blog__grid .grid__inner p {
    color: #262626;
    font-size: 16px;
    line-height: 30px;
    margin-top: 8px;
}

.grid__big__thumb a img,
.grid__thumb a img {
    transition: all 0.5s ease 0s;
}

.grid__big__thumb,
.grid__thumb {
    overflow: hidden;
}

.grid__big__product:hover .grid__big__thumb a img,
.single__blog__grid:hover .grid__thumb a img {
    transform: scale(1.2) rotate(3deg);
}

.video__post__title {
    color: #232323;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}

.video__post__title::before {
    background: #6d6d6d none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
}

.video__post .video__post__thumb {
    padding-right: 30px;
    position: relative;
    -webkit-flex-basis: 104%;
    -moz-flex-basis: 104%;
    -ms-flex-preferred-size: 104%;
    flex-basis: 104%;
}

.video__post .video__post__thumb a.video-play-button {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.video__post .video__post__thumb a img {
    max-width: 100%;
}

.video__post .video__post__details span {
    color: #b7b7b7;
    font-size: 12px;
    font-weight: 600;
}

.video__post .video__post__details h2 {
    line-height: 26px;
    margin-bottom: 23px;
    margin-top: 7px;
}

.video__post .video__post__details h2 a {
    color: #262626;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
}

.video__post .video__post__details p {
    color: #262626;
    line-height: 30px;
}

.video__post .video__post__details ul.bg__bl__meta {
    margin-bottom: 13px;
}

.video__post__details p+p {
    margin-top: 8px;
}

.small__vedio__post__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.small__vedio__post__wrap .single__small__video__post {
    flex-basis: 50%;
    display: flex;
}

.small__vedio__post__wrap .single__small__video__post .sm__post__thumb {
    min-width: 120px;
}

.small__vedio__post__wrap .single__small__video__post .sm__post__thumb a {
    display: block;
    position: relative;
}

.small__vedio__post__wrap .single__small__video__post .sm__post__thumb a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.small__vedio__post__wrap .single__small__video__post .sm__post__thumb a::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #d40c0d;
    content: "\f04b";
    font-family: FontAwesome;
    height: 30px;
    left: 50%;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 30px;
}

.small__vedio__post__wrap .single__small__video__post .sm__post__thumb a img {
    width: 100%;
}

.small__vedio__post__wrap .single__small__video__post .sm__post__details {
    padding-left: 18px;
}

.small__vedio__post__wrap .single__small__video__post .sm__post__details h6 a {
    color: #646464;
    display: inline-block;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 3px;
}

.small__vedio__post__wrap .single__small__video__post .sm__post__details span {
    color: #232323;
    font-size: 12px;
}

.small__vedio__post__wrap .single__small__video__post:nth-child(n+3) {
    margin-top: 40px;
}

.card-columns {
    column-count: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bg__bl__meta li a {
        margin-left: 12px;
        padding-left: 11px;
    }
    .single__blog__grid .grid__inner p {
        font-size: 14px;
        line-height: 26px;
    }
    .video__post .video__post__thumb {
        padding-right: 23px;
    }
    .video__post .video__post__details h2 a {
        font-size: 22px;
    }
    .video__post__details .bg__bl__meta li a::before {
        display: none;
    }
    .video__post .video__post__details p {
        font-size: 14px;
        line-height: 27px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar__con__btn {
        bottom: 43px;
        right: 178px;
    }
    .tutorial-app-image {
        width: 40% !important;
        max-height: 520px !important;
        margin-left: 0px !important;
        margin-right: 20px !important;
    }
}

@media only screen and (max-width: 575px) {
    .bg__bl__meta li a {
        margin-left: 12px;
        padding-left: 14px;
    }
    .video__post .video__post__thumb {
        padding-right: 0;
    }
    .card-columns {
        column-count: 1;
    }
}

.blog-list-right-sidebar .food__blog__list__wrapper {
    margin-top: -70px;
    padding: 0;
}

.blog-list-right-sidebar .food__sidebar {
    padding-left: 20px;
    padding-right: 0;
}


/*======= Blog Details =======*/

.blog-details-page .food__sidebar {
    /*padding-left: 40px;*/
    padding-right: 0;
}

.bl__dtl__thumb img {
    width: 100%;
}

.bl__dtl__postmeta {
    border-bottom: 1px dashed #cecece;
    margin-bottom: 26px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.bl__dtl__postmeta .bl__meta li {
    color: #959595;
    font-size: 14px;
}

.bl__dtl__postmeta .bl__meta li i {
    color: #959595;
    font-size: 14px;
    padding-right: 10px;
}

.bl__dtl__postmeta .bl__meta li a {
    color: #666666;
    font-weight: 700;
}

.bl__dtl__postmeta .bl__like__comment li {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    width: 70px;
}

.bl__dtl__postmeta .bl__like__comment li a i {
    display: inline-block;
    height: 35px;
    margin-right: 4px;
    text-align: center;
    width: 25px;
}

.bl__meta li+li {
    padding-left: 34px;
}

.bl__like__comment li+li {
    margin-left: 10px;
}

.bl__details__content span {
    color: #959595;
    font-weight: 700;
}

.bl__details__content p {
    color: #959595;
    font-size: 16px;
    line-height: 28px;
}

.bl__details__content blockquote {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    margin: 30px 0;
    padding-left: 27px;
    padding-right: 10%;
    position: relative;
    line-height: 28px;
}

.bl__details__content blockquote::before {
    background: #bba369 none repeat scroll 0 0;
    content: "";
    height: 65px;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
}

.food__sm__blog li+li {
    padding-left: 20px;
}

.food__sm__blog li:first-child {
    flex-basis: 45.5%;
}

.food__sm__blog li:last-child {
    flex-basis: 55%;
}

.food__sm__blog li a img {
    width: 100%;
}

.food__sm__blog {
    margin-bottom: 17px;
    margin-top: 20px;
}

.rel__blog__list {
    margin-bottom: 22px;
    margin-top: 30px;
}

.sm__bl__list li {
    padding-top: 15px;
    padding-left: 25px;
    position: relative;
    list-style: none;
}

.sm__bl__list li::before {
    background: #646464 none repeat scroll 0 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 58%;
    transform: rotate(-135deg);
    width: 6px;
}

.sm__bl__list li a {
    color: #959595;
    font-size: 16px;
}

.bl__details__content {
    padding-bottom: 65px;
}

ul.myUL {
    list-style-type: none;
    padding: 0;
    display: block;
}

.caret {
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}


/*.caret::before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 10px;
    color: black;
    display: inline-block;
    margin-right: 6px;
  }
  
  .caret-down::before {
    -ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg); 
    transform: rotate(90deg);
  }

  .myUL{
    font-weight: bold;
    font-size: normal;
  }*/

.myUL li {
    padding-left: 2%;
}

.nested {
    list-style-type: none;
    display: none;
    padding-left: 12%;
    font-weight: normal;
    font-size: 84%;
}

.nested li:not(:last-child) {
    margin-bottom: 5%;
}

.nested li:first-child {
    margin-top: 5%;
}

.active {
    display: inline-block;
}

.tabContent:target {
    display: block !important;
}

ul.core-benefits {
    list-style-type: disc;
}

ol.new-employee li {
    list-style-type: lower-roman;
}

.faq-question {
    color: #3a3a3adc;
    font-size: 18px !important;
}

.faq-answer {
    color: #3a3a3a8f;
    font-size: 16px !important;
    padding-bottom: 16px;
}

.tutorial-app-image {
    width: 30% !important;
    max-height: 520px !important;
}


/* .e-rest-image{
    width:50% !important;
} */

.date {
    font-size: 13px !important;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.FSOA ol li {
    font-size: 15px;
}

.FSOA ul li {
    font-size: 15px;
}

.color-blue {
    color: #4E9EEA !important;
}

.tags_list {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-left: -5px;
}

.tags_list li a {
    border: 1px solid #ddd;
    color: #777;
    font-size: 12px;
    margin: 4px;
    padding: 2px 8px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
}

.tag_list li a:hover {
    background-color: #000;
    color: white;
}

.search_btn {
    color: #000;
}

.hidden_tags {
    display: none;
}

.show_hide_text {
    color: #4E9EEA;
}

.show_hide_text:hover {
    cursor: pointer;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}