/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2019 | 18:12:00 */
/* Blog Hero Stage */
.blog__headline {
    width:100%;
    max-width: 560px;
	margin-left: auto;
	margin-right: auto;
  	text-align: center;
}

.blog__excerpt {
	width: 100%;
  	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Blog Image breaks grid */

.size-img-blog {
	position: relative;
    width: calc(100% + 50px);
    right: 25px;
    max-width: 800px !important;
	box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.16);
  	margin: 25px 0;
}

@media (max-width: 768px) {
	.size-img-blog {
    width: 100%;
    right: 0;
    max-width: 800px !important;
	box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.16);
  	margin: 25px 0;
}

}

/* Blog End of Article */
.btn-grey {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
    margin: 0;
	padding: 0;
}

.btn-grey li a {
    color: #6C7381;
  	background: #eee;
    text-decoration: none;
    padding: 8px 16px;
    white-space: nowrap;
    margin-right: 10px;
    border-radius: 5px;
  	line-height: 3;
}

.btn-grey li a:hover {
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
	background: #DDDDDD;
}

a.btn-grey {
	display:inline;
	color: #fff;
	background: #EEEEEE;
	line-height:2.5;
	padding: 10px;
	margin: 0 5px 5px 0;	
}

a:hover.btn-grey {
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
	background: #DDDDDD;
}

/* Share Article */
    .sideLinks {
        display: flex;
        align-items: center;
    	position: absolute;
    	transform: rotate(-90deg) translate(45px,-25px);
    	transform-origin: bottom left;
    	font-size: 18px;
    }

    .sideLinks.sideLinks--orange{
    	color: #D94D15;
    }
    .sideLinks.sideLinks--bottom{
    	bottom: 0;
    }
    .sideLinks.sideLinks--left{
    	left: 0;
    }
    .sideLinks::after{
    	position: absolute;
    	content: "";
    	display: block;
    	width: 100px;
    	height: 1px;
    	background: #D94D15;
    	top: 50%;
    	left: calc(100% + 20px);
    }
    .sideLinks h3{
      	letter-spacing: .5px;
        font-size: 18px;
        margin: 0 30px;
    }
    .sideLinks svg{
        width: 18px;
        height: 18px;
        transform: rotate(90deg);
        transform-origin: center center;
    }
    .sideLinks .socialMediaLinks{
        display: flex;
    }
    .sideLinks .socialMediaLink{
        background: #D94D15;
        border-radius: 100%;
        padding: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        margin-right: 10px;
        justify-content: center;
        align-items: center;
    }
    .sideLinks .socialMediaLink:hover {
        background: #d86f45;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
    .sideLinks svg path{
        fill: #FFFFFF;
    }
    @media (max-width: 1024px) {
    	.sideLinks{
    		display: inline-flex;
          	margin-bottom: 20px;
          	position: relative;
          	transform: rotate(0deg);
    	}
      	.sideLinks svg{
      		transform :rotate(0deg);
      	}
      .sideLinks h3{
        display: none;
      }
      .sideLinks::after{
        display: none;
      }
    }

/* Blog Caroussel */

/* 
.owl-stage {
   padding: 15px 0; 
} */

.grid-post-image {
	margin-top:50px;
}

.blog__caroussel--meta { 
    color: #9591A7;
    font-size: 13px;
    margin-bottom: 10px;
}

.grid-post-more-link { 
    padding: 10px 20px;
}

.pp-content-post:hover > .grid-post-more-link {
	background-image: linear-gradient(133deg, #d94d15, #ef8603);
  	-webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.pp-content-post  > .grid-post-more-link {
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.pp-content-post:hover > .grid-post-more-link a {
  	color: #fff;
}

.pp-content-post:hover > .product-link span#arrow-right:after {
  	    background-image: url(/wp-content/uploads/2019/03/arrow-white.svg);
}

.blogCarousel .pp-content-post{
	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
}
.blogCarousel .pp-content-post .grid-post-image{
  margin-top: auto;
}
.blogCarousel .pp-content-post > *:not(.pp-content-grid-post-text):not(.grid-post-more-link):not(.grid-post-image){
  display: none;
}

.blogCarousel .pp-content-grid-post-text{
  margin-bottom: 30px;
}