/*
 Theme Name:   Groppe Slocat
 Theme URI:    http://victorthemes/themes/groppe
 Description:  Slocat Child Theme from Groppe
 Author:       VictorThemes
 Author URI:   http://themeforest.net/user/VictorThemes/portfolio
 Template:     groppe
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
 Text Domain:  groppe-slocat
*/

/* Write Custom CSS */


@font-face {
    font-family: 'aileron-bold';
    src: url('https://slocat.net/wp-content/themes/groppe-slocat/assets/fonts/Aileron-Bold.otf');
    font-weight: bold;
    font-style: bold;
}

/************
 * Header area
 */

.grop-logo {
    padding-top: 0;
}

/************
 * Titles
 */

h2 {
    border-left: 3px solid #66c7c4;
    padding-left: 0.5em;
}
/* Uncomment to remove left border in Groppe header titles
h2.grop-vertical_middle  {
    border-left: none;
    padding-left: 0;
}
 */

.grop-counter_area h2 {
    border-left: none;
    padding-left: 0;
    font-size: 3em;
    color: #faa942;
}

.grop-cta h2 {
    border-left: none;
}

/************
 * Menu
 */
#grop-mainmenu {
    margin: 0 0 20px 0;
}

.grop-naviga_btns {
    padding-top: 13px;
}

/*
a.grop-btn .grop-btn_overly .grop-hadr_donate_btn {
    color: #ffffff;
}
*/

a.grop-hadr_donate_btn {
    color: #ffffff;
    font-weight: bold;
    font-family: aileron-bold, Arial, sans-serif !important;
    border-radius: 5px !important;
}

.grop-hadr_search > a, .grop-hadr_shopping_cart > a {
    padding: 0;
}

.grop-btn {
    font-weight: bold;
    font-family: "Aileron Bold", Arial, sans-serif !important;
    border-radius: 5px !important;
}


.grop-pjctsigle_content p {
    color: #222;
}

/************
 * Widgets
 */

/*
 * Disable footer border
 *
.grop-footer_top_widgets_warp {
    border-top: 20px solid #70a3c3;
}
 */


.grop-ftr_widget_title {
    border-bottom: none;
}

.tp_recent_tweets li {
    padding-left: 0 !important;
    padding-right: 40px;
}



/************
 * Home
 */

.front-service .grop-btn {
    display:none;
}

.front-service .grop-hlp_symbol_icon {
    border: none;
}

.front-service .help_single_itm_warp h4 a {
    font-weight: bold !important;
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline {
    color: #388CC2 !important;
    border-color: #388CC2 !important;
    background-color: transparent;
}

.front-service-cta a.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover {
    color: #fff !important;
    background-color: #388CC2;
}

/*
.home-latest-updates h3 a {
    border-left: 3px solid #8CD2CE;
}
*/

/************
 * News
 */
/* a.grop-postrm_btn */

.grop-post_footer a.grop-postrm_btn {
    color: #ffffff !important;
}

/************
 * Publications
 */
.grop-page .slc-publication {
    padding-right: 40px;
    /* Needs space for search widget sidebar */
    min-height: 800px;
}

.slc-publication-result {
    overflow: hidden;
    padding: 0 0 2em 0;
}

.slc-publication-result-left {
    width: 40%;
    float: left;
}

.slc-publication-result-right {
    width: 60%;
    float: right;
}

.slc-publication-cover {
    border: 1px solid #388cc2;
}

.slc-publication-result h3 {
    padding-bottom: 1em;
}

/************
 * Adjustments for mobile devices
 */
@media only screen and (max-width: 900px) {
    .grop-naviga_btns {
        padding-top: 0;
    }
}