/*
 Theme Name:     marisolmichielin
 Description:    #
 Author:         Panese Think Digital
 Author URI:     https://www.panese.it/
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* GENERAL
------------------------------------------------------- */
.entry-content{
    max-width: 1600px;
    margin: auto;
}

 .flexible-column .et_pb_column{
     display: flex;
     flex-direction: column;
     justify-content: center;
 }
 
 .top-bar .et_pb_row .et_pb_column{
     display: flex;
     align-items: center;
 }
 
 .top-bar .et_pb_row .et_pb_column .et_pb_post{
     margin-bottom: 0px;
     padding-bottom: 0px;
 }
 .top-bar .et_pb_row .et_pb_column .et_pb_post .entry-title{
     padding-bottom: 0px;
 }

.arrow-slider .as-arrows-control{
    display: none;
}

.cta-menu{
    display: flex !important;
    align-items: center !important;
}

.cta-menu a{
    height: 40px;
    padding: 10px 20px !important;
    border-radius: 20px;
    background-color: #ec6564;
    color: #fff;
}

.cta-menu a:hover{
    background-color: #4d575e;
}

.mm-tag ul{
    padding: 20px 0px;
}

.mm-tag li{
    background: #fff;
    display: inline-block;
    float: left; 
    color: #000;
    border-radius: 5px;
    padding: 3px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: "Open Sans",sans-serif !important;
    font-size: 12px;
}

.as_slide_content_wrapper h5{
    padding-top: 10px;
}

/* BLOG
------------------------------------------------------- */


.et_post_meta_wrapper .entry-title,
.et_post_meta_wrapper img,
#main-content .container:before{
    display: none;
}

 .et_right_sidebar #left-area{
     padding: 0px;
     width: 100%;
 }
 
 .inline-blog .et_pb_post .entry-featured-image-url{
     width: 40%;
     display: inline-bolck; 
     float: left;
     margin-bottom: 0px;
     margin-right: 30px;
 }
 
 .inline-blog .entry-title{
     padding-top: 10px;
 }
 
 .et_post_meta_wrapper{
     display: none;
 }
 
 
 /* CONTATTI
 ------------------------------------------------------- */
 .contact-form p,
 .contact-form label{
     font-size: 14px;
 }
 
 .contact-form .form-additionals p{
     font-size: 12px;
 }
 
 input[type=text],
 input[type=email], 
 input[type=tel],
 textarea{
     width: 100%;
     border: 1px solid rgba(77, 87, 94, 0.227);
     border-radius: 5px;
 }
 
 input[type=text],
 input[type=email], 
 input[type=tel]{
     height: 50px;
 }
 
 .wpcf7 .wpcf7-submit{
     background-color: #4d575e;
     color: #fff;
     width: 100%;
     text-align: center;
     height: 50px;
     margin-top: 10px;
     border-radius: 5px;
     border-width: 0px;
     font-size: 14px;
     text-transform: uppercase;
     font-weight: bold;
     font-family: "Open sans", sans-serif;
 }
 
 .wpcf7-list-item{
     margin: 0px;
     display: block;
     font-weight: bold;
 }
 
.wpcf7-list-item label{
    margin-right: 10px;
}
 

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

.arrow-slider .as-arrows-control{
    display: block;
}

.column-reverse .et_pb_column{
    display: flex;
    flex-direction: column-reverse;
}

.et_pb_menu .et_mobile_menu .cta-menu a{
    color: #fff !important;
}

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu .cta-menu a{
    color: #fff !important;
}

.cta-menu a{
   padding: 7px 20px 10px 20px !important
}

.et_mobile_menu li a{
    border-bottom: none;
}

}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {

}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}
