@charset "UTF-8";
/* # 00.
---------------------------------------------------------------------------------------------------- 

    01.   BASICS
    02.   LAYOUT
        2.1.Contenedores
        2.2.Footer
    03.   HEADER
        3.1.Navigation
        3.2.Logo
        3.3.Menú
    04.   HOMEPAGE
    05.   ARQUITECTURA
    06.   URBANISMO
    07.   CONSTRUCTORA
    08.   INMOBILIARIA
    09.   NOVEDADES
    10.   MISC.

/* # 01. BASICS
---------------------------------------------------------------------------------------------------- */

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

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
@font-face {
	font-family: 'AGRegular';
		src: url('https://intra-muros.es/wp-content/themes/intramuros/fonts/AGRegular.eot');
		src: url('https://intra-muros.es/wp-content/themes/intramuros/fonts/AGRegular.eot?#iefix') format('embedded-opentype'),
		url('https://intra-muros.es/wp-content/themes/intramuros/fonts/AGRegular.woff') format('woff'),
		url('https://intra-muros.es/wp-content/themes/intramuros/fonts/AGRegular.woff2') format('woff2'),
		url('https://intra-muros.es/wp-content/themes/intramuros/fonts/AGRegular.ttf') format('truetype'),
		url('https://intra-muros.es/wp-content/themes/intramuros/fonts/AGRegular.svg#AGRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ## General
--------------------------------------------- */

* {
	margin: 0;
	padding: 0;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {	
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	color: #000000;
    font-weight: 400;
    background-color: #F5F4F3;
}
body.single {background-color: #ffffff;}
.clear {clear: both;}
p {
    line-height: 24px;
    margin: 0px 0px 20px 0px;
}
b, strong {}

@media screen and (max-width: 1024px) {
    body {font-size: 13.5px;}
    p {line-height: 20px;}
}

/* ## Links
--------------------------------------------- */

a, a:visited {
    color: #000000;
	text-decoration: none;
	outline: none;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover {
    text-decoration: none;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.content a {
    font-weight: bold;
    text-decoration: underline !important;
}
.content a:hover {text-decoration: none !important;}

/* ## Headers
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 20px;
}
h1, .h1 {
    font-family: 'AGRegular';
    text-transform: uppercase;
    font-size: 55px;
}
h2, .h2,
.nav-item-text,
input[type="submit"],
button[type="submit"] {
    font-family: 'AGRegular';
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px !important;
}
h3, .h3 {
    font-family: 'AGRegular';
    font-size: 18px;
    line-height: 24px !important;
}
h3.post-title {text-transform: uppercase;}
h4, .h4 {
    font-family: 'AGRegular';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px !important;
}
h5, .h5,
.btn,
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form input[type="submit"] {
    font-family: 'AGRegular';
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}
h6, .h6 {
    font-family: 'AGRegular';
    text-transform: uppercase;
    font-size: 10px;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {text-decoration: underline;}

@media screen and (max-width: 1460px) {
    .nav-item-text {font-size: 20px;}
}
@media screen and (max-width: 1024px) {
    h1, .h1 {font-size: 40px;}
    h2, .h2,
    input[type="submit"],
    button[type="submit"] {
        font-size: 22px;
        line-height: 24px !important;
    }
    .nav-item-text {font-size: 18px;}
    h3, .h3 {font-size: 16px;}
    h4, .h4 {
        font-size: 14px;
        line-height: 16px !important;
    }
    h5, .h5,
    .btn,
    .comment-form-comment label,
    .comment-form-author label,
    .comment-form-email label,
    .comment-form input[type="submit"] {
        font-size: 11px;
        letter-spacing: 0px;
    }
    h6, .h6 {font-size: 9px;}
}
@media screen and (max-width: 767px) {
    h1, .h1 {font-size: 30px;}
    h2, .h2,
    input[type="submit"],
    button[type="submit"] {
        font-size: 16px;
        line-height: 18px !important;
    }
    h3, .h3 {
        font-size: 12px;
        line-height: 16px !important;
    }
    h4, .h4 {
        font-size: 13px;
        line-height: 15px !important;
    }
}
@media screen and (max-width: 480px) {
    h1, .h1 {font-size: 24px;}
}

/* ## Lists
--------------------------------------------- */

ul li,
ol li {list-style: none;}
.content ul {
    margin: 20px 0px;
	line-height: 24px;
}
.content ul li {
    position: relative;
    padding-left: 25px;
}
.content ul li:before {
    content: " ";
    background-color: #000000;
    height: 1px;
    width: 15px;
    position: absolute;
    top: 10px;
    left: 0px;
}
.content ol {
	list-style-type: none;
	counter-reset: li;
    margin: 20px 0px;
	line-height: 24px;
}
.content ol li {
	list-style: none;
	position: relative;
	padding-left: 25px;
    margin-bottom: 5px;
}
.content ol li:before {
	counter-increment: li;
  	content: counter(li, decimal-leading-zero);
	position: absolute;
	top: -10px;
	left: 0px;
    color: #000;
    font-family: 'AGRegular';
	text-transform: uppercase;
	font-size: 12px;
    font-style: normal;
}

/* Elementor */

.elementor-editor-active .content ul li,
.elementor-editor-active .content ol li {padding-left: 0px !important}
.elementor-editor-active .content ul li:before,
.elementor-editor-active .content ol li:before {display: none !important}

/* ## IMG
--------------------------------------------- */

img {
	max-width: 100%;
	height: auto;
}
.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 {
    background: #fff;
    border: 1px solid #f0f0f0;
    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;
}
.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. */
}

/* ## Blockquote
--------------------------------------------- */

blockquote {
    font-family: 'AGRegular';
    font-size: 18px;
    line-height: 25px;
    padding: 30px;
	background-color: #F5F4F3;
    margin: 20px 0px;
}
blockquote p:last-child {margin-bottom: 0px;}
blockquote.alignleft {margin: 0.3157894737em 1.4736842105em 1.473684211em 0;}
blockquote.alignright {margin: 0.3157894737em 0 1.473684211em 1.4736842105em;}
blockquote.aligncenter {margin-bottom: 1.473684211em;}

/* ## Iframes
--------------------------------------------- */

iframe, video {
  width: 100%;
  height: auto;
}

/* ## Forms
--------------------------------------------- */

fieldset {border: none !important;}

/* Label */

label {
    font-size: 12px;
    font-weight: 400 !important;
}

/* Input + Textarea + Select */

input, button, textarea, form, select {
	outline: none;
	
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
}
input, textarea, select {
    border: none !important;
    border-top: 1px solid #000000 !important;
    background: transparent !important;
    line-height: 60px !important;
    padding: 0px !important;
}
textarea {
    border-bottom: 1px solid #000000 !important;
    resize: none !important;
}
select {
	background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-bottom.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: 98% !important;
}
.elementor-field-type-acceptance label a:hover {text-decoration: underline;}

/* Checkbox + Radio */

input[type="checkbox"],
input[type="radio"] {
	background-color: transparent !important;
    border: 1px solid #000000 !important;
    cursor: pointer;
    display: inline-block !important;
    width: 15px !important;
    height: 15px !important;
    position: relative;
    color: #000000;
	margin-right: 5px;
	outline: none;
	padding: 0px !important;
    position: relative;
	
    -webkit-border-radius: 0px;
   	-moz-border-radius: 0px;
    border-radius: 0px;
	
    -webkit-box-shadow: none;
   	-moz-box-shadow: none;
    box-shadow: none;
	
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="checkbox"]:after,
input[type="radio"]:after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
}
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
    background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/i-close.svg);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center;
    background-color: transparent;
}

/* Buttons + Submit */

input[type="submit"],
button[type="submit"] {
    width: 100%;
    background: transparent !important;
    padding: 0px !important;
    color: #000000 !important;
    max-width: 200px;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
button[type="submit"] span {
    display: inline-block;
    float: left;
    margin-top: 10px;
}
button[type="submit"]:after {
    content: " ";
    display: inline-block;
    float: right;
    width: 35px;
    height: 26px;
    margin-top: 15px;
    
    background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
    max-width: 160px;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.btn {}
.btn-arrow:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: -3px 0px 0px 5px;
    background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.btn-arrow:hover:after {
    background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-bottom.svg);
    background-size: 12.5px;
}

/* Placeholder */

::-webkit-input-placeholder {
    font-family: 'AGRegular' !important;
    text-transform: uppercase;
    font-size: 12px;
	color: #000000 !important;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}
:-moz-placeholder {
    font-family: 'AGRegular' !important;
    text-transform: uppercase;
    font-size: 12px;
	color: #000000 !important;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}
::-moz-placeholder {
    font-family: 'AGRegular' !important;
    text-transform: uppercase;
    font-size: 12px;
	color: #000000 !important;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}
:-ms-input-placeholder {
    font-family: 'AGRegular' !important;
    text-transform: uppercase;
    font-size: 12px;
	color: #000000 !important;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

/* Autofill */

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #2D2D2D;
  -webkit-text-fill-color: #2D2D2D;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* ## Responsive forms
--------------------------------------------- */

@media screen and (max-width: 767px) {
    .elementor-field-type-acceptance {margin-top: 10px;}
    input[type="submit"], button[type="submit"] {max-width: 100% !important;}
    button[type="submit"]:after {
        width: 30px;
        height: 20px;
    }
    button[type="submit"] span,
    button[type="submit"]:after {margin-top: 5px !important;}
}

/* # 02. LAYOUT
---------------------------------------------------------------------------------------------------- */

/* ## 2.1.Contenedores
--------------------------------------------- */

#wrapper {
	width: 100%;
    padding-left: 70px;
    position: relative;
    
    min-height: -webkit-calc(100vh - 70px);
    min-height: -calc(100vh - 70px);
    min-height: -moz-calc(100vh - 70px);
    min-height: calc(100vh - 70px);
}
.inner {
    max-width: 1260px;
    margin: 0 auto;
}
.inner-section {
    min-height: -webkit-calc(100vh - 70px);
    min-height: -calc(100vh - 70px);
    min-height: -moz-calc(100vh - 70px);
    min-height: calc(100vh - 70px);
}
/*.elementor-editor-active .inner-section {
    position: relative !important;
    left: 0px !important;
}*/
.vertical-center-wrapper {
	display: table;
	height: 100%;
	width: 100%;
}
.vertical-center {
	text-align: center;
	position: relative;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

/* ## 2.2.Footer
--------------------------------------------- */

.site-footer {
    clear: both;
    height: 70px;
    line-height: 70px;
    padding: 0px 30px 0px 100px;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}
.footer-social {
    width: 50%;
    float: left;
    clear: left;
}
.footer-copy {
    width: 50%;
    float: right;
    text-align: right;
}
.nav-social li {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
}
.nav-social > li > a {
    position: relative;
    display: block;
}
.nav-social > li > a:hover {margin-bottom: -5px !important;}
.footer-copy span {line-height: 10px;}
.footer-copy a:hover {text-decoration: underline;}

/* ## Responsive layout
--------------------------------------------- */

@media screen and (max-width: 1024px) {
    #wrapper {
        padding-left: 40px;
        
        min-height: -webkit-calc(100vh - 40px);
        min-height: -calc(100vh - 40px);
        min-height: -moz-calc(100vh - 40px);
        min-height: calc(100vh - 40px);
    }
    .inner-section {
        min-height: -webkit-calc(100vh - 40px);
        min-height: -calc(100vh - 40px);
        min-height: -moz-calc(100vh - 40px);
        min-height: calc(100vh - 40px);
    }
    .site-footer {
        height: 40px;
        line-height: 40px;
        padding: 0px 20px 0px 60px;
    }
}
@media screen and (max-width: 767px) {
    .footer-social {
        float: none;
        clear: both;
        width: 100%;
        text-align: right;
    }
    .nav-social li {margin: 0px 0px 0px 10px;}
    .footer-social span,
    .footer-copy {display: none;}
}

/* # 03. HEADER
---------------------------------------------------------------------------------------------------- */

.site-header {}

/* ## 3.1.Navigation
--------------------------------------------- */

#site_navigation {
    width: 70px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    /*border-right: 1px solid #000;*/
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 30px 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.menu-toggle {
    width: 100%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.page-title {
    width: 100%;
    webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.menu-toggle span {
    cursor: pointer;
    padding-left: 20px;
    position: relative;
    display: block;
    line-height: 50px;
    transform-origin: top right;
    transform: rotate(90deg) translateX(100%);
    -webkit-transform: rotate(90deg) translateX(100%);
    -moz-transform: rotate(90deg) translateX(100%);
    -ms-transform: rotate(90deg) translateX(100%);
    -o-transform: rotate(90deg) translateX(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1) translateX(100%);
}
.menu-toggle span:before {
    content: " ";
    background-color: #000000;
    width: 15px;
    height: 21px;
    position: absolute;
    top: 13px;
    left: 0;
    
    -webkit-mask: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-top.svg) no-repeat;
  	mask: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-top.svg) no-repeat;
  	-webkit-mask-size: 100%;
  	mask-size: 100%;
}
.toggle-open span:before {
    -webkit-mask: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-bottom.svg) no-repeat;
  	mask: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-bottom.svg) no-repeat;
}
.page-title .page-title-inner {
    line-height: 50px;
    
    transform-origin: top right;
    transform: rotate(90deg) translateX(100%);
    -webkit-transform: rotate(90deg) translateX(100%);
    -moz-transform: rotate(90deg) translateX(100%);
    -ms-transform: rotate(90deg) translateX(100%);
    -o-transform: rotate(90deg) translateX(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1) translateX(100%);
}
.page-title .page-title-inner span {
    display: block;
    text-align: right;
    
    width: -webkit-calc(50vh - 30px);
    width: -calc(50vh - 30px);
    width: -moz-calc(50vh - 30px);
    width: calc(50vh - 30px);
}
@media screen and (min-width: 1025px) {
.page-title .page-title-logo {display: none;}
#site_navigation:hover {
    background: #000000;
    color: #ffffff;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#site_navigation:hover .menu-toggle span:before {
    background-color: #ffffff;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
}

/* ## 3.2.Logo
--------------------------------------------- */

#site_logo {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}
#site_logo a {display: block;
    background-color: #000000;
    padding: 15px 25px;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#site_logo a:before {
    content: " ";
    background-color: #ffffff;
    width: 165px;
    height: 20px;
    display: block;
    
    -webkit-mask: url(https://intra-muros.es/wp-content/themes/intramuros/img/logo-im-wh.svg) no-repeat;
  	mask: url(https://intra-muros.es/wp-content/themes/intramuros/img/logo-im-wh.svg) no-repeat;
  	-webkit-mask-size: 100%;
  	mask-size: 100%;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#site_logo:hover a {
    background-color: #ffffff;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#site_logo:hover a:before {
    background-color: #000000;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/* ## 3.3.Menú
--------------------------------------------- */

.main-menu {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 70px;
    right: 0;
    background-color: #e78164;
    overflow: hidden;
}
@media screen and (min-width: 1025px) {
    .menu-left {
        width: 50%;
        float: left;
        clear: left;
        height: 100vh;
        position: relative;
    }
    .menu-right {
        width: 50%;
        float: right;
        height: 100vh;
    }
}

/* Left */

@media screen and (min-width: 1161px) {
    .nav-footer .nav-second {
        width: 75%;
        float: left;
        clear: left;
    }
    .nav-footer .nav-second-social {
        width: 25%;
        float: right;
    }
}
@media screen and (min-width: 1025px) {
    .nav-logo img {max-width: 300px;}
    .nav-footer {
        position: absolute;
        bottom: 40px;
        left: 40px;
        right: 40px;
        overflow: hidden;
    }
    .nav-footer .nav-second {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .nav-footer li {line-height: 24px;}
    .nav-footer .nav-second li:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
    .nav-footer .nav-second li:nth-child(3) { grid-area: 3 / 1 / 4 / 2; }
    .nav-footer .nav-second li:nth-child(4) { grid-area: 4 / 1 / 5 / 2; }
    .nav-footer .nav-second li:nth-child(5) { grid-area: 1 / 2 / 2 / 3; }
    .nav-footer .nav-second li:nth-child(6) { grid-area: 2 / 2 / 3 / 3; }
    .nav-footer .nav-second li:nth-child(7) { grid-area: 3 / 2 / 4 / 3; }
    .nav-footer .nav-second li:nth-child(8) { grid-area: 4 / 2 / 5 / 3; }
    .nav-footer a:hover {margin-left: 5px;}
    .nav-footer a:hover:before {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        margin-right: 5px;
        background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-right.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
}
}
.nav-footer .nav-second {margin-bottom: 20px;}
.nav-footer .nav-second-budget {
    background-color: #000000;
    color: #ffffff;
    padding: 0px 5px;
    text-align: center;
    line-height: 45px;
    width: 100% !important;
    max-width: 220px;
    display: block;
    clear: both !important;
}
.nav-footer .nav-second-budget:hover {
    margin: 0px !important;
    background: #ffffff;
    color: #000000;
}
.nav-footer .nav-second-budget:before {display: none !important;}

@media screen and (max-width: 1160px) {
    .nav-footer .nav-second-budget {max-width: 100% !important;}
    .nav-second-social {margin-bottom: 20px;}
}

/* Right: Principal */

@media screen and (min-width: 1025px) {
    .nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        height: 100vh;
    }
    .nav li:nth-child(1) {
        grid-area: 1 / 1 / 3 / 2;
        background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/menu-arq.jpg);
    }
    .nav li:nth-child(2) {
        grid-area: 3 / 1 / 4 / 2;
        background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/menu-urb.jpg);
    }
    .nav li:nth-child(3) {grid-area: 1 / 2 / 2 / 3;
        background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/menu-cons.jpg);
    }
    .nav li:nth-child(4) {
        grid-area: 2 / 2 / 4 / 3;
        background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/menu-inm.jpg);
    }
    .nav li {
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .nav li a {
        display: block;
        height: 100%;
    }
    .nav-item-text {
        background-color: #E0E0DF;
        text-align: left;
        padding: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .nav-item-text:after {
        content: " ";
        display: inline-block;
        float: right;
        margin-top: 5px;
        width: 28px;
        height: 28px;
        background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-right.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 28px;
    }
    .nav li a:hover .nav-item-text:after {
        background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-bottom.svg);
        background-size: 22px;
    }
}

/* ## Responsive header
--------------------------------------------- */

@media screen and (min-width: 1025px) and (max-width: 1460px) {
    .nav-item-text {padding: 15px;}
    .nav-item-text:after {
        width: 20px;
        height: 20px;
        margin-top: 3px;
    }
    .nav-item-text:after {background-size: 20px;}
    .nav li a:hover .nav-item-text:after {background-size: 15px;}
    .nav-footer {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1160px) {
    .nav-item-text:after {display: none !important;}
    .nav-second-social {
        float: right;
        width: 50%;
    }
}
@media screen and (max-width: 1024px) {
    #site_logo {display: none !important;}
    #site_navigation {
        width: 40px;
        padding: 15px 5px;
    }
    .menu-toggle,
    .page-title {height: 50vh;}
    .menu-toggle span {line-height: 30px;}
    .menu-toggle span:before {
        top: 7px;
        width: 11px;
        height: 14px;
    }
    .page-title .page-title-inner {display: none;}
    .page-title .page-title-logo {text-align: center;}
    .page-title .page-title-logo img {
        width: 15px;
        position: absolute;
        bottom: 15px;
        left: 13px;
    }
    .main-menu {
        display: none;
        width: 50%;
        padding: 40px;
        left: 40px;
    }
    .main-menu-inner {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .menu-left {
        width: 100% !important;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .menu-right {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .nav {margin-bottom: 0px;}
    .nav-second .h4:nth-child(3) {margin-bottom: 20px;}
    .nav li {line-height: 30px;}
    .nav-second .h4 {
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .menu-left li {line-height: 24px !important;}
    .menu-left .nav-logo {display: none;}
}
@media screen and (max-width: 767px) {
    .main-menu {
        padding: 20px;
        
        width: -webkit-calc(100% - 40px);
        width: -calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }
}

/* # 04. HOMEPAGE
---------------------------------------------------------------------------------------------------- */

body.home .site-footer {display: none !important;}
body.home #wrapper {min-height: 100vh !important;}
.home-grid {
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.home-grid .grid-item {
    border-right: 1px solid #ffffff;
    padding: 30px;
    position: relative;
}
.home-grid .grid-item:last-child {border: none;}
.home-grid .grid-item a {
    height: -webkit-calc(100vh - 60px);
    height: -calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
    width: 100%;
    display: block;
}
.home-grid .grid-item .grid-content {
    position: absolute;
    bottom: 30px;
    max-width: 300px;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.home-grid .grid-item:hover .grid-content {
    bottom: 80px;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.home-grid .grid-item .grid-content h4 {margin-bottom: 5px;}
.home-grid .grid-item .grid-content p {margin-bottom: 0px;}
.home-grid .grid-item .grid-content.black h4,
.home-grid .grid-item .grid-content.black p {color: #000000;}
.home-grid .grid-item .grid-content.white h4,
.home-grid .grid-item .grid-content.white p {color: #ffffff;}

@media screen and (min-width: 1025px) {
    .home-grid .grid-item {background: none !important;}
}

/* ## Responsive homepage
--------------------------------------------- */

@media screen and (max-width: 1024px) {
    .home-grid {
        height: auto;
        grid-template-columns: repeat(1, 1fr);
        background: none !important;
    }
    .grid-item {
        padding: 15px !important;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .grid-item a {
        height: -webkit-calc(50vh - 30px) !important;
        height: -calc(50vh - 30px) !important;
        height: -moz-calc(50vh - 30px) !important;
        height: calc(50vh - 30px) !important;
    }
    .home-grid .grid-item .grid-content {
        bottom: 0px !important;
        right: 0px !important;
        background-color: #000000 !important;
        color: #ffffff !important;
        padding: 10px;
        width: 260px;
    }
}

/* # 05. ARQUITECTURA
---------------------------------------------------------------------------------------------------- */

body.post-type-archive-arquitectura,
body.tax-tipo {background-color: #F5F4F3;}
.arq-terms {
    max-width: 1080px;
    padding: 100px 50px 50px 50px;
}
.arq-terms li {
    display: inline-block;
    line-height: 70px;
}
.arq-terms li:after {
    content: "/";
    display: inline-block;
    margin: 0px 20px;
}
.arq-terms li:last-child:after {display: none;}
.arq-terms li a:hover {text-decoration: underline;}
.arq-terms li.todo {font-weight: bold;}
.arq-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.arq-item {
    position: relative;
    font-size: 0px;
}
@media screen and (min-width: 1461px) {
.arq-item:nth-child(2),
.arq-item:nth-child(24),
.arq-item:nth-child(46) { grid-area: 2 / 1 / 3 / 2; }
.arq-item:nth-child(8),
.arq-item:nth-child(30),
.arq-item:nth-child(52) { grid-area: 6 / 3 / 7 / 4; }
.arq-item:nth-child(9),
.arq-item:nth-child(31),
.arq-item:nth-child(53) { grid-area: 7 / 1 / 8 / 2; }
.arq-item:nth-child(11),
.arq-item:nth-child(33),
.arq-item:nth-child(55) { grid-area: 9 / 2 / 10 / 2;  }
.arq-item:nth-child(13),
.arq-item:nth-child(35),
.arq-item:nth-child(57) { grid-area: 11 / 4 / 12 / 5;  }
.arq-item:nth-child(16),
.arq-item:nth-child(38),
.arq-item:nth-child(60) { grid-area: 14 / 1 / 15 / 2; }
.arq-item:nth-child(18),
.arq-item:nth-child(40),
.arq-item:nth-child(62) { grid-area: 16 / 2 / 17 / 3; }
.arq-item:nth-child(20),
.arq-item:nth-child(42),
.arq-item:nth-child(64) { grid-area: 18 / 1 / 19 / 2; }
.arq-item:nth-child(22),
.arq-item:nth-child(44),
.arq-item:nth-child(66) { grid-area: 20 / 4 / 21 / 5; }
}
@media screen and (min-width: 1025px) and (max-width: 1460px) {
.arq-item:nth-child(2),
.arq-item:nth-child(24),
.arq-item:nth-child(46) { grid-area: 2 / 1 / 3 / 3; }
.arq-item:nth-child(8),
.arq-item:nth-child(30),
.arq-item:nth-child(52) { grid-area: 6 / 3 / 7 / 5; }
.arq-item:nth-child(9),
.arq-item:nth-child(31),
.arq-item:nth-child(53) { grid-area: 7 / 1 / 8 / 3; }
.arq-item:nth-child(11),
.arq-item:nth-child(33),
.arq-item:nth-child(55) { grid-area: 9 / 1 / 10 / 3;  }
.arq-item:nth-child(13),
.arq-item:nth-child(35),
.arq-item:nth-child(57) { grid-area: 11 / 3 / 12 / 5;  }
.arq-item:nth-child(16),
.arq-item:nth-child(38),
.arq-item:nth-child(60) { grid-area: 14 / 1 / 15 / 3; }
.arq-item:nth-child(18),
.arq-item:nth-child(40),
.arq-item:nth-child(62) { grid-area: 16 / 2 / 17 / 4; }
.arq-item:nth-child(20),
.arq-item:nth-child(42),
.arq-item:nth-child(64) { grid-area: 18 / 1 / 19 / 3; }
.arq-item:nth-child(22),
.arq-item:nth-child(44),
.arq-item:nth-child(66) { grid-area: 20 / 3 / 21 / 5; }
}
@media screen and (min-width: 1025px) {
.arq-item:nth-child(1),
.arq-item:nth-child(23),
.arq-item:nth-child(45) { grid-area: 1 / 1 / 2 / 4; }
.arq-item:nth-child(3),
.arq-item:nth-child(25),
.arq-item:nth-child(47) { grid-area: 3 / 2 / 4 / 5; }
.arq-item:nth-child(4),
.arq-item:nth-child(26),
.arq-item:nth-child(48) { grid-area: 4 / 1 / 5 / 3; }
.arq-item:nth-child(5),
.arq-item:nth-child(27),
.arq-item:nth-child(49) { grid-area: 4 / 3 / 5 / 5; }
.arq-item:nth-child(6),
.arq-item:nth-child(28),
.arq-item:nth-child(50) { grid-area: 5 / 1 / 6 / 3; }
.arq-item:nth-child(7),
.arq-item:nth-child(29),
.arq-item:nth-child(51) { grid-area: 5 / 3 / 6 / 5; }
.arq-item:nth-child(10),
.arq-item:nth-child(32),
.arq-item:nth-child(54) { grid-area: 8 / 3 / 9 / 5;}
.arq-item:nth-child(12),
.arq-item:nth-child(34),
.arq-item:nth-child(56) { grid-area: 10 / 2 / 11 / 5; }
.arq-item:nth-child(14),
.arq-item:nth-child(36),
.arq-item:nth-child(58) { grid-area: 12 / 1 / 13 / 3; }
.arq-item:nth-child(15),
.arq-item:nth-child(37),
.arq-item:nth-child(59) { grid-area: 13 / 3 / 14 / 5; }
.arq-item:nth-child(17),
.arq-item:nth-child(39),
.arq-item:nth-child(61) { grid-area: 15 / 2 / 16 / 5;}
.arq-item:nth-child(19),
.arq-item:nth-child(41),
.arq-item:nth-child(63) { grid-area: 17 / 3 / 18 / 5;  }
.arq-item:nth-child(21),
.arq-item:nth-child(43),
.arq-item:nth-child(65) { grid-area: 19 / 2 / 20 / 4; }
.archive-bg {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 70px;
    right: 0;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.archive-bg.bg-pink {
    background-color: #F3C3BB;
    z-index: 998;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.archive-bg.bg-sky {
    background-color: #BBD1DE;
    z-index: 998;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.archive-bg.bg-orange {
    background-color: #E78164;
    z-index: 998;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.archive-bg.bg-black {
    background-color: #000000;
    z-index: 998;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.archive-bg.bg-white {
    background-color: #ffffff;
    z-index: 998;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
}
.archive-hover {z-index: 999 !important;}
.arq-info {
    background-color: #000000;
    color: #ffffff;
    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 340px;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.arq-item:hover .arq-info {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.arq-info a {color: #ffffff;}
.arq-info a:hover {text-decoration: none !important;}
.arq-info h3 {margin-bottom: 0px;}
.arq-info h6 {margin-bottom: 10px;}
.archive-text {padding: 100px 50px;}
.archive-header {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}
.archive-header h2:nth-child(1) {
    width: 50%;
    max-width: 400px;
    float: left;
    clear: left;
    padding-right: 10px;
}
.archive-header h2:nth-child(2) {
    width: 50%;
    max-width: 400px;
    float: right;
    padding-left: 10px;
}
.archive-text-content p:last-child {margin-bottom: 0px;}
body.term-dotacional li.dotacional a,
body.term-industrial li.industrial a,
body.term-residencial li.residencial a,
body.term-terciario li.terciario a,
body.post-type-archive-arquitectura li.todo a {text-decoration: underline;}

/* ## Responsive arquitectura
--------------------------------------------- */

@media screen and (max-width: 1024px) {
    .arq-terms,
    .archive-text {padding: 40px;}
    .arq-terms li {line-height: 40px;}
    .arq-terms li:after {margin: 0px 5px;}
    .arq-grid {grid-template-columns: repeat(2, 1fr);}
    .arq-info {
        padding: 10px;
        width: 260px;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .arq-info h6 {margin-bottom: 5px;}
    .archive-header {margin-bottom: 0px;}
}
@media screen and (max-width: 767px) {
    .arq-terms,
    .archive-text {padding: 30px 20px;}
    .arq-terms {font-size: 18px;}
    .arq-terms li {line-height: 22px !important;}
    .arq-grid {grid-template-columns: repeat(1, 1fr);}
    .arq-info {
        padding: 7px;
        width: 200px;
    }
    .arq-info h6 {margin-bottom: 3px;}
    .archive-header h2 {
        width: 100% !important;
        float: none !important;
        padding: 0px !important;
    }
}

/* ## Single arquitectura
--------------------------------------------- */

body.single-arquitectura #site_navigation {border-right: 1px solid #000000;}
@media screen and (min-width: 1025px) {
.project-slider .swiper-slide.swiper-slide-duplicate,
.project-slider .swiper-slide.swiper-slide-next,
.project-slider .swiper-slide.swiper-slide-active {
    left: -150px !important;
    padding-right: 50px !important;
}
}
.project-slider .elementor-swiper-button-prev {display: none !important;}
.project-slider .elementor-swiper-button-next {right: 160px;}
.project-slider .elementor-swiper-button-next i:before {
    content: " " !important;
    display: block;
    width: 100px;
    height: 71px;
    
    background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-right-thin.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.project-nav .elementor-widget-post-navigation {
    height: 50px !important;
    margin-bottom: 0px !important;
}
.project-nav .post-navigation__arrow-prev i:before {
    content: " " !important;
    display: block;
    width: 60px;
    height: 50px;
    
    background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.project-nav .post-navigation__arrow-next i:before {
    content: " " !important;
    display: block;
    width: 60px;
    height: 50px;
    
    background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.project-nav .post-navigation__arrow-prev i:hover:before {
    margin-left: 10px;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.project-nav .post-navigation__arrow-next i:hover:before {
    margin-right: 10px;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.project-nav i {
    z-index: 9;
    position: relative;
}
.project-nav h4 {
    display: table;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .project-slider .elementor-swiper-button-next {display: none !important;}
    .project-nav .post-navigation__arrow-prev i:before,
    .project-nav .post-navigation__arrow-next i:before {
        width: 45px;
        height: 40px;
    }
    .project-nav .elementor-widget-post-navigation {height: 40px !important;}
}
@media screen and (max-width: 767px) {
    .project-nav h4 {display: none;}
    .project-nav .post-navigation__arrow-prev i:before,
    .project-nav .post-navigation__arrow-next i:before {
        width: 30px;
        height: 25px;
    }
    .project-nav .elementor-widget-post-navigation {height: 25px !important;}
}

/* # 06. URBANISMO
---------------------------------------------------------------------------------------------------- */

/*body.page-id-158 #site_navigation {border-right: 1px solid #000000;}*/
.img-tiny img {
    max-width: 200px !important;
    width: 100%;
}
.img-med img {
    max-width: 480px !important;
    width: 100%;
}
.urb-box p {max-width: 960px;}
.urb-box-right p {
    max-width: 960px;
    float: right;
}
@media screen and (max-width: 1024px) {.img-tiny img {max-width: 120px !important;}}
@media screen and (max-width: 767px) {.img-med img {max-width: 100% !important;}}

/* # 07. CONSTRUCTORA
---------------------------------------------------------------------------------------------------- */

body.post-type-archive-constructora {background-color: #F5F4F3;}
.cons-grid {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
@media screen and (min-width: 1461px) {
.cons-grid {grid-template-columns: repeat(4, 1fr);}
.cons-item:nth-child(1) { grid-area: 1 / 3 / 5 / 4; }
.cons-item:nth-child(2) { grid-area: 2 / 4 / 6 / 5; }
.cons-item:nth-child(3) { grid-area: 3 / 1 / 8 / 2; }
.cons-item:nth-child(4) { grid-area: 5 / 2 / 10 / 3; }
.cons-item:nth-child(5) { grid-area: 8 / 4 / 13 / 5; }
.cons-item:nth-child(6) { grid-area: 10 / 3 / 15 / 4; }
.cons-item:nth-child(7) { grid-area: 12 / 1 / 17 / 2; }
.cons-item:nth-child(8) { grid-area: 15 / 2 / 20 / 3; }
.cons-item:nth-child(9) { grid-area: 15 / 4 / 20 / 5; }
.cons-item:nth-child(10) { grid-area: 19 / 1 / 24 / 2; }
.cons-item:nth-child(11) { grid-area: 21 / 3 / 26 / 4; }
.cons-item:nth-child(12) { grid-area: 23 / 4 / 28 / 5; }
.cons-item:nth-child(13) { grid-area: 24 / 1 / 29 / 2; }
.cons-item:nth-child(14) { grid-area: 26 / 2 / 31 / 3; }
.cons-item:nth-child(15) { grid-area: 31 / 2 / 36 / 3; }
.cons-item:nth-child(16) { grid-area: 33 / 4 / 38 / 5; }
.cons-item:nth-child(17) { grid-area: 36 / 3 / 41 / 4; }
.cons-item:nth-child(18) { grid-area: 38 / 1 / 43 / 2; }
.cons-item:nth-child(19) { grid-area: 40 / 4 / 45 / 5; }
.cons-item:nth-child(20) { grid-area: 43 / 2 / 47 / 3; }
.cons-item:nth-child(21) { grid-area: 45 / 3 / 50 / 4; }
.cons-item:nth-child(22) { grid-area: 46 / 4 / 51 / 5; }
.cons-item:nth-child(23) { grid-area: 48 / 1 / 53 / 2; }
.cons-item:nth-child(24) { grid-area: 50 / 2 / 55 / 3; }
.cons-item:nth-child(25) { grid-area: 53 / 4 / 58 / 5; }
.cons-item:nth-child(26) { grid-area: 55 / 3 / 60 / 4; }
.cons-item:nth-child(27) { grid-area: 57 / 1 / 62 / 2; }
.cons-item:nth-child(28) { grid-area: 60 / 2 / 65 / 3; }
.cons-item:nth-child(29) { grid-area: 60 / 4 / 65 / 5; }
.cons-item:nth-child(30) { grid-area: 64 / 1 / 69 / 2; }
.cons-item:nth-child(31) { grid-area: 66 / 3 / 71 / 4; }
.cons-item:nth-child(32) { grid-area: 68 / 4 / 73 / 5; }
.cons-item:nth-child(33) { grid-area: 69 / 1 / 74 / 2; }
.cons-item:nth-child(34) { grid-area: 71 / 2 / 76 / 3; }
.cons-item:nth-child(35) { grid-area: 76 / 2 / 81 / 3; }
.cons-item:nth-child(36) { grid-area: 78 / 4 / 83 / 5; }
.cons-item:nth-child(37) { grid-area: 81 / 3 / 86 / 4; }
.cons-item:nth-child(38) { grid-area: 83 / 1 / 88 / 2; }
.cons-item:nth-child(39) { grid-area: 85 / 4 / 90 / 5; }
.cons-item:nth-child(40) { grid-area: 87 / 2 / 92 / 3; }  
/* Lotes de 20, se suma 45 en las líneas impares para duplicar)*/
}
@media screen and (min-width: 1025px) and (max-width: 1460px) {
.cons-grid {grid-template-columns: repeat(3, 1fr);}
.cons-item:nth-child(1) { grid-area: 1 / 2 / 5 / 3;}
.cons-item:nth-child(2) { grid-area: 2 / 3 / 6 / 4;}
.cons-item:nth-child(3) { grid-area: 6 / 1 / 10 / 2;}
.cons-item:nth-child(4) { grid-area: 8 / 2 / 12 / 3;}
.cons-item:nth-child(5) { grid-area: 13 / 2 / 17 / 3;}
.cons-item:nth-child(6) { grid-area: 15 / 3 / 19 / 4;}
.cons-item:nth-child(7) { grid-area: 18 / 1 / 22 / 2;}
.cons-item:nth-child(8) { grid-area: 23 / 2 / 27 / 3;}
.cons-item:nth-child(9) { grid-area: 26 / 1 / 30 / 2;}
.cons-item:nth-child(10) { grid-area: 29 / 2 / 33 / 3;}
.cons-item:nth-child(11) { grid-area: 31 / 3 / 35 / 4;}
.cons-item:nth-child(12) { grid-area: 36 / 3 / 40 / 4;}
.cons-item:nth-child(13) { grid-area: 37 / 1 / 41 / 2;}
.cons-item:nth-child(14) { grid-area: 40 / 2 / 44 / 3;}
.cons-item:nth-child(15) { grid-area: 45 / 2 / 49 / 3;}
.cons-item:nth-child(16) { grid-area: 48 / 3 / 52 / 4;}
.cons-item:nth-child(17) { grid-area: 52 / 2 / 56 / 3;}
.cons-item:nth-child(18) { grid-area: 54 / 1 / 58 / 2;}
.cons-item:nth-child(19) { grid-area: 59 / 1 / 63 / 2;}
.cons-item:nth-child(20) { grid-area: 61 / 3 / 65 / 4;}
.cons-item:nth-child(21) { grid-area: 66 / 2 / 70 / 3;}
.cons-item:nth-child(22) { grid-area: 67 / 3 / 71 / 4;}
.cons-item:nth-child(23) { grid-area: 71 / 1 / 75 / 2;}
.cons-item:nth-child(24) { grid-area: 73 / 2 / 77 / 3;}
.cons-item:nth-child(25) { grid-area: 78 / 2 / 82 / 3;}
.cons-item:nth-child(26) { grid-area: 80 / 3 / 84 / 4;}
.cons-item:nth-child(27) { grid-area: 83 / 1 / 87 / 2;}
.cons-item:nth-child(28) { grid-area: 88 / 2 / 92 / 3;}
.cons-item:nth-child(29) { grid-area: 91 / 1 / 95 / 2;}
.cons-item:nth-child(30) { grid-area: 94 / 2 / 98 / 3;}
.cons-item:nth-child(31) { grid-area: 96 / 3 / 100 / 4;}
.cons-item:nth-child(32) { grid-area: 101 / 3 / 105 / 4;}
.cons-item:nth-child(33) { grid-area: 102 / 1 / 106 / 2;}
.cons-item:nth-child(34) { grid-area: 105 / 2 / 109 / 3;}
.cons-item:nth-child(35) { grid-area: 110 / 2 / 114 / 3;}
.cons-item:nth-child(36) { grid-area: 113 / 3 / 116 / 4;}
.cons-item:nth-child(37) { grid-area: 117 / 2 / 120 / 3;}
.cons-item:nth-child(38) { grid-area: 119 / 1 / 123 / 2;}
.cons-item:nth-child(39) { grid-area: 124 / 1 / 128 / 2;}
.cons-item:nth-child(40) { grid-area: 126 / 3 / 130 / 4;} 
/* Lotes de 20, se suma 65 en las líneas impares para duplicar)*/
}
.cons-info {
    padding: 20px;
    max-width: 360px;
}
.cons-more:before {
    content: " ";
    display: block;
    margin-top: 5px;
    width: 28px;
    height: 28px;
    background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
}
.cons-more:hover:before {
    background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-bottom.svg);
    background-size: 22px;
}
body.single-constructora #site_navigation {border-right: 1px solid #000000;}

/* ## Responsive constructora
--------------------------------------------- */

@media screen and (max-width: 1024px) {
    .cons-grid {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 667px) {
    .cons-grid {grid-template-columns: repeat(1, 1fr);}
    .cons-info {max-width: 100%;}
}

/* # 08. INMOBILIARIA
---------------------------------------------------------------------------------------------------- */

body.post-type-archive-inmobiliaria {background-color: #F5F4F3;}
body.post-type-archive-inmobiliaria .border {
    border-top: 1px solid #000000;
    margin-top: -1px;
}
.inm-grid {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.inm-item {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 40px 20px 20px 20px;
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.inm-item img {display: none;}
.inm-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.inm-info {max-width: 360px;}
.inm-more {
    display: block;
    margin: 50px 0px 20px 0px;
}
.inm-more:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 23px;
    height: 23px;
    background-color: #000000;
    
    -webkit-mask: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-right.svg) no-repeat;
  	mask: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-right.svg) no-repeat;
  	-webkit-mask-size: 23px;
  	mask-size: 23px;
}
.inm-item:hover {
    background-color: #000000;
    color: #ffffff;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.inm-item:hover a {color: #ffffff;}
.inm-item:hover .inm-more:after {background-color: #ffffff;}
.inm-more:hover:after {
    -webkit-mask: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-bottom.svg) no-repeat;
  	mask: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-bottom.svg) no-repeat;
  	-webkit-mask-size: 17px;
  	mask-size: 17px;
}
.inm-item .inm-ver {display: block !important;}
@media screen and (min-width: 1601px) {
    .inm-grid {grid-template-columns: repeat(4, 1fr);}
    .inm-item:nth-child(4n) {border-right: none !important;}
    /*.inm-item:nth-child(1) .inm-ver,
    .inm-item:nth-child(3) .inm-ver,
    .inm-item:nth-child(6) .inm-ver,
    .inm-item:nth-child(8) .inm-ver,
    .inm-item:nth-child(9) .inm-ver,
    .inm-item:nth-child(11) .inm-ver,
    .inm-item:nth-child(14) .inm-ver,
    .inm-item:nth-child(16) .inm-ver,
    .inm-item:nth-child(17) .inm-ver,
    .inm-item:nth-child(19) .inm-ver  {display: block;}
    .inm-item:nth-child(2) .inm-hor,
    .inm-item:nth-child(4) .inm-hor,
    .inm-item:nth-child(5) .inm-hor,
    .inm-item:nth-child(7) .inm-hor,
    .inm-item:nth-child(10) .inm-hor,
    .inm-item:nth-child(12) .inm-hor,
    .inm-item:nth-child(13) .inm-hor,
    .inm-item:nth-child(15) .inm-hor,
    .inm-item:nth-child(18) .inm-hor,
    .inm-item:nth-child(20) .inm-hor {display: block;}*/
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .inm-grid {grid-template-columns: repeat(3, 1fr);}
    /*.inm-item:nth-child(3n) {border-right: none !important;}
    .inm-item:nth-child(odd) .inm-ver {display: block;}
    .inm-item:nth-child(even) .inm-hor {display: block;}*/
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
    .inm-grid {grid-template-columns: repeat(2, 1fr);}
    /*.inm-item:nth-child(even) {border-right: none !important;}
    .inm-item:nth-child(1) .inm-ver,
    .inm-item:nth-child(4) .inm-ver,
    .inm-item:nth-child(5) .inm-ver,
    .inm-item:nth-child(8) .inm-ver,
    .inm-item:nth-child(9) .inm-ver,
    .inm-item:nth-child(12) .inm-ver,
    .inm-item:nth-child(13) .inm-ver,
    .inm-item:nth-child(16) .inm-ver,
    .inm-item:nth-child(17) .inm-ver,
    .inm-item:nth-child(20) .inm-ver {
        display: block;
    }
    .inm-item:nth-child(2) .inm-hor,
    .inm-item:nth-child(3) .inm-hor,
    .inm-item:nth-child(6) .inm-hor,
    .inm-item:nth-child(7) .inm-hor,
    .inm-item:nth-child(10) .inm-hor,
    .inm-item:nth-child(11) .inm-hor,
    .inm-item:nth-child(14) .inm-hor,
    .inm-item:nth-child(15) .inm-hor,
    .inm-item:nth-child(18) .inm-hor,
    .inm-item:nth-child(19) .inm-hor {
        display: block;
    }*/
}
@media screen and (max-width: 667px) {
    .inm-grid {grid-template-columns: repeat(1, 1fr);}
    .inm-item {border-right: none !important;}
    /*.inm-item:nth-child(odd) .inm-ver {display: block;}
    .inm-item:nth-child(even) .inm-hor {display: block;}*/
    .inm-more {margin: 40px 0px 20px 0px;}
}
body.single-inmobiliaria #site_navigation {border-right: 1px solid #000000;}

/* # 09. NOVEDADES
---------------------------------------------------------------------------------------------------- */

body.page-template-template-novedades {background-color: #F5F4F3;}
body.page-template-template-novedades #wrapper {padding: 100px 20px 100px 90px;}
.news-header {margin: 0px 0px 20px 0px;}
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.news-item {
    border-top: 1px solid #000000;
    padding-top: 20px;
}
.news-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.news-item h5 {margin: 20px 0px 10px 0px;}
.news-item h2 {max-width: 250px;}
.news-more:before {
    content: " ";
    display: block;
    margin-top: 5px;
    width: 28px;
    height: 28px;
    background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
}
.news-item:hover .news-more:before {
    background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/arrow-bottom.svg);
    background-size: 22px;
}
@media screen and (max-width: 1260px) {
    .news-grid {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 1024px) {
    body.page-template-template-novedades #wrapper {padding: 40px 20px 40px 60px;}
}
@media screen and (max-width: 767px) {
    body.page-template-template-novedades #wrapper {padding: 0px 0px 20px 40px;}
    .news-grid {grid-template-columns: repeat(1, 1fr);}
    .news-header {display: none;}
    .news-item {
        border-top: none;
        padding-top: 0px;
    }
    .news-info {padding: 0px 20px;}
}

/* # 10. MISC.
---------------------------------------------------------------------------------------------------- */

/* ## 10.1.About
--------------------------------------------- */

/*body.page-id-156 #site_navigation {border-right: 1px solid #000000;}*/
.about-box p {max-width: 480px;}
.inner-box p {max-width: 680px;}
.inner-box-right p {
    max-width: 680px;
    float: right;
}
@media screen and (max-width: 767px) {.collabs-box p {max-width: 480px;}}

/* ## 10.2.Contact
--------------------------------------------- */

.contact-wrapper > .elementor-container {float: left;}

/* ## 10.3.404
--------------------------------------------- */

.not-found-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 70px;
    right: 0px;
    padding: 20px;
    background-image: url(https://intra-muros.es/wp-content/themes/intramuros/img/bg-maintenance.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.not-found-wrapper h5 {margin-bottom: 5px;}

@media screen and (min-width: 768px) {.not-found-wrapper h1 {font-size: 100px;}}
@media screen and (max-width: 1024px) {.not-found-wrapper {left: 40px;}}

/* ## 10.4.Legales
--------------------------------------------- */

@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .legal-wrapper .elementor-section .elementor-column:nth-child(1),
    .legal-wrapper .elementor-section .elementor-column:nth-child(2) {width: 50% !important;}
    .legal-wrapper .elementor-section .elementor-column:nth-child(3) {display: none !important;}
}

/* ## 10.5.Cookies
--------------------------------------------- */

#cookie-law-info-bar {
    max-width: 420px !important;
    left: auto !important;
    right: 0px !important;
    bottom: 0px !important;
    line-height: 16px !important;
    text-align: left !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}
#wt-cli-accept-all-btn,
.cli_settings_button {
    text-decoration: underline !important;
    font-weight: bold !important;
    cursor: pointer;
}
#wt-cli-accept-all-btn:hover,
.cli_settings_button:hover {
    text-decoration: none !important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #000000 !important;
    text-transform: uppercase;
}
.cli-switch input:checked + .cli-slider {background-color: #000000 !important;}
.cli-tab-header {
    border-radius: 0px !important;
    padding: 10px 0px !important;
    background-color: transparent !important;
    border-bottom: 1px solid #000 !important;
}
.cli-modal-backdrop.cli-show {opacity: .7 !important;}
.cli-switch input[type="checkbox"] {display: none !important;}
.cli-modal-content {border-radius: 0px !important;}

@media screen and (max-width: 767px) {
    #cookie-law-info-bar {
        bottom: 0px !important;
        left: 40px !important;
        font-size: 11px !important;
        line-height: 15px !important;
        
        max-width: -webkit-calc(100% - 40px) !important;
        max-width: -calc(100% - 40px) !important;
        max-width: -moz-calc(100% - 40px) !important;
        max-width: calc(100% - 40px) !important;
    }
    #cookie-law-info-bar br {display: none !important;}
}

/* ## 10.6.Presupuesto
--------------------------------------------- */

.presupuesto-form .oculto {display: none !important;}
.presupuesto-form h6 {margin-bottom: 10px !important;}
.presupuesto-form input[type="text"] {
    border: 1px solid #000000 !important;
    padding: 0px 10px !important;
    line-height: 45px !important;
    width: 100% !important;
}
.presupuesto-form .wpcf7-radio_custom {
    overflow: hidden;
    display: block;
    margin-bottom: 25px !important;
}
.presupuesto-form .wpcf7-radio_custom .wpcf7-list-item {
    margin: 0px !important;
    width: 50%;
    float: left;
}
.presupuesto-form .wpcf7-radio_custom .wpcf7-list-item:nth-child(odd) {clear: left;}
.presupuesto-form .wpcf7-checkbox .wpcf7-list-item {
    width: 100% !important;
    margin: 0px !important;
    position: relative;
}
.presupuesto-form .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
    height: 45px !important;
    line-height: 45px !important;
    width: 100% !important;
    margin: 0px !important;
    background-color: #000000 !important;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.presupuesto-form .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:before {
    content: "Calcular" !important;
    height: 45px !important;
    line-height: 45px !important;
    width: 100% !important;
    color: #ffffff !important;
    text-align: center;
    padding: 0px 10px !important;
    font-family: 'AGRegular';
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    display: block;
}
.presupuesto-form .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:hover {
    background-color: #E7714D !important;
    border-color: #E7714D !important;
    
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.presupuesto-form .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:after,
.presupuesto-form .wpcf7-checkbox .wpcf7-list-item-label {display: none !important;}
div[data-id="calculos"] h6,
div[data-id="calculos"] h5 {
    float: left;
    clear: left;
    line-height: 14px !important; 
    margin: 0px !important;
    padding: 10px 0px !important;
    
    width: -webkit-calc(100% - 150px);
    width: -calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
}
div[data-id="calculos"] p {
    width: 150px;
    float: right;
    line-height: 14px !important; 
    margin: 0px !important;
    padding: 10px 0px !important;
}
div[data-id="calculos"] input[type="text"] {
    border: none !important;
    padding: 0px !important;
    line-height: 14px !important; 
    margin: 0px !important;
}
div[data-id="calculos"] hr {
    background: none !important;
    border-top: 1px solid #000000 !important;
    width: 100% !important;
}

@media screen and (max-width: 1024px) {
.presupuesto-form .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:before {
    font-size: 11px;
    letter-spacing: 0px;
}
}
@media screen and (max-width: 767px) {
.presupuesto-form .wpcf7-radio_custom .wpcf7-list-item,
div[data-id="calculos"] h6,
div[data-id="calculos"] h5,
div[data-id="calculos"] p {
    width: 100%;
    float: none;
    clear: both !important;
}
div[data-id="calculos"] h6,
div[data-id="calculos"] h5 {padding-bottom: 0px !important;}
div[data-id="calculos"] p input {
    text-align: left !important;
}
}

/* ## 10.7. Opiniones
--------------------------------------------- */

.opiniones-comments .comment-form,
.opiniones-form .comment-list,
#reply-title,
.logged-in-as,
.comment-notes,
.comment-form-url,
.comment-form-cookies-consent {display: none !important;}
.comment-list article p {text-align: justify;}
.comment-list article p:last-child {margin-bottom: 0px;}
.comment-list article {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000000;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea,
.comment-form select {
    width: 100% !important;
    border: 1px solid #000000 !important;
    font-family: 'PT Sans', sans-serif;
	font-size: 15px;
}
.comment-form textarea {
    max-height: 120px !important;
    padding: 10px !important;
    line-height: 20px !important; 
}
.comment-form input[type="submit"] {
    width: 100% !important;
    border: none !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    max-width: 100% !important;
    height: 45px !important;
    line-height: 45px !important;
    cursor: pointer;
}
.comment-form input[type="submit"]:hover {background-color: #E7714D !important;}
#commentform {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.comment-form-author {
    width: 100% !important;
    margin-bottom: 10px !important;
    
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.comment-form-email {
    width: 100% !important;
    margin-bottom: 10px !important;
    
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.comment-form-comment {
    width: 100% !important;
    margin-bottom: 0px !important;
    
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.pprivacy {
    width: 100% !important;
    margin-bottom: 10px !important;
    
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.comment-form .form-submit {
    width: 100% !important;
    margin-bottom: 0px !important;
    
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.comment-awaiting-moderation {margin-top: -10px !important;}
.comment-form-comment label {
    display: block;
    margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form textarea,
    .comment-form select {font-size: 13px;}
}