@charset "utf-8";
/*
Theme Name: WD Venus
Theme URI: https://www.wpdaxue.com/shop/wordpress-theme-wd-venus
Author: WPKEJI.COM
Author URI: https://www.wpkeji.com/
Description: A new theme from https://www.wpdaxue.com/shop/wordpress-theme-wd-venus.
Version: 1.4.0
Text Domain: wd-venus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@media (min-width: 1220px){
    .container {
        width: 1200px;
    }
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}
.align-left{
    text-align: left;
}
.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}

img {
    max-width: 100%;
    height: auto;
}

.pagetitle-border-top {
    padding-top: 100px;
}

.main-content {
    padding-bottom: 50px;
}

.main-content h1.title {
    font-size: 24px;
    margin-bottom: 22px;
}

.title-disable .main-content h1.title{
    display: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    outline: none;
    color: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 13px 26px;
    font-size: 14px;
    line-height: 1.3333333;
    border: none;
    border-color: #41bae0;
    background-color: #41bae0;
    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background-color: #222533;
}

.btn {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 7px 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #248EFA;
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  border-radius: 2px;
}

.btn:hover{
    opacity: 0.85;
}

.btn-blue{
  background-color: #248EFA;
}
.btn-purple{
  background-color: #5236FF;
}
.btn-green{
  background-color: #00958C;
}
.btn-orange{
  background-color: #FA9324;
}
.btn-red{
  background-color: #41bae0;
}
.btn-white{
  background-color: #fff;
  color: #248EFA;
}
.btn-white:hover,
.btn-white:visited{
  background-color: #fff;
  color: #248EFA;
}

#page-content {
    padding-top: 30px;
}
.enable-breadcrumb #page-content {
    padding-top: 0;
}
.space-disable #page-content {
    padding-top: 0;
}
.space-disable .main-content{
    padding-bottom: 0;
}
.space-disable .entry .entry-content {
    margin-bottom: 0;
}

/* ********** HEADER ************** */

.logo-main {
    padding: 0;
    max-height: 64px;
}

.logo-main img {
    max-width: 100%;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
}

.header-top,
.header-bottom {
    display: table;
    width: 100%;
}

.header-top p {
    margin: 0;
    padding: 0;
    line-height: 34px;
    font-size: 12px;
}

.roll-activated .header-top{
    display: none;
}

.header-top>.container,
.header-bottom>.container {
    display: table;
}

.header-left,
.header-center,
.header-right {
    display: table-cell;
    vertical-align: middle;
}

.header-bg {
    width: 100%;
    z-index: 100;
    position: absolute;
    color: #FFF;
}

.justify-fix {
    display: inline-block;
    width: 100%;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.headerBox {
    position: relative;
}

.menuRightBox {
    display: inline-block;
    vertical-align: middle;
}

.header-not-float {
    position: relative;
}

.roll-activated {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.nav-box {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.menu-wrap>ul>li>a>span:hover{
 	color:#41bae0;
}
.headerBox .menuRightBox {
    white-space: nowrap;
}

.headerBox .menuRightBox>* {
    white-space: normal;
}

.menuRightBox .left-line {
    display: inline-block;
    border-left: 1px solid;
    height: 20px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.header-last {
    width: 86px;
}

.user-dashboard{
    position: relative;
    float: right;
    margin: 6px 0 0 6px;
}
.user-dashboard .icon {
    cursor: pointer;
    font-size: 16px;
    position:relative;
    padding: 0 10px 0 0;
}

.user-dashboard .icon:hover {
    color: #41bae0;
}
.user-dashboard .icon:after {
    position:absolute;
    top: 12px;
    left: 18px;
    content: "";
    height: 5px;
    width: 5px;
    overflow: hidden;
    margin: 0 0px 3px 6px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.user-dashboard-dropdown{
    display: none;
    position: absolute;
    top: 54px;
    background: #fff;
    right: 0;
    width: 230px;
    text-align: left;
    padding: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.user-dashboard-dropdown .user-menu{
    margin: 0;
}
.user-dashboard-dropdown .user-menu>li{
    width: 100px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}
.user-dashboard .header-login-form,
.user-dashboard #wpuf-login-form{
    padding:5px 10px;
}
.user-dashboard .header-login-form input,
.user-dashboard #wpuf-login-form input{
    width: 100%;
}
.user-dashboard .header-login-form input[type=submit],
.user-dashboard #wpuf-login-form input[type=submit]{
    padding: 8px;
}
.user-dashboard .header-login-form input[type=checkbox],
.user-dashboard #wpuf-login-form input[type=checkbox]{
    width: auto;
}
.user-dashboard .header-login-form label,
.user-dashboard #wpuf-login-form label{
    font-size:14px;
    font-weight: 400;
}

.header-transparent {
    background-color: transparent;
}

.header-light-transparent {
    background-color: rgba(255, 255, 255, 0.2);
}

.header-dark-transparent {
/*     background-color: rgba(0, 0, 0, 0.2); */
}

.header-light {
    color: #1e1e1e;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(3,13,40, 0.1);
}

.header-dark {
    background-color: #252525;
}

.topbar-light .header-top {
    background-color: #FFF;
}

.topbar-accent .header-top {
    background-color: #41bae0;
    color: #FFF;
}

.topbar-dark .header-top {
    background-color: #0e0e12;
}

.topbar-dark .header-top {
    background-color: #0e0e12;
}

.topbar-dark-transparent .header-top {
    background-color: rgba(0, 0, 0, 0.2);
}

.topbar-light-transparent .header-top {
    background-color: rgba(255, 255, 255, 0.2);
}

.header-center-logo.header-light.topbar-light .header-top {
    background-color: #fafafa;
}

.topbar-border .header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-light .menu-wrap>ul>li>a>span {
    color: #1e1e1e;
}
.header-light .menu-wrap>ul>li>a>span:hover{
	color:#41bae0;
}

.header-top .menu-wrap>ul>li>a>span {
    color: #fff;
}

.topbar-grey .header-top {
    background-color: #fafafa;
}

.header-font-dark {
    color: #1e1e1e;
}

.header-font-dark .menu-wrap>ul>li>a>span {
    color: #1e1e1e;
}

.header-top .social-icons {
    margin-top: 4px;
}
.social-icons .icon {
    color: #fff;
    margin: 0 4px;
    padding: 4px;
}

.icon-img {
    position: relative;
}
.icon-img .tooltip {
    position:absolute;
    left: -36px;
    display: none;
    opacity: 1;
    width: 100px;
}
.icon-img .tooltip.top {
    bottom: 22px;
}
.icon-img .tooltip .tooltip-inner {
    padding: 4px;
}

.icon-img:hover .tooltip {
    display: block;

}

/*main menu*/

.menu-main {
    position: relative;
    margin: 0px;
}


/*dng-megamenu */

.menu-wrap {
    margin: 0px;
    padding: 0px;
    clear: both;
}

.menu-wrap .primary-structure {
    position: relative;
    clear: both;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.menu-wrap .primary-structure>li {
    float: left;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 24px 0 24px;
}

.menu-wrap #top-bar-menu>li {
    padding: 0;
}

.menu-wrap .primary-structure>li>a {
    display: inline-block;
    padding: 0px 18px;
    word-spacing: normal;
    line-height: 33px;
    transition: all ease-in 200ms, line-height 0ms;
    -webkit-transition: all ease-in 200ms, line-height 0ms;
    /* Safari and Chrome */
}

.menu-wrap #top-bar-menu>li>a {
    padding: 0 8px;
    color: #fff;
}

*+html .menu-wrap .primary-structure>li>a {
    display: inline;
}

.menu-wrap>ul>li>a>span {
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: inherit;
}

.menu-wrap #top-bar-menu>li a span {
    font-size: 12px;
}

.menu-wrap .primary-structure>li>a:hover,
.menu-wrap .primary-structure>li.menu-hover>a,
.menu-wrap .primary-structure>li.current>a {
    text-decoration: none;
}

.menu-wrap .primary-structure span img,
.menu-wrap .primary-structure span i {
    margin-right: 8px;
    width: 1.1em;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.menu-wrap .primary-structure>li>a,
.menu-wrap .primary-structure>li>a:link,
.menu-wrap .primary-structure>li>a:active,
.menu-wrap .primary-structure>li>a:visited {
    color: inherit;
}

.menu-wrap .primary-structure>li.dir>a>span:after {
    content: "";
    height: 5px;
    width: 5px;
    overflow: hidden;
    margin: 0 0px 3px 6px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.menu-wrap .primary-structure>li>a>span>i {
    color: inherit;
    font-size: 1.2em;
}

.menu-wrap .primary-structure>li:hover>a,
.menu-wrap .primary-structure>li.current>a,
.menu-wrap .primary-structure>li.menu-hover>a {
    color: #41bae0;
}

.menu-wrap .label,
.menu-wrap .badge{
    padding: .19em .4em .2em;
    font-size: 70%;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px 2px;
}

/* @media only screen and (min-width: 1200px) {
    .menu-wrap .primary-structure>li>a {
        padding: 0px 18px;
    }
}

@media only screen and (min-width: 1600px) {
    .menu-wrap .primary-structure>li>a {
        padding: 0px 21px;
    }
} */
@media only screen and (min-width: 992px) {
    .mobile-right-icon{
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    #site-navigation{
        display: none;
    }
    .user-dashboard-dropdown{
        top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-wrap .primary-structure>li>a {
        padding: 0px 13px;
    }
}


/*sub*/

.menu-wrap .menuslide {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 907;
    margin: 0;
    padding: 0;
}

.menu-wrap .rtl .menuslide.slide {
    left: auto!important;
    right: 0;
}

.menu-wrap .menuslide>.boxslide {
    padding: 18px 40px 18px 0px;
}

.menu-wrap .slide-menu,
.menu-wrap .boxslide {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.menu-wrap .slide-menu .sub-menu {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.menu-wrap .dnngo-masonrymenu {
    width: 100%;
}

.menu-wrap .dnngo-masonrymenu>ul {
    float: left;
}

.menu-wrap .dnngo-masonrymenu>ul>li {
    margin: 0px 38px;
}

.menu-wrap .slide-menu,
.menu-wrap .slide-menu .sub-menu,
.menu-wrap .boxslide {
    background-color: #ffffff;
}

.menu-wrap .menuslide {
    transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms, top ease-out 200ms;
    -moz-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms, top ease-out 200ms;
    -webkit-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms, top ease-out 200ms;
    -o-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms, top ease-out 200ms;
    -ms-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms, top ease-out 200ms;
}

.menu-sub-dark .menu-wrap .slide-menu,
.menu-sub-dark .menu-wrap .slide-menu .sub-menu,
.menu-sub-dark .menu-wrap .boxslide,
.menu-sub-dark .menu-wrap .custommenu>.menupane {
    background-color: #252525;
    color: #bcbcbc;
}

.menu-sub-dark .menu-wrap .custommenu>.menupane {
    background-color: #252525;
    color: #bcbcbc;
}

.menu-sub-dark .menu-wrap .slide-menu li:hover>a,
.menu-sub-dark .menu-wrap .slide-menu li.subcurrent>a {
    background-color: transparent;
    color: #41bae0;
}


/*slide-menu*/

.menu-wrap .slide-menu {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    color: #333333;
}

.menu-wrap .slide-menu ul,
.menu-wrap .slide-menu ul li {
    margin: 0;
    padding: 0;
}

.menu-wrap .slide-menu .sub-menu {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 904;
}

.menu-wrap .slide-menu li {
    position: relative;
    list-style: none;
}

.menu-wrap .slide-menu li a {
    text-decoration: none;
    text-align: left;
    padding: 8px 60px 8px 20px;
    display: block;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 200ms;
    /* Opera */
    -ms-transition: all ease-in 200ms;
    /* IE9? */
    color: inherit;
    transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
    -moz-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
    -webkit-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
    -o-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
    -ms-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
}

.menu-wrap .rtl .slide-menu li a {
    padding: 8px 20px 8px 60px;
    text-align: right;
}

.menu-wrap .slide-menu li.dir:before {
    content: "";
    right: 15px;
    top: 50%;
    position: absolute;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari and Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
    opacity: 0.9;
}

.menu-wrap .rtl .slide-menu li.dir:before {
    left: 15px;
    right: auto;
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -moz-transform: rotate(135deg);
    /* Firefox */
    -webkit-transform: rotate(135deg);
    /* Safari and Chrome */
    -o-transform: rotate(135deg);
    /* Opera */
}

.menu-wrap .rtl .boxslide,
.menu-wrap .rtl .boxslide .menu-centerbox ul {
    text-align: right;
}

.menu-wrap .sub-menu {
    transition: top ease-out 200ms;
    -moz-transition: top ease-out 200ms;
    -webkit-transition: top ease-out 200ms;
    -o-transition: top ease-out 200ms;
    -ms-transition: top ease-out 200ms;
}

.menu-wrap .slide-menu li:hover>a,
.menu-wrap .slide-menu li.subcurrent>a {
    color: #FFF;
    background-color: #41bae0;
}

.menu-wrap .slide-menu li.dir:before {
    border-right: 1px solid;
    border-bottom: 1px solid;
    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
}

.menu-wrap .slide-menu li.dir:hover:before,
.menu-wrap .slide-menu li.dir.subcurrent:before {
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.menu-wrap .slide-menu li a>span>i {
    color: inherit;
    font-size: 13px;
}

.menu-wrap .slide-menu li a:hover>span>i,
.menu-wrap .slide-menu li.menu-hover>a>span>i,
.menu-wrap .slide-menu li.current>a>span>i,
.menu-wrap .slide-menu li.subcurrent>a>span>i {
    color: #FFF;
}

.menu-wrap .slide-menu li>a>span {
    display: inline-block;
    transition: transform ease-in 200ms;
    -moz-transition: transform ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: transform ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: transform ease-in 200ms;
    /* Opera */
    -ms-transition: transform ease-in 200ms;
    /* IE9? */
}

.menu-wrap .slide-menu li a:hover>span,
.menu-wrap .slide-menu li.menu-hover>a>span {
    transform: translate(4px, 0);
    -webkit-transform: translate(4px, 0);
}

.menu-wrap .rtl .slide-menu li a:hover>span,
.menu-wrap .rtl .slide-menu li.menu-hover>a>span {
    transform: translate(-4px, 0);
    -webkit-transform: translate(-4px, 0);
}

.menu-wrap .slide-menu li a {
    padding-left: 14px;
}

.menu-wrap .rtl .slide-menu li a {
    padding-right: 14px;
}

@media only screen and (min-width: 1200px) {
    .menu-wrap .slide-menu li a {
        padding-left: 18px;
    }
    .menu-wrap .rtl .slide-menu li a {
        padding-right: 18px;
    }
}

@media only screen and (min-width: 1600px) {
    .menu-wrap .slide-menu li a {
        padding-left: 21px;
    }
    .menu-wrap .rtl .slide-menu li a {
        padding-right: 21px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-wrap .slide-menu li a {
        padding-left: 13px;
    }
    .menu-wrap .rtl .slide-menu li a {
        padding-right: 13px;
    }
}

/*Fixed Menu Style Start*/

.roll-activated {
    color: #666;
    background-color: #ffffff;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.header-dark-transparent.roll-activated {
    background-color: rgba(3,13,41, 0.9);
    color: #fff;
}

.admin-bar .roll-activated {
    top: 32px!important;
}

.roll-activated .menu-wrap>ul>li:hover>a>span,
.roll-activated .menu-wrap>ul>li.current>a>span,
.roll-activated .menu-wrap>ul>li.menu-hover>a>span {
    color: #41bae0;
}

.roll-activated .menu-wrap>ul>li {
    padding: 15px 0;
}

.roll-activated .menu-wrap>ul>li>a {
    line-height: 40px;
}

.roll-activated .logo-main {
    height: 40px;
    line-height: 40px;
}

.roll-activated .logo-main img{
    max-height: 40px;
}

.roll-activated .logo-main .Logobox,
.roll-activated .Logobox .logo-main {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 2px 2px 2px 2px;
}

.roll-activated .logo-main .Logobox a,
.roll-activated .Logobox .logo-main a {
    display: block;
    white-space: nowrap;
    line-height: 1;
    height: 100%;
}

.roll-activated .logo-main .Logobox a:after,
.roll-activated .Logobox .logo-main a:after {
    display: inline-block;
    width: 0;
    height: 100%;
    content: "";
    vertical-align: middle;
    overflow: hidden;
}

.roll-activated .LogoPane,
.roll-activated .mobileLogoPane,
.roll-activated .logo-main .Logobox {
    vertical-align: top;
}

.roll-activated .headerBox .headertopBox {
    display: none;
}

.roll-activated.roll-menu-dark {
    color: #fff;
    background-color: #252525;
}

.roll-activated.roll-menu-light {
    color: #666;
    background-color: #ffffff;
}

/*
    jQuery.mmenu oncanvas CSS
*/

.menu-wrap-mobile {
    position: fixed;
    top: 51px;
    left: 0;
    bottom: 0;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    margin: 0px;
    padding: 0px;
    clear: both;
    z-index: 941;
    display: none;
}

.menu-wrap-mobile .primary-structure {
    background-color: #FFF;
    padding: 15px 0;
    -moz-box-shadow: 0 0 5px #999;
    /* For Firefox3.6+ */
    -webkit-box-shadow: 0 0 5px #999;
    /* For Chrome5+, Safari5+ */
    box-shadow: 0 0 5px #999;
    /* For Latest Opera */
}

.menu-wrap-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-wrap-mobile li.dir {
    position: relative;
}

.menu-wrap-mobile .primary-structure>li>a,
.menu-wrap-mobile .menuslide>ul>li>a,
.menu-wrap-mobile .sub-menu>ul>li>a {
    padding: 8px 40px 8px 15px;
    display: block;
}

.menu-wrap-mobile .dropdown-submenu {
    position: absolute;
    top: 0;
    right: 0px;
    width: 41px;
    height: 41px;
    cursor: pointer;
}

.menu-wrap-mobile .dropdown-submenu:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform ease-in 200ms;
}

.menu-wrap-mobile .dropdown-submenu.active:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border-color: #41bae0;
}

.menu-wrap-mobile .dropdown-submenu.active+a {
    color: #41bae0
}

.menu-wrap-mobile li.dir>.menuslide,
.menu-wrap-mobile li.dir>.sub-menu {
    display: none;
}

.menu-wrap-mobile .primary-structure>li>a {
    font-weight: bold;
}

.menu-wrap-mobile .primary-structure li li a {
    font-size: 13px;
}

.menu-wrap-mobile .primary-structure li .menuslide>ul>li>a {
    padding-left: 30px;
}

.menu-wrap-mobile .primary-structure li li .sub-menu>ul>li>a {
    padding-left: 40px;
}

.menu-wrap-mobile .primary-structure li li li .sub-menu>ul>li>a {
    padding-left: 50px;
}

.menu-wrap-mobile .primary-structure li li li li .sub-menu>ul>li>a {
    padding-left: 60px;
}

.menu-wrap-mobile .primary-structure li li li li li .sub-menu>ul>li>a {
    padding-left: 70px;
}

.menu-wrap-mobile .submenu-title {
    margin: 0;
    padding: 8px 0px;
    font-size: 14px;
    font-weight: bold;
}

.menu-wrap-mobile .MegaMenuList li {
    width: 100%!important;
    padding: 0!important;
}

.menu-wrap-mobile .MegaMenuList li a,
.menu-wrap-mobile .megamenu-list li a {
    display: block;
    padding: 8px 0;
}

.menu-wrap-mobile .MegaMenuList li:after {
    content: normal!important;
}

.menu-wrap-mobile .megamenu-list ul a {
    padding-left: 15px;
}

.menu-wrap-mobile .menu-pane-space {
    padding: 0px!important;
}

.menu-wrap-mobile .menupane {
    width: auto!important;
    float: none!important;
    padding: 0 15px 15px;
}

.menu-wrap-mobile a,
.menu-wrap-mobile a:link,
.menu-wrap-mobile a:active,
.menu-wrap-mobile a:visited {
    color: #333;
}

.menu-wrap-mobile a:hover {
    color: #41bae0;
    text-decoration: none;
}

.menu-wrap-mobile .MegaMenuList li a {
    padding-left: 15px;
    padding-right: 15px;
}

.menu-wrap-mobile .MegaMenuList li a:hover {
    background-color: transparent;
}

.menu-wrap-mobile .MegaMenuList li a:hover span {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.overflow-hidden {
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .mobile-right-icon {
        height: 50px;
        line-height: 50px;
        color: #333;
        font-size: 16px;
        text-align: right;
        position: relative;
        z-index: 999;
    }
    .mobile-right-icon .search-popup-box .icon {
        padding: 0 5px;
    }
    #ico-menu-mobile {
        width: 18px;
        display: inline-block;
        text-align: center;
    }
    .mobile-right-icon .fa.active:before {
        content: "\f00d";
        color: #41bae0;
    }
    .mobile-right-icon .search-popup-box {
        vertical-align: top;
    }
    /*mobile menu */
}


/*search*/

.search-popup-box {
    position: relative;
    z-index: 1000;
    display: inline-block;
    vertical-align: middle;
}

.search-popup-box .popup-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 1000;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    color: #666;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 200ms;
    /* Opera */
    -ms-transition: all ease-in 200ms;
    /* IE9? */
}

.search-popup-box .popup-content.active {
    opacity: 1;
    visibility: visible;
}

.search-popup-box .icon {
    color: inherit;
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    padding: 5px;
    transition: color ease-in 200ms;
    -moz-transition: color ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: color ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: color ease-in 200ms;
    /* Opera */
    -ms-transition: color ease-in 200ms;
    /* IE9? */
}

.search-popup-box .icon.active,
.search-popup-box:hover .icon {
    color: #41bae0;
}

.search-popup-box .popup-center {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.search-popup-box form {
    display: inline-block;
    width: 846px;
    max-width: 80%;
    overflow: hidden;
    position: relative;
}

.search-popup-box .text {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 2px solid #666666;
    font-size: 20px;
    color: #333;
    padding: 20px 60px 20px 20px;
    outline: none;
    /* text-align: center; */
}

.search-popup-box .text::-webkit-input-placeholder {
    color: #999;
    opacity: 0.9;
}

.search-popup-box .text:-moz-placeholder {
    color: #999;
    opacity: 0.9;
}

.search-popup-box .text::-moz-placeholder {
    color: #999;
    opacity: 0.9;
}

.search-popup-box .text:-ms-input-placeholder {
    color: #999;
    opacity: 0.9;
}

.search-popup-box .text:placeholder {
    color: #999;
    opacity: 0.9;
}

.search-popup-box .submit {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 26px;
    color: #666666;
    border: none;
    background: none;
    outline: none;
    transition: color ease-in 200ms;
    -moz-transition: color ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: color ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: color ease-in 200ms;
    /* Opera */
    -ms-transition: color ease-in 200ms;
    /* IE9? */
}

.search-popup-box .submit:hover {
    color: #41bae0;
}

.search-popup-box .popup-close {
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
    font-size: 20px;
    transition: color ease-in 200ms;
    -moz-transition: color ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: color ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: color ease-in 200ms;
    /* Opera */
    -ms-transition: color ease-in 200ms;
    /* IE9? */
}

.search-popup-box .popup-close:hover {
    color: #41bae0;
}

.search-popup-box .info {
    color: #666666;
    font-size: 15px;
    font-weight: bold;
}

.search-popup-box-active {
    overflow: hidden;
}

.search-popup-box.box-dark .popup-content {
    background-color: rgba(0, 0, 0, 0.7);
}

.search-popup-box.box-dark .popup-content {
    color: #FFF;
}

.search-popup-box.box-dark .text {
    color: #b5b5b5;
}

/*@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-popup-box .submit {
        margin-top: -25px;
    }
}*/

@media only screen and (max-width: 767px) {
    .search-popup-box .text {
        font-size: 13px;
        padding: 10px 28px 10px 3px;
        line-height: 30px;
    }
    .search-popup-box .submit {
        font-size: 18px;
        margin-top: -25px;
    }
    .search-popup-box form {
        max-width: 85%;
    }
}

/*****************breadcrumb*****************/

.breadcrumb-wrap {
    margin: 20px 0;
}
.breadcrumb-disable .breadcrumb-wrap {
    display: none;
}
.breadcrumb-box,
.breadcrumb-box a,
.breadcrumb-box a:link,
.breadcrumb-box a:active,
.breadcrumb-box a:visited {
    color: #888;
}

.breadcrumb-box a:hover {
    color: #41bae0;
}

.breadcrumb-box .fa {
    margin-right: 0.4em;
}

.breadcrumb-box .separator {
    padding: 0px 0.25em;
}

.breadcrumb-box {
    font-size: 12px;
    line-height: 20px;
}

.breadcrumb-box ol {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.breadcrumb-box ol li {
    display: inline;
    padding-left: 0;
}

/**********************************************/
.slider-list-top {
    margin-bottom: 26px;
}

.slider-list-top img {
    border-radius: 2px;
}

.slider-content {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.slider-content-wrap {
    color: #fff;
    line-height: 30px;
    position: relative;
    max-width: 100%;
    padding: 40px 20px 20px;
    text-align: left;
}

.slider-content-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.9) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.9) 100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 2px;
}

.text-center .slider-content {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 22%;
}

.text-center .slider-content-wrap {
    width: 50%;
    min-width: 300px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
}
.slider-layout-5.text-center .slider-content-wrap,
.slider-layout-4.text-center .slider-content-wrap {
    padding: 20px;
    min-width: 240px;
}

.text-center .slider-content-wrap:after {
    background-color: transparent;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 2%, rgba(0, 0, 0, 0.5) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 2%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 2%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 2%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 2%, rgba(0, 0, 0, 0.5) 100%);
}

.slider-content-inner {
    position: relative;
    z-index: 2;
}
.entry .entry-content .slider-content-wrap .slider-title,
.slider-content-wrap .slider-title a,
.slider-content-wrap .slider-title {
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}

.slider-content-wrap .slider-text {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
}
.slider-content-wrap .list-info{
    margin: 0;
}
.slider-content-wrap .list-info span{
    background: none;
    padding: 0;
}

.slider-content-wrap .list-more {
    color: #41bae0;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.slider-content-wrap .list-more:hover {
    color: #fff;
    letter-spacing: 1px;
}

.slider-item-url {
    width: 100%;
    height: 100%;
}

.theme-carousel.carousel-center .owl-item {
    opacity: 0.4;
    max-width: 1180px;
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 300ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 300ms;
    /* Opera */
    -ms-transition: all ease-in 300ms;
    /* IE9? */
}

.theme-carousel.carousel-center .owl-item.center {
    opacity: 1;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 20px;
    text-align: center;
    border: 2px solid #eee;
    background-color: transparent;
    top: 50%;
    margin-top: -25px;
    color: #eee;
    border-radius: 50%;
    position: absolute;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover{
    color: #eee!important;
}

.theme-carousel .owl-nav .owl-prev,
.theme-carousel .owl-nav .owl-next {
    opacity: 0.6;
}

.theme-carousel:hover .owl-nav .owl-prev,
.theme-carousel:hover .owl-nav .owl-next {
    opacity: 1;
    color: #fff;
}

.theme-carousel .owl-item .item{
    position: relative;
    overflow: hidden;
}

.theme-carousel .owl-item .item img{
    max-width:100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s; 
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s; 
    transition: transform 0.5s;
}

.theme-carousel .owl-item .item:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.owl-nav .owl-prev {
    left: 3%;
}

.owl-nav .owl-next {
    left: auto;
    right: 3%;
}

.theme-carousel .owl-nav .owl-prev:before,
.theme-carousel .owl-nav .owl-next:before {
    border-color: inherit;
    width: 15px;
    height: 15px;
    border-width: 3px;
    margin: -8px 0 0 -4px;
}

.theme-carousel .owl-nav .owl-next:before {
    margin-left: -8px;
}

.theme-carousel .owl-nav .owl-prev:hover,
.theme-carousel .owl-nav .owl-next:hover {
    color: #919191;
    background-color: transparent;
    opacity: 1;
}

.owl-carousel .owl-dots {
    width: auto;
    text-align: center;
    margin: -30px auto 0 auto;
    padding-bottom: 5px;
    z-index: 9;
    position: relative;
}

.owl-carousel .owl-dot span{
    height: 4px;
    width: 20px;
    display: block;
    background: rgba(229,229,229, 0.8);
    margin: 0 3px;
    border-radius: 3px;
}

.owl-carousel .owl-dot.active span {
    background: #41bae0;
}

@media only screen and (max-width: 1200px) {
    .carousel-center .slider-content {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 25%;
    }
    .carousel-center .slider-content-wrap{
        width: 50%;
        min-width: 300px;
        margin: 0 auto;
        text-align: center;
        padding: 40px 20px;
    }
    .slider-layout-2  .slider-content-wrap{
        padding: 20px;
    }
    .slider-layout-4.text-center .slider-content {
        bottom: 12%;
    }
}


@media only screen and (max-width: 992px) {
    .carousel-center .owl-item .item {
        height: 400px;
    }
    .slider-layout-2 .slider-content {
        bottom: 12%;
    }
    .slider-layout-2 .slider-content-wrap{
        width: 600px;
    }
    .slider-layout-3 .slider-content-wrap{
        padding: 15px;
    }
    .slider-layout-4.text-center .slider-content-wrap{
        padding: 10px;
    }
    .slider-layout-5.text-center .slider-content {
        bottom: 12%;
    }
}

@media only screen and (max-width: 899px) {
    .slider-layout-2 .slider-content {
        bottom: 15%;
    }
    .slider-layout-2 .slider-content-wrap{
        width: 400px;
    }
    .slider-layout-2 .slider-content .slider-text{
        display: none;
    }
}

@media only screen and (max-width: 767px) {
   .carousel-center .owl-item .item {
        height: 360px;
    }
    .slider-layout-2  .slider-content-wrap,
    .carousel-center .slider-content-wrap{
        width: 400px;
    }
    .slider-layout-2 .slider-content .slider-text{
        display: none;
    }
    .slider-layout-2 .slider-content .btn-accent{
        padding: 5px 10px;
    }
    .slider-layout-3 .slider-content{
        bottom: 10%;
    }
}

@media only screen and (max-width: 640px) {
   .carousel-center .owl-item .item {
        height: 320px;
    }
    .carousel-center .slider-content-wrap{
        width: 360px;
    }
    .carousel-center .slider-content {
        bottom: 15%;
    }
    .slider-layout-2 .slider-content-wrap{
        width: 300px;
        padding: 10px;
    }
    .slider-layout-3 .slider-content .slider-text{
        display: none;
    }
    .slider-layout-3 .slider-content .btn-accent{
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 480px) {
    .carousel-center .owl-item .item {
        height: 300px;
    }
    .carousel-center .slider-content-wrap{
        width: 300px;
    }
    .slider-layout-5.text-center .slider-content,
    .slider-layout-4.text-center .slider-content {
        bottom: 25%;
    }
}

.team-carousel .owl-dots {
    display: none;
}

.detail-gallery {
    background: #f6f6f6;
    margin-bottom: 20px;
}

.detail-gallery .owl-dots {
    display: none;
}

.owl-thumbs {
    text-align: center;
    padding: 0 10px;
}

.owl-thumb-item {
    display: inline-block;
    width: 9%;
    padding: 16px 0;
}

.owl-thumb-item:hover {
    cursor: pointer;
}

.owl-thumb-item img{
    opacity: .4;
}

.owl-thumb-item.active img{
    opacity: 1;
}

.portfolios_isotope .owl-thumbs {
    display: none;
}

.gallery-wrap {
    margin-right: 16px;
}
.col-md-12.gallery-wrap {
    margin-right: 0;
    float: none;
}
.detail-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 768px) {
    .gallery-wrap {
        margin-right: 0;
    }
}

/***************************Team begin*************************/

.team-style-1{
    text-align:center;
    margin-bottom:20px;
}
.team-style-1 img{
    max-width:100%;
    width:100%;
}
.team-style-1 .info{
    padding:40px 20px;
    background-color:#f8f8f8;
}
.team-style-1 .info h3,
.team-style-1 .info{
    transition:         all ease-in 200ms;
    -moz-transition:    all ease-in 200ms; /* Firefox 4 */
    -webkit-transition: all ease-in 200ms; /* Safari and Chrome */
    -o-transition:      all ease-in 200ms; /* Opera */
    -ms-transition:     all ease-in 200ms; /* IE9? */
}
.entry .entry-content .team-style-1 .info h3{
    margin:0;
    font-size:20px;
}
.team-style-1 .info h3 a {
    color: #333;
}
.team-style-1 .social{
    margin-top:22px;
}
.team-style-1 .social a{
    width:40px;
    height:40px;
    line-height:38px;
    text-align:center;
    display:inline-block;
    margin:0px 1px 3px;
    border:1px solid #c2c2c2;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    color:#666666;
    font-size:16px;
    vertical-align:middle;
    transition:         all ease-in 200ms;
    -moz-transition:    all ease-in 200ms; /* Firefox 4 */
    -webkit-transition: all ease-in 200ms; /* Safari and Chrome */
    -o-transition:      all ease-in 200ms; /* Opera */
    -ms-transition:     all ease-in 200ms; /* IE9? */
}
.team-style-1 .social a em{
    vertical-align:middle;
}
.team-style-1:hover .info{
    color:#FFF;
    background-color:#41bae0;
}
.team-style-1:hover .info h3 a{
    color:#FFF;
}
.team-style-1:hover .social a{
    border-color:#FFF;
    background-color:#FFF;
    color:#41bae0;
}
.team-style-1 .social a:hover{
    text-decoration:none;
}
.team-carousel .img-responsive {
    display: block;
}
.team-carousel .owl-nav .owl-prev {
    left: -5%;
}
.team-carousel .owl-nav .owl-next {
    right: -5%;
}
.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    color: #41bae0;
    border-color: #41bae0;
}
.dg-accordion01 .panel-heading{
    border:1px solid #eceff1;
    background-color:transparent;
    padding:0;
    position:relative;
}
.dg-accordion01 .panel,
.dg-accordion01 .panel-body{
    border:none!important;
}
.dg-accordion01 .panel-body{
    padding: 18px 0px 0px 16px;
}
.dg-accordion01 .panel-heading a{
    display:block;
    color:#424242;
    padding: 12px 23px 11px 54px;
    font-size:15px;
}
.entry .entry-content .dg-accordion01 .panel-heading h4{
    margin:0;
}
.dg-accordion01 .panel-heading a.collapsed{
    color:#424242;
}
.dg-accordion01 .panel-heading a:hover,
.dg-accordion01 .panel-heading a{
    color:#41bae0;
    text-decoration:none;
}
.dg-accordion01 .panel+.panel {
    margin-top: 18px;
}
.dg-accordion01 .panel-heading .arrow{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:40px;
    border-right:1px solid #ebeef0;
}
.dg-accordion01 .panel-heading .arrow:after {
    content: "";
    width: 2px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -1px;
    z-index: 1;
    opacity: 0;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}
.dg-accordion01 .panel-heading .arrow:before {
    content: "";
    width: 14px;
    height: 2px;
    background: #41bae0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin:-1px 0 0 -7px;
    z-index: 1;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}
.dg-accordion01 .panel-heading a.collapsed .arrow:before, 
.dg-accordion01 .panel-heading a.collapsed .arrow:after {
    background: #333;
    opacity: 1;
 }
.dg-accordion01 .panel-heading a.collapsed:hover .arrow:before,
.dg-accordion01 .panel-heading a.collapsed:hover .arrow:after{
    background: #41bae0;
}

.dg-accordion02 .panel {
    border:1px solid #e6e6e6;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.dg-accordion02 .panel-heading{
    background-color:transparent;
    padding:0;
    position:relative;
}
.dg-accordion02 .panel-heading:before{
    content:"";
    width:3px;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    background-color:#41bae0;
}
.dg-accordion02 .panel-body{
    border-color:#e6e6e6;
}
.dg-accordion02 .panel-body{
    padding: 24px 18px 18px 19px;
}
.dg-accordion02 .panel-heading a{
    display:block;
    color:#424242;
    padding: 12px 54px 11px 20px;
    font-size:15px;
    margin:-1px -1px 0;
}
.dg-accordion02 .panel-heading h4{
    margin:0;
}
.dg-accordion02 .panel-heading a.collapsed{
    color:#424242;
    background-color:transparent;
}
.dg-accordion02 .panel-heading a:hover,
.dg-accordion02 .panel-heading a{
    background-color:#41bae0;
    color:#fff;
    text-decoration:none;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}
.dg-accordion02 .panel+.panel {
    margin-top: 14px;
}
.dg-accordion02 .panel-heading .arrow{
    position:absolute;
    top:0;
    right:0;
    height:100%;
    width:33px;
    border-left:1px solid #e6e6e6;
}
.dg-accordion02 .panel-heading .arrow:after {
    content: "";
    width:0;
    height:0px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-2px 0 0 -5px;
    border-top:5px solid #FFF;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

.dg-accordion02 .panel-heading a.collapsed .arrow:after{
    transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
}
.dg-accordion02 .panel-heading a.collapsed .arrow:after{
    border-top-color:#494949;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-top:none;
}

.dg-accordion03 .panel {
    border:none;
}
.dg-accordion03 .panel-heading{
    background-color:#fbfbfb;
    padding:0;
    position:relative;
}
.dg-accordion03 .panel-body{
    padding: 24px 18px 21px 19px;
}
.dg-accordion03 .panel-heading a{
    display:block;
    color:#424242;
    padding: 12px 23px 11px 20px;
    font-size:15px;
    margin:0;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.dg-accordion03 .panel-heading a .fa{
    margin-right:12px;
    font-size:1.2em;
    display:inline-block;
    vertical-align:middle;
}
.dg-accordion03 .panel-heading h4{
    margin:0;
}
.dg-accordion03 .panel-heading a.collapsed{
    color:#424242;
    background-color:transparent;
}
.dg-accordion03 .panel-heading a:hover,
.dg-accordion03 .panel-heading a{
    background-color:#41bae0;
    color:#fff;
    text-decoration:none;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}
.dg-accordion03 .panel+.panel {
    margin-top: 14px;
}
.dg-accordion03 .panel-heading .arrow{
    position:absolute;
    top:0;
    right:0;
    height:100%;
    width:40px;
}
.dg-accordion03 .panel-heading .arrow:after {
    content: "";
    width:7px;
    height:7px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-4px 0 0 -4px;
    border-right:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}
.dg-accordion03 .panel-heading .collapsed:hover .arrow:after{
    border-right-color:#ffffff;
    border-bottom-color:#ffffff;
}
.dg-accordion03 .panel-heading a.collapsed .arrow:after{
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    border-right-color:#5b5b5b;
    border-bottom-color:#5b5b5b;
}

[class *= "dg-testimonials"] .owl-dots{
    bottom: -30px;
}


.dg-testimonials01 {
   text-align:center;
   padding:0;
   margin:0 auto 30px;
}
.dg-testimonials01 img {
    width: 100%;
}
.dg-testimonials01 blockquote{
  position:relative;
  padding:0;
  color:inherit;
  line-height:2;
  border-left: 0;
  width: 90%;
  margin: 0 auto;
}
.dg-testimonials01 blockquote p{
    font-weight: normal;
    font-style:italic;
    position: relative;
    text-indent: inherit;
    font-size: 16px;
    line-height: 1.8;
}
.dg-testimonials01 blockquote footer{
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    font-weight: bold;
    color: #666666;
    margin:34px 0 0;
    padding: 0 0 0 0;
    /*display: inline-block;*/
    vertical-align: middle;
}
.dg-testimonials01 blockquote footer:before{
    content:normal;
}
.dg-testimonials01 blockquote .pic{
    margin: 0;
    overflow: hidden;
    display: inline-block;
    margin: 0 14px 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: middle;
    padding:2px;
    border:1px solid #d8d8d8;
    max-width: 70px;
}
.dg-testimonials01 blockquote .pic img{
    max-width:100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.dg-testimonials01 blockquote .info{
    display:inline-block;
    font-size:16px;  
    vertical-align:middle;
    font-style:normal;
    text-align:left;
    color:#333333;
}
.dg-testimonials01 blockquote .info cite{
    display:block;
    color:#666666;
    font-size:14px;
    font-weight:normal;
}
.dg-testimonials01 .owl-nav .owl-prev, 
.dg-testimonials01 .owl-nav .owl-next{
    background-color:transparent;
    /* border:1px solid #999999; */
    /* width:43px; */
    /* height:43px; */
    opacity:0.3;
}
.dg-testimonials01 .owl-nav .owl-prev{
    left: 0;
}
.dg-testimonials01 .owl-nav .owl-next{
    left: auto;
    right: 0;
}
.dg-testimonials01 .owl-nav .owl-prev:before, 
.dg-testimonials01 .owl-nav .owl-next:before{
    border-color:#999999;
    border-width:1px;
}
.dg-testimonials01 .owl-nav .owl-prev:hover, 
.dg-testimonials01 .owl-nav .owl-next:hover{
    background-color:transparent;
    opacity:1;
}

.dg-testimonials01 .item:before{
    content: "“";
    font-family:Arial,Verdana,Tahoma,sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color:#f0f0f0;
    font-size:160px;
    display:inline-block;
    margin:30px auto 20px;
    line-height: 160px;
    overflow: hidden;
    height: 60px;
}

.dg-testimonials01.text-white blockquote{
  color:#ffffff;
}

.dg-testimonials01.text-white blockquote .info{
    color:#f8f8f8;
}
.dg-testimonials01.text-white blockquote .info cite{
    color:#eee;
}
.dg-testimonials01.text-white .owl-nav .owl-prev, 
.dg-testimonials01.text-white .owl-nav .owl-next{
    border-color:#FFF;
    opacity:0.5;
}
.dg-testimonials01.text-white .owl-nav .owl-prev:hover, 
.dg-testimonials01.text-white .owl-nav .owl-next:hover{
    opacity:1;
}


@media only screen and (max-width: 767px) {
    .dg-testimonials01 blockquote p{
        font-size: 14px;
    }
    .dg-testimonials01 .owl-prev {
        left:0px;
        right:auto;
        display:none;
    }
    .dg-testimonials01 .owl-next{
        right:0px;
        left:auto;
        display:none;
    }
}


.entry .entry-content .dg-loadlist1 p{
    font-size:14px;
    margin-bottom:7px;
    color:#333333;
}
.dg-loadlist1 .progress {
    height:8px;
    padding:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    position: relative;
    overflow:visible;
    margin:0 0 20px 0;
    z-index:1;
    background-color:transparent;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}
.dg-loadlist1 .progress:after {
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
    position:absolute;
    background-color:#f2f2f2;
    border:1px solid #e9e9e9;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    background-image: linear-gradient(to bottom, #fff , #f2f2f2, #fff );
    background-image: -webkit-linear-gradient(bottom, #fff , #f2f2f2, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f2f2f2', GradientType=0 );
}
.dg-loadlist1 .bar{
    height: 8px;
    line-height:8px;
    width: 0;
    color:#333333;
    transition: width ease-in 400ms;
    -moz-transition: width ease-in 400ms; /* Firefox 4 */
    -webkit-transition: width ease-in 400ms; /* Safari and Chrome */
    -o-transition: width ease-in 400ms; /* Opera */
    -ms-transition: width ease-in 400ms; /* IE9? */
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    text-align:right;
}
.dg-loadlist1 .bar span {
    position:absolute;
    right:0px;
    top:-21px;
    font-size:14px;
    line-height:1;
    padding:3px 6px;
    border-bottom:none;
    background-color:transparent;
    color:#666;
}

.dg-loadlist2 p{
    font-size:14px;
    margin-bottom:7px !important;
    color:#333333;
}
.dg-loadlist2 .progress {
    height:6px;
    padding:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    position: relative;
    overflow:visible;
    margin:0 0 20px 0;
    z-index:1;
    background-color:transparent;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}
.dg-loadlist2 .progress:after {
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
    position:absolute;
    background-color:#f2f2f2;
    border:1px solid #e9e9e9;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    background-image: linear-gradient(to bottom, #fff , #f2f2f2, #fff );
    background-image: -webkit-linear-gradient(bottom, #fff , #f2f2f2, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f2f2f2', GradientType=0 );
}
.dg-loadlist2 .bar{
    height: 6px;
    line-height:6px;
    width: 0;
    color:#333333;
    transition: width ease-in 400ms;
    -moz-transition: width ease-in 400ms; /* Firefox 4 */
    -webkit-transition: width ease-in 400ms; /* Safari and Chrome */
    -o-transition: width ease-in 400ms; /* Opera */
    -ms-transition: width ease-in 400ms; /* IE9? */
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    text-align:right;
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    position:relative;
}
.dg-loadlist2 .bar span {
    position:absolute;
    right:0px;
    top:-29px;
    font-size:13px;
    line-height:1;
    padding:3px 6px;
    border-bottom:none;
    color:#41bae0;
    border:1px solid #41bae0;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#FFF;
}
.dg-loadlist2 .bar span:after{
    content:"";
    position:absolute;
    top:100%;
    left:50%;
    margin:-2px 0 0 -3px;
    width:5px;
    height:5px;
    border-bottom:1px solid #41bae0;
    border-right:1px solid #41bae0;
    background-color:#FFF;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}

.bg-pink {
    background-color: #dc717c!important;
    color: #fff;
}
.bg-blue {
    background-color: #4285F4!important;
}
.bg-purple {
    background-color: #9b61dc!important;
}
.bg-green {
    background-color: #22d3a7!important;
}
.bg-yellow {
    background-color: #f0ad4e!important;
}

/********************posts list block *****************/
.post-list .media-list {
    margin-left: 0;
}
.media-list .media:first-child{
    margin-top: 15px;
}
.media-left {
    display: inline-block;
    float: left;
}
.media-left .list-date {
    width:80px; 
    left:0;
    text-align:center;
    color:#333333;
    display:table-cell;
    vertical-align: middle;
}

.media-left .list-date .day{
    display: block;
    background-color: #eeeeee;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    color: #333333;
}
.media-left .list-date .month{
    display:block;
    height:24px;
    line-height:24px;
    color:#FFF;
    font-size:14px;
    background-color:#41bae0;
}
.media-body h4 a {
    color: #181818;
    font-size: 16px;
}
/* .media-info,
.media-info a {
    color: #888;
    font-size: 12px;
}

.media-info span {
    margin-right: 12px;
}
.media-info span.fa {
    margin-right: 4px;
} */


.items-carousel .owl-nav .owl-prev,
.items-carousel .owl-nav .owl-next{
    color: #fff;
    width:40px;
    height:60px;
    line-height: 60px;
    margin:0;
    margin-top: -30px;
    border: 0;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    background-color: rgba(0,0,0,.8);
}
.items-carousel .owl-nav .owl-prev:hover,
.items-carousel .owl-nav .owl-next:hover{
    background-color: rgba(0,0,0,1);
}
.items-carousel .owl-nav .owl-prev{
    left:0;
}
.items-carousel .owl-nav .owl-next{
    right:0;
}
.items-carousel .owl-nav .owl-prev:before{
    width:20px;
    height:20px;
    margin:-10px 0 0 -6px;

} 
.items-carousel .owl-nav .owl-next:before{
    width:20px;
    height:20px;
    margin:-10px 0 0 -12px;
}

/***************Partner block*******************/
.partner-grid .owl-nav,
.partner-grid .owl-dots {
    display: none;
}

/***************Tabs**********************/
.tab-layout-default ul {
    margin: 0;
}
.nav-tabs{
    margin: 0;
    border-bottom: 1px solid #DCDCDC;
}
.nav-stacked {
    margin: 0;
    border-bottom: 0;
    padding-right: 0;
}
.nav-stacked>li>a{
    margin-right: 0;
}
.tab-layout-default .tab-content {
    padding-top: 20px;
}
.nav-center {
    text-align: center;
}
.nav-right {
    text-align: right;
}
.nav-right>li,
.nav-center>li {
    float: none;
    display: inline-block;
}
.nav-tabs>li>a {
    font-size: 16px;
    color: #424242;
    border-radius: 0;
}

.nav-pills>li>a {
    border-radius: 4px;
    border: none;
    padding: 7px 20px;
    font-size: 16px;
    color: #424242;
    margin: 0 10px 0 0;
    background-color: #f0f0f0;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.nav-right.nav-pills>li>a {
    margin: 0 0 0 10px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #41bae0;
}

.tab-layout-stacked .tab-content{
    padding-right: 0;
}
.tab-layout-stacked .nav-tabs>li.active>a,
.tab-layout-stacked .nav-tabs>li.active>a:focus,
.tab-layout-stacked .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-right-color: transparent;
    border-left: 2px solid #41bae0;
    margin-right: -1px;
    z-index: 9;
}
.wpkj-theme-tabs .post-item {
    margin-bottom: 20px;
}
/****************************************/

.wpkj-posts-block {
    margin-bottom: 20px;
}
.wpkj-posts-block.grid-1{
    margin-bottom: 24px;
}

.post-carousel {
    margin-bottom: 40px;
}

.wpkj-posts-block .owl-carousel .owl-dots{
    bottom: -20px;
}

/*panel*/
.panel-header {
    background: #fff;
    padding: 20px 0;
    box-shadow: 0px 0px 2px rgba(3,13,40, 0.1);
    position: relative;
    margin-bottom: 20px;
    border-radius: 2px;
}
.entry .entry-content .panel-header .panel-title,
.panel-header .panel-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    position: relative;
    padding-left: 20px;
}

.panel-header .panel-title:before{
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    width: 4px;
    height: 20px;
    background: #41bae0;
}

.panel-header .panel-title .more-url {
    float: right;
    font-size: 14px;
    font-weight: 400;
    margin: 6px 20px;
}

/***************************************/
.entry-inner {
    background: #fff;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0px 0px 2px rgba(3,13,40, 0.1);
}

.entry .entry-header {
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
    position: relative;
}

.title-disable .entry .entry-header{
    display: none;
}

.space-disable .entry-inner {
    padding: 0;
    box-shadow: none;
}

.full-width .entry-inner{
    background-color: #F3F4F7;
    box-shadow: none;
}


.entry .entry-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
}

.page .entry .entry-title{
    margin-bottom: 20px;
    text-align: left;
}

.entry .entry-meta{
    margin: 20px 0;
    font-size: 12px;
    color: #888;
}

.entry .entry-meta a{
    color: #888;
}

.entry .entry-meta a:hover{
    color:#41bae0;
}
.entry .entry-meta .meta-span{
    margin: 0 4px 0 0;
    background: #F3F4F7;
    padding: 4px 12px;
    border-radius: 15px 15px 15px 0;
    display: inline;
}
.entry .entry-meta .meta-span.wpfp-span{
    background-color:#41bae0;
    padding: 4px 4px 4px 12px;
}
.entry .entry-meta .meta-span.wpfp-span .wpfp-link{
    color: #fff;
}
.entry .entry-meta .meta-span .badge{
    font-size: 12px;
    padding: 2px 5px;
    margin-left: 8px;
    font-weight: 400;
    line-height: 12px;
    font-style: normal;
    color: #41bae0;
    background: #fff;
    margin-top: -3px;
}
.entry .entry-meta .fa{
    margin-right:4px;
}

.title-background .entry .entry-header .entry-title{
    position:relative;
    display:block;
    color: #fff;
    padding: 200px 20px 30px 20px;
    margin: -20px -20px 20px -20px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-download.title-background .entry .entry-header .entry-title{
    padding: 440px 20px 20px 20px;
}

.title-background .entry .entry-header .entry-title:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.entry .entry-header .entry-title span{
    position:relative;
    font-size: 24px;
}
.entry .entry-content{
    font-size: 16px;
    color: #444;
}

.entry .entry-content p {
    margin-bottom: 16px;
    font-size: 16px;
    color: #444;
    word-wrap: break-word;
}

.error-404 .entry .entry-content p {
    text-align:center;
}

.error-404 .entry .entry-content .search-form {
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
}
.entry .entry-content li > a ,
.entry .entry-content > p a {
    text-decoration: underline;
}

.entry .entry-content h2,
.entry .entry-content h3,
.entry .entry-content h4,
.entry .entry-content h5 {
    line-height: 1.5;
    margin: 20px 0;
    font-weight: 600;
}

.entry .entry-content .post-series {
    background: #F3F4F7;
    border: 0;
    margin: 0 0 20px;
    padding: 5px 20px 20px;
    font-size: 14px;
}

.entry .entry-content .post-series h3 {
    font-size: 18px;
}

.entry .entry-content .post-series-item {
    overflow: visible;
}

.entry .entry-content .post-series-item-current{
    font-weight: 600;
}

.entry-content .portfolio-info {
    margin: 0 0 30px;
    list-style: none;
    font-size: 14px;
}

.portfolio-info li{
    line-height: 30px;
    display: inline-block;
    padding-right: 30px;
}

.portfolio-info span{
    font-weight: 600;
}

.portfolio-info a{
    color: #666;
}
.portfolio-info .dg-btn-1 {
    margin-top: 12px;
    font-size: 12px;
    padding: 8px 12px;
}
.social-share {
    font-size: 14px;
    -webkit-text-stroke-width: 0;
}
.social-share span{
    font-weight: 600;
    line-height: 28px;
    color: #444;
}
.social-share a.social-share-icon {
    width: 28px;
    height: 28px;
    font-size: 16px;
    border-radius: 2px;
    line-height: 28px;
    opacity: .85;
    text-decoration: none;
}

.social-share .social-share-icon:hover {
    opacity: 1;
}

.inquiry-form {
    border-top: 1px solid #ddd;
    margin: 30px 0;
}

.inquiry-form h2 {
    font-size: 24px;
    margin: 20px 0;
}
.quform-edit-form .quform-edit-form-link {
    display: none;
}
.quform-button-submit-default>button {
    padding: 10px;
    min-width: 200px;
}
.quform-label {
    font-size: 14px;
}
.quform .quform-field-captcha, .quform .quform-field-date, .quform .quform-field-email, .quform .quform-field-file, .quform .quform-field-multiselect, .quform .quform-field-password, .quform .quform-field-select, .quform .quform-field-text, .quform .quform-field-textarea, .quform .quform-field-time, .quform .select2-container--quform .select2-selection{
    font-size: 14px;
}
.related-items h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

.related-items .list-description,
.related-items .list-bottom-info {
    display: none;
}

.related-items {
    margin-bottom: 0px;
}

.related-items .loop-thumb .list-title{
    font-size: 16px;
}

/******************* .entry-content begin ***********************/

.entry-content blockquote {
    border-color: #248EFA;
    background: #F3F4F7;
}
.entry-content blockquote p{
    text-indent:0;
    font-style:normal;
    font-size:14px;
}
.entry-content blockquote cite{
    color:#424242;
    font-size:14px;
    font-weight:bold;
}
.entry-content ul {
    margin: 20px 0 20px 30px;
}

/* table */
.entry-content table {
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ececec;
    margin: 20px 0;
}

.wp_syntax table {
    margin-bottom: 0;
}

.entry-content table tr:nth-child(even) {
    background: #F9F9F9;
}

.entry-content table td,
.entry-content table th {
    padding: 10px;
    text-align: left;
    border-right: 1px solid #ececec;
}

.entry-content table thead th {
    background: #f2f2f2f2;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
    padding: 10px;
    vertical-align: middle;
}

.entry-content table tbody th {
    background: #f2f2f2;
    border-bottom: 1px solid #ececec;
}

.entry-content table tbody td {
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    padding: 10px;
}

.entry-content table tr th:last-child,
.entry-content table tr td:last-child {
    border-right: 0;
}

.entry-content table tbody tr:last-child td,
.entry-content table tbody tr:last-child th {
    border-bottom: 0;
}

/******************** Team ***************************/
.entry-title span{
    font-size: 16px;
}

/* .entry-title span.title-text{
    font-size: 24px;
} */

.entry-content .member-info {
    list-style: none;
    margin: 0;
}
.entry-content .member-info li {
    margin: 12px 0;
}
.entry-content .member-info em {
    width: 20px;
}

/***********************  wp-block  begin **********************/

.wp-block-cover.alignleft {
    float: left;
    margin-right: 20px;
}
.wp-block-cover.alignright {
    float: right;
    margin-left: 20px;
}

.wp-block-separator.is-style-default {
    width: 80px;
    border-top-color: #eee;
}

.entry-content .wp-block-gallery {
    margin: 20px 0;
}

/***********************  wp-block end **********************/
.type-page .comments-area {
    margin-top: 20px;
}
.comments-area .comment-list,
.comments-area .children {
    list-style: none;
    margin: 0;
}
.comments-area .pingback,
.comments-area .comment {
    margin-left: 100px;
    position: relative;
    padding: 16px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-bottom: 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 2px rgba(3,13,40, 0.1);
    word-wrap: break-word;
}
.comments-area .comment:before{
    content: "";
    position: absolute;
    right: 100%;
    top: 35px;
    margin-right: -4px;
    /* border-bottom: 1px solid #e7e7e7; */
    /* border-left: 1px solid #e7e7e7; */
    background-color: #FFF;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.comments-area .children .comment {
    margin-top: 20px;
    margin-bottom: 0;
}

.comments-area .children .comment,
.comments-area .children .comment:before,
.comments-area .children .children .comment,
.comments-area .children .children .comment:before,
.comments-area .children .children .children .comment,
.comments-area .children .children .children .comment:before {
    background-color: #F3F4F7;
}

.comments-area .children .children .comment,
.comments-area .children .children .comment:before,
.comments-area .children .children .children  .children .comment,
.comments-area .children .children .children  .children .comment:before {
    background-color: #fff;
}

.comments-area .comment-author {
    width: 80px;
    text-align: center;
    position: absolute;
    top: 0;
    left: -100px;
}
.comment-author .fn {
    display: block;
    font-size: 12px;
    color: #333;
}
.comment-author .says {
    display: none;
}
.comment-metadata a {
    font-size: 12px;
}

.comment-author img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    margin-bottom: 4px;
    border: 2px solid #eee;
}

.comments-area .reply {
    text-align: right;
    font-size: 12px;
}

.comment-respond {
    background: #fff;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0px 0px 2px rgba(3,13,40, 0.1);
}

.comment-list .comment-respond {
    margin-top: 16px;
    background: #F3F4F7;
}

.comment-reply-title{
    font-size: 18px;
    font-weight: 600;
}

.comment-respond textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 8px 12px 8px 5px;
    margin: 0;
    line-height: 28px;
    border: 1px solid #e3e3e3;
    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    width: 100%;
    height: 100px;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
    width: 33%;
    min-width: 250px;
    display: inline-block;
    position: relative;
}

.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label{
    position:absolute;
    top: 1px;
    left: 1px;
    font-size: 12px;
    font-weight: 400;
    width: 80px;
    text-align:center;
    background: #eee;
    padding: 8px 0 9px;
}

.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px 5px 5px 85px;
    margin: 0;
    line-height: 28px;
    border: 1px solid #e3e3e3;
    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    width: 100%;
}

.comment-respond label {
    font-weight: 400;
    color: #666;
}

.wpkj-comment-loadmore {
    width: 300px;
    margin: 0 auto 20px;
    background: #ddd;
    padding: 4px;
    text-align:center;
    box-shadow: 0px 0px 2px rgba(3,13,40, 0.1);
}
.wpkj-comment-loadmore span{
    font-size: 16px;
    display: block;
}

/**********************sidebar*************************/
.sidebar-left,
.sidebar-right,
.sidebar-both {
    overflow: hidden;
}

.sidebar-left .main-content {
    float: right;
}

.sidebar-left .sidebar {
    float: left;
}

/* .sidebar-left .sidebar::before {
    content: "";
    display: block;
    height: 99999px;
    position: absolute;
    right: 0;
    top: -300px;
    z-index: -10;
} */

@media only screen and (max-width: 992px) {
    .sidebar-left .main-content {
        float: none;
    }
    .sidebar-left .sidebar{
        float: none;
    }
}

.sidebar-right .main-content {
    float: left;
}

.sidebar-right .sidebar {
    float: right;
}

/* .sidebar-right .sidebar::before{
    content: "";
    display: block;
    height: 99999px;
    position: absolute;
    left: 0;
    top: -300px;
    z-index: -10;
} */


@media only screen and (max-width: 992px) {
    .sidebar-right .main-content {
        float: none;
    }
    .sidebar-right .sidebar {
        float: none;
    }
}

/*****************Widgets*********************/

.widget {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
    color: #333333;
    border-radius: 2px;
    line-height: 24px;
    box-shadow: 0px 0px 2px rgba(3,13,40, 0.1);
}
.entry .entry-content .widget .widget-title,
.widget .widget-title {
    margin: 0 0 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.widget .widget-title:before{
    position: absolute;
    top: 2px;
    left: -20px;
    content: '';
    width: 4px;
    height: 21px;
    background: #41bae0;
}

.widget .widget-title .more-url {
    float: right;
    font-size: 14px;
    font-weight: 400;
    /* width: 14px; */
    text-align: center;
    margin-top: 6px;
}

.widget img{
    border-radius: 2px;
}

.widget ul{
    margin: 0;
}

.widget ul li{
    list-style: none;
    padding: 0 0 7px 15px;
    position: relative;
}

.widget ul li:before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    left: 0;
    top: -2px;
    color: #41bae0;
    font-size: 16px;
    line-height: 28px;
}

.widget ul li a {
    color: #333;
}

.widget.widget_categories ul li span,
.widget.widget_archive ul li span {
    float: right;
    color: #888;
}

.widget_nav_menu ul {
    margin: 0;
    list-style: none;
}

.widget_nav_menu ul.sub-menu {
    margin: 8px 0 0;
}


.widget_calendar a:hover{
    color:#41bae0;
}

.widget_calendar #wp-calendar{
    width:100%;
    font-size:14px;
}
.widget_calendar caption{
    color:#fff;
    padding:5px 10px;
    background:#41bae0;
}
.widget_calendar caption:before{
    color:#fff;
    color:rgba(255,255,255,0.7);
    font-size:14px;
}
.widget_calendar thead{
    background:#e2e2e2;
    -webkit-box-shadow:0 1px 0 #ddd;
    box-shadow:inset 0 -1px 0 #ddd;
}
.widget_calendar thead th{
    background:#f6f6f6;
}
.widget_calendar th{
    font-weight:600;
}
.widget_calendar th,
.widget_calendar td{
    padding:3px 0;
    text-align:center;
    border:1px solid #eee;
}
.widget_calendar tbody td a{
    font-weight: 600;
}
.widget_calendar .pad{
    padding:0;
}

.widget_media_gallery .gallery {
    margin: -2px;
}
.widget_media_gallery .gallery-columns-1 .gallery-item{
    width: 100%;
}
.widget_media_gallery .gallery-columns-2 .gallery-item{
    width: 50%;
    display: inline-block;
}
.widget_media_gallery .gallery-columns-3 .gallery-item{
    width: 33.33%;
    display: inline-block;
}

.widget_media_gallery .gallery-item img{
    padding: 2px;
}

.widget_media_image {
    padding: 0;
}
.widget_media_image img{
    border-radius: 2px;
}

.widget_media_image .widget-title {
    padding: 20px 0 0 20px;
}
.widget_media_image .widget-title:before{
    top: 22px;
    left: 0;
}

.widget ul li.has-thumb{
    padding: 0 0 16px 0;
}

.widget ul li:last-child{
    padding-bottom: 0;
}

.widget ul li.has-thumb:before{
    display: none;
}
.entry .entry-content .widget-posts .media-heading,
.widget-posts .media-heading{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    max-height: 48px;
}
.widget-posts .media-heading a{
    font-size: 14px;
}

.widget .large-thumb .list-main{
    padding: 4px 10px 0;
}

.widget .large-thumb .list-info{
    margin: 0;
}

.widget-tag-cloud .tag-cloud-link {
    background: #F3F4F7;
    padding: 2px 0;
    border-radius: 15px 15px 15px 0;
    display: inline-block;
    margin: 4px 0;
    min-width: 48.5%;
    text-align: center;
}

.widget-latest-comments{
    font-size: 14px;
}
.widget-latest-comments img{
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.widget-latest-comments .comment-author{font-weight: 600;}


.widget-page-group-menu ul{
    width: 100%;
}
.widget-page-group-menu ul li{
    padding: 0 0 5px;
}
.widget-page-group-menu ul li:before{
   display:none;
}

.widget-page-group-menu ul li a{
    width: 100%;
    display: block;
    padding: 8px;
    background: #F3F4F7;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.widget-page-group-menu ul li a:hover,
.widget-page-group-menu ul li.current-menu-item a{
    background: #41bae0;
    color: #fff;
}
.search-form {
  border: 1px solid #eeeeee;
  position: relative;
  border-radius: 4px;
}
.search-form label {
  margin-bottom: 0;
  width: 100%;
}
.search-form .screen-reader-text {
    display: none;
}
.search-form input {
  border: 0;
  border-radius: 2px;
  font-weight: 400;
}
.search-form input.search-field {
  font-size: 14px;
  line-height: 28px;
  padding: 5px 70px 5px 20px;
  width: 100%;
}
.search-form input.search-submit {
  position: absolute;
  top: -1px;
  right: -1px;
  background: #41bae0;
  color: #ffffff;
  border-radius: 2px;
  width: 70px;
  padding: 11px 13px;
  font-size: 14px;
}
.search-form input.search-submit:hover {
  opacity: .85;
  cursor: pointer;
}
/********************term-header**************************/

.term-header {
    padding: 20px;
    height: 220px;
    margin-bottom: 20px;
    border-radius: 2px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 2px rgba(3,13,40, 0.1);
    text-align: center;
    background-image: url('https://web.archive.org/web/20211027043154im_/https://boktalk.com/wp-content/themes/wd-venus/assets/images/uc-bg.jpg');
}

.term-header:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(3,13,40,0.7);
    width: 100%;
    height: 100%;
}

.term-header .term-header-inner{
    color: #fff;
    position: relative;
}

.main-content .term-header .title{
    padding-top: 65px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.main-content .term-header .has-description .title{
    padding-top: 30px;
}

.main-content .term-header .posts-count{
    margin-left: 10px;
    background: #41bae0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 8px;
    border-radius: 15px 15px 15px 0;
}

.term-header .term-description {
    width: 90%;
    max-height: 100px;
    overflow: hidden;
    margin: 10px auto;
}

.main-content .author-header{
    text-align: center;
    height: auto;
    background-image: url('https://web.archive.org/web/20211027043154im_/https://boktalk.com/wp-content/themes/wd-venus/assets/images/uc-bg.jpg');
}

.main-content .author-header .avatar{
    width: 64px;
    border-radius: 50%;
}

.main-content .author-header .author-social a{
    background: #F3F4F7;
    padding: 3px;
    font-size: 12px;
    border-radius: 2px;
}

.main-content .author-header .author-social .wfa-signin{
    padding: 0;
}

.main-content .author-header .title,
.main-content .author-header .has-description .title{
    padding-top: 0;
    margin-bottom: 12px;
}

/***********************loop-thumb***********************/
.loop-thumb{
    position:relative;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    box-shadow: 0px 0px 2px rgba(3,13,40, 0.1);
}

.loop-thumb.sticky:before{
    position: absolute;
    top: 0;
    right: 16px;
    width: 36px;
    height: 36px;
    background: url(https://web.archive.org/web/20211027043154im_/https://boktalk.com/wp-content/themes/wd-venus/assets/images/sticky.png) 0 0 no-repeat;
    z-index: 2;
}

.loop-thumb:after {
    clear:both;
    content:".";
    height:0px;
    font-size:0px;
    visibility:hidden;
    display:block;
}

.loop-thumb .list-date{
    width:52px;
    position:absolute;
    top:0;
    left:0;
    text-align:center;
    color:#333333;
    z-index: 9;
}
.loop-thumb .list-date .day{
    display:block;
    background-color:#eeeeee;
    line-height:38px;
    font-size:20px;
    color:#333333;
}
.loop-thumb .list-date .month{
    display:block;
    height:25px;
    line-height:25px;
    color:#FFF;
    font-size:14px;
    background-color:#41bae0;
}
.loop-thumb .audio{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.loop-thumb .list-image{
    float:left;
    margin-right: 20px;
    width: auto;
    max-width: 33%;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.loop-thumb .list-image img{
    max-width:100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s; 
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s; 
    transition: transform 0.5s;
}

.loop-thumb .list-image:after {
    position: absolute;
    content: '';
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.loop-thumb:hover .list-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.loop-thumb .list-main{
/*     padding-left: 20px; */
    overflow:hidden;
}
.entry .entry-content .list-title,
.loop-thumb .list-title{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    /* text-transform: capitalize; */
    max-height: 52px;
    overflow: hidden;
    margin: 0;
}

.blog-4 .loop-thumb .list-title,
.blog-3 .loop-thumb .list-title,
.blog-2 .loop-thumb .list-title{
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}

.blog-3 .article-1 .list-image{
    width: 100%;
    max-width: 100%;
    float: none;
}

.blog-3 .article-1 .list-main{
    padding-left: 0;
}

.blog-3 .article-1 .list-title{
    font-size: 18px;
    margin-top: 20px;
}

.blog-3 .article-1 .list-description{
    max-height: 126px;
}


.loop-thumb.sticky .list-title{
    margin-right: 32px;
}
.loop-thumb .list-title a, 
.loop-thumb .list-title a:link, 
.loop-thumb .list-title a:active, 
.loop-thumb .list-title a:visited{
    color:#333333;
}
.loop-thumb .list-title a:hover{
    text-decoration:none;
    color:#41bae0;
}
.list-info{
    margin-top: 12px;
    font-size: 12px;
    color: #888;
}
.list-info .meta-span{
    margin: 0 4px 0 0;
    background: #F3F4F7;
    padding: 4px 12px;
    border-radius: 15px 15px 15px 0;
    display: inline;
}
.list-info .meta-span a{
    color: #888;
}
.list-info .meta-span a:hover{
    text-decoration:none;
    color:#41bae0;
}
.list-info .edd-price{
    background: rgba(245, 203, 209, 0.40);
    color: #41bae0;
}
.list-info .edd-price del{
    display: none;
}
.list-info .fa{
    margin-right:4px;
}
.loop-thumb .list-more{
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    text-decoration:none;
    color:#41bae0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.loop-thumb .list-more:hover {
    color: #5236ff;
    letter-spacing: 1px;
}

.loop-thumb .list-info a:hover{
    text-decoration:underline;
    color:#41bae0;
}
.loop-thumb .list-description{
    max-height: 80px;
    overflow: hidden;
    margin-top: 12px;
}
.entry .entry-content .list-description p{
    font-size: 14px;
}

.loop-thumb-job .list-description {
    margin-bottom: 0;
}

.portfolios_isotope .loop-thumb {
    padding: 20px;
    margin-bottom: 0;
}

.related-items .loop-thumb .list-description {
    display: block;
}


@media only screen and (max-width: 767px) {
    .loop-thumb .list-image{
        width: 30%;
    }
    .loop-thumb .list-description{
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .loop-thumb{
        padding: 10px;
    }
    .loop-thumb.sticky:before{
        right: -4px;
    }
    .loop-thumb .list-image{
        width: 25%;
    }
    .loop-thumb .list-image{
        margin-right: 10px;
    }
    .loop-thumb .list-title{
        font-size: 16px;
        margin: 0;
        line-height: 1.6;
        font-weight: 400;
    }
    .loop-thumb.sticky .list-title {
        margin-right: 22px;
    }
    .loop-thumb .list-info{
        display: none;
    }
}

@media only screen and  (max-width: 480px) {
    .loop-thumb{
        margin-bottom: 10px;
        padding: 8px;
    }
    .loop-thumb .list-image{
        width: 20%;
        min-width: 72px;
    }
    .loop-thumb .list-more{
        display: none;
    }
    .loop-thumb .list-title {
        font-size: 14px;
        line-height: 1.6;
    }
}

/**********************loop-grid********************/
.loop-grid{
    position:relative;
    margin-bottom: 0;
    box-shadow: 0px 0px 2px rgba(3,13,40, 0.1);
}
.grid-1 .loop-grid{
    margin-bottom: 16px;
}
.grid-2 .loop-grid{
    margin-bottom: 20px;
}

.loop-grid .list-image{}
.loop-grid .list-image img,
.loop-grid .list-audio img{
    width:100%;
    max-width:100%;
    border-radius: 2px 2px 0 0;
}
.loop-grid .list-main{
    background-color:#fff;
    padding: 20px;
    border-radius: 0 0 2px 2px;
}
.entry .entry-content .loop-grid .list-title,
.loop-grid .list-title{
    font-size: 16px;
    color: #333;
    margin:0 0 8px;
    line-height: 1.5;
    /* font-weight: 600; */
    max-height: 46px;
    overflow: hidden;
}
.loop-grid .list-title a{
    color:#333333;
}
.loop-grid .list-title a:hover{
    text-decoration:none;
    color:#41bae0;
}

.loop-grid .list-description {
    margin-top: 12px;
}

.loop-grid .list-more{
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    text-decoration:none;
    color:#41bae0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.loop-grid .list-more:hover {
    color: #5236ff;
    letter-spacing: 1px;
}


.loop-grid-2 .list-main,
.loop-grid-2 .list-image img,
.loop-grid-2 .list-audio img{
    border-radius: 2px;
}

.loop-grid .list-image{
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.edd-download .loop-grid .list-image:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(82,54,255,0.85);
}

.edd-download .loop-grid:hover .list-image:after {
  opacity: 0.9;
}

.edd-download .loop-grid .read-more-btn,
.edd-download .loop-grid .edd_download_purchase_form {
  position: absolute;
  top: calc(50% + 40px);
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.edd-download .loop-grid .read-more-btn .btn,
.edd-download .loop-grid .edd-submit.button.blue {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  padding: 8px 30px;
  border-radius: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.edd-download .loop-grid:hover .read-more-btn,
.edd-download .loop-grid:hover .edd_download_purchase_form {
  opacity: 1;
  top: 50%;
}
.edd-download .loop-grid .read-more-btn .btn:hover,
.edd-download .loop-grid .edd-submit.button.blue:hover{
    background: #fff;
    color: #333;
}
.edd-download .loop-grid .edd_download_purchase_form .edd_price_options li {
  color: #fff;
}
.edd-download .list-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.loop-grid .list-image img{
    max-width:100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s; 
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s; 
    transition: transform 0.5s;
}

.loop-grid:hover .list-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.loop-grid-2 .list-image a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 2px;
}

.loop-grid-2 .list-main {
    position:absolute;
    bottom: 8px;
    padding:0 20px;
    height: auto;
    background: none;
}

.loop-grid-2 .list-title,
.loop-grid-2 .list-title a{
    color:#fff;
}

.loop-grid-2 .list-info{
    margin-top: 0;
}
.loop-grid-2 .list-info span{
    padding: 0;
    background: none;
}

.loop-grid-2 .list-info a{
    color: #888;
}


@media only screen and (min-width: 992px) {
    .loop-grid-main > .col-md-4:nth-child(3n-2){
        clear:both;
    }
}

@media only screen and (max-width: 991px) {
    .loop-grid-main > .col-sm-6:nth-child(2n-1){
        clear:both;
    }
    .loop-grid .list-main{
        padding:25px;
    }
}

@media only screen and (max-width: 320px) {
    .loop-grid .list-main{
        padding:15px;
    }
}

.loop-grid-main.isotope-grid .isotope-item{
    padding:0 18px 36px;
}
.loop-grid-main.isotope-grid.spacing-no .isotope-item{
    padding:0;
}
.loop-grid-main.isotope-grid.spacing-lg .isotope-item{
    padding:0 18px 36px;
}
.loop-grid-main.isotope-grid.spacing-sm .isotope-item{
    padding:0 15px 30px 15px;
}
.loop-grid-main.isotope-grid.spacing-xs .isotope-item{
    padding:0 4px 8px 4px;
}
.loop-grid-main.isotope-grid .loop-grid{
    margin:0;
}
.loop-grid-main.isotope-grid.loading .isotope-item{
    position: absolute;
    left: 0;
    top: 0;
    visibility:hidden;
}
.loop-grid-main.isotope-grid.loading .isotope-main{
    min-height:100px;
}

/*****************imagebox****************/
/* .imagebox {
    border: 1px solid #eeeeee;
} */
.imagebox .content {
    height: 104px;
    overflow: hidden;
    text-align: center;
    z-index: 2;
    color: #666666;
    padding: 15px !important;
    background-color: #f6f6f6;
    border-top: none;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
}

.imagebox .content a,
.imagebox .content a:link,
.imagebox .content a:active,
.imagebox .content a:visited {
    color: #666666;
}

.imagebox .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease-in 500ms;
    -moz-transition: all 300ms ease-in 500ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 500ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 500ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 500ms;
    /* IE9? */
}

.imagebox:hover .bg {
    opacity: 0.7;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.imagebox .links {
    margin-bottom: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    /* Safari and Chrome */
    -ms-transform: translate(-50%, -50%);
    /* IE9? */
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.imagebox .links div {
    display: inline-block;
}

.imagebox .links a:hover {
    text-decoration: none;
}

.imagebox .links .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #0b2e45;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #f0f0f0;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.imagebox:hover .links {
    opacity: 1;
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.imagebox:hover .links .icon {
    transform: scaleX(1);
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.imagebox .links .icon:hover {
    background-color: #000;
    color: #FFF;
}

.imagebox .content .title {
    font-size: 18px;
    margin: 0 0 8px;
    font-weight: 400;
    max-height: 46px;
    overflow: hidden;
}

.imagebox .content .title a {
    color: #333;
}

.imagebox .content .info {
    font-size: 12px;
    color: #999;
}
.imagebox .content .info span {
    margin-right: 4px;
}

.imagebox .pic {
    position: relative;
}

.imagebox .pic>img {
    width: 100%;
}

.imagebox .pic:after,
.imagebox .pic:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    opacity: .5;
    z-index: 2;
    transition: all 300ms ease-in 200ms;
    -moz-transition: all 300ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 200ms;
    /* IE9? */
}

.imagebox .pic:after {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
}

.imagebox .pic:before {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

.imagebox:hover .pic:after,
.imagebox:hover .pic:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 300ms ease-in 300ms;
    -moz-transition: all 300ms ease-in 300ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 300ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 300ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 300ms;
    /* IE9? */
}

/*********************Jobs list**********************/

.job-title-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.job-title-item a{
    color: #555;
    display: block;
}

.job-title-item span {
    font-size: 14px;
    color: #999;
    float: right;
    margin-left: 20px;
    margin-top: 4px;
}

.portfolios_isotope .job-title-item {
    padding: 0 12px 10px;
}

/*--------------------------------------------------------------
## Pagenavi
--------------------------------------------------------------*/
.wpkj-pagenavi {
  position: relative;
  margin-top: 10px;
}
.wpkj-pagenavi ul {
  margin: 0;
  padding: 0;
}
.wpkj-pagenavi ul li {
  display: inline-block;
  margin: 0 5px;
}
.wpkj-pagenavi li .page-numbers,
.wpkj-pagenavi .page {
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  font-weight: 600;
  color: #333333;
  background: #ffffff;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0px 0px 2px rgba(3,13,40, 0.1);
}
.wpkj-pagenavi li .current,
.wpkj-pagenavi li .page-numbers:hover,
.wpkj-pagenavi .first,
.wpkj-pagenavi .last,
.wpkj-pagenavi .page:hover,
.wpkj-pagenavi .current,
.wpkj-pagenavi .prevlink,
.wpkj-pagenavi .nextlink {
  color: #ffffff;
  background: #41bae0;
}

.wpkj-pagenavi .pages {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 36px;
  color: #666;
}
.wpkj-pagenavi .first,
.wpkj-pagenavi .last {
  width: 64px;
}

/******************Single Post Navigation*****************/

.post-navigation{
    font-size:16px;
    margin: 20px 0;
}

.post-navigation .fa {
    font-size: 18px;
    width: 14px;
}
.post-navigation .pre-link{
}
.post-navigation .next-link{
    text-align: right;
}

.post-navigation a{
    display:block;
    background: #fff;
    padding: 10px 20px;
    border-radius: 2px;
    box-shadow: 0px 0px 2px rgba(3,13,40, 0.1);
}

.wpkj-column-inner p {
    position: relative;
}

/*****************Footer********************/

.footer-title {
    position:relative;
    color: #e8e8e8;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 30px;

}
.footer-title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 1px;
    background-color: #41bae0;
}

.footer-title .more-url {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px;
}

.footer-box{
    background: #000;
    color: #ffffff;
    position: relative;
}

.footer-box .widget{
    background: none;
    padding: 0 10px 20px 0;
    color: #c1c1c1;
}

.footer-box .footer-top{
    padding: 30px 0;
    position:relative;
}
.footer-box .footer-top:before{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.footer-box .footer-top h3{
    font-size: 22px;
    color: #fff;
    line-height: 1.8;
}
.footer-box .footer-top p{
    font-size: 18px;
    color: #fff;
}

.footer-box .footer-top p a{
    color: #fff;
    text-decoration: underline;
}

.footer-box .footer-top .callto-action-btn{
    width: 280px;
    margin: 15px auto;
    background: #fff;
    color: #41bae0;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 30px;
}

.footer-box .footer-middle {
    padding: 80px 0 40px;
}

.footer-bottom {
    padding: 30px 0;
    font-size: 14px;
    border-top: 1px solid #202533;
}

.footer_box a,
.footer-box a:link,
.footer-box a:active,
.footer-box a:visited {
    color: #fff;
}

.footer-box a:hover {
    color: #41bae0;
    text-decoration: none;
}

.footer-box .widget-tag-cloud .tag-cloud-link{
    background: #2a3144;
}

.footer-box .widget_calendar caption{
    color:#c1c1c1;
    padding:5px 10px;
    background:#2a3144;
}
.footer-box .widget_calendar thead th {
    background: #3e4556;
}
.footer-box .widget_calendar th,
.footer-box .widget_calendar td{
    border:1px solid #030d28;
    background: #2A3144;
}

.textwidget p {
    line-height: 30px;
    margin: 0;
}

.footer-bottom .menu-wrap .primary-structure>li {
    padding: 0;
}
.footer-bottom .menu-wrap .primary-structure>li>a {
    padding: 0 10px;
    font-size: 12px;
}
.footer-bottom .menu-wrap>ul>li>a>span {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .footer-box .align-left,
    .footer-box .align-center,
    .footer-box .align-right {
        text-align: center;
    }
    .footer-title {
        margin-top: 30px;
    }
    .footer-box .footer-middle {
        padding: 30px 0;
    }
}

/***********User Center**************/

.user-center-header {
    position:relative;
    padding: 50px 0 30px 0;
    background-color: #030D28;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url( 'https://web.archive.org/web/20211027043154im_/https://boktalk.com/wp-content/themes/wd-venus/assets/images/uc-bg.jpg' );
}

.user-center-header:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(3,13,40,0.5);
    width: 100%;
    height: 100%;
}

.user-center-header .container{
    color: #fff;
    position: relative;
}

.user-center-header .user-avatar {
    text-align: center;
    padding-right: 20px;
}

.user-center-header .user-avatar-info {
    margin-top: 5px;
    font-size: 14px;
}

.user-center-header .user-avatar-img img {
    width: 70px;
    height: 70px;
    background: #fff;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.user-center-header .user-info p {
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.user-center-header .user-info p.user-follow{
    margin-top:10px;
    font-size: 12px;
}

.user-center-header .user-info p.user-follow a{
    color:#6FD362;
    border:1px solid #6FD362;
    padding:3px 10px;
    border-radius:3px;
    margin-right:5px;
}

.user-center-header .user-info p.user-follow span{
    font-weight:600;
}

.user-center-header .user-info p.user-follow a.followers{
    color:#F9B436;
    border:1px solid #F9B436;
}

.user-center-header .user-info p.user-follow a:hover{
    color:#fff;
    background:#6FD362;
}

.user-center-header .user-info p.user-follow a.followers:hover{
    color:#fff;
    background:#F9B436;
}
.user-center-header .author-description a {
    color: #ddd;
}

.user-center-header .user-details li {
    width: 33%;
    float: left;
    text-align: center;
    list-style: none;
}

.user-center-header .user-details .count-info {
    font-size: 20px;
    font-weight: 600;
}

.user-center-menu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(3,13,40, 0.1);
  box-shadow: 0 0 3px rgba(3,13,40, 0.1);
  margin-bottom: 30px;
}

.user-center-navigation.menu-wrap .primary-structure>li {
    padding: 12px 0;
}

.menu-wrap.user-center-navigation .primary-structure>li>a{
    padding: 0 12px;
}

.menu-wrap.user-center-navigation>ul>li>a>span{
    color: #333;
    font-weight: 400;
}

.user-center-navigation.menu-wrap>ul>li.current-menu-item > a,
.user-center-navigation.menu-wrap>ul> li > a:hover{
  background: #F3F4F7;
  border-radius: 30px;
}

.user-center-content .page-header .page-title {
  margin: 0 -30px 20px -30px;
  padding: 0 30px 20px 30px;
  border-bottom: 1px solid #ececec;
}

.user-center-content .post_count {
    position: absolute;
    top: 35px;
    left: 150px;
    background: #41bae0;
    border-radius: 12px 12px 12px 0;
}

.user-center-content .wpuf-author {
  display: none;
}

.user-center-content .items-area {
  margin-bottom: 20px;
}

.user-center-content .media {
  border-bottom: 1px solid #ececec;
  padding: 20px 0;
  margin: 0;
}

.user-center-content .media-left{
  width: 20%;
  position: relative;
  margin-right: 0;
  padding-right: 0;
}

.user-center-content .user-comments-list{
    list-style: none;
    margin: 0;
}
.user-center-content .user-comments-list .media-left{
    width: auto;
}

.user-center-content .user-comments-list .media-body{
    border: 0;
    padding: 0 0 0 20px;
}

.user-center-content .media-body{
  border-right: 1px solid #ececec;
  padding: 0 20px;
}

.user-center-content .media-right{
  width: 15%;
}

.user-center-content .media-right p{
  margin: 10px 0;
}

.entry .user-center-content h3{
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}

.user-center-content .media-left .post-thumbnail {
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 0;
}

.entry .user-center-content p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
}

.entry .user-center-content p.wpfp-span{
    line-height: 18px;
}

.user-center-content .post-excerpt {
  margin: 10px 0;
  max-height: 50px;
  overflow: hidden;
}

.user-center-content .post-excerpt p{
  font-size: 14px;
  margin-bottom: 0;
  line-height: 2;
}

.entry .user-center-content .entry-meta {
    margin: 16px 0;
}
.user-center-content .post-action:hover{
    opacity: 1;
}
.user-center-content .post-action {
  padding: 2px;
  font-size: 12px;
  margin: 0 auto;
  display: block;
  max-width: 100px;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  opacity: .8;
  background-color: #3FB750;
}


.user-center-content .post-action.wpuf-edit{
    background-color: #0674ec;
}
.user-center-content .post-action.wpfp-link,
.user-center-content .post-action.wpuf-del{
    background-color: #41bae0;
    color: #fff;
}
.user-center-content .show-status {
    position: absolute;
    top: 3px;
    left: 1px;
    color: #fff;
    font-size: 12px;
}

.user-center-content .show-status .post-status {
    background: #3FB750;
    padding: 4px 8px;
    border-radius: 0 0 10px 0;
}

.user-center-content .show-status .draft {
  background: #0674ec;
}

.user-center-content .show-status .future {
  background: #7F57C7;
}

.user-center-content .show-status .private {
  background: #273238;
}
.user-center-content .show-status .download,
.user-center-content .show-status .pending {
  background: #FF7008;
}

.user-center-content .edd-points-details {
  border: 1px solid #ececec;  
}

.user-center-content ul.wpuf-form li{
    padding: 0;
    margin-bottom: 16px;
}

.user-center-content .wpuf-fields input.textfield,
.user-center-content .wpuf-fields .textareafield {
    width: 100%;
    padding: 4px;
}

.user-center-content .wpuf-fields .wpuf-checkbox-inline{
    font-size: 14px;
    font-weight: 400;
}

.user-center-content .tgxy{
    max-height: 200px;
    overflow-y: scroll;
    background: #f8f8f8;
    padding: 0 12px;
}
.user-center-content .tgxy p{
    font-size: 14px;
    line-height: 1.8;
}

.user-center-content input[type=submit]{
    padding: 10px 21px;
}

.user-center-content a#wpuf-post-draft {
    background: #3FB750;
    padding: 8px 20px;
    border-radius: 2px;
    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
}

.user-center-content a#wpuf-post-draft:hover{
    background-color: #222533;
}

.user-center-content ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container a.wpuf-insert-image,
.user-center-content ul.wpuf-form li .wpuf-fields a.file-selector {
    padding: 4px 10px;
    font-size: 12px;
}

.page-template-template-page-user-center .breadcrumb-wrap{
    display: none;
}

.entry-content .wpuf-user-loggedin {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;;
}
.entry-content .wpuf-user-loggedin,
.entry-content #wpuf-login-form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.entry-content #wpuf-login-form .input,
.entry-content #wpuf-login-form #wp-submit{
    width: 100%;
}

ul.wpuf-form li .wpuf-section-wrap.wpuf-fields {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .user-center-header .user-info {
        text-align: center;
    }
}

/************************************/
.customer-service {
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 30%;
    width: 70px;
    height: auto;
    font-size: 12px;
}

.customer-service-box {
    position: relative;
    float: right;
}

.customer-service .a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #273238;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-radius: 2px;
}

.customer-service .a-service {
  background-color: #0e91e8;
}

.customer-service .a-phone {
  background-color: #ff6b3f;
}

.customer-service .a-qrcode {
  background-color: #01b901;
}
.customer-service .a-service:hover {
  background-color: #007eff;
}

.customer-service .a-phone:hover {
  background-color: #ff4812;
}

.customer-service .a-qrcode:hover {
  background-color: #00af0d;
}

.customer-service .a .i {
    float: left;
    width: 40px;
    height: 40px;
    background-image: url('https://web.archive.org/web/20211027043154im_/https://boktalk.com/wp-content/themes/wd-venus/assets/images/cs-bg.png');
    background-repeat: no-repeat;
}

.customer-service .a-side-call{
    color:#fff;
    padding-top: 4px;
    background: #f60;
}
.customer-service .call-txt {
    margin-bottom: 0;
}
.customer-service .quform-spacer {
    padding: 0;
    margin: 0;
}

.customer-service .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
    background-image: url('https://web.archive.org/web/20211027043154im_/https://boktalk.com/wp-content/themes/wd-venus/assets/images/cs-bg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.customer-service .a-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
    background-image: url('https://web.archive.org/web/20211027043154im_/https://boktalk.com/wp-content/themes/wd-venus/assets/images/cs-bg.png');
    background-repeat: no-repeat;
    background-position: -27px 0;
}

.customer-service .a-qrcode .i {
    width: 24px;
    height: 24px;
    margin-top: 9px;
    margin-left: 8px;
    background-position: 0 -23px;
}

.customer-service .a-top .i {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
    background-position: -28px -23px;
}

.customer-service .a-top {
    background: #b5b5b5;
    display: none;
}

.customer-service .a-top:hover {
    background: #999;
}

.customer-service .d {
    display: none;
    min-width: 200px;
    background: #fff;
    position: absolute;
    top: 20px;
    right: 52px;
    min-height: 90px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(161, 163, 175, 0.5);
}

.customer-service .d img {
  max-width: 100%;
  height: auto;
}

.customer-service .d .arrow {
  position: absolute;
  top: 12px;
  right: -10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ddd;
}

.customer-service .d .arrow:after {
  position: absolute;
  top: -10px;
  right: 2px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}

.customer-service .d-service {
  top: 0;
}

.customer-service .d-phone {
  top: 48px;
}

.customer-service .phone-list p {
  line-height: 28px;
  margin-bottom: 0;

}

.customer-service .phone-list p span {
  font-weight: 600;
  font-size: 14px;
}

.customer-service .d-qrcode {
  top: 96px;
}

.customer-service .d .inner-box {
  padding: 15px;
}

.customer-service .d-service-item {
    padding: 0;
}

.customer-service .d-service-item .i-qq {
    width: 32px;
    height: 32px;
    background: url('https://web.archive.org/web/20211027043154im_/https://boktalk.com/wp-content/themes/wd-venus/assets/images/cs-bg.png') no-repeat center 10px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}

.customer-service .qq-list .qq-item {
  line-height: 20px;
  margin: 8px 0;
}


.customer-service .qq-list span {
  margin-top: -13px;
}

.customer-service .qq-list .qq-item .qq-img{
  margin-bottom: -6px;
  display: inline-block;
  width: 77px;
  height: 22px;
  background: url('https://web.archive.org/web/20211027043154im_/https://boktalk.com/wp-content/themes/wd-venus/assets/images/qq.png') center center no-repeat;
}

.customer-service .d-service-item .i-tel {
    width: 40px;
    height: 40px;
    background: url('https://web.archive.org/web/20211027043154im_/https://boktalk.com/wp-content/themes/wd-venus/assets/images/cs-bg.png') no-repeat center center;
    display: block;
}

.customer-service .d-service-item .text {
    line-height: 28px;
}

.customer-service .d-service-intro i {
    background: url('https://web.archive.org/web/20211027043154im_/https://boktalk.com/wp-content/themes/wd-venus/assets/images/cs-bg.png') no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.customer-service .d-qrcode {
    text-align: center;
}

.customer-service .d-qrcode p {
    margin-bottom:0;
}

/*****************EDD***********************/
#edd_terms {
    max-height: 200px;
    overflow-y: scroll;
    background: #F3F4F7;
    font-size: 14px;
    padding: 10px;
}
.entry .entry-content #edd_terms p {
    font-size: 14px;
}
.alert.alert-default,
.edd-points-product-message{
    color: #0674ec;
    background: rgba(6,116,236,.1);
    padding: 6px;
    margin-bottom: 15px;
}
.edd_download_purchase_form .edd_price_options li:before{
    display: none;
}
.widget_edd_product_details p {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}
.widget_edd_product_details .edd_price_options span.regular_price,
.widget_edd_product_details .edd_price_options span {
    font-weight: 400;
    color: #666;
}

.widget_edd_product_details .edd_price_options .edd_price_option_price {
  font-weight: 600;
  color: #41bae0;
}


.widget_edd_product_details .wpfp-span{
    position: relative;
}

.widget_edd_product_details .wpfp-span img {
    position: absolute;
    top: 11px;
    left: 20%;
}

.widget_edd_product_details .wpfp-span,
.edd_download_purchase_form .edd-submit.button.blue {
    color: #fff;
    background: #248EFA;
    border-color: #248EFA;
    width: 100%;
    border-radius: 2px;
    max-width: 240px;
    padding: 8px;
    letter-spacing: 1px;
}
.widget_edd_product_details .wpfp-span{
    background: #41bae0;
    display: block;
    text-align: center;
    padding: 7px;
    margin-bottom: 15px;
}
.widget_edd_product_details .wpfp-span a{
    display: block;
    color: #fff;
}
.widget_edd_product_details .wpfp-span a:hover,
.edd_download_purchase_form .edd-submit.button.blue:hover {
  opacity: 0.85;
}

.widget_edd_product_details .wpfp-span a i{
    margin-right: 4px;
}
.widget_edd_product_details .wpfp-span .badge {
    margin-left: 4px;
    font-size: 12px;
    font-style: normal;
    background-color: #fff;
    color: #666;
    padding: 3px 5px;
}

.widget_edd_product_details .demo-links{
    
}

.widget_edd_product_details .demo-links a{
    width: 100%;
    margin-bottom: 15px;
}

.widget_edd_product_details p span{
    font-weight: 600;
}

.widget_edd_product_details p span a{
    font-weight: 400;
}

/*******************ADs**********************/
.ads_header_bottom {
    margin-top: 20px;
}
.ads_single_content_top,
.ads_footer_top {
    margin-bottom: 20px;
}
/*
     FILE ARCHIVED ON 04:31:54 Oct 27, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:33:33 Apr 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.566
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.009
  esindex: 0.011
  cdx.remote: 51.25
  LoadShardBlock: 238.743 (3)
  PetaboxLoader3.datanode: 112.709 (4)
  PetaboxLoader3.resolve: 513.436 (2)
  load_resource: 525.15
*/