/*  
Theme Name: Home Dressing
Author: Cliento
*/


			/*  CSS 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a{
	text-decoration:none;
}

a:hover,
a:focus,
a:active, 
input:hover,
input:focus,
input:active{
	outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { line-height: 1; }

ol, ul { list-style: none; }

ol.num-list {
    list-style: decimal;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

::selection {
	background-color: #D6A257;
	color: #fff;
}

::-moz-selection {
	background-color: #D6A257;
	color: #fff;
}

										/* Tipografia */

@font-face {
	font-family: 'CenturyGothic';
	src: url('assets/fuentes/normal/CenturyGothic.eot?#iefix') format('embedded-opentype'),  url('assets/fuentes/normal/CenturyGothic.woff') format('woff'),  url('assets/fuentes/normal/CenturyGothic.ttf') format('truetype'),  url('assets/fuentes/normal/CenturyGothic.svg#CenturyGothic') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('assets/fuentes/bold/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),  url('assets/fuentes/bold/CenturyGothic-Bold.woff') format('woff'),  url('assets/fuentes/bold/CenturyGothic-Bold.ttf') format('truetype'),  url('assets/fuentes/bold/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

										/* Estructura */
										
html, body {
	position: relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

html {
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #f3f5f6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

body {
	/*padding-bottom: 50px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100%;
	font-family: 'CenturyGothic';
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.margen {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1420px;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}

b, strong{ font-weight:bold;}
i, em { font-style: italic; }



								/* HOME */
								
img.logo-blog-2020 {
    width: 150px;
}								
								
.row-blog {
	margin: 50px 0;
}
								
.flex-blog {
	display: flex; 
}

.row-1 {
	flex: 2 1;
}

.row-2 {
	flex: 1;
	margin-left: 50px;
}
								
.item-blog {
	display: flex; 
	margin: 0 0 50px; 
	padding: 0 0 50px; 
	border-bottom: 1px solid #d6a057;
}

.item-blog.reverse {
	margin: 0; 
	border-bottom: 0;
	flex-direction: row-reverse;
}

.item-blog:last-of-type {
	margin: 0; 
	border-bottom: 0;
}

.item-blog > div {
	flex: 1;
}

.item-blog.reverse .txt-blog {
	padding: 0 30px 0 0;
}

.txt-blog {
	padding: 0 0 0 30px;
}

.txt-blog h2 {
	display: inline-block;
	margin: 0 0 15px;
	color: #d6a057;
    font-size: 24px;
	font-family: 'CenturyGothic-Bold';
    line-height: normal;
	text-transform: uppercase;
}

.item-blog.reverse .txt-blog h2 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #d6a057;
}

.related .item-blog.reverse .txt-blog h2 {
	padding: 0; 
	border-bottom: 0;
}

.txt-blog small {
	display: block; 
	margin: 0 0 15px;
	font-family: 'CenturyGothic-Bold';
	font-size: 15px;
}

.txt-blog p {
	font-size: 18px;
    line-height: normal;
}

.txt-blog a {
    color: #d6a057;
    text-decoration: underline;
}

.txt-blog a.btn-single {
    display: inline-block;
	margin: 15px 0 0;
    background: #d6a057;
    color: #fff;
    padding: 10px 5%;
    font-size: 18px;
    font-family: 'CenturyGothic-Bold';
    text-decoration: none;
}

.img-blog {
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
}

.sidebar {
    background: #F9F1E6;
    padding: 30px;
	text-align: center;
}

.sidebar h2 {
	position: relative;
	display: inline-block;
    margin: 0 0 20px;
	padding: 0 0 20px; 
    color: #706B68;
    font-size: 24px;
    font-family: 'CenturyGothic-Bold';
    line-height: normal;
    text-transform: uppercase;
}

.sidebar h2:after {
	content: ''; 
	position:absolute; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	height: 1px; 
	background: #d6a057;
}

.sidebar ul {
	text-align: left; 
}

.sidebar ul li {
	position: relative;
	padding-left: 20px;
}

.sidebar ul li:before {
	content: '>'; 
	position:absolute; 
	left: 0; 
	top: 0;
	font-family: 'CenturyGothic-Bold';
	font-size: 20px; 
	color: #d6a057;
}

.sidebar ul li a {
	display: block; 
	margin: 0 0 15px;
	font-size: 18px;
	color: #000;
    line-height: normal;
}

.sidebar ul li a:hover {
	color: #d6a057;
}



								/* SINGLE */

.txt-single small {
    display: inline-block;
    margin: 0 0 15px;
    font-family: 'CenturyGothic-Bold';
    font-size: 15px;
}

.txt-single h1 {
    margin: 0 0 15px;
    color: #d6a057;
    font-size: 24px;
    font-family: 'CenturyGothic-Bold';
    line-height: normal;
    text-transform: uppercase;
}

.txt-single h2 {
    margin: 0 0 15px;
    color: #d6a057;
    font-size: 20px;
    font-family: 'CenturyGothic-Bold';
    line-height: normal;
    text-transform: uppercase;	
}

.txt-single p {
	padding: 0 0 20px; 
    font-size: 18px;
    line-height: normal;
}

.txt-single ul,
.txt-single ol {
	margin: 0 0 20px 20px;
}

.txt-single ul li,
.txt-single ol li {
	position: relative;
	padding-left: 20px; 
	font-size: 18px;
    line-height: normal;
}

.txt-single ul li:before {
	content: ''; 
	position:absolute; 
	top: 8px; 
	left: 0; 
	width: 5px; 
	height: 5px; 
	border-radius: 50%; 
	background-color: #000;
}

.txt-single a {
	color: #d6a057;
	font-family: 'CenturyGothic-Bold';
	text-decoration: underline;
}

.related {
	margin: 50px 0 0;
}

.related > h2 {
    position: relative;
    display: block;
    margin: 0 0 50px;
    padding: 0 0 25px;
    color: #706B68;
	border-bottom: 1px solid #d6a057;
    font-size: 24px;
    font-family: 'CenturyGothic-Bold';
    line-height: normal;
    text-transform: uppercase;
}

table tr td, table tr:first-of-type td {
    font-size: 15px;
	padding: 12px 5px;
    border: 1px solid #F2E7D1;
    vertical-align: middle;
    line-height: normal;
}

table {
	width: 100%; 
	margin: 0 0 20px;
	height: auto;
	table-layout: fixed;
}

table tr:first-of-type td {
	background: #F9F1E6;
	text-align: center;
}

.blog-pagination {
	margin: 0 0 50px;
	text-align: center;
}

.custom-pagination span,
.custom-pagination a {
	margin: 0 5px;
    font-size: 19px;
	font-family: 'CenturyGothic-Bold';
    padding: 0;
    color: #494643;
	cursor: pointer;
}

.custom-pagination span:hover,
.custom-pagination a:hover,
.custom-pagination span {
	color: #D6A257;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
	padding-left: 0;
}

.wp-block-gallery .blocks-gallery-item:before {
	display: none!important;
}

.row-sus {
    padding: 20px 30px;
    margin: 0 0 20px;
    background-color: #a5a3a2;
}

.row-sus h2 {
    max-width: 300px;
    width: 100%;
    padding: 0 0 10px; 
    border-bottom: 3px solid #e19432;
    font-size: 20px;
    color: #fff;
    font-family: 'CenturyGothic-Bold';
    text-transform: uppercase;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 130%;
}

.row-sus .form-h {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: auto;
}

.row-sus .form-h input[type="email"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 15px;
    border: 0;
    padding: 10px;
    border-radius: 5px;
    line-height: inherit;
}

.row-sus .form-h .enviar {
    width: 100%;
    border: 0;
    padding: 8px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-family: 'CenturyGothic-Bold';
    text-transform: uppercase;
    background-color: #e19432;
    cursor: pointer;
}

::-webkit-input-placeholder {   
    font-size: 18px;
    line-height: inherit;
}

:-ms-input-placeholder {
    font-size: 18px;
    line-height: inherit;
}

::placeholder {
    font-size: 18px;
    line-height: inherit;
}

.thankyou,
#message {
    color: #fff;
    font-family: 'CenturyGothic-Bold';
    text-align: center;
}

#message {
    margin: 10px 0 0;
}

.flex-blog ol {
    list-style: decimal;
}

								/* FOOTER */
								
.pleca-mostaza {
    background: #D6A257;
    color: white;
    font-weight: bold;
    font-size: 25px;
    padding: 20px 10px;
    line-height: 130%;
	text-align: center;
}

a.btn-gris {
	display: inline-block;
    background: #494643;
    color: #fff;
    padding: 20px 2%;
    font-size: 25px;
    font-family: 'CenturyGothic-Bold';
    text-transform: uppercase;
	line-height: normal;
}
								
footer {
	padding: 35px 0; 
	background: #494643;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer ul {
	text-align: right; 
}

.footer ul li {
	color: #fff;
	line-height: normal;
}

.footer ul li a {
	color: #fff;
}

.footer ul li:last-of-type a {
	color: #D6A257;
}