/* ===================================================================================

* Theme Name: Technix Child
* Theme URI: https://wphix.com/wp/technix/
* Author: Theme_Pure
* Author URI: https://themeforest.net/user/theme_pure/portfolio
* Description: Technix –  Technology & IT Solutions WordPress Theme 
* Version: 1.0.0
* Template: technix
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
.blog-description{
	 overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blog-featured-img img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.post-template .breadcrumb__area{
	display:none;
}

.tab-pane blockquote-shape {
  position: absolute;
  bottom: 34px;
  right: 44px;
}

.tab-pane blockquote blockquote {
  background: #F4F6F8;
  padding: 35px 26px;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
}

.tab-pane blockquote blockquote::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(64% 0, 0 0, 0 68%);
          clip-path: polygon(64% 0, 0 0, 0 68%);
  background: var(--tp-theme-secondary);
  height: 27px;
  width: 31px;
}

.tab-pane blockquote blockquote p {
  font-family: var(--tp-ff-heading);
  font-weight: 600;
  font-size: 24px;
  color: #121D2C;
  margin-bottom: 0px;
  line-height: 1.3;
}

.tab-pane blockquote blockquote cite {
  font-weight: 400;
  font-size: 16px;
  color: #332D2D;
  font-style: inherit;
  position: relative;
  margin-top: 15px;
  display: block;
}

.tab-pane blockquote blockquote cite::before {
  content: "";
  font-size: 28px;
  color: #fff;
  padding-bottom: 0px;
  display: inline-block;
  background: #191515;
  height: 2px;
  width: 16px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
.breadcrumb__title, .breadcrumb__list > span, .breadcrumb__list{
	color: #fdfdfe !important;
}