/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.23
 Text Domain:  woodmart-child
*/

/** ------------------------------------------
* Accepted answer plugin
* ------------------------------------------ */
.reply:not(.topic-has-accepted-answer):hover .mark-as-accepted{
    opacity: 1;
    visibility: visible;
}
.mark-as-accepted{
    opacity: 0;
    visibility: hidden;
}
.mark-tumb > div{
    display: none;
}
.mark-as-accepted.woodmart-css-tooltip .woodmart-tooltip-label{
    margin-bottom: 15px;
}
.mark-as-unaccepted.woodmart-css-tooltip .woodmart-tooltip-label{
    margin-bottom: -4px;
}
.mark-as-unaccepted{
    display: none;
}
.topic-has-accepted-answer.accepted-answer .mark-as-unaccepted{
    display: block;
}
.topic-has-accepted-answer.accepted-answer .mark-as-accepted{
    display: none;
}
.accepted-answer-container i{
    font-size: 30px;
    cursor: pointer;
    color: #c5c5c5;
    transition: all 0.2s linear;
}

.accepted-answer-container i:hover{
    color: #44b449;
}
.accepted-answer .mark-as-unaccepted i{
    color: #44b449;
}
.accepted-answer .mark-as-unaccepted i:hover{
    color: #96040f;
}
.bbp-reply-header.accepted-answer{
    background-color: #dcf1dc !important; 
}

.accepted-answer-container.loading .wd-check:before{
    content:"";
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 3px solid #c5c5c5;
    border-left-color: transparent;
    border-radius: 50%;
    animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
}

/** ------------------------------------------
* Staff label and answer
* ------------------------------------------ */
.support-anwser{
    background-color: #f8f8f8 !important;
    position: relative;
}
.support-anwser:after{
    content: 'Team\AXTemos';
    display: block;
	white-space: pre;
    background-color: #96040f;
    position: absolute;
    color: #fff;
    right: 1px;
    top: 6px;
    font-size: 9px;
    transform: rotate(45deg);
    text-align: center;
}
.support-anwser:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border: 28px solid transparent;	
    border-top: 28px solid #96040f; 
    border-right: 28px solid #96040f;
}
#bbpress-forums div.bbp-reply-header{
    background-color: #e6e6e6;
}
/** ------------------------------------------
* My account
* ------------------------------------------ */

/*Loader*/
.ss-codes-wrapper {
    position: relative;
}
.ss-codes-content,
.ss-loader{
    transition: 0.2s all linear;
}
.ajax-loading .ss-codes-content{
    opacity: 0.3;
}
/* Animation */
@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}
@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}

/* Loading Icon */
.ajax-loading .ss-loader{
    opacity: 1;
    visibility: visible;
}
.ss-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70px;
    height: 70px;
    opacity: 0;
    visibility: hidden;
}
.ss-loader-el {
    position: absolute;
    width: 70px;
    height: 70px;
}
.ss-loader-el:first-child {
    -webkit-transform: skew(30deg, 20deg);
          transform: skew(30deg, 20deg);
}
.ss-loader-el:last-child {
    -webkit-transform: skew(-30deg, -20deg) scale(-1, 1);
          transform: skew(-30deg, -20deg) scale(-1, 1);
}
.ss-loader-el:last-child img {
    -webkit-animation-delimgay: -0.5s;
          animation-delay: -0.5s;
}
.ss-loader-el img {
    -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
    fill: rgba(0, 0, 0, 0.2);
}
/*White list form*/
.ss-white-list label{
    display: inline-block;
    margin-bottom: 0;
    margin-right: 7px;
}
.ss-white-list input[type="submit"]{
    width: inherit;
    padding: 4px 15px;
    background-color: #60a869;
}
/*Code form*/
#ss-envato-verify-form{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.ss-form-text{
    opacity: 0.7;
    color: #000000;
    font-weight: 700;
    line-height: 23px;
}

#ss-envato-verify-form input[type="text"]{
    border: 2px solid #e6e6e6;
    background-color: #f6f6f6 !important;
    font-weight: 400;
    line-height: 24px;
}

#ss-envato-verify-form input[type="submit"]{
    margin-left: 10px;
    background-color: #96040f;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Sidebar */
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{
    background: #96040f;
    opacity: 1;
    color: #fff;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{
    color: #7e7e7e;
}

#bbp-user-navigation .current a:before{
    color: #fff;
}

#bbp-user-navigation a:before{
    font-family: FontAwesome;
    margin-right: 8px;
    color: #7e7e7e;
    font-size: 14px;
}
.bbp-user-profile-link a:before{
    content: '\f007';
}
.bbp-user-topics-created-link a:before{
    content: '\f2d2';
}
.bbp-user-replies-created-link a:before{
    content: '\f112';
}
.bbp-user-favorites-link a:before{
    content: '\f005';
}
.bbp-user-subscriptions-link a:before{
    content: '\f09e';
}
.bbp-user-edit-link a:before{
    content: '\f040';
}

/* My account */
.bbp-user-profile .bbp-user-section{
    display: flex;   
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bbp-user-profile .bbp-user-section > p{
    flex: 1 1 33.33%;
}

.bbp-user-profile p.bbp-user-description {
    flex: 1 1 100%;
}

.bbp-user-profile .bbp-user-section span{
    display: block;
    color: #333333;
    font-size: 15px;
}
.bbp-user-profile .bbp-user-section .profile-title{
    display: inline-block;
    color: #a9a9a9;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 5px;
}
.bbp-user-profile{
    margin-bottom: 50px;
}
/* Title */

#bbpress-forums #bbp-user-wrapper h2.entry-title{
    font-weight: 700;
    font-size: 20px;
    border-bottom: 2px solid #e4e4e4;
    margin-bottom: 24px;
    display: block;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title span{
    display: inline-block;
    position: relative;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title span:after{
    content: '';
    background-color: #96040f;
    width: 100%;
    left: 0;
    right: 0;
    display: inline-block;
    height: 2px;
    position: absolute;
    bottom: -12px;
}
/* support-status */
.ss-codes-status{
    padding-bottom: 30px;
}
.ss-codes-status.empty{
    display: none;
}
.ss-codes-status .support-status{
    background-color: #f7f7f7 !important;
    padding: 20px 30px !important;
    position: relative;
}
.ss-codes-status .support-status:before{
    content: '\f08d';
    font-family: FontAwesome;
    position: absolute;
    left: 11px;
    top: 17px;
    color: #000000;
    opacity: 0.2;
    font-size: 19px;
    transform: rotate(-45deg);
}
.ss-codes-status .support-status li{
    margin-bottom: 10px !important;
    font-size: 14px;
}
.ss-codes-status .support-status li:last-child{
    margin: 0 !important;
}
/* Table */
.ss-codes-table{
    padding-top: 30px;
    border-top: 1px solid #e4e4e4;
    margin-bottom: 50px;
}
.ss-codes-table.empty{
    display: none;
}
.ss-code{
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}

.ss-code div > span{
    font-size: 15px;
    font-weight: 700;
    display: block;
    color: #333333;
}
.ss-code .code-title{
    display: inline-block;
    color: #a9a9a9;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 5px;
}

.ss-code .left{
    width: 70%;
}

.ss-code .right{
    width: 30%;
}

.ss-codes-table h4{
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
}

.ss-code .right strong{
    display: block;
}

.ss-code .right span{
    color: #5b5b5b;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}
/* Buttons */
.ss-table-button{
    padding: 6px 0;
    width: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    text-align: center;
}

.ss-table-button:hover,
.ss-table-button:focus{
    color: #ffffff;
    opacity: 0.7;
}

.remove-purchase-code,
.remove-activation{
    background-color: #e15959;
    margin-right: 10px;
}

.remove-activation{
    width: inherit;
    margin: 5px 0;
    padding: 0px 5px;
    font-size: 10px;
}

.ss-update-code-btn{
    background-color: #60a869;
    margin-left: 10px;
}

.ss-code .right .buttons{
    display: flex;
}

/*Domains*/

.domains li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #e4e4e4;
}

.domains li > span{
    width: 33.33%;
}

/*Template*/
.bbp-form.avatar img{
    margin: 0;
}
#bbpress-forums #bbp-single-user-details{
    width: 180px;
}
#bbpress-forums #bbp-user-body{
    margin-left: 210px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{
    width: 180px;
    height: 180px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar{
    width: 180px;
}

@media (max-width: 1150px) {
    .ss-code .left{
        width: 60%;
    }
    .ss-code .right{
        width: 40%;
    }
}

@media (max-width: 1024px) {
    .bbp-user-page .col-sm-9,
    .bbp-user-page .col-sm-3{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ss-code{
        display: block;
    }
    .ss-code .left{
        width: 100%;
        text-align: center;
    }
    .ss-code .right{
        width: 100%;
        text-align: center;
    }
    .ss-code .right strong{
        display: inline-block;
    }
    .bbp-user-section > p{
        width: 50%;
    }
}

@media (max-width: 480px) {
    #bbpress-forums .bbp-user-section{
        display: block;
    }
    #bbpress-forums #bbp-user-body{
        margin-left: 0;
    }
}


/** ------------------------------------------
* Sidebar notices
* ------------------------------------------ */
.need-login a{
    display: block;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
}
.need-login a span{
    position: relative;    
}
.need-login a span:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -webkit-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    background-color: #d6af44;
}
.need-login a:hover span:after{
    width: 100%;
}
/** ------------------------------------------
* New topic label
* ------------------------------------------ */
.widget_widget_display_topics .new-topic{
    background-color: green;
    color: #fff;
    padding: 0 4px;
    margin-right: 5px;
}

.widget_widget_display_topics .user-post-count{
    padding: 0 4px;
    background: #ebebeb;
    color: #a5a5a5;
    margin-right: 5px;
}

.widget_widget_display_topics .user-post-count.new-user{
    background: #d86868;
    color: #fff;
}
/** ------------------------------------------
* Header login link
* ------------------------------------------ */
.header-color-dark .header-login-link{
    color: #333333;
}
.header-color-dark .header-login-link:hover,
.header-color-dark .header-login-link:focus{
    color: #333333;
}
.header-color-dark .header-login-link span:after{
    background-color: #96040f;
}
.header-login-link{
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    display: block;
    letter-spacing: 0.2px;
    font-family: Lato;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
}    
.header-login-link span{
    position: relative;  
    vertical-align: top; 
}
.header-login-link:before{
    content: "\f11e";
    font-family: "woodmart-font";
    top: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 7px;
}
.header-login-link span:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -webkit-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    background-color: rgba(255, 255, 255, 0.5);
}
.header-login-link:hover,
.header-login-link:focus{
    color: rgba(255, 255, 255, 0.8);
}
.header-login-link:hover span:after{
    width: 100%;
}
@media (max-width: 1024px){
    .header-login-link{
        display: none;
    }
}

/** ------------------------------------------
* Private content
* ------------------------------------------ */
.tr-private-content-visible .tr-private-content-hide{
    display:block;
}

#bbpress-forums .bbp-body div.bbp-reply-content > p a {
    color: #96040f;      
}
/** ------------------------------------------
* Contact form
* ------------------------------------------ */
.support-block{
    display:none;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.support-block p {
    font-size: 16px;
}
.support-block:after {
    content: "\f05a";
    font-family: FontAwesome;
    position: absolute;
    font-size: 200px;
    bottom: -98px;
    right: -45px;
    color: #cfe3e9;
}
.usefull-links{
    width: 100%;
    text-align: center;
}
.usefull-links .usefull-link{
    width: 33%;
    display:inline-block;
    margin-bottom: 15px;
}
.usefull-links .st0{
    transition: all 0.25s ease;
}
.usefull-links br{
    display: none;
}
.usefull-links svg{
    margin-bottom: 10px !important;
}
.usefull-links a:hover{
    color: #6dc1db;
}
.usefull-links a:hover .st0{
    fill: #6dc1db;
}
.usefull-links .woodmart-info-box,
.usefull-links .woodmart-info-box.icon-alignment-top .box-icon-wrapper{
    margin-bottom: 0;
    text-align: center;
}
/** ------------------------------------------
* 404
* ------------------------------------------ */

.error404 .site-logo{
    width: 194px;
}

.error404 header.main-header:not(.act-scroll){
    background: #fdfdfd;
}
.error404 .main-nav .menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.error404 .right-column{
    display: none;
}

/** ------------------------------------------
* BB IMAGES
* ------------------------------------------ */
#bbpress-forums .bbp-attachments ol li.bbp-atthumb{
    display: inline-block;
}
#bbpress-forums .bbp-attachments ol li.bbp-atthumb {
    vertical-align: top;
}
/** ------------------------------------------
* BB HOVER
* ------------------------------------------ */
#bbpress-forums div.bbp-topic-tags:after{
    display: none;
}
#bbp_reply_submit:hover {
    text-decoration: none;
    background-color: #96040f !important;
    color: #fff !important;
}
/** ------------------------------------------
* FORUM BTN
* ------------------------------------------ */
#text-5.sidebar-widget{
    border: 0;
}
#text-5{
    display: none !important;
}
.single-topic.logged-in #text-5,
.single-forum.logged-in #text-5{
    display: block !important;
    padding: 0;
}
.forum-btn:before{
    font-family: FontAwesome;
    font-size: 17px;
    margin-right: 10px;
    vertical-align: top;
}
.forum-btn.topic:before{
    content: '\f044';
}
.forum-btn.reply:before{
    content: '\f122';
}
/** ------------------------------------------
* BBP DISPLAY SEARCH
* ------------------------------------------ */
.widget_display_search #bbp-search-form {
  position: relative;
}
.widget_display_search #bbp-search-form input[class="button"] {
  position: absolute;
  top: 0;
  right: 0;
}
.widget_display_search #bbp_search {
  padding-right: 100px;
}

/** ------------------------------------------
* BBP LOGIN
* ------------------------------------------ */
.bbp_widget_login .bbp-remember-me {
    margin-bottom: 10px;
}
.bbp-login-form label{
	margin:0;
}
.bbp_widget_login fieldset,
#bbp-your-profile fieldset{
  padding: 0;
  border: none;
}
.bbp_widget_login .bbp-password input,
.bbp_widget_login .bbp-username input {
  padding: 10px 15px;
}
.bbp_widget_login .bbp-remember-me {
  float: left;
}
.bbp_widget_login .bbp-remember-me label {
  width: auto;
}
.bbp_widget_login .bbp-remember-me > input {
  position: relative;
  top: 2px;
}
.bbp_widget_login .bbp-submit-wrapper {
  clear: none;
}
.bbp_widget_login .bbp-logged-in img {
  border-radius: 50%;
}
.bbp_widget_login .bbp-logged-in h4 {
  font-size: 14px;
}
.bbp_widget_login .bbp-logged-in .logout-link {
  background-color: transparent;
  padding-bottom: 2px;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  display: inline-block;
  text-transform: lowercase;
}
.bbp_widget_login .bbp-logged-in .logout-link:hover {
  text-decoration: none;
  border-color: #A6A6A6;
  background-color: transparent;
}
.bbp_widget_login .bbp-logged-in .logout-link:focus {
  border-color: #A6A6A6;
  background-color: transparent;
}
.bbp_widget_login .bbp-logged-in .logout-link:hover, .bbp_widget_login .bbp-logged-in .logout-link:focus {
  color: black;
}

/** ------------------------------------------
* BBP DISPLAY REPLIES AND TOPICS
* ------------------------------------------ */
.widget_display_replies,
.widget_display_topics {
  font-weight: bold;
}
.widget_display_replies li,
.widget_display_topics li {
  line-height: 1.4;
  border-bottom: 1px solid rgba(124, 124, 124, 0.15);
  padding-bottom: 15px;
}
.widget_display_replies li img,
.widget_display_topics li img {
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
}
.widget_display_replies li .bbp-author-avatar,
.widget_display_topics li .bbp-author-avatar {
  display: inline-block;
}
.widget_display_replies li .bbp-author-name,
.widget_display_topics li .bbp-author-name {
  text-transform: capitalize;
  font-weight: bold;
}
.widget_display_replies li .bbp-reply-topic-title,
.widget_display_topics li .bbp-reply-topic-title {
  font-weight: normal;
}
.widget_display_replies li .bbp-forum-title,
.widget_display_topics li .bbp-forum-title {
  font-weight: normal;
}
.widget_display_replies li > div,
.widget_display_topics li > div {
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
  color: #bbb;
}
.widget_display_replies li:last-child,
.widget_display_topics li:last-child {
  border: none;
  padding-bottom: 0;
}
#bbpress-forums .bbp-attachments-count{
	display: none;
}

/** ------------------------------------------
* BBP DISPLAY STATUS
* ------------------------------------------ */
.widget_display_stats dl {
  overflow: hidden;
}
.widget_display_stats dt {
  float: left;
  clear: both;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 20px;
}
.widget_display_stats dd {
  float: right;
}
.widget_display_stats strong {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 50%;
}

/* Your customizations starts here */
div.bbp-template-notice:not(.info){
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
	padding:20px;
}

.notice{ 
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
	padding:20px;
}

.forum-search-inheading {
	margin-bottom: 20px;
}


.forum-search-inheading label {
	display: none;
}

.color-scheme-light .forum-search-inheading > p {
	color: rgba(255,255,255,0.9);
	margin-bottom: 15px;
}

.forum-search-inheading #bbp-search-form {
	position: relative;
	max-width: 450px;
	margin: 0 auto;
}

.forum-search-inheading #bbp-search-form input[type="text"] {
	background-color: transparent;
	border:2px solid rgba(255, 255, 255, 0.7);
	color: white;
	font-size: 16px;
	letter-spacing: 0.3px;
	padding-right: 55px;
}

.forum-search-inheading #bbp-search-form input[type="text"]:focus {
	border-color:white;
}

.forum-search-inheading button {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	border:none;
	font-size: 0px;
	text-align: center;
	width: 50px;
	padding: 0;
	color: rgba(255,255,255,0.9);
}

.forum-search-inheading #bbp-search-form button:before {
	content: "\f125";
	font-size: 20px;
	line-height: 30px;
	font-family: "woodmart-font";
	transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
}

.forum-search-inheading button:hover,
.forum-search-inheading button:focus {
	background-color: transparent;
	color: white;
	outline: none;
}
.bbpress .bbp-search-form #bbp_search_submit,.bbpress #bbp_topic_submit{
    background-color: #96040f;
    border-color: #96040f;
    color: #ffffff;
    text-decoration: none;
}
.bbpress .bbp-search-form #bbp_search_submit:hover,
.bbpress .bbp-search-form #bbp_search_submit:focus,
.bbpress #bbp_topic_submit:hover,
.bbpress #bbp_topic_submit:focus {
	opacity: 0.8;
}
/* Themes list */

.theme-preview {
	font-size: 16px;
	padding: 30px;
	margin-bottom: 30px;
	transition:0.3s all ease-in-out;
	-moz-transition:0.3s all ease-in-out;
	-webkit-transition:0.3s all ease-in-out;
	box-shadow: 0 0 4px #efefef;
	-moz-box-shadow: 0 0 4px #efefef;
	-webkit-box-shadow: 0 0 4px #efefef;
}

.theme-preview:hover {
	box-shadow: 0 0 6px #e0e0e0;
	-moz-box-shadow: 0 0 6px #e0e0e0;
	-webkit-box-shadow: 0 0 6px #e0e0e0;
}

.theme-preview h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
}

.theme-preview .theme-btns {
	margin-top: 15px;
}

.theme-preview .theme-btns a {
	margin-left: 20px;
	margin-top: 15px;
}

.image-buttons {
	cursor: pointer;
	position: relative;
	transition:0.3s all ease-in-out;
	-moz-transition:0.3s all ease-in-out;
	-webkit-transition:0.3s all ease-in-out;
}

.image-buttons .with-image {
}


.image-buttons .with-image img {
	transition:0.3s all ease-in-out;
	-moz-transition:0.3s all ease-in-out;
	-webkit-transition:0.3s all ease-in-out;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}


.image-buttons:hover {
}

.theme-preview:hover .image-buttons img {
	opacity: 0.4;
}

.theme-preview:hover .image-buttons .btns-mask  {
	opacity: 1;
	visibility: visible;
}

.image-buttons .btns-mask {
	position: absolute;
	text-align: center;
	top:45%;
	left:10px;
	right:10px;
	opacity: 0;
	visibility: hidden;
	transition:0.3s all ease-in-out;
	-moz-transition:0.3s all ease-in-out;
	-webkit-transition:0.3s all ease-in-out;
}

.image-buttons .btns-mask a {
	margin: 0 10px;
}


/* Documentation styles */

/* Label new */
#topic-72554 > a:after,
#topic-72536 > a:after,
#topic-56939 > a:after,
#topic-59179 > a:after,
#topic-59185 > a:after,
#topic-80077 > a:after,
#topic-80082 > a:after,
#topic-80086 > a:after,
#topic-137003 > a:after,
#topic-70621 > a:after{
    content: 'New';
    color: #fff;
    line-height: 12px;
    letter-spacing: .3px;
    font-size: 9px;
    font-weight: 600;
    background-color: #D41212;
    position: absolute;
    top: 8px;
    white-space: nowrap;
    display: inline-block;
    padding: 2px 4px;
    text-transform: uppercase;
    vertical-align: middle;
    margin-left: 6px;
}
/* Label new */
.topic-section .topic-title{
	padding-bottom: 20px;
	border-bottom: 1px solid #e3d3e3;
	font-size: 21px;
}
.doc-menu h5 {
	font-weight: bold;
	text-transform: uppercase;
	color: #323232;
	font-size: 16px;
}

.documentation-topics-nav {
	margin-bottom: 50px;
}
.documentation-topics-nav a:hover{
    color: #96040f !important;
}
.documentation-topics-nav a:not(.color-primary){
	color: #6b6b6b;
	font-size: 15px;
	display: inline-block;
	padding: 5px 0;
}
.documentation-topics-nav a{
	font-size: 15px;
	display: inline-block;
	padding: 5px 0;
}
.documentation-topics-nav .active ul  {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.doc-head h1 {
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.doc-head h1 span {
	color:#96040f;
}

.doc-intro {
	background: #f1f1f1;
	font-size: 16px;
	padding: 30px 50px;
	margin-bottom: 40px;
}

.doc-intro p {
	line-height: 2;
}

.doc-btns {
	margin: 10px 0 50px;
}

.doc-btns a {
	margin-left: 20px;
}


.documentation-topics-content > h4 {
	font-size: 28px;
	font-weight: bold;
	color:#242424;
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
}

.documentation-topics-content > h4 .to-top {
	float: right;
	font-size: 18px;
	opacity: 0.7;
}

.documentation-topics-content p a{
    color: #96040f;
    text-decoration: underline;
}
.documentation-topics-content p a:hover{
    text-decoration: none;
}
.single-post-navigation a{
    text-decoration: none;
    color: inherit;
}
.topic-list a{
    text-decoration: none;
    color: inherit;
}


.topic-section {
	margin-bottom: 100px;
	line-height: 1.8;
}

.topic-section li,
.topic-section p {
	line-height: 1.8;
}


.topic-section ol,
.topic-section ul {
	margin-bottom: 30px;
	padding-left: 30px;
}


.topic-section ol li, 
.topic-section ul li {
	margin-bottom: 10px;
}


.topic-section ul ol,
.topic-section ol ul
.topic-section ol ol,
.topic-section ul ul {
	margin: 20px 0 30px 20px!important;
}

.topic-section ul li {
	position: relative;
} 

.topic-section ul li:before {
	content: "\f105";
	color:#96040f;
	opacity: 0.7;
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: -15px;
} 

.topic-section ol li {
	list-style-type: decimal;
} 

.screenshot {
	-webkit-box-shadow: -4px -2px 46px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px -2px 46px -15px rgba(0,0,0,0.75);
	box-shadow: -4px -2px 46px -15px rgba(0,0,0,0.75);
}

#install-woocommerce + .topic-section .screenshot {
	padding: 0;
	border: 0 solid #dadada;
}

/** ------------------------------------------------------------------------------------------------
* bbp-breadcrumb
* ------------------------------------------------------------------------------------------------ */

.bbpress div.bbp-breadcrumb {
	float: none;
	text-align: center;
}

.bbpress div.bbp-breadcrumb a {
	color: white;
}

.bbpress div.bbp-breadcrumb p {
	color: rgba(255,255,255,0.9);
}

#bbpress-forums li.bbp-body ul.forum .bbp-topic-permalink, 
#bbpress-forums li.bbp-body ul.topic .bbp-topic-permalink {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Lato;
	line-height: 1.5;
}

#bbpress-forums .status-closed .bbp-topic-permalink {
	color: #656565;
}

#bbpress-forums .status-closed .bbp-topic-permalink:before {
	color: #6DB98C;
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 10px;
}

#bbpress-forums .status-closed .bbp-topic-freshness .bbp-topic-meta {
	display: none;
}

/** ------------------------------------------------------------------------------------------------
* HEADER
* ------------------------------------------------------------------------------------------------ */

body .main-header .right-column {
	display: none;
}


/** ------------------------------------------------------------------------------------------------
* Home
* ------------------------------------------------------------------------------------------------ */

.mc4wp-form {
	overflow: hidden;
}

.mc4wp-form label {
	color:white;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.mc4wp-form input[type="email"] {
	background-color: transparent;
	border:1px solid #A2A2A2;
	color:white;
	width: 100%;
	max-width: 100%;
}

.mc4wp-form input[type="submit"] {
	float: right;
}

/** ------------------------------------------------------------------------------------------------
* FORM RESET
* ------------------------------------------------------------------------------------------------ */
.xz-reset-password{
    width: 50%;
    margin: auto;
}
/** ------------------------------------------------------------------------------------------------
* FORM REGISTER
* ------------------------------------------------------------------------------------------------ */

.xz-registration-form #loginform,.xz-reset-password {
	border:10px solid #ECECEC; 
	padding:30px 20px 15px 20px;
	margin-bottom: 30px;
}

.xz-registration-form #loginform #rememberme {
	vertical-align: middle;
	margin: 0;
}

.xz-registration-form #loginform .button-primary,
.xz-registration-form #loginform .button-primary:hover,
.xz-reset-password .button-primary,
.xz-reset-password .button-primary:hover {
	border-color: #96040f;
	color: white;
	background-color: #96040f;
	text-decoration: none;
}

.xz-registration-form #loginform .button-primary:hover {
	opacity: 0.8;
}

.xz-where-code:hover{
    text-decoration: underline;
}

.register .lost-password-link {
	display: inline-block;
	color: #3b3b3b;
	margin-left: 20px;
}

.register .lost-password-link:before {
	content:"\f1cd";
	margin-right: 7px;
	font-family: 'FontAwesome';
}

.register .lost-password-link:hover {
	text-decoration: underline;
	opacity: 0.7;
}

.bbp-no-topic .bbp-template-notice,
.bbp-no-reply .bbp-template-notice{
    display: none !important;
}

#bbpress-forums .bbp-breadcrumb + .msgs-list {
  display: none;
}
.msgs-list {
	margin-bottom: 15px;
    clear: inherit;
}

.msgs-list li:before {
    position: absolute;
    top: 50%;
    left: 15px;
    line-height: 18px;
    font-size: 18px;
    margin-top: -9px;
    font-family: "FontAwesome";
}

.msgs-list li {
	background-color: #F1F1F1;
	margin-bottom: 10px !important;
    padding: 20px 20px 20px 45px;
    min-height: 60px;
    line-height: 1.3;
    border: none;
    color: white;
    position: relative;
    border-left: 3px solid transparent;
}

.msgs-list li a{
    text-decoration: underline;
    color: inherit !important;
}

.msgs-list li:last-child {
	margin-bottom: 0px;
}

.msgs-list .alert-error {
    color: #d6af44 !important;
    background-color: #f5f0e4!important;
    border-color: #d6af44;
}

.msgs-list .alert-success {
    color: #639464 !important;
    background-color: #e4f1e4 !important;
    border-color: #639464;
}

.msgs-list .alert-warning {
	color: #d6af44 !important;
	background-color: #f5f0e4!important;
    border-color: #d6af44;
}

.msgs-list .alert-warning:before,
.msgs-list .alert-error:before {
    content: "\f071";
}

.msgs-list .alert-success:before{
    content: "\f00c";
}

/* Woodmart */
#bbpress-forums .bbp-breadcrumb{
	display: none;
}
.doc-img{
	position: relative;
	display: block;
	transition: all 0.2s linear;
}
.doc-img:hover:before{
	opacity: 0.4;
}
.doc-img:hover:after{
	opacity: 1;
}
.doc-img:before{
	transition: all 0.2s linear;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0;
}
.doc-img:after{
	transition: all 0.2s linear;
	content: '\f00e';
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	font-family: FontAwesome;
	color: #fff;
    font-size: 30px;
    opacity: 0
}
.documentation-topics-nav{
    padding-left: 8px;
}
.doc-menu ul li {
	position: relative;
} 

.doc-menu ul li:before {
	content: "\f105";
	color:#96040f;
	opacity: 0.7;
	font-family: 'FontAwesome';
	position: absolute;
    top: 5.5px;
	left: -15px;
} 
body .btn.btn-style-bordered{
    padding: 10px 20px;
}
.documentation-topics-content .topic-section .bbtn-read-more.more-link{
	line-height: 15px;
}

#customer_login{
	margin: 0;
}
form.register{
	border: 10px solid #ECECEC;
	padding: 30px 20px 15px 20px;
	margin-bottom: 30px;
}
form.register .button{
	margin-bottom: 10px;
}
form.register .lost-password-link{
	display: block;
    text-align: center;
    margin: 0;
}
.documentation-topics-nav .color-primary{
	font-weight: 700;
}
.main-page-wrapper{
    background-color: #fdfdfd;	
}
.documentation-topics-content > .topic-section{
	padding: 45px;	
	-webkit-box-shadow: -9px -9px 119px -21px rgba(0,0,0,0.09);
	-moz-box-shadow: -9px -9px 119px -21px rgba(0,0,0,0.09);
	box-shadow: -9px -9px 119px -21px rgba(0,0,0,0.09);
}
.mc4wp-form > div{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.mc4wp-form > div p:first-child {
	max-width: 100%;
	width: 100%;
	margin: 0;
}
.mc4wp-form input[type="email"]{
	margin-bottom: 10px;
}
.mc4wp-form label{
	display: block;
	text-align: left;
}
.title-size-default .entry-title, .title-size-default h1{
	font-size: 48px;
	font-weight: 400;
	font-family: Lato;
	margin-bottom: 7px;
	text-transform: uppercase;
}
div.bbp-breadcrumb .bbp-breadcrumb-sep{
	color: #9E9E9E;
}
.bbpress .site-content div.bbp-breadcrumb a {
    color: #9E9E9E !important; 
}
div.bbp-breadcrumb:after{
	display: none;
}
.woodmart-twitter-element .twitter-post{
    margin-left: 36px;
}
.woodmart-twitter-element .twitter-post:before{
    content: "\f099";
    font-size: 26px;
    line-height: 26px;
    display: block;
    margin-bottom: 15px;
    margin-left: -34px;
	margin-right: 15px;
    font-family: 'FontAwesome';
    opacity: 0.4;
}
.no-bs .screenshot{
	box-shadow: none;
}
@media only screen and (max-width: 1024px){
	.title-size-default .entry-title, .title-size-default h1{
		font-size: 36px !important;
	}
}
@media only screen and (max-width: 991px){
	#bbpress-forums .bbp-search-form #bbp_search_submit{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.documentation-topics-content > .topic-section{
		padding: 15px;
	}
	.doc-head h1{
		font-size: 30px;
	}
	.doc-btns a{
		margin: 5px;
	}
}

/**
* ------------------------------------------------------------------------------------------------
*  AJAX Search
* ------------------------------------------------------------------------------------------------
*/

.xdocs-results {
    position: absolute;
    width: 450px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffff;
    z-index: 20;
    text-align: left;
}

.xdocs-results a, .xdocs-results a:hover, .xdocs-results a:focus {
    color: #000;
}

.autocomplete-suggestion{
    padding: 0;
}

.xdocs-result{
    display:block;
    padding: 15px;
}

form.xdocs-loading {position:relative;}
form.xdocs-loading:before{
content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgba(255,255,255,.4);
    border-left-color: #fff;
    border-radius: 50%;
    position: absolute;
    margin-left: -9px;
    margin-top: -9px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
		top: 50%;
		right: 10px;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear;
}

form#xdocs-searchform {
    margin-top: 20px;
    position: relative;
    max-width: 450px;
    margin: 20px auto 0 auto;
}

@-webkit-keyframes wd-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes wd-rotate {
  100% {
    -webkit-transform: rotate(360deg);
			transform: rotate(360deg); } }

/* Download plugins */

.download-plugins img {
	width: 30px;
	margin-right: 10px;
}

.download-plugins li {
	margin-bottom: 10px !important;
	display: inline-block;
  margin-right: 15px !important;
}

.download-plugins li a{
   font-weight: 600;
}

.download-plugins li a:hover{
   color: #96040f;
}
