/*
Theme Name: Vibenews Child
Theme URI: http://gossipthemes.com/vibenews
Author URI: http://gossipthemes.com
Template: vibenews
Description: Make your modifications to Vibenews in this child theme.
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vibenews-child
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/


/* =Theme customization starts here
------------------------------------------------------- */
:root {
  --e-global-color-accent: #0B945E !important;
}
.lv-header-bar-1 .panel-bar-box:hover .lv-header-bar-line {
    background: #0B945E;
}
#theme-serach-box_Inner .theme-serach-box_inner_wrapper input{
	border-bottom: 1px solid #0B945E;
}
body,.blog-sidebar .widget,.theme_blog_navigation__Wrap{
    background-color: #FFFBF3 !important;
}
.backto:hover {
    background: #e11e26 !important;
}
#altrenotizie .see-all-btn{display: none;}
.theme-logo-area,.nav-menu-wrapper .mainmenu ul>li:hover>a::before,.backto {
	 background: #FFFBF3;
}
.lv-header-bar-line{
	background:#000;
}
.news_tab_Block .nav-tabs .nav-link.active,.post-block-title-wrapper h2.post-block-title span,.theme-tab-one-wrapper .tab-section-title h2.tab-item-title span,.elementor-2738 .elementor-element.elementor-element-b283541 .elementor-heading-title span {
    background: #FFFBF3 !important;
}
.comments-area,#comments,.comment-form {
    display: none !important;
}
.theme-latest-post-block-wrapper .post-time-box:before{background: #0B945E;}
.main-container .theme-pagination-style ul.page-numbers li span.current {
    background: #0B945E;
    border-color: #0B945E;
}
.main-container .theme-pagination-style ul.page-numbers li i,.theme_blog_nav_Label {
    color: #0B945E;
}
.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover {
    border: 1px solid #0B945E;
    background-color: #0B945E;
}
footer.theme-footer-wrapper{
	background-color: #0B945E;
}
.footer-widget p,.footer-socials a,p.copyright-text{
	color: #fff !important;
}
.footer-widget a {
	display: inline-block;
	color: #fff !important;
}
.footer-socials a{ font-size: 20px;}
.footer-main .footer-widget ul li {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.footer-main .footer-widget ul li:not(:last-child)::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 2px;
    height: 16px;
    background-color: #fff;
    margin: 0 1rem;
}
.footer-main .footer-widget ul li a {
    margin-bottom: 0;
}
p.copyright-text a{ display: block; margin-top: .5rem;}
.slicknav_nav .slicknav_row, .slicknav_nav a{
	color:#fff !important;
}
@media (max-width: 992px) {
	.logo.theme-logo img {
        max-width: 300px;
    }
}
@media (max-width: 500px) {
	.logo.theme-logo img {
        max-width: 150px;
    }
}
/*.cf7-row{
    display:flex;
    gap:20px;
}

.cf7-col{
    flex:1;
}
@media (max-width:600px){
    .cf7-row{
        flex-direction:column;
    }
}
.wpcf7-list-item{
	margin:0;
	line-height: normal;
}
*/
.wpcf7 form {
    max-width: 720px;
    margin: 40px auto;
}

/* label */
.wpcf7 label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
}

/* campi input */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-size: 15px;
    transition: all .2s ease;
}

/* focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #c70000;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(199,0,0,0.15);
}

/* textarea */
.wpcf7 textarea {
    min-height: 160px;
    resize: vertical;
}

/* checkbox GDPR */
.wpcf7 .wpcf7-acceptance {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    margin: 15px 0 25px 0;
}

.wpcf7 .wpcf7-acceptance input {
    margin-right: 8px;
}

/* bottone */
.wpcf7-list-item a{
	color: #0B945E !important;
}
.wpcf7 .wpcf7-submit {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    word-spacing: 0em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 50px 50px 50px 50px;
    padding: 3% 13% 3% 13%;
}
.wpcf7 .wpcf7-submit:not(:disabled){
	cursor: pointer;
	background-color: #0B945E;
    color: #FFFFFF;
    border-color: #0B945E;
}
/* hover bottone */
.wpcf7 input[type="submit"]:hover {
    background: #0B945E;
    transform: translateY(-1px);
}

/* messaggi CF7 */
.wpcf7-response-output {
    margin-top: 20px;
    border-radius: 6px;
    padding: 12px;
    font-size: 14px;
}

/* errori */
.wpcf7-not-valid-tip {
    font-size: 13px;
    color: #d63638;
}


