/* ESCONDER IDIOMAS */



.display-language {
	background: var(--secondary-color);
	color: #fff !important;
	/* padding-top: 2px; */
	border-radius: 20px;
}

.display-language span {
	color: #fff;
	padding: 20px;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
	display: contents !important;
}

.text-align-center {
	text-align: center;
}

.text-align-center img {
	margin: 0 auto;
}

.wp-block-embed-youtube .ratio:before{
	padding: 0 !important;
}

/* Header */
#searchModal {
	background: rgba(0, 0, 0, .75) !important;
}

#searchModal .modal-dialog {
	width: 100% !important;
	background-color: transparent !important;
	position: relative !important;
	z-index: 999;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50%;
	max-width: 100%;
}

#searchModal .modal-content {
	background: transparent !important;
	height: 100% !important;
}

#searchModal .modal-header {
	border: 0px !important;
	position: absolute;
	top: 20px;
	right: 0;
}

#searchModal .modal-body {
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	position: relative;
	top: 50%;
}



#searchModal #wp_autosearch_form_wrapper_header {
	border: none !important;
	border-bottom: 1px solid #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

#searchModal #ajaxsearchlite1>input {
	float: none !important;
	top: -7px;
	position: relative;
	background-color: transparent !important;
	font-weight: 100 !important;
	border: 0;
	font-size: 35px;
	color: #fff !important;
}

#searchModal .probox .proinput input,
div.asl_w .probox .proinput input {
	color: #fff !important;
}

#searchModal input:focus-visible,
#searchModal input:focus {
	border: 1px solid;
}

#searchModal .modal-dialog .close {
	opacity: 1 !important;
	color: #fff !important;
	font-weight: 500;
	font-size: 50px;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
	background: transparent !important;
	border: none !important;
	border-bottom: 2px solid #fff !important;
	border-radius: 0px !important;
}

#ajaxsearchlite1 .promagnifier {
	display: none;
}

#ajaxsearchlite1 input::placeholder,
.modal-dialog #ajaxsearchlite1 input,
#ajaxsearchlite1 select,
#ajaxsearchlite1 textarea {
	font-size: 20px !important;
	color: #fff !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
	color: #fff !important;
}

/* Logo */
.logo {
	display: inline-block;
	font-size: 60px;
	margin-left: 10px;
}

/* Nav menu */
.nav {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;

}

.menu a {
	display: block;
	padding: 0 20px;
	color: rgb(10, 10, 10) !important;
}

.menu a:hover {}

.menu li {
	list-style-type: none;
}

.nav {
	max-height: 0;
	transition: max-height .5s ease-out;
}

/* Menu Icon */
.hamb {
	cursor: pointer;
	float: right;
	padding: 24px 20px;
}

/* Style label tag */

.hamb-line {
	display: block;
	height: 3px;
	position: relative;
	width: 30px;
	background: var(--main-color);

}

/* Style span tag */

.hamb-line::before,
.hamb-line::after {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
	background: var(--main-color);
}

.hamb-line::before {
	top: 8px;
}

.hamb-line::after {
	top: -8px;
}

.side-menu {
	display: none;
}

/* Hide checkbox */

/* Toggle menu icon */
.side-menu:checked~nav {
	max-height: 100%;
}

.side-menu:checked~.hamb .hamb-line {
	background: transparent;
	position: absolute;
	z-index: 99999;
	position: relative;
}

.side-menu:checked~.hamb .hamb-line::before {
	transform: rotate(-45deg);
	top: 0;
}

.side-menu:checked~.hamb .hamb-line::after {
	transform: rotate(45deg);
	top: 0;
}

/* Responsiveness */
@media (min-width: 768px) {

	.box-author {
		height: 375px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 20px;
	}

	.nav {
		max-height: none;
		top: 0;
		position: relative;
		float: right;
		width: fit-content;
		background-color: transparent;
	}

	.menu li {
		float: left;
		position: relative;
		top: 20px;
	}

	.menu a:hover {
		background-color: transparent;

	}

	.menu a {}

	.hamb {
		display: none;
	}

	/* Sub nav */
	.subnav-content {
		padding: 20px 0;
		display: none;
		background-color: var(--black);
	}

	.subnav-content a {}

}

/* Sub nav */
.subnav-content {
	background-color: var(--white);
	width: 100%;
	z-index: 1;
	padding: 20px 0;
	display: none;
}

.subnav-content a {
	color: var(--black);
	text-decoration: none;
	padding: 0;
	margin: 10px 0;
	text-align: center;
}

.subnav:hover .subnav-content {
	display: block;
}

@media (min-width: 768px) {

	.display-language .dropdown-header-custom .wpml-ls-native,
	.display-language .dropdown-header-custom .wpml-ls-display {
		color: rgb(10, 10, 10) !important;
		position: absolute;
		top: 1px;
		height: 10px;
		padding-top: 5px;
		padding-bottom: 20px;
	}

	.display-language .dropdown-header-custom .dropdown-content {
		left: -135px !important;
	}

	.display-language .dropdown-content {
		width: 200px !important;
	}

	.display-language .dropdown-header-custom .container {
		padding: 10px 10px !important;
	}

	.nav {
		overflow: visible;
	}

	.dropdown-header-custom {
		display: block;
		left: 0;
		position: absolute;
		z-index: 99999;
	}

	.display-marcas:hover .dropdown-content {
		display: block !important;
	}

	.bg-top-hub .display-marcas>a,
	.bg-top-hub .menu>li>a {
		color: #fff !important;
	}

	.dropdown-header-custom .dropdown-content {
		display: none;
		position: relative;
		left: -625px;
	}

	.dropdown-content {
		position: absolute;
		background-color: #fff;
		z-index: 11;
		list-style: none;
		background: transparent;
		width: 1000px;
	}

	.dropdown-header-custom .container {
		margin-top: 20px;
		border-radius: 5px;
		border: 1px solid var(--main-color);
		max-width: 80%;
		position: relative;
		left: 50px;
		background: rgba(255, 255, 255, 0.98);
		padding: 20px 30px;
	}

	.text-decoration {
		text-decoration: underline;
	}

	.col-md-6.left-mega-menu {
		width: 48%;
	}

	.title-mega-menu {
		font-size: 18px;
		font-family: altone-semi;
		margin-bottom: 15px;
	}

	.col-md-6.right-mega-menu {
		width: 52%;
		padding-left: 30px;
		border-left: 1px solid var(--main-color) !important;
	}

	.right-mega-menu img {
		-webkit-filter: grayscale(100%);
		opacity: .5;
		transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-webkit-transition: opacity .25s ease-in-out;
		margin: 20px 0 !important;
		padding: 0 3px;
	}

	.right-mega-menu img:hover {
		-webkit-filter: none;
		opacity: 1;
	}

	.right-mega-menu .text-decoration {
		text-align: right;
	}

	.dropdown-content a {
		position: relative;
		top: -2px;
		padding: 5px 0;
	}

	.desktop-none {
		display: none !important;
	}

}


@media (max-width: 767px) {

	.nav {
		background: rgba(237, 237, 237, 0.99);
		height: 100%;
		z-index: 999;
		top: 0;
		left: 0;
	}

	.menu {
		position: absolute;
		top: 100px;
		width: 100%;
		padding-left: 20px;
	}

	.menu a {
		font-size: 30px;
	}

	.dropdown-header-custom {
		display: none;
	}

	header .fa.fa-search {
		font-size: 20px;
		color: var(--main-color);
	}

	header #search-button-icon {
		position: absolute;
		right: 100px;
		top: 25px;
	}

	#searchModal .modal-header {
		top: 0 !important;
	}

	#searchModal .modal-body {
		top: 40% !important;
	}

}


@font-face {
	font-family: altone;
	src: url(/wp-content/themes/seguridad/fonts/Altone-Medium.ttf);
}

@font-face {
	font-family: altone-semi;
	src: url(/wp-content/themes/seguridad/fonts/Altone-SemiBold.ttf);
}

@font-face {
	font-family: poppins-regular;
	src: url(/wp-content/themes/seguridad/fonts/Poppins-Regular.ttf);
}

@font-face {
	font-family: poppins-semi;
	src: url(/wp-content/themes/seguridad/fonts/Poppins-SemiBold.ttf);
}

:root {
	--main-color: #F2D06B;
	--secondary-color: #172D40;
}

.font-second-semi{
	font-family: poppins-semi;	
}

.font-main-semi {
	font-family: altone-semi;
}

a:hover {
	text-decoration: none !important;
}

body {
	color: rgb(10, 10, 10) !important;
	font-family: altone !important;
}

.single-post-hack a {
	text-decoration: underline;
	font-family: poppins-semi;
	color: rgb(10, 10, 10) !important;
}

.single-post-hack strong {
	font-family: poppins-semi;
}

.bg-main {
	background: var(--main-color);
}

.color-main {
	color: var(--main-color);
}

.bg-gray {
	background: rgb(237, 237, 237);
}

.bg-second {
	background: var(--secondary-color);
}

.bg-white {
	background: #fff !important;
}

.color-second {
	color: var(--secondary-color) !important;
}

.color-black {
	color: rgb(10, 10, 10) !important;
}

.navbar-brand {
	font-size: 30px !important;
}

img {
	max-width: 100%;
}

.font-size-18 {
	font-size: 18px;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-22 {
	font-size: 22px;
	font-weight: 500;
}

.font-size-20 {
	font-size: 20px;
	font-family: poppins-regular !important;
	color: #000;
}

.padding-100 {
	padding: 100px 0;
}

.padding-75 {
	padding: 75px 0;
}

.padding-25 {
	padding: 25px 0;
}

.padding-10 {
	padding: 10px 0;
}

.padding-50 {
	padding: 50px 0;
}

.padding-50-100 {
	padding: 50px 0 100px;
}

.padding-0-50 {
	padding: 0px 0 50px;
}

.padding-15 {
	padding: 15px 0;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-25 {
	padding-top: 25px;
}

.padding-bottom-75 {
	padding-bottom: 75px;
}

.margin-top-75 {
	margin-top: 75px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-35 {
	margin-top: 35px;
}

.margin-top-25 {
	margin-top: 25px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.font-size-25 {
	font-size: 25px;
}

.color-text-gray {
	color: rgb(124, 124, 124);
}

.text-line {
	text-decoration: line-through;
}

.z-index-99 {
	position: relative;
	z-index: 99;
}

.row-equals {
	display: flex;
	align-items: center;
	justify-content: center;
}


/****HEADER****/

header .fa.fa-search {
	position: relative;
}

.navbar-light .navbar-nav .nav-link {
	font-family: poppins-regular !important;
	padding-left: 25px;
	font-size: 16px;
	color: rgb(10, 10, 10) !important;
}

.home-h2 {
	color: rgb(10, 10, 10) !important;
	margin-top: 10%;
	font-family: altone-semi;
}

.box-simbol-and-image {
	position: relative;
	top: 50px;
}

.header-normal .navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer;
	background: var(--main-color) !important;
	border-radius: 30px;
	height: 50px;
	width: 50px;
	border: 0px;
}

.header-normal .navbar-toggler:not(:disabled):not(.disabled) span {
	position: relative;
	left: -2px;
}

.bg-image-big-home-selector {
	background-image: url(/wp-content/themes/seguridad/images/bicicleta-camino.jpg);
	height: 70vh;
	min-height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-image-big-home-selector .row {
	height: 70vh;
	min-height: 400px;
}

.title-section h3,
.index-title-h1 h1 {
	font-size: 42px;
	letter-spacing: 1px;
	line-height: 40px;
	margin-top: 15px;
	color: #000000;
}

.title-section span {
	font-size: 20px;
	font-weight: 500;
	color: rgb(124, 124, 124);
	/*text-decoration:line-through;*/
}

.single .title-section h3 {
	color: rgb(124, 124, 124) !important;
	font-size: 30px !important;
}

.button-hack {
	width: 225px;
	margin: 0 auto;
	border: 1px solid;
	border-radius: 25px;
	padding: 10px 0px;
	font-size: 18px;
	margin-bottom: 50px;
	color: rgb(10, 10, 10) !important;
	-webkit-transition: all .2s ease !important;
	transition: all .2s ease-in-out !important;
	background: rgba(139, 250, 84, 0.6);
}

a:hover .button-hack {
	background: var(--main-color);
	border-color: var(--main-color);
}

#search-button-icon {
	background: transparent;
	color: #333;
	border: 0px;
	padding: 0;
	margin-left: 15px;
}

.bg-top-hub #search-button-icon {
	color: #fff !important;
}

.button-p-view-article-home {
	background: var(--main-color);
	border: 1px solid var(--main-color);
	padding: 15px 20px;
	border-radius: 25px;
	color: rgb(10, 10, 10) !important;
	font-family: poppins-regular !important;
	text-align: center;
	transition: all 0.5s ease;
}

a:hover .button-p-view-article-home {
	border: 1px solid rgb(10, 10, 10);
}

.button-p-view-article-home span {
	padding: 4px 8px;
	border: 1px solid;
	border-radius: 35px;
	margin-left: 5px;
	color: #000;
}

.button-p-view-article-home span img {
	width: 20px
}

.sib-email-area span input {
	background: var(--main-color);
	border: none;
	padding: 20px;
	width: 500px;
	margin-bottom: 15px;
	margin-top: 25px;
	float: left;
	max-width: 100%;
}

.sib-email-area span input::placeholder {
	color: rgb(10, 10, 10) !important;
	font-family: poppins-regular;
	font-size: 18px;
}

.button-email input {
	float: left;
	padding: 18px;
	margin-top: 25px;
	left: 10px;
	position: relative;
	float: left;
	border-radius: 10px;
}

.accept-conditions-newsletter {
	float: left;
	width: 100%;
	font-family: poppins-regular;
	font-size: 14px;
}

.accept-conditions-newsletter a {
	color: #000;
	text-decoration: underline;
}

.img-blog-big:hover img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);

}

.img-blog-big {
	overflow: hidden;
}

.img-blog-big img {
	transition: all 0.5s ease;
}

.col-blogs {
	transition: all 0.5s ease;
}

.col-blogs img {
	height: auto;
	transition: all 0.5s ease;
}

.col-blogs:hover img {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
}

/**** Finder ****/

.container-finder {
	padding: 40px !important;
	border-radius: 30px;
	margin-bottom: 75px;
}

.box-select-finder {
	border-radius: 15px;
	border: 1px solid rgb(10, 10, 10);
	text-align: center;
	padding: 15px 0 0;
	margin-bottom: 20px;
	margin-top: 30px;
	cursor: pointer;
	transition: all 0.7s ease;
}

.box-select-finder:hover {
	background: rgb(10, 10, 10);
	color: #fff;
}





/**** SINGLE CUSTOM POST****/

.img-single-custom {
	position: relative;
	padding: 0px 35px;
	background: #fff;
	border-radius: 25px;
	margin: 0 auto;
	text-align: center;
}

.img-single-custom .img-discount {
	position: absolute;
	top: 10px;
	left: 20px;
	padding: 5px 12px;
	border-radius: 25px;
	border: 1px solid rgb(10, 10, 10) !important;
	letter-spacing: 1px;
}

.img-single-custom .img-points {
	position: absolute;
	bottom: 10px;
	left: 20px;
	background: var(--main-color);
	padding: 5px 12px;
	border-radius: 25px;
	font-family: 'altone-semi';
}

.img-single-custom img {
	border-radius: 35px;
	text-align: center;
	margin: 0 auto;
	height: auto;
}

.pvp-price-single {
	text-decoration: line-through;
	margin-bottom: 0;
}

.price-single {
	font-size: 40px;
	font-family: 'altone-semi';
}

.button-buy-single {
	width: 100%;
	transition: all 0.5s ease;
}

.button-buy-single a {
	border: 5px solid var(--main-color);
	padding: 10px 25px;
	font-size: 20px;
	border-radius: 30px;
	color: rgb(10, 10, 10) !important;
	background: var(--main-color);
	transition: all 0.5s ease;
}

.button-buy-single a:hover {
	background: transparent;
}

.breadcrumb-o-single-custom {
	margin-bottom: 50px !important;
}

.breadcrumb-o-single-custom .breadcrumb-a {
	color: rgb(124, 124, 124);
}

.breadcrumb-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	max-width: 400px;
	overflow: hidden;
}

.box-price {
	border-radius: 25px;
	margin-top: 50px;
	text-align: center;
	border: 1px solid rgba(92, 92, 92, .2);
	transition: all 0.5s ease;
}

a:hover .box-price {
	border: 1px solid #000 !important;
	transform: scale(1.05);
}

.box-price img {
	margin: 25px 0;
	height: 25px;
	object-fit: cover;
}

.box-price-details p {
	margin-bottom: 0px;
	color: rgb(124, 124, 124);
}

.box-price-details {
	border-top: 1px solid #000;
	padding: 20px;
	text-align: center;
}

.single-custom-specifications {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 18px;
	margin-top: 40px;
}

.single-custom-specifications .text-inside-custom-specification {
	color: rgb(124, 124, 124);
	font-family: poppins-regular;
	font-size: 17px;
}

.button-big-buy {}

.div-button-big-buy {
	max-width: 400px;
	position: relative;
	margin: 0 auto;
	padding: 0px 25px;
	font-size: 35px;
	color: rgb(10, 10, 10) !important;
	border: 5px solid var(--main-color);
	border-radius: 30px;
	transition: all 0.5s ease;

}

a:hover .div-button-big-buy {
	background: transparent;
}

.button-big-buy-span-img {
	position: absolute;
	right: 20px;
}

.button-big-buy-span-img img {
	width: 25px;
}

.button-big-buy a {
	color: rgb(10, 10, 10) !important;
}

.progress {
	position: relative;
	left: -3px;
	width: 30%;
	overflow: visible !important;
	height: 20px !important;

	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 25px !important;
	border: 1px solid;

	-webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);

	box-shadow: none !important;
	background: rgb(230, 230, 230) !important;
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: var(--main-color) !important;
	-webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;

	box-shadow: none !important;
	border-radius: 25px !important;
}

.progress span {
	position: absolute;
	left: 105%;
	width: 220px;
	font-size: 20px;
	top: -6px;
}

.single-analisis {
	background: rgb(237, 237, 237);
	padding: 50px;
	margin-top: 40px;
	border-radius: 25px;
}

.single-analisis h2 {
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	margin-top: 40px;
}

.single-analisis p {
	line-height: 32px;
	font-size: 17px;
	color: rgb(38, 38, 38);
	font-weight: 300;
	-webkit-font-smoothing: antialiased;

}

/**** SINGLE POST****/

.single-post-hack {
	font-weight: 400 !important;
	line-height: 30px !important;
	font-family: poppins-regular;
}

.single-post-hack .container {
	max-width: 850px !important;
}

.single-post-hack h1 {
	font-family: poppins-semi;
	font-size: 45px;
}

.single-post-hack p {
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
}

.single-post-hack h2 {
	background: var(--main-color);
	padding: 15px;
	margin-bottom: 30px;
}

.single-post-hack h3 {
	text-decoration: underline;
	margin: 30px 0;
}

.single-post-hack h4 {
	margin: 25px 0;
	font-size: 20px;
	font-family: poppins-semi;
}

.single-post-hack img {
	height: auto;
}

.breadcrumb-ol {
	list-style-type: none;
	margin-bottom: 75px;
	padding: 0;

}

.breadcrumb-ol li {
	float: left;
	padding-right: 8px;
}

.inside-content-single-post ol,
.inside-content-single-post ul {
	font-size: 18px;
	border: 10px solid rgba(139, 250, 84);
	padding: 35px 50px;
}

#ez-toc-container ul {
	border: none !important;
}

.container-producto-single-blog-link {
	text-decoration: none !important;
}

.container-producto-single-blog {
	margin: 0 auto;
	border: 2px solid var(--main-color) !important;
	border-radius: 10px;
	padding: 30px 35px;
	margin-bottom: 50px;
	margin-top: 25px;
	position: relative;
}

.container-producto-single-blog img {
	border-radius: 10px;
}

.container-producto-single-blog-title {
	padding: 10px 0;
}

.container-producto-single-blog-title h5 {
	margin-bottom: 20px;
}

.container-producto-single-blog-title p {
	margin-bottom: 0px;
}

.container-producto-single-blog-button {
	padding: 10px 0;
	text-align: center;
	float: left;
	width: 69%;
	border: 1px solid;
	border-radius: 25px;
	margin-bottom: 20px;
	transition: background-color 0.25s ease-out;
	-moz-transition: background-color 0.25s ease-out;
	-webkit-transition: background-color 0.25s ease-out;
	border-color: var(--secondary-color) !important;
	color: var(--secondary-color) !important;
	-webkit-font-smoothing: antialiased;

}

.container-producto-single-blog-button:hover {
	background: var(--secondary-color) !important;
	color: #fff !important;
	font-weight: 300;
}

/*** BRAND ***/

.link-title-section {
	color: var(--main-color) !important;
}

.brand-col {
	text-align: center;
	margin: 10px 0 !important;
	border: 1px solid var(--secondary-color);
	border-radius: 10px;
	padding: 25px;
	text-transform: uppercase;
	transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.brand-col h3 {
	margin-top: 5px !important;
	font-size: 20px;
	color: var(--secondary-color);
}

.brand-col img {
	-webkit-filter: grayscale(100%);
	opacity: .6;
	margin-bottom: 20px;
}

.brand-col:hover {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
}

.brand-col:hover img {
	-webkit-filter: none;
	opacity: 1;
}


/*** BLOG ***/

.index-top-section-h2 h2 {
	font-weight: 900;
}

.title-img-posts-first {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 75px;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

.title-img-posts-first h3 {
	background: #fff;
	padding: 20px 10px;
	margin-top: -100px;
	position: relative;
	font-size: 30px;
	color: rgb(10, 10, 10) !important;
	border: 10px solid;
}

.img-posts-first:hover~.title-img-posts-first h3,
.title-img-posts-first:hover h3 {
	border: 10px solid var(--main-color) !important;
}

.img-posts img {
	border-radius: 20px !important;
}

.text-blog-entry {
	color: rgb(124, 124, 124) !important;
}

.index-top-section {
	height: 500px;
	display: flex;
	align-items: center;
}

.single-analisis {
	padding: 35px 20px !important;
}

/**** Custom post Category ****/

.img-loop-custom img {
	max-width: 100%;
	height: auto;
	border-radius: 30px;
	max-height: 100%;
	text-align: center;
	margin: 0 auto;
}

.bg-gray.box-loop-custom {
	background: #ededed !important;
}

.box-loop-custom {
	background: #fff;
	padding: 20px 25px;
	border-radius: 30px;
	margin-top: 30px;
	transition: all 0.5s ease;
	border: 5px solid #fff;
}

.box-loop-custom h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 18px;
	height: 45px;
	color: rgb(10, 10, 10) !important;
	font-family: 'altone-semi';
	margin-top: 15px;
}

.box-loop-custom p {
	margin-bottom: 0;
	color: rgb(10, 10, 10) !important;
	font-family: poppins-regular;
	font-size: 16px;
}

.box-loop-custom .img-discount {
	position: absolute;
	padding: 8px 17px;
	border-radius: 30px 0px 30px 0;
	letter-spacing: 1px;
	color: var(--secondary-color);
	background: var(--main-color);
	left: 12px;
	top: 30px;
}

.box-loop-custom:hover {
	border-color: var(--main-color) !important;
	padding: 20px 25px;
}


/**** Categorías ***/

.bg-top-hub {
	background-image: url(/wp-content/themes/seguridad/images/palos-golf.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-top-hub h1 {
	font-size: 55px;
	color: var(--main-color);
}

	{}

.row-hub-selector {
	position: relative;
	top: 42px;
}

.filter-custom-post .col-md-2 {}

.block-custom-marcas .col-md-3 {
	display: inline-block !important;
	float: left;
}

.top-filter .row {
	display: flex;
	align-items: center;
}

.box-types {
	border-radius: 20px;
	margin-top: 25px;
	transition: all 0.5s ease;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #fff;
}

.box-types:hover {
	background: var(--main-color)
}

.box-types:hover h4,
.box-types:hover h4 span {}


.box-types h4 {
	font-size: 16px;
	color: rgb(124, 124, 124);
	font-family: poppins-regular;
	transition: all 0.5s ease;
	position: relative;
	margin-bottom: 0px;
	text-align: center;
	padding: 8px;
}

.box-types h4 span {
	font-family: 'altone-semi';
	color: rgb(10, 10, 10);
	font-size: 18px;
	transition: all 0.5s ease;
}

.button-top-filder-discover {
	text-align: center;
}

.button-top-filder-discover a:hover {
	background: var(--main-color);
}

.button-top-filder-discover .span-inside {
	padding: 4px 8px;
	border: 1px solid;
	border-radius: 25px;
	margin-left: 5px;
}

.button-top-filder-discover img {
	width: 15px;
}

.button-top-filder-discover a {

	color: rgb(10, 10, 10) !important;
	font-family: poppins-regular !important;
	padding: 20px;
	max-width: 100%;
	text-align: center;
	border-radius: 40px;
	width: 450px;
	transition: all .5s ease;
}

.top-filter {
	padding-top: 60px;
}

.facet-wrap {
	margin-bottom: 14px !important;
}

.facet-wrap h3 {
	font-size: 16px;
}

.facet-wrap .dropdown button {
	font-size: 17px;
	width: 100%;
	border-radius: 10px;
	background: rgb(237, 237, 237);
	color: #000000;
	text-align: left;
}

.facet-wrap .dropdown.show button {
	background: rgb(237, 237, 237);
	color: #000000;
}

.facet-wrap .dropdown-menu.show {
	border-top: 0 !important;
	background: rgb(237, 237, 237);
	width: 100% !important;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border-color: #000;
	top: -1px !important;
	border-radius: 10px;
}

.show>.btn-secondary.dropdown-toggle:focus,
.show>.btn-secondary.dropdown-toggle:active,
.show>.btn-secondary.dropdown-toggle:target {
	box-shadow: 0 0 0 0 !important;
}

.facet-wrap .dropdown.show button {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom: 0px;
}

.facet-wrap .dropdown h3 {
	display: none;
}

.dropdown-toggle:after {
	position: absolute !important;
	right: 0px;
	margin-right: 10px;
	top: 18px;
}

.noUi-target {
	width: 85%;
	margin: 0 auto;
}

.facetwp-facet {
	margin-bottom: 10px !important;
}

.facetwp-slider-wrap {
	padding-bottom: 5px !important;
}

.fs-wrap {
	width: 100% !important;
}

.select-filter h3 {
	display: none !important;
}

.facetwp-slider-label {
	font-size: 13.5px !important;
	position: relative;
	top: 5px;
	padding: 0px 0px 0 15px;
}

.fs-label-wrap .fs-label {
	padding: 10px 20px 8px 12px !important;
}

input.facetwp-slider-reset {
	display: none !important;
}

.btn-secondary:focus {
	box-shadow: none !important;
}

.facetwp-selections ul {
	padding-left: 0 !important;
}

.facetwp-selections li {
	margin-bottom: 8px;
	display: block !important;
}

.facetwp-type-sort select {
	padding: 7px !important;
	background: transparent;
}

span.facetwp-selection-label {
	color: rgb(124, 124, 124);
}

.facetwp-selections .facetwp-selection-value {
	margin-left: 10px;
}

.noUi-base {
	top: -5px;
}

.noUi-horizontal {
	height: 1px !important;
}

.noUi-handle {
	border-radius: 25px !important;
	background: var(--main-color) !important;
	border: 0px !important;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
	background-color: var(--main-color) !important;
	border-radius: 30px !important;
}

.fs-wrap.multiple .fs-option .fs-checkbox i,
.fs-label-wrap {
	border-radius: 30px !important;
}

.noUi-horizontal .noUi-handle {
	width: 17px !important;
	height: 17px !important;
	right: -9px !important;
	top: -3px !important;
}

.order-custom-post {
	float: right;
	position: relative;
	right: 15px;
	top: 30px;
}

.order-custom-post select {
	border-radius: 20px !important;
}

.facetwp-pager {
	text-align: center;
	padding: 20px 0;
}

.facetwp-page.active {
	background: var(--main-color);
	padding: 2px 10px;
	border-radius: 30px;
	color: #fff !important;
	align-items: center;
	text-align: center;
	margin: 20px 5px;
}

.facetwp-pager a {
	color: rgb(10, 10, 10) !important;
}


footer .bg-main .logo-repeat {
	background-repeat: repeat-x;
	background: url(/wp-content/themes/seguridad/images/bicihack-logo-footer.png);
	height: 30px;
	background-size: contain;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-250px * 7));
		transform: translateX(calc(-250px * 7));
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-250px * 7));
		transform: translateX(calc(-250px * 7));
	}
}

.slider {
	box-shadow: 0 10px 20px -5px rgba(139, 250, 84, 0.125);
	height: 60px;
	margin: auto;
	overflow: hidden;
	position: relative;
	background: var(--main-color);
	padding-top: 15px;

}

.slider:before,
.slider:after {
	background: linear-gradient(to right, var(--main-color); , rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 60px;
	position: absolute;
	width: 200px;
	z-index: 2;
}

.slider:before {
	left: 0;
	top: 0;
}

.slide::after {
	content: "PutterHack";
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: rotate(-90deg);
	-moz-transform: translateX(-90deg);
	-ms-transform: translateX(-90deg);
	-o-transform: translateX(-90deg);
	color: var(--secondary-color) !important;
	position: relative;
	top: -5px;
	letter-spacing: 1px;
	right: -60px;
	width: 70px;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -.5px;
	z-index: 99999;
	font-weight: 600;
	font-family: poppins-semi;
}

.slider .slide-track {
	-webkit-animation: scroll 40s linear infinite;
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 19);
}

.slider .slide {
	height: 100px;
	width: 250px;
}

footer .bg-second {
	color: var(--main-color);
}

.title-footer {
	font-weight: 600;
	font-size: 20px;
	/*text-decoration: line-through;*/
	font-style: italic;
	letter-spacing: 1px;
}

footer ul {
	list-style-type: none;
	font-size: 20px;
	padding: 0;
}

footer li a {
	color: var(--main-color);
	font-weight: 300;
}

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

	.home-h2 {
		font-size: 82px !important;
		line-height: 78px !important;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

	.home-h2 {
		font-size: 65px !important;
		line-height: 78px !important;
	}
}


@media only screen and (min-width: 992px) {
	.bg-top-hub .navbar-light .navbar-nav .nav-link {
		color: #fff !important;

	}

	.filter-custom-post .col-md-2 {
		width: 16.2% !important;
		display: inline-block;
	}

	.filter-custom-post .col-md-2 .facet-wrap {
		padding: 0 10px;
	}

	.col-content-finder {
		padding: 60px 45px !important;
	}

	.box-top-hub-right {
		background: rgba(0, 0, 0, .4);
		border-radius: 10px;
		padding: 15px 15px 0;
	}

}

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

	#ez-toc-container .inside-content-single-post ol,
	#ez-toc-container .inside-content-single-post ul {
		padding: 2px 2px !important;
	}
	
	.inside-content-single-post ol,
	.inside-content-single-post ul {
		padding: 20px 10px 20px 28px;
	}

	.padding-bottom-mobile-0 {
		padding-bottom: 0 !important;
	}

	.padding-top-mobile-50 {
		padding-top: 50px !important;
	}

	.padding-top-mobile-25 {
		padding-top: 25px !important;
	}

	.padding-top-mobile-0 {
		padding-top: 0 !important;
	}

	.maring-top-mobile-25 {
		margin-top: 25px !important;
	}

	.font-size-16-mobile,
	.font-size-16-mobile .font-size-18 {
		font-size: 16px !important;
	}

	.bg-top-hub button.navbar-toggler {
		background: var(--main-color) !important;
		border-radius: 30px;
		height: 50px;
		width: 50px;
	}

	.bg-top-hub button .navbar-toggler-icon {
		position: relative;
		left: -3.5px;
	}

	.padding-bottom-mobile-50 {
		padding-bottom: 50px !important;
	}

	.navbar-custom-mobile {
		width: 60px !important;
		position: absolute;
		right: 5%;
	}

	.menu-hamburguer-hack .card-body {
		display: grid;
	}

	.menu-hamburguer-hack .card-header {
		border-bottom: 0 !important;
	}

	.menu-hamburguer-hack .card {
		border-radius: 0px !important;
	}

	.home-h2 {
		font-size: 40px;
	}

	.div-button-big-buy-home {
		text-align: center !important;
		border-radius: 30px !important;
		margin-bottom: 30px !important;
		margin-top: 40px !important;
	}

	.div-button-big-buy-home .button-big-buy {
		font-size: 25px !important;
		color: #000;
	}

	.margin-top-mobile-25 {
		margin-top: 25px;
	}

	.progress {
		left: -20px !important;
		width: 43% !important;
	}

	.button-big-buy-span-img {
		/* right: -110px !important; */
	}

	.button-buy-single {
		text-align: center;
		margin-top: 40px !important;
	}

	.facetwp-template .col-6,
	.row-custom-post .col-6 {
		padding: 6px;
	}

	.button-email input {
		height: 50px;
		width: 100%;
		padding: 0 !important;
		left: 0;
		margin-top: 0 !important;
		margin-bottom: 20px;
	}

	.box-loop-custom {
		padding: 15px 12px !important;
		margin-top: 25px !important;
	}

	.box-loop-custom .img-discount {
		padding: 5px 15px !important;
		font-size: 16px !important;
		left: 6px !important;
		top: 31px !important;
	}

	.block-custom-marcas .col-md-2.col-6 {
		width: 49% !important;
	}

	.top-filter {
		border-radius: 0px;
		padding: 0 0;
	}

	.top-filter .after-h1-p-top-filter {
		/* height: 255px; */
	}

	.top-filter .row {
		padding-bottom: 20px;
	}

	.row-hub-selector {
		margin-top: -60px !important;
		padding-bottom: 50px !important;
	}

	.row-hub-selector p {
		font-size: 20px;
		text-align: center;
		padding-bottom: 20px;
	}

	.button-top-filder-discover {
		margin: 30px 0;
		text-align: center;
		background: var(--main-color);
		padding: 15px 20px;
		border-radius: 25px;
	}

	.button-top-filder-discover a {
		padding: 15px 10px;
	}

	.filter-custom-post {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.facet-wrap.col-md-2.col-6 {
		float: left;
	}

	.bg-top-hub {
		height: auto !important;
	}

	.box-types {
		margin-top: 0;
		margin-bottom: 25px;
		border: 1px solid #000000;
	}

	.box-brand-row {
		margin: 25px 0;
	}

	.facetwp-facet-ordenar {
		margin-bottom: 45px !important;
	}

	.modal-dialog {
		height: 100% !important;
		margin: 0 !important;
		padding: 0;
	}

	.modal-content {
		height: auto;
		min-height: 100%;
		border-radius: 0;
	}

	.reset-filter-hack {
		background: rgb(124, 124, 124) !important;
		padding: 7px !important;
		text-shadow: none !important;
		color: #fff;
		border: none;
		border-radius: 7px;
		font-size: 18px !important;

	}

	.save-filter {
		background: var(--main-color) !important;
		border: none !important;
		color: #333 !important;
		opacity: 1 !important;
		padding: 7px !important;
		border-radius: 8px !important;
		text-shadow: none !important;
		font-size: 18px !important;
	}

	.close span {
		font-size: 40px !important;
		text-shadow: none !important;
		font-weight: 300 !important;
	}

	.filter-hack .modal-body {
		padding: 0 !important;
	}

	.filter-hack h5 button {
		font-size: 20px;
		padding: 0 !important;
	}

	.filter-hack .collapse h3 {
		font-size: 0 !important;
	}

	.filter-hack-button {
		bottom: 25px;
		z-index: 999;
		margin: 0 auto;
		text-align: center;
		position: fixed;
		bottom: 20px;
		width: 100%;
	}

	.filter-hack-button button,
	.filter-hack-button button:hover,
	.filter-hack-button button:focus,
	.filter-hack-button button:active {
		padding: 8px 20px;
		border-radius: 18px;
		border-radius: 12px;
		background: var(--main-color);
		color: #000;
		border: none;
	}

	.breadcrumb-ol {
		font-size: 14px;
	}

	.index-top-section h2 {
		font-size: 50px;
	}

	.mobile-no {
		display: none;
	}

	.box-link-blog {
		margin: 20px 0 30px;
	}

	.box-link-blog-img {
		border-radius: 25px;
	}

	.box-link-blog-img img {
		border-radius: 25px 25px 0 0;
		width: 100%;
	}

	.box-link-blog-title {
		padding: 20px 20px 1px;
		background: var(--secondary-color) !important;
		border-radius: 0 0 25px 25px;
	}

	.box-link-blog-title p {
		text-decoration: none !important;
		color: #fff !important;
	}

	.box-link-blog-title-text {
		text-decoration: none !important;
		font-size: 30px !important;
		line-height: 30px !important;
		font-family: poppins-semi;
	}

	.bg-top-hub h1 {
		font-size: 38px !important;
	}

	.bg-top-hub .padding-bottom-75.padding-top-25 {
		padding-bottom: 0px !important;
		background: rgba(0, 0, 0, 0.4);
	}

}

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

	.collapse.navbar-collapse.justify-content-end {
		display: contents;
	}

	.navbar-nav {
		display: block !important;
	}

	li.nav-item {
		float: left;
	}

	.margin-top-desktop-125 {
		margin-top: 125px !important;
	}

	.margin-top-desktop-50 {
		margin-top: 50px !important;
	}

	.margin-top-desktop-35 {
		margin-top: 35px !important;
	}

	.navbar-light .navbar-nav .nav-link {
		padding-right: 30px !important;
	}

	.index-top-section-h2 h2 {
		font-size: 80px !important;
	}

	.index-top-section .box-bg-main {
		float: none !important;
		bottom: auto !important;
	}

	.container-title-col-blog {
		height: 100px;
		display: flex;
		align-items: center;
	}

	.box-bg-main {
		background: var(--main-color);
		width: 175px;
		height: 175px;
		float: right;
		display: flex;
		align-items: center;
		justify-content: center;
		bottom: 75px;
		position: relative;
		z-index: 0;
		transition: all 0.5s ease !important;
	}

	.box-bg-main:hover {
		border: 1px solid rgb(10, 10, 10) !important;
		transform: scale(1.2);
	}

	.index-top-section h3 {
		width: 200px;
		font-size: 18px;
		color: #000000;
	}

	.index-top-section .box-bg-main:after {
		content: "Guía";
	}

	.box-bg-main:after {
		content: "Encontrar mi Palo";
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: rotate(-90deg);
		-moz-transform: translateX(-90deg);
		-ms-transform: translateX(-90deg);
		-o-transform: translateX(-90deg);
		color: #3a67b7;
		position: relative;
		top: 15px;
		letter-spacing: 1px;
		right: -60px;
		width: 70px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: -0.5px;
		color: rgb(10, 10, 10) !important;
	}

	.box-bg-button {
		background: var(--main-color);
		width: 125px;
		height: 125px;
		float: right;
		z-index: 0;
		padding: 45px;
		transition: all 0.5s ease !important;
		display: flex;
		align-items: center;
	}

	.box-bg-button img {}

	.box-bg-button:hover {
		border: 1px solid rgb(10, 10, 10) !important;
		transform: scale(1.2);
	}

	.box-bg-button:after {
		content: "Ir al Consultorio";
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: rotate(-90deg);
		-moz-transform: translateX(-90deg);
		-ms-transform: translateX(-90deg);
		-o-transform: translateX(-90deg);
		color: #3a67b7;
		position: relative;
		top: 15px;
		letter-spacing: 1px;
		right: 15px;
		width: 70px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: -0.5px;
		color: rgb(10, 10, 10) !important;
	}

	.box-bg-main-footer {
		border: 1px solid var(--main-color);
		width: 175px;
		height: 175px;
		float: right;
		display: flex;
		align-items: center;
		justify-content: center;
		bottom: 0;
		position: relative;
		z-index: 0;
	}

	.box-bg-main-footer:after {
		content: "Encontrar mi Palo";
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: rotate(-90deg);
		-moz-transform: translateX(-90deg);
		-ms-transform: translateX(-90deg);
		-o-transform: translateX(-90deg);
		color: var(--main-color) !important;
		position: relative;
		top: 15px;
		letter-spacing: 1px;
		right: -60px;
		width: 70px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: -0.5px;
	}

	.box-bg-main-filter img {
		position: relative;
		bottom: 10px;
		right: 14px;
	}

	.box-bg-main-inside {
		position: absolute;
	}

	.box-bg-main-inside {
		width: 45px;
	}

	.box-bg-main-filter {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.home-h2 {
		font-size: 45px;
		letter-spacing: 1px;
		line-height: 55px;
	}

	.max-width-desktop-325 {
		max-width: 325px;
	}

	.margin-0-auto-desktop {
		margin: 0 auto;
	}

	.progress {
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.img-loop-custom {
		height: 256px;
		text-align: center;
	}

	.facetwp-type-reset {
		display: none !important;
	}



	.index-top-section-h2 {
		text-align: center;
	}

	.index-top-section-h2-span-1 {
		position: relative;
		left: 40px;
	}

	.index-top-section-h2-span-2 {}

	.index-top-section-h2-span-3 {
		position: relative;
		left: 75px;
	}

	.image-b-finder {
		background-repeat: no-repeat;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
	}

	.image-b-finder-1 {
		background-image: url(/wp-content/themes/seguridad/images/short-hit.jpg) !important;
	}

	.container-finder {
		padding: 0 0 0 40px !important;
	}

	.col-content-finder {
		padding: 30px 35px 20px !important;
	}

	.img-single-custom img {
		width: auto;
		height: 400px;
	}

	.fs-wrap.multiple {
		position: relative;
		top: 11px;
	}

	.fs-wrap.multiple .fs-label-wrap {
		background: transparent;
		border-radius: 10px;
		border: 1px solid #333;
		border-radius: 10px !important;
		height: 38px;
	}

	.fs-wrap.multiple .fs-label-wrap .fs-arrow {
		right: 10px;
	}

	.half-product-single-post {
		width: 50%;
	}

	.half-product-single-post-right {
		width: 45%;
		float: right;
		position: absolute;
		top: 140px;
		right: 0%;
	}


	.box-link-blog {
		width: 100%;
		position: relative;
		height: 273px;
		border-radius: 40px;
		margin: 40px 0 20px;
	}

	.box-link-blog-img {
		width: 50%;
		float: left;
		border-radius: 25px;
	}

	.box-link-blog-img img {
		border-radius: 25px 0 0 25px;
		height: 257px;
	}

	.box-link-blog-title {
		width: 50%;
		float: right;
		height: 257px;
		border: 1px solid var(--secondary-color);
		border-left: 0;
		border-radius: 0 25px 25px 0;
		background: var(--secondary-color);
		color: #fff;
		padding: 20px;

	}

	.box-link-blog-title-text {
		font-size: 30px !important;
		line-height: 45px !important;
		font-family: poppins-semi;
	}

	.button-top-filder-discover a {
		background: rgba(255, 255, 255, 0.9);
	}
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1375px;
	}
}

@media (max-width: 1399px) {}

@media (min-width: 1200px) and (max-width: 1399px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1175px;
	}
}



.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}