/*New style Course Tab*/

.bg-white .products article.course-item .course-item-wap {
  padding-bottom: 40px;
  border-radius: 5px;
  background: #fff;
}

.bg-white .entry-course {
  position: relative;
  z-index: 20;
  margin-top: -90px;
  padding-left: 43px;
  padding-right: 43px;
}

.bg-white .course-item-wap .post-thumbnail {
  border-radius: 5px;
}

.bg-white .entry-course:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(.././images/bg-white.png) no-repeat top center;
  background-size: cover;
  height: 100%;
  width: 100%;
  bottom: 65px;
  left: 0;
}

.bg-white .entry-course .entry-title {
  margin-bottom: 20px;
  line-height: 30px;
}

.bg-white .course-item .entry-title a {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bg-white .udetor-course-meta {
  margin-top: 28px;
}

.bg-white .meta-author {
  color: #999999;
}

/*End*/

/*New style Count down*/

.square div.education-time-countdown > div {
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: -10px 10px 100px rgba(0, 0, 0, 0.14);
  box-shadow: -10px 10px 100px rgba(0, 0, 0, 0.14);
  font-size: 16px;
  text-transform: none;
  color: #999999;
  font-weight: 400;
  padding: 14px 14px 35px;
}

.square div.education-time-countdown > div > span {
  font-size: 30px;
}

/*End*/

/*Style List2 upcoming event*/

.list2-upcoming-event {
  margin-bottom: 34px;
  width: 100%;
}

.list2-upcoming-event .e-thumb {
  float: left;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.list2-upcoming-event .e-content {
  float: left;
  padding-top: 19px;
}

.list2-upcoming-event .e-content .entry-title {
  margin-bottom: 14px;
}

.list2-upcoming-event .e-content .lst-event-des {
  line-height: 30px;
  width: 75%;
}

.list2-upcoming-event .e-info {
  float: left;
  padding-top: 20px;
  color: #666666;
}

.list2-upcoming-event .e-info .venue {
  margin-bottom: 18px;
}

.list2-upcoming-event .venue i {
  width: 17px;
  height: 17px;
  border: 2px solid #20e1e1;
  text-align: center;
  border-radius: 50%;
  color: #20e1e1;
  font-size: 12px;
  line-height: 15px;
  margin-right: 20px;
}

.list2-upcoming-event .e-thumb .l2-date-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px 0px 0px 5px;
  width: 33%;
}

.list2-upcoming-event .e-thumb .l2-date-event > div {
  color: #fff;
  font-weight: 700;
  font-family: 'Poppins',serif;
}

.list2-upcoming-event .e-thumb .l2-date-event .d-date-event {
  font-size: 30px;
}

.list2-upcoming-event .e-thumb .l2-date-event .m-date-event {
  font-size: 18px;
}

.list2-upcoming-event .e-content .entry-title a {
  text-transform: uppercase;
  font-weight: 700;
}

.list2-upcoming-event ~ .btn-event-lst2 {
  margin-top: -7px;
}

/*End*/

/*Style new Blog*/

.post-style-wave .blog-item {
  position: relative;
  height: 340px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.08);
}

.post-style-wave .blog-item .post-thumbnail a {
  width: 100%;
}

.post-style-wave .blog-item .post-thumbnail a img {
  width: 100%;
}

.post-style-wave .blog-item:hover .entry-excerpt {
  height: 60px;
}

.post-style-wave .blog-item:hover .wrap-text {
  height: 210px;
}

.post-style-wave .blog-item:hover a:before {
  opacity: 1;
}

.post-style-wave .udetor-blog-info {
  height: 100%;
  width: 100%;
}

.post-style-wave .featured-date,
.post-style-wave .featured-date .author a {
  color: #fff;
}

.post-style-wave .featured-date {
  padding: 10px 22px;
  border-radius: 5px;
  position: absolute;
  top: 0px;
  z-index: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: table;
  margin-top: 20px;
}

.post-style-wave .wrap-text {
  background: url(../images/bg-white.png) no-repeat top center;
  width: 100%;
  background-size: cover;
  z-index: 100;
  position: absolute;
  bottom: 0;
  height: 147px;
  padding-top: 73px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.post-style-wave .wrap-text .entry-title {
  margin-bottom: 14px;
}

.post-style-wave .wrap-text .entry-title a {
  color: #333333;
  text-transform: uppercase;
}

.post-style-wave .wrap-text .entry-excerpt {
  line-height: 30px;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  color: #666666;
}

.post-style-wave ~ .netbase-toolkit > a {
  border: none;
}

.post-style-wave ~ .netbase-toolkit > a:after {
  content: '';
}

/*End*/

/*Style vertical feature layout*/

.comment .left-item-wap .left-item {
  padding: 18px 65px 25px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comment .left-item-wap .left-item:hover {
  width: 102%;
  padding-left: 13.5%;
  -webkit-transform: translateX(-2%);
  transform: translateX(-2%);
  border-radius: 5px 0px 0px 5px !important;
}

.comment .left-item-wap .left-item:first-child {
  border-radius: 5px 5px 0px 0px;
}

.comment .left-item-wap .left-item:nth-last-of-type(1) {
  border-radius: 0px 0px 5px 5px;
}

.comment .left-item-wap .left-item:nth-of-type(2n+1) {
  background: #edf1fc;
}

.comment .left-item-wap .left-item:nth-of-type(2n) {
  background: #dde6fc;
}

.comment .left-item-wap .left-item a {
  line-height: 30px;
  color: #666666;
}

.comment .left-item-wap .left-item:hover a {
  color: #222222;
}

.comment .right-item {
  padding-left: 110px;
}

.comment .lst-author {
  overflow: hidden;
  margin-bottom: 18px;
}

.comment .author {
  font-family: 'Poppins',serif;
  text-transform: uppercase;
}

.comment .job_profile {
  color: #b5b5b5;
  font-size: 16px;
  margin-top: 8px;
}

.netbase-toolkit.comment .right-item .commnet-content {
  line-height: 30px;
  margin-top: 18px;
  margin-bottom: 16px;
  color: #666;
}

.comment .c-date {
  margin-top: 7px;
  margin-right: 65px;
  color: #999;
}

.comment .view-all-comment {
  margin-top: 35px;
  margin-bottom: 0px;
}

.comment .view-all-comment a {
  color: #666666;
}

/*End*/

@media screen and (max-width: 1199px) {
  .post-style-wave .wrap-text {
    height: 210px;
  }

  .post-style-wave .wrap-text .entry-excerpt {
    height: 60px;
  }

  .comment .right-item {
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .bg-white.vc-tab-product-content {
    margin-top: 45px;
  }

  .bg-white .entry-course {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bg-white article:last-child {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .bg-white article:last-child .course-item-wap {
    width: 50%;
    margin: 0 auto;
  }

  .list2-upcoming-event > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .list2-upcoming-event .e-content,
  .list2-upcoming-event .e-info {
    padding-top: 0px;
  }

  .list2-upcoming-event .event-l2-thumb img {
    width: 100%;
  }

  .list2-upcoming-event .e-content .lst-event-des {
    width: 100%;
    height: 60px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .bg-white article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bg-white article:last-child .course-item-wap {
    width: 100%;
  }

  div.list2-upcoming-event > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .list2-upcoming-event .e-thumb {
    margin-bottom: 20px;
  }

  .list2-upcoming-event .e-content .lst-event-des {
    height: auto;
  }
}

/*Style Home Kindergarten*/
/*New Style-3 Popular Course*/
article.style-3{
  position: relative;
  text-align: center;
  transform-style: preserve-3d;
  perspective: 250px;
  margin-bottom:60px !important;
}
.style-3:hover .bg-style{
  box-shadow: 32px 35px 55px 0px rgba(0,0,0,0.13);
}
.style-3:hover .thumbnail{
  overflow: hidden;
}
.style-3 .course-item-wap{
  position: relative;
  z-index:2;
  transform: rotateX(-0.7deg);
}
.style-3 .course-item-wap .thumbnail img{
  transition: 0.5s;
  width:100%;
}
.style-3 h2.entry-title{
  position: absolute;
  top:0;
  left:50%;
  display: table;
  transform: translateX(-50%);
  margin-top:-15px;
}
.style-3 h2.entry-title a{
  font-size: 20px;
  color:#fff;
  position: absolute;
  display: table;
  z-index: 10;
  top:50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  line-height: 21px;
}
.style-3 h2.entry-title span{
  border-top: 53px solid;
  border-bottom: 0px solid transparent;
  border-left: 19px solid transparent;
  position: relative;
  display: block;
  width: 217px;
  transform: skewX(-8deg) rotateX(180deg) rotateZ(-2deg);
}
.style-3 h2.entry-title span:before{
  content: '';
  border-top: 8px solid ;
  border-bottom: 0px solid transparent;
  border-left: 198px solid transparent;
  position: absolute;
  top: -1px;
  left: 0;
}
.style-3:nth-of-type(3n+1) h2.entry-title span,.style-3:nth-of-type(3n+1) h2.entry-title span:before{
  border-top-color:#e95e4e;
}
.style-3:nth-of-type(3n+2) h2.entry-title span,.style-3:nth-of-type(3n+2) h2.entry-title span:before{
  border-top-color:#f9d612;
}
.style-3:nth-of-type(3n) h2.entry-title span,.style-3:nth-of-type(3n) h2.entry-title span:before{
  border-top-color:#2c67c7;
}
.style-3 .gird-course{
  /*border-bottom:1px solid #cccccc;*/
  padding-bottom:12px;
}
.style-3 .gird-course:after{
  content: '';
  display: inline-block;
  width: 80%; height: 1px; background: #ccc;
}
.style-3 .gird-course a{
  color:#222222;
  font-size:20px;
  font-weight:bold;
  display: inline-block;
  margin-top:28px;
}
.style-3 .star-rating .star{
  color:#ffde00;
}
.style-3 .infor-course .course-date{
  display: inline-block;
}
.style-3 .thumbnail{
  position: relative;
}
.style-3 .thumbnail a{
  display: block;
}
.style-3 .thumbnail a:after{
  content:'';
  position: absolute;
  background:rgba(255,255,255,0);
  width: 0%;
  height: 0%;
  top:0;
  left:0;
  transition:1s;
}
.style-3 .thumbnail a:before{
  content:'';
  position: absolute;
  background: rgba(255,255,255,0);
  width: 0%;
  height: 0%;
  bottom:0;
  right:0;
  transition:1s;
}
@keyframes fade{
  0%{background-color: rgba(255,255,255,0);}
  50%{background-color: rgba(255,255,255,0.5);}
  100%{background-color: rgba(255,255,255,0);width:0;height:0;}
}
.style-3 .thumbnail:hover a:after{
  width: 100%;
  height: 100%;
  animation:fade 0.7s linear 1;
}
.style-3 .thumbnail:hover a:before{
  width: 100%;
  height: 100%;
  animation:fade 0.7s linear 1;
}
.style-3 .thumbnail:hover img{
  animation:scale 0.5s ease-in-out 1;
}
.style-3 .infor-course{
  display: inline-block;
  text-align:left;
  padding-top:28px;
}
.style-3 .infor-course .course-date:not(:last-child):after{
  content:'-';
  margin-right:5px;
  margin-left: 5px;
}
.style-3 .infor-course .date-course,.style-3 .infor-course .course-students{
  text-transform: uppercase;
  color:#777777;
}
.style-3 .infor-course .date-course{
  margin-bottom:1px;
  padding-left:19px;
}
.style-3 .infor-course .icomoon{
  margin-right:11px;
}
.style-3 .infor-course .icon-abc{
  font-size:22px;
}
.style-3 .infor-course .icon-group{
  font-size:35px;
}
.style-3 .infor-course .icon-group:before{
  vertical-align: bottom;
}
.style-3 .infor-course .course-students{
  margin-bottom:25px;
  padding-left:19px;
}
.style-3 .infor-course .course-apply a{
  padding:12px;
  width: 207px;
  display: block;
  border-radius: 100px;
  color:#fff;
  letter-spacing: 1.7px;
  text-align:center;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 8px 7px 35px 5px rgba(0,0,0,0.15);
  transition: 0.5s;
}
.style-3 .infor-course .course-apply a:hover{
  transform:translateY(-3px);
  box-shadow: 8px 7px 35px 5px rgba(0,0,0,0.25);
}
.style-3:nth-of-type(3n+1) .infor-course .course-apply a{
  background:#e95e4e;
}
.style-3:nth-of-type(3n+1) .infor-course .icomoon{
  color:#e95e4e;
}
.style-3:nth-of-type(3n+2) .infor-course .course-apply a{
  background:#f9d612;
}
.style-3:nth-of-type(3n+2) .infor-course .icomoon{
  color:#f9d612;
}
.style-3:nth-of-type(3n) .infor-course .course-apply a{
  background:#2c67c7;
}
.style-3:nth-of-type(3N) .infor-course .icomoon{
  color:#2c67c7;
}
.style-3 .wrap-content{
  position: relative;
  padding-bottom:60px;
  text-align: center;
}
.style-3 .entry-course .bg-style{
  background: transparent;
  width:100%;
  height:180%;
  transform: skewY(8deg);
  position: absolute;
  left:0;
  bottom:0;
  z-index: -1;
  transition: 0.5s;
  display: flex;
  align-items: flex-end;
}
.style-3 .entry-course .bg-style .bg-child{
  background:#f5f5f5;
  display: block;
  height: 385px;
  width: 100%;
}
.style-3 .entry-course .bg-style:after{
  content: '';
  position: absolute;
  left: 0;
  bottom:0;
  border-bottom: 13px solid ;
  border-left: solid transparent;
}
.style-3:nth-of-type(3n+1) .entry-course .bg-style:after{
  border-bottom-color:#e95e4e;
}
.style-3:nth-of-type(3n+2) .entry-course .bg-style:after{
  border-bottom-color:#f9d612;
}
.style-3:nth-of-type(3n) .entry-course .bg-style:after{
  border-bottom-color:#2c67c7;
}
.load-more{
  text-align:center;
  width: 100%;
  margin-top:30px;
}
.btn-more{
  color:#999;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}

@media screen and (max-width:1199px){
  .style-3 .entry-course .bg-style{
    height:180%;
  }
}
@media screen and (max-width:991px){
  article.style-3 {
    margin-bottom:90px !important;
  }
}
@media screen and (max-width:767px){
  article.style-3{
    flex: 0 0 100%;
    max-width:100%;
  }
}
@media screen and (max-width:320px){
  .style-3 .infor-course .course-students,
  .style-3 .infor-course .date-course{
    padding-left:5px;
  }
}

/*New Style Multi-Color-Upcoming-Events*/
.multi-color-upcoming-event{
  flex:0 0 50%;
  max-width: 50%;
  position: relative;
  margin-bottom:42px;
  cursor:pointer;
  padding-right:15px;
  padding-left: 15px;
}
.multi-color-upcoming-event .wrap-thumb{
  position: relative;
}
.multi-color-upcoming-event .l2-date-event{
  position: absolute;
  top:0;
  left:0;
  width: auto;
  color:#fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size:20px;
  height: 60px;
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.multi-color-upcoming-event .l2-date-event:after{
  content: '';
  border-top: 24px solid;
  position: absolute;
  bottom: -33px;
  left: 0;
  border-bottom: 10px solid transparent;
  border-right: 70px solid transparent;
}
.multi-color-upcoming-event:nth-of-type(4n+1) .l2-date-event{
  background-color: #e95e4e;
}
.multi-color-upcoming-event:nth-of-type(4n+1) .l2-date-event:after{
  border-top-color:#e95e4e;
}
.multi-color-upcoming-event:nth-of-type(4n+2) .l2-date-event{
  background-color: #f9d612;
}
.multi-color-upcoming-event:nth-of-type(4n+2) .l2-date-event:after{
  border-top-color:#f9d612;
}
.multi-color-upcoming-event:nth-of-type(4n+3) .l2-date-event{
  background-color: #2c67c7;
}
.multi-color-upcoming-event:nth-of-type(4n+3) .l2-date-event:after{
  border-top-color:#2c67c7;
}
.multi-color-upcoming-event:nth-of-type(4n) .l2-date-event{
  background-color: #9dcb45;
}
.multi-color-upcoming-event:nth-of-type(4n) .l2-date-event:after{
  border-top-color:#9dcb45;
}
.multi-color-upcoming-event .l2-date-event .d-date-event{
  margin-top:15px;
  line-height: 10px;
}
.multi-color-upcoming-event .event-l2-thumb{
  width: auto;
  max-height: none;
  border-radius:0;
  float:none;
}
.multi-color-upcoming-event .event-l2-thumb img{
  transition:0.5s;
}
.multi-color-upcoming-event .event-l2-thumb:hover img{
  transform: scale(1.1);
}
.multi-color-upcoming-event .e-info{
  position: absolute;
  top:25px;
  right:-25px;
  display: flex;
  justify-content: center;
  width:400px;
  z-index: 2;
}
.multi-color-upcoming-event .e-info .entry-title a{
  font-size:20px;
  color:#fff;
  text-transform: uppercase;
  font-weight: bold;
  display:block;
}
.multi-color-upcoming-event .e-info .entry-title{
  position:relative;
  padding-bottom:23px;
  margin-bottom:29px;
}
.multi-color-upcoming-event .e-info .entry-title:after{
  content:'';
  border-bottom:1px solid #fff;
  position: absolute;
  bottom:0;
  left:0;
  width:190px;
}
.multi-color-upcoming-event .e-info .event-timerange,.multi-color-upcoming-event .e-info .venue{
  color:#fff;
}
.multi-color-upcoming-event .e-info .bg-content{
  border-top: 254px solid;
  border-bottom: 0px solid transparent;
  border-left: 51px solid transparent;
  position: absolute;
  display: block;
  width: 345px;
  left:0;
  transform: skewY(-2deg) skewX(-7deg);
  z-index: -1;
  transition:0.5s;
}
@keyframes skew{
  0%{transform: skewY(-2deg) skewX(-7deg);}
  30%{transform: skewY(7deg) skewX(0deg);}
  50%{transform: skewY(-4deg) skewX(3deg);}
  70%{transform: skewY(10deg) skewX(-10deg);}
  100%{transform: skewY(-2deg) skewX(-7deg);}
}
.multi-color-upcoming-event:hover .e-info .bg-content{
  animation:skew 0.5s linear 1;
}
.multi-color-upcoming-event:nth-of-type(4n+1) .e-info .bg-content{
  border-top-color:#e95e4e;
}
.multi-color-upcoming-event:nth-of-type(4n+2) .e-info .bg-content{
  border-top-color:#f9d612;
}
.multi-color-upcoming-event:nth-of-type(4n+3) .e-info .bg-content{
  border-top-color:#2c67c7;
}
.multi-color-upcoming-event:nth-of-type(4n) .e-info .bg-content{
  border-top-color:#9dcb45;
}
.multi-color-upcoming-event .e-info .e-content{
  width:255px;
  left:0;
  margin-top:25px;
}
.multi-color-upcoming-event .e-info .e-content .event-timerange{
  margin-bottom:14px;
}
.multi-color-upcoming-event .e-info .e-content i{
  font-size:21px;
  margin-right:8px;
  color:#fff;
  display: inline-block;
}
.multi_btn {
  color:#999999;
  font-weight: 600;
  letter-spacing:1.6px;
}
.multi-color-upcoming-event ~ p{
  margin-top:36px;
}
@media screen and (max-width:1199px){
  .multi-color-upcoming-event:hover .e-info .bg-content{
    animation:none;
  }
}
@media screen and (max-width:991px){
  .multi-color-upcoming-event{
    flex:0 0 100%;
    max-width:100%;
  }
}
@media screen and (max-width:480px){
  .multi-color-upcoming-event .e-thumb{
    text-align: center;
  }
  .multi-color-upcoming-event .wrap-thumb{
    display:inline-block;
  }
  .multi-color-upcoming-event .e-info{
    position: relative;
    top:-60px;
    right:0;
    margin:0 auto;
    width:100%;
  }
  .multi-color-upcoming-event .e-info .e-content{
    padding-left:15px;
    padding-right:15px;
  }
  .multi-color-upcoming-event .e-info .bg-content{
    transform: skewY(0deg) skewX(-7deg) translateX(-50%);
    left:46%;
    width:100%;
  }
}
@media screen and (max-width:320px){
  .multi-color-upcoming-event .e-info .bg-content{
    left:0;
    transform: none;
    border-left-width:0;
  }
}

/*Style-3 New Our-Team*/
.style-3 .profile-item{
  text-align: left !important;
  overflow: hidden;
}
.style-3 .profile-item:hover{
  
}
.style-3 .profile-item .author .avatar{
  opacity: 1;
  margin-bottom:0;
  height:173px;
  overflow: hidden;
}
.style-3 .profile-item .author .avatar img{
  transition: 0.5s;
}
.style-3 .profile-item .author .avatar:hover img{
  transform: scale(1.1)
}
.style-3 .profile-item .name,.style-3 .profile-item .job,.style-3 .profile-item .udetor-social-share{
  background: #fff;
  margin-top:0;
  margin-bottom:0;
}
.style-3 .profile-item .job{
  position: relative;
  padding-left: 29px;
  padding-top: 10px;
  letter-spacing: 1.2px;
  margin-bottom:-1px;
  font-size: 16px;
}
.style-3 .profile-item .name{
  position: relative;
  z-index: 4;
  font-size: 20px;
  font-weight: bold;
  color:#222222;
  padding-top: 7px;
  padding-left: 29px;
  margin-bottom:-1px;
}
.style-3 .profile-item .name:before{
  content: '';
  border-top: 35px solid transparent;
  border-right: 264px solid #fff;
  border-bottom: 0px solid transparent;
  top: -34px;
  z-index:-1;
  left:0;
  position: absolute;
}
.style-3 .profile-item .udetor-social-share:before{
  display: none;
}
.style-3 .profile-item .udetor-social-share{
  padding-left: 29px;
  padding-bottom: 9px;
}
.style-3 .profile-item .udetor-social-share a{
  width:auto;
  height: auto;
  background:transparent;
  margin-right:18px;
}
.style-3 .profile-item .udetor-social-share .fa-facebook{
  color: #3b5998;
}
.style-3 .profile-item .udetor-social-share .fa-twitter{color: #55acee;}
.style-3 .profile-item .udetor-social-share .fa-google{color:#e95950; }
/*Style New List Post Multi-Color*/
.post-style-multi-color  .udetor-blog-info .entry-title a{
  font-size:20px;
}
.post-style-multi-color .thumbnail{
  margin-bottom:24px;
  position: relative;
}
.post-style-multi-color.owl-carousel .thumbnail img{
  width:100%;
}
.post-style-multi-color .thumbnail:before{
  display: none;
}
.post-style-multi-color .thumbnail > a:after{
  content:'';
  position: absolute;
  background-color:rgba(255,255,255,0);
  width: 0%;
  height: 0%;
  top:0;
  left:0;
  transition:1s;
}
.post-style-multi-color .thumbnail a:before{
  content:'';
  position: absolute;
  background-color: rgba(255,255,255,0);
  width: 0%;
  height: 0%;
  bottom:0;
  right:0;
  transition:1s;
}
.post-style-multi-color .thumbnail:hover a:after{
  width: 100%;
  height: 100%;
  animation:fade 0.7s linear 1;
}
.post-style-multi-color .thumbnail:hover a:before{
  width: 100%;
  height: 100%;
  animation:fade 0.7s linear 1;
}
.post-style-multi-color .udetor-blog-info .multi-btn{
  font-weight: 600;
  color:#fff;
  padding:12px 40px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 100px;
  margin-top:16px;
  box-shadow: 8px 7px 35px 5px rgba(0,0,0,0.15);
  transition:0.5s;
}
.post-style-multi-color  .udetor-blog-info .multi-btn:hover{
  transform:translateY(-3px);
  box-shadow: 8px 7px 35px 5px rgba(0,0,0,0.25);
}
.post-style-multi-color .owl-item:nth-of-type(3n+1) .featured-date a.url{
  color:#e95e4e;
}
.post-style-multi-color .owl-item:nth-of-type(3n+1) .udetor-blog-info .multi-btn{
  background:#e95e4e;
}
.post-style-multi-color .owl-item:nth-of-type(3n+2) .featured-date a.url{
  color:#f9d612;
}
.post-style-multi-color .owl-item:nth-of-type(3n+2) .udetor-blog-info .multi-btn{
  background:#f9d612;
}
.post-style-multi-color .owl-item:nth-of-type(3n) .featured-date a.url{
  color:#2c67c7;
}
.post-style-multi-color .owl-item:nth-of-type(3n) .udetor-blog-info .multi-btn{
  background:#2c67c7;
}
.udetor-cart-mobile { position: relative; float: left; display: none; }
.udetor-cart-mobile .amount { display: none; }
.udetor-cart-mobile a:before { content: "\f290"; font-family: FontAwesome; display: inline-block; font-size: 18px; }
.udetor-cart-mobile .count { position: absolute; top: -10px; right: -5px; }
@media screen and (max-width:991px) {
  .udetor-cart-mobile { display: inline-block; margin-right: 15px; margin-top: 25px; padding-right: 5px; }
}