/*------------------------------------
        Reset css start
---------------------------------------*/
.wpbm-main-blog-wrapper .wpbm-clearfix:before,
.wpbm-main-blog-wrapper .wpbm-clearfix:after {
    content: "";
    display: table;
    flex-basis: 0;
    order: 1;
}
.wpbm-main-blog-wrapper .wpbm-clearfix:after{
    clear: both;
}
.wpbm-main-blog-wrapper .wpbm-clearfix {
    *zoom: 1;
}
.wpbm-main-blog-wrapper{
    line-height: 1;
}
.wpbm-main-blog-wrapper * {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.wpbm-main-blog-wrapper a {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wpbm-image {
    text-align: center;
}
.wpbm-main-blog-wrapper img {
    max-width: 100%;
}
.wpbm-image img {
    margin: 0 auto;
    display: block;
}
.wpbm-main-blog-wrapper a {
    text-decoration: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wpbm-main-blog-wrapper a,
.wpbm-main-blog-wrapper input {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
}


.wpbm-main-blog-wrapper ol,
.wpbm-main-blog-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.wpbm-extra-slider-item img {
    margin: 0 auto;
}
.wpbm-main-blog-wrapper a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-image {
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
}
.wpbm-image img {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    filter: blur(0);
}
.wpbm-image:hover img {
    -webkit-transform: scale(1.02) translateZ(0);
    transform: scale(1.02) translateZ(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
.wpbm-owl-item .wpbm-image:hover img{
    -webkit-transform: scale(1.0) translateZ(0);
    transform: scale(1.0) translateZ(0);
}
/*---------------------------------------
                        Reset css end
---------------------------------------*/
/*---------------------------------------
                List Layout css start
---------------------------------------*/
/********* template-1 **********/

.wpbm-list-template-1 .wpbm-list-inner-wrap {
    -moz-box-shadow: 0 0 9px 3px #DDDDDD;
    -webkit-box-shadow: 0 0 9px 3px #DDDDDD;
    box-shadow: 0 0 9px 3px #DDDDDD;
    margin-top: 20px;
    background-color: #fff;
    position: relative;
}
.wpbm-list-template-1 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-list-template-1 .wpbm-first-inner-wrap {
    position: relative;
}
.wpbm-list-template-1 .wpbm-first-inner-wrap,
.wpbm-list-template-1 .wpbm-second-inner-wrap {
    width: 50%;
}
.wpbm-list-template-1.wpbm-list.wpbm-left-image .wpbm-first-inner-wrap,
.wpbm-list-template-1.wpbm-list.wpbm-left-image .wpbm-second-inner-wrap,
.wpbm-list-template-1.wpbm-list.wpbm-right-image .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-list-template-1.wpbm-list.wpbm-right-image .wpbm-first-inner-wrap {
    float: right;
}
.wpbm-list-template-1 .wpbm-no-image-wrap .wpbm-first-inner-wrap,
.wpbm-list-template-1 .wpbm-no-image-wrap .wpbm-second-inner-wrap {
    width: 100%;
    float: none;
}
.wpbm-list-template-1 .wpbm-second-inner-wrap {
    padding: 28px 28px 25px;
    text-align: left;
}
.wpbm-list-template-1 .wpbm-category-wrap {
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.wpbm-list-template-1 .wpbm-no-image-wrap .wpbm-category-wrap {
    position: static;
    margin: 30px 30px 0 30px;
}
.wpbm-list-template-1 .wpbm-meta-wrap {
    margin-bottom: 22px;
}
.wpbm-list-template-1 .wpbm-meta-wrap > div {
    margin-right: 15px;
}
.wpbm-list-template-1 .wpbm-meta-wrap > div ,
.wpbm-list-template-1 .wpbm-meta-wrap > div a{
    display: inline-block;
    font-size: 12px;
    color: #767676;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
    font-weight: 600;
}
.wpbm-list-template-1 .wpbm-meta-wrap > div a:hover{
	color:#1888dd;
}
.wpbm-list-template-1 .wpbm-title {
    margin-bottom: 23px;
}
.wpbm-list-template-1 .wpbm-title a{
    font-size: 26px;
    color: #222;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.wpbm-list-template-1 .wpbm-title a:hover{
	color:#1888dd;
}
.wpbm-list-template-1 .wpbm-content {
    color: #555;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.7;
    font-family: 'Lato', sans-serif;
}
.wpbm-list-template-1 .wpbm-link-button {
    margin-bottom: 31px;
}
.wpbm-list-template-1 .wpbm-link-button a,
.wpbm-list-template-1 .wpbm-category-list a {
    display: inline-block;
    text-decoration: none;
    border: 0;
    box-shadow: none;
    padding: 9px 12px;
    border: 1px solid transparent;
    font-size: 12px;
    background-color: #1888dd;
    color: #fff;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-1 .wpbm-link-button a:hover,
.wpbm-list-template-1 .wpbm-category-list a:hover {
    background-color: #fff;
    color: #1888dd;
    border: 1px solid #1888dd;
}
.wpbm-list-template-1 .wpbm-category-list a {
    margin-bottom: 4px;
}
.wpbm-list-template-1 .wpbm-tag-list a {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    box-shadow: none;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    font-family: 'Lato', sans-serif;
}
.wpbm-list-template-1 .wpbm-meta-two-wrap {
    text-align: right;
    padding: 20px;
    background-color: #f8f8f8;
    display: inline-block;
    width: 100%;
}
.wpbm-list-template-1 .wpbm-meta-two-wrap .wpbm-share-wrap,
.wpbm-list-template-1 .wpbm-meta-two-wrap .wpbm-tag-list {
    max-width: 50%;
}
.wpbm-list-template-1 .wpbm-meta-two-wrap .wpbm-share-wrap.wpbm-only-share {
    max-width: 100%;
}
.wpbm-list-template-1 .wpbm-meta-two-wrap .wpbm-share-wrap {
    float: right;
}
.wpbm-list-template-1 .wpbm-meta-two-wrap .wpbm-tag-list,
.wpbm-list-template-1 .wpbm-meta-two-wrap .wpbm-share-wrap.wpbm-only-share {
    text-align: left;
    float: left;
}
.wpbm-list-template-1 .wpbm-meta-two-wrap .wpbm-share-wrap a {
    color: #797979;
    font-size: 14px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.wpbm-list-template-1 .wpbm-tag-list a:hover,
.wpbm-list-template-1 .wpbm-meta-two-wrap .wpbm-share-wrap a:hover {
    color: #1888dd;
}
/********* template-1 end **********/
/********** template-2 ***********/

.wpbm-list-template-2 .wpbm-list-inner-wrap {
    border: 1px solid #eee;
    margin-top: 30px;
    padding: 60px 30px;
    background-color: #fff;
}
.wpbm-list-template-2 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-list-template-2 .wpbm-first-inner-wrap {
    width: 40%;
    float: left;
}
.wpbm-list-template-2 .wpbm-second-inner-wrap {
    padding-left: 35px;
    width: 60%;
    float: left;
    text-align: left;
}
.wpbm-list-template-2.wpbm-list.wpbm-right-image .wpbm-first-inner-wrap {
    float: right;
}
.wpbm-list-template-2.wpbm-list.wpbm-right-image .wpbm-second-inner-wrap {
    padding-right: 35px;
    padding-left: 0;
}
.wpbm-list-template-2 .wpbm-no-image-wrap .wpbm-first-inner-wrap {
    max-width: 100%;
    float: none;
    margin-bottom: 20px;
}
.wpbm-list-template-2 .wpbm-no-image-wrap .wpbm-second-inner-wrap {
    padding-left: 0;
}
.wpbm-list-template-2 .wpbm-no-image-wrap .wpbm-category-list {
    position: static;
}
.wpbm-list-template-2 .wpbm-tag-list {
    margin-bottom: 4px;
}
.wpbm-list-template-2 .wpbm-tag-list a {
    display: inline-block;
    margin-right: 4px;
    font-size: 12px;
    color: #a29580;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.wpbm-list-template-2 .wpbm-tag-list a:hover {
    color: #149eed;
}
.wpbm-list-template-2 .wpbm-title {
    margin-bottom: 10px;
}
.wpbm-list-template-2 .wpbm-title a{
    font-size: 31px;
    color: #222222;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
}
.wpbm-list-template-2 .wpbm-meta-wrap {
    margin-bottom: 20px;
}
.wpbm-list-template-2 .wpbm-meta-wrap > div{
    margin-right: 20px;
}
.wpbm-list-template-2 .wpbm-meta-wrap > div,
.wpbm-list-template-2 .wpbm-meta-wrap > div a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #686868;
    font-weight: 600;
}
.wpbm-list-template-2 .wpbm-title a:hover,
.wpbm-list-template-2 .wpbm-meta-wrap > div a:hover{
	color:#149eed;
}
.wpbm-list-template-2 .wpbm-author-name img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-list-template-2 .wpbm-meta-wrap > div i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-list-template-2 .wpbm-meta-wrap > div img,
.wpbm-list-template-2 .wpbm-meta-wrap > div i {
    margin-right: 10px;
}
.wpbm-list-template-2 .wpbm-content {
    font-size: 16px;
    color: #686868;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
    margin-bottom: 23px;
}
.wpbm-list-template-2 .wpbm-link-button a {
    border: 1px solid #e0dcd5;
    padding: 10px 16px;
    display: inline-block;
    color: #a29580;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    outline: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-2 .wpbm-box-wrap {
    position: relative;
}
.wpbm-list-template-2 .wpbm-category-list {
    display: inline-block;
    background-color: #149eed;
    color: #fff;
    line-height: 1.3;
    padding: 10px 19px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.wpbm-list-template-2 .wpbm-category-list a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
.wpbm-list-template-2 .wpbm-category-list:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #149eed transparent transparent transparent;
}
.wpbm-list-template-2 .wpbm-share-wrap {
    padding-top: 31px;
    text-align: left;
}
.wpbm-list-template-2 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    margin: 4px;
}
.wpbm-list-template-2 .wpbm-share-wrap i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.wpbm-list-template-2 .fa-facebook,
.wpbm-list-template-3 .fa-facebook {
    background-color: #34569b;
}
.wpbm-list-template-2 .fa-google-plus,
.wpbm-list-template-3 .fa-google-plus {
    background-color: #d93b2a;
}
.wpbm-list-template-2 .fa-linkedin,
.wpbm-list-template-3 .fa-linkedin {
    background-color: #0075b7;
}
.wpbm-list-template-2 .fa-envelope-o,
.wpbm-list-template-3 .fa-envelope-o {
    background-color: #fc7e22;
}
.wpbm-list-template-2 .fa-pinterest,
.wpbm-list-template-3 .fa-pinterest,
.wpbm-list-template-3 .fa-pinterest-p {
    background-color: #bf0012;
}
.wpbm-list-template-2 .fa-twitter,
.wpbm-list-template-3 .fa-twitter {
    background-color: #34569b;
}
@-webkit-keyframes wpbm-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}
@keyframes wpbm-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}
.wpbm-list-template-2 .wpbm-link-button a,
.wpbm-list-template-2 .wpbm-share-wrap a {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.wpbm-list-template-2 .wpbm-link-button a:hover,
.wpbm-list-template-2 .wpbm-share-wrap a:hover {
    -webkit-animation-name: wpbm-wobble-bottom;
    animation-name: wpbm-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.wpbm-list-template-2 .wpbm-link-button a:hover {
    border: 1px solid #149eed;
    background: #149eed;
    color: #fff;
}
/********** template-2 end***********/
/********** template-3 start***********/

.wpbm-list-template-3 .wpbm-list-inner-wrap {
    margin-top: 50px;
}
.wpbm-list-template-3 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-list-template-3 .wpbm-first-inner-wrap,
.wpbm-list-template-3 .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-list-template-3 .wpbm-first-inner-wrap {
    width: 40%;
    position: relative;
}
.wpbm-list-template-3 .wpbm-second-inner-wrap {
    width: 60%;
    padding-left: 63px;
    text-align: left;
}
.wpbm-list-template-3.wpbm-list.wpbm-right-image .wpbm-first-inner-wrap {
    float: right;
}
.wpbm-list-template-3.wpbm-list.wpbm-right-image .wpbm-second-inner-wrap {
    padding-right: 63px;
    padding-left: 0;
}
.wpbm-list-template-3 .wpbm-category-list {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.wpbm-list-template-3 .wpbm-category-list a {
    background-color: #149eed;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 9px 13px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-3 .wpbm-category-list a:hover {
    background-color: #0598ed;
}
.wpbm-list-template-3 .wpbm-meta-wrap {
    margin-bottom: 26px;
}
.wpbm-list-template-3 .wpbm-meta-wrap > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    color: #767676;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.wpbm-list-template-3 .wpbm-meta-wrap > div:before {
    content: '|';
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    color: #767676;
}
.wpbm-list-template-3 .wpbm-meta-wrap > div:nth-of-type(1):before {
    content: none;
}
.wpbm-list-template-3 .wpbm-title {
    margin-bottom: 10px;
}
.wpbm-list-template-3 .wpbm-title a{
    font-size: 20px;
    font-weight: 700;
    color: #363636;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
}
.wpbm-list-template-3 .wpbm-title a:hover{
	color:#149eed;
}
.wpbm-list-template-3 .wpbm-content {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #767676;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 45px;
}
.wpbm-list-template-3 .wpbm-content a {
    font-size: 11px;
    color: #0182ff;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-3 .wpbm-content a:before {
    content: '';
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #0182ff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-3 .wpbm-content a:hover:before {
    width: 10px;
}
.wpbm-list-template-3 .wpbm-author-name {
    color: #767676;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 23px;
}
.wpbm-list-template-3 .wpbm-author-name span {
    text-transform: uppercase;
    font-weight: 700;
    display:inline-block;
}
.wpbm-list-template-3 .wpbm-author-name span a{
	color:#767676;
}
.wpbm-list-template-3 .wpbm-author-name span a:hover{
	color:#149eed;
}
.wpbm-list-template-3 .wpbm-meta-two-wrap .wpbm-tag-list {
    margin-bottom: 18px;
    text-align: left;
}
.wpbm-list-template-3 .wpbm-meta-two-wrap .wpbm-tag-list a {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #767676;
    border: 1px solid #cdcdcd;
    padding: 7px 18px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 4px;
}
.wpbm-list-template-3 .wpbm-share-wrap {
    text-align: left;
}
.wpbm-list-template-3 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
}
.wpbm-list-template-3 .wpbm-share-wrap i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.wpbm-list-template-3 .wpbm-share-wrap a:hover i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.wpbm-list-template-3 .wpbm-meta-two-wrap .wpbm-tag-list a:hover {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
/********** template-3 end***********/
/********** template-4 start***********/

.wpbm-list-template-4 .wpbm-list-inner-wrap {
    margin-top: 50px;
}
.wpbm-list-template-4 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-list-template-4 .wpbm-first-inner-wrap,
.wpbm-list-template-4 .wpbm-second-inner-wrap,
.wpbm-list-template-4 .wpbm-third-inner-wrap {
    float: left;
}
.wpbm-list-template-4 .wpbm-first-inner-wrap {
    width: 100px;
    padding: 0 10px;
    text-align: center;
}
.wpbm-list-template-4 .wpbm-second-inner-wrap {
    width: 30%;
}
.wpbm-list-template-4 .wpbm-third-inner-wrap {
    width: -webkit-calc(100% - 30% - 100px);
    width: calc(100% - 30% - 100px);
    padding-left: 21px;
    padding-top: 16px;
    text-align: left;
}
.wpbm-list-template-4.wpbm-list.wpbm-right-image .wpbm-first-inner-wrap {
    float: right;
}
.wpbm-list-template-4.wpbm-list.wpbm-right-image .wpbm-second-inner-wrap {
    float: right;
}
.wpbm-list-template-4.wpbm-list.wpbm-right-image .wpbm-third-inner-wrap {
    padding-right: 21px;
    padding-left: 0;
}
.wpbm-list-template-4 .wpbm-author-name a{
    font-size: 11px;
    color: #777;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 12px;
}
.wpbm-list-template-4 .wpbm-author-name a:hover,
.wpbm-list-template-4 .wpbm-title a:hover{
	color:#1f6bc4;
}
.wpbm-list-template-4 .wpbm-author-name img {
    display: block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 9px;
}
.wpbm-list-template-4 .wpbm-date-wrap {
    background-color: #1f6bc4;
    width: 60px;
    margin: 0 auto;
}
.wpbm-list-template-4 .wpbm-date-day {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 10px 0;
}
.wpbm-list-template-4 .wpbm-month-date {
    background-color: #d2d2d4;
    color: #6d6d6d;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    line-height: 2;
}
.wpbm-list-template-4 .wpbm-category-list {
    margin-bottom: 15px;
}
.wpbm-list-template-4 .wpbm-category-list a {
    background-color: #1f6bc4;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-4 .wpbm-category-list a:hover {
    background: #d2d2d4;
    color: #6d6d6d;
}
.wpbm-list-template-4 .wpbm-title {
    margin-bottom: 9px;
}
.wpbm-list-template-4 .wpbm-title a{
    font-size: 26px;
    color: #222222;
    font-weight: 600;
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
}
.wpbm-list-template-4 .wpbm-meta-wrap {
    margin-bottom: 20px;
}
.wpbm-list-template-4 .wpbm-meta-wrap > div {
    font-size: 11px;
    font-weight: 600;
    color: #777777;
    font-family: 'Roboto', sans-serif;
    margin-right: 12px;
    vertical-align: middle;
}
.wpbm-list-template-4 .wpbm-meta-wrap > div i {
    margin-right: 3px;
}
.wpbm-list-template-4 .wpbm-content {
    font-family: 'Roboto', sans-serif;
    color: #7a7979;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.wpbm-list-template-4 .wpbm-content a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #1f6bc4;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.wpbm-list-template-4 .wpbm-content a:after {
    content: "\f105";
    font-family: Fontawesome;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-4 .wpbm-content a:hover:after {
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
}
.wpbm-list-template-4 .wpbm-meta-two-wrap {
    width: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.wpbm-list-template-4 .wpbm-tag-list {
    float: left;
}
.wpbm-list-template-4 .wpbm-tag-list i {
    color: #0186d5;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.wpbm-list-template-4 .wpbm-tag-list a {
    color: #5d5d5d;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-list-template-4 .wpbm-share-wrap {
    margin-left: auto;
    float: right;
}
.wpbm-list-template-4 .wpbm-share-wrap a {
    color: #888;
    padding: 10px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-list-template-4 .wpbm-share-wrap a:hover {
    background: #1f6bc4;
    color: #fff;
}
.wpbm-list-template-4 .wpbm-tag-list a:hover {
    color: #1f6bc4;
}
/********** template-4 end***********/
/********** template-5 start***********/

.wpbm-list-template-5 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-list-template-5 .wpbm-list-inner-wrap {
    margin-top: 50px;
}
.wpbm-list-template-5 .wpbm-list-inner-wrap .wpbm-clearfix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wpbm-list-template-5 .wpbm-first-inner-wrap {
    width: 40%;
    float: left;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
.wpbm-list-template-5 .wpbm-category-wrap {
    position: absolute;
    bottom: 11px;
    left: 7px;
    padding-right: 58px;
}
.wpbm-list-template-5 .wpbm-second-inner-wrap {
    width: -webkit-calc(60% + 58px);
    width: calc(60% + 58px);
    margin-left: -58px;
    float: left;
    position: relative;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 25px 30px 23px;
    text-align: left;
}
.wpbm-list-template-5 .wpbm-date-wrap {
    position: absolute;
    right: -webkit-calc(100% + 12px);
    right: calc(100% + 12px);
    top: 9px;
    background-color: #f7a700;
    padding: 13px;
    text-align: center;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.wpbm-list-template-5 .wpbm-date-wrap:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 9px;
    border-color: transparent transparent transparent #f7a700;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.wpbm-list-template-5 .wpbm-date-wrap > div {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.wpbm-list-template-5 .wpbm-date-day {
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: 500;
}
.wpbm-list-template-5 .wpbm-month-date {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.wpbm-list-template-5 .wpbm-tag-list {
    margin-bottom: 10px;
}
.wpbm-list-template-5 .wpbm-meta-wrap {
    margin-bottom: 16px;
}
.wpbm-list-template-5 .wpbm-meta-wrap > div{
    margin-right: 14px;
}
.wpbm-list-template-5 .wpbm-meta-wrap > div,
.wpbm-list-template-5 .wpbm-meta-wrap > div a{
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #7a7979;
}
.wpbm-list-template-5 .wpbm-meta-wrap > div a:hover{
	color:#f7a700;
}
.wpbm-list-template-5 .wpbm-meta-wrap > div i {
    color: #f7a700;
    margin-right: 12px;
}
.wpbm-list-template-5 .wpbm-meta-wrap img {
    width: 23px;
    height: 23px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 12px;
    display:inline-block;
    vertical-align:middle;
}
.wpbm-list-template-5 .wpbm-title {
    margin-bottom: 18px;
}
.wpbm-list-template-5 .wpbm-title a{
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.wpbm-list-template-5 .wpbm-title a:hover{
	color:#f7a700;
}
.wpbm-list-template-5 .wpbm-content {
    font-size: 14px;
    color: #7a7979;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
    margin-bottom: 18px;
}
.wpbm-list-template-5 .wpbm-meta-two-wrap {
    display: inline-block;
    width: 100%;
    text-align: right;
}
.wpbm-list-template-5 .wpbm-link-button {
    float: left;
}
.wpbm-list-template-5 .wpbm-share-wrap a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    font-size: 13px;
    color: #f7a700;
    -moz-box-shadow: 0 6px 6px #DDDDDD;
    -webkit-box-shadow: 0 6px 6px #DDDDDD;
    box-shadow: 0 6px 6px #DDDDDD;
    margin: 0 4px 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-5 .wpbm-share-wrap a:hover {
    background: #f7a700;
    color: #fff;
}
/*anchor tag*/

.wpbm-list-template-5 .wpbm-link-button a {
    padding: 9px 11px;
    font-weight: 500;
}
.wpbm-list-template-5 .wpbm-category-list a {
    padding: 9px;
    font-weight: 600;
    margin-bottom: 5px;
}
.wpbm-list-template-5 .wpbm-tag-list a {
    font-weight: 500;
    padding: 6px 9px;
}
.wpbm-list-template-5 .wpbm-link-button a,
.wpbm-list-template-5 .wpbm-category-list a,
.wpbm-list-template-5 .wpbm-tag-list a {
    background-color: #f7a700;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-5 .wpbm-link-button a:hover,
.wpbm-list-template-5 .wpbm-category-list a:hover,
.wpbm-list-template-5 .wpbm-tag-list a:hover {
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*right image*/

.wpbm-list-template-5.wpbm-list.wpbm-right-image .wpbm-first-inner-wrap {
    float: right;
}
.wpbm-list-template-5.wpbm-list.wpbm-right-image .wpbm-second-inner-wrap {
    margin-left: 0;
    margin-right: -58px;
}
.wpbm-list-template-5.wpbm-list.wpbm-right-image .wpbm-list-inner-wrap .wpbm-clearfix {
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.wpbm-list-template-5.wpbm-list.wpbm-right-image .wpbm-category-wrap {
    right: 7px;
    left: auto;
    padding-left: 58px;
    padding-right: 0;
}
.wpbm-list-template-5.wpbm-list.wpbm-right-image .wpbm-date-wrap {
    right: auto;
    left: -webkit-calc(100% + 12px);
    left: calc(100% + 12px);
}
.wpbm-list-template-5.wpbm-list.wpbm-right-image .wpbm-date-wrap:before {
    border-width: 10.5px 10.5px 9px 0;
    left: auto;
    right: 100%;
    border-color: transparent #f7a700 transparent transparent;
}
/********** template-5 end***********/
/********** template-6 start***********/

.wpbm-list-template-6 .wpbm-list-inner-wrap {
    margin-top: 50px;
}
.wpbm-list-template-6 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0px;
}
.wpbm-list-template-6 .wpbm-first-inner-wrap,
.wpbm-list-template-6 .wpbm-second-inner-wrap {
    float: left;
    width: 50%;
}
.wpbm-list-template-6 .wpbm-first-inner-wrap {
    padding-right: 70px;
}
.wpbm-list-template-6 .wpbm-second-inner-wrap {
    text-align: center;
    padding-top: 30px;
}
.wpbm-list-template-6 .wpbm-list-inner-wrap:nth-of-type(2n) .wpbm-first-inner-wrap {
    float: right;
    padding-right: 0;
    padding-left: 70px;
}
.wpbm-list-template-6 .wpbm-meta-wrap {
    margin-bottom: 10px;
}
.wpbm-list-template-6 .wpbm-meta-wrap > div{
    margin-right: 13px;
    margin-bottom: 3px;
}
.wpbm-list-template-6 .wpbm-meta-wrap > div,
.wpbm-list-template-6 .wpbm-meta-wrap > div a {
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto Slab', serif;
    color: #6c6d6c;
    font-size: 13px;
}
.wpbm-list-template-6 .wpbm-meta-wrap > div i {
    color: #93bca4;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}
.wpbm-list-template-6 .wpbm-title {
    margin-bottom: 12px;
}
.wpbm-list-template-6 .wpbm-title a{
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    color: #242424;
    font-weight: 500;
}
.wpbm-list-template-6 .wpbm-title a:hover,
.wpbm-list-template-6 .wpbm-meta-wrap > div a:hover{
	color:#93bda4;
}
.wpbm-list-template-6 .wpbm-category-wrap {
    margin-bottom: 33px;
}
.wpbm-list-template-6 .wpbm-category-list,
.wpbm-list-template-6 .wpbm-category-list a {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #6c6d6c;
    font-weight: 500;
}
.wpbm-list-template-6 .wpbm-category-list a:hover {
    color: #93bda4;
}
.wpbm-list-template-6 .wpbm-content {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #6c6d6c;
    line-height: 1.7;
    text-align: left;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -moz-column-rule: 1px solid #e4e4e4;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -webkit-column-rule: 1px solid #e4e4e4;
    column-count: 2;
    column-gap: 30px;
    column-rule: 1px solid #e4e4e4;
    margin-bottom: 22px;
}
.wpbm-list-template-6 .wpbm-link-button {
    margin-bottom: 27px;
}
.wpbm-list-template-6 .wpbm-link-button a {
    background-color: #93bda4;
    color: #fff;
    padding: 13px 17px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-6 .wpbm-link-button a:hover {
    padding: 13px 27px;
}
.wpbm-list-template-6 .wpbm-meta-two-wrap {
    display: inline-block;
    width: 100%;
    background-color: #e0f5e9;
    padding: 6px 20px 4px;
}
.wpbm-list-template-6 .wpbm-tag-list {
    float: left;
}
.wpbm-list-template-6 .wpbm-tag-list > i {
    color: #42825d;
    margin-right: 5px;
}
.wpbm-list-template-6 .wpbm-share-wrap {
    float: right;
}
.wpbm-list-template-6 .wpbm-share-wrap.wpbm-only-share {
    float: left;
}
.wpbm-list-template-6 .wpbm-tag-list a,
.wpbm-list-template-6 .wpbm-share-wrap {
    color: #6f9e82;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
}
.wpbm-list-template-6 .wpbm-tag-list a {
    margin: 2px;
}
.wpbm-list-template-6 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 2px 20px;
    color: #42825d;
}
.wpbm-list-template-6 .wpbm-tag-list a:hover {
    color: #222;
}
.wpbm-list-template-6 .wpbm-share-wrap a:hover {
    color: #222;
}
/*right image*/

.wpbm-list-template-6.wpbm-list.wpbm-right-image .wpbm-first-inner-wrap {
    float: right;
    padding-left: 70px;
    padding-right: 0;
}
/********** template-6 end***********/
/********** template-7 start*********/

.wpbm-list-template-7 .wpbm-list-inner-wrap {
    margin-top: 30px;
    position: relative
}
.wpbm-list-template-7 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0px;
}
.wpbm-list-template-7 .wpbm-first-inner-wrap,
.wpbm-list-template-7 .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-list-template-7 .wpbm-first-inner-wrap {
    width: 33%;
    position: relative;
    z-index: 9;
}
.wpbm-list-template-7 .wpbm-second-inner-wrap {
    width: 67%;
    text-align: center;
    background-color: #ebe8e8;
}
.wpbm-list-template-7 .wpbm-second-inner-wrap-contain {
    padding: 24px 6% 15px;
}
.wpbm-list-template-7 .wpbm-category-list {
    margin-bottom: 14px;
}
.wpbm-list-template-7 .wpbm-category-list a {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #e4a697;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 5px;
}
.wpbm-list-template-7 .wpbm-title {
    margin-bottom: 10px;
}
.wpbm-list-template-7 .wpbm-title a{
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #373737;
    text-transform: uppercase;
}
.wpbm-list-template-7 .wpbm-meta-wrap {
    margin-bottom: 18px;
}
.wpbm-list-template-7 .wpbm-meta-wrap > div{
	margin: 0 4px;
}
.wpbm-list-template-7 .wpbm-meta-wrap > div,
.wpbm-list-template-7 .wpbm-meta-wrap > div a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color:#373737;
}
.wpbm-list-template-7 .wpbm-title a:hover,
.wpbm-list-template-7 .wpbm-meta-wrap > div a:hover{
	color:#e4a697;
}
.wpbm-list-template-7 .wpbm-meta-wrap .wpbm-date i {
    font-size: 5px;
    vertical-align: middle;
    margin-right: 6px;
}
.wpbm-list-template-7 .wpbm-content {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #6a6a6a;
    line-height: 1.7;
    margin-bottom: 10px;
}
.wpbm-list-template-7 .wpbm-meta-two-wrap {
    background-color: #e4a697;
    z-index: 1;
}
.wpbm-list-template-7 .wpbm-link-button a {
    color: #e4a697;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-7 .wpbm-link-button a:hover {
    letter-spacing: 5px;
}
.wpbm-list-template-7 .wpbm-link-button a:after,
.wpbm-list-template-7 .wpbm-link-button a:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(228, 166, 151, 0);
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wpbm-list-template-7 .wpbm-link-button a:after {
    bottom: 0;
}
.wpbm-list-template-7 .wpbm-link-button a:before {
    top: 0;
}
.wpbm-list-template-7 .wpbm-link-button a:hover:after,
.wpbm-list-template-7 .wpbm-link-button a:hover:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #e4a697;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}
.wpbm-list-template-7 .wpbm-link-button a:hover:before {
    width: 100%;
}
.wpbm-list-template-7 .wpbm-meta-two-wrap > div {
    width: 33.33%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    border-right: 1px solid #edc3b9;
    padding: 18px 5px;
}
.wpbm-list-template-7 .wpbm-meta-two-wrap > div:last-child {
    border-right: 0;
}
.wpbm-list-template-7 .wpbm-tag-list a {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 0 10px;
    display: inline-block;
}
.wpbm-list-template-7 .wpbm-category-list a:hover,
.wpbm-list-template-7 .wpbm-tag-list a:hover,
.wpbm-list-template-7 .wpbm-share-wrap a:hover {
    color: #e74b25;
}
.wpbm-list-template-7 .wpbm-comment-wrap {
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.wpbm-list-template-7 .wpbm-share-wrap a {
    color: #fff;
    font-size: 17px;
    padding: 2px 9px;
}
.wpbm-list-template-7 .wpbm-share-wrap a i {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-7 .wpbm-share-wrap a:hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
/*right-image*/

.wpbm-list-template-7.wpbm-list.wpbm-right-image .wpbm-first-inner-wrap {
    float: right;
}
/********** template-8 start***********/

.wpbm-list-template-8 .wpbm-list-inner-wrap {
    margin-top: 30px;
}
.wpbm-list-template-8 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0px;
}
.wpbm-list-template-8 .wpbm-list-inner-wrap .wpbm-clearfix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wpbm-list-template-8 .wpbm-first-inner-wrap,
.wpbm-list-template-8 .wpbm-first-inner-wrap {
    float: left;
}
.wpbm-list-template-8 .wpbm-first-inner-wrap {
    width: 40%;
    position: relative;
}
.wpbm-list-template-8 .wpbm-second-inner-wrap {
    width: -webkit-calc(60% + 8%);
    width: calc(60% + 8%);
    margin-left: -8%;
    background-color: #e6e9ec;
    padding: 30px;
    text-align: left;
    position: relative;
}
.wpbm-list-template-8 .wpbm-category-list {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-list-template-8 .wpbm-category-list a {
    display: inline-block;
    background-color: #149eed;
    vertical-align: top;
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 6px 12px;
    border: 1px solid #149eed;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-8 .wpbm-category-list a:hover {
    background-color: #fff;
    color: #149eed;
}
.wpbm-list-template-8 .wpbm-title {
    margin-bottom: 18px;
}
.wpbm-list-template-8 .wpbm-title a{
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.wpbm-list-template-8 .wpbm-meta-wrap {
    margin-bottom: 20px;
}
.wpbm-list-template-8 .wpbm-meta-wrap > div {
    padding: 0 18px 2px 0;
}
.wpbm-list-template-8 .wpbm-meta-wrap > div ,
.wpbm-list-template-8 .wpbm-meta-wrap > div a{
    display: inline-block;
    vertical-align: middle;
    color: #666666;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.wpbm-list-template-8 .wpbm-title a:hover,
.wpbm-list-template-8 .wpbm-meta-wrap > div a:hover{
	color:#149eed;
}
.wpbm-list-template-8 .wpbm-meta-wrap > div:nth-of-type(1) {
    padding-left: 0;
}
.wpbm-list-template-8 .wpbm-content {
    font-family: 'Roboto', sans-serif;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 31px;
}
.wpbm-list-template-8 .wpbm-meta-two-wrap {
    text-align: center;
}
.wpbm-list-template-8 .wpbm-meta-two-wrap > div {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    margin-right: -4px;
    text-align: center;
}
.wpbm-list-template-8 .wpbm-meta-two-wrap .wpbm-link-button {
    text-align: left;
}
.wpbm-list-template-8 .wpbm-meta-two-wrap .wpbm-link-button a {
    color: #222222;
    display: inline-block;
    border: 1px solid #c8c7c9;
    padding: 10px 19px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    position: relative;
    overflow: hidden;
}
.wpbm-list-template-8 .wpbm-meta-two-wrap .wpbm-link-button a:after {
    background: #777;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 50px;
}
.wpbm-list-template-8 .wpbm-meta-two-wrap .wpbm-link-button a:hover:after {
    left: 120%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-8 .wpbm-meta-two-wrap .wpbm-tag-list {
    text-align: center;
    color: #2b2b2b;
}
.wpbm-list-template-8 .wpbm-meta-two-wrap .wpbm-tag-list i {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}
.wpbm-list-template-8 .wpbm-meta-two-wrap .wpbm-tag-list a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #2b2b2b;
    display: inline-block;
}
.wpbm-list-template-8 .wpbm-meta-two-wrap .wpbm-tag-list a:hover {
    color: #149eed;
}
.wpbm-list-template-8 .wpbm-meta-two-wrap .wpbm-share-wrap {
    text-align: right;
}
.wpbm-list-template-8 .wpbm-share-wrap a {
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    color: #2b2b2b;
    font-size: 12px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-8 .wpbm-share-wrap a:hover {
    color: #149eed;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
/*right-image*/

.wpbm-list-template-8.wpbm-list.wpbm-right-image .wpbm-first-inner-wrap {
    float: right;
}
.wpbm-list-template-8.wpbm-list.wpbm-right-image .wpbm-second-inner-wrap {
    margin-left: 0;
    margin-right: -8%;
}
.wpbm-list-template-8.wpbm-list.wpbm-right-image .wpbm-list-inner-wrap .wpbm-clearfix {
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.wpbm-list-template-8.wpbm-list.wpbm-right-image .wpbm-category-list {
    left: auto;
    right: 0;
}
/********** template-8 end***********/
/********** template-9 start***********/

.wpbm-list-template-9 .wpbm-list-inner-wrap {
    border: 1px solid #eee;
    background-color: #fff;
    margin-top: 30px;
}
.wpbm-list-template-9 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-list-template-9 .wpbm-outer-wrap {
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.wpbm-list-template-9 .wpbm-outer-wrap .wpbm-first-inner-wrap,
.wpbm-list-template-9 .wpbm-outer-wrap .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-list-template-9 .wpbm-outer-wrap .wpbm-first-inner-wrap {
    width: 40%;
}
.wpbm-list-template-9 .wpbm-outer-wrap .wpbm-second-inner-wrap {
    width: 60%;
    padding-left: 20px;
    padding-top: 12px;
    text-align: left;
}
.wpbm-list-template-9 .wpbm-title {
    margin-bottom: 17px;
}
.wpbm-list-template-9 .wpbm-title a{
    font-size: 18px;
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.wpbm-list-template-9 .wpbm-category-wrap {
    margin-bottom: 13px;
}
.wpbm-list-template-9 .wpbm-category-list a,
.wpbm-list-template-9 .wpbm-category-list a:visited {
    background-color: #149eed;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    padding: 6px 14px;
    text-transform: uppercase;
    margin-bottom: 2px;
    border: 1px solid transparent;
}
.wpbm-list-template-9 .wpbm-category-list a:hover {
    background-color: #e6e9ec;
    color: #000;
    border: 1px solid #c8c7c9;
}
.wpbm-list-template-9 .wpbm-meta-wrap {
    margin-bottom: 25px;
}
.wpbm-list-template-9 .wpbm-meta-wrap > div{
	border-left: 1px solid #666;
	    margin-right: 10px;
    padding-left: 10px;
}
.wpbm-list-template-9 .wpbm-meta-wrap > div,
.wpbm-list-template-9 .wpbm-meta-wrap > div a{
    display: inline-block;
    vertical-align: middle;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.wpbm-list-template-9 .wpbm-title a:hover,
.wpbm-list-template-9 .wpbm-meta-wrap > div a:hover{
	color:#149eed;
}
.wpbm-list-template-9 .wpbm-meta-wrap > div:nth-of-type(1) {
    border-left: 0;
    padding-left: 0;
}
.wpbm-list-template-9 .wpbm-content {
    color: #2b2b2b;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 32px;
}
.wpbm-list-template-9 .wpbm-link-button a {
    background-color: #e6e9ec;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #c8c7c9;
    display: inline-block;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
}
.wpbm-list-template-9 .wpbm-link-button a:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #149eed;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-9 .wpbm-link-button a:hover:before {
    width: 100%;
}
.wpbm-list-template-9 .wpbm-outer-wrap .wpbm-first-inner-wrap,
.wpbm-list-template-9 .wpbm-outer-wrap .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-list-template-9 .wpbm-tag-list {
    float: left;
}
.wpbm-list-template-9 .wpbm-tag-list a {
    padding: 14px 31px;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #eee;
    color: #7d7d7d;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}
.wpbm-list-template-9 .wpbm-share-wrap {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #2b2b2b;
    text-transform: uppercase;
    float: right;
}
.wpbm-list-template-9 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #2b2b2b;
    border-left: 1px solid #eee;
}
.wpbm-list-template-9 .wpbm-share-wrap a:nth-of-type(1) {
    margin-left: 19px;
}
.wpbm-list-template-9 .wpbm-tag-list a:hover,
.wpbm-list-template-9 .wpbm-share-wrap a:hover {
    color: #149eed;
}
/*right image*/

.wpbm-list-template-9.wpbm-list.wpbm-right-image .wpbm-first-inner-wrap {
    float: right;
}
.wpbm-list-template-9.wpbm-list.wpbm-right-image .wpbm-outer-wrap .wpbm-second-inner-wrap {
    padding-right: 20px;
    padding-left: 0;
}
/********** template-9 end***********/
/********** template-10 start***********/

.wpbm-list-template-10 .wpbm-list-inner-wrap {
    background-color: #f8f8f8;
    margin-top: 30px;
    padding: 24px 24px 21px;
}
.wpbm-list-template-10 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-list-template-10 .wpbm-first-inner-wrap,
.wpbm-list-template-10 .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-list-template-10 .wpbm-first-inner-wrap {
    width: 37%;
}
.wpbm-list-template-10 .wpbm-second-inner-wrap {
    width: 63%;
    padding-left: 30px;
    padding-top: 23px;
    text-align: left;
}
.wpbm-list-template-10 .wpbm-category-wrap {
    margin-bottom: 10px;
}
.wpbm-list-template-10 .wpbm-category-list a {
    font-family: 'Merriweather', serif;
    font-size: 15px;
    color: #0053fc;
    font-weight: 500;
    margin-right: 16px;
    margin-bottom: 2px;
    display: inline-block;
}
.wpbm-list-template-10 .wpbm-category-list a:hover {
    color: #777;
}
.wpbm-list-template-10 .wpbm-title {
    margin-bottom: 27px;
}
.wpbm-list-template-10 .wpbm-title a{
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}
.wpbm-list-template-10 .wpbm-meta-wrap {
    margin-bottom: 40px;
}
.wpbm-list-template-10 .wpbm-meta-wrap > div {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Merriweather', serif;
    font-size: 15px;
    color: #777;
    font-weight: 500;
}
.wpbm-list-template-10 .wpbm-meta-wrap > div:nth-of-type(n+2):before {
    position: relative;
    content: '-';
    display: inline-block;
}
.wpbm-list-template-10 .wpbm-meta-wrap .wpbm-author-name a{
    color: #0054fc;
}
.wpbm-list-template-10 .wpbm-title a:hover{
	color:#0054fc;
}
.wpbm-list-template-10 .wpbm-meta-wrap .wpbm-author-name a:hover{
	color:#777;
}
.wpbm-list-template-10 .wpbm-content {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    margin-bottom: 24px;
}
.wpbm-list-template-10 .wpbm-link-button {
    margin-bottom: 19px;
}
@-webkit-keyframes wpbm-hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}
@keyframes wpbm-hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}
.wpbm-list-template-10 .wpbm-link-button a {
    position: relative;
    display: inline-block;
    font-family: 'Merriweather', serif;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 12px 8px;
    background-color: #0054fc;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.wpbm-list-template-10 .wpbm-link-button a:hover {
    -webkit-animation-name: wpbm-hvr-wobble-skew;
    animation-name: wpbm-hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.wpbm-list-template-10 .wpbm-link-button a:before {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 7px 7.5px;
    border-color: transparent transparent #0054fc transparent;
}
.wpbm-list-template-10 .wpbm-meta-two-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.wpbm-list-template-10 .wpbm-tag-list {
    float: left;
}
.wpbm-list-template-10 .wpbm-tag-list a {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #d1d0d5;
    padding: 7px 11px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 3px;
}
.wpbm-list-template-10 .wpbm-tag-list a:hover {
    color: #0054fc;
    border: 1px solid #0054fc;
}
.wpbm-list-template-10 .wpbm-share-wrap {
    float: right;
    margin-left: auto;
}
.wpbm-list-template-10 .wpbm-share-wrap a {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #d1d0d5;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 3px;
}
.wpbm-list-template-10 .wpbm-share-wrap a:hover {
    color: #fff;
    background-color: #0054fc;
}
/*right image*/

.wpbm-list-template-10.wpbm-list.wpbm-right-image .wpbm-first-inner-wrap {
    float: right;
}
.wpbm-list-template-10.wpbm-list.wpbm-right-image .wpbm-second-inner-wrap {
    padding-right: 30px;
    padding-left: 0;
}
/********** template-10 end***********/
/********** template-11 start*********/

.wpbm-list-template-11 .wpbm-list-inner-wrap {
    margin-top: 30px;
}
.wpbm-list-template-11 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-list-template-11 .wpbm-list-inner-wrap > .wpbm-clearfix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wpbm-list-template-11 .wpbm-list-inner-wrap:nth-of-type(2n) .wpbm-clearfix {
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.wpbm-list-template-11 .wpbm-first-inner-wrap,
.wpbm-list-template-11 .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-list-template-11 .wpbm-first-inner-wrap {
    width: 40%;
}
.wpbm-list-template-11 .wpbm-second-inner-wrap {
    width: -webkit-calc(60% + 5%);
    width: calc(60% + 5%);
    margin-left: -5%;
    background: #fff;
    position: relative;
    padding: 28px 30px;
    text-align: center;
}
.wpbm-list-template-11 .wpbm-list-inner-wrap:nth-of-type(2n) .wpbm-second-inner-wrap {
    margin-left: 0;
    margin-right: -5%;
}
.wpbm-list-template-11 .wpbm-date {
    text-transform: uppercase;
    color: #0e0e0e;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 11px 25px;
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
}
.wpbm-list-template-11 .wpbm-meta-wrap {
    display: block;
    margin-bottom: 12px;
}
.wpbm-list-template-11 .wpbm-meta-wrap > div {
    padding: 0 5px;
    margin-bottom: 3px;
}
.wpbm-list-template-11 .wpbm-meta-wrap > div,
.wpbm-list-template-11 .wpbm-meta-wrap > div a{
	display: inline-block;
	color: #0e0e0e;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
.wpbm-list-template-11 .wpbm-category-list {
    margin-bottom: 13px;
}
.wpbm-list-template-11 .wpbm-category-list a {
    padding: 5px 8px;
    font-size: 11px;
    margin-bottom: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-11 .wpbm-category-list a:hover {
    border-color: #1E90FF;
    color: #1E90FF;
}
.wpbm-list-template-11 .wpbm-title {
    margin-bottom: 34px;
}
.wpbm-list-template-11 .wpbm-title a{
    font-size: 30px;
    font-weight: 500;
    color: #282828;
    font-family: 'Roboto Slab', serif;
}
.wpbm-list-template-11 .wpbm-title a:hover,
.wpbm-list-template-11 .wpbm-meta-wrap > div a:hover{
	color:#1E90FF;
}
.wpbm-list-template-11 .wpbm-content {
    color: #282828;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 27px;
}
.wpbm-list-template-11 .wpbm-link-button {
    margin-bottom: 30px;
}
.wpbm-list-template-11 .wpbm-category-list a,
.wpbm-list-template-11 .wpbm-link-button a {
    color: #0e0e0e;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.wpbm-list-template-11 .wpbm-link-button a {
    border: 1px solid #908f90;
}
.wpbm-list-template-11 .wpbm-link-button a,
.wpbm-list-template-11 .wpbm-link-button a {
    font-size: 13px;
    padding: 10px 30px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.wpbm-list-template-11 .wpbm-link-button a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.wpbm-list-template-11 .wpbm-link-button a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.wpbm-list-template-11 .wpbm-link-button a:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.wpbm-list-template-11 .wpbm-meta-two-wrap {
    position: relative;
    display: inline-block;
    padding: 8px 25px;
}
.wpbm-list-template-11 .wpbm-date:before,
.wpbm-list-template-11 .wpbm-date:after,
.wpbm-list-template-11 .wpbm-meta-two-wrap:before,
.wpbm-list-template-11 .wpbm-meta-two-wrap:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    background: #9c9d9e;
    background: -webkit-linear-gradient(left, #fff, #9c9d9e 50%, #fff);
    background: -o-linear-gradient(left, #fff, #9c9d9e 50%, #fff);
    background: -moz-linear-gradient(left, #fff, #9c9d9e 50%, #fff);
    background: linear-gradient(to right, #fff, #9c9d9e 50%, #fff);
}
.wpbm-list-template-11 .wpbm-date:before,
.wpbm-list-template-11 .wpbm-meta-two-wrap:before {
    top: 0;
}
.wpbm-list-template-11 .wpbm-date:after,
.wpbm-list-template-11 .wpbm-meta-two-wrap:after {
    bottom: 0;
}
.wpbm-list-template-11 .wpbm-meta-two-wrap > div {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px;
}
.wpbm-list-template-11 .wpbm-tag-list a {
    display: inline-block;
    color: #0e0e0e;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding: 2px 3px;
}
.wpbm-list-template-11 .wpbm-share-wrap a {
    display: inline-block;
    color: #000;
    font-size: 11px;
    padding: 2px 3px;
}
.wpbm-list-template-11 .wpbm-tag-list a:hover,
.wpbm-list-template-11 .wpbm-share-wrap a:hover {
    color: #1E90FF;
}
/*right-image*/

.wpbm-list-template-11.wpbm-right-image .wpbm-list-inner-wrap .wpbm-clearfix {
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.wpbm-list-template-11.wpbm-right-image .wpbm-list-inner-wrap:nth-of-type(2n) .wpbm-clearfix {
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.wpbm-list-template-11.wpbm-right-image .wpbm-second-inner-wrap {
    margin-right: -5%;
    margin-left: 0;
}
.wpbm-list-template-11.wpbm-right-image .wpbm-list-inner-wrap:nth-of-type(2n) .wpbm-second-inner-wrap {
    margin-left: -5%;
    margin-right: 0;
}
/********** template-11 end***********/
/********** template-12 start*********/

.wpbm-list-template-12 .wpbm-list-inner-wrap {
    margin-top: 30px;
}
.wpbm-list-template-12 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-list-template-12 .wpbm-first-inner-wrap,
.wpbm-list-template-12 .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-list-template-12 .wpbm-first-inner-wrap {
    width: 40%;
    position: relative;
}
.wpbm-list-template-12 .wpbm-second-inner-wrap {
    width: 60%;
    padding-left: 30px;
    padding-top: 30px;
    background: #FFF;
    text-align: left;
}
.wpbm-list-template-12 .wpbm-category-wrap {
    position: absolute;
    bottom: 22px;
    left: 0;
}
.wpbm-list-template-12 .wpbm-category-list a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 2px 0;
    background: #000;
    color: #fff;
    padding: 6px 8px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 500;
}
.wpbm-list-template-12 .wpbm-title {
    margin-bottom: 15px;
}
.wpbm-list-template-12 .wpbm-title a{
    color: #111;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}
.wpbm-list-template-12 .wpbm-date-wrap {
    margin-bottom: 10px;
}
.wpbm-list-template-12 .wpbm-date-wrap > div {
    display: inline-block;
    vertical-align: middle;
    color: #aaa;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-right: 10px;
}
.wpbm-list-template-12 .wpbm-content {
    color: #545555;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 22px;
}
.wpbm-list-template-12 .wpbm-middle-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
}
.wpbm-list-template-12 .wpbm-author-name{
    float: left;
}
.wpbm-list-template-12 .wpbm-author-name a{
    color: #aaaaaa;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.wpbm-list-template-12 .wpbm-title a:hover,
.wpbm-list-template-12 .wpbm-author-name a:hover{
	color:#037ed6;
}
.wpbm-list-template-12 .wpbm-link-button {
    float: right;
    margin-left: auto;
}
.wpbm-list-template-12 .wpbm-link-button a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #037ed6;
    font-family: 'Open Sans', sans-serif;
    padding: 12px 19px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-12 .wpbm-author-name img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 16px;
    display:inline-block;
    vertical-align:middle;
}
.wpbm-list-template-12 .wpbm-meta-two-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.wpbm-list-template-12 .wpbm-tag-list {
    float: left;
}
.wpbm-list-template-12 .wpbm-share-wrap {
    float: right;
    margin-left: auto;
}
.wpbm-list-template-12 .wpbm-tag-list a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 500;
    background: #037ed6;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 8px 17px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-right: 7px;
    margin-bottom: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-12 .wpbm-tag-list a:hover,
.wpbm-list-template-12 .wpbm-link-button a:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.wpbm-list-template-12 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    color: #a4a4a4;
    font-size: 13px;
    padding: 6px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-12 .wpbm-share-wrap a:hover {
    color: #037ed6;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
/*right image*/

.wpbm-list-template-12.wpbm-right-image .wpbm-first-inner-wrap {
    float: right;
}
.wpbm-list-template-12.wpbm-right-image .wpbm-second-inner-wrap {
    padding-right: 30px;
    padding-left: 0;
}
.wpbm-list-template-12.wpbm-right-image .wpbm-category-wrap {
    right: 0;
    left: auto;
}
/********** template-12 end***********/
/********** template-13 start*********/

.wpbm-list-template-13 .wpbm-list-inner-wrap {
    margin-top: 30px;
    background: #fff;
    padding: 4%;
}
.wpbm-list-template-13 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-list-template-13 .wpbm-first-inner-wrap,
.wpbm-list-template-13 .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-list-template-13 .wpbm-first-inner-wrap {
    width: 45%;
    position: relative;
}
.wpbm-list-template-13 .wpbm-second-inner-wrap {
    width: 55%;
    padding-left: 25px;
    text-align: left;
}
.wpbm-list-template-13 .wpbm-share-wrap {
    position: absolute;
    bottom: 20px;
    right: 25px;
}
.wpbm-list-template-13 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #dc3c30;
    text-align: center;
    line-height: 27px;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-13 .wpbm-share-wrap a:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.wpbm-list-template-13 .wpbm-category-wrap {
    margin-bottom: 12px;
}
.wpbm-list-template-13 .wpbm-category-list a {
    display: inline-block;
    font-size: 12px;
    color: #888888;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 2px;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-13 .wpbm-category-list a:hover {
    color: #dc3c30;
}
.wpbm-list-template-13 .wpbm-title {
    margin-bottom: 14px;
}
.wpbm-list-template-13 .wpbm-title a{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
}
.wpbm-list-template-13 .wpbm-title a:hover{
color: #e20600;
}
.wpbm-list-template-13 .wpbm-meta-wrap {
    margin-bottom: 12px;
}
.wpbm-list-template-13 .wpbm-meta-wrap > div {
    margin-right: 9px;
    position: relative;
    margin-bottom: 2px;
     display: inline-block;
    color: #949494;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.wpbm-list-template-13 .wpbm-meta-wrap > div a {
    color: #e20600;
    text-transform: uppercase;
}
.wpbm-list-template-13 .wpbm-meta-wrap > div a:hover{
color: #000;
}
.wpbm-list-template-13 .wpbm-date,
.wpbm-list-template-13 .wpbm-comment-wrap {
    padding-left: 16px;
}
.wpbm-list-template-13 .wpbm-date:before,
.wpbm-list-template-13 .wpbm-comment-wrap:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpbm-list-template-13 .wpbm-content {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 18px;
}
.wpbm-list-template-13 .wpbm-meta-two-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.wpbm-list-template-13 .wpbm-link-button {
    float: left;
}
.wpbm-list-template-13 .wpbm-link-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-13 .wpbm-link-button a:hover {
    color: #dc3c30;
}
.wpbm-list-template-13 .wpbm-link-button a i {
    margin-left: 5px;
    -webkit-transition: margin-left 0.5s ease-in-out;
    transition: margin-left 0.5s ease-in-out;
}
.wpbm-list-template-13 .wpbm-link-button a:hover i {
    margin-left: 7px;
}
.wpbm-list-template-13 .wpbm-tag-list {
    float: right;
    margin-left: auto;
}
.wpbm-list-template-13 .wpbm-tag-list a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background: #dc3c30;
    padding: 7px 16px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-13 .wpbm-tag-list a:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*image right*/

.wpbm-list-template-13.wpbm-right-image .wpbm-first-inner-wrap {
    float: right;
}
.wpbm-list-template-13.wpbm-right-image .wpbm-second-inner-wrap {
    padding-right: 25px;
    padding-left: 0;
}
/********** template-13 end***********/
/**********template-14 start*********/

.wpbm-list-template-14 .wpbm-list-inner-wrap {
    margin-top: 30px;
    background: #fff;
    border: 1px solid #eee;
}
.wpbm-list-template-14 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-list-template-14 .wpbm-first-inner-wrap,
.wpbm-list-template-14 .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-list-template-14 .wpbm-first-inner-wrap {
    width: 60%;
}
.wpbm-list-template-14 .wpbm-second-inner-wrap {
    width: 40%;
    position: relative;
    padding: 50px 20px 50px 60px;
    text-align: left;
}
.wpbm-list-template-14 .wpbm-image {
    text-align: left;
}
.wpbm-list-template-14.wpbm-left-image .wpbm-image {
    text-align: right;
}
.wpbm-list-template-14.wpbm-left-image .wpbm-image img {
    margin: 0;
}
.wpbm-list-template-14 .wpbm-second-inner-wrap:before {
    content: '';
    position: absolute;
    top: 50px;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 20px 12.5px 0;
    border-color: transparent #fff transparent transparent;
}
.wpbm-list-template-14 .wpbm-category-wrap {
    margin-bottom: 15px;
}
.wpbm-list-template-14 .wpbm-category-list a {
    margin: 0 7px 5px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.wpbm-list-template-14 .wpbm-title {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.wpbm-list-template-14 .wpbm-meta-wrap {
    margin-bottom: 15px;
}
.wpbm-list-template-14 .wpbm-meta-wrap > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
}
.wpbm-list-template-14 .wpbm-tag-list {
    margin-bottom: 15px;
}
.wpbm-list-template-14 .wpbm-tag-list a {
    margin: 0 7px 5px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.wpbm-list-template-14 .wpbm-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}
.wpbm-list-template-14 .wpbm-link-button {
    margin-bottom: 20px;
}
.wpbm-list-template-14 .wpbm-link-button a {
    font-size: 14px;
    padding: 8px 13px;
    border: 2px solid #1b70b6;
    display: inline-block;
    text-transform: uppercase;
    background: #1b70b6;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-list-template-14 .wpbm-link-button a:hover {
    background: transparent;
    color: #1b70b6;
}
.wpbm-list-template-14 .wpbm-link-button a i {
    margin-left: 7px;
}
.wpbm-list-template-14 .wpbm-comment-wrap {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.wpbm-list-template-14 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fc7e22;
    color: #fff;
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-family: 'Roboto', sans-serif;
}
.wpbm-list-template-14 .wpbm-share-wrap a:hover {
    color: #eee;
}
.wpbm-list-template-14 .wpbm-share-wrap a:before {
    box-shadow: inset 0 0 0 48px #fc7e22;
    z-index: 0;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.wpbm-list-template-14 .wpbm-share-wrap .wpbm-fb:before {
    box-shadow: inset 0 0 0 48px #1b70b6;
}
.wpbm-list-template-14 .wpbm-share-wrap .wpbm-tw:before {
    box-shadow: inset 0 0 0 48px #38b4e7;
}
.wpbm-list-template-14 .wpbm-share-wrap .wpbm-ln:before {
    box-shadow: inset 0 0 0 48px #0084bf;
}
.wpbm-list-template-14 .wpbm-share-wrap .wpbm-gp:before {
    box-shadow: inset 0 0 0 48px #dd4b39;
}
.wpbm-list-template-14 .wpbm-share-wrap .wpbm-pn:before {
    box-shadow: inset 0 0 0 48px #cb2027;
}
.wpbm-list-template-14 .wpbm-share-wrap .wpbm-fb {
    background: #1b70b6;
}
.wpbm-list-template-14 .wpbm-share-wrap .wpbm-tw {
    background: #38b4e7;
}
.wpbm-list-template-14 .wpbm-share-wrap .wpbm-ln {
    background: #0084bf;
}
.wpbm-list-template-14 .wpbm-share-wrap .wpbm-gp {
    background: #dd4b39;
}
.wpbm-list-template-14 .wpbm-share-wrap .wpbm-pn {
    background: #cb2027;
}
.wpbm-list-template-14 .wpbm-share-wrap a:before,
.wpbm-list-template-14 .wpbm-share-wrap a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.wpbm-list-template-14 .wpbm-share-wrap a:hover:before {
    box-shadow: inset 0 0 0 4px #4099ff;
}
.wpbm-list-template-14 .wpbm-category-list a,
.wpbm-list-template-14 .wpbm-title,
.wpbm-list-template-14 .wpbm-meta-wrap > div,
.wpbm-list-template-14 .wpbm-tag-list a,
.wpbm-list-template-14 .wpbm-content,
.wpbm-list-template-14 .wpbm-link-button a {
    font-family: 'Roboto', sans-serif;
}
.wpbm-list-template-14 .wpbm-title a,
.wpbm-list-template-14 .wpbm-meta-wrap > div,
.wpbm-list-template-14 .wpbm-meta-wrap > div a,
.wpbm-list-template-14 .wpbm-content {
    color: #222;
}
.wpbm-list-template-14 .wpbm-category-list a,
.wpbm-list-template-14 .wpbm-tag-list a {
    color: #1b70b6;
}
.wpbm-list-template-14 .wpbm-category-list a:hover,
.wpbm-list-template-14 .wpbm-tag-list a:hover {
    color: #222;
}
.wpbm-list-template-14 .wpbm-title a:hover,
.wpbm-list-template-14 .wpbm-meta-wrap > div a:hover{
	color: #1b70b6;
}
/*********template-14 end ***********/
/*---------------------------------------
                List Layout css end
---------------------------------------*/
/*-----------------------------
Circular-List Layout  css start
--------------------------------*/
/********** wpbm-circular-list-template-1 start***********/

.wpbm-circular-list-template-1 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-circular-list-template-1 .wpbm-list-inner-wrap {
    margin-top: 50px;
}
.wpbm-circular-list-template-1 .wpbm-list-inner-wrap .wpbm-clearfix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wpbm-circular-list-template-1 .wpbm-first-inner-wrap {
    width: 340px;
    float: left;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}
.wpbm-circular-list-template-1 .wpbm-image {
    max-width: 320px;
    width: 100%;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #dddddd;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.wpbm-circular-list-template-1 .wpbm-image:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.wpbm-circular-list-template-1 .wpbm-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.wpbm-circular-list-template-1 .wpbm-category-wrap {
    /*position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-right: 0;*/
    
    padding-top: 10px;
}
.wpbm-circular-list-template-1 .wpbm-second-inner-wrap {
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    float: left;
    position: relative;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 25px 30px 23px;
    text-align: left;
}
.wpbm-circular-list-template-1 .wpbm-date-wrap > div {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.wpbm-circular-list-template-1 .wpbm-date-day {
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: 500;
}
.wpbm-circular-list-template-1 .wpbm-month-date {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.wpbm-circular-list-template-1 .wpbm-tag-list {
    margin-bottom: 10px;
}
.wpbm-circular-list-template-1 .wpbm-meta-wrap {
    margin-bottom: 16px;
}
.wpbm-circular-list-template-1 .wpbm-meta-wrap > div {
    margin-right: 14px;
}
.wpbm-circular-list-template-1 .wpbm-meta-wrap > div,
.wpbm-circular-list-template-1 .wpbm-meta-wrap > div a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #7a7979;
}
.wpbm-circular-list-template-1 .wpbm-meta-wrap > div i {
    color: #f7a700;
    margin-right: 12px;
}
.wpbm-circular-list-template-1 .wpbm-meta-wrap img {
    width: 23px;
    height: 23px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 12px;
    display:inline-block;
    vertical-align:middle;
}
.wpbm-circular-list-template-1 .wpbm-title {
    margin-bottom: 18px;
}
.wpbm-circular-list-template-1 .wpbm-title a{
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.wpbm-circular-list-template-1 .wpbm-title a:hover,
.wpbm-circular-list-template-1 .wpbm-meta-wrap > div a:hover{
	color:#f7a700;
}
.wpbm-circular-list-template-1 .wpbm-content {
    font-size: 14px;
    color: #7a7979;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
    margin-bottom: 18px;
}
.wpbm-circular-list-template-1 .wpbm-meta-two-wrap {
    display: inline-block;
    width: 100%;
    text-align: right;
}
.wpbm-circular-list-template-1 .wpbm-link-button {
    float: left;
}
.wpbm-circular-list-template-1 .wpbm-share-wrap a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    font-size: 13px;
    color: #f7a700;
    -moz-box-shadow: 0 6px 6px #DDDDDD;
    -webkit-box-shadow: 0 6px 6px #DDDDDD;
    box-shadow: 0 6px 6px #DDDDDD;
    margin: 0 4px 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-circular-list-template-1 .wpbm-share-wrap a:hover {
    background: #f7a700;
    color: #fff;
}
/*anchor tag*/

.wpbm-circular-list-template-1 .wpbm-link-button a {
    padding: 9px 11px;
    font-weight: 500;
}
.wpbm-circular-list-template-1 .wpbm-category-list a {
    padding: 9px;
    font-weight: 600;
    margin-bottom: 5px;
}
.wpbm-circular-list-template-1 .wpbm-tag-list a {
    font-weight: 500;
    padding: 6px 9px;
    margin-bottom: 2px;
}
.wpbm-circular-list-template-1 .wpbm-link-button a,
.wpbm-circular-list-template-1 .wpbm-category-list a,
.wpbm-circular-list-template-1 .wpbm-tag-list a {
    background-color: #f7a700;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-circular-list-template-1 .wpbm-link-button a:hover,
.wpbm-circular-list-template-1 .wpbm-category-list a:hover,
.wpbm-circular-list-template-1 .wpbm-tag-list a:hover {
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*right image*/

.wpbm-circular-list-template-1.wpbm-list.wpbm-right-image .wpbm-first-inner-wrap {
    float: right;
}
.wpbm-circular-list-template-1.wpbm-list.wpbm-right-image .wpbm-list-inner-wrap .wpbm-clearfix {
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.wpbm-circular-list-template-1.wpbm-list.wpbm-right-image .wpbm-category-wrap {
    padding-left: 0;
    padding-right: 0;
}
/********** circular-list-template-1 end***********/
/**********circular-list-template-2 start**********/

.wpbm-circular-list-template-2 .wpbm-list-inner-wrap {
    margin-top: 50px;
    border: 1px solid #d8d8d8;
    padding: 16px;
    background: #fff;
}
.wpbm-circular-list-template-2 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-circular-list-template-2 .wpbm-first-inner-wrap,
.wpbm-circular-list-template-2 .wpbm-share-wrap,
.wpbm-circular-list-template-2 .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-circular-list-template-2 .wpbm-first-inner-wrap {
    width: 282px;
}
.wpbm-circular-list-template-2 .wpbm-share-wrap {
    width: 65px;
}
.wpbm-circular-list-template-2 .wpbm-second-inner-wrap {
    width: -webkit-calc(100% - 282px - 65px);
    text-align: left;
    width: calc(100% - 282px - 65px);
}
.wpbm-circular-list-template-2 .wpbm-first-inner-wrap .wpbm-image {
    max-width: 265px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: -15px 9px 0 -3px #EFEFEF;
    -webkit-box-shadow: -15px 9px 0 -3px #EFEFEF;
    box-shadow: -15px 9px 0 -3px #EFEFEF;
}
.wpbm-circular-list-template-2 .wpbm-first-inner-wrap .wpbm-image:before {
    content: '';
    padding-top: 100%;
    display: block;
}
.wpbm-circular-list-template-2 .wpbm-first-inner-wrap .wpbm-image img {
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-circular-list-template-2 .wpbm-share-wrap a {
    display: block;
    width: 34px;
    height: 36px;
    margin: 0 auto 2px;
    line-height: 36px;
    text-align: center;
    background: #00bf9d;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}
.wpbm-circular-list-template-2 .wpbm-share-wrap a:before {
    box-shadow: inset 0 0 0 48px transparent;
    z-index: 1;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.wpbm-circular-list-template-2 .wpbm-share-wrap a:before,
.wpbm-circular-list-template-2 .wpbm-share-wrap a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.wpbm-circular-list-template-2 .wpbm-share-wrap a:hover:before {
    box-shadow: inset 0 0 0 4px #4099ff;
}
.wpbm-circular-list-template-2 .wpbm-share-wrap .wpbm-fb {
    background: #1b70b6;
}
.wpbm-circular-list-template-2 .wpbm-share-wrap .wpbm-tw {
    background: #38b4e7;
}
.wpbm-circular-list-template-2 .wpbm-share-wrap .wpbm-ln {
    background: #0084bf;
}
.wpbm-circular-list-template-2 .wpbm-share-wrap .wpbm-gp {
    background: #dd4b39;
}
.wpbm-circular-list-template-2 .wpbm-share-wrap .wpbm-pn {
    background: #cb2027;
}
.wpbm-circular-list-template-2 .wpbm-lower-wrap {
    padding: 30px 0;
}
.wpbm-circular-list-template-2 .wpbm-category-list a,
.wpbm-circular-list-template-2 .wpbm-category-list a:visited {
    display: inline-block;
    margin-bottom: 2px;
    font-family: 'Lato', sans-serif;
    background: #1f6bc4;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-circular-list-template-2 .wpbm-category-list a:hover {
    color: #1f6bc4;
    background: #ccc;
}
.wpbm-circular-list-template-2 .wpbm-category-list {
    margin-bottom: 10px;
}
.wpbm-circular-list-template-2 .wpbm-title {
    margin-bottom: 10px;
}
.wpbm-circular-list-template-2 .wpbm-title a{
    font-size: 26px;
    color: #222222;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
}
.wpbm-circular-list-template-2 .wpbm-meta-wrap {
    margin-bottom: 18px;
}
.wpbm-circular-list-template-2 .wpbm-meta-wrap > div {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: #777777;
    font-weight: 500;
    font-size: 11px;
    margin: 0 13px 2px 0;
    padding-left: 15px;
    position: relative;
}
.wpbm-circular-list-template-2 .wpbm-meta-wrap > div .fa {
    position: absolute;
    left: 0;
    top: 0;
}
.wpbm-circular-list-template-2 .wpbm-content {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #7a7979;
    line-height: 1.5;
    margin-bottom: 17px;
}
.wpbm-circular-list-template-2 .wpbm-content a {
    color: #1f6bc4;
}
.wpbm-circular-list-template-2 .wpbm-bottom-wrap {
    border-top: 1px solid #d8d8d8;
    padding: 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.wpbm-circular-list-template-2 .wpbm-author-name {
    float: left;
    font-weight: 500;
}
.wpbm-circular-list-template-2 .wpbm-author-name img {
    margin-right: 15px;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-circular-list-template-2 .wpbm-tag-list {
    float: right;
    margin-left: auto;
    color: #5d5d5d;
    padding-left: 25px;
    position: relative;
}
.wpbm-circular-list-template-2 .wpbm-author-name a,
.wpbm-circular-list-template-2 .wpbm-tag-list a {
    color: #5d5d5d;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.wpbm-circular-list-template-2 .wpbm-tag-list a {
    font-weight: 600;
}
.wpbm-circular-list-template-2 .wpbm-title a:hover,
.wpbm-circular-list-template-2 .wpbm-author-name a:hover,
.wpbm-circular-list-template-2 .wpbm-tag-list a:hover {
    color: #1f6bc4;
}
.wpbm-circular-list-template-2 .wpbm-tag-list .fa-tag {
    font-size: 16px;
    color: #0186d5;
    position: absolute;
    left: 0;
    top: 3px;
}
/*right image css*/

.wpbm-circular-list-template-2.wpbm-right-image .wpbm-first-inner-wrap,
.wpbm-circular-list-template-2.wpbm-right-image .wpbm-share-wrap,
.wpbm-circular-list-template-2.wpbm-right-image .wpbm-second-inner-wrap {
    float: right;
}
/********** circular-list-template-2 end***********/
/********** circular-list-template-3 start*********/

.wpbm-circular-list-template-3 .wpbm-list-inner-wrap {
    margin-top: 30px;
    position: relative;
    background: #000;
    padding: 47px 27px;
}
.wpbm-circular-list-template-3 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0px;
}
.wpbm-circular-list-template-3 .wpbm-first-inner-wrap,
.wpbm-circular-list-template-3 .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-circular-list-template-3 .wpbm-first-inner-wrap {
    width: 33%;
    position: relative;
    z-index: 9;
}
.wpbm-circular-list-template-3 .wpbm-second-inner-wrap {
    width: 67%;
    text-align: center;
    /*background-color:#ebe8e8;*/
}
.wpbm-circular-list-template-3 .wpbm-image {
    max-width: 276px;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    border: 6px solid #fff;
}
.wpbm-circular-list-template-3 .wpbm-image:before {
    content: '';
    padding-top: 100%;
    display: block;
}
.wpbm-circular-list-template-3 .wpbm-image img {
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-circular-list-template-3 .wpbm-second-inner-wrap-contain {
    padding: 24px 6% 15px;
}
.wpbm-circular-list-template-3 .wpbm-category-list {
    margin-bottom: 14px;
}
.wpbm-circular-list-template-3 .wpbm-category-list a {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #e4a697;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 5px;
}
.wpbm-circular-list-template-3 .wpbm-title {
    margin-bottom: 10px;
}
.wpbm-circular-list-template-3 .wpbm-title a{
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #d4d4d4;
    text-transform: uppercase;
}
.wpbm-circular-list-template-3 .wpbm-meta-wrap {
    margin-bottom: 18px;
}
.wpbm-circular-list-template-3 .wpbm-meta-wrap > div {
	    margin: 0 4px;
}
.wpbm-circular-list-template-3 .wpbm-meta-wrap > div ,
.wpbm-circular-list-template-3 .wpbm-meta-wrap > div a{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight:500;
    color: #e2e2e2;
    font-family: 'Roboto', sans-serif;
}
.wpbm-circular-list-template-3 .wpbm-title a:hover,
.wpbm-circular-list-template-3 .wpbm-meta-wrap > div a:hover{
	color:#e4a697;
}
.wpbm-circular-list-template-3 .wpbm-meta-wrap .wpbm-date i {
    font-size: 5px;
    vertical-align: middle;
    margin-right: 6px;
}
.wpbm-circular-list-template-3 .wpbm-content {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #a1a1a1;
    line-height: 1.7;
    margin-bottom: 10px;
}
.wpbm-circular-list-template-3 .wpbm-meta-two-wrap {
    background-color: #e4a697;
    z-index: 1;
}
.wpbm-circular-list-template-3 .wpbm-link-button a {
    color: #e4a697;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-circular-list-template-3 .wpbm-link-button a:hover {
    letter-spacing: 5px;
}
.wpbm-circular-list-template-3 .wpbm-link-button a:after,
.wpbm-circular-list-template-3 .wpbm-link-button a:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(228, 166, 151, 0);
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wpbm-circular-list-template-3 .wpbm-link-button a:after {
    bottom: 0;
}
.wpbm-circular-list-template-3 .wpbm-link-button a:before {
    top: 0;
}
.wpbm-circular-list-template-3 .wpbm-link-button a:hover:after,
.wpbm-circular-list-template-3 .wpbm-link-button a:hover:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #e4a697;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}
.wpbm-circular-list-template-3 .wpbm-link-button a:hover:before {
    width: 100%;
}
.wpbm-circular-list-template-3 .wpbm-meta-two-wrap > div {
    width: 33.33%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    border-right: 1px solid #edc3b9;
    padding: 18px 5px;
}
.wpbm-circular-list-template-3 .wpbm-meta-two-wrap > div:last-child {
    border-right: 0;
}
.wpbm-circular-list-template-3 .wpbm-tag-list a {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 0 10px;
    display: inline-block;
}
.wpbm-circular-list-template-3 .wpbm-category-list a:hover,
.wpbm-circular-list-template-3 .wpbm-tag-list a:hover {
    color: #fff;
}
.wpbm-circular-list-template-3 .wpbm-comment-wrap {
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.wpbm-circular-list-template-3 .wpbm-share-wrap a {
    color: #fff;
    font-size: 17px;
    padding: 2px 9px;
}
.wpbm-circular-list-template-3 .wpbm-share-wrap a i {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-circular-list-template-3 .wpbm-share-wrap a:hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
/*right-image*/

.wpbm-circular-list-template-3.wpbm-list.wpbm-right-image .wpbm-first-inner-wrap {
    float: right;
}
/********** circular-list-template-3 end***********/
/********** circular-list-template-4 start*********/

.wpbm-circular-list-template-4 .wpbm-list-inner-wrap {
    background-color: #f8f8f8;
    margin-top: 30px;
    padding: 24px 24px 21px;
    -moz-box-shadow: 4px 4px 7px 1px #EFEFEF;
    -webkit-box-shadow: 4px 4px 7px 1px #EFEFEF;
    box-shadow: 4px 4px 7px 1px #EFEFEF;
}
.wpbm-circular-list-template-4 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-circular-list-template-4 .wpbm-first-inner-wrap,
.wpbm-circular-list-template-4 .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-circular-list-template-4 .wpbm-first-inner-wrap {
    width: 37%;
}
.wpbm-circular-list-template-4 .wpbm-second-inner-wrap {
    width: 63%;
    padding-left: 30px;
    padding-top: 23px;
    text-align: left;
}
.wpbm-circular-list-template-4 .wpbm-image {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    max-width: 320px;
    margin: auto;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.wpbm-circular-list-template-4 .wpbm-image:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.wpbm-circular-list-template-4 .wpbm-image img {
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-circular-list-template-4 .wpbm-category-wrap {
    margin-bottom: 10px;
}
.wpbm-circular-list-template-4 .wpbm-category-list a {
    font-family: 'Merriweather', serif;
    font-size: 15px;
    color: #e91616;
    font-weight: 500;
    margin-right: 16px;
    margin-bottom: 2px;
    display: inline-block;
}
.wpbm-circular-list-template-4 .wpbm-category-list a:hover {
    color: #777;
}
.wpbm-circular-list-template-4 .wpbm-title {
    margin-bottom: 27px;
}
.wpbm-circular-list-template-4 .wpbm-title a{
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}
.wpbm-circular-list-template-4 .wpbm-title a:hover{
	color:#e91616;
}
.wpbm-circular-list-template-4 .wpbm-meta-wrap {
    margin-bottom: 40px;
}
.wpbm-circular-list-template-4 .wpbm-meta-wrap > div,
.wpbm-circular-list-template-4 .wpbm-meta-wrap > div a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Merriweather', serif;
    font-size: 15px;
    color: #777;
    font-weight: 500;
}
.wpbm-circular-list-template-4 .wpbm-meta-wrap > div:nth-of-type(n+2):before {
    position: relative;
    content: '-';
    display: inline-block;
}
.wpbm-circular-list-template-4 .wpbm-meta-wrap .wpbm-author-name a{
    color: #e91616;
}
.wpbm-circular-list-template-4 .wpbm-meta-wrap .wpbm-author-name a:hover{
	color:#777;
}
.wpbm-circular-list-template-4 .wpbm-content {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    margin-bottom: 24px;
}
.wpbm-circular-list-template-4 .wpbm-link-button {
    margin-bottom: 19px;
}
.wpbm-circular-list-template-4 .wpbm-link-button a {
    position: relative;
    display: inline-block;
    font-family: 'Merriweather', serif;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 12px 8px;
    background-color: #e91616;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.wpbm-circular-list-template-4 .wpbm-link-button a:hover {
    -webkit-animation-name: wpbm-hvr-wobble-skew;
    animation-name: wpbm-hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.wpbm-circular-list-template-4 .wpbm-link-button a:before {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 7px 7.5px;
    border-color: transparent transparent #e91616 transparent;
}
.wpbm-circular-list-template-4 .wpbm-meta-two-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.wpbm-circular-list-template-4 .wpbm-tag-list {
    float: left;
}
.wpbm-circular-list-template-4 .wpbm-tag-list a {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #d1d0d5;
    padding: 7px 11px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 3px;
}
.wpbm-circular-list-template-4 .wpbm-tag-list a:hover {
    color: #e91616;
    border: 1px solid #e91616;
}
.wpbm-circular-list-template-4 .wpbm-share-wrap {
    float: right;
    margin-left: auto;
}
.wpbm-circular-list-template-4 .wpbm-share-wrap a {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #d1d0d5;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 3px;
}
.wpbm-circular-list-template-4 .wpbm-share-wrap a:hover {
    color: #fff;
    background-color: #e91616;
}
/*right image*/

.wpbm-circular-list-template-4.wpbm-list.wpbm-right-image .wpbm-first-inner-wrap {
    float: right;
}
.wpbm-circular-list-template-4.wpbm-list.wpbm-right-image .wpbm-second-inner-wrap {
    padding-right: 30px;
    padding-left: 0;
}
/********** circular-list-template-4 end***********/
/********** circular-list-template-5 start*********/

.wpbm-circular-list-template-5 .wpbm-list-inner-wrap {
    margin-top: 30px;
    background: #fff;
    padding: 4%;
}
.wpbm-circular-list-template-5 .wpbm-list-inner-wrap:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-circular-list-template-5 .wpbm-first-inner-wrap,
.wpbm-circular-list-template-5 .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-circular-list-template-5 .wpbm-first-inner-wrap {
    width: 45%;
    position: relative;
    text-align: center;
}
.wpbm-circular-list-template-5 .wpbm-image {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    max-width: 284px;
    margin: 0 auto;
}
.wpbm-circular-list-template-5 .wpbm-image:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.wpbm-circular-list-template-5 .wpbm-image img {
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-circular-list-template-5 .wpbm-second-inner-wrap {
    width: 55%;
    padding-left: 25px;
    text-align: left;
}
.wpbm-circular-list-template-5 .wpbm-share-wrap {
    margin-top: 13px;
}
.wpbm-circular-list-template-5 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #dc3c30;
    text-align: center;
    line-height: 27px;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-circular-list-template-5 .wpbm-share-wrap a:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.wpbm-circular-list-template-5 .wpbm-category-wrap {
    margin-bottom: 12px;
}
.wpbm-circular-list-template-5 .wpbm-category-list a {
    display: inline-block;
    font-size: 12px;
    color: #888888;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 2px;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-circular-list-template-5 .wpbm-category-list a:hover {
    color: #dc3c30;
}
.wpbm-circular-list-template-5 .wpbm-title {
    margin-bottom: 14px;
}
.wpbm-circular-list-template-5 .wpbm-title a{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
}
.wpbm-circular-list-template-5 .wpbm-title a:hover{
	color:#dc3c30;
}
.wpbm-circular-list-template-5 .wpbm-meta-wrap {
    margin-bottom: 12px;
}
.wpbm-circular-list-template-5 .wpbm-meta-wrap > div {
    display: inline-block;
    color: #949494;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-right: 9px;
    position: relative;
    margin-bottom: 2px;
}
.wpbm-circular-list-template-5 .wpbm-meta-wrap > div a {
    color: #e20600;
    text-transform: uppercase;
}
.wpbm-circular-list-template-5 .wpbm-meta-wrap > div a :hover{
	color:#222;
}
.wpbm-circular-list-template-5 .wpbm-date,
.wpbm-circular-list-template-5 .wpbm-comment-wrap {
    padding-left: 16px;
}
.wpbm-circular-list-template-5 .wpbm-date:before,
.wpbm-circular-list-template-5 .wpbm-comment-wrap:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpbm-circular-list-template-5 .wpbm-content {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 18px;
}
.wpbm-circular-list-template-5 .wpbm-meta-two-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.wpbm-circular-list-template-5 .wpbm-link-button {
    float: left;
}
.wpbm-circular-list-template-5 .wpbm-link-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-circular-list-template-5 .wpbm-link-button a:hover {
    color: #dc3c30;
}
.wpbm-circular-list-template-5 .wpbm-link-button a i {
    margin-left: 5px;
    -webkit-transition: margin-left 0.5s ease-in-out;
    transition: margin-left 0.5s ease-in-out;
}
.wpbm-circular-list-template-5 .wpbm-link-button a:hover i {
    margin-left: 7px;
}
.wpbm-circular-list-template-5 .wpbm-tag-list {
    float: right;
    margin-left: auto;
}
.wpbm-circular-list-template-5 .wpbm-tag-list a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background: #dc3c30;
    padding: 7px 16px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-circular-list-template-5 .wpbm-tag-list a:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*image right*/

.wpbm-circular-list-template-5.wpbm-right-image .wpbm-first-inner-wrap {
    float: right;
}
.wpbm-circular-list-template-5.wpbm-right-image .wpbm-second-inner-wrap {
    padding-right: 25px;
    padding-left: 0;
}
/********** circular-list-template-5 end***********/
/*-----------------------------
Circular-List Layout  css end
--------------------------------*/
/*---------------------------------------
                Grid Layout css start
---------------------------------------*/

.wpbm-grid {
    text-align: left;
}
.wpbm-grid.wpbm-desktop-col-1 {
    text-align: center;
}
.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap-contain {
    display: inline-block
}
.wpbm-grid .wpbm-inner-wrap {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    margin-top: 40px;
}
.wpbm-grid.wpbm-desktop-col-4 .wpbm-inner-wrap {
    width: 25%;
}
.wpbm-grid.wpbm-desktop-col-4 .wpbm-inner-wrap:nth-of-type(1),
.wpbm-grid.wpbm-desktop-col-4 .wpbm-inner-wrap:nth-of-type(2),
.wpbm-grid.wpbm-desktop-col-4 .wpbm-inner-wrap:nth-of-type(3),
.wpbm-grid.wpbm-desktop-col-4 .wpbm-inner-wrap:nth-of-type(4),
.wpbm-grid.wpbm-desktop-col-3 .wpbm-inner-wrap:nth-of-type(3),
.wpbm-grid.wpbm-desktop-col-3 .wpbm-inner-wrap:nth-of-type(2),
.wpbm-grid.wpbm-desktop-col-3 .wpbm-inner-wrap:nth-of-type(1),
.wpbm-grid.wpbm-desktop-col-2 .wpbm-inner-wrap:nth-of-type(2),
.wpbm-grid.wpbm-desktop-col-2 .wpbm-inner-wrap:nth-of-type(1),
.wpbm-grid.wpbm-tablet-col-3 .wpbm-inner-wrap:nth-of-type(3),
.wpbm-grid.wpbm-tablet-col-3 .wpbm-inner-wrap:nth-of-type(2),
.wpbm-grid.wpbm-tablet-col-3 .wpbm-inner-wrap:nth-of-type(1),
.wpbm-grid.wpbm-tablet-col-2 .wpbm-inner-wrap:nth-of-type(2),
.wpbm-grid.wpbm-tablet-col-2 .wpbm-inner-wrap:nth-of-type(1),
.wpbm-grid.wpbm-mobile-col-2 .wpbm-inner-wrap:nth-of-type(2),
.wpbm-grid.wpbm-mobile-col-2 .wpbm-inner-wrap:nth-of-type(1),
.wpbm-grid.wpbm-mobile-col-1 .wpbm-inner-wrap:nth-of-type(1) {
    margin-top: 0px;
}
.wpbm-grid.wpbm-desktop-col-3 .wpbm-inner-wrap,
.wpbm-grid.wpbm-tablet-col-3 .wpbm-inner-wrap {
    width: 33.33%;
}
.wpbm-grid.wpbm-desktop-col-2 .wpbm-inner-wrap,
.wpbm-grid.wpbm-tablet-col-2 .wpbm-inner-wrap,
.wpbm-grid.wpbm-mobile-col-2 .wpbm-inner-wrap {
    width: 50%;
}
.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap,
.wpbm-grid.wpbm-tablet-col-1 .wpbm-inner-wrap,
.wpbm-grid.wpbm-mobile-col-1 .wpbm-inner-wrap {
    width: 100%;
    margin-right: 0;
    text-align: center;
}
.wpbm-main-blog-wrapper.wpbm-grid.wpbm-mobile-col-1 {
    margin: 0;
}
/*************grid template-1 css start****************/

.wpbm-grid-template-1 {
    margin: 0 -15px;
}
.wpbm-grid-template-1 .wpbm-inner-wrap {
    padding: 0 15px;
}
.wpbm-grid-template-1 .wpbm-inner-wrap-contain {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.wpbm-grid-template-1 .wpbm-inner-wrap-contain:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.3);
}
.wpbm-grid-template-1 .wpbm-bottom-grid-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 9;
    color: #fff;
    padding: 10px 20px 44px 20px;
}
.wpbm-grid-template-1 .wpbm-meta-wrap {
    margin-bottom: 7px;
}
.wpbm-grid-template-1 .wpbm-meta-wrap > div {
    margin-right: 17px;
    position: relative;
    padding: 0 0 0 12px;
}
.wpbm-grid-template-1 .wpbm-meta-wrap > div,
.wpbm-grid-template-1 .wpbm-meta-wrap > div a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
}
.wpbm-grid-template-1 .wpbm-title {
    line-height: 1.5;
    margin-bottom: 2px;
}
.wpbm-grid-template-1 .wpbm-title a{
    font-size: 28px;
    font-family: 'Merriweather', serif;
    font-weight: 500;
    color: #fff;
    display:inline-block;
}
.wpbm-grid-template-1 .wpbm-content {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 18px;
}
.wpbm-grid-template-1 .wpbm-share-wrap {
    margin-bottom: 16px;
}
.wpbm-grid-template-1 .wpbm-share-wrap .wpbm-share-wrap-contain {
    position: relative;
    display: inline-block;
    padding: 0 17px;
    width: 100%;
    max-width: 250px;
}
.wpbm-grid-template-1 .wpbm-share-wrap .wpbm-share-wrap-contain:before,
.wpbm-grid-template-1 .wpbm-share-wrap .wpbm-share-wrap-contain:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpbm-grid-template-1 .wpbm-share-wrap .wpbm-share-wrap-contain:before {
    right: 100%;
}
.wpbm-grid-template-1 .wpbm-share-wrap .wpbm-share-wrap-contain:after {
    left: 100%;
}
.wpbm-grid-template-1 .wpbm-share-wrap a {
    background-color: #c4a374;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 28px;
    height: 28px;

    font-size: 12px;
    margin: 0 5px 7px;
    -webkit-transition: all 0.5 ease-in-out;
    transition: all 0.5 ease-in-out;
}
.wpbm-grid-template-1 .wpbm-share-wrap a i{
	    line-height: 28px;
}
.wpbm-grid-template-1 .wpbm-share-wrap a:hover {
    background-color: #fff;
    color: #c4a374;
}
.wpbm-grid-template-1 .wpbm-link-button {
    float: left;
}
.wpbm-grid-template-1 .wpbm-link-button a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.wpbm-grid-template-1 .wpbm-tag-list {
    float: right;
}
.wpbm-grid-template-1 .wpbm-tag-list a,
.wpbm-grid-template-1 .wpbm-link-button a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.wpbm-grid-template-1 .wpbm-tag-list a {
    margin-left: 3px;
}
.wpbm-grid-template-1 .wpbm-title a:hover,
.wpbm-grid-template-1 .wpbm-meta-wrap > div a:hover,
.wpbm-grid-template-1 .wpbm-tag-list a:hover,
.wpbm-grid-template-1 .wpbm-link-button a:hover {
    color: #c4a374;
}
/*Grid Responsive*/

.wpbm-grid-template-1.wpbm-desktop-col-4 .wpbm-title,
.wpbm-grid-template-1.wpbm-desktop-col-3 .wpbm-title,
.wpbm-grid-template-1.wpbm-desktop-col-4 .wpbm-content {
    line-height: 1.2;
}
.wpbm-grid-template-1.wpbm-desktop-col-4 .wpbm-title {
    font-size: 20px;
}
.wpbm-grid-template-1.wpbm-desktop-col-4 .wpbm-content {
    font-size: 14px;
}
.wpbm-grid-template-1.wpbm-desktop-col-4 .wpbm-share-wrap {
    margin-bottom: 9px;
}
.wpbm-grid-template-1.wpbm-desktop-col-4 .wpbm-bottom-grid-wrap {
    padding-bottom: 15px;
}
.wpbm-grid-template-1.wpbm-desktop-col-4 .wpbm-link-button {
    margin-bottom: 5px;
}
.wpbm-grid-template-1.wpbm-desktop-col-4 .wpbm-link-button,
.wpbm-grid-template-1.wpbm-desktop-col-4 .wpbm-tag-list {
    float: none;
    width: 100%;
    text-align: center;
}
.wpbm-grid-template-1.wpbm-desktop-col-4 .wpbm-meta-wrap > div,
.wpbm-grid-template-1.wpbm-desktop-col-4 .wpbm-meta-wrap > div a {
    font-size: 12px;
}
.wpbm-grid-template-1.wpbm-desktop-col-4 .wpbm-share-wrap .wpbm-share-wrap-contain {
    max-width: 100%;
    padding: 0;
}
.wpbm-grid-template-1.wpbm-desktop-col-4 .wpbm-share-wrap .wpbm-share-wrap-contain:before,
.wpbm-grid-template-1.wpbm-desktop-col-4 .wpbm-share-wrap .wpbm-share-wrap-contain:after {
    content: none;
}
.wpbm-grid-template-1 .wpbm-common-wrap,
.wpbm-grid-template-3 .wpbm-common-wrap,
.wpbm-grid-template-4 .wpbm-common-wrap,
.wpbm-grid-template-5 .wpbm-common-wrap,
.wpbm-grid-template-7 .wpbm-common-wrap,
.wpbm-grid-template-11 .wpbm-common-wrap,
.wpbm-grid-template-28 .wpbm-common-wrap {
    margin-bottom: 20px;
}
.wpbm-grid-template-28 .wpbm-media-upper-wrap .bx-wrapper {
    margin-bottom: 20px;
}
.wpbm-grid-template-1 .wpbm-media-upper-wrap .wpbm-share-wrap .wpbm-share-wrap-contain:before,
.wpbm-grid-template-1 .wpbm-media-upper-wrap .wpbm-share-wrap .wpbm-share-wrap-contain:after {
    background-color: #222;
}
.wpbm-grid-template-10.wpbm-desktop-col-4 .wpbm-title {
    font-size: 22px;
}
.wpbm-grid-template-11.wpbm-desktop-col-4 .wpbm-meta-wrap > div:before {
    content: none;
}
.wpbm-grid-template-11.wpbm-desktop-col-4 .wpbm-link-button {
    margin-bottom: 10px;
    float: none;
}
.wpbm-grid-template-12.wpbm-desktop-col-4 .wpbm-bottom-wrap .wpbm-tag-list,
.wpbm-grid-template-12.wpbm-desktop-col-4 .wpbm-bottom-wrap .wpbm-share-wrap {
    float: none;
    text-align: center;
}
.wpbm-grid-template-12.wpbm-desktop-col-4 .wpbm-bottom-wrap .wpbm-tag-list + .wpbm-share-wrap {
    margin-top: 7px;
}
.wpbm-grid-template-13.wpbm-desktop-col-4 .wpbm-first-wrap {
    width: 90px;
}
.wpbm-grid-template-13.wpbm-desktop-col-4 .wpbm-category-list a,
.wpbm-grid-template-13.wpbm-desktop-col-4 .wpbm-tag-header,
.wpbm-grid-template-13.wpbm-desktop-col-4 .wpbm-tag-list a {
    font-size: 12px;
}
.wpbm-grid-template-13.wpbm-desktop-col-4 .wpbm-date-day {
    font-size: 24px;
}
.wpbm-grid-template-13.wpbm-desktop-col-4 .wpbm-month {
    font-size: 15px;
}
.wpbm-grid-template-13.wpbm-desktop-col-4 .wpbm-second-wrap {
    padding-left: 5px;
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
}
.wpbm-grid-template-13.wpbm-desktop-col-4 .wpbm-content {
    font-size: 14px;
}
.wpbm-grid-template-13.wpbm-desktop-col-4 .wpbm-link-button a {
    font-size: 14px;
    padding: 9px 17px;
}
.wpbm-grid-template-13.wpbm-desktop-col-4 .wpbm-title {
    font-size: 20px;
}
.wpbm-grid-template-13.wpbm-desktop-col-4 .wpbm-share-wrap a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.wpbm-grid-template-14.wpbm-desktop-col-4 .wpbm-social-wrap {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.wpbm-grid-template-14.wpbm-desktop-col-4 .wpbm-description-wrap {
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding-left: 15px;
    padding-top: 15px;
}
.wpbm-grid-template-14.wpbm-desktop-col-4 .wpbm-title {
    font-size: 24px;
}
.wpbm-grid-template-14.wpbm-desktop-col-4 .wpbm-content {
    font-size: 14px;
}
.wpbm-grid-template-14.wpbm-desktop-col-4 .wpbm-lower-wrap {
    display: block;
}
.wpbm-grid-template-14.wpbm-desktop-col-4 .wpbm-lower-wrap .wpbm-link-button,
.wpbm-grid-template-14.wpbm-desktop-col-4 .wpbm-lower-wrap .wpbm-tag-list {
    float: none;
}
.wpbm-grid-template-14.wpbm-desktop-col-4 .wpbm-lower-wrap .wpbm-link-button + .wpbm-tag-list {
    margin-top: 10px;
}
.wpbm-grid-template-14.wpbm-desktop-col-4 .wpbm-lower-wrap .wpbm-tag-list a {
    margin-left: 0;
    margin-right: 7px;
}
.wpbm-grid-template-14.wpbm-desktop-col-4 .wpbm-share-wrap a i {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
/**/

.wpbm-main-blog-wrapper .wpbm-common-wrap iframe {
    width: 100%;
    min-height: 320px;
}
.wpbm-content-block-container .wpbm-side-thumbnail-wrapper .wpbm-common-wrap iframe {
    min-height: auto;
}
.wpbm-grid-template-1 .wpbm-media-upper-wrap .wpbm-inner-wrap-contain:before {
    content: none;
}
.wpbm-grid-template-1 .wpbm-media-upper-wrap .wpbm-bottom-grid-wrap {
    position: static;
}
.wpbm-grid-template-1 .wpbm-media-upper-wrap .wpbm-meta-wrap > div,
.wpbm-grid-template-1 .wpbm-media-upper-wrap .wpbm-meta-wrap > div a,
.wpbm-grid-template-1 .wpbm-media-upper-wrap .wpbm-title a,
.wpbm-grid-template-1 .wpbm-media-upper-wrap .wpbm-content,
.wpbm-grid-template-1 .wpbm-media-upper-wrap .wpbm-tag-list a,
.wpbm-grid-template-1 .wpbm-media-upper-wrap .wpbm-link-button a,
.wpbm-grid-template-1 .wpbm-meta-wrap > div:before {
    color: #222;
}
.wpbm-grid-template-1 .wpbm-media-upper-wrap .wpbm-meta-wrap > div a:hover,
.wpbm-grid-template-1 .wpbm-media-upper-wrap .wpbm-tag-list a:hover,
.wpbm-grid-template-1 .wpbm-media-upper-wrap .wpbm-link-button a:hover {
    color: #c4a374;
}
.wpbm-main-blog-wrapper .wpbm-item-pager .bx-controls .bx-prev,
.wpbm-main-blog-wrapper .wpbm-item-pager .bx-controls .bx-next,
.wpbm-main-blog-wrapper .wpbm-mag-upper-wrap .wpbm-first-wrap .bx-controls .bx-prev,
.wpbm-main-blog-wrapper .wpbm-mag-upper-wrap .wpbm-first-wrap .bx-controls .bx-next,
.wpbm-main-blog-wrapper .wpbm-masonry-common-wrap .bx-wrapper .bx-controls .bx-prev,
.wpbm-main-blog-wrapper .wpbm-masonry-common-wrap .bx-wrapper .bx-controls .bx-next,
.wpbm-main-blog-wrapper .wpbm-list-inner-wrap .bx-wrapper .bx-controls .bx-next,
.wpbm-main-blog-wrapper .wpbm-list-inner-wrap .bx-wrapper .bx-controls .bx-prev,
.wpbm-main-blog-wrapper .wpbm-timeline-item .bx-wrapper .bx-controls .bx-prev,
.wpbm-main-blog-wrapper .wpbm-timeline-item .bx-wrapper .bx-controls .bx-next {
    -webkit-border-radius: 0;
    border-radius: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    color: #fff;
    /*opacity:0;
	visibility:hidden;*/
    
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-indent: 0;
}
.wpbm-main-blog-wrapper .wpbm-item-pager .bx-prev,
.wpbm-main-blog-wrapper .wpbm-mag-upper-wrap .wpbm-first-wrap .bx-controls .bx-prev,
.wpbm-main-blog-wrapper .wpbm-masonry-common-wrap .bx-wrapper .bx-controls .bx-prev,
.wpbm-main-blog-wrapper .wpbm-list-inner-wrap .bx-wrapper .bx-controls .bx-prev,
.wpbm-main-blog-wrapper .wpbm-timeline-item .bx-wrapper .bx-controls .bx-prev {
    left: 0;
}
.wpbm-main-blog-wrapper .wpbm-item-pager .bx-next,
.wpbm-main-blog-wrapper .wpbm-mag-upper-wrap .wpbm-first-wrap .bx-controls .bx-next,
.wpbm-main-blog-wrapper .wpbm-masonry-common-wrap .bx-wrapper .bx-controls .bx-next,
.wpbm-main-blog-wrapper .wpbm-list-inner-wrap .bx-wrapper .bx-controls .bx-next,
.wpbm-main-blog-wrapper .wpbm-timeline-item .bx-wrapper .bx-controls .bx-next {
    right: 0;
}
.wpbm-list-template-11.wpbm-main-blog-wrapper .wpbm-list-inner-wrap .bx-wrapper .bx-controls .bx-next {
    right: 60px;
}
.wpbm-list-template-11 .wpbm-list-inner-wrap:nth-of-type(2n) .bx-wrapper .bx-controls .bx-next {
    right: 0px;
}
.wpbm-list-template-11 .wpbm-list-inner-wrap:nth-of-type(2n) .bx-wrapper .bx-controls .bx-prev {
    left: 60px;
}
.wpbm-main-blog-wrapper .wpbm-item-pager .bx-controls .bx-prev:hover,
.wpbm-main-blog-wrapper .wpbm-item-pager .bx-controls .bx-next:hover,
.wpbm-main-blog-wrapper .wpbm-mag-upper-wrap .wpbm-first-wrap .bx-controls .bx-prev:hover,
.wpbm-main-blog-wrapper .wpbm-mag-upper-wrap .wpbm-first-wrap .bx-controls .bx-next:hover,
.wpbm-main-blog-wrapper .wpbm-masonry-common-wrap .bx-wrapper .bx-controls .bx-next:hover,
.wpbm-main-blog-wrapper .wpbm-mag-upper-wrap .wpbm-first-wrap .bx-controls .bx-prev:hover,
.wpbm-main-blog-wrapper .wpbm-list-inner-wrap .bx-wrapper .bx-controls .bx-next:hover,
.wpbm-main-blog-wrapper .wpbm-list-inner-wrap .bx-wrapper .bx-controls .bx-prev:hover,
.wpbm-main-blog-wrapper .wpbm-timeline-item .bx-wrapper .bx-controls .bx-prev:hover,
.wpbm-main-blog-wrapper .wpbm-timeline-item .bx-wrapper .bx-controls .bx-next:hover {
    background: rgba(0, 0, 0, 1);
}
.wpbm-main-blog-wrapper .wpbm-item-pager {
    display: inline-block;
}
.wpbm-main-blog-wrapper .wpbm-item-pager .bx-pager,
.wpbm-main-blog-wrapper .wpbm-media-upper-wrap .bx-wrapper .bx-pager,
.wpbm-main-blog-wrapper .wpbm-masonry-common-wrap .bx-wrapper .bx-pager,
.wpbm-main-blog-wrapper .wpbm-list-inner-wrap .bx-wrapper .bx-pager,
.wpbm-main-blog-wrapper .wpbm-timeline-item .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.wpbm-main-blog-wrapper .wpbm-item-pager .bx-pager .bx-pager-item a,
.wpbm-main-blog-wrapper .wpbm-mag-upper-wrap .bx-pager .bx-pager-item a,
.wpbm-main-blog-wrapper .wpbm-mag-upper-wrap .bx-pager .bx-pager-item a,
.wpbm-main-blog-wrapper .wpbm-masonry-common-wrap .bx-wrapper .bx-pager a,
.wpbm-main-blog-wrapper .wpbm-list-inner-wrap .bx-wrapper .bx-pager a,
.wpbm-main-blog-wrapper .wpbm-timeline-item .bx-wrapper .bx-pager a {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-main-blog-wrapper .wpbm-item-pager .bx-pager .bx-pager-item a:hover,
.wpbm-main-blog-wrapper .wpbm-item-pager .bx-pager .bx-pager-item a.active,
.wpbm-main-blog-wrapper .wpbm-mag-upper-wrap .bx-pager .bx-pager-item a:hover,
.wpbm-main-blog-wrapper .wpbm-mag-upper-wrap .bx-pager .bx-pager-item a.active,
.wpbm-main-blog-wrapper .wpbm-mag-upper-wrap .bx-pager .bx-pager-item a.active,
.wpbm-main-blog-wrapper .wpbm-mag-upper-wrap .bx-pager .bx-pager-item a:hover,
.wpbm-main-blog-wrapper .wpbm-masonry-common-wrap .bx-wrapper .bx-pager a:hover,
.wpbm-main-blog-wrapper .wpbm-masonry-common-wrap .bx-wrapper .bx-pager a.active,
.wpbm-main-blog-wrapper .wpbm-list-inner-wrap .bx-wrapper .bx-pager a.active,
.wpbm-main-blog-wrapper .wpbm-list-inner-wrap .bx-wrapper .bx-pager a:hover,
.wpbm-main-blog-wrapper .wpbm-timeline-item .bx-wrapper .bx-pager a.active,
.wpbm-main-blog-wrapper .wpbm-timeline-item .bx-wrapper .bx-pager a:hover {
    background: rgba(0, 0, 0, 1);
}
/*************grid template-1 css end******************/
/*************grid template-2 css end******************/

.wpbm-grid-template-2 {
    margin: 0 -10px;
}
.wpbm-grid-template-2.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-2 .wpbm-inner-wrap {
    padding: 0 10px;
}
.wpbm-grid-template-2.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-2 .wpbm-inner-wrap:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-grid-template-2 .wpbm-share-outer-wrap .wpbm-share-wrap a:nth-of-type(1) {
    border-top: 0;
}
.wpbm-grid-template-2 .wpbm-inner-wrap-contain {
    position: relative;
    overflow: hidden;
}
.wpbm-grid-template-2 .wpbm-image {
    overflow: initial;
}
.wpbm-grid-template-2 .wpbm-image:hover img {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
.wpbm-grid-template-2 .wpbm-contain-wrap-all {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 473px;
    padding: 0 10px;
    text-align: center;
}
.wpbm-grid-template-2 .wpbm-contain-wrap-all .wpbm-contain-wrap-all-main {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    position: relative;
    padding: 24px 23px 18px;
}
.wpbm-grid-template-2 .wpbm-category-list {
    margin-bottom: 13px;
}
.wpbm-grid-template-2 .wpbm-category-list a {
    font-family: 'Merriweather', serif;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #149eed;
    font-weight: 500;
    padding: 0 8px 2px;
}
.wpbm-grid-template-2 .wpbm-category-list a:hover {
    color: #777777;
}
.wpbm-grid-template-2 .wpbm-title {
    margin-bottom: 3px;
}
.wpbm-grid-template-2 .wpbm-title a{
    font-size: 26px;
    font-family: 'Merriweather', serif;
    line-height: 1.5;
    color: #333;
}
.wpbm-grid-template-2 .wpbm-meta-wrap {
    margin-bottom: 10px;
}
.wpbm-grid-template-2 .wpbm-meta-wrap > div {
    display: inline-block;
    vertical-align: middle;
    color: #777777;
    font-size: 15px;
    font-family: 'Merriweather', serif;
    line-height: 1.3;
    font-weight: 500;
    padding-left: 16px;
    position: relative;
}
.wpbm-grid-template-2 .wpbm-meta-wrap > div:nth-of-type(1) {
    padding-left: 0;
}
.wpbm-grid-template-2 .wpbm-meta-wrap .wpbm-author-name a{
    color: #149eed;
}
.wpbm-grid-template-2 .wpbm-meta-wrap .wpbm-author-name a:hover{
	color:#333;
}
.wpbm-grid-template-2 .wpbm-meta-wrap > div:nth-of-type(1):before {
    content: none;
}
.wpbm-grid-template-2 .wpbm-meta-wrap > div:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}
.wpbm-grid-template-2 .wpbm-content {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 14px;
}
.wpbm-grid-template-2 .wpbm-link-button a {
    color: #fff;
    font-size: 12px;
    background-color: #149eed;
    border: 1px solid #149eed;
    display: inline-block;
    padding: 10px 31px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-2 .wpbm-link-button a:hover {
    background: transparent;
    color: #149eed;
    border-color: #149eed;
}
.wpbm-grid-template-2 .wpbm-bottom-wrap {
    padding-top: 22px;
}
.wpbm-grid-template-2 .wpbm-tag-list {
    float: left;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    position: relative;
    padding-left: 20px;
    text-align: left;
}
.wpbm-grid-template-2 .wpbm-tag-list i {
    position: absolute;
    left: 0;
    top: 2px;
}
.wpbm-grid-template-2 .wpbm-tag-list a {
    display: inline-block;
    font-family: 'Merriweather', serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 5px;
    color: #000;
}
.wpbm-grid-template-2 .wpbm-tag-list a:hover ,
.wpbm-grid-template-2 .wpbm-title a:hover{
    color: #149eed;
}
.wpbm-grid-template-2 .wpbm-share-outer-wrap {
    float: right;
    position: relative;
}
.wpbm-grid-template-2 .wpbm-share-outer-wrap i {
    width: 30px;
    text-align: center;
    color: #000;
    font-size: 17px;
    cursor: pointer;
}
.wpbm-grid-template-2 .wpbm-share-outer-wrap .wpbm-share-wrap {
    position: absolute;
    bottom: 30px;
    right: 0;
    background-color: #fff;
    padding: 5px;
}
.wpbm-grid-template-2 .wpbm-share-outer-wrap .wpbm-share-wrap a {
    display: block;
    border-top: 1px solid #eee;
    padding: 5px 0;
}
.wpbm-grid-template-2 .wpbm-share-outer-wrap .wpbm-share-wrap a i {
    font-size: 12px;
}
.wpbm-grid-template-2 .wpbm-media-upper-wrap .wpbm-contain-wrap-all {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    max-width: 100%;
}
/*************grid template-2 css end******************/
/*************grid template-3 css end******************/

.wpbm-grid-template-3 {
    margin: 0 -15px;
}
.wpbm-grid-template-3.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-3 .wpbm-inner-wrap {
    padding: 0 15px;
    text-align: left;
}
.wpbm-grid-template-3 .wpbm-image {
    margin-bottom: 23px;
}
.wpbm-grid-template-3 .wpbm-category-list {
    margin-bottom: 12px;
}
.wpbm-grid-template-3 .wpbm-category-list a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    color: #69ca9d;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.wpbm-grid-template-3 .wpbm-title{
    margin-bottom: 18px;
}
.wpbm-grid-template-3 .wpbm-title a{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.wpbm-grid-template-3 .wpbm-title a:hover{
	color:#69ca9d;
}
.wpbm-grid-template-3 .wpbm-meta-wrap {
    margin-bottom: 25px;
}
.wpbm-grid-template-3 .wpbm-meta-wrap > div {
    margin-right: 12px;
}
.wpbm-grid-template-3 .wpbm-meta-wrap > div,
.wpbm-grid-template-3 .wpbm-meta-wrap > div  a{
    display: inline-block;
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
.wpbm-grid-template-3 .wpbm-meta-wrap > div  a:hover{
	color:#777;
}
.wpbm-grid-template-3 .wpbm-content {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #777;
    line-height: 1.5;
    margin-bottom: 25px;
}
.wpbm-grid-template-3 .wpbm-link-button {
    margin-bottom: 20px;
}
.wpbm-grid-template-3 .wpbm-link-button a,
.wpbm-grid-template-3 .wpbm-link-button a:visited {
    color: #76cea5;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.wpbm-grid-template-3 .wpbm-bottom-wrap {
    border-top: 1px solid #e2e2e2;
    padding: 17px 0;
}
.wpbm-grid-template-3 .wpbm-tag-list,
.wpbm-grid-template-3 .wpbm-share-wrap {
    width: 50%;
    float: left;
}
.wpbm-grid-template-3.wpbm-desktop-col-4 .wpbm-tag-list {
    margin-bottom: 10px;
}
.wpbm-grid-template-3.wpbm-desktop-col-4 .wpbm-tag-list,
.wpbm-grid-template-3.wpbm-desktop-col-4 .wpbm-share-wrap {
    width: 100%;
    text-align: left;
}
.wpbm-grid-template-3 .wpbm-tag-list {
    text-align: left;
}
.wpbm-grid-template-3 .wpbm-share-wrap {
    text-align: right;
}
.wpbm-grid-template-3 .wpbm-tag-list a {
    margin-right: 7px;
    color: #76cea5;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.wpbm-grid-template-3 .wpbm-share-wrap a {
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #000;
}
.wpbm-grid-template-3 .wpbm-category-list a:hover,
.wpbm-grid-template-3 .wpbm-link-button a:hover,
.wpbm-grid-template-3 .wpbm-tag-list a:hover {
    color: #222;
}
.wpbm-grid-template-3 .wpbm-share-wrap a:hover {
    color: #76cea5;
}
/*************grid template-3 css end******************/
/*************grid template-4 css start****************/

.wpbm-grid-template-4 {
    margin: 0 -12px;
}
.wpbm-grid-template-4.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-4 .wpbm-inner-wrap {
    padding: 0 12px 5px;
    text-align: center;
}
.wpbm-grid-template-4 .wpbm-inner-wrap-contain {
    background-color: #fff;
    padding-bottom: 10px;
}
.wpbm-grid-template-4.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-4 .wpbm-image {
    margin-bottom: 26px;
}
.wpbm-grid-template-4 .wpbm-meta-wrap {
    margin-bottom: 16px;
}
.wpbm-grid-template-4 .wpbm-meta-wrap > div,
.wpbm-grid-template-4 .wpbm-meta-wrap > div a {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out, opacity 0.9s ease-in-out, visibility 0.9s ease-in-out;
    transition: all 0.5s ease-in-out, opacity 0.9s ease-in-out, visibility 0.9s ease-in-out;
}
.wpbm-grid-template-4 .wpbm-meta-wrap .wpbm-author-name,
.wpbm-grid-template-4 .wpbm-meta-wrap .wpbm-date,
.wpbm-grid-template-4 .wpbm-meta-wrap .wpbm-category-list a {
    padding: 0 15px 2px;
}
/*.wpbm-grid-template-4 .wpbm-meta-wrap > div a:before,
.wpbm-grid-template-4 .wpbm-meta-wrap > div a:after {
    content: '';
    width: 3px;
    height: 3px;
    position: absolute;
    background-color: #c4a474;
    visibility: hidden;
    opacity: 0;
    top: 5px;
}
.wpbm-grid-template-4 .wpbm-meta-wrap > div a:before {
    left: 0;
}
.wpbm-grid-template-4 .wpbm-meta-wrap > div a:after {
    right: 0;
    ;
}*/
.wpbm-grid-template-4 .wpbm-meta-wrap > div a:hover {
    color: #c4a474;
}
/*.wpbm-grid-template-4 .wpbm-meta-wrap > div a:hover:before,
.wpbm-grid-template-4 .wpbm-meta-wrap > div a:hover:after {
    visibility: visible;
    opacity: 1;
}
.wpbm-grid-template-4 .wpbm-meta-wrap > div a:before {
    left: -9px;
}
.wpbm-grid-template-4 .wpbm-meta-wrap > div a:after {
    right: -9px;
}*/
.wpbm-grid-template-4 .wpbm-title{
    margin-bottom: 45px;
}
.wpbm-grid-template-4 .wpbm-title a{
    font-size: 28px;
    font-family: 'Merriweather', serif;
    color: #333;
    font-weight: 500;
}
.wpbm-grid-template-4 .wpbm-title a:hover{
	color:#c4a474;
}
.wpbm-grid-template-4 .wpbm-content {
    font-size: 16px;
    color: #666666;
    font-family: 'Lato', sans-serif;
    line-height: 1.5;
    margin-bottom: 45px;
}
.wpbm-grid-template-4 .wpbm-link-button a {
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #c4a474;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-4 .wpbm-link-button a:hover {
    letter-spacing: 2px;
}
.wpbm-grid-template-4 .wpbm-share-wrap {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 37px;
}
.wpbm-grid-template-4 .wpbm-share-main-wrap {
    background-color: #fff;
    display: inline-block;
    padding: 0 25px;
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
}
.wpbm-grid-template-4 .wpbm-share-main-wrap a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-bottom: 3px;
    border: 2px solid #c4a474;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #c4a474;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.wpbm-grid-template-4 .wpbm-share-main-wrap a:before {
    content: '';
    position: absolute;
    border: white solid 2px;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    border-radius: 50%;
}
.wpbm-grid-template-4 .wpbm-share-main-wrap a:hover:before {
    opacity: 1;
}
.wpbm-grid-template-4 .wpbm-bottom-wrap > div,
.wpbm-grid-template-4 .wpbm-bottom-wrap > div a {
    display: inline-block;
    color: #c4a474;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
.wpbm-grid-template-4 .wpbm-bottom-wrap > div {
    margin-right: 20px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 2px;
}
.wpbm-grid-template-4 .wpbm-bottom-wrap > div i {
    position: absolute;
    font-size: 13px;
    left: 0;
    top: 0px;
    color: #000;
}
.wpbm-grid-template-4 .wpbm-bottom-wrap > div a:hover {
    color: #666;
}
/*************grid template-4 css end******************/
/*************grid template-5 css start****************/

.wpbm-grid-template-5 {
    margin: 0 -19px;
}
.wpbm-grid-template-5.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-5 .wpbm-inner-wrap {
    padding: 0 19px 5px;
    text-align: center;
}
.wpbm-grid-template-5.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-5 .wpbm-image {
    margin-bottom: 22px;
}
.wpbm-grid-template-5 .wpbm-category-wrap {
    margin-bottom: 22px;
}
.wpbm-grid-template-5 .wpbm-category-list a {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #f43a82;
    background-color: #f43a82;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-5 .wpbm-category-list a:hover {
    border: 1px solid #c8c7c9;
    color: #787878;
    background-color: transparent;
}
.wpbm-grid-template-5 .wpbm-title{
    margin-bottom: 18px;
}
.wpbm-grid-template-5 .wpbm-title a{
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #030303;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}
.wpbm-grid-template-5 .wpbm-title a:hover{
	color:#f43a82;
}
.wpbm-grid-template-5 .wpbm-meta-wrap {
    margin-bottom: 23px;
}
.wpbm-grid-template-5 .wpbm-meta-wrap >div {
    margin-bottom: 2px;
    padding: 0 13px 0 19px;
    margin-right: 10px;
}
.wpbm-grid-template-5 .wpbm-meta-wrap >div,
.wpbm-grid-template-5 .wpbm-meta-wrap >div a{
    position: relative;
    font-weight: 500;
     vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    display: inline-block;
    color:#777;
}
.wpbm-grid-template-5 .wpbm-meta-wrap >div a:hover{
	color:#f43a82;
}
.wpbm-grid-template-5 .wpbm-meta-wrap >div i {
    position: absolute;
    left: 0;
    top: 0;
    color: #888888;
}
.wpbm-grid-template-5 .wpbm-content {
    line-height: 1.5;
    margin-bottom: 20px;
    color: #787878;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 16px;
}
.wpbm-grid-template-5 .wpbm-link-button {
    margin-bottom: 22px;
}
.wpbm-grid-template-5 .wpbm-link-button a {
    display: inline-block;
    padding: 14px 16px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #c8c7c9;
    color: #787878;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-5 .wpbm-link-button a:hover {
    border: 1px solid #f43a82;
    background-color: #f43a82;
    color: #fff;
}
.wpbm-grid-template-5 .wpbm-share-wrap,
.wpbm-grid-template-5 .wpbm-tag-list {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin-bottom: 7px;
}
.wpbm-grid-template-5 .wpbm-share-wrap a {
    font-size: 13px;
    padding: 0 5px;
    color: #000;
}
.wpbm-grid-template-5 .wpbm-tag-list,
.wpbm-grid-template-5 .wpbm-tag-list a {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #222;
    font-weight: 600;
}
.wpbm-grid-template-5 .wpbm-share-wrap a:hover,
.wpbm-grid-template-5 .wpbm-tag-list a:hover {
    color: #f43a82;
}
.wpbm-grid-template-5 .wpbm-tag-list > i {
    display: inline-block;
    font-size: 14px;
    color: #888;
    margin-right: 5px;
}
/*************grid template-5 css end******************/
/*************grid template-6 css start****************/

.wpbm-grid-template-6 {
    margin: 0 -17px;
}
.wpbm-grid-template-6.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-6 .wpbm-inner-wrap {
    padding: 0 17px 5px;
    text-align: center;
}
.wpbm-grid-template-6.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-6 .wpbm-inner-wrap-contain {
    border-bottom: 2px solid #eee;
}
.wpbm-grid-template-6 .wpbm-inner-wrap-contain-main {
    width: 90%;
    position: relative;
    display: inline-block;
    margin: -41px auto 0;
    background: #fff;
    padding: 24px 6px;
}
.wpbm-grid-template-6 .wpbm-category-wrap {
    margin-bottom: 25px;
    padding: 0 8%;
}
.wpbm-grid-template-6 .wpbm-category-list {
    border-bottom: 1px solid #858585;
}
.wpbm-grid-template-6 .wpbm-category-list a {
    display: inline-block;
    padding: 0 9px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
    background: #fff;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}
.wpbm-grid-template-6 .wpbm-title {
    margin-bottom: 19px;
}
.wpbm-grid-template-6 .wpbm-title a{
    font-size: 24px;
    color: #222222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.wpbm-grid-template-6 .wpbm-title a:hover{
	color:#777;
}
.wpbm-grid-template-6 .wpbm-meta-wrap {
    margin-bottom: 20px;
}
.wpbm-grid-template-6 .wpbm-meta-wrap > div {
    padding: 0 16px;
    position: relative;
}
.wpbm-grid-template-6 .wpbm-meta-wrap > div,
.wpbm-grid-template-6 .wpbm-meta-wrap > div a{
    font-size: 13px;
    color: #2b2b2b;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    display: inline-block;
}
.wpbm-grid-template-6 .wpbm-meta-wrap > div:before {
    position: absolute;
    content: "/";
    left: 0;
    top: 0;
    color: #2b2b2b;
}
.wpbm-grid-template-6 .wpbm-meta-wrap > div:nth-of-type(1):before {
    content: none;
}
.wpbm-grid-template-6 .wpbm-content {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2b2b2b;
    line-height: 1.5;
    margin-bottom: 28px;
}
.wpbm-grid-template-6 .wpbm-link-button {
    margin-bottom: 20px;
}
.wpbm-grid-template-6 .wpbm-link-button a {
    padding: 10px 24px;
    background: #282828;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wpbm-grid-template-6 .wpbm-link-button a:hover {
    background: #666;
}
.wpbm-grid-template-6 .wpbm-tag-list {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.wpbm-grid-template-6 .wpbm-tag-list i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #2b2b2b;
    font-size: 14px;
}
.wpbm-grid-template-6 .wpbm-tag-list a {
    font-size: 14px;
    color: #2b2b2b;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
.wpbm-grid-template-6 .wpbm-tag-list a:hover,
.wpbm-grid-template-6 .wpbm-category-list a:hover {
    color: #777;
}
.wpbm-grid-template-6 .wpbm-share-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.wpbm-grid-template-6 .wpbm-share-wrap .wpbm-inner-share {
    position: absolute;
    bottom: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-6 .wpbm-share-wrap .wpbm-inner-share a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #b9b7b7;
    display: block;
    background: #fff;
    color: #222;
    font-size: 16px;
    color: #222;
}
.wpbm-grid-template-6 .wpbm-share-wrap .wpbm-inner-share a:hover {
    color: #fff;
    background: #222;
}
.wpbm-grid-template-6 .wpbm-share-wrap:hover .wpbm-inner-share {
    opacity: 1;
    visibility: visible;
}
/*************grid template-6 css end******************/
/*************grid template-7 css start****************/

.wpbm-grid-template-7 {
    margin: 0 -16px;
}
.wpbm-grid-template-7.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-7 .wpbm-inner-wrap {
    padding: 0 16px 5px;
    text-align: center;
}
.wpbm-grid-template-7.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-7 .wpbm-inner-wrap-contain {
    text-align: left;
    position: relative;
}
.wpbm-grid-template-7 .wpbm-second-wrap {
    width: 90%;
    margin-top: -60px;
    display: inline-block;
    background: #fff;
    padding: 20px 7px;
    position: relative;
}
.wpbm-grid-template-7 .wpbm-category-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.wpbm-grid-template-7 .wpbm-category-list a {
    display: inline-block;
    margin-right: 7px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background: #149eed;
    padding: 6px;
    border: 1px solid #149eed;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-7 .wpbm-category-list a:hover {
    background: #fff;
    color: #149eed;
}
.wpbm-grid-template-7 .wpbm-title{
    margin-bottom: 11px;
}
.wpbm-grid-template-7 .wpbm-title a{
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.wpbm-grid-template-7 .wpbm-title a:hover{
	color:#149eed;
}
.wpbm-grid-template-7 .wpbm-meta-wrap {
    margin-bottom: 20px;
}
.wpbm-grid-template-7 .wpbm-meta-wrap > div {
    padding: 0 9px;
}
.wpbm-grid-template-7 .wpbm-meta-wrap > div,
.wpbm-grid-template-7 .wpbm-meta-wrap > div a{
	font-size: 15px;
    color: #666;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    display: inline-block;
    position: relative;
}
.wpbm-grid-template-7 .wpbm-meta-wrap > div a:hover{
	color:#149eed;
}
.wpbm-grid-template-7 .wpbm-meta-wrap > div:nth-of-type(1) {
    padding-left: 0;
}
.wpbm-grid-template-7 .wpbm-meta-wrap > div:before {
    position: absolute;
    content: "|";
    left: 0;
    top: 0;
    color: #2b2b2b;
}
.wpbm-grid-template-7 .wpbm-meta-wrap > div:nth-of-type(1):before {
    content: none;
}
.wpbm-grid-template-7 .wpbm-content {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2b2b2b;
    line-height: 1.5;
    margin-bottom: 21px;
}
.wpbm-grid-template-7 .wpbm-link-button {
    margin-bottom: 20px;
}
.wpbm-grid-template-7 .wpbm-link-button a {
    padding: 10px 19px;
    background: #fff;
    display: inline-block;
    color: #222222;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border: 1px solid #c7c6c8;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wpbm-grid-template-7 .wpbm-link-button a:hover {
    border: 1px solid #c7c6c8;
    background: #149eed;
    color: #fff;
}
.wpbm-grid-template-7 .wpbm-bottom-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
}
.wpbm-grid-template-7 .wpbm-tag-list {
    float: left;
    position: relative;
    padding-left: 30px;
    margin-right: 5px;
}
.wpbm-grid-template-7 .wpbm-tag-list i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #2b2b2b;
    font-size: 14px;
}
.wpbm-grid-template-7 .wpbm-tag-list a {
    font-size: 14px;
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.wpbm-grid-template-7 .wpbm-tag-list a:hover {
    color: #149eed;
}
.wpbm-grid-template-7 .wpbm-inner-share {
    float: right;
    margin-left: auto;
}
.wpbm-grid-template-7 .wpbm-inner-share a {
    color: #2b2b2b;
    display: inline-block;
    font-size: 14px;
    padding: 0 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-7 .wpbm-inner-share a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #149eed;
}
/*************grid template-7 css end******************/
/*************grid template-8 css end******************/

.wpbm-grid-template-8 {
    margin: 0 -14px;
}
.wpbm-grid-template-8.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-8 .wpbm-inner-wrap {
    padding: 0 14px 5px;
    text-align: left;
}
.wpbm-grid-template-8.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-8 .wpbm-inner-wrap-contain {
    background: #f8f8f8;
    border-top: 5px solid #0054fc;
}
.wpbm-grid-template-8 .wpbm-top-header {
    padding: 30px 27px 30px;
}
.wpbm-grid-template-8 .wpbm-title{
    margin-bottom: 23px;
}
.wpbm-grid-template-8 .wpbm-title a{
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}
.wpbm-grid-template-8 .wpbm-title a:hover{
	color:#777;
}
.wpbm-grid-template-8 .wpbm-meta-wrap > div,
.wpbm-grid-template-8 .wpbm-meta-wrap > div a {
    display: inline-block;
    vertical-align: top;
    color: #777777;
    font-family: 'Merriweather', serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.wpbm-grid-template-8 .wpbm-meta-wrap > div a {
    color: #0054fc;
}
.wpbm-grid-template-8 .wpbm-meta-wrap > div a:hover {
    color: #777;
}
.wpbm-grid-template-8 .wpbm-comment-wrap,
.wpbm-grid-template-8 .wpbm-date {
    padding-left: 14px;
    position: relative;
}
.wpbm-grid-template-8 .wpbm-comment-wrap {
    margin-right: 16px;
}
.wpbm-grid-template-8 .wpbm-category-wrap .wpbm-category-list a {
    margin-left: 16px;
}
.wpbm-grid-template-8 .wpbm-category-wrap .wpbm-category-list a:nth-of-type(1) {
    margin-left: 0;
}
.wpbm-grid-template-8 .wpbm-comment-wrap:before,
.wpbm-grid-template-8 .wpbm-date:before {
    position: absolute;
    content: '-';
    left: 0;
    top: 0;
}
.wpbm-grid-template-8 .wpbm-bottom-wrap-main {
    padding: 26px 30px 27px;
}
.wpbm-grid-template-8 .wpbm-content {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}
.wpbm-grid-template-8 .wpbm-link-button {
    margin-bottom: 18px;
}
.wpbm-grid-template-8 .wpbm-link-button a {
    background: #0054fc;
    display: inline-block;
    padding: 12px 9px;
    color: #fff;
    font-size: 15px;
    font-family: 'Merriweather', serif;
    font-weight: 500;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.wpbm-grid-template-8 .wpbm-link-button a:hover {
    -webkit-animation-name: wpbm-hvr-wobble-skew;
    animation-name: wpbm-hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.wpbm-grid-template-8 .wpbm-link-button a:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 21px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #0054fc transparent;
}
.wpbm-grid-template-8 .wpbm-bottom-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.wpbm-grid-template-8 .wpbm-tag-list {
    float: left;
}
.wpbm-grid-template-8 .wpbm-share-wrap {
    float: right;
    margin-left: auto;
    text-align: right;
}
.wpbm-grid-template-8 .wpbm-tag-list a {
    padding: 8px 11px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border: 1px solid #d1d0d5;
    display: inline-block;
    color: #222;
    margin-bottom: 3px;
}
.wpbm-grid-template-8 .wpbm-tag-list a:hover {
    color: #fff;
    background: #0054fc;
    border-color: #0054fc;
}
.wpbm-grid-template-8 .wpbm-share-wrap a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d1d0d5;
    display: inline-block;
    font-size: 13px;
    color: #333333;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 3px;
}
.wpbm-grid-template-8 .wpbm-share-wrap a:hover {
    background: #0054fc;
    color: #fff;
}
/*************grid template-8 css end******************/
/*************grid template-9 css start****************/

.wpbm-grid-template-9 {
    margin: 0 -14px;
}
.wpbm-grid-template-9.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-9 .wpbm-inner-wrap {
    padding: 0 14px 5px;
    text-align: left;
}
.wpbm-grid-template-9.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-9 .wpbm-meta-wrap {
    padding: 14px 0;
    border-bottom: 2px solid #b1b2b5;
}
.wpbm-grid-template-9 .wpbm-meta-wrap .wpbm-author-name,
.wpbm-grid-template-9 .wpbm-meta-wrap .wpbm-comment-wrap {
    float: left;
    width: 50%;
}
.wpbm-grid-template-9 .wpbm-meta-wrap .wpbm-author-name {
    text-align: left;
}
.wpbm-grid-template-9 .wpbm-meta-wrap .wpbm-comment-wrap {
    text-align: right;
}
.wpbm-grid-template-9 .wpbm-author-name,
.wpbm-grid-template-9 .wpbm-author-name a,
.wpbm-grid-template-9 .wpbm-comment-wrap {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #929292;
    text-transform: uppercase;
}
.wpbm-grid-template-9 .wpbm-author-name a:hover{
	color:#000;
}
.wpbm-grid-template-9 .wpbm-author-name i,
.wpbm-grid-template-9 .wpbm-comment-wrap i {
    margin-right: 9px;
}
.wpbm-grid-template-9 .wpbm-main-wrap {
    padding: 24px 0;
    border-bottom: 1px solid #b1b2b5;
}
.wpbm-grid-template-9 .wpbm-category-wrap {
    margin-bottom: 20px;
}
.wpbm-grid-template-9 .wpbm-category-list a {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #373737;
    font-weight: 600;
}
.wpbm-grid-template-9 .wpbm-category-list a:hover {
    color: #777;
}
.wpbm-grid-template-9 .wpbm-title {
    margin-bottom: 27px;
}
.wpbm-grid-template-9 .wpbm-title a{
    font-size: 27px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 500;
}
.wpbm-grid-template-9 .wpbm-title a:hover{
	color:#777;
}
.wpbm-grid-template-9 .wpbm-date {
    font-size: 12px;
    color: #929292;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}
.wpbm-grid-template-9 .wpbm-content {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 34px;
}
.wpbm-grid-template-9 .wpbm-link-button a {
    padding: 12px 29px;
    display: inline-block;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #e0f0ed;
    font-size: 12px;
    text-transform: uppercase;
    color: #5e5e5e;
    font-family: 'Open Sans', sans-serif;
    font-size: 600;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-9 .wpbm-bottom-wrap {
    padding: 11px 6px;
}
.wpbm-grid-template-9 .wpbm-tag-list,
.wpbm-grid-template-9 .wpbm-share-wrap {
    width: 50%;
    float: left;
}
.wpbm-grid-template-9 .wpbm-share-wrap {
    text-align: right;
    font-size: 11px;
    color: #b5c3dc;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}
.wpbm-grid-template-9 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    color: #353434;
}
.wpbm-grid-template-9 .wpbm-share-wrap a:hover {
    color: #777;
}
.wpbm-grid-template-9 .wpbm-tag-list a {
    display: inline-block;
    vertical-align: middle;
    background: #e0f0ed;
    padding: 7px 8px;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #000;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-9 .wpbm-link-button a:hover,
.wpbm-grid-template-9 .wpbm-tag-list a:hover {
    background: #aef0e4;
}
/*************grid template-9 css end******************/
/*************grid template-10 css start*****************/

.wpbm-grid-template-10 {
    margin: 0 -14px;
}
.wpbm-grid-template-10.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-10 .wpbm-inner-wrap {
    padding: 0 14px 5px;
    text-align: center;
}
.wpbm-grid-template-10.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-10 .wpbm-inner-wrap-contain {
    background: #ebe8e8;
    position: relative;
}
.wpbm-grid-template-10 .wpbm-top-header {
    padding: 30px 27px 35px;
}
.wpbm-grid-template-10 .wpbm-title {
    margin-bottom: 31px;
}
.wpbm-grid-template-10 .wpbm-title a{
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #373737;
    font-weight: 600;
    text-transform: uppercase;
}
.wpbm-grid-template-10 .wpbm-title a:hover{
	color:#e4a697;
}
.wpbm-grid-template-10 .wpbm-meta-wrap > div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 11px;
    margin-bottom: 5px;
}
.wpbm-grid-template-10 .wpbm-date {
    position: relative;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #373737;
    font-weight: 600;
}
.wpbm-grid-template-10 .wpbm-category-wrap .wpbm-category-list {
    margin-bottom: 15px;
}
.wpbm-grid-template-10 .wpbm-category-wrap .wpbm-category-list a {
    color: #e4a697;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 0 5px;
}
.wpbm-grid-template-10 .wpbm-category-wrap .wpbm-category-list a:hover {
    color: #373737;
}
.wpbm-grid-template-10 .wpbm-content-outer-wrap {
    padding: 40px 30px 15px;
}
.wpbm-grid-template-10 .wpbm-content {
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 500;
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}
.wpbm-grid-template-10 .wpbm-link-button a {
    display: inline-block;
    padding: 10px 0;
    color: #e4a697;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-10 .wpbm-link-button a:hover {
    letter-spacing: 2px;
}
.wpbm-grid-template-10 .wpbm-link-button a:after,
.wpbm-grid-template-10 .wpbm-link-button a:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(228, 166, 151, 0);
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wpbm-grid-template-10 .wpbm-link-button a:before {
    top: 0;
}
.wpbm-grid-template-10 .wpbm-link-button a:after {
    bottom: 0;
}
.wpbm-grid-template-10 .wpbm-link-button a:hover:after,
.wpbm-grid-template-10 .wpbm-link-button a:hover:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #e4a697;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}
.wpbm-grid-template-10 .wpbm-bottom-wrap {
    display: table;
    background: #e4a697;
    width: 100%;
}
.wpbm-grid-template-10 .wpbm-bottom-wrap > div {
    width: 33.33%;
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #edc3b9;
    vertical-align: middle;
    padding: 15px 3px;
}
.wpbm-grid-template-10 .wpbm-bottom-wrap > div,
.wpbm-grid-template-10 .wpbm-bottom-wrap .wpbm-author-name a{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.wpbm-grid-template-10 .wpbm-bottom-wrap .wpbm-author-name a:hover{
	color:#ef4922;
}
.wpbm-grid-template-10 .wpbm-tag-list a {
    padding: 5px 7px;
    border: 1px solid #e4a697;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    background: #e4a697;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-10 .wpbm-tag-list a:hover {
    color: #e4a697;
    background: transparent;
}
.wpbm-grid-template-10 .wpbm-share-wrap a {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    padding: 2px 7px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-10 .wpbm-share-wrap a:hover {
    color: #ef4922;
}
/*************grid template-10 css end*******************/
/*************grid template-11 css start*****************/

.wpbm-grid-template-11 {
    margin: 0 -14px;
}
.wpbm-grid-template-11.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-11 .wpbm-inner-wrap {
    padding: 0 14px 5px;
    text-align: center;
}
.wpbm-grid-template-11.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-11 .wpbm-inner-wrap-contain {
    background: #fff;
    padding-bottom: 20px;
}
.wpbm-grid-template-11 .wpbm-top-header {
    padding: 30px 27px 40px;
}
.wpbm-grid-template-11 .wpbm-title{
    margin-bottom: 15px;
}
.wpbm-grid-template-11 .wpbm-title a{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    color: #0a0a0a;
    font-weight: 500;
}
.wpbm-grid-template-11 .wpbm-title a:hover{
	color:#1888dd;
}
.wpbm-grid-template-11 .wpbm-meta-wrap {
    margin-bottom: 36px;
}
.wpbm-grid-template-11 .wpbm-meta-wrap > div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 19px;
    position: relative;
}
.wpbm-grid-template-11 .wpbm-meta-wrap > div,
.wpbm-grid-template-11 .wpbm-meta-wrap > div a{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #7a7a7a;
    font-weight: 500;
}
.wpbm-grid-template-11 .wpbm-meta-wrap > div a:hover{
	color:#1888dd;
}
.wpbm-grid-template-11 .wpbm-meta-wrap > div:before {
    content: '/';
    position: absolute;
    left: 0;
    top: 0;
    color: #7a7a7a;
}
.wpbm-grid-template-11 .wpbm-meta-wrap > div:nth-of-type(1):before {
    content: none;
}
.wpbm-grid-template-11 .wpbm-category-wrap .wpbm-category-list {
    margin-bottom: 13px;
}
.wpbm-grid-template-11 .wpbm-category-wrap .wpbm-category-list a {
    color: #1888dd;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    padding: 0 5px;
}
.wpbm-grid-template-11 .wpbm-bottom-wrap-main {
    padding: 40px 30px 27px;
}
.wpbm-grid-template-11 .wpbm-image {
    margin-bottom: 27px;
}
.wpbm-grid-template-11 .wpbm-content {
    font-size: 13px;
    color: #2f2f2f;
    font-weight: 600;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 32px;
    text-align: left;
}
.wpbm-grid-template-11 .wpbm-link-button {
    float: left;
}
.wpbm-grid-template-11 .wpbm-main-wrap-bottom {
    float: right;
    margin-top: 6px;
}
.wpbm-grid-template-11 .wpbm-link-button a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    background: #1888dd;
    border: 2px solid #1888dd;
    padding: 10px 22px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-11 .wpbm-link-button a:hover {
    background: transparent;
    color: #1888dd;
}
.wpbm-grid-template-11 .wpbm-tag-list {
    display: inline-block;
    vertical-align: middle;
}
.wpbm-grid-template-11 .wpbm-share-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 26px;
    cursor: pointer;
    color: #7a7a7a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.wpbm-grid-template-11 .wpbm-share-wrap i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.wpbm-grid-template-11 .wpbm-share-inner-wrap {
	position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    margin-left:-20px;/*
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
    /* right: 0; */
    bottom: 0; -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out width: 100%;
}
.wpbm-grid-template-11 .wpbm-share-inner-wrap a {
    display: block;
    background: #1888dd;
    border: 2px solid #1888dd;
    margin-bottom: 2px;
    /* padding: 8px 3px; */
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 2px auto 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.wpbm-grid-template-11 .wpbm-share-inner-wrap a:hover{
	background: #fff;
	color:#1888dd;
}
.wpbm-grid-template-11 .wpbm-share-inner-wrap a i {
    font-size: 12px;
    margin: 0;
}
.wpbm-grid-template-11 .wpbm-share-wrap:hover .wpbm-share-inner-wrap {
    right: 100%;
    opacity: 1;
    visibility: visible;
    bottom: 25px;
}
.wpbm-grid-template-11 .wpbm-tag-list a {
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    background: #e7e7e7;
    color: #7a7a7a;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-11 .wpbm-tag-list a:hover {
    background: #1888dd;
    color: #fff;
}
.wpbm-grid-template-11 .wpbm-category-wrap .wpbm-category-list a:hover {
    color: #7a7a7a;
}
/*************grid template-11 css end*******************/
/*************grid template-12 css start*****************/

.wpbm-grid-template-12 {
    margin: 0 -14px;
}
.wpbm-grid-template-12.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-12 .wpbm-inner-wrap {
    padding: 0 14px 5px;
    text-align: left;
}
.wpbm-grid-template-12.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-12 .wpbm-inner-wrap-contain {
    background: #fff;
    -moz-box-shadow: 0 0 9px 2px #DDDDDD;
    -webkit-box-shadow: 0 0 9px 2px #DDDDDD;
    box-shadow: 0 0 9px 2px #DDDDDD;
}
.wpbm-grid-template-12 .wpbm-image-category-wrap {
    position: relative;
}
.wpbm-grid-template-12 .wpbm-category-wrap {
    position: absolute;
    bottom: 16px;
    left: 16px;
}
.wpbm-grid-template-12 .wpbm-category-list a {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    padding: 7px 21px;
    border-radius: 2px;
    background: #1888dd;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    border: 2px solid #1888dd;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-12 .wpbm-contain-all {
    padding: 22px 21px;
}
.wpbm-grid-template-12 .wpbm-meta-wrap {
    margin-bottom: 25px;
}
.wpbm-grid-template-12 .wpbm-meta-wrap > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 23px;
}
.wpbm-grid-template-12 .wpbm-meta-wrap > div,
.wpbm-grid-template-12 .wpbm-meta-wrap > div a{
    color: #767676;
    font-size: 12px;
    font-weight: 600;
}
.wpbm-grid-template-12 .wpbm-meta-wrap > div a:hover{
	color:#1888dd;
}
.wpbm-grid-template-12 .wpbm-title {
    margin-bottom: 29px;
}
.wpbm-grid-template-12 .wpbm-title a{
    color: #222222;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-weight: 500;
}
.wpbm-grid-template-12 .wpbm-title a:hover{
	color:#1888dd;
}
.wpbm-grid-template-12 .wpbm-content {
    color: #555555;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 15px;
}
.wpbm-grid-template-12 .wpbm-link-button {
    margin-bottom: 30px;
}
.wpbm-grid-template-12 .wpbm-link-button a {
    display: inline-block;
    padding: 7px 21px;
    border-radius: 2px;
    background: #1888dd;
    border: 2px solid #1888dd;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-12 .wpbm-category-list a:hover,
.wpbm-grid-template-12 .wpbm-link-button a:hover ,{
    background: #fff;
    color: #1888dd;
}
.wpbm-grid-template-12 .wpbm-bottom-wrap {
    background: #f8f8f8;
    padding: 15px 30px 8px;
}
.wpbm-grid-template-12 .wpbm-bottom-wrap .wpbm-tag-list {
    float: left;
}
.wpbm-grid-template-12 .wpbm-bottom-wrap .wpbm-tag-list a {
    color: #666666;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    display: inline-block;
    padding: 0 3px;
    margin-bottom: 7px;
}
.wpbm-grid-template-12 .wpbm-bottom-wrap .wpbm-share-wrap {
    float: right;
}
.wpbm-grid-template-12 .wpbm-bottom-wrap .wpbm-share-wrap a {
    font-size: 15px;
    color: #666;
    padding: 0 9px;
    margin-bottom: 7px;
    display: inline-block;
}
.wpbm-grid-template-12 .wpbm-bottom-wrap .wpbm-tag-list a:hover,
.wpbm-grid-template-12 .wpbm-bottom-wrap .wpbm-share-wrap a:hover {
    color: #1888dd;
}
/*************grid template-12 css end*******************/
/*************grid template-13 css start*****************/

.wpbm-grid-template-13 {
    margin: 0 -14px;
}
.wpbm-grid-template-13.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-13 .wpbm-inner-wrap {
    padding: 0 14px 5px;
    text-align: left;
}
.wpbm-grid-template-13.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-13 .wpbm-author-image {
    width: 15%;
    position: relative;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.wpbm-grid-template-13 .wpbm-upper-content {
    margin-bottom: 20px;
}
.wpbm-grid-template-13 .wpbm-author-image:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.wpbm-grid-template-13 .wpbm-author-image img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.wpbm-grid-template-13 .wpbm-title-meta-wrap {
    width: 85%;
    float: left;
    padding-left: 15px;
    text-align: left;
}
.wpbm-grid-template-13 .wpbm-title {
    margin-bottom: 10px;
}
.wpbm-grid-template-13 .wpbm-title a{
    font-family: 'Merriweather', serif;
    font-size: 38px;
    color: #000;
    line-height: 1.3;
    font-weight: 400;
    word-break: break-word;
}
.wpbm-grid-template-13 .wpbm-title a:hover{
	color:#1b71b7;
}
.wpbm-grid-template-13 .wpbm-author-name {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px 10px 0;
}
.wpbm-grid-template-13 .wpbm-author-name a{
    font-family: 'Merriweather', serif;
    font-size: 14px;
    color: #1c70b8;
    font-weight: 400;
}
.wpbm-grid-template-13 .wpbm-author-name a:hover{
	color:#000000;
}
.wpbm-grid-template-13 .wpbm-author-meta-wrap {
    float: right;
    text-align: right;
    margin-left: auto;
}
.wpbm-grid-template-13 .wpbm-author-meta-wrap > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px;
}
.wpbm-grid-template-13 .wpbm-meta-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.wpbm-grid-template-13 .wpbm-comment-wrap {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}
.wpbm-grid-template-13 .wpbm-comment-wrap i {
    color: #999999;
    font-size: 16px;
}
.wpbm-grid-template-13 .wpbm-author-meta-wrap .wpbm-share-wrap {
    margin-left: 25px;
}
@-webkit-keyframes wpbm-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes wpbm-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.wpbm-grid-template-13 .wpbm-share-wrap a {
    display: inline-block;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    margin-bottom: 3px;
}
.wpbm-grid-template-13 .wpbm-share-wrap a i {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
    background: #00bf9d;
    color: #fff;
}
.wpbm-grid-template-13 .wpbm-share-wrap a:hover i {
    -webkit-animation-name: wpbm-pulse;
    animation-name: wpbm-pulse;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.wpbm-grid-template-13 .wpbm-share-wrap a .fa-facebook {
    background: #1b70b6;
}
.wpbm-grid-template-13 .wpbm-share-wrap a .fa-twitter {
    background: #38b4e7;
}
.wpbm-grid-template-13 .wpbm-share-wrap a .fa-linkedin {
    background: #0084bf;
}
.wpbm-grid-template-13 .wpbm-share-wrap a .fa-google-plus {
    background: #dd4b39;
}
.wpbm-grid-template-13 .wpbm-share-wrap a .fa-pinterest {
    background: #cb2027;
}
.wpbm-grid-template-13 .wpbm-lower-wrap {
    padding: 30px 0;
}
.wpbm-grid-template-13 .wpbm-first-wrap {
    width: 101px;
    float: left;
    padding: 0 8px;
    text-align: center;
}
.wpbm-grid-template-13 .wpbm-second-wrap {
    width: -moz-calc(100% - 101px);
    width: -webkit-calc(100% - 101px);
    width: calc(100% - 101px);
    float: left;
    padding-left: 25px;
}
.wpbm-grid-template-13 .wpbm-category-list a {
    margin-bottom: 5px;
}
.wpbm-grid-template-13 .wpbm-date-main {
    background: #1b71b7;
    padding: 11px 0;
    margin-bottom: 5px;
}
.wpbm-grid-template-13 .wpbm-date-main div {
    color: #fff;
    font-family: 'Merriweather', serif;
    font-weight: 400;
}
.wpbm-grid-template-13 .wpbm-date-day {
    font-size: 38px;
    margin-bottom: 7px;
}
.wpbm-grid-template-13 .wpbm-month {
    font-size: 20px;
}
.wpbm-grid-template-13 .wpbm-category-list a,
.wpbm-grid-template-13 .wpbm-tag-header {
    display: block;
    padding: 6px 0;
    background: #1b71b7;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-weight: 400;
}
.wpbm-grid-template-13 .wpbm-category-list a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 4px 0;
    border: 2px solid #1b71b7;
}
.wpbm-grid-template-13 .wpbm-category-list a:hover {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #fff;
    color: #1b71b7;
}
.wpbm-grid-template-13 .wpbm-tag-header {
    margin-bottom: 19px;
}
.wpbm-grid-template-13 .wpbm-tag-list a {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    max-width: 100%;
    word-break: break-all;
    display: block;
    margin-bottom: 15px;
}
.wpbm-grid-template-13 .wpbm-tag-list a:hover {
    color: #1b71b7;
}
.wpbm-grid-template-13 .wpbm-content {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
    margin-bottom: 25px;
}
.wpbm-grid-template-13 .wpbm-link-button a {
    font-family: 'Merriweather', serif;
    display:inline-block;
    font-size: 16px;
    background: #1b71b7;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 12px 17px;
    border: 2px solid #1b71b7;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-13 .wpbm-link-button a:hover {
    background: #fff;
    color: #1b71b7;
}
/*************grid template-13 css end*******************/
/*************grid template-14 css start*****************/

.wpbm-grid-template-14 {
    margin: 0 -14px;
}
.wpbm-grid-template-14.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-14 .wpbm-inner-wrap {
    padding: 0 14px 5px;
    text-align: left;
}
.wpbm-grid-template-14.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-14 .wpbm-inner-wrap-contain {
    background: #fff;
}
.wpbm-grid-template-14 .wpbm-image-content {
    position: relative;
}
.wpbm-grid-template-14 .wpbm-author-name {
    position: absolute;
    top: 25px;
    left: 21px;
}
.wpbm-grid-template-14 .wpbm-author-name a{
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-grid-template-14 .wpbm-image-content .wpbm-author-name img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 13px;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-grid-template-14 .wpbm-social-wrap {
    width: 70px;
    float: left;
}
.wpbm-grid-template-14 .wpbm-description-wrap {
    float: left;
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    padding-left: 31px;
    padding-top: 35px;
}
.wpbm-grid-template-14 .wpbm-social-wrap a {
    display: block;
    text-align: center
}
.wpbm-grid-template-14 .wpbm-share-wrap a i {
    width: 100%;
    color: #fff;
    background: #00bf9d;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-14 .wpbm-share-wrap a .fa-facebook {
    background: #1b70b6;
}
.wpbm-grid-template-14 .wpbm-share-wrap a .fa-twitter {
    background: #38b4e7;
}
.wpbm-grid-template-14 .wpbm-share-wrap a .fa-linkedin {
    background: #0084bf;
}
.wpbm-grid-template-14 .wpbm-share-wrap a .fa-google-plus {
    background: #dd4b39;
}
.wpbm-grid-template-14 .wpbm-share-wrap a .fa-pinterest {
    background: #cb2027;
}
/*hover animation for */

.wpbm-grid-template-14 .wpbm-share-wrap a:hover i {
    background: #016f5b;
}
.wpbm-grid-template-14 .wpbm-share-wrap a:hover .fa-facebook {
    background: #08487d;
}
.wpbm-grid-template-14 .wpbm-share-wrap a:hover .fa-twitter {
    background: #13516b;
}
.wpbm-grid-template-14 .wpbm-share-wrap a:hover .fa-linkedin {
    background: #014868;
}
.wpbm-grid-template-14 .wpbm-share-wrap a:hover .fa-google-plus {
    background: #ff3016;
}
.wpbm-grid-template-14 .wpbm-share-wrap a:hover .fa-pinterest {
    background: #ff000a;
}
/**/
.wpbm-grid-template-14 .wpbm-category-list {
    margin-bottom: 20px;
}
.wpbm-grid-template-14 .wpbm-category-list a {
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #00bf9d;
    display: inline-block;
    margin-right: 5px;
}
.wpbm-grid-template-14 .wpbm-title {
    margin-bottom: 17px;
}
.wpbm-grid-template-14 .wpbm-title a{
    font-size: 30px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    color: #333333;
}
.wpbm-grid-template-14 .wpbm-title a:hover{
	color:#00bf9d;
}
.wpbm-grid-template-14 .wpbm-date-and-comment-wrap {
    margin-bottom: 20px;
}
.wpbm-grid-template-14 .wpbm-date-and-comment-wrap > div {
    display: inline-block;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}
.wpbm-grid-template-14 .wpbm-date {
    margin-right: 10px;
}
.wpbm-grid-template-14 .wpbm-comment-wrap i {
    color: #000;
    margin-right: 5px;
    font-size: 16px;
}
.wpbm-grid-template-14 .wpbm-content {
    color: #090909;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    line-height: 1.5;
    margin-bottom: 32px;
}
.wpbm-grid-template-14 .wpbm-lower-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.wpbm-grid-template-14 .wpbm-lower-wrap .wpbm-link-button {
    float: left;
}
.wpbm-grid-template-14 .wpbm-lower-wrap .wpbm-link-button a {
    color: #00bf9d;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    border: 2px solid #00bf9d;
    padding: 15px 21px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-14 .wpbm-lower-wrap .wpbm-link-button a:hover {
    color: #fff;
    background: #00bf9d;
}
.wpbm-grid-template-14 .wpbm-lower-wrap .wpbm-tag-list {
    float: right;
    margin-left: auto;
}
.wpbm-grid-template-14 .wpbm-lower-wrap .wpbm-tag-list a {
    display: inline-block;
    color: #00bf9d;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    display: inline-block;
    margin-left: 20px;
}
.wpbm-grid-template-14 .wpbm-lower-wrap .wpbm-tag-list a:hover,
.wpbm-grid-template-14 .wpbm-category-list a:hover {
    color: #707070;
}
/*************grid template-14 css end*******************/
/*************grid template-15 css start*******************/

.wpbm-grid-template-15 {
    margin: 0 -20px;
}
.wpbm-grid-template-15.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-15 .wpbm-inner-wrap {
    padding: 0 20px 5px;
    text-align: left;
}
.wpbm-grid-template-15.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-15 .wpbm-img-left-wrap-main,
.wpbm-grid-template-15 .wpdm-social-bottom-content {
    padding-left: 55px;
}
.wpbm-grid-template-15 .wpdm-social-bottom-content {
    position: relative;
}
.wpbm-grid-template-15 .wpbm-share-wrap {
    position: absolute;
    left: 0;
    top: 0;
}
.wpbm-grid-template-15 .wpbm-share-wrap a {
    display: block;
    text-align: center;
    width: 39px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e7e7e7;
    border-top: 0;
    font-size: 14px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-15 .wpbm-share-wrap a:hover {
    background: #ecdbdb;
}
.wpbm-grid-template-15 .wpbm-share-wrap a:nth-of-type(1) {
    border-top: 1px solid #e7e7e7;
}
.wpbm-grid-template-15 .wpbm-share-wrap a i {
    color: #b37878;
}
.wpbm-grid-template-15 .wpbm-share-wrap a .fa-facebook {
    color: #1b70b6;
}
.wpbm-grid-template-15 .wpbm-share-wrap a .fa-twitter {
    color: #38b4e7;
}
.wpbm-grid-template-15 .wpbm-share-wrap a .fa-linkedin {
    color: #0084bf;
}
.wpbm-grid-template-15 .wpbm-share-wrap a .fa-google-plus {
    color: #dd4b39;
}
.wpbm-grid-template-15 .wpbm-share-wrap a .fa-pinterest {
    color: #cb2027;
}
.wpbm-grid-template-15 .wpbm-category-list {
    margin-bottom: 5px;
}
.wpbm-grid-template-15 .wpbm-category-list a {
    font-size: 12px;
    text-transform: uppercase;
    font-size: 12px;
    color: #191919;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-bottom: 2px;
}
.wpbm-grid-template-15 .wpbm-title {
    margin-bottom: 24px;
}
.wpbm-grid-template-15 .wpbm-title a{
    font-size: 38px;
    color: #191919;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    line-height: 1.3;
    word-break: break-word;
}
.wpbm-grid-template-15 .wpbm-title a:hover{
	color:#ff4427;
}
.wpbm-grid-template-15 .wpbm-image-content {
    position: relative;
    margin-bottom: 34px;
}
.wpbm-grid-template-15 .wpbm-date-wrap {
    position: absolute;
    width: 125px;
    height: 125px;
    text-align: center;
    top: 30px;
    left: 23px;
    background: #ff4427;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wpbm-grid-template-15 .wpbm-date-inner-wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpbm-grid-template-15 .wpbm-date-day,
.wpbm-grid-template-15 .wpbm-month-date,
.wpbm-grid-template-15 .wpbm-year-date {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
.wpbm-grid-template-15 .wpbm-date-day {
    font-size: 40px;
}
.wpbm-grid-template-15 .wpbm-month-date,
.wpbm-grid-template-15 .wpbm-year-date {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.3;
}
.wpbm-grid-template-15 .wpbm-left-wrap {
    margin-bottom: 20px;
}
.wpbm-grid-template-15 .wpbm-left-wrap > div {
    display: inline-block;
    vertical-align: middle;
}
.wpbm-grid-template-15 .wpbm-left-wrap > div,
.wpbm-grid-template-15 .wpbm-left-wrap > div a{
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}
.wpbm-grid-template-15 .wpbm-left-wrap > div a:hover{
	color:#ff4427;
}
.wpbm-grid-template-15 .wpbm-left-wrap .wpbm-comment-wrap {
    margin-right: 15px;
}
.wpbm-grid-template-15 .wpbm-content {
    font-family: 'Lora', serif;
    font-size: 14px;
    color: #191919;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 52px;
}
.wpbm-grid-template-15 .wpbm-lower-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.wpbm-grid-template-15 .wpbm-lower-wrap .wpbm-link-button a {
    background: #ff4427;
    color: #fff;
    border:1px solid #ff4427;
    font-family: 'Lora', serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 22px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-15 .wpbm-lower-wrap .wpbm-link-button a:hover {
	background:#fff;
    color: #6d6d6d;
    border: 1px solid #6d6d6d;
}
.wpbm-grid-template-15 .wpbm-tag-list {
    float: right;
    margin-left: auto;
}
.wpbm-grid-template-15 .wpbm-tag-list a {
    color: #000;
    font-family: 'Lora', serif;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 0 7px;
}
.wpbm-grid-template-15 .wpbm-category-list a:hover,
.wpbm-grid-template-15 .wpbm-tag-list a:hover {
    color: #ff4427;
}
/*************grid template-15 css end*******************/
/*************grid template-16 css start*****************/

.wpbm-grid-template-16 {
    margin: 0 -20px;
}
.wpbm-grid-template-16.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-16 .wpbm-inner-wrap {
    padding: 0 20px 5px;
    text-align: left;
}
.wpbm-grid-template-16.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-16 .wpbm-inner-wrap-contain {
    border: 1px solid #c9c8cb;
    background: #fff;
    text-align: left;
}
.wpbm-grid-template-16 .wpbm-header-wrap {
    padding: 25px 14px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.wpbm-grid-template-16 .wpbm-share-wrap,
.wpbm-grid-template-16 .wpbm-comment-wrap {
    display: inline-block;
    vertical-align: middle;
}
.wpbm-grid-template-16 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 5px;
}
.wpbm-grid-template-16 .wpbm-share-wrap a i {
    width: 35px;
    height: 35px;
    color: #fff;
    background: #00bf9d;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-16 .wpbm-share-wrap a:hover i {
    border-radius: 0;
}
.wpbm-grid-template-16 .wpbm-share-wrap a .fa-facebook {
    background: #1b70b6;
}
.wpbm-grid-template-16 .wpbm-share-wrap a .fa-twitter {
    background: #38b4e7;
}
.wpbm-grid-template-16 .wpbm-share-wrap a .fa-linkedin {
    background: #0084bf;
}
.wpbm-grid-template-16 .wpbm-share-wrap a .fa-google-plus {
    background: #dd4b39;
}
.wpbm-grid-template-16 .wpbm-share-wrap a .fa-pinterest {
    background: #cb2027;
}
.wpbm-grid-template-16 .wpbm-category-list {
    margin-bottom: 20px;
}
.wpbm-grid-template-16 .wpbm-right-wrap {
    margin-left: auto;
    float: right;
}
.wpbm-grid-template-16 .wpbm-comment-wrap,
.wpbm-grid-template-16 .wpbm-date {
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px;
    color: #777;
    font-weight: 500;
}
.wpbm-grid-template-16 .wpbm-image {
    position: relative;
    overflow: hidden;
}
.wpbm-grid-template-16 .wpbm-image:after {
    content: '';
    position: absolute;
    width: 106%;
    height: 100px;
    background: #fff;
    left: 0;
    bottom: -50px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.wpbm-grid-template-16 .wpbm-title {
    margin-bottom: 13px;
}
.wpbm-grid-template-16 .wpbm-title a{
    font-size: 30px;
    color: #000000;
    font-weight: 500;
    font-family: 'Droid Sans', sans-serif;
    line-height: 1.2;
    word-break: break-word;
}
.wpbm-grid-template-16 .wpbm-title a:hover{
	color:#777;
}
.wpbm-grid-template-16 .wpbm-content-meta-wrap-main {
    padding: 45px 32px 20px;
}
.wpbm-grid-template-16 .wpbm-content-wrap-main {
    padding-bottom: 26px;
}
.wpbm-grid-template-16 .wpbm-category-list a {
    color: #777777;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Droid Sans', sans-serif;
    padding: 4px 13px;
    border-left: 1px solid #565656;
    text-transform: uppercase;
    display: inline-block;
}
.wpbm-grid-template-16 .wpbm-category-list a:hover {
    color: #222;
}
.wpbm-grid-template-16 .wpbm-content {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Droid Sans', sans-serif;
    line-height: 1.7;
}
.wpbm-grid-template-16 .wpbm-link-button a {
    padding: 10px 15px;
    border: 1px solid #d8d8d8;
    display: inline-block;
    color: #777777;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Droid Sans', sans-serif;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-16 .wpbm-link-button a:hover {
    color: #222;
    background: #d8d8d8;
}
.wpbm-grid-template-16 .wpbm-meta-wrap {
    border-top: 1px solid #c9c8cb;
    padding: 12px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.wpbm-grid-template-16 .wpbm-meta-wrap .wpbm-author-name,
.wpbm-grid-template-16 .wpbm-meta-wrap .wpbm-author-name a,
.wpbm-grid-template-16 .wpbm-meta-wrap .wpbm-tag-list a {
    color: #777777;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Droid Sans', sans-serif;
}
.wpbm-grid-template-16 .wpbm-meta-wrap .wpbm-tag-list {
    float: right;
    margin-left: auto;
}
.wpbm-grid-template-16 .wpbm-meta-wrap .wpbm-tag-list a {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #d8d8d8;
    margin-left: 7px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-16 .wpbm-meta-wrap .wpbm-tag-list a:hover {
    background: #d8d8d8;
    color: #222;
}
/*************grid template-16 css end*******************/
/*************grid template-17 css start*****************/

.wpbm-grid-template-17 {
    margin: 0 -20px;
}
.wpbm-grid-template-17.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-17 .wpbm-inner-wrap {
    padding: 0 20px 5px;
    text-align: left;
    overflow: hidden;
}
.wpbm-grid-template-17.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-17 .wpbm-first-wrap {
    position: relative;
}
.wpbm-grid-template-17 .wpbm-title {
    position: absolute;
    bottom: 60px;
    left: 20px;
    max-width: 300px;
    line-height: 1.5;
}
.wpbm-grid-template-17 .wpbm-title a{
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 600;
    color: white;
    background-color: #b88282;
    -webkit-box-shadow: -10px 0 0 #b88282, 15px 0 0 #b88282;
    box-shadow: -10px 0 0 #b88282, 15px 0 0 #b88282;
    letter-spacing: 1px;
    padding: 5px 0;
}
.wpbm-grid-template-17 .wpbm-category-list {
    position: absolute;
    top: 20px;
    left: -9px;
}
.wpbm-grid-template-17 .wpbm-category-list:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6px 10px;
    border-color: transparent transparent #5b2e2e transparent;
    bottom: 100%;
    left: 0;
}
.wpbm-grid-template-17 .wpbm-category-list a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 500;
    padding: 5px;
    display: inline-block;
    background: #b88282;
}
.wpbm-grid-template-17 .wpbm-second-wrap {
    background: #000;
    padding: 11px 22px 11px;
}
.wpbm-grid-template-17 .wpbm-meta-wrap {
    border-bottom: 1px solid #777;
    padding: 11px 0;
}
.wpbm-grid-template-17 .wpbm-meta-wrap .wpbm-author-name,
.wpbm-grid-template-17 .wpbm-meta-wrap .wpbm-comment-wrap {
    display: inline-block;
    vertical-align: middle;
}
.wpbm-grid-template-17 .wpbm-meta-wrap .wpbm-author-name {
    margin-right: 5px;
}
.wpbm-grid-template-17 .wpbm-meta-wrap .wpbm-date {
    float: right;
}
.wpbm-grid-template-17 .wpbm-content {
    line-height: 1.5;
    padding: 18px 0 20px;
}
.wpbm-grid-template-17 .wpbm-link-button {
    margin-bottom: 24px;
}
.wpbm-grid-template-17 .wpbm-meta-wrap .wpbm-author-name,
.wpbm-grid-template-17 .wpbm-meta-wrap .wpbm-author-name a,
.wpbm-grid-template-17 .wpbm-meta-wrap .wpbm-comment-wrap,
.wpbm-grid-template-17 .wpbm-meta-wrap .wpbm-date,
.wpbm-grid-template-17 .wpbm-content,
.wpbm-grid-template-17 .wpbm-link-button a {
    color: #777;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.wpbm-grid-template-17 .wpbm-link-button a {
    color: #b88282;
    display: inline-block;
    position: relative;
}
.wpbm-grid-template-17 .wpbm-link-button a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 100%;
    top: 1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-17 .wpbm-link-button a:hover:after {
    opacity: 1;
    visibility: visible;
    left: 105%;
}
.wpbm-grid-template-17 .wpbm-bottom-wrap {
    border-top: 1px solid #777;
    padding: 17px 0;
}
.wpbm-grid-template-17 .wpbm-bottom-wrap .wpbm-share-wrap {
    float: left;
}
.wpbm-grid-template-17 .wpbm-bottom-wrap .wpbm-tag-list {
    float: right;
}
.wpbm-grid-template-17 .wpbm-share-wrap a {
    display: inline-block;
    margin-right: 4px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.wpbm-grid-template-17 .wpbm-share-wrap a i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #00bf9d;
    font-size: 13px;
    color: #fff;
}
.wpbm-grid-template-17 .wpbm-share-wrap a:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.wpbm-grid-template-17 .wpbm-share-wrap a .fa-facebook {
    background: #1b70b6;
}
.wpbm-grid-template-17 .wpbm-share-wrap a .fa-twitter {
    background: #38b4e7;
}
.wpbm-grid-template-17 .wpbm-share-wrap a .fa-linkedin {
    background: #0084bf;
}
.wpbm-grid-template-17 .wpbm-share-wrap a .fa-google-plus {
    background: #dd4b39;
}
.wpbm-grid-template-17 .wpbm-share-wrap a .fa-pinterest {
    background: #cb2027;
}
.wpbm-grid-template-17 .wpbm-tag-list a {
    display: inline-block;
    line-height: 1;
    margin-left: 4px;
    background: #b88282;
    padding: 3px 8px;
    border: 2px solid #b88282;
    color: #fff;
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-17 .wpbm-tag-list a:hover {
    background: transparent;
}
.wpbm-grid-template-17 .wpbm-extra-outer .wpbm-first-wrap {
    background: #000;
}
.wpbm-grid-template-17 .wpbm-extra-outer .wpbm-category-list,
.wpbm-grid-template-17 .wpbm-extra-outer .wpbm-title {
    position: static;
    background: transparent;
    max-width: 100%;
    padding: 0px 22px;
}
.wpbm-grid-template-17 .wpbm-extra-outer .wpbm-title span {
    font-size: 20px;
    color: #777;
    background-color: transparent;
    box-decoration-break: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: 1px;
    padding: 0;
}
.wpbm-grid-template-17 .wpbm-extra-outer .wpbm-category-list a {
    font-size: 12px;
    color: #777;
    padding: 5px 0;
    margin-right: 10px;
    margin-top: 10px;
}
.wpbm-grid-template-17 .wpbm-extra-outer .wpbm-category-list a:hover {
    color: #fff;
}
.wpbm-grid-template-17 .wpbm-extra-outer .wpbm-category-list:before,
.wpbm-grid-template-17 .wpbm-extra-outer .wpbm-category-list:after {
    content: none;
}
/*************grid template-17 css end*******************/
/*************grid template-18 css start*****************/

.wpbm-grid-template-18 {
    margin: 0 -20px;
}
.wpbm-grid-template-18wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-18 .wpbm-inner-wrap {
    padding: 0 20px 5px;
    text-align: left;
    overflow: hidden;
}
.wpbm-grid-template-18 .wpbm-image {
    position: relative;
}
.wpbm-grid-template-18 .wpbm-image:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.wpbm-grid-template-18.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-18 .wpbm-social-wrap {
    float: left;
    width: 40%;
}
.wpbm-grid-template-18 .wpbm-share-wrap {
    padding: 14px 0;
}
.wpbm-grid-template-18 .wpbm-share-wrap a {
    display: inline-block;
    margin: 2px;
}
.wpbm-grid-template-18 .wpbm-share-wrap i {
    width: 44px;
    height: 44px;
    text-align: center;
    background: #00bf9d;
    font-size: 20px;
    color: #fff;
    line-height: 44px;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.wpbm-grid-template-18 .wpbm-share-wrap a .fa-facebook {
    background: #1b70b6;
}
.wpbm-grid-template-18 .wpbm-share-wrap a .fa-twitter {
    background: #38b4e7;
}
.wpbm-grid-template-18 .wpbm-share-wrap a .fa-linkedin {
    background: #0084bf;
}
.wpbm-grid-template-18 .wpbm-share-wrap a .fa-google-plus {
    background: #dd4b39;
}
.wpbm-grid-template-18 .wpbm-share-wrap a .fa-pinterest {
    background: #cb2027;
}
.wpbm-grid-template-18 .wpbm-share-wrap a:hover .fa-facebook {
    -moz-box-shadow: 0 -7px 0 #0086f5 inset;
    -webkit-box-shadow: 0 -7px 0 #0086f5 inset;
    box-shadow: 0 -7px 0 #0086f5 inset;
}
.wpbm-grid-template-18 .wpbm-share-wrap a:hover .fa-twitter {
    -moz-box-shadow: 0 -7px 0 #217394 inset;
    -webkit-box-shadow: 0 -7px 0 #217394 inset;
    box-shadow: 0 -7px 0 #217394 inset;
}
.wpbm-grid-template-18 .wpbm-share-wrap a:hover .fa-linkedin {
    -moz-box-shadow: 0 -7px 0 #004d6f inset;
    -webkit-box-shadow: 0 -7px 0 #004d6f inset;
    box-shadow: 0 -7px 0 #004d6f inset;
}
.wpbm-grid-template-18 .wpbm-share-wrap a:hover .fa-google-plus {
    -moz-box-shadow: 0 -7px 0 #f52b12 inset;
    -webkit-box-shadow: 0 -7px 0 #f52b12 inset;
    box-shadow: 0 -7px 0 #f52b12 inset;
}
.wpbm-grid-template-18 .wpbm-share-wrap a:hover .fa-pinterest {
    -moz-box-shadow: 0 -7px 0 #f9010c inset;
    -webkit-box-shadow: 0 -7px 0 #f9010c inset;
    box-shadow: 0 -7px 0 #f9010c inset;
}
.wpbm-grid-template-18 .wpbm-share-wrap a:hover .fa-envelope-o {
    -moz-box-shadow: 0 -7px 0 #00ffd2 inset;
    -webkit-box-shadow: 0 -7px 0 #00ffd2 inset;
    box-shadow: 0 -7px 0 #00ffd2 inset;
}
.wpbm-grid-template-18 .wpbm-content-wrap {
    margin-top: -160px;
    float: right;
    width: 60%;
    position: relative;
    z-index: 99;
}
.wpbm-grid-template-18 .wpbm-category-wrap,
.wpbm-grid-template-18 .wpbm-title {
    padding: 0 13px;
}
.wpbm-grid-template-18 .wpbm-category-list a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 2px;
}
.wpbm-grid-template-18 .wpbm-title a{
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
}
.wpbm-grid-template-18 .wpbm-title {
    margin-bottom: 10px;
}
.wpbm-grid-template-18 .wpbm-content-main-wrap {
    background: #fff;
    padding: 20px 25px 45px;
}
.wpbm-grid-template-18 .wpbm-meta-wrap {
    text-align: center;
    margin-bottom: 15px;
}
.wpbm-grid-template-18 .wpbm-meta-wrap > div {
    display: inline-block;
    color: #2f2f2f;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 5px;
}
.wpbm-grid-template-18 .wpbm-content {
    color: #2f2f2f;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}
.wpbm-grid-template-18 .wpbm-link-button {
    border-bottom: 1px solid #d0d0d0;
    text-align: center;
    margin-bottom: 41px;
}
.wpbm-grid-template-18 .wpbm-link-button a {
    display: inline-block;
    color: #5e5e5e;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    background: #e0f0ed;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 26px;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-18 .wpbm-link-button a:hover {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.wpbm-grid-template-18 .wpbm-tag-list {
    text-align: center;
}
.wpbm-grid-template-18 .wpbm-tag-list a {
    display: inline-block;
    margin-bottom: 2px;
    color: #2f2f2f;
    font-weight: 600;
    font-size: 14px;
    padding: 0 5px;
    margin-bottom: 2px;
}
.wpbm-grid-template-18 .wpbm-extra-outer .wpbm-content-wrap {
    margin-top: 0;
    padding: 14px 0;
    text-align: center;
}
.wpbm-grid-template-18 .wpbm-extra-outer .wpbm-category-list a,
.wpbm-grid-template-18 .wpbm-extra-outer .wpbm-title a{
    color: #2f2f2f;
}
.wpbm-grid-template-18 .wpbm-category-list a:hover,
.wpbm-grid-template-18 .wpbm-tag-list a:hover,
.wpbm-grid-template-18 .wpbm-extra-outer .wpbm-category-list a:hover {
    color: #666;
}
/*************grid template-18 css end*******************/
/*************grid template-19 css start*****************/

.wpbm-grid-template-19 {
    margin: 0 -20px;
}
.wpbm-grid-template-19.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-19 .wpbm-inner-wrap {
    padding: 0 20px 5px;
    text-align: left;
}
.wpbm-grid-template-19.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-19 .wpbm-inner-wrap-contain {
    background: #fff;
}
.wpbm-grid-template-19 .wpbm-content-wrap {
    padding: 28px 0;
}
.wpbm-grid-template-19 .wpbm-left-wrap {
    width: 80px;
    float: left;
    text-align: center;
}
.wpbm-grid-template-19 .wpbm-content-container-wrap {
    border-left: 1px solid #c9c9c9;
}
.wpbm-grid-template-19 .wpbm-all-content-main {
    padding-left: 30px;
}
.wpbm-grid-template-19 .wpbm-author-name a{
    font-size: 12px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.wpbm-grid-template-19 .wpbm-author-name a:hover{
	color:#e71061;
}
.wpbm-grid-template-19 .wpbm-left-wrap img {
    width: 66px;
    height: 66px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 8px;
}
.wpbm-grid-template-19 .wpbm-content-container {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    float: left;
    padding-left: 20px;
    text-align: left;
}
.wpbm-grid-template-19 .wpbm-category-list {
    margin-bottom: 40px;
}
.wpbm-grid-template-19 .wpbm-category-list a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    margin-bottom: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #e71061;
    padding: 6px 8px;
    border: 2px solid #e71061;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.wpbm-grid-template-19 .wpbm-title-wrap {
    margin-bottom: 29px;
}
.wpbm-grid-template-19 .wpbm-date-wrap,
.wpbm-grid-template-19 .wpbm-title {
    display: inline-block;
    vertical-align: top;
}
.wpbm-grid-template-19 .wpbm-date-wrap {
    margin-right: 30px;
}
.wpbm-grid-template-19 .wpbm-date-wrap div {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #535151;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
}
.wpbm-grid-template-19 .wpbm-date-day {
    font-size: 22px;
}
.wpbm-grid-template-19 .wpbm-title a{
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
}
.wpbm-grid-template-19 .wpbm-title a:hover{
	color:#e81061;
}
.wpbm-grid-template-19 .wpbm-meta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 34px;
}
.wpbm-grid-template-19 .wpbm-comment-wrap,
.wpbm-grid-template-19 .wpbm-tag-list {
    float: left;
    margin-right: 15px;
    position: relative;
    padding-left: 25px;
}
.wpbm-grid-template-19 .wpbm-comment-wrap i,
.wpbm-grid-template-19 .wpbm-tag-list i {
    position: absolute;
    top: 0;
    left: 0;
    color: #e71061;
    font-size: 16px;
}
.wpbm-grid-template-19 .wpbm-comment-wrap,
.wpbm-grid-template-19 .wpbm-tag-list a {
    color: #7a7a7a;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
}
.wpbm-grid-template-19 .wpbm-tag-list a {
    text-transform: uppercase;
    margin-right: 4px;
    display: inline-block;
}
.wpbm-grid-template-19 .wpbm-tag-list a:hover {
    color: #e71061;
}
.wpbm-grid-template-19 .wpbm-share-wrap {
    float: right;
    margin-left: auto;
}
.wpbm-grid-template-19 .wpbm-share-wrap a {
    font-size: 13px;
    padding: 3px 5px;
    color: #e71061;
    margin-left: 10px;
    margin-bottom: 2px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wpbm-grid-template-19 .wpbm-share-wrap a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.wpbm-grid-template-19 .wpbm-content {
    font-family: 'Roboto', sans-serif;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 59px;
}
.wpbm-grid-template-19 .wpbm-link-button a {
    background: #e81061;
    display: inline-block;
    padding: 9px;
    min-width: 142px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 2px solid #e81061;
}
.wpbm-grid-template-19 .wpbm-category-list a:hover,
.wpbm-grid-template-19 .wpbm-link-button a:hover {
    color: #e71061;
    background: transparent;
}
.wpbm-grid .bx-wrapper,
.wpbm-grid .bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
}
.wpbm-grid-template-20 .wpbm-extra-outer .wpbm-meta-wrap {
    position: static;
}
/*************grid template-19 css end*******************/
/*************grid template-20 css end*******************/

.wpbm-grid-template-20 {
    margin: 0 -20px;
}
.wpbm-grid-template-20.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-20 .wpbm-inner-wrap {
    padding: 0 20px 5px;
    text-align: left;
}
.wpbm-grid-template-20.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-20 .wpbm-inner-wrap-contain {
    text-align: left;
}
.wpbm-grid-template-20 .wpbm-inner-content {
    position: relative;
    margin-bottom: 55px;
}
.wpbm-grid-template-20 .wpbm-meta-wrap {
    background: #fff;
    padding: 10px 25px 10px 6px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wpbm-grid-template-20 .wpbm-meta-wrap > div {
    display: inline-block;
    margin-left: 23px;
}
.wpbm-grid-template-20 .wpbm-meta-wrap > div:nth-of-type(1) {
    margin-left: 0;
}
.wpbm-grid-template-20 .wpbm-author-name img {
    width: 30px;
    height: 30px;
    margin-right: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-grid-template-20 .wpbm-author-name,
.wpbm-grid-template-20 .wpbm-author-name a,
.wpbm-grid-template-20 .wpbm-date,
.wpbm-grid-template-20 .wpbm-comment-wrap {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.wpbm-grid-template-20 .wpbm-second-content {
    background: #fff;
}
.wpbm-grid-template-20 .wpbm-left-wrap,
.wpbm-grid-template-20 .wpbm-right-content {
    float: left;
}
.wpbm-grid-template-20 .wpbm-left-wrap {
    width: 116px;
    padding-right: 10px;
}
.wpbm-grid-template-20 .wpbm-category-list a {
    display: block;
    margin-bottom: 14px;
    font-size: 12px;
    color: #696969;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.wpbm-grid-template-20 .wpbm-category-list a:hover,
.wpbm-grid-template-20 .wpbm-author-name a:hover {
    color: #ffad27;
}
.wpbm-grid-template-20 .wpbm-right-content {
    width: -moz-calc(100% - 116px);
    width: -webkit-calc(100% - 116px);
    width: calc(100% - 116px);
}
.wpbm-grid-template-20 .wpbm-right-main-content {
    border-left: 1px solid #cfcfcf;
}
.wpbm-grid-template-20 .wpbm-title-content-wrap {
    padding-left: 25px;
}
.wpbm-grid-template-20 .wpbm-title {
    margin-bottom: 10px;
}
.wpbm-grid-template-20 .wpbm-title a{
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 700;
    line-height: 1.3;
    font-size: 24px;
}
.wpbm-grid-template-20 .wpbm-title a:hover{
	color:#ffad27;
}
.wpbm-grid-template-20 .wpbm-content {
    font-weight: 600;
    line-height: 1.5;
    font-size: 14px;
    color: #646464;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 34px;
}
.wpbm-grid-template-20 .wpbm-readmore-social-wrap {
    margin-bottom: 10px;
}
.wpbm-grid-template-20 .wpbm-link-button {
    display: inline-block;
    margin-bottom: 5px;
}
.wpbm-grid-template-20 .wpbm-link-button a {
    display: inline-block;
    background: #ffad27;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 8px 18px;
    border: 2px solid #ffad27;
}
.wpbm-grid-template-20 .wpbm-link-button a:hover {
    background: transparent;
    color: #ffad27;
}
.wpbm-grid-template-20 .wpbm-share-wrap {
    float: right;
    margin-bottom: 5px;
}
.wpbm-grid-template-20 .wpbm-share-wrap .fa-share-alt,
.wpbm-grid-template-20 .wpbm-share-wrap a {
    border: 1px solid #ccc;
    color: #ccc;
    display: inline-block;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 5px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-20 .wpbm-tag-list {
    text-align: right;
}
.wpbm-grid-template-20 .wpbm-tag-list a {
    display: inline-block;
    margin: 2px;
    color: #ccc;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #ccc;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 6px 12px;
}
.wpbm-grid-template-20 .wpbm-tag-list a:hover,
.wpbm-grid-template-20 .wpbm-share-wrap a:hover {
    color: #fff;
    background: #ffad27;
}
/*************grid template-20 css end*******************/
/*************grid template-21 css start*****************/

.wpbm-grid-template-21 {
    margin: 0 -20px;
}
.wpbm-grid-template-21.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-21 .wpbm-inner-wrap {
    padding: 0 20px 5px;
    text-align: left;
}
.wpbm-grid-template-21.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-21 .wpbm-inner-wrap-contain {
    background: #FFF;
    text-align: left;
}
.wpbm-grid-template-21 .wpbm-content-container {
    padding: 50px 5% 27px;
}
.wpbm-grid-template-21 .wpbm-image-container {
    position: relative;
    overflow: hidden;
}
.wpbm-grid-template-21 .wpbm-image-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-21 .wpbm-extra-outer .wpbm-image-container:before {
    content: none;
}
.wpbm-grid-template-21 .wpbm-share-wrap {
    position: absolute;
    bottom: 15px;
    left: -100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.wpbm-grid-template-21 .wpbm-extra-outer .wpbm-share-wrap,
.wpbm-grid-template-21 .bx-wrapper + .wpbm-share-wrap {
    background: rgba(0, 0, 0, 0.5);
    padding: 7px;
}
.wpbm-grid-template-21 .wpbm-inner-wrap-contain:hover .wpbm-share-wrap,
.wpbm-grid-template-21 .wpbm-inner-wrap-contain:hover .wpbm-image-container:before {
    opacity: 1;
    visibility: visible;
}
.wpbm-grid-template-21 .wpbm-inner-wrap-contain:hover .wpbm-share-wrap {
    left: 15px;
}
.wpbm-grid-template-21 .wpbm-share-wrap .fa-share-alt,
.wpbm-grid-template-21 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 2px;
}
.wpbm-grid-template-21 .wpbm-share-wrap .fa-share-alt {
    border: 2px solid #9a9fa1;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 22px;
}
.wpbm-grid-template-21 .wpbm-share-wrap a {
    background: #fff;
    color: #000;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-21 .wpbm-share-wrap a:hover {
    background: #8fc72d;
    color: #fff;
}
.wpbm-grid-template-21 .wpbm-category-wrap {
    margin-bottom: 13px;
}
.wpbm-grid-template-21 .wpbm-category-list a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-right: 10px;
    margin-bottom: 2px;
    color: #222;
}
.wpbm-grid-template-21 .wpbm-category-list a:hover {
    color: #8fc72d;
}
.wpbm-grid-template-21 .wpbm-title {
    margin-bottom: 25px;
}
.wpbm-grid-template-21 .wpbm-title a{
    font-size: 34px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    line-height: 1.2;
}
.wpbm-grid-template-21 .wpbm-title a:hover{
	color:#8fc72d;
}
.wpbm-grid-template-21 .wpbm-meta-wrap {
    margin-bottom: 12px;
}
.wpbm-grid-template-21 .wpbm-meta-wrap > div{
    margin-bottom: 2px;
    margin-right: 16px;
}
.wpbm-grid-template-21 .wpbm-meta-wrap > div,
.wpbm-grid-template-21 .wpbm-meta-wrap > div a{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 500;
}
.wpbm-grid-template-21 .wpbm-content {
    line-height: 1.5;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}
.wpbm-grid-template-21 .wpbm-bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.wpbm-grid-template-21 .wpbm-bottom-wrap .wpbm-link-button a {
    background-color: #8fc72d;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 18px;
    border: 2px solid #8fc72d;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-21 .wpbm-bottom-wrap .wpbm-link-button a:hover {
    background-color: transparent;
    color: #8fc72d;
}
.wpbm-grid-template-21 .wpbm-tag-list {
    margin-left: auto;
    float: right;
    position: relative;
    padding-left: 27px;
}
.wpbm-grid-template-21 .wpbm-tag-list .fa-tag {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 27px;
    text-align: left;
    border-right: 2px solid #8fc72d;
    color: #000;
    line-height: 1.3;
}
.wpbm-grid-template-21 .wpbm-tag-list a {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-21 .wpbm-tag-list a:hover {
    background: #8fc72d;
    color: #fff;
}
/*************grid template-21 css end*******************/
/*************grid template-22 css start*******************/

.wpbm-grid-template-22 {
    margin: 0 -20px;
}
.wpbm-grid-template-22.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-22 .wpbm-inner-wrap {
    padding: 0 20px 5px;
    text-align: left;
}
.wpbm-grid-template-22.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-22 .wpbm-inner-wrap-contain {
    background: #FFF;
    text-align: left;
    padding: 20px;
    border: 1px solid #eee;
}
.wpbm-grid-template-22 .wpbm-img-container {
    position: relative;
    margin-bottom: 16px;
}
.wpbm-grid-template-22 .wpbm-category-wrap {
    position: absolute;
    bottom: 7px;
    left: 9px;
}
.wpbm-grid-template-22 .wpbm-category-list a {
    display: inline-block;
    margin-bottom: 2px;
    background: #ff4422;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 6px 7px 6px 8px;
    border: 1px solid #ff4422;
    border-left-width: 2px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-22 .wpbm-title {
    margin-bottom: 20px;
}
.wpbm-grid-template-22 .wpbm-title a{
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
}
.wpbm-grid-template-22 .wpbm-title a:hover{
	color:#ff4422;
}
.wpbm-grid-template-22 .wpbm-meta-wrap {
    margin-bottom: 17px;
}
.wpbm-grid-template-22 .wpbm-meta-wrap > div ,
.wpbm-grid-template-22 .wpbm-meta-wrap > div  a{
    display: inline-block;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 600;
}
.wpbm-grid-template-22 .wpbm-meta-wrap > div  a:hover{
	color:#ff4422;
}
.wpbm-grid-template-22 .wpbm-meta-wrap > div {
	margin-bottom: 2px;
    margin-right: 13px;
}
.wpbm-grid-template-22 .wpbm-content {
    line-height: 1.3;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 600;
    margin-bottom: 14px;
}
.wpbm-grid-template-22 .wpbm-link-button {
    margin-bottom: 17px;
}
.wpbm-grid-template-22 .wpbm-link-button a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background: #ff4422;
    color: #fff;
    padding: 7px 7px 7px 8px;
    border: 1px solid #ff4422;
    border-left-width: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-22 .wpbm-category-list a:hover,
.wpbm-grid-template-22 .wpbm-link-button a:hover {
    background: #fff;
    color: #ff4422;
    border-color: #eee;
    border-left-color: #ff4422;
}
.wpbm-grid-template-22 .wpbm-tag-list {
    margin-bottom: 13px;
}
.wpbm-grid-template-22 .wpbm-tag-list a {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #000;
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #eee;
    border-left: 3px solid #ff4422;
    text-align: center;
    min-width: 67px;
    margin-bottom: 2px;
    margin-right: 4px;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-22 .wpbm-tag-list a:hover {
    background: #ff4422;
    color: #fff;
    border-color: #ff4422;
}
.wpbm-grid-template-22 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #eee;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #000;
    font-size: 13px;
}
.wpbm-grid-template-22 .wpbm-share-wrap a:hover {
    color: #fff;
    background: #ff4422;
    border-color: #ff4422;
}
.wpbm-grid-template-22 .wpbm-extra-outer .wpbm-category-wrap {
    position: static;
    margin-top: 10px;
}
/*************grid template-22 css end*******************/
/*************grid template-23 css start*******************/

.wpbm-grid-template-23 {
    margin: 0 -20px;
}
.wpbm-grid-template-23.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-23 .wpbm-inner-wrap {
    padding: 0 20px 5px;
    text-align: center;
}
.wpbm-grid-template-23.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-23 .wpbm-inner-wrap-contain {
    padding-bottom: 25px;
}
.wpbm-grid-template-23 .wpbm-image {
    position: relative;
    z-index: 9;
    margin: 0 auto -51px;
    width: 90%;
}
.wpbm-grid-template-23 .wpbm-image:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    left: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    z-index: 9;
    height: 100%;
}
.wpbm-grid-template-23 .wpbm-image:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wpbm-grid-template-23 .wpbm-image:hover:before {
    left: 0;
}
.wpbm-grid-template-23 .wpbm-content-container {
    border: 1px solid #eee;
    padding: 79px 35px 0;
    background: #fff;
    position: relative;
}
.wpbm-grid-template-23 .wpbm-category-wrap {
    margin-bottom: 9px;
}
.wpbm-grid-template-23 .wpbm-category-list a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin: 0 5px 2px 5px;
}
.wpbm-grid-template-23 .wpbm-category-list a:hover {
    color: #777;
}
.wpbm-grid-template-23 .wpbm-title {
    margin-bottom: 18px;
}
.wpbm-grid-template-23 .wpbm-title a{
    font-size: 30px;
    color: #222;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    line-height: 1.2;
}
.wpbm-grid-template-23 .wpbm-meta-wrap {
    margin-bottom: 28px;
}
.wpbm-grid-template-23 .wpbm-meta-wrap > div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 0 20px;
    margin-bottom: 2px;
}
.wpbm-grid-template-23 .wpbm-meta-wrap > div,
.wpbm-grid-template-23 .wpbm-meta-wrap > div a{
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #222;
    font-weight: 600;
}
.wpbm-grid-template-23 .wpbm-author-name {
    text-transform: uppercase;
}
.wpbm-grid-template-23 .wpbm-meta-wrap > div i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #222;
}
.wpbm-grid-template-23 .wpbm-meta-wrap > div a:hover,
.wpbm-grid-template-23 .wpbm-title a:hover{
	color:#777;
}
.wpbm-grid-template-23 .wpbm-content {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #222;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 30px;
}
.wpbm-grid-template-23 .wpbm-bottom-wrap {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}
.wpbm-grid-template-23 .wpbm-share-wrap,
.wpbm-grid-template-23 .wpbm-link-button,
.wpbm-grid-template-23 .wpbm-tag-list {
    float: left;
    width: 33.33%;
}
.wpbm-grid-template-23 .wpbm-share-wrap {
    text-align: left;
}
.wpbm-grid-template-23 .wpbm-share-wrap a {
    height: 44px;
    width: 44px;
    text-align: center;
    border: 1px solid #eeeeee;
    font-size: 14px;
    color: #222;
    background: #fff;
    -webkit-transform: skew(-18deg);
    transform: skew(-18deg);
    display: inline-block;
    line-height: 44px;
    margin: 2px;
}
.wpbm-grid-template-23 .wpbm-share-wrap a i {
    -webkit-transform: skew(18deg);
    transform: skew(18deg)
}
.wpbm-grid-template-23 .wpbm-link-button {
    text-align: center;
}
.wpbm-grid-template-23 .wpbm-tag-list {
    text-align: right;
}
.wpbm-grid-template-23 .wpbm-link-button a,
.wpbm-grid-template-23 .wpbm-tag-list a {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #222;
    display: inline-block;
    margin: 2px;
    border: 1px solid #eeeeee;
    padding: 15px 28px;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-23 .wpbm-tag-list a {
    -webkit-transform: skew(-18deg);
    transform: skew(-18deg);
    text-align: center;
}
.wpbm-grid-template-23 .wpbm-tag-list a span {
    -webkit-transform: skew(18deg);
    transform: skew(18deg);
    padding: 0;
    margin: 0;
    display: inline-block;
}
.wpbm-grid-template-23 .wpbm-share-wrap a:hover,
.wpbm-grid-template-23 .wpbm-link-button a:hover,
.wpbm-grid-template-23 .wpbm-tag-list a:hover {
    background: #eeeeee;
}
/*************grid template-23 css end*******************/
/*************grid template-24 css start******************/

.wpbm-grid-template-24 {
    margin: 0 -20px;
}
.wpbm-grid-template-24.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-24 .wpbm-inner-wrap {
    padding: 0 20px 5px;
    text-align: left;
}
.wpbm-grid-template-24.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-24 .wpbm-inner-wrap-contain {
    background: #fff;
}
.wpbm-grid-template-24 .wpbm-img-container {
    position: relative;
}
.wpbm-grid-template-24 .wpbm-img-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
.wpbm-grid-template-24 .wpbm-share-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    text-align: center;
}
.wpbm-grid-template-24 .wpbm-share-wrap a {
    color: #fff;
    display: inline-block;
    height: 33px;
    margin: 10px;
    padding: 5px;
    position: relative;
    width: 33px;
    background: none;
    text-align: center;
    vertical-align: middle;
    line-height: 21px;
    font-size: 13px;
}
.wpbm-grid-template-24 .wpbm-share-wrap a:before {
    content: '';
    -ms-transform: rotate(45deg) translateZ(0);
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    background-color: #00bf9d;
    width: 33px;
    height: 33px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -16.5px;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-24 .wpbm-share-wrap a:hover:before {
    -ms-transform: rotate(0deg) translateZ(0);
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0);
}
.wpbm-grid-template-24 .wpbm-share-wrap a.wpbm-fb:before {
    background-color: #1b70b6;
}
.wpbm-grid-template-24 .wpbm-share-wrap a.wpbm-tw:before {
    background-color: #38b4e7;
}
.wpbm-grid-template-24 .wpbm-share-wrap a.wpbm-gp:before {
    background-color: #dd4b39;
}
.wpbm-grid-template-24 .wpbm-share-wrap a.wpbm-ln:before {
    background-color: #0084bf;
}
.wpbm-grid-template-24 .wpbm-share-wrap a.wpbm-pn:before {
    background-color: #cb2027;
}
.wpbm-grid-template-24 .wpbm-img-container:before,
.wpbm-grid-template-24 .wpbm-share-wrap a {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-24 .wpbm-share-wrap a i {
    position: relative;
}
.wpbm-grid-template-24 .wpbm-inner-wrap-contain:hover .wpbm-img-container:before,
.wpbm-grid-template-24 .wpbm-inner-wrap-contain:hover .wpbm-share-wrap a {
    opacity: 1;
    visibility: visible;
}
.wpbm-grid-template-24 .wpbm-content-container {
    padding: 18px 10px;
}
.wpbm-grid-template-24 .wpbm-header-left-wrap,
.wpbm-grid-template-24 .wpbm-content-outer-wrap {
    float: left;
}
.wpbm-grid-template-24 .wpbm-header-left-wrap {
    width: 33%;
}
.wpbm-grid-template-24 .wpbm-content-outer-wrap {
    width: 67%;
    padding: 0 0 0 20px;
}
.wpbm-grid-template-24 .wpbm-date {
    position: relative;
    line-height: 1;
    margin-bottom: 25px;
}
.wpbm-grid-template-24 .wpbm-date:before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 50%;
    height: 1px;
    background: #eee;
}
.wpbm-grid-template-24 .wpbm-date span {
    position: relative;
    display: inline-block;
    padding-right: 7px;
    background: #fff;
    color: #b1b1b2;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    line-height: 1.2;
}
.wpbm-grid-template-24 .wpbm-title {
    margin-bottom: 23px;
    word-break: break-word;
}
.wpbm-grid-template-24 .wpbm-title a{
    color: #282828;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.3;
}
.wpbm-grid-template-24 .wpbm-title a:hover{
	color:#b3322f;
}
.wpbm-grid-template-24 .wpbm-meta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 15px;
}
.wpbm-grid-template-24 .wpbm-author-name,
.wpbm-grid-template-24 .wpbm-comment-wrap {
    display: inline-block;
    margin-bottom: 3px;
}
.wpbm-grid-template-24 .wpbm-author-name a,
.wpbm-grid-template-24 .wpbm-comment-wrap{
    color: #b1b1b2;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
        display: inline-block;
}
.wpbm-grid-template-24 .wpbm-author-name a:hover{
	color:#222;
}
.wpbm-grid-template-24 .wpbm-comment-wrap {
    float: right;
    margin-left: auto;
}
.wpbm-grid-template-24 .wpbm-author-name img {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-grid-template-24 .wpbm-tag-list a {
    display: inline-block;
    color: #1f1f1f;
    margin-bottom: 2px;
    margin-right: 10px
}
.wpbm-grid-template-24 .wpbm-tag-list a:hover {
    color: #b3322f;
}
.wpbm-grid-template-24 .wpbm-category-wrap {
    margin-bottom: 23px;
}
.wpbm-grid-template-24 .wpbm-category-list a {
    display: inline-block;
    background: #b3322f;
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 7px 4px;
    line-height: 1;
    margin: 0 4px 2px 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-24 .wpbm-category-list a:hover {
    background: #932422;
}
.wpbm-grid-template-24 .wpbm-content {
    color: #262626;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 26px;
}
.wpbm-grid-template-24 .wpbm-link-button a {
    padding: 10px 12px;
    color: #b3322f;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border-left: 1px solid #b3322f;
    border-right: 1px solid transparent;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-24 .wpbm-link-button a:before,
.wpbm-grid-template-24 .wpbm-link-button a:after {
    position: absolute;
    left: 0;
    content: '';
    width: 12px;
    height: 1px;
    background: #b3322f;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-24 .wpbm-link-button a:before {
    top: 0;
}
.wpbm-grid-template-24 .wpbm-link-button a:after {
    bottom: 0;
}
.wpbm-grid-template-24 .wpbm-link-button a:hover:before,
.wpbm-grid-template-24 .wpbm-link-button a:hover:after {
    width: 100%;
}
.wpbm-grid-template-24 .wpbm-link-button a:hover {
    border-right: 1px solid #b3322f;
}
.wpbm-grid-template-24 .wpbm-extra-outer .wpbm-img-container:before {
    content: none;
}
.wpbm-grid-template-24 .wpbm-extra-outer .wpbm-share-wrap {
    position: static;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}
.wpbm-grid-template-24 .wpbm-extra-outer .wpbm-img-container:before,
.wpbm-grid-template-24 .wpbm-extra-outer .wpbm-share-wrap a {
    opacity: 1;
    visibility: visible;
}
/*************grid template-24 css end*******************/
/*************grid template-25 css start*****************/

.wpbm-grid-template-25 {
    margin: 0 -20px;
}
.wpbm-grid-template-25.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-25 .wpbm-inner-wrap {
    padding: 0 20px 5px;
    text-align: center;
}
.wpbm-grid-template-25.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-25 .wpbm-content-wrap {
    width: 90%;
    position: relative;
    margin: -30px auto 0;
    background: #fff;
    padding: 30px;
}
.wpbm-grid-template-25 .wpbm-extra-outer .wpbm-content-wrap {
    margin-top: 0;
}
.wpbm-grid-template-25 .wpbm-header-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 18px;
}
.wpbm-grid-template-25 .wpbm-category-wrap {
    float: left;
    text-align: left;
}
.wpbm-grid-template-25 .wpbm-category-list a {
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background: #f7b1ca;
    display: inline-block;
    padding: 7px 10px 5px;
    margin: 0 7px 7px 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-25 .wpbm-category-list a:hover {
    background: #f6f6f6;
    color: #000;
}
.wpbm-grid-template-25 .wpbm-share-wrap {
    float: right;
    text-align: right;
    margin-left: auto;
}
.wpbm-grid-template-25 .wpbm-share-wrap a {
    color: #000;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    display: inline-block;
    margin-left: 14px;
    margin-bottom: 7px;
}
.wpbm-grid-template-25 .wpbm-share-wrap a:hover {
    color: #7a7a7a;
}
.wpbm-grid-template-25 .wpbm-title {
    margin-bottom: 17px;
}
.wpbm-grid-template-25 .wpbm-title a{
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    line-height: 1.3;
}
.wpbm-grid-template-25 .wpbm-title a:hover{
	color:#f7b1ca;
}
.wpbm-grid-template-25 .wpbm-content {
    color: #7a7a7a;
    font-size: 13px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 13px;
}
.wpbm-grid-template-25 .wpbm-meta-wrap {
    padding: 24px 0 14px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.wpbm-grid-template-25 .wpbm-meta-wrap > div {
    position: relative;
    padding-left: 20px;
    margin: 0 5px 10px;
}
.wpbm-grid-template-25 .wpbm-meta-wrap > div.wpbm-tag-list {
    margin-bottom: 5px;
}
.wpbm-grid-template-25 .wpbm-meta-wrap > div,
.wpbm-grid-template-25 .wpbm-meta-wrap > div a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: #7a7a7a;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: middle;
}
.wpbm-grid-template-25 .wpbm-meta-wrap > div.wpbm-tag-list a {
    margin-bottom: 5px;
    padding: 0 5px;
}
.wpbm-grid-template-25 .wpbm-meta-wrap > div.wpbm-tag-list a:hover {
    color: #000;
}
.wpbm-grid-template-25 .wpbm-meta-wrap > div.wpbm-tag-list a:nth-of-type(1) {
    padding-left: 0;
}
.wpbm-grid-template-25 .wpbm-meta-wrap > div i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 11px;
}
.wpbm-grid-template-25 .wpbm-link-button a {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    background: #f6f6f6;
    padding: 12px 24px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-25 .wpbm-link-button a:hover {
    background: #f7b1ca;
    color: #fff;
}
/*************grid template-25 css end*******************/
/*************grid template-26 css start*****************/

.wpbm-grid-template-26 {
    margin: 0 -20px;
}
.wpbm-grid-template-26.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-26 .wpbm-inner-wrap {
    padding: 0 20px 5px;
    text-align: left;
}
.wpbm-grid-template-26.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-26 .wpbm-inner-wrap-contain {
    background: #fff;
    -moz-box-shadow: 0 0 9px 2px #DDDDDD;
    -webkit-box-shadow: 0 0 9px 2px #DDDDDD;
    box-shadow: 0 0 9px 2px #DDDDDD;
}
.wpbm-grid-template-26 .wpbm-category-list {
    padding: 15px 20px 12px;
}
.wpbm-grid-template-26 .wpbm-category-list > i {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-grid-template-26 .wpbm-category-list a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}
.wpbm-grid-template-26 .wpbm-category-list a:hover {
    color: #777;
}
.wpbm-grid-template-26 .wpbm-category-list > i,
.wpbm-grid-template-26 .wpbm-category-list a {
    margin-bottom: 3px;
}
.wpbm-grid-template-26 .wpbm-image-wrap {
    position: relative;
}
.wpbm-grid-template-26 .wpbm-date {
    position: absolute;
    text-align: center;
    left: 20px;
    top: 20px;
    z-index: 999;
}
.wpbm-grid-template-26 .wpbm-extra-outer .wpbm-date {
    position: static;
    text-align: left;
    padding: 0 15px 15px;
}
.wpbm-grid-template-26 .wpbm-date-day,
.wpbm-grid-template-26 .wpbm-month-date {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 1.2;
}
.wpbm-grid-template-26 .wpbm-date-day {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1px;
}
.wpbm-grid-template-26 .wpbm-month-date {
    font-size: 12px;
    font-weight: 600;
}
/**/

.wpbm-grid-template-26 .wpbm-extra-outer .wpbm-date-day {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.wpbm-grid-template-26 .wpbm-extra-outer .wpbm-date-day,
.wpbm-grid-template-26 .wpbm-extra-outer .wpbm-month-date {
    color: #000;
    display: inline-block;
}
/**/

.wpbm-grid-template-26 .wpbm-share-wrap {
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}
.wpbm-grid-template-26 .wpbm-share-wrap a {
    display: inline-block;
    color: #9f9f9f;
    font-size: 14px;
    padding: 7px;
    margin: 1px;
    text-align: center;
}
.wpbm-grid-template-26 .wpbm-share-wrap a:hover {
    color: #d1b689;
}
.wpbm-grid-template-26 .wpbm-inner-content-wrap {
    padding: 15px 20px 48px;
}
.wpbm-grid-template-26 .wpbm-author-name {
    margin-bottom: 14px;
}
.wpbm-grid-template-26 .wpbm-author-name a{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 14px;
}
.wpbm-grid-template-26 .wpbm-author-name img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-grid-template-26 .wpbm-title {
    margin-bottom: 20px;
}
.wpbm-grid-template-26 .wpbm-title a{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.wpbm-grid-template-26 .wpbm-author-name a:hover,
.wpbm-grid-template-26 .wpbm-title a:hover{
	color:#777;
}
.wpbm-grid-template-26 .wpbm-content {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #8b8b8b;
    line-height: 1.5;
}
.wpbm-grid-template-26 .wpbm-content + .wpbm-link-button {
    margin-top: 15px;
}
.wpbm-grid-template-26 .wpbm-link-button a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    position: relative;
}
.wpbm-grid-template-26 .wpbm-link-button a:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f105";
    font-family: FontAwesome;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-26 .wpbm-link-button a:hover:before {
    opacity: 1;
    visibility: visible;
    left: 105%;
}
.wpbm-grid-template-26 .wpbm-meta-wrap {
    border-top: 1px solid #d7d7d7;
    padding: 20px 15px 10px;
}
.wpbm-grid-template-26 .wpbm-comment-wrap,
.wpbm-grid-template-26 .wpbm-tag-list,
.wpbm-grid-template-26 .wpbm-tag-list a {
    font-size: 14px;
}
.wpbm-grid-template-26 .wpbm-comment-wrap i,
.wpbm-grid-template-26 .wpbm-tag-list i {
    margin-right: 7px;
}
.wpbm-grid-template-26 .wpbm-comment-wrap {
    margin-bottom: 10px;
    color: #000;
    float: left;
    padding: 0 5px;
}
.wpbm-grid-template-26 .wpbm-tag-list {
    margin-bottom: 5px;
    color: #676767;
    float: right;
    padding: 0 5px;
}
.wpbm-grid-template-26 .wpbm-tag-list a {
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-left: 7px;
    color: #676767;
}
.wpbm-grid-template-26 .wpbm-tag-list a:hover {
    color: #000;
}
/*************grid template-26 css end*******************/
/*************grid template-27 css start*****************/

.wpbm-grid-template-27 {
    margin: 0 -20px;
}
.wpbm-grid-template-27.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-27 .wpbm-inner-wrap {
    padding: 0 20px 5px;
    text-align: center;
}
.wpbm-grid-template-27.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-27 .wpbm-inner-wrap-contain {
    background: #fff;
}
.wpbm-grid-template-27 .wpbm-img-container {
    position: relative;
}
.wpbm-grid-template-27 .wpbm-share-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-27 .wpbm-inner-wrap-contain .wpbm-image {
    position: relative;
}
.wpbm-grid-template-27 .wpbm-inner-wrap-contain .wpbm-image:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-27 .wpbm-inner-wrap-contain:hover .wpbm-share-wrap,
.wpbm-grid-template-27 .wpbm-inner-wrap-contain:hover .wpbm-image:before {
    opacity: 1;
    visibility: visible;
}
.wpbm-grid-template-27 .wpbm-extra-outer .wpbm-share-wrap {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 10px;
}
.wpbm-grid-template-27 .wpbm-share-wrap a {
    display: inline-block;
    margin: 3px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #222;
    line-height: 40px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-27 .wpbm-extra-outer .wpbm-share-wrap a {
    border: 1px solid #eee;
}
.wpbm-grid-template-27 .wpbm-share-wrap a:hover {
    background: #eee;
}
.wpbm-grid-template-27 .wpbm-bottom-wrap-contain {
    padding: 37px 0;
}
.wpbm-grid-template-27 .wpbm-title {
    margin-bottom: 20px;
}
.wpbm-grid-template-27 .wpbm-title a{
    font-size: 30px;
    color: #222;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    line-height: 1.2;
}
.wpbm-grid-template-27 .wpbm-title a:hover{
	color: #777;
}
.wpbm-grid-template-27 .wpbm-tag-list {
    margin-bottom: 20px;
}
.wpbm-grid-template-27 .wpbm-tag-list a {
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: 500;
    padding: 3px;
    margin: 1px;
    color: #333331;
}
.wpbm-grid-template-27 .wpbm-date-content {
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
    margin-bottom: 20px;
}
.wpbm-grid-template-27 .wpbm-date-content > div {
    float: left;
}
.wpbm-grid-template-27 .wpbm-category-wrap {
    border-left: 1px solid #232323;
    padding: 20px;
}
.wpbm-grid-template-27 .wpbm-date {
    padding: 24px;
}
.wpbm-grid-template-27 .wpbm-date,
.wpbm-grid-template-27 .wpbm-category-list a,
.wpbm-grid-template-27 .wpbm-meta-wrap > div,
.wpbm-grid-template-27 .wpbm-meta-wrap > div a {
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: 500;
    color: #222;
}
.wpbm-grid-template-27 .wpbm-category-list a {
    padding: 3px;
    margin: 1px;
}
.wpbm-grid-template-27 .wpbm-meta-wrap {
    margin-bottom: 20px;
}
.wpbm-grid-template-27 .wpbm-meta-wrap > div {
    padding: 3px;
    margin: 1px 5px;
}
.wpbm-grid-template-27 .wpbm-meta-wrap > div i {
    margin-right: 5px;
}
.wpbm-grid-template-27 .wpbm-content {
    font-size: 25px;
    color: #363638;
    font-weight: 400;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    line-height: 1.5;
    margin-bottom: 24px;
}
.wpbm-grid-template-27 .wpbm-link-button a {
    display: inline-block;
    padding: 8px 11px;
    border: 1px solid #eee;
    background: #eee;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    color: #222;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-27 .wpbm-link-button a:hover {
    background: #fff;
}
.wpbm-grid-template-27 .wpbm-tag-list a:hover,
.wpbm-grid-template-27 .wpbm-category-list a:hover {
    color: #777;
}
/*************grid template-27 css end*******************/
/*************grid template-28 css start*****************/

.wpbm-grid-template-28 {
    margin: 0 -20px;
}
.wpbm-grid-template-28.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-28 .wpbm-inner-wrap {
    padding: 0 20px 5px;
    text-align: center;
}
.wpbm-grid-template-28.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-28 .wpbm-inner-wrap-contain {
    overflow: hidden;
}
.wpbm-grid-template-28 .wpbm-inner-wrap-contain,
.wpbm-grid-template-28 .wpbm-image {
    position: relative;
}
.wpbm-grid-template-28 .wpbm-image:hover img {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    filter: blur(0);
}
.wpbm-grid-template-28 .wpbm-image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
}
.wpbm-grid-template-28 .wpbm-wrap-all {
    position: absolute;
    bottom: 16px;
    left: 20px;
    right: 20px;
    z-index: 99;
}
.wpbm-grid-template-28 .wpbm-category-wrap {
    margin-bottom: 10px;
}
.wpbm-grid-template-28 .wpbm-title {
    margin-bottom: 7px;
}
.wpbm-grid-template-28 .wpbm-title a{
    font-size: 38px;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.wpbm-grid-template-28 .wpbm-title a:hover{
	color:#f1f1f1;
}
.wpbm-grid-template-28 .wpbm-meta-wrap {
    margin-bottom: 10px;
}
.wpbm-grid-template-28 .wpbm-meta-wrap >div{
    padding: 0 7px;
    margin-bottom: 3px;
}
.wpbm-grid-template-28 .wpbm-meta-wrap >div,
.wpbm-grid-template-28 .wpbm-meta-wrap >div a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.wpbm-grid-template-28 .wpbm-author-name img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-grid-template-28 .wpbm-content {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
}
.wpbm-grid-template-28 .wpbm-link-button {
    margin-bottom: 20px;
}
.wpbm-grid-template-28 .wpbm-share-wrap {
    position: relative;
    padding: 0 10px;
    display: inline-block;
    max-width: 220px;
    margin-bottom: 7px;
}
.wpbm-grid-template-28 .wpbm-share-wrap:before,
.wpbm-grid-template-28 .wpbm-share-wrap:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #fff;
    top: 49%;
}
.wpbm-grid-template-28 .wpbm-share-wrap:before {
    right: 100%;
}
.wpbm-grid-template-28 .wpbm-share-wrap:after {
    left: 100%;
}
.wpbm-grid-template-28 .wpbm-share-wrap a {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-28 .wpbm-tag-list a,
.wpbm-grid-template-28 .wpbm-category-list a,
.wpbm-grid-template-28 .wpbm-link-button a {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-28 .wpbm-tag-list a {
    vertical-align: middle;
    margin: 0 4px 4px;
}
.wpbm-grid-template-28 .wpbm-tag-list a,
.wpbm-grid-template-28 .wpbm-category-list a {
    padding: 4px;
    margin: 0 4px 4px;
}
.wpbm-grid-template-28 .wpbm-link-button a {
    padding: 9px 12px;
}
.wpbm-grid-template-28 .wpbm-tag-list a:hover,
.wpbm-grid-template-28 .wpbm-category-list a:hover,
.wpbm-grid-template-28 .wpbm-link-button a:hover,
.wpbm-grid-template-28 .wpbm-share-wrap a:hover {
    background: #fff;
    color: #777;
}
.wpbm-grid-template-28 .wpbm-media-upper-wrap .wpbm-wrap-all {
    position: static;
}
.wpbm-grid-template-28 .wpbm-media-upper-wrap .wpbm-title a,
.wpbm-grid-template-28 .wpbm-media-upper-wrap .wpbm-meta-wrap >div,
.wpbm-grid-template-28 .wpbm-media-upper-wrap .wpbm-content {
    color: #777;
}
.wpbm-grid-template-28 .wpbm-media-upper-wrap .wpbm-tag-list a,
.wpbm-grid-template-28 .wpbm-media-upper-wrap .wpbm-category-list a,
.wpbm-grid-template-28 .wpbm-media-upper-wrap .wpbm-link-button a,
.wpbm-grid-template-28 .wpbm-media-upper-wrap .wpbm-share-wrap a {
    color: #777;
    border-color: #777;
}
.wpbm-grid-template-28 .wpbm-media-upper-wrap .wpbm-tag-list a:hover,
.wpbm-grid-template-28 .wpbm-media-upper-wrap .wpbm-category-list a:hover,
.wpbm-grid-template-28 .wpbm-media-upper-wrap .wpbm-link-button a:hover,
.wpbm-grid-template-28 .wpbm-media-upper-wrap .wpbm-share-wrap a:hover {
    color: #fff;
    background-color: #777;
}
.wpbm-grid-template-28 .wpbm-media-upper-wrap .wpbm-share-wrap:before,
.wpbm-grid-template-28 .wpbm-media-upper-wrap .wpbm-share-wrap:after {
    background: #777;
}
/*************grid template-28 css end*******************/
/*************grid template-29 css start*****************/

.wpbm-grid-template-29 {
    margin: 0 -14px;
}
.wpbm-grid-template-29.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-29 .wpbm-inner-wrap {
    padding: 0 14px 5px;
    text-align: center;
}
.wpbm-grid-template-29.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-29 .wpbm-inner-wrap-contain {
    background: #fff;
    padding-top:30px;
    -moz-box-shadow: 0 0 9px 2px #DDDDDD;
    -webkit-box-shadow: 0 0 9px 2px #DDDDDD;
    box-shadow: 0 0 9px 2px #DDDDDD;
}
.wpbm-grid-template-29 .wpbm-image-category-wrap .wpbm-image {
    position: relative;
    max-width: 60%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wpbm-grid-template-29 .wpbm-image-category-wrap .wpbm-image:before {
    display: block;
    content: '';
    padding-top: 100%;
}
.wpbm-grid-template-29 .wpbm-image-category-wrap .wpbm-image img {
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-grid-template-29 .wpbm-category-wrap {
    margin-top: 20px;
}
.wpbm-grid-template-29 .wpbm-category-list a {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    padding: 9px 21px;
    border-radius: 2px;
    background: #1888dd;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
}
.wpbm-grid-template-29 .wpbm-contain-all {
    padding: 22px 21px 30px;
}
.wpbm-grid-template-29 .wpbm-meta-wrap {
    margin-bottom: 25px;
}
.wpbm-grid-template-29 .wpbm-meta-wrap > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}
.wpbm-grid-template-29 .wpbm-meta-wrap > div,
.wpbm-grid-template-29 .wpbm-meta-wrap > div a{
    color: #767676;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.wpbm-grid-template-29 .wpbm-title {
    margin-bottom: 18px;
}
.wpbm-grid-template-29 .wpbm-title a{
	color: #222222;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-weight: 500;
}
.wpbm-grid-template-29 .wpbm-title a:hover,
.wpbm-grid-template-29 .wpbm-meta-wrap > div a:hover{
	color:#666;
}
.wpbm-grid-template-29 .wpbm-content {
    color: #555555;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 15px;
}
.wpbm-grid-template-29 .wpbm-link-button a {
    display: inline-block;
    padding: 9px 21px;
    border-radius: 2px;
    background: #1888dd;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.wpbm-grid-template-29 .wpbm-bottom-wrap {
    background: #f8f8f8;
    padding: 15px 30px;
    margin-bottom: 18px;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.wpbm-grid-template-29 .wpbm-bottom-wrap .wpbm-tag-list {
    float: left;
}
.wpbm-grid-template-29 .wpbm-bottom-wrap .wpbm-tag-list a {
    color: #666666;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    display: inline-block;
    padding: 0 3px;
}
.wpbm-grid-template-29 .wpbm-bottom-wrap .wpbm-share-wrap {
    float: right;
    margin-left: auto;
    text-align: right;
}
.wpbm-grid-template-29 .wpbm-bottom-wrap .wpbm-share-wrap a {
    font-size: 15px;
    color: #666;
    padding: 3px 9px;
    display: inline-block;
}
.wpbm-grid-template-29 .wpbm-bottom-wrap .wpbm-tag-list a:hover,
.wpbm-grid-template-29 .wpbm-bottom-wrap .wpbm-share-wrap a:hover {
    color: #1888dd;
}
.wpbm-grid-template-29 .wpbm-link-button a,
.wpbm-grid-template-29 .wpbm-category-list a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid transparent;
}
.wpbm-grid-template-29 .wpbm-link-button a:hover,
.wpbm-grid-template-29 .wpbm-category-list a:hover {
    background: #f8f8f8;
    color: #777;
    border-color: #eee;
}
/*************grid template-29 css end*******************/
/*************grid template-30 css start*****************/

.wpbm-grid-template-30 {
    margin: 0 -14px;
}
.wpbm-grid-template-30.wpbm-grid.wpbm-desktop-col-1 {
    margin: 0;
}
.wpbm-grid-template-30 .wpbm-inner-wrap {
    padding: 0 14px 5px;
    text-align: left;
}
.wpbm-grid-template-30.wpbm-grid.wpbm-desktop-col-1 .wpbm-inner-wrap {
    padding: 0;
}
.wpbm-grid-template-30 .wpbm-image {
    max-width: 256px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.wpbm-grid-template-30 .wpbm-image:before {
    display: block;
    padding-top: 100%;
    content: '';
}
.wpbm-grid-template-30 .wpbm-image img {
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-grid-template-30 .wpbm-meta-wrap {
    padding: 14px 0;
    border-bottom: 2px solid #b1b2b5;
}
.wpbm-grid-template-30 .wpbm-meta-wrap .wpbm-author-name,
.wpbm-grid-template-30 .wpbm-meta-wrap .wpbm-comment-wrap {
    float: left;
    width: 50%;
}
.wpbm-grid-template-30 .wpbm-meta-wrap .wpbm-author-name {
    text-align: left;
}
.wpbm-grid-template-30 .wpbm-meta-wrap .wpbm-comment-wrap {
    text-align: right;
}
.wpbm-grid-template-30 .wpbm-author-name,
.wpbm-grid-template-30 .wpbm-author-name a,
.wpbm-grid-template-30 .wpbm-comment-wrap {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #929292;
    text-transform: uppercase;
}
.wpbm-grid-template-30 .wpbm-author-name a:hover{
	color:#222;
}
.wpbm-grid-template-30 .wpbm-author-name i,
.wpbm-grid-template-30 .wpbm-comment-wrap i {
    margin-right: 9px;
}
.wpbm-grid-template-30 .wpbm-main-wrap {
    padding: 24px 0;
    border-bottom: 1px solid #b1b2b5;
}
.wpbm-grid-template-30 .wpbm-category-wrap {
    margin-bottom: 20px;
}
.wpbm-grid-template-30 .wpbm-category-list a {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #373737;
    font-weight: 600;
    display: inline-block;
    margin-right: 7px;
}
.wpbm-grid-template-30 .wpbm-category-list a:hover {
    color: #929292;
}
.wpbm-grid-template-30 .wpbm-title {
    margin-bottom: 27px;
}
.wpbm-grid-template-30 .wpbm-title a{
    font-size: 27px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 500;
}
.wpbm-grid-template-30 .wpbm-title a:hover{
    color:#777;
}
.wpbm-grid-template-30 .wpbm-date {
    font-size: 12px;
    color: #929292;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}
.wpbm-grid-template-30 .wpbm-content {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 34px;
}
.wpbm-grid-template-30 .wpbm-link-button a {
    padding: 12px 29px;
    display: inline-block;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #e0f0ed;
    font-size: 12px;
    text-transform: uppercase;
    color: #5e5e5e;
    font-family: 'Open Sans', sans-serif;
    font-size: 600;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-30 .wpbm-bottom-wrap {
    padding: 11px 6px;
}
.wpbm-grid-template-30 .wpbm-tag-list,
.wpbm-grid-template-30 .wpbm-share-wrap {
    width: 50%;
    float: left;
}
.wpbm-grid-template-30 .wpbm-share-wrap {
    text-align: right;
    font-size: 11px;
    color: #b5c3dc;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}
.wpbm-grid-template-30 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin-bottom: 2px;
    color: #353434;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-30 .wpbm-share-wrap a:hover {
    margin-top: -5px;
}
.wpbm-grid-template-30 .wpbm-tag-list a {
    display: inline-block;
    vertical-align: middle;
    background: #e0f0ed;
    padding: 7px 8px;
    margin-bottom: 2px;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #000;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-grid-template-30 .wpbm-link-button a:hover,
.wpbm-grid-template-30 .wpbm-tag-list a:hover {
    background: #929292;
    color: #fff;
}
/*************grid template-30 css end*******************/
/*---------------------------------------
                 Grid Layout css end
---------------------------------------*/
/*---------------------------------------
        masonry Layout css START
---------------------------------------*/

.wpbm-masonry-wrapper {
    position: relative;
}
.wpbm-masonry-wrapper .bx-wrapper {
    margin-bottom: 20px;
}
/***********masonry template-1 css start***************/

.wpbm-masonry-wrapper.wpbm-masonry-template-1 {
    margin: 0 -10px;
}
.wpbm-masonry-template-1 .wpbm-masonry-item,
.wpbm-masonry-template-1 .wpbm-masonry-sizer {
    width: 33.33%;
}
.wpbm-masonry-template-1 .wpbm-masonry-item {
    padding: 10px;
}
.wpbm-masonry-template-1 .wpbm-masonry-item-inner {
    padding: 10px;
    -moz-box-shadow: 0 0 5px 2px #EFEFEF;
    -webkit-box-shadow: 0 0 5px 2px #EFEFEF;
    box-shadow: 0 0 5px 2px #EFEFEF;
    text-align: center;
    background: #fff;
}
.wpbm-masonry-template-1 .wpbm-image {
    margin-bottom: 20px;
}
.wpbm-masonry-template-1 .wpbm-car-meta-wrap {
    margin-bottom: 5px;
}
.wpbm-masonry-template-1 .wpbm-car-meta-wrap > div {
    display: inline-block;
    vertical-align: bottom;
}
.wpbm-masonry-template-1 .wpbm-car-meta-wrap > div a{
	color:#e72856;
}
.wpbm-masonry-template-1 .wpbm-category-list a,
.wpbm-masonry-template-1 .wpbm-date,
.wpbm-masonry-template-1 .wpbm-author-name a{
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    color: #959595;
}
.wpbm-masonry-template-1 .wpbm-category-list a {
    display: inline-block;
    color: #e72856;
    padding: 0 5px;
}
.wpbm-masonry-template-1 .wpbm-date,
.wpbm-masonry-template-1 .wpbm-author-name {
    padding: 0 5px 0px 15px;
    position: relative;
}
.wpbm-masonry-template-1 .wpbm-date:before,
.wpbm-masonry-template-1 .wpbm-author-name:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
}
.wpbm-masonry-template-1 .wpbm-title a{
    color: #3c3c3c;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
}
.wpbm-masonry-template-1 .wpbm-title a:hover{
	color:#e82956;
}
.wpbm-masonry-template-1 .wpbm-content {
    color: #737373;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    margin-bottom: 12px;
}
.wpbm-masonry-template-1 .wpbm-link-button {
    margin-bottom: 15px;
}
.wpbm-masonry-template-1 .wpbm-link-button a {
    display: inline-block;
    color: #fff;
    background: #e82956;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    padding: 14px 12px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
.wpbm-masonry-template-1 .wpbm-link-button a:before {
    content: '';
    position: absolute;
    border: #e82956 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
@-webkit-keyframes wpbm-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@keyframes wpbm-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
.wpbm-masonry-template-1 .wpbm-link-button a:hover:before {
    -webkit-animation-name: wpbm-ripple-out;
    animation-name: wpbm-ripple-out;
}
.wpbm-masonry-template-1 .wpbm-tag-list {
    margin-bottom: 7px;
}
.wpbm-masonry-template-1 .wpbm-tag-list a {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    padding: 12px 16px;
    border: 1px solid #e9e9e9;
    margin: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-masonry-template-1 .wpbm-tag-list a:hover {
    color: #e82956;
    border-color: #e82956;
}
.wpbm-masonry-template-1 .wpbm-car-bottom-wrap > div {
    display: inline-block;
    vertical-align: middle;
}
.wpbm-comment-outer-wrap {
    position: relative;
    padding-left: 44px;
}
.wpbm-masonry-template-1 .wpbm-comment-wrap,
.wpbm-masonry-template-1 .wpbm-comment-icon,
.wpbm-masonry-template-1 .wpbm-share-container,
.wpbm-masonry-template-1 .wpbm-share-wrap a {
    width: 38px;
    height: 38px;
    border: 1px solid #e9e9e9;
    line-height: 38px;
    text-align: center;
    background: #fff;
    color: #2b2b2b;
    font-size: 13px;
}
.wpbm-masonry-template-1 .wpbm-comment-wrap {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Source Sans Pro', sans-serif;
}
.wpbm-masonry-template-1 .wpbm-share-container {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-masonry-template-1 .wpbm-share-container:hover {
    border-color: #e72856;
    background: #e72856;
    color: #fff;
}
.wpbm-masonry-template-1 .wpbm-share-wrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-masonry-template-1 .wpbm-share-container:hover .wpbm-share-wrap {
    opacity: 1;
    visibility: visible;
}
.wpbm-masonry-template-1 .wpbm-share-wrap a {
    display: block;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-masonry-template-1 .wpbm-share-wrap a:hover {
    background: #e72856;
    color: #fff;
    border-color: #e72856;
}
/***********masonry template-1 css end***************/
/***********masonry template-2 css start*************/

.wpbm-masonry-wrapper.wpbm-masonry-template-1 {
    margin: 0 -5px;
}
.wpbm-masonry-template-2 .wpbm-masonry-sizer,
.wpbm-masonry-template-2 .wpbm-masonry-item {
    width: 33.33%;
}
.wpbm-masonry-template-2 .wpbm-masonry-item {
    padding: 5px;
}
.wpbm-masonry-template-2 .wpbm-masonry-item-inner {
    position: relative;
    overflow: hidden;
}
.wpbm-masonry-template-2 .wpbm-masonry-item-inner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
}
.wpbm-masonry-template-2 .wpbm-masonry-item-inner:hover .wpbm-image img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.wpbm-masonry-template-2 .wpbm-bottom-wrap-main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    padding: 0 7%;
    text-align: center;
    z-index: 99;
}
.wpbm-masonry-template-2 .wpbm-top-part {
    margin-bottom: 14px;
}
.wpbm-masonry-template-2 .wpbm-top-part > div {
    display: inline-block;
    vertical-align: bottom;
}
.wpbm-masonry-template-2 .wpbm-category-list a,
.wpbm-masonry-template-2 .wpbm-date,
.wpbm-masonry-template-2 .wpbm-author-name a{
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 12px;
}
.wpbm-masonry-template-2 .wpbm-category-list a {
    display: inline-block;
    padding: 0 5px;
}
.wpbm-masonry-template-2 .wpbm-date,
.wpbm-masonry-template-2 .wpbm-author-name {
    padding: 0 5px 0px 15px;
    position: relative;
}
.wpbm-masonry-template-2 .wpbm-date:before,
.wpbm-masonry-template-2 .wpbm-author-name:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    background: #fff;
}
.wpbm-masonry-template-2 .wpbm-title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 4px;
}
.wpbm-masonry-template-2 .wpbm-content {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.wpbm-masonry-template-2 .wpbm-category-list a,
.wpbm-masonry-template-2 .wpbm-date,
.wpbm-masonry-template-2 .wpbm-author-name a,
.wpbm-masonry-template-2 .wpbm-title a,
.wpbm-masonry-template-2 .wpbm-content,
.wpbm-masonry-template-2 .wpbm-link-button a,
.wpbm-masonry-template-2 .wpbm-comment-wrap,
.wpbm-masonry-template-2 .wpbm-tag-list a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    color: #fff;
}
.wpbm-masonry-template-2 .wpbm-link-button a {
    display: inline-block;
    font-size: 13px;
    background: #e82955;
    padding: 13px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
.wpbm-masonry-template-2 .wpbm-link-button + .wpbm-car-metadata-wrap,
.wpbm-masonry-template-2 .wpbm-car-metadata-wrap + .wpbm-share-wrap,
.wpbm-masonry-template-2 .wpbm-link-button + .wpbm-share-wrap {
    margin-top: 15px;
}
.wpbm-masonry-template-2 .wpbm-car-metadata-wrap > div {
    display: inline-block;
    vertical-align: bottom;
}
.wpbm-masonry-template-2 .wpbm-comment-wrap,
.wpbm-masonry-template-2 .wpbm-tag-list a {
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 12px;
}
.wpbm-masonry-template-2 .wpbm-share-wrap a {
    display: inline-block;
    margin: 1px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #e82955;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.wpbm-masonry-template-2 .wpbm-share-wrap a:after,
.wpbm-masonry-template-2 .wpbm-link-button a:after {
    content: '';
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.wpbm-masonry-template-2 .wpbm-share-wrap a:hover,
.wpbm-masonry-template-2 .wpbm-link-button a:hover,
.wpbm-masonry-template-2 .wpbm-tag-list a:hover,
.wpbm-masonry-template-2 .wpbm-category-list a:hover,
.wpbm-masonry-template-2 .wpbm-author-name a:hover,
.wpbm-masonry-template-2 .wpbm-title a:hover {
    color: #e82955;
}
.wpbm-masonry-template-2 .wpbm-share-wrap a i,
.wpbm-masonry-template-2 .wpbm-link-button a span {
    position: relative;
    z-index: 1;
}
.wpbm-masonry-template-2 .wpbm-share-wrap a:hover:after,
.wpbm-masonry-template-2 .wpbm-link-button a:hover:after {
    height: 75%;
    opacity: 1;
}
.wpbm-masonry-template-2 .wpbm-masonry-item-inner.wpbm-masonry-common-wrap:before {
    content: none;
}
.wpbm-masonry-template-2 .wpbm-masonry-common-wrap .wpbm-category-list a,
.wpbm-masonry-template-2 .wpbm-masonry-common-wrap .wpbm-date,
.wpbm-masonry-template-2 .wpbm-masonry-common-wrap .wpbm-author-name,
.wpbm-masonry-template-2 .wpbm-masonry-common-wrap .wpbm-title a,
.wpbm-masonry-template-2 .wpbm-masonry-common-wrap .wpbm-content,
.wpbm-masonry-template-2 .wpbm-masonry-common-wrap .wpbm-comment-wrap,
.wpbm-masonry-template-2 .wpbm-masonry-common-wrap .wpbm-tag-list a {
    color: #666;
}
/***********masonry template-2 css end***************/
/***********masonry template-3 css start***************/

.wpbm-masonry-template-3 {
    margin: 0 -7px;
}
.wpbm-masonry-template-3 .wpbm-masonry-sizer,
.wpbm-masonry-template-3 .wpbm-masonry-item {
    width: 33.33%;
    padding: 7px;
}
.wpbm-masonry-template-3 .wpbm-masonry-item.wpbm-var-width {
    width: 66.67%;
}
.wpbm-masonry-template-3 .wpbm-masonry-item-inner {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.wpbm-masonry-template-3 .wpbm-masonry-item-inner:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.wpbm-masonry-template-3 .wpbm-bottom-grid-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 9;
    color: #fff;
    padding: 10px 10px 44px 10px;
}
.wpbm-masonry-template-3 .wpbm-masonry-item-inner:hover .wpbm-image img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.wpbm-masonry-template-3 .wpbm-masonry-item-inner .wpbm-image {
    position: relative;
}
.wpbm-masonry-template-3 .wpbm-masonry-item-inner .wpbm-image:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.wpbm-masonry-template-3 .wpbm-meta-wrap {
    margin-bottom: 7px;
}
.wpbm-masonry-template-3 .wpbm-meta-wrap > div {
    margin-right: 17px;
    position: relative;
    padding: 0 0 0 12px;
}
.wpbm-masonry-template-3 .wpbm-meta-wrap > div:before {
    content: '.';
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}
.wpbm-masonry-template-3 .wpbm-meta-wrap > div:nth-of-type(1) {
    padding-left: 0;
}
.wpbm-masonry-template-3 .wpbm-meta-wrap > div:nth-of-type(1):before {
    content: none;
}
.wpbm-masonry-template-3 .wpbm-meta-wrap > div,
.wpbm-masonry-template-3 .wpbm-meta-wrap > div a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
}
.wpbm-masonry-template-3 .wpbm-title {
    margin-bottom: 2px;
}
.wpbm-masonry-template-3 .wpbm-title a{
    font-size: 28px;
    font-family: 'Merriweather', serif;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 2px;
}
.wpbm-masonry-template-3 .wpbm-title a:hover{
	color:#f2f2f2;
}
.wpbm-masonry-template-3 .wpbm-content {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 18px;
}
.wpbm-masonry-template-3 .wpbm-share-wrap {
    margin-bottom: 16px;
}
.wpbm-masonry-template-3 .wpbm-share-wrap .wpbm-share-wrap-contain {
    position: relative;
    display: inline-block;
    padding: 0 17px;
    width: 100%;
    max-width: 300px;
}
.wpbm-masonry-template-3 .wpbm-share-wrap a {
    background-color: #c4a374;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin: 0 5px 7px;
    -webkit-transition: all 0.5 ease-in-out;
    transition: all 0.5 ease-in-out;
}
.wpbm-masonry-template-3 .wpbm-share-wrap a:hover {
    background-color: #fff;
    color: #c4a374;
}
.wpbm-masonry-template-3 .wpbm-link-button {
    float: left;
}
.wpbm-masonry-template-3 .wpbm-link-button a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.wpbm-masonry-template-3 .wpbm-tag-list {
    float: right;
}
.wpbm-masonry-template-3 .wpbm-tag-list a,
.wpbm-masonry-template-3 .wpbm-link-button a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.wpbm-masonry-template-3 .wpbm-tag-list a {
    margin-left: 3px;
}
.wpbm-masonry-template-3 .wpbm-meta-wrap > div a:hover,
.wpbm-masonry-template-3 .wpbm-tag-list a:hover,
.wpbm-masonry-template-3 .wpbm-link-button a:hover {
    color: #c4a374;
}
.wpbm-main-blog-wrapper .wpbm-masonry-common-wrap .wpbm-bottom-grid-wrap,
.wpbm-main-blog-wrapper .wpbm-masonry-common-wrap .wpbm-bottom-wrap-main {
    position: static;
}
.wpbm-masonry-template-2 .wpbm-masonry-common-wrap .wpbm-bottom-wrap-main {
    padding: 0 7%;
}
.wpbm-masonry-template-3 .wpbm-masonry-common-wrap .wpbm-bottom-grid-wrap {
    color: #222;
    padding: 20px 10px 20px 10px;
    border: 1px solid #eee;
}
.wpbm-masonry-template-3 .wpbm-masonry-common-wrap .wpbm-meta-wrap > div,
.wpbm-masonry-template-3 .wpbm-masonry-common-wrap .wpbm-meta-wrap > div a,
.wpbm-masonry-template-3 .wpbm-masonry-common-wrap .wpbm-title a,
.wpbm-masonry-template-3 .wpbm-masonry-common-wrap .wpbm-content,
.wpbm-masonry-template-3 .wpbm-masonry-common-wrap .wpbm-tag-list a,
.wpbm-masonry-template-3 .wpbm-masonry-common-wrap .wpbm-link-button a {
    color: #666;
}
.wpbm-masonry-template-3 .wpbm-masonry-common-wrap .wpbm-meta-wrap > div a:hover,
.wpbm-masonry-template-3 .wpbm-masonry-common-wrap .wpbm-tag-list a:hover,
.wpbm-masonry-template-3 .wpbm-masonry-common-wrap .wpbm-link-button a:hover {
    color: #c4a374;
}
.wpbm-main-blog-wrapper .owl-theme .owl-controls {
    margin-top: 0;
}
/***********masonry template-3 css end***************/
/***********masonry template-4 css start*************/

.wpbm-masonry-template-4 {
    margin: 0 -15px;
}
.wpbm-masonry-template-4 .wpbm-masonry-sizer,
.wpbm-masonry-template-4 .wpbm-masonry-item {
    width: 33.33%;
    padding: 15px;
}
.wpbm-masonry-template-4 .wpbm-masonry-item-inner {
    position: relative;
    text-align: center;
    background: #181819;
}
.wpbm-masonry-template-4 .wpbm-main-content {
    padding: 20px 10px;
}
.wpbm-masonry-template-4 .wpbm-car-meta-wrap {
    margin-bottom: 5px;
}
.wpbm-masonry-template-4 .wpbm-car-meta-wrap > div {
    display: inline-block;
    vertical-align: middle;
}
.wpbm-masonry-template-4 .wpbm-category-list a {
    display: inline-block;
    vertical-align: middle;
    background: #ff3e53;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    padding: 7px 9px;
    margin: 0 2px 10px 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-masonry-template-4 .wpbm-category-list a:hover {
    background: #212121;
}
.wpbm-masonry-template-4 .wpbm-date {
    color: #b5b5b5;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 0 10px;
    margin-bottom: 10px;
}
.wpbm-masonry-template-4 .wpbm-author-name {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    display:inline-block;
}
.wpbm-masonry-template-4 .wpbm-author-name a{
    color: #b5b5b5;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    display: inline-block;
}
.wpbm-masonry-template-4 .wpbm-author-name:before {
    content: "\f007";
    font-size: 12px;
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top:3px;
}
.wpbm-masonry-template-4 .wpbm-title {
    margin-bottom: 13px;
}
.wpbm-masonry-template-4 .wpbm-title a{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
}
.wpbm-masonry-template-4 .wpbm-author-name a:hover,
.wpbm-masonry-template-4 .wpbm-title a:hover{
	color:#ff3e53;
}
.wpbm-masonry-template-4 .wpbm-content {
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    margin-bottom: 27px;
}
.wpbm-masonry-template-4 .wpbm-car-metadata-wrap {
    border: 1px solid #7a7a7a;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 11px 11px 8px;
    margin-bottom: 20px;
}
.wpbm-masonry-template-4 .wpbm-comment-wrap {
    margin-bottom: 3px;
    text-align: left;
    float: left;
    display: inline-block;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
}
.wpbm-masonry-template-4 .wpbm-comment-wrap i {
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-masonry-template-4 .wpbm-share-container {
    text-align: right;
    float: right;
    margin-left: auto;
}
.wpbm-masonry-template-4 .wpbm-comment-wrap,
.wpbm-masonry-template-4 .wpbm-tag-list a,
.wpbm-masonry-template-4 .wpbm-share-container a {
    color: #b5b5b5;
    font-size: 11px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.wpbm-masonry-template-4 .wpbm-tag-list a,
.wpbm-masonry-template-4 .wpbm-share-container a {
    display: inline-block;
    margin-bottom: 3px;
}
.wpbm-masonry-template-4 .wpbm-tag-list a:hover,
.wpbm-masonry-template-4 .wpbm-share-container a:hover {
    color: #ff3e53;
}
.wpbm-masonry-template-4 .wpbm-tag-list {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    text-align: left;
    float: left;
    margin-right: 5px;
}
.wpbm-masonry-template-4 .wpbm-tag-list i {
    color: #b5b5b5;
    font-size: 12px;
    position: absolute;
    top: 4px;
    left: 0;
}
.wpbm-masonry-template-4 .wpbm-tag-list a {
    text-transform: uppercase;
    padding: 0 2px;
}
.wpbm-masonry-template-4 .wpbm-share-container a {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}
.wpbm-masonry-template-4 .wpbm-link-button a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #b4b4b4;
    font-family: 'Lato', sans-serif;
    background: #212121;
    padding: 16px 26px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-masonry-template-4 .wpbm-link-button a:hover {
    background: #ff3e53;
    color: #fff;
}
/***********masonry template-4 css end***************/
/***********masonry template-5 css start***************/

.wpbm-masonry-wrapper.wpbm-masonry-template-5 {
    margin: 0 -12px;
}
.wpbm-masonry-template-5 .wpbm-masonry-item,
.wpbm-masonry-template-5 .wpbm-masonry-sizer {
    width: 33.33%;
}
.wpbm-masonry-template-5 .wpbm-masonry-item {
    padding: 12px;
}
.wpbm-masonry-template-5 .wpbm-masonry-item-inner {
    background-color: #fff;
    text-align: center;
    padding-bottom: 20px;
}
.wpbm-masonry-template-5 .wpbm-image {
    margin-bottom: 26px;
}
.wpbm-masonry-template-5 .wpbm-meta-wrap {
    margin-bottom: 10px;
}
.wpbm-masonry-template-5 .wpbm-meta-wrap > div,
.wpbm-masonry-template-5 .wpbm-meta-wrap > div a {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out, opacity 0.9s ease-in-out, visibility 0.9s ease-in-out;
    transition: all 0.5s ease-in-out, opacity 0.9s ease-in-out, visibility 0.9s ease-in-out;
}
.wpbm-masonry-template-5 .wpbm-meta-wrap .wpbm-author-name,
.wpbm-masonry-template-5 .wpbm-meta-wrap .wpbm-date,
.wpbm-masonry-template-5 .wpbm-meta-wrap .wpbm-category-list a {
    padding: 0 12px 0px;
    margin-bottom: 8px;
}
.wpbm-masonry-template-5 .wpbm-meta-wrap > div a:hover {
    color: #c4a474;
}
.wpbm-masonry-template-5 .wpbm-title {
    margin-bottom: 45px;
}
.wpbm-masonry-template-5 .wpbm-title a{
    font-size: 28px;
    font-family: 'Merriweather', serif;
    color: #333;
    font-weight: 500;
}
.wpbm-masonry-template-5 .wpbm-title a:hover{
	color:#c4a474;
}
.wpbm-masonry-template-5 .wpbm-content {
    font-size: 16px;
    color: #666666;
    font-family: 'Lato', sans-serif;
    line-height: 1.5;
    margin-bottom: 45px;
}
.wpbm-masonry-template-5 .wpbm-link-button {
    margin-top: 20px;
}
.wpbm-masonry-template-5 .wpbm-link-button a {
    display: inline-block;
    font-size: 13px;
    color: #c4a474;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    position: relative;
    padding: 5px 7px 4px;
}
.wpbm-masonry-template-5 .wpbm-link-button a:after {
    content: "\f105";
    font-family: Fontawesome;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.wpbm-masonry-template-5 .wpbm-link-button a:hover:after {
    right: -7px;
    opacity: 1;
    visibility: visible;
}
.wpbm-masonry-template-5 .wpbm-share-wrap {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 40px;
}
.wpbm-masonry-template-5 .wpbm-share-main-wrap {
    background-color: #fff;
    display: inline-block;
    padding: 0 25px;
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
}
.wpbm-masonry-template-5 .wpbm-share-main-wrap a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #666;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.wpbm-masonry-template-5 .wpbm-share-main-wrap a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c4a474;
    ;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.wpbm-masonry-template-5 .wpbm-share-main-wrap a:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.wpbm-masonry-template-5 .wpbm-bottom-wrap > div,
.wpbm-masonry-template-5 .wpbm-bottom-wrap > div a {
    display: inline-block;
    color: #c4a474;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
.wpbm-masonry-template-5 .wpbm-bottom-wrap > div a:hover {
    color: #222;
}
.wpbm-masonry-template-5 .wpbm-bottom-wrap > div {
    margin-right: 20px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 2px;
}
.wpbm-masonry-template-5 .wpbm-bottom-wrap > div i {
    position: absolute;
    font-size: 13px;
    left: 0;
    top: 0px;
    color: #000;
}
/***********masonry template-5 css end*****************/
/***********masonry template-6 css start***************/

.wpbm-masonry-template-6 {
    margin: 0 -15px;
}
.wpbm-masonry-template-6 .wpbm-masonry-item,
.wpbm-masonry-template-6 .wpbm-masonry-sizer {
    width: 33.33%;
}
.wpbm-masonry-template-6 .wpbm-masonry-item {
    padding: 15px;
    text-align: left;
}
.wpbm-masonry-template-6 .wpbm-image {
    margin-bottom: 23px;
}
.wpbm-masonry-template-6 .wpbm-category-list {
    margin-bottom: 12px;
}
.wpbm-masonry-template-6 .wpbm-category-list a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    color: #69ca9d;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.wpbm-masonry-template-6 .wpbm-title {
    margin-bottom: 18px;
}
.wpbm-masonry-template-6 .wpbm-title a{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.wpbm-masonry-template-6 .wpbm-meta-wrap {
    margin-bottom: 15px;
}
.wpbm-masonry-template-6 .wpbm-meta-wrap > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-bottom: 10px;
}
.wpbm-masonry-template-6 .wpbm-meta-wrap > div ,
.wpbm-masonry-template-6 .wpbm-meta-wrap > div a{
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
.wpbm-masonry-template-6 .wpbm-meta-wrap > div a:hover,
.wpbm-masonry-template-6 .wpbm-title a:hover{
	color:#76cea5;
}
.wpbm-masonry-template-6 .wpbm-content {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #777;
    line-height: 1.5;
    margin-bottom: 25px;
}
.wpbm-masonry-template-6 .wpbm-link-button {
    margin-bottom: 20px;
}
.wpbm-masonry-template-6 .wpbm-link-button a,
.wpbm-masonry-template-6 .wpbm-link-button a:visited {
    color: #76cea5;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.wpbm-masonry-template-6 .wpbm-link-button a {
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-masonry-template-6 .wpbm-link-button a:hover {
    color: #222;
}
.wpbm-masonry-template-6 .wpbm-link-button a:after {
    content: "\f105";
    font-family: Fontawesome;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.wpbm-masonry-template-6 .wpbm-link-button a:hover:after {
    opacity: 1;
    visibility: visible;
    right: -12px;
}
.wpbm-masonry-template-6 .wpbm-bottom-wrap {
    border-top: 1px solid #e2e2e2;
    padding: 17px 0;
}
.wpbm-masonry-template-6 .wpbm-tag-list,
.wpbm-masonry-template-6 .wpbm-share-wrap {
    width: 50%;
    float: left;
}
.wpbm-masonry-template-6 .wpbm-share-wrap {
    text-align: right;
    float: right;
}
.wpbm-masonry-template-6 .wpbm-tag-list a {
    margin-right: 7px;
    color: #76cea5;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.wpbm-masonry-template-6 .wpbm-category-list a:hover,
.wpbm-masonry-template-6 .wpbm-tag-list a:hover {
    color: #222;
}
.wpbm-masonry-template-6 .wpbm-share-wrap a {
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #000;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-masonry-template-6 .wpbm-share-wrap a:hover {
    color: #69ca9d;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
/***********masonry template-6 css end*****************/
/***********masonry template-7 css start***************/

.wpbm-masonry-wrapper.wpbm-masonry-template-7 {
    margin: 0 -10px;
}
.wpbm-masonry-template-7 .wpbm-masonry-item,
.wpbm-masonry-template-7 .wpbm-masonry-sizer {
    width: 33.33%;
}
.wpbm-masonry-template-7 .wpbm-masonry-item {
    padding: 10px;
}
.wpbm-masonry-template-7 .wpbm-masonry-item-inner {
    padding: 0 0px 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
}
.wpbm-masonry-template-7 .wpbm-image {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.wpbm-masonry-template-7 .wpbm-image:after {
    content: '';
    position: absolute;
    width: 106%;
    height: 100px;
    background: #fff;
    left: 0;
    bottom: -72px;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
.wpbm-masonry-template-7 .wpbm-main-content-bottom {
    padding: 0 15px;
}
.wpbm-masonry-template-7 .wpbm-car-meta-wrap {
    margin-bottom: 5px;
}
.wpbm-masonry-template-7 .wpbm-car-meta-wrap > div {
    display: inline-block;
    vertical-align: bottom;
}
.wpbm-masonry-template-7 .wpbm-category-list a,
.wpbm-masonry-template-7 .wpbm-date,
.wpbm-masonry-template-7 .wpbm-author-name {
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    color: #959595;
}
.wpbm-masonry-template-7 .wpbm-category-list a {
    display: inline-block;
    color: #e72856;
    padding: 0 5px;
}
.wpbm-masonry-template-7 .wpbm-author-name a{
    display: inline-block;
    color: #e72856;
}
.wpbm-masonry-template-7 .wpbm-date,
.wpbm-masonry-template-7 .wpbm-author-name {
    padding: 0 5px 0px 15px;
    position: relative;
}
.wpbm-masonry-template-7 .wpbm-date:before,
.wpbm-masonry-template-7 .wpbm-author-name:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
}
.wpbm-masonry-template-7 .wpbm-title a{
    color: #3c3c3c;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
}
.wpbm-masonry-template-7 .wpbm-title a:hover{
	color:#1f6bc4;
}
.wpbm-masonry-template-7 .wpbm-content {
    color: #737373;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    margin-bottom: 12px;
}
.wpbm-masonry-template-7 .wpbm-link-button {
    margin-bottom: 15px;
}
.wpbm-masonry-template-7 .wpbm-link-button a {
    display: inline-block;
    color: #fff;
    background: #1f6bc4;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    padding: 14px 12px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
.wpbm-masonry-template-7 .wpbm-link-button a:before {
    content: '';
    position: absolute;
    border: #1f6bc4 solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    visibility: hidden;
}
@-webkit-keyframes wpbm-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
    }
}
@keyframes wpbm-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
    }
}
.wpbm-masonry-template-7 .wpbm-link-button a:hover:before {
    -webkit-animation-name: wpbm-ripple-in;
    animation-name: wpbm-ripple-in;
}
.wpbm-masonry-template-7 .wpbm-tag-list {
    margin-bottom: 7px;
}
.wpbm-masonry-template-7 .wpbm-tag-list a {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    padding: 12px 16px;
    border: 1px solid #e9e9e9;
    margin: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-masonry-template-7 .wpbm-tag-list a:hover {
    color: #1f6bc4;
    border-color: #1f6bc4;
}
.wpbm-masonry-template-7 .wpbm-car-bottom-wrap > div {
    display: inline-block;
    vertical-align: middle;
}
.wpbm-comment-outer-wrap {
    position: relative;
    padding-left: 44px;
}
.wpbm-masonry-template-7 .wpbm-comment-wrap,
.wpbm-masonry-template-7 .wpbm-comment-icon,
.wpbm-masonry-template-7 .wpbm-share-container,
.wpbm-masonry-template-7 .wpbm-share-wrap a {
    width: 38px;
    height: 38px;
    border: 1px solid #e9e9e9;
    line-height: 38px;
    text-align: center;
    background: #fff;
    color: #2b2b2b;
    font-size: 13px;
}
.wpbm-masonry-template-7 .wpbm-comment-wrap {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Source Sans Pro', sans-serif;
}
.wpbm-masonry-template-7 .wpbm-share-container {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-masonry-template-7 .wpbm-share-container:hover {
    border-color: #1f6bc4;
    background: #1f6bc4;
    color: #fff;
}
.wpbm-masonry-template-7 .wpbm-share-wrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-masonry-template-7 .wpbm-share-container:hover .wpbm-share-wrap {
    opacity: 1;
    visibility: visible;
}
.wpbm-masonry-template-7 .wpbm-share-wrap a {
    display: block;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-masonry-template-7 .wpbm-share-wrap a:hover {
    background: #1f6bc4;
    color: #fff;
    border-color: #1f6bc4;
}
/***********masonry template-7 css end***************/

.wpbm-masonry-template-1 .wpbm-masonry-common-wrap .wpbm-common-wrap,
.wpbm-masonry-template-2 .wpbm-masonry-common-wrap .wpbm-common-wrap,
.wpbm-masonry-template-5 .wpbm-masonry-common-wrap .wpbm-common-wrap,
.wpbm-masonry-template-6 .wpbm-masonry-common-wrap .wpbm-common-wrap,
.wpbm-masonry-template-7 .wpbm-masonry-common-wrap .wpbm-common-wrap {
    margin-bottom: 20px;
}
/*-------------------------------------
        masonry Layout css END
---------------------------------------*/
/*-------------------------------------
        vertical Timeline Layout css start
---------------------------------------*/
/**********Timeline- template 1 css start*********/

.wpbm-vertical-timeline {
    position: relative;
}
.wpbm-layout-timeline-section {
    position: relative;
}
.wpbm-ver-timeline-template-1 .wpbm-timeline-date {
    position: relative;
    clear: both;
    text-align: center;
    margin-bottom: 33px;
}
.wpbm-ver-timeline-template-1 .wpbm-timeline-date span {
    padding: 9px 16px;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    color: #7e7e7e;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    border-radius: 2px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    z-index: 9;
}
.wpbm-ver-timeline-template-1 .wpbm-timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.wpbm-ver-timeline-template-1 .wpbm-timeline-item {
    width: 45%;
    float: left;
    clear: left;
    margin-top: 120px;
    margin-bottom: 33px;
}
.wpbm-ver-timeline-template-1 .wpbm-timeline-item:nth-of-type(2n) {
    float: right;
    clear: right;
    margin-top: 0px;
}
.wpbm-ver-timeline-template-1 .wpbm-timeline-circle {
    position: absolute;
    left: 50%;
    margin-top: 12px;
    margin-left: -7px;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 3px solid #e5e5e5;
    z-index: 1;
}
.wpbm-ver-timeline-template-1 .wpbm-all-contain-here {
    position: relative;
    background: #fff;
    padding: 29px;
    border: 1px solid #e5e5e5;
    text-align: left;
}
.wpbm-ver-timeline-template-1 .wpbm-all-contain-here:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 99;
    right: -10px;
    top: 10px;
    background: #fff;
    border: 1px solid #eee;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
}
.wpbm-ver-timeline-template-1 .wpbm-timeline-item:nth-of-type(2n) .wpbm-all-contain-here:before {
    right: auto;
    left: -10px;
    border: 0;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.wpbm-ver-timeline-template-1 .wpbm-image-container {
    position: relative;
}
.wpbm-ver-timeline-template-1 .wpbm-category-wrap {
    position: absolute;
    bottom: 5px;
    left: 17px;
}
.wpbm-ver-timeline-template-1 .wpbm-category-list a {
    display: inline-block;
    margin: 3px;
    padding: 4px 9px;
    border: 2px solid transparent;
    background: #25a0fa;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}
.wpbm-ver-timeline-template-1 .wpbm-category-list a:hover {
    color: #25a0fa;
    background: #fff;
    border: 2px solid #25a0fa;
}
.wpbm-ver-timeline-template-1 .wpbm-inner-content {
    padding-top: 18px;
}
.wpbm-ver-timeline-template-1 .wpbm-title {
    margin-bottom: 13px;
}
.wpbm-ver-timeline-template-1 .wpbm-title a{
    color: #141618;
    font-family: 'Bitter', serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}
.wpbm-ver-timeline-template-1 .wpbm-meta-wrap > div{
    margin-bottom: 10px;
    margin-right: 33px;
}
.wpbm-ver-timeline-template-1 .wpbm-meta-wrap > div,
.wpbm-ver-timeline-template-1 .wpbm-meta-wrap > div a {
    display: inline-block;
    color: #767676;
    vertical-align: middle;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}
.wpbm-ver-timeline-template-1 .wpbm-title a:hover,
.wpbm-ver-timeline-template-1 .wpbm-meta-wrap > div a:hover{

	color:#25a0fa;
}
.wpbm-ver-timeline-template-1 .wpbm-meta-wrap > div:last-child {
    margin-right: 0;
}
.wpbm-ver-timeline-template-1 .wpbm-content {
    color: #454545;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 18px;
}
.wpbm-ver-timeline-template-1 .wpbm-link-button {
    margin-bottom: 18px;
}
.wpbm-ver-timeline-template-1 .wpbm-link-button a {
    display: inline-block;
    padding: 10px 12px;
    background: #fff;
    border: 2px solid #25a0fa;
    color: #25a0fa;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-ver-timeline-template-1 .wpbm-link-button a:hover {
    background: #25a0fa;
    color: #fff;
}
.wpbm-ver-timeline-template-1 .wpbm-content-outer-wrap {
    background: #f8f8f8;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.wpbm-ver-timeline-template-1 .wpbm-tag-list {
    float: left;
}
.wpbm-ver-timeline-template-1 .wpbm-share-wrap {
    float: right;
    margin-left: auto;
}
.wpbm-ver-timeline-template-1 .wpbm-tag-list a {
    color: #666;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    padding: 3px;
}
.wpbm-ver-timeline-template-1 .wpbm-share-wrap a {
    display: inline-block;
    color: #666;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}
.wpbm-ver-timeline-template-1 .wpbm-tag-list a:hover,
.wpbm-ver-timeline-template-1 .wpbm-share-wrap a:hover {
    color: #25a0fa;
}
/**********Timeline- template 1 css end***********/
/**********Timeline- template 2 css start*********/

.wpbm-ver-timeline-template-2 .wpbm-timeline-line {
    position: absolute;
    left: 45px;
    top: 0;
    height: 100%;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
.wpbm-ver-timeline-template-2 .wpbm-timeline-item {
    padding-left: 150px;
    position: relative;
    margin-bottom: 60px;
}
.wpbm-ver-timeline-template-2 .wpbm-timeline-date {
    max-width: 140px;
    min-width: 115px;
    position: absolute;
    left: 0;
    top: 63px;
    padding: 9px;
    background: #e74c3c;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    z-index: 9;
}
.wpbm-ver-timeline-template-2 .wpbm-all-contain-here {
    display: inline-block;
    background: #fff;
    border: 1px solid #eaeaea;
}
.wpbm-ver-timeline-template-2 .wpbm-title {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    background: #e74c3c;
    padding: 20px 30px;
}
.wpbm-ver-timeline-template-2 .wpbm-title a{
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
.wpbm-ver-timeline-template-2 .wpbm-inner-content {
    padding: 27px 36px;
    border-top: 1px solid #eaeaea;
    text-align: left;
}
.wpbm-ver-timeline-template-2 .wpbm-category-wrap {
    margin-bottom: 10px;
}
.wpbm-ver-timeline-template-2 .wpbm-category-list a {
    display: inline-block;
    margin-right: 20px;
    color: #e74c3c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}
.wpbm-ver-timeline-template-2 .wpbm-category-list a:hover {
    color: #999999;
}
.wpbm-ver-timeline-template-2 .wpbm-content {
    color: #242424;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 17px;
}
.wpbm-ver-timeline-template-2 .wpbm-link-button {
    margin-bottom: 28px;
}
.wpbm-ver-timeline-template-2 .wpbm-link-button a {
    display: inline-block;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.wpbm-ver-timeline-template-2 .wpbm-link-button a i {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-left: 5px;
}
.wpbm-ver-timeline-template-2 .wpbm-link-button a:hover {
    color: #e74c3c;
}
.wpbm-ver-timeline-template-2 .wpbm-link-button a:hover i {
    margin-left: 10px;
}
.wpbm-ver-timeline-template-2 .wpbm-content-outer-wrap > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.wpbm-ver-timeline-template-2 .wpbm-content-outer-wrap > div:last-child {
    margin-right: 0;
}
.wpbm-ver-timeline-template-2 .wpbm-author-name a,
.wpbm-ver-timeline-template-2 .wpbm-comment-wrap,
.wpbm-ver-timeline-template-2 .wpbm-tag-list a {
    color: #999999;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.wpbm-ver-timeline-template-2 .wpbm-share-wrap a {
    color: #999999;
    font-size: 14px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    -webkit-transition: all 0.5 ease-in-out;
    transition: all 0.5 ease-in-out;
}
.wpbm-ver-timeline-template-2 .wpbm-share-wrap a:hover {
    background: #e74c3c;
    color: #fff;
}
.wpbm-ver-timeline-template-2 .wpbm-tag-list a {
    display: inline-block;
    padding: 4px;
}
.wpbm-ver-timeline-template-2 .wpbm-tag-list a:hover {
    color: #e74c3c;
}
.wpbm-ver-timeline-template-2 .wpbm-extra-slider-item {
    text-align: center;
}
.wpbm-extra-slider-item {
    text-align: center;
}
/**********Timeline- template 2 css end***********/
/**********Timeline- template 3 css start*********/

.wpbm-ver-timeline-template-3 .wpbm-blog-cover {
    position: relative;
}
.wpbm-ver-timeline-template-3 .wpbm-timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.wpbm-ver-timeline-template-3 .wpbm-timeline-date {
    position: relative;
    clear: both;
    text-align: center;
    margin-bottom: 40px;
}
.wpbm-ver-timeline-template-3 .wpbm-timeline-date span {
    padding: 13px 20px;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    color: #313131;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    z-index: 9;
}
.wpbm-ver-timeline-template-3 .wpbm-timeline-item {
    width: 45%;
    float: left;
    clear: left;
    margin-top: 39px;
    margin-bottom: 33px;
}
.wpbm-ver-timeline-template-3 .wpbm-timeline-item:nth-of-type(2n) {
    float: right;
    clear: right;
    margin-top: 0px;
}
.wpbm-ver-timeline-template-3 .wpbm-title {
    padding: 18px 10px;
    background: #dc4815;
    text-align: center;
    position: relative;
}
.wpbm-ver-timeline-template-3 .wpbm-title a{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.wpbm-ver-timeline-template-3 .wpbm-title:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #dc4815;
    left: 100%;
}
.wpbm-ver-timeline-template-3 .wpbm-timeline-item:nth-of-type(2n) .wpbm-title:after {
    right: 100%;
    left: auto;
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent #dc4815 transparent transparent;
}
.wpbm-ver-timeline-template-3 .wpbm-timeline-circle {
    position: absolute;
    left: 50%;
    margin-top: 12px;
    margin-left: -7px;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    background-color: #dddddd;
    border: 3px solid #ffffff;
    z-index: 1;
}
.wpbm-ver-timeline-template-3 .wpbm-contain-main {
    padding: 20px 20px 40px;
    border: 1px solid #eee;
    border-top: 0;
}
.wpbm-ver-timeline-template-3 .wpbm-inner-content {
    padding-top: 32px;
    text-align: center;
}
.wpbm-ver-timeline-template-3 .wpbm-meta-wrap {
    margin-bottom: 14px;
}
.wpbm-ver-timeline-template-3 .wpbm-category-wrap,
.wpbm-ver-timeline-template-3 .wpbm-date,
.wpbm-ver-timeline-template-3 .wpbm-comment-wrap {
    display: inline-block;
}
.wpbm-ver-timeline-template-3 .wpbm-date,
.wpbm-ver-timeline-template-3 .wpbm-comment-wrap {
    color: #797979;
    font-weight: 500;
    position: relative;
}
.wpbm-ver-timeline-template-3 .wpbm-date:before,
.wpbm-ver-timeline-template-3 .wpbm-date:after {
    content: '';
    width: 4px;
    height: 1px;
    background: #9d9d9d;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.wpbm-ver-timeline-template-3 .wpbm-date:before {
    left: 0;
}
.wpbm-ver-timeline-template-3 .wpbm-date:after {
    right: 0;
}
.wpbm-ver-timeline-template-3 .wpbm-date,
.wpbm-ver-timeline-template-3 .wpbm-comment-wrap,
.wpbm-ver-timeline-template-3 .wpbm-category-list a {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    padding: 0 11px;
    margin-bottom: 10px;
}
.wpbm-ver-timeline-template-3 .wpbm-category-list a {
    text-transform: uppercase;
    color: #dc4815;
    font-weight: 600;
}
.wpbm-ver-timeline-template-3 .wpbm-category-list a:hover {
    color: #636161;
}
.wpbm-ver-timeline-template-3 .wpbm-content {
    color: #101010;
    line-height: 1.5;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}
.wpbm-ver-timeline-template-3 .wpbm-link-button {
    margin-bottom: 26px;
}
.wpbm-ver-timeline-template-3 .wpbm-link-button a {
    display: inline-block;
    padding: 12px 23px;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #636161;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-ver-timeline-template-3 .wpbm-link-button a:hover {
    background: #dc4815;
    border-color: #dc4815;
    color: #fff;
}
.wpbm-ver-timeline-template-3 .wpbm-meta-wrap-1 {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 18px 0 10px;
}
.wpbm-ver-timeline-template-3 .wpbm-meta-wrap-1 > div {
    display: inline-block;
    margin-right: 30px;
}
.wpbm-ver-timeline-template-3 .wpbm-meta-wrap-1 > div:last-child {
    margin-right: 0;
}
.wpbm-ver-timeline-template-3 .wpbm-author-name ,
.wpbm-ver-timeline-template-3 .wpbm-author-name a,
.wpbm-ver-timeline-template-3 .wpbm-share-wrap-contain span,
.wpbm-ver-timeline-template-3 .wpbm-tag-list a {
    margin-bottom: 8px;
    color: #797979;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
}
.wpbm-ver-timeline-template-3 .wpbm-author-name a{
    margin-bottom: 0;
    margin-left:5px;
}
.wpbm-ver-timeline-template-3 .wpbm-author-name a:hover{
	color:#dc4815;
}
.wpbm-ver-timeline-template-3 .wpbm-tag-list a {
    padding: 0 7px;
}
.wpbm-ver-timeline-template-3 .wpbm-tag-list a:hover {
    color: #dc4815;
}
.wpbm-ver-timeline-template-3 .wpbm-tag-list {
    position: relative;
    padding-left: 20px;
}
.wpbm-ver-timeline-template-3 .wpbm-share-wrap-contain span {
    position: relative;
}
.wpbm-ver-timeline-template-3 .wpbm-share-wrap-contain span a {
    font-size: 14px;
    color: #222;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    display: inline-block;
}
.wpbm-ver-timeline-template-3 .wpbm-share-wrap-contain span:hover a {
    color: #818181;
}
.wpbm-ver-timeline-template-3 .wpbm-tag-list i {
    position: absolute;
    left: 0;
    top: 0;
    color: #797979;
    font-size: 12px;
}
.wpbm-ver-timeline-template-3 .wpbm-social-tooltip {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #313131;
    color: #fff;
    padding: 5px 7px;
    font-size: 11px;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 125%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wpbm-ver-timeline-template-3 .wpbm-social-tooltip:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 7px 7.5px;
    border-color: transparent transparent #313131 transparent;
}
.wpbm-ver-timeline-template-3 .wpbm-share-wrap-contain span:hover .wpbm-social-tooltip {
    opacity: 1;
    visibility: visible;
}
/**********Timeline- template 3 css end***********/
/**********Timeline- template 4 css start*********/

.wpbm-ver-timeline-template-4 .wpbm-timeline-line {
    width: 3px;
    background: #cccccc;
    height: 100%;
    position: absolute;
    left: 150px;
    top: 0;
}
.wpbm-ver-timeline-template-4 .wpbm-timeline-item {
    padding-left: 224px;
    position: relative;
    margin-bottom: 60px;
}
.wpbm-ver-timeline-template-4 .wpbm-timeline-date {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 3px solid #ccc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 150px;
    margin-left: -25px;
    background-color: #fff;
    top: 9px;
    z-index: 9;
}
.wpbm-ver-timeline-template-4 .wpbm-timeline-date-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpbm-ver-timeline-template-4 .wpbm-timeline-date-inner > div {
    font-size: 13px;
    font-weight: 600;
    color: #717171;
    font-family: 'Droid Sans', sans-serif;
}
.wpbm-ver-timeline-template-4 .wpbm-image {
    margin-bottom: 28px;
}
.wpbm-ver-timeline-template-4 .wpbm-category-wrap {
    max-width: 150px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 35px;
    text-align: right;
    padding-top: 25px;
}
.wpbm-ver-timeline-template-4 .wpbm-category-list a {
    display: block;
    font-size: 16px;
    color: #343434;
    font-weight: 500;
    font-family: 'Droid Sans', sans-serif;
    line-height: 1.7;
}
.wpbm-ver-timeline-template-4 .wpbm-all-contain-here {
    background: #fff;
    padding: 40px 20px 42px;
    text-align: center;
    -moz-box-shadow: 0 0 12px 2px #EFEFEF;
    -webkit-box-shadow: 0 0 12px 2px #EFEFEF;
    box-shadow: 0 0 12px 2px #EFEFEF;
    position: relative;
}
.wpbm-ver-timeline-template-4 .wpbm-all-contain-here:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: -12px;
    top: 23px;
    background: #fff;
    border: 1px solid #eee;
    transform: rotate(45deg);
    border-right: 0;
    border-top: 0;
}
.wpbm-ver-timeline-template-4 .wpbm-title {
    padding-bottom: 14px;
        position: relative;
}
.wpbm-ver-timeline-template-4 .wpbm-title a{
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.wpbm-ver-timeline-template-4 .wpbm-title a:hover{
	color:#25a0fa;
}
.wpbm-ver-timeline-template-4 .wpbm-title:before {
    content: '';
    position: absolute;
    width: 46px;
    height: 2px;
    background-color: #000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wpbm-ver-timeline-template-4 .wpbm-author-name {
    padding-top: 18px;
    padding-bottom: 30px;
}
.wpbm-ver-timeline-template-4 .wpbm-author-name,
.wpbm-ver-timeline-template-4 .wpbm-author-name a {
    font-size: 14px;
    color: #999999;
    font-weight: 500;
    font-family: 'Lora', serif;
}
.wpbm-ver-timeline-template-4 .wpbm-author-name a {
    color: #222;
}
.wpbm-ver-timeline-template-4 .wpbm-content {
    font-size: 14px;
    font-family: 'Lora', serif;
    font-weight: 500;
    color: #242424;
    text-align: left;
    margin-bottom: 18px;
    line-height: 1.5;
}
.wpbm-ver-timeline-template-4 .wpbm-image img {
    margin: 0;
}
.wpbm-ver-timeline-template-4 .wpbm-link-button {
    margin-bottom: 26px;
}
.wpbm-ver-timeline-template-4 .wpbm-link-button a {
    color: #242424;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    padding: 12px 0;
    position: relative;
    display: inline-block;
}
.wpbm-ver-timeline-template-4 .wpbm-link-button a:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 40px;
    background-color: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-ver-timeline-template-4 .wpbm-link-button a:hover:after {
    width: 100%;
}
.wpbm-ver-timeline-template-4 .wpbm-meta-wrap {
    width: 100%;
    display: table;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #eee;
}
.wpbm-ver-timeline-template-4 .wpbm-meta-wrap > div {
    width: 33.33%;
    display: table-cell;
    border-left: 1px solid #eee;
    padding: 17px 5px 12px;
}
.wpbm-ver-timeline-template-4 .wpbm-meta-wrap > div:nth-of-type(1) {
    border-left: none;
}
.wpbm-ver-timeline-template-4 .wpbm-comment-wrap,
.wpbm-ver-timeline-template-4 .wpbm-share-wrap a,
.wpbm-ver-timeline-template-4 .wpbm-tag-list a {
    margin-bottom: 5px;
    display: inline-block;
}
.wpbm-ver-timeline-template-4 .wpbm-comment-wrap,
.wpbm-ver-timeline-template-4 .wpbm-tag-list a {
    color: #707070;
    font-family: 'Lora', serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}
.wpbm-ver-timeline-template-4 .wpbm-category-list a:hover,
.wpbm-ver-timeline-template-4 .wpbm-tag-list a:hover {
    color: #25a0fa;
}
.wpbm-ver-timeline-template-4 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    color: #222;
    font-size: 12px;
    padding: 5px;
    border: 1px solid transparent;
}
.wpbm-ver-timeline-template-4 .wpbm-share-wrap a:hover {
    color: #25a0fa;
    border: 1px solid #eee;
}
.wpbm-ver-timeline-template-4 .bx-wrapper {
    margin-bottom: 20px;
}
.wpbm-vertical-timeline .bx-wrapper,
.wpbm-vertical-timeline .bx-viewport {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wpbm-ver-timeline-template-4 .wpbm-common-wrap,
.wpbm-ver-timeline-template-6 .wpbm-common-wrap,
.wpbm-hor-timeline-template-2 .wpbm-common-wrap {
    margin-bottom: 20px;
}
/**********Timeline- template 4 css end***********/
/**********Timeline- template 5 css start*********/

.wpbm-ver-timeline-template-5 .wpbm-timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.wpbm-ver-timeline-template-5 .wpbm-timeline-item {
    margin-bottom: 48px;
    position: relative;
}
.wpbm-ver-timeline-template-5 .wpbm-all-contain-here {
    width: 45%;
    float: left;
    clear: left;
    background-color: #fff;
    border: 1px solid #eee;
    position: relative;
}
.wpbm-ver-timeline-template-5 .wpbm-author-block {
    width: 45%;
    float: right;
    clear: right;
    text-align: left;
    padding-top: 17px;
}
.wpbm-ver-timeline-template-5 .wpbm-timeline-item:nth-of-type(2n) .wpbm-all-contain-here {
    float: right;
    clear: right;
}
.wpbm-ver-timeline-template-5 .wpbm-timeline-item:nth-of-type(2n) .wpbm-author-block {
    float: left;
    clear: left;
    text-align: right;
}
.wpbm-ver-timeline-template-5 .wpbm-timeline-date {
    width: 62px;
    height: 62px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #454545;
    clear: both;
    margin: 0 auto 66px;
    text-align: center;
    line-height: 62px;
    position: relative;
    z-index: 9;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
}
.wpbm-ver-timeline-template-5 .wpbm-author-name img {
    position: absolute;
    width: 56px;
    height: 56px;
    left: 50%;
    top: 0;
    margin-left: -28px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 9;
}
.wpbm-ver-timeline-template-5 .wpbm-contain-main-inner {
    padding: 39px 30px;
    text-align: left;
}
.wpbm-ver-timeline-template-5 .wpbm-title {
    margin-bottom: 20px;
}
.wpbm-ver-timeline-template-5 .wpbm-title a{
    font-family: 'Roboto Slab', serif;
    font-size: 34px;
    color: #454545;
    font-weight: 600;
    line-height: 1.2;
}
.wpbm-ver-timeline-template-5 .wpbm-title a:hover{
	color:#e74c3c;
}
.wpbm-ver-timeline-template-5 .wpbm-meta-wrap {
    margin-bottom: 20px;
}
.wpbm-ver-timeline-template-5 .wpbm-meta-wrap > div {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    color: #e74c3c;
}
.wpbm-ver-timeline-template-5 .wpbm-meta-wrap > div i {
    position: absolute;
    left: 0;
    top: 0px;
    color: #222;
}
.wpbm-ver-timeline-template-5 .wpbm-comment-wrap {
    margin-right: 20px;
}
.wpbm-ver-timeline-template-5 .wpbm-comment-wrap,
.wpbm-ver-timeline-template-5 .wpbm-tag-list a {
    margin-bottom: 5px;
    color: #e74c3c;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.wpbm-ver-timeline-template-5 .wpbm-content {
    color: #717171;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 35px;
}
.wpbm-ver-timeline-template-5 .wpbm-link-button a {
    padding: 11px 20px;
    display: inline-block;
    color: #fff;
    background-color: #e74c3c;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 3px;
}
.wpbm-ver-timeline-template-5 .wpbm-link-button a:hover {
    background: #454545;
}
.wpbm-ver-timeline-template-5 .wpbm-author-name {
    margin-bottom: 10px;
}
.wpbm-ver-timeline-template-5 .wpbm-author-name a{
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    color: #454545;
    margin-bottom: 10px;
}
.wpbm-ver-timeline-template-5 .wpbm-author-name a:hover{
	color:#e74c3c;
}
.wpbm-ver-timeline-template-5 .wpbm-date {
    display: inline-block;
    color: #454545;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Roboto Slab', serif;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.wpbm-ver-timeline-template-5 .wpbm-date i {
    color: #888888;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-ver-timeline-template-5 .wpbm-category-list span {
    display: block;
}
.wpbm-ver-timeline-template-5 .wpbm-category-list a {
    display: inline-block;
    color: #e74c3c;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 10px;
}
.wpbm-ver-timeline-template-5 .wpbm-tag-list a:hover,
.wpbm-ver-timeline-template-5 .wpbm-category-list a:hover {
    color: #454545;
}
.wpbm-ver-timeline-template-5 .wpbm-lower-meta .wpbm-link-button {
    float: left;
}
.wpbm-ver-timeline-template-5 .wpbm-lower-meta .wpbm-share-wrap {
    float: right;
}
.wpbm-ver-timeline-template-5 .wpbm-share-wrap a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    background: #00bf9d;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    text-align: center;
    margin: 0 2px 3px;
}
.wpbm-ver-timeline-template-5 .wpbm-share-wrap .wpbm-fb {
    background: #1b70b6;
}
.wpbm-ver-timeline-template-5 .wpbm-share-wrap .wpbm-tw {
    background: #38b4e7;
}
.wpbm-ver-timeline-template-5 .wpbm-share-wrap .wpbm-gp {
    background: #dd4b39;
}
.wpbm-ver-timeline-template-5 .wpbm-share-wrap .wpbm-pn {
    background: #cb2027;
}
.wpbm-ver-timeline-template-5 .wpbm-share-wrap .wpbm-ln {
    background: #0084bf;
}
.wpbm-ver-timeline-template-5 .wpbm-share-wrap a:hover {
    -webkit-transform: scale(1.07) translateZ(0);
    transform: scale(1.073) translateZ(0);
}
/**********Timeline- template 5 css end***********/
/**********Timeline- template 6 css start*********/

.wpbm-ver-timeline-template-6 .wpbm-timeline-line {
    width: 3px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
    background: #55a098;
    top: 0;
}
.wpbm-ver-timeline-template-6 .wpbm-timeline-date {
    margin: 0 auto;
    width: 62px;
    height: 62px;
    border: 4px solid #fff;
    background: #55a098;
    text-align: center;
    position: relative;
    z-index: 9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    clear: both;
}
.wpbm-ver-timeline-template-6 .wpbm-timeline-item {
    width: 45%;
    float: left;
    clear: left;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    margin-top: -58px;
    margin-bottom: 20px;
}
.wpbm-ver-timeline-template-6 .wpbm-timeline-item:nth-of-type(2n) {
    float: right;
    clear: right;
}
.wpbm-ver-timeline-template-6 .wpbm-title {
    background: #55a098;
    padding: 17px 0;
    position: relative;
}
.wpbm-ver-timeline-template-6 .wpbm-title a{
    color: #fff;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 500;
}
.wpbm-ver-timeline-template-6 .wpbm-title:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 0 12.5px 11px;
    border-color: transparent transparent transparent #55a098;
}
.wpbm-ver-timeline-template-6 .wpbm-timeline-item:nth-of-type(2n) .wpbm-title:after {
    left: auto;
    right: 100%;
    border-width: 9.5px 11px 12.5px 0;
    border-color: transparent #55a098 transparent transparent;
}
.wpbm-ver-timeline-template-6 .wpbm-another-wrap {
    padding: 15px 20px 32px;
}
.wpbm-ver-timeline-template-6 .wpbm-category-wrap {
    margin-bottom: 9px;
}
.wpbm-ver-timeline-template-6 .wpbm-category-list a {
    display: inline-block;
    color: #55a098;
    font-family: 'Merriweather', serif;
    font-size: 13px;
    font-weight: 500;
    padding: 0 3px;
    margin: 0 2px 5px;
    text-transform: uppercase;
}
.wpbm-ver-timeline-template-6 .wpbm-category-list a:hover {
    color: #222;
}
.wpbm-ver-timeline-template-6 .wpbm-image {
    margin-bottom: 17px;
}
.wpbm-ver-timeline-template-6 .wpbm-meta-wrap {
    margin-bottom: 16px;
}
.wpbm-ver-timeline-template-6 .wpbm-meta-wrap > div{
    padding: 0 6px;	
}
.wpbm-ver-timeline-template-6 .wpbm-meta-wrap > div,
.wpbm-ver-timeline-template-6 .wpbm-meta-wrap > div a {
    display: inline-block;
    font-family: 'Merriweather', serif;
    font-size: 15px;
    font-weight: 500;
    color: #777;
}
.wpbm-ver-timeline-template-6 .wpbm-meta-wrap .wpbm-comment-wrap {
    position: relative;
    padding-left: 16px;
}
.wpbm-ver-timeline-template-6 .wpbm-meta-wrap .wpbm-author-name a{
    color: #55a098;
}
.wpbm-ver-timeline-template-6 .wpbm-meta-wrap .wpbm-author-name a:hover{
	color:#777;
}
.wpbm-ver-timeline-template-6 .wpbm-comment-wrap:before {
    content: "-";
    position: absolute;
    font-family: Fontawesome;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpbm-ver-timeline-template-6 .wpbm-content {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 16px;
}
.wpbm-ver-timeline-template-6 .wpbm-link-button {
    text-align: left;
    margin-bottom: 24px;
}
.wpbm-ver-timeline-template-6 .wpbm-link-button a {
    color: #55a098;
    font-size: 15px;
    font-family: 'Merriweather', serif;
    font-weight: 500;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-ver-timeline-template-6 .wpbm-link-button a:hover {
    color: #222;
}
.wpbm-ver-timeline-template-6 .wpbm-lower-meta-wrap {
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.wpbm-ver-timeline-template-6 .wpbm-tag-list {
    float: left;
}
.wpbm-ver-timeline-template-6 .wpbm-share-wrap {
    float: right;
    margin-left: auto;
}
.wpbm-ver-timeline-template-6 .wpbm-tag-list a {
    padding: 7px 9px;
    display: inline-block;
    border: 1px solid #eee;
    color: #333;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin: 0 5px 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-ver-timeline-template-6 .wpbm-tag-list a:hover {
    background: #55a098;
    color: #fff;
}
.wpbm-ver-timeline-template-6 .wpbm-tag-list a:nth-of-type(1) {
    margin-left: 0;
}
.wpbm-ver-timeline-template-6 .wpbm-share-wrap a {
    width: 29px;
    height: 29px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #eee;
    line-height: 29px;
    background: #dedede;
    color: #333;
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-ver-timeline-template-6 .wpbm-share-wrap a:hover {
    background: #55a098;
    color: #fff;
}
.wpbm-ver-timeline-template-6 .wpbm-timeline-date-inner-wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpbm-ver-timeline-template-6 .wpbm-timeline-date-inner-wrap > div {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;
}
.wpbm-ver-timeline-template-6 .bx-wrapper {
    margin-bottom: 20px;
}
/**********Timeline- template 6 css end***********/
/**********Timeline- template 7 css start*********/

.wpbm-ver-timeline-template-7 .wpbm-timeline-line {
    width: 3px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
    background: #f1f1f1;
    top: 0;
}
.wpbm-ver-timeline-template-7 .wpbm-timeline-date {
    text-align: center;
    clear: both;
    margin-bottom: 88px;
}
.wpbm-ver-timeline-template-7 .wpbm-timeline-date span {
    border: 2px solid #f1f1f1;
    background: #0f0f0f;
    text-align: center;
    position: relative;
    z-index: 9;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 500;
}
.wpbm-ver-timeline-template-7 .wpbm-timeline-item {
    width: 45%;
    float: left;
    clear: left;
    text-align: left;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 80px;
}
.wpbm-ver-timeline-template-7 .wpbm-timeline-item:nth-of-type(2n) {
    float: right;
    clear: right;
    margin-top: 190px;
}
.wpbm-ver-timeline-template-7 .wpbm-timeline-circle {
    position: absolute;
    left: 50%;
    margin-top: 12px;
    margin-left: -12px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    background-color: #f1f1f1;
    z-index: 1;
    -moz-box-shadow: 0 0 0 6px #000 inset;
    -webkit-box-shadow: 0 0 0 6px #000 inset;
    box-shadow: 0 0 0 6px #000 inset;
}
.wpbm-ver-timeline-template-7 .wpbm-timeline-circle:before {
    content: '';
    position: absolute;
    width: 38px;
    height: 3px;
    background-color: #f1f1f1;
    top: 50%;
    margin-top: -1.5px;
    right: 100%;
}
.wpbm-ver-timeline-template-7 .wpbm-timeline-item:nth-of-type(2n) .wpbm-timeline-circle:before {
    right: auto;
    left: 100%;
}
.wpbm-ver-timeline-template-7 .wpbm-bottom-wrap-main-content {
    padding: 0 18px 10px;
    background: #fff;
}
.wpbm-ver-timeline-template-7 .wpbm-meta-wrap {
    padding: 14px 0;
    border-bottom: 2px solid #b1b2b5;
}
.wpbm-ver-timeline-template-7 .wpbm-meta-wrap .wpbm-author-name,
.wpbm-ver-timeline-template-7 .wpbm-meta-wrap .wpbm-comment-wrap {
    float: left;
    width: 50%;
}
.wpbm-ver-timeline-template-7 .wpbm-meta-wrap .wpbm-author-name {
    text-align: left;
}
.wpbm-ver-timeline-template-7 .wpbm-meta-wrap .wpbm-comment-wrap {
    text-align: right;
}
.wpbm-ver-timeline-template-7 .wpbm-author-name a,
.wpbm-ver-timeline-template-7 .wpbm-comment-wrap {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #929292;
    text-transform: uppercase;
}
.wpbm-ver-timeline-template-7 .wpbm-author-name i,
.wpbm-ver-timeline-template-7 .wpbm-comment-wrap i {
    margin-right: 9px;
}
.wpbm-ver-timeline-template-7 .wpbm-main-wrap {
    padding: 24px 0;
    border-bottom: 1px solid #b1b2b5;
}
.wpbm-ver-timeline-template-7 .wpbm-category-wrap {
    margin-bottom: 20px;
}
.wpbm-ver-timeline-template-7 .wpbm-category-list a {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #373737;
    font-weight: 600;
}
.wpbm-ver-timeline-template-7 .wpbm-category-list a:hover {
    color: #777;
}
.wpbm-ver-timeline-template-7 .wpbm-title {
    margin-bottom: 27px;
}
.wpbm-ver-timeline-template-7 .wpbm-title a{
    font-size: 27px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.wpbm-ver-timeline-template-7 .wpbm-title a:hover{
	color:#777;
}
.wpbm-ver-timeline-template-7 .wpbm-date {
    font-size: 12px;
    color: #929292;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}
.wpbm-ver-timeline-template-7 .wpbm-content {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 34px;
}
.wpbm-ver-timeline-template-7 .wpbm-link-button a {
    padding: 12px 29px;
    display: inline-block;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #e0f0ed;
    font-size: 12px;
    text-transform: uppercase;
    color: #5e5e5e;
    font-family: 'Open Sans', sans-serif;
    font-size: 600;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-ver-timeline-template-7 .wpbm-bottom-wrap {
    padding: 11px 6px;
}
.wpbm-ver-timeline-template-7 .wpbm-tag-list,
.wpbm-ver-timeline-template-7 .wpbm-share-wrap {
    width: 50%;
    float: left;
}
.wpbm-ver-timeline-template-7 .wpbm-share-wrap {
    text-align: right;
    font-size: 11px;
    color: #b5c3dc;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}
.wpbm-ver-timeline-template-7 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    color: #353434;
}
.wpbm-ver-timeline-template-7 .wpbm-share-wrap a:hover {
    color: #777;
}
.wpbm-ver-timeline-template-7 .wpbm-tag-list a {
    display: inline-block;
    vertical-align: middle;
    background: #e0f0ed;
    padding: 7px 8px;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #000;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-ver-timeline-template-7 .wpbm-link-button a:hover,
.wpbm-ver-timeline-template-7 .wpbm-tag-list a:hover {
    background: #929292;
    color: #fff;
}
/**********Timeline- template 7 css end***********/
/**********Timeline- template 8 css start*********/

.wpbm-ver-timeline-template-8 .wpbm-timeline-line {
    width: 3px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
    background: #ab6356;
    top: 0;
}
.wpbm-ver-timeline-template-8 .wpbm-timeline-date {
    text-align: center;
    clear: both;
    margin-bottom: 88px;
}
.wpbm-ver-timeline-template-8 .wpbm-timeline-date span {
    background: #ab6356;
    text-align: center;
    position: relative;
    z-index: 9;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 500;
}
.wpbm-ver-timeline-template-8 .wpbm-timeline-item {
    width: 45%;
    float: left;
    clear: left;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 80px;
}
.wpbm-ver-timeline-template-8 .wpbm-timeline-item:nth-of-type(2n) {
    float: right;
    clear: right;
    margin-top: 190px;
}
.wpbm-ver-timeline-template-8 .wpbm-inner-wrap-contain {
    background: #ebe8e8;
    position: relative;
}
.wpbm-ver-timeline-template-8 .wpbm-timeline-circle-date {
    position: absolute;
    left: 53%;
    background: #aa6356;
    color: #fff;
    padding: 8px 16px 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}
.wpbm-ver-timeline-template-8 .wpbm-timeline-item:nth-of-type(2n) .wpbm-timeline-circle-date {
    right: 53%;
    left: auto;
}
.wpbm-ver-timeline-template-8 .wpbm-timeline-circle-date:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent #aa6356 transparent transparent;
    right: 100%;
}
.wpbm-ver-timeline-template-8 .wpbm-timeline-item:nth-of-type(2n) .wpbm-timeline-circle-date:before {
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #aa6356;
    right: auto;
    left: 100%;
}
.wpbm-ver-timeline-template-8 .wpbm-top-header {
    padding: 25px 27px 20px;
}
.wpbm-ver-timeline-template-8 .wpbm-title {
    margin-bottom: 10px;
}
.wpbm-ver-timeline-template-8 .wpbm-title a{
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #373737;
    font-weight: 600;
    text-transform: uppercase;
}
.wpbm-ver-timeline-template-8 .wpbm-title a:hover{
	color:#e4a697;
}
.wpbm-ver-timeline-template-8 .wpbm-meta-wrap > div{
    padding: 0 11px;
}
.wpbm-ver-timeline-template-8 .wpbm-meta-wrap > div,
.wpbm-ver-timeline-template-8 .wpbm-meta-wrap > div a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #373737;
    font-weight: 600;
}
.wpbm-ver-timeline-template-8 .wpbm-meta-wrap > div a:hover{
	color:#e4a697;
}
.wpbm-ver-timeline-template-8 .wpbm-author-name:before,
.wpbm-ver-timeline-template-8 .wpbm-comment-wrap:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000;
    top: 50%;
    margin-top: -2px;
    left: 0;
}
.wpbm-ver-timeline-template-8 .wpbm-category-wrap .wpbm-category-list {
    margin-bottom: 15px;
}
.wpbm-ver-timeline-template-8 .wpbm-category-wrap .wpbm-category-list a {
    color: #e4a697;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 0 5px;
}
.wpbm-ver-timeline-template-8 .wpbm-category-wrap .wpbm-category-list a:hover {
    color: #aa6356;
}
.wpbm-ver-timeline-template-8 .wpbm-content-outer-wrap {
    padding: 22px 30px 11px;
}
.wpbm-ver-timeline-template-8 .wpbm-content {
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 500;
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}
.wpbm-ver-timeline-template-8 .wpbm-link-button a {
    display: inline-block;
    color: #e4a697;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    padding: 10px 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.wpbm-ver-timeline-template-8 .wpbm-link-button a:hover {
    letter-spacing: 5px;
}
.wpbm-ver-timeline-template-8 .wpbm-link-button a:after,
.wpbm-ver-timeline-template-8 .wpbm-link-button a:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(228, 166, 151, 0);
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wpbm-ver-timeline-template-8 .wpbm-link-button a:after {
    bottom: 0;
}
.wpbm-ver-timeline-template-8 .wpbm-link-button a:before {
    top: 0;
}
.wpbm-ver-timeline-template-8 .wpbm-link-button a:hover:after,
.wpbm-ver-timeline-template-8 .wpbm-link-button a:hover:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #e4a697;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}
.wpbm-ver-timeline-template-8 .wpbm-link-button a:hover:before {
    width: 100%;
}
.wpbm-ver-timeline-template-8 .wpbm-bottom-wrap {
    display: table;
    background: #e4a697;
    width: 100%;
}
.wpbm-ver-timeline-template-8 .wpbm-bottom-wrap > div {
    width: 33.33%;
    display: table-cell;
    vertical-align: top;
    vertical-align: middle;
    padding: 0px 3px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.wpbm-ver-timeline-template-8 .wpbm-tag-list {
    text-align: right;
}
.wpbm-ver-timeline-template-8 .wpbm-tag-list a {
    padding: 12px 8px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    background: #e4a697;
    color: #fff;
    border-left: 1px solid #edc3b9;
    text-align: center;
}
.wpbm-ver-timeline-template-8 .wpbm-tag-list a:hover {
    color: #ab6356;
}
.wpbm-ver-timeline-template-8 .wpbm-tag-list i {
    margin-right: 5px;
}
.wpbm-ver-timeline-template-8 .wpbm-share-wrap {
    text-align: left;
}
.wpbm-ver-timeline-template-8 .wpbm-share-wrap a {
    display: inline-block;
    min-width: 35px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    padding: 10px 7px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-right: 1px solid #edc3b9;
}
.wpbm-ver-timeline-template-8 .wpbm-share-wrap a:hover {
    color: #ab6356;
}
/**********Timeline- template 8 css end***********/
/*-------------------------------------
        vertical Timeline Layout css END
---------------------------------------*/
/*--------------------------------------------------
horizontal Timeline Layout css start
----------------------------------------------------*/

.wpbm-horizontal-timeline .bx-wrapper,
.wpbm-horizontal-timeline .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}
/*****horizontal Timeline- template 1 css start****/
/*.wpbm-hor-timeline-template-1{
	padding:0 40px;
}*/

.wpbm-hor-timeline-template-1 .bx-wrapper ul li {
    position: relative;
    text-align: center;
}
.wpbm-hor-timeline-template-1 .wpbm-top-date-line {
    position: relative;
    margin-bottom: 58px;
}
.wpbm-hor-timeline-template-1 .wpbm-timeline-date-one {
    font-size: 15px;
    font-family: 'Playfair Display', serif;
    border: 1px solid #d0b48b;
    font-weight: 400;
    color: #2a2a2a;
    font-style: italic;
    display: inline-block;
    padding: 11px 15px;
    position: relative;
    z-index: 99;
    background: #fff;
}
.wpbm-hor-timeline-template-1 .wpbm-timeline-date-one:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    top: 81%;
    left: 50%;
    margin-left: -10px;
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #d0b48b;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-hor-timeline-template-1 .wpbm-timeline-line {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 3px;
    left: 0;
    background: #d0b48b;
    z-index: 1;
}
.wpbm-hor-timeline-template-1 .wpbm-hor-inner-block {
    padding: 0 10px;
}
.wpbm-hor-timeline-template-1 .wpbm-hor-top-header {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    padding: 15px 10px;
}
.wpbm-hor-timeline-template-1 .wpbm-category-list a {
    display: inline-block;
    text-transform: uppercase;
    color: #d0b48b;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding: 5px;
}
.wpbm-hor-timeline-template-1 .wpbm-category-list a:hover {
    color: #9e9e9e;
}
.wpbm-hor-timeline-template-1 .wpbm-title {
    margin-bottom: 5px;
}
.wpbm-hor-timeline-template-1 .wpbm-title a{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #020202;
    line-height: 1.3;
    text-transform: uppercase;
}
.wpbm-hor-timeline-template-1 .wpbm-meta-wrap > div {
    padding: 0 14px;
    position: relative;
}
.wpbm-hor-timeline-template-1 .wpbm-meta-wrap > div,
.wpbm-hor-timeline-template-1 .wpbm-meta-wrap > div a{
    color: #9e9e9e;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    display: inline-block;
}
.wpbm-hor-timeline-template-1 .wpbm-title a:hover,
.wpbm-hor-timeline-template-1 .wpbm-meta-wrap > div a:hover{
	color:#d0b48b;
}
.wpbm-hor-timeline-template-1 .wpbm-comment-wrap:before {
    content: '';
    width: 4px;
    height: 1px;
    background: #9e9e9e;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.wpbm-hor-timeline-template-1 .wpbm-img-share-wrap {
    position: relative;
}
.wpbm-hor-timeline-template-1 .wpbm-bottom-wrap-main {
    padding: 36px 5px;
}
.wpbm-hor-timeline-template-1 .wpbm-content {
    color: #727272;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 24px;
}
.wpbm-hor-timeline-template-1 .wpbm-bottom-wrap {
    display: table;
    width: 100%;
    border: 1px solid #e8e8e8;
    padding: 0 10px;
}
.wpbm-hor-timeline-template-1 .wpbm-tag-list,
.wpbm-hor-timeline-template-1 .wpbm-link-button {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
}
.wpbm-hor-timeline-template-1 .wpbm-tag-list {
    text-align: left;
    width: 60%;
}
.wpbm-hor-timeline-template-1 .wpbm-tag-list a {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    padding: 0 5px;
    margin-bottom: 5px;
}
.wpbm-hor-timeline-template-1 .wpbm-tag-list a:hover {
    color: #d0b48b;
}
.wpbm-hor-timeline-template-1 .wpbm-link-button {
    text-align: right;
    width: 40%;
}
.wpbm-hor-timeline-template-1 .wpbm-link-button a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    padding: 5px 8px;
    display: inline-block;
    background: #d0b48b;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-hor-timeline-template-1 .wpbm-link-button a:hover {
    background: #9e9e9e;
}
.wpbm-hor-timeline-template-1 .wpbm-share-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 20px;
}
.wpbm-hor-timeline-template-1 .wpbm-share-wrap-inner {
    position: relative;
    width: 30px;
    line-height: 30px;
    height: 30px;
    background: #d0b48b;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.wpbm-hor-timeline-template-1 .wpbm-share-wrap-another {
    display: inline-block;
}
.wpbm-hor-timeline-template-1 .wpbm-share-wrap-inner-wrap {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 55px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-hor-timeline-template-1 .wpbm-share-wrap-another:hover .wpbm-share-wrap-inner-wrap {
    opacity: 1;
    visibility: visible;
}
.wpbm-hor-timeline-template-1 .wpbm-share-wrap-inner-wrap a {
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #d0b48b;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 2px;
}
.wpbm-hor-timeline-template-1 .wpbm-share-wrap-inner-wrap a:hover {
    background: #9e9e9e;
}
.wpbm-hor-timeline-template-1 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 19px;
    color: #fff;
    text-indent: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #d0b48b;
}
.wpbm-hor-timeline-template-1 .bx-controls-direction a.bx-prev {
    left: -40px;
}
.wpbm-hor-timeline-template-1 .bx-controls-direction a.bx-next {
    right: -40px;
}
/*****horizontal Timeline- template 1 css end******/
/*****horizontal Timeline- template 2 css start****/

.wpbm-hor-timeline-template-2 {
    position: relative;
}
.wpbm-hor-timeline-template-2 .bx-wrapper {
    margin: 0 auto;
}
.wpbm-hor-timeline-template-2 .wpbm-horz-bx {
    padding: 0 64px;
}
.wpbm-hor-timeline-template-2 .wpbm-outer-date-container .bx-wrapper {
    max-width: 100% ! important;
}
.wpbm-hor-timeline-template-2 .wpbm-timeline-hor-line {
    position: absolute;
    display: block;
    height: 4px;
    width: 100%;
    left: 0;
    bottom: 6px;
    background-color: #00b8d4;
}
.wpbm-hor-timeline-template-2 .wpbm-horz-bx .bx-viewport {
    height: auto ! important;
}
.wpbm-hor-timeline-template-2 .wpbm-horz-bx ul li {
    position: relative;
    padding-bottom: 55px;
    display: inline-block;
    text-align: center;
}
.wpbm-hor-timeline-template-2 .wpbm-horz-bx ul li a {
    display: inline-block;
    margin: 0 5px;
    outline: 0;
}
.wpbm-hor-timeline-template-2 .wpbm-horiz-title {
    padding: 12px 9px;
    border: 1px solid #eee;
    color: #222;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    position: relative;
    outline: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-hor-timeline-template-2 .wpbm-horiz-title:hover,
.wpbm-hor-timeline-template-2 a.wpbm-active .wpbm-horiz-title {
    color: #00b8d4;
    border-color: #00b8d4;
}
.wpbm-hor-timeline-template-2 .wpbm-horiz-title:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    top: 77%;
    left: 50%;
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #eee;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-hor-timeline-template-2 .wpbm-horiz-title:hover:before,
.wpbm-hor-timeline-template-2 a.wpbm-active .wpbm-horiz-title:before {
    border-color: #00b8d4;
}
.wpbm-hor-timeline-template-2 .wpbm-horizontal-circle {
    position: absolute;
    bottom: 0px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    margin-left: -8px;
    background: #00b8d4;
}
.wpbm-hor-timeline-template-2 .wpbm-outer-post-container {
    padding-top: 45px;
}
.wpbm-hor-timeline-template-2 .wpbm-sidebar-wrap,
.wpbm-hor-timeline-template-2 .wpbm-content-block {
    float: left;
}
.wpbm-hor-timeline-template-2 .wpbm-sidebar-wrap {
    width: 150px;
    padding-right: 29px;
    text-align: right;
}
.wpbm-hor-timeline-template-2 .wpbm-content-block {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    text-align: left;
    padding-bottom: 20px;
}
.wpbm-hor-timeline-template-2 .wpbm-image {
    margin-bottom: 30px;
}
.wpbm-hor-timeline-template-2 .wpbm-image img {
    margin: 0;
}
.wpbm-hor-timeline-template-2 .wpbm-title {
    margin-bottom: 22px;
    margin-top: 10px;
}
.wpbm-hor-timeline-template-2 .wpbm-title a{
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 500;
    color: #222;
}
.wpbm-hor-timeline-template-2 .wpbm-title a:hover{
	color:#dc4e41;
}
.wpbm-hor-timeline-template-2 .wpbm-content {
    color: #787878;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 26px;
}
.wpbm-hor-timeline-template-2 .wpbm-link-button {
    float: left;
}
.wpbm-hor-timeline-template-2 .wpbm-share-wrap {
    float: right;
}
.wpbm-hor-timeline-template-2 .wpbm-link-button a {
    color: #222222;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-right: 33px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-hor-timeline-template-2 .wpbm-link-button a:hover {
    color: #dc4e41;
}
.wpbm-hor-timeline-template-2 .wpbm-link-button a i {
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #222;
    color: #222;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-hor-timeline-template-2 .wpbm-link-button a:hover i {
    background: #dc4e41;
    color: #fff;
    border-color: #dc4e41;
}
.wpbm-hor-timeline-template-2 .wpbm-share-wrap a {
    width: 23px;
    text-align: center;
    line-height: 23px;
    height: 23px;
    background: #767676;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    margin: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-hor-timeline-template-2 .wpbm-share-wrap a:hover {
    background: #dc4e41;
}
.wpbm-hor-timeline-template-2 .wpbm-date-main {
    padding-bottom: 16px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 22px;
}
.wpbm-hor-timeline-template-2 .wpbm-date-day {
    font-size: 60px;
    color: #222;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.wpbm-hor-timeline-template-2 .wpbm-month {
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.wpbm-hor-timeline-template-2 .wpbm-author-name,
.wpbm-hor-timeline-template-2 .wpbm-category-wrap .wpbm-category-list,
.wpbm-hor-timeline-template-2 .wpbm-comment-wrap,
.wpbm-hor-timeline-template-2 .wpbm-tag-list {
    margin-bottom: 10px;
}
.wpbm-hor-timeline-template-2 .wpbm-author-name a,
.wpbm-hor-timeline-template-2 .wpbm-category-wrap .wpbm-category-list a,
.wpbm-hor-timeline-template-2 .wpbm-comment-wrap,
.wpbm-hor-timeline-template-2 .wpbm-tag-list a {
    color: #6a6a6a;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
}
.wpbm-hor-timeline-template-2 .wpbm-category-wrap .wpbm-category-list a,
.wpbm-hor-timeline-template-2 .wpbm-tag-list a {
    margin-top: 10px;
    display: block;
}
.wpbm-hor-timeline-template-2 .wpbm-category-wrap .wpbm-category-list a:hover,
.wpbm-hor-timeline-template-2 .wpbm-tag-list a:hover {
    color: #dc4e41;
}
.wpbm-hor-timeline-template-2 .wpbm-category-wrap .wpbm-category-list a:nth-of-type(1),
.wpbm-hor-timeline-template-2 .wpbm-tag-list a:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-hor-timeline-template-2 .wpbm-author-name i,
.wpbm-hor-timeline-template-2 .wpbm-comment-wrap i,
.wpbm-hor-timeline-template-2 .wpbm-category-wrap .wpbm-category-list a i,
.wpbm-hor-timeline-template-2 .wpbm-tag-list a i {
    color: #222;
    font-size: 12px;
    margin-right: 5px;
}
.wpbm-hor-timeline-template-2 .wpbm-post-bx .bx-controls-direction .bx-prev,
.wpbm-hor-timeline-template-2 .wpbm-post-bx .bx-controls-direction .bx-next {
    position: absolute;
    top: -54px;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #00b8d4;
    color: #fff;
    text-indent: 0;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
}
.wpbm-hor-timeline-template-2 .wpbm-post-bx .bx-controls-direction .bx-prev {
    left: 0;
}
.wpbm-hor-timeline-template-2 .wpbm-post-bx .bx-controls-direction .bx-next {
    right: 0;
}
/*****horizontal Timeline- template 2 css end******/
/****horizontal Timeline- template 3 css start*****/

.wpbm-hor-timeline-template-3 .wpbm-hor-timeline-date li {
    text-align: center;
    position: relative;
    padding: 86px 0 8px;
}
.wpbm-hor-timeline-template-3 .wpbm-timeline-hor-line {
    width: 100%;
    height: 3px;
    background: #396cae;
}
.wpbm-hor-timeline-template-3 .wpbm-horizontal-circle {
    width: 17px;
    height: 17px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #396cae;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0px 0px 0 -8.5px;
}
.wpbm-hor-timeline-template-3 .wpbm-date {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #cecece;
    padding: 12px;
    min-width: 167px;
    border: 1px solid #cecece;
    background: #fff;
    white-space: nowrap;
    color: #353535;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    opacity: 0;
    visibility: hidden;
}
.wpbm-hor-timeline-template-3 .wpbm-date:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    top: 76%;
    left: 50%;
    margin-left: -10px;
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #cecece;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-hor-timeline-template-3 .wpbm-active .wpbm-date {
    opacity: 1;
    visibility: visible;
}
.wpbm-hor-timeline-template-3 .bx-wrapper {
    margin: 40px 0 0;
}
.wpbm-hor-timeline-template-3 .wpbm-horz-bx {
    margin: 0;
    padding: 0 60px;
}
.wpbm-hor-timeline-template-3 .wpbm-timeline-post-wrapper li > .wpbm-clearfix {
    display: table;
    width: 100%;
}
.wpbm-hor-timeline-template-3 .wpbm-image-container,
.wpbm-hor-timeline-template-3 .wpbm-bottom-wrap {
    display: table-cell;
    vertical-align: top;
}
.wpbm-hor-timeline-template-3 .wpbm-image-container {
    width: 30%;
    position: relative;
}
.wpbm-hor-timeline-template-3 .wpbm-image-container .wpbm-image{
	position:relative;
}
.wpbm-hor-timeline-template-3 .wpbm-image-container .wpbm-image:before{
	position:absolute;
	content:'';
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.3);
	z-index:9;
}
.wpbm-hor-timeline-template-3 .wpbm-bottom-wrap {
    width: 70%;
    background: #f9f9f9;
    text-align: left;
}
.wpbm-hor-timeline-template-3 .wpbm-author-name {
    position: absolute;
    top: 13px;
    left: 19px;
    font-size: 18px;
    color: #fff;
    font-family: 'Amatic SC', cursive;
    font-weight: 500;
    z-index:99;
}
.wpbm-hor-timeline-template-3 .wpbm-author-name a{
    font-size: 18px;
    color: #fff;
    font-family: 'Amatic SC', cursive;
    font-weight: 500;
    display:inline-block;
    vertical-align:middle;
}
.wpbm-hor-timeline-template-3 .wpbm-author-name img {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid #fff;
    margin-right: 12px;
    display:inline-block;
    vertical-align:middle;
}
.wpbm-hor-timeline-template-3 .wpbm-category-list a {
    display: inline-block;
    font-size: 18px;
    font-family: 'Amatic SC', cursive;
    background: #396cae;
    padding: 6px 17px;
    color: #fff;
    margin-right: 2px;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-hor-timeline-template-3 .wpbm-category-list a:hover {
    background: #0e83cd;
}
.wpbm-hor-timeline-template-3 .wpbm-title {
    padding: 0 10px 0 29px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.wpbm-hor-timeline-template-3 .wpbm-title a{
    color: #222;
    font-family: 'Amatic SC', cursive;
    font-size: 34px;
}
.wpbm-hor-timeline-template-3 .wpbm-title a:hover{
	color:#396cae;
}
.wpbm-hor-timeline-template-3 .wpbm-meta-and-content-wrap {
    display: table;
    width: 100%;
    margin-bottom: 18px;
}
.wpbm-hor-timeline-template-3 .wpbm-meta-wrap {
    width: 120px;
    padding: 0 10px;
    text-align: center;
}
.wpbm-hor-timeline-template-3 .wpbm-content {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    border-left: 1px solid #bbbbbb;
    padding: 0 10px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
}
.wpbm-hor-timeline-template-3 .wpbm-meta-wrap,
.wpbm-hor-timeline-template-3 .wpbm-content {
    display: table-cell;
    vertical-align: middle;
}
.wpbm-hor-timeline-template-3 .wpbm-meta-wrap > div {
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
}
.wpbm-hor-timeline-template-3 .wpbm-date-day {
    font-size: 24px;
    font-weight: 700;
}
.wpbm-hor-timeline-template-3 .wpbm-tag-list {
    padding-left: 120px;
    position: relative;
    margin-bottom: 20px;
}
.wpbm-hor-timeline-template-3 .wpbm-tag-list span {
    width: 120px;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: right;
    padding-right: 15px;
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-size: 14px;
    transform: translateY(-50%);
}
.wpbm-hor-timeline-template-3 .wpbm-anchor-tag a {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding: 8px 8px 8px 0;
    background: #0e83cd;
    margin: 0 0px 5px 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-hor-timeline-template-3 .wpbm-anchor-tag a:hover {
    background: #396cae;
}
.wpbm-hor-timeline-template-3 .wpbm-anchor-tag a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 13px 15px 0;
    border-color: transparent #0e83cd transparent transparent;
    right: 100%;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-hor-timeline-template-3 .wpbm-anchor-tag a:hover:before {
    border-color: transparent #396cae transparent transparent;
}
.wpbm-hor-timeline-template-3 .wpbm-lower-meta {
    background: #e6e6e6;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.wpbm-hor-timeline-template-3 .wpbm-share-wrap {
    float: left;
    font-family: 'Amatic SC', cursive;
    font-size: 26px;
    color: #767676;
    padding: 5px 13px;
}
.wpbm-hor-timeline-template-3 .wpbm-link-button {
    float: right;
    margin-left: auto;
}
.wpbm-hor-timeline-template-3 .wpbm-link-button a {
    display: inline-block;
    background: #f01e57;
    color: #fff;
    font-family: 'Amatic SC', cursive;
    font-size: 34px;
    padding: 11px 16px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-hor-timeline-template-3 .wpbm-share-wrap .wpbm-share-wrap-contain {
    display: inline-block;
    margin-left: 15px;
}
.wpbm-hor-timeline-template-3 .wpbm-link-button a:hover {
    background: #767676;
}
.wpbm-hor-timeline-template-3 .wpbm-share-wrap .wpbm-share-wrap-contain a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    background: #767676;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-hor-timeline-template-3 .wpbm-share-wrap .wpbm-share-wrap-contain a:hover {
    background: #0e83cd;
}
.wpbm-hor-timeline-template-3 .wpbm-post-bx .bx-controls-direction .bx-prev,
.wpbm-hor-timeline-template-3 .wpbm-post-bx .bx-controls-direction .bx-next {
    position: absolute;
    top: -54px;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #396cae;
    color: #fff;
    text-indent: 0;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
}
.wpbm-hor-timeline-template-3 .wpbm-post-bx .bx-controls-direction .bx-prev {
    left: 0;
}
.wpbm-hor-timeline-template-3 .wpbm-post-bx .bx-controls-direction .bx-next {
    right: 0;
}
.wpbm-image a{
	display:block;
	overflow:hidden;
}
/*****horizontal Timeline- template 3 css end******/
/*--------------------------------------------------
horizontal Timeline Layout css END
----------------------------------------------------*/
/*--------------------------------------------------
Carousel Layout css start
----------------------------------------------------*/

.wpbm-car-outer-wrap {
    position: relative;
}
.wpbm-car-outer-wrap .wpbm-author-name img {
    width: auto;
    margin: 0;
}
/*carasoul template 1 css start*/

.wpbm-car-template-1 .wpbm-carousel-inner-wrap {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.wpbm-car-template-1 .wpbm-owl-item.center .wpbm-carousel-inner-wrap {
    background: #fff;
    -moz-box-shadow: 0 0 9px 2px #DDDDDD;
    -webkit-box-shadow: 0 0 9px 2px #DDDDDD;
    box-shadow: 0 0 9px 2px #DDDDDD;
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    transform: scale(0.99);
}
.wpbm-car-template-1 .wpbm-image {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}
.wpbm-car-template-1 .wpbm-owl-item.active.center .wpbm-image {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    padding: 0;
}
.wpbm-car-template-1 .wpbm-contain-all,
.wpbm-car-template-1 .wpbm-category-wrap {
    display: none;
}
.wpbm-car-template-1 .wpbm-owl-item.active.center .wpbm-contain-all,
.wpbm-car-template-1 .wpbm-owl-item.active.center .wpbm-category-wrap {
    display: block;
}
.wpbm-car-template-1 .wpbm-image-category-wrap {
    position: relative;
}
.wpbm-car-template-1 .wpbm-category-wrap {
    position: absolute;
    bottom: 16px;
    left: 16px;
}
.wpbm-car-template-1 .wpbm-category-list a {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    padding: 9px 21px;
    border-radius: 2px;
    background: #1888dd;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-1 .wpbm-contain-all {
    padding: 22px 21px;
}
.wpbm-car-template-1 .wpbm-meta-wrap {
    margin-bottom: 25px;
}
.wpbm-car-template-1 .wpbm-meta-wrap > div {
    margin-right: 23px;
}

.wpbm-car-template-1 .wpbm-meta-wrap > div,
.wpbm-car-template-1 .wpbm-meta-wrap > div a{
    display: inline-block;
    vertical-align: middle;
    color: #767676;
    font-size: 12px;
    font-weight: 600;
}
.wpbm-car-template-1 .wpbm-title {
    margin-bottom: 29px;
}
.wpbm-car-template-1 .wpbm-title a{
    color: #222222;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-weight: 500;
}
.wpbm-car-template-1 .wpbm-meta-wrap > div a:hover,
.wpbm-car-template-1 .wpbm-title a:hover{
	color:#1888dd;
}
.wpbm-car-template-1 .wpbm-content {
    color: #555555;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 15px;
}
.wpbm-car-template-1 .wpbm-link-button {
    margin-bottom: 30px;
}
.wpbm-car-template-1 .wpbm-link-button a {
    display: inline-block;
    padding: 9px 21px;
    border-radius: 2px;
    background: #1888dd;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-1 .wpbm-category-list a:hover,
.wpbm-car-template-1 .wpbm-link-button a:hover {
    background: #666666;
}
.wpbm-car-template-1 .wpbm-bottom-wrap {
    background: #f8f8f8;
    padding: 15px 15px;
}
.wpbm-car-template-1 .wpbm-bottom-wrap .wpbm-tag-list {
    float: left;
    width: 50%;
}
.wpbm-car-template-1 .wpbm-bottom-wrap .wpbm-tag-list a {
    color: #666666;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    display: inline-block;
    padding: 0 3px;
}
.wpbm-car-template-1 .wpbm-bottom-wrap .wpbm-share-wrap {
    float: right;
    width: 50%;
}
.wpbm-car-template-1 .wpbm-bottom-wrap .wpbm-share-wrap a {
    font-size: 15px;
    color: #666;
    padding: 0 9px;
}
.wpbm-car-template-1 .wpbm-bottom-wrap .wpbm-tag-list a:hover,
.wpbm-car-template-1 .wpbm-bottom-wrap .wpbm-share-wrap a:hover {
    color: #1888dd;
}
.owl-carousel.wpbm-car-template-1 .owl-controls .owl-nav .owl-prev,
.owl-carousel.wpbm-car-template-1 .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 24%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ccb28d;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.owl-carousel.wpbm-car-template-1 .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel.wpbm-car-template-1 .owl-controls .owl-nav .owl-next {
    right: 0;
}
.owl-carousel.wpbm-car-template-1 .owl-controls .owl-dots .owl-dot span {
    background: #767676;
    margin: 3px;
}
.owl-carousel.wpbm-car-template-1 .owl-controls .owl-dots .owl-dot.active span {
    background: #1888dd;
}
.owl-carousel.wpbm-car-template-1 .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel.wpbm-car-template-1 .owl-controls .owl-nav .owl-next:hover {
    background: #666666;
}
/*carasoul template 1 css end*/
/*carasoul template 2 css end*/

.wpbm-car-template-2 .wpbm-carousel-inner-wrap {
    background: #ebe8e8;
    position: relative;
    text-align: center;
}
.wpbm-car-template-2 .wpbm-top-header {
    padding: 24px 15px 18px;
}
.wpbm-car-template-2 .wpbm-title {
    margin-bottom: 5px;
}
.wpbm-car-template-2 .wpbm-title a{
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #373737;
    font-weight: 600;
    text-transform: uppercase;
}
.wpbm-car-template-2 .wpbm-meta-wrap > div {
    padding: 0 11px;
}
.wpbm-car-template-2 .wpbm-meta-wrap > div,
.wpbm-car-template-2 .wpbm-meta-wrap > div a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 11px;
    position: relative;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #373737;
    font-weight: 600;
}
.wpbm-car-template-2 .wpbm-title a:hover,
.wpbm-car-template-2 .wpbm-meta-wrap > div a:hover{
	color:#e4a697;
}
.wpbm-car-template-2 .wpbm-category-wrap .wpbm-category-list {
    margin-bottom: 13px;
}
.wpbm-car-template-2 .wpbm-category-wrap .wpbm-category-list a {
    color: #e4a697;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 0 5px;
}
.wpbm-car-template-2 .wpbm-content-outer-wrap {
    padding: 22px 30px 12px;
}
.wpbm-car-template-2 .wpbm-content {
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 500;
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}
.wpbm-car-template-2 .wpbm-link-button a {
    display: inline-block;
    color: #e4a697;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    padding: 10px 0;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-2 .wpbm-link-button a:hover {
    letter-spacing: 5px;
}
.wpbm-car-template-2 .wpbm-link-button a:after,
.wpbm-car-template-2 .wpbm-link-button a:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(228, 166, 151, 0);
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wpbm-car-template-2 .wpbm-link-button a:after {
    bottom: 0;
}
.wpbm-car-template-2 .wpbm-link-button a:before {
    top: 0;
}
.wpbm-car-template-2 .wpbm-link-button a:hover:after,
.wpbm-car-template-2 .wpbm-link-button a:hover:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #e4a697;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}
.wpbm-car-template-2 .wpbm-link-button a:hover:before {
    width: 100%;
}
.wpbm-car-template-2 .wpbm-bottom-wrap {
    display: table;
    background: #e4a697;
    width: 100%;
}
.wpbm-car-template-2 .wpbm-share-wrap {
    text-align: left;
}
.wpbm-car-template-2 .wpbm-tag-list {
    text-align: right;
}
.wpbm-car-template-2 .wpbm-bottom-wrap > div {
    width: 33.33%;
    display: table-cell;
    vertical-align: top;
    vertical-align: middle;
    padding: 0px 3px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.wpbm-car-template-2 .wpbm-share-wrap a {
    display: inline-block;
    min-width: 35px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    padding: 10px 7px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-right: 1px solid #edc3b9;
}
.wpbm-car-template-2 .wpbm-tag-list i {
    margin-right: 5px;
}
.wpbm-car-template-2 .wpbm-tag-list a {
    padding: 12px 8px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    background: #e4a697;
    color: #fff;
    border-left: 1px solid #edc3b9;
    text-align: center;
}
.wpbm-car-template-2 .wpbm-category-wrap .wpbm-category-list a,
.wpbm-car-template-2 .wpbm-share-wrap a,
.wpbm-car-template-2 .wpbm-tag-list a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-2 .wpbm-category-wrap .wpbm-category-list a:hover,
.wpbm-car-template-2 .wpbm-share-wrap a:hover,
.wpbm-car-template-2 .wpbm-tag-list a:hover {
    color: #222;
}
.owl-carousel.wpbm-car-template-2 .owl-controls .owl-nav .owl-prev,
.owl-carousel.wpbm-car-template-2 .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 66px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    padding: 0;
    background: #fff;
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.owl-carousel.wpbm-car-template-2 .owl-controls .owl-nav .owl-prev {
    left: 0;
    border-radius: 0 30px 30px 0;
}
.owl-carousel.wpbm-car-template-2 .owl-controls .owl-nav .owl-next {
    right: 0;
    border-radius: 30px 0 0 30px;
}
.owl-carousel.wpbm-car-template-2 .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel.wpbm-car-template-2 .owl-controls .owl-nav .owl-next:hover {
    background: #e4a697;
    color: #fff;
}
.owl-carousel.wpbm-car-template-2 .owl-controls .owl-dots .owl-dot {
    margin: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-family: 'Droid Sans', Sans-serif;
    font-weight: 300;
    line-height: 31px;
    text-align: center;
    color: #676767;
    position: relative;
    background: none;
    text-indent: 0;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.owl-carousel.wpbm-car-template-2 .owl-controls .owl-dots .owl-dot:hover,
.owl-carousel.wpbm-car-template-2 .owl-controls .owl-dots .owl-dot.active {
    color: #ffffff;
    background: none;
}
.owl-carousel.wpbm-car-template-2 .owl-controls .owl-dots .owl-dot:before {
    content: '';
    position: absolute;
    background-color: #e4a697;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.owl-carousel.wpbm-car-template-2 .owl-controls .owl-dots .owl-dot:hover:before,
.owl-carousel.wpbm-car-template-2 .owl-controls .owl-dots .owl-dot.active:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
/*carasoul template 2 css end*/
/*carasoul template 3 css end*/

.wpbm-car-template-3.wpbm-upper-arrow {
    padding-top: 50px;
}
.wpbm-car-template-3 .wpbm-carousel-inner-wrap {
    text-align: left;
    border: 1px solid #eee;
}
.wpbm-car-template-3 .wpbm-first-wrap {
    position: relative;
}
.wpbm-car-template-3 .wpbm-category-wrap {
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-car-template-3 .wpbm-second-wrap {
    display: inline-block;
    background: #fff;
    padding: 20px;
}
.wpbm-car-template-3 .wpbm-category-list a {
    display: inline-block;
    margin-right: 7px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 7px 16px;
    background: #24a0ea;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-3 .wpbm-category-list a:hover {
    background: #fff;
    color: #24a0ea;
}
.wpbm-car-template-3 .wpbm-title {
    margin-bottom: 11px;
}
.wpbm-car-template-3 .wpbm-title a{
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.wpbm-car-template-3 .wpbm-meta-wrap {
    margin-bottom: 20px;
}
.wpbm-car-template-3 .wpbm-meta-wrap > div {
    padding: 0 9px;
}
.wpbm-car-template-3 .wpbm-meta-wrap > div,
.wpbm-car-template-3 .wpbm-meta-wrap > div a{
    font-size: 15px;
    color: #666;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    display: inline-block;
    position: relative;
}
.wpbm-car-template-3 .wpbm-title a:hover,
.wpbm-car-template-3 .wpbm-meta-wrap > div a:hover{
	color:#149eed;
}
.wpbm-car-template-3 .wpbm-meta-wrap > div:nth-of-type(1) {
    padding-left: 0;
}
.wpbm-car-template-3 .wpbm-meta-wrap > div:before {
    position: absolute;
    content: "|";
    left: 0;
    top: 0;
    color: #2b2b2b;
}
.wpbm-car-template-3 .wpbm-meta-wrap > div:nth-of-type(1):before {
    content: none;
}
.wpbm-car-template-3 .wpbm-content {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2b2b2b;
    line-height: 1.5;
    margin-bottom: 21px;
}
.wpbm-car-template-3 .wpbm-link-button {
    margin-bottom: 20px;
}
.wpbm-car-template-3 .wpbm-link-button a {
    padding: 10px 19px;
    background: #fff;
    display: inline-block;
    color: #222222;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border: 1px solid #c7c6c8;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-3 .wpbm-link-button a:hover {
    border: 1px solid #c7c6c8;
    background: #149eed;
    color: #fff;
}
.wpbm-car-template-3 .wpbm-bottom-wrap {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.wpbm-car-template-3 .wpbm-tag-list {
    float: left;
    position: relative;
    padding-left: 30px;
}
.wpbm-car-template-3 .wpbm-tag-list i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #2b2b2b;
    font-size: 14px;
}
.wpbm-car-template-3 .wpbm-tag-list a {
    font-size: 14px;
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.wpbm-car-template-3 .wpbm-tag-list a:hover {
    color: #149eed;
}
.wpbm-car-template-3 .wpbm-inner-share {
    float: right;
    padding-left: 10px;
    margin-left: auto;
}
.wpbm-car-template-3 .wpbm-inner-share a {
    color: #2b2b2b;
    font-size: 14px;
    padding: 0 5px;
}
.wpbm-car-template-3 .wpbm-inner-share a:hover {
    color: #24a0ea;
}
.owl-carousel.wpbm-car-template-3 .owl-controls .owl-nav .owl-prev,
.owl-carousel.wpbm-car-template-3 .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    font-size: 24px;
    background: #e1e1e1;
    color: #000;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0;
}
.owl-carousel.wpbm-car-template-3 .owl-controls .owl-nav .owl-prev {
    right: 45px;
}
.owl-carousel.wpbm-car-template-3 .owl-controls .owl-nav .owl-next {
    right: 0;
}
.owl-carousel.wpbm-car-template-3 .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel.wpbm-car-template-3 .owl-controls .owl-nav .owl-next:hover {
    background: #24a0ea;
    color: #fff;
}
.owl-carousel.wpbm-car-template-3 .owl-controls .owl-dots .owl-dot span {
    width: 30px;
    height: 4px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #ebe8e8;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.owl-carousel.wpbm-car-template-3 .owl-controls .owl-dots .owl-dot:hover span,
.owl-carousel.wpbm-car-template-3 .owl-controls .owl-dots .owl-dot.active span {
    background: #24a0ea;
    width: 35px;
}
/*carasoul template 3 css end*/
/*carasoul template 4 css end*/

.wpbm-car-template-4 .wpbm-carousel-inner-wrap {
    padding: 10px 10px 20px;
    -moz-box-shadow: 0 0 5px 2px #EFEFEF inset;
    -webkit-box-shadow: 0 0 5px 2px #EFEFEF inset;
    box-shadow: 0 0 5px 2px #EFEFEF inset;
    text-align: center;
    background: #fff;
}
.wpbm-car-template-4 .wpbm-image {
    margin-bottom: 20px;
}
.wpbm-car-template-4 .wpbm-car-meta-wrap {
    margin-bottom: 5px;
}
.wpbm-car-template-4 .wpbm-car-meta-wrap > div {
    display: inline-block;
    vertical-align: bottom;
}
.wpbm-car-template-4 .wpbm-category-list a,
.wpbm-car-template-4 .wpbm-date,
.wpbm-car-template-4 .wpbm-author-name a{
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    color: #959595;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-car-template-4 .wpbm-category-list a {
    display: inline-block;
    color: #e72856;
    padding: 0 5px;
}
.wpbm-car-template-4 .wpbm-category-list a:hover {
    color: #959595;
}
.wpbm-car-template-4 .wpbm-author-name a:hover{
	color: #e72856;
}
.wpbm-car-template-4 .wpbm-date,
.wpbm-car-template-4 .wpbm-author-name {
    padding: 0 5px 0px 15px;
    position: relative;
}
.wpbm-car-template-4 .wpbm-date:before,
.wpbm-car-template-4 .wpbm-author-name:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
}
.wpbm-car-template-4 .wpbm-title a{
    color: #3c3c3c;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
}
.wpbm-car-template-4 .wpbm-title a:hover{
	color:#e72856;
}
.wpbm-car-template-4 .wpbm-content {
    color: #737373;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    margin-bottom: 12px;
}
.wpbm-car-template-4 .wpbm-link-button {
    margin-bottom: 15px;
}
.wpbm-car-template-4 .wpbm-link-button a {
    display: inline-block;
    color: #fff;
    background: #e82956;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    padding: 14px 12px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
.wpbm-car-template-4 .wpbm-link-button a:before {
    content: '';
    position: absolute;
    border: #e82956 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
@-webkit-keyframes wpbm-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@keyframes wpbm-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
.wpbm-car-template-4 .wpbm-link-button a:hover:before {
    -webkit-animation-name: wpbm-ripple-out;
    animation-name: wpbm-ripple-out;
}
.wpbm-car-template-4 .wpbm-tag-list {
    margin-bottom: 7px;
}
.wpbm-car-template-4 .wpbm-tag-list a {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    padding: 12px 16px;
    border: 1px solid #e9e9e9;
    margin: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-4 .wpbm-tag-list a:hover {
    color: #e82956;
    border-color: #e82956;
}
.wpbm-car-template-4 .wpbm-car-bottom-wrap > div {
    display: inline-block;
    vertical-align: middle;
}
.wpbm-comment-outer-wrap {
    position: relative;
    padding-left: 44px;
}
.wpbm-car-template-4 .wpbm-comment-wrap,
.wpbm-car-template-4 .wpbm-comment-icon,
.wpbm-car-template-4 .wpbm-share-container,
.wpbm-car-template-4 .wpbm-share-wrap a {
    width: 38px;
    height: 38px;
    border: 1px solid #e9e9e9;
    line-height: 38px;
    text-align: center;
    background: #fff;
    color: #2b2b2b;
    font-size: 13px;
}
.wpbm-car-template-4 .wpbm-comment-wrap {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Source Sans Pro', sans-serif;
}
.wpbm-car-template-4 .wpbm-share-container {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-4 .wpbm-share-container:hover {
    border-color: #e72856;
    background: #e72856;
    color: #fff;
}
.wpbm-car-template-4 .wpbm-share-wrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-4 .wpbm-share-container:hover .wpbm-share-wrap {
    opacity: 1;
    visibility: visible;
}
.wpbm-car-template-4 .wpbm-share-wrap a {
    display: block;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-4 .wpbm-share-wrap a:hover {
    background: #e72856;
    color: #fff;
    border-color: #e72856;
}
.wpbm-car-template-4.owl-carousel .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-4.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    width: 40px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #fff;
    color: #e52d58;
    top: 153px;
    margin: 0;
    border-radius: 0;
    font-size: 24px;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-4.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 10px;
}
.wpbm-car-template-4.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 10px;
}
.wpbm-car-template-4.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #959595;
    margin: 3px;
}
.wpbm-car-template-4.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-car-template-4.owl-theme .owl-dots .owl-dot.active span {
    background: #e82956;
}
/*carasoul template 4 css end*/
/*carasoul template 5 css start*/

.wpbm-car-template-5 {
    padding: 24px 0px;
    background: #fff;
}
.wpbm-car-template-5 .wpbm-carousel-inner-wrap {
    text-align: center;
}
.wpbm-contain-all-wrap {
    padding: 15px 5px 20px;
}
.wpbm-car-template-5 .wpbm-category-wrap {
    margin-bottom: 5px;
}
.wpbm-car-template-5 .wpbm-category-list a {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #ff4157;
    padding: 7px;
    margin: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-5 .wpbm-date-and-author {
    margin-bottom: 7px;
}
.wpbm-car-template-5 .wpbm-date-and-author > div {
    margin: 5px;
}
.wpbm-car-template-5 .wpbm-date-and-author > div a,
.wpbm-car-template-5 .wpbm-date-and-author > div {
    color: #7a7a7a;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}
.wpbm-car-template-5 .wpbm-date-and-author > div a:hover{
	color:#ff4157;
}
.wpbm-car-template-5 .wpbm-title {
    margin-bottom: 13px;
}
.wpbm-car-template-5 .wpbm-title a{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
}
.wpbm-car-template-5 .wpbm-title a:hover{
	color:#ff4157;
}
.wpbm-car-template-5 .wpbm-content {
    color: #7a7a7a;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
}
.wpbm-car-template-5 .wpbm-comment-wrap {
    color: #7a7a7a;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.wpbm-car-template-5 .wpbm-tag-list {
    margin-bottom: 10px;
}
.wpbm-car-template-5 .wpbm-tag-list a {
    vertical-align: middle;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #ff4157;
    padding: 7px;
    margin: 3px 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-5 .wpbm-share-wrap {
    margin-bottom: 15px;
}
.wpbm-car-template-5 .wpbm-share-wrap a {
    display: inline-block;
    color: #ff4157;
    background: #f1f1f1;
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-5 .wpbm-link-button a {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ff4157;
    background: #fff;
    padding: 9px 12px;
    border: 2px solid #ff4157;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-5 .wpbm-category-list a:hover,
.wpbm-car-template-5 .wpbm-tag-list a:hover {
    background: #f1f1f1;
    color: #ff4157;
}
.wpbm-car-template-5 .wpbm-share-wrap a:hover,
.wpbm-car-template-5 .wpbm-link-button a:hover {
    background: #ff4157;
    color: #fff;
}
.wpbm-car-template-5.owl-carousel .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-5.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #e52d58;
    top: 153px;
    margin: 0;
    border-radius: 50%;
    font-size: 24px;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-5.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 10px;
}
.wpbm-car-template-5.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 10px;
}
.wpbm-car-template-5.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #959595;
    margin: 3px;
}
.wpbm-car-template-5.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-car-template-5.owl-theme .owl-dots .owl-dot.active span {
    background: #e82956;
}
/*carasoul template 5 css end*/
/*carasoul template 6 css start*/

.wpbm-car-template-6 .wpbm-carousel-inner-wrap {
    position: relative;
    text-align: left;
}
.wpbm-car-template-6 .wpbm-carousel-inner-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.wpbm-car-template-6 .wpbm-content-car-wrap {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 0 17px 25px;
}
.wpbm-car-template-6 .wpbm-category-list a {
    background: #6eb48c;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 9px;
    margin: 0 2px 2px 0;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-6 .wpbm-category-list a:hover {
    background: #269053;
}
.wpbm-car-template-6 .wpbm-author-name,
.wpbm-car-template-6 .wpbm-author-name a{
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
     padding-left: 20px;
    display:inline-block;
}
.wpbm-car-template-6 .wpbm-author-name:before {
    content: "\f007";
    font-family: Fontawesome;
    left: 0;
    top: 0;
    position: absolute;
}
.wpbm-car-template-6 .wpbm-title {
    margin-bottom: 11px;
}
.wpbm-car-template-6 .wpbm-title a{
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
}
.wpbm-car-template-6 .wpbm-title a:hover,
.wpbm-car-template-6 .wpbm-author-name a:hover{
	color:#6eb48c;
}
.wpbm-car-template-6 .wpbm-content {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 13px;
}
.wpbm-car-template-6 .wpbm-category-wrap {
    margin-bottom: 10px;
}
.wpbm-car-template-6 .wpbm-car-meta-wrap {
    margin-bottom: 10px;
}
.wpbm-car-template-6 .wpbm-car-meta-wrap > div {
    display: inline-block;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    margin-right: 10px;
    color: #fff;
    position: relative;
    padding-left: 20px;
}
.wpbm-car-template-6 .wpbm-car-meta-wrap > div:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: Fontawesome;
}
.wpbm-car-template-6 .wpbm-car-meta-wrap > .wpbm-date:before {
    content: "\f017";
}
.wpbm-car-template-6 .wpbm-car-meta-wrap > .wpbm-comment-wrap:before {
    content: "\f0e5";
}
.wpbm-car-template-6 .wpbm-link-button {
    margin-bottom: 10px;
}
.wpbm-car-template-6 .wpbm-link-button a {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 12px;
    margin: 0 2px 2px 0;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-6 .wpbm-link-button a:hover {
    background: #6eb48c;
}
.wpbm-car-template-6 .wpbm-tag-list {
    margin-bottom: 10px;
}
.wpbm-car-template-6 .wpbm-tag-list a {
    display: inline-block;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #fff;
    margin: 0 12px 5px 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-6 .wpbm-tag-list a:hover {
    color: #6eb48c;
}
.wpbm-car-template-6 .wpbm-share-wrap a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    margin: 0 7px 5px 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-6 .wpbm-share-wrap a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #6eb48c;
}
.wpbm-car-template-6 .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-6 .owl-controls .owl-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    background: #ffffff;
    color: #222;
    top: 50%;
    margin-top: -15px;
    padding: 0;
    font-size: 24px;
}
.wpbm-car-template-6 .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.wpbm-car-template-6 .owl-controls .owl-nav .owl-next {
    right: 0;
}
.wpbm-car-template-6.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background: #666;
    margin: 3px;
    border-radius: 0;
}
.wpbm-car-template-6.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-car-template-6.owl-theme .owl-dots .owl-dot.active span {
    background: #6eb48c;
}
/*carasoul template 6 css end  */
/*carasoul template 7 css start*/

.wpbm-car-template-7 .wpbm-carousel-inner-wrap {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.wpbm-car-template-7 .wpbm-carousel-inner-wrap:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}
.wpbm-car-template-7 .wpbm-bottom-grid-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 9;
    color: #fff;
    padding: 10px 10px 44px 10px;
}
.wpbm-car-template-7 .wpbm-meta-wrap {
    margin-bottom: 7px;
}
.wpbm-car-template-7 .wpbm-meta-wrap > div {
    margin-right: 17px;
    position: relative;
    padding: 0 0 0 12px;
}
.wpbm-car-template-7 .wpbm-meta-wrap > div:before {
    content: '.';
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}
.wpbm-car-template-7 .wpbm-meta-wrap > div:nth-of-type(1) {
    padding-left: 0;
}
.wpbm-car-template-7 .wpbm-meta-wrap > div:nth-of-type(1):before {
    content: none;
}
.wpbm-car-template-7 .wpbm-meta-wrap > div,
.wpbm-car-template-7 .wpbm-meta-wrap > div a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
}
.wpbm-car-template-7 .wpbm-title {
    margin-bottom: 2px;
}
.wpbm-car-template-7 .wpbm-title a{
    font-size: 28px;
    font-family: 'Merriweather', serif;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
}
.wpbm-car-template-7 .wpbm-title a:hover{
	color:#c4a374;
}
.wpbm-car-template-7 .wpbm-content {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 18px;
}
.wpbm-car-template-7 .wpbm-share-wrap {
    margin-bottom: 16px;
}
.wpbm-car-template-7 .wpbm-share-wrap .wpbm-share-wrap-contain {
    position: relative;
    display: inline-block;
    padding: 0 17px;
    width: 100%;
    max-width: 250px;
}
.wpbm-car-template-7 .wpbm-share-wrap .wpbm-share-wrap-contain:before,
.wpbm-car-template-7 .wpbm-share-wrap .wpbm-share-wrap-contain:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpbm-car-template-7 .wpbm-share-wrap .wpbm-share-wrap-contain:before {
    right: 100%;
}
.wpbm-car-template-7 .wpbm-share-wrap .wpbm-share-wrap-contain:after {
    left: 100%;
}
.wpbm-car-template-7 .wpbm-share-wrap a {
    background-color: #c4a374;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin: 0 5px 7px;
    -webkit-transition: all 0.5 ease-in-out;
    transition: all 0.5 ease-in-out;
}
.wpbm-car-template-7 .wpbm-share-wrap a:hover {
    background-color: #fff;
    color: #c4a374;
}
.wpbm-car-template-7 .wpbm-link-button {
    float: left;
}
.wpbm-car-template-7 .wpbm-link-button a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.wpbm-car-template-7 .wpbm-tag-list {
    float: right;
}
.wpbm-car-template-7 .wpbm-tag-list a,
.wpbm-car-template-7 .wpbm-link-button a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.wpbm-car-template-7 .wpbm-tag-list a {
    margin-left: 3px;
}
.wpbm-car-template-7 .wpbm-meta-wrap > div a:hover,
.wpbm-car-template-7 .wpbm-tag-list a:hover,
.wpbm-car-template-7 .wpbm-link-button a:hover {
    color: #c4a374;
}
.wpbm-car-template-7 .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-7 .owl-controls .owl-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    background: #ffffff;
    color: #222;
    top: 50%;
    margin-top: -15px;
    padding: 0;
    font-size: 24px;
}
.wpbm-car-template-7 .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.wpbm-car-template-7 .owl-controls .owl-nav .owl-next {
    right: 0;
}
.wpbm-car-template-7.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background: #666;
    margin: 3px;
    border-radius: 0;
}
.wpbm-car-template-7.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-car-template-7.owl-theme .owl-dots .owl-dot.active span {
    background: #6eb48c;
}
/*carasoul template 7 css end*/
/*carasoul template 8 css start*/

.wpbm-car-template-8 .wpbm-carousel-inner-wrap {
    position: relative;
    text-align: left;
}
.wpbm-car-template-8 .wpbm-all-contain {
    position: absolute;
    /* top: 50%; */
    /*-webkit-transform: translateY(-50%);*/
    /* transform: translateY(-50%); */
    
    left: 0;
    padding: 0 9%;
    visibility: hidden;
    opacity: 0;
    max-width: 90%;
    z-index: 99;
    bottom: 30px;
}
.wpbm-car-template-8 .wpbm-owl-item.center .wpbm-all-contain {
    visibility: visible;
    opacity: 1;
}
.wpbm-car-template-8 .wpbm-owl-item.center .wpbm-carousel-inner-wrap:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.wpbm-car-template-8 .wpbm-carousel-inner-wrap .wpbm-image:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wpbm-car-template-8 .wpbm-category-wrap {
    margin-bottom: 11px;
}
.wpbm-car-template-8 .wpbm-category-list a {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 9px 14px;
    border: 1px solid #fff;
    display: inline-block;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-8 .wpbm-category-list a:hover {
    background: #fff;
    color: #222;
}
.wpbm-car-template-8 .wpbm-title {
    margin-bottom: 10px;
}
.wpbm-car-template-8 .wpbm-title a{
    font-size: 43px;
    color: #fff;
    font-weight: 400;
    font-family: 'Merriweather', serif;
}
.wpbm-car-template-8 .wpbm-title a:hover{
	color:#666;
}
.wpbm-car-template-8 .wpbm-car-meta-wrap {
    margin-bottom: 13px;
}
.wpbm-car-template-8 .wpbm-car-meta-wrap > div {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-right: 15px;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    margin-bottom: 5px;
}
.wpbm-car-template-8 .wpbm-car-meta-wrap > div i {
    position: absolute;
    left: 0;
    top: 0;
}
.wpbm-car-template-8 .wpbm-car-content {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
    margin-bottom: 10px;
}
.wpbm-car-template-8 .wpbm-link-button {
    margin-bottom: 13px;
}
.wpbm-car-template-8 .wpbm-link-button a {
    font-size: 14px;
    font-weight: 300;
    background: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 9px 14px;
    color: #222;
    display: inline-block;
    -webkit-transition: all 0.5 ease-in-out;
    transition: all 0.5 ease-in-out;
    border: 1px solid transparent;
}
.wpbm-car-template-8 .wpbm-link-button a:hover {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.wpbm-car-template-8 .wpbm-car-metadata-wrap {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 7px;
}
.wpbm-car-template-8 .wpbm-share-wrap {
    float: left;
}
.wpbm-car-template-8 .wpbm-tag-list {
    float: right;
    margin-left: auto;
}
.wpbm-car-template-8 .wpbm-share-wrap a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    background: #00bf9d;
    color: #fff;
    display: inline-block;
    margin: 0 2px 2px 0;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    margin-bottom: 5px;
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0);
}
.wpbm-car-template-8 .wpbm-share-wrap .wpbm-fb {
    background: #1b70b6;
}
.wpbm-car-template-8 .wpbm-share-wrap .wpbm-tw {
    background: #38b4e7;
}
.wpbm-car-template-8 .wpbm-share-wrap .wpbm-ln {
    background: #0084bf;
}
.wpbm-car-template-8 .wpbm-share-wrap .wpbm-gp {
    background: #dd4b39;
}
.wpbm-car-template-8 .wpbm-share-wrap .wpbm-pn {
    background: #cb2027;
}
.wpbm-car-template-8 .wpbm-share-wrap a:hover {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0);
}
.wpbm-car-template-8 .wpbm-tag-list a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    margin-left: 9px;
    margin-bottom: 5px;
}
.wpbm-car-template-8 .wpbm-author-name a{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}
.wpbm-car-template-8 .wpbm-author-name img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-car-template-8 .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-8 .owl-controls .owl-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    background: #ffffff;
    color: #222;
    top: 50%;
    margin-top: -15px;
    padding: 0;
    font-size: 24px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-8 .owl-controls .owl-nav .owl-prev:hover,
.wpbm-car-template-8 .owl-controls .owl-nav .owl-next:hover {
    background: #6eb48c;
}
.wpbm-car-template-8 .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.wpbm-car-template-8 .owl-controls .owl-nav .owl-next {
    right: 0;
}
.wpbm-car-template-8.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 4px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #ebe8e8;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-8.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-car-template-8.owl-theme .owl-dots .owl-dot.active span {
    background: #6eb48c;
}
/*carasoul template 8 css end*/
/*carasoul template 9 css start*/

.wpbm-car-template-9 .wpbm-carousel-inner-wrap {
    text-align: center;
}
.wpbm-car-template-9 .wpbm-content-wrapper {
    width: 90%;
    position: relative;
    margin: -30px auto 0;
    background: #fff;
    padding: 30px;
}
.wpbm-car-template-9 .wpbm-header-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 18px;
}
.wpbm-car-template-9 .wpbm-category-wrap {
    float: left;
    text-align: left;
}
.wpbm-car-template-9 .wpbm-category-list a {
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background: #f7b1ca;
    display: inline-block;
    padding: 7px 10px 5px;
    margin: 0 7px 7px 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-9 .wpbm-category-list a:hover {
    background: #f6f6f6;
    color: #000;
}
.wpbm-car-template-9 .wpbm-share-wrap {
    float: right;
    text-align: right;
    margin-left: auto;
}
.wpbm-car-template-9 .wpbm-share-wrap a {
    color: #000;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    display: inline-block;
    margin-left: 14px;
    margin-bottom: 7px;
}
.wpbm-car-template-9 .wpbm-title {
    margin-bottom: 17px;
}
.wpbm-car-template-9 .wpbm-title a{
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    line-height: 1.3;
}
.wpbm-car-template-9 .wpbm-title a:hover{
	color:#f7b1ca;
}
.wpbm-car-template-9 .wpbm-content {
    color: #7a7a7a;
    font-size: 13px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 13px;
}
.wpbm-car-template-9 .wpbm-meta-wrap {
    padding: 24px 0 14px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.wpbm-car-template-9 .wpbm-meta-wrap > div {
    position: relative;
    padding-left: 20px;
    margin: 0 5px 10px;
}
.wpbm-car-template-9 .wpbm-meta-wrap > div.wpbm-tag-list {
    margin-bottom: 5px;
}
.wpbm-car-template-9 .wpbm-meta-wrap > div,
.wpbm-car-template-9 .wpbm-meta-wrap > div a {
    display: inline-block;
    vertical-align: top;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: #7a7a7a;
    font-weight: 500;
    text-transform: uppercase;
}
.wpbm-car-template-9 .wpbm-share-wrap a:hover,
.wpbm-car-template-9 .wpbm-meta-wrap > div a:hover {
    color: #f7b1ca;
}
.wpbm-car-template-9 .wpbm-meta-wrap > div.wpbm-author-name:before {
    content: "\f007";
    font-family: Fontawesome;
    position: absolute;
    left: 0;
    top: 0;
}
.wpbm-car-template-9 .wpbm-meta-wrap > div.wpbm-tag-list a {
    margin-bottom: 5px;
    padding: 0 5px;
}
.wpbm-car-template-9 .wpbm-meta-wrap > div.wpbm-tag-list a:nth-of-type(1) {
    padding-left: 0;
}
.wpbm-car-template-9 .wpbm-meta-wrap > div i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 11px;
}
.wpbm-car-template-9 .wpbm-link-button a {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    background: #f6f6f6;
    padding: 12px 24px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-9 .wpbm-link-button a:hover {
    background: #f7b1ca;
    color: #fff;
}
.wpbm-car-template-9 .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-9 .owl-controls .owl-nav .owl-next {
    position: absolute;
    border-radius: 0;
    color: #000;
    top: 150px;
    padding: 0;
    font-size: 40px;
    background: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.wpbm-car-template-9:hover .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-9:hover .owl-controls .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.wpbm-car-template-9 .owl-controls .owl-nav .owl-prev:hover,
.wpbm-car-template-9 .owl-controls .owl-nav .owl-next:hover {
    background: transparent;
    color: #f7b1ca;
}
.wpbm-car-template-9 .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.wpbm-car-template-9 .owl-controls .owl-nav .owl-next {
    right: 0;
}
.wpbm-car-template-9.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 4px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #ebe8e8;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-9.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-car-template-9.owl-theme .owl-dots .owl-dot.active span {
    background: #f7b1ca;
}
/*carasoul template 9 css end*/
/*carasoul template 10 css start*/

.wpbm-car-template-10 .wpbm-carousel-inner-wrap {
    position: relative;
    text-align: center;
}
.wpbm-car-template-10 .wpbm-carousel-inner-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.wpbm-car-template-10 .wpbm-contain-all-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 20px 20px 35px;
    z-index: 99;
}
.wpbm-car-template-10 .wpbm-category-wrap {
    margin-bottom: 3px;
}
.wpbm-car-template-10 .wpbm-category-list a {
    display: inline-block;
    margin: 0 5px 5px;
    padding: 8px 11px ;
    background: #f6b2ca;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #fff;
}
.wpbm-car-template-10 .wpbm-category-list a:hover {
    background: #f66c9c;
}
.wpbm-car-template-10 .wpbm-title {
    margin-bottom: 10px;
}
.wpbm-car-template-10 .wpbm-title a{
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
}
.wpbm-car-template-10 .wpbm-car-content {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 12px;
}
.wpbm-car-template-10 .wpbm-author-comment-date {
    margin-bottom: 18px;
}
.wpbm-car-template-10 .wpbm-author-comment-date > div {
    margin: 0 5px 5px;
    padding-left: 23px;
}
.wpbm-car-template-10 .wpbm-author-comment-date > div ,
.wpbm-car-template-10 .wpbm-author-comment-date > div  a{
    display: inline-block;
    position: relative;
    vertical-align: top;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}
.wpbm-car-template-10 .wpbm-title a:hover,
.wpbm-car-template-10 .wpbm-author-comment-date > div  a:hover{
	color:#f6b2ca;
}
.wpbm-car-template-10 .wpbm-author-comment-date .wpbm-author-name:before,
.wpbm-car-template-10 .wpbm-author-comment-date .wpbm-date:before,
.wpbm-car-template-10 .wpbm-author-comment-date > div i {
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-car-template-10 .wpbm-author-comment-date .wpbm-author-name:before {
    content: "\f007";
    font-family: FontAwesome;
}
.wpbm-car-template-10 .wpbm-author-comment-date .wpbm-date:before {
    content: "\f017";
    font-family: FontAwesome;
}
.wpbm-car-template-10 .wpbm-link-button {
    margin-bottom: 15px;
}
.wpbm-car-template-10 .wpbm-link-button a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 12px 24px 10px;
    color: #fff;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-10 .wpbm-tag-list {
    margin-bottom: 10px;
}
.wpbm-car-template-10 .wpbm-tag-list a {
    display: inline-block;
    margin: 0 5px 5px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-10 .wpbm-tag-list a:hover {
    color: #f6b2ca;
}
.wpbm-car-template-10 .wpbm-share-wrap a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-10 .wpbm-link-button a:hover,
.wpbm-car-template-10 .wpbm-share-wrap a:hover {
    background: #f6b2ca;
}
.wpbm-car-template-10 .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-10 .owl-controls .owl-nav .owl-next {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #000;
    top: 150px;
    padding: 0;
    font-size: 20px;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.wpbm-car-template-10:hover .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-10:hover .owl-controls .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.wpbm-car-template-10 .owl-controls .owl-nav .owl-prev:hover,
.wpbm-car-template-10 .owl-controls .owl-nav .owl-next:hover {
    background: #f6b2ca;
    color: #fff;
    border-radius: 50%;
}
.wpbm-car-template-10 .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.wpbm-car-template-10 .owl-controls .owl-nav .owl-next {
    right: 0;
}
.wpbm-car-template-10.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #ebe8e8;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-10.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-car-template-10.owl-theme .owl-dots .owl-dot.active span {
    background: #f6b2ca;
    border-radius: 50%;
}
/*carasoul template 10 css end*/
/*carasoul template 11 css start*/

.wpbm-car-template-11 .wpbm-carousel-inner-wrap {
    position: relative;
}
.wpbm-car-template-11 .wpbm-carousel-inner-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.wpbm-car-template-11 .wpbm-bottom-wrap-contain {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 7% 30px;
    color: #fff;
    text-align: center;
    z-index: 99;
}
.wpbm-car-template-11 .wpbm-category-wrap,
.wpbm-car-template-11 .wpbm-date,
.wpbm-car-template-11 .wpbm-author-name ,
.wpbm-car-template-11 .wpbm-category-list a {
    display: inline-block;
    vertical-align: top;
}
.wpbm-car-template-11 .wpbm-category-list a,
.wpbm-car-template-11 .wpbm-date,
.wpbm-car-template-11 .wpbm-author-name a{
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0 4px 4px;
        display: inline-block;
    vertical-align: middle;
}
.wpbm-car-template-11 .wpbm-author-name a:hover{
	color:#e62e59;
}
.wpbm-car-template-11 .wpbm-date,
.wpbm-car-template-11 .wpbm-author-name {
    position: relative;
    padding-left: 18px;
}
.wpbm-car-template-11 .wpbm-date:before,
.wpbm-car-template-11 .wpbm-author-name:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpbm-car-template-11 .wpbm-title {
    margin-bottom: 5px;
}
.wpbm-car-template-11 .wpbm-title a{
    font-size: 22px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.3;
}
.wpbm-car-template-11 .wpbm-title a:hover{
	color:#e62e59;
}
.wpbm-car-template-11 .wpbm-content {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 17px;
}
.wpbm-car-template-11 .wpbm-car-meta-wrap {
    margin-bottom: 4px;
}
.wpbm-car-template-11 .wpbm-link-button {
    margin-bottom: 15px;
}
.wpbm-car-template-11 .wpbm-link-button a {
    font-size: 13px;
    color: #fff;
    background: #e62e59;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 12px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-11 .wpbm-link-button a:hover {
    background: #fff;
    color: #e62e59;
}
.wpbm-car-template-11 .wpbm-tag-list {
    margin-bottom: 10px;
}
.wpbm-car-template-11 .wpbm-tag-list a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0 4px 4px;
}
.wpbm-car-template-11 .wpbm-car-metadata-wrap {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.wpbm-car-template-11 .wpbm-comment-wrap {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
}
.wpbm-car-template-11 .wpbm-share-wrap {
    float: right;
    margin-left: auto;
}
.wpbm-car-template-11 .wpbm-share-wrap a {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    margin: 2px;
    color: #fff;
    font-size: 13px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-11 .wpbm-category-list a:hover,
.wpbm-car-template-11 .wpbm-tag-list a:hover {
    color: #e62e59;
}
.wpbm-car-template-11 .wpbm-share-wrap a:hover {
    background: #e62e59;
}
.wpbm-car-template-11 .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-11 .owl-controls .owl-nav .owl-next {
    position: absolute;
    width: auto;
    height: auto;
    color: #fff;
    top: 50%;
    margin-top: -20px;
    padding: 0;
    background: transparent;
    border: 2px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.wpbm-car-template-11 .owl-controls .owl-nav .owl-prev i,
.wpbm-car-template-11 .owl-controls .owl-nav .owl-next i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
.wpbm-car-template-11:hover .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-11:hover .owl-controls .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.wpbm-car-template-11 .owl-controls .owl-nav .owl-prev:hover,
.wpbm-car-template-11 .owl-controls .owl-nav .owl-next:hover {
    background: transparent;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wpbm-car-template-11 .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.wpbm-car-template-11 .owl-controls .owl-nav .owl-next {
    right: 0;
}
.wpbm-car-template-11.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #ebe8e8;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-11.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-car-template-11.owl-theme .owl-dots .owl-dot.active span {
    border-color: #e62e59;
    border-radius: 50%;
}
/*carasoul template 11 css end*/
/*carasoul template 12 css start*/

.wpbm-car-template-12 .wpbm-carousel-inner-wrap {
    background: #FFF;
    text-align: left;
    padding: 20px;
    border: 1px solid #eee;
}
.wpbm-car-template-12 .wpbm-img-container {
    position: relative;
    margin-bottom: 16px;
}
.wpbm-car-template-12 .wpbm-category-wrap {
    position: absolute;
    bottom: 7px;
    left: 9px;
}
.wpbm-car-template-12 .wpbm-category-list a {
    display: inline-block;
    margin-bottom: 2px;
    background: #ff4422;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 10px 8px 7px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid transparent;
    border-left: 3px solid #ff4422;
}
.wpbm-car-template-12 .wpbm-title {
    margin-bottom: 20px;
}
.wpbm-car-template-12 .wpbm-title a{
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
}
.wpbm-car-template-12 .wpbm-meta-wrap {
    margin-bottom: 17px;
}
.wpbm-car-template-12 .wpbm-meta-wrap > div{
    margin-bottom: 2px;
    margin-right: 13px;
}
.wpbm-car-template-12 .wpbm-meta-wrap > div ,
.wpbm-car-template-12 .wpbm-meta-wrap > div  a{
    display: inline-block;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 600;
}
.wpbm-car-template-12 .wpbm-title a:hover,
.wpbm-car-template-12 .wpbm-meta-wrap > div  a:hover{
	color:#ff4422;
}
.wpbm-car-template-12 .wpbm-content {
    line-height: 1.3;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 600;
    margin-bottom: 14px;
}
.wpbm-car-template-12 .wpbm-link-button {
    margin-bottom: 17px;
}
.wpbm-car-template-12 .wpbm-link-button a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background: #ff4422;
    color: #fff;
    padding: 8px 10px 8px 7px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid transparent;
    border-left: 3px solid #ff4422;
}
.wpbm-car-template-12 .wpbm-link-button a:hover {
    background: transparent;
    border: 1px solid #eee;
    border-left: 3px solid #ff4422;
    color: #000;
}
.wpbm-car-template-12 .wpbm-category-list a:hover {
    background: #ffffff;
    border: 1px solid #eee;
    border-left: 3px solid #ff4422;
    color: #000;
}
.wpbm-car-template-12 .wpbm-tag-list {
    margin-bottom: 13px;
}
.wpbm-car-template-12 .wpbm-tag-list a {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #000;
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #eee;
    border-left: 3px solid #ff4422;
    text-align: center;
    min-width: 67px;
    margin-bottom: 2px;
    margin-right: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-12 .wpbm-tag-list a:hover {
    border-color: #ff4422;
    color: #ff4422;
}
.wpbm-car-template-12 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #eee;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #000;
    font-size: 13px;
}
.wpbm-car-template-12 .wpbm-share-wrap a:hover {
    color: #fff;
    background: #ff4422;
}
.wpbm-car-template-12 .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-12 .owl-controls .owl-nav .owl-next {
    position: absolute;
    width: auto;
    height: auto;
    color: #ff4422;
    top: 30%;
    padding: 0;
    background: #fff;
    border: 2px solid #ff4422;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.wpbm-car-template-12 .owl-controls .owl-nav .owl-prev i,
.wpbm-car-template-12 .owl-controls .owl-nav .owl-next i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
.wpbm-car-template-12:hover .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-12:hover .owl-controls .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.wpbm-car-template-12 .owl-controls .owl-nav .owl-prev:hover,
.wpbm-car-template-12 .owl-controls .owl-nav .owl-next:hover {
    background: transparent;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wpbm-car-template-12 .owl-controls .owl-nav .owl-prev {
    left: -5px;
}
.wpbm-car-template-12 .owl-controls .owl-nav .owl-next {
    right: -5px;
}
.wpbm-car-template-12:hover .owl-controls .owl-nav .owl-prev {
    left: 0px;
}
.wpbm-car-template-12:hover .owl-controls .owl-nav .owl-next {
    right: 0px;
}
.wpbm-car-template-12.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #ebe8e8;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-12.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-car-template-12.owl-theme .owl-dots .owl-dot.active span {
    border-color: #ff4422;
    border-radius: 50%;
}
/*carasoul template 12 css   end*/
/*carasoul template 13 css start*/

.wpbm-car-template-13 .wpbm-carousel-inner-wrap {
    background: #fff;
    border: 1px solid #dddddd;
}
.wpbm-car-template-13 .wpbm-category-list {
    padding: 15px 20px 12px;
}
.wpbm-car-template-13 .wpbm-category-list > i {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-car-template-13 .wpbm-category-list a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}
.wpbm-car-template-13 .wpbm-category-list a:hover {
    color: #9f9f9f;
}
.wpbm-car-template-13 .wpbm-category-list > i,
.wpbm-car-template-13 .wpbm-category-list a {
    margin-bottom: 3px;
}
.wpbm-car-template-13 .wpbm-image-wrap {
    position: relative;
}
.wpbm-car-template-13 .wpbm-date {
    position: absolute;
    text-align: center;
    left: 20px;
    top: 20px;
}
.wpbm-car-template-13 .wpbm-date-day,
.wpbm-car-template-13 .wpbm-month-date {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 1.2;
}
.wpbm-car-template-13 .wpbm-date-day {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1px;
}
.wpbm-car-template-13 .wpbm-month-date {
    font-size: 12px;
    font-weight: 600;
}
.wpbm-car-template-13 .wpbm-share-wrap {
    background: #fff;
    position: absolute;
    bottom: -1px;
    right: 0;
}
.wpbm-car-template-13 .wpbm-share-wrap a {
    display: inline-block;
    color: #9f9f9f;
    font-size: 14px;
    padding: 7px;
    margin: 1px;
    text-align: center;
}
.wpbm-car-template-13 .wpbm-share-wrap a:hover {
    color: #222;
}
.wpbm-car-template-13 .wpbm-inner-content-wrap {
    padding: 15px 20px 20px;
    text-align: left;
}
.wpbm-car-template-13 .wpbm-author-name {
    margin-bottom: 14px;
}
.wpbm-car-template-13 .wpbm-author-name a{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    display:inline-block;
    vertical-align:middle;
}
.wpbm-car-template-13 .wpbm-title a:hover,
.wpbm-car-template-13 .wpbm-author-name a:hover{
	color:#777;
}
.wpbm-car-template-13 .wpbm-author-name img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-car-template-13 .wpbm-title {
    margin-bottom: 20px;
}
.wpbm-car-template-13 .wpbm-title a{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.wpbm-car-template-13 .wpbm-content {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #8b8b8b;
    line-height: 1.5;
}
.wpbm-car-template-13 .wpbm-content + .wpbm-link-button {
    margin-top: 15px;
}
.wpbm-car-template-13 .wpbm-link-button a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    position: relative;
}
.wpbm-car-template-13 .wpbm-link-button a:after {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-13 .wpbm-link-button a:hover:after {
    right: auto;
    left: 110%;
    opacity: 1;
    visibility: visible;
}
.wpbm-car-template-13 .wpbm-meta-wrap {
    border-top: 1px solid #d7d7d7;
    padding: 20px 15px 10px;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.wpbm-car-template-13 .wpbm-comment-wrap,
.wpbm-car-template-13 .wpbm-tag-list,
.wpbm-car-template-13 .wpbm-tag-list a {
    font-size: 14px;
}
.wpbm-car-template-13 .wpbm-comment-wrap i {
    margin-right: 7px;
}
.wpbm-car-template-13 .wpbm-comment-wrap {
    margin-bottom: 10px;
    color: #000;
    float: left;
    padding: 0 5px;
}
.wpbm-car-template-13 .wpbm-tag-list {
    margin-bottom: 5px;
    color: #676767;
    float: right;
    display: inline-block;
    padding: 0 5px 0 20px;
    margin-left: auto;
    position: relative;
}
.wpbm-car-template-13 .wpbm-tag-list i {
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-car-template-13 .wpbm-tag-list a {
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-left: 7px;
    color: #676767;
}
.wpbm-car-template-13 .wpbm-tag-list a:hover {
    color: #222;
}
.wpbm-car-template-13 .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-13 .owl-controls .owl-nav .owl-next {
    position: absolute;
    width: auto;
    height: auto;
    color: #fff;
    top: 30%;
    padding: 0;
    background: #8b8b8b;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.wpbm-car-template-13 .owl-controls .owl-nav .owl-prev i,
.wpbm-car-template-13 .owl-controls .owl-nav .owl-next i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
.wpbm-car-template-13:hover .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-13:hover .owl-controls .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.wpbm-car-template-13 .owl-controls .owl-nav .owl-prev:hover,
.wpbm-car-template-13 .owl-controls .owl-nav .owl-next:hover {
    background: #8b8b8b;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wpbm-car-template-13 .owl-controls .owl-nav .owl-prev {
    left: -5px;
}
.wpbm-car-template-13 .owl-controls .owl-nav .owl-next {
    right: -5px;
}
.wpbm-car-template-13:hover .owl-controls .owl-nav .owl-prev {
    left: 0px;
}
.wpbm-car-template-13:hover .owl-controls .owl-nav .owl-next {
    right: 0px;
}
.wpbm-car-template-13.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #ebe8e8;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-13.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-car-template-13.owl-theme .owl-dots .owl-dot.active span {
    border-color: #8b8b8b;
    border-radius: 50%;
}
/*carasoul template 13 css   end*/
/*carasoul template 14 css start*/

.wpbm-car-template-14 .wpbm-carousel-inner-wrap {
    background: #FFF;
    text-align: left;
}
.wpbm-car-template-14 .wpbm-content-container {
    padding: 50px 5% 27px;
}
.wpbm-car-template-14 .wpbm-image-container {
    position: relative;
    overflow:hidden;
}
.wpbm-car-template-14 .wpbm-image-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-14 .wpbm-share-wrap {
    position: absolute;
    bottom: 15px;
    left: -100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.wpbm-car-template-14 .wpbm-carousel-inner-wrap:hover .wpbm-share-wrap,
.wpbm-car-template-14 .wpbm-carousel-inner-wrap:hover .wpbm-image-container:before {
    opacity: 1;
    visibility: visible;
}
.wpbm-car-template-14 .wpbm-carousel-inner-wrap:hover .wpbm-share-wrap {
    left: 15px;
}
.wpbm-car-template-14 .wpbm-share-wrap .fa-share-alt,
.wpbm-car-template-14 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 2px;
}
.wpbm-car-template-14 .wpbm-share-wrap .fa-share-alt {
    border: 2px solid #9a9fa1;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 22px;
}
.wpbm-car-template-14 .wpbm-share-wrap a {
    background: #fff;
    color: #000;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wpbm-car-template-14 .wpbm-category-wrap {
    margin-bottom: 13px;
}
.wpbm-car-template-14 .wpbm-category-list a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-right: 10px;
    margin-bottom: 2px;
    color: #222;
}
.wpbm-car-template-14 .wpbm-category-list a:hover {
    color: #8fc72d;
}
.wpbm-car-template-14 .wpbm-title {
    margin-bottom: 25px;
}
.wpbm-car-template-14 .wpbm-title a{
    font-size: 34px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    line-height: 1.2;
}
.wpbm-car-template-14 .wpbm-meta-wrap {
    margin-bottom: 9px;
}
.wpbm-car-template-14 .wpbm-meta-wrap > div {
    margin-bottom: 5px;
    margin-right: 16px;
}
.wpbm-car-template-14 .wpbm-meta-wrap > div  a,
.wpbm-car-template-14 .wpbm-meta-wrap > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 500;
}
.wpbm-car-template-14 .wpbm-title a:hover,
.wpbm-car-template-14 .wpbm-meta-wrap > div  a:hover{
	color:#8fc72d;
}
.wpbm-car-template-14 .wpbm-content {
    line-height: 1.5;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}
.wpbm-car-template-14 .wpbm-bottom-wrap .wpbm-link-button {
    margin-bottom: 20px;
}
.wpbm-car-template-14 .wpbm-bottom-wrap .wpbm-link-button a {
    background-color: #8fc72d;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 20px;
    display: inline-block;
    color: #fff;
    border: 2px solid #8fc72d;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-14 .wpbm-bottom-wrap .wpbm-link-button a:hover {
    color: #8fc72d;
    background: #fff;
}
.wpbm-car-template-14 .wpbm-tag-list {
    position: relative;
    padding-left: 27px;
}
.wpbm-car-template-14 .wpbm-tag-list .fa-tag {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 27px;
    text-align: left;
    border-right: 2px solid #8fc72d;
    color: #000;
    line-height: 1.3;
}
.wpbm-car-template-14 .wpbm-tag-list a {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-14 .wpbm-tag-list a:hover {
    background: #8fc72d;
    color: #fff;
}
.wpbm-car-template-14 .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-14 .owl-controls .owl-nav .owl-next {
    position: absolute;
    width: auto;
    height: auto;
    color: #fff;
    top: 20%;
    padding: 0;
    background: #8fc72d;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.wpbm-car-template-14 .owl-controls .owl-nav .owl-prev i,
.wpbm-car-template-14 .owl-controls .owl-nav .owl-next i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
.wpbm-car-template-14:hover .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-14:hover .owl-controls .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.wpbm-car-template-14 .owl-controls .owl-nav .owl-prev:hover,
.wpbm-car-template-14 .owl-controls .owl-nav .owl-next:hover {
    background: #8fc72d;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wpbm-car-template-14 .owl-controls .owl-nav .owl-prev {
    left: -5px;
}
.wpbm-car-template-14 .owl-controls .owl-nav .owl-next {
    right: -5px;
}
.wpbm-car-template-14:hover .owl-controls .owl-nav .owl-prev {
    left: 0px;
}
.wpbm-car-template-14:hover .owl-controls .owl-nav .owl-next {
    right: 0px;
}
.wpbm-car-template-14.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #ebe8e8;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-14.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-car-template-14.owl-theme .owl-dots .owl-dot.active span {
    border-color: #8fc72d;
    border-radius: 50%;
}
/*carasoul template 14 css   end*/
/*carasoul template 15 css start*/

.wpbm-car-template-15 .wpbm-carousel-inner-wrap {
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
}
.wpbm-car-template-15 .wpbm-title {
    padding: 17px 10px;
    position: relative;
}
.wpbm-car-template-15 .wpbm-title a{
    color: #55a098;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
.wpbm-car-template-15 .wpbm-title a:hover{
	color:#777;
}
.wpbm-car-template-15 .wpbm-another-wrap {
    padding: 15px 20px 32px;
}
.wpbm-car-template-15 .wpbm-category-wrap {
    margin-bottom: 9px;
}
.wpbm-car-template-15 .wpbm-category-list a {
    display: inline-block;
    color: #55a098;
    font-family: 'Merriweather', serif;
    font-size: 13px;
    font-weight: 500;
    padding: 0 3px;
    margin: 0 2px 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-15 .wpbm-image {
    margin-bottom: 17px;
}
.wpbm-car-template-15 .wpbm-meta-wrap {
    margin-bottom: 11px;
}
.wpbm-car-template-15 .wpbm-meta-wrap > div {
    padding: 0 6px;
    margin-bottom: 5px;
}
.wpbm-car-template-15 .wpbm-meta-wrap > div,
.wpbm-car-template-15 .wpbm-meta-wrap > div a {
    display: inline-block;
    font-family: 'Merriweather', serif;
    font-size: 15px;
    font-weight: 500;
    color: #777;
}
.wpbm-car-template-15 .wpbm-meta-wrap > div a:hover{
	color:#55a098;
}
.wpbm-car-template-15 .wpbm-meta-wrap .wpbm-comment-wrap {
    position: relative;
    padding-left: 16px;
}
.wpbm-car-template-15 .wpbm-meta-wrap .wpbm-author-name a{
    color: #55a098;
}
.wpbm-car-template-15 .wpbm-comment-wrap:before {
    content: "-";
    position: absolute;
    font-family: Fontawesome;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpbm-car-template-15 .wpbm-content {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 16px;
}
.wpbm-car-template-15 .wpbm-link-button {
    text-align: left;
    margin-bottom: 24px;
}
.wpbm-car-template-15 .wpbm-link-button a {
    color: #55a098;
    font-size: 15px;
    font-family: 'Merriweather', serif;
    font-weight: 500;
}
.wpbm-car-template-15 .wpbm-category-list a:hover,
.wpbm-car-template-15 .wpbm-link-button a:hover {
    color: #777;
}
.wpbm-car-template-15 .wpbm-lower-meta-wrap {
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.wpbm-car-template-15 .wpbm-tag-list {
    float: left;
}
.wpbm-car-template-15 .wpbm-share-wrap {
    float: right;
    margin-left: auto;
}
.wpbm-car-template-15 .wpbm-tag-list a {
    padding: 7px 9px;
    display: inline-block;
    border: 1px solid #eee;
    color: #333;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin: 0 5px 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-15 .wpbm-tag-list a:hover {
    background: #55a098;
    color: #fff;
}
.wpbm-car-template-15 .wpbm-tag-list a:nth-of-type(1) {
    margin-left: 0;
}
.wpbm-car-template-15 .wpbm-share-wrap a {
    width: 29px;
    height: 29px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #eee;
    line-height: 29px;
    background: #dedede;
    color: #333;
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-15 .wpbm-share-wrap a:hover {
    background: #55a098;
    color: #fff;
}
.wpbm-car-template-15 .wpbm-timeline-date-inner-wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpbm-car-template-15 .wpbm-timeline-date-inner-wrap > div {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;
}
.wpbm-car-template-15.owl-carousel .owl-controls .owl-nav .owl-prev,
.wpbm-car-template-15.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #55a098;
    top: 50%;
    margin: -20px 0 0;
    border-radius: 50%;
    font-size: 24px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-car-template-15.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0px;
}
.wpbm-car-template-15.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0px;
}
.wpbm-car-template-15.owl-carousel:hover .owl-controls .owl-nav .owl-prev {
    left: 20px;
    opacity: 1;
    visibility: visible;
}
.wpbm-car-template-15.owl-carousel:hover .owl-controls .owl-nav .owl-next {
    right: 20px;
    opacity: 1;
    visibility: visible;
}
.wpbm-car-template-15.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #959595;
    margin: 3px;
}
.wpbm-car-template-15.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-car-template-15.owl-theme .owl-dots .owl-dot.active span {
    background: #55a098;
}
/*carasoul template 15 css   end*/
/*--------------------------------------------------
Carousel Layout css END
----------------------------------------------------*/
/*--------------------------------------------------
Slider Layout css Start
----------------------------------------------------*/

.wpbm-slider-wrapper {
    position: relative;
}
.wpbm-slider-wrapper .wpbm-author-name img {
    width: auto;
    margin: 0;
}
/*slider template 1  css start*/

.wpbm-slider-template-1 .wpbm-contain-wrap-all {
    /*background:#919191;*/
}
.wpbm-slider-template-1 .wpbm-contain-wrap-all .wpbm-image,
.wpbm-slider-template-1 .wpbm-contain-wrap-all .wpbm-contain-wrap-all-main {
    float: left;
}
.wpbm-slider-template-1 .wpbm-contain-wrap-all .wpbm-image {
    width: 45%;
}
.wpbm-slider-template-1 .wpbm-contain-wrap-all .wpbm-contain-wrap-all-main {
    width: 55%;
    padding: 50px 4%;
    background: #919191;
    text-align: left;
}
.wpbm-slider-template-1 .wpbm-category-list a {
    display: inline-block;
    padding: 6px 8px;
    font-size: 11px;
    font-weight: 400;
    background: #d65e1a;
    color: #fff;
    border: 2px solid transparent;
    text-transform: uppercase;
    margin: 0 5px 5px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-1 .wpbm-category-list a:hover {
    background: #d65e1a;
    border-color: transparent;
}
.wpbm-slider-template-1 .wpbm-category-list a:hover {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.wpbm-slider-template-1 .wpbm-category-wrap {
    margin-bottom: 17px;
}
.wpbm-slider-template-1 .wpbm-category-list a:nth-of-type(1) {
    margin-left: 0;
}
.wpbm-slider-template-1 .wpbm-meta-wrap {
    display: -webkit-flex;
    ;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 7px;
}
.wpbm-slider-template-1 .wpbm-meta-data {
    float: left;
}
.wpbm-slider-template-1 .wpbm-meta-data > div {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    margin-right: 19px;
    position: relative;
    padding-left: 25px;
}
.wpbm-slider-template-1 .wpbm-meta-data > div i {
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-slider-template-1 .wpbm-author-name {
    float: right;
    margin-left: auto;
    margin-bottom: 5px;
}
.wpbm-slider-template-1 .wpbm-meta-data > div,
.wpbm-slider-template-1 .wpbm-author-name a{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}
.wpbm-slider-template-1 .wpbm-author-name img {
    display: inline-block;
    width: 29px;
    height: 29px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-slider-template-1 .wpbm-title{
    margin-bottom: 15px;
}
.wpbm-slider-template-1 .wpbm-title a{
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    color: #fff;
    font-weight: 500;
}
.wpbm-slider-template-1 .wpbm-title a:hover,
.wpbm-slider-template-1 .wpbm-author-name a:hover{
	color:#d65e1a;
}
.wpbm-slider-template-1 .wpbm-content {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}
.wpbm-slider-template-1 .wpbm-link-button {
    margin-bottom: 33px;
}
.wpbm-slider-template-1 .wpbm-link-button a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-1 .wpbm-link-button a:hover {
    color: #d65e1a;
}
.wpbm-slider-template-1 .wpbm-bottom-wrap > div {
    display: inline-block;
    vertical-align: top;
}
.wpbm-slider-template-1 .wpbm-tag-list {
    max-width: 60%;
}
.wpbm-slider-template-1 .wpbm-bottom-wrap > div a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding: 5px 16px;
    text-transform: uppercase;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0 3px 3px 0;
}
.wpbm-slider-template-1 .wpbm-bottom-wrap > div a:hover {
    border-color: transparent;
    background: #d65e1a;
}
.wpbm-slider-template-1 .wpbm-share-outer-wrap {
    position: relative;
}
.wpbm-slider-template-1 .wpbm-share-outer-wrap .fa-share {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #fff;
    color: #818181;
    text-align: center;
    display: inline-block;
}
.wpbm-slider-template-1 .wpbm-share-wrap {
    position: absolute;
    white-space: nowrap;
    top: 0;
    left: 0;
    padding-left: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-1 .wpbm-share-outer-wrap:hover .wpbm-share-wrap {
    visibility: visible;
    opacity: 1;
}
.wpbm-slider-template-1.owl-carousel .owl-controls .owl-nav .owl-prev,
.wpbm-slider-template-1.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    width: auto;
    height: auto;
    font-size: 60px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-1.owl-carousel:hover .owl-controls .owl-nav .owl-prev,
.wpbm-slider-template-1.owl-carousel:hover .owl-controls .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.wpbm-slider-template-1.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -5px;
}
.wpbm-slider-template-1.owl-carousel .owl-controls .owl-nav .owl-next {
    right: -5px;
}
.wpbm-slider-template-1.owl-carousel:hover .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.wpbm-slider-template-1.owl-carousel:hover .owl-controls .owl-nav .owl-next {
    right: 0;
}
.wpbm-slider-template-1.owl-theme .owl-dots .owl-dot span {
    margin: 3px;
    width: 10px;
    height: 10px;
    background: #919191;
    border-radius: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-1.owl-theme .owl-dots .owl-dot.active span {
    background: #d65e1a;
}
/*slider template 1  css end*/
/*slider template 2  css start*/

.wpbm-slider-template-2 .wpbm-contain-wrap-all {
    position: relative;
}
.wpbm-slider-template-2 .wpbm-contain-wrap-all .wpbm-image img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}
.wpbm-slider-template-2 .wpbm-contain-wrap-all-main {
    position: absolute;
    max-width: 470px;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.5);
    padding: 17px;
}
.wpbm-slider-template-2 .wpbm-contain-wrap-all-main-inner {
    background: #fff;
    padding: 17px;
}
.wpbm-slider-template-2 .wpbm-category-wrap {
    margin-bottom: 10px;
}
.wpbm-slider-template-2 .wpbm-category-list a {
    color: #f83030;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin: 0 3px 3px 0;
}
.wpbm-slider-template-2 .wpbm-title {
    margin-bottom: 12px;
}
.wpbm-slider-template-2 .wpbm-title a{
    font-family: 'Roboto Slab', serif;
    color: #494949;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3;
}
.wpbm-slider-template-2 .wpbm-title a:hover{
	color:#f83030;
}
.wpbm-slider-template-2 .wpbm-meta-data {
    margin-bottom: 10px;
}
.wpbm-slider-template-2 .wpbm-meta-data > div{
    padding-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.wpbm-slider-template-2 .wpbm-meta-data > div,
.wpbm-slider-template-2 .wpbm-meta-data > div a {
    display: inline-block;
    position: relative;
    color: #808080;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}
.wpbm-slider-template-2 .wpbm-meta-data > div a:hover{
	color:#f83030;
}
.wpbm-slider-template-2 .wpbm-meta-data > div i {
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-slider-template-2 .wpbm-content {
    color: #808080;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
}
.wpbm-slider-template-2 .wpbm-link-button {
    margin-bottom: 15px;
}
.wpbm-slider-template-2 .wpbm-link-button a {
    display: inline-block;
    color: #f83030;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding-bottom: 2px;
    position: relative;
}
.wpbm-slider-template-2 .wpbm-link-button a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f83030;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-2 .wpbm-link-button a:hover:after {
    width: 50%;
}
.wpbm-slider-template-2 .wpbm-bottom-wrap {
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.wpbm-slider-template-2 .wpbm-share-outer-wrap {
    float: left;
    padding-right: 5px;
    text-align: left;
}
.wpbm-slider-template-2 .wpbm-tag-list {
    float: right;
    padding-left: 5px;
    margin-left: auto;
    text-align: right;
}
.wpbm-slider-template-2 .wpbm-tag-list a {
    color: #808080;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin: 0 3px 5px 0;
}
.wpbm-slider-template-2 .wpbm-tag-list a:hover {
    color: #f83030;
}
.wpbm-slider-template-2 .wpbm-share-outer-wrap a {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: #7a7a7a;
    text-align: center;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-2 .wpbm-category-list a:hover {
    color: #808080;
}
.wpbm-slider-template-2 .wpbm-share-outer-wrap a:hover {
    color: #f83030;
}
.wpbm-slider-template-2.owl-carousel .owl-controls .owl-nav .owl-prev,
.wpbm-slider-template-2.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    background: #edf2f8;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-2.owl-carousel:hover .owl-controls .owl-nav .owl-prev,
.wpbm-slider-template-2.owl-carousel:hover .owl-controls .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.wpbm-slider-template-2.owl-carousel .owl-controls .owl-nav .owl-prev i,
.wpbm-slider-template-2.owl-carousel .owl-controls .owl-nav .owl-next i {
    line-height: 36px;
    font-size: 20px;
    color:#222;
}
.wpbm-slider-template-2.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.wpbm-slider-template-2.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}
.wpbm-slider-template-2.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 3px;
    border-radius: 50%;
    background: #808080;
}
.wpbm-slider-template-2.owl-theme .owl-dots .owl-dot.active span {
    background: #f83030;
}
/*slider template 2  css end*/
/*slider template 3  css start*/

.wpbm-slider-template-3 {
    padding: 0 50px;
}
.wpbm-slider-template-3 .wpbm-owl-item {
    padding: 30px;
    border: 1px solid #f1f1f1;
    background: #fff;
}
.wpbm-slider-template-3 .wpbm-first-inner-wrap,
.wpbm-slider-template-3 .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-slider-template-3 .wpbm-first-inner-wrap {
    width: 45%;
    position: relative;
}
.wpbm-slider-template-3 .wpbm-second-inner-wrap {
    width: 55%;
    padding-left: 25px;
    text-align: left;
}
.wpbm-slider-template-3 .wpbm-share-wrap {
    position: absolute;
    bottom: 20px;
    right: 25px;
}
.wpbm-slider-template-3 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #dc3c30;
    text-align: center;
    line-height: 27px;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-3 .wpbm-share-wrap a:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.wpbm-slider-template-3 .wpbm-category-wrap {
    margin-bottom: 12px;
}
.wpbm-slider-template-3 .wpbm-category-list a {
    display: inline-block;
    font-size: 12px;
    color: #888888;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 2px;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-3 .wpbm-category-list a:hover {
    color: #dc3c30;
}
.wpbm-slider-template-3 .wpbm-title {
    margin-bottom: 14px;
}
.wpbm-slider-template-3 .wpbm-title a{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
}
.wpbm-slider-template-3 .wpbm-title a:hover{
	color:#dc3c30;
}
.wpbm-slider-template-3 .wpbm-meta-wrap {
    margin-bottom: 12px;
}
.wpbm-slider-template-3 .wpbm-meta-wrap > div {
    margin-right: 9px;
    margin-bottom: 2px;
}
.wpbm-slider-template-3 .wpbm-meta-wrap > div,
.wpbm-slider-template-3 .wpbm-meta-wrap > div a{
    display: inline-block;
    color: #949494;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-right: 9px;
    position: relative;
    margin-bottom: 2px;
}
.wpbm-slider-template-3 .wpbm-meta-wrap > div a:hover{
	color:#dc3c30;
}
.wpbm-slider-template-3 .wpbm-meta-wrap > div span {
    color: #e20600;
    text-transform: uppercase;
}
.wpbm-slider-template-3 .wpbm-date,
.wpbm-slider-template-3 .wpbm-comment-wrap {
    padding-left: 16px;
}
.wpbm-slider-template-3 .wpbm-date:before,
.wpbm-slider-template-3 .wpbm-comment-wrap:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpbm-slider-template-3 .wpbm-content {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 18px;
}
.wpbm-slider-template-3 .wpbm-meta-two-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.wpbm-slider-template-3 .wpbm-link-button {
    float: left;
}
.wpbm-slider-template-3 .wpbm-link-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-3 .wpbm-link-button a:hover {
    color: #dc3c30;
}
.wpbm-slider-template-3 .wpbm-link-button a i {
    margin-left: 5px;
    -webkit-transition: margin-left 0.5s ease-in-out;
    transition: margin-left 0.5s ease-in-out;
}
.wpbm-slider-template-3 .wpbm-link-button a:hover i {
    margin-left: 7px;
}
.wpbm-slider-template-3 .wpbm-tag-list {
    float: right;
    margin-left: auto;
}
.wpbm-slider-template-3 .wpbm-tag-list a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background: #dc3c30;
    padding: 7px 16px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-3 .wpbm-tag-list a:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.wpbm-slider-template-3.owl-carousel .owl-controls .owl-nav .owl-prev,
.wpbm-slider-template-3.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #b7b7b7;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-3.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.wpbm-slider-template-3.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}
.wpbm-slider-template-3.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.wpbm-slider-template-3.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #dc3c30;
}
.wpbm-slider-template-3.owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #b7b7b7;
}
.wpbm-slider-template-3.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-slider-template-3.owl-theme .owl-dots .owl-dot.active span {
    background: #dc3c30;
}
/*slider template 3  css end*/
/*slider template 4  css start*/

.wpbm-slider-template-4 .wpbm-car-img-wrap {
    position: relative;
}
.wpbm-slider-template-4 .wpbm-all-contain {
    position: absolute;
    left: 0;
    padding: 0 9%;
    max-width: 90%;
    text-align: left;
    z-index: 99;
    bottom: 20px;
}
.wpbm-slider-template-4 .wpbm-car-img-wrap:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.wpbm-slider-template-4 .wpbm-category-wrap {
    margin-bottom: 11px;
}
.wpbm-slider-template-4 .wpbm-category-list a {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 9px 14px;
    border: 1px solid #fff;
    display: inline-block;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-4 .wpbm-category-list a:hover {
    background: #fff;
    color: #222;
}
.wpbm-slider-template-4 .wpbm-title {
    margin-bottom: 10px;
}
.wpbm-slider-template-4 .wpbm-title a{
    font-size: 43px;
    color: #fff;
    font-weight: 400;
    font-family: 'Merriweather', serif;
}
.wpbm-slider-template-4 .wpbm-car-meta-wrap {
    margin-bottom: 13px;
}
.wpbm-slider-template-4 .wpbm-car-meta-wrap > div {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-right: 15px;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    margin-bottom: 5px;
}
.wpbm-slider-template-4 .wpbm-car-meta-wrap > div i {
    position: absolute;
    left: 0;
    top: 0;
}
.wpbm-slider-template-4 .wpbm-car-content {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
    margin-bottom: 10px;
}
.wpbm-slider-template-4 .wpbm-link-button {
    margin-bottom: 13px;
}
.wpbm-slider-template-4 .wpbm-link-button a {
    font-size: 14px;
    font-weight: 300;
    background: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 9px 14px;
    color: #222;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid transparent;
}
.wpbm-slider-template-4 .wpbm-link-button a:hover {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.wpbm-slider-template-4 .wpbm-car-metadata-wrap {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 7px;
}
.wpbm-slider-template-4 .wpbm-share-wrap {
    float: left;
}
.wpbm-slider-template-4 .wpbm-tag-list {
    float: right;
    margin-left: auto;
}
.wpbm-slider-template-4 .wpbm-share-wrap a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    background: #00bf9d;
    color: #fff;
    display: inline-block;
    margin: 0 2px 2px 0;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    margin-bottom: 5px;
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0);
}
.wpbm-slider-template-4 .wpbm-share-wrap .wpbm-fb {
    background: #1b70b6;
}
.wpbm-slider-template-4 .wpbm-share-wrap .wpbm-tw {
    background: #38b4e7;
}
.wpbm-slider-template-4 .wpbm-share-wrap .wpbm-ln {
    background: #0084bf;
}
.wpbm-slider-template-4 .wpbm-share-wrap .wpbm-gp {
    background: #dd4b39;
}
.wpbm-slider-template-4 .wpbm-share-wrap .wpbm-pn {
    background: #cb2027;
}
.wpbm-slider-template-4 .wpbm-share-wrap a:hover {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0);
}
.wpbm-slider-template-4 .wpbm-tag-list a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    margin-left: 9px;
    margin-bottom: 5px;
}
.wpbm-slider-template-4 .wpbm-tag-list a:hover {
    color: #00bf9d;
}
.wpbm-slider-template-4 .wpbm-author-name a{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}
.wpbm-slider-template-4 .wpbm-title a:hover,
.wpbm-slider-template-4 .wpbm-author-name a:hover{
	color:#00bf9d;
}
.wpbm-slider-template-4 .wpbm-author-name img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}
.wpbm-slider-template-4 .owl-controls .owl-nav .owl-prev,
.wpbm-slider-template-4 .owl-controls .owl-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    background: #ffffff;
    color: #222;
    top: 50%;
    margin-top: -15px;
    padding: 0;
    font-size: 24px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-4:hover .owl-controls .owl-nav .owl-prev,
.wpbm-slider-template-4:hover .owl-controls .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.wpbm-slider-template-4 .owl-controls .owl-nav .owl-prev:hover,
.wpbm-slider-template-4 .owl-controls .owl-nav .owl-next:hover {
    background: #6eb48c;
}
.wpbm-slider-template-4 .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.wpbm-slider-template-4 .owl-controls .owl-nav .owl-next {
    right: 0;
}
.wpbm-slider-template-4.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 4px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #ebe8e8;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-4.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-slider-template-4.owl-theme .owl-dots .owl-dot.active span {
    background: #6eb48c;
}
/*slider template 4  css end*/
/*slider template 5  css start*/

.wpbm-slider-template-5 .wpbm-image-content {
    text-align: center;
}
.wpbm-slider-template-5 .wpbm-image {
    position: relative;
}
.wpbm-slider-template-5 .wpbm-image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
}
.wpbm-slider-template-5 .wpbm-wrap-all {
    position: absolute;
    bottom: 50px;
    left: 30px;
    right: 30px;
    z-index: 99;
}
.wpbm-slider-template-5 .wpbm-category-wrap {
    margin-bottom: 10px;
}
.wpbm-slider-template-5 .wpbm-title{
    margin-bottom: 7px;
}
.wpbm-slider-template-5 .wpbm-title a{
    font-size: 38px;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.wpbm-slider-template-5 .wpbm-meta-wrap {
    margin-bottom: 10px;
}
.wpbm-slider-template-5 .wpbm-meta-wrap >div{
	padding: 0 7px;
    margin-bottom: 3px;
}
.wpbm-slider-template-5 .wpbm-meta-wrap >div a,
.wpbm-slider-template-5 .wpbm-meta-wrap >div {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.wpbm-slider-template-5 .wpbm-title a:hover,
.wpbm-slider-template-5 .wpbm-meta-wrap >div a:hover{
	color:#f3f3f3;
}
.wpbm-slider-template-5 .wpbm-author-name img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-slider-template-5 .wpbm-content {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
}
.wpbm-slider-template-5 .wpbm-link-button {
    margin-bottom: 20px;
}
.wpbm-slider-template-5 .wpbm-share-wrap {
    position: relative;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 20px;
}
.wpbm-slider-template-5 .wpbm-share-wrap a {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-5 .wpbm-tag-list a,
.wpbm-slider-template-5 .wpbm-category-list a,
.wpbm-slider-template-5 .wpbm-link-button a {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-5 .wpbm-tag-list a {
    vertical-align: middle;
    margin: 0 4px 4px;
}
.wpbm-slider-template-5 .wpbm-tag-list a,
.wpbm-slider-template-5 .wpbm-category-list a {
    padding: 4px;
    margin: 0 4px 4px;
}
.wpbm-slider-template-5 .wpbm-link-button a {
    padding: 9px 12px;
}
.wpbm-slider-template-5 .wpbm-tag-list a:hover,
.wpbm-slider-template-5 .wpbm-category-list a:hover,
.wpbm-slider-template-5 .wpbm-link-button a:hover,
.wpbm-slider-template-5 .wpbm-share-wrap a:hover {
    background: #fff;
    color: #222;
}
.wpbm-slider-template-5 .owl-controls .owl-nav .owl-prev,
.wpbm-slider-template-5 .owl-controls .owl-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    background: #ffffff;
    color: #222;
    top: 50%;
    margin-top: -15px;
    padding: 0;
    font-size: 24px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-5:hover .owl-controls .owl-nav .owl-prev,
.wpbm-slider-template-5:hover .owl-controls .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.wpbm-slider-template-5 .owl-controls .owl-nav .owl-prev:hover,
.wpbm-slider-template-5 .owl-controls .owl-nav .owl-next:hover {
    background: #6eb48c;
}
.wpbm-slider-template-5 .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.wpbm-slider-template-5 .owl-controls .owl-nav .owl-next {
    right: 0;
}
.wpbm-slider-template-5.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 4px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #ebe8e8;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-5.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-slider-template-5.owl-theme .owl-dots .owl-dot.active span {
    background: #6eb48c;
}
/*slider template 5  css  end */
/*slider template-6  css start*/

.wpbm-slider-template-6,
.wpbm-slider-template-6 .wpbm-img-car-container {
    position: relative;
}
.wpbm-slider-template-6.wpbm-main-blog-wrapper > .wpbm-clearfix {
    display: table;
    width: 100%;
}
.wpbm-slider-template-6 .wpbm-image-container,
.wpbm-slider-template-6 .wpbm-bottom-wrap {
    display: table-cell;
    vertical-align: top;
}
.wpbm-slider-template-6 .wpbm-image-container {
    width: 30%;
    position: relative;
}
.wpbm-slider-template-6 .wpbm-bottom-wrap {
    width: 70%;
    background: #f9f9f9;
    text-align: left;
}
.wpbm-slider-template-6  .wpbm-image{
	position:relative;
}
.wpbm-slider-template-6  .wpbm-image:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.4);
	z-index:9;
}
.wpbm-slider-template-6 .wpbm-author-name {
    position: absolute;
    top: 13px;
    left: 19px;
    z-index:99;
}
.wpbm-slider-template-6 .wpbm-author-name  a{
    font-size: 18px;
    color: #fff;
    font-family: 'Amatic SC', cursive;
    font-weight: 500;
}
.wpbm-slider-template-6 .wpbm-author-name  a:hover{
	color:#396cae;
}
.wpbm-slider-template-6 .wpbm-author-name img {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid #fff;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-slider-template-6 .wpbm-category-list a {
    display: inline-block;
    font-size: 18px;
    font-family: 'Amatic SC', cursive;
    background: #396cae;
    padding: 6px 17px;
    color: #fff;
    margin-right: 2px;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-6 .wpbm-title {
    margin-bottom: 25px;
    padding: 0 10px 0 29px;
    margin-top: 20px;
}
.wpbm-slider-template-6 .wpbm-title a{
    color: #222;
    font-family: 'Amatic SC', cursive;
    font-size: 34px;
}
.wpbm-slider-template-6 .wpbm-title a:hover{
	color:#396cae;
}
.wpbm-slider-template-6 .wpbm-meta-and-content-wrap {
    display: table;
    width: 100%;
    margin-bottom: 18px;
}
.wpbm-slider-template-6 .wpbm-meta-wrap {
    width: 120px;
    padding: 0 10px;
    text-align: center;
}
.wpbm-slider-template-6 .wpbm-content {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    border-left: 1px solid #bbbbbb;
    padding: 0 10px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
}
.wpbm-slider-template-6 .wpbm-meta-wrap,
.wpbm-slider-template-6 .wpbm-content {
    display: table-cell;
    vertical-align: middle;
}
.wpbm-slider-template-6 .wpbm-meta-wrap > div {
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
}
.wpbm-slider-template-6 .wpbm-date-day {
    font-size: 24px;
    font-weight: 700;
}
.wpbm-slider-template-6 .wpbm-tag-list {
    padding-left: 120px;
    position: relative;
    margin-bottom: 24px;
}
.wpbm-slider-template-6 .wpbm-tag-list span {
    width: 120px;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: right;
    padding-right: 15px;
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-size: 14px;
    transform: translateY(-50%);
}
.wpbm-slider-template-6 .wpbm-anchor-tag a {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding: 8px 8px 8px 0;
    background: #0e83cd;
    margin: 0 0px 0 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-6 .wpbm-anchor-tag a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 13px 15px 0;
    border-color: transparent #0e83cd transparent transparent;
    right: 100%;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-6 .wpbm-category-list a:hover,
.wpbm-slider-template-6 .wpbm-anchor-tag a:hover {
    background: #f01e57;
}
.wpbm-slider-template-6 .wpbm-anchor-tag a:hover:before {
    border-color: transparent #f01e57 transparent transparent;
}
.wpbm-slider-template-6 .wpbm-lower-meta {
    background: #e6e6e6;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.wpbm-slider-template-6 .wpbm-share-wrap {
    float: left;
    font-family: 'Amatic SC', cursive;
    font-size: 26px;
    color: #767676;
    padding: 5px 13px;
}
.wpbm-slider-template-6 .wpbm-link-button {
    float: right;
    margin-left: auto;
}
.wpbm-slider-template-6 .wpbm-link-button a {
    display: inline-block;
    background: #f01e57;
    color: #fff;
    font-family: 'Amatic SC', cursive;
    font-size: 34px;
    padding: 11px 16px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-6 .wpbm-link-button a:hover {
    background: #396cae;
}
.wpbm-slider-template-6 .wpbm-share-wrap .wpbm-share-wrap-contain {
    display: inline-block;
    margin-left: 15px;
}
.wpbm-slider-template-6 .wpbm-share-wrap .wpbm-share-wrap-contain a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    background: #767676;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-6 .wpbm-share-wrap .wpbm-share-wrap-contain a:hover {
    background: #396cae;
}
.wpbm-slider-template-6.owl-carousel .owl-controls .owl-nav .owl-prev,
.wpbm-slider-template-6.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #396cae;
    color: #fff;
    text-indent: 0;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-6.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -5px;
}
.wpbm-slider-template-6.owl-carousel .owl-controls .owl-nav .owl-next {
    right: -5px;
}
.wpbm-slider-template-6.owl-carousel:hover .owl-controls .owl-nav .owl-prev {
    left: 0px;
    opacity: 1;
    visibility: visible;
}
.wpbm-slider-template-6.owl-carousel:hover .owl-controls .owl-nav .owl-next {
    right: 0px;
    visibility: visible;
    opacity: 1;
}
.wpbm-slider-template-6.owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #396cae;
}
.wpbm-slider-template-6.owl-theme .owl-dots .owl-dot.active span,
.wpbm-slider-template-6.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-slider-template-6.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.wpbm-slider-template-6.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #f01e57;
}
/*slider template-6  css  end */
/*slider template-7  css start*/

.wpbm-slider-template-7 .wpbm-inner-wrap-contain {
    position: relative;
}
.wpbm-slider-template-7 .wpbm-image:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition:
}
.wpbm-slider-template-7 .wpbm-contain-wrap-all {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 473px;
    padding: 0 10px;
    text-align: center;
}
.wpbm-slider-template-7 .wpbm-contain-wrap-all .wpbm-contain-wrap-all-main {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    position: relative;
    padding: 24px 23px 18px;
}
.wpbm-slider-template-7 .wpbm-category-list {
    margin-bottom: 13px;
}
.wpbm-slider-template-7 .wpbm-category-list a {
    font-family: 'Merriweather', serif;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #149eed;
    font-weight: 500;
    padding: 0 8px 2px;
}

.wpbm-slider-template-7 .wpbm-title {
    margin-bottom: 3px;
}
.wpbm-slider-template-7 .wpbm-title a{
	font-size: 26px;
    font-family: 'Merriweather', serif;
    line-height: 1.5;
    color: #333;
}
.wpbm-slider-template-7 .wpbm-category-list a:hover {
    color: #777777;
}
.wpbm-slider-template-7 .wpbm-meta-wrap {
    margin-bottom: 10px;
}
.wpbm-slider-template-7 .wpbm-meta-wrap > div {
    display: inline-block;
    vertical-align: middle;
    padding-left: 16px;
    position: relative;
}
.wpbm-slider-template-7 .wpbm-meta-wrap > div,
.wpbm-slider-template-7 .wpbm-meta-wrap > div a{
    color: #777777;
    font-size: 15px;
    font-family: 'Merriweather', serif;
    line-height: 1.3;
    font-weight: 500;
}
.wpbm-slider-template-7 .wpbm-meta-wrap > div a:hover,
.wpbm-slider-template-7 .wpbm-title a:hover{
	color:#149eed;
}
.wpbm-slider-template-7 .wpbm-meta-wrap > div:nth-of-type(1) {
    padding-left: 0;
}
.wpbm-slider-template-7 .wpbm-meta-wrap .wpbm-author-name {
    color: #149eed;
}
.wpbm-slider-template-7 .wpbm-meta-wrap > div:nth-of-type(1):before {
    content: none;
}
.wpbm-slider-template-7 .wpbm-meta-wrap > div:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}
.wpbm-slider-template-7 .wpbm-content {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 14px;
}
.wpbm-slider-template-7 .wpbm-link-button a {
    color: #fff;
    font-size: 12px;
    background-color: #149eed;
    border: 1px solid #149eed;
    display: inline-block;
    padding: 10px 31px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-7 .wpbm-link-button a:hover {
    background: transparent;
    color: #149eed;
    border-color: #149eed;
}
.wpbm-slider-template-7 .wpbm-bottom-wrap {
    padding-top: 22px;
}
.wpbm-slider-template-7 .wpbm-tag-list {
    float: left;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    position: relative;
    padding-left: 20px;
    text-align: left;
}
.wpbm-slider-template-7 .wpbm-tag-list i {
    position: absolute;
    left: 0;
    top: 2px;
}
.wpbm-slider-template-7 .wpbm-tag-list a {
    display: inline-block;
    font-family: 'Merriweather', serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 5px;
    color: #000;
}
.wpbm-slider-template-7 .wpbm-tag-list a:hover {
    color: #149eed;
}
.wpbm-slider-template-7 .wpbm-share-outer-wrap {
    float: right;
    position: relative;
}
.wpbm-slider-template-7 .wpbm-share-outer-wrap i {
    width: 30px;
    text-align: center;
    color: #000;
    font-size: 17px;
    cursor: pointer;
}
.wpbm-slider-template-7 .wpbm-share-outer-wrap .wpbm-share-wrap {
    position: absolute;
    bottom: 30px;
    right: 0;
    background-color: #fff;
    padding: 5px;
}
.wpbm-slider-template-7 .wpbm-share-outer-wrap .wpbm-share-wrap a {
    display: block;
    border-top: 1px solid #eee;
    padding: 5px 0;
}
.wpbm-slider-template-7 .wpbm-share-outer-wrap .wpbm-share-wrap a i {
    font-size: 12px;
}
.wpbm-slider-template-7.owl-carousel .owl-controls .owl-nav .owl-prev,
.wpbm-slider-template-7.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #149eed;
    color: #fff;
    text-indent: 0;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-7.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -5px;
}
.wpbm-slider-template-7.owl-carousel .owl-controls .owl-nav .owl-next {
    right: -5px;
}
.wpbm-slider-template-7.owl-carousel:hover .owl-controls .owl-nav .owl-prev {
    left: 0px;
    opacity: 1;
    visibility: visible;
}
.wpbm-slider-template-7.owl-carousel:hover .owl-controls .owl-nav .owl-next {
    right: 0px;
    visibility: visible;
    opacity: 1;
}
.wpbm-slider-template-7.owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #666;
    width: 25px;
    height: 3px;
}
.wpbm-slider-template-7.owl-theme .owl-dots .owl-dot.active span,
.wpbm-slider-template-7.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-slider-template-7.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.wpbm-slider-template-7.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #149eed;
}
/*slider template-7  css   end */
/*slider template-8  css start */

.wpbm-slider-template-8 .wpbm-img-car-container > .wpbm-clearfix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wpbm-slider-template-8 .wpbm-first-inner-wrap,
.wpbm-slider-template-8 .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-slider-template-8 .wpbm-first-inner-wrap {
    width: 40%;
}
.wpbm-slider-template-8 .wpbm-second-inner-wrap {
    width: -webkit-calc(60% + 5%);
    width: calc(60% + 5%);
    margin-left: -5%;
    background: #fff;
    position: relative;
    padding: 28px 30px;
    text-align: center;
}
.wpbm-slider-template-8 .wpbm-date {
    text-transform: uppercase;
    color: #0e0e0e;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 11px 25px;
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
}
.wpbm-slider-template-8 .wpbm-meta-wrap {
    display: block;
    margin-bottom: 12px;
}
.wpbm-slider-template-8 .wpbm-meta-wrap > div {
    padding: 0 5px;
    margin-bottom: 3px;
}
.wpbm-slider-template-8 .wpbm-meta-wrap > div,
.wpbm-slider-template-8 .wpbm-meta-wrap > div a{
    display: inline-block;
    color: #0e0e0e;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
.wpbm-slider-template-8 .wpbm-category-list {
    margin-bottom: 13px;
}
.wpbm-slider-template-8 .wpbm-category-list a {
    padding: 5px 8px;
    font-size: 11px;
    margin-bottom: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-8 .wpbm-category-list a:hover {
    border-color: #1E90FF;
    color: #1E90FF;
}
.wpbm-slider-template-8 .wpbm-title {
    margin-bottom: 34px;
}
.wpbm-slider-template-8 .wpbm-title a{
    font-size: 30px;
    font-weight: 500;
    color: #282828;
    font-family: 'Roboto Slab', serif;
}
.wpbm-slider-template-8 .wpbm-title a:hover,
.wpbm-slider-template-8 .wpbm-meta-wrap > div a:hover{
	color:#1E90FF;
}
.wpbm-slider-template-8 .wpbm-content {
    color: #282828;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 27px;
}
.wpbm-slider-template-8 .wpbm-link-button {
    margin-bottom: 30px;
}
.wpbm-slider-template-8 .wpbm-category-list a,
.wpbm-slider-template-8 .wpbm-link-button a {
    color: #0e0e0e;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    border: 1px solid #908f90;
    display: inline-block;
    position: relative;
}
.wpbm-slider-template-8 .wpbm-link-button a {
    font-size: 13px;
    padding: 10px 30px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.wpbm-slider-template-8 .wpbm-link-button a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.wpbm-slider-template-8 .wpbm-link-button a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.wpbm-slider-template-8 .wpbm-link-button a:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.wpbm-slider-template-8 .wpbm-meta-two-wrap {
    position: relative;
    display: inline-block;
    padding: 8px 25px;
}
.wpbm-slider-template-8 .wpbm-date:before,
.wpbm-slider-template-8 .wpbm-date:after,
.wpbm-slider-template-8 .wpbm-meta-two-wrap:before,
.wpbm-slider-template-8 .wpbm-meta-two-wrap:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    background: #9c9d9e;
    background: -webkit-linear-gradient(left, #fff, #9c9d9e 50%, #fff);
    background: -o-linear-gradient(left, #fff, #9c9d9e 50%, #fff);
    background: -moz-linear-gradient(left, #fff, #9c9d9e 50%, #fff);
    background: linear-gradient(to right, #fff, #9c9d9e 50%, #fff);
}
.wpbm-slider-template-8 .wpbm-date:before,
.wpbm-slider-template-8 .wpbm-meta-two-wrap:before {
    top: 0;
}
.wpbm-slider-template-8 .wpbm-date:after,
.wpbm-slider-template-8 .wpbm-meta-two-wrap:after {
    bottom: 0;
}
.wpbm-slider-template-8 .wpbm-meta-two-wrap > div {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px;
}
.wpbm-slider-template-8 .wpbm-tag-list a {
    display: inline-block;
    color: #0e0e0e;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding: 2px 3px;
}
.wpbm-slider-template-8 .wpbm-share-wrap a {
    display: inline-block;
    color: #000;
    font-size: 11px;
    padding: 2px 3px;
}
.wpbm-slider-template-8 .wpbm-tag-list a:hover,
.wpbm-slider-template-8 .wpbm-share-wrap a:hover {
    color: #1E90FF;
}
.wpbm-slider-template-8.owl-carousel .owl-controls .owl-nav .owl-prev,
.wpbm-slider-template-8.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #396cae;
    color: #fff;
    text-indent: 0;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-8.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -5px;
}
.wpbm-slider-template-8.owl-carousel .owl-controls .owl-nav .owl-next {
    right: -5px;
}
.wpbm-slider-template-8.owl-carousel:hover .owl-controls .owl-nav .owl-prev {
    left: 0px;
    opacity: 1;
    visibility: visible;
}
.wpbm-slider-template-8.owl-carousel:hover .owl-controls .owl-nav .owl-next {
    right: 0px;
    visibility: visible;
    opacity: 1;
}
.wpbm-slider-template-8.owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #666;
}
.wpbm-slider-template-8.owl-theme .owl-dots .owl-dot.active span,
.wpbm-slider-template-8.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-slider-template-8.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.wpbm-slider-template-8.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #149eed;
}
/*slider template-8  css   end */
/*slider template-9  css start */

.wpbm-slider-template-9 .wpbm-first-inner-wrap {
    width: 50%;
    padding-right: 70px;
}
.wpbm-slider-template-9 .wpbm-second-inner-wrap {
    width: 50%;
    text-align: center;
    padding-top: 30px;
}
.wpbm-slider-template-9 .wpbm-first-inner-wrap,
.wpbm-slider-template-9 .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-slider-template-9 .wpbm-meta-wrap {
    margin-bottom: 10px;
}
.wpbm-slider-template-9 .wpbm-meta-wrap > div {
    margin-right: 13px;
    margin-bottom: 3px;
}
.wpbm-slider-template-9 .wpbm-meta-wrap > div  a,
.wpbm-slider-template-9 .wpbm-meta-wrap > div {
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto Slab', serif;
    color: #6c6d6c;
    font-size: 13px;
}
.wpbm-slider-template-9 .wpbm-meta-wrap > div i {
    color: #93bca4;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}
.wpbm-slider-template-9 .wpbm-title {
    margin-bottom: 12px;
}
.wpbm-slider-template-9 .wpbm-title a{
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    color: #242424;
    font-weight: 500;
}
.wpbm-slider-template-9 .wpbm-title a:hover,
.wpbm-slider-template-9 .wpbm-meta-wrap > div  a:hover{
	color:#93bda4;
}
.wpbm-slider-template-9 .wpbm-category-wrap {
    margin-bottom: 33px;
}
.wpbm-slider-template-9 .wpbm-category-list,
.wpbm-slider-template-9 .wpbm-category-list a {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #6c6d6c;
    font-weight: 500;
}
.wpbm-slider-template-9 .wpbm-category-list a:hover {
    color: #93bda4;
}
.wpbm-slider-template-9 .wpbm-content {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #6c6d6c;
    line-height: 1.7;
    text-align: left;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -moz-column-rule: 1px solid #e4e4e4;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -webkit-column-rule: 1px solid #e4e4e4;
    column-count: 2;
    column-gap: 30px;
    column-rule: 1px solid #e4e4e4;
    margin-bottom: 22px;
}
.wpbm-slider-template-9 .wpbm-link-button {
    margin-bottom: 27px;
}
.wpbm-slider-template-9 .wpbm-link-button a {
    background-color: #93bda4;
    color: #fff;
    padding: 13px 17px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-9 .wpbm-link-button a:hover {
    padding: 13px 27px;
}
.wpbm-slider-template-9 .wpbm-meta-two-wrap {
    display: inline-block;
    width: 100%;
    background-color: #e0f5e9;
    padding: 6px 20px 4px;
}
.wpbm-slider-template-9 .wpbm-tag-list {
    float: left;
}
.wpbm-slider-template-9 .wpbm-share-wrap {
    float: right;
}
.wpbm-slider-template-9 .wpbm-share-wrap.wpbm-only-share {
    float: left;
}
.wpbm-slider-template-9 .wpbm-tag-list a,
.wpbm-slider-template-9 .wpbm-share-wrap {
    color: #6f9e82;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
}
.wpbm-slider-template-9 .wpbm-tag-list a {
    margin: 2px;
}
.wpbm-slider-template-9 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 2px 20px;
    color: #42825d;
}
.wpbm-slider-template-9 .wpbm-tag-list a:hover {
    color: #222;
}
.wpbm-slider-template-9 .wpbm-share-wrap a:hover {
    color: #222;
}
.wpbm-slider-template-9.owl-carousel .owl-controls .owl-nav .owl-prev,
.wpbm-slider-template-9.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #93bda4;
    color: #fff;
    text-indent: 0;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-9.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -5px;
}
.wpbm-slider-template-9.owl-carousel .owl-controls .owl-nav .owl-next {
    right: -5px;
}
.wpbm-slider-template-9.owl-carousel:hover .owl-controls .owl-nav .owl-prev {
    left: 0px;
    opacity: 1;
    visibility: visible;
}
.wpbm-slider-template-9.owl-carousel:hover .owl-controls .owl-nav .owl-next {
    right: 0px;
    visibility: visible;
    opacity: 1;
}
.wpbm-slider-template-9.owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #666;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-9.owl-theme .owl-dots .owl-dot.active span,
.wpbm-slider-template-9.owl-theme .owl-dots .owl-dot:hover span,
.wpbm-slider-template-9.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.wpbm-slider-template-9.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #93bda4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/*slider template-9  css   end */
/*slider template-10  css start */

.wpbm-slider-template-10 .wpbm-first-inner-wrap,
.wpbm-slider-template-10 .wpbm-second-inner-wrap {
    float: left;
}
.wpbm-slider-template-10 .wpbm-first-inner-wrap {
    width: 60%;
}
.wpbm-slider-template-10 .wpbm-second-inner-wrap {
    width: 40%;
    position: relative;
    padding: 50px 20px 50px 60px;
    text-align: left;
}
.wpbm-slider-template-10 .wpbm-image {
    text-align: left;
}
.wpbm-slider-template-10.wpbm-left-image .wpbm-image {
    text-align: right;
}
.wpbm-slider-template-10 .wpbm-second-inner-wrap:before {
    content: '';
    position: absolute;
    top: 50px;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 20px 12.5px 0;
    border-color: transparent #fff transparent transparent;
}
.wpbm-slider-template-10 .wpbm-category-wrap {
    margin-bottom: 15px;
}
.wpbm-slider-template-10 .wpbm-category-list a {
    margin: 0 7px 5px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.wpbm-slider-template-10 .wpbm-title{
    margin-bottom: 20px;
}
.wpbm-slider-template-10 .wpbm-title a{
    font-size: 30px;
    font-color: #222;
    font-weight: 500;
}
.wpbm-slider-template-10 .wpbm-meta-wrap {
    margin-bottom: 15px;
}
.wpbm-slider-template-10 .wpbm-meta-wrap > div {
    margin-right: 10px;
    margin-bottom: 5px;
}
.wpbm-slider-template-10 .wpbm-meta-wrap > div,
.wpbm-slider-template-10 .wpbm-meta-wrap > div a{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
}
.wpbm-slider-template-10 .wpbm-tag-list {
    margin-bottom: 15px;
}
.wpbm-slider-template-10 .wpbm-tag-list a {
    margin: 0 7px 5px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.wpbm-slider-template-10 .wpbm-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}
.wpbm-slider-template-10 .wpbm-link-button {
    margin-bottom: 20px;
}
.wpbm-slider-template-10 .wpbm-link-button a {
    font-size: 14px;
    padding: 8px 13px;
    border: 2px solid #1b70b6;
    display: inline-block;
    text-transform: uppercase;
    background: #1b70b6;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-10 .wpbm-link-button a:hover {
    background: transparent;
    color: #1b70b6;
}
.wpbm-slider-template-10 .wpbm-link-button a i {
    margin-left: 7px;
}
.wpbm-slider-template-10 .wpbm-comment-wrap {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.wpbm-slider-template-10 .wpbm-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fc7e22;
    color: #fff;
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-family: 'Roboto', sans-serif;
}
.wpbm-slider-template-10 .wpbm-share-wrap a i {
    position: relative;
}
.wpbm-slider-template-10 .wpbm-share-wrap a:hover {
    color: #eee;
}
.wpbm-slider-template-10 .wpbm-share-wrap a:before {
    box-shadow: inset 0 0 0 48px #fc7e22;
    z-index: 0;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.wpbm-slider-template-10 .wpbm-share-wrap .wpbm-fb:before {
    box-shadow: inset 0 0 0 48px #1b70b6;
}
.wpbm-slider-template-10 .wpbm-share-wrap .wpbm-tw:before {
    box-shadow: inset 0 0 0 48px #38b4e7;
}
.wpbm-slider-template-10 .wpbm-share-wrap .wpbm-ln:before {
    box-shadow: inset 0 0 0 48px #0084bf;
}
.wpbm-slider-template-10 .wpbm-share-wrap .wpbm-gp:before {
    box-shadow: inset 0 0 0 48px #dd4b39;
}
.wpbm-slider-template-10 .wpbm-share-wrap .wpbm-pn:before {
    box-shadow: inset 0 0 0 48px #cb2027;
}
.wpbm-slider-template-10 .wpbm-share-wrap .wpbm-fb {
    background: #1b70b6;
}
.wpbm-slider-template-10 .wpbm-share-wrap .wpbm-tw {
    background: #38b4e7;
}
.wpbm-slider-template-10 .wpbm-share-wrap .wpbm-ln {
    background: #0084bf;
}
.wpbm-slider-template-10 .wpbm-share-wrap .wpbm-gp {
    background: #dd4b39;
}
.wpbm-slider-template-10 .wpbm-share-wrap .wpbm-pn {
    background: #cb2027;
}
.wpbm-slider-template-10 .wpbm-share-wrap a:before,
.wpbm-slider-template-10 .wpbm-share-wrap a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.wpbm-slider-template-10 .wpbm-share-wrap a:hover:before {
    box-shadow: inset 0 0 0 4px #4099ff;
}
.wpbm-slider-template-10 .wpbm-category-list a,
.wpbm-slider-template-10 .wpbm-title a,
.wpbm-slider-template-10 .wpbm-meta-wrap > div,
.wpbm-slider-template-10 .wpbm-meta-wrap > div a,
.wpbm-slider-template-10 .wpbm-tag-list a,
.wpbm-slider-template-10 .wpbm-content,
.wpbm-slider-template-10 .wpbm-link-button a {
    font-family: 'Roboto', sans-serif;
}
.wpbm-slider-template-10 .wpbm-title a,
.wpbm-slider-template-10 .wpbm-meta-wrap > div,
.wpbm-slider-template-10 .wpbm-meta-wrap > div a,
.wpbm-slider-template-10 .wpbm-content {
    color: #222;
}
.wpbm-slider-template-10 .wpbm-category-list a,
.wpbm-slider-template-10 .wpbm-tag-list a ,
.wpbm-slider-template-10 .wpbm-title a:hover,
.wpbm-slider-template-10 .wpbm-meta-wrap > div a:hover{
    color: #1b70b6;
}
.wpbm-slider-template-10 .wpbm-category-list a:hover,
.wpbm-slider-template-10 .wpbm-tag-list a:hover {
    color: #222;
}
.wpbm-slider-template-10.owl-carousel .owl-controls .owl-nav .owl-prev,
.wpbm-slider-template-10.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #1b70b6;
    color: #fff;
    text-indent: 0;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-10.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -5px;
}
.wpbm-slider-template-10.owl-carousel .owl-controls .owl-nav .owl-next {
    right: -5px;
}
.wpbm-slider-template-10.owl-carousel:hover .owl-controls .owl-nav .owl-prev {
    left: 0px;
    opacity: 1;
    visibility: visible;
}
.wpbm-slider-template-10.owl-carousel:hover .owl-controls .owl-nav .owl-next {
    right: 0px;
    visibility: visible;
    opacity: 1;
}
.wpbm-slider-template-10.owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #666;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-slider-template-10.owl-theme .owl-dots .owl-dot.active span,
.wpbm-slider-template-10.owl-theme .owl-dots .owl-dot:hover span {
    background: #1b70b6;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.wpbm-slider-template-10.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.wpbm-slider-template-10.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #666;
    color: #fff;
}
/*slider template-10 css end */
/*--------------------------------------------------
Slider Layout css END
----------------------------------------------------*/
/*--------------------------------------------------
Magzine Layout css START
----------------------------------------------------*/

.wpbm-mag-wrapper .bx-wrapper,
.wpbm-mag-wrapper .bx-wrapper .bx-viewport,
.wpbm-content-block-container .bx-wrapper,
.wpbm-content-block-container .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: transparent;
}
/*mag-layout template-1 css start*/

.wpbm-content-template-1 .wpbm-mag-wrapper .wpbm-first-block-wrap,
.wpbm-content-template-1 .wpbm-mag-wrapper .wpbm-side-thumbnail-wrapper {
    float: left;
    width: 50%;
    text-align: left;
}
.wpbm-content-template-1 .wpbm-mag-wrapper .wpbm-first-block-wrap {
    padding-right: 10px;
}
.wpbm-content-template-1 .wpbm-mag-wrapper .wpbm-side-thumbnail-wrapper {
    padding-left: 10px;
}
/*.wpbm-content-template-1 .wpbm-side-content-block {
	margin-top:23px;
}
.wpbm-content-template-1 .wpbm-side-content-block:nth-of-type(1){
	margin-top:0;
}*/

.wpbm-content-template-1 .wpbm-side-content-block .wpbm-image-block,
.wpbm-content-template-1 .wpbm-side-content-block .wpbm-thumbnail-content-block {
    float: left;
}
.wpbm-content-template-1 .wpbm-side-content-block .wpbm-image-block {
    width: 30%;
}
.wpbm-content-template-1 .wpbm-side-content-block .wpbm-thumbnail-content-block {
    width: 70%;
    margin-top: 7px;
    padding-left: 18px;
}
.wpbm-content-template-1 .wpbm-first-wrap {
    position: relative;
}
.wpbm-content-template-1 .wpbm-category-wrap {
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-content-template-1 .wpbm-second-wrap {
    width: 90%;
    margin-top: -41px;
    display: inline-block;
    background: #fff;
    padding: 20px 7px;
    position: relative;
}
.wpbm-content-template-1 .wpbm-category-list a {
    display: inline-block;
    margin-right: 7px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background: #149eed;
    padding: 7px 12px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-1 .wpbm-category-list a:hover {
    background: #c7c6c8;
}
.wpbm-content-template-1 .wpbm-title {
    margin-bottom: 11px;
}
.wpbm-content-template-1 .wpbm-title a{
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.wpbm-content-template-1 .wpbm-title a:hover{
	color:#149eed;
}
.wpbm-content-template-1 .wpbm-meta-wrap {
    margin-bottom: 20px;
}
.wpbm-content-template-1 .wpbm-meta-wrap > div {
    padding: 0 9px;
    position: relative;
}
.wpbm-content-template-1 .wpbm-meta-wrap > div,
.wpbm-content-template-1 .wpbm-meta-wrap > div a{
    font-size: 15px;
    color: #666;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    display: inline-block;
}
.wpbm-content-template-1 .wpbm-meta-wrap > div a:hover{
	color:#149eed;
}
.wpbm-content-template-1 .wpbm-meta-wrap > div:nth-of-type(1) {
    padding-left: 0;
}
.wpbm-content-template-1 .wpbm-meta-wrap > div:before {
    position: absolute;
    content: "|";
    left: 0;
    top: 0;
    color: #2b2b2b;
}
.wpbm-content-template-1 .wpbm-meta-wrap > div:nth-of-type(1):before {
    content: none;
}
.wpbm-content-template-1 .wpbm-content {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2b2b2b;
    line-height: 1.5;
    margin-bottom: 21px;
}
.wpbm-content-template-1 .wpbm-link-button {
    margin-bottom: 20px;
}
.wpbm-content-template-1 .wpbm-link-button a {
    padding: 10px 19px;
    background: #fff;
    display: inline-block;
    color: #222222;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border: 1px solid #c7c6c8;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-1 .wpbm-link-button a:hover {
    border: 1px solid #c7c6c8;
    background: #149eed;
    color: #fff;
}
.wpbm-content-template-1 .wpbm-bottom-wrap {
    display: inline-block;
    width: 100%;
}
.wpbm-content-template-1 .wpbm-tag-list {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.wpbm-content-template-1 .wpbm-tag-list i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #2b2b2b;
    font-size: 14px;
}
.wpbm-content-template-1 .wpbm-tag-list a {
    font-size: 14px;
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-1 .wpbm-tag-list a:hover {
    color: #149eed;
}
.wpbm-content-template-1 .wpbm-inner-share {
    float: right;
}
.wpbm-content-template-1 .wpbm-inner-share a {
    color: #2b2b2b;
    font-size: 16px;
    display: inline-block;
    padding: 0 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-1 .wpbm-inner-share a:hover {
    color: #149eed;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.wpbm-content-template-1 .wpbm-image-block .wpbm-image {
    overflow: hidden;
}
.wpbm-content-template-1 .wpbm-image-block .wpbm-image a {
    display: inline-block;
    position: relative;
}
.wpbm-content-template-1 .wpbm-image-block .wpbm-image img {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-1 .wpbm-image-block .wpbm-image a:hover img {
    -webkit-transform: scale(1.0) translateZ(0);
    transform: scale(1.0) translateZ(0);
}
.wpbm-content-template-1 .wpbm-image-block .wpbm-image a:before {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-1 .wpbm-image-block .wpbm-image a:hover:before {
    background: rgba(255, 255, 255, 0);
}
.wpbm-content-template-1 .wpbm-thumbnail-title {
    line-height: 1.3;
    margin-bottom: 11px;
}
.wpbm-content-template-1 .wpbm-thumbnail-title a {
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 500;
    margin-bottom: 11px;
    font-family: 'Roboto', sans-serif;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-1 .wpbm-thumbnail-title a:hover {
    color: #149eed;
}
.wpbm-content-template-1 .wpbm-date-n-name > div {
    padding: 0 9px 0 13px;
    position: relative;
    margin-bottom: 5px;
}
.wpbm-content-template-1 .wpbm-date-n-name > div,
.wpbm-content-template-1 .wpbm-date-n-name > div a {
    font-size: 15px;
    color: #666;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    display: inline-block;
}
.wpbm-content-template-1 .wpbm-date-n-name > div a:hover{
	color:#149eed;
}
.wpbm-content-template-1 .wpbm-date-n-name > div:nth-of-type(1) {
    padding-left: 0;
}
.wpbm-content-template-1 .wpbm-date-n-name > div:before {
    position: absolute;
    content: "|";
    left: 0;
    top: 0;
    color: #2b2b2b;
}
.wpbm-content-template-1 .wpbm-date-n-name > div:nth-of-type(1):before {
    content: none;
}
/*mag-layout template-1 css end*/
/*mag-layout template-2 css start*/

.wpbm-content-template-2 .wpbm-mag-wrapper .wpbm-first-block-wrap,
.wpbm-content-template-2 .wpbm-mag-wrapper .wpbm-side-thumbnail-wrapper {
    float: left;
    text-align: left;
}
.wpbm-content-template-2 .wpbm-mag-wrapper .wpbm-first-block-wrap {
    width: 66.67%;
    padding-right: 24px;
}
.wpbm-content-template-2 .wpbm-mag-wrapper .wpbm-side-thumbnail-wrapper {
    width: 33.33%;
}
.wpbm-content-template-2 .wpbm-first-wrap {
    position: relative;
}
.wpbm-content-template-2 .wpbm-category-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
}
.wpbm-content-template-2 .wpbm-category-list a {
    display: inline-block;
    padding: 7px 11px;
    background: #ea685a;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-2 .wpbm-category-list a:hover {
    background: #e85747;
}
.wpbm-content-template-2 .wpbm-second-wrap {
    padding: 20px 0;
}
.wpbm-content-template-2 .wpbm-meta-wrap {
    margin-bottom: 10px;
}
.wpbm-content-template-2 .wpbm-meta-wrap > div {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    position: relative;
    margin-right: 26px;
}
.wpbm-content-template-2 .wpbm-meta-wrap > div > i {
    position: absolute;
    left: 0;
    top: 0;
}
.wpbm-content-template-2 .wpbm-meta-wrap > div,
.wpbm-content-template-2 .wpbm-meta-wrap > div a {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}
.wpbm-content-template-2 .wpbm-date,
.wpbm-content-template-2 .wpbm-comment-wrap,
.wpbm-content-template-2 .wpbm-author-name,
.wpbm-content-template-2 .wpbm-meta-wrap .wpbm-tag-list a {
    margin-bottom: 10px;
}
.wpbm-content-template-2 .wpbm-meta-wrap .wpbm-tag-list a:hover {
    color: #ea685a;
}
.wpbm-content-template-2 .wpbm-title {
    margin-bottom: 16px;
}
.wpbm-content-template-2 .wpbm-title a {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.wpbm-content-template-2 .wpbm-title a:hover {
    color: #ea685a;
}
.wpbm-content-template-2 .wpbm-content {
    font-family: 'Roboto Condensed', sans-serif;
    color: #747474;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 14px;
}
.wpbm-content-template-2 .wpbm-bottom-wrap {
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-flex-direction: center;
    -webkit-flex-direction: center;
    flex-direction: center;
}
.wpbm-content-template-2 .wpbm-link-button {
    float: left;
}
.wpbm-content-template-2 .wpbm-inner-share {
    float: right;
    margin-left: auto;
}
.wpbm-content-template-2 .wpbm-link-button a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 14px;
    background: #ea685a;
    padding: 11px 15px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-2 .wpbm-link-button a:hover {
    background: #e85747;
}
.wpbm-content-template-2 .wpbm-inner-share a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #00bf9d;
    font-size: 13px;
    color: #fff;
    margin: 2px;
    box-shadow: 0 0 0 4px rgba(255, 255, 25, 0);
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-2 .wpbm-inner-share a:hover {
    -webkit-animation: wpbm-spinAround 1s linear infinite;
    -moz-animation: wpbm-spinAround 1s linear infinite;
    animation: wpbm-spinAround 1s linear infinite;
}
@-webkit-keyframes wpbm-spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes wpbm-spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes wpbm-spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}
.wpbm-content-template-2 .wpbm-inner-share a.wpbm-social-item-fb {
    background: #1b70b6;
}
.wpbm-content-template-2 .wpbm-inner-share a.wpbm-social-item-tw {
    background: #38b4e7;
}
.wpbm-content-template-2 .wpbm-inner-share a.wpbm-social-item-ln {
    background: #0084bf;
}
.wpbm-content-template-2 .wpbm-inner-share a.wpbm-social-item-gp {
    background: #dd4b39;
}
.wpbm-content-template-2 .wpbm-inner-share a.wpbm-social-item-pn {
    background: #cb2027;
}
.wpbm-content-template-2 .wpbm-side-content-block {
    border: 1px solid #eee;
    border-top: 0;
    padding: 12px;
    max-width: 100%;
}
.wpbm-content-template-2 .wpbm-side-content-block:nth-of-type(1) {
    border-top: 1px solid #eee;
}
.wpbm-content-template-2 .wpbm-side-content-block .wpbm-image-block,
.wpbm-content-template-2 .wpbm-thumbnail-content-block {
    float: left;
}
.wpbm-content-template-2 .wpbm-side-content-block .wpbm-image-block {
    width: 39%;
}
.wpbm-content-template-2 .wpbm-thumbnail-content-block {
    width: 61%;
    padding-left: 12px;
    padding-top: 8px;
}
.wpbm-content-template-2 .wpbm-side-content-block .wpbm-image {
    position: relative;
    overflow: hidden;
}
.wpbm-content-template-2 .wpbm-side-content-block .wpbm-image  img{
	display:block;
 }
.wpbm-content-template-2 .wpbm-side-content-block .wpbm-image:hover img{
	-webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
.wpbm-content-template-2 .wpbm-side-content-block .wpbm-image:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(234, 104, 90, 0.5);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index:99;
}
.wpbm-content-template-2 .wpbm-side-content-block .wpbm-image:hover:before {
    top: 0;
}
.wpbm-content-template-2 .wpbm-thumbnail-title {
    margin-bottom: 12px;
}
.wpbm-content-template-2 .wpbm-thumbnail-title a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.wpbm-content-template-2 .wpbm-thumbnail-title a:hover {
    color: #ea685a;
}
.wpbm-content-template-2 .wpbm-thumbnail-date {
    font-size: 13px;
    position: relative;
    font-weight: 500;
    color: #666;
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 20px;
}
.wpbm-content-template-2 .wpbm-thumbnail-date:before {
    position: absolute;
    content: "\f073";
    font-family: Fontawesome;
    left: 0;
    top: 0;
}
/*mag-layout template-2 css   end*/
/*mag-layout template-3 css start*/

.wpbm-content-template-3 .wpbm-first-block-wrap {
    position: relative;
}
.wpbm-content-template-3 .wpbm-contain-wrap-all {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 473px;
    padding: 0 10px;
    text-align: center;
}
.wpbm-content-template-3 .wpbm-first-block-wrap .wpbm-image:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wpbm-content-template-3 .wpbm-contain-wrap-all .wpbm-contain-wrap-all-main {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    position: relative;
    padding: 24px 23px 18px;
}
.wpbm-content-template-3 .wpbm-category-list {
    margin-bottom: 13px;
}
.wpbm-content-template-3 .wpbm-category-list a {
    font-family: 'Merriweather', serif;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #149eed;
    font-weight: 500;
    padding: 0 8px 2px;
}
.wpbm-content-template-3 .wpbm-category-list a:hover {
    color: #777777;
}
.wpbm-content-template-3 .wpbm-title {
    margin-bottom: 3px;
}
.wpbm-content-template-3 .wpbm-title a {
    font-size: 26px;
    font-family: 'Merriweather', serif;
    line-height: 1.5;
    color: #333;
}
.wpbm-content-template-3 .wpbm-title a:hover{
	color:#149eed;
}
.wpbm-content-template-3 .wpbm-meta-wrap {
    margin-bottom: 10px;
}
.wpbm-content-template-3 .wpbm-meta-wrap > div {
    padding-left: 16px;
    position: relative;
}
.wpbm-content-template-3 .wpbm-meta-wrap > div,
.wpbm-content-template-3 .wpbm-meta-wrap > div a{
    display: inline-block;
    vertical-align: middle;
    color: #777777;
    font-size: 15px;
    font-family: 'Merriweather', serif;
    line-height: 1.3;
    font-weight: 500;
}
.wpbm-content-template-3 .wpbm-meta-wrap > div a:hover{
	color:#777;
}
.wpbm-content-template-3 .wpbm-meta-wrap > div:nth-of-type(1) {
    padding-left: 0;
}
.wpbm-content-template-3 .wpbm-meta-wrap .wpbm-author-name a{
    color: #149eed;
}
.wpbm-content-template-3 .wpbm-meta-wrap > div:nth-of-type(1):before {
    content: none;
}
.wpbm-content-template-3 .wpbm-meta-wrap > div:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}
.wpbm-content-template-3 .wpbm-content {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 14px;
}
.wpbm-content-template-3 .wpbm-link-button a {
    color: #fff;
    font-size: 12px;
    background-color: #149eed;
    border: 1px solid #149eed;
    display: inline-block;
    padding: 10px 31px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-3 .wpbm-link-button a:hover {
    background: transparent;
    color: #149eed;
    border-color: #149eed;
}
.wpbm-content-template-3 .wpbm-bottom-wrap {
    padding-top: 22px;
}
.wpbm-content-template-3 .wpbm-tag-list {
    float: left;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    position: relative;
    padding-left: 20px;
    text-align: left;
}
.wpbm-content-template-3 .wpbm-tag-list i {
    position: absolute;
    left: 0;
    top: 2px;
}
.wpbm-content-template-3 .wpbm-tag-list a {
    display: inline-block;
    font-family: 'Merriweather', serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 5px;
    color: #000;
}
.wpbm-content-template-3 .wpbm-tag-list a:hover {
    color: #149eed;
}
.wpbm-content-template-3 .wpbm-share-outer-wrap {
    float: right;
    position: relative;
}
.wpbm-content-template-3 .wpbm-share-outer-wrap i {
    width: 30px;
    text-align: center;
    color: #000;
    font-size: 17px;
    cursor: pointer;
}
.wpbm-content-template-3 .wpbm-share-outer-wrap .wpbm-share-wrap {
    position: absolute;
    bottom: 30px;
    right: 0;
    background-color: #fff;
    padding: 5px;
}
.wpbm-content-template-3 .wpbm-share-outer-wrap .wpbm-share-wrap a {
    display: block;
    border-top: 1px solid #eee;
    padding: 5px 0;
}
.wpbm-content-template-3 .wpbm-share-outer-wrap .wpbm-share-wrap a i {
    font-size: 12px;
}
.wpbm-content-template-3 .wpbm-side-thumbnail-wrapper {
    margin-top: 20px;
    margin: 20px -12px 0px;
}
.wpbm-content-template-3 .wpbm-side-thumbnail-wrapper .wpbm-side-content-block {
    width: 33.33%;
    float: left;
    padding: 0 12px;
    margin-bottom: 30px;
    text-align: center;
}
.wpbm-content-template-3 .wpbm-side-thumbnail-wrapper .wpbm-image-block {
    margin-bottom: 15px;
}
.wpbm-content-template-3 .wpbm-side-thumbnail-wrapper .wpbm-category-list {
    margin-bottom: 10px;
}
.wpbm-content-template-3 .wpbm-side-thumbnail-wrapper .wpbm-category-list a {
    font-size: 13px;
}
.wpbm-content-template-3 .wpbm-side-thumbnail-wrapper .wpbm-thumbnail-title {
    margin-bottom: 10px;
}
.wpbm-content-template-3 .wpbm-side-thumbnail-wrapper .wpbm-thumbnail-title a {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-family: 'Merriweather', serif;
}
.wpbm-content-template-3 .wpbm-side-thumbnail-wrapper .wpbm-thumbnail-title a:hover {
    color: #149eed;
}
.wpbm-content-template-3 .wpbm-side-thumbnail-wrapper .wpbm-thumbnail-content {
    font-family: 'Lato', sans-serif;
    color: #7f7e7e;
    font-weight: 400;
    line-height: 1.5;
}
.wpbm-content-template-3 .wpbm-mag-upper-wrap .wpbm-contain-wrap-all {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 100%;
}
/*mag-layout template-3 css   end*/
/*mag-layout template-4 css start*/

.wpbm-content-template-4 .wpbm-inner-wrap-contain {
    background: #ebe8e8;
    position: relative;
}
.wpbm-content-template-4 .wpbm-first-block-wrap,
.wpbm-content-template-4 .wpbm-side-thumbnail-wrapper {
    float: left;
}
.wpbm-content-template-4 .wpbm-first-block-wrap {
    width: 56%;
    padding-right: 25px;
}
.wpbm-content-template-4 .wpbm-side-thumbnail-wrapper {
    width: 44%;
    text-align: left;
}
.wpbm-content-template-4 .wpbm-first-block-wrap-inner {
    background: #ebe8e8;
    text-align: center;
}
.wpbm-content-template-4 .wpbm-top-header {
    padding: 25px 27px 20px;
}
.wpbm-content-template-4 .wpbm-title a {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #373737;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.wpbm-content-template-4 .wpbm-title a:hover {
    color: #fc754f;
}
.wpbm-content-template-4 .wpbm-meta-wrap > div{
    padding: 0 11px;
}
.wpbm-content-template-4 .wpbm-meta-wrap > div,
.wpbm-content-template-4 .wpbm-meta-wrap > div a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #373737;
    font-weight: 600;
}
.wpbm-content-template-4 .wpbm-meta-wrap > div a:hover{
	color:#e4a697;
}
.wpbm-content-template-4 .wpbm-author-name:before,
.wpbm-content-template-4 .wpbm-comment-wrap:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000;
    top: 50%;
    margin-top: -2px;
    left: 0;
}
.wpbm-content-template-4 .wpbm-category-wrap .wpbm-category-list {
    margin-bottom: 15px;
}
.wpbm-content-template-4 .wpbm-category-wrap .wpbm-category-list a {
    color: #e4a697;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 0 5px;
}
.wpbm-content-template-4 .wpbm-category-wrap .wpbm-category-list a:hover {
    color: #fc754f;
}
.wpbm-content-template-4 .wpbm-content-outer-wrap {
    padding: 22px 30px 11px;
}
.wpbm-content-template-4 .wpbm-content {
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 500;
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}
.wpbm-content-template-4 .wpbm-link-button a {
    display: inline-block;
    color: #e4a697;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    padding: 10px 0;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-4 .wpbm-link-button a:hover {
    letter-spacing: 5px;
}
.wpbm-content-template-4 .wpbm-link-button a:after,
.wpbm-content-template-4 .wpbm-link-button a:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(228, 166, 151, 0);
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wpbm-content-template-4 .wpbm-link-button a:after {
    bottom: 0;
}
.wpbm-content-template-4 .wpbm-link-button a:before {
    top: 0;
}
.wpbm-content-template-4 .wpbm-link-button a:hover:after,
.wpbm-content-template-4 .wpbm-link-button a:hover:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #e4a697;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}
.wpbm-content-template-4 .wpbm-link-button a:hover:before {
    width: 100%;
}
.wpbm-content-template-4 .wpbm-bottom-wrap {
    display: table;
    background: #e4a697;
    width: 100%;
}
.wpbm-content-template-4 .wpbm-bottom-wrap > div {
    width: 33.33%;
    display: table-cell;
    vertical-align: top;
    vertical-align: middle;
    padding: 0px 3px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.wpbm-content-template-4 .wpbm-tag-list {
    text-align: right;
}
.wpbm-content-template-4 .wpbm-tag-list a {
    padding: 12px 8px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    background: #e4a697;
    color: #fff;
    border-left: 1px solid #edc3b9;
    text-align: center;
}
.wpbm-content-template-4 .wpbm-tag-list a:hover {
    color: #fc754f;
}
.wpbm-content-template-4 .wpbm-tag-list i {
    margin-right: 5px;
}
.wpbm-content-template-4 .wpbm-share-wrap {
    text-align: left;
}
.wpbm-content-template-4 .wpbm-share-wrap a {
    display: inline-block;
    min-width: 35px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    padding: 10px 7px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-right: 1px solid #edc3b9;
}
.wpbm-content-template-4 .wpbm-share-wrap a:hover {
    color: #fc754f;
}
.wpbm-content-template-4 .wpbm-side-thumbnail-wrapper .wpbm-side-content-block {
    background: #ebe8e8;
}
.wpbm-content-template-4 .wpbm-side-thumbnail-wrapper .wpbm-side-content-block .wpbm-image-block,
.wpbm-content-template-4 .wpbm-side-thumbnail-wrapper .wpbm-side-content-block .wpbm-thumbnail-content-block {
    float: left;
}
.wpbm-content-template-4 .wpbm-side-thumbnail-wrapper .wpbm-side-content-block .wpbm-image-block {
    width: 40%;
}
.wpbm-content-template-4 .wpbm-side-thumbnail-wrapper .wpbm-side-content-block .wpbm-thumbnail-content-block {
    width: 60%;
    padding: 17px 16px;
}
.wpbm-content-template-4 .wpbm-thumbnail-title {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #373737;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.wpbm-content-template-4 .wpbm-thumbnail-content {
    font-size: 13px;
    color: #6a6a6a;
    font-weight: 500;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}
.wpbm-content-template-4 .wpbm-thumbnail-meta-wrap > div{
    padding: 0 11px;
}
.wpbm-content-template-4 .wpbm-thumbnail-meta-wrap > div,
.wpbm-content-template-4 .wpbm-thumbnail-meta-wrap > div a{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #373737;
    font-weight: 600;
}
.wpbm-content-template-4 .wpbm-thumbnail-meta-wrap > div a:hover{
	color:#e4a697;
}
.wpbm-content-template-4 .wpbm-thumbnail-meta-wrap .wpbm-thumbnail-date {
    padding-left: 0;
}
.wpbm-content-template-4 .wpbm-thumbnail-author-name:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000;
    top: 50%;
    margin-top: -1px;
    left: 0;
}
/*mag-layout template-4 css   end*/
/*mag-layout template-5 css start*/

.wpbm-content-template-5 {
    text-align: center;
}
.wpbm-content-template-5 .wpbm-first-block-wrap {
    display: inline-block;
    position: relative;
    text-align: left;
    overflow: hidden;
}
.wpbm-content-template-5 .wpbm-first-block-wrap .wpbm-image:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wpbm-content-template-5 .wpbm-first-block-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}
.wpbm-content-template-5 .wpbm-contain-wrap-all {
    position: absolute;
    left: 0;
    padding: 0 10% 10%;
    width: 75%;
    bottom: 0;
}
.wpbm-content-template-5 .wpbm-category-list a {
    display: inline-block;
    padding: 6px 8px;
    font-size: 11px;
    font-weight: 400;
    background: #d65e1a;
    color: #fff;
    border: 2px solid transparent;
    text-transform: uppercase;
    margin: 0 5px 5px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-5 .wpbm-category-list a:hover {
    background: #d65e1a;
    border-color: transparent;
}
.wpbm-content-template-5 .wpbm-category-list a:hover {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.wpbm-content-template-5 .wpbm-category-wrap {
    margin-bottom: 17px;
}
.wpbm-content-template-5 .wpbm-category-list a:nth-of-type(1) {
    margin-left: 0;
}
.wpbm-content-template-5 .wpbm-meta-wrap {
    display: -webkit-flex;
    ;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 7px;
}
.wpbm-content-template-5 .wpbm-meta-data {
    float: left;
}
.wpbm-content-template-5 .wpbm-meta-data > div {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    margin-right: 19px;
    position: relative;
    padding-left: 25px;
}
.wpbm-content-template-5 .wpbm-meta-data > div i {
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-content-template-5 .wpbm-author-name {
    float: right;
    margin-left: auto;
    margin-bottom: 5px;
}
.wpbm-content-template-5 .wpbm-meta-data > div,
.wpbm-content-template-5 .wpbm-author-name a{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}
.wpbm-content-template-5 .wpbm-author-name img {
    display: inline-block;
    width: 29px;
    height: 29px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-content-template-5 .wpbm-title {
    margin-bottom: 15px;
}
.wpbm-content-template-5 .wpbm-title a {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
}
.wpbm-content-template-5 .wpbm-title a:hover {
    color: #d65e1a;
}
.wpbm-content-template-5 .wpbm-content {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}
.wpbm-content-template-5 .wpbm-link-button {
    margin-bottom: 33px;
}
.wpbm-content-template-5 .wpbm-link-button a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-5 .wpbm-link-button a:hover {
    color: #d65e1a;
}
.wpbm-content-template-5 .wpbm-bottom-wrap > div {
    display: inline-block;
    vertical-align: top;
}
.wpbm-content-template-5 .wpbm-bottom-wrap > div a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding: 5px 16px;
    text-transform: uppercase;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0 3px 3px 0;
}
.wpbm-content-template-5 .wpbm-bottom-wrap > div a:hover {
    border-color: transparent;
    background: #d65e1a;
}
.wpbm-content-template-5 .wpbm-share-outer-wrap {
    position: relative;
    cursor: pointer;
}
.wpbm-content-template-5 .wpbm-share-outer-wrap .fa-share {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #fff;
    color: #818181;
    text-align: center;
    display: inline-block;
}
.wpbm-content-template-5 .wpbm-share-outer-wrap .wpbm-share-wrap {
    position: absolute;
    white-space: nowrap;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-5 .wpbm-share-outer-wrap:hover .wpbm-share-wrap {
    opacity: 1;
    visibility: visible;
    left: 100%;
}
.wpbm-content-template-5 .wpbm-side-thumbnail-wrapper {
    margin: 22px 0 0;
}
.wpbm-content-template-5 .wpbm-side-thumbnail-wrapper .wpbm-side-content-block {
    width: 50%;
    float: left;
    padding-right: 13px;
}
.wpbm-content-template-5 .wpbm-side-thumbnail-wrapper .wpbm-side-content-block:nth-of-type(2n) {
    padding-left: 13px;
    padding-right: 0;
}
.wpbm-content-template-5 .wpbm-side-content-block-inner {
    padding: 22px 0;
    border-top: 1px solid #eee;
}
.wpbm-content-template-5 .wpbm-side-content-block:nth-child(1) .wpbm-side-content-block-inner,
.wpbm-content-template-5 .wpbm-side-content-block:nth-child(2) .wpbm-side-content-block-inner {
    border-top: 0;
}
.wpbm-content-template-5 .wpbm-side-thumbnail-wrapper .wpbm-image-block,
.wpbm-content-template-5 .wpbm-side-thumbnail-wrapper .wpbm-thumbnail-content-block {
    float: left;
    text-align: left;
}
.wpbm-content-template-5 .wpbm-side-thumbnail-wrapper .wpbm-image-block {
    width: 91px;
}
.wpbm-content-template-5 .wpbm-side-thumbnail-wrapper .wpbm-thumbnail-content-block {
    width: -moz-calc(100% - 91px);
    width: -webkit-calc(100% - 91px);
    width: calc(100% - 91px);
    padding-left: 15px;
}
.wpbm-content-template-5 .wpbm-thumbnail-title {
    margin-bottom: 7px;
}
.wpbm-content-template-5 .wpbm-thumbnail-title a {
    font-family: 'Roboto', sans-serif;
    color: #d95e00;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}
.wpbm-content-template-5 .wpbm-thumbnail-title a:hover {
    color: #777;
}
.wpbm-content-template-5 .wpbm-thumbnail-content {
    color: #4a4a4a;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 7px;
}
.wpbm-content-template-5 .wpbm-thumbnail-meta-wrap > div {
    position: relative;
    font-size: 11px;
    color: #777;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 20px;
    margin-right: 18px;
}
.wpbm-content-template-5 .wpbm-thumbnail-meta-wrap > div i {
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-content-template-5 .wpbm-masonry-upper-wrap .wpbm-contain-wrap-all {
    position: static;
    padding: 0;
    width: 100%;
}
.wpbm-content-template-5 .wpbm-first-block-wrap.wpbm-masonry-upper-wrap:before {
    content: none;
}
.wpbm-content-template-5 .wpbm-masonry-upper-wrap .wpbm-meta-data > div,
.wpbm-content-template-5 .wpbm-masonry-upper-wrap .wpbm-author-name,
.wpbm-content-template-5 .wpbm-masonry-upper-wrap .wpbm-title a,
.wpbm-content-template-5 .wpbm-masonry-upper-wrap .wpbm-content,
.wpbm-content-template-5 .wpbm-masonry-upper-wrap .wpbm-link-button a {
    color: #666;
}
.wpbm-content-template-5 .wpbm-masonry-upper-wrap .wpbm-bottom-wrap > div a {
    color: #d65e1a;
    border: 2px solid #d65e1a;
}
.wpbm-content-template-5 .wpbm-masonry-upper-wrap .wpbm-bottom-wrap > div a:hover {
    color: #fff;
}
.wpbm-content-template-5 .wpbm-masonry-upper-wrap .wpbm-category-list a:hover {
    color: #d65e1a;
    border: 2px solid #d65e1a;
}
/*mag-layout template-5 css   end*/
/*mag-layout template-6 css start*/

.wpbm-content-template-6 {
    text-align: left;
}
.wpbm-content-template-6 .wpbm-first-block-wrap {
    width: 75%;
    float: right;
    padding-left: 30px;
}
.wpbm-content-template-6 .wpbm-side-thumbnail-wrapper {
    float: left;
    width: 25%;
}
.wpbm-content-template-6 .wpbm-image {
    margin-bottom: 20px;
}
.wpbm-content-template-6 .wpbm-car-meta-wrap {
    margin-bottom: 5px;
}
.wpbm-content-template-6 .wpbm-car-meta-wrap > div {
    display: inline-block;
    vertical-align: bottom;
}
.wpbm-content-template-6 .wpbm-category-list a,
.wpbm-content-template-6 .wpbm-date,
.wpbm-content-template-6 .wpbm-author-name a{
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    color: #959595;
}
.wpbm-content-template-6 .wpbm-category-list a, 
.wpbm-content-template-6 .wpbm-author-name a{

    display: inline-block;
    color: #e72856;
    padding: 0 5px;
}
.wpbm-content-template-6 .wpbm-author-name a:hover{
	color:#222;
}
.wpbm-content-template-6 .wpbm-date,
.wpbm-content-template-6 .wpbm-author-name {
    padding: 0 5px 0px 15px;
    position: relative;
}
.wpbm-content-template-6 .wpbm-date:before,
.wpbm-content-template-6 .wpbm-author-name:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
}
.wpbm-content-template-6 .wpbm-title {
    padding-left: 3px;
}
.wpbm-content-template-6 .wpbm-title a{
    color: #3c3c3c;
    font-weight: 400;
    font-size: 26px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
}
.wpbm-content-template-6 .wpbm-title a:hover{
	color:#e82956;
}
.wpbm-content-template-6 .wpbm-content {
    color: #737373;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    margin-bottom: 12px;
    padding-left: 3px;
}
.wpbm-content-template-6 .wpbm-link-button {
    margin-bottom: 15px;
    padding-left: 3px;
}
.wpbm-content-template-6 .wpbm-link-button a {
    display: inline-block;
    color: #fff;
    background: #e82956;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    padding: 13px 12px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
.wpbm-content-template-6 .wpbm-link-button a:before {
    content: '';
    position: absolute;
    border: #e82956 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
@-webkit-keyframes wpbm-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@keyframes wpbm-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
.wpbm-content-template-6 .wpbm-link-button a:hover:before {
    -webkit-animation-name: wpbm-ripple-out;
    animation-name: wpbm-ripple-out;
}
.wpbm-content-template-6 .wpbm-tag-list a {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    padding: 12px 16px;
    border: 1px solid #e9e9e9;
    margin: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-6 .wpbm-tag-list a:hover {
    color: #e82956;
    border-color: #e82956;
}
.wpbm-content-template-6 .wpbm-car-bottom-wrap > div {
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
}
.wpbm-content-template-6 .wpbm-comment-outer-wrap {
    position: relative;
    padding-left: 44px;
}
.wpbm-content-template-6 .wpbm-comment-wrap,
.wpbm-content-template-6 .wpbm-comment-icon,
.wpbm-content-template-6 .wpbm-share-container,
.wpbm-content-template-6 .wpbm-share-wrap a {
    width: 38px;
    height: 38px;
    border: 1px solid #e9e9e9;
    line-height: 38px;
    text-align: center;
    background: #fff;
    color: #2b2b2b;
    font-size: 13px;
}
.wpbm-content-template-6 .wpbm-comment-wrap {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Source Sans Pro', sans-serif;
}
.wpbm-content-template-6 .wpbm-car-bottom-wrap,
.wpbm-content-template-6 .wpbm-car-metadata-wrap {
    width: 50%;
}
.wpbm-content-template-6 .wpbm-car-bottom-wrap {
    float: left;
}
.wpbm-content-template-6 .wpbm-car-metadata-wrap {
    float: right;
    text-align: right;
}
.wpbm-content-template-6 .wpbm-share-container {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-6 .wpbm-share-container:hover {
    border-color: #e72856;
    background: #e72856;
    color: #fff;
}
.wpbm-content-template-6 .wpbm-share-wrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-6 .wpbm-share-container:hover .wpbm-share-wrap {
    opacity: 1;
    visibility: visible;
}
.wpbm-content-template-6 .wpbm-share-wrap a {
    display: block;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-6 .wpbm-share-wrap a:hover {
    background: #e72856;
    color: #fff;
    border-color: #e72856;
}
.wpbm-content-template-6 .wpbm-side-content-block {
    margin-top: 10px;
    padding-bottom: 10px;
}
.wpbm-content-template-6 .wpbm-side-content-block:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-content-template-6 .wpbm-thumbnail-meta-wrap > div {
    display: inline-block;
    vertical-align: top;
    color: #959595;
}
.wpbm-content-template-6 .wpbm-thumbnail-category-wrap .wpbm-thumbnail-category-list a,
.wpbm-content-template-6 .wpbm-thumbnail-meta-wrap .wpbm-thumbnail-date {
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
}
.wpbm-content-template-6 .wpbm-thumbnail-category-list a {
    display: inline-block;
    color: #e72856;
    margin-right: 10px;
    vertical-align: top;
}
.wpbm-content-template-6 .wpbm-thumbnail-title a {
    color: #3c3c3c;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    line-height: 1.5;
}
.wpbm-content-template-6 .wpbm-category-list a:hover,
.wpbm-content-template-6 .wpbm-thumbnail-category-list a:hover {
    color: #3c3c3c;
}
.wpbm-content-template-6 .wpbm-thumbnail-title a:hover {
    color: #e72856;
}
/*mag-layout template-6 css   end*/
/*mag-layout template-7 css start*/

.wpbm-content-template-7.wpbm-img-background {
    background-image: url(http://localhost/wp-blog/wp-content/uploads/2017/05/bg.png);
    background-size: cover;
}
.wpbm-content-template-7 .wpbm-seven-content {
    position: relative;
    padding: 100px;
    text-align: left;
}
.wpbm-content-template-7 .wpbm-seven-content span {
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}
.wpbm-content-template-7 .wpbm-category-wrap {
    margin-bottom: 11px;
}
.wpbm-content-template-7 .wpbm-category-list a {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 9px 14px;
    border: 1px solid #fff;
    display: inline-block;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-7 .wpbm-category-list a:hover {
    background: #fff;
    color: #222;
}
.wpbm-content-template-7 .wpbm-title {
    margin-bottom: 10px;
}
.wpbm-content-template-7 .wpbm-title a{
    font-size: 43px;
    color: #fff;
    font-weight: 400;
    font-family: 'Merriweather', serif;
}
.wpbm-content-template-7 .wpbm-title a:hover{
	color:#00bf9d;
}
.wpbm-content-template-7 .wpbm-car-meta-wrap {
    margin-bottom: 13px;
}
.wpbm-content-template-7 .wpbm-car-meta-wrap > div {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-right: 15px;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    margin-bottom: 5px;
}
.wpbm-content-template-7 .wpbm-car-meta-wrap > div i {
    position: absolute;
    left: 0;
    top: 0;
}
.wpbm-content-template-7 .wpbm-car-content {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
    margin-bottom: 19px;
}
.wpbm-content-template-7 .wpbm-link-button {
    margin-bottom: 18px;
}
.wpbm-content-template-7 .wpbm-link-button a {
    font-size: 14px;
    font-weight: 300;
    background: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 9px 14px;
    color: #222;
    display: inline-block;
    -webkit-transition: all 0.5 ease-in-out;
    transition: all 0.5 ease-in-out;
    border: 1px solid transparent;
}
.wpbm-content-template-7 .wpbm-link-button a:hover {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.wpbm-content-template-7 .wpbm-car-metadata-wrap {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 14px;
}
.wpbm-content-template-7 .wpbm-share-wrap {
    float: left;
}
.wpbm-content-template-7 .wpbm-tag-list {
    float: right;
    margin-left: auto;
}
.wpbm-content-template-7 .wpbm-share-wrap a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    background: #00bf9d;
    color: #fff;
    display: inline-block;
    margin: 0 2px 2px 0;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    margin-bottom: 5px;
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0);
}
.wpbm-content-template-7 .wpbm-share-wrap .wpbm-fb {
    background: #1b70b6;
}
.wpbm-content-template-7 .wpbm-share-wrap .wpbm-tw {
    background: #38b4e7;
}
.wpbm-content-template-7 .wpbm-share-wrap .wpbm-ln {
    background: #0084bf;
}
.wpbm-content-template-7 .wpbm-share-wrap .wpbm-gp {
    background: #dd4b39;
}
.wpbm-content-template-7 .wpbm-share-wrap .wpbm-pn {
    background: #cb2027;
}
.wpbm-content-template-7 .wpbm-share-wrap a:hover {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0);
}
.wpbm-content-template-7 .wpbm-tag-list a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    margin-left: 9px;
    margin-bottom: 5px;
}
.wpbm-content-template-7 .wpbm-author-name a{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}
.wpbm-content-template-7 .wpbm-author-name a:hover{
	color:#00bf9d;
}
.wpbm-content-template-7 .wpbm-author-name img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}
.wpbm-content-template-7 .wpbm-mag-wrapper,
.wpbm-content-template-7 .wpbm-side-thumbnail-wrapper {
    float: left;
    width: 50%;
    position: relative;
}
.wpbm-content-template-7 .wpbm-mag-wrapper {
    padding-right: 20px;
}
.wpbm-content-template-7 .wpbm-side-thumbnail-wrapper {
    padding-left: 20px;
}
.wpbm-content-template-7 .wpbm-side-content-block {
    padding: 20px 0;
    border-top: 2px solid #fff;
}
.wpbm-content-template-7 .wpbm-side-content-block:nth-of-type(1) {
    border-top: 0;
}
.wpbm-content-template-7 .wpbm-thumbnail-date {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 14px;
}
.wpbm-content-template-7 .wpbm-thumbnail-date i {
    position: absolute;
    top: 0;
    left: 0;
}
.wpbm-content-template-7 .wpbm-thumbnail-title {
    margin-bottom: 14px;
}
.wpbm-content-template-7 .wpbm-thumbnail-title a {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.wpbm-content-template-7 .wpbm-thumbnail-content {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
}
.wpbm-content-template-7 .wpbm-tag-list a:hover,
.wpbm-content-template-7 .wpbm-thumbnail-title a:hover {
    color: #00bf9d;
}
/*mag-layout template-7 css   end*/
/*mag-layout template-8 css start*/

.wpbm-content-template-8 .wpbm-first-block-wrap {
    width: 60%;
    float: left;
    padding-right: 25px;
}
.wpbm-content-template-8 .wpbm-side-thumbnail-wrapper {
    width: 40%;
    float: right;
}
.wpbm-content-template-8 .wpbm-author-image {
    width: 15%;
    position: relative;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.wpbm-content-template-8 .wpbm-upper-content {
    margin-bottom: 25px;
}
.wpbm-content-template-8 .wpbm-author-image:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.wpbm-content-template-8 .wpbm-author-image img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.wpbm-content-template-8 .wpbm-title-meta-wrap {
    width: 85%;
    float: left;
    padding-left: 15px;
    text-align:left;
}
.wpbm-content-template-8 .wpbm-title {
    margin-bottom: 10px;
}
.wpbm-content-template-8 .wpbm-title a{
    font-family: 'Merriweather', serif;
    font-size: 38px;
    color: #000;
    line-height: 1.3;
    font-weight: 400;
}
.wpbm-content-template-8 .wpbm-author-name {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}
.wpbm-content-template-8 .wpbm-author-meta-wrap {
    float: right;
}
.wpbm-content-template-8 .wpbm-author-meta-wrap > div {
    display: inline-block;
    vertical-align: middle;
}
.wpbm-content-template-8 .wpbm-author-name a{
    font-family: 'Merriweather', serif;
    font-size: 14px;
    color: #1c70b8;
    font-weight: 400;
}
.wpbm-content-template-8 .wpbm-author-name a:hover,
.wpbm-content-template-8 .wpbm-title a:hover{
	color:#1b71b7;
}
.wpbm-content-template-8 .wpbm-comment-wrap {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    margin-right: 25px;
    margin-bottom: 5px;
}
.wpbm-content-template-8 .wpbm-comment-wrap i {
    color: #999999;
    font-size: 16px;
}
@-webkit-keyframes wpbm-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes wpbm-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.wpbm-content-template-8 .wpbm-share-wrap a {
    display: inline-block;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    margin-bottom: 5px;
}
.wpbm-content-template-8 .wpbm-share-wrap a i {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
    background: #00bf9d;
    color: #fff;
}
.wpbm-content-template-8 .wpbm-share-wrap a:hover i {
    -webkit-animation-name: wpbm-pulse;
    animation-name: wpbm-pulse;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.wpbm-content-template-8 .wpbm-share-wrap a .fa-facebook {
    background: #1b70b6;
}
.wpbm-content-template-8 .wpbm-share-wrap a .fa-twitter {
    background: #38b4e7;
}
.wpbm-content-template-8 .wpbm-share-wrap a .fa-linkedin {
    background: #0084bf;
}
.wpbm-content-template-8 .wpbm-share-wrap a .fa-google-plus {
    background: #dd4b39;
}
.wpbm-content-template-8 .wpbm-share-wrap a .fa-pinterest {
    background: #cb2027;
}
.wpbm-content-template-8 .wpbm-lower-wrap {
    padding: 30px 0;
}
.wpbm-content-template-8 .wpbm-first-wrap {
    width: 101px;
    float: left;
    padding: 0 8px;
    text-align: center;
}
.wpbm-content-template-8 .wpbm-second-wrap {
    width: -moz-calc(100% - 101px);
    width: -webkit-calc(100% - 101px);
    width: calc(100% - 101px);
    float: left;
    padding-left: 25px;
}
.wpbm-content-template-8 .wpbm-category-list a {
    margin-bottom: 5px;
}
.wpbm-content-template-8 .wpbm-date-main {
    background: #1b71b7;
    padding: 11px 0;
    margin-bottom: 5px;
}
.wpbm-content-template-8 .wpbm-date-main div {
    color: #fff;
    font-family: 'Merriweather', serif;
    font-weight: 400;
}
.wpbm-content-template-8 .wpbm-date-day {
    font-size: 38px;
    margin-bottom: 7px;
}
.wpbm-content-template-8 .wpbm-month {
    font-size: 20px;
}
.wpbm-content-template-8 .wpbm-category-list a,
.wpbm-content-template-8 .wpbm-tag-header {
    display: block;
    padding: 6px 0;
    background: #1b71b7;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-weight: 400;
}
.wpbm-content-template-8 .wpbm-category-list a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 4px 0;
    border: 2px solid #1b71b7;
}
.wpbm-content-template-8 .wpbm-category-list a:hover {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #fff;
    color: #1b71b7;
}
.wpbm-content-template-8 .wpbm-tag-header {
    margin-bottom: 19px;
}
.wpbm-content-template-8 .wpbm-tag-list a {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    max-width: 100%;
    word-break: break-all;
    display: block;
    margin-bottom: 15px;
}
.wpbm-content-template-8 .wpbm-tag-list a:hover {
    color: #1b71b7;
}
.wpbm-content-template-8 .wpbm-content {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
    margin-bottom: 25px;
}
.wpbm-content-template-8 .wpbm-link-button a {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    background: #1b71b7;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 12px 17px;
    border: 2px solid #1b71b7;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-8 .wpbm-link-button a:hover {
    background: #fff;
    color: #1b71b7;
}
.wpbm-content-template-8 .wpbm-image-block,
.wpbm-content-template-8 .wpbm-thumbnail-content-block {
    float: left;
}
.wpbm-content-template-8 .wpbm-image-block {
    width: 30%;
}
.wpbm-content-template-8 .wpbm-image-block .wpbm-image:hover img{
	-webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
.wpbm-content-template-8 .wpbm-thumbnail-content-block {
    width: 70%;
    padding-left: 20px;
}
.wpbm-content-template-8 .wpbm-side-content-block {
    border: 1px solid #f2f2f2;
    margin-top: 10px;
    padding: 10px;
    text-align:left;
}
.wpbm-content-template-8 .wpbm-side-content-block:nth-of-type(1) {
    margin-top: 0;
}
.wpbm-content-template-8 .wpbm-thumbnail-title {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    color: #000;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 10px;
}
.wpbm-content-template-8 .wpbm-thumbnail-content {
    font-family: 'Merriweather', serif;
    font-size: 12px;
    line-height: 1.4;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}
.wpbm-content-template-8 .wpbm-thumbnail-meta-wrap > div {
    margin-right: 10px;
}
.wpbm-content-template-8 .wpbm-thumbnail-meta-wrap > div,
.wpbm-content-template-8 .wpbm-thumbnail-meta-wrap > div a{
    display: inline-block;
    font-family: 'Merriweather', serif;
    font-size: 10px;
    line-height: 1.4;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}
/*mag-layout template-8 css end*/
/*mag-layout template-9 css   start*/

.wpbm-content-template-9 .wpbm-contain-wrap-all-main > .wpbm-clearfix {
    display: table;
    width: 100%;
}
.wpbm-content-template-9 .wpbm-first-block-wrap + .wpbm-side-thumbnail-wrapper {
    margin-top: 30px;
}
.wpbm-content-template-9 .wpbm-image-container,
.wpbm-content-template-9 .wpbm-bottom-wrap {
    display: table-cell;
    vertical-align: top;
}
.wpbm-content-template-9 .wpbm-image-container {
    width: 30%;
    position: relative;
}
.wpbm-content-template-9 .wpbm-bottom-wrap {
    width: 70%;
    background: #f9f9f9;
}
.wpbm-content-template-9 .wpbm-author-name {
    position: absolute;
    top: 13px;
    left: 19px;
    z-index:99;
}
.wpbm-content-template-9 .wpbm-author-name a{
    font-size: 18px;
    color: #fff;
    font-family: 'Amatic SC', cursive;
    font-weight: 500;
}
.wpbm-content-template-9 .wpbm-author-name img {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid #fff;
    margin-right: 12px;
    display:inline-block;
    vertical-align:middle;
}
.wpbm-content-template-9 .wpbm-category-list a {
    display: inline-block;
    font-size: 18px;
    font-family: 'Amatic SC', cursive;
    background: #396cae;
    padding: 6px 17px;
    color: #fff;
    margin-right: 2px;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-9 .wpbm-category-list a:hover {
    background: #0e83cd;
}
.wpbm-content-template-9 .wpbm-title {
    padding: 0 10px 0 29px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.wpbm-content-template-9 .wpbm-title a{
    color: #222;
    font-family: 'Amatic SC', cursive;
    font-size: 34px;
}
.wpbm-content-template-9 .wpbm-title a:hover{
	color:#396cae;
}
.wpbm-content-template-9 .wpbm-meta-and-content-wrap {
    display: table;
    width: 100%;
    margin-bottom: 18px;
}
.wpbm-content-template-9 .wpbm-meta-wrap {
    width: 120px;
    padding: 0 10px;
    text-align: center;
}
.wpbm-content-template-9 .wpbm-content {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    border-left: 1px solid #bbbbbb;
    padding: 0 10px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
}
.wpbm-content-template-9 .wpbm-meta-wrap,
.wpbm-content-template-9 .wpbm-content {
    display: table-cell;
    vertical-align: middle;
}
.wpbm-content-template-9 .wpbm-meta-wrap > div {
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
}
.wpbm-content-template-9 .wpbm-date-day {
    font-size: 24px;
    font-weight: 700;
}
.wpbm-content-template-9 .wpbm-tag-list {
    padding-left: 120px;
    position: relative;
    margin-bottom: 20px;
}
.wpbm-content-template-9 .wpbm-tag-list span {
    width: 120px;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: right;
    padding-right: 15px;
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-size: 14px;
    transform: translateY(-50%);
}
.wpbm-content-template-9 .wpbm-anchor-tag a {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding: 8px 8px 8px 0;
    background: #0e83cd;
    margin: 0 0px 5px 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-9 .wpbm-anchor-tag a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 13px 15px 0;
    border-color: transparent #0e83cd transparent transparent;
    right: 100%;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-9 .wpbm-anchor-tag a:hover {
    background: #396cae;
}
.wpbm-content-template-9 .wpbm-anchor-tag a:hover:before {
    border-color: transparent #396cae transparent transparent;
}
.wpbm-content-template-9 .wpbm-lower-meta {
    background: #e6e6e6;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.wpbm-content-template-9 .wpbm-share-wrap {
    float: left;
    font-family: 'Amatic SC', cursive;
    font-size: 26px;
    color: #767676;
    padding: 5px 13px;
}
.wpbm-content-template-9 .wpbm-link-button {
    float: right;
    margin-left: auto;
}
.wpbm-content-template-9 .wpbm-link-button a {
    display: inline-block;
    background: #f01e57;
    color: #fff;
    font-family: 'Amatic SC', cursive;
    font-size: 34px;
    padding: 11px 16px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-9 .wpbm-link-button a:hover {
    background: #767676;
}
.wpbm-content-template-9 .wpbm-share-wrap .wpbm-share-wrap-contain {
    display: inline-block;
    margin-left: 15px;
}
.wpbm-content-template-9 .wpbm-share-wrap .wpbm-share-wrap-contain a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    background: #767676;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-9 .wpbm-share-wrap .wpbm-share-wrap-contain a:hover {
    background: #0e83cd;
}
.wpbm-content-template-9 .wpbm-side-thumbnail-wrapper {
    margin: 0 -10px;
}
.wpbm-content-template-9 .wpbm-side-content-block {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 7px;
}
.wpbm-content-template-9 .wpbm-side-content-inner-block {
    border: 1px solid #eee;
    padding: 10px 10px 15px;
    background: #f9f9f9;
}
.wpbm-content-template-9 .wpbm-image{
	position:relative;
	display:block;
	overflow: hidden;
}
.wpbm-content-template-9 .wpbm-image:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,0.4);
	z-index:9;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.wpbm-content-template-9 .wpbm-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-9  .wpbm-image:hover img,
.wpbm-content-template-9 .wpbm-side-content-inner-block:hover .wpbm-image img{
    -webkit-transform: scale(1.0);
    transform: scale(1.00);
}
.wpbm-content-template-9 .wpbm-image:hover:before{
	background:rgba(255,255,255,0.4);
}
.wpbm-content-template-9 .wpbm-thumbnail-content-block {
    padding-top: 10px;
}
.wpbm-content-template-9 .wpbm-thumbnail-category-wrap {
    margin-bottom: 7px;
}
.wpbm-content-template-9 .wpbm-thumbnail-category-list a {
    display: inline-block;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #222;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.wpbm-content-template-9 .wpbm-thumbnail-date {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.wpbm-content-template-9 .wpbm-thumbnail-title a {
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.wpbm-content-template-9 .wpbm-thumbnail-category-list a:hover,
.wpbm-content-template-9 .wpbm-thumbnail-title a:hover {
    color: #0e83cd;
}
/*mag-layout template-9 css end*/
/*mag-layout template-10 css start*/

.wpbm-content-template-10 .wpbm-first-block-wrap,
.wpbm-content-template-10 .wpbm-side-thumbnail-wrapper {
    float: left;
}
.wpbm-content-template-10 .wpbm-first-block-wrap {
    width: 60%;
}
.wpbm-content-template-10 .wpbm-side-thumbnail-wrapper {
    width: 40%;
    padding-left: 25px;
}
.wpbm-content-template-10 .wpbm-img-left-wrap-main,
.wpbm-content-template-10 .wpdm-social-bottom-content {
    padding-left: 55px;
}
.wpbm-content-template-10 .wpdm-social-bottom-content {
    position: relative;
    padding-bottom: 10px;
}
.wpbm-content-template-10 .wpbm-share-wrap {
    position: absolute;
    left: 0;
    top: 0;
}
.wpbm-content-template-10 .wpbm-share-wrap a {
    display: block;
    text-align: center;
    width: 39px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e7e7e7;
    border-top: 0;
    font-size: 14px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-10 .wpbm-share-wrap a:hover {
    background: #f2f2f2;
}
.wpbm-content-template-10 .wpbm-share-wrap a:nth-of-type(1) {
    border-top: 1px solid #e7e7e7;
}
.wpbm-content-template-10 .wpbm-share-wrap a i {
    color: #b37878;
}
.wpbm-content-template-10 .wpbm-share-wrap a .fa-facebook {
    color: #1b70b6;
}
.wpbm-content-template-10 .wpbm-share-wrap a .fa-twitter {
    color: #38b4e7;
}
.wpbm-content-template-10 .wpbm-share-wrap a .fa-linkedin {
    color: #0084bf;
}
.wpbm-content-template-10 .wpbm-share-wrap a .fa-google-plus {
    color: #dd4b39;
}
.wpbm-content-template-10 .wpbm-share-wrap a .fa-pinterest {
    color: #cb2027;
}
.wpbm-content-template-10 .wpbm-category-list {
    margin-bottom: 5px;
}
.wpbm-content-template-10 .wpbm-category-list a {
    font-size: 12px;
    text-transform: uppercase;
    font-size: 12px;
    color: #191919;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-bottom: 2px;
}
.wpbm-content-template-10 .wpbm-title {
    margin-bottom: 24px;
}
.wpbm-content-template-10 .wpbm-title a{
    font-size: 38px;
    color: #191919;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    line-height: 1.3;
}
.wpbm-content-template-10 .wpbm-title a:hover{
	color:#ff4427;
}
.wpbm-content-template-10 .wpbm-image-content {
    position: relative;
    margin-bottom: 34px;
}
.wpbm-content-template-10 .wpbm-date-wrap {
    position: absolute;
    width: 125px;
    height: 125px;
    text-align: center;
    top: 30px;
    left: 23px;
    background: #ff4427;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wpbm-content-template-10 .wpbm-date-inner-wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpbm-content-template-10 .wpbm-date-day,
.wpbm-content-template-10 .wpbm-month-date,
.wpbm-content-template-10 .wpbm-year-date {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
.wpbm-content-template-10 .wpbm-date-day {
    font-size: 40px;
}
.wpbm-content-template-10 .wpbm-month-date,
.wpbm-content-template-10 .wpbm-year-date {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.3;
}
.wpbm-content-template-10 .wpbm-left-wrap {
    margin-bottom: 20px;
}
.wpbm-content-template-10 .wpbm-left-wrap > div,
.wpbm-content-template-10 .wpbm-left-wrap > div a {
    display: inline-block;
    vertical-align: top;
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}
.wpbm-content-template-10 .wpbm-left-wrap > div a:hover{
	color:#ff4427;
}
.wpbm-content-template-10 .wpbm-left-wrap .wpbm-comment-wrap {
    margin-right: 15px;
}
.wpbm-content-template-10 .wpbm-content {
    font-family: 'Lora', serif;
    font-size: 14px;
    color: #191919;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 52px;
}
.wpbm-content-template-10 .wpbm-lower-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.wpbm-content-template-10 .wpbm-lower-wrap .wpbm-link-button a {
    color: #6d6d6d;
    border: 1px solid #6d6d6d;
    font-family: 'Lora', serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 22px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-template-10 .wpbm-lower-wrap .wpbm-link-button a:hover {
    background: #ff4427;
    color: #fff;
    border-color: #ff4427;
}
.wpbm-content-template-10 .wpbm-tag-list {
    float: right;
    margin-left: auto;
}
.wpbm-content-template-10 .wpbm-tag-list a {
    color: #000;
    font-family: 'Lora', serif;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 0 7px;
}
.wpbm-content-template-10 .wpbm-side-content-block {
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.wpbm-content-template-10 .wpbm-side-content-block:nth-of-type(1) {
    border-top: 0;
}
.wpbm-content-template-10 .wpbm-image-block,
.wpbm-content-template-10 .wpbm-thumbnail-content-block {
    float: left;
}
.wpbm-content-template-10 .wpbm-image-block {
    width: 40%;
    padding-right: 10px;
}
.wpbm-content-template-10 .wpbm-thumbnail-content-block {
    width: 60%;
    padding-left: 10px;
}
.wpbm-content-template-10 .wpbm-thumbnail-title {
    margin-bottom: 10px;
}
.wpbm-content-template-10 .wpbm-thumbnail-title a {
    font-size: 20px;
    color: #191919;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    line-height: 1.3;
    display: inline-block;
}
.wpbm-content-template-10 .wpbm-thumbnail-content {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #707070;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.5;
}
.wpbm-content-template-10 .wpbm-thumbnail-meta-wrap > div {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #222;
    margin-right: 10px;
}
.wpbm-content-template-10 .wpbm-thumbnail-meta-wrap > div:last-child {
    margin-right: 0;
}
.wpbm-content-template-10 .wpbm-category-list a:hover,
.wpbm-content-template-10 .wpbm-tag-list a:hover,
.wpbm-content-template-10 .wpbm-thumbnail-title a:hover {
    color: #ff4427;
}
.wpbm-content-template-10 .wpbm-image:hover img {
    -webkit-transform: scale(1.01) translateZ(0);
    transform: scale(1.01) translateZ(0);
}
/*mag-layout template-10 css end*/

.wpbm-content-template-5 .wpbm-common-wrap,
.wpbm-content-template-6 .wpbm-common-wrap {
    margin-bottom: 20px;
}
.wpbm-content-block-container .wpbm-mag-wrapper .wpbm-side-thumbnail-wrapper {
    position: relative;
}
.wpbm-content-block-container .wpbm-mag-wrapper .wpbm-side-thumbnail-wrapper .bx-wrapper .bx-controls a {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-indent: 0;
    background: none;
    background-color: #666;
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-content-block-container .wpbm-mag-wrapper .wpbm-side-thumbnail-wrapper:hover .bx-wrapper .bx-controls a {
    opacity: 1;
    visibility: visible;
}
.wpbm-content-block-container .wpbm-mag-wrapper .wpbm-side-thumbnail-wrapper .bx-wrapper .bx-controls a.bx-prev {
    top: 0px;
    transform: rotate(90deg);
}
.wpbm-content-block-container .wpbm-mag-wrapper .wpbm-side-thumbnail-wrapper .bx-wrapper .bx-controls a.bx-next {
    top: auto;
    bottom: 0px;
    transform: rotate(90deg);
}
.wpbm-content-template-3 .wpbm-mag-wrapper .wpbm-side-thumbnail-wrapper .bx-wrapper .bx-controls a.bx-prev,
.wpbm-content-template-3 .wpbm-mag-wrapper .wpbm-side-thumbnail-wrapper .bx-wrapper .bx-controls a.bx-next {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
}
.wpbm-content-template-3 .wpbm-mag-wrapper .wpbm-side-thumbnail-wrapper .bx-wrapper .bx-controls a.bx-prev {
    left: 0;
}
.wpbm-content-template-3 .wpbm-mag-wrapper .wpbm-side-thumbnail-wrapper .bx-wrapper .bx-controls a.bx-next {
    right: 0;
    left: auto;
}
/*--------------------------------------------------
Magzine Layout css END
----------------------------------------------------*/
/*--------------------------------------------------
Pagination css start
---------------------------------------------------*/

.wpbm-pagination-block {
    text-align: center;
    margin: 30px 0 10px;
}
.wpbm-pagination-block ul,
.wpbm-pagination-block img{
	display:inline-block;
	vertical-align:middle;
}
.wpbm-pagination-block .wpbm-inner-paginate li {
    display: inline-block;
}
.wpbm-pagination-block .wpbm-inner-paginate li a {
    display: block;
}
/*pagination template-1 css start*/

.wpbm-standard-page-template-1 .wpbm-inner-paginate li a {
    padding: 10px 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px 5px;
    font-weight: bold;
    color: #191919;
    font-size: 12px;
    border: 1px solid #e2e2e2;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-standard-page-template-1 .wpbm-inner-paginate li a.wpbm-current-page,
.wpbm-standard-page-template-1 .wpbm-inner-paginate li a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
/*pagination template-1 css end*/
/*pagination template-2 css start*/

.wpbm-standard-page-template-2 .wpbm-inner-paginate li a {
    padding: 10px 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px 5px;
    font-weight: bold;
    color: #000;
    font-size: 12px;
    background: #f1f1f1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-standard-page-template-2 .wpbm-inner-paginate li a.wpbm-current-page,
.wpbm-standard-page-template-2 .wpbm-inner-paginate li a:hover {
    background: #78c948;
    color: #fff;
}
/*pagination template-2 css end*/
/*pagination template-3 css start*/

.wpbm-standard-page-template-3 .wpbm-inner-paginate li a {
    padding: 10px 13px;
    margin: 0 3px 5px;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    background: #fff;
    border: 2px solid #eee;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.wpbm-standard-page-template-3 .wpbm-inner-paginate li a:before,
.wpbm-standard-page-template-3 .wpbm-inner-paginate li a:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 55%;
    top: -2px;
    background: #5bb3c7;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-standard-page-template-3 .wpbm-inner-paginate li a:before {
    left: -2px;
}
.wpbm-standard-page-template-3 .wpbm-inner-paginate li a:after {
    right: -2px;
}
.wpbm-standard-page-template-3 .wpbm-inner-paginate li a.wpbm-current-page,
.wpbm-standard-page-template-3 .wpbm-inner-paginate li a:hover {
    color: #5bb3c7;
    border-top-color: #5bb3c7;
}
.wpbm-standard-page-template-3 .wpbm-inner-paginate li a.wpbm-current-page:before,
.wpbm-standard-page-template-3 .wpbm-inner-paginate li a:hover:before,
.wpbm-standard-page-template-3 .wpbm-inner-paginate li a.wpbm-current-page:after,
.wpbm-standard-page-template-3 .wpbm-inner-paginate li a:hover:after {
    opacity: 1;
    visibility: visible;
}
/*pagination template-3 css end*/
/*pagination template-4 css start*/

.wpbm-standard-page-template-4 .wpbm-inner-paginate li a {
    padding: 10px 16px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0 3px 5px;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    background: #f1f1f1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-standard-page-template-4 .wpbm-inner-paginate li a.wpbm-current-page,
.wpbm-standard-page-template-4 .wpbm-inner-paginate li a:hover {
    background: #15c09e;
    color: #fff;
}
/*pagination template-4 css end*/
/*pagination template-5 css start*/

.wpbm-standard-page-template-5 .wpbm-inner-paginate li a {
    padding: 10px 13px;
    margin: 0 3px 5px;
    font-weight: bold;
    color: #000;
    font-size: 12px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-standard-page-template-5 .wpbm-inner-paginate li a.wpbm-current-page,
.wpbm-standard-page-template-5 .wpbm-inner-paginate li a:hover {
    background: #222;
    color: #fff;
}
/*pagination template-5 css end*
/*--------------------------------------------------
Pagination css end
---------------------------------------------------*/
/*--------------------------------------------------
Load more css start
---------------------------------------------------*/

.wpbm-load-more-block {
    text-align: center;
    margin: 30px 0;
}
.wpbm-load-more-block a {
    display: inline-block;
    outline: 0;
    box-shadow: none;
}
/*Load-more template 1 css start*/

.wpbm-load-more-template-1 a.wpbm-load-more-trigger {
    border-radius: 20px;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #ff3334;
    border: 2px solid #ff3334;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-load-more-template-1 a.wpbm-load-more-trigger:hover {
    background: #ff3334;
    color: #fff;
}
/*Load-more template 1 css end*/
/*Load-more template 2 css start*/

.wpbm-load-more-template-2 a.wpbm-load-more-trigger {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #7a7b7b;
    background: #fff;
    text-transform: uppercase;
    border: 2px solid #eeefee;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-load-more-template-2 a.wpbm-load-more-trigger:hover {
    background: #7a7b7b;
    color: #fff;
    border-color: #7a7b7b;
}
/*Load-more template 2 css end*/
/*Load-more template 3 css start*/

.wpbm-load-more-template-3 a.wpbm-load-more-trigger {
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 700;
    color: #2fcef5;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-load-more-template-3 a.wpbm-load-more-trigger:hover {
    color: #fff;
    background: #2fcef5;
}
/*Load-more template 3 css end*/
/*Load-more template 4 css start*/

.wpbm-load-more-template-4 a.wpbm-load-more-trigger {
    padding: 14px 35px;
    font-size: 14px;
    font-weight: 700;
    color: #c4a474;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-load-more-template-4 a.wpbm-load-more-trigger span:before,
.wpbm-load-more-template-4 a.wpbm-load-more-trigger span:after {
    content: "";
    position: absolute;
    background: #c4a474;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-load-more-template-4 a.wpbm-load-more-trigger span.wpbm-top:before,
.wpbm-load-more-template-4 a.wpbm-load-more-trigger span.wpbm-top:after {
    left: 0;
    top: 0;
}
.wpbm-load-more-template-4 a.wpbm-load-more-trigger span.wpbm-bottom:before,
.wpbm-load-more-template-4 a.wpbm-load-more-trigger span.wpbm-bottom:after {
    right: 0;
    bottom: 0;
}
.wpbm-load-more-template-4 a.wpbm-load-more-trigger span.wpbm-top:before,
.wpbm-load-more-template-4 a.wpbm-load-more-trigger span.wpbm-bottom:before {
    height: 100%;
    width: 2px;
}
.wpbm-load-more-template-4 a.wpbm-load-more-trigger span.wpbm-top:after,
.wpbm-load-more-template-4 a.wpbm-load-more-trigger span.wpbm-bottom:after {
    width: 25%;
    height: 2px;
}
.wpbm-load-more-template-4 a.wpbm-load-more-trigger:hover span.wpbm-top:after,
.wpbm-load-more-template-4 a.wpbm-load-more-trigger:hover span.wpbm-bottom:after {
    width: 100%;
}
/*Load-more template 4 css end*/
/*Load-more template 5 css start*/

.wpbm-load-more-template-5 a.wpbm-load-more-trigger {
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #616161;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wpbm-load-more-template-5 a.wpbm-load-more-trigger:hover {
    color: #000;
    background-color: #ccc;
}
/*Load-more template 5 css end*/
/*--------------------------------------------------
Load more css end
---------------------------------------------------*/
/*--------------------------------------------------
Filter css start
---------------------------------------------------*/

.wpbm-filter-wrap {
    margin-bottom: 30px;
}
.wpbm-filter-wrap ul li a {
    outline: 0;
    display: inline-block;
}
/*filter template-1 css start*/

.wpbm-filter-template-1 {
    text-align: center;
}
.wpbm-filter-template-1 ul li {
    display: inline-block;
    margin: 2px;
}
.wpbm-filter-template-1 ul li a {
    display: inline-block;
}
.wpbm-filter-template-1 ul li a {
    padding: 10px 15px;
    font-size: 13px;
    text-transform: capitalize;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #000;
    background: #f1f1f1;
}
.wpbm-filter-template-1 ul li a:hover,
.wpbm-filter-template-1 ul li a.wpbm-active-filter {
    background: #d40054;
    color: #fff;
}
.wpbm-filter-template-1 ul li:first-child a {
    border-radius: 40px 0 0 40px;
}
.wpbm-filter-template-1 ul li:last-child a {
    border-radius: 0 40px 40px 0;
}
/*filter template-1 css end*/
/*filter template-2 css start*/

.wpbm-filter-template-2 {
    text-align: center;
}
.wpbm-filter-template-2 ul li {
    display: inline-block;
    margin: 2px;
}
.wpbm-filter-template-2 ul li a {
    padding: 5px 15px;
    border: 1px solid transparent;
    border-radius: 40px;
    font-size: 13px;
    text-transform: uppercase;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    color: #8e8b8b;
}
.wpbm-filter-template-2 ul li a.wpbm-active-filter,
.wpbm-filter-template-2 ul li a:hover {
    border-color: #8e8b8b;
}
/*filter template-2 css end*/
/*filter template-3 css start*/

.wpbm-filter-template-3 {
    text-align: center;
}
.wpbm-filter-template-3 ul li {
    display: inline-block;
    margin: 2px;
}
.wpbm-filter-template-3 ul li a {
    padding: 0 23px 0 20px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato', Sans-serif;
    text-transform: uppercase;
    color: rgba(114, 114, 114, 0.5);
    position: relative;
    border: 0;
    box-shadow: none;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.wpbm-filter-template-3 ul li a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background-color: #727272;
}
.wpbm-filter-template-3 ul li a.wpbm-active-filter,
.wpbm-filter-template-3 ul li a:hover {
    color: #000000;
}
/*filter template-3 css end*/
/*filter template-4 css start*/

.wpbm-filter-template-4 {
    text-align: center;
}
.wpbm-filter-template-4 ul li {
    display: inline-block;
    margin: 2px 10px;
}
.wpbm-filter-template-4 ul li a {
    padding: 0 15px;
    margin-left: 5px;
    font-size: 16px;
    font-family: 'Open Sans', Sans-serif;
    font-weight: 400;
    color: #333333;
    text-transform: capitalize;
    border: 0;
    box-shadow: none;
    display: block;
    position: relative;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    -webkit-transition: 0s;
    transition: 0s;
}
.wpbm-filter-template-4 ul li a.wpbm-active-filter {
    background: red;
    color: #fff;
}
.wpbm-filter-template-4 ul li a.wpbm-active-filter:before,
.wpbm-filter-template-4 ul li a.wpbm-active-filter:after {
    content: '';
    position: absolute;
    top: 0;
}
.wpbm-filter-template-4 ul li a.wpbm-active-filter:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 15px;
    border-color: transparent transparent red transparent;
    left: -15px;
}
.wpbm-filter-template-4 ul li a.wpbm-active-filter:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 15px 0 0;
    border-color: red transparent transparent transparent;
    right: -15px;
}
/*filter template-4 css end*/
/*filter template-5 css start*/

.wpbm-filter-template-5 ul {
    text-align: right;
    border-bottom: 1px solid #cfcfcf;
}
.wpbm-filter-template-5 ul li {
    display: inline-block;
}
.wpbm-filter-template-5 ul li a {
    padding: 10px 15px;
    margin-left: 5px;
    font-size: 16px;
    font-family: 'Open Sans', Sans-serif;
    font-weight: 400;
    color: #333333;
    text-transform: capitalize;
    border: 0;
    box-shadow: none;
    display: block;
    -webkit-transition: 0s;
    transition: 0s;
}
.wpbm-filter-template-5 ul li a.wpbm-active-filter {
    color: #0091d5;
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #ffffff;
    margin-bottom: -1px;
    border-radius: 3px;
}
/*filter template-5 css end*/
/*--------------------------------------------------
Filter css end
---------------------------------------------------*/
/*--------------------------------------------------
Preview page
---------------------------------------------------*/
.wpbm-preview-main-container{
    max-width: 1190px;
    padding: 30px 10px;
    width: 100%;
    margin: 0 auto;
}
.wpbm-preview-title{
	font-size:20px;
	text-transform:uppercase;
	font-weight:500;
	color:#222;
	text-align:center;
	position:relative;
	padding-bottom:20px;
	margin-bottom:20px;
}
.wpbm-preview-title:before{
	content:'';
	position:absolute;
	bottom:0;
	height:2px;
	width:50px;
	left:50%;
	margin-left:-25px;
	background:#222;
}
.wpbm-preview-note{
	font-size:13px;
	font-weight:500;
	color:#222;
	line-height:1.5;
	margin-bottom:50px;
	text-align:center;
}