/*
Theme Name: KPHHolding
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-main .nav>li>ul {
    padding: 0;
}

.header-main .nav>li>ul>li>a {
    color: #000;
}

h1,
h2,
h3,
h4,
h5 p {
    text-wrap: inherit;
}

.slider .dot {
    background: #f39925;
    border: none;
}

.slider .dot.is-selected {
    background: #f39925;
    opacity: 1;
}

.pageinner {
    padding: 20px;
    border-radius: 8px;
}

.homeservices {
    padding-top: 60px;
    padding-bottom: 50px;
}

.homeitem .title {
    min-height: 40px;
    background-size: 40px !important;
    padding-left: 55px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
}

.homeitem .button {
    display: inline-block;
    clear: both;
    margin-bottom: 0;
    font-size: 13px;
    border-radius: 5px;
    font-weight: normal;
}

.homebanner img {
    border-radius: 10px;
}

.homeabout .aboutinner {
    border-radius: 10px;
}

.homeabout .aboutinner .image-cover {
    border-radius: 10px 10px 0 0;
}

.homeabout .stats {
    margin-bottom: 28px;
}

.homeabout .stats .number span {
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
}

.homepartners .image-cover {
    border-radius: 10px;
}

.homeblog {
    padding-top: 40px;
    padding-bottom: 40px;
}

.homeblog .news,
.homeblog .image-cover {
    border-radius: 10px;
}

.homeblog .box-text {
    padding: 20px;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
    border: 1px solid #f39925 !important;
    box-shadow: none !important;
    border-radius: 4px !important;
}

.wpcf7-submit {
    border-radius: 4px !important;
    font-weight: normal !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.wpcf7-spinner {
    display: none;
}

.postslist {
    background: #fff;
    border-radius: 6px;
}

.postslist .box-image,
.horizontalnews .box-image {
    border-radius: 6px;
}

.postslist h2,
.horizontalnews h2 {
    font-size: 16px;
}

.postslist h2 a,
.horizontalnews h2 a {
    color: #414141;
}

.postslist .postinfo {
    color: #414141;
    font-size: 90%;
}

.postslist .postinfo i {
    padding-right: 5px;
}

.horizontalnews .col-inner {
    padding-left: 15px;
}

.horizontalnews .button {
    color: #414141 !important;
    background: #fff !important;
    border: 1px solid #414141;
    padding: 0px 10px;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 14px;
    text-transform: none;
}

.custombread {
    background: #f39925;
    margin-bottom: 30px;
}

.breadinner {
    margin: auto;
    max-width: 1370px;
    padding: 15px;
}

.breadinner p {
    margin-bottom: 0;
    color: #fff;
}

.breadinner a {
    color: #fff;
}

.page-wrapper {
    padding: 20px 0 0 0;
}

.post {
    margin: 0;
}

.relatedtitle {
    text-transform: uppercase;
    font-size: 140%;
    border-bottom: 1px dotted;
    margin-bottom: 15px;
}

.relatedpost .box-image {
    border-radius: 6px;
}

.relatedpost .box-text {
    padding: 15px;
}

.relatedpost .overlay,
.homeprojects .overlay,
.projectitem .overlay {
    background: linear-gradient(0deg, #1b283bc7, transparent 75%);
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(0deg, rgba(27, 40, 59, 0.78), transparent 75%);
}

.entry-header-text {
    padding: 0;
}

.entry-title {
    color: #414141;
    font-size: 20px;
}

.pageinner p img {
    display: block;
    margin: auto;
}

.catetitle {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.pagenavi .page-numbers {
    border: 1px solid;
    display: inline-block;
    padding: 0px 5px;
    min-width: 28px;
    border-radius: 3px;
    text-align: center;
}

.rightpost {
    display: flex;
    align-items: center;
    padding-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.rightpost .box {
    width: 90px !important;
}

.rightpost .box-image {
    border-radius: 5px;
}

.rightpost .title {
    width: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    color: #414141;
    font-size: 90%;
}

.widget {
    border: 1px solid #f39925;
    border-top: 0;
}

.widget-title {
    display: block;
    color: #fff;
    padding: 10px;
    background: #f39925;
    margin-left: -1px;
    font-weight: normal !important;
}

.widget .is-divider {
    display: none;
}

.widget .product-categories li {
    padding: 0 15px;
}

.widget .product-categories li a {
    font-size: 95%;
    color: #414141;
}

.widget .product-categories li ul {
    border-left: 0;
    margin-left: 0;
}

.widget .product-categories li ul li {
    list-style-type: circle;
    padding-left: 0;
    padding-right: 0;
}

.homeexpert {
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 90%;
}

.postdate {
    font-size: 90%;
}

.postdate i,
.customfooter i,
.contactinfo i {
    margin-right: 5px;
    color: #1e9fd8;
}

.bandolienhe {
    margin-top: -30px;
    margin-bottom: -80px;
}

.contactinfo {
    background: #fff;
    padding-bottom: 0;
}

.contactinfo p {
    margin-bottom: 10px;
}

.customfooter .col {
    padding-bottom: 0;
}

.customfooter p {
    margin-bottom: 10px;
}

.customfooter .button {
    padding: 5px;
    font-weight: normal;
}

.customfooter .follow-icons .button {
    padding: inherit !important;
}

.off-canvas-left,
.off-canvas-right {
    width: 100%;
    background-image: linear-gradient(to right bottom, #1e9fd8, #f39925) !important;
    background-size: 100% !important;

}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
    width: 100%;
    background-image: linear-gradient(to right bottom, #1e9fd8, #f39925) !important;
}

.off-canvas-left .mfp-content ul li a,
.off-canvas-right .mfp-content ul li a {
    color: #fff !important;
    font-size: 16px;
}

.off-canvas-left .mfp-content ul li a:hover,
.off-canvas-right .mfp-content ul li a:hover {
    text-decoration: none;
    color: #fff !important
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}