
.dark-text {
    color: #264557;
}

.colored-line-left, .colored-line-right, .colored-line {
    display: none;
}

.call-to-action .section-overlay-layer {
    padding-top: 3em;
    padding-bottom: 3em;
    background: rgba(0, 0, 0, 0.7);
}

.call-to-action h2 {
    margin-top: 0px;
    margin-bottom: 1em;
    font-size: 2rem;
    line-height: 1.5;
}

.standard-button, .navbar-register-button {
    padding: 10px 25px;
    border: 3px solid #A58D31;
    border-color: #A58D31;
    border-radius: 30px;
    color: #fff;
    background: rgba(165,141,49,.3);
    font-size: 20px;
    white-space: initial;
    text-decoration: none;
}

.standard-button:hover, .navbar-register-button:hover {
    padding: 10px 25px;
    border: 3px solid #A58D31;
    border-color: #A58D31;
    border-radius: 30px;
    color: #fff;
    background: #A58D31;
    font-size: 20px;
    white-space: initial;
    text-decoration: none;
}

.brief .section-overlay-layer {
    padding-top: 10px;
    padding-bottom: 50px;
}


.header .overlay-layer {
    height: auto;
    padding-bottom: 1em;
}

.powered-by {
    margin-top: -40px;
    padding-top: 0px;
    border-top: 0px solid rgba(255, 255, 255, 0.1);
    font-size: 0px;
    text-align: center;
}

.footer, .footer a {
    background-color: #264557;
}

.very-top-header {
    color: #fff;
    background: #264557;
}

.navbar-inverse .navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background-color: #A58D31;
}

.very-top-header:hover .transparent-text-dark:hover {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 75px;
    color: #A58D31;
    background-color: #A58D31;
}

.contact-info:hover .contact-links:hover a:hover {
    padding-top: 65px;
    padding-bottom: 0;
    color: #A58D31;
}

@media (max-width: 580px) {
.header .overlay-layer {
    padding-top: 3em !important;
	}}

@media (max-width: 760px) {
.header .overlay-layer {
    padding-top: 3em !important;
	}}

footer.footer .social-icons i:hover:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 75px;
    color: #fff;
    background-color: #A58D31;
    font-size: 12px;
    line-height: 30px;
}

a {
	color: #A58D31;
	text-decoration: underline;
}

a:hover {
	color: #264557;
	text-decoration: underline;
}

.sticky-navigation .main-navigation li:hover > a {
	color: #A58D31;
	font-size: 1em;
}

.sticky-navigation .main-navigation li > a {
	color: #000000;
	font-size: 1em;
	font-weight: 600;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
	
button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 10px 30px 10px 30px;
		margin: 15px;
    border-radius: 5px;
    color: #fff;
    background-color: #A58D31;
    background-image: none;
    background-repeat: repeat-x;
    background-size: contain;
    text-shadow: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: none;
    transition: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"]:hover {
    padding: 10px 30px 10px 30px;
		margin: 15px;
    border-radius: 5px;
    color: #fff;
    background-color: rgba(165,141,49,0.7);
    background-image: none;
    background-repeat: repeat-x;
    background-size: contain;
    text-shadow: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: none;
    transition: none;
}

.elementor-button span {
    text-decoration: inherit;
    color: #fff;
}

.elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    border-radius: 10px;
}

button.dropdown-toggle.toggled-on .dropdown-toggle-inner, button.dropdown-toggle.toggled-on:hover .dropdown-toggle-inner, button.dropdown-toggle.toggled-on:focus .dropdown-toggle-inner {
    z-index: 1;
    color: #fff;
    background-color: #A58D31;
}

button.dropdown-toggle:hover .dropdown-toggle-inner, button.dropdown-toggle:focus .dropdown-toggle-inner {
    z-index: 1;
    color: #fff;
    background-color: #A58D31;
}

button.dropdown-toggle, button.dropdown-toggle:hover, button.dropdown-toggle:active {
    position: absolute;
    z-index: 9;
    top: -15px;
    left: 45px;
    width: 45px;
    height: 45px;
    padding: 10px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 25px;
}

@media screen and (min-width: 800px) {
.main-navigation .menu-item-has-children > a:after {
    position: absolute;
    z-index: -1;
    top: 45px;
    right: 36px;
    font-family: FontAwesome;
    line-height: 24px;
    content: "\f0d7";
	}
}

.brief h2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 2.4rem;
    line-height: 3.125rem;
    text-align: center;
}

.brief-content-text {
    clear: both;
    margin-top: 0px;
    text-align: center;
}

.brief-left .brief-content-one {
    display: contents;
}

.ut-menu-standard .section .section-heading {
    color: white;
    background-color: #282828;
    margin-bottom: 1em;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 8px 0;
    display: none;
}

.ut-menu .pagination-container {
    text-align: center;
    font-size: 1.1em;
    display: none;
}

.ut-menu-standard .menu-items-container .menu-item .beer .beer-details .container-list {
    margin: 16px 0 0;
    display: none;
}

.ut-menu .menu-info {
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    display: none;
}