/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
input:focus, input:focus-visible, textarea:focus, textarea:focus-visible{
	outline: none !important;
	box-shadow: none !important;
}
input[type="search"] {
    border: none !important;
}
.bricks-is-frontend:not(.home) footer section{
	background: var(--shade-ultra-dark) !important;
}
:root{
	--primary-hover: #daae4500 !important;
}
.white-text-btn, .btn-hover-white:hover{
    color: var(--primary-ultra-light) !important;
}
.header-menu.brxe-nav-menu .bricks-nav-menu .sub-menu li {
    line-height: 1.5em;
    padding: 12px 0;
}
.footer-list-link .repeater-item a span {
    color: var(--base-ultra-dark);
    font-weight: 400;
}
.footer-list-link .repeater-item a:hover span, 
.blog-post h2.dynamic a:hover,
.news-banner-post .content-wrapper h3 a:hover,
.member-info a:hover{
    color: var(--primary) !important;
}
.footer-social-link .repeater-item a:hover i:before{
	border-color: var(--base-dark);
	color: var(--base-dark);
}
.footer-social-link .repeater-item a i:before {
    color: var(--primary);
    border: 1px solid;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    transition: .3s all;
    font-size: 15px;
}
.plan-items figure, .team-member figure{
	overflow: hidden;
	position: relative;
}
.photo-gallery li img {
    width: 100%;
    border-radius: var(--radius-l);
}
/* .photo-gallery li.bricks-layout-item:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--shade);
	border-radius: var(--radius-l);
    opacity: .1;
    top: 0;
    left: 0;
    z-index: 1;
} */
.photo-gallery li.bricks-layout-item a{
	display:block;
}
.photo-gallery li.bricks-layout-item a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--shade);
	border-radius: var(--radius-l);
    opacity: .1;
    top: 0;
    left: 0;
    z-index: 1;
}

.plan-items figure a:before, 
.team-member figure a:before{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: var(--shade);
	opacity: .3;
	top: 0;
	left: 0;
	z-index: 1;
}
.plan-items:hover img,
.team-member:hover img,
.news-blog.blog-post .bricks-layout-item:hover .image{
	transform: scale(1.3)
}
.plan-items > a:hover, .team-member > a:hover {
    color: var(--primary) !important;
}
.blog-post .image-wrapper .image {
    border-radius: var(--radius-l);
    margin-bottom: 20px;
}
.golf-branch-icon-list .content h3{
	margin-bottom: 20px;
}
.golf-branch-link, 
.golf-branch:before, 
.plan-items img {
    transition: .3s all;
}
.golf-branch:hover:before {
    background: var(--primary-dark);
	background-image: none !important;
    opacity: 0.70;
}
.golf-branch:hover .golf-branch-link{
	visibility: visible !important;
	opacity: 1 !important;
} 
.contact-info i {
    position: relative;
    top: 2px;
    font-size: 24px;
    color: var(--base-ultra-dark);
}
.contact-info a{
	 color: var(--base-ultra-dark);
	font-weight: 400;
}
.contact-info a:hover{
	color: var(--base-ultra-dark);
}
.contct-form button[type=submit].bricks-button {
    border-radius: var(--btn-radius) !important;
    padding: var(--btn-pad-y) var(--btn-pad-x);
}
.contct-form button[type=submit].bricks-button:hover{
    background-color: var(--primary-hover);
    color: var(--base-dark);
}
.news-banner-post .content-wrapper p a:hover{
    background-color: var(--primary-hover);
    color: var(--primary-ultra-light) !important;
}

.news-banner-post .content-wrapper p a {
    background-color: var(--primary);
    padding: var(--btn-pad-y) var(--btn-pad-x);
    border-radius: var(--btn-radius);
    border-style: solid;
    border-color: var(--primary);
    display: block;
    line-height: 1;
    font-size: 16px;
    transition: .3s all;
}
.news-blog.blog-post .image-wrapper .image {
    margin-bottom: 0;
}
.news-blog.blog-post h3 a:hover{
    color: var(--primary) !important;
}
.news-blog.blog-post .bricks-layout-inner > a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--shade);
    opacity: .3;
    top: 0;
    left: 0;
    z-index: 2;
}
.news-blog.blog-post .bricks-layout-item .content-wrapper {
    position: absolute;
    bottom: 10px !important;
    top: initial !important;
    padding: 10px 20px;
    background: transparent;
    height: inherit;
    z-index: inherit;
}
.news-blog.blog-post .bricks-layout-item .image{
	transition: .3s all;
}
.news-blog.blog-post .bricks-layout-inner {
    border-radius: var(--radius-xl);
}
.news-blog.blog-post .bricks-layout-item .dynamic a{
	position: relative;
	z-index: 3;
}
.team-member figure img{
	transition: .3s all;
}
.team-member {
    position: relative;
}
.team-member:hover .member-info{
	opacity: 1;
}
.member-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s;
}
.team-member figure a:before{
    opacity: 1;
	background: var(--primary-hover);
	z-index: 10;
}
.team-member figure:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--shade);
	z-index: 2;
	opacity: .3;
}
.tab-table iframe {
    width: 1120px;
    height: 100vh;
    max-height: 860px;
}
.service-card__image img {
    border-radius: var(--radius-l);
}

.main-menu-header .sub-menu{
	padding-top:10px;
	padding-bottom:10px;
}



#brxe-nxnaek .bricks-mobile-menu > .menu-item-has-children .brx-submenu-toggle button{
	
    color: var(--link-color, var(--action)) !important;
}






@media only screen and (min-width:768px) and (max-width: 1220px){
.header-button.bricks-button {
    padding: var(--btn-pad-y) 18px !important;
    font-size: 14px !important;
	}
	.help-contact .subtitle a {
    font-size: 14px;
	}
	.phone-icon img {
    width: 28px !important;
	}
	.header-menu .bricks-nav-menu > li > a {
    font-size: 16px !important;
	}
}
@media only screen and (max-width: 767px){
	.header-right-part{
		display: none !important;
	}
}