/*
 Theme Name:   Support Desk Child
 Theme URI:    http://scriptics.ro/
 Description:  Support Desk Child Theme
 Author:       Scriptics.ro
 Author URI:   http://scriptics.ro/
 Template:     supportdesk
 Version:      1.0.0
 Text Domain:  supportdesk-child
*/

.hidden {
    display: none !important;
    visibility: hidden !important;
}
.block{
    display: block !important;
}

.home #page-header{
    padding: 0;
    margin-bottom: 0;
}

.tax-st_kb_category .column{
    max-width: 200px;
    width: 100%;
}


.home #page-header .ht-container h1{
    padding: 90px 0 30px;
    color: #ffffff;
    font-size: 50px;
    font-weight: 100;
    line-height: 55px;
}
.home #page-header .ht-container #live-search{
    padding: 20px 0;
    margin: 0;
}
.home #page-header .ht-container .sub-head-hac{
    padding: 20px 0 40px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
    line-height: 20px;
    margin: 0 auto;
    text-decoration: none;
}

.home #page-header .ht-container .sub-head-hac a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.home #page-header .ht-container .sub-head-hac a:hover{
    color: #00a0e3;
}



.dark-hac{
    background-color: #000;
    padding: 0;
    width: 100%;
    display: block;
    margin-top: -16px;
}
.dark-hac:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.dark-hac .menu-trigger{
    display: none;
}
.dark-hac .nav-sub-hac{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.dark-hac .nav-sub-hac li{
    width: 25%;
    display: inline-block;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    float: left;
}
.dark-hac .nav-sub-hac li a {
    color: #fff;
    display: block;
    font-weight: 100;
    height: 100%;
    opacity: 1;
    width: 100%;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.dark-hac .nav-sub-hac li a:hover {
    /*opacity: 0.75;*/
    background-color: #00a0e3;
}

/* faq-page template*/
.faq-list, .st_faq.type-st_faq{
    float:left;
    width: 25%;
    padding: 20px;
    text-align: center;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.faq-list .img-faq, .st_faq.type-st_faq .img-faq{
    height:70%;
}

#homepage-widgets .st_faq_articles_widget  .widget-title:after,
.st_faq_articles_widget:after,
#homepage-widgets .st_kb_articles_widget  .widget-title:after,
.st_kb_articles_widget:after{
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.row .col-half.st_faq_articles_widget,
.row-fixed .col-half.st_faq_articles_widget,
.row-adaptive .col-half.st_faq_articles_widget,
.row .col-half.st_kb_articles_widget,
.row-fixed .col-half.st_kb_articles_widget,
.row-adaptive .col-half.st_kb_articles_widget  {
    width: 100%;
    padding: 0;
    margin: 0;
}
#homepage-widgets .st_faq_articles_widget .widget-title,
#homepage-widgets .st_kb_articles_widget .widget-title {
    border: 0;
    text-align: center;
    margin: 0;
}
#homepage-widgets .st_faq_articles_widget  .widget-title span,
#homepage-widgets .st_kb_articles_widget  .widget-title span{
    font-size: 28px;
    font-weight: 100;
    padding: 20px 0;
    text-transform: none;
    margin: 0;
    bottom: 0;
    display: block;
    line-height: 1.1;
}
.st_faq_articles_widget,
.st_kb_articles_widget{
    margin-bottom: 0;
    width: 100%;
    display: block;
}
.st_faq_articles_widget ul,
.st_kb_articles_widget ul{
    margin-bottom: 10px;
    margin-top: 0;
    display: block;
    width: 100%;
}

.st_faq_articles_widget li,
.st_kb_articles_widget li {
    border-bottom: 0 none;
    display: block;
    position: relative;
    vertical-align: middle;
    border-bottom: 0;
    text-align: center;
    float: left;
    padding: 0 10px 0 0;
    width: 20%;
    box-sizing: border-box;
}
.st_faq_articles_widget li:last-child,
.st_kb_articles_widget li:last-child{
    padding-right: 0;
}
.st_faq_articles_widget li a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 300;
    height: 170px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.8);
    width: 100%;
    padding: 26px 15px 15px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.st_faq_articles_widget li a:hover{
    background-color: #00a0e3;
}
.st_kb_articles_widget ul li,
#homepage-widgets .st_kb_articles_widget ul li{
    background-image: none;
    padding: 0 5px 0 5px;
}
.st_kb_articles_widget ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 300;
    height: 150px;
    box-sizing: border-box;
    border: 3px solid #fff;
    /*background: rgba(0,0,0,0.8);*/
    width: 100%;
    /*padding: 44px 15px;*/
    padding: 26px 15px 15px;
    text-transform: uppercase;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.st_kb_articles_widget ul li a:hover{
    border: 3px solid #cccccc;
}
.st_kb_articles_widget{
    margin-bottom: 0 !important;
}

#page-header {
    margin:0;
}
#footer #footer-widgets{
    background: #333;
    color: #fff !important;
}
#footer .widget_recent_entries li a, #footer .widget_recent_comments li a, #footer .widget_meta li a, #footer .widget_nav_menu li a, #footer .widget_pages li a, #footer .widget_categories li a, #footer .widget_archive li a, #footer .st_kb_articles_widget a, #footer .st_kb_categories_widget a, #footer #footer-widgets a{
    color: #fff !important;
}
#footer .widget_nav_menu li a {
    color: #ccc !important;
    text-decoration: none;
}
#footer ul li a:hover {
    color: #ac3322 !important;
    text-decoration: none;
}
#footer .widget-title span {
    background: transparent;
}
#footer .widget-title {
    color: #fff;
}
#footer-bottom{
    background: #fff;
}
#footer-bottom a.logo img {
    display: block;
    margin: 0 auto;
}
#flags_language_selector{
    text-align: center;
    height: 20px;
    display: none;
}
#flags_language_selector img{
    margin: 0 3px;
    border:1px solid #333;
}
.copy-foot-nav-wrap .foot-bot-nav {
    margin: 0 10px;
}
.right_footer{
    float:right;
    text-align: right;
    width:50%;
}
.right_footer a{
    color: #888;
    font-size: 10px;
    font-weight: 600;
}

.page-template-template-front-page-php #homepage-content {
    margin-bottom: 40px;
}

#footer #footer-bottom p {
    color: #888;
    font-size: 12px;
    font-weight: 300;
    margin: 10px 0;
    text-align: center;
}
#footer #footer-bottom a {
    color: #888;
    font-weight: 600;
}

/*Contact form style*/
div#wpcf7-f582-o1, div#wpcf7-f490-o1 {
    width: 100%;
}
div#wpcf7-f582-o1 form, div#wpcf7-f490-o1 form{
    width: 100%;
    max-width: 1000px;
}
div#wpcf7-f582-o1 form .label, div#wpcf7-f490-o1 form .label{
    width: 135px;
    float:left;
}
div#wpcf7-f582-o1 .wpcf7-select, div#wpcf7-f490-o1 .wpcf7-select {
    width: 50%;
}
.sep {
    display: block;
    float:left;
    content: ' ';
    font-size: 0;
    line-height: 0;
    box-sizing: content-box;
    width: 100%;
    height: 2px;
    background-color: #b5b1ad;
    margin-bottom: 14px;
}
.problema, .detalii-produs, .date-client{
    width: 100%;
    float:left;
}
.problema p{
    width: 50%;
    float:left;
}
.detalii-produs p{
    width:50%;
    float:left;
}
.date-client p{
    width: 33%;
    float:left;
}
div#wpcf7-f582-o1 form .date-client .label, div#wpcf7-f490-o1 form .date-client .label{
    width: 70px;
}
.date-client input.wpcf7-form-control{
    width: 60%;
}
.otrs-form{
    height: 920px;
}
input.wpcf7-form-control {
    width: 50%;
}
.trimite{
    float: left;
    width: 200px;
}
.otrs-form div.wpcf7-validation-errors{
    margin-top: 0;
    float: left;
}

.archive.category .entry-title a {
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
}
.post {
    margin: 0 0 25px;
    padding: 0;
}
.archive .ht-container .entry-title {
    line-height: 20px;
    margin-top: 0;
}
.animate-slow {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


@media (max-width: 900px) {
    #homepage-widgets .st_kb_articles_widget,
    .st_faq_articles_widget{
        text-align: center;
    }
    #homepage-widgets .st_kb_articles_widget li,
    .st_faq_articles_widget li{
        width: 33.333%;
    }
    #homepage-widgets .st_kb_articles_widget li:nth-child(n+4),
    .st_faq_articles_widget li:nth-child(n+4){
        float: none;
        display:inline-block;
        margin-top: 10px;
    }

}
@media (max-width: 700px) {
    #flags_language_selector{
        display: block;
        padding: 10px 0 20px 0;
    }
    #live-search input{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .dark-hac .menu-trigger{
        display: block;
        border: 1px solid #ffffff;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        padding: 12px 2em 12px 18px;
        width: 100%;
        box-sizing: border-box;
        position: relative;
    }
    .dark-hac .menu-trigger::before {
        color: #ffffff;
        content: "▼";
        position: absolute;
        right: 6%;
    }
    .hide{  display:none;   }
    .show{  display:block;  }
    .dark-hac {
        background-color:#2797e8;
        padding: 9px 15px;
        width: 100%;
        box-sizing: border-box;
        position: relative;
    }

    .dark-hac .nav-sub-hac{
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #2797e8;
        z-index: 99;
        padding: 0 15px 20px 15px;
        box-sizing: border-box;
        display: none;
    }

    .dark-hac .nav-sub-hac li {
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        width: 100%;
        height: 20px;
        padding: 0 3%;
        box-sizing: border-box;
    }
    .dark-hac .nav-sub-hac li a{
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        width: 100%;
        height: 20px;
        text-align: left;
        clear: both;
        padding: 0 18px;
        box-sizing: border-box;
    }
    .dark-hac .nav-sub-hac li a:hover{
        background-color: #2797e8;
    }
    .dark-hac .active .nav-sub-hac{
        display: block;
    }
   .active_no .nav-sub-hac{
        display: none;
    }
    .st_kb_articles_widget ul{
        background-color: #f4f4f4;
        width: 106%;
        margin-left: -3%;
    }
    .st_kb_articles_widget ul li{
        width: 96% !important;
        float: none;
        margin-bottom: 5px !important;
        display: table !important;
        padding: 15px;
        margin-top: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .st_kb_articles_widget ul li a{
        background: #fff;
        height: 144px;
        display: table-cell;
        position: static;
        transform: none;
        vertical-align: middle;
        font-weight: 600;
        font-size: 13px;
    }
    .st_faq_articles_widget li{
        clear: both !important;
        float: none !important;
        margin: 0 auto 10px auto !important;
        padding-right: 0 !important;
        display: table !important;
        width: 200px !important;
    }
    .st_faq_articles_widget li a{
        display: table-cell;
        position: static;
        transform: none;
        vertical-align: middle;
        padding: 15px;
        width: 170px;
    }

    div#wpcf7-f582-o1 input, div#wpcf7-f490-o1 input {
        width: 100%;
    }
    .problema p, .detalii-produs p, .date-client p{
        width: 100%;
    }
    .otrs-form {
        height: 1070px;
        font-size: 14px;
        line-height: 24px;
    }
    .otrs-form h1{
        font-size: 1.5em;
    }
    div#wpcf7-f582-o1 form .label, div#wpcf7-f490-o1 form .label {
        width: 25%;
    }
    div#wpcf7-f582-o1 input, div#wpcf7-f490-o1 input, div#wpcf7-f582-o1 .wpcf7-select, div#wpcf7-f490-o1 .wpcf7-select {
        width: 75%;
        max-width: 273px;
    }
    .otrs-form input[type="text"], .otrs-form select, .otrs-form input[type="email"], .otrs-form input[type="tel"]{
        margin-bottom: 0;
        padding: 4px 8px;
    }
    .otrs-form div.wpcf7-validation-errors{
        margin-top: 0;
    }
    .archive  .entry-title a{
        line-height: 1.2;
    }

    #primary-nav-mobile .menu-toggle {
        background: #242526;
        position: relative;
        padding: 30px;
        outline: none;
        float:right;
        z-index: 9999;
        width: 100%;
        margin-bottom: 25px;
    }

    #primary-nav-mobile .menu-toggle:before {
        border-bottom: 2px solid #FFFFFF;
        border-top: 7px double #FFFFFF;
        content: "";
        height: 3px;
        position: absolute;
        right: 20px;
        top: 40%;
        width: 18px;
    }


}
@media (max-width: 400px) {
    div#wpcf7-f582-o1 form .label, div#wpcf7-f490-o1 form .label {
        width: 100%;
    }
    div#wpcf7-f582-o1 .wpcf7-select, div#wpcf7-f490-o1 .wpcf7-select {
        width: 100%;
    }
    div#wpcf7-f582-o1 input, div#wpcf7-f490-o1 input, div#wpcf7-f582-o1 .wpcf7-select, div#wpcf7-f490-o1 .wpcf7-select {
        width: 100%;
        max-width: none;
    }
    .otrs-form {
        height: 1255px;
        padding-left: 10px;
        padding-right: 10px;
    }

}

div.wpcf7-mail-sent-ok {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.kb-category-list h3, .kb-category-list h3 a {
    color: grey;
}
.kb-category-list h3 {
    font-size: 24px;
    letter-spacing: -0.6px;
    font-weight: bold;
    border-bottom: 1px solid #18A0DE;
    line-height: 100%;
    padding: 18px 0 18px 0;
    margin: 0!important;
}
.kb-category-list h3 a {
    color: grey;
    font-size: 18px;
    font-weight: 700;
    font-family: "Raleway",sans-serif;
}
.kb-category-list h3 p {
    font-size: 14px;
    padding: 0 0 0 51px;
    color: grey;
    margin: 1px auto;
    font-weight: 600;
    font-family: "Raleway",sans-serif;
}
.kb-category-list h3 img {
    padding-right: 13px;
    float: left;
    margin-top: 9px;
}

.ht-container{
    padding:2% 3%;
}
.ht-container .nav-sub-hac .active  {
    height: 100px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#footer-bottom .ht-container{
    overflow: hidden;
}
.dark-hac .ht-container{
    padding:0;
    height:80px;
}

.dark-hac .ht-container p{
    margin:0;
}

#primary-nav ul a{
    height: auto;
}

/* Nu este metoda recomandata, normal se poate scoate din tema, schimband din theme option,
dar asta ar insemna sa se modifice si structura div-ului principal iar multe stilizari pe multe pagini
 sunt facute direct pe structura ce include slider.
Hide the sidebar.
 */
.search #sidebar{
    display: none;
}
.search #page-header h1{
    color: #000;
}
.search #page-header {
    background: none;
}

/*No Results Page Search - style*/
.search-no-results  #searchform #s {
    margin: 0 auto;
    float: none;
}
.search-no-results  #searchform .noresults {
    padding: 10px 10px 10px 55px;
    float: left;
    display: block;
    margin: 20px 0 0;
    width: 100%;
    background: #fff url(images/icon-search.png) no-repeat 20px center;
    border: 1px solid #08c;
    border-radius: 10px;
}
.search #page-header h1 {
    font-size: 24px;
    border-bottom: 1px solid #888;
    padding-bottom: 20px;
}

#primary.sidebar-off #content {
    overflow: hidden;
    padding-top: 20px;
}
header.nav_type_3 {
    min-height: 100px;
}
#footer-bottom #copyright {
    float: left;
    line-height: 30px;
    color: #888;
    width: 50%;
    font-size: 10px;
}

#header {
    padding: 40px 0 0 0;
}
.sidebar-off .ht-container {
    padding:0;
}
#features-list {
    margin: -40px 0 -36px;
}

#primary-nav ul li:hover ul, #primary-nav ul li.sfHover ul {
    top: 35px;
}
@media only screen and (max-width: 1000px){
   #footer-bottom #copyright{
       float:none;
       width:100%;
       padding-top: 20px;
       display: block;
   }
    .copy-foot-nav-wrap{
        text-align: center;
    }
    .right_footer {
        float: none;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 720px){
    .tax-st_kb_category .column{
        width: 43%;
        max-width:100%;
    }
    .row {
        overflow: hidden;
    }
     .menu-item-language-current{
        display: none;
    }
}