/*
Theme Name: Villarina
Author: the Panalo team, Nerd Crossing
Description: Brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
CUSTOM CSS
font-family: 'Poppins', sans-serif;
--------------------------------------------------------------*/
/* BODY */
html.js { margin-top: 0!important; }
#page { background-color: #fff; }
body.buddypress .site-content { padding-top: 0!important; }

/* ADMIN BAR */
.logged-in #wpadminbar { display: block; }
body #wpadminbar { display: none; }

.site-content-contain {
	background-image: url('assets/images/website-background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	min-height: 85vH;
}
.site-content-contain:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.5;
}

/* HEADER */
.site-header {
	color: #4B4B4B;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	position: relative;
	z-index: 99;
}

/* LOGO + MENU */
.logged-in .site-nav { 
	margin-top: 30px;
}
.site-nav {
	padding: 15px 0;
	background: rgba(0, 0, 0, 1);
}
.site-nav .nav-header {
    display: flex;
    display: -ms-flexbox;
    position: relative;
    align-items: center;
    justify-content: center;
}
.site-nav .nav-header .col-logo {
	width: 30%;
	text-align: left;
}
.site-nav .nav-header .col-menu {
	width: 70%;
	text-align: right;
}
.site-nav nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-nav nav ul li {
	margin: 0 30px 0 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.site-nav nav>ul li {
	padding: 10px 0;
}
.site-nav nav ul li:last-child { 
	margin-right: 0;
}
.site-nav nav ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.site-nav nav ul li a:hover {
	opacity: 0.8;
	text-decoration: none;
	transition: all 0.4s ease-out;
}
.site-nav nav ul li.current_page_item a { opacity: 0.6; }
.site-nav nav ul li.menu-login a {
	border: 1px solid #fff;
    border-radius: 15px;
    padding: 5px 20px;
}
.home .site-nav nav ul li.menu-login a { border: 1px solid #FFF; }
.site-nav nav ul li.menu-notification { margin: 0 15px 0 0; }
.site-nav nav ul li.menu-notification a span {
	width: 20px;
	height: 21px;
	background: url('../images/icon-notify.png') no-repeat left;
	display: inline-block;
}
.site-nav nav ul li.menu-profile { margin: 0; }
.site-nav nav ul li.menu-profile a span {
	width: 21px;
	height: 21px;
	background: url('../images/icon-username-gray.png') no-repeat left;
	display: inline-block;
}
.site-nav nav li.menu-item-has-children ul {
	display: none;
	transition: all 0.6s ease-out;
}
.site-nav nav li:hover > ul {
    width: 280px;
    height: auto;
    position: absolute;
    top: 20px;
    left: -15px;
    background-color: #000;
    text-align: left;
    padding: 5px 15px 15px;
    display: block;
    border: 0;
    border-radius: 0;
    z-index: 999;
}
.site-nav nav li.menu-item-has-children ul li {
	border-bottom: 1px solid #eee;
	display: block;
	margin: 0;
}
.site-nav nav li.menu-item-has-children ul li a {
	padding: 10px 0;
    display: block;
	opacity: 1;
}
.site-nav nav li.menu-item-has-children ul li a:hover { opacity: 0.8; }
.site-nav nav li.menu-item-has-children ul li.current_page_item a { opacity: 0.8; }

.site-nav nav li:hover > ul li:hover ul {
    left: unset;
    right: -230px;
    top: -4px;
}

/* MOBILE MENU */
.mobile-menu {
	display: none;
	padding: 20px;
	box-shadow: 3px 1px 14px rgb(0 0 0 / 6%);
}
.mobile-menu nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu nav ul li {
	margin: 0;
	display: block;
}
.mobile-menu nav ul li a {
	color: #4B4B4B;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 8px 0;
	display: block;
    border-top: 1px solid #ddd;
}
.mobile-menu nav ul li a:hover {
	opacity: 0.8;
	text-decoration: none;
	transition: all 0.4s ease-out;
}
.mobile-menu nav ul li.current_page_item a { font-weight: 600; }
.mobile-menu .toggle-menu {
	color: #4B4B4B;
	font-size: 20px;
	font-weight: 400;
}

/* MAIN */
#main {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	padding: 4em 0;
    margin-bottom: 2em;
}
#main .section { margin-bottom: 4em; }

/* FOOTER */
.site-footer {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	padding: 0 0 25px;
}
.home .site-footer .copyright p { color: #fff; }
.site-footer .copyright p { margin: 0; }
.site-footer .copyright p a { color: #fff; }
.home .site-footer .copyright p a { color: #fff; }
.site-footer .copyright hr {
	margin-top: 0;
    margin-bottom: 25px;
	border: 0;
	border-top: 2px solid #E4E4E4;
}

/* PAGES */
.site-pages {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 4em;
}

/* BOTTOM SCROLL */
.page-scroll {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #1188BB;
	box-shadow: 0px 1px 24px rgb(0 0 0 / 6%);
	z-index: 999;
}
.page-scroll i {
	color: #1188BB;
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
}

/* HOME */
.section .welcome h1 {
	color: #fff;
    font-size: 34px;
    font-weight: 500;
	margin: 0 0 15px;
	padding: 0;
}
.section .welcome p {
	color: #fff;
	width: 70%;
	margin: 0 auto 15px;
	line-height: 24px;
}
.section .welcome p a {
	color: #fff;
}
.states-slider { overflow: hidden; }
#owl-states .block { padding: 0 3px; }
#owl-states .block-inner {
	padding: 10px 10px 0 10px;
	background: #fff;
	text-align: center;
	box-shadow: 3px 1px 14px rgba(0, 0, 0, 0.06);
}
#owl-states .block h3 {
	color: #4B4B4B;
    font-size: 15px;
    font-weight: 500;
	margin: 0;
	padding: 0;
}
#owl-states .block h3 a { color: #4B4B4B; }
#owl-states .block h3 a:hover {
	color: #1188BB;
	text-decoration: none;
}
#owl-states .block-text { padding: 16px 8px; }
#owl-states .owl-stage-outer { padding: 4em 0 2em;  }
#owl-states .owl-dots {
	display: block;
	text-align: center;
}
#owl-states .owl-dots .owl-dot {
	background-color: #fff;
	width: 25px;
	height: 6px;
	border: 1px solid #777;
	border-radius: 5px;
	display: inline-block;
	margin: 0 3px;
}
#owl-states .owl-dots .owl-dot.active { background-color: #777; }

/* ALBUM */
/*
.album .states-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    position: relative;
}
.album .states-slider .block {
    width: 23%;
    margin: 0 10px 15px;
	text-align: center;
    box-shadow: 3px 1px 14px rgb(0 0 0 / 5%);
}
.album .states-slider .block-inner {
	padding: 10px 10px 0 10px;
	background: #fff;
	text-align: center;
	border: 1px solid #fff;
}
.album .states-slider .block-inner:hover { border: 1px solid #ddd; }
.album .states-slider .block h3 {
    font-size: 15px;
    font-weight: 500;
	margin: 0;
	padding: 0;
}
.album .states-slider .block h3 a { color: #4B4B4B; }
.album .states-slider .block-text { padding: 16px 8px; }
.album .states-slider img {
	height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: middle;
}
*/

/* ALBUM GALLERY */
/*
.album article header h1 {
	color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 15px;
    padding: 0;
    text-transform: capitalize;
}
.album-galleries {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    position: relative;
}
.album-galleries .block {
	width: 24%;
    margin: 0 4px 4px 0;
}
.album-galleries .block img {
	height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: middle;
	transition: transform .5s ease;
}
.album-galleries .block img:hover {
	transform: scale(1.1); 
}
*/

/* FAMILY TREE */
/*
.family-tree header {
	padding: 20px 0;
	margin-bottom: 5em;
	border-bottom: 1px solid #eee;
}
.family-tree header p {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	margin: 0 0 20px;
}
.family-tree header h1 {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	padding: 0;
	margin: 0;
}
.family-tree h2 {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	padding: 0;
	margin: 0 0 40px;
}
.family-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	align-items: flex-start;
    justify-content: center;
	text-align: center;
    position: relative;
}
.family-blocks .block {
	width: 23%;
	margin: 0 10px 40px;
}
.family-blocks .block .block-img {
	width: 145px;
    height: 145px;
    margin: 0 auto;
    border: 6px solid #EEEEEE;
    border-radius: 50%;
	background-color: #eee;
}
.family-blocks .block img {
	border-radius: 50%;
	margin: 0 auto 10px;
	border-radius: 50%;
}
.family-blocks .block p {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
}
.family-blocks .block p em {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	display: block;
}
.sub-tree {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: top;
    justify-content: center;
	text-align: center;
    position: relative;
}
.sub-tree .sub-tree-col {
	width: 48%;
	margin: 0 10px 40px;
}
.sub-tree .sub-tree-col.first { border-right: 1px solid #eee; }
.sub-tree-col .family-blocks .block {
	width: 46%;
	margin: 0 10px 40px;
}
.sub-tree-col .family-blocks.col-1 .block {
	width: 100%;
	margin: 0 10px 40px;
}
*/

/* LOGIN */
#loginVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}
.home #loginVideo:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.5;
}
main#main.login,
main#main.register {
	/*background-image: url('../images/background-login.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;*/
	margin-bottom: 0;
	padding: 8em 0;
	min-height: 650px;
	position: relative;
}
main.login .entry-content,
main.register .entry-content {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
    justify-content: center;
}
.login .login-leftbar,
.register .login-leftbar { width: 35%; }
.login .login-leftbar img {
	height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.login .login-rightbar {
	width: 65%;
	padding: 0 8em;
	background-image: url('../images/transparent.png');
	background-size: contain;
	background-repeat: repeat;
	min-height: 400px;
}
.login .login-rightbar input {
	color: black;
}
.login .login-rightbar p,
.register .login-rightbar p {
	color: #fff; 
	font-weight: 300;
	margin-top: 8px;
	margin-bottom: 0;
}
.login .login-rightbar p a,
.register .login-rightbar p a {
	color: #fff;
	font-weight: 400;
}
.login .login-rightbar section { padding-top: 4em; }
.widget_bp_core_login_widget h1 {
	color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0;
	text-align: center;
}
#bp-login-widget-form label { display: none; }
#bp-login-widget-form input[type=text] {
	color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 20px;
	padding: 8px 8px 8px 30px;
	background: url('../images/icon-username.png') no-repeat left;
}
#bp-login-widget-form input[type=password] {
	color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 20px;
	padding: 8px 8px 8px 30px;
	background: url('../images/icon-password.png') no-repeat left;
}
#bp-login-widget-form input[type=text]:focus-visible,
#bp-login-widget-form input[type=password]:focus-visible { outline: none; }
#bp-login-widget-form #bp-login-widget-submit {
	color: #4B4B4B;
    font-size: 14px;
	font-weight: 600;
	border: 1px solid #C9C9C9;
    border-radius: 15px;
	background-color: #fff;
	width: 100px;
    padding: 6px 10px;
	display: block;
    margin: 0 auto;
}
#bp-login-widget-form #bp-login-widget-submit:hover {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	transition: all 0.6s ease-out;
}
#bp-login-widget-form .forgetmenot { display: none; }
#bp-login-widget-form .bp-login-widget-register-link { display: none; }
.login .entry-footer,
.register .entry-footer { margin-top: 5em; }
.login .entry-footer p,
.register .entry-footer p {
	color: #fff;
	font-weight: 300;
	margin: 0;
}
.login .entry-footer p a,
.register .entry-footer p a {
	color: #fff;
	font-weight: 600;
}
.login .entry-footer p strong,
.register .entry-footer p strong { font-weight: 600; }

@media (min-width: 768px) {
	.login .login-rightbar { width: 65%; padding: 0 4em; }
	.login .login-leftbar, .register .login-leftbar { width: 35%; }
	main.login .entry-content, main.register .entry-content { width: 90%; }
}

@media (min-width: 992px) {
	.login .login-rightbar { width: 65%; padding: 0 6em; }
	.login .login-leftbar, .register .login-leftbar { width: 35%; }
	main.login .entry-content, main.register .entry-content { width: 80%; }
}

@media (min-width: 1200px) {
	.login .login-rightbar { width: 65%; padding: 0 8em; }
	.login .login-leftbar, .register .login-leftbar { width: 35%; }
	main.login .entry-content, main.register .entry-content { width: 80%; }
}

@media only screen and (max-width: 480px) {
	.section .welcome p { width: 100%; }
}

@media only screen and (max-width: 540px) {

}

@media only screen and (max-width: 600px) {
	.mobile-menu { display: block; }
	.site-nav { display: none; }
	.login .login-leftbar img { height: 300px; }
	main.login .entry-content, main.register .entry-content { width: 100%; }
	.login .login-rightbar { width: 100%; padding: 0 4em; }
	.login .login-leftbar, .register .login-leftbar { width: 100%; }
}

/* HIGHER SCREEN SIZES */
@media (min-width: 1371px) and (max-width: 1440px) {
	main#main.login {
		padding: 8em 0;
		min-height: auto;
	}
}

@media (min-width: 1441px) and (max-width: 1600px) {
	main#main.login {
		padding: 9em 0;
		min-height: auto;
	}
}

@media (min-width: 1601px) and (max-width: 1680px) {
	main#main.login {
		padding: 10em 0;
		min-height: auto;
	}
}

@media (min-width: 1681px) and (max-width: 1920px) {
	main#main.login {
		padding: 14em 0;
		min-height: auto;
	}
}

/* REGISTER */
.register .login-rightbar {
	width: 65%;
	padding: 6em 8em;
	background-image: url('../images/transparent.png');
	background-size: contain;
	background-repeat: repeat;
	min-height: 708px;
}
.register .login-leftbar img {
	height: 708px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
#register-page form h2 {
	color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 20px;
    padding: 0;
	text-align: center;
}
#signup_form .register-section label { display: none; }
#signup_form .register-section legend {
	color: #fff;
    font-size: 14px;
    border-bottom: 0;
    margin-bottom: 6px;
}
#signup_form .register-section .field_type_textbox p {
	font-size: 12px;
	margin-bottom: 8px;
}
#signup_form .register-section input[type=text] {
	color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 20px;
	padding: 8px;
	width: 100%;
	display: block;
}
#signup_form .register-section #signup_username {
	color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 20px;
	padding: 8px 8px 8px 30px;
	background: url('../images/icon-username.png') no-repeat left;
	width: 100%;
	display: block;
}
#signup_form .register-section #signup_email {
	color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 20px;
	padding: 8px 8px 8px 30px;
	background: url('../images/icon-mail.png') no-repeat left;
	width: 100%;
	display: block;
}
#signup_form .register-section input[type=password] {
	color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 20px;
	padding: 8px 8px 8px 30px;
	background: url('../images/icon-password.png') no-repeat left;
	width: 100%;
	display: block;
}
#signup_form .submit input {
	color: #4B4B4B;
    font-size: 14px;
	font-weight: 600;
	border: 1px solid #C9C9C9;
    border-radius: 15px!important;
	background-color: #fff;
    padding: 6px 10px;
	display: block;
    margin: 0 auto;
}
#signup_form .submit input:hover {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	transition: all 0.6s ease-out;
}
#signup_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
#signup_form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
#signup_form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
#signup_form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

/* ACTIVITY */
.activity-buddypress {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
.activity-buddypress #buddypress { width: 80%; }
.activity-buddypress #buddypress-sidebar {
	width: 20%;
	padding-left: 20px;
}
#buddypress .item-list-tabs { display: none; }
.activity #activity-stream li.profile,
.activity #activity-stream li.activity {
	color: #4B4B4B;
	background-color: #fff;
	box-shadow: 3px 1px 14px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	margin: 0 0 30px;
	padding: 0;
}
#activity-stream li .activity-avatar {
	width: 100%;
	padding: 12px 12px 0 12px;
}
#activity-stream li .activity-avatar img.avatar {
	max-width: 100%!important;
	border-radius: 50%;
}
#activity-stream li .activity-avatar a.link-avatar {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
#activity-stream li .activity-header {
	display: inline-block;
	vertical-align: middle;
}
#activity-stream li .activity-inner {
	padding: 0 15px;
	background-color: #fff;
	margin: 15px 0 0;
}
#activity-stream li .activity-inner .rtmedia-list .rtmedia-item-title { display: none; }
#activity-stream li .rtmedia-activity-container {
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
#activity-stream li .rtmedia-activity-container .rtmedia-activity-text {
	width: 100%;
	padding: 15px 15px 0;
}
#activity-stream li .rtmedia-activity-container .rtmedia-list { width: 100%; }
#activity-stream li .rtmedia-list .rtmedia-list-item {
	width: 100% !important;
    height: 400px !important;
}
#activity-stream li .rtmedia-list .rtmedia-item-thumbnail img {
	height: 400px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
#whats-new-options .rtm-upload-button-wrapper button {
	background-color: #4B4B4B;
    border-radius: 4px;
    border: 1px solid #4B4B4B;
}
#whats-new-options .rtm-upload-button-wrapper button .dashicons { color: #fff; } 
#whats-new-options #whats-new-submit input {
	color: #fff;
    background-color: #4B4B4B;
    border-radius: 4px;
    border: 1px solid #4B4B4B;
    font-size: 14px;
    padding: 4.5px 10px;
}
#activity-stream li .activity-meta {
	padding: 0 15px 15px;
    text-align: right;
}
#activity-stream li .activity-meta a.acomment-reply {
	width: 20px;
	height: 20px;
	background: url('../images/icon-comment.png') no-repeat;
	padding-left: 28px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
#activity-stream li .activity-meta a.fav {
	width: 24px;
	height: 22px;
	background: url('../images/icon-heart.png') no-repeat;
	padding-left: 28px;
	display: inline-block;
	vertical-align: middle;
}
#activity-stream li .activity-meta a.unfav {
	width: 24px;
	height: 22px;
	background: url('../images/icon-heart-fav.png') no-repeat;
	padding-left: 28px;
	display: inline-block;
	vertical-align: middle;
}

/* PROFILE */
.profile .profile-fields .label {
	color: #4B4B4B;
    font-size: 14px;
    font-weight: 600;
}
.profile #profile-edit-form { width: 50%; }
.profile #profile-edit-form .editfield legend { font-size: 20px; }
.profile #profile-edit-form .editfield input {
	display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.profile #profile-edit-form .editfield input:focus {
	border: 1px solid #888;
	box-shadow: none;
}
.profile #profile-edit-form .submit { margin-top: 12px; }
.profile #profile-edit-form .submit input {
	color: #fff;
    background-color: #4B4B4B;
    border-radius: 0;
    border: 1px solid #4B4B4B;
    font-size: 14px;
    padding: 10px 15px;
}
.profile #profile-edit-form .submit input:hover {
	color: #4B4B4B;
    background-color: #fff;
}
.profile #profile-edit-form h2 { font-size: 24px; }
.profile #bp-upload-ui .drag-drop-buttons input {
	color: #fff;
    background-color: #4B4B4B;
    border: 1px solid #4B4B4B;
    font-size: 14px;
    padding: 8px 15px;
}
.profile #bp-upload-ui .drag-drop-buttons input:hover {
	color: #4B4B4B;
    background-color: #fff;
}

/* PROFILE HEADER */
#item-header #item-header-content .activity,
#item-header #item-header-content #item-meta { display: none; }

/* PROFILE NAV */
.bp-wrap #object-nav { border: 1px solid #ddd; }
.bp-wrap #object-nav ul li { border-right: 1px solid #ddd; }
.bp-wrap #object-nav ul li:last-child { border-right: 0; }
.bp-wrap #object-nav ul li a {
	color: #4B4B4B;
	background-color: #fff;
    padding: 10px 12px;
    width: 130px;
}
.bp-wrap #object-nav ul li a .count {
	color: #4B4B4B;
    font-size: 10px;
    padding: 4px 8px;
    border: 1px solid #ddd;
}
.bp-wrap #object-nav ul li a:hover {
	color: #fff;
	background-color: #4B4B4B;
}
.bp-wrap #object-nav ul li a:hover .count { border: 1px solid #fff; }
#item-body #subnav { border: 1px solid #ddd; }
#item-body #subnav ul li { border-right: 1px solid #ddd; }
#item-body #subnav ul li:last-child { border-right: 0; }
#item-body #subnav ul li a {
	color: #4B4B4B;
    padding: 10px 12px;
    width: 130px;
}
#item-body #subnav ul li a .count {
	color: #4B4B4B;
	background-color: #fff;
    font-size: 10px;
    padding: 4px 8px;
    border: 1px solid #ddd;
}
#item-body #subnav ul li a:hover {
	color: #fff;
	background-color: #4B4B4B;
}
#item-body #subnav ul li a:hover .count { border: 1px solid #fff; }

/* PROFILE MEDIA */
.rtmedia-container .rtmedia-list .rtmedia-item-thumbnail img { border: 3px solid #4B4B4B; }
#rtmedia-upload-container .rtm-select-files .rtmedia-upload-input {
	color: #fff;
    background-color: #4B4B4B;
    border: 1px solid #4B4B4B;
    font-size: 14px;
    padding: 8px 15px;
}
#rtmedia-upload-container .rtm-select-files .rtmedia-upload-input:hover {
	color: #4B4B4B;
    background-color: #fff;
}
#rtmedia-upload-container .rtm-album-privacy select {
	border-radius: 0;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 400;
}
#rtmedia-upload-container .rtm-album-privacy select:focus-visible {
	border-radius: 0;
}
#rtmedia-upload-container .rtm-album-privacy select optgroup { font-weight: 400; }

/* SETTINGS */
#settings-form.settings { width: 50%; }
#settings-form.settings .col-lg-12 {
	padding-right: 0;
    padding-left: 0;
	margin-bottom: 15px;
}
#settings-form.settings label {
	font-weight: 400;
	display: block;
}
#settings-form.settings .settings-input {
	height: 40px;
    border-radius: 0;
    border: 1px solid #ddd;
}
#settings-form.settings .settings-input:focus {
	border: 1px solid #888;
	box-shadow: none;
}
#settings-form.settings .submit input {
	color: #fff;
    background-color: #4B4B4B;
    border-radius: 0;
    border: 1px solid #4B4B4B;
    font-size: 14px;
    padding: 10px 15px;
}
#settings-form.settings .submit input:hover {
	color: #4B4B4B;
    background-color: #fff;
}
#settings-form .notification-settings thead .yes { padding: 0 10px; } 
#settings-form .notification-settings tbody .yes { padding: 0 10px; } 
#settings-form .submit { margin-top: 10px; }
#settings-form .submit input {
	color: #fff;
    background-color: #4B4B4B;
    border-radius: 0;
    border: 1px solid #4B4B4B;
    font-size: 14px;
    padding: 10px 15px;
}
#settings-form .submit input:hover {
	color: #4B4B4B;
    background-color: #fff;
}
#bp-data-export button {
	color: #fff;
    background-color: #4B4B4B;
    border-radius: 0;
    border: 1px solid #4B4B4B;
    font-size: 14px;
    padding: 10px 15px;
}
#bp-data-export button:hover {
	color: #4B4B4B;
    background-color: #fff;
}
#account-delete-form .submit input {
	color: #fff;
    background-color: #4B4B4B;
    border-radius: 0;
    border: 1px solid #4B4B4B;
    font-size: 14px;
    padding: 10px 15px;
}
#account-delete-form .submit input:hover {
	color: #4B4B4B;
    background-color: #fff;
}

/* 404 */
.error-404 {
	color: #4B4B4B;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	padding: 4em 0;
    margin-bottom: 2em;
}
.error-404 h1 {
	font-size: 40px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}
.error-404 .page-header {
	padding-bottom: 0;
    margin: 0 0 20px;
    border-bottom: 0;
}

.transparent {
	position: relative;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: #000;
    opacity: 0.5;
}
.site-breadcrumbs { padding: 15px 0; }
.site-breadcrumbs ul {
	color: #fff;
	padding: 0;
	margin: 0;
	list-style: none;
}
.site-breadcrumbs ul li {
	display: inline-block;
	text-transform: uppercase;
}
.site-breadcrumbs ul li a {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
.site-breadcrumbs ul li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
/*
.albums-gallery {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 15px;
	display: flex;
	align-items: center;
}
.albums-gallery #albumGallery li img {
    width: 100%;
	height: 450px;
    object-fit: contain;
    object-position: top;
}
.albums-gallery .lSSlideOuter .lSPager.lSGallery { margin: 0 auto; }
.album-info ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}
.album-info ul li {
    color: #333;
    background-color: #fff;
	border-left: 10px solid #1188BB;
    padding: 15px;
    margin: 0 0 15px;
}
*/
#activate-page {
	text-align: center;
	padding: 6em 0;
}
#activate-page p { font-size: 16px; } 
#activate-page p a {
	color: #fff;
	text-decoration: underline;
}
#activate-page form #key {
	height: 40px;
    border: 0;
    outline: 0;
	color: #000;
    padding: 5px 10px;
}
#activate-page form .submit input {
	font-size: 14px;
    color: #000;
    background-color: #fff;
    padding: 8px 15px;
    border: 1px solid #000;
    border-radius: 3px;
    margin-top: 10px;
	outline: 0;
}
#wpadminbar #wp-admin-bar-root-default #wp-admin-bar-wp-logo { display: none; }


.entry-content .wp-block-image figcaption {
	color: white;
	font-size: 2rem;
	margin-bottom: 3rem;
}



.family-group .is-layout-flow.wp-block-column {
	position: relative;
}
.family-group img {
	border-radius: 50%;
	border: 6px solid white;
}
.family-group p {
	font-size: 2rem;
}

.family-group h2 a {
	color: white;
}
.family-group h2 a:hover {
	color: white;
}

.bio-links {
	background-color: #eee;
	padding: 1rem;
	position: absolute;
	width: 100%;
	text-align: center;
	display: none;
	z-index: 10;
	min-width: 250px;
	transform: translate( -50% );
	left: 50%;
	color: black;
}
.bio-links.bio-images {
	min-width: 800px;
}

.family-group .is-layout-flow.wp-block-column:hover > .bio-links {
	display: block;
}

.family-group .bio-links img {
	border-radius: unset;
	border: unset;
}


/* Album pages */
.album-columns figure {
  background-color: white;
  padding: 3px;
}
.album-columns h2 {
	text-align: center;
	font-size: 2.5rem;
	margin-top: 10px;
}


/* Login page */
.login .login-leftbar {
	background-image: url('https://villarinaworld.us/wp-content/themes/villarina/assets/images/trees.jpg');
	background-size: cover;
}
.white-link a {
	color: white;
	text-decoration: underline;
}
.white-link a:hover, 
.white-link a:visited {
	color: #eee;
}



.post-610 a,
.post-619 a {
	color: white;
}