/*
	Theme Name: upTown
	Theme URI: https://wpcasa.com/downloads/uptown/
	Author: WPSight
	Author URI: https://wpcasa.com
	Description: upTown is a simple and clean personal blog theme. Use it in combination with the WPCasa plugin to easily build a fully-featured real estate website with listings editor and property search.
	Version: 1.1
	License: GNU General Public License
	License URI: http://wordpress.org/about/gpl/
	Text Domain: uptown
	Domain Path: /languages/
	Tags: gray, green, white, light, two-columns, right-sidebar, fixed-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, full-width-template, sticky-post, threaded-comments, translation-ready
	
	This theme, like WordPress, is licensed under the GPL.
	Use it to make something cool, have fun, and share what you've learned with others.
	
	upTown is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
	
	Resetting and rebuilding styles have been helped along thanks to the fine work of
	Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
	along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
	and Blueprint http://www.blueprintcss.org/
*/


/* =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;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
	border: 0;
}


/* =Global
----------------------------------------------- */
body {
	background-color: #e2e2e2;
}
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Lora', Georgia, serif;
    font-weight: 400;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Oswald', sans-serif;
}

h1 {
    font-size: 28px;
	font-size: 2.8rem;
}

h2 {
    font-size: 24px;
	font-size: 2.4rem;
}

h3 {
    font-size: 18px;
	font-size: 1.8rem;
}

h4 {
    font-size: 16px;
	font-size: 1.6rem;
}

h5 {
    font-size: 14px;
	font-size: 1.4rem;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

/* Text elements */

p {
	margin-bottom: 20px;
}

ul, ol {
	margin: 0 0 20px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 20px 20px;
}

b, strong {
	font-weight: bold;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 20px;
}

address {
	margin: 0 0 20px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 20px;
	width: 100%;
}

th {
	font-weight: bold;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

select {
  display: inline-block;
  height: 28px;
  padding: 4px;
  font-size: 13px;
	font-size: 1.3rem;
  line-height: 18px;
  color: #404040;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


button,
.button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 3px;
	background: #43a97b;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	padding: 1em;
}

.button {
	-webkit-appearance: none;
}

button:hover,
.button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #43a97b;
}

button:focus,
.button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #43a97b;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #ccc;
	color: #666;
	border-radius: 2px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 11px 15px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 8px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */

a {
	color: #43a97b;
}

a:visited {
	color: #43a97b;
}

a:hover,
a:focus,
a:active {
	color: #43a97b;
}

a:active {
	position: relative;
	top: 1px;
}

a.button {
	display: inline-block;
	text-decoration: none;
}

a.button:hover,
a.button:focus,
a.button:active,
a.button:visited {
	color: inherit;
}

/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/* Clearing */

.clear:before,
.clear:after,
.wrap:before,
.wrap:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.wrap:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Page
----------------------------------------------- */

#primary {
	float: left;
	width: 640px;
}

#primary.full-width {
	float: none;
	width: 100%;
}

#secondary {
	float: right;
	width: 300px;
}


/* =Header
----------------------------------------------- */

.site-header-wrap {
    background-color: #d4031c;		
}/*ESTE ES EL BUENO, COMPROBAR MAÑANA Y QUIATR LOS OTROS*/
/*vuelvo a colocar todo pq falta background rojo un trozo, revisar*/
.site-header, .wrap {
	background-color: #d4031c;
}

#masthead, #masthead-wrap {
	background-color: #d4031c;
}

.site-header {    
	position: relative;
	width: 1050px;
	margin: 0 auto;
	padding: 60px 60px 40px;
}/*width: 980px; cambiado para que sea más ancho y haya menos margenes a izqda y dcha*/
.site-branding {
	line-height: 1;
	font-size: 40px;
	font-size: 4.0rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
	}
/*.site-branding a {
	color: inherit !important;
	text-decoration: none;
}para quitar el titulo que salía por defecto, quitado con el background-color del site-header-wrap. Lo dejo por si queremos quitarlo del todo*/
.site-branding em {
	color: #43a97b;
	font-style: normal;
}
.site-description {
	font-size: inherit;
	font-family: inherit;	
}
.site-header-right {
	position: absolute;
	right: 60px;
	bottom: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}/*he colocado color y font weight y font size*/


/* =Menu
----------------------------------------------- */

.main-navigation-wrap {
	background-color: #fff;
}

.main-navigation {
	position: relative;
	display: block;
	width: 980px;
	margin: 0 auto;
	padding: 0 60px;
	background-color: #404040;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	margin-right: 60px;/*margin-right: 20px;, antiguo margen. He modificado a 60px*/
	line-height: 50px;
    	color: #fff !important;
	text-decoration: none;
}

.main-navigation ul ul {
	position: absolute;
	left: -16px;
	top: 50px;
	display: none;
	float: left;
	z-index: 99999;
	padding: 8px 0;
	background-color: rgba(255,255,255,.9);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.main-navigation ul ul ul {
	left: 100%;
	top: -8px;
}

.main-navigation ul ul a {
	width: 150px;
	padding: 8px 16px;
	line-height: 1;
	color: #404040 !important;
}

.main-navigation ul ul a:hover {
	color: #43a97b;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}


/* =Subheader
----------------------------------------------- */
.site-subheader-wrap {
	background: #3f3f41 url(img/bg-subheader-wrap.png);
	color: #fff;
}
.site-subheader-wrap {
	background-color: #d4031c;
	color: #fff;
}

.site-subheader {
	background-color: rgba(0,0,0,.1);
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 60px;
}

.hero {
	text-align: center;
}

.hero-title {
	margin-bottom: 25px;
	line-height: 1;
	font-size: 28px;
	font-size: 2.8rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.hero-button {
	padding-top: 15px;
}

.hero-button .button {
	padding-left: 60px;
	padding-right: 60px;
}


/* =Content
----------------------------------------------- */

.site-content {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 60px 60px 0;
	background-color: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.widget-area {
	padding-bottom: 20px;
}

.widget-area .widget {
	margin-bottom: 40px;
}

.sticky {
}

.label {
	display: inline-block;
	margin-right: 5px;
	padding: 5px 10px;
	line-height: 1;
	background-color: #43a97b;
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	border-radius: 3px;
}

.hentry {
	margin: 0 0 20px;
}

.byline,
.updated {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.page .entry-content,
.single-post .entry-content,
.entry-summary {
	margin-top: -5px;
	padding-bottom: 10px;
}

.search .post .entry-summary,
.search .page .entry-summary {
	margin-top: -5px;
	margin-bottom: -20px;
}

.single-attachment .entry-content {
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}

.entry-attachment .entry-caption {
	margin-bottom: -20px;
}

.single-post .entry-image,
.page .page .entry-image {
	margin-bottom: 15px;
	padding-top: 5px;
}

.page-links {
	clear: both;
	margin: 0 0 20px;
}

.entry-header .entry-content {
	margin-bottom: 20px;
}

.blog .post,
.search .post,
.search .page,
.archive .post {
	margin-bottom: 40px;
	clear: both;
}

.blog .post .entry-meta,
.search .post .entry-meta,
.search .page .entry-meta,
.archive .post .entry-meta {
	margin-top: 15px;
	margin-bottom: 20px;
}

footer.entry-meta {
	margin-bottom: 60px;
	padding-top: 20px;
	border-top: 1px dotted #b0b0b0;
	font-size: 12px;
	font-size: 1.2rem;
}

.entry-meta .entry-meta {
	margin-bottom: 15px;
}

.blog .entry-image,
.search .entry-image,
.archive .entry-image {
	position: relative;
	float: right;
	width: 300px;
	margin-left: 30px;
	line-height: 0;
}

.blog .entry-image a,
.search .entry-image a,
.archive .entry-image a {
	display: block;
}

.blog .entry-image .overlay,
.search .entry-image .overlay,
.archive .entry-image .overlay {
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 10px;
	line-height: 1;
	background: rgba(66,169,122,.75);
	color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.error-404 {
	margin-bottom: 60px;
}

/* Titles */

.title,
.comment-reply-title {
	position: relative;	
    margin-bottom: 30px;
	padding-bottom: 15px;
	line-height: 1;
	border-bottom: 1px dotted #b0b0b0;
	font-size: 18px;
	font-size: 1.8rem;
}

.comment-reply-title {
	margin-bottom: 15px;
}

.widget-area .title {
	margin-bottom: 25px;
}

.title-actions {
	float: right;
	width: auto;
	padding: 3px 0 0;
	font-size: 12px;
}

.title-actions div {
	display: inline-block;
	margin: 0 10px 0 0;
}

.title-actions div:last-child {
	margin-right: 0px;
}

.entry-title,
.entry-meta {
    line-height: 1.3;
}/*cambiado porque los títulos de los anuncios se superponían*/

.page-title h1 {
	width: auto;
	max-width: 60%;
    font-size: 20px;
    text-transform: uppercase;
}

.entry-title h1 a {
	color: inherit;
	text-decoration: none;
}

.entry-title h1 a:hover {
	color: #43a97b;
}

.title h2 {
	font-size: 18px;
	text-transform: uppercase;
}

.entry-title-meta {
    position: absolute;
    top: 0;
    right: 0;
}

.entry-title-meta span {
    display: inline-block;
    height: inherit;
    line-height: 20px;
    margin: 0 0 0 20px;
    color: #43a97b;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog .post h1,
.search .post h1,
.search .page h1,
.archive .post h1,
.search .property h1,
.archive .property h1 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: normal;
	clear: none;
}

.taxonomy-description {
	margin-top: 15px;
	margin-bottom: -10px;
	line-height: 1.8;
	font-size: 13px;
	font-size: 1.3rem;
}


/* =Listings
----------------------------------------------- */
/*ROCIO*/
iframe .wpsight-listing-right {
	display: none;
}/*para que no se vea el iframe*/
.wpsight-listing-right form{
	display: none;
}/*ROCIO, para que no se vea el form*/
/*#bwg_container1_0 {
	display: none;
}ROCIO. Es para quitar galeria del listado de anuncios*/
/*ROCIO, para que no se vea cuadro de maps e icono google. no funciona*/
.place-card {
	display:none;
}
.login-control {
	display:none;
}
.wpsight-listing,
.wpsight-listings {
	padding-bottom: 20px;
}

.wpsight-listing-title,
.wpsight-listing-info {
	border-bottom: 1px dotted #b0b0b0;
}

.listings-panel {
	border-bottom: 0;
}

.site-subheader .wpsight-listings-search {
	background-color: rgba(0,0,0,.1);
	margin-bottom: 10px;
	padding: 40px 25px 20px 40px;
	text-align: left;
}

.wpsight-listing .ninja-forms-cont {
	margin-bottom: 40px;
}


/* =Footer
----------------------------------------------- */

.site-footer {
	padding: 60px;
	text-align: center;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.site-main .gallery {
	margin-bottom: 20px !important;
}

.gallery-caption {
}

.site-main .gallery a img {
	border: none !important;
	height: auto;
	max-width: 90%;
}

.site-main .gallery dd {
	margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
	max-width: 100%;
}

/* Custom image gallery */

.image-gallery {
	padding-top: 10px;
}

.image-gallery-item {
	float: left;
	margin-right: 0;
	margin-bottom: 40px;
	padding: 0 !important;
	line-height: 0;
}

.image-gallery-item:nth-child(odd) {
	margin-right: 40px;
}

.image-gallery-item a,
.image-gallery-item span {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

.image-gallery-caption {
	line-height: 1.8;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {	
	margin-top: -20px;
	padding-bottom: 60px;
}

.image-navigation {
	margin-top: 20px !important;
}

[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}

[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.pagination {
	margin-top: -10px;
	margin-bottom: 60px;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
	display: inline;
}

.pagination a {
	float: left;
	padding: 0 14px;
	line-height: 34px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
}

.pagination a:hover, .pagination .active a {
	background-color: #f5f5f5;
}

.pagination .active a {
	color: #999999;
	cursor: default;
}

.pagination .disabled a, .pagination .disabled a:hover {
	color: #999999;
	background-color: transparent;
	cursor: default;
}

.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination-centered {
	text-align: center;
}

.pagination-right {
	text-align: right;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.bypostauthor {
}

.comment-list {
	margin-left: 0;
	margin-bottom: 0;
}

.comment-list li {
	list-style: none;	
}

.comment-body {
	margin-bottom: 40px;
}

.trackback .comment-body {
	padding: 20px;
	background: #e8e8e8;
}

.comment-author .avatar {
	float: right;
	width: auto;
}

.comment-meta {
	margin-bottom: 15px;
}

.comment-respond {
	margin-bottom: 60px;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form textarea {
	width: 100%;
}

.no-comments {
	display: none;
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/* Make sure select elements fit in widgets */

.widget select {
	max-width: 100%;
}

/* Calendar widget */

#wp-calendar {
	width: 100%;
    border-collapse: collapse;
}

#wp-calendar th,
#wp-calendar td {
	padding: 5px 10px;
	border: 1px solid #e8e8e8;
	text-align: center;
}

#wp-calendar caption {
	padding: 5px;
	background: #43a97b;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#wp-calendar tfoot td {
	background: none;
}

/* Tag Cloud */

.tagcloud {
	line-height: 1.2;
}


/* =Contact Form 7
----------------------------------------------- */

.wpcf7 {
	margin-bottom: 40px !important;
}

.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
}

.wpcf7-submit {
	margin-top: 10px;
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.sharedaddy {
	padding-top: 20px;
}

div.sharedaddy div.sd-block {
	padding-top: 20px !important;
	border-top: 1px dotted #b0b0b0 !important;
}

div.sharedaddy h3.sd-title:before {
	display: none !important;
}
.wpsight-listing-agent {
	display:none;
}/*ROCIO para quitar agentes*/
.wpsight-listing-right iframe {
	display: none;
}/*ROCIO para quitar iframe*/



/******************************MEDIA QUIRE PARA MOVILES, lo he cambiado de 480 a 640px pq en mi movil se ve mal en horizontal, una franja gris he puesto 720px que es mi ancho de movil. al final he puesto hasta la tablet 768px*********************/

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 768px) {
	body {
		overflow-x:hidden;
	}/*para quitar el scroll de abajo porque salía a la derecha un trozo gris*/

	.site-header {
		width: auto;
		padding: 20px 20px 20px;
	}/*para el contenido del header centrado, solo la imagen*/
	.site-header-right {
		font-size: 0.69em;
		bottom: 30px;
		position: static;
	}/*para el contenido del header, para el subtítulo de mas que una inmobiliaria y telefono que quede centrado*/

	.main-navigation {
		width: auto;
	}/*para centrar menu navegación*/
	.main-navigation a {
		margin-right: 20px;
	}/*elementos menu nav mas juntos*/



	.site-subheader {
		width: auto;
		padding: 0px 10px 20px 10px;
	}/*para la subcabecera centrarla y padding para que buscador se quede mas ancho y mas pegado a lo otro*/
	#subheader {
		background-image: none;
	}/*y quitar la imagen de fondo*/
	.site-subheader .wpsight-listings-search {
		padding-bottom: 60px;
	}/*para el input de buscar que se montaba*/



	#primary {
		width: auto;
		float:none;
	}
	#secondary {
		display: none;
	}
	#content {
		width: auto;
	}/*para el contenido del main centrado y quitado el widget*/
	
}
/******************************MEDIA QUIRE PARA TABLETS GRANDES (IPAD)*********************/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {
	body {
		overflow-x:hidden;
	}/*para quitar el scroll de abajo porque salía a la derecha un trozo gris*/
	.site-header, .site-subheader {
		width:auto;
	}
	#primary {
		width: auto;
		float:none;
	}
	#secondary {
		display: none;
	}
	#content {
		width: auto;
	}/*para el contenido del main centrado y quitado el widget*/




}





