/* # Genesis Framework
Theme Name: ID-Galeria
Theme URI: https://ispaldesign.com
Description: Theme Ispadesign Galeria.
Author: Leo Caba
Author URI: https://ispaldesign.com
Template: genesis
Version: 1.0
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # WARNING

This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. Please do all modifications in the form of a child theme.

Copy the contents of this file to the child theme. Do not use @import, as the CSS included with Genesis might change in the future.

*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary and Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Max-width: 1280px
	- Max-width: 1023px
	- Max-width: 880px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
    background-color: #fff;
    color: #333;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

a {
    color: #c3251d;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 1em 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999;
}

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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #333;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 16px 24px;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
    background-color: #c3251d;
    color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
    color: #fff;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000; /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1200px;
}

.site-inner {
    clear: both;
    padding-top: 60px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* ### Content */

.content {
    float: right;
    width: 780px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 580px;
}

.full-width-content .content {
    width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 40px;
}

.archive-description,
.author-box {
    margin-bottom: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* ## Titles
--------------------------------------------- */

.author-box-title,
.archive-title {
    font-size: 20px;
    font-size: 2rem;
}

.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #c3251d;
}

.widget-title {
    margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 40px;
}

.featured-content .entry:last-child {
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form + p {
    margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


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

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

/* Display outline on focus */
:focus {
    color: #333;
    outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    min-height: 160px;
    border-bottom: 1px solid #eee;
}

.site-header .wrap {
    padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 10px 0;
    width: 360px;
}

.header-full-width .title-area {
    width: 100%;
}

.site-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #333;
}

.header-image .site-title > a {
    background: url(images/logo.png) no-repeat left;
    float: left;
    min-height: 60px;
    width: 100%;
}

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 780px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 32px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
    color: #c3251d;
    text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 210px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
    position: relative;
    width: 210px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -56px 0 0 209px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* ## Primary and Secondary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
    border-bottom: 1px solid #eee;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
    margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.pagination li {
    display: inline;
}

.pagination li a {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 10px;
    text-decoration: none;
}

.pagination .active a {
    color: #333;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 60px;
}

.comment-header {
    font-size: 16px;
    font-size: 1.6rem;
}

.comment-content {
    clear: both;
    word-wrap: break-word;
}

.comment-list li {
    padding: 32px 0 0 32px;
}

.comment-list li.depth-1 {
    padding-left: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
}

.sidebar li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 60px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    border-top: 1px solid #ddd;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 40px 0;
}

.site-footer p {
    margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {

    .site-inner,
    .wrap {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 720px;
    }

    .content,
    .site-header .widget-area {
        width: 600px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 360px;
    }

    .sidebar-primary,
    .title-area {
        width: 300px;
    }

}

@media only screen and (max-width: 1020px) {

    .site-inner,
    .wrap {
        max-width: 800px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .site-header .wrap {
        padding: 20px 5%;
    }

    .header-image .site-title > a {
        background-position: center top;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

}

@media only screen and (max-width: 880px) {

    .site-inner,
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after,
    .site-title > a:after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar {
        width: 100%;
    }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }

    .author-box {
        margin-bottom: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }


    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }

}



.title-area {
    float: left;
    padding: 10px 0;
    width: 360px;
    margin: 0 auto;
}


.genesis-nav-menu .menu-item {
    background-color: #fff;
}
.header-image .site-title > a {
    background-size: contain;
}
.genesis-nav-menu a {
    /*font-family: 'Quicksand', sans-serif;*/
    /*font-family: 'Comfortaa', cursive;
    padding: 10px 20px;
    color: #003f7f;*/
    font-family: "Montserrat", Sans-serif;
    color: rgba(0,63,127,0.74);
    border-radius: 0px 0px 0px 0px;
    font-size: 13px;
    padding: 10px 20px;
    border: 1px solid #ccc !important;
}
.genesis-nav-menu a:hover {
    text-decoration: none;
    color: #003f7f;
    background-color: rgba(0,63,127,.1);
    border-color: #003f7f;
}

.genesis-nav-menu .current-menu-item > a {
    text-decoration: none;
    color: #003f7f;
    background-color: rgba(0,63,127,.1);
    border-color: #003f7f;
}

.site-header .widget-area {
    position: absolute;
    right: 40px;
    top: 24px;
    width: 100%;
}
#nav_menu-4 {
    text-align: left;
    position: absolute;
    left: 5%;
    top:0;
}
.site-inner {
    padding-top: 0;
}


.site-header .wrap {
    padding: 0px 0;
    max-width: 100%;
}

.site-header {
    border-bottom: none;
    /*background-color: #f1eee8;*/
    background-color: rgba(255, 255, 255, 0.7);
    min-height: 80px;
    position: fixed;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    border-radius: 2px;
    margin: 0 auto;
    /*border-bottom: 1px solid #8e2563;
    border-bottom: 1px solid #003f7f;*/
    z-index: 999;
}
.header-image .site-title > a {
    background-position: center;
}

.home .elementor-container {
align-items: flex-end !important;

}

.lc-boton-contacto {
    background-color: #003f7f;
    font-size: 16px!important;
    box-shadow: 0 0 2px #999;
}
.lc-boton-contacto a, .lc-boton-contacto a:hover {
    color: #fff !important;
    background-color: #003f7f;
    text-decoration: none;
}
.lc-boton-contacto:hover {
    box-shadow: 0 6px 10px rgba(0,0,0,.23), 0 10px 30px rgba(0,0,0,.19);
    text-decoration: none;
}

.entry {
    margin-bottom: 0px;
}

.lc-portada-artistas .elementor-post__card {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,63,127,.40) !important;
    box-shadow: 0 0 10px 0 rgba(0,63,127,.4) !important;
}
.lc-portada-artistas .elementor-posts .elementor-post__card .elementor-post__title {
    margin-bottom: 12px !important;
}
.lc-portada-boton-obrasyartistas .elementor-button {
    border:1px solid #ccc !important;
}
.lc-descubre-obras {
    border-top:1px solid rgba(0,63,127,.4);
}
.lc-boletin {
    border-top:1px solid rgba(0,63,127,.4);
}

.lc-boletin-formulario {
   text-align: center;
    margin:0 auto;
    font-family: "Quicksand", Sans-serif;
}

.lc-boletin-formulario input[type="email"] {
    width: auto;
    padding:7px;
    border:1px solid rgba(0,63,127,.4);
    color: #003f7f;
}
.lc-boletin-formulario input[type="submit"] {
    padding:10px 24px;
    background-color: #003f7f;
}



/* =============== FOOTER ============ */
.lc-menu-aviso {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
}
.lc-menu-aviso a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 1.5rem;
}
.item-list .inline-list > li {
    display: inline-block;
    margin: 0 5px 0 0;
}
.item-list .inline-list > li:after {
    content: '|';
    color: #999;
    display: inline-block;
    margin-left: 12px;
}
.lc-desarrollo {
    position: relative;
    bottom: 27px;
    right: 0;
    float: right;
    text-align: center;
    font-size: 0.9rem;
    color: #ddd;
    margin-bottom: -40px;
    line-height: 1.7rem;
}
/*.lc-desarrollo img {
    max-width: 70% !important;
}*/
.lc-desarrollo a {
    font-size: 2rem;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}
.lc-desarrollo a span {
    color: #31d0bb;
    font-size:3.8rem;
}
.site-footer {
    background-color: #003F7F;
    padding: 30px 0;
    font-size: 1.5rem;
}

/* ============== FOOTER WIDGETS =========== */
.i4ewOd-pzNkMb-haAclf {
    background-color: rgb(0, 63, 127) !important;
}

.footer-widgets {
    padding: 25px 0;
    background-color: #003f7f;
}

.lc-footer-contacto h2 {
    position: relative;
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    text-transform: uppercase;
    font-size: 2.8rem;
    letter-spacing: 5px;
    font-weight: 800;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 8px;
    margin-bottom: 20px;
    text-align: center;
}
.lc-footer-contacto p {
    color: #999;
    font-size: 1.8rem;
    line-height: 1.5;
    font-family: "Quicksand", Sans-serif;
    margin-left: 45px;
    margin-bottom: 8px;
}
.lc-footer-contacto i {
    font-size: 1.4em;
    position: absolute;
    margin-left: -1.5em;
    margin-top: 0.6em;
}
.lc-footer-contacto span {
    color: #fff;
    font-family: "Quicksand", Sans-serif;
    font-size: 1em;
}
.lc-footer-contacto a {
    text-decoration: none;
    font-family: "Quicksand", Sans-serif;
    font-size: 1em;
    color: #fff;
}



/* =============== FICHA ARTISTA ================ */

.lc-masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.lc-masonry-item {
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}

@media only screen and (min-width: 400px) {
    .lc-masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .lc-masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .lc-masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1100px) {
    .lc-masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}

.lc-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: rgba(0, 63, 127,.75);
}
.lc-overlay:hover {
    opacity: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.lc-overlay h3 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #003f7f;
}


.artista-template .site-inner, .single-artista .site-inner{
    padding-top: 140px;
}
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


.lc-tabs {
    text-align: center;
}
.lc-tabs section {
    padding: 40px 0;
    display: none;
    font-family: "Montserrat", Sans-serif;
    color: #003f7f;
    font-size: 1.5rem;
    line-height: 2.7rem;
    border-top: 1px solid rgba(0,63,127,.4);;
    margin-top: 30px;
}
.lc-tabs h2, .lc-tabs h3 {
    font-family: "Montserrat", Sans-serif;
    text-transform: uppercase;
    font-size: 1.9rem;
}
.lc-tabs #content1, .lc-tabs #content5 {
    padding: 10px 0;
}
.lc-tabs #content1, .lc-tabs #content3, .lc-tabs #content4 {
    text-align: center;
}
.lc-tabs #content2 {
    text-align: justify;
}

.lc-tabs input {
    display: none;
}

.lc-tabs label {
    /*display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;*/
    font-family: "Montserrat", Sans-serif;
    color: rgba(0,63,127,0.74);
    background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    font-size: 13px;
    padding: 10px 20px;
    border: 1px solid #ccc !important;
    text-align: center;
}

.lc-tabs label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

.lc-tabs label[for*='1']:before { content: '\f1fc'; }
.lc-tabs label[for*='2']:before { content: '\f2bb'; }
.lc-tabs label[for*='3']:before { content: '\f19c'; }
.lc-tabs label[for*='4']:before { content: '\f0a3'; }
.lc-tabs label[for*='5']:before { content: '\f0ac'; }

.lc-tabs label:hover {
     cursor: pointer;
     color: #003f7f;
     background-color: rgba(0,63,127,.1);
     border-color: #003f7f;
 }

.lc-tabs input:checked + label {
    color: #003f7f;
    background-color: rgba(0,63,127,.1);
    /*border: 1px solid #ddd;
    border-top: 2px solid #003f7f;*/
    border-bottom: 1px solid #fff;
}

.lc-tabs #tab1:checked ~ #content1,
.lc-tabs #tab2:checked ~ #content2,
.lc-tabs #tab3:checked ~ #content3,
.lc-tabs #tab4:checked ~ #content4,
.lc-tabs #tab5:checked ~ #content5 {
    display: block;
}

@media screen and (max-width: 650px) {
    .lc-tabs label {
        font-size: 0;
    }
    .lc-tabs label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .lc-tabs label {
        padding: 15px;
    }
}


.lc-ficha-artista-cabecera {
    /*border-top: 1px solid rgba(0,63,127,.4);*/
    margin-bottom: 25px;
}

.lc-ficha-artista-cabecera h2 {
    text-align: center;
    color: #003f7f;
    text-shadow: 2px 2px 1px rgba(0,63,127,.2);
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Montserrat", Sans-serif;
    text-transform: uppercase;
}

/* =============== FICHA OBRAS ================ */
.obra-template .site-inner, .single-obra .site-inner{
    padding-top: 140px;
}
.lc-ficha-obra-cabecera {
    margin-bottom: 10px;
}

.lc-ficha-obra-cabecera h2 {
    text-align: center;
    color: #003f7f;
    text-shadow: 2px 2px 1px rgba(0,63,127,.2);
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Montserrat", Sans-serif;
    text-transform: uppercase;
}
.lc-ficha-obra-artista h3,
.lc-ficha-obra-descripcion h3,
.lc-ficha-obra-medidas h3,
.lc-ficha-obra-tecnica h3 {
    color: rgba(0,63,127,0.74);
    font-size: 1.7rem;
    font-weight: 800;
    font-family: "Montserrat", Sans-serif;
    text-align: center;
}
.lc-ficha-obra-imagendestacada,
.lc-ficha-obra-artista {
    text-align: center;
}
.lc-ficha-obra-artista {
    margin-bottom: 4%;
    padding-bottom: 2%;
    border-bottom: 1px solid rgba(0,63,127,.4);
}
.lc-ficha-obra-artista a {
    font-family: "Montserrat", Sans-serif !important;
    color: rgba(0,63,127,0.74) !important;
    font-weight: 500 !important;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    font-size: 1.5rem;
    padding: 10px 20px;
    border: 1px solid #ccc !important;
    text-align: center;
    text-decoration: none;
}

.lc-ficha-obra-artista a:hover {
    color: #003f7f;
    background-color: rgba(0,63,127,.1);
    border-color: #003f7f;
}

.lc-ficha-obra-descripcion, .lc-ficha-obra-medidas {
    font-family: "Quicksand", Sans-serif;
    text-align: center;
    font-size: 1.7rem;
    color: #003f7f;
    padding-top:30px;
}
.lc-ficha-obra-tecnica {
    font-family: "Quicksand", Sans-serif;
    text-align: center;
    font-size: 1.7rem;
    color: #003f7f;
}

.lc-ficha-obra-recibirinformacion {
    text-align: center;
    margin:5% 0;
}
.lc-ficha-obra-recibirinformacion a {
    padding: 10px;
    color: #fff;
    background-color: #003f7f;
    font-family: "Quicksand", Sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    text-decoration: none;
}


/* =============== PÁGINA OBRAS =============== */
.lc-page-obras  ul {
    margin-left: 0;
    margin-bottom: 25px !important;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0,63,127,.4);

}

.lc-page-obras  li {
    font-family: "Montserrat", Sans-serif !important;
    color: rgba(0,63,127,0.74) !important;
    font-weight: 500 !important;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    font-size: 13px;
    padding: 10px 20px;
    border: 1px solid #ccc !important;
    text-align: center;
}
.lc-page-obras li:hover, .lc-page-obras .elementor-portfolio__filters .elementor-active {
    color: #003f7f;
    background-color: rgba(0,63,127,.1);
    border-color: #003f7f;
}


/* ================= PAGINA ARTISTAS ============== */
.lc-page-artistas-filtro .elementor-tab-title {
    font-family: "Montserrat", Sans-serif !important;
    color: rgba(0,63,127,0.74) !important;
    font-weight: 500 !important;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    font-size: 13px;
    padding: 10px 8px !important;
    border: 1px solid #ccc !important;
    margin: 0 2px;
    text-align: center;
}
.lc-page-artistas-filtro .elementor-tab-title:hover, .lc-page-artistas-filtro .elementor-tab-title.elementor-active {
    color: #003f7f;
    background-color: rgba(0,63,127,.1);
    border-color: #003f7f;
}
.lc-page-artistas-filtro .elementor-tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.lc-page-artistas-filtro .elementor-tab-content {
    padding: 0px !important;
    border-style: none !important;
}
.lc-page-artistas-filtro .elementor-tabs-content-wrapper {
    margin-top: 30px;
    border-top: 1px solid rgba(0,63,127,.4) !important;
}
.lc-page-artistas-filtro .elementor-active:after, .lc-page-artistas-filtro .elementor-active:before {
    border:none !important;
}


/* ================== CONTACTO =============== */
.lc-formulario-contacto {
    width:60%;
    margin: 0 auto;
}
.lc-formulario-contacto label,
.lc-formulario-contacto input,
.lc-formulario-contacto textarea {
    color: #003f7f;
    font-family: "Quicksand", Sans-serif;
}
.lc-formulario-contacto input[type="submit"] {
    width:100% !important;
    background-color: #003f7f;
    color: #fff;
}




.notice.elementor-message {
    display: none !important;
}



@media only screen and (min-width: 300px) and (max-width: 1200px) {
    .site-header .widget-area {
        position: static;
    }
    .site-header {
        position: absolute;
    }
    .home .site-inner {
        padding-top: 0 !important;
    }
    .lc-texto-inicio {
        height: 95vh;
    }
    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%;
    }
    #nav_menu-4 {
        top:2px;
        left:2px;
    }
    .title-area {
        float:none;
    }
    .genesis-nav-menu, #nav_menu-3 {
        text-align: center;
        padding: 10px 0;
    }

    .lc-desarrollo {
        bottom: 0;
        margin:20px 0 0 0;
        float: none;
        line-height: 1.4rem;
    }
    .lc-menu-aviso {
        line-height: 2rem;
        text-align: center;
    }
    .lc-desarrollo a {
        font-size: 1.6rem;
    }
    .site-inner {
        padding-top: 40px;
    }
    .obra-template .site-inner, .single-obra .site-inner, .artista-template .site-inner, .single-artista .site-inner{
        padding-top: 160px;
    }
    .elementor-28 .elementor-element.elementor-element-f503c7a .elementor-heading-title {
        font-size: 1.8rem !important;
    }
}

@media only screen and (min-width: 300px) and (max-width: 600px) {
    #nav_menu-4 {
        position: static;
    }
    .genesis-nav-menu, #nav_menu-3 {
        padding: 2px 0;
    }
    .genesis-nav-menu {
        font-size: 1rem;
    }
    .genesis-nav-menu a {
        padding: 10px 10px;
    }
    .elementor-28 .elementor-element.elementor-element-f503c7a .elementor-heading-title {
        font-size: 1.2rem !important;
    }

}

.lc-fotos-sombra img {
    box-shadow: 3px 3px 2px #003f7f;
}

.single-obra .entry-meta, .single-artista .entry-meta {
    display: none;
}