/* 
Theme Name: B Home Design
Theme URI: https://www.pixelabdesign.it/
Description: Template B Home Design
Version: 1.0
Author: Sebastiano Cullemi
Author URI: https://www.pixelabdesign.it/
*/

body{
    margin:0;
    padding: 0;
    background: #fff;
    font-family: "Lato", sans-serif;
    color: #555
}
h1{
	font-family: 'Playfair Display', serif;
}
p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 200;
    text-align: justify;
}
blockquote p {
    font-size: 1.3em !important;
    font-style: oblique;
    margin-top: 5px;
    margin-left: 40px;
}
blockquote h3 {
    font-size: 2.3em !important;
    font-family: 'Playfair Display', serif;
    margin-bottom: 0px;
}
blockquote {
    margin: 0px
}
/* HEADER */
header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 2;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    top: 0;
}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a .alignright {float:right; margin:0 0 1em 1em}
a .alignleft {float:left; margin:0 1em 1em 0}
a .aligncenter {display: block; margin-left: auto; margin-right: auto}
.contheader {
    height: 90px;
    transition: 0.2s all ease-in-out;
    position: relative;
}
.smaller .contlogo {
    height: 60px;
}
.smaller .contlogo img {
    height: 60px;
}
.contlogo {
    text-align: center;
    height: 90px;
    position: absolute;
    background: #fff;
    transition: 0.2s all ease-in-out
}
.contlogo img {
    height: 90px;
    transition: 0.2s all ease-in-out
}
.menu-mainmenu-container {
    width: 100%;
}
.leftlogo, .rightlogo {
    width: 100%;
    transition: 0.2s all ease-in-out
}
.contrightlogo a {
    color: #999;
    font-size: 1.4em;
    margin-left: 6px;
    transition: 0.2s all ease-in-out
}
.contrightlogo a:hover {
    color: #000;
}
.contrightlogo {
    height: 90px;
    padding: 32px 0px;
    text-align: right;
    transition: 0.2s all ease-in-out
}
.smaller .contrightlogo {
    height: 60px;
    padding: 17px 0px;
}
.smaller .contheader{
    height: 60px;
}
/* END HEADER */





/* MENU */
.menu-mainmenu-container {
    padding: 35px 0px;
    transition: 0.2s all ease-in-out
}
.smaller .menu-mainmenu-container {
    padding: 20px 0px;
}
#menu-mainmenu {
    margin: 0px;
    list-style: none;
    text-align: center;
    transition: 0.2s all ease-in-out;
    padding: 0px;
    width: 100%
}
#menu-mainmenu li {
    display: inline-block;
    margin-right: 12px;
    position: relative;
}
#menu-mainmenu li:last-child {
    margin-right: 0px;
}
#menu-mainmenu li a {
    color: #444;
    font-size: 15px;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
    display: inline-block;
    text-transform: uppercase;
}
/* END MENU */

/* SUB MENU */
.sub-menu {
    left: 0;
    margin: 0 !important;
    padding: 36px 0 0 !important;
    position: absolute !important;
    text-align: left !important;
    transition: all 0.2s ease-in-out 0s;
    width: 220px;
    z-index: 24;
    opacity: 0;
    display: none
}
.smaller .sub-menu {
    padding: 21px 0 0 !important;
}
.menu-mainmenu-container li:hover > .sub-menu{
    opacity: 1;
    display: block;
}
.sub-menu li {
    display: table !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    background-color: #fff !important;
}
.sub-menu li a {
    border-top: 1px solid #000;
    display: block;
    font-size: 14px !important;
    margin: 0;
    padding: 10px 20px !important;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    color: #000
}
.sub-menu li a:hover{
   color: #fff !important;
   background-color: #000 !important;
   border-top: 1px solid #fff;
   border-bottom: 0px;
}
.menu-item-has-children:hover .sub-menu li a{
    color: #000
}
.menu-item-has-children:hover > .sub-menu .current-menu-item a{
   color: #fff !important;
   background-color: #000 !important;
   border-top: 1px solid #fff;
   border-bottom: 0px solid #fff;
}
.sub-menu .current-menu-item{
   color: #fff !important;
   background-color: #000 !important
}

.menu-item-has-children a:hover > .sub-menu  {
    color: #fff !important;
}

header .menu-item-has-children::after {
    content: "";
}

.menu-item-has-children:hover::after {
    content: "";
}

.sub-menu > .current-menu-item {
    background: #000 none repeat scroll 0 0;
    color: white !important;
}

header .menu-item-has-children > a::after {
    content: "";
    font-family: "FontAwesome";
    margin-left: 6px;
}
/* END SUB MENU */


/* EFFETTO MENU */
#menu-mainmenu .current-menu-item::after, #menu-mainmenu li::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 100%;
    background-color: #000;
    display: block;
    content: '';
    transition: 0.3s;
}
#menu-mainmenu li::after{
    position:absolute;
    bottom: 0px;
    left:0;
    height:1px;
    width:0%;
    background-color:#000;
    display:block;
    content:'';
    transition:0.3s;
}

#menu-mainmenu li:hover::after{
    left:0;
    width:100%;
}
/* END EFFETTO MENU */




/* CONTENT */
.slide {
    width: 100%;
    height: 600px;
    background: url(https://www.bhomedesign.it/sito/wp-content/themes/bhomedesign/images/parallax.jpg);
    background-size: cover;
    background-position: center center;
    display: table;
    position: relative;
}
.overlayslide{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0
}
.contslide{
    height: 600px;
    display: table-cell;
    vertical-align: middle;
}
.slide p {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
    position: relative;
    z-index: 1
}
.first{
    padding: 50px 0px
}
.hometitle {
    font-weight: 400;
    color: #000;
    font-size: 30px;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.second {
    padding: 150px 0px;
    background: transparent;
    position: relative;
}
.contsecond{
    position: relative;
    z-index: 1
}
.contsecond a{ 
    text-decoration: none
}
.overlaysecond{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 0
}
.category {
    height: 200px;
    display: table;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    background: #000;
    text-align: center;
    background-position: center center;
    background-size: cover;
    transition: 0.2s all ease-in-out
}
.category:hover{
    padding: 0px;
}
.contcategory {
    display: table-cell;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #fff
}
.contcategory p {
    font-family: 'Playfair Display', serif;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0,0,0,1);
    font-size: 25px;
    text-transform: uppercase;
    line-height: 27px;
    text-align: center;
}
.center{
    text-align: center;
}
.contimages {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 300px;
}
.images {
    position: absolute;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
}
.images img {
    width: 100%;
    height: auto;
    display: table;
}
.img1 {
    width: 80%;
    right: 70px;
}
.img2 {
    width: 50%;
    bottom: -10px;
    right: 0;
}
.title-widget {
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 15px;
}
.effect_box_opacity {
    background: #606060;
}
.effect_box {
    display: block;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0;
    height: 200px;
    width: 200px;
}
.third {
    padding: 60px 0px;
}
.titlesection {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 1.7em;
    margin-top: 0px;
    margin-bottom: 25px;
}
.listarticle {
    margin: 0px;
    display: inline-block;
    padding: 0px;
    list-style: none;
    width: 100%;
}
.imageart {
    height: 200px;
    overflow: hidden;
}
.imageart img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: 0.2s all ease-in-out
}
.imageart img:hover {
    transform: scale(1.1);
}
.contarticle {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.metarticle {
    padding: 15px;
}
.metarticle h3 {
    margin-top: 0px;
    font-weight: 400;
    font-size: 1.2em;
    margin-bottom: 5px;
}
.metarticle a{
    color: #000;
    text-decoration: none;
}
.metarticle p {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 0.9em;
    line-height: 1.3em;
}
.leggi {
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    font-weight: 200;
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    letter-spacing: 2px;
}

.slidepage {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
    display: table;
    position: relative;
}
.overlayslide{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0
}
.contslide{
    height: 300px;
    display: table-cell;
    vertical-align: middle;
}
.slidepage h1 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
    position: relative;
    z-index: 1
}
.wrap{
    margin: 30px 0px
}
.titlepage {
    margin-top: 0px;
    font-size: 2.7em;
    text-transform: uppercase;
    font-weight: 400;
    color: #000
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.points {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.titlepoint {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
    margin-bottom: 0px;
    font-weight: 200;
    font-size: 1.2em
}
.titlepoint span {
    font-family: 'Playfair Display', serif;
    font-size: 2.3em;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
}
.descriptionpoint {
    height: 185px;
    font-weight: 300;
    font-size: 1.1em;
    padding: 15px;
    background-color: #ededed;
    margin-bottom: 30px;
}
.titoletto {
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.esempio {
    margin-top: 10px;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 200;
    font-size: 0.9em;
}
.es {
    border-top: 1px solid #ddd;
    margin-top: 20PX;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.form{
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.formservizi {
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.formservizi .label {
    font-size: 0.8em !important;
}
.formservizi .field {
    margin-bottom: 9px !important;
}
.formservizi span {
    font-size: 0.7em !important;
}
.formservizi .wpcf7-form-control.wpcf7-submit {
    width: 100% !important;
    text-transform: uppercase;
    font-size: 0.8em !important;
    letter-spacing: 1px;
}
.label {
    text-align: left !important;
}
.wpcf7-form-control-wrap.condizioni-vendita-utilizzo {
    display: inline-table;
}
.titform {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 2px;
}
.galleriawork {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%
}
.singlework {
    height: 200px;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.singlework img {
    height: 100%;
    width: auto;
    transform: scale(1);
    transition: 0.2s all ease-in-out
}
.singlework img:hover {
    transform: scale(1.1);
}
.four{
    position: relative;
}
.overlayfour{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0
}
.contfour {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 60px 0px;
}
.startproject {
    font-size: 31px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 10px;
    text-align: left;
    margin-bottom: 0px;
}
.inviafile input {
    border: 0px;
}
.four .label {
    font-size: 14px !important;
}
.four .couno input, .couno select {
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}
.four .couno textarea {
    border: 1px solid #fff;
    color: #fff;
}
.four .label a {
    color: #fff;
}
.four .couno .wpcf7-form-control.wpcf7-submit {
    margin-top: 10px;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0,2s ease-in-out;
    cursor: pointer;
}
.four .couno .wpcf7-form-control.wpcf7-submit:hover {
    margin-top: 10px;
    border: 1px solid #fff;
    color: #000;
    background-color: #fff;
    transition: all 0,2s ease-in-out;
}
.featuredimagework {
    overflow: hidden;
    height: 200px;
}
.featuredimagework img {
    width: 100%;
    height: auto;
}
.ultimiprogetti {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.metaprogetto a {
    color: #444;
    text-decoration: none;
}
.metaprogetto a p {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 400
}
.visualizzapro {
    display: inline-block;
    width: 100%;
    font-weight: 200;
    font-size: 14px;
}
.page-title {
    color: #000;
    text-transform: uppercase;
    font-weight: 200;
}
/* END CONTENT */









/* FOOTER */
.footerone p {
    margin-top: 10px;
}
footer p a {
    color: #000;
    font-weight: 600;
}
footer {
    background: #f1f1f1;
    border-top: 1px solid #f1f1f1;
    padding: 40px 0px;
}
footer p {
    font-size: 13px;
    margin: 0px;
}
.copy {
    padding: 10px 0px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px solid #f1f1f1;
}
.copy p {
    text-decoration: none;
    color: #555;
    font-size: 11px;
    line-height: 11px;
    margin: 0px;
}
.copy .right{
    text-align: right;
}
.copy a {
    text-decoration: none;
    color: #555;
    font-size: 11px;
    line-height: 11px;
}
footer .menu-mainmenu-container {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#menu-mainmenu-1 {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
#menu-mainmenu-1 li a {
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
footer .sub-menu{
    display: none !important
}
footer .menu-item-106{
    display: none;
}
footer p{
    line-height: 16px;
}
.footerthree .social {
    font-size: 26px;
    margin-right: 10px;
    color: #999;
    transition: 0.2s all ease-in-out
}
.footerthree .social {
    color: #444
}
.footerfour ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.footerfour ul li {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.footerfour ul li a {
    color: #999;
    text-decoration: none;
    font-size: 14px;
}
/* END FOOTER */






/* VARIE */
.co .field {
    margin-top: 0;
}
.couno .label {
    font-weight: 400;
    margin-bottom: 3px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 1em;
}
.richiestowhite {
    color: white;
    font-size: 17px;
    margin-left: 3px;
}
.co{
    position: relative;
    display: inline-block;
}
.wpcf7-submit{
    background-color: transparent;
    transition: all 0.2s ease-in-out
}
.wpcf7-submit:hover{
    background-color: #fff;
    color: black;
}
div.wpcf7-mail-sent-ok {
    background: #398f14 none repeat scroll 0 0;
    border: 2px solid #398f14;
    color: white;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    background: #f7e700 none repeat scroll 0 0;
    margin: 0 15px;
}
.couno input, .couno select {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 6px;
    width: 100%;
}
.couno textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #000;
    color: #000;
    font-family: source sans pro;
    font-size: 16px;
    height: 100px;
    padding: 6px;
    width: 100%;
}
.couno .field {
    margin-bottom: 30px;
    margin-top: 0;
}
.couno .label {
    margin-bottom: 0;
    margin-top: 0;
}
.couno .richiestowhite {
    color: black;
    margin-left: 0;
}
.wpcf7-form-control-wrap.acceptance-966 {
    display: inline-table;
}
.couno .wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
    transition: all 0,2s ease-in-out
}
.couno .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #000;
    color: white;
}
.field span {
    padding: 0px;
}
.wpcf7-form-control .wpcf7-list-item input {
    width: auto !important;
}
.wpcf7-form-control .wpcf7-list-item {
    padding: 0px;
    width: 100%;
    display: inline-block;
}
.label a {
    color: #000;
}
#toTop {
    background: #000;
    bottom: 60px;
    color: #000;
    cursor: pointer;
    display: none;
    font-size: 11px;
    padding: 5px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 60px;
    z-index: 9999;
    opacity: 0.7;
    font-size: 25px;
}
#toTop i{
    color: white;
}
span.wpcf7-list-item{
    margin: 0px !important;
}
/* END VARIE */






/* RESPONSIVE */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
#menu-mainmenu li a {
    font-size: 13px;
    letter-spacing: -1px;
}
#menu-mainmenu li {
    margin-right: 7px;
}
.slide p {
    font-size: 45px;
}
.img1 {
    width: 60%;
    right: inherit;
    left: 0;
}
.img2 {
    width: 45%;
    bottom: -10px;
    right: 50px;
}
.contimages {
    height: 420px;
    padding: 30px 0px;
}
.contcategory p {
    font-size: 20px;
    line-height: 23px;
}
}

/* RESPONSIVE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
#menu-mainmenu li a {
    font-size: 13px;
    letter-spacing: -1px;
}
#menu-mainmenu li {
    margin-right: 7px;
}
.slide p {
    font-size: 40px;
}
.contimages {
    display: none
}
.contcategory p {
    font-size: 20px;
    line-height: 23px;
}
header .menu-mainmenu-container {
    display: none;
}
.leftlogo, .rightlogo {
    width: 100%;
    transition: 0.2s all ease-in-out;
}
.category{
	margin-bottom: 30px;
}
.contfour {
    text-align: center;
}
footer {
    text-align: center;
}
.footerone {
    margin-bottom: 30px;
}
.footertwo {
    margin-bottom: 30px;
}
.footerthree {
    margin-bottom: 30px;
}
.footerfour {
    margin-bottom: 30px;
}
.copy {
    text-align: center;
}
.col-md-6.right {
    text-align: center;
    margin-top: 10px;
}
.titlepage {
    font-size: 1.8em;
}
.rightlogo {
    display: none;
}
.contlogo img {
    height: 80px;
    padding-top: 10px;
}
.smaller .contlogo img {
    height: 50px;
}
button#responsive-menu-button {
    width: 45px !important;
    height: 35px !important;
    top: 15px;
}
.footerone p {
    text-align: center !important;
}
.footerthree p {
    text-align: center;
}
.copy p {
    text-align: center;
}
}
