/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

/*button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}
*/

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}
.site-container input:disabled,
.site-container input:disabled:hover{
	border: 1px solid #eee!important;
}
.site-container textarea:disabled,
/*.site-container textarea:disabled:hover,*/
.site-container select:disabled{
	border: 1px solid #eee!important;
	background-color: #eee;
	color: #777;
	cursor: not-allowed;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	/*padding: 60px 30px 0;*/
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

/* general styles */

body{
	font-family: 'Roboto', sans-serif;
	color: #343740;
	font-weight: 400;
	line-height: 1.2;
}
body p{
	font-size: 15px;
	line-height: 1.4;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: black;
}
h1{
	font-size: 60px;
}
h2{
	font-size: 40px;
}
h3{
	font-size: 25px;
}
/*.site-inner{
	margin-top: 60px;
}*/
.page-id-2 .site-inner,
.page-id-16785 .site-inner,
.page-id-16789 .site-inner
/*.page-id-167 .site-inner
.page-id-162 .site-inner,*/{
	margin-top: 0px;
}
.wrap{
	max-width: 1750px;
	margin: auto;
	padding-left: 40px;
	padding-right: 40px;
}
.wrap-type-2{
	max-width: 1120px;
	margin: auto;
}
.normal-section{
	padding-top: 90px;
	padding-bottom: 90px;
}
.normal-title{
	font-size: 30px;
	margin-bottom: 45px;
}

.button{
	/*border-radius: 999em;*/
	border-radius: 10px;
	font-weight: 400;
	transition: 0.3s ease;
	padding: 10px 30px;
	text-align: center;
}
.button-blue{
	background-color: #467EFC;
	border: 1px solid #467EFC;
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.button-blue:hover{
	border: 1px solid #467EFC !important;
	background-color: transparent !important;
	color: #467EFC !important;
	cursor: pointer;
}
.button-transparent{
	background-color: transparent;
	border: 1px solid #467EFC;
	color: #467EFC;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.button-transparent:hover{
	background-color: #467EFC;
	border: 1px solid #467EFC;
	color: white;
	cursor: pointer;
}
.button-white{
	background-color: #fff;
	border: 1px solid #FFF;
	color: #467EFC;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.button-white:hover{
	border: 1px solid #FFF !important;
	background-color: transparent !important;
	color: #fff !important;
	cursor: pointer;
}
.button-red{
	background-color: #C0392B;
	border: 1px solid #C0392B;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.button-red:hover{
	background-color: transparent !important;
	color: #C0392B !important;
	cursor: pointer;
}
.button-green{
	background-color: #27AE60;
	border: 1px solid #27AE60;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.button-green:hover{
	background-color: transparent !important;
	color: #27AE60 !important;
	cursor: pointer;
}

/* start header */
.main-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*height: 61px;*/
	z-index: 100;
}
.main-header .logo,
.main-header .menu-content{
	display: inline-block;
	vertical-align: middle;
}
.main-header .logo{
	width: 160px;
}
.main-header .menu-content{
	width: calc( 100% - 170px );
	text-align: right;
}
.main-header .menu-content > *{
	display: inline-block;
	vertical-align: middle;
}
.main-header .menu-content ul.menu > li{
	display: inline-block;
	vertical-align: middle;
}
.main-header .menu-content ul.menu > li > a{
	display: block;
	text-decoration: none;
	color:white;
	font-weight: 600;
	padding: 10px 15px;
}

.main-header .menu-content ul.menu > li.menu-item-has-children{
	position: relative;
}
.main-header .menu-content ul.menu > li.menu-item-has-children > a:after{
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	float: right;
	margin-left: 10px;
	transition: 0.2s;
}
.main-header .menu-content ul.menu > li.menu-item-has-children:hover > a:after{
	transform: rotate(-90deg);
}
.main-header .menu-content ul.menu > li.menu-item-has-children > ul.sub-menu{
	position: absolute;
	text-align: left;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 24%), 0 0 2px 0 rgb(0 0 0 / 12%);
    border-radius: 6px;
    width: 200px;
    background-color: white;
    overflow: hidden;
    display: none;
}
.main-header .menu-content ul.menu > li.menu-item-has-children:hover > ul.sub-menu{
	display: block;
}

.main-header .menu-content ul.menu > li.menu-item-has-children > ul.sub-menu a{
	display: block;
	padding: 10px 20px;
    margin: 0;
    transition: 0.2s ease;
    font-size: 13px;
    text-decoration: none;
    color: black;
    background-color: white;
}
.main-header .menu-content ul.menu > li.menu-item-has-children > ul.sub-menu a:hover{
	background-color: #E6EEFF;
    cursor: pointer;
}
.main-header .menu-content .search{
	border-right: 1px solid white;
}
.main-header .menu-content .search label{
	color: white;
	font-size: 25px;
	padding: 10px 15px;
}
.main-header .menu-content .search label:hover{
	cursor: pointer;
}
.main-header .menu-content .buttons-header li{
	padding-left: 20px;
}
.main-header .menu-content .buttons-header li{
	display: inline-block;
	vertical-align: middle;
}
.main-header .menu-content .buttons-header li .button{
	font-size: 14px;
}
.main-header .button-blue{
	border: 1px solid white;
	border-radius: 10px;
}
.main-header .button-blue:hover{
	background-color: white!important;
	color: var(--color-1)!important;
}
.main-header .button-transparent{
	background-color: white;
	border-radius: 10px;
	border:1px solid white;
}


.user-menu{
	position: relative;
}
.user-menu ul.user-sub-menu{
	position: absolute;
	z-index: 50;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	overflow: hidden;
	max-height: 0;
	transition: 0.3s ease;
}
.user-menu > li:hover > ul.user-sub-menu{
	max-height: 270px;
	width: 155px;
}
.user-menu > li p{
    background-color: transparent;
    /*border: 1px solid #467EFC;*/
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 10px 30px;
    border-radius: 999em;
    margin-bottom: 0;
}

.user-menu > li p:after{
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 8px;
	transition: 0.3s ease;
	float: right;
}
.user-menu > li p:hover{
	cursor: pointer;
}
.user-menu > li:hover p:after{
	transform: rotate(-90deg);
}
.user-menu ul.user-sub-menu > li > a{
	display: block;
	background-color: #F0F0F0;
	color: black;
	padding: 12px 15px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}
.user-menu ul.user-sub-menu > li > a:hover{
	background-color: #dbdbdb;
}
.user-menu ul.user-sub-menu > li > a.logout{
	background-color: #c0392b;
	color: white;
}


/* end header */

/* start footer */

.main-footer{
	background-image:url(images/general/banner-bg-w.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 20px;
	font-size: 15px;
}
.main-footer p.title{
	font-size: 25px;
	font-weight: 900;
	color: white;
}
.main-footer .footer-column a{
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: white
}
.main-footer .credits{
	margin-top: 80px;
}
.main-footer .credits img,
.main-footer .credits .social{
	display: inline-block;
	vertical-align: middle;
}
.main-footer .credits img{
	width: 155px;
}
.main-footer .credits .social{
	margin-left: 20px;
}
.main-footer .credits .social li{
	display: inline-block;
	vertical-align: middle;
}
.main-footer .credits .social li a{
	display: block;
	color: var(--color-1);
	background-color: white;
	border: 1px solid white;
	border-radius: 999em;
	text-align: center;
	width: 42px;
	height: 42px;
	margin-left: 2px;
	margin-right: 2px;
}
.main-footer .credits .social li a:hover{
	background-color: var(--color-1);
	color: white;
}
.main-footer .credits .social li a i{
	padding-top: 8px;
	font-size: 25px;
}
.main-footer .bottom p{
	margin-top: 15px;
	font-size: 13px;
	color: white;
}

/* end footer */

.home-bg{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bbcde1+0,ffffff+100 */
	background: rgb(187,205,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(187,205,225,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(187,205,225,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(187,205,225,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbcde1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

/* box encuentra a un profesional */
.profesional-search-box{
	background-color: #F7F7F7;
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}
.profesional-search-box .title{
	text-align: center;
	color: white;
	background-color: #467EFC;
	display: block;
	padding: 15px;
	font-weight: 700;
	font-size: 17px;
}

.profesional-search-box .control{
	padding: 15px;
}
.profesional-search-box input[type="text"],
.profesional-search-box input[type="submit"],
.profesional-search-box select{
	border-radius: 999em;
	font-size: 15px;
	display: block;
	margin-bottom: 8px;
}
.profesional-search-box input[type="text"],
.profesional-search-box select{
	background-color: #E3E3E3;
	color: #747474;
	border: 0;
	padding: 10px 20px;
}
.profesional-search-box select{
	-webkit-appearance:none;
    background-image: url(images/general/select-icon.png);
    background-repeat: no-repeat;
    background-position: 94% center;
    background-size: 12px;
    
}

.profesional-search-box input[type="text"]::-webkit-input-placeholder { /* Edge */
  color:  #747474;
}

.profesional-search-box input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:  #747474;
}

.profesional-search-box input[type="text"]::placeholder {
  color:  #747474;
}
.profesional-search-box .button{
	display: block;
	text-align: center;
}
.profesional-search-box .register p{
	font-weight: 600;
	text-align: center;
	margin: 25px 15px 25px;
}
.profesional-search-box  hr{
	border-bottom: 2px solid #e7e6e6;
    width: 170px;
    margin-top: 40px;
}


/* end box encuentra a un profesional */


/* start box trending */
.trending-box{
	background-color: #F7F7F7;
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}
.trending-box .title{
	text-align: center;
	color: white;
	background-color: #467EFC;
	display: block;
	padding: 15px;
	font-weight: 700;
	font-size: 17px;
}

.trending-box .control{
	padding: 15px;
}
.trending-box li {
	margin-bottom: 20px;
}
.trending-box li:last-child{
	margin-bottom: 0;
}
.trending-box li .number,
.trending-box li .post{
	display: inline-block;
	vertical-align: middle;
}
.trending-box li .number{
	text-align: center;
	width: 25px;
	/*background-color: #D5D5D5;*/
	color: #467EFC;
	font-size: 25px;
	font-weight: 700;
	border-radius: 10px;
}
.trending-box li .post{
	width: calc( 99% - 25px );
}
.trending-box li .post p{
	margin-bottom: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 69px;
}
.trending-box li .post p a{
	color: #747474;
	text-decoration: none;
	display: block;
	margin-left: 10px;

}
.trending-box .carousel-cell{
	width: 100%;
}

.trending-box .flickity-prev-next-button.previous {
    background-image: url(images/general/arrow-white-left.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-color: transparent;
    left: 0;
    top: 25px;
}
.trending-box .flickity-prev-next-button.next {
    background-image: url(images/general/arrow-white-right.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-color: transparent;
    right: 0;
    top: 25px;
}
.trending-box .flickity-button svg {
    display: none;
}
.trending-cor-height{
	height: auto;
}
/* end box trending */


/* start articles grid */

.ultimos-articulos > div > .control{
	padding-left: 30px;
	padding-right: 30px;
}
.ultimos-articulos .button-container{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
}

.article-grid .single-article{
	width: calc( 100% / 6 );
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}
.article-grid .single-article .box{
	min-height: 390px;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 10px #d7d7d7;
	margin-left: 10px;
	margin-right: 10px;
	background-color: white;
}
.article-grid .single-article .image{
	height: 185px;
	background-size: cover;
	background-position: center;
	display: block;
	position: relative;
}
.article-grid .single-article .image .black-bg-article{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
.article-grid .single-article .texto{
	padding: 20px 10px;
	margin-top: 10px;
}

.article-grid .single-article .texto h3{
	font-size: 20px;
	font-weight: 900;
	margin-top: 0;
}
.article-grid .single-article .control-link-article{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.article-grid .single-article .texto .autor .name-publicacion a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical; 
}
.archive .article-grid .single-article .texto h3,
.blog .article-grid .single-article .texto h3{
	margin-top: 0;
}
.article-grid .single-article .texto h3 a{
	text-decoration: none;
	color: #343740;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
   min-height: 100px;
}
.article-grid .single-article .texto .autor .image-link,
.article-grid .single-article .texto .autor .name-publicacion{
	display: inline-block;
	vertical-align: middle;
}
.article-grid .single-article .texto .autor .image-link{
	width: 54px;
}
.article-grid .single-article .texto .autor .name-publicacion{
	width: calc( 99% - 60px );
	font-size: 14px;
	padding-left: 10px;
}
.article-grid .single-article .texto .autor .image{
	width: 54px;
	height: 54px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	border-radius: 999em;
}
.article-grid .single-article .texto .autor .name-publicacion > *{
	display: block;
	color: #343740;
	text-decoration: none;
}
.article-grid .single-article ul.categories{
	position: absolute;
	bottom: -10px;
	left: 10px;
	z-index: 10;
}
.article-grid .single-article ul.categories li{
	display: inline-block;
	vertical-align: middle;
}
.article-grid .single-article ul.categories li a{
	display: inline-block;
    color: white;
    background-color: #467EFC;
    font-size: 13px;
    border-radius: 999em;
    padding: 5px 15px;
    text-decoration: none;
}

.article-grid-type-2{
	max-width: 1120px;
	margin: auto;
}
.article-grid-type-2 .single-article{
	width: calc( 100% / 4 );
}
.article-grid-type-2 .single-article.large-article{
	width: calc( 100% / 2 );
	position: relative;
}

.article-grid-type-2 .single-article.large-article .box{
	background-size: cover;
	background-position: center;
	position: relative;
}
.article-grid-type-2 .single-article.large-article .box .large-box-bg{
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.article-grid-type-2 .single-article.large-article .texto{
	position: absolute;
	bottom: 0px;
	z-index: 2;
}
.article-grid-type-2 .single-article.large-article ul.categories{
	position: relative;
	bottom: 0;
	margin-bottom: 15px;
}
.article-grid-type-2 .single-article.large-article .texto h3 a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    min-height: 45px;
    color: white;
}
.article-grid-type-2 .single-article.large-article .texto .autor .name-publicacion a,
.article-grid-type-2 .single-article.large-article .texto .autor .name-publicacion span{
	color: white;
}

/* end articles grid */

/* profesional destacado */

/*.box-profesional-destacado{
	width: calc( 100% / 6 );
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}*/
.box-profesional-destacado{
	min-height: 444px;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 10px #d7d7d7;
	background-color: #F5F5F5;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 80px;
	position: relative;
}
.box-profesional-destacado .image{
	height: 135px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 70%;
    position: relative;
    margin: auto;
    border-radius: 20px;
    margin-top: 30px;
}
.box-profesional-destacado .texto {
    padding: 20px 10px 0;
    text-align: center;
}
/*.box-profesional-destacado .line-control{
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	padding-top: 10px;
}*/
.box-profesional-destacado .texto h3{
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 0;
	min-height: 50px;
}
.box-profesional-destacado .texto h3 a{
	color: #343740;
	display: block;
	text-decoration: none;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box-profesional-destacado .texto p.localizacion{
	margin: 0 0 5px;
	color: #575757;
	font-size: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    min-height: 22px;
}
.box-profesional-destacado .texto ul.stars{
	min-height: 39px;
}
.box-profesional-destacado .texto ul.stars li{
	display: inline-block;
	vertical-align: middle;
}
.box-profesional-destacado .texto ul.stars i{
	color: #FEC20D;
	margin-bottom: 20px;
}
.box-profesional-destacado .texto ul.categories{
	text-align: center;
}
.box-profesional-destacado .texto ul.categories a{ 
	display: inline-block;
    color: #575757;
    font-size: 15px;
    text-decoration: underline;
}
.box-profesional-destacado .contacto{
	background-color: transparent;
	text-align: center;
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.box-profesional-destacado .contacto .button{
	display: block;
	width: 100%;
	border:1px solid var(--color-1);
	color: var(--color-1);
	background-color: white;
	border-radius: 10px;
}
.box-profesional-destacado .contacto .button:hover{
	border:1px solid var(--color-1)!important;
	color: white!important;
	background-color: var(--color-1)!important;
}
.box-profesional-destacado .contacto label.button{
	display: block;
	width: 100%;
	border:1px solid var(--color-1);
	color: white;
	background-color: var(--color-1);
	border-radius: 10px;
	margin-top: 15px;
}
.box-profesional-destacado .contacto label.button:hover{
	background-color: white;
	color: var(--color-1);
}
.box-profesional-destacado .encontrar-box{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #467EFC;
	color: white;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	padding: 76% 0;
}
.box-profesional-destacado .destacado-label{
	position: absolute;
    top: 17px;
    background-color: #DEBC08;
    padding: 5px 20px;
    z-index: 10;
    left: -20%;
    right: 50%;
    text-align: center;
    transform: rotate(-45deg);
}
.box-profesional-destacado .destacado-label p{
	color: white;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
}
/* end profesionales destacados */

/* pagination */

.pagination{
	text-align: center;
}
.pagination span{
	border-radius: 999em;
	background-color: #E7E7E7;
	color: #343740;
	text-decoration: none;
	display: inline-block;
	width: 34px;
	height: 34px;
	padding-top: 8px;
	font-size: 15px;
}
.pagination a{
	border-radius: 999em;
	background-color: #467EFC;
	color: white;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
}
.pagination a.page-numbers{
	width: 34px;
	height: 34px;
	padding-top: 8px;
}
.pagination a.next,
.pagination a.prev{
	width: auto;
	padding: 7px 40px;
}
.pagination a:hover{
	background-color: #E7E7E7;
	color: #343740;
}
/* end pagination */

/* search pop */
.search-window-bg{
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}
/*.search-window{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	opacity: 1;
	pointer-events: auto;
	/*transition: 0.3s ease;
}*/
/*#search-icon:checked ~ .search-window{
	pointer-events: auto;
	opacity: 1;
}*/
.search-window{
	width: 400px;
	height: 300px;
	position: fixed;
	z-index: 10000;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -200px;
	display: none;
}
.search-window .control p.title{
	color: white;
	font-size: 25px;
	font-weight: 900;
}
.search-window .control .close{
	text-align: right;
	color: white;
	font-size: 25px;
}
.search-window .control .close label:hover{
	cursor: pointer;
}
.search-window .control input[type="text"]{
	border-radius: 999em;
	padding: 10px 25px;
}
.search-window .control input[type="submit"]{
	background-color: #467EFC;
	display: inline-block;
	width: auto;
	color: white;
	border-radius: 999em;
	margin-top: 10px;
	border: 0;
	padding: 10px 50px;
	font-weight: bolder;
}

/* end search pop */

/* start banner alta agency */
 .box-alta-agency-banner{
 	margin-top: 100px;
	background-color: white;
    border: 1px solid #F0F0F0;
    box-shadow: 0 0 10px #d7d7d7;
	padding: 25px 0px;
	border-radius: 10px;
	display: grid;
	grid-template-columns: 1fr
	text-align: center;
}
 .box-alta-agency-banner p.title{
	font-weight: bold;
}
 .box-alta-agency-banner p.button-container{
	margin: 0;
}
 .box-alta-agency-banner .button{
	background-color: var(--color-1);
	border:1px solid var(--color-1);
	color: white;
	border-radius: 5px;
	padding: 10px 15px;
	text-decoration: none;
	min-width: 130px;
}
 .box-alta-agency-banner .button:hover{
 	color: var(--color-1);
 	background-color: white;
 }
 .box-alta-agency-banner .alta-box{
	/*border-right: 2px solid  #F0F0F0;*/
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
 .box-alta-agency-banner .agency-box{
 	padding-left: 10px;
	padding-right: 10px;
 }
.control-center-banner{
	max-width: 880px;
	margin: auto;
}
/* end banner alta agency */

/* start footer newsletter */
.wrap-newsletter{
	padding-left: 40px;
	padding-right: 40px;
	max-width: 1100px;
	margin: auto;
	margin-bottom: 100px;
	margin-top: 100px;
}
.wrap-newsletter .newsletter-footer{
	background-color: #F0F0F0;
	box-shadow: 0 0 10px #d7d7d7;
	padding: 20px;
	display: flex;
	align-items: center;
	gap:20px;
}

/*.wrap-newsletter .newsletter-footer > *{
	border: 1px solid red;
}*/
.wrap-newsletter .newsletter-footer .left-info{
	width: 100%;
	display: flex;
	align-items: center;
	gap:15px;
}
.wrap-newsletter .newsletter-footer .left-info .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	background-color: var(--color-1);
	border-radius: 999em;
	color: white;
	font-size: 28px;
}
.wrap-newsletter .newsletter-footer .left-info .texto p.title{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}
.wrap-newsletter .newsletter-footer .left-info .texto p.subtitle{
	font-size: 15px;
	margin:0;
}
.wrap-newsletter .newsletter-footer .right-form{
	width: 435px;
	flex-shrink: 0;
}
.wrap-newsletter .newsletter-footer .right-form .control-newsletter-form{
	display: flex;
	align-items: center;
	gap:15px;
}
.wrap-newsletter .newsletter-footer .right-form .control-newsletter-form .field{
	width: 100%;
}
.wrap-newsletter .newsletter-footer .right-form .control-newsletter-form .button-container{
	width: 145px;
	flex-shrink: 0;
}
.wrap-newsletter .newsletter-footer .right-form .control-newsletter-form .button-container .wpcf7-spinner{
	display: none;
}
.wrap-newsletter .newsletter-footer .right-form .control-newsletter-form p{
	margin: 0;
}
.wrap-newsletter .newsletter-footer .right-form .control-newsletter-form input{
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.wrap-newsletter .newsletter-footer .right-form .control-newsletter-form input[type="submit"]{
	background-color: var(--color-1);
	color: white;
	border-radius: 5px;
}
.wrap-newsletter .newsletter-footer .right-form .control-newsletter-form input[type="submit"]:hover{
	color: var(--color-1);
	background-color: white;
	cursor: pointer;
}
.wrap-newsletter .newsletter-footer .right-form .control-newsletter-form input[type="email"]{
	border-radius: 5px;
}
.wrap-newsletter .newsletter-footer .newsletter-privacy{
	font-size: 13px;
	display: block;
	margin-top: 5px;
}
.wrap-newsletter .newsletter-footer .newsletter-privacy a{
	color: var(--color-1);
	text-decoration: none;
}
.wrap-newsletter .newsletter-footer .newsletter-privacy .wpcf7-list-item{
	margin-left: 0
}
.wrap-newsletter .newsletter-footer .wpcf7-not-valid-tip{
	font-size: 13px;
	margin-top: 3px;
	display: block;
}
/* end footer newsletter */


.flickity-button:disabled{
	display: none;
}

.menu-mobile-header{
	display: none !important;
}
.menu-mobile-container,
.black-bg{
	display: none;
}
.encontrar-profesional-open{
	display: none !important;
}

.email-ok{
    background-color: #27ae60;
    color: white;
    display: block;
    padding: 10px 30px;
    border-radius: 999em;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 45px;
}
.success-msg{
    background-color: #27ae60;
    color: white;
    display: block;
    padding: 10px 30px;
    border-radius: 999em;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.error-msg{
    background-color: #e74c3c;
    color: white;
    display: block;
    padding: 10px 30px;
    border-radius: 999em;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.success-msg p,
.error-msg p{
	margin-bottom: 0;
}

/* start ventajas premium */
.ventajas-content{
    background: rgb(187,205,225);
    background: -moz-linear-gradient(top, rgba(187,205,225,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(187,205,225,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(187,205,225,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbcde1', endColorstr='#ffffff',GradientType=0 );
}

.ventajas-content .first-premium{
	padding-top: 80px;
	padding-bottom: 80px;
}
.ventajas-content .first-premium .premium-left{
	/*border: 1px solid red;*/
	max-width: 512px;
	margin: auto;
}
.ventajas-content .first-premium .premium-left h1{
	font-size: 105px;
	color: var(--color-1);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.9;
}
.ventajas-content .first-premium .premium-left p{
	font-size: 18px;
	color: var(--color-1);
}
.ventajas-content .first-premium .imagen-right{
	max-width: 700px;
	margin: auto;
}

.ventajas-content .general-column-premium .control-image{
    margin: auto;
    max-width: 500px;
}
.ventajas-content .general-column-premium .texto-control{
	max-width: 512px;
	margin-left: auto;
	margin-right: auto;
	color: #5A5A5A;
}
.ventajas-content .general-column-premium .image-change-order{
	order: 1;
}
.ventajas-content .control-bg-image{
	background-image: url(images/bg-premium.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;

}


/* end ventajas premium */
/* start cabecera new */
.cabecera-new{
	background-position: top center;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 90px;
}
.cabecera-new .control-cabecera{
	display: flex;
	align-items: center;
	gap:100px;
}
.cabecera-new .control-cabecera .image{
	width: 550px;
	flex-shrink: 0;
}
.cabecera-new .control-cabecera .texto{
	width: 100%;
	text-align: center;
}
.cabecera-new .control-cabecera .texto p{
	color: var(--color-1);
}
.cabecera-new .control-cabecera .texto p.title{
	font-size: 65px;
	font-weight: bold;
}
.cabecera-new .control-cabecera .texto p{
	font-size: 18px;
}
/* end cabecera new */

/* start stripe success */
.control-gestion-success{
	background-color: #F0F0F0;
	padding: 30px;
	max-width: 500px;
	text-align: center;
	margin: 150px auto 80px;
}

.control-gestion-success .icon {
	background-color: var(--color-1);
    color: white;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999em;
    font-size: 45px;
    margin: 0 auto 20px;
}
.control-gestion-success p.title{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
}

/* end stripe success */


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	/*.site-inner {
		max-width: 1140px;
	}*/

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	/*.sidebar {
		float: right;
		width: 30%;
	}*/
	/*
	.sidebar-content .sidebar {
		float: left;
	}*/

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


@media only screen and (max-width:1920px) {
	
}

@media only screen and (max-width: 1700px) {
	
	/*.wrap{
		max-width: 1450px;
	}*/
	/*.article-grid .single-article {
	    width: calc( 100% / 5 );
	}*/
	
	
}
@media only screen and (max-width: 1500px) {
	.site-inner .wrap{
		padding: 0 90px;
	}
	.article-grid .single-article {
	    width: calc( 100% / 4 );
	}
	.article-grid .single-article .box{
		min-height: 380px;
	}

	
}
@media only screen and (max-width: 1200px) {
	/*.wrap{
		max-width: 950px;
	}*/
	.main-header .menu-content .buttons-header li .button{
		padding: 10px 15px;
	}
	.main-header .menu-content .menu > ul > li > a {
	    padding: 10px 8px;
	}
	.main-footer p.title {
	    font-size: 20px;
	}
	.article-grid .single-article {
	    width: calc( 100% / 4 );
	}
	.box-profesional-destacado .texto ul.categories{
		min-height: 50px;
	}
	.box-profesional-destacado {
	    min-height: 466px;
	}
	.box-profesional-destacado .encontrar-box{
		padding: 103% 0;
	}
	.ventajas-content .first-premium .premium-left h1{
		font-size: 85px;
	}
	.ventajas-content h2{
		font-size: 30px;
	}
	.cabecera-new .control-cabecera .image{
		width:100%;
		flex-shrink: 1;
	}
	.cabecera-new .control-cabecera .texto{
		width: 100%;
		text-align: center;
	}
	.main-header .logo {
	    width: 110px;
	}
	.main-header .menu-content ul.menu > li > a {
	    padding: 10px 5px;
	}
	.user-menu > li p{
		padding: 10px 5px
	}
	.main-header .menu-content {
	    width: calc( 100% - 117px );
	}
	.user-menu ul.user-sub-menu > li > a{
		padding: 10px;
	}
}

@media only screen and (max-width:991px) {
	/*.wrap{
		max-width: 750px;
	}*/
	/*.main-header{
		position: relative;
	}*/
	/*.site-inner{
		margin-top: 0 !important;
	}*/
	.main-header .logo {
	    width: 160px;
	}	
	.main-header .menu-content {
	    width: calc( 100% - 170px );
	}
	.main-header .menu-content .search{
		border-right: 0;
	}
	.main-header .menu-content > .control-menu,
	.main-header .menu-content > .buttons-header{
		display: none;
	}
	.main-header .menu-content > .user-menu{
		display: none;
	}
	.main-footer{
		padding-top: 60px;
	}
	.main-footer .footer-column .control{
		margin-bottom: 40px;
	}
	.main-footer .credits {
	    margin-top: 45px;
	}
	.main-footer .credits{
		text-align: center;
	}
	.menu-mobile-header{
		display: block !important;
		position: fixed;
		right: 30px;
		bottom: 68px;
		background-color: #F0F0F0;
		color: white;
		width: 60px;
		height: 60px;
		text-align: center;
		box-shadow: 0 0 10px #3e3e3e;
		padding-top: 11px;
		border-radius: 999em;
		z-index: 20;
	}
	.menu-mobile-header label{
		font-size: 30px;
		text-align: center;
	}
	.menu-mobile-header label img{
		max-width: 40px;
	}
	.menu-mobile-container{
		display: block;
		background-color: #F0F0F0;
		position: fixed;
		top: 0;
		right: -350px;
		bottom: 0;
		width: 300px;
		overflow: auto;
		z-index: 1000;
		transition: 0.3s ease;
	}
	#control-menu-mobile:checked ~ .menu-mobile-container{
		right: 0;
	}
	.menu-mobile-container .control{
		padding: 20px;
	}
	.menu-mobile-container .close-label{
		text-align: right;
	    position: absolute;
	    bottom:72px;
    	right: 39px;
	}
	.menu-mobile-container .close-label label{
		font-size: 40px;
	}
	.menu-mobile-container .logo{
	    text-align: center;
	    padding: 20px;
	    margin-top: 0px;
	    margin-bottom: 25px;
	}
	.menu-mobile-container .logo img{
		width: 160px;
	}
	.menu-mobile-container .menu  > li > a{
		font-size: 18px;
		font-weight: 700;
		color: #343740;
		text-decoration: none;
		padding: 5px 0;
		display: block;
	}
	.menu-mobile-container .menu  > li.menu-item-has-children{
		position: relative;
	}
	.menu-mobile-container .menu  > li.menu-item-has-children > label{
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 14px;
	    transition: 0.2s ease;
	    padding: 8px;
	    height: 30px;
	    width: 30px;
	}
	.submenu-selected label{
		transform: rotate(-90deg);
	}
	.menu-mobile-container .menu  > li.menu-item-has-children > .sub-menu a{
	    display: block;
	    text-decoration: none;
	    font-size: 15px;
	    padding: 10px 15px;
	    color: #343740;
	}
	.menu-mobile-container .buttons-header {
		margin-top: 20px;
	}
	.menu-mobile-container .buttons-header li{
		margin-bottom: 15px;
	}
	.menu-mobile-container .buttons-header li > *{
		display: block;
		text-align: center;
	}
	.black-bg{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.0);
		z-index: 999;
		pointer-events: none;
		transition: 0.3s ease;
	}
	#control-menu-mobile:checked ~ .black-bg{
		background-color: rgba(0, 0, 0, 0.7);
		pointer-events: auto;
	}

	.encontrar-profesional-open{
		display: inline-block !important;
	}
	.encontrar-profesional-open .button{
		display: inline-block;
	}

	.article-grid .single-article .box{
		min-height: 420px;
	}
	.buttons-header-mobile{
		margin-top: 30px;
	}
	.buttons-header-mobile a{
		display: block;
		text-align: center;
		margin-bottom: 5px;
	}
	.user-menu-mobile{
		margin-top: 40px;
	}
	.user-menu-mobile label{
		background-color: #467EFC;
	    border: 1px solid #467EFC;
	    color: white;
	    text-decoration: none;
	    font-size: 14px;
	    font-weight: 600;
	    text-align: center;
	    display: block;
	    padding: 10px 15px;
	    border-radius: 999em;
	}
	.user-menu-mobile label:after{
		content: '\f107';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		float: right;
		transition: 0.3s ease;
	}
	.user-menu-mobile .user-sub-menu{
		border-radius: 15px;
		overflow: hidden;
		max-height: 0;
		transition: 0.3s ease;
	}
	#control-user-login:checked ~ .user-sub-menu{
		max-height: 170px;
	}
	#control-user-login:checked ~ label:after{
		transform: rotate(-90deg);
	}
	.user-menu-mobile .user-sub-menu > li > a{
		display: block;
	    background-color: #dfdfdf;
	    color: black;
	    padding: 12px 30px;
	    font-size: 13px;
	    text-align: center;
	    text-decoration: none;
	}
	.user-menu-mobile .user-sub-menu > li > a.logout{
		background-color: #c0392b;
    	color: white;
	}
	.box-profesional-destacado .encontrar-box {
	    padding: 105% 0;
	}
	.wrap-newsletter .newsletter-footer{
		flex-direction: column;
	}
	.wrap-newsletter .newsletter-footer .left-info{
		justify-content: center;
	}
	.ventajas-content .first-premium .change-order-first{
		order: -1;
		margin-bottom: 40px;
	}
	.ventajas-content .first-premium .imagen-right,
	.ventajas-content .general-column-premium .control-image{
		max-width: 300px;
	}
	.ventajas-content .general-column-premium .image-change-order {
	    order: 0;
	}
	.article-grid .single-article{
		width: calc( 100% / 2 );
	}
	.cabecera-new .control-cabecera{
		gap:40px;
	}
	.cabecera-new{
		padding-bottom: 20px;
	}

}	

@media only screen and (max-width: 767px) {
	.article-grid .single-article {
	    width: calc( 100% / 2 );
	}
	.ventajas-content .first-premium .change-order-first{
		margin-bottom: 0;
	}
	.cabecera-new{
		padding-bottom: 0
	}
	.cabecera-new .control-cabecera{
		flex-direction: column;
	}
	.cabecera-new .control-cabecera .image{
		order: -1;
	}
	.cabecera-new .control-cabecera .texto p.title{
		font-size: 40px;
	}
	.cabecera-new .control-cabecera .texto p{
		font-size: 15px;
	}
}

@media only screen and (max-width: 575px) {
	.site-inner .wrap{
		padding-left: 15px;
		padding-right: 15px
	}
	.main-header .wrap,
	.wrap{
		padding-left: 15px;
		padding-right: 15px;
	}
	.normal-section{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.main-footer .credits img,
	.main-footer .credits .social{
		display: block;
	}
	.main-footer .credits img{
		margin: auto;
	}
	.main-footer .credits .social{
		margin-left: 0;
		margin-top: 10px;
	}
	.main-header .logo{
		width: 115px;
	}
	.main-header .menu-content {
	    width: calc( 100% - 120px );
	}
	.article-grid .single-article {
	    width: calc( 100% / 1 );
	}
	
	.ultimos-articulos > div > .control{
		padding-left: 0;
		padding-right: 0;
	}
	.box-profesional-destacado {
        min-height: 330px;
    	padding-bottom: 50px;
	}
	.box-profesional-destacado .image {
	    height: 185px;
	}
	/*.box-profesional-destacado .texto p.localizacion{
		margin-bottom: 0;
	}*/
	.box-profesional-destacado .texto ul.stars i{
		margin-bottom: 9px;
	}
	.box-profesional-destacado .texto {
	    padding: 10px 10px 0;
	}
	.box-profesional-destacado .contacto {
	    padding: 6px 20px;
	}

	.search-window{
		width: 350px;
		height: 200px;
		margin-top: -150px;
		margin-left: -175px;
		z-index: 20000;
	}
	.article-grid .single-article .box{
		min-height: auto
	}
	.box-profesional-destacado .texto ul.categories{
		margin-bottom: 20px;
	}
	.encontrar-profesional-open .button {
        display: inline-block;
	    width: 145px;
	    text-align: center;
	    padding: 10px 5px;
	    font-size: 13px;
	}
	.article-grid .single-article .texto h3 a{
		min-height:70px;
	    -webkit-line-clamp: 3;
    	line-clamp: 3;
	}
	.box-profesional-destacado {
	    min-height: 426px;
	}
	.box-profesional-destacado .encontrar-box {
	    padding: 74% 0;
	}
	.box-profesional-destacado .destacado-label{
		left: -30%;
	}

	.article-grid-type-2 .single-article.large-article {
    	width: calc( 100% / 1 );
	}
	.article-grid-type-2 .single-article.large-article .box{
		min-height: 350px;
	}
	.box-alta-agency-banner{
		grid-template-columns: repeat(1, 1fr);
	}
	.box-alta-agency-banner .alta-box{
		border-right: 0;
		/*border-bottom: 1px solid #F0f0f0;*/
		padding-bottom: 15px;
	}
	.box-alta-agency-banner .agency-box{
		padding-top: 15px;
	}
	.wrap-newsletter .newsletter-footer .right-form .control-newsletter-form,
	.wrap-newsletter .newsletter-footer .left-info{
		flex-direction: column;
	}
	.wrap-newsletter .newsletter-footer .right-form{
		width: 100%;
	}
	.wrap-newsletter .newsletter-footer .right-form .control-newsletter-form .button-container{
		width: 100%;
	}
	.wrap-newsletter .newsletter-footer .left-info .texto{
		text-align: center;
	}
	.ventajas-content h2 {
	    font-size: 25px;
	}


}
