/***********************************
############## LOGIN ###############
***********************************/
.login {
    background: #f3f3f3;
}

.login .trigger_ajax {
    display: block;
}

.login_box {
    text-align: center;
    margin: 8% auto;
}

.login_logo {
    width: 120px;
    max-width: 80%;
}

.login_form {
    text-align: left;
    display: block;
    width: 400px;
    max-width: 90%;
    margin: 25px auto;
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 5px 0 #ccc;
}

.login_link {
    font-size: 0.8em;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 300;
}

.login_link a {
    color: #555;
    text-decoration: none;
}

.login_link a:hover {
    text-decoration: underline;
}

/***********************************
############ DASHBOARD #############
***********************************/
.dashboard_main {
    width: 100%;
    height: 100%;
    background: #f3f3f3;
}

.dashboard {
    float: left;
    width: 100%;
}

.dashboard_fix {
    margin-left: 220px;
}

.dashboard_nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 100%;
    min-height: 100%;
    background: #2E4051;
}

.dashboard_nav_admin {
    padding: 20px;
    background: #1A242E;
    text-align: center;
    color: #ccc;
}

.dashboard_nav_admin_thumb {
    padding: 3px;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

.dashboard_nav_admin a {
    color: #ccc;
    text-decoration: none;
}

.dashboard_nav_admin a:hover {
    color: #fff;
    text-decoration: underline;
}

.dashboard_nav_menu {
    float: left;
    width: 100%;
    font-size: 0.875em;
    font-weight: 600;
    background: #2E4051;
    padding-bottom: 10px;
}

.dashboard_nav_menu_li {
    float: left;
    width: 100%;
    position: relative;
}

.dashboard_nav_menu_li>a {
    float: left;
    width: 100%;
    color: #ccc;
    text-decoration: none;
    padding: 12px 25px;
    border-top: 1px solid #263644;
}

.dashboard_nav_menu_li:hover,
.dashboard_nav_menu_li a:hover,
.dashboard_nav_menu_active>a {
    background-color: #263644;
    color: #fff;
}

.dashboard_nav_menu_active>a:after {
    content: "«";
    float: right;
}

.dashboard_nav_menu_sub {
    display: none;
    float: left;
    width: 100%;
    left: 100%;
    position: absolute;
    background: #263644;
    z-index: 99;
}

.dashboard_nav_menu_li:hover .dashboard_nav_menu_sub {
    display: block;
}

.dashboard_nav_menu_sub_li,
.dashboard_nav_menu_sub_li a {
    float: left;
    width: 100%;
    color: #ccc;
    text-decoration: none;
    color: #ccc;
    font-weight: 400;
}

.dashboard_nav_menu_sub_li a {
    padding: 10px;
}

.dashboard_nav_menu_active .dashboard_nav_menu_sub {
    display: block;
    position: relative;
    left: 0;
}

.dashboard_nav_menu_active .dashboard_nav_menu_sub_li a {
    padding: 10px 15px 10px 35px;
    background: #1A242E;
    border-top: 1px dotted #263644;
}


.dashboard_sidebar {
    float: left;
    width: 100%;
    padding: 20px 25px;
    font-size: 0.875em;
    color: #555;
}

.dashboard_sidebar_right {
    text-align: right;
}

.dashboard_header {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 25px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    color: #555;
}

.dashboard_header_title {
    display: inline-block;
}

.dashboard_header h1 {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 5px;
}

.dashboard_header_breadcrumbs {
    font-size: 0.875em;
}

.dashboard_header_breadcrumbs .crumb {
    margin: 0 5px;
    display: inline-block;
}

.dashboard_header_breadcrumbs a {
    font-weight: 600;
    color: #555;
    text-decoration: none;
}

.dashboard_header_breadcrumbs a:hover {
    text-decoration: underline;
}

.dashboard_header_search {
    float: right;
    width: auto;
    max-width: 100%;
    text-align: right;
    width: 350px;
    margin-top: 15px;
}

.dashboard_header_search input {
    margin-right: 10px;
    width: 70%;
    padding: 5px;
}

.dashboard_header_search .btn {
    display: inline-block;
}

.dashboard_content {
    float: left;
    width: 100%;
    padding: 20px 25px;
}

.dashboard_onlinenow p {
    font-size: 2.2em;
    text-align: center;
    margin-bottom: 7px;
}

.dashboard_onlinenow a {
    text-align: center;
    padding: 10px;
    font-size: 0.8em;
    text-decoration: none;
    display: block;
    background: #eee;
    color: #008068;
    font-weight: 400;
}

.dashboard_onlinenow a:hover {
    background: #00B494;
    color: #fff;
}

.dashboard_stats p {
    display: inline-block;
    width: 33%;
    text-align: center;
    vertical-align: top;
    font-size: 1.3em;
}

.dashboard_stats span {
    display: block;
    font-size: 0.6em;
}

.dashboard_stats h3 {
    display: block;
    margin-top: 10px;
    padding: 10px;
    background: #eee;
    text-align: center;
    color: #888;
    font-size: 0.8em;
    font-weight: 300;
    text-transform: uppercase;
}

.dashboard_onlinenow b,
.dashboard_stats b {
    font-weight: 300;
}

.dashboard_mostviews article {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.dashboard_mostviews article img {
    float: left;
    width: 30%;
    border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    box-shadow: 1px 1px 1px 1px #ccc;
}

.dashboard_mostviews article a {
    color: #096397;
    text-decoration: none;
}

.dashboard_mostviews article a:hover {
    text-decoration: underline;
}

.dashboard_mostviews article .info {
    padding-left: 20px;
    float: right;
    width: 70%;
}

.dashboard_mostviews article h1 {
    margin-top: 5px;
    font-size: 1em;
    font-weight: 400;
}

.dashboard_comments article {
    float: left;
    width: 100%;
    margin: 13px 0;
}

.dashboard_comments article .thumb {
    float: left;
    width: 20%;
    padding-right: 20px;
}

.dashboard_comments article img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.dashboard_comments article .comment {
    padding-top: 5px;
    float: right;
    width: 80%;
}

.dashboard_comments article h1 {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 6px;
    color: #888;
}

.dashboard_comments article h1 a {
    font-size: 1.2em;
}

.dashboard_comments article p {
    color: #888;
}

.dashboard_comments article a {
    color: #008068;
    text-decoration: none;
}

.dashboard_comments article a:hover {
    text-decoration: underline;
}

.dashboard_comments .pending a {
    color: #CC8D41;
}

.dashboard_search article {
    display: block;
    width: 100%;
}

.dashboard_search article:nth-of-type(2n+0) {
    background: #eee;
}

.dashboard_search article p,
.dashboard_search article h1 {
    font-size: 0.9em;
    display: inline-block;
    width: 25%;
    margin-right: -4px;
    padding: 10px;
    vertical-align: middle;
    font-weight: 400;
    text-align: center;
}

.dashboard_search article h1 {
    text-align: left;
}

.dashboard_search article a {
    color: #CC8D41;
    text-decoration: none;
}

.dashboard_search article a:hover {
    text-decoration: underline;
}

.dashboard_searchnowlink {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #eee;
    color: #CC8D41;
    font-weight: 600;
    text-decoration: none;
}

.dashboard_searchnowlink:hover {
    text-decoration: underline;
}

.dashboard_orders .order {
    padding: 16px 0;
    border-bottom: 1px solid #f2f2f2;
}

.dashboard_orders a {
    font-weight: bold;
    color: #008068;
    text-decoration: none;
}

.dashboard_orders a:hover {
    text-decoration: underline;
}

.dashboard_orders .order span {
    display: inline-block;
    width: 26.666666667%;
    text-align: center;
    font-weight: 400;
}

.dashboard_orders .order span:first-of-type {
    text-align: left;
    width: 20%;
}



/***********************************
############ SEAECH NOW ############
***********************************/


/***********************************
############ ONLINE NOW ############
***********************************/

.single_onlinenow {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;
}

.single_onlinenow p {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    width: 14%;
    font-size: 0.875em;
}

.single_onlinenow p:first-child {
    width: 8%;
}

.single_onlinenow p:last-child {
    width: 50%;
}

.single_onlinenow:nth-of-type(2n+0) {
    background: #eee;
}

.single_onlinenow a {
    color: #00B494;
    text-decoration: none;
    font-weight: 600;
}

.single_onlinenow a:hover {
    text-decoration: underline;
}

/***********************************
####### MODAL INSERT UPLOAD ########
***********************************/
.workcontrol_imageupload {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 89;
    box-shadow: 0 0 3px 0 #000;
    background: rgba(0, 0, 0, 0.5);
}

.workcontrol_imageupload_content {
    margin: 5% auto;
    max-width: 100%;
    overflow: auto;
    background: #fff;
    width: 500px;
}

.workcontrol_imageupload_actions {
    padding: 20px;
    background: #fff;
}

.workcontrol_imageupload input {
    margin: 0 0 15px 0;
}

/***********************************
############ PAGINATOR #############
***********************************/
.paginator {
    float: left;
    width: 100%;
    padding: 20px 0 10px 0;
    text-align: center;
}

.paginator li {
    display: inline;
    margin: 0 5px;
}

.paginator .active,
.paginator li a {
    padding: 5px 10px;
    background: #0E96E5;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 1px 1px #22526A;
    font-size: 0.875em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.paginator li a:hover {
    background: #096397;
}

.paginator .active {
    background: #00B494;
    text-shadow: 1px 1px #008068;
}

/***********************************
########### POST SINGLE ############
***********************************/
.post_single_cover {
    position: relative;
}

.post_single_status {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 0.7em;
    text-transform: uppercase;
}

.post_single_status .btn {
    margin-right: 5px;
}

.post_single_cat {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 0.6em;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}

.post_single_cat span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}

.post_single_status .btn {
    cursor: default;
}

.post_single .title {
    font-weight: 400;
    margin-bottom: 8px;
    margin-bottom: 20px;
    font-size: 1em;
}

.post_single a {
    margin-right: 5px !important;
}

.post_thumb {
    border-bottom: 1px solid #ccc;
}

.post_create_categories {
    padding: 15px 15px;
    height: 174px;
    overflow: auto;
    background: #fbfbfb;
}

.post_create_ses {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px 0 5px 0;
    color: #ccc;
}

.post_create_ses:after {
    content: ":"
}

.post_create_cat {
    padding: 0 5px;
    border-top: 3px solid #fbfbfb;
    background: #eee;
    font-size: 0.875em;
}

.post_create_cat input {
    margin-top: -1px;
}

.post_create_cat label {
    width: 100%;
}

.post_create_cover {
    position: relative;
}

.post_create_cover .upload_progress {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px;
    max-width: 100%;
    font-size: 0.9em;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: #00B594;
}

/***********************************
########### PAGE SINGLE ############
***********************************/
.page_single .title {
    display: block;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    background: #00B494;
    color: #fff;
    font-weight: 600;
}

.page_single p {
    margin: 10px 0 20px 0;
}

/***********************************
############ CATEGORIAS ############
***********************************/
.single_category header,
.single_category .box_content {
    padding: 20px;
}

.single_category_actions {
    font-size: 0.875em;
}

.single_category_actions .btn {
    margin-right: 5px !important;
}

.single_category header h1 {
    font-size: 1.5em;
    font-weight: 300;
}

.single_category header .tagline {
    font-size: 0.8em;
    margin: 10px 0 20px 0;
    color: #555;
}

.single_category_sub {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.single_category_sub h1 {
    font-size: 1.3em;
    font-weight: 300;
}

.single_category_sub .tagline {
    font-size: 0.8em;
    margin: 10px 0 20px 0;
    color: #555;
}

/***********************************
############ PRODUTOS ##############
***********************************/
.single_pdt img {
    border-top: 3px solid #00B494;
}

.single_pdt.inactive img {
    border-color: #C54550;
}

.single_pdt.outsale img {
    border-color: #CC8D41;
}

.single_pdt h1 {
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 6px;
}

.single_pdt .tagline {
    font-size: 1.6em;
    font-weight: 600;
    color: #008068;
}

.single_pdt .offer {
    font-size: 0.6em;
    color: #888;
    display: block;
    margin-bottom: -2px;
}

.single_pdt strike {
    color: #C54550;
}

.single_pdt .btn {
    font-size: 0.8em;
}

.single_pdt_info {
    display: block;
    margin: 10px 0 20px 0;
}

.single_pdt_info p {
    font-size: 0.7em;
    text-transform: uppercase;
    background: #f5f5f5;
    padding: 5px;
    border-bottom: 2px solid #fff;
}

.single_pdt_info a {
    color: #00B494;
    text-decoration: none;
}

.single_pdt_info a:hover {
    color: #008068;
}

.pdt_images {
    padding: 2.5% 0 0 0;
    max-height: 136px;
    overflow: auto;
}

.pdt_images img {
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    background: #f5f5f5;
    cursor: pointer;
}

.pdt_images img:nth-of-type(5n+0) {
    margin-right: 0;
}

.product_category .btn {
    font-size: 0.7em;
}

.product_category header {
    padding: 20px;
}

.product_category header h1 {
    font-size: 1.5em;
    font-weight: 300;
    margin-right: 10px;
    display: inline-block;
}

.product_category header h1 span {
    font-size: 0.5em;
    text-transform: uppercase;
    color: #555;
}

.product_subcategory {
    padding: 20px;
    background: #fff;
    border-bottom: 1px dotted #ccc;
}

.product_subcategory h1 {
    font-size: 1em;
    font-weight: 300;
    margin-right: 10px;
    display: inline-block;
}

.product_subcategory h1 span {
    font-size: 0.6em;
    color: #555;
    text-transform: uppercase;
}

.product_brand h1 {
    font-size: 1.5em;
    font-weight: 300;
    color: #333;
    display: inline-block;
    margin-right: 10px;
}

.product_brand h1 span {
    font-size: 0.5em;
    text-transform: uppercase;
}

.product_brand .btn {
    font-size: 0.7em;
}

.product_coupon .box_content {
    border-top: 5px solid #ccc;
}

.product_coupon.active .box_content {
    border-top: 5px solid #00B594;
}

.product_coupon header {
    display: block;
    margin-bottom: 20px;
}

.product_coupon header h1 {
    padding: 20px 0;
    background: #f2f2f2;
    font-weight: 300;
    color: #00B594;
    font-size: 2em;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}

.product_coupon header h1 span {
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: #888;
}

.product_coupon p {
    display: block;
    padding: 10px 5px;
    border-bottom: 1px solid #f2f2f2;
}


/***********************************
############# PEDIDOS ##############
***********************************/
.single_order {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.single_order .order {
    text-decoration: none;
    color: #00B494;
}

.single_order a {
    color: #0E96E5;
}

.single_order a:hover {
    text-decoration: none;
}

.single_order .box_content {
    float: left;
    width: 100%;
    padding: 10px;

}

.single_order:nth-child(2n+0) .box_content {
    background: #EBEBEB;
}

.single_order .coll {
    display: inline-block;
    min-width: 100px;
    width: 16%;
    padding: 10px;
    vertical-align: top;
    margin-right: -4px;
    text-align: center;
}

.single_order .coll_r {
    width: 10%;
}

.single_order .coll b {
    color: #555;
}

/***********************************
############ COMMENTS ##############
***********************************/
.single_comment {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.single_comment .comm_thumb {
    float: left;
    width: 10%;
    padding-right: 20px;
}

.single_comment .comm_thumb img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.single_comment .comm_content {
    float: right;
    width: 90%;
    padding: 20px;
    background: #fff;
    border-top: 3px solid #00B494;
}

.single_comment.pending .comm_content {
    border-top: 3px solid #CC8D41;
}

.single_comment .htmlchars {
    display: block;
    margin: 20px 0;
}

.single_comment a {
    text-decoration: none;
}

.single_comment a:hover {
    text-decoration: underline;
}

.single_comment .comm_actions a {
    margin: 0 5px;
}

.single_comment .comm_actions span {
    margin: 0 5px;
}

.single_comment header h1 {
    font-size: 1.4em;
    font-weight: 600;
}

.single_comment header h1 a {
    color: #008068;
}

.single_comment header p {
    font-size: 0.875em;
}

.single_comment header p a {
    color: #C54550;
}

.single_comment .comm_actions {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #999;
}

.single_response {
    border-top: 1px dotted #ccc;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
}

.single_response .comm_content {
    border-top: none !important;
    padding: 0;
}

.single_comment .comm_likes {
    display: block;
    width: 100%;
    background: #eee;
    padding: 10px;
    font-size: 0.7em;
    text-transform: uppercase;
    color: #ccc;
    margin-top: 15px;
}

.single_comment .comm_likes:before {
    color: #C54550;
}

.single_comment .comm_likes a {
    color: #7eb1bc;
}

.single_comment form {
    margin: 20px 0 0 0;
    display: none;
}

.single_comment form button,
.single_comment form span,
.single_comment form img {
    float: right;
    margin-top: 10px;
}

.single_comment form img {
    margin-top: 13px;
}

.single_comment form span {
    margin-right: 15px;
}

.single_comment.ajax_response {
    display: none;
}

/***********************************
############ USUÁRIOS ##############
***********************************/
.single_user .box_content {
    padding: 25px;
}

.single_user h1 {
    font-size: 1.3em;
    font-weight: 300;
}

.single_user img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    margin-bottom: 15px;
    max-width: 70%;
}

.single_user .nivel {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #888;
}

.single_user .info {
    font-size: 0.875em;
}

.single_user a {
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #00B494;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
}

.single_user a:hover {
    text-decoration: underline;
}

.single_user_addr,
.single_user_order {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.single_user_addr:last-of-type,
.single_user_order:last-of-type {
    border: none;
    margin: 0;
    padding: 0;
}

.single_user_addr h1,
.single_user_order h1 {
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 6px;
}

.single_user_addr p,
.single_user_order p {
    font-size: 0.875em;
    color: #555;
}

.single_user_addr_actions {
    font-size: 0.7em;
    margin-top: 10px;
}

.single_user_addr_actions .btn {
    display: inline-block;
    margin-right: 5px !important;
}

.single_user_order a {
    color: #008068;
    margin-top: 8px;
    display: block;
    font-weight: 500;
    font-size: 0.875em;
    text-decoration: none;
    text-transform: uppercase;
}

.single_user_order a:hover {
    text-decoration: underline;
}

.single_order_userdata {
    display: block;
    padding: 5px 10px;
    background: #f5f5f5;
    margin-bottom: 3px;
}

.single_order_userdata a {
    color: #00B494;
    float: right;
    text-decoration: none;
    padding: 3px;
    background: #fff;
}

.single_order_userdata a:hover {
    color: #008068;
}

.single_order_items {
    display: block;
    width: 100%;
    background: #fbfbfb;
}

.single_order_items_item {
    display: block;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
}

.single_order_items_item p {
    display: inline-block;
    width: 25%;
    margin-right: -4px;
    text-align: right;
}

.single_order_items_item p:first-child {
    width: 50%;
    text-align: left;
}

.single_order_items_item a {
    color: #008068;
    font-weight: 400;
    text-decoration: none;
}

.single_order_items_item a:hover {
    text-decoration: underline;
}

.single_order_items_item.total {
    background: #ccc;
    font-size: 1em;
}

.single_order_traking a {
    color: #008068;
    text-decoration: none;
    font-weight: 400;
}

.single_order_traking a:hover {
    text-decoration: underline;
}

/***********************************
############### SLIDE ##############
***********************************/

.slide_single h1 a {
    color: #00B494;
    font-size: 1.3em;
    text-decoration: none;
}

.slide_single h1 a:hover {
    text-decoration: underline;
}

/***********************************
############### IMOBI ##############
***********************************/

.imobi_single .info {
    font-size: 0.8em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.imobi_single h1 {
    font-size: 1.1em;
    color: #008068;
    margin: 0 0 10px 0;
}

.imobi_single .resume {
    font-size: 0.8em;
    margin-bottom: 10px;
}

.imobi_single .wc_imobi_tag {
    display: inline-block !important;
    font-size: 0.65em;
    text-transform: uppercase;
    width: 50%;
}


/***********************************
############ CONFIGURAÇÕES ##############
***********************************/
.box_conf form {
    display: inline-block;
    width: 49%;
}

.box_conf form:nth-child(2n+0) {
    margin-left: 2%;
}

/***********************************
############ CONFIGURAÇÕES ##############
***********************************/
.workcontrol_upload {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    vertical-align: middle;
    display: none;
}

.workcontrol_upload_bar {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 20%;
}

.workcontrol_upload_bar span {
    display: inline-block;
    vertical-align: middle;
    font-size: 3em;
    color: #fff;
    font-weight: 300;
}

.workcontrol_upload_bar p {
    display: block;
    margin: 0;
    font-size: 0.8em;
    color: #ccc;
    text-transform: uppercase;
}