@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
html{
    font-size:15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #5d5e62;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 1.5;
}
a{
    color: #438adc;
    text-decoration: none !important;
}
.m-right-10{
    margin-right: 10px;
}
/**
Logo
 */
.main-logo {
    margin-top: 3px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 21px !important;
}
.main-logo img {
    max-height: 30px;
    width: auto;
}
/* End Logo */

/**Navbar */
.navbar{
    margin-bottom: 0;
}
.themeqx-navbar{
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #dddddd;
}
.navbar-brand {
    color: #333333;
    float: left;
    font-size: 18px;
    height: 36px;
    line-height: 24px;
    padding: 5px 16px 5px 0;
}
.navbar-nav  li{
    position: relative;
}
.navbar-nav  li  a {
    color: #333333;
    display: block;
    padding-bottom: 6px;
    padding-top: 6px;
    line-height: 24px;
}

.navbar-nav li.menu-item-has-children > a::after{
    position: absolute;
    right: 0;
    content: '\f0d7';
    font-family: "FontAwesome";
}

.navbar-nav li ul{
    background: #ffffff;
    padding: 15px;
    list-style: none;
    position: absolute;
    width: 220px;
    box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.20);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.navbar-nav li:hover ul{
    opacity: 1;
    visibility: visible;
}
/*******************************
*   Top Jumborton              *
********************************/

.main-banner-top{
    min-height: 500px;
}
.main-banner-content h1{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
}
.main-banner-content h1 span{
    color: #ff0000;
}
.main-banner-content h3 {
    margin-bottom: 30px;
    color: #5d5e62;
}

/** Section Common **/
.home-section-wrapper{
    padding: 50px 0 70px;
}
.home-section-wrapper:nth-child(odd){
    background-color: #f8f8f8;
}
.wp-block-media-text {
    margin-bottom: 20px;
}
.wp-block-media-text:nth-child(odd){
    background-color: #f8f8f8;
    padding: 15px;
}
.wp-block-media-text:nth-child(odd) img{
    background-color: #ffffff !important;
}
.section-stripped:nth-child(even){
    background-color: #f8f8f8;
}
/*******************************
*   Sservice                   *
********************************/
.section-header{
    padding: 20px 0;
    text-align: center;
}
.section-header h2{
    margin-top: 0;
    position: relative;
    margin-bottom: 30px;
}
.section-header h2:after{
    content: "";
    background: #666666;
    width: 120px;
    height: 3px;
    position: absolute;
    bottom: -20px;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.service-box {
    background-color: #f7f9fb;
    padding: 20px;
    min-height: 300px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.service-box .service-icon{
    font-size: 3em;
}
.service-box h4{
    margin: 20px 0 10px;
}

/*******************************
*   Fature box                  *
********************************/

.feature-box {
    background-color: #f7f9fb;
    padding: 20px;
    min-height: 300px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.feature-box img{
    max-height: 100px;
}
.features-img-wrap{
    overflow: hidden;
    text-align: center;
}
.feature-box h4{
    margin: 20px 0 10px;
}

/*******************************
*   Portfolio                  *
********************************/
.product-box{
    padding: 10px 10px 20px;
    background: #ffffff;
    position: relative;
}
.product-box h4{
    min-height: 65px;
}
.product-box .amount{
    color: #77a464;
}
.product-box-wrap{
    margin-bottom: 20px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    display: flex;
}
.product-box-wrap .item-thumb{
    flex: 0 0 30%;
}
.product-box-wrap .product-box{
    flex: 1;
}
/*******************************
*   Footer action bar                  *
********************************/


.footer-section{
    text-align: center;
}
.footer-section h5{
    margin: 20px 0 30px;
}
.btn-theme-bg{
    background-color: #4a90e2;
    color: #ffffff;
}
.btn-theme-lg{
    font-size: 16px;
    padding: 15px 30px;
}
.btn-theme-bg:hover{
    background-color: #357acc;
    color: #ffffff;
}
.footer-logo-section h4{
    margin-top: 0;
}
.footer-logo-section img {
    max-height: 30px;
}
/*******************************
*   Why Choose US Section      *
********************************/
.why-choose-us-box{
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    display: flex;
    min-height: 125px;
}
.why-choose-us-box i{
    font-size: 50px;
    margin-bottom: 20px;
    display: block;
    margin-right: 20px;
    color: #4a90e2;
}
.get-in-touch-wrap{
    background: #4a90e2;
    text-align: center;
    color: #ffffff;
    padding: 50px 0 70px;
}
.get-in-touch-wrap h2, .get-in-touch-wrap h4{
    color: #ffffff;
}
.get-in-touch-wrap h4{
    font-size: 20px;
}
/*******************************
*   Testimonial                *
********************************/
.testimonial-section {
    background-color: #f7f9fb;
}
.testimonial {
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 20px;
    min-height: 245px;
}
.testimonial-section .row, .equal-row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.testimonial-section .row > [class*='col-'], .equal-column {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.testimonial .description{
    font-size: 14px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 20px;
}
.testimonial .testimonial-title{
    display: block;
    font-size: 15px;
    color: #4b489b;
    margin: 0;
}
.testimonial .post{
    display: block;
    font-size: 12px;
    color: #6f6f6f;
    margin-top: 7px;
}
.testimonial-footer ul{
    padding: 0;
}
.testimonial .rating{
    margin-top: 10px;
}
.testimonial .rating li{
    display: inline-block;
    color: #ffc207;
}
/*******************************
*   Behind Us                  *
********************************/
#footer{
    background: #222222;
    color: #ffffe0;
    padding: 50px 0;
}
#footer a{
    color: #ffffe0;
}
.footer-copyright {
    font-size: 14px;
}
ul.footer-top{
    text-align: right;
}
ul.footer-top li{
    display: inline-block;
    margin-left: 20px;
}
ul.footer-top li:last-child{
    margin-right: 0;
}

#themeqx-page-title{
    padding-top: 40px;
    padding-bottom: 30px;
    background: #438adc;
    color: #eeeeee;
}
#themeqx-page-title h1{
    color: #ffffff;
}
.bbp-breadcrumb a{
    color: #ffffff;
}
#themeqx-page-title h1, .product_title{
    margin-top: 0;
    font-size: 22px;
}
#themeqx-page-title .breadcrumb{
    background-color: transparent;
}
#themeqx-page-title .breadcrumb a{
    color: #ffffff;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a{
    color: #ffffff;
}
section.error-404{
    min-height: 1000px;
}
/*******************************
*   Single Item Page           *
********************************/
.single-item-wrap{
    padding: 20px 0;
}
.list-unstyled.product-info label {
    width: 170px;
}
.items-archive-wrap{
    margin: 20px 0;
}
.archive-item-expert{
    background: #f5f5f5;
    text-align: center;
    padding: 15px;
}
.archive-item-excerpt{
    margin-bottom: 20px;
}
.themeqx-content-wrap{
    padding: 20px 0;
}
#contact-form .form-control {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
}
#contact-form span.text-danger{
    font-size: 10px;
}
.ratings-star-wrap i.fa-star{
    color: #f2b827;
}
p.avarage-user-ratings{
    font-size: 12px;
}
/*******************************
*   Widget                     *
********************************/

.subscribe-widget-head{
    background: #044064;
    color: #ffffff;
    padding: 20px;
}

.subscribe-widget-head h3{
    margin: 0;
    text-align: center;
}
.subscribe-widget-body{
    background: #054E7A;
    padding: 20px;
    color: #ffffff;
    font-size: 13px;
}
.widget-subscribe-footer-note{
    margin-top: 20px;
}

.subscribe-widget-body .help-block.form-error {
    color: #ffff00;
}

/**
Blog
*/

.page-header-center{
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.page-header-center h1 {
    font-size: 40px !important;
}
.page-header-center > p {
    font-size: 20px;
}
.post-loop-item {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    margin-top: 20px;
}
.postLoopTopSection{
    padding: 20px;
}
h2.entry-title {
    font-size: 22px;
}
h2.entry-title > a {
    color: #444444;
}
.site-logo {
    margin-top: 25px;
}
.site-logo img {
    border-radius: 50%;
}

.postLoopMeta{
    max-height: 36px;
}
.sticky-icon {
    display: table-cell;
    padding-right: 20px;
    color: #666666;
}
.postLoopTopSection .post-thumbnail {
    margin-bottom: 20px;
    margin-top: 20px;
}
.postLoopAuthorAvatar{
    display: table-cell;
}
.postLoopUserData {
    display: table-cell;
    font-size: 14px;
    padding-left: 10px;
    text-rendering: auto;
    vertical-align: middle;
}
.postLoopUserData p{
    margin: 0;
}
.postLoopFooter {
    background-color: #f7f7f7;
    color: rgba(51, 51, 51, 0.7);
    font-size: 1.2rem;
    padding: 20px;
    min-height: 57px;
}

.themeqxblog-loading-wrap {
    margin: 20px 0;
    text-align: center;
}


/**
* Single post
*/
.entry-header h1.entry-title {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 20px;
}
.entry-header h1.entry-title > a {
    color: #444444;
}
.postSingleMeta{
    margin-bottom: 20px;
    max-height: 36px;
}
.themeqxblog-single-post, .themeqxblog-page-wrap{
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    padding: 20px;
}
.post-feature-image .post-thumbnail {
    margin-bottom: 20px;
}
.entry-content {
    color: #555555;
    font-size: 16px;
    line-height: 1.8;
}
.entry-content > p {
    margin-bottom: 30px;
}
.entry-footer span.edit-link{
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    clear: both;
}

.author-box-content .author-link {
    display: block;
    margin: 10px 0;
}
.author-social-link{
    margin-right: 10px;
}
.content-area .author-box {
    margin-top: 20px;
}
.content-area .author-box .panel{
    margin-bottom: 0;
}
.navigation h2.screen-reader-text {
    color: #cccccc;
    font-size: 18px;
    margin: 20px 0;
}
.nav-links .nav-previous {
    max-width: 46%;
    text-align: left;
    display: inline-block;
}
.nav-links .nav-next {
    max-width: 46%;
    text-align: right;
    display: inline-block;
}

.page-links {
    padding: 20px 0;
}

.page-links .page-number {
    display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #dddddd;
}

.page-links a {
    display: inline-block;
}
.single-page-next-post-link {
    text-align: right;
}
/**
* Social Share
*/

.themeqxblog-social-share-wrap {
    margin-top: 20px;
    text-align: center;
}
.themeqxblog-social-share-wrap a i{
    font-size: 22px;
}
a.social_share {
    color: #666666;
    display: inline-block;
    padding: 7px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
a.social_share:hover {
    background: #666666;
    color: #ffffff;
}



/**
*   Comments
*/

#comments {
    clear: both;
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    padding: 20px;
}
#comments h2{
    margin: 10px 0;
    padding: 0;
    font-size: 20px;
}
#comments input, #comments textarea {
    border: 1px solid #e0e0dd;
    padding: 6px;
}
#comments p label{
    width: 100px;
    vertical-align: top;
}
#comments ul.comment-list{
    padding: 0;
    margin: 0;
    list-style: none;
}

.comment-list, .children {
    list-style: none;
    padding-left: 60px;
}
.comment-author.vcard img {
    float: left;
    margin-right: 18px;
}
.comment-content {
    padding-left: 60px;
}
.comment-content table {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.comment-content table td, .comment-content table th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.comment-content ol {
    padding-left: 15px;
}
.comment-author.vcard img {
    border-radius: 50%;
    position: relative;
    top: 10px;
}
#comments .reply {
    text-align: right;
}
#comments .reply a::before {
    content: " ";
    font-family: FontAwesome;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid #333;
    padding: 2px;
}
/**
* Pagination
*/

nav.pagination {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    text-align: center;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.pagination .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    text-decoration: none;
    border-radius: 2px;
}
.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
    background: #f9f9f9;
}


.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}


/**
*  Widget area
*/

.widget{
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    padding: 15px;
}

h2.widget-title{
    background: #f7f7f7 none repeat scroll 0 0;
    font-size: 17px;
    padding: 10px;
    margin-top: 0;
}

.widget > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget ul li {
    margin-bottom: 10px;
}

.themeqxblog-posted-date,
.widget .post-date,
.widget ul li {
    color: #777777;
}


/* calendar widget */
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-bottom: 10px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

/**
WooCommerce Override
*/
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width: 100%;
}
.woocommerce-product-gallery__image {
    border: 1px solid #eee;
    display: inline-block;
    margin: 5px;
    max-width: 100px;
    vertical-align: top;
}
.product_meta {
    margin: 15px 0;
}
.blog .site-content, .archive .site-content, .search-results .site-content {
    background-color: #f6f7fb;
    padding-top: 40px;
    padding-bottom: 40px;
}
#review_form_wrapper {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    clear: both;
    margin-top: 20px;
    padding: 20px;
}
.star-rating{
    color: #f2b827;
}
.woocommerce-MyAccount-navigation ul{
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
    list-style: outside none none;
}
.woocommerce-MyAccount-navigation ul li a {
     background: #eeeeee;
     color: #666666;
     display: block;
     margin-bottom: 5px;
     padding: 10px 20px;
}

.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li.is-active a{
    background: #1e85be;
    color: #ffffff;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--forums a::before{
    content: '\f27b';
    font-family: "FontAwesome";
    padding-right: 5px;
}

/**
Docs overrride
*/
.wedocs-single-wrap, .wedocs-shortcode-wrap {
    padding: 30px 0;
}
.docs-hero-section {
    background-color: #F7F6FC;
    padding: 50px 0;
}
.docs-hero-section h3{
    margin: 20px 0;
}
.docs-hero-section h4{
    margin-top: 0;
    margin-bottom: 20px;
    color: #727377;
}
.wedocs-docs-single{
    background-color: #FBFBFD;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1) !important;
    border-radius: 2px;
    color: #505763;
    padding: 10px;
    margin-bottom: 20px;
}
.wedocs-docs-single h3{
    margin-top: 0;
    font-size: 20px;
}
.wedocs-docs-single h3 a{
    color: #565d7e;
}
.wedocs-docs-single h3 a:hover{
    color: #444b66;
}
.wedocs-docs-single .doc-single-excerpt{
    color: #737ba5;
}
.wedocs-docs-single .wedocs-doc-link a{
    font-size: 14px;
    background-color: #F9F8FD;
    color: #515787;
    display: inline-block;
    line-height: 36px;
    padding: 0 16px;
    border: 1px solid #7b83c7;
}
.wedocs-docs-single .wedocs-doc-link a:hover {
    color: #F9F8FD;
    background-color: #515787;
}
.wedocs-doc-thumbnail{
    margin-bottom: 10px;
}
.wedocs-doc-thumbnail img{
    height: 80px;
    width: auto;
}
/**
Forums
 */


#bbpress-forums{
    font-size: 14px;
    margin-top: 20px;
    font-weight: 300;
}
.welcome_bb{
    background: rgba(0, 0, 0, 0.04) none;
    padding: 30px;
    margin: 0 0 20px 0;
    clear: both;
    display: table;
    width: 100%
}
.welcome_bb i.hint{
    display: table-cell;
    font-size: 37px;
    padding-right: 20px;
    vertical-align: middle;
    width: 50px
}
.welcome_bb div.txt{
    display: table-cell;
    vertical-align: top;
}
.top-srch-forum{
    overflow:hidden;
    position:relative;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}
.top-srch-forum .button{
    float: right;
    border: 0;
    padding: 8px 12px;
}
.top-srch-forum input[type="text"]{
    padding: 0 15px;
    background:#fff;
    border:1px #d9d9d9 solid;
}
#bbpress-forums #bbp-search-form #bbp_search {
    width: 100%;
}
.bbp-srch-txt{
    overflow: hidden;
}
.widget .top-srch-forum {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0
}
.bbp-forums .bbp-forum-title,.bbp-topic-permalink{
    font-size: 16px;
}
.widget a.bbp-forum-title{
    display: table;
    clear: both;
}
.bbp-breadcrumb,#subscription-toggle{
    display:none
}
#bbpress-forums .bbp-search-form{
    display:none
}
#themeqx-page-title .bbp-breadcrumb {
    display: block;
}
.bbp-pagination-links a,.bbp-pagination-links span.current {
    padding: 5px 12px;
    margin-left: 2px;
    background-color: #fff
}
#bbpress-forums fieldset.bbp-form{
    padding:0;
    border:0
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{
    border:1px #eee solid;
    border-top:0
}
#bbp_topic_title,#bbp_topic_tags,#bbp_topic_edit_reason{
    width:100%;
}
.bbp-topic-form input[type=text]{
    border: 1px solid #dddddd;
    padding:6px 12px
}
.bbp-topic-form label{
    margin-bottom: 10px !important;
}
div.bbp-template-notice, div.indicator-hint{
    margin-bottom:25px
}
#bbpress-forums p.bbp-topic-meta img.avatar {
    margin-bottom:0 !important;
    min-width: 20px;
    min-height: 20px;
    border: 0;
    border-radius: 50%;
    margin-right: 5px;
}
#bbpress-forums li.bbp-topic-freshness p.bbp-topic-meta img.avatar{
    float: right;
    margin: 0 0 0 10px
}
#bbpress-forums p.bbp-topic-meta span.bbp-topic-started-by img.avatar{
    min-width: 10px;
    min-height: 10px;
    border-radius: 0;
}
.bbpress input.submit, .bbpress button.submit{
    display: inline-block;
    padding: 0 20px;
    height: 37px;
    line-height: 38px;
    border: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.widget input.button{
    display:inline-block;
    padding: 0 10px;
    border:0;
    background:#777;
    color:#fff;
    font-size:11px;
    text-transform:none;
    font-weight:normal;
    letter-spacing:normal;
    line-height: 30px;
}
.bbpress .widget input#bbp_search{
    line-height: 28px;
    vertical-align: middle;
    width: 100%;
    padding-left: 10px;
}
.bbpress .widget #bbp_search_submit{
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    border: 0;
}
.bbpress .widget a.logout-link{
    display:inline-block;
    font-size: 12px;
}
.bbp-logged-in h4{
    margin-bottom: 0px !important;
    font-weight: 400;
}
.bbp-body li.bbp-forum-info, .bbp-body li.bbp-topic-title{
    padding-left: 60px;
    position:relative;
}
.bbp-body li.bbp-forum-info:before,.bbp-body li.bbp-topic-title:before{
    position:absolute;
    left: 0;
    top: 0;
    display: inline-block;
    font: normal normal normal 40px/1 FontAwesome;
    content: "\f0e6";
    color: #c7c7c7;
}
.bbp-body li.bbp-topic-title:before {
    font: normal normal normal 25px/1 FontAwesome;
    content: "\f27b";
    top:0
}
.bbp-body li.bbp-topic-title{
    padding-left: 45px;
}
.bbp-forum-freshness p.bbp-topic-meta{
    display:inline
}
#bbpress-forums .bbp-forums-list{
    border:0;
    border-top: 1px #e6e6e6 solid;
    padding: 10px 0 0;
    margin: 10px 0 0;
}
.bbp-forums-list li{
    margin: 0 4px 4px 0 !important;
    display: inline-block !important;
}
.bbp-forums-list li a:before{
    display: inline-block;
    font: normal normal normal 9px/1 FontAwesome;
    content:"\f07c";
    margin-right:5px;
}
.bbp-login-form .bbp-username input, .bbp-login-form .bbp-email input, .bbp-login-form .bbp-password input {
    padding: 5px 15px !important;
    line-height: 28px;
    width:100% !important
}
#bbpress-forums .bbp-forums-list li{
    font-size:0px
}
#bbpress-forums .bbp-forums-list li a{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #eee;
    position: relative;
    font-size: 12px;
}
#bbpress-forums .bbp-forums-list li a:hover,#bbpress-forums div.bbp-topic-tags a:hover{
    background-color:#777;
    color:#fff
}
li.bbp-body .bbp-forum-topic-count,li.bbp-body .bbp-forum-reply-count{
    text-align: center;
}
li.bbp-forum-freshness,#bbpress-forums li.bbp-topic-freshness{
    text-align: right;
}
li.bbp-body li.bbp-forum-freshness > a,#bbpress-forums li.bbp-topic-freshness > a{
    font-size: 11px;
    position:relative;
    color:#666
}
li.bbp-body li.bbp-forum-freshness > a:after,#bbpress-forums li.bbp-topic-freshness > a:after{
    display:inline-block;
    font: normal normal normal 11px/1 FontAwesome;
    content: "\f017";
    margin-left:5px;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results{
    border: none;
    font-size: inherit;
}
#bbpress-forums ul.bbp-lead-topic div.topic{
    background: #eff9fd;
}
#bbpress-forums ul.bbp-lead-topic div.bbp-topic-header{
    background: #e0f5fd;
    border-top: none;
}

#bbpress-forums ul.bbp-lead-topic div.status-resolved{
    background: #f2fdf1;
}

#bbpress-forums ul.bbp-lead-topic div.resolved{
    background: #e5fce3;
}


#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta{
    font-size: 12px
}
li.bbp-forum-freshness .bbp-topic-meta{
    clear: both;
    display: block;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    padding: 20px;
    margin-top: -1px;
}
#bbpress-forums li.bbp-header {
    background: transparent;
    border: 0;
}
.forum-titles li,.bbp-header > div{
    padding: 10px !important;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    text-transform: uppercase;
    height: 40px;
}
.forum-titles li.bbp-forum-topic-count,.forum-titles li.bbp-forum-freshness,.forum-titles li.bbp-forum-reply-count,.forum-titles li.bbp-topic-voice-count,
.forum-titles li.bbp-topic-reply-count,.forum-titles li.bbp-topic-freshness,.bbp-header .bbp-reply-content{
    border-bottom-color: #ff8080;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
    width: 25%;
}
#bbpress-forums div.bbp-template-notice img.avatar{
    margin-bottom: 0;
    border:0;
}
.bbp-topic-pagination {
    display: table;
    margin-left: 0;
    margin-bottom: 0;
}
.bbp-topic-pagination a {
    padding: 2px 5px;
    margin: 0 3px 0 0
}
#bbpress-forums div.bbp-topic-tags{
    float: left;
    overflow: hidden;
    position: relative;
    padding-left: 22px;
}
#bbpress-forums div.bbp-topic-tags p:after{
    display: inline-block;
    font: normal normal normal 14px/28px FontAwesome;
    position:absolute;
    left:0;
    margin-right:8px;
    content: "\f02c";
    opacity: 0.5;
}
#bbpress-forums div.bbp-topic-tags a{
    padding: 0 12px;
    margin: 0 6px 3px -6px;
    background-color: #f5f5f5;
    border-radius: 3px;
    line-height: 26px;
    font-size: 12px;
    display:inline-block;
    position: relative;
}
#bbpress-forums div.bbp-topic-tags a:first-child{
    margin-left:3px
}
.bbp-pagination {
    margin-bottom: 2px;
    background-color: #f7f7f7;
    padding: 8px 8px 8px 15px;
}
.bbp-pagination-count {
    line-height: 31px;
}
.favorite-toggle{
    font-size: 11px
}
.favorite-toggle:before{
    display: inline-block;
    font: normal normal normal 9px/1 FontAwesome;
    content: "\f08a";
    margin-right: 8px;
    top: -1px;
    position: relative;
    opacity: 0.7;
}
.is-favorite a:before{
    content: "\f004";
}
#bbpress-forums li.bbp-header .bbp-search-content, #bbpress-forums li.bbp-footer .bbp-search-content, #bbpress-forums li.bbp-header .bbp-forum-content, #bbpress-forums li.bbp-footer .bbp-forum-content, #bbpress-forums li.bbp-header .bbp-topic-content, #bbpress-forums li.bbp-footer .bbp-topic-content, #bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-reply-content {
    margin-left: 140px;
}
#bbpress-forums li.bbp-header .bbp-search-author, #bbpress-forums li.bbp-footer .bbp-search-author, #bbpress-forums li.bbp-header .bbp-forum-author, #bbpress-forums li.bbp-footer .bbp-forum-author, #bbpress-forums li.bbp-header .bbp-topic-author, #bbpress-forums li.bbp-footer .bbp-topic-author, #bbpress-forums li.bbp-header .bbp-reply-author, #bbpress-forums li.bbp-footer .bbp-reply-author {
    width: 140px;
}
#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-topic-content,#bbpress-forums div.bbp-reply-content {
    margin-left: 120px;
    padding: 10px;
}
#bbpress-forums div.bbp-reply-content p{
    line-height:2;
}
#bbpress-forums div.bbp-reply-author img.avatar, .bbp-topic-author img.avatar{
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    height: 50px;
    width: auto;
    display: block;
}
.bbp-topic-author .bbp-author-role, .bbp-reply-author .bbp-author-role{
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #666666;
    padding: 5px 0;
}

.themeqx-bbp-search-form{
    position: relative;
}
.themeqx-bbp-search-form #bbp_search{
    height: 40px;
    padding: 10px 68px 10px 10px;
    width: 100%;
}
#bbp_search_submit {
    background: #0096d6;
    color: #ffffff;
    border: medium none;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.ask-question-btn{
    border-radius: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #0096d6;
    border-color:#00a0d2;
}
.ask-question-btn:hover{
    background: #00a0d2;
    border-color:#0096d6;
}
.bbp-body a{
    color: #0096d6;
}
.bbp-author-name{
    text-transform: capitalize;
}
#bbpress-forums div.bbp-topic-content h2{
    margin: 10px 0;
    font-weight: 300;
    font-size: 24px;
}
.resolved-badge{
    color: #09a901;
}
li.bbp-forum-info, li.bbp-topic-title{
    width: 75%;
}
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic, #bbpress-forums #bbp-user-wrapper ul.bbp-topics, #bbpress-forums #bbp-user-wrapper ul.bbp-forums, #bbpress-forums #bbp-user-wrapper ul.bbp-replies, #bbpress-forums #bbp-user-wrapper fieldset.bbp-form{
    clear: both;
}
.bbp-topic-hit-counter {
    color: #6666;
    font-size: 12px;
    margin: 5px 0;
}
.content-big-lock {
    font-size: 100px;
    text-align: center;
    margin-top: 100px;
    color: #dddddd;
}
.purchase-box-for-guest {
    border: 1px solid;
    margin-top: 30px;
    text-align: center;
    padding: 50px 0;
    font-size: 20px;
}
.purchase-box-for-guest h3{
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
}
.purchase-box-for-guest p {
    margin-bottom: 20px;
}
.purchase-box-for-guest p:last-child {
    margin-bottom: 0;
}
.btn-buy {
    background-color: #ffef30;
    box-shadow: 0 2px 0 0 #edcd2c;
    color: #1e2756;
    font-weight: bold;
    padding: 0.563em 1.125em 0.813em;
    text-decoration: none;
    text-transform: uppercase;
}
/** SignUp Page */
.loginLinkSignUpPage{
    margin-top: 30px;
    text-align: center;
}
.themeqx-signup-form input {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
}
.themeqx-signup-form label {
    font-weight: 400;
    margin-bottom: 10px !important;
}

.woocommerce input[type=text], .woocommerce input[type=password]{
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    border: 1px solid #dddddd;
    padding: 0 10px;
}
/**
Product Page
*/
.themeqx-product-hero-section {
    padding: 50px 0;
}
.product-hero-title{
    font-weight: 600;
}
.product-hero-title, .product-hero-subtitle{
    margin-bottom: 30px;
}
.product-hero-subtitle{
    color: #666666;
}
.themeqx-product-hero-section-right{
    text-align: right;
}
.themeqx-product-hero-section img{
    height: auto;
    max-width: 100%;
    max-height: 350px;
}
.product-single-feature{
    padding: 50px 0;
}
.product-single-feature:nth-of-type(odd) {
    background: #ffffff;
}

.product-single-feature:nth-of-type(even) {
    background: #f3f5f7;
}


@media (max-width: 767px) {
    .navbar-nav li.menu-item-has-children > a::after{
        right: 15px;
    }
    .ask-question-btn{
        margin-top: 20px;
    }
}


/**
Word SEO page Css
 */
.word-seo-banner{
    min-height: 400px;
    background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    /*background-image: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);*/
    color: #ffffff;
    text-align: center;
    padding: 100px 0;
}
.top-banner-btn-group .btn{
    border-radius: 0;
}
.main-description-codecanyon-product{
    padding: 80px 0;
}
.codecanyon-item-section-bg-light{
    padding: 80px 0;
    text-align: center;
    background-color: #f7f9fb;
}
.codecanyon-item-section-bg-light h5{
    margin: 20px 0 30px;
}
.codecanyon-item-section, .product-section{
    padding: 80px 0;
    text-align: center;
}
.bg-white{
    background-color: #ffffff;
}
.codecanyon-item-banner-meta ul li{
    display: inline-block;
    padding: 10px;
}
.codecanyon-item-screenshots-wrap{
    margin-top: 50px;
}

.codecanyon-item-screenshots-wrap .woocommerce-product-gallery__image{
    max-width: 150px;
    border: 3px solid #dddddd;
}

/**
Pricing Table
 */
.codecanyon-item-pricing-table{
    margin-top: 50px;
}
.pricingTable{
    padding: 40px 0;
    text-align: center;
    background-color: #f7f7f7;
    min-height: 570px;
}
.pricingTable .title{
    font-size: 18px;
    color: #727cb6;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}
.pricingTable .amount{
    font-size: 38px;
    color: #333;
    vertical-align: middle;
}
.pricingTable .amount small{
    font-size: 50%;
}
.pricingTable .extra-small-text{
    display: block;
    font-size: 13px;
}
.pricingTable .pricing-content{
    list-style: none;
    padding: 0 25px;
    margin: 20px 0;
    min-height: 195px;
    text-align: left;
}
.pricingTable .pricing-content li{
    color: #333;
}
.pricingTable .pricing-content li:before{
    content: "\f05d";
    font-family: FontAwesome;
    margin-right: 10px;
}
.pricingTable .pricing-table-checkout-btn{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    color: #666;
    font-weight: 500;
    border: 1px solid #ccc;
    transition: all 0.2s ease-in-out 0s;
}
.pricingTable .pricing-table-checkout-btn:hover{
    border-color: #b3b3b3;
}
.pricingTable .pricing-table-checkout {
    font-weight: 600;
    color: #e67c86;
}
.pricingTable.middle{
    border-color: #727cb6;
    /*background: #727cb6;*/
    background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    position: relative;
}
.pricingTable.middle .title,
.pricingTable.middle .amount,
.pricingTable.middle .month,
.pricingTable.middle .icon i,
.pricingTable.middle .pricing-content li{
    color: #fff;
}
.pricingTable.middle .pricing-table-checkout-btn{
    background: #f7959f;
    border-color: #f7959f;
    color: #fff;
}
.pricingTable.middle .pricing-table-checkout-btn:hover{
    background: #e67c86;
    border-color: #e67c86;
}
.pricingTable.middle .pricing-table-checkout{
    color: #ffff00;
}
.ownSitePricingTable{
    min-height: unset;
}
.pricingTable .price-desc-list{
    min-height: unset;
}
.pricingTable .btn-buy-now{
    max-width: 80%;
    margin: 0 auto;
}
@media only screen and (max-width: 990px){
    .pricingTable{
        margin-bottom: 30px;
    }
}



.pricingTable.middle:before {
    position: absolute;
    top: 18px;
    right: 5px;
    z-index: 21;
    font-size: 12px;
    font-weight: 600;
    content: "Most \A Popular";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    white-space: pre;
    color: #fff;
}

.pricingTable.middle:after {
    position: absolute;
    top: -45px;
    right: -10px;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    border-left: 70px solid #293340;
}


/**
Video Section
 */
#video-play{
    background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    padding: 80px 0;
    color: #ffffff;
}

.video-preview{
    cursor: pointer;
}
.video-play-button{
    text-align: center;
    font-size: 120px;
}
.video-play-button .video-preview i{
    transition: .3s cubic-bezier(0, .88, .88, 1.04);
    transform: rotateY(0deg);
}
.video-play-button .video-preview{
    margin-top: 10px;
    display: block;
}

.video-play-button .video-preview:hover i{
     -webkit-transform: rotateY(0deg) scale(1.5);
     transform: rotateY(0deg) scale(1.5);
 }

.video-desc{
    font-size: 40px;
    cursor: pointer;
}
.tsting-banner-gradient{
    background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
}

/**
Modal Video Min.css
 */
@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;background:#fff;border-radius:5px;margin-top:-6px}
