/*
Theme Name: MascotasQueridas
Author: Ya
Description: Individual development
Version: 1.0
*/
@font-face {
	font-family: Montserrat;
	src: url(/wp-content/themes/uni2/fonts/Montserrat.ttf);
	font-display: swap;
}
* {
	margin: 0;
	padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    line-height: 1;
}
*:focus {
    outline: none;
}
article, 
aside, 
footer, 
header, 
main, 
nav, 
section {
	display: block;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.1px;
}
.inner,
.mini-inner,
#wpmem_reg,
#wpmem_login {
	width:100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.inner {
	max-width: 1024px;
}
.mini-inner,
#wpmem_reg,
#wpmem_login {
	max-width: 780px;	
}
a,
button,
input[type="submit"] {
    text-decoration: none;
    outline: none;
}
a,
.link-text a,
.content .breadcrumbs__link,
.content .post-link {
	color: #202647;
}
.menu span,
a:hover,
.post-announce:hover .post-link {
	color: #f2908c;
}
.content a {
    color: #ed635e;
}
.content a.btn {
    color: #fff;
}
.content .wpc-term-item-content-wrapper a,
.cats-filter a {
    color: #000;
}
img {
	max-width: 100%;
	height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	color: #333;
	font-weight: 700;
}
h1 {	
	margin-bottom: 25px;
	font-size: 38px;
}
h1.hmb {
    margin-bottom: 0;
}
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin-bottom: 15px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;	
}
h6 {
	font-size: 15px;	
}
section {
	padding: 35px 0;
	position: relative;
}
.inner,
.mini-inner,
section {
	cursor: default;
}
.grid {
	display:grid;
	gap: 30px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align:center;
}
.cols-2 {
	grid-template-columns: repeat(2,1fr);	
}
.cols-3 {
	grid-template-columns: repeat(3,1fr);	
}
.cols-4 {
	grid-template-columns: repeat(4,1fr);			
}
.cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));			
}
.aic {
	align-items: center;
}
.psr {
	position: relative;
}
.color {
	color: #f2908c;
}
::selection {
    color: #fff;
    background-color: #f2908c;
}
/* Header*/
.header {
    position: sticky;
    top: 0;
    padding: 10px 0;
    box-shadow: 0 15px 20px -2px rgba(0,0,0,0.06);
    z-index: 9999;
    background-color: #fff;
}
.header,
.top-banner,
.search-form {
	margin-bottom: 25px;
}
.header .grid {
	align-items: center;
}
.sticky,
.banner {
	margin-bottom: 25px;
}
.fixed {
	width: 100%;
	padding: 10px 0;
	position: fixed;
	top: 0;
	background-color: #fff;
	box-shadow: 0 15px 20px -2px rgba(0,0,0,0.06);
	z-index: 9;
}
.banner.mb0 {
	margin-bottom: 0;
}
.banner img,
.post-thumb img,
.fbanners img,
.video {
	border-radius: 5px;
	overflow: hidden;
}
/* Logo */
.logo img {
	height: 55px;
}
.logo,
.logo-desc {
	display: flex;
}
.logo {
	gap: 10px;
	align-items: center;
}
.logo-desc {
	flex-direction: column;
	gap: 3px;
}
.logo a:hover {
	color: inherit;
}
.l-title,
.l-btitle {
	display: block;
	text-transform: uppercase;
}
.l-title {
	font-weight: 800;
	font-size: 21px;
	color: #444;
}
.l-btitle {
	color: #f2908c;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 6px;
}
/* Menu */
.primary-menu a,
.primary-menu span {
	font-weight: 600;
}
.primary-menu .inner {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}
.menubar,
.menu-close {
	cursor: pointer;
	display: none;
}
.menu {
    list-style-type: none;
    margin: 0;
    padding-left: 0px;
    justify-content: center;
	font-weight: 500;
	font-size: 13px;
	display: flex;
	gap: 35px;
}
.menu li {
    position: relative;
    white-space: nowrap;
    display: inline-block;
}
.menu span,
.menu .menu-item > a {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}
.social a {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #16519f;
	font-weight: 500;
}
.social a:hover {
	opacity: 0.7;
	color: #999;
}
.social svg {
	fill: #16519f;
	width: 25px;
	height: 25px;
}
/* Search */
.search-form {
	display:flex;
  	flex-direction:row;
  	border: 1px solid #ccc;
  	border-radius: 5px;
  	padding: 3px;
  	padding: 7px 10px;
}
input[type="search"] {
	padding: 0 10px;
	flex-grow:2;
	border: none;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.search-form button {
	background-color: transparent;
	padding: 0;
}
.search-form svg {
	width: 20px;
	height: 20px;
	opacity: 0.65;
}
.search-form:hover svg {
	opacity: 1;
}
.search-form button:hover svg {
	fill: #f2908c;
}
.btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px 15px;
	color: #fff;
	background-color: #f2908c;
	border: 2px solid transparent;
	font-weight: 500;
	overflow: hidden;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px;
}
.btn svg {
	width: 20px;
	height: 20px;
}
.btn {
	border-radius: 5px;
}
.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ed635e;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn:hover, 
.btn:focus, 
.btn:active,
.btn.inverse:hover,
.btn.inverse:focus, 
.btn.inverse:active{
	color: #fff;
}
.btn:hover:before, 
.btn:focus:before, 
.btn:active:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.btn.inverse {
	color: #16519f;
	background: none;
	border-color: #16519f;
}
.btn.inverse svg {
	fill: #16519f;
}
.btn.inverse:hover svg {
	fill: #fff;
}
/* Front titles */
.section-title {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}
.front-cat-ttl .section-title {
	margin-bottom: 0;
}
.front-cat-ttl {
	margin-bottom: 25px;
}
.section-subtitle {
	font-size: 14px;
	margin: 0 auto;
	max-width: 680px;
	line-height: 1.5;
	color: #555;
}
.titles {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	gap: 30px;
}
.titles a {
    display: flex;
    color: #000;
    cursor: pointer;
    background-color: #e2e8f0;
    padding: 7px 13px !important;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    user-select: none;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    border: 1px solid #bccadc;
}
.titles a:hover {
    color: #fff;
    background-color: #f2908c;
    border-color: #f2908c;
}
.titles-cats {
    display: flex;
    gap: 10px;
}
.heading-divider {
	margin: 24px auto 40px;
	max-width: 385px;
	display: block;
	height: 3px;
	position: relative;
	z-index: 1;
}
.heading-line1 {
	width: 100px;
	height: 3px;
	display: inline-block;
	background-color: #16519f;
	vertical-align: top;
}
.heading-line2 {
	width: 100%;
	height: 1px;
	display: inline-block;
	background-color: #dedede;
	position: absolute;
	top: 1px;
	left: 0;
	z-index: -1;
}
/* Catalog */
.post-thumb {
	margin-bottom: 10px;
}
.cols-5 .post-thumb,
.cols-5 .post-thumb img {
	border-radius: 100%;
}
.cols-5 .post-thumb img,
.home .cols-3 .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home .cols-5 .post-thumb {
    aspect-ratio: 1;
}
.category-articulos .cols-5 .post-thumb,
.category-articulos .cols-5 .post-thumb img {
	border-radius: 5px;    
}
.cols-5 .post-link {
	margin-bottom: 0;
}
.shine {
	display: block;
	position: relative;
	overflow: hidden;
}
.shine::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.shine:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.post-link {
	display: block;
	font-weight: 600;
	font-size: 19px;
	margin-bottom: 15px;
}
.cols-5 .post-link {
	font-size: 16px;
	line-height: 1.3;
}
.post-meta,
.date,
.views,
.front-cat-ttl {
	display: flex;
	justify-content: space-between;
}
.post-meta {
    gap: 10px;
}
.post-meta svg {
	width: 15px;
	height: 15px;
}
.date,
.views,
.post-meta .user,
.comments-num {
	font-size: 12px;
	font-weight: 500;
	gap: 5px;
}
.post-meta .user,
.comments-num {
    display: flex;
}
/*.foro-meta .date {
    margin-left: auto;
}*/
.view-all {
	display: flex;
}
.view-all svg {
	width: 20px;
	height: 15px;
}
/* Promo-block */
.promo {
	background-repeat: no-repeat;
	background-size: cover;	
	background-position: center;
	background-attachment: fixed;
	color: #fff;
}
.promo::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	z-index: 0;
}
.promo .section-title,
.promo .section-subtitle {
	color: #fff;
	position: relative;
	margin-bottom: 30px;
}
.promo .section-subtitle {
	font-size: 16px;
	line-height: 1.45;
}
.promo .section-title::after {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	width: 50px;
	left: 50%;
	bottom: -15px;
	margin-left: -25px;
	background-color: #f07e74;
}
/* About us block */
.about-txt {
	padding: 25px;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.12);
	position: absolute;
	right: 0;
	top: 50px;
	background: #fff;
	width: 55%;
}
.about-txt ul {
	margin-bottom: 15px;
}
.about-txt li {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 25px;
	background-image: url(../../../wp-content/themes/vmbg/img/checked.svg);
	background-repeat: no-repeat;
	background-size: 21px;
}
/* Common */
.content  {
	margin-bottom: 35px;
}
.breadcrumbs {
	font-size: 13px;
	margin-bottom: 25px;
}
.category .breadcrumbs {
	margin-bottom: 15px;
}
.content p,
.content ul,
.content ol,
section p {
	margin-bottom: 15px;
}
.content p + h2 {
    padding-top: 13px;
}
.content p,
.content li,
section li, 
.widget ul li,
.widget ol li,
section p  {
	line-height: 1.4;	
}
.content ul li,
.content ol li,
section ul li,
section ol li {
	margin-left: 25px;
	margin-bottom: 5px;
}
.wp-caption {
    max-width: 100%!important;
}
.content p.wp-caption-text {
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 15px!important;
    color: #666;
    text-align: center;
}
.content li::marker {
	color: #16519f;
}
.content p:last-child,
section p:last-child,
section ul li:last-child,
section ol li:last-child,
section ul:last-child,
section ol:last-child,
.mini-desc p {
	margin-bottom: 0;
}
.mini-desc {
	display: flex;
	gap: 30px;
	padding: 25px;
	border: 1px solid #ddd;
	margin-bottom: 25px;
}
.mini-desc img {
	width: 150px;
	height: 150px;
	border-radius: 100%;
}
.another-names {
	margin-bottom: 15px;
}
.page.inner ul li {
	background: url(../../../wp-content/themes/uni2/img/checked.svg);
	list-style-type: none;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-size: 20px 20px;	
	background-position: 0 center;
}
.page .page.inner ul li {
    margin-left: 0;
    padding-left: 0;
    background: none;
}
input[type="submit"],
button {
	cursor: pointer;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
p.suptitle::before {
	left: -37px;
}
p.suptitle::after {
	right: -37px;
}
p.suptitle::before, 
p.suptitle::after {
	content: '';
	display: block;
	height: 1px;
	width: 25px;
	background: #77b300;
	position: absolute;
	top: 12px;
}
/* Category and post*/
.cat-desc {
	margin-bottom: 25px;
}
.flex-cat {
	display: flex;
	gap: 10px;
	margin-bottom: 25px;
}
.cats-filter {
    gap: 10px;
}
.flex-cat span,
.flex-cat a {
	display: inline-block;
	padding: 7px 13px;
	border-radius: 5px;
	border: 1px solid #e2e8f0;
	background-color: #e2e8f0;
}
.flex-cat a:hover,
.flex-cat span {
	color: #fff;
	background-color: #f2908c;
	border: 1px solid #f2908c;
}
.wpc-filters-radio input[type=radio],
.wpc-filter-header,
.wpc-edit-filter-set {
	display: none;
}
.wpc-filters-radio {
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
}
.cats-filter {
    display: flex;
}
.cats-filter > a,
.wpc-filters-radio label {
	display: inline-block;
	cursor: pointer;
	background-color: #e2e8f0;
	padding: 7px 13px!important;
	border: 1px solid #e2e8f0;
	border-radius: 5px;
	user-select: none;
	align-items: center;
	justify-content: center;
}
.wpc-filters-radio input[type=radio]:checked + label,
.wpc-filters-radio input[type=radio]:hover + label {
	background-color: #f2908c;
	border: 1px solid #f2908c;
	color: #fff;
}
.wpc-filters-radio input[type=radio]:checked + label a,
.wpc-filters-radio input[type=radio]:hover + label a {
	color: #fff;
}
.content .wpc-filters-main-wrap ul.wpc-filters-ul-list {
	padding: 0;
}
.content .wpc-filters-ul-list,
.content .wpc-filters-main-wrap li.wpc-term-item {
	margin-bottom: 0;
}
.content .wpc-filters-section {
	margin-bottom: 0;
}
.cats-filter {
    margin-bottom: 25px;
}
.cats-filter > a {
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 5px;
    margin-left: 0;
    line-height: 1.3;
}
.cats-filter > a:hover {
    color: #fff;
    background-color: #f2908c;
}
.cat-block {
	margin-bottom: 35px;
}
.post-cat .post-link {
	font-size: inherit;
	font-weight: 500;
	margin-bottom: 0;
}
.post-cat:hover .post-link {
	color: #f2908c;
} 
.video {
	aspect-ratio: 16 / 9;
	width: 100%;
}
.grid.gal {
	gap: 5px;
}
/* Cat dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}
.rif {
    display: flex;
    gap: 15px;
    margin-left: auto;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 5px 0;
}

.dropdown-content a {
    color: #000;
    padding: 3px 16px;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    font-size: 14px;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
/* Membership */
.content #wpmem_reg legend,
.content #wpmem_login legend {
	margin-bottom: 15px;
}
.content p.login_status {
    line-height: 1.5;
    margin-bottom: 15px;
}
.content #wpmem_reg label,
.content #wpmem_login label,
label.image,
#uavater_img {
    display: block;
	margin-bottom: 5px;
}
#uavater_img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}
.wpmem_msg {
	margin-left: auto!important;
	margin-right: auto!important;
	line-height: 1.3
}
.page-id-166 .top-banner {
    display: none;
}
.profile-top {
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}
.wpmem-field-img-uavater {
    display: block;
    margin: 0 auto 15px;
    border-radius: 100%;
}
.my-post-link {
    display: block;
    margin-bottom: 5px;
}
.my-post-link:last-child {
    margin-bottom: 0;
}
/* Front-end form */
div#user-submitted-posts {
    margin-left: auto;
    margin-right: auto;
}
#usp_form input[type="text"],
#usp_form textarea,
#user-submitted-category,
select {
    width: 100%!important;
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 15px;
    background-color: #fff;
}
.search-form select {
    padding: 0;
    border: none;
    width: auto!important;
    max-width: 150px;
    margin-right: 5px;
    font-size: 13px;
}
.usp-title label,
.usp-category label,
.usp-tags label {
    display: block;
    margin-bottom: 5px!important;
}
#usp-upload-message {
    margin-top: 10px;
    margin-bottom: 10px;
}
.div_text #uavater {
    display: block;
    margin-top: 8px;
}
.usp-title,
.usp-category,
.usp-tags {
    margin-bottom: 10px;
}
.usp-title,
.usp-content,
.usp-images,
.usp-category,
.usp-tags {
    border: none;
}
#usp-error-message {
    font-size: 14px;
    margin-bottom: 8px;
}
.usp-content {
    margin-bottom: 10px;
}
#usp-error-message,
#usp-success-message {
	text-align: center;
}
.foro-title-block {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 25px;
}
.foro-title-block h1 {
    margin-bottom: 0;
}
.author-block {
    display: flex;
    gap: 10px;
    font-weight: 600;
    color: #444;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.post-info {
    display: flex;
    flex-direction: column;
    flex:1;
}
.post-info .btn {
    margin-top: auto;
}
.home .cat-block.foro-cat {
    margin-bottom: 0;
}
.home .foro-cat.grid {
    grid-row-gap: 0;
}
.ava-ttl {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.ava-ttl .post-link {
    margin-bottom: 0;
    line-height: 1.3;
}
.foro-cat .post-meta {
	justify-content: start;    
}
.ava-ttl img,
.author-block img {
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 100%;
    padding: 3px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.13);
}
.page-id-166 .post-meta {
    margin-bottom: 15px;
}
/*.category-28 .post-announce,
.foro-cat .post-announce {
    padding: 20px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.category-28 .post-announce:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.12);
}*/
.sub-cat-link {
    display: block;
    font-size: 25px;
    margin-bottom: 0;
    padding-top: 20px;
    font-weight: 600;
    border-top: 3px solid #f2908c;
}
.foro-cat .post-announce {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
} 
.foro-cat .post-announce:first-child {
    padding-top: 0;
}
.foro-cat .post-announce:first-child {
    padding-top: 20px;
}
.foro-cat .post-announce .btn {
    margin-top: auto;
    align-self: baseline;
}
.foro-cat .post-announce .author-block {
	flex-direction: column;
}
/* Table of contents */
.tab-content #toc_container {
	margin-bottom: 30px;
}
.toc_list a {
	font-weight: 500;
}
.tab-content #toc_container li {
	line-height: 1.7;
}
strong {
    font-weight: 600;
}
/* Characteristics */
.animal-chars {
    margin-bottom: 25px;
}
.char-title,
.char-val-txt {
    margin-bottom: 10px;
}
.char-val-txt {
    line-height: 1.3;
}
.meter {
	background: #eee;
	border-radius: 3px;
	display: block;
	height: 20px;
	position: relative;
	overflow: hidden;
}
.meter > span {
	display: block;
	height: 100%;
	border-radius: 0;
	background: linear-gradient(to left, #F2709C, #FF9472);
	transition: width 2s ease-out;
}
.wpc-see-more-control.wpc-toggle-a,
.wpc-show-more .wpc-see-less-control.wpc-toggle-a {
    display: inline-block!important;
    margin-top: 10px;
}
/*Lightbox*/
.lightbox {
    height: 200px;
    max-height: 200px;
}
.lightbox img {
	object-fit: cover;
	object-position: center;
	min-height: 200px;
}
.lightbox-zoom {
    bottom: 0;
    color: transparent;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 0
}
.lightbox-no-scroll {
    overflow-y: hidden;
}
.lightbox-overlay {
    background: rgba(17, 17, 17, .8);
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    overflow: hidden;
}
.lightbox-overlay *,
.lightbox-overlay *::before,
.lightbox-overlay *::after {
    box-sizing: inherit;
}
.lightbox-overlay[aria-hidden="true"] {
    display: none;
}
.lightbox-slider {
    -webkit-transition: left .3s ease, -webkit-transform .3s ease;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: left .3s ease, -webkit-transform .3s ease;
    transition: left .3s ease, transform .3s ease, -webkit-transform .3s ease;
    transition: left .3s ease, transform .3s ease;
    white-space: nowrap;
}
.lightbox-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.lightbox-content figure {
    position: relative;
}
.lightbox-content img {
    display: block;
    height: auto;
    max-height: 85vh;
    max-width: 85vw;
    width: auto;
}
.lightbox-content figcaption {
    background: rgba(17, 17, 17, .8);
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    padding: .25em .5em;
    position: absolute;
    width: 100%;
}
.lightbox-overlay button {
    position: absolute;
    text-align: center;
    width: 1.6em;
    background: none;
    border: none;
    font-size: 45px;
}
.lightbox-overlay button:focus {
    border: none;
    outline: 0;
}
.lightbox-overlay button:disabled {
    cursor: default;
    opacity: .5;
}
.lightbox-overlay button[aria-label="Previous"],
.lightbox-overlay button[aria-label="Next"] {
    top: 50%;
    top: calc(50% - (1.6em / 2));
}
.lightbox-overlay button[aria-label="Previous"] {
    left: 2%;
}
.lightbox-overlay button[aria-label="Next"] {
    right: 2%;
}
.lightbox-overlay button[aria-label="Close"] {
    top: 1em;
    right: 2%;
    font-size: 20px;
}
.lightbox-counter {
    background: transparent;
    color: #f1f1f1;
    font-size: 1em;
    left: 2%;
    position: absolute;
    top: 1em;
}
.lightbox-loader {
    width: 5em;
    height: 5em;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.5em;
    margin-left: -2.5em;
}
.lightbox-loader::before {
    -webkit-animation: spin 1s infinite;
    animation: spin 1s infinite;
    border-radius: 100%;
    border: .5em solid #9f9f9f;
    border-top-color: #2727a4;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
input[type="submit"],
button {
	display: inline-block;
	padding: 7px 20px;
	background: #f2908c;
	border-radius: 5px;
	font-size: 14px;
	border: none;
}
input[type="submit"],
button,
input[type="submit"]:hover,
button:hover {
	color: #fff;	
}
.navigation {
	margin-top: 40px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.page-numbers {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 100%;
	color: #000;
	text-align: center;
}
.page-numbers:hover, .page-numbers.current {
	background-color: #000;
	color: #FFF;
}
.next.page-numbers,
.prev.page-numbers {
	width: 40px;
	height: 40px;
}
.cat-items .content .wp-post-image {
    float: none;
}
.alignnone {
	margin-bottom: 25px;
}
/* Tabs */
.tabs {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.tabs label {
  	cursor: pointer;
	display: block;
  	font-weight: 600;
	margin-right: 0.3rem;
 	order: initial;
  	padding: 1rem 2rem;
  	transition: background ease 0.3s;
  	width: 100%;
  	border-bottom: 2px solid transparent;
}
.tabs label:nth-of-type(1)::before {
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	width: 800%;
	background-color: #e4e8ed;
	left: 0;
	bottom: 0;
}
.tabs .tab-content {
	display: none;
  	flex-grow: 1;
  	padding: 25px 0 0;
  	width: 100%;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	border-bottom: 2px solid #f2908c;
}
.tabs input[type="radio"]:checked + label + .tab-content {
	display: block;
}
@media (min-width: 10em) {
  	.tabs .tab-content {
    	order: 99
  	}
  
  	.tabs label {
    	order: 1;
  	}
  
  	.tabs label {
    	margin-right: 0.3rem;
    	margin-top: 0;
    	width: auto;
  	}
}
.tab-content {
	-webkit-animation-name: content;
    animation-name: content;
	-webkit-animation-direction: normal;
    animation-direction: normal;
	-webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
	line-height: 1.4;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
.tab-content #comments,
.tab-content #wpdcom .wpd-form-head {
	margin-top: 0;
}
.tab-content #comments {
	margin-bottom: 0;
}
.related-posts {
    margin-top: 35px;
}
/* Contact page */
.cd-title {
	position: relative;
	padding-left: 35px;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #444;
}
.cd-title::before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 1px;
	left: 0;
	top: 10px;
	background: #f07e74;
}
.cpd {
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
}
.cpd svg {
	fill: #16519f;
	width: 15px;
	height: 15px;
	margin-bottom: -2px;
	margin-right: 3px;
}
.page-cf .wpcf7 .grid {
	gap: 10px;
}
.contact-block {
	margin-bottom: 20px;
}
.contact-block::last-child {
	margin-bottom: 0;
}
.map-block {
	margin-top: 30px;
}
#map {
	width: 100%;
	height: 350px;
}
/* To top button */
.gototop {
	position: fixed;
	display: block;
	box-sizing: border-box;
	height: 40px;
	width: 40px;
	border: none;
	background-color: #f2908c;
	color: #fff;
	bottom: 30px;
	right: 30px;
	margin-right: -30px;
	outline: none;
	opacity: 0;
	transition: opacity .3s ease, margin-right .5s ease-out;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	z-index: 2;
}
.gototop svg {
	fill: #fff;
	height: 40px;
	width: 40px;
	position: absolute;
	left: 0;
	top: 0;
}
.visiblebtn{
	transition: opacity .3s ease, margin-right .5s ease-out;
	margin-right: 0px;
	opacity: 1;
}
.visiblebtn:hover{
	opacity: 0.6;
}
/*.widget {
	padding: 10px 15px;
	border: 1px solid #eee;
	margin-bottom: 30px;
	font-size: 14px;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget_title {
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}*/
.right-sidebar ul li {
	list-style-type: none;
}
.widget ul li,
.widget  ol li {
	margin-bottom: 7px;
}
input[type="submit"],
input[type="button"],
button {
	-webkit-appearance: none;
}
/* Popup */
.popup-container .popup-button {
    background: #333;
    line-height: 34px;
    color: #fff;
    padding: 0 20px;
    border-radius: 3px;
    display: block;
    cursor: pointer;
}
.popup-inner .grid {
	grid-column-gap: 15px;
	grid-row-gap: 15px;	
}
.popup-container .popup-button:hover {
    background: #444;
}
.popup-container .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 250ms all;
}
.popup-inner {
    width: 95%;
	max-width: 400px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 150%;
    transition: 250ms all;
    max-height: 90%;
	overflow-y: auto;
}
.popup-title svg {
    height: 20px;
    width: auto;
    margin-right: 3px;
    position: relative;
    top: 3px;
    fill: #16519f;
}
.popup-title h4 {
    font-size: 20px;
    font-weight: 500;
    color: #555;
    margin-bottom: 5px;
    font-weight: 700;
}
.popup-title .subtitle {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 1.3;
    color: #555;
}
.popup-container .popup .popup-inner .popup-content ul li {
    margin-bottom: 10px;
}
.popup-container .popup .popup-inner .popup-content ul li:last-child {
    margin-bottom: 0;
}
.popup-container .popup .popup-inner .popup-content ul li input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
    box-sizing: border-box;
}
.popup-container .popup .popup-inner .popup-content ul li button {
    width: 100%;
    line-height: 34px;
    background: #666;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    font-size: 14px;
}
.popup-container .popup .popup-inner .popup-content ul li button:hover {
    background: #444;
}
.popup-container .popup .transparent-label {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
}
.popup-container>input {
    display: none;
}
.popup-container>input:checked+.popup {
    opacity: 1;
    visibility: visible;
}
.popup-container>input:checked+.popup .popup-inner {
    position: relative;
    top: 50%;
}
.popup-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    padding: 10px;
    font-size: 22px;
    color: #777;
}
.popup-close-btn:hover {
    color: #dd3d53;
}
/*404*/
.error404 {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.error404 .header {
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}
.error404 .top-title {
	margin-bottom: 25px;
}
.error404 .content p {
	margin-bottom: 15px;
}
.error404 .footer {
	margin-top: 50px;
}
/* Footer*/
.footer {
	margin-top: 50px;
	padding: 40px 0 20px;
	position: relative;
	z-index: 1;
	background-color: #f7f7f7;
	border-top: 1px solid #eee;
}
.social {
	display: flex;
	gap: 20px;
	justify-content: center;
}
.social svg {
	width: 40px;
	height: 40px;
}
#top-bottom,
.social {
	margin-bottom: 20px;
}
#footer-menu.menu a {
	text-transform: none;
	color: #475569;
}
.copyright .inner {
	margin-top: 35px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	font-weight: 300;
	color: #444;
	font-size: 13px;
}
/*CF7*/
p.suptitle {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 15px;
	color: #e84d4b;
	display: inline-block;
	position: relative;
}
p.suptitle::before, 
p.suptitle::after {
	content: '';
	display: block;
	height: 1px;
	width: 25px;
	background: #e84d4b;
	position: absolute;
	top: 8px;
}
p.suptitle::after {
	right: -37px;
}
.wpcf7 h2 {
	font-weight: 700;
}
.wpcf7 .subtitle {
	line-height: 1.4;
	margin-bottom: 15px;
}
.wpcf7 input[type="text"].form-name, 
.wpcf7 input[type="tel"].form-tel,
.wpcf7 input[type="email"].form-email {
	padding-left: 35px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 5px;
}
.wpcf7 input[type="text"].form-name {
	background-image: url(../../../wp-content/themes/vmbg/img/form-name.svg);
}
.right-sidebar .wpcf7 input[type="text"].form-name {
	background-image: url(../../../wp-content/themes/vmbg/img/form-name-w.svg)
}
.wpcf7 input[type="tel"].form-tel {
	background-image: url(../../../wp-content/themes/vmbg/img/form-phone.svg);
}
.right-sidebar .wpcf7 input[type="tel"].form-tel {
	background-image: url(../../../wp-content/themes/vmbg/img/form-phone-w.svg);
}
.wpcf7 input[type="email"].form-email {
	background-image: url(../../../wp-content/themes/vmbg/img/form-email.svg);
}
.right-sidebar .wpcf7 input[type="email"].form-email {
	background-image: url(../../../wp-content/themes/vmbg/img/form-email-w.svg);
}
.right-sidebar .wpcf7 input[type="text"],
.right-sidebar .wpcf7 input[type="email"],
.right-sidebar .wpcf7 input[type="tel"],
.right-sidebar .wpcf7 select,
.right-sidebar .wpcf7 textarea  {
	background-color: #16519f;
	color: #fff;
	border: none;
	border-bottom: 1px solid #3581e3;
}
.right-sidebar .wpcf7 .btn {
	background-color: #1c67ca;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea  {
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:10px;
	font-size: 13px;
}
.wpcf7 input[type="file"] {
	margin-bottom: 15px;
}
.wpcf7 textarea {
	height:120px;
	line-height: 1.4;
}
.wpcf7-not-valid-tip {
	display:none!important;
}
.wpcf7-not-valid {
	border:1px solid #f00!important;
}
.right-sidebar .wpcf7-not-valid {
	border-left: none!important;
	border-top: none!important;
	border-right: none!important;
}
.wpcf7-not-valid-tip, 
.invalid .wpcf7-response-output,
div.wpcf7-validation-errors {
	display: none !important;
}
.wpcf7-response-output {
	font-size:13px;
	text-align:center;
	color:#666;
	font-weight:300;
}
div.wpcf7-response-output {
    margin: 10px 0 0!important;
    padding: 0!important;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok,
.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
	border:none!important;
}
input[type="submit"],
button,
input[type="text"],
textarea,
input[type="tel"] {
	-webkit-appearance: none;
}
.wpcf7-acceptance label {
    cursor: pointer;
}
.wpcf7-acceptance {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.right-sidebar .wpcf7-acceptance {
	line-height: 1.2;
	color: #fff;
}
.right-sidebar .wpcf7-list-item label {
	display: flex;
	align-items: start;
	gap: 5px;
	color: #bcd5f6;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
:focus::-webkit-input-placeholder {
	color: transparent
}
:focus::-moz-placeholder {
	color: transparent
}
:focus:-moz-placeholder {
	color: transparent
}
:focus:-ms-input-placeholder {
	color: transparent
}
.grecaptcha-badge {
    opacity: 0!important;
}
@media (min-width: 1440px) {
	.slider-text {
		line-height: 1.7;
	}
}
@media (min-width: 801px) {
	.page.inner .content img {
		padding: 5px;
		box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.13);
	}
	.alignright {
    	float:right;
     	margin:0 0 10px 20px;
	}
	.alignleft {
    	float:left;
     	margin:0 20px 10px 0
	}
	.aligncenter {
    	display: block;
     	margin-left: auto;
     	margin-right: auto
	}
}
@media (max-width: 812px) {
	.cols-5 {
  		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	h1 {
		font-size: 32px;
	}
	h2 {
    	font-size: 20px;
    	line-height: 1.3;
  	}
  	.post-link {
  		font-size: 17px;
  	}
	.header,
	.right,
	.copyright {
		text-align:center;
	}
	.copyright .inner {
		line-height: 1.3;
	}
}
@media (max-width: 768px) {
	.header .grid,
	.footer .grid {
		gap: 15px;
	}
	h1 {
		font-size: 28px;
	}
	.header .grid {
		display: block;
	}
	.logo-brand {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.logo {
		margin: 0 auto;
	}
	.header .right,
	.menu-close,
	.menubar {
		display: block;
		position: absolute;		
	}
	.right .btn span {
		display: none;
	}
	.menubar {
		right: 15px;
		top: 22px;
	}
	.header .right {
		left: 15px;
		top: 20px;
	}
	.menubar,
	.header .right {
		z-index: 9;	
	}
	.main-nav {
		border: none;
		margin-top: 0;
		padding: 25px 25px 25px 10px;
		position: fixed;
		width: 250px;
		top: 0;
		left: -251px;
		z-index: 9999;
		background-color: #fff;
		border-radius: 0 0 20px 0;
		-webkit-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.35);
		-moz-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.35);
		box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.35);
	 }
	 .main-nav .menu {
		flex-direction: column;
		gap: 15px;
		text-align: left;
		padding-left: 20px;
	}
	.menu-close {
		right: 10px;
		top: 10px;
	}
}
@media (max-width: 549px) {
	.tabs {
		justify-content: space-between;
	}
	.tabs label {
		padding: 0.5rem 0;
	}
	.logo {
		margin: 0 auto;
	}
	.cols-2,
	.cols-3 {
		grid-template-columns: repeat(1,1fr);	
	}
	.cols-6,
	.cols-5,
	.cols-4 {
		grid-template-columns: repeat(2,1fr);	
	}
	.menu {
		gap: 30px;
	}
	h2 {
		font-size: 18px;
	}
	.post-link {
		font-size: 16px;
	}
	.fmenu .menu {
		flex-wrap: wrap;
		gap: 25px;
		justify-content: center;
		flex-wrap: wrap;
	}
	.foro-title-block {
	    flex-direction: column;
	}
	.rif {
        justify-content: space-between;
        margin-left: 0;
    }
    .navigation {
        gap: 10px;
    }
    .page-numbers,
    .next.page-numbers, 
    .prev.page-numbers{
        width: 34px;
        height: 34px;
    }
}
body #wpd-post-rating .wpd-rating-wrap .wpd-rating-data,
body #wpd-post-rating .wpd-rating-wrap .wpd-rating-title{
    width: 100%;
}
.a2a_kit {
    margin-top: 35px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}
.a2a_kit strong {
    display: block;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #444;
}
.a2a_kit button {
	float: left;
	line-height: 16px;
	padding: 0 2px;
	border: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	text-align: center;
	background-color: #669900;
	margin-right: 2px;
}
.a2a_kit button svg {
    width: 27px;
    height: 27px;
}
.a2a_kit button:hover {
    opacity: 0.8;
}
.wpc-show-more .wpc-see-more-control.wpc-toggle-a {
    display: none!important;
}