/*!
Theme Name: Artebit
Theme URI: https://www.artebit.net/
Author: Artebit
Author URI: https://www.artebit.net/
Description: A basic starter theme for WP made well
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artebit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.content_page a {
    color:#204051;
}

.content_page a:hover {
    color:#333;
}

a {
    color: #7ea640;
}

a:hover {
    color: #2d4110;
}

a.item__inner {
    color: #d1e3b5
}
a.item__inner:hover {
    color: #fff;
}

.react-header.react-sticky .menu-toggle span.t_head {
    display: none!important;
}

.react-header.react-sticky .react-menus>li>a {
    padding: 22px 24px;
}

.react-header.react-sticky .logo {
    padding: 6px 0;
}

.react-header.react-sticky .logo img {
    width: 50px!important;
}


.home-sliders .single-slide:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.3);
}

.content_page {
    font-size: 18px;
}

.content_page ul, .about__area.about__area_one ul.ul_v {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 15px;
    display: block;
}

.about__area.about__area_one ul.ul_v {
    margin:15px 0 0 0;
}

.content_page ul li::marker, .about__area.about__area_one ul.ul_v li::marker {
    color: #7ea640;
    font-size: 1.2em;
}

.content_page figure.wp-block-pullquote {
    padding: 0;
}

.content_page figure.wp-block-pullquote blockquote {
    text-align: left;
    background-color: #fff;
    padding: 14px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
    font-size: 18px;
}
.content_page figure.wp-block-pullquote blockquote strong.big_ {
    font-size: 24px;
    display: inline-block;
    margin-bottom:12px;
    color:#204051;
}

.content_page figure.wp-block-pullquote blockquote a {
    font-size: 20px;
    font-weight: 700;
    color: #7ea640;
}

.content_page h1 {
    font-size: 48px;
    font-weight: 700;
}

.content_page h2 {
    font-size: 28px;
    font-weight: 600;
    color: #7ea640;
}

.verde {
    color: #7ea640;
}

.content_page h2 strong {
    font-weight: 700;
}

.content_page h3 {
    font-size: 28px;
    color: #204051;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.content_page h3 strong {
    font-weight: 600;
}

.wp-block-separator {
    border-top: 1px solid #999;
    margin: 38px 0 35px 0;
    padding: 0;
}

.react-footer .footer-top {
    padding: 80px 0 30px;
}

.box_sidebar {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 6px;
}

.owl-theme.client-slider .owl-controls {
    margin-top: 10px;
    text-align: center;
    bottom: 75px;
}

.owl-controls {
    width: 100%!important;
}


.owl-theme.client-slider .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 4px 6px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}

.owl-theme.client-slider .owl-controls .owl-page.active span {
    opacity:1;
}

.content_page h3.h3_sidebar {
    position: absolute;
    z-index: 9;
    top: -18px;
    left: 50%;
    margin-left: -45px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    background-color: rgb(152 196 84);
    padding: 4px 8px;
    border-radius: 4px;
    width: 90px;
    text-align: center;
}

.sideform input[type="text"],.sideform input[type="email"],textarea {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom:0px;
    padding: 4px 12px;
    border-radius: 4px;
    max-height: 110px;
}
.sideform input[type="submit"] {
    cursor: pointer;
    background-color: #7ea640;
    padding: 6px 12px;
    border-radius: 4px;
    color: #fff;
    border: none;
    margin-top:15px;
}

.sideform input[type="submit"]:hover {
    background-color: #5c7c2b;
}


.sideform p {
    margin-bottom:8px;
}

.cantieri_content {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    padding: 20px 20px;
}

.cantieri_content h3 {
    font-size: 20px;
}
.cantieri_content small {
    line-height: 1.4;
    display: inline-block;
    color: #777;
    min-height: 44px;
}

a.r__link {
    color: #7ea640;
}