html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
overflow-x: auto;
}
body {
margin: 0;
overflow-x:hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
optgroup,
textarea {
color: #fff;
font-family: 'Bitter', serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-family: 'Oswald', sans-serif;
font-weight: 500;
}
h1,
h2,
h3,h6 {
text-transform: uppercase;
}
h1 {font-size: 2em; padding-top: 60px;}
h2 {font-size: 1.8em; padding-top: 50px;}
h3 {font-size: 1.6em; padding-top: 40px;}
h4 {font-size: 1.4em; padding-top: 30px;}
h5 {font-size: 1.2em; padding-top: 20px;}
h6 {font-size: 1em; padding-top: 0px;}
p {
margin-bottom: 1.5em;
font-family: 'Bitter', serif;
font-size: 1.1rem;
line-height: 1.4rem;
}
p.small {
margin-bottom: 1.2em;
font-size: 0.9rem;
line-height: 1.2rem;
}
p.big {
margin-bottom: 1.7em;
font-size: 1.3rem;
line-height: 1.7rem;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 0em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
}
th, td, tr {
padding: 15px 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: #fff;
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #fff;
border: 2px solid #fff;
border-radius: 6px;
padding: 3px;
background: transparent;
}
select {
border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #fff;
}
textarea {
width: 100%;
padding: 6px 12px;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover,
a:focus,
a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
}
.main-navigation ul ul {
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 260px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
button.menu-toggle {margin-top: 1rem; margin-left: 82%; border:none; background:none; color: #f7f7f2; font-size: 2rem;}
@media screen and (min-width: 769px) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display:block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.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; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
@media (min-width: 1201px) and (max-width: 1500px) {
.hentry {
padding-top: 180px;
}
}
@media (min-width: 1025px) and (max-width: 1200px) {
.hentry {
padding-top: 140px;
}
}
@media (max-width: 1024px) {
.hentry {
margin-top: -100px;
}
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11111%;
}
.gallery-caption {
display: block;
} body {
background-color: #000;
color: #fff;
}
p {color: #fff;}
a, a:visited {color: #EF233C; text-decoration: none;}
a:hover, a:focus, a:active {color: #EF233C; text-decoration: underline;}
::-moz-selection { background: #EF233C; color: #fff;}
::selection { background: #EF233C; color: #fff; } #masthead .menu-principal-container {
display: table;   
}
#masthead ul#primary-menu {
list-style: none;
margin:0;
padding:0;
text-align: center;
width: 1140px;
margin-left: -10px;
}
#masthead ul#primary-menu li {
display: inline;
float: left;
padding: 0 14px;
font-family: 'Oswald', sans-serif;
font-weight: 600;
text-transform: uppercase;
font-size: 1rem;
}
#masthead ul#primary-menu li:nth-of-type(5) {
margin-left: 350px;
}
#masthead ul#primary-menu li a {
text-transform: uppercase;
text-decoration: none;
text-align: center;
padding: 12px 0 0 0;
color: #f7f7f2;
padding-top: 160px;
border-bottom: 4px solid transparent;
}
#masthead ul#primary-menu li a:hover, #masthead ul#primary-menu li.current-menu-item a {
border-bottom: 4px solid #fff;
}
.custom-logo-link {
width: 320px;
height: 320px;
left: 0;
right: 0;
top: 70px;
position: absolute;
margin: 0 auto;
}
h2.site-description {
display: none;
}
.main-navigation ul li > a:after {
font-family: 'FontAwesome';
content: '  \f107';
}
.main-navigation ul li > a:only-child:after {
content: "";
}
#masthead ul#primary-menu li > ul.sub-menu {
background-color: #EF233C;
padding-top: 10px;
}
#masthead ul#primary-menu li > ul.sub-menu li {
padding: 0;
}
#masthead ul#primary-menu li > ul.sub-menu li a {
text-align: left;
padding: 20px;
font-size: 1em;
font-weight: 200;
text-transform: none;
}
#masthead ul#topbarizda {
padding-bottom: 40px;
border-bottom: 1px #f7f7f2 solid;
}
#masthead ul#topbarizda li {
float: left;
font-family: 'Oswald', sans-serif;
padding: 10px;
font-size: 0.9rem;
}
#masthead ul#topbarizda li a {
text-transform: uppercase;
text-decoration: none;
display: block;
text-align: center;
color: #f7f7f2;
font-weight: 100;
}
#masthead .social {float: right; margin-top: -30px; margin-right: 20px;}
#masthead ul.social-media {
padding-top: -60px;
}
#masthead ul.social-media li {
padding: 0 4px;
font-size: 18px;
}
#masthead ul.social-media li a {
color: #f7f7f2;
}
@media (min-width: 1201px) and (max-width: 1500px) {
.menu-menu-principal-container {
position: absolute;
margin: 0 auto;
z-index: 1000;
}
#masthead ul#primary-menu li {
padding: 0 10px;
font-size: 1.1rem;
}
#masthead ul#primary-menu li:nth-of-type(5) {
margin-left: 360px;
}
}
@media (min-width: 1025px) and (max-width: 1200px) {
.custom-logo-link {
width: 220px;
height: 220px;
}
.menu-menu-principal-container {
position: absolute;
margin: 0 auto;
z-index: 1000;
}
#masthead ul#primary-menu {
width: 990px;
}
#masthead ul#primary-menu li {
padding: 0 10px;
font-size: 1rem;
}
#masthead ul#primary-menu li:nth-of-type(5) {
margin-left: 220px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
#masthead .menu-principal-container {
width: 100%
}
#masthead ul#primary-menu {
left: 4%;
margin-bottom: 0px;
top: 0%;
width: 100%;
position: relative;
}
#masthead ul#primary-menu li {
font-size: 0.7rem;
padding: 0 8px;
}
#masthead ul#primary-menu li a {
padding-top: 100px;
}
#masthead ul#primary-menu li:nth-of-type(5) {
margin-left: 0; 
}
.custom-logo-link {
bottom: 0%;
margin: 0 0 0 30px;
}
.custom-logo-link img {
width: 150px;
height: auto;
}
}
@media screen and (max-width: 1024px)  {
#masthead {
height: 140px;
position: relative;
margin: 0 auto;
}
#masthead ul#primary-menu li:nth-of-type(5) {
margin-left: 0;
}
}
@media screen and (max-width: 768px) {
.custom-logo-link {
width: 120px;
height: 120px;	    
top: 20px;
left: 30px;
margin: 0;
}
#masthead ul#primary-menu {
width: 70%;
position: absolute;
margin: 0;
padding: 0;
list-style: none;
background-color: #EF233C;
right: -4%;
left: 40%;
top: 166px;
z-index: 1000;
}
#masthead ul#primary-menu li {width: 95%; float: left; padding-bottom: 10px;}
#masthead ul#primary-menu li a {padding: 20px 0 0; text-align: left;}
#masthead ul#primary-menu li a:hover {border: none;}
#masthead .menu-principal-container {
display:block; 
margin: 0%;
}
#masthead ul#primary-menu li > ul.sub-menu li a {
text-align: left;
padding: 0px 30px;
font-size: 1em;
font-weight: 200;
text-transform: none;
}
#masthead ul#topbarizda {
width: 70%;
position: absolute;
margin: 0;
padding: 0;
border: none;
background-color: #df6371;
left: 40%;
z-index: 1000;
}
#masthead ul#topbarizda li {
width: 95%;
padding: 10px;
font-size: 0.9rem;
}
#masthead ul#topbarizda li a {
text-align: left;
}
#masthead .social {
float: right;
margin-top: -40px;
margin-right: 15%;
}
} #colophon {
background-color: #000;
margin: 0;
padding: 0;
}
.contacto-pie {
position: absolute;
background-color: #EF233C;
padding: 45px;
width: 300px;
margin-top: -430px;
z-index: 1000;
}
.contacto-pie a {
color: #fff;
}
@media  (max-width: 768px) {
.contacto-pie {
margin: 10px;
width: 270px;
padding: 0 25px;
}
.mapa {
width: 100%;
padding-right: 0px;
padding-left: 0px;
margin-right: auto;
margin-left: auto;
}
}
#pie {
color: #fff;
height: 520px;
background: url(//bilbaout.com/wp-content/uploads/bg-pie.svg) no-repeat left bottom; 
background-color: black;
padding: 20px;
background-size: 30%;
}
.textwidget ul.list-unstyled {
font-family: 'Oswald';
padding-left:0;
margin: 100px 0;
list-style:none;
line-height: 40px;
}
.textwidget ul.list-unstyled li, .textwidget ul.list-unstyled li a {
color: #fff;
text-decoration: none;
text-transform: uppercase;
list-style:none;
}
.textwidget ul.list-unstyled a:hover {
opacity: 0.86;
}
.textwidget ul a .fa {
width: 42px;
text-align: center;
}
#pie .copyright{
float: right;
font-family: 'Oswald';
font-weight: 100;
padding-right: 80px;
}
@media screen and (min-width: 2000px) {
#pie {
height: 800px;
}
}
@media screen and (max-width: 1024px) {
#pie {
height: 500px;
background: url(//bilbaout.com/wp-content/uploads/bg-pie.svg) no-repeat left bottom; 
padding: 20px;
background-size: 50%;
}
#pie .copyright{
padding-right: 40px;
}
}
#pie #mc_embed_signup {
padding-top: 170px;
}
@media screen and (max-width: 700px) {
#pie {
height: 900px;
background: url(//bilbaout.com/wp-content/uploads/bg-pie.svg) no-repeat left bottom; 
padding: 20px;
background-size: 70%;
}
#pie .copyright{
padding-top: 40px;
}
#pie #mc_embed_signup {
padding-top: 0px;
}
#footer-sidebar1, #footer-sidebar2 {
padding-top: 90px;
height: 190px;
}
#footer-sidebar3 {
height: 200px;
padding-top: 90px;
}
.textwidget ul.list-unstyled {
margin: 0;
line-height: 30px;
}
}
#pie #mc_embed_signup p {
font-family: 'Oswald', sans-serif;
font-size: 1em;
}
#pie .input-group {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
#pie .input {
background-color: rgba(0,0,0,0) !important;
border-left: 2px solid #fff;
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
border-right: none;
border-radius: 4px 0 0 4px;
color: #fff;
padding: 0 0 0 10px;
width: 76%;
height: 40px;
font-size: 18px;
}
#pie .input-group-btn .btn {
background-color: rgba(0,0,0,0) !important;
border: 2px solid #fff;
border-radius: 0 4px 4px 0;
color: #fff;
height: 40px;
z-index: 0;
}
#pie .input-group-btn .btn:hover {
background-color: #fff !important;
color: #244959;
}
#pie .input-group-btn > .btn {
font-family: 'Oswald', sans-serif;
font-size: 1em;
position: relative;
-webkit-box-flex: 1;
-webkit-flex: 1 1 0%;
-ms-flex: 1 1 0%;
flex: 1 1 0%;
}
#pie .btn {
display: inline-block;
font-weight: 400;
line-height: 1.25;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1rem;
font-size: 1rem;
border-radius: .25rem;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
#pie .input-group-btn:not(:first-child)>.btn, #pie .input-group-btn:not(:first-child)>.btn-group {
z-index: 1;
}
#pie .response {
color: white;
font-family: 'Bitter';
padding-top: 20px;
}
#pie .response a{
color: white;
}
#pie .response a:hover{
text-decoration: none;
} a.boton-ancho {
padding: 10px 100px;
width: 100%;
border: 2px solid #fff;
color: #fff;
font-size: 20px;
font-family: 'Oswald';
font-weight: 100;
text-align: center;
margin: 20px 0;
}
a.boton-estrecho {
padding: 6px 80px;
width: 100%;
border: 2px solid #fff;
color: #fff;
font-size: 16px;
font-family: 'Oswald';
font-weight: 100;
text-align: center;
margin: 10px 0;
}
a.boton-ancho:hover, a.boton-estrecho:hover {
text-decoration: none;
color: #ec5b6c;
background-color: white;
}
.pull-right {
float: right;
text-align: right;
}
.pull-left {
float: left;
text-align: left;
} #regalo {
background: url(//bilbaout.com/wp-content/uploads/fondo-regalo.jpg) no-repeat center center; 
text-align: center;
padding-bottom: 40px;
height: 400px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
-webkit-backface-visibility: hidden;
}
#regalo a img {padding: 80px;}
#regalo p.big {
font-size: 1.2em;
line-height: 1.6em;
margin: 0 auto;
width: 80%;
padding-top: 120px;
padding-bottom: 30px;
}
.entry-content #regalo p a, #home .entry-content #regalo p a {
color: #ec5b6c ;
padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
#regalo a img {padding: 100px 20px;}
#regalo p.big {
width: 100%;
padding-top: 100px;
padding-bottom: 30px;
}
}
@media screen and (max-width: 580px) {
#regalo a img {padding: 100px 20px;}
#regalo p.big {
font-size: 0.9em;
}
} #main-title  {
background: url(//bilbaout.com/wp-content/uploads/titulo-bg.jpg) no-repeat center center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
-webkit-backface-visibility: hidden;
animation: imageAnimation 4s linear;
}
#main-title #home .site-main {
text-align: center;
min-height: 100vh;
}
#home  h1.entry-title, h1.entry-title {display:none;}
#home {margin-top: 40px; overflow-x: auto;}
@media  (min-width: 1401px) and (max-width: 1500px) {
#home {margin-top: 240px;}
}
@media  (min-width: 1201px) and (max-width: 1400px) {
#home {margin-top: 240px;}
}
@media  (max-width: 1200px) {
#home {margin-top: 100px;}
}
@media  (max-width: 1024px) {
#home {margin-top: 30px;}
}
@media  (max-width: 768px) {
#home {margin-top: 0px; }
#home .intro h1 {padding-top: 0;}
}
#home   p.intro {padding: 0 0 10px;}
#home   .intro h1 {font-size: 3em;}
#home a.scroll-link {color: #fff;}
#home  .entry-content h6 a,  #home  .entry-content p a{color: #fff; font-weight:100;}
#home  .entry-content h6 a:hover,  #home  .entry-content p a:hover{color: #ec5b6c ; font-weight:100;}
#engranajes {
min-height: 469px;
z-index: 900;
padding-top: 280px;
position: absolute;
width: 100%;
margin:0 auto;
overflow-x: hidden;
} #mini-right {
transform-origin: 1095px 315px;
animation: spin 10s linear infinite;
animation-delay: 3.6s;
}
#small-right{
transform-origin: 1285.88998px 205.290001px;
animation: spin 10s linear infinite;
animation-delay: 3s;
}
#med-right {
transform-origin: 1228.04px 354.040001px;
animation: spin-reverse 10s linear infinite;
animation-delay: 3s;
}
#big-right {
transform-origin: 1525.03999px 266.039993px;
animation: spin 10s linear infinite;
animation-delay: 3s;
}
#mini-left{
transform-origin:740.66px 338.66px;
animation: spin-reverse 10s linear infinite;
animation-delay: 3s;
}
#small-left{
transform-origin: 676.494999px 380.494999px;
animation: spin 10s linear infinite;
animation-delay: 3s;
}
#med-left  {
transform-origin: 529.139999px 324.639999px;
animation: spin-reverse 10s linear infinite;
animation-delay: 0.8s;
}
#big-left  {
transform-origin: 214.264999px 214.264999px;
animation: spin 10s linear infinite;
animation-delay: 0.8s;
}
@keyframes spin {
100% {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin-reverse {
100% {
-moz-transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
#engranajes .subir {margin-top: -10px;}
#engranajes p {margin-bottom: 10px; font-size: 1.2em; line-height: 1.4em; margin: 0 auto; padding: 1em 0;}
#engranajes p.small { 
font-size: 0.9em;
width: 100%;
}
#juegos {
z-index: 800;
min-height: 300px;
padding-top: 100px;
margin: 20px 0;
}
#juegos .malaespera {
background: url(//bilbaout.com/wp-content/uploads/malaespera.svg) no-repeat center top; 
margin: 0 20px;
padding-bottom: 40px;
}
#juegos .sananton {
background: url(//bilbaout.com/wp-content/uploads/sananton.svg) no-repeat center top; 
margin: 0 20px;
padding-bottom: 40px;
}
#juegos .dystopia {
background: url(//bilbaout.com/wp-content/uploads/dystopia.svg) no-repeat center top; 
margin: 0 20px;
padding-bottom: 40px;
}
#juegos h2 {
font-family: 'Bitter', serif;
font-size: 20px;
font-size: 1.2rem;
line-height: 1.8;
text-transform: uppercase;
font-weight: bold;
padding-top: 80px;
}
#juegos h2 a{
color: #fff;
background-color: #EF233C;
padding: 0px 6px;
margin-top: 40px;
}
#juegos p.small {
min-height: 70px;
}
#juegos .juego {
margin-bottom: 30px;
}
#jugadores {
z-index: 800;
min-height: 500px;
background-color: #000;
padding: 80px 0;
margin-top: 0px;
text-align: center;
}
@media  (min-width: 1201px) and (max-width: 1500px) {
#jugadores {margin-top: 240px;}
}
@media  (max-width: 1200px) {
#jugadores {margin-top: 0px;}
}
@media  (max-width: 1024px) {
#jugadores {margin-top: 0px;}
}
@media  (max-width: 768px) {
#jugadores {margin-top: -160px; }
}
#jugadores .grupo {
margin-top: 40px;
border: 2px solid #fff;
border-radius: 10px;
margin-right: 10px;
margin-left: 10px;
}
#jugadores .grupo img {
border-bottom: 1px solid #fff;
}
#jugadores .grupo a img:hover {
opacity: 0.80;
}
#jugadores .grupo h3 {
padding-bottom: 30px;
margin-top: -30px;
font-size: 1.4rem;
}
#jugadores .grupo h3 a {
color: #fff;
}
@media (min-width: 1025px) and (max-width: 1199px) {
#jugadores .grupo {
width: 80%;
margin-right: -12px;
margin-left: 0px;
}
#jugadores .grupo h3 {
font-size: 1.1em;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
#jugadores .grupo {
width: 90%;
margin-right: -54px;
margin-left: -0px;
}
#jugadores .grupo h3 {
font-size: 1.1em;
}
}
@media  (max-width: 768px) {
#jugadores .grupo {
margin-right: 0px;
margin-left: 40px;
}
}
@media (max-width: 487px) {
#jugadores .grupo {
margin-right: 0px;
margin-left: 24px;
}
}
@media (max-width: 455px) {
#jugadores .grupo {
margin-right: 0px;
margin-left: 8px;
}
}
@media (max-width: 423px) {
#jugadores .grupo {
margin-right: 0px;
margin-left: 4px;
}
}
@media (max-width: 415px) {
#jugadores .grupo {
margin: 0 auto;
}
}
@media (max-width: 408px) {
#jugadores .grupo {
margin: 20px 60px;
}
}
#teambuilding {
z-index: 800;
min-height: 900px;
background-color: #000;
}
#teambuilding h2 {
margin-top: -100px;
}
#teambuilding p {
width: 50%;
margin: 20px auto 0;
}
#home  .entry-content #teambuilding p a {
color: #ec5b6c ;
margin-top: 30px;
}
@media  (max-width: 1024px) {
#teambuilding {min-height: 300px;}
#teambuilding p {width: 100%;}
} #juegos h1{
text-align: center;	
}
#juegos .juego h2 {
font-family: 'Oswald', sans-serif;
font-size: 1.8em;
padding-top: 50px;
text-transform: uppercase;
}
#juegos .juego h2 a {
font-family: 'Oswald', sans-serif;
text-decoration: underline;
color: #fff;
}
@media  (min-width: 1201px) and (max-width: 1500px) {
#juegos {margin-top: 240px;}
}
@media  (max-width: 1200px) {
#juegos {margin-top: 100px;}
}
@media  (max-width: 1024px) {
#juegos {margin-top: 30px;}
}
@media  (max-width: 768px) {
#juegos {margin-top: -60px; }
} #parejaslink, #familiaslink, #empresaslink, #roomerslink, #turistaslink {
padding: 60px 0;
}
#familiaslink,  #roomerslink {
text-align: right;
}
#parejaslink h2, #familiaslink h2, #empresaslink h2, #roomerslink h2, #turistaslink h2 {
padding-top: 0px;
}
#parejaslink p, #familiaslink p, #empresaslink p, #roomerslink p, #turistaslink p {
font-size: 0.9rem;
margin-bottom: 40px;
} #team-building {
margin-top: 60px;
}
#team-building h1, #team-building h2{
text-align: center;
margin-top: 50px;
}
#team-building p{
text-align: center;
margin: 30px auto;
}
#team-building ul {
padding: 60px;
list-style: square;
}
#team-building .contactar {
margin: 80px 0 20px;
}
@media  (min-width: 1201px) and (max-width: 1500px) {
#team-building {margin-top: 240px;}
} #regalos {
padding-bottom: 40px;
}
#regalos h1{
text-align: center;
margin-top: 50px;
} .site-main .wpcf7-form {
width: 1140px;
width:100%;
}
.hentry .entry-content .wpcf7-form p {
margin: 15px auto;
}
.site-main .wpcf7-form .form-group {
padding-top: 25px;
}
.site-main .wpcf7-submit {
padding: 10px 100px;
width: 100%;
border: 2px solid #fff;
color: #fff;
font-size: 20px;
font-family: 'Oswald';
font-weight: 100;
text-align: center;
margin: 20px 0;
background: transparent;
}
.site-main .wpcf7-submit:hover {
text-decoration: none;
color: #ec5b6c;
background-color: white;
}
.wpcf7-list-item-label {
font-size: 0.75em;
line-height: 1;
}
@media (min-width: 1025px) and (max-width: 1200px) {
.site-main .wpcf7-form {
width: 1020px;
}
.wpcf7-text {
width: 300px;
}
.wpcf7-textarea {
width: 400px;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.container {
max-width: 760px;
}
.site-main .wpcf7-form {
width:100%;
}
.wpcf7-text {
width: 260px;
}
.wpcf7-textarea {
width: 300px;
}
}
@media (max-width: 768px) {
.wpcf7-text, .wpcf7-textarea {
width: 100%;
}
} #faq {
margin-top: 60px;
}
#faq h1{
text-align: center;
margin-top: 50px;
}
#faq p.parrafo-intro{
text-align: center;
}
@media  (min-width: 1201px) and (max-width: 1500px) {
#faq {margin-top: 240px;}
} .visual-hidden{
position: absolute !important;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
} .accordion__body{
display: none;
}
.accordion__control:checked ~ .accordion__body{
display: block;
}
.accordion__toggle{
display: block;
cursor: pointer;
}
.accordion__control:checked ~ .accordion__toggle:after{
transform: translate3d(0, -50%, 0) rotate(45deg);
} .accordion{
--uiAccordionTabBgColor: var(--accordionTabBgColor);
--uiAccordionTabTextColor: var(--accordionTabTextColor);
--uiAccordionTabFontSize: var(--accordionTabFontSize);
--uiAccordionTabFocusColor: var(--accordionTabFocusColor);
--uiAccordionToggleSize: var(--accordionToggleSize);
--uiAccordionToggleColor: var(--accordionToggleColor);
--uiAccordionMarginGroup: var(--accordionMarginGroup);
--uiAccordionContentBgColor: var(--accordionContentBgColor);
--uiAccordionContentFontSize: var(--accordionContentFontSize);
}
.accordion__group{
margin-bottom: var(--uiAccordionMarginGroup);
border: 2px solid #fff;
border-radius: 10px;
}
.accordion__toggle{
position: relative;
padding: 20px 2em 10px;
width: 1140px;
background-color: var(--uiAccordionTabBgColor);
font-size: var(--uiAccordionTabFontSize);
color: var(--uiAccordionTabTextColor);
}
.accordion__toggle:after{
content: "";
font-size: var(--uiAccordionToggleSize);
width: 1em;
height: 1em;
border-right: .25em solid var(--uiAccordionToggleColor);
border-bottom: .25em solid var(--uiAccordionToggleColor);
position: absolute;
right: calc(var(--uiAccordionTabFontSize) * 2);
top: 50%;
transform: translate3d(0, -50%, 0) rotate(-45deg);
transition: transform .2s ease-out;
}
.accordion__control:focus ~ .accordion__toggle{
outline: 5px solid var(--uiAccordionTabFocusColor)
}
.accordion__body{
padding: 0em 3em;
font-size: var(--uiAccordionContentFontSize);
background-color: var(--uiAccordionContentBgColor);
}
.accordion__body p{
font-size: var(--uiAccordionContentFontSize);
} .accordion{
--accordionTabBgColor: #000;
--accordionTabTextColor: #fff;
--accordionTabFontSize: 1.1rem;
--accordionTabFocusColor: #C5CAE9;
--accordionToggleSize: .8rem;
--accordionToggleColor: #FFF;
--accordionContentBgColor: #000;
--accordionContentFontSize: 0.9rem;
--accordionMarginGroup: .8rem;
padding-bottom: 60px;
}
@media (max-width: 1200px) {
.page {margin: 0 auto;}
.accordion__toggle {width: 800px;}
}
@media (max-width: 768px) {
.page {margin: 0 auto;}
#faq h1 {margin-top: 0;}
h1 {margin-top: 0; padding-top: 0;}
.accordion__toggle {width: 500px;}
.accordion__group {width: 510px;}
}
@media (max-width: 550px) {
.accordion__toggle {width: 400px;}
.accordion__group {width: 410px;}
}
@media (max-width: 420px) {
.accordion__toggle {width: 300px; }
.accordion__group {width: 310px;}
} .hero-image, .hero-image-winers {
text-align: center;
}
.hero-image img {
height: 60%;
width: auto;
margin-top: -180px;
}
.hero-image-winers img {
height: 80%;
width: auto;
margin-top: -60px;
} 
.hero-text {
margin-top: -300px;
}
@media (min-width: 1025px) and (max-width: 1500px) {
.hero-image img {
height: 60%;
margin-top: 0px;
}
}
@media (max-width: 1024px) {
.hero-image img {
height: 40%;
margin-top: 0px;
}
.hero-text {
margin-top: -360px;
}
.hero-image-winers img {
height: 40%;
margin-top: 0;
} 
}
.hero-text a.scroll-link {color: #fff;}
#page-juego #pagina-juego .site-main {
text-align: center;
}
#pagina-juego  .entry-content h6 a,  #pagina-juego  .entry-content p a{color: #fff; font-weight:100;}
#pagina-juegoe  .entry-content h6 a:hover,  #pagina-juego  .entry-content p a:hover{color: #ec5b6c ; font-weight:100;}
#page-juego h2.subtitle {
text-align: right;
padding-top: 160px;
}
#page-juego p.subtitle {
text-align: right;
}
#page-juego ul li {
text-align: left;
list-style-type: none;
}
#page-juego .juego {
margin: 120px 0;
}
#page-juego .juego .boton {
margin: 60px auto;
}
#desc {
padding-top: 100px;
padding-bottom: 40px;
}
#desc p {
padding: 40px 200px 0;
}
#trio {
padding: 40px 0;
}
@media (max-width: 768px) {
#desc p {
padding:0;
}
} .site-main {
margin-top: 60px;
text-align: center;
}
.site-main p{
margin: 20px auto 40px;
}
.site-mai .wpcf7-form p {
margin: 15px auto;
}
.site-main th, .site-main td, .site-main tr {
padding: 15px;
border: 1px solid #fff;
} @media (min-width: 1501px){
.post {
margin-top: 180px;
}
}
@media (min-width: 1201px) and (max-width: 1500px) {
.post {
margin-top: 360px;
}
}
@media (min-width: 1025px) and (max-width: 1200px) {
.post {
margin-top: 260px;
}
}
@media (max-width: 1024px) {
.post {
margin-top: 100px;
}
}
@media (max-width: 767px) {
.post {
margin-top: 50px;
}
}
.post {padding-top: 0; border: 2px solid #fff; border-radius: 16px;}
.hentry .entry-header .post-thumbnail img {
object-fit: cover;
height: 460px;
width: 100%;
border-radius: 16px 16px 0 0;
}
.post h1.entry-title {display: block; padding: 0 30px; font-size: 48px; font-weight: 700;}
.hentry .entry-meta {padding: 0 30px; font-size: 16px; text-align: right; margin-bottom: 40px; }
.hentry .entry-meta a, .hentry .entry-meta a:visited {color: #fff; text-decoration:underline;}
.hentry .entry-meta a:hover, .hentry .entry-meta a:target {text-decoration: none;}
.hentry .entry-content {padding: 0 30px;}
.hentry .iconos {display: inline-block; width: 8%; float: left; padding: 0 30px 0 0; margin: 0;}
.hentry .iconos .wpusb-item {padding-left: 10px;}
.hentry .iconos .wpusb-title {font-family: 'Oswald', sans-serif; font-weight: 100; font-size: 6px;}
.hentry .entry-content p {margin-left: 8%; line-height: 1.6;}
.hentry .entry-content ul, .hentry .entry-content ol, .hentry .entry-content .wp-block-image{margin-left: 8%;}
.hentry .entry-content ul {list-style: none}
.hentry .entry-content li::before {content: "•"; color: #EF233C; display: inline-block; width: 1em; margin-left: 0; font-size: 24px;}
hentry .entry-content li {font-size: 20px; line-height: 1.7;}
.hentry .entry-content a, .hentry .entry-content a:visited{color: white; font-weight: 700; border-bottom: 3px solid #EF233C;}
.hentry .entry-content a:hover, .hentry .entry-content a:target{color: #EF233C; text-decoration: none; border-bottom: none;}
.hentry .entry-content .wp-block-quote {margin-left: 12%; border-left: 6px solid #EF233C;margin-bottom: 100px;}
.hentry .entry-content .wp-block-quote p {margin-left: 30px; font-style: italic; font-size: 24px; font-weight: 100;}
.hentry .entry-content .wp-block-quote cite {float: right; font-family: 'Oswald', sans-serif; font-weight: 200; font-style: normal;} .comment-author img {display: none;}
.comment-author {font-family: 'Oswald', sans-serif; font-size: 18px; text-transform: uppercase; }
.comment-author a, .comment-author a:visited {color: #fff; text-decoration: underline;}
.comment-author a:hover, .comment-author a:target {text-decoration: none;}
.comment .reply a {color: #fff; font-family: 'Oswald', sans-serif; font-weight: 200; text-transform: uppercase; text-align: right; float: right; width: 100%;}
.comment-metadata {display: none;}
.form-submit input[type="submit"] {
border: 2px solid #fff;
border-radius: 0;
background: transparent;
color: #fff;
font-size: 18px;
line-height: 1;
padding: .6em 1em .4em;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
float: right;
margin-bottom: 60px;
}
.form-submit input[type="submit"]:hover {
background: #fff;
color: #000;
}
.comment-form-author, .comment-form-email, .comment-form-url {width: 32.9%; display: inline-block;}
.comment-form-author label, .comment-form-email label, .comment-form-url label{width: 100%;}
.comment-form-author input, .comment-form-email input, .comment-form-url input{width: 95%;}
.comment-form-cookies-consent input {margin-right: 10px;}
.nav-links {margin: 30px 0; width: 100%;}
.post-navigation .nav-next {
float: left;
text-align: left;
width: auto;
}
.post-navigation .nav-previous {
float: right;
text-align: right;
width: 50%;
}
.post-navigation .nav-next a, .post-navigation .nav-previous a, .post-navigation .nav-next a:visited, .post-navigation .nav-previous a:visited{
border: 2px solid #fff;
border-radius: 0;
background: transparent;
color: #fff;
font-size: 18px;
line-height: 1;
padding: .6em 1em .4em;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
float: right;
margin-bottom: 60px;
}
#related_posts {margin-bottom: 60px;}
#related_posts ul{
list-style: none;
margin: 0;
padding: 0;
}
#related_posts ul li{
width: 30%;
display: inline-block;
margin: 15px;
vertical-align: top;
height: 330px;
padding-top: 0;
border: 2px solid #fff;
border-radius: 16px;
}
#related_posts .relatedthumb img {
border-radius: 16px 16px 0 0;
height: 220px;
object-fit: cover;
}
#related_posts h3 {
font-size: 18px;
padding: 23px 30px 0;
}
#related_posts h3 a, #related_posts h3 a:visited{
color: #fff;
text-decoration: underline;
}
#related_posts h3 a:hover, #related_posts h3 a:target{
color: #fff;
text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1023px) {
.hentry .iconos {
width: 100%;
padding: 0;
margin: -70px 0 0;
}
.hentry h1.entry-title {
padding: 30px;
font-size: 40px;
}
.hentry .entry-content p, .hentry .entry-content ul, .hentry .entry-content ol, .hentry .entry-content .wp-block-image {
margin-left: 0;
}
#related_posts ul li {
margin: 10px;
}
}
@media (max-width: 767px) {
.hentry .entry-header .post-thumbnail img {
height: 260px;
}
.hentry .entry-meta {
text-align: left;
margin-bottom: 80px;
padding: 0 15px;
}
.hentry .iconos {
width: 100%;
padding: 0;
margin: -50px 0 0;
}
.hentry h1.entry-title {
padding: 30px 15px 10px;
font-size: 32px;
}
.hentry .entry-content {
padding: 0 15px;
}
.hentry .entry-content p, .hentry .entry-content ul, .hentry .entry-content ol, .hentry .entry-content .wp-block-image {
margin-left: 0;
}
.hentry .entry-content .wp-block-quote {
margin-left: 8%;
}
.hentry .entry-content .wp-block-quote p {
margin-left: 20px;
font-size: 20px;
}
.post-navigation .nav-previous, .post-navigation .nav-next {
width: 100%;
}
.post-navigation .nav-next a, .post-navigation .nav-previous a, .post-navigation .nav-next a:visited, .post-navigation .nav-previous a:visited {
width: 90%;
margin: 20px;
text-align: center;
}
#related_posts ul li {
width: 90%;
margin: 15px;
height: 330px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
width: 100%;
display: inline-block;
}
} .sticky .entry-header .post-thumbnail {display:inline-block; width: 60%;}
.blog .post .entry-header .post-thumbnail img {
height: 260px;
}
.blog .sticky .entry-header .post-thumbnail img {
object-fit: cover;
height: 460px;
border-radius: 16px 0 0 16px;
}
.blog .sticky .entry-header h2.entry-title {
width: 35%;
display: inline-block;
margin: 20px 0;
vertical-align: top;
}
.blog .post .entry-header h2 {font-size: 20px; padding: 23px 20px 0;}
.blog .post .entry-header h2.entry-title a, .blog .post .entry-header h2.entry-title a:visited {
color: #fff;
text-decoration: underline;
}
.blog .post .entry-header h2.entry-title a:hover, .blog .post .entry-header h2.entry-title a:target {
text-decoration: none;
}
.blog .sticky .entry-header h2.entry-title a, .blog .sticky .entry-header h2.entry-title a:visited {
color: #fff;
text-decoration: underline;
}
.blog .sticky .entry-header h2.entry-title a:hover, .blog .sticky .entry-header h2.entry-title a:target {
text-decoration: none;
}
.blog .post {
width: 30%;
display: inline-block;
margin: 15px;
vertical-align: top;
height: 600px;
}
.blog .sticky {width: 96%; height: 464px;}
@media (min-width: 1501px){
.blog > header {
margin-top: 180px;
}
}
@media (min-width: 1201px) and (max-width: 1500px) {
.blog > header {
margin-top: 360px;
}
}
@media (min-width: 1025px) and (max-width: 1200px) {
.blog > header {
margin-top: 260px;
}
}
@media (max-width: 1024px) {
.blog > header {
margin-top: 100px;
}
}
.blog .post .entry-content p {font-size: 18px; padding: 0; margin: 0;}
.blog .sticky .entry-content p {
line-height: 1.6;
display: inline-block;
float: right;
width: 37%;
margin-top: -290px;
}
.nav-links {margin: 30px 0; width: 100%;}
.posts-navigation .nav-next {
float: left;
text-align: left;
width: auto;
}
.posts-navigation .nav-previous {
float: right;
text-align: right;
width: 50%;
}
.posts-navigation .nav-next a, .posts-navigation .nav-previous a, .posts-navigation .nav-next a:visited, .posts-navigation .nav-previous a:visited{
border: 2px solid #fff;
border-radius: 0;
background: transparent;
color: #fff;
font-size: 18px;
line-height: 1;
padding: .6em 1em .4em;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
float: right;
margin-bottom: 60px;
}
.posts-navigation .nav-next a:hover, .posts-navigation .nav-previous a:hover, .posts-navigation .nav-next a:target, .posts-navigation .nav-previous a:target {
background: #fff;
color: #000;
text-decoration: none;
}
.newsletter {
background: url(//bilbaout.com/wp-content/uploads/fondo-regalo.jpg) no-repeat center center; 
text-align: center;
padding-bottom: 40px;
height: 400px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
-webkit-backface-visibility: hidden;
text-align: center;
margin-top: 100px;
}
.newsletter input[type="submit"] {
border: 2px solid #fff;
border-radius: 0;
background: transparent;
color: #fff;
font-size: 18px;
line-height: 1;
padding: .6em 1em .4em;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
margin-bottom: 60px;
margin-top: 30px;
}
.newsletter input[type="submit"]:hover {
background: #fff;
color: #000;
}
@media (min-width: 1024px) and (max-width: 1199px) {
.blog .post {
margin: 12px;
height: 640px;
}
.blog .sticky {
margin: 12px;
height: 464px;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.blog .post {
margin: 10px;
height: 640px;
}
.blog .post .entry-header .post-thumbnail img {
height: 160px;
}
.blog .sticky {
margin: 10px;
height: 464px;
}
.blog .sticky .entry-header .post-thumbnail img {
height: 460px;
}
.blog .post .entry-header h2 {
font-size: 20px;
padding: 23px 20px 0;
}
.hentry .entry-content {
padding: 0 20px;
}
}
@media (max-width: 767px) {
.blog > header {
margin-top: 60px;
}
.blog .post, .blog .sticky {
width: 100%;
margin: 15px 0;
padding-bottom: 10px;
height: auto;
}
.sticky .entry-header .post-thumbnail {display:inline-block; width: 100%;}
.blog .sticky .entry-header .post-thumbnail img {
height: 260px;
border-radius: 16px 16px 0 0;
}
.blog .sticky .entry-header h2.entry-title {
width: 100%;
font-size: 20px;
padding: 23px 30px 0;
}
.blog .sticky .entry-content p {
width: 100%;
margin-top: -1.5em;
}
.posts-navigation .nav-previous, .posts-navigation .nav-next {
width: 100%;
}
.posts-navigation .nav-next a, .posts-navigation .nav-previous a, .posts-navigation .nav-next a:visited, .posts-navigation .nav-previous a:visited {
width: 90%;
margin: 20px;
text-align: center;
}
.newsletter {
margin-top: 180px;
padding: 0 30px;
}
}