/*
Theme Name: WP Bootstrap Starter Child
Theme URI: https://miwebrentable.com
Version: 3.3.2
Description: Tema hijo de WP Bootstrap Starter
Author: Daniel Martín Ochoa
Author URI: https://miwebrentable.com
Template: wp-bootstrap-starter
*/
 
/*----------------- Cambios a partir de aquí -------------------------------*/
/*
.container {color:white;}
*/
/* SEARCH */
        


.btn-right {
	margin-top: 12px;
}

.slider {
	background: url(https://images.pexels.com/photos/1864902/pexels-photo-1864902.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
	width: 100%;
	background-size: cover;
	height: 100vh;
}

.slider:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 9;
}

#tolmatol-navbar ul li {
	margin: 0px 5px;
}

#tolmatol-navbar ul li a {
	color: #fff;
}

.inner-page {
	height: 300px;
}

header.navScroll {
	margin-top: -100px;
}

header.navScroll.fixed {
	margin-top: 0px;
	position: fixed;
	top: 0px;
	background: #fff;
}

header.navScroll.fixed #tolmatol-navbar ul li a {
	color: #333;
}

header.navScroll.fixed .logo {
	margin: 12px 15px;
	font-size: 22px;
	color: #333
}

a.dropdown-item {
	color: #333;
}

.form-control.radius {
	border-radius: 4px 0px 0px 4px;
}

.form-control.radius-0 {
	border-radius: 1px 0px 0px 1px;
}

.form-control {
	padding: 0;
	margin: 0;
}

.form .form-control {
	border-right: solid 1px #ccc;
}

.info {
	position: relative;
	z-index: 999;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}

.form i {
	position: absolute;
	z-index: 999;
	color: #ccc;
	right: 10px;
	top: 30%;
	font-size: 21px;
}

@media(max-width:991px) {
	[type=button]:not(:disabled),
	[type=reset]:not(:disabled),
	[type=submit]:not(:disabled),
	button:not(:disabled) {
		outline: none;
		box-shadow: none;
	}
	.menu-icon {
		width: 30px;
		height: 3px;
		background: #fff;
		display: block;
		margin: 2px 0px 7px;
		line-height: 45px;
	}
	#tolmatol-navbar ul li a {
		color: #333;
	}
	.navbar-collapse {
		background: #fff;
		padding: 0px 40px;
		width: 100%;
		display: block;
		float: left;
		position: fixed;
		right: 0;
	}
	form .form-control {
		margin-bottom: 5px;
	}
}

form {
	z-index: 999;
	position: relative;
}

form .form-control {
	border-radius: 0;
	padding: 8px 16px;
	height: 50px;
	border: none;
	box-shadow: none;
}

form button {
	padding: 8px 16px;
	height: 50px;
	border-radius: 0px 4px 4px 0px !important;
}


/*
	MENU
*/

.menu-marcas-container ul {
	list-style: none;
}


/*
	DMO BOTON AYUDA
*/

.card-text a:link {
	color: white !important;
}

.card-text a:active {
	color: white !important;
}

.card-text a:visited {
	color: white !important;
}

.card-text a:hover {
	color: #eee !important;
}

.card-text {
	font-size: 13px;
	font-weight: bold;
}

a.myButton:link {
	color: white;
}

a.myButton:active {
	color: white;
}

a.myButton:hover {
	color: white;
}

a.myButton:visited {
	color: white;
}

.myButton {
	box-shadow: inset 0px 1px 0px 0px #f5978e;
	background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	background-color: #f24537;
	border-radius: 10px;
	border: 1px solid #d02718;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 76px;
	text-decoration: none;
	text-shadow: 0px 1px 10px #810e05;
}

.myButton:hover {
	background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	background-color: #c62d1f;
}

.myButton:active {
	position: relative;
	top: 1px;
}
/*
	DMO RESULTADOS DEL FILTRADO
*/
.resultados:link {color:white;}
.resultados:hover {color:white;}
.resultados:active {color:white;}
.resultados:visited {color:white;}
/*
	DMO TITULO INVERSO
*/


.masthead {height:900px;}
.titulo {font-size:2.0em;color:red;}
.encabezado {background:#2C3E50;color:white;}

.titular {
font-size:1.2em;
color:white;
margin-top:10px;
}

.titular a:link {color:white;}
.titular a:hover {color:white;}
.titular a:active {color:white;}
.titular a:visited {color:white;}
