/*
Theme Name: AGA
Theme URI: https://nclud.com/
Author: nclud
Author URI: https://nclud.com/
Description: Custom WordPress theme for Attorney General Alliance
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("assets/css/default.css");

:root {
	--primary-color: #862633;
	--secondary-color: #000;
	--white-color: #fff;
}
img {
	max-width: 100%;
	height: auto;
}
body::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
	background-color: #000;
}

.row-main-header {
	justify-content: space-between;
	padding: 0px;
	align-items: center;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.navbar-inverse.custom-header {
	padding: 0px 34px;
}
.menu-desktop-custom .navbar-nav {
	display: flex;
	align-items: center;
	-ms-flex-direction: unset;
	flex-direction: unset;
	padding-top: 44px;
}

.menu-desktop-custom .navbar-nav > li {
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
}
.menu-desktop-custom .navbar-nav > li:last-child {
	margin-right: 0px;
}
.menu-desktop-custom .navbar-nav li a {
	color: var(--secondary-color);
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s;
	position: relative;
	padding: 5px;
}
.menu-desktop-custom .navbar-nav > li > a {
	padding-bottom: 46px;
	display: block;
}
#header-search .menu-desktop-custom .navbar-nav > li.menu-item-has-children > a:after {
	content: "\e905";
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 9px;
	padding-left: 5px;
	line-height: 10px;
	padding-top: 2px;
}
#header-search .menu-desktop-custom .navbar-nav > li.menu-item-has-children > a {
	display: flex;
	align-items: center;
}
.menu-desktop-custom .navbar-nav li a:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 0%;
	background: var(--primary-color);
	left: 0;
	bottom: -3px;
	z-index: -1;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	display: none;
}
.menu-desktop-custom .navbar-nav li a:hover,
.menu-desktop-custom .navbar-nav li.current-menu-item a {
	text-decoration: none;
	color: var(--primary-color);
}
.menu-desktop-custom .navbar-nav li.current_page_ancestor > a {
	text-decoration: none;
	color: var(--primary-color);
}
.menu-desktop-custom .navbar-nav > li > a:hover:before,
.menu-desktop-custom .navbar-nav > li.current-menu-item > a:before {
	width: 100%;
}
.logo.header-left a {
	display: block;
	line-height: 0px;
}

p {
	margin-bottom: 1.5em;
}
p:last-child {
	margin-bottom: 0;
}
.search-button {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.search-toggle {
	position: relative;
	display: block;
	color: var(--secondary-color);
}
.search-toggle.active .icon-search:before {
	content: "\e904";
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.search-input:focus {
	outline: none;
}
#header-search {
	position: relative;
}
#header-search .menu-desktop-custom .navbar-nav > li {
	opacity: 1;
	transition: transform 0.3s, opacity 0.2s 0.1s;
}
#header-search .menu-desktop-custom .navbar-nav > li:nth-child(1) {
	transition-delay: 0.4s;
}
#header-search .menu-desktop-custom .navbar-nav > li:nth-child(2) {
	transition-delay: 0.5s;
}
#header-search .menu-desktop-custom .navbar-nav > li:nth-child(3) {
	transition-delay: 0.6s;
}
#header-search .menu-desktop-custom .navbar-nav > li:nth-child(4) {
	transition-delay: 0.7s;
}
#header-search .menu-desktop-custom .navbar-nav > li:nth-child(5) {
	transition-delay: 0.8s;
}
#header-search .search-box {
	position: absolute;
	left: 0;
	height: 100%;
	width: 0;
	padding-left: 0;
	transform: translateX(20%);
	opacity: 0;
	transition: all 0.2s 0.2s;
	background: #fff;
	max-width: 1150px;
}
#header-search .search-box .search-input {
	font-size: 24px;
	border: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #000;
	border-bottom: 1px solid #000;
}
#header-search .search-box .search-toggle {
	width: 14px;
	height: 14px;
	padding: 0;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}
#header-search.show .menu li {
	transform: scale(0.8);
	opacity: 0;
}
#header-search.show .search-box {
	width: calc(100% - 20px);
	transform: translateX(0);
	opacity: 1;
}

footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background: var(--secondary-color);
	color: var(--white-color);
}
.logo-main-footer {
	margin-bottom: 15px;
	display: block;
}
.footer-content p a {
	color: #fff;
}
.footer-content p a:hover,
.footer-content p a:focus {
	color: #223c63;
}
.secondary-footer {
	font-size: 14px;
	line-height: 1.2em;
	padding-top: 40px;
}
.by-footer-text a {
	color: #fff;
	margin-left: 15px;
}
.by-footer-text {
	text-align: right;
}
.by-footer-text a:hover,
.by-footer-text a:focus {
	color: #223c63;
}
.main-menu-footer .widget-title {
	margin-bottom: 20px;
	font-family: "LATO", sans-serif;
}
.main-menu-footer {
	display: flex;
	justify-content: space-around;
	height: 100%;
	flex-wrap: wrap;
	margin-top: 30px;
}
.main-menu-footer ul li a {
	color: #fff;
}
.main-menu-footer ul li a:hover,
.main-menu-footer ul li a:focus {
	color: #223c63;
}
#text-3 .textwidget p a {
	padding: 22px 37px;
	background: var(--primary-color);
	display: inline-block;
	transition: 0.25s;
	transition: all 0.2s, color 0.2s 0.2s;
	cursor: pointer;
	position: relative;
	border: none;
	color: #fff;
	border-radius: 0px;
	font-size: 14px;
	font-family: "LATO", sans-serif;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-weight: bold;
}
#text-3 .textwidget p a:before {
	content: "";
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	border: 1px solid #fff;
	position: absolute;
	left: 7px;
	top: 7px;
}
#text-3 .textwidget p a:hover,
#text-3 .textwidget p a:focus {
	box-shadow: none;
	color: #fefefe;
	background: #223c63;
}
#text-3 .textwidget p a:hover:before,
#text-3 .textwidget p a:focus:before {
	border-color: #fff;
}
.main-connect-footer {
	text-align: center;
	margin-top: 30px;
}
.main-connect-footer .widget-title {
	margin-bottom: 20px;
	font-family: "Lato", sans-serif;
}
.main-connect-footer .social-list {
	text-align: center;
	margin-top: 20px;
	justify-content: center;
}
.social-list li a {
	font-size: 40px;
	margin: 0 7px;
	line-height: 0;
	display: block;
}
.social-list li a:hover i:before,
.social-list li a:focus i:before {
	color: #223c63;
}
.subscribe-section-footer aside {
	width: 100%;
}
.subscribe-section-footer aside#text-4 {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.subscribe-section-footer aside#text-5 {
	width: 100%;
	margin-top: 50px;
}
.subscribe-section-footer .widget-title {
	font-size: 36px;
	margin-bottom: 0px;
	margin-right: 40px;
}
.subscribe-section-footer aside#text-4 .textwidget {
	max-width: 415px;
}
.subscribe-section-footer form.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	min-width: 100%;
	align-items: flex-end;
}
.main-input-form-sub {
	width: calc(75%);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.subscribe-section-footer form.wpcf7-form p label {
	width: 100%;
}
.subscribe-section-footer form.wpcf7-form p {
	padding-right: 30px;
	width: 33.33%;
	margin-bottom: 0px;
}
.subscribe-section-footer form.wpcf7-form p span input,
.subscribe-section-footer form.wpcf7-form p span select {
	border: 1px solid #c4c4c4;
	padding: 9.5px 10px;
	color: #818181;
	width: 100%;
	height: 50px;
}
.wpcf7-submit.button {
	padding: 17px 40px;
	background: var(--primary-color);
	border: none;
	color: #fff;
}
.subscribe-section-footer {
	padding-top: 140px;
	padding-bottom: 140px;
}
.btn-ct7-custom-main {
	padding: 17px 40px;
	background: var(--primary-color);
	display: inline-block;
	transition: 0.25s;
	transition: all 0.2s, color 0.2s 0.2s;
	cursor: pointer;
	position: relative;
}
.btn-ct7-custom-main {
	padding: 22px 37px;
	background: var(--primary-color);
	display: inline-block;
	transition: 0.25s;
	transition: all 0.2s, color 0.2s 0.2s;
	cursor: pointer;
	position: relative;
	border: none;
	color: #fff;
	border-radius: 0px;
	font-size: 14px;
	font-family: "LATO", sans-serif;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-weight: bold;
}
.btn-ct7-custom-main:before {
	content: "";
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	border: 1px solid #fff;
	position: absolute;
	left: 7px;
	top: 7px;
}
.subscribe-section-footer .wpcf7-form-control-wrap {
	display: block;
}
.btn-ct7-custom-main:hover,
.btn-ct7-custom-main:focus {
	background: #223c63;
	color: #fefefe;
	outline: none;
}
.btn-ct7-custom-main:hover:before,
.btn-ct7-custom-main:focus:before {
	border-color: #fff;
}
.subscribe-section-footer .wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: none;
	margin-top: 15px;
	color: #dc3232;
}

.row-reverse {
	flex-direction: row-reverse;
}
.detail-heading-pages {
	min-height: 250px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(assets/images/banner-iniactive.jpg);
}
.detail-heading-pages {
	position: relative;
}
.detail-heading-pages:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(200, 200, 200, 0);
}
.page-id-217 .detail-heading-pages:before,
.page-id-22 .detail-heading-pages:before,
.page-id-325 .detail-heading-pages:before,
.page-id-352 .detail-heading-pages:before,
.page-id-354 .detail-heading-pages:before,
.page-id-346 .detail-heading-pages:before {
	background: rgba(200, 200, 200, 0.8);
}
.single-post .detail-heading-pages {
	min-height: 330px;
	background-image: url("assets/images/default-post.png");
	border-bottom: 1px solid #c4c4c4;
}
.single-post .detail-heading-pages:before {
	display: none;
}
.right-image-format .columns-image-item-row .image-column-item-row {
	padding-left: 55px;
	text-align: right;
	line-height: 0;
}
.left-image-format .columns-image-item-row .image-column-item-row {
	padding-right: 55px;
	text-align: left;
	line-height: 0;
}
.row-item-content-middle {
	align-items: center;
}
.section-item-row-pages {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.all-post-banner {
	margin-bottom: 25px;
}
.main-meta-banner {
	margin-top: 25px;
}
.main-meta-banner {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
}
.list-category-post-sigle {
	display: inline-flex;
	padding-left: 30px;
	position: relative;
}
.list-category-post-sigle:before {
	content: "";
	border: 1px solid #862633;
	transform: rotate(30deg);
	display: inline-block;
	left: 15px;
	position: absolute;
	top: 0px;
	height: 100%;
}
.list-category-post-sigle li a,
.list-category-post-sigle li > span {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.2px;
	font-weight: bold;
	color: var(--primary-color);
}
.items-post-list:hover .list-category-post-sigle li a,
.items-post-list:hover .list-category-post-sigle li > span {
	color: #fff;
}
.list-category-post-sigle li:after {
	content: ",";
	margin-right: 5px;
}
.list-category-post-sigle li:last-child:after {
	display: none;
}
.all-post-banner a {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.24px;
	text-transform: uppercase;
}
.all-post-banner a i {
	margin-right: 10px;
	transition: all 0.2s, color 0.2s 0.2s;
}
.all-post-banner a:hover i {
	margin-left: 5px;
	margin-right: 5px;
}

.default-content-visual h2 {
	font-size: 36px;
	line-height: 1.2em;
}
.default-content-visual h3 {
	font-size: 20px;
	line-height: 1.3em;
}
.main-header-single-event .tribe-events-back a {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.24px;
	color: var(--primary-color);
}
.link-box-item-archive {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	/* box-shadow: 0px 4px 16px rgb(0 0 0 / 6%); */
	padding: 30px 40px;
	position: relative;
	height: 100%;
	background: #862633;
}
.link-box-item-archive:before {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
	background: none;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1;
}
.detail-link-box-item-archive {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}
.name-link-box-item-archive {
	width: 100%;
	margin-bottom: 75px;
	flex: 1;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
}
.item-archive-column-item-row {
	height: 100%;
	display: flex;
}
.columns-item-archive-row {
	align-content: stretch;
	margin-bottom: 15px;
	margin-top: 15px;
}
.item-archive-column-item-row a {
	transition: none;
}
.detail-link-box-item-archive .img-icon-arrow-right {
	display: none;
}
.link-box-item-archive:hover,
.link-box-item-archive:focus {
	background: #223c63;
}
.link-box-item-archive:hover,
.link-box-item-archive:focus {
	color: #fff;
}
.link-box-item-archive:hover:before,
.link-box-item-archive:focus:before {
	border-color: #fff;
}
.link-box-item-archive:hover .name-link-box-item-archive,
.link-box-item-archive:focus .name-link-box-item-archive {
	color: #fff;
}
.link-box-item-archive:before {
	z-index: 0;
}
.page-parent-title-banner {
	display: inline-block;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.15px;
	text-transform: uppercase;
}
.columns-item-post-for-archive {
	margin-top: 15px;
	margin-bottom: 15px;
}
.section-items-post-archive .link-item-post-for-archive {
	font-weight: bold;
	font-size: 18px;
	color: var(--primary-color);
	text-decoration: underline;
}
.section-items-post-archive .link-item-post-for-archive:hover {
	color: #223c63;
	text-decoration: underline;
}
.link-breadcrumbs-archive {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.15px;
	position: relative;
	padding-left: 10px;
	margin-left: 5px;
}
.link-breadcrumbs-archive:before {
	content: "";
	width: 2px;
	height: 80%;
	top: 13%;
	position: absolute;
	left: 0;
	background: var(--primary-color);
}

.sidebar-right-news-tpl aside {
	padding: 30px;
	border: 1px solid #c4c4c4;
	background: #f5f5f5;
}
.items-post-list {
	padding: 30px;
	border: 1px solid #c4c4c4;
	margin-bottom: 40px;
	transition: all 0.1s, color 0.1s 0.1s;
	background: #fff;
}
.items-post-list .date-single-post-page {
	font-size: 14px;
	margin-bottom: 25px;
	display: inline-block;
}
.items-post-list .title-items-post-list a {
	font-size: 18px;
	text-decoration: none;
	color: #000;
	line-height: 24px;
}
.items-post-list .title-items-post-list {
	margin-bottom: 20px;
}
.items-post-list .list-category-post-sigle {
	padding-left: 0px;
	margin-bottom: 0px;
}
.items-post-list .list-category-post-sigle:before {
	left: 0px;
	display: none;
}
.items-post-list .link-readmore-post-items {
	display: inline-block;
	margin-top: 30px;
}
.items-post-list a {
	transition: all 0s, color 0s 0s;
}
.items-post-list:hover {
	border-color: #223c63;
	background: #223c63;
	color: #fff;
}
.items-post-list:hover .title-items-post-list a {
	color: #fff;
}
.items-post-list:hover .list-category-post-sigle li a {
	color: #fff;
}
.items-post-list:hover .list-category-post-sigle:before {
	border-color: #fff;
}
.items-post-list:hover .link-readmore-post-items {
	color: #fff;
}

.items-seminar-list {
	padding: 30px;
	border: 1px solid #c4c4c4;
	margin-bottom: 30px;
	transition: all 0.1s, color 0.1s 0.1s;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	height: 100%;
}
.items-seminar-list .title-items-post-list {
	margin-top: 15px;
	font-family: "Lato", sans-serif;
	margin-bottom: 0px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.items-seminar-list .title-items-post-list a {
	font-size: 18px;
	text-decoration: none;
	line-height: 24px;
	color: #000000;
}
.items-seminar-list .title-items-post-list .link-item-post-for-archive {
	max-width: calc(100% - 30px);
}
.items-seminar-list i.icon-bx_bx-link-external:before {
	color: #862633;
}
.items-seminar-list:hover .title-items-post-list a {
	color: #862633;
	text-decoration: none;
}
.items-seminar-list:hover i.icon-bx_bx-link-external:before {
	color: #fff;
}
.items-seminar-list:hover .only-btn-default {
	background: #b49c79;
}
.items-seminar-list:hover {
	border-color: #223c63;
	background: #223c63;
	color: #fff;
}
.left-items-seminar-list {
	max-width: calc(100%);
}
a.items-seminar-list {
	color: inherit;
	text-decoration: none;
}
a.items-seminar-list:hover {
	background: var(--primary-color);
	color: #fff;
	cursor: pointer;
}
a.items-seminar-list:hover .link-item-post-for-archive {
	color: #fff;
	text-decoration: none;
}
a.items-seminar-list:hover .link-item-post-for-archive:hover {
	color: #fff;
	text-decoration: none;
}
.right-items-seminar-list {
	max-width: calc(20%);
}
.items-seminar-list .excerpt-items-post-list {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0px;
}
.right-items-seminar-list .only-btn-default span {
	margin-right: 5px;
}
.items-seminar-list .only-btn-default:hover {
	background: #b49c79;
	color: #fff;
}
.main-img-contact {
	padding: 20px;
	background: var(--primary-color);
	text-align: center;
}
.section-main-contact-address {
	border: 1px solid #c4c4c4;
}
.main-address-contact {
	padding: 50px;
}
.main-address-contact a {
	color: #000;
}
.main-address-contact {
	padding: 50px;
	background: #f5f5f5;
}
.main-address-contact a:hover,
.main-address-contact a:focus {
	color: var(--primary-color);
}
.section-main-contact-form textarea {
	max-height: 190px;
}
.main-img-contact {
	position: relative;
}
.main-img-contact:before {
	content: "";
	position: absolute;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	top: 20px;
	left: 20px;
	border: 9px solid rgba(255, 255, 255, 0.2);
}
.main-img-contact img {
	margin-top: -20px;
}

.detail-video-single-video {
	position: relative;
	overflow: hidden;
}
.detail-video-single-video .wrapper {
	line-height: 0;
	cursor: pointer;
}
.videos-single-video .video {
	max-width: 100%;
}
.videos-single-video .playpause {
	background-image: url(assets/images/play_video.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	margin: auto;
	background-size: auto;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.51);
	z-index: 11;
	display: block !important;
}
.row-videos-custom {
	margin-left: -30px;
	margin-right: -30px;
}
.column-videos-custom {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 60px;
}
.alight-center-img img {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
.left-image-format .columns-image-item-row .image-column-item-row.alight-center-img {
	text-align: center;
}

.language-switch-banner label.screen-reader-text {
	display: none;
}
.language-switch-banner .widget_polylang select {
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 16px;
	color: #000;
}
.language-switch-banner .widget_polylang select:hover,
.language-switch-banner .widget_polylang select:focus {
	color: var(--primary-color);
	outline: none;
}

.main-language-switch {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
}
.left-main-language-switch {
	max-width: calc(100% - 115px);
	width: 100%;
}

.content_button_right {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#tribe-events-pg-template {
	margin: 0 auto;
	max-width: 1180px;
	padding: 40px 15px 15px;
}
body.single.single-tribe_events #tribe-events-pg-template {
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
}
.content-header-single-event {
	background: #f5f5f5;
	padding-top: 60px;
	padding-bottom: 60px;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}

.content-header-single-event .tribe-events-single-event-title {
	font-size: 48px;
	font-family: "PT Serif", serif;
	color: #000;
	line-height: 63px;
}
.content-header-single-event .tribe-events-schedule .time-single-event {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	font-family: "Lato", sans-serif;
}
.detail-meta-single-event .tribe-events-single-section {
	background: #f5f5f5 !important;
	padding: 50px;
	border: 1px solid #c4c4c4;
	padding-bottom: 35px;
}
.detail-meta-single-event .tribe-events-single-section:before {
	display: none;
}
.detail-meta-single-event .tribe-events-meta-group {
	width: 100%;
	flex: auto;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}
.detail-text-single-event .tribe-events-cal-links .tribe-events-gcal,
.detail-text-single-event .tribe-events-cal-links .tribe-events-ical,
.detail-text-single-event .tribe-events-cal-links .tribe-events-ics {
	color: #862633;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.08px;
	text-transform: uppercase;
	padding-left: 0px;
	background: none;
}
.detail-text-single-event .tribe-events-cal-links .tribe-events-gcal:hover,
.detail-text-single-event .tribe-events-cal-links .tribe-events-ical:hover,
.detail-text-single-event .tribe-events-cal-links .tribe-events-gcal:focus,
.detail-text-single-event .tribe-events-cal-links .tribe-events-ical:focus,
.detail-text-single-event .tribe-events-cal-links .tribe-events-ics:hover,
.detail-text-single-event .tribe-events-cal-links .tribe-events-ics:focus {
	color: #223c63;
}
.detail-meta-single-event .tribe-events-meta-group .tribe-events-single-section-title {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: unset;
	font-family: "PT Serif", serif;
}
.detail-meta-single-event .tribe-events-event-meta dd abbr {
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
}
.detail-meta-single-event .tribe-events-event-meta dd[class$="url"],
.detail-meta-single-event .tribe-events-event-meta dt:not(:first-child) {
	margin-top: 0;
}
.detail-meta-single-event .tribe-events-event-meta dt {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.detail-meta-single-event .tribe-events-event-meta a {
	color: var(--primary-color);
	font-size: 18px;
	font-weight: normal;
}
.detail-meta-single-event .tribe-events-event-meta a:hover,
.detail-meta-single-event .tribe-events-event-meta a:focus {
	color: #b49c79;
	text-decoration: underline;
}
.content-header-single-event .tribe-events-schedule {
	margin-top: 0px;
	margin-bottom: 0;
}
.main-header-single-event .tribe-events-back {
	margin-bottom: 0px;
}
.detail-text-single-event .tribe-events-cal-links {
	margin-bottom: 0px;
	color: #000;
	font-family: "Lato", sans-serif;
}
.detail-text-single-event {
	padding-right: 45px;
}
.main-header-single-event .tribe-events-back a:before {
	content: "";
	background-image: url(assets/images/arrow-left.png);
	width: 30px;
	height: 13px;
	background-repeat: no-repeat;
	margin-right: 5px;
	background-position: left;
	background-size: contain;
	display: inline-block;
}
.main-header-single-event .tribe-events-back a:hover,
.main-header-single-event .tribe-events-back a:focus {
	color: #223c63;
	text-decoration: none;
}

.image-grid-our-team-items img {
	border-radius: 75px;
	height: inherit;
	min-height: 150px;
	object-fit: cover;
}
.latest_news_a_grid_large {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.name-category-grid-our-member-item {
	display: inline-block;
	color: #818181;
	text-transform: uppercase;
	letter-spacing: 0.14em;
}
.item-contact-grid-our-member-item {
	margin-bottom: 10px;
	width: 100%;
}
.item-contact-grid-our-member-item a {
	display: inline-flex;
	align-items: center;
}
.item-contact-grid-our-member-item i {
	margin-right: 10px;
	font-size: 20px;
}
.item-contact-grid-our-member-item a:hover,
.item-contact-grid-our-member-item a:focus {
	color: #862633;
}
.member-column-item-row {
	margin-bottom: 70px;
}
.member-column-item-row .image-grid-our-team-items img {
	height: 150px;
	width: 150px;
}

.right-main-header-single-event .rtec-already-registered-reveal {
	display: none !important;
}
.right-main-header-single-event {
	width: 50%;
	padding-left: 60px;
}
.left-main-header-single-event {
	max-width: 50%;
}
.main-header-single-event {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.btn-register-single-event #rtec-form-toggle-button {
	padding: 17px 40px;
	background: var(--primary-color);
	display: inline-block;
	transition: 0.25s;
	transition: all 0.1s, color 0s 0.1s;
	cursor: pointer;
	position: relative;
	color: #fff;
	border: none;
	width: 100%;
	text-transform: uppercase;
}
.btn-register-single-event #rtec-form-toggle-button:before {
	content: "";
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	border: 1px solid #fff;
	position: absolute;
	left: 7px;
	top: 7px;
}
.btn-register-single-event #rtec-form-toggle-button:hover,
.btn-register-single-event #rtec-form-toggle-button:focus {
	box-shadow: 0 0 0 7px rgb(0 0 0 / 40%) inset;
	color: #fff;
	background: rgb(0 0 0 / 100%);
}
.btn-register-single-event #rtec-form-toggle-button:hover:before,
.btn-register-single-event #rtec-form-toggle-button:focus:before {
	border-color: #fff;
}

.rtec-modal-content .rtec-already-registered-reveal {
	display: none !important;
}
.rtec-modal.rtec-form-modal .rtec-button-link.rtec-media-modal-close {
	left: auto;
	line-height: 23px;
}
.rtec-modal.rtec-form-modal .tribe-events-notices {
	background: rgba(134, 38, 51, 0.4);
	border: none;
	color: var(--primary-color);
	text-shadow: none;
}
.rtec-modal-content #rtec-form .rtec-form-buttons input[type="submit"] {
	background: var(--primary-color);
	border: none;
	color: #fff;
	padding: 15px 30px;
}
.rtec-modal-content #rtec-form .rtec-form-buttons input[type="submit"]:hover,
.rtec-modal-content #rtec-form .rtec-form-buttons input[type="submit"]:focus {
	background: #000;
}

.page-404-content {
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
}
.page-404-content .btn-404-back-home {
	display: block;
	width: 100%;
	text-align: center;
}
.tribe-events .tribe-events-calendar-day__event-featured-image-link,
.tribe-events .tribe-events-calendar-list__event-featured-image.hiden-image {
	display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
	border: 1px solid #c4c4c4;
	padding: 30px;
	margin-left: 0;
	margin-right: 0;
	cursor: pointer;
	position: relative;
}
.tribe-events-calendar-list__event-row .content-link-position {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag-datetime {
	align-items: center;
	justify-content: center;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row > .tribe-common-g-col {
	padding-left: 0;
	padding-right: 0;
	width: 120px;
}
.tribe-common--breakpoint-medium.tribe-events
	.tribe-events-calendar-list__event-row
	> .tribe-events-calendar-list__event-date-tag {
	padding-right: 30px;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-list .tribe-common-h4--min-medium {
	font-size: 36px;
	line-height: 1.42;
	font-family: "PT Serif", serif;
	font-weight: bold;
}
.tribe-common .tribe-events-calendar-list .tribe-common-b2 {
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45em;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-title {
	font-size: 18px;
	font-family: "Lato", sans-serif;
	margin-top: 15px;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-list__event-title a {
	color: #000;
	transition: none;
}
.tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-header .tribe-common-b2 {
	display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row:hover,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row:focus {
	background: #223c63;
	border-color: #223c63;
}

.tribe-common--breakpoint-medium.tribe-events
	.tribe-events-calendar-list
	.tribe-events-calendar-list__event-row:hover
	.tribe-events-calendar-list__event-date-tag-weekday {
	color: #fff;
}
.tribe-common--breakpoint-medium.tribe-events
	.tribe-events-calendar-list
	.tribe-events-calendar-list__event-row:hover
	.tribe-events-calendar-list__event-date-tag-daynum {
	color: #fff;
}
.tribe-common--breakpoint-medium.tribe-events
	.tribe-events-calendar-list
	.tribe-events-calendar-list__event-row:hover
	.tribe-common-b2 {
	color: #fff;
	font-family: Lato, sans-serif;
}
.tribe-common--breakpoint-medium.tribe-common
	.tribe-events-calendar-list
	.tribe-events-calendar-list__event-row:hover
	.tribe-events-calendar-list__event-title
	a {
	color: #fff;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-list__event-title a:hover {
	text-decoration: none;
	border: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .search-top-header-event {
	width: 100%;
	display: block;
	margin-bottom: 50px;
	background: #f5f5f5;
	position: relative;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header .cutom-filter-bar-top-header {
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: revert;
	flex-direction: row-reverse;
	margin-bottom: 40px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .search-top-header-event:before {
	content: "";
	position: absolute;
	right: 100%;
	top: -1px;
	width: 50%;
	background: #f5f5f5;
	z-index: 1;
	bottom: -1px;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .search-top-header-event:after {
	content: "";
	position: absolute;
	left: 100%;
	top: -1px;
	width: 50%;
	background: #f5f5f5;
	z-index: 1;
	bottom: -1px;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
	background-color: #fff;
	padding: 23px 0;
	margin: 50px 0;
	border: 1px solid #c4c4c4;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar {
	margin-bottom: 0;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3--min-medium {
	font-size: 18px;
	line-height: 1.38;
	font-weight: bold;
	border: 1px solid #c4c4c4;
	border-radius: 0px;
	font-family: "Lato", sans-serif;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar-c-filter,
.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slide {
	margin-right: 15px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar {
	width: 40%;
}
.tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events
	.tribe-events-header--has-event-search
	.tribe-events-c-events-bar__filter-button {
	outline: none;
}
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
	padding: 17px 40px;
	background: var(--primary-color);
	display: inline-block;
	transition: 0.25s;
	transition: all 0.1s, color 0s 0.1s;
	cursor: pointer;
	position: relative;
	color: #fff;
	border: none;
	width: 100%;
	text-transform: uppercase;
	border-radius: 0;
}
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-common .tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:focus {
	box-shadow: none;
	color: #fff;
	background: #223c63;
}
.tribe-common .tribe-common-c-btn:before,
.tribe-common a.tribe-common-c-btn:before {
	content: "";
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	border: 1px solid #fff;
	position: absolute;
	left: 7px;
	top: 7px;
}
.tribe-common .tribe-common-c-btn:hover:before,
.tribe-common a.tribe-common-c-btn:focus:before {
	border-color: #fff;
}
.tribe-events button {
	outline: none;
}
.categoris-list-event > div {
	display: none;
}
.categoris-list-event .tribe-event-categories {
	display: inline-flex;
	padding-left: 30px;
	position: relative;
}
.categoris-list-event .tribe-event-categories:before {
	content: "";
	border: 1px solid var(--primary-color);
	transform: rotate(30deg);
	display: inline-block;
	left: 15px;
	position: absolute;
	top: 0px;
	height: 100%;
}
.categoris-list-event .tribe-event-categories li a {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.2px;
	font-weight: bold;
	color: var(--primary-color);
}
.tribe-common--breakpoint-medium.tribe-events
	.tribe-events-calendar-list
	.tribe-events-calendar-list__event-row:hover
	.tribe-event-categories:before,
.tribe-common--breakpoint-medium.tribe-events
	.tribe-events-calendar-list
	.tribe-events-calendar-list__event-row:focus
	.tribe-event-categories:before {
	border-color: #fff;
}
.tribe-common--breakpoint-medium.tribe-events
	.tribe-events-calendar-list
	.tribe-events-calendar-list__event-row:hover
	.tribe-event-categories
	li
	a,
.tribe-common--breakpoint-medium.tribe-events
	.tribe-events-calendar-list
	.tribe-events-calendar-list__event-row:focus
	.tribe-event-categories
	li
	a {
	color: #fff;
}
.tribe-common .categoris-list-event {
	padding-top: 15px;
	display: block;
	padding-bottom: 10px;
}
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3--min-medium.tribe-events-c-ical {
	display: none;
}
.tribe-events nav.tribe-events-calendar-list-nav.tribe-events-c-nav {
	border: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-bottom: 30px;
	padding-top: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs {
	margin-bottom: 0;
	margin-top: 45px;
}
.tribe-common .tribe-common-l-container {
	max-width: 1230px;
}
.tribe-events .tribe-events-c-breadcrumbs__list-item-link,
.tribe-events .tribe-events-c-breadcrumbs__list-item span {
	color: #000 !important;
	font-size: 36px;
	font-weight: bold;
	font-family: "PT SERIF", sans-serif;
}
.large-event-events-page {
	background: url("assets/images/bg-default-section.png");
	padding-top: 50px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.content-large-feature-events {
	padding-top: 50px;
	padding-bottom: 50px;
}
.right-content-large-events {
	height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	padding-left: 30px;
}

.right-content-large-events .title-event-list {
	margin-top: 20px;
	margin-bottom: 30px;
}
.btn-register-large-events {
	display: block;
	width: 100%;
	margin-top: 30px;
}
.right-content-large-events .list-category-large-sigle li a {
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	font-family: "LATO", sans-serif;
	font-weight: bold;
	letter-spacing: 0.6px;
}
.image-feature-large-events:before {
	content: "";
	padding-top: 67%;
	width: 100%;
	display: block;
}
.image-feature-large-events img {
	display: none;
}
.image-feature-large-events {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
}
.single.single-tribe_events .large-event-events-page {
	display: none;
}
.right-content-large-events .title-event-list {
	width: 100%;
}
.content-biography-popup button.close span {
	display: none;
}
.btn-register-single-event #rtec-form-toggle-button {
	margin-bottom: 0px;
}

.have-icon a {
	display: inline-flex;
	align-items: center;
}
.have-icon i {
	margin-left: 10px;
}

.heading-link-box-item-archive {
	width: 100%;
}
.member-column-item-row .image-grid-our-team-items img {
	border: 5px solid transparent;
}
.associate-member .image-grid-our-team-items img {
	border-color: #862633;
}
.member .image-grid-our-team-items img {
	border-color: #b49c79;
}

.single-post .all-post-banner a:before {
	content: "";
	background-image: url(assets/images/arrow-left.png);
	width: 30px;
	height: 13px;
	background-repeat: no-repeat;
	margin-right: 8px;
	background-position: left;
	background-size: contain;
	display: inline-block;
}
.text-right-view-all-events a:after {
	content: "";
	background-image: url(assets/images/arrow-right.png);
	width: 30px;
	height: 13px;
	background-repeat: no-repeat;
	margin-left: 8px;
	background-position: left;
	background-size: contain;
	display: inline-block;
}
.detail-meta-single-event .tribe-events-event-meta dt.tribe-events-event-categories-label {
	display: none;
}
.detail-meta-single-event .tribe-events-event-meta dt.custom-title-label-category-event {
	display: block;
}
.detail-meta-single-event .tribe-events-meta-group-venue {
	display: none;
}
.tribe-events-meta-group-other h2.tribe-events-single-section-title {
	display: none;
}
.tribe-events-event-meta dl {
	margin: 0;
}
.detail-meta-single-event .tribe-events-meta-group-details {
	margin-bottom: 0;
}
.detail-meta-single-event .tribe-events-meta-group-details .tribe-events-time-zone {
	font-size: 18px;
}
.detail-meta-single-event .tribe-events-meta-group-details dd.tribe-events-event-url {
	display: none;
}
.detail-meta-single-event .tribe-events-meta-group dd.tribe-meta-value {
	font-size: 18px;
}

.content-pop-member-map {
	outline: none;
}
body .sgpb-theme-1-content {
	box-shadow: none !important;
	max-width: 700px !important;
	width: 100% !important;
	border: none !important;
	padding: 0px !important;
}
.sgpb-popup-close-button-1 {
	right: 15px !important;
	top: 15px !important;
}
.main-content-pop-member-map {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 30px;
	padding-top: 0px;
}
.left-content-pop-member-map {
	padding-right: 30px;
	width: 180px;
}
.right-content-pop-member-map {
	width: calc(100% - 180px);
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.left-content-pop-member-map .avatar_member_map img {
	width: 150px;
	border-radius: 50%;
	border: 1px solid #d3d3d3;
	height: 150px;
	object-fit: cover;
}
.state-content-pop-member-map {
	line-height: 1.34em;
}
.name-content-pop-member-map {
	width: 100%;
}
.left-right-content-pop-member-map {
	padding-right: 40px;
}
.left-right-content-pop-member-map .list-category-member-item {
	margin-top: 10px;
	text-transform: uppercase;
}
.right-content-pop-member-map .item-contact-grid-our-member-item {
	margin-bottom: 20px;
	width: 100%;
}
.main-menu-footer ul li.open-new-tab-menu a:after {
	content: "\e902";
	display: inline-block;
	position: relative;
	font-family: "icomoon" !important;
	margin-left: 7px;
	font-size: 13px;
	color: #999;
	transition: all 0.2s, color 0.2s 0.2s;
}
.main-menu-footer ul li.open-new-tab-menu a:hover:after,
.main-menu-footer ul li.open-new-tab-menu a:focus:after {
	color: #223c63;
}
.columns-item-archive-row a {
	text-decoration: none;
}
.breadcrumbs-archive a {
	text-decoration: none;
}
.breadcrumbs-archive a:hover,
.breadcrumbs-archive a:focus {
	text-decoration: none;
	color: #223c63;
}
.list-category-post-sigle:before {
	display: none;
}
.page-parent-title-banner .link-breadcrumbs-archive {
	padding-left: 0px;
	margin-left: 0px;
	color: var(--primary-color);
}
.page-parent-title-banner .link-breadcrumbs-archive:before {
	display: none;
}
.section-header-pages a {
	text-decoration: none;
	color: var(--primary-color);
}
.section-header-pages a:hover {
	text-decoration: none;
	color: #223c63;
}
.page-parent-title-banner .link-breadcrumbs-archive:hover,
.page-parent-title-banner .link-breadcrumbs-archive:focus {
	color: #223c63;
}
.widget a {
	text-decoration: none;
}
.list-key-color-map li {
	position: relative;
	padding-left: 35px;
}
.list-key-color-map li:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.list-key-color-map li.gold-key:before {
	background: #b49c79;
}
.list-key-color-map li.red-key:before {
	background: #862633;
}

path.member-states {
	fill: #b49c79;
}
path.member-states:hover {
	fill: #dac4a3;
}
path.acssociate-member-states .tspan:hover {
	fill: #dac4a3;
}

path.acssociate-member-states {
	fill: #862633;
}
path.acssociate-member-states:hover {
	fill: #894951;
}
path.acssociate-member-states .tspan:hover {
	fill: #894951;
}

.item-contact-grid-our-member-item a {
	text-decoration: none;
}
.link-breadcrumbs-archive {
	color: #000;
}
.items-seminar-list a {
	text-decoration: none;
}
.page-id-318 .detail-heading-pages {
	background-position: center 25%;
}
.blog .detail-heading-pages:before {
	display: none;
}
.home .latest_news_a_grid_large {
	background-position: bottom;
	background-size: 100% 100%;
}
.home .button_items_grid {
	background-position: top;
	background-size: 100% 100%;
}
.img-icon-arrow-right {
	background-image: url("assets/images/arrow-right-1.png");
	width: 33px;
	height: 11px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	display: inline-block;
}
.link-box-item-archive:hover .img-icon-arrow-right {
	background-image: url("assets/images/arrow-right-1-white.png");
}
.items-post-list:hover .img-icon-arrow-right {
	background-image: url("assets/images/arrow-right-1-white.png");
}

.content-biography-popup .modal-body {
	padding: 30px;
}
.content-biography-popup .modal-header {
	padding: 30px;
}
.content-biography-popup .info-team-popup .sub-name-grid-our-team-item {
	margin-bottom: 15px;
}
.tribe-events-back a,
.tribe-events-back a:visited {
	font-family: "Lato", sans-serif;
}
.tribe-events-schedule .recurringinfo,
.tribe-events-schedule h2,
.tribe-related-event-info .recurringinfo {
	font-family: "LATO", sans-serif;
}
.tribe-events-event-meta,
.tribe-events-content {
	font-family: "LATO", sans-serif;
}
.single .wp-block-button__link {
	padding: 22px 37px;
	background: var(--primary-color);
	display: inline-block;
	transition: 0.25s;
	transition: all 0.1s, color 0s 0.1s;
	cursor: pointer;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Lato", sans-serif;
	line-height: 20px;
	letter-spacing: 0.8px;
	font-weight: bold;
	text-decoration: none;
	border-radius: inherit;
}
.single .wp-block-button__link:before {
	content: "";
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	border: 1px solid #fff;
	position: absolute;
	left: 7px;
	top: 7px;
}
.single .wp-block-button__link:hover,
.single .wp-block-button__link:focus {
	box-shadow: none;
	color: #fff;
	background: #223c63;
	text-decoration: none;
}
.single .wp-block-button__link:hover:before,
.single .wp-block-button__link:focus:before {
	border-color: #fff;
}
a.items-post-list {
	text-decoration: none;
	color: inherit;
}
.blog .items-post-list {
	display: block;
}
.tribe-common .categoris-list-event {
	display: none;
}
.tag-category-bottom-events {
	display: none;
}
.title-event-list {
	margin-bottom: 0;
}
.justify-content {
	justify-content: center;
}
a.link-position {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.items-post-list {
	position: relative;
}
.navigation-pagation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nav-link-paga a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.08px;
}
.nav-link-paga a:hover,
.nav-link-paga a:focus {
	color: #223c63;
}
.prev-link a:before {
	content: "";
	background-image: url(assets/images/arrow-left.png);
	width: 30px;
	height: 13px;
	background-repeat: no-repeat;
	margin-right: 8px;
	background-position: left;
	background-size: contain;
	display: inline-block;
}
.next-link a:after {
	content: "";
	background-image: url(assets/images/arrow-right.png);
	width: 30px;
	height: 13px;
	background-repeat: no-repeat;
	margin-left: 8px;
	background-position: right;
	background-size: contain;
	display: inline-block;
}
.pagination-custom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.pagination-custom a,
.pagination-custom span.current {
	display: none;
	text-decoration: none;
	color: #000;
}
.pagination-custom .prev {
	display: inline-block;
}
.pagination-custom .next {
	display: inline-block;
}
.pagination-custom a:hover,
.pagination-custom a:focus {
	color: #223c63;
}
.pagination-custom .prev:before {
	content: "";
	background-image: url(assets/images/arrow-left.png);
	width: 30px;
	height: 13px;
	background-repeat: no-repeat;
	margin-right: 8px;
	background-position: left;
	background-size: contain;
	display: inline-block;
}
.pagination-custom .next:after {
	content: "";
	background-image: url(assets/images/arrow-right.png);
	width: 30px;
	height: 13px;
	background-repeat: no-repeat;
	margin-left: 8px;
	background-position: right;
	background-size: contain;
	display: inline-block;
}
.content-column-item-event-list {
	position: relative;
}
.img-grid-upcomming-events {
	padding: 30px;
	padding-bottom: 10px;
}
.content-column-item-event-list {
	position: relative;
	background: #fff;
	height: 100%;
}
.content-column-item-event-list:hover {
	background: #223c63;
}
.content-column-item-event-list:hover .content-upcomming-events {
	background: #223c63;
	color: #fff;
}
.content-column-item-event-list:hover .title-event-list a {
	color: #fff;
}
.content-main-header-single-event {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	flex-direction: row-reverse;
}
.tribe-events .tribe-events-calendar-list__event-row {
	position: relative;
}
.excerpt-items-event-large {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.35em;
	font-family: "Lato", sans-serif;
}
.content-main-resource h5 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
}
.content-main-resource a {
	padding-left: 15px;
	position: relative;
	display: inline-block;
}
.content-main-resource a:hover,
.content-main-resource a:focus {
	color: #223c63;
}
.content-main-resource a:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: black;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
.content-main-resource a:hover:before,
.content-main-resource a:focus:before {
	background: #223c63;
}
.content-main-resource ul {
	float: right;
}
.content-main-resource {
	text-align: right;
}
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8,
.tribe-common .tribe-common-h3,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input,
.tribe-common .tribe-common-form-control-text__input,
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-common .tribe-common-b2,
.tribe-common--breakpoint-medium.tribe-events
	.tribe-events-c-view-selector--labels
	.tribe-events-c-view-selector__button-text,
.tribe-events .tribe-events-c-view-selector__list-item-text,
.tribe-events .datepicker .datepicker-switch,
.tribe-common .tribe-common-c-btn-border-small,
.tribe-common a.tribe-common-c-btn-border-small {
	font-family: "Lato", sans-serif;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
	font-family: "PT", sans-serif;
}
#wordfenceBox,
.tribe-common .tribe-common-b3 {
	font-family: "Lato", sans-serif;
}
.archive #tribe-events-content * {
	font-family: "Lato", sans-serif;
}
.tribe-events-c-nav__list .tribe-events-c-nav__list-item svg {
	display: none;
}
.tribe-events-c-nav__list .tribe-events-c-nav__list-item--prev .tribe-common-b1--min-medium:before {
	content: "";
	background-image: url(assets/images/arrow-left.png);
	width: 30px;
	height: 13px;
	background-repeat: no-repeat;
	margin-right: 8px;
	background-position: left;
	background-size: contain;
	display: inline-block;
}
.tribe-events-c-nav__list .tribe-events-c-nav__list-item--next .tribe-common-b1--min-medium:after {
	content: "";
	background-image: url(assets/images/arrow-right.png);
	width: 30px;
	height: 13px;
	background-repeat: no-repeat;
	margin-left: 8px;
	background-position: right;
	background-size: contain;
	display: inline-block;
}
.tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-common-b1--min-medium:hover {
	color: #223c63;
}
.tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-common-b1--min-medium {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	/* cursor: pointer; */
}
.tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__next:disabled,
.tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__prev:disabled {
	color: #d5d5d5;
}
@media (max-width: 575px) {
	div#archiveList > ul > li {
		padding: 7.5px 15px;
		width: 100%;
	}
}
@media (min-width: 576px) {
	div#archiveList > ul > li {
		width: 100%;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		padding: 15px;
	}
}
@media (min-width: 768px) {
	div#archiveList > ul > li {
		width: 33.333333%;
		flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		padding: 15px;
	}
}

@media (min-width: 992px) {
	div#archiveList > ul > li {
		width: 33.333333%;
		flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		padding: 15px;
	}
}

div#archiveList ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
