/*
Theme Name: TeamExpress
Author: Carmen Mihalca @Touch Tech
Description: Team Express is a Child theme of Transport Pro
Version: 1.0
Template: transport-pro
*/
.column-content ul,
article ul, article ol {
    list-style: disc;
    margin: 0em 1em 0 1em;
    padding: 1em;
}
.column-content ul li,
article ul li, article ol li {
    margin: 0 1em 1em 0
}
.sitenav ul li a {
    text-transform: capitalize;
}
.pagearea-inner > .fourbox > .fourbxcontent > p {
    min-height: 18ex;
}

.whowe-boxes > .whowe-box > .whowe-desc {
    min-height: 18ex;
}

.whowe-box {
    width: 18%;
    padding: 25px;
}
.whowe-boxes::after,
.services-boxes::after {
    content: "";
    clear: both;
    display: table;
}
article.page .services-box {
    width: 22%;
}
.services-box {
    margin: 30px 18px 10px 0;
}
.teammember-list {
    width: 45%;
}
.thumnailbx {
    width: 100%;
}
.header-top .left a,
.sitenav ul li a:hover,
.sitenav ul li:hover a.parent {
    color: #FFF!important;
}
.site-main.nosidebar {
    width: 100%;
}
.rank-math-breadcrumb {
    margin-bottom: 1em;
}

.wpcf7,
#reservation_form input[type="text"], #reservation_form input[type="email"], #reservation_form input[type="tel"], #reservation_form textarea, .wpcf7 form input[type="text"], .wpcf7 form input[type="email"], .wpcf7 form input[type="tel"], .wpcf7 form textarea {
    font-family: Roboto;
    color: #000;
}
#reservation_form input[type="text"], #reservation_form input[type="email"], #reservation_form input[type="tel"], #reservation_form textarea, .wpcf7 form input[type="text"], .wpcf7 form input[type="email"], .wpcf7 form input[type="tel"], .wpcf7 form textarea {
    border: 1px #151515 solid;
}
.accord {
    width:100%;
    clear:both;
}
.cols-3.widget-column-1 ul li {
    list-style: circle;
    width: 100%;
    float: none;
    display: block;
}
.blog-post-repeat .post-thumb img {
    max-width: 350px;
}
.news-box h6 {
    text-transform: none;
}
.titledesbox h3 a {
    text-decoration: underline;
}
input.search-field, .post-password-form input[type=password], .wpcf7 form input[type="submit"] {
    border: 1px solid #cacaca;
}
#sidebar .certification {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#sidebar .certification > a {
    flex: 0 calc(50% - 10px);
}
@media screen and (min-width: 768px) and (max-width: 980px) {
    article.page .services-box {
        width: 32%;
    }
}
@media screen and (max-width: 767px)  {
    article.page .services-box {
    width: 100%;
}
}