/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.x-topbar {
	background-color: transparent;
    border-bottom: 0;
}
.x-topbar .p-info {
    display: none;
}

.x-topbar .top-bar-call {
    text-align: right;
    margin: 1.3em 0 0;
    color: rgb(173,97,84);
    font-weight: 600;
}

.x-topbar .top-bar-call a {
    color: #fff;
}

.x-social-global {
	display: none;
}

.home .ghost {
    background: url('img/ghost.png') no-repeat;
    height: 520px;
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.x-entry-share {
    margin: 1em 0 0 0;
    border: none;
    border-left: 0;
    border-right: 0;
    padding: 5px 0;
    line-height: 1;
    text-align: left;
}

.entry-title-portfolio {
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 400;
}
.seating-section:first-child h3 {
    margin-top: 0;
}

@media screen and (min-width: 980px) {
    #m-portfolio-container, .seating-section {
        overflow: hidden;
    }
    .page-template-template-layout-portfolio-php .m-portfolio-item, .page-template-template-layout-seating .m-portfolio-item {
        width: 32%;
        margin-right: 1%;
        margin-top: 0;
        float: left;
    }
    .m-portfolio-item .entry-wrap {
        padding-top: 15px;
    }

}

/*Flyout Contact Form */
#flyout {
	display: none!important;
    position: fixed;
    align-items: center;
    z-index: 99999;
    right: -36px;
    top: 50%;
    transform: rotate(90deg);
    background-color: rgb(173,97,84);
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 700;
	border-radius: 0 0 10px 10px;
	cursor: pointer;
	color:#fff;
}

#close-button {
	position: absolute;
    right: -10px;
	top:-10px;
    margin-right: 10px;
    font-size: 20px;
    background-color: white;
    text-align: center;
    border-radius: 20px;
    padding: 0px 12px;
	cursor: pointer;
}

#flyout-contact {
	display: none!important;
    position: fixed;
    top: 35%;
    z-index: 99999;
    right: -441px;
    background-color:rgb(173,97,84);
    padding: 10px 20px;
	transition: 1s;
	border-radius: 10px;
	max-width:300px;
}

#flyout-contact .gfield_required {
	display: none !important;
}

#flyout-contact input,
#flyout-contact textarea {
	width: 100% !important;
}

#flyout-contact .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

#flyout-contact #gform_submit_button_1 {
	background-color: #3e3e3e;
    box-shadow: none;
    margin: 0;
    padding: 10px;
    border: 0;
    color: white;
    border-radius: 5px;
	margin-top: 20px;
}

#flyout-contact .gform_wrapper .gform_footer {
	margin: 0 !important;
}


@media(max-width: 600px) {
 #flyout-contact {
		top: 15%;
	}
}