
button{
/*    font-family: inherit;*/
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    z-index: 1;
    outline: none;
}

select::-ms-expand {
    display: none;
}

.select {
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    position: relative;
    /* min-width: 15ch;
    max-width: 30ch; */
    border: 1px solid #777;
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
    font-size: 1.25rem;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
    background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
    border-radius: none;
}
.form-control2 {
    float: left;
    padding-right: 10%;
    padding-left: 10px;
    padding-top: 3%;
    padding-bottom: 3%;
}
.select select,
.select::after {
    grid-area: select;
    border-radius: none;
}

.select:not(.select--multiple)::after {
    content: "";
    width: 9px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.396484 1.00098L4.79834 5.40283L9.2002 1.00098' stroke='%23979797'/%3E%3C/svg%3E%0A");
    justify-self: end;
}

select:focus+.focus {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: inherit;
}

.select--disabled {
    cursor: not-allowed;
    background-color: #eee;
    background-image: linear-gradient(to top, #ddd, #eee 33%);
}

.regform {
    text-align: left;
}
/*.regform h3{
    letter-spacing: -0.67px;
}*/
.regform .select{
	   height: 48px;
	    width: 50% !important;
}
/*.form-control-user {
    padding: 10px;
}*/
/*.regform label span {
    padding: 4px 15px !important;
}*/
.regform input[type=checkbox] + label {
    vertical-align: text-top;
}

.p-10{
	padding-left: 10px;
}
.regform label input {
  position: absolute;
  display: none;
  color: #fff !important;
}
.regform label span {
  text-align: center;
/*  padding: 3px 0;*/
  display: block;
}
.regform .ch-label{
	padding:0 !important;
}

/*.regform .form-control {
    width: 50%;
    position: relative;
    float: left;
    padding: 10px;
}*/

@media (min-width:768px) {
    .pass-wrapper .form-control {
        margin-bottom: 0;
    }
}
.regform .invalid-feedback {
    font-size: 12px;
    color: red;
    display: block;
}

/*.regform input:not([type="checkbox"]):not([type="submit"]),
.regform .select,
 .regform ::placeholder, 
.regform textarea,
.regform .hide-display{
    height: 48px;
    line-height: 48px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #C0C0C0;
    color: #000000;
    padding: 15px 0;
    
    width: 100%;
    font-size: 16px;
    line-height: 17px;
    outline: none;
    border-radius: 0;
}*/
/*.regform ::placeholder{
    font-family: "Open Sauce One Custom", Verdana, Tahoma, sans-serif;
    color: #000000;
    font-size: 16px;
}*/
.regform .hide-display{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
}
.ct-modal .regform .hide-display{
    background-color: #f7f2f2;
}
.ct-modal #shortcode-24-2501 {
    flex-direction: column;
    display: flex;
}
.ct-modal .regform {
    order: 1;
}
.ct-modal .form-nav{
    margin-top: 20px;
    margin-bottom: 40px;
}

.regform ::placeholder {
    color: #000;
    line-height: 17px;
    letter-spacing: .5px;
}

.regform button,
.regform .button {
    background: transparent;
    border: none;
    padding: 18px 65px;
    font-size: 12px;
    font-weight: 700; 
    line-height: 15px;
    letter-spacing: -0.67px;
    color: #000;
    border: 1px solid #52A156;
    border-radius: 100px;
    margin-right: 12px;
    cursor: pointer;
}
.regform .buttons button{
    padding-left: 30px;
    padding-right: 30px;
}

.regform button.fill,
.regform .button.fill {
    background: #52A156;
    color: #fff;
    font-size: 13px;
    padding: 18px 60px;
    letter-spacing: -0.11px;
    margin: 0 !important;
}
.regform .button.center{
    margin: 30px auto 0;
    display: block;
    padding: 18px 35px;
	    font-weight: 400;
}
.float-right{
	float:right;
	text-align:right;
}
button.fill1.p-10 {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000;
}
button.fill1.p-10 img{
padding-left:15px;
}
/*.regform .pass-wrapper1 label {
	font-size: 12px !important;
	    padding: 0px;
	font-weight:400;
}*/
/*input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 2px !important;
    top: 0px !important;
    position: absolute;
    width: 7px !important;
	height: 10px !important;
}
*/


input[type=checkbox]{
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
/*    width: 17px !important;
	height: 17px !important;*/
}

.regform button:disabled{
    background: #ddd;
    border-color: #ddd;
    color: #9f9f9f;
}


.regform .pass-wrapper>div {
    display: flex;
}

/*.regform input[type="checkbox"] {
    margin-top: 3px;
    margin-right: 13px;
}*/
.connect-form-wrapper{
    display: none;
}

.regform-popup input:not([type="checkbox"]):not([type="submit"]),
.regform-popup .select{
    padding: 12px 0;
    margin-bottom: 6px;
    height: auto;
    max-width: 85%;
}
.regform-popup .select{
    display: flex;
    justify-content: space-between;
}
.regform-popup textarea{
    height: auto;
    max-height: 85px;
    max-width: 85%;
}
.regform-popup .button.fill{
    padding: 21px 63px;
    margin-right: 70px;
    letter-spacing: -0.67px;
    margin-top: 30px;
}

.regform .form_after{
    margin-top: 40px;
}
.single-post .regform .form_after {
    margin-top: 30px !important;
} 
.regform .form_after_headline,
.regform .form_after_body{
/*    font-family: 'Playfair Display Custom';*/
    font-family: 'Neue Haas Grotesk Display Pro' !important;
    font-size: 16px;
    font-weight: 300;
    color: #040404;
    letter-spacing: 0;
    line-height: normal;
    width: 100%;
    max-width: initial;
    text-align: center;
}
 
.single-post .form_after.success {
    margin-top: 23px;
}

.regform .form_after img {
    margin: 35px auto;
    display: block;
}

.regform .form_after.error img {
    display: none;
}
.wpcf7-spinner{
    display: none;
}

@media(max-width: 768px){
    .oxy-tab-content .regform[data-action="shouse_login"]{
        padding-top: 40px;
    }
}

[data-action="shouse_rsvp_create"] .form_after_body{
    margin: 20px 0;
}

.rotate {
    animation: rotation 8s infinite linear;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  

.circle_wrapper::before{
    content: "";
    background-image: url(./arrow-down.svg);
    height: 40px;
    width: 30px;
    position: absolute;
    z-index: 9;
    background-size: contain;
    background-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
}

/* menu overrides */

@media (max-width:1120px){
    .oxy-nav-menu-hamburger{
        content: '';
        width: 42px;
        height: 20px;
        background: url(./burger.svg) no-repeat center center;
    }
    .oxy-nav-menu-hamburger-line{
        display: none;
    }
    .oxy-nav-menu-open .oxy-nav-menu-hamburger{
        background: url(./close.svg) no-repeat center center;
        transform: none;
    }
    .oxy-nav-menu-open .oxy-nav-menu-hamburger-line{
        display: none !important;
    }
    .oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-hamburger-wrap{
        top: 35px;
        right: 25px;
    }
    .oxy-nav-menu.oxy-nav-menu-open > div:last-child{ 
        padding: 40px 15px 0 15px
    }
    #_nav_menu-7-39.oxy-nav-menu.oxy-nav-menu-open .menu-item a{
        font-style: normal;
        display: block;
        text-decoration: none;
        font-weight: bold;
        font-size: 42px;
        line-height: 78px;
        text-align: center;
        letter-spacing: -2px;
        color: #FFFFFF;
        text-transform: none;
        padding: 0 !important;
        margin: 0;
    }
}

.oxy-nav-menu-open #div_block-12-61 a,
.oxy-nav-menu-open #div_block-12-61{
    color: #fff !important
}
.oxy-nav-menu-open #div_block-12-61{
    display: flex !important;
    margin-bottom: 30px
}

.oxy-header-wrapper{
    transition: all .2s linear;
}
.oxy-header-wrapper.scrolling{
    background: rgba(255,255,255,0.75);
}

@media (min-width: 768px){
    .regform .pass-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .regform-popup .button.fill{
        margin-top: 0;
    }
/*    .regform input:not([type="checkbox"]):not([type="submit"]),
    .regform .select,
    .regform textarea,
    .regform .hide-display,
.regform ::placeholder{
        font-size: 14px;
    }*/
    .regform .form_after{
        margin-left: -50px;
        margin-right: -50px;
    }
    .regform[data-action="shouse_fast_registration"] .form_after {
        margin-left: -100px;
        margin-right: -100px;
    }
}

@media (max-width:767px){
    .oxy-header-center{
        justify-content: right;
    }
/*    .regform h3:nth-child(1){
        margin-top: 57px !important;
    }
    .regform h3:nth-child(2){
        margin-top: 45px !important;
    }
    .regform h3:nth-child(3){
        margin-top: 70px;
    }*/
    .regform button {
        margin-bottom: 5px;
    }
}

.updown {
    animation: MoveUpDown 1.5s linear infinite;
    position: relative;
    left: 0;
    bottom: 0;
  }
  
  @keyframes MoveUpDown {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 20px;
    }
  }


.shareblock {
    display: flex;
    justify-content: stretch
}

.shareblock a {
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 15px;
    margin-right: 10px;
    overflow: hidden;
    font-weight: 500
}

.shareblock .icon {
    display: block;
}


.shareblock a{
    color: #131415;
}

.shareblock a:last-child {
    margin-right: 0
}

.shareblock svg {
    height: 16px;
    width: 20px;
}


.shareblock .title {
    display: none;
}

.post-navigation a {
	color: #000;
}

img.attachment-small {
    max-width: 150px;
    height: auto;
}

.contacts .contact,
.contacts .contact .contact-header,
.contacts .contact .contact-brand {
    display: flex;
}

.contacts .contact {
    font: 12px 'Open Sauce One Custom';
    font-weight: 100;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid #ecf0f1;
    position: relative;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 1rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.contacts .contact:hover {
    background-color: #ecf0f1;
}

.contacts .contact .contact-header,
.contacts .contact .contact-brand {
    align-items: center;
}

.contacts .contact .contact-info > *{
    display: block;
    width: 100%;
}

.contacts .contact .contact-header {
    justify-content: space-between;
}

.contacts .contact .contact-name{
    margin-bottom: .5rem;
}
.contacts .contact .contact-controls button {
    border: 0;
    padding: 5px;
    line-height: 1;
    border-radius: 50%;
    background-color: transparent;
    color: #aaaaaa;
}

.contacts .contact .contact-controls button svg {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.contacts .contact .contact-brand img {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    margin-right: 1rem;
}

.contacts .contact .contact-name,
.contacts .contact .contact-brand {
    font-weight: 700;
    color: #212529;
}

.contacts .contact .contact-email {
    color: #aaaaaa;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
    .contacts .contact {
        flex-direction: row;
    }
    .contact-brand {
        order: 1;
        width: 41%;
        flex: 0 0 41%;
    }
    .contact-header {
        order: 2;
        width: 59%;
        flex: 0 0 59%;
    }
    .regform .buttons{
        display: flex;
    }
}

.facetwp-facet{
    margin-bottom: 0 !important;
}

.facetwp-pager {
    /* color: #52A156; */
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.facetwp-pager a {
    color: #52A156;
}

a.custom-link {
    font-weight: 300;
    color: #000;
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Neue Haas Grotesk Display Pro' !important;
}

a.custom-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #52A156;
}

a.custom-link:hover {
    color: #131415d0;
}

/*.form-nav {
    font-size: 14px;
    color: #000;
    margin-top: 40px;
}*/

.link-separator {
    opacity: 1;
    border-left: 1px solid #000000;
    display: inline-block;
    height: 21px;
    vertical-align: middle;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.client_error:not(:empty){
    border: 1px solid;
    width: auto;
    align-self: flex-start;
    justify-self: flex-start;
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 4px;
    background: #ff5e52;
    color: #fff;
}

.facetwp-type-fselect .fs-dropdown{
    min-width: 220px;
    width: auto !important;
    text-align: left;
}

.mo-openid-app-icons,.tiktok-box {
    display: flex !important;
    width: 50%;
    margin: 25px auto;
}

.mo-openid-app-icons > a, .tiktok-box > a {
    width: 100%;
    flex: 1;
	padding-left:0px !important;
}
.mo-openid-app-icons > .mo_btn-social>i:first-child {
    position: static;
    line-height: 0px;
    font-size: 1.4em;
    vertical-align: sub;
}

.side-filter .facetwp-facet,
.side-filter .facetwp-sort{
    width: 100%;
}
.side-filter .facetwp-facet input, 
.side-filter .facetwp-sort select,
.side-filter .facetwp-facet select{
    width: 100% !important;
    border: 1px solid #000 !important;
    padding: 5px 10px !important;
}

.side-filter select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}
.contact-controls button{
    display: none;
}

/* woo foix */
.woocommerce-MyAccount-content a{
    color: #000;
}
/* .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a, .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce a.added_to_cart, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce table.my_account_orders .button, td a.woocommerce-MyAccount-downloads-file.button.alt{
    background-color: #000;
    color: #fff;
    border-color: #000;
    margin-bottom: 5px;
} */

/* my account and such */
.opps .item{
    background: #f3eada70;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.opps .item .status{
    background: #EADBBF;
    padding: 1px 6px;
    display: inline-block;
}
.opps .item.status-accepted .status{
    background: lightgreen;
}

select{
    border: 1px solid;
 }
 .acf-fields > .acf-field{
    background: #F3EADA;
    margin-bottom: 10px
 }
 .acf-button{
/*    font-family: 'Lato';*/
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    border-radius: 12px;
    letter-spacing: .06em;
    background-color: #000000;
    transition-duration: 0.2s;
    border: none;
    color: #fff;
    cursor: pointer;
 }
 .updated{
    padding: 16px;
    background: #4fab59;
    color: #ffff;
    margin-bottom: 10px;
 }
 .updated p{
    margin: 0;
    padding: 0;
 }

 /* from RSVP facet */

 .gg-copy {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	transform: scale(var(--ggs, .7));
	width: 14px;
	height: 18px;
	border: 2px solid;
	margin-left: -5px;
	margin-top: -4px;
	margin-right: 5px
}

.gg-copy::after,
.gg-copy::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute
}

.gg-copy::before {
	background:
		linear-gradient(to left,
			currentColor 5px, transparent 0) no-repeat right top/5px 2px,
		linear-gradient(to left,
			currentColor 5px, transparent 0) no-repeat left bottom/ 2px 5px;
	box-shadow: inset -4px -4px 0 -2px;
	bottom: -6px;
	right: -6px;
	width: 14px;
	height: 18px
}

.gg-copy::after {
	width: 6px;
	height: 2px;
	background: currentColor;
	left: 2px;
	top: 2px;
	box-shadow: 0 4px 0, 0 8px 0
}

table {
/*	font-family: inherit;*/
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

table tr {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
}

table th,
table td {
	padding: .625em;
	text-align: center;
	font-size: 14px;
}

table th {
	font-size: .85em;
	letter-spacing: -.1px;
	font-weight: normal;
}

@media screen and (max-width: 600px) {
	table {
		border: 0;
	}

	table caption {
		font-size: 1.3em;
	}

	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right;
	}

	table td::before {
		/*
		* aria-label has no advantage, it won't be read inside a table
		content: attr(aria-label);
		*/
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	table td:last-child {
		border-bottom: 0;
	}
}

/* woo my account fix */
.woocommerce-Addresses>.col-1{
    display: none;
}
.woocommerce-Addresses>.col-2{
    float: left !important;
}

/* from RSVP manage for clients */

.update-success{
    background: #daf8da;
    display: inline-block;
    padding: 20px;
    margin-bottom: 10px;
 }
 .rsvp-client .updated{
    display: none
 }

 th.bulk,
 td.bulk{
    width: 80px;
 }

 .rsvp-client .acf-fields > .acf-field{
    padding: 0; 
    background: transparent;
 }
 .rsvp-client .acf-field .acf-label{
    display: none;
 }
 .rsvp-client .acf-input{
    margin-bottom: 5px;
 }
 .rsvp-client a{
    color: dodgerblue;
    text-decoration: underline;
 }
 .rsvp-client a:hover{
    text-decoration: none;
 }
 
 .bulk-update-form{
    display: flex;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #f3eada;
    align-items: center;
    padding: 30px;
    gap: 30px;
    display: none;
    border-radius: 5px;
    box-shadow: 2px 2px 1px #cfc5b4;
 }
 .bulk-update-form select{
    width: auto;
    padding: 0 5px;
 }
 .bulk-update-form [type="submit"],
 .btn{
    border-radius: 0px;
    padding: 5px 20px;
    border: none;
    font-size: 14px;
    top: 0;
    position: relative;
    border: 1px solid;
    appearance: none;
    cursor: pointer;
 }
 
 .bulk-update-form [type="submit"]:hover,
 .btn:hover{
    opacity: .8;
 }
 .filter-by-status{
    display: flex;
    margin: 20px 0;
    gap: 20px;
    align-items: center;
 }
 .filter-by-status label{
    font-size: 14px;
 }
 .filter-by-status select{
    padding: 0 13px;
 }
 .filter-form{
    display:flex;
    gap: 10px;
 }
 .btn-alt{
    white-space: nowrap;
    background: tan;
    border-color: tan;
 }
 .instatus{
    color: #bf9256;
 }
 .verified{
    border: 1px solid lightgreen;
 }

