/*
Theme Name: Besto-Child
Theme URI: https://themeforest.net/user/supratech
Author: SuPraTech
Author URI: https://themeforest.net/user/supratech/portfolio
Template: besto
Description: Besto is super flexible, multi-purpose WordPress theme that can fit in any type of website you are building. It is clean, responsive, includes drag & drop Layout and Page Builder and comes packed with powerful options! With stunning animations and eye-catchy layouts, Besto will help you draw attention of visitors at first sight.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: besto-child
Tags: two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, microformats, post-formats, sticky-post, threaded-comments, translation-ready


*/

.qcbutton .cd-signup.je_button {
   
    background: #dc312a !important;
    
}
p{
     text-align: justify;
}
body.besto_body {
    font-family: PT Sans;
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
}
.sp-megamenu-parent > li > a, .wpmm-mega-wrapper > li > a {
    
    font-size: 16px;
}
.sp-megamenu-parent ul.sub-menu li >a, .wpmm-mega-wrapper ul.sub-menu li >a {
    display: block;
    padding: 15px 20px;
    color: #888;
    cursor: pointer;
    line-height: 1.2;
    text-align: left;
}
.lvca-service-details {
    font-size: initial;
}

.custom {
    position: relative;
    
    overflow: hidden;
   float: left;
}
.custom ul {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1px;
    list-style: none;
    padding-left: 0px;
}
.custom li {
    flex-grow: 0;
    flex-basis: auto;
    margin: .25em 0;
    padding: 0 3px;
    text-align: center;
    border-left: 1px solid #ccc;
    background-color: #fff;
    
}
.custom li:first-child{
    border-left: none;
}
@media only screen and (max-width: 600px) {
    .custom {
       width: 100%;
    }
}

/*.custom li:after {content:'|'}*/