/*
Theme Name: Podemos Cantabria
Theme URI: https://podemoscantabria.info
Author: Jonilar 21
Author URI: https://jonilar.com
Description: Tema personalizado con modificaciones concretas para Podemos Cantabria, porque ¡Sí se puede!
Version: 2023.05.12
Requires PHP: 7.4
Tested up to: 6.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, news, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: podemos-cantabria

Modificaciones distribuidas bajo la misma Licencia que el Theme Original
This Theme is distributed under the terms of the GNU GPL

*/

/* Fonts
-------------------------------------------------------------- */


@font-face {
  font-family: 'CentraNo1-Light';
  src: url('css/CentraNo1-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Coline1-Regular';
  src: url('css/Coline1-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Guthen-Bloots';
  src: url('css/Guthen-Bloots.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline-offset: 2px;
	outline: 2px solid #FFCD70;
}
a:focus img {
  	border: 2px solid #FFCD70;
}
::selection {
	background: #573c81;
	color: #fff;
}

ol,
ul {
	list-style: none;
	margin: 0;
}
table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 20px;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	padding: 8px;
	text-transform: uppercase;
	color: #333;
	font-size: 17px;
}
td {
	padding: 8px;
	border-width: 0 1px 1px 0;
}
a img {
	border: 0 none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* =Global
----------------------------------------------- */
body,
input,
textarea,
select {
	color: #222;
	font: 18px 'CentraNo1-Light', sans-serif;
	line-height: 1.6;
	word-wrap: break-word;
}
body {
	background-color: #ececec;
	font: 18px 'CentraNo1-Light', sans-serif;
	line-height: 1.6;
	word-wrap: break-word;
}
.wrapper {
	width: 100%;
	background-color: #fff;
}
.container {
	margin: 0 auto;
	max-width: 1030px;
	width: auto;
	padding: 0 30px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
}
h1 {
	font-size: 28px;
	line-height: 1.3;
}
h2 {
	font-size: 26px;
	line-height: 1.3;
}
h3 {
	font-size: 24px;
	line-height: 1.3;
}
h4 {
	font-size: 22px;
	line-height: 1.3;
}
h5 {
	font-size: 20px;
	line-height: 1.3;
}
h6 {
	font-size: 17px;
	line-height: 1.4;
	text-transform: uppercase;
}

/* No Border/Margin/Padding */
.no-margin-top {
	margin-top: 0px !important;
}
.no-margin-bottom {
	margin-bottom: 0px !important;
}
.no-margin-left {
	margin-left: 0px !important;
}
.no-margin-right {
	margin-right: 0px !important;
}
.no-padding-top {
	padding-top: 0px !important;
}
.no-padding-bottom {
	padding-bottom: 0px !important;
}
.no-padding-left {
	padding-left: 0px !important;
}
.no-padding-right {
	padding-right: 0px !important;
}
.no-border-top {
	border-top: 0 none !important;
}
.no-border-bottom {
	border-bottom: 0 none !important;
}
.no-border-left {
	border-left: 0 none !important;
}
.no-border-right {
	border-right: 0 none !important;
}

/* Horizontal Line */
hr {
	border-color: rgba(0, 0, 0, 0.1);
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 0 0 40px;
}

/* Text Elements */
p {
	margin-bottom: 15px;
}
p a,
#tribe-events-content a {
	text-decoration: underline;
}
strong {
	font-weight: bold;
	color: #573c81;
}
.page-title strong {
color: #fff;
}
cite,
em,
i {
	font-style: italic;
}

pre {
	background-color: #f1f1f1;
	margin-bottom: 20px;
	overflow: auto;
	padding: 30px;
}
pre,
code,
kbd {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
abbr,
acronym,
dfn {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background-color: #fff9c0;
	text-decoration: none;
	margin-bottom: 20px;
}

/* Superscript and Subscript */
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Blockquote */
blockquote {
	font-style: italic;
	font-family: "Coline1-Regular";
	margin-bottom: 20px;
	background-color: #573c81;
	padding: 30px 30px 15px 26px;
	border-radius: 5px;
	border-style: solid;
	border-width: 0 0 0 4px;
	color: #fff;
}

blockquote strong {
	color: #fff;
}
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote cite {
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Breadcrumb */
.breadcrumb {
	float: right;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
.breadcrumb,
.breadcrumb a,
.breadcrumb a:hover {
	color: #fff;
	opacity: 0.7;
}
.breadcrumb,
.breadcrumb a:hover {
	opacity: 1;
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"],
input[type="reset"],
input[type="button"],
input[type="submit"],
textarea {
	appearance: none;
}
input,
textarea {
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	width: 100%;
	background-color: #f9f9f9;
	border-radius: 3px;
}
input:focus,
textarea:focus {
	border-color: rgba(0, 0, 0, 0.15);
}
input[type="reset"],
input[type="button"],
input[type="submit"] {
	border: 0 none;
	cursor: pointer;
	margin-bottom: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: center;
	height: 40px;
	width: inherit;	
	padding: 0px 20px;
	background-color: #573c81;
	transition: all 0.3s ease-out;
}
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #29143D;
}
select {
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background-color: #f9f9f9;
	width: 100%;
}
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
	width: inherit;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
input[type="file"] {
	cursor: pointer;
}

/* Links */
ul li:before,
.widget_categories .current-cat{
	color: #573c81;
}

a {
	color: #573c81;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
}

/* Images */
figure {
	margin: 0;
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	transition: transform .3s ease-in-out;
}

.wp-block-post-featured-image img:hover,
.post-featured-image img:hover {
	transform:scale(1.1, 1.1);
}

#tribe-events-pg-template .wp-block-post-featured-image img:hover {
		transform: none;
}

.tribe-events-sub-nav li a {
	background: transparent;
}

#tribe-events-pg-template {
	padding: 0px;
}

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}
img.size-full,
img.size-large {
	max-width: 100%;
	height: auto; 
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-top: 0.5em;
	margin-bottom: 20px;
}
img.alignnone {
	display: block;
}
img#wpstats {
	display: none;
}

.wp-block-post-featured-image img {
object-fit: cover;
}

.post-featured-image img {
width: 100%;
height: 100%;
}


.wp-block-post-featured-image, .wp-block-image figure, .post-featured-image {
overflow: hidden;
}

.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img {
transform: none;
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	display: none;
}

/* Clearfix Hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
/* close commented backslash hack */
.clearfix-third,
.clearfix-fourth {
	clear: both;
}

/* Readmore */
a.readmore {
	color: #fff;
	display: inline-block;
	padding: 5px 25px 0;
	border-radius: 3px;
	padding: 1px 8px 2px;
	margin-bottom: 7px;
	float: right;
	background-color: #573c81;
	transition: all 0.3s ease-out;
}
a.readmore:hover {
	background-color: #777;
}
a.more-link:hover {
	text-decoration: underline;
}

/* Call To Action Button*/
.call-to-action {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 9px 20px 9px;
	border-radius: 3px;
	background-color: #573c81;
	transition: all 0.3s ease-out;
}
.call-to-action:hover {
	background-color: #777;
}

/* Alignment */
.alignleft {
	float: left;
	margin-top: 0.5em;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-top: 0.5em;
	margin-left: 20px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Back To Top */
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1;
}
.back-to-top a {
	width: 40px;
	height: 40px;
	display: block;
	font-size: 32px;
	line-height: 40px;
	font-family: 'FontAwesome';
	background-color: #573c81;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	transition: all 0.5s ease-out;
}
.back-to-top a:hover,
#colophon .widget ul .wp-social-link-tiktok a:hover {
	background-color: #9169f4;
	color: #fff;
}
.back-to-top a:before {
	content: '\f106';
}

/* =Header
----------------------------------------------- */

/* Header Info Bar */
.info-bar {
	background-color: #573c81;
	color: #999;
	padding-bottom: 6px;
}
.info-bar .info {
	padding-top: 8px;
	text-align: center;
}
.info-bar .info ul li {
	margin-right: 20px;
	display: inline-block;
}
.info-bar .info ul li:before {
	margin-top: 4px;
	margin-right: 8px;
	color: #573c81;
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	font-family: 'FontAwesome';
	vertical-align: top;
}
.info-bar .info ul li.phone-number:before {
	content: '\f10b';
	font-size: 19px;
	margin-top: 2px;
}
.info-bar .info ul li.email:before {
	content: '\f0e0';
}
#colophon .info-bar .info ul li.email {
	word-break: break-all;
}

.info-bar .info ul li.address:before {
	content: '\f041';
}
.info-bar .info ul li a {
	color: #999;
}
.info-bar .info ul li a:hover {
	text-decoration: underline;
}

.info-bar .info ul li::before,
.info-bar,
#colophon .info-bar,
.info-bar .info ul li a,
#colophon .info-bar .info ul li a {
	color: #fff;
}

/* Hgroup Wrap */
.hgroup-wrap {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hgroup-wrap .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
/*  	justify-content: space-between; */
    	justify-content: normal;
}
.hgroup-wrap .container.clearfix:after {
	display: none;
}

/* Logo, Title and Description */
#site-logo { 
	padding-top: 10px;
	padding-bottom: 10px;
}
#site-title {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: normal;
}
#site-title a {
	color: #777;
	display: block;
}
#site-title a img {
	vertical-align: inherit;
	max-width: 210px;
	display: block;
}
#site-title a span,
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #573c81;
}
#site-description {
	font-size: 12px;
	color: #999;
}
.hgroup-right {
	margin-right: 0;
	margin-left: auto;
	position: relative;
	min-width: 250px;
	padding-right: 35px;
}

/* Social Profiles */
.social-profiles,
.social-profiles ul {
	float: right;
}
.social-profiles ul li {
	margin: 6px 0 0 5px;
	float: left;
}
.social-profiles ul li a {
	width: 35px;
	height: 35px;
	font-size: 25px;
	line-height: 35px;
	border-radius: 100%;
	display: block;
	color: #fff;
	font-family: 'FontAwesome';
	text-align: center;
	opacity: 0.8;
}
.social-profiles ul li.github a {
	background-color: #000;
}
.social-profiles ul li.github a:before {
	content: '\f09b';
}
.social-profiles ul li.dribbble a {
	background-color: #ea4c89;
}
.social-profiles ul li.dribbble a:before {
	content: '\f17d';
}
.social-profiles ul li.twitter a {
	background-color: #55acee;
}
.social-profiles ul li.twitter a:before {
	content: '\f099';
}
.social-profiles ul li.facebook a {
	background-color: #3c5a99;
}
.social-profiles ul li.facebook a:before {
	content: '\f09a';
}
.social-profiles ul li.wordpress a {
	background-color: #21759b;
}
.social-profiles ul li.wordpress a:before {
	content: '\f19a';
}
.social-profiles ul li.linkedin a {
	background-color: #047cb1;
}
.social-profiles ul li.linkedin a:before {
	content: '\f0e1';
}
.social-profiles ul li.pinterest a {
	background-color: #cc2026;
}
.social-profiles ul li.pinterest a:before {
	content: '\f231';
}
.social-profiles ul li.flickr a {
	background-color: #000;
}
.social-profiles ul li.flickr a:before {
	content: '\f16e';
}
.social-profiles ul li.vimeo a {
	background-color: #1ab7ea;
}
.social-profiles ul li.vimeo a:before {
	content: '\f27d';
}
.social-profiles ul li.you-tube a {
	background-color: #cd201f;
}
.social-profiles ul li.you-tube a:before {
	content: '\f167';
}
.social-profiles ul li.tumblr a {
	background-color: #35465c;
}
.social-profiles ul li.tumblr a:before {
	content: '\f173';
}
.social-profiles ul li.instagram a {
	background-color: #915646;
}
.social-profiles ul li.instagram a:before {
	content: '\f16d';
}
.social-profiles ul li.codepen a {
	background-color: #000;
}
.social-profiles ul li.codepen a:before {
	content: '\f1cb';
}
.social-profiles ul li.google-plus a {
	background-color: #dd4b39;
}
.social-profiles ul li.google-plus a:before {
	content: '\f0d5';
}
.social-profiles ul li.skype a {
	background-color: #009fe3;
}
.social-profiles ul li.skype a:before {
	content: '\f17e';
}
.social-profiles ul li.digg a {
	background-color: #1b5891;
}
.social-profiles ul li.digg a:before {
	content: '\f1a6';
}
.social-profiles ul li.reddit a {
	background-color: #a6c8e9;
}
.social-profiles ul li.reddit a:before {
	content: '\f281';
}
.social-profiles ul li.stumbleupon a {
	background-color: #ea4b24;
}
.social-profiles ul li.stumbleupon a:before {
	content: '\f1a4';
}
.social-profiles ul li.pocket a {
	background-color: #eb1d37;
}
.social-profiles ul li.pocket a:before {
	content: '\f265';
}
.social-profiles ul li.dropbox a {
	background-color: #007ee5;
}
.social-profiles ul li.dropbox a:before {
	content: '\f16b';
}
.social-profiles ul li.rss a {
	background-color: #ff6600;
}
.social-profiles ul li.rss a:before {
	content: '\f09e';
}
.social-profiles ul li a:hover {
	opacity: 1;
	background-color: #573c81;
}

#colophon .widget ul .wp-social-link-feed,
.wp-social-link-feed {
	background-color: #ffcd70;
}

#colophon .widget ul .wp-social-link-feed a,
.wp-social-link-feed a {
	color: #29143D;
}

#colophon .widget ul .wp-social-link-feed a:hover,
.wp-social-link-feed a:hover,
#colophon .widget ul .wp-social-link-telegram a,
#colophon .widget ul .wp-social-link-whatsapp a,
#colophon .widget ul .wp-social-link-whatsapp a:hover,
#colophon .widget ul .wp-social-link-telegram a:hover,
.wp-social-link-whatsapp a,
.wp-social-link-whatsapp a:hover,
.wp-social-link-telegram a,
.wp-social-link-telegram a:hover {
	color: #000;
}

#colophon .widget ul .wp-social-link-youtube a,
.wp-social-link-youtube a {
	background-color: #A40000;
	border-radius: 999px;
}

#colophon .widget ul .wp-social-link-youtube a:hover,
.wp-social-link-youtube a:hover,
#colophon .widget ul .wp-social-link-twitch a:hover,
.wp-social-link-twitch a:hover,
#colophon .widget ul .wp-social-link-chain,
#content .wp-social-link-chain {
	color: #FFF;
}

#colophon .widget ul .wp-social-link-instagram a {
	background-color: #C795C5;
	color: #29143D;
	border-radius: 999px;
}

#colophon .widget ul .wp-social-link-instagram a:hover {
	background-color: #D5AFD4;
	color: #29143D;
}

#colophon .widget ul .wp-social-link-flickr a,
.wp-social-link-flickr a {
	background-color: #204A87;
	border-radius: 999px;
}

#colophon .widget ul .wp-social-link-flickr a:hover,
.wp-social-link-flickr a:hover {
	background-color: #204A87;
	color: #FFF;
}

#colophon .widget ul .wp-social-link-twitter a,
.wp-social-link-twitter a {
	background-color: #1DA1F2;
	border-radius: 999px;
	color: #000;
}

#colophon .widget ul .wp-social-link-twitter a:hover,
.wp-social-link-twitter a:hover {
	background-color: #1DA1F2;
	color: #000;
}

#colophon .widget ul .wp-social-link-facebook a,
.wp-social-link-facebook a {
	background-color: #003BD1;
	border-radius: 999px;
	color: #FFF;
}

#colophon .widget ul .wp-social-link-facebook a:hover,
.wp-social-link-facebook a:hover {
	background-color: #003BD1;
	color: #FFF;
}

#colophon .widget ul .wp-social-link-chain a,
.wp-social-link-chain a {
background-color: #573c81;
}

.wp-social-link a,
.wp-social-link- a {
	border-radius: 999px;
}


/* Header Image */
.header-image {
	width: 100%;
	height: auto;
}

/* =Menu
-------------------------------------------------------------- */

/* Nuestro nav con id #menu lo flotaremos a la derecha*/
#menu { float: initial; }

/* Botón Menú Responsive PURE CSS NO JS */
.menu2 .drop {
color: #fff;
padding: 5px;
cursor: pointer;
display: none;
}

.menu2 .drop svg {
fill: #573c81;
vertical-align: middle;
margin-top: -180px;
}    
    
.menu2 input {
display: none 
}

#toggle:checked ~ nav {
display: block;
border-top: 4px solid #573c81;
}

#toggle:checked ~ label {
background: rgba(0,0,0,0.65);
}




#access {
	float: right;
}
#access li {
	float: left;
	position: relative;
	margin: 0 0 0 20px;
}
#access a {
	color: #2E3436;
	display: block;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	padding: 20px 0;
}
#access a:hover,
#access ul li.current-menu-item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current_page_item > a,
#access ul li:hover > a {
	color: #573c81;
	font-weight: bold;
}

/* Dropdown */
#access ul li ul,
#access ul li:hover ul ul,
#access ul ul li:hover ul ul,
#access ul ul ul li:hover ul ul,
#access ul ul ul ul li:hover ul ul,
#access ul li ul {
	display: none;
	z-index: 9999;
}
#access ul li:focus ul,
#access ul ul li:focus ul,
#access ul ul ul li:focus ul,
#access ul ul ul ul li:focus ul,
#access ul ul ul ul ul li:focus ul,
#access ul li:hover ul,
#access ul ul li:hover ul,
#access ul ul ul li:hover ul,
#access ul ul ul ul li:hover ul,
#access ul ul ul ul ul li:hover ul {
	display: block;
}
#access ul li ul {
	position: absolute;
	background-color: #fff;
	border-top: 4px solid #573c81;
	top: 100%;
	left: 0;
	width: 190px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#access ul li ul li {
	float: none;
	margin: 0;
}
#access ul li ul li a,
#access ul li.current-menu-item ul li a,
#access ul li ul li.current-menu-item a,
#access ul li.current_page_ancestor ul li a,
#access ul li.current-menu-ancestor ul li a,
#access ul li.current_page_item ul li a {
	float: none;
	font-size: 18px;
	font-weight: normal;
	height: 100%;
	padding: 6px 10px;
	text-transform: capitalize;
}
#access ul li ul li a:hover,
#access ul li ul li:hover > a,
#access ul li.current-menu-item ul li a:hover {
	background-color: #F9F9F9;
	color: #573c81;
}
#access ul li ul li ul {
	left: 190px;
	top: 0;
	border: 0 none;
	box-shadow: 4px 0 8px rgba(0, 0, 0, 0.2);
}


/* Slogan */
.slogan-wrap {
	background-color: #573c81;
	padding: 20px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: -1px;
}
.slogan-wrap .slogan {
	text-align: center;
	font-family: Guthen-Bloots;
	text-transform: none;
	font-size: 45px;
	font-weight: normal;
	line-height: 1.8em;
	color: #ffcd70;
}
.slogan-wrap .slogan span {
	font-size: 17px;
	line-height: 1.6;
	display: block;
	padding-top: 5px;
	text-transform: none;
	font-weight: normal;
}

.slogan-wrap ::selection, 
.page-title-wrap ::selection, 
.info-bar ::selection,
blockquote ::selection {
background: #ffefca;
color: #573c81;
}

/* =Featured Slider
-------------------------------------------------------------- */
.featured-slider {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.featured-slider,
.featured-slider .slider-cycle,
.featured-slider .container {
	position: relative;
}
.featured-slider .displayblock {
	display: block;
}
.featured-slider .displaynone {
	display: none;
}
.featured-text {
	position: absolute;
	bottom: 100px;
	left: 0;
}
.featured-text .featured-title,
.featured-text .featured-content {
	font-style: italic;
	float: left;
}
.featured-text .featured-title {
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.25;
	padding: 10px 20px;
	background-color: #573c81;
	color: #fff;
}
.featured-text .featured-title a {
	color: #fff;
}
.featured-text .featured-content {
	padding: 15px 20px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	color: #777;
	clear: left;
}

/* Controllers */
#controllers {
	text-align: center;
	line-height: 0;
	position: absolute;
	width: 100%;
	bottom: 15px;
	z-index: 9999;
}
#controllers a {
	width: 13px;
	height: 13px;
	margin: 0 4px;
	overflow: hidden;
	display: inline-block;
	border-radius: 10px;
	border: 2px solid #573c81;
	color: #fff;
	text-indent: -100px;
}
#controllers a:hover,
#controllers a.active {
	background-color: #573c81;
	color: #fff;
}

/* Search Form */
input.s {
	height: 36px;
	width: 130px;
	border-style: solid;
	border-right-width: 0;
	float: left;
	border-radius: 0;
}
input.s:focus {
	border-color: rgba(0, 0, 0, 0.05);
}
.search-toggle {
	display: block;
	font-size: 14px;
	line-height: normal;
	font-family: 'FontAwesome';
	cursor: pointer;
	margin-top: 23px;
	position: absolute;
	right: 0;
}
.search-toggle:hover,
.hgroup-right .active {
	color: #573c81;
}
.search-toggle:before {
	content: '\f002';
}
#search-box {
	position: absolute;
	padding: 10px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	z-index: 10000;
	right: -9px;
	top: 100%;
}
.hide,
.hidden,
.tribe-events-promo,
.ecs-no-events {
	display: none;
}

.search-form .search-submit {
	border-radius: 0;
	margin: 0;
}
#search-box .search-submit {
	padding: 0 10px;
	height: 36px;
	float: right;
}

/* =Content
----------------------------------------------- */
#main {
	padding: 25px 0 10px;
}

.home #main {
	padding-top: 15px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	padding-bottom: 15px;
}
#content ul {
	list-style-type: disc;
}
#content ul ::marker {
	color: #573c81;
}
#content ul .wp-block-post {
	list-style-type: none;
}
#content ul,
#content ol {
	margin: 0 0 20px 30px;
}
/*
#content ul a,
#content ol a {
	color: #4F4F4F;
} */
#content ul a:hover,
#content ol a:hover {
	text-decoration: none;
	color: #573c81;
}
#content ol {
	list-style-type: decimal;
}
#content ol ol {
	list-style: upper-alpha;
}
#content ol ol ol {
	list-style: lower-roman;
}
#content ol ol ol ol {
	list-style: lower-alpha;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
.service-item {
	padding-bottom: 10px;
}
.service-item .service-icon,
.service-item .service-icon img {
	width: 50px;
	height: 50px;
	border-radius: 30px;
}
.service-item .service-icon {
	display: block;
	margin: 0 auto;
	border: 2px solid #573c81;
}
#content .service-item .service-title {
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1.4;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 0;
}
#primary {
	float: left;
	width: 65.64%;
}
#content .columns-2 .post {
  	padding-bottom: 0px;
  	margin-top: -30px;
	margin-bottom: -30px;
}
#content .sticky {
	background-color: #f2f2f2;
	padding: 20px;
	margin-bottom: 50px;
}

.page-title-wrap {
	background-color: #573c81;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px 0;
	margin-top: -1px;
}
.page-title {
	font-size: 1.7em;
	font-weight: bold;
	color: #fff;
	float: left;
	padding-top: 2px;
}
.page-title a {
	color: #fff;
}

/* Entry Header */
.entry-header {
	padding-bottom: 10px;
}

/* Entry Title */
#content .entry-title {
	padding-bottom: 5px;
	font-weight: bold;
}
#content .entry-title a:hover,
#content .entry-title a:focus,
#content ul .wp-block-post-title a:hover,
#content ul .wp-block-post-title a:focus {
		color: #000;
		background-color: #FFCD70;
		outline: 0;
}
.entry-title {
	font-weight: normal;
	text-transform: none;
}
/* Borrado para que se vea Morado
.entry-title,
.entry-title a {
	color: #333;
} */
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #573c81;
}

/* Entry Meta */
 .entry-meta {
	text-decoration: underline;
	font-size: 15px;
}
.entry-meta a {
	color: #29143D;
}
.entry-meta a:hover,
.entry-meta .cat-links a:hover {
	color: #573c81;
}
.entry-meta .cat-links,
.entry-meta .cat-links a {
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
.entry-meta .cat-links a {
	padding-bottom: 10px;
	display: inline-block;
}
.entry-meta .by-author,
.entry-meta .date,
.entry-meta .comments {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.entry-meta .by-author a:before,
.entry-meta .date a:before,
.entry-meta .comments a:before {
	line-height: normal;
	margin-right: 10px;
	display: inline-block;
	font-family: 'FontAwesome';
}
.entry-meta .by-author a:before {
	content: '\f007';
}
.entry-meta .date a:before {
	content: '\f017';
}
.entry-meta .comments a:before {
	content: '\f086';
}
footer.entry-meta {
	padding: 7px 0 0;
	clear: both;
}

/* Related Posts */
.related-posts-after-content, .redesicon {
	text-align: center;
	padding-bottom: 20px;
}
.related-posts-after-content .related-thumb {
	max-width: 42%;
	display: inline-table;
	padding: 10px;
}

.related-posts-after-content .related-thumb:hover {
	font-weight: bold;
}

/* Post Featured  Image */
.post-featured-image {
	margin-bottom: 15px;
	max-width: none;
	position: relative;
	text-align: left;
}
.post-featured-image a {
	display: block;
}

/* Entry Content */
.entry-content {
	padding-bottom: 5px;
	display: block;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 20px;
}
.entry-content th,
.comment-content th {
	font-size: 17px;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	padding: 8px;
}
.wp-video {
	margin-bottom: 20px;
}

/* Column */
.column {
	margin-left: -3.06%;
}
.column a {
	margin-bottom: 10px;
	display: block;
}
.one-half,
.one-third,
.one-fourth {
	float: left;
	margin: 0 0 0 2.97%;
	padding-bottom: 30px;
}
.one-half {
	width: 47.03%;
}
.one-third {
	width: 30.36%;
}
.one-fourth {
	width: 22.02%;
}

/* Sidebar */
#secondary {
	float: right;
	width: 31.28%;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	padding-top: 25px;
}

/* Left Sidebar Template */
.left-sidebar-template #primary {
	float: right;
}
.left-sidebar-template #secondary {
	float: left;
}

/* No Sidebar Template */
.no-sidebar-template #content {
	width: 708px;
	margin: 0 auto;
}

/* Full Width Template */
.full-width-template .post-featured-image {
	max-width: 100%;
}

/* Custom Gallery Page */
.custom-gallery #main {
	padding-bottom: 20px;
}
#content .gal-filter {
	list-style: none;
	margin-left: 0;
}
#content .gal-filter li {
	display: inline-block;
	padding: 0 8px;
}
#content .gal-filter li.active a {
	color: #573c81;
}
.custom-gallery #main .column {
	margin-left: -30px;
}
.custom-gallery #main .one-half,
.custom-gallery #main .one-third,
.custom-gallery #main .one-fourth {
	margin-left: 30px;
}
.custom-gallery #main .one-half {
	width: 474px;
}
.custom-gallery #main .one-third {
	width: 306px;
}
.custom-gallery #main .one-fourth {
	width: 222px;
}
#content .custom-gallery-title,
.custom-gallery-title a {
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	color: #333;
	padding-bottom: 0;
	text-transform: uppercase;
}
.custom-gallery-title a:hover {
	color: #573c81;
}

/* Blog Medium Page */
.blog-medium .post-featured-image {
	width: 34.57%;
	float: left;
	margin-right: 4.67%;
}
.blog-medium .post-featured-image .arrow {
	top: -8px;
	bottom: 0;
}

/* Narrow Layout */
.narrow-layout .wrapper {
	max-width: 1038px;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.narrow-layout .featured-text {
	bottom: 60px;
}
.narrow-layout #colophon {
	margin-bottom: 30px;
}

/* =Attachments
----------------------------------------------- */
.image-attachment div.attachment {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background-color: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/* =Comments
-------------------------------------------------------------- */
#comments ol {
list-style-type: none;
}

#content .comments-area ul,
#content .comments-area ol,
.comments-area article {
	margin: 0 0 30px 20px;
}
.comments-area article header {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
}
.comments-area article header cite {
	font-style: normal;
	line-height: 1.42857143;
}
.comments-area article header time {
	font-size: 13px;
}
.comments-area article header a {
	text-decoration: none;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
#content .comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	border-radius: 3px;
	background-color: #573c81;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	font-size: 13px;
}
.comments-area .comment-content p {
	margin-bottom: 10px;
}
a.comment-reply-link {
	font-size: 13px;
}
.commentlist .pingback {
	margin-bottom: 30px;
}
.commentlist .children {
	margin-left: 30px;
}

/* Comment form */
.commentlist #respond {
	margin: 20px 0 30px;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 13px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	margin-bottom: 0;
}
#respond .form-submit,
#respond .form-submit input {
	margin-bottom: 0;
}
.required {
	color: #A40000;
}
label ~ span.required {
	display: block;
	float: left;
	margin: -18px 0 0 -16px;
	margin: -1.285714286rem 0 0 -1.142857143rem;
}

/* Image borders */
.img-border {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
}

/* =Pagination
-------------------------------------------------------------- */
#wp_page_numbers,
.wp-pagenavi,
#content ul.default-wp-page,
.pagination {
	margin-bottom: 50px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 7px 0;
}
#wp_page_numbers ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	float: right;
}
#wp_page_numbers ul li {
	float: left;
	margin-left: 7px;
}
#wp_page_numbers ul li.page_info,
.wp-pagenavi .pages {
	padding: 3px 8px 0;
	color: #999;
}
#wp_page_numbers ul li a,
.wp-pagenavi .current,
.wp-pagenavi a,
ul.default-wp-page li a,
.pagination span {
	color: #4F4F4F;
	display: block;
	float: left;
	background-color: #f9f9f9;
	border-radius: 3px;
	padding: 1px 8px 2px;
}
#wp_page_numbers ul li a:hover,
#wp_page_numbers ul li.active_page a,
.wp-pagenavi .current,
.wp-pagenavi a:hover,
ul.default-wp-page li a:hover,
.pagination span {
	color: #fff;
	background-color: #573c81;
}

/* wp-pagenavi */
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .pages {
	padding: 3px 7px 0;
	border: none;
}
.wp-pagenavi .current,
.wp-pagenavi a,
.wp-pagenavi .extend {
	display: inline-block;
	float: none;
	margin-left: 4px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: transparent;
}

/* Default wp-page */
#content ul.default-wp-page {
	margin-left: 0;
	list-style: none;
	padding-bottom: 0;
}
ul.default-wp-page li {
	padding-bottom: 7px;
}
ul.default-wp-page li.previous {
	float:left;	
}
ul.default-wp-page li.next {
	float:right;
}
ul.default-wp-page li a {
	display: inline-block;
}
ul.default-wp-page li a:hover {
	color: #fff !important;
}

/* Single pagination */
.pagination {
	text-align: center;
	color: #999;
}
.pagination span {
	display: inline-block;
	float: none;
	margin-left: 3px;
}
.pagination a span {
	background-color: inherit;
	color: #777;
}
.pagination a:hover span {
	background-color: #f9f9f9;
}
.pagination .post-page-numbers {
	padding: 0;
}
.pagination .post-page-numbers span {
	margin-left: 0;
}

/* =bbPress
----------------------------------------------- */
#bbpress-forums,
#bbpress-forums button,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
div.bbp-search-form input,
div.bbp-search-form button,
div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 13px;
	line-height: inherit;
}
#bbpress-forums div.bbp-search-form {
	float: none;
	margin-bottom: 15px;
}
#bbpress-forums ul,
#bbpress-forums ol {
	margin: 0;
}
#bbpress-forums #bbp-search-form > div,
.widget_display_search #bbp-search-form > div {
	display: flex;
	flex-wrap: wrap;
}
#bbpress-forums #bbp-search-form #bbp_search,
.widget_display_search #bbp-search-form #bbp_search {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	border-width: 1px 0 1px 1px;
}
#bbpress-forums #bbp-search-form #bbp_search_submit,
.widget_display_search #bbp-search-form #bbp_search_submit {
	border-radius: 0;
	margin-bottom: 0;
	height: auto;
}
@media (min-width: 576px ) {
	#bbpress-forums #bbp-search-form #bbp_search_submit {
		padding-left: 50px;
		padding-right: 50px;
	}
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	display: inline-block;
	margin-top: 5px;
}
div.bbp-submit-wrapper button {
	border: 0 none;
	cursor: pointer;
	margin-bottom: 10px;
	color: #fff;
	font-family: inherit;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: center;
	height: 40px;
	padding: 0px 20px;
	border-radius: 3px;
	background-color: #573c81;
	transition: all 0.3s ease-out;
}
.widget_display_forums ul.bbp-forums-widget li,
.widget_display_replies ul.bbp-replies-widget li,
.widget_display_topics ul.bbp-topics-widget li {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_display_forums ul.bbp-forums-widget li:first-child,
.widget_display_replies ul.bbp-replies-widget li:first-child,
.widget_display_topics ul.bbp-topics-widget li:first-child {
	padding-top: 0;
}
.widget_display_forums ul.bbp-forums-widget li:last-child,
.widget_display_replies ul.bbp-replies-widget li:last-child,
.widget_display_topics ul.bbp-topics-widget li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.widget_display_replies ul.bbp-replies-widget .bbp-author-avatar,
.widget_display_topics ul.bbp-topics-widget .bbp-author-avatar {
	margin-right: 5px;
}
.widget_display_replies ul.bbp-replies-widget time {
	display: block;
}
.widget_display_stats dl {
	margin-bottom: 0;
}
.widget_display_stats dt {
	font-size: 92%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.widget_display_stats dd {
	font-size: 170%;
}

/* =Woo Commerce
----------------------------------------------- */
.woocommerce-page.no-sidebar-template #primary,
.woocommerce-page.full-width-template #primary {
	float: none;
	width: 100%;
}
#primary .woocommerce {
	padding-bottom: 30px;
}
.woocommerce-page #primary ul.products,
.woocommerce #primary div.product div.images .flex-control-thumbs {
	margin: 0;
}
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce-page #primary .page-title {
	display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 17px;
	padding-top: 0;
}
.woocommerce ul.products li.product .price {
	font-size: inherit;
}
.woocommerce .products .star-rating {
	display: inline-block;
}
.woocommerce span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #63c6ae;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: rgba(0, 0, 0, 0.05);
}

/* button */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 13px 20px;
	border-radius: 3px;
	transition: all 0.3s ease-out;
	font-weight: 300;
	font-size: inherit;
	line-height: normal;
	height: inherit;
	font-family: inherit;
}

/* Default Button */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	color: #fff;
	background-color: #63c6ae;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	color: #fff;
	background-color: #777;
}

/* alt/secondary button */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	color: #fff;
	background-color: #63c6ae;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	color: #fff;
	background-color: #777;
}

/*disabled button */
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	color: #fff;
	background-color: #63c6ae;
}
.woocommerce-page #primary ul a.button,
.woocommerce-page #primary a.button:hover {
	color: #fff;
}
.woocommerce-page #main ul a.button,
.woocommerce-page #main a.button:hover {
	color: #fff;
}
.woocommerce-page #main table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 135px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 43px;
	padding: 0 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 45px;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #777;
}
.woocommerce .star-rating,
.woocommerce .star-rating:before {
	color: #63c6ae;
}
.woocommerce div.product .woocommerce-product-rating,
.woocommerce .related h2 {
	margin-bottom: 10px;
}
.woocommerce-page .select2-container .select2-selection--single {
	height: 38px;
}
.woocommerce-page .select2-container--default .select2-selection--single {
	background-color: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 4px;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
}
.woocommerce-page .select2-dropdown,
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce.widget ins {
	text-decoration: none;
}
.woocommerce-MyAccount-navigation ul,
#content .woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
}
#content .woocommerce-MyAccount-navigation ul {
	margin-left: 0;
	margin-right: 0;
}
.woocommerce-MyAccount-navigation ul li + li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 8px 0;
	color: #777777;
}
.woocommerce-MyAccount-navigation ul li:hover a,
#content .woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a,
#content .woocommerce-MyAccount-navigation ul li.is-active a {
	text-decoration: none;
	color: #63c6ae;
}
.woocommerce.widget_product_search .woocommerce-product-search {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce.widget_product_search input {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.woocommerce.widget_product_search button[type="submit"] {
	border-radius: 0;
	margin: 0;
	border: none;
}
.woocommerce nav.woocommerce-pagination {
	margin-bottom: 30px;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	margin-left: 3px;
	margin-right: 3px;
	overflow: inherit;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
	padding: 10px 10px;
	color: #777777;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li .page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
#content nav.woocommerce-pagination ul li .page-numbers:hover,
#content nav.woocommerce-pagination ul li .page-numbers:focus,
#content nav.woocommerce-pagination ul li .page-numbers.current {
	background-color: #63c6ae;
	color: #ffffff;
}	

/*--------------------------------------------------------------
## Gutenberg Support
--------------------------------------------------------------*/
p.has-drop-cap:not(:focus):first-letter {
   font-size: 5.7em;
}
p.has-background {
	padding: 15px;
}
blockquote.wp-block-quote,
.wp-block-pullquote blockquote {
	font-weight: normal;
	font-style: normal;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
.wp-block-pullquote blockquote p {
	font-style: normal;
}
blockquote.wp-block-quote em,
blockquote.wp-block-quote i,
.wp-block-pullquote blockquote em,
.wp-block-pullquote blockquote i {
	font-style: italic;
}
.wp-block-quote,
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
	padding: 15px;
	margin-bottom: 30px;
	font-style: normal;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-style: normal;
}
.wp-block-quote p {
	margin-bottom: 0;
}
.wp-block-quote cite {
	letter-spacing: 0;
	font-weight: 400;
	font-family: inherit;
	text-transform: inherit;
	display: block;
	padding-top: 10px;
	color: inherit;
}
.wp-block-quote cite,
.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer {
	text-align: inherit;
}
.wp-block-pullquote {
	padding: 20px 30px;
	margin-bottom: 30px;
	border-style: solid;
	border-width: 4px 0 2px;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	padding-left: 15px;
	padding-right: 15px;
}
.wp-block-pullquote blockquote {
	padding: 0;
	margin-bottom: 0;
	border: none;
	background-color: transparent;
	max-width: inherit;
	font-style: normal;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: inherit;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite {
	font-weight: 400;
	display: block;
	letter-spacing: 0;
	font-family: inherit;
	text-transform: inherit;
}
.wp-block-pullquote blockquote:before,
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote.is-style-solid-color p {
	color: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
	padding-top: 10px;
}
.wp-block-pullquote p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	line-height: 1.4;
}
.wp-block-image,
.wp-block-image figcaption {
	margin-bottom: 0;
}
.wp-block-image figcaption {
	margin-top: 0;
	text-align: center;
	padding-top: 10px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: #573c81cc;
	background-color: rgba(87, 60, 129, 0.8);
	font-size: 16px;
	padding: 6px;
	text-shadow: 1px 2px 2px #000;
	}
#content .wp-block-gallery.has-nested-images .is-style-rounded figcaption {
	text-shadow: none;
}
figure.wp-block-image,
.wp-block-image figure {
	margin-bottom: 30px;
}
.wp-block-media-text {
	margin-bottom: 30px;
}
.wp-block-media-text:not(.has-media-on-the-right):not(.has-background) .wp-block-media-text__content {
	padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right:not(.has-background) .wp-block-media-text__content {
	padding-left: 0;
}
.wp-block-media-text .wp-block-media-text__content {
	padding-top: 15px;
}
.wp-block-media-text.has-background .wp-block-media-text__content {
	padding-top: 25px;
	padding-bottom: 10px;
}
.wp-block-embed {
	position: relative;
	margin-bottom: 30px;
	display: block;
}
.wp-block-embed figcaption {
	margin-bottom: 0;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:after {
	display: block;
	content: "";
	clear: both;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	content: "";
	display: block;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%;
}
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%;
}
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%;
}
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%;
}
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%;
}
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 50%;
}
.wp-block-columns.has-background {
	padding: 20px 20px 5px;
}
.wp-block-gallery {
	margin-bottom: 15px;
}
.wp-block-gallery figcaption.blocks-gallery-caption {
	margin-bottom: 15px;
	text-align: center;
}
#content .wp-block-gallery ul.blocks-gallery-grid {
	margin-left: 0;
	margin-bottom: 0;
}
.wp-block-cover {
	padding: 30px;
	margin-bottom: 30px;
}
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	padding: 15px;
}
.wp-block-cover-image .wp-block-cover__inner-container p, 
.wp-block-cover .wp-block-cover__inner-container p {
	padding-top: 15px;
}
.wp-block-audio {
	margin-bottom: 30px;
}
.wp-block-audio figcaption {
	margin-bottom: 0;
}
.wp-block-file {
	margin-bottom: 30px;
}
.wp-block-file .wp-block-file__button {
	display: inline-block;
}
.wp-block-preformatted {
	padding: 15px;
	margin-bottom: 30px;
}
.wp-block-table {
	text-align: unset;
	margin-bottom: 30px;
}
.wp-block-table table {
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color: rgba(0, 0, 0, 0.3);
	margin-bottom: 0;
}
.wp-block-table tr th,
.wp-block-table tr td {
	padding: 5px 10px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: rgba(0, 0, 0, 0.3);
}
.entry-content .wp-block-table tr th {
	font-size: inherit;
	font-weight: normal;
	background-color: rgba(0, 0, 0, 0.04);
	text-align: center;
}
.wp-block-table figcaption {
	padding-top: 10px;
	text-align: center;
}
.wp-block-button {
	margin-bottom: 30px;
}
.wp-block-button__link:hover {
	opacity: 0.9;
}
.wp-block-separator {
	border-style: solid;
	border-width: 1px 0 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.wp-block-separator.is-style-default {
	max-width: 100px;
}
.wp-block-separator.is-style-wide {
	border-width: 1px 0 0;
}
#content .wp-block-social-links {
	margin-left: 0;
	margin-right: 0;
}
.wp-block-social-link {
border-radius: 999px;
}
.wp-block-social-link a {
line-height: 100%;
}
#content .wp-block-social-links a,
#content .wp-block-social-links a:hover {
	color: currentColor;
   fill: currentColor;
}
.wp-block-search {
	margin-bottom: 30px;
}
.wp-block-search .wp-block-search__input {
	border-color: inherit;
	border-radius: 0;
	border-color: rgba(0, 0, 0, 0.1);
}
.wp-block-search .wp-block-search__input:focus {
	border-color: rgba(0, 0, 0, 0.3);
}
.wp-block-search .wp-block-search__button {
	font-size: inherit;
	margin: 0;
	border: none;
	padding: 10px 20px;
	background-color: #573c81;
	color: #ffffff;
	border-radius: 0;
}
.wp-block-search .wp-block-search__button:hover {
	background-color: #29143D;
}
.wp-block-latest-posts li {
	margin-bottom: 5px;
}
.wp-block-latest-posts__post-date {
	opacity: 0.8;
}
#content .wp-block-archives.alignleft,
#content .wp-block-categories.alignleft,
#content .wp-block-latest-posts.alignleft {
	margin-right: 20px;
}
#content .wp-block-archives.alignright,
#content .wp-block-categories.alignright,
#content .wp-block-latest-posts.alignright {
	margin-left: 20px;
}
.wp-block-calendar {
	margin-bottom: 30px;
}
.wp-block-calendar caption {
	caption-side: top;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.wp-block-calendar table {
	margin-bottom: 10px;
}
.wp-block-calendar table th {
	font-size: inherit;
}
.wp-block-calendar table th,
.wp-block-calendar table td {
	text-align: center;
}
.wp-block-calendar tbody #today {
	background-color: rgba(0, 0, 0, 0.1);
}
.wp-block-calendar .wp-calendar-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 5px;
}
.wp-block-image figure.alignleft {
	margin-right: 20px;
}
.wp-block-image figure.alignright {
	margin-left: 20px;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block-audio.alignleft,
.wp-block-audio.alignright,
.wp-block-file.alignleft,
.wp-block-file.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-image figure.alignleft,
.wp-block-image figure.alignright,
.wp-block-table.alignleft, 
.wp-block-table.alignright,
.wp-block-button.alignleft,
.wp-block-button.alignright,
.wp-block-calendar.alignleft,
.wp-block-calendar.alignright,
.wp-block-search.alignleft,
.wp-block-search.alignright {
	margin-bottom: 10px;
}
#content .wp-block-gallery.alignleft,
#content .wp-block-gallery.alignright {
	margin-bottom: 0;
}
/* Gutengern color styles */
.wp-block-calendar table caption, 
.wp-block-calendar table tbody,
.wp-block-latest-posts__post-date {
	color: inherit;
}

/* Gutengern font sizes */
.wp-block-quote cite {
	font-size: 1em;
}
blockquote.wp-block-quote,
.wp-block-quote.is-style-large cite,
.wp-block-pullquote blockquote cite,
.wp-block-pullquote.alignleft p, 
.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignleft.is-style-solid-color p,
.wp-block-pullquote.alignright.is-style-solid-color p {
	font-size: 1.1em;
}
.has-medium-font-size,
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p,
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 1.2em;
}
.has-large-font-size {
	font-size: 1.6em;
}
.has-huge-font-size {
	font-size: 2em;
}

/* =Widgets
----------------------------------------------- */
.widget {
	margin-bottom: 10px;
}
.widget ol li,
.widget ul li {
	margin-bottom: 3px;
}
.widget ol li:last-child,
.widget ul li:last-child {
	margin-bottom: 0;
}
.widget ol ol,
.widget ul ul {
	padding-top: 3px;
}
.widget ul li a {
	color: #333;
}
.widget ul li a:hover {
	color: #573c81;
}
.widget-title {
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1.4;
	padding-bottom: 15px;
}
.widget-title,
.widget-title a {
	color:#333;
}
.widget-title a:hover {
	color: #573c81;
}
.business-layout .widget-title {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.3;
}

/* Widget Archive */
.widget_archive li a[aria-current="page"] {
	color: #573c81;
}

/* Widget Article */
.widget_article {
	margin-bottom: 30px;
}
.widget_article .article-title a:hover {
	text-decoration: underline;
}
.widget_article .post {
	padding-bottom: 20px;
}
.widget_article .article-content p {
	margin-bottom: 0px;
}

/* Widget Calendar */
.tribe-events-schedule__all-day, 
.tribe-events-schedule__separator, 
.tribe-events-schedule__timezone {
	color: #000;
}

.tribe-events-single-event-title,
.tribe-events-schedule__timezone,
.tribe-events-calendar-latest-past__event-datetime .timezone,
.ecs-event-list .timezone {
	display: none;
}

.ecs-event {
	padding-bottom: 20px;
}

.tribe-events-notices {
	background: #ffcd70;
	border-radius: 40px;
	border: 1px solid #29143D;
	color: #000;
	text-shadow: none;
}

.tribe-events-notices ul li {
	font-size: 0px;
}

.tribe-events-notices ul li:before {
	content: 'IMPORTANTE: Este Acto ya ha finalizado.';
	font-size: 1.3rem;
	color: #000;
}

.tribe-events .datepicker .day:hover,
.tribe-events .datepicker .month:hover,
.tribe-events .datepicker .year:hover,
.tribe-events .datepicker .day:focus,
.tribe-events .datepicker .month:focus,
.tribe-events .datepicker .year:focus,
.tribe-events .datepicker .past {
	color: #000;
}

.widget_calendar #wp-calendar {
	width: 100%;
	text-align: center;
}
.widget_calendar .wp-calendar-table {
	margin-bottom: 8px;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-weight: 500;
	padding: 5px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	font-weight: bold;
}
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar tfoot td {
	background-color: rgba(0, 0, 0, 0.04);
}
#secondary .widget_calendar #wp-calendar th {
	color: #777777;
}
.widget_calendar #wp-calendar #today {
	background: rgba(0, 0, 0, 0.07);
	border-color: transparent;
}
.widget_calendar .wp-calendar-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* Widget Categories */
.widget_categories .current-cat a {
	color: #573c81;
}

/* Widget Gallery */
.widget_media_gallery .gallery-item {
	margin-top: 0 !important;
	border: 2px solid transparent;
	box-sizing: border-box;
}
.widget_media_gallery .gallery-item img {
	border: none !important;
}

/* Widget Media Image */
.widget_media_image .wp-caption {
	margin-bottom: 0;
}

/* Widget Media Video */
.widget_media_video .wp-video {
	margin-bottom: 0;
}

/* Widget Nav Menu */
.widget_nav_menu ul li.current_page_item > a,
.widget_nav_menu ul li.current_page_ancestor > a,
.widget_nav_menu ul li.current-menu-item > a,
.widget_nav_menu ul li.current-menu-ancestor > a {
	color: #573c81;	
}
.widget_nav_menu .sub-menu,
.widget_nav_menu .children {
	padding-left: 20px;
}

/* Widget Pages */
.widget_pages ul li.current_page_item > a,
.widget_pages ul li.current_page_ancestor > a {
	color: #573c81;
}
.widget_pages .children {
	padding-left: 20px;
}

/* Widget Recent Entries/Comments */
.widget_recent_entries ul li,
.widget_recent_comments ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 5px 0;
}
.widget_recent_entries ul li:first-child,
.widget_recent_comments ul li:first-child {
	padding-top: 0;
}
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.widget_recent_entries .post-date {
	display: block;
	opacity: 0.7;
}
.site-footer .widget.widget_recent_entries ul li,
.site-footer .widget.widget_recent_comments ul li {
	margin-bottom: 0;
}

/* Widget Search */

.widget_search .search-form {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.widget_search input.s {
	position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    width: auto;
    height: 40px;
}
.widget_search input.s:focus { 
	border-color: rgba(0, 0, 0, 0.15);
}
.widget_search .search-form.clearfix:after {
	display: none;
}
.widget_search .search-form .search-submit {
	display: flex;	
}

/* Widget Tag Cloud */
.widget_tag_cloud a {
	margin-right: 5px;
	color: #777;
	padding: 10px 0; 
}
.widget_tag_cloud a:hover {
	color: #573c81;
}

/* Widget Text */
.widget_text p:before,
.widget_text p:after {
	content: "";
	display: table;
}
.widget_text p:after {
	clear: both;
}
.widget_text p img {
	margin-bottom: 15px;
}
.widget_text p img.alignleft {
	margin-right: 15px;
	margin-bottom: 15px;
}
.widget_text p img.alignright {
	margin-left: 15px;
	margin-bottom: 15px;
}
.widget_text ol,
.widget_text ul {
	padding-left: 15px;
	margin-bottom: 20px;
}
.widget_text ul {
	list-style: inherit;
}
.widget_text ol {
	list-style: decimal;
}

/* Widget Testimonial */
.widget_testimonial {
	margin-bottom: 20px;
}
.widget_testimonial .widget-title {
	text-align: center;
}
.widget_testimonial .testimonial-image {
	float: left;
	margin-right: 20px;
	width: 84px;
	height: 84px;
}
.widget_testimonial .testimonial-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 50px;
}
.widget_testimonial .testimonial-content {
	display: block;
	overflow: hidden;
}
.widget_testimonial .testimonial-meta a {
	display: inline;
}
.widget_testimonial .testimonial-meta a:hover {
	text-decoration: underline;
}

/* Widget Custom Tag Cloud */
.widget_custom-tagcloud {
	margin-bottom: 42px;
}
.widget_custom-tagcloud a {
	margin: 0 4px 8px 0;
	background-color: #F9F9F9;
	border-radius: 3px;
	display: inline-block;
	padding: 1px 8px 2px;
	color: #777;
}
.widget_custom-tagcloud a:hover {
	color: #fff;
	background-color: #573c81;
}

/* Widget Service */
.widget_service {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.widget_service p {
	margin-bottom: 10px;
}
.widget_service .service-item,
.widget_service p,
.widget_service .more-link {
	text-align: center;
}

/* Widget Recent Work */
.widget_recent_work {
	margin-bottom: 5px;
}
.widget_recent_work .call-to-action {
	max-width: 180px;
	margin-bottom: 15px;
	display: inline-block;
}
.widget_recent_work .custom-gallery-title a {
	margin-bottom: 5px;
}
.widget_recent_work .custom-gallery-title,
.widget_recent_work .custom-gallery-title a {
	text-align: left;
}

/* Widget Our Clients */
.widget_ourclients {
	margin-bottom: 0;
	padding: 20px 0 10px;
	background-color: #f1f1f1;
}
.widget_ourclients ul {
	margin: 0;
	text-align: center;
}
.widget_ourclients ul li {
	margin: 0 10px 10px;
	display: inline-block;
	max-width: 200px;
}
.widget_ourclients ul li a {
	display: block;
	opacity: 0.8;
}
.widget_ourclients ul li a:hover {
	opacity: 1;
}

/* Widget Promotional Bar */
.widget_promotional_bar {
	background-color: #f1f1f1;
	padding: 25px 30px;
	border-radius: 5px;
	border-style: solid;
	border-width: 0 0 0 4px;
	border-color: #573c81;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.widget_promotional_bar:after {
	display: none;
}
.widget_promotional_bar .promotional-text {
	font-size: 17px;
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.widget_promotional_bar .promotional-text span {
	font-size: 13px;
	line-height: 1.6;
	font-weight: normal;
	text-transform: none;
	display: block;
	padding-top: 6px;
	color: #777;
}
.widget_promotional_bar .call-to-action {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* WP Caption */
.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
}
.wp-caption a {
	display: block;
	position: relative;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-style: italic;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-caption.aligncenter {
	display: block;
}

/* =Footer
----------------------------------------------- */
#colophon a,
ul.default-wp-page li a:hover {
transition: all 0.2s ease 0s
}

#colophon .widget-wrap {
	background-color: #29143D;
	color: #fff;
}
#colophon .widget-area {
	margin-left: -3.06%;
	padding: 50px 0 10px;
}
#colophon .one-third {
	padding-bottom: 0;
}
#colophon .widget {
	margin-bottom: 40px;
}
#colophon .widget ul li a,
#colophon .widget_calendar #wp-calendar th {
	color: #fff;
}
#colophon .widget ul li a:hover,
#colophon .widget_categories .current-cat a,
#colophon .widget_nav_menu ul li.current_page_item > a,
#colophon .widget_nav_menu ul li.current_page_ancestor > a,
#colophon .widget_nav_menu ul li.current-menu-item > a,
#colophon .widget_nav_menu ul li.current-menu-ancestor > a,
#colophon .widget_pages ul li.current_page_item > a,
#colophon .widget_pages ul li.current_page_ancestor > a {
	color: #573c81;
}
#colophon .widget_archive ul li a,
#colophon .widget_pages ul li a,
#colophon .widget_nav_menu ul li a,
#colophon .widget_recent_entries ul li a,
#colophon .widget_categories ul li a,
#colophon .widget_recent_comments ul li a,
#colophon .widget_meta ul li a,
#colophon .widget_rss ul li a {
	padding: 4px 0 6px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: block;
}
#colophon .widget_archive ul ul li a,
#colophon .widget_pages ul ul li a,
#colophon .widget_nav_menu ul ul li a,
#colophon .widget_recent_entries ul ul li a,
#colophon .widget_categories ul ul li a,
#colophon .widget_recent_comments ul ul li a,
#colophon .widget_meta ul ul li a,
#colophon .widget_rss ul ul li a {
	padding-left: 20px;
}
#colophon .widget_archive ul ul ul li a,
#colophon .widget_pages ul ul ul li a,
#colophon .widget_nav_menu ul ul ul li a,
#colophon .widget_recent_entries ul ul ul li a,
#colophon .widget_categories ul ul ul li a,
#colophon .widget_recent_comments ul ul ul li a,
#colophon .widget_meta ul ul ul li a,
#colophon .widget_rss ul ul ul li a {
	padding-left: 30px;
}
#colophon .widget_nav_menu .sub-menu,
#colophon .widget_nav_menu .children,
#colophon .widget_pages .children {
	padding-left: 0;
}
#colophon .widget-title {
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1.4;
	color: #ccc;
	font-weight: bold;
}
#colophon .widget_article {
	margin-bottom: 20px;
}
#colophon .widget_calendar #wp-calendar th,
#colophon .widget_calendar #wp-calendar tfoot td,
#colophon .widget_calendar #wp-calendar #today {
	background-color: rgba(255, 255, 255, 0.05);
}
#colophon .widget_calendar table#wp-calendar,
#colophon .widget_calendar #wp-calendar td {
	border-color: rgba(255, 255, 255, 0.05);
}

/* Footer Info Bar  */
#colophon .info-bar {
	background-color: #573c81;
	padding-bottom: 8px;
	color: #fff;
}
#colophon .info-bar .info {
	float: none;
	text-align: center;
}
#colophon .info-bar .info ul li {
	float: none;
	display: inline-block;
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
}

#colophon .info-bar .info ul li:before {
	font-size: 24px;
	width: 32px;
	height: 30px;
	line-height: normal;
	font-weight: normal;
}
#colophon .info-bar .info ul li.phone-number:before {
	font-size: 30px;
}

/* Site Generator */
#site-generator {
	padding: 30px 0px;
	color: #fff;
	background-color: #29143D;
}
#site-generator .social-profiles {
	width: 31.28%;
}
#site-generator .social-profiles ul {
	margin: -10px 0 0;
}
#site-generator .social-profiles ul li {
	margin-top: 10px;
}
#site-generator .copyright {
	text-align: center;
	padding-top: 2px;
}
#site-generator .copyright a {
	color: #ffcd70;
	font-weight: bold;
}
#site-generator .copyright a:hover {
	font-weight: normal;
	font-size: 20px;
}
