/*------------------ Main Post Slider --------------------*/
.colored_word{
  color: var(--color-primary);
}
.post-views {
  background-color: #474953;
  padding: 3px 10px;
  border-radius: 6px;
  color: white;
  margin-left: 10px;
}
#main-post-slider {
  padding: 0;
  position: relative;
  background-color: #FFF8EA;
  padding-bottom: 6em;
}
.main-post-slider-inner {
  max-width: 86%;
  margin: 0 0 0 auto;
}
.post-time {
    text-transform: uppercase;
}
#main-post-slider .post_tag a {
  color: white;
}
.main-news-inner {
  padding: 13em 0 15em 6em;
  max-width: 49%;
}
.main-news-box {
  background-size: cover;
  background-position: right;
  border-radius: 22px 0px 0px 20px;
}
.main-auther-details img {
  width: 40px !important;
  height: 40px !important;
  margin-right: 10px !important;
  border-radius: 50%;
}
.main-auther-details .media {
    align-items: center;
}
.main-news-box .auther_name {
  color: white;
}
.post-time i, .post_tag i {
  margin-right: 10px;
}
.post_tag i {
  transform: rotate(91deg);
}
.main-auther-blocks {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.post-comment a i, .post-view-count i, .post-comment a i, .post-ratings i {
  margin-right: 8px;
}
.post-ratings .rmp-results-widget__visual-rating {
    display: none;
}
.post-ratings i {
  color: #E9C200;
}
.post-ratings {
  background-color: #474953;
  padding: 3px 10px;
  border-radius: 6px;
  color: white;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.post-comment {
  margin-left: 10px;
}
.post-comment a {
  background-color: #474953;
  padding: 5px 10px;
  border-radius: 6px;
  color: white;
}
.main-news-inner ul.post-categories a {
  color: white;
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.post-cat-time {
  display: flex;
  align-items: center;
}
.post-time {
  text-transform: uppercase;
  color: white;
}
.main-news-inner h5 a {
  color: white;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 400;
}
.main-news-text {
  color: white;
  font-weight: 300;
  font-size: 15px;
  margin-top: 10px;
}
.post-metabox div {
  display: inline-block;
  margin-right: 20px;
}
.main-news-inner .post-metabox div, .main-news-inner .post-metabox div a {
  color: white;
  font-weight: 300;
}
.post-metabox div i {
  padding-right: 6px;
}
.main-news-inner .post-metabox div i {
  color: var(--color-primary);
}
.post-metabox {
  margin: 20px 0;
}
.navigation-thumbs.owl-carousel .owl-item img {
  width: 220px !important;
  height: 143px !important;
  border-radius: 10px;
  margin-right: 10px;
}
.post-thumb-media {
  text-align: center;
}
.navigation-thumbs a {
  font-size: 12px;
  color: white;
}
#sync2 {
  /* position: absolute; */
  /* bottom: -10em; */
  z-index: 99;
  /* left: 0; */
  /* right: 0; */
  /* margin-top: -10em; */
}
.carousel-thumb-line {
  background-color: white;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  /* right: 0; */
  z-index: 9;
  top: 17px;
}
.navigation-thumbs-block .container {
  position: relative;
  max-width: 1275px;
}
.navigation-thumbs-block .owl-item.active.current .thumb-counter {
  background-color: var(--color-primary);
  color: white;
}
.navigation-thumbs-container {
  max-width: 75%;
  margin: 0 0 0 auto;
  position: absolute;
  right: 30px;
  bottom: -6.0em;
}
.thumb-counter {
  background-color: white;
  display: inline-block;
  padding: 7px 12px;
  border-radius: 50%;
  color: black;
  font-weight: 700;
  width: 35px;
  height: 35px;
  text-align: center;
  margin-bottom: 17px;
  position: relative;
}
.navigation-thumbs:before {
    content: '';
    background-color: white;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -1px;
    top: 13px;
}
.navigation-thumbs:after {
  content: '';
  background-color: white;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 13px;
}
.main-pot-slide-bg {
  position: absolute;
  height: 100%;
  width: 23%;
  z-index: 9;
}
.main-post-slider-inner {
  padding-top: 6em;
  z-index: 9;
  position: relative;
}
.post-metabox-block {
  display: flex;
  align-items: center;
}
.post-metabox-block .pld-like-dislike-wrap .pld-common-wrap {
    margin: 0;
    background-color: #474953;
    padding: 3px 10px;
    border-radius: 6px;
    color: white;
}
.post-metabox-block .pld-like-dislike-wrap {
  margin-bottom: 0;
  margin-left: 9px;
  color: white;
}
.post-metabox-block .pld-common-wrap > a.pld-like-dislike-trigger {
  color: white;
}
.custom-nav-container.owl-nav {
  position: absolute;
  left: 66px;
  top: 50%;
  transform: translateY(-50%);
}
#main-post-slider button.owl-prev {
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
}
/*------------------ Blog Categories  --------------------*/
.post-overlay-content-inner ul.post-categories a {
  color: white;
  font-size: 12px;
}
#blog-categories, #tech-reviews, #featured-stories, #video-blog, #travel-article, #must-read {
  background-color: #EE2E310D;
}
#tech-reviews .category-section-link a, #latest-updates .category-section-link a, #must-read .category-section-link a {
  text-decoration: underline;
}
.category-section-link a {
  color: #000000;
  font-size: 16px;
}
.category-head {
  background-color: #EBEEF3;
  padding: 38px 12px;
}
.category-head a {
  background: linear-gradient(180deg, #262626 0%, #B8C2CE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: black;
  font-weight: 600;
  margin-top: 0;
  display: block;
  font-size: 29px;
}
.category-box:hover .category-head{
  background-color: var(--color-primary);
}
.category-box:hover .category-head a {
  background: unset;
  color: white;
  -webkit-text-fill-color: unset;
}
.category-section-link a:hover {
  color: var(--color-primary);
}


/*------------------ Blog Tags  --------------------*/
.tag-box a:hover {
    color: white;
}
#blog-tags {
  padding-top: 19px;
  padding-bottom: 0;
}
.tag-box img, #blog-tags .box {
  border-radius: 12px;
}
#recent-blog {
  padding-top: 46px;
}
.tag-box a {
  color: white;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 9;
}
.recent-blog-right-col .auther-name,.recent-blog-right-col .post-time {
    display: none;
}
.post-overlay-layoout .news-text {
  color: white;
}
.recent-blog-left-col .news-text {
  display: none;
}
#recent-blog .post-overlay-layoout .post-image-block-outer  h5 a {
  margin: 4px 0;
}
 .post-overlay-layoout .news-text {
  line-height: 15px;
  font-size: 12px;
}
#recent-blog .post-category {
  position: absolute;
  top: 19px;
  left: 17px;
}
#recent-blog .post-image-block, #recent-blog .post-image-block img {
  height: 100%;
}
#recent-blog .post-image-block img {
  object-fit: cover;
}
/*------------------ Dont Miss --------------------*/
#dont-miss .post-overlay-content {
  background: linear-gradient(360deg, #F2F2F2 35.23%, rgba(242, 242, 242, 0) 100%);
}
#dont-miss .post-overlay-layoout .post-image-block-outer  h5 a {
  color: black;
}
#dont-miss .post-overlay-layoout .auther-name, #dont-miss .post-overlay-layoout .post-date {
  color: black;
}
#dont-miss .author-box-date svg path {
    fill: black;
}
#dont-miss .post-overlay-layoout:hover .post-overlay-content{
  background: linear-gradient(360deg, #EE2E31 35.23%, rgba(242, 242, 242, 0) 100%);
}
#dont-miss .post-overlay-layoout:hover ul.post-categories a {
  background-color: white;
  color: var(--color-primary);
}
#dont-miss .post-overlay-layoout:hover .auther-name, #dont-miss .post-overlay-layoout:hover .post-date, #dont-miss .post-overlay-layoout:hover .post-image-block-outer  h5 a {
  color: white;
}
#dont-miss .post-overlay-layoout:hover .author-box-date svg path {
  fill: white;
}
#dont-miss .post-overlay-layoout:hover .post-category {
    background-color: white;
}
#dont-miss .post-overlay-layoout:hover .post-category ul.post-categories a {
  color: var(--color-primary);
}
#dont-miss .post-overlay-layoout .post-image-block-outer  h5 a {
    margin: 9px 0;
}
#tech-reviews p.link-more {
  display: none;
}
/*------------------ Latest updates --------------------*/
.latest-updates-col-one .post-overlay-content {
  background: unset;
}
.latest-updates-col-one .blog-post-block:first-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.post-grid-style-one  p.link-more {
    display: none;
}
.latest-updates-col-one .post-overlay-layoout .news-text {
    display: none;
}
.latest-updates-col-one .post-overlay-layoout .auther-name, .latest-updates-col-one .post-overlay-layoout .post-date{
  color: white;
}
.latest-updates-col-one .post-overlay-layoout .auther-name svg, .latest-updates-col-one .post-overlay-layoout .post-date svg, .latest-updates-col-one .post-overlay-layoout .post-time svg{
  display: none;
}
.latest-updates-col-two .grid-layout-style-two .post-image-block-outer h5 a {
  font-size: 15px;
  line-height: 18px;
}
#latest-updates .author-box-date {
  display: inline-flex !important;
}
.latest-updates-col-three .blog-post-block {
  padding-bottom: 4px;
}
.latest-updates-col-three .post-grid-style-one .post-image-block-outer h5 a {
  font-size: 14px;
}
.latest-updates-col-three .news-inner.post-grid-content {
  padding-top: 6px !important;
}
.latest-updates-col-three .latest-update-new-text {
  font-size: 12px;
  line-height: 14px;
}
.latest-updates-col-three .auther-name, .latest-updates-col-three .post-date {
  font-size: 11px;
}
.latest-updates-col-three .author-box-date {
  margin-top: 0;
}
.latest-updates-col-two {
  width: 45.666667%;
}
.latest-updates-col-three {
  width: 21%;
}
.latest-updates-col-two .grid-layout-style-two{
  padding-top: 15px !important;
}
.latest-updates-col-one .blog-post-block{
  padding-bottom: 15px;
  margin-bottom: 18px !important;
}
/*------------------ Featured Stories --------------------*/
.featured-stories-image-box img {
  width: 137px;
  margin-right: 18px;
}
.featured-stories-image-box h5 {
    font-weight: 700;
    font-size: 16px;
}
.box-text a {
  text-decoration: underline;
  color: black;
}
.featured-stories-image-box:hover .box-text a{
  color: var(--color-primary);
}
/*------------------ Latest Video Blog --------------------*/
.latest-vodeo-blog-head {
    max-width: 41%;
    margin: 0 auto;
}
.post-video-layout:hover p.link-more a{
  color: var(--color-primary);
}
.post-video-layout:hover .video_icon svg path {
    fill: var(--color-primary);
    fill-opacity: 1 !important;
}
.video-category-box:hover path {
  stroke: var(--color-primary);
}
/*------------------ Must Read --------------------*/
.must-read-heading {
    max-width: 50%;
}
/*------------------ Contact Us --------------------*/
.contact-us-shape {
  position: absolute;
  top: 0;
}
#contact_us_form_section .section_main_head h3 {
  font-size: 43px;
}
#contact_us_form_section .section_main_head {
  max-width: 75%;
  margin: 0 auto;
}
.contact_us_form_shortcode.position-relative {
  background-color: white;
  box-shadow: 0px 4px 22.1px 0px #00000012;
  padding: 40px;
}
#contact_us_form_section label {
  width: 100%;
}
#contact_us_form_section input[type="text"], input[type="number"], #contact_us_form_section input[type="email"], #contact_us_form_section input[type="phno"], #contact_us_form_section input[type="password"], #contact_us_form_section textarea {
  background-color: transparent;
  border: none;
  border-bottom: 0.5px solid #0000001c;
  border-radius: 0;
  padding: 0px 18px 8px 18px;
  width: 100%;
  color: black;
  margin-bottom: 18px;
}
#contact_us_form_section textarea {
  height: 77px;
}
.contact_us_form_shortcode  input[type="submit"] {
  display: block;
  width: 100%;
  font-weight: 700;
}
#contact_us_form_section label {
  width: 100%;
  color: black;
}
.contact-us-shape2 {
  position: absolute;
  right: 0;
  top: 40%;
}
.wpcf7-date::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
.wpcf7-date:before {
  content: "\f073";
  font-weight: 900;
  color: #4B3941;
  /* background: none; */
  display: block;
  font-family: "Font Awesome 5 Free";
  width: 15px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -21px;
  z-index: 99;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    overflow: visible;
}
.contac_form .wpcf7-date:before {
    top: 0;
}
/*------------------ Video Blog Category --------------------*/
.video-category-box-content {
  position: absolute;
  bottom: 0;
  text-align: left;
  padding: 20px;
}
.video-category-box-svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 99;
  text-align: center;
}
#video-blog .image-hover-effects-one .box:hover:before {
  opacity: 1;
}
.video-blog-category-head {
  font-weight: 600;
  color: white;
  font-size: 16px;
}
.video-category-text {
  font-size: 12px;
  color: white;
}
.blog-video_blog-head {
  max-width: 70%;
  margin: 0 auto;
}

/*------------------ Featured Video Blog --------------------*/
#featured-video-blog .meta-sep {
  background-color: transparent;
}
.post-video-layout-three .news-text {
  color: #515151;
  margin-bottom: 20px;
}
.read-more-link a {
  color: #515151;
  text-decoration: underline;
}
span.entry-author {
  text-transform: capitalize;
}
.post-video-layout-three .auther-name, .post-video-layout-three .post-date {
  color: #9A9AB0;
}
.post-video-layout-three .post-image-block-outer h5 a {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 17px;
  display: block;
}
.read-more-link a:hover {
  color: var(--color-primary);
}

#post-container {
  position: relative;
}
#pagination {
    margin-top: 20px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}
.page-num, .page-nav {
  display: inline-block;
  padding: 5px 12px;
  margin: 3px;
  background-color: transparent;
  cursor: pointer;
  border-radius: 5px;
  color: #515151;
}
.page-num:hover,
.page-nav:hover {
    background-color: var(--color-primary);
    color: white;
}
.page-num.active {
  background-color: var(--color-primary);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}
.page-nav {
    font-size: 18px;
    font-weight: bold;
}
.page-nav i {
  color: var(--color-primary);
  font-size: 14px;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.loader {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top: 4px solid var(--color-primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*------------------ Travel Article --------------------*/
.travel-article-head {
  max-width: 53%;
}
#travel-article .post-category, .blog_inner_box .post-category {
  position: absolute;
  top: 20px;
  left: 20px;
}
ul.post-categories a:hover{
  background-color: white;
  color: #05073C;
}
/*------------------ Newsletter Section --------------------*/
.email-submit-warp {
  display: flex;
  align-items: center;
}
.email-warp {
  max-width: 100%;
  position: relative;
}
.email-warp i {
  position: absolute;
  top: 38%;
  transform: translate(-50%);
  left: 20px;
  color: #39425D;
}
.newsletter_shortcode input[type="email"] {
  width: 96%;
  margin-right: 12px;
  color: #39425D;
  font-size: 14px;
  padding: 13px 10px 13px 36px;
  box-shadow: 0px 4px 4px 0px #00000017;
  border: moccasin;
}
.newsletter_shortcode  p {
  margin-bottom: 0;
}
.newsletter_shortcode  input[type="submit"] {
  padding: 15px 30px;
}
#newsletter_section .section_main_head h3 {
  color: #5E6282;
  line-height: 32px;
}
.newsletter-shape1 {
  background-color: #EE2E311A;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  bottom: -96px;
  display: inline-block;
}
.newsletter-shape2 {
  background-color: #EE2E311A;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  left: 155px;
  top: -13px;
}
.newsletter-shape3 {
  background-color: #EE2E311A;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.newsletter-shape {
  position: absolute;
  right: -45px;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
}
#newsletter_section {
  overflow: hidden;
}
/*------------------ Featured and trending recipes --------------------*/
#trending-recipes .post-image-block img {
  border-radius: 10px;
}
#featured-recipes .news-inner {
  padding-top: 10px;
}
#featured-trending-recipe {
  padding-top: 0;
}
.post-image-block-outer {
  position: relative;
}
.post-image-block-outer .pld-like-dislike-wrap.pld-template-1 {
    margin-bottom: 0;
}
.post-image-block-outer .post_likes {
    margin-left: 20px;
    color: black;
}
.post-image-block-outer .post_likes {
  color: black;
}
#featured-recipes .post-image-block-outer  h5 a{
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  font-family: var(--primary-font);
}
.blog-post-block {
  border-bottom: 1px solid #00000042;
  padding-bottom: 12px;
}
.blog-post-block:last-child {
  border-bottom: none;
}
.post-image-block-outer  h5 a {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  font-family: var(--primary-font);
}
.news-text {
  margin: 7px 0 3px 0;
  font-weight: 400;
  color: black;
  font-size: 13px;
}
.auther-name, .post-date {
  color: black;
  font-weight: 500;
  font-size: 13px;
}
.post-overlay-blog {
  margin-bottom: 10px;
}
.post-image-block img {
  border-radius: 15px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  border-radius: 5px;
}
.post-image-block-outer .post_tag a, .post-image-block-outer .post_tag {
  color: black;
  font-weight: 500;
}
.post-image-block-outer .post_likes a {
  color: black;
}
#trending-recipes .post-image-block-outer h5 a, .post-image-block-outer .post-image-block-outer h5 a {
  font-size: 13px;
  font-weight: 500;
}
#trending-recipes .auther-name, #trending-recipes .post-date {
    color: black;
    font-weight: 500;
    font-size: 11px;
}
#trending-recipes .post-image-block-outer {
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}
#trending-recipes .post-overlay-blog:last-child .post-image-block-outer {
    border-bottom: none;
}
/*------------------ Offer --------------------*/
#offer-banner {
  padding: 0;
}
#offer-banner .container-theme {
  background-size: 100% 100%;
  border-radius: 20px;
  padding: 2em;
}
.offer-image-two {
  position: relative;
  margin-top: -11em;
  left: -17em;
}
.offer-image-one {
  position: relative;
  z-index: 9;
}
.offer-inner {
  padding: 2em;
}
.promo-bg-inner.position-relative {
  text-align: end;
  padding: 13px;
}
.offer-top-head, .offer-text {
  font-family: var(--ternary-font);
  color: white;
  font-size: 23px;
}
.offer-head {
  font-family: var(--ternary-font);
  color: white;
  font-size: 50px;
  display: block;
  margin: 10px 0;
  color: #373737;
}
.offer-head-inner {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  /* transform: skewX(-7deg) skewY(-2deg); */
  /* margin-top: 10px; */
  display: inline-block;
  width: 100%;
}
.offer-head-outer {
  position: relative;
  display: inline-block;
  margin-top: 16px;
}
.countdown-box {
  display: inline-block;
  margin-right: 16px;
  padding: 5px 8px;
  padding-left: 0;
  width: 65px;
  height: 45px;
  position: relative;
  text-align: center;
}
.countdown-box .countdown-block {
  font-size: 25px;
  color: white;
  font-weight: 700;
  display: block;
}
.countdown-time {
  color: white;
  font-size: 12px;
  display: block;
  font-weight: 500;
  line-height: 1.2;
}
.countdown-box:after {
  content: ':';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  color: white;
  font-size: 22px;
}
.countdown-box:last-child:after {
  display: none;
}
.offer-text {
  padding-left: 6em;
  margin-top: 18px;
  display: block;
}
.countdown-head {
  margin-top: 4em;
}
.countdown-head {
  margin-top: 4em;
  color: white;
  font-weight: 500;
  font-size: 12px;
}
.countdown-text {
  max-width: 70%;
  color: white;
  font-size: 13px;
  margin-top: 10px;
}
.offer-percentage-inner {
  font-family: var(--ternary-font);
  color: white;
  font-size: 36px;
}
.offer-percentage-inner {
  font-family: var(--ternary-font);
  color: white;
  font-size: 36px;
  transform: rotate(-45deg);
  line-height: 1;
  text-align: center;
}
.offer-images {
  position: relative;
}
.offer-percentage-text {
  box-shadow: 0px 3px 6px #FFFFFF29;
  border: 6px solid #FFFFFF;
  border-radius: 17px;
  width: 130px;
  height: 130px;
  transform: rotate(45deg);
  padding: 24px;
  position: absolute;
  top: 2em;
  left: -10em;
}
.offer-head-outer-block {
  display: inline-block;
  border: 3px solid white;
  padding: 10px;
  border-radius: 10px;
  /* transform: skewX(10deg) skewY(0deg); */
  margin-top: 10px;
  position: absolute;
  width: 111%;
  height: 135%;
  left: -11px;
  right: 0;
  top: -21px;
}
/*------------------ Latest Blog  --------------------*/
#latest-blog .news-inner {
  margin: 10px 0 10px 0;
}
#latest-blog .section-text {
    margin: 0 auto;
    max-width: 50%;
}
#latest-blog h3 {
  margin-bottom: 6px;
}
#latest-blog .format-quote, #latest-blog .format-video {
    margin-bottom: 10px;
}
#latest-blog .post-image-block-outer h5 a {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
.author-box-date{
    margin-top: 7px;
}
#latest-blog .post-overlay-blog {
    margin-bottom: 15px !important;
}
/*------------------ Free Recipe Book  --------------------*/
#free_recipe_book-banner {
  background-color: white;
  border-radius: 15px;
  position: relative;
}
.free_recipe_book-image-one {
  position: relative;
  z-index: 2;
}
.free_recipe_book-image-two {
  position: absolute;
  left: 20px;
  width: 57%;
  top: 26px;
  z-index: 1;
}
.free_recipe_book-inner {
  padding-left: 3em;
}
.free_recipe_book-inner h3 {
  color: black;
  font-weight: 700;
  font-family: var(--primary-font);
  display: block;
}
.free_recipe_book-inner .section-text {
  padding: 10px 0;
}
.free-book-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: var(--color-primary);
  /* left: 0; */
  right: 0;
  width: 45%;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  border-radius: 0 15px 15px 0;
}
/*------------------ Partners  --------------------*/
#our-partners {
  padding: 20px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 10px;
  margin-bottom: 20px;
}
/*------------------ Start Categories  --------------------*/
/* Main CSS */
.categories_image_box  img {
    width: 100%;
}
.categories_image_box h4 {
  color: white;
  font-weight: 600;
  font-family: var(--primary-font);
}
.categories_image_box {
  transition: 0.3s ease all;
  position: relative;
}
.categories_image_box a.theme_button2 {
  display: none;
  transition: 0.3s ease all;
  width: auto;
}
.categories_image_box:hover a.theme_button2{
  display: block;
  transition: 0.3s ease all;
}
/*------------------ End Categories  --------------------*/
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
/*------------------ Team  --------------------*/
#team .owl-carousel .owl-nav i:hover, #team .owl-nav i:hover {
    background-color: var(--color-primary);
    color: black;
}
.owl-carousel .owl-item .team_img img {
  width: 100% !important;
}
#team {
  border-top: 1px solid black;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid black;
}
.team_head a {
  color: black;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 18px;
}
.team-box-inner span {
  color: black;
  font-weight: 600;
}
.team_head {
  padding-bottom: 0;
}
.team_img img {
    border-radius: 15px;
}
.social-menu {
  position: absolute;
  z-index: 999;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social-menu .share i.fa {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  background-color: var(--color-primary);
  border-radius: 2px;
  color: white;
  border-radius: 6px;
}
.social-menu .share:hover.bottom .submenu li:nth-child(1) {
   opacity: 1;
   top: 50px;
   transform: rotate(0deg);
   border-top: 1px dashed #ccc;
   transition-delay: 0.08s;
}
.social-menu .share:hover.bottom .submenu li:nth-child(2) {
   opacity: 1;
   top: 100px;
   transform: rotate(0deg);
   border-top: 1px dashed #ccc;
   transition-delay: 0.16s;
}
.social-menu .share:hover.bottom .submenu li:nth-child(3) {
   opacity: 1;
   top: 150px;
   transform: rotate(0deg);
   border-top: 1px dashed #ccc;
   transition-delay: 0.24s;
}
.social-menu .share:hover.bottom .submenu li:nth-child(4) {
   opacity: 1;
   top: 200px;
   transform: rotate(0deg);
   border-top: 1px dashed #ccc;
   transition-delay: 0.32s;
}
.social-menu .share:hover.bottom .submenu li:nth-child(5) {
   opacity: 1;
   top: 250px;
   transform: rotate(0deg);
   border-top: 1px dashed #ccc;
   transition-delay: 0.4s;
}
.social-menu .submenu {
   list-style-type: none;
   padding: 0;
   margin: 0;
}
.social-menu .submenu li {
   transition: all ease-in-out 0.5s;
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
   opacity: 0;
}
.social-menu .submenu li a {
  background-color: white;
  padding: 5px 8px;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 6px;
  color: black;
}
.social-menu .submenu li a i {
  padding: 0;
}
.social-menu .submenu li a:hover i.fa {
   color: #fff;
}
.social-menu .submenu li a:hover.facebook i.fa {
   background-color: #3b5999;
}
.social-menu .submenu li a:hover.twitter i.fa {
   background-color: #55acee;
}
.social-menu .submenu li a:hover.googlePlus i.fa {
   background-color: #dd4b39;
}
.social-menu .submenu li a:hover.instagram i.fa {
   background-color: #e4405f;
}
.social-menu .submenu li:nth-child(1) {
   transform: rotateX(45deg);
}
.social-menu .submenu li:nth-child(2) {
   transform: rotateX(90deg);
}
.social-menu .submenu li:nth-child(3) {
   transform: rotateX(135deg);
}
.social-menu .submenu li:nth-child(4) {
   transform: rotateX(180deg);
}
.social-menu.topLeft {
   top: 10px;
   left: 10px;
}
.social-menu.topRight {
   top: 10px;
   right: 10px;
}
.social-menu.bottomLeft {
   bottom: 10px;
   left: 10px;
}
.social-menu.bottomRight {
   bottom: 10px;
   right: 10px;
}
.social-menu .share:hover.left .submenu li:nth-child(1) {
   opacity: 1;
   left: -51px;
   transform: rotate(0deg);
   transition-delay: 0.5s;
   border-right: 1px dashed #ccc;
}
.social-menu .share:hover.left .submenu li:nth-child(2) {
   opacity: 1;
   left: -102px;
   transform: rotate(0deg);
   transition-delay: 1s;
   border-right: 1px dashed #ccc;
}
.social-menu .share:hover.left .submenu li:nth-child(3) {
   opacity: 1;
   left: -153px;
   transform: rotate(0deg);
   transition-delay: 1.5s;
   border-right: 1px dashed #ccc;
}
.social-menu .share:hover.left .submenu li:nth-child(4) {
   opacity: 1;
   left: -204px;
   transform: rotate(0deg);
   transition-delay: 2s;
   border-right: 1px dashed #ccc;
}
.social-menu .share:hover.left .submenu li:nth-child(5) {
   opacity: 1;
   left: -255px;
   transform: rotate(0deg);
   transition-delay: 2.5s;
   border-right: 1px dashed #ccc;
}
.social-menu .share:hover.right .submenu li:nth-child(1) {
   opacity: 1;
   left: 50px;
   transform: rotate(0deg);
   transition-delay: 0.08s;
   border-left: 1px dashed #ccc;
}
.social-menu .share:hover.right .submenu li:nth-child(2) {
   opacity: 1;
   left: 100px;
   transform: rotate(0deg);
   transition-delay: 0.16s;
   border-left: 1px dashed #ccc;
}
.social-menu .share:hover.right .submenu li:nth-child(3) {
   opacity: 1;
   left: 150px;
   transform: rotate(0deg);
   transition-delay: 0.24s;
   border-left: 1px dashed #ccc;
}
.social-menu .share:hover.right .submenu li:nth-child(4) {
   opacity: 1;
   left: 200px;
   transform: rotate(0deg);
   transition-delay: 0.32s;
   border-left: 1px dashed #ccc;
}
.social-menu .share:hover.right .submenu li:nth-child(5) {
   opacity: 1;
   left: 250px;
   transform: rotate(0deg);
   transition-delay: 0.4s;
   border-left: 1px dashed #ccc;
}
.social-menu .share:hover.top .submenu li:nth-child(1) {
   opacity: 1;
   top: -37px;
   transition-delay: 0.08s;
   transform: rotateY(0deg);
   border-bottom: 1px dashed #d9d9d9;
}
.social-menu .share:hover.top .submenu li:nth-child(2) {
   opacity: 1;
   top: -73px;
   transition-delay: 0.16s;
   transform: rotateY(0deg);
   border-bottom: 1px dashed #d9d9d9;
}
.social-menu .share:hover.top .submenu li:nth-child(3) {
   opacity: 1;
   top: -108px;
   transition-delay: 0.24s;
   transform: rotateY(0deg);
   border-bottom: 1px dashed #d9d9d9;
}
.social-menu .share:hover.top .submenu li:nth-child(4) {
  opacity: 1;
  top: -144px;
  transition-delay: 0.32s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.social-menu .share:hover.top .submenu li:nth-child(5) {
   opacity: 1;
   top: -188px;
   transition-delay: 0.4s;
   transform: rotateY(0deg);
   border-bottom: 1px dashed #d9d9d9;
}
/*-------------- New Recipes ---------------*/
.new-recipes-box {
  padding: 32px;
  text-align: center;
}
.new-recipes-box h3 {
  font-family: var(--primary-font);
  color: white;
  font-size: 24px;
}
.new-recipes-box .section-text {
  color: white;
  font-size: 12px;
  margin-bottom: 10px;
}
.count-box li {
  color: white;
  font-size: 16px;
  margin-bottom: 4px;
  list-style: none;
}
ul.count-box {
  margin: 0;
}
.new-recipes-head {
  border-radius: 15px;
  background-size: cover;
}
.new-recipes-box a.theme_button {
  border-radius: 6px;
  background-color: black;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  position: unset;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: transparent !important;
  /* border: 2px solid black; */
  margin: 0 9px;
  outline: none;
  /* border: none; */
  border-radius: 3px;
  padding: 3px !important;
  height: 2px!important;
  width: 2px !important;
  display: inline-block;
  border: 2px solid black;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary);
  padding: 3px !important;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next, #testimonials button.prev-btn, #testimonials button.next-btn {
    padding: 0;
    border: none;
    background-color: transparent;
}
.owl-carousel .owl-nav i, .owl-nav i, #testimonials button i {
  font-size: 14px;
  color: white;
  border: none;
  transition: .3s ease;
  opacity: 1;
  background-color: black;
  padding: 12px 16px;
  border-radius: 5px;
}
button.owl-prev {
  margin-right: 17px;
}
.owl-nav {
  margin-top: 20px;
  text-align: center;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover, .owl-nav button.owl-prev:hover, .owl-nav button.owl-next:hover {
  color: transparent;
  background-color: transparent;
  transition: .3s ease;
  opacity: 1;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  background-color: var(--color-primary);
  color: white;
}
.owl-carousel .owl-item .post-image-block img {
    width: 100% !important;
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}

.video-category-box {
    position: relative;
}
.news-text a:hover{
  color: black
}