/**
* Theme Name: Lore Child
* Theme URI: http://demos.volovar.net/lore.wp/demo
* Description: Lore child theme
* Author: LSVRthemes
* Author URI: http://themeforest.net/user/LSVRthemes/portfolio
* Template: lore
* Version: 1.0.0
*/
.center {
    text-align: center;
}
.start {
    float: left;
}
.end {
    float: right;
}

.clear {
    clear: both;
}

.container .social-links i {
    color: white;
    font-size: 19px !important;
}
a {
    text-decoration: none;
}
.none {
    display: none;
}
.inline {
    display: inline;
}

.flat-btn {
    color: #FFF;
    background-color: #74aa7b;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 0 0 3px 3px;
    box-sizing: border-box;
    text-align: center;
    font-size: .875em;
}


div#header-ask-btn a.flat-btn {
    padding: 5px;
    font-size: 16px;
    display: inline;
    padding-left: 10PX;
    padding-right: 10px;
}
a.flat-btn, #ask-widget a.flat-btn {
    color: white;
}

.page-wrapper.m-layout-boxed {
    margin-top: 0;
}


.header-search-suggestions a ,  a.trending-topics  {
    text-decoration: underline;
}

.socila-print {
    text-align: center;
}

.socila-print a {
    font-size: 32px;
    color: #0e0e0e;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}
.c-post-rating .views:before {
    content: '\f06e';
}

.header-search-results .c-post-rating .likes, .header-search-results .c-post-rating .dislikes {
    min-width: 0;
}


select#question-category {
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    background-image: url(assets/r.png);
    background-repeat: no-repeat;
    background-position: right !important;
    background-position-x: 98% !important;
}

div.bbp-submit-wrapper {
     float: left;
}
span.required {
    color: #d22323;
}


@media print {
    ul.breadcrumbs, .socila-print, footer.post-footer ,  .post-related.m-bottom-border, div#comments{
        display: none;
    }
}

.ask-question {
    padding-bottom: 20px;
    cursor: pointer;
    text-decoration: underline;
}

div.ask-question:hover {
    cursor: pointer;
}

#ask-widget .flat-btn {
    width: 100%;
    padding: 15px;
}

.center .fa-exclamation-circle {
    font-size: 40px;
}

.content-attr span {
    margin-left: 10px !important;
    margin-right: 10px !important;
    display: inline-block;
}

#defakto-rating button {
    display: inline-block;
    padding: 10px 40px;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 38px;
    font-size: 1em;
    border: 1px solid #eaedf3;
    color: #a6a9b7;
}

#defakto-rating button.like {
    color: #74aa7b;
}


.sweet-alert input[type="radio"] {
    display: inline;
    width: auto;
    height: auto;
    margin: 0;
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
}



/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------
    LARGE DEVICES
    devices with width between 992px and 1199px
------------------------------------------------------------------------- */

@media ( max-width: 1920px)  and (min-width: 1000px) {

    #header .container {
        padding: 0;
    }

    .header-branding {
        width: 10%;
    }

    .header-menu-holder {
        width: 90%;
    }

    .footer-menu {
        max-width: fit-content;
    }

}

/* -------------------------------------------------------------------------
    MEDIUM DEVICES
    devices with width between 768px and 991px
------------------------------------------------------------------------- */

@media ( max-width: 991px ) {

    /* your CSS here */

}

/* -------------------------------------------------------------------------
    SMALL DEVICES
    devices with width between 481px and 767px
------------------------------------------------------------------------- */

@media ( max-width: 767px ) {

    /* your CSS here */

}

/* -------------------------------------------------------------------------
    EXTRA SMALL DEVICES
    devices with width up to 480px
------------------------------------------------------------------------- */

@media ( max-width: 480px ) {

    /* your CSS here */

}