/*
Theme Name: SIMILARESDESIGN
Theme URI: http://www.similares.design/
Author: Sandra Martínez Wert - SIMILARES DESIGN;
Author URI: https://similares.design/sobre-mi-sandra-martinez-wert/
Description: SIMILARESDESIGN is a portfolio template for wordpress, made for designers, photographers ... creatives in general. Clean and easy to use, based on Gutenberg
Version: 2.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: similaresdesign
Tags: portfolio, blog, grid-layout, one-column, two-columns, three-columns, block-styles, wide-blocks
Requires PHP: 6.1 or later
Tested up to: 7.4
*/

/******************************************************************

------------ MAP ------------

01. RESET
02. TIPOGRAPHY
03. PATTERNS
04. GRIDS & SITE
05. HEADER STYLES
06. NAVIGATION STYLES
07. POSTS & CONTENT STYLES
08. PAGE NAVI STYLES
09. COMMENT & SEARCH STYLES
10. COMMENT FORM & SEARCH FORM STYLES
11. SIDEBARS & ASIDES
12. FOOTER STYLES
13. BLOCK STYLES
14. SHARE BUTTONS SINGLE Y SINGLE PROJECTS
15. CONTACT FORM
16. MEDIA QUERYS
17. OTROS WP


******************************************************************/

/* 01. RESET */

normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
	margin-bottom: 150px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* 02. TIPOGRAPHY */

html {
	font-size: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

body {
	color: #111C24;
}

p {
	color: #111C24;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 0;
}

p.peque {
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 300;
	color: rgba(17,28,36,1);
}

strong {
	font-weight: 500;
	color: #000000;
}

a {
	color: #c60c30;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #8b8d8e;
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Quicksand', Arial, Helvetica, sans-serif;*/
	/*color: #8b8d8e;*/
	color: #111C24;
	font-weight: 400;
	line-height: 1.25;
	clear: both;
	margin-top: 25px;
	margin-bottom: 15px;
}

h1 {
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: -1px;
	font-weight: 400;
}

h1#single-title {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 2.5rem;
	margin-bottom: 0.5rem;
	letter-spacing: 0px;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 500;
}

h3 {
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 200;	
}

h4 {
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 500;
}

h5 {
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 300;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	text-transform: uppercase;
}

ul {
	color: #111C24;
	font-weight: 400;
	line-height: 1.4;
	font-size: 15px;
	font-size: 0.9375rem;
}

::selection {
	color: #fff;
/* 	background:#ddfff7; */
	background: #ebaab7;
}

/* 03. PATTERNS */

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	border: none;
	font-size: 13px;
	font-size: 0.8125rem;
	border-radius: 4px;
	color: #ffffff;
	background: #111C24;
	padding: 12px 24px;
	letter-spacing: normal;
	cursor: pointer;
	font-weight: 500;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: rgba(17,28,36,0.8);
	transition: all .3s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: rgba(139,141,142,0.13);
	font-size: 13px;
	border: none;
	border-radius: 0;
	padding: 12px;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#header-image img,
.entry-thumbnail img,
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img {
	max-width: 100%;
	height: auto;
}

.archive-navigation {
	width: 100%;
}

header.entry-header, header.project-header, header.front-header, header.page-header {
	max-width: 1920px;
	width: 95%;
	margin: 0 auto 55px;

}

header.home-header, header.search-header, header.archive-header {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto 30px;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

.screen-reader-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}

a span.circle {
  color: #ffffff;
  background: #111C24;
  position: absolute;
  font-weight: 600;
  text-align: center;
  line-height: 75px;
  top: 40px;
  left: 40px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  z-index: 1;
}

/* 04. GRIDS & SITE */

* {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

.site-content {
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
}

.blog .site-main,
.archive .site-main,
.search .site-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 2.5%;

}

.archive .site-main .hentry,
.search .site-main .hentry {
	min-width:  300px;
	flex: 0 0 100%;
	margin-bottom: 0px;
}

.search .site-main > article.proyectos,
.search .site-main > article.post,
.search .site-main > article.page {
	margin-bottom: 30px !important;
}

.blog .site-main article {
	flex: 0 0 100%;
	margin-bottom: 30px;
}


.entry-tags {
	max-width: 1200px;
	margin: 0 auto;
}


/* 05. HEADER STYLES */

.site-header {
	background: rgba(255,255,255,0.95);
	position: relative;
}

#navbar {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.site-logo {
	flex: 0 0 auto;
	margin-left: 3%;
}

img.custom-logo {
	max-width: 260px !important;
	width: 100%;
	height: auto;
}

/* 06. NAVIGATION STYLES */

.menu-toggle {
	margin-top: 0px;
	position: relative;
	width: 50px;
	height: 50px;
	cursor: pointer;
	margin-right: 3%;
	z-index: 9999;
}

.menu-toggle div {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 22px;
	height: 12px;
}

.menu-toggle div span {
	position: absolute;
	display: block;
	width: 22px;
	height: 2px;
	background-color: #111C24;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), width 0.5s cubic-bezier(0.3, 1.4, 0.7, 1);
	-moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), width 0.5s cubic-bezier(0.3, 1.4, 0.7, 1);
	transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), width 0.5s cubic-bezier(0.3, 1.4, 0.7, 1);
}

.menu-toggle div span:first-of-type {
	top: 0;
}

.menu-toggle div span:last-of-type {
	bottom: 0;
}

.menu-toggle:hover div span:first-of-type {
	width: 26px;
}

.menu-toggle:hover div span:last-of-type {
	width: 12px;
}

.menu-toggle.open div span:first-of-type {
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 5px;
}

.menu-toggle.open div span:last-of-type {
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	bottom: 5px;
}

.menu-toggle:hover.open div span:first-of-type, .menu-toggle:hover.open div span:last-of-type {
	width: 22px;
}

.screen-reader-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}


#site-navigation {
	display: none;
	position:fixed;
	width: 100vw;
	height: 100vh;
	top:0;
	left:0;
	background-color: rgba(236,236,236,1);
	z-index:999;
}

nav .menu-principal-container {
	position: absolute;
	top: 50%;
	left: 10%;
	right: 10%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.nav-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: -1.5px;
	text-align: center;
}

.nav-menu li a {
	padding: 10px 0;
	color: #111C24;
	display: block;
	text-decoration: none;
	transition: color 0.2s;
}

.nav-menu li a:hover {
	color: #c60c30;
}

.nav-menu ul.sub-menu {
    display: none;
    padding: 10px 0;
    list-style: none;
}

.nav-menu ul.sub-menu li a {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 200;
    letter-spacing: -1.3px;
    padding: 5px 0;
}
.nav-menu ul.sub-menu li a:hover {
    color: #8b8d8e;
}


/* Back to top button styles */

#topbutton {                  
  position: fixed;                
  display: none;                   
  height: 40px;              
  width: 40px;                
  line-height: 40px;                
  right: 6%;            
  bottom: 6%;       
  z-index: 1;        
  background: #111C24;        
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(139,141,142,0.5);
  text-decoration: none; 
  color: #ffffff;   
  text-align: center;  
  z-index: 99;     
}     
                
#topbutton:after {           
  content: "\2191";       
}

#topbutton:hover {
	background-color: rgba(17,28,36,0.8);
}

/* 07. POSTS & CONTENT STYLES */

.alignfull {
    width:  100vw;
    max-width:  100vw;
    margin-left:  calc(50% - 50vw);
}

.alignwide {
	width: 94vw;
/*	max-width: 94vw;*/
	max-width: 1920px;
/*	position: relative;*/
/*	margin: 0 auto;*/
/* 	margin-left: calc(50% - 47vw); */
}

.single-proyectos .alignwide {
	width: 94vw;
	max-width: 94vw;
	margin-left: calc(50% - 47vw);
}

.wp-block-media-text .mightwide {
	max-width: 1220px !important;
}

.blog .site-main .hentry > *,
.archive .site-main .hentry > *,
.search .site-main .hentry > * {
	margin-top: 20px;
	margin-bottom: 14px;
}

.tax-tipo .site-main .hentry > * {
	margin-top: 0px;
	margin-bottom: -4px;
}


.sd-caption {
	color: #111C24;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 0;
	display: block;
}

header.home-header .sd-subtitle p {
	margin-left: 5px;
}

.sd-entry-image img, .sd-project-entry-image {
	width: 100%;
	max-width: 1920px;
}

.single-title-meta {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

.entry-content {
	width: 95%;
	max-width: 1200px;
	margin: 30px auto 60px auto;
}

.project-content, .front-content {
	width: 95%;
	max-width: 1920px;
	margin: 30px auto 60px auto;
	display: block;
}

.entry-title a {
	color: #111C24;
	font-weight: 400;
}

.entry-title a:hover {
	color: #c60c30;
}

.entry-meta > span {
	font-size: 13px;
	font-size: 0.8125rem;
	margin-right: 15px;
	font-weight: 300;
}

.entry-meta .posted-on time {
	display: inline-block;
}

.entry-meta .posted-on time.updated{
	display: none;
}

.read-more {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #111C24;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 4px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}

.read-more:hover {
	background-color: rgba(17,28,36,0.8);
	color: #ffffff;
}

#single-title {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 2.5rem;
	margin-bottom: 0.5rem;
	letter-spacing: -2px;
}

.single .entry-meta > span {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0.5rem;
	color: #8b8d8e;
}

.single .entry-meta > span:after {
	margin-left: 8px;
	position: relative;
	color: #8b8d8e;
}

.home .entry-meta > span:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #111C24;
	padding-right: 5px;
}

.single .entry-meta > span:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #8b8d8e;
	padding-right: 5px;
}

.single .entry-meta > span a {
	text-decoration: none;
	color: #8b8d8e;
}

.single .entry-meta > span a:hover {
	color: #c60c30;
}

.home .entry-meta .posted-on:before,
.single .entry-meta .posted-on:before {
	content:"\f073";
}

.home .entry-meta .cat-links:before,
.single .entry-meta .cat-links:before {
	content:"\f07c";
}

.single .entry-meta .tags-links:before {
	content:"\f02c";
}

.single .entry-meta .comments-link:before {
	content:"\f27a";
}

.entry-tags {
	width: 95%;
	margin: 20px auto 60px auto;
}

.entry-tags h5 {
	font-size: 22px;
	font-weight: 400;
}

.filter-custom-taxonomy {
	width: 95%;
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
}

/*span.tags-links a, a.tags-links{
	background: #111C24;
	color: #ffffff;
	padding: 10px 20px;
	margin-right: 6px;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 15px;
}
*/

/*span.tags-links a:hover {
	background: rgba(17,28,36,0.8);
}*/

.return-projects {
	width: 100%;
	max-width: 1980px;
	position: relative;	
	margin: 70px auto 0 auto;
	text-align: center;
}

span.tax-links a, a.tax-links {
	background: #111C24;
	color: #ffffff;
	padding: 10px 20px;
	margin: 10px 0;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	border-radius: 4px;
	display: inline-block;
	text-transform: none;
	vertical-align: middle;	
}

span.tax-links a:hover, a.tax-links:hover {
	background: rgba(17,28,36,0.8);	
}

footer.project-footer {
	margin: 0 2.5% 100px 2.5%;
	text-align: center;
}

footer.project-footer a.a-container {
	background-color: #111C24;
	padding: 110px 15px 160px 15px;
	display: block;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}


footer.project-footer .footer-container {
	display: flex;
	flex-wrap: wrap;
}

.col-project {
	flex: 1 100%;
}

footer.project-footer .next {
	display: inline-block;
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: 0.4px;
	margin-bottom: 10px;
}

footer.project-footer .next:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	width: 40px;
	background: #ffffff;
	right: -56px;
}



footer.project-footer h3 {
	line-height: 1.2;
	margin: 0;
	color: #ffffff;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 700;
	letter-spacing: -0.7px;
}

footer.project-footer .next-icon {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

footer.project-footer i {
	top: auto;
	left: 50%;
	bottom: -80px;
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	color: #fff;
	position: absolute;
	font-size: 24px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 2px solid transparent;
	line-height: 58px;
	text-align: center;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.fa fa-arrow-right::before {
	content: "\f287";
}

footer.project-footer a:hover i {
	border-color: #fff;
}

footer.contact-front {
	background: rgba(139,141,142,0.15);
	padding: 50px;
	width: 95%;
	max-width: 1920px;
	margin: 0 auto 120px;
	display: flex;
	flex-wrap: wrap;
}

.more-projects {
	text-align: center;
	margin: 0 auto 70px auto;
}

.ademas {
	flex: 0 0 100%;
}

.ademas h4 {
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 50px;
}

.front-form p {
	margin-bottom: 50px;
}

.front-form {
	flex: 0 0 100%;
}

.formulario-front {
	max-width: 100%;
}

.formulario-front .campos input, .formulario-front .campos textarea {
	background: transparent !important;
	border: none !important;
	border-bottom: 2px solid #8b8d8e !important;
	font-size: 16px;
	font-size: 1rem !important;
	padding: 0px !important;
	height: 50px !important;
	line-height: 40px !important;
	font-weight: 400px !important;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	color: #8b8d8e !important;
	font-family: 'Quicksand', sans-serif !important;
}

.formulario-front .campos textarea {
	min-height: 130px;
}

.formulario-front .campos input:focus, .formulario-front .campos textarea:focus {
	color: #111C24 !important;
	border-color: #111C24 !important;
}

.formulario-front .wpforms-field-label-inline {
	font-size: 14.4px !important;
	font-size: 0.9rem !important;
}

.formulario-front .wpforms-field-description {
	font-size: 11px !important;
	font-size: 0.6875rem !important;
	line-height: 1.4 !important;
	margin: 25px 0 0 0 !important;
}

.enviar-btn, .theme-btn {
	color: #ffffff !important;
	background: #111C24 !important;
	padding: 14px 28px !important;
	font-size: 13px !important;
	font-size: 0.8125rem !important;
	font-weight: 500 !important;
	border: none !important;
	border-radius: 4px !important;
}

.enviar-btn:hover, .theme-btn:hover {
	background: rgba(17,28,36,0.8) !important;
}

label.wpforms-error {
	color: #c60c30 !important;
	font-size: 13px !important;
	font-size: 0.8125rem !important;
	margin-top: 5px !important;
}

.formulario-servicios .campos label.wpforms-field-label {
	font-weight: 400;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height 1.4;
	margin-top: 0;
}

.formulario-servicios .wpforms-form .wpforms-list-inline ul {
	margin-top: 15px !important;
}

.formulario-servicios .wpforms-form .wpforms-list-inline ul li label.wpforms-field-label-inline {
	font-size: 15px !important;
	font-size: 0.9375rem !important;
}

.formulario-servicios .wpforms-form .wpforms-required-label {
	color: #111c24 !important;
}


/* 08. PAGE NAVI STYLES */

.pagination {
	text-align: center;
	display: block;
	margin: 0 auto;
	flex: 0 0 100%;
}

.pagination .nav-links {
	display: inline-block;
	margin:0;
}

.pagination .nav-links span,
.pagination .nav-links a {
	padding: 6px 10px;
	display: inline-block;
	text-decoration: none;
	color: #8b8d8e;
	margin: 0 3px;
	border: none;
	line-height: 1.5;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	border-radius: 3px;
	border: solid 1px #8b8d8e;
	width: 34px;
	text-align: center;
}

/*.pagination .nav-links :last-child {
	border-right: none;
}*/

.pagination .nav-links a:hover,
.pagination .nav-links span.current {
	background-color: #8b8d8e;
	color: #111C24;
}



/* 09. COMMENT & SEARCH STYLES */

#comments {
	position: relative;
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
}

#page .comments-title,
#page .comment-reply-title,
#page .no-comments {
	color: #111C24;
	font-weight: 300;
}

h3.comments-title {
	margin-bottom: 24px;
	font-size: 30px;
	font-size: 1.875rem;
}

#respond #commentform {
	margin: 0 auto;
	width: 100%;
}

#respond #commentform p {
	color: #8b8d8e;
}

.comment-list {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
}

.comment-list .children {
	list-style-type: none;
	margin-left: 55px;
	padding-left: 0px;
}


/* Comments */
.comment-body,
.comment-list article.social-twitter {
	padding: 20px 0;
	background: transparent;
	position: relative;
}

.comment-list>li>.comment-body {
	margin-top: 15px;
	margin-bottom: 16px;
}

.comment-list > li:first-child > .comment-body {
	padding-top: 0;
	margin-top: 0;
	position: relative;
	display: block;
}

.comment-list>li:first-child>.comment-body:before {
	content: none;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
	margin-right: 35px;
	float: left;
	max-width: 65px;
	width: 95%;
	height: auto;
}

.comment-author .fn {
	font-size: 25px;
	font-size: 1.5625rem;
	margin: 0;
	color: #111C24;
	font-weight: 300;
	display: block;
	letter-spacing: 0px;
	line-height: 1.2;
}
.comment-author .fn a {
	color: #111C24;
	display: block;
	padding-top: 0;
}

.comment-author .fn a:hover {
	color: #c60c30;
}

.comment-author span.says {
	display: none;
}

.comment-metadata {
	font-size: 13px;
	margin-bottom: 1.2rem;
}
.comment-list .edit-link {
	margin: 0 10px;
}

.comment-content,
.reply {
	float: none;
	margin-left: 99px;
}

.reply a {
	font-size: 11px;
	font-size: 0.6875rem;
	border-radius: 3px;
	background: #111C24;
	color: #ffffff;
	padding: 5px 9px;
	font-weight: 500;
}

.reply a:hover {
	background-color: #8b8d8e;
	color: #ffffff;
}

.comment-content {
	padding-top: 5px;
	overflow: hidden;
	word-wrap: break-word;
	font-weight: 300;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.4;
	margin-bottom: 15px;
}

.comment-content> :last-child {
	margin-bottom: 15px;
}

.ping-meta {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.35;
}

h4.search-title {
	margin-bottom: 0px !important;
}

h4.search-title a {
	font-weight: 700;
	letter-spacing: -1px;
}

p.search-desc {
	margin-top: 5px !important;
}

/* 10. COMMENT & SEARCH FORM STYLES */

#page #respond {
	padding-top: 0;
	padding-bottom: 20px;
	margin-bottom: 0;
	position: relative;
}

#page .comment #respond {
	padding-bottom: 0px;
}

#page #reply-title {
	margin-bottom: 20px;
}

#reply-title small a {
	float: none;
	position: absolute;
	right: 0;
	overflow: hidden;
	font-size: 16px;
	text-transform: none;
	font-size: 0.875rem;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
	outline: 0;
	font-weight: 300;
}

.widget-area .comment-list #reply-title,
.widget-area .comment-list #commentform {
	padding: 0;
}

#commentform .comment-notes {
	margin-bottom: 15px;
}

#commentform .comment-form-comment {
	margin-bottom: 8px;
}

#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 8px;
}

#commentform .form-submit {
	margin-top: 24px;
	clear: both;
	text-align: left;
}

.comments-area #respond .comment-form-fields div.comment-form-field {
	margin-right: 0;
}

#commentform label[for="author"],
#commentform label[for="email"],
#commentform label[for="url"],
#commentform label[for="comment"] {
	padding: 5px 0;
	font-size: 16px;
	font-size: 1rem;
	display: block;
	position: relative;
	color: #8b8d8e;
}

#commentform .required {
	color: #8b8d8e;
}

#commentform textarea {
	height: 100px;
	/* Smaller field for mobile. */
}

.form-allowed-tags {
	display: none;
}

.comment-list .pingback,
.comment-list .trackback {
	position: relative;
}

.comment-navigation {
	font-size: 17px;
	font-size: 1.0625rem;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	text-transform: none;
}

.comment-metadata a,
.comment-metadata a:hover {
	color: #111C24;
	font-weight: 300;
}

.navigation .nav-links a {
	color: #8b8d8e;
}

.navigation .nav-links a:hover {
	color: #c60c30;
}

.navigation .nav-links a.page-numbers:hover {
	color: #ffffff;
}

.no-comments {
	padding-bottom: 30px;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
	width: 100%;
	background-color: rgba(139,141,142,0.15);
	font-family: 'Quicksand', sans-serif;
	color: #8b8d8e;
	padding: 20px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.7px;
	margin: 10px 0;
}

#commentform input[type="text"]:focus,
#commentform input[type="email"]:focus,
#commentform input[type="url"]:focus,
#commentform textarea:focus {
	color: #111C24;
	border: none;
}

#commentform input[type="submit"] {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #111C24;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 4px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}

#commentform input[type="submit"]:hover {
	background-color: rgba(17,28,36,0.8);
	color: #fff;
	border-color: transparent;
}


#commentform .logged-in-as {
	font-size: 15px;
	font-size: 0.9375rem;
}

/* search form */


.search-form {
	width: 95%;
	max-width: 500px;
	position: relative;
}

.ups-form .search-form {
	width: 100%;
	max-width: 1200px;
	min-width: 300px;
	position: relative;
	margin: 25px auto 50px auto;
}

li.menu-searchform .search-form {
	width: 100%;
	max-width: 260px;
	position: relative;
	margin: 25px auto 0 auto;
}

.search-form input {
	background: transparent;
	font-size: 15px;
	font-size: 0.9375rem;
	border: none;
	border-bottom: 2px solid #8a8a8a;
	width: 100%;
	height: 50px;
	line-height: 40px;
	position: relative;
	font-weight: 400;
	outline: none;
	letter-spacing: .7px;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	padding: 12px 0;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	color: #8b8d8e;
}

.search-form input:focus {
	border-bottom: 2px solid #111C24;
	color: #111C24;
}

.search-form button {
	position: absolute;
	top: 8px;
	bottom: 8px;
	right: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	padding-right: 0;
	outline: none;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	font-size: 13px;
	font-size: 0.8125rem;
	border-radius: 4px;
	color: #ffffff;
	background: #111C24;
	padding: 4px 14px;
	letter-spacing: normal;
	cursor: pointer;
	font-weight: 500;
}

.search-form .search-icon {
	display: none;
}

li.menu-searchform .search-form .search-text {
	display: none;
}

li.menu-searchform .search-form .search-icon {
	display: inline;
	position: absolute;
	top: 8px;
	bottom: 8px;
	right: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	padding-right: 0;
	outline: none;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	font-size: 16px;
	font-size: 1rem;
	border-radius: 4px;
	color: #111C24;
	padding: 4px 14px;
	letter-spacing: normal;
	cursor: pointer;
	font-weight: 500;
}

.search-form button:hover {
	background: rgba(17,28,36,0.8);
}

li.menu-searchform .search-form .search-icon:hover {
	color: rgba(17,28,36,0.6);
}

/* 11. GRID PORTFOLIO */


article .entry-thumbnail {
	width: 100%;
	margin-bottom: -4px;
}

article .entry-thumbnail a {
	position: relative;
	display: inline-block;
}

article .entry-thumbnail a .caption {
	background: #ffffff;
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	z-index: 2;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

article .entry-thumbnail a:hover .caption {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

article .entry-thumbnail a .caption .inner {
	position: absolute;
	bottom: -30px;
	left: 20px;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	-moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	-o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

article .entry-thumbnail a:hover .caption .inner {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	bottom: -10px;
}

article .entry-thumbnail a .caption .inner h4 {
	font-size: 22px;
	font-size: 1.375rem;
	margin-bottom: 3px;
	font-weight: 500;
}

article .entry-thumbnail a .caption .inner p {
	color: #8b8d8e;
}

/* 12. FOOTER STYLES */

#colophon {
    background: #fff;
    margin-bottom: 100px;
}
.site-info {
    padding: 40px 15px 0px;
    text-align: center;
}
.site-info > .site-logo {
	margin-left: 0;
}
.social-info {
    padding: 5px 5px 0;
}


.footer-info {
    padding: 10px 15px;
    text-align: center;
}

.footer-info img{
	margin-bottom: 25px;
	width: 125px;
}

footer span {
	height: 2px;
	width: 28px;
	background: #111C24;
	display: block;
	margin: 20px auto;
}

footer .copy,
footer .creditos {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 95%;
}

footer .copy p {
	font-size: 15px;
	font-size: 0.9375rem;
	color: #111C24;
	margin-bottom: 10px;
}

/* Social Nav */
#menu-social {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-social li {
	display:  inline-block;
    position: relative;
    margin: 5px;
}
#menu-social li a {
    color: #111C24;
}

#menu-social li a:hover {
	color: #c60c30;
}

#menu-social li a:before {
	content: "\f1e1";
	display: inline-block;
	padding: 5px;
	font-family: FontAwesome;
	font-size: 22px;
	font-size: 1.375rem;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#menu-social li a[href*="facebook.com"]:before {
	content: "\f082";
}
#menu-social li a[href*="twitter.com"]:before {
	content: "\f081";
}
#menu-social li a[href*="instagram.com"]:before {
	content: "\f16d";
}
#menu-social li a[href*="linkedin.com"]:before {
	content: "\f08c";
}
#menu-social li a[href*="pinterest.es"]:before {
	content: "\f0d3";
}
#menu-social li a[href*="wa.me"]:before {
	content: "\f232";
}

#menu-social li a[href*="youtube.com"]:before {
	content: "\f16a";
}

/* Footer nav */
.footer-navigation .nav-menu li {
    display: inline-block;
    margin: 5px;
}
.footer-navigation .nav-menu li a {
    padding: 3px 5px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0;
    background-color: #ffffff;
    border: 1px solid #111C24;
    border-radius: 3px;
}

.footer-navigation .nav-menu li a:hover {
	background-color: #111C24;
	color: #ffffff;
	transition: all .3s ease-in-out;
}

footer .creditos p {
	margin-top: 18px;
}

footer .creditos p,
footer .creditos a {
	font-size: 12px;
	font-size: 0.750rem;
	color: #8b8d8e;
	letter-spacing: 0.3px;	
}

footer .creditos a {
	font-weight: 500;
}

footer .creditos a:hover {
	color: #c60c30;
}

/* 13. BLOCK STYLES */

/* 14. SHARE BUTTONS */

.share {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto 50px;
}

.share-proyectos {
	width: 95%;
	margin: 0 auto 50px;
	text-align: center;
}

.comparte {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}

span#facebook,
span#twitter,
span#linkedin,
span#pinterest,
span#whatsapp {
	display: inline-block;
	margin-bottom: 25px;
}

span#facebook a,
span#twitter a,
span#linkedin a,
span#pinterest a,
span#whatsapp a {
	padding: 5px 18px 3px 18px;
	margin: 0 10px 0 0;
	opacity: 0.55;
}

span#facebook a {
	border: 1px solid #3b5998;
	color: #3b5998;

}

span#twitter a {
	border: 1px solid #00aced;
	color: #00aced;
}

span#linkedin a {
	border: 1px solid #007bb5;
	color: #007bb5;
}

span#pinterest a {
	border: 1px solid #cb2027;
	color: #cb2027;
}

span#whatsapp a {
	border: 1px solid #4dc247;
	color: #4dc247;
}

span#facebook a:hover,
span#twitter a:hover,
span#linkedin a:hover,
span#pinterest a:hover,
span#whatsapp a:hover {
	opacity: 1;
}

/* 15. CONTACT FORM */

p.cien input[type="text"],
p.cien input[type="email"],
p.cien textarea, 
p.cien select {
	width:100%;
}

p.cien .wpcf7-list-item {
	margin-left: 0;
}

p.cien .wpcf7-list-item-label::after {
	margin-right: 30px;
}

/* 16. MEDIA QUERIES */

@media (min-width: 781px) {
	
	footer .creditos p, footer .creditos a {
	font-size: 11px;
	font-size: 0.6875rem;
	color: #111c24;
}

	.project-content, .front-content {
		display: flex;
		flex-wrap: wrap;
	}

	.project-content .entry-thumbnail, .front-content .entry-thumbnail {
		flex: 0 0 50%;
	}

	.blog .site-main article {
		flex: 0 0 48%;
		margin-left: 0;
		margin-right: 0;
	}

	.archive .site-main .hentry {
		flex: 0 0 48%;
	}
	
	.search .site-main .hentry {
		flex: 0 0 50%;
	}

	.tax-tipo .site-main .hentry > * {
		margin-top: 20px;
		margin-bottom: 14px;
	}

	article.proyectos {
		flex: 0 0 50% !important;
		margin-bottom: -38px !important;
	}

	footer.contact-front {
		padding: 100px;

	}

	#commentform #author{
		width: 49%;
		float: left;
	}

	#commentform #email{
		width: 48%;
		float: right;
	}

	#commentform .fields-wrap:after{
		content: "";
		display: block;
		clear: both;
	}
}

@media (min-width: 1200px) {

	.site-header {
		position: sticky;
		z-index: 9999;
		top: 0;
	}

	.site-logo {
		margin-left: 2.5%;
	}

	.menu-toggle {
		margin-right: 2%;
	}

	.blog .site-main,
	.archive .site-main,
	.search .site-main {
/*		padding: 0 2.35%;*/
		max-width: 1920px;
		position: relative;
		margin: 0 auto 100px auto;
	}

	h1 {
		font-size: 42px;
		font-size: 2.625rem;
		letter-spacing: -1px;
		font-weight: 400;
	}

	h1.sd-title,
	h1.project-title,
	h1.entry-title,
	h1.page-title,
	h1.ups-title {
		font-size: 47px;
		font-size: 2.9375rem;
	}

	h2 {
		font-size: 36px;
		font-size: 2.25rem;
		font-weight: 500;
	}

	h3 {
		font-size: 36px;
		font-size: 2.25rem;
		font-weight: 200;	
	}

	h4 {
		font-size: 28px;
		font-size: 1.75rem;
		font-weight: 500;
	}

	h5 {
		font-size: 28px;
		font-size: 1.75rem;
		font-weight: 300;
	}

	h6 {
		font-size: 18px;
		font-size: 1.125rem;
		font-weight: 400;
		text-transform: uppercase;
	}

	.single .entry-thumbnail {
		position: relative;
		margin-top: -100px;
	}

	footer.project-footer {
		text-align: left;
		margin-bottom: 150px;
	}

	footer.project-footer a.a-container {
		padding-top: 135px;
		padding-bottom: 135px;
	}

	.col-project {
		flex: 0 84%;
		margin-left: 7%;
	}

	footer.project-footer .next-icon {
		width: 0;
		padding-top: 5px;
	}


	footer.project-footer i {
		position: initial;
	}

	#topbutton {
		right: 4%;
	}

	span.tax-links a {
		margin-left: 10px;
	}

	article .entry-thumbnail a .caption .inner {
		left: 60px;
	}

	.project-content .entry-thumbnail {
		flex: 0 0 33.33%;
	}

	.ademas {
		flex: 0 0 25%;
	}

	.ademas h4 {
		font-weight: 300;
		margin-top: 0;
	}

	.front-form {
		flex: 0 0 75%;
	}

	.formulario-front {
		max-width: 600px;
		margin-left: 0px !important;
	}
}

@media (min-width: 1921px) {

	.single-proyectos .alignwide {
		width: 94vw;
		max-width: 1920px;
		margin-left: calc(50% - 960px);
	}

/*	.blog .site-main,
	.archive .site-main,
	.search .site-main {
		padding-left: 1.5%;
		padding-right: 1.5%;
	}*/
}


/* 17. OTROS WP */

.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignright{}
.alignleft{}
.aligncenter{}

/* OCULTAR RECAPTCHA */

.grecaptcha-badge {
	opacity: 0;
	z-index: -99999;
}
