@charset "UTF-8";
html {}

body {
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    /*font-size: 2.2em;*/
    font-size: 38px;
}

h2 {
    /*font-size: 1.6em;*/
    font-size: 28px;
}

h3 {
    /*font-size: 1.4em;*/
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}

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

a:hover,
a:active {
    color: #330867;
}

.h3-space {
    letter-spacing: 1px;
}


/* Header
--------------------------------------------- */

#masthead {}

#masthead.container {
    max-width: 100%;
    background: linear-gradient(180deg, #330867 0%, #30cfd0 100%);
    position: relative;
    padding-bottom: 50px;
}

#masthead.container:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 195px;
    background: url(https://www.castel-luberon.com/images/bg-bottom.png) no-repeat;
    bottom: -195px;
    left: 0;
    z-index: -1;
}

#header-wrapper {
    display: block;
    text-align: center;
    padding: 30px 0 20px;
    background: none;
}

.site-branding {
    line-height: 0;
}

.site-branding a.custom-logo-link {
    display: inline-block;
}

.site-branding img {
    max-width: 100%;
    background: none!important;
    border: none!important;
    box-shadow: none!important;
    margin: 0!important;
    padding: 0!important;
}

#masthead img {
    display: block;
    width: 100%;
}


/* Navigation
--------------------------------------------- */

#site-navigation {
    display: block;
    width: auto;
    text-align: center;
    margin: 0 auto 0;
    padding: 10px 0 0;
    background: #fff;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    position: relative;
    margin: 0;
    padding: 0;
}

#site-navigation a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 10px 20px 7px;
}

#site-navigation a:hover {
    color: #330867;
}

button.menu-toggle {
    background: none;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 0;
    color: #333;
    margin: auto auto 10px;
    padding: 17px 20px 17px;
    cursor: pointer;
}

button.menu-toggle:hover {
    color: #330867;
}


/* Content
--------------------------------------------- */

#content {
    /*margin-top: 50px;*/

    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
}

@media (max-width: 478px) {
    #content {
        width: 92%;
    }
}

.home #primary.site-main {}

.single #primary.site-main {}


/* Categories
--------------------------------------------- */

article.type-post {
    margin-bottom: 50px;
    background: none;
}

article.type-post .entry-header {}

article.type-post .post-container {}

article.type-post .post-thumb {
    line-height: 0;
}

article.type-post .post-thumb img {
    object-fit: cover;
    width: 100%;
    height: 320px;
}

article.type-post .post-content {
    /*padding: 30px 30px 30px 15px;*/
    padding: 0 0 0 15px;
}

article.type-post h2.entry-title {}

article.type-post .entry-excerpt {}

article.type-post .entry-excerpt p {}

@media (max-width: 992px) {
    article.type-post .post-thumb {
        margin-bottom: 20px;
    }
    article.type-post .post-thumb img {
        height: auto;
    }
    article.type-post .post-content {
        padding: 0 15px;
    }
}


/* List Post
--------------------------------------------- */

article.post {
    position: relative;
    margin-bottom: 40px;
    border-left: solid 10px #30cfd0;
    padding-left: 10px;
    background: none;
    /*padding-right: 25px;*/
}

article.post.last {
    margin-bottom: 60px;
    padding-bottom: 0;
    border-bottom: 0;
}

article.post .entry-header {}

article.post .post-container {}

article.post .post-thumb {
    line-height: 0;
    position: relative;
}

article.post .post-thumb img {
    object-fit: cover;
    width: 100%;
    height: 220px;
}

article.post .post-content {}

article.post h3.entry-title {
    /*padding-top: 15px;*/
}

article.post h3.entry-title a {
    color: #333;
}

article.post .entry-excerpt {}

article.post .entry-excerpt p {}

article.post .entry-footer {}

article.post .more-link {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #30cfd0;
}

article.post .more-link:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #30cfd0;
    opacity: 0;
    bottom: 0;
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transition: all 100ms ease-out;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
}

article.post .more-link:hover:before {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
}

@media (max-width: 992px) {
    article.post {
        padding-right: 0;
    }
    article.post .post-thumb {
        margin-bottom: 20px;
    }
    article.post .post-thumb img {}
    article.post .post-content {
        padding: 0 15px;
    }
    article.post h3.entry-title {
        padding-top: 0;
    }
}


/* Content Three
--------------------------------------------- */

article#stand3 {
    margin: 0 0 60px;
    background: linear-gradient(180deg, #2b302c 0%, rgba(43,48,44,0) 50%);
    border: solid 2px #e0e6ee;
    padding: 15px;
    position: relative;
}
article#stand3:before, article#stand3:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: solid 2px #e0e6ee;
}
article#stand3:after {
  top:-12px;
  left:-12px;
}
article#stand3:before {
  bottom:-12px;
  right:-12px;
}

@media (max-width: 767px) {
    article#stand3 {
        background: linear-gradient(180deg, #959595 0%, rgba(43,48,44,0) 50%);
    }
}

@media (max-width: 478px) {
    article#stand3 {
        background: linear-gradient(180deg, #c8c8c8 0%, rgba(43,48,44,0) 20%);
    }
}

article#stand3 .entry-header {}

article#stand3 .post-container {}

article#stand3 .post-thumb {
    line-height: 0;
    margin-bottom: 20px;
}

article#stand3 .post-thumb img {}

article#stand3 .post-content {}

article#stand3 h2.entry-title {
    font-weight: normal;
}

article#stand3 .entry-excerpt {}

article#stand3 .entry-excerpt h3 {}

article#stand3 .entry-excerpt p {}


/* Single
--------------------------------------------- */

.single article {
    margin-bottom: 60px;
    background: none;
}

.single article .entry-header {}

.single article .entry-header h1.entry-title {
    font-size: 26px;
    font-weight: normal;
}

.single article .singular-thumb {
    line-height: 0;
    margin-bottom: 20px;
}

.single article .singular-thumb img {}

.single article .entry-content {}

.single article .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #330867;
}

.single article .entry-content p {}


/* Secondary
--------------------------------------------- */

#secondary {
    padding-left: 50px;
}

@media (max-width: 992px) {
    #secondary {
        padding-left: 15px;
    }
}

#secondary .widget {
    margin: 0 0 30px;
}

#secondary .widget_recent_entries,
#secondary .widget_archive {
    border: solid 1px #e0e6ee;
}

#secondary .widget h2.widget-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 15px 20px;
    margin-bottom: 0;
}

#secondary .widget h2.widget-title a {
    color: #333;
}

#secondary .widget ul {
    list-style: none;
    margin: 0 5px 5px;
    padding: 10px 20px;
    background: rgb(224 230 238 / 30%);
}

#secondary .widget ul li {
    margin: 0;
    padding: 10px 0 10px 0;
    border-bottom: solid 1px #e0e6ee;
}

#secondary .widget ul li:last-child {
    border-bottom: none;
}

/*#secondary .widget ul li:before {
    font-family: "Dashicons";
    content: "";
    font-size: 14px;
    color: #4cc2c0;
    margin-right: 10px;
    margin-left: -25px;
}*/

#secondary .widget ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

#secondary .widget ul li a:hover,
#secondary .widget ul li:hover a {
    color: #330867;
}

#secondary .widget_meta {
    background: none;
    border: solid 1px rgb(255 236 203 / 60%);
    padding: 5px;
}

#secondary .widget_meta p {
    margin: 0;
    padding: 20px;
    background: rgb(255 236 203 / 60%);
    border-left: double 7px #fff;
}


/* Footer
--------------------------------------------- */

#footer-sidebar {
    margin: 0;
    padding: 5px 0 0;
}

#colophon {
    margin: 0;
    padding: 20px 0;
    background: #330867;
    text-align: center;
    position: relative;
}

#colophon:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 195px;
    background: url(https://www.castel-luberon.com/images/bg-top.png) no-repeat;
    top: -195px;
    left: 0;
    z-index: -1;
}

#colophon .site-info {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

#colophon a {
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    #colophon {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* The END
--------------------------------------------- */


/* The END
--------------------------------------------- */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.col-md-4,
.col-md-6,
.col-md-8,
.col-md-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

blockquote {
    border-left: solid 0.2rem #4cc2c0;
    margin: 4rem 0 1.25rem 0;
    padding: 0.5rem 0 0.5rem 1.2rem;
}

blockquote:before,
blockquote:after {
    content: "";
}

blockquote p:last-child {
    margin: 0;
}

ul {
    margin-top: 0.25em;
    margin-left: 0.7em;
    padding-left: 0.7em;
}

li {
    margin-bottom: 0.8em;
}

pre,
fieldset,
input,
textarea,
table,
table *,
hr {
    border-color: #e6e6e6;
}

th,
td {
    border: solid 1px #e6e6e6;
    padding: 1em 0.5em;
    line-height: 1.4;
    margin: 0;
}

ul,
ol {
    padding-left: 0.1em;
}

ul li,
ol li {
    margin: 0.5em 0;
}

address {
    margin-bottom: 1rem;
    color: #999999;
}

cite {
    font-size: 1em;
    color: #4cc2c0;
}

.widget-title {
    margin-top: 0;
}

.entry-content ul[class*=wp-block] {
    list-style: none;
}

.entry-content ul[class*=wp-block] li {
    margin-bottom: 1.2em;
}

.entry-content ul[class*=wp-block] li:before {
    content: "";
    font-family: "Dashicons";
    font-size: 0.8em;
    margin-right: 0.5em;
}

.entry-content input[type=search][class*=wp-block] {
    width: 100%;
    border-radius: 3px;
    padding: 0.5em;
}

.entry-content input[type=submit][class*=wp-block],
.entry-content button[type=submit][class*=wp-block] {
    margin-left: 0.5em;
    border: 0;
    background: none;
    color: #4cc2c0;
    padding: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.entry-content select[class*=wp-block] {
    padding: 0.5em;
    border-radius: 3px;
}

#header-wrapper button {
    padding: 0;
    border: 0;
    background: none;
    margin-left: auto;
    color: #4cc2c0;
}

#header-wrapper button span {
    font-size: 2em;
    width: 100%;
    height: auto;
}

#header-wrapper .site-title {
    margin: 0;
}

#header-wrapper .site-title a {
    text-decoration: none;
}

#header-wrapper .site-description {
    margin: 0;
}

/*article#stand3 {
    border-bottom: 0;
}*/

/*article.format-standard .entry-title {
    font-size: 1.6em;
}*/

/*article .entry-title {
    line-height: 1.3em;
    margin-bottom: 0.5em;
    font-size: 1.25em;
}

article .entry-title a {
    font-weight: 700;
    text-decoration: none;
    color: #4cc2c0;
}

article .entry-title a:hover {
    color: #4cc2c0;
}*/

/*article .entry-excerpt {
    margin-bottom: 0.8em;
    font-size: 1em;
    line-height: 1.8;
    color: #444;
}

article .entry-excerpt p a {
    color: #4cc2c0;
    text-decoration: none;
}

article .entry-excerpt p a:hover {
    text-decoration: underline;
}*/

.post-navigation span.dashicons {
    position: relative;
    top: 2px;
}

#site-navigation ul ul {
    background-color: white;
    box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
    #site-navigation ul#primary-menu {
        display: inline-block;
    }
    #site-navigation ul#primary-menu .dropdown-arrow {
        display: none;
    }
    #site-navigation ul#primary-menu>li {
        position: relative;
        float: left;
    }
    /*#site-navigation ul#primary-menu>li>a {
        padding: 0.5em 1em;
        text-transform: uppercase;
    }*/
    #site-navigation ul#primary-menu>li.menu-item-has-children>a:after {
        position: relative;
        content: "";
        font-family: "Dashicons";
        padding-left: 3px;
        top: 3px;
    }
    #site-navigation ul#primary-menu ul {
        flex-direction: column;
        text-transform: none;
        background-color: white;
        box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.3);
        border: solid 1px #e1e1e1;
        text-align: left;
    }
    #site-navigation ul#primary-menu ul li {
        float: none;
        display: block;
        position: relative;
        margin: 0;
    }
    #site-navigation ul#primary-menu ul li a {
        padding: 1em;
    }
    #site-navigation ul#primary-menu ul li:hover>ul,
    #site-navigation ul#primary-menu ul li.focus>ul {
        left: 100%;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
    #site-navigation ul#primary-menu ul li.menu-item-has-children>a:after {
        position: relative;
        content: "";
        font-family: "Dashicons";
        float: right;
    }
    #site-navigation ul#primary-menu li:hover>ul {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

@media (max-width: 992px) {
    #site-navigation .dropdown-arrow {
        cursor: pointer;
        color: #4cc2c0;
        margin: 3px 0 0 3px;
    }
    #site-navigation li {
        margin: 0;
        padding: 10px 20px;
        border-bottom: solid 1px rgb(0 0 0 / 10%);
    }
    #site-navigation li:last-child {
        border-bottom: none;
    }
    #site-navigation li:hover {}
    #site-navigation li .dashicons {
        float: right;
    }
    #site-navigation a {
        background: none;
        padding: 0;
    }
    #site-navigation a:hover,
    #site-navigation li:hover a {
        color: #330867;
    }
    #site-navigation ul {
        width: 100%;
        text-align: left;
        background: #fff;
        /*padding: 10px 0;*/
    }
    #site-navigation ul ul {
        width: 100%;
        position: relative;
        opacity: 1;
        float: none;
        left: 0;
        box-shadow: none;
        background-color: rgba(221, 221, 221, 0.24);
    }
    #site-navigation ul ul a {
        width: auto;
    }
    /*article .entry-title {
        margin-top: 20px;
    }*/
    .post-thumb img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
}

@media (max-width: 600px) {
    .post-thumb img {
        height: auto;
    }
}

#footer-sidebar h2.widget-title {
    color: white;
}

/*#footer-sidebar a {
    color: white;
}

.widget:not(.widget_rss):not(.widget_text) {
    color: #555;
}*/

/*.widget a {
    color: black;
}

.widget a:not(.widget_text) {
    text-decoration: none;
}

.widget a:not(.widget_text):hover {
    text-decoration: underline;
}

.widget select {
    padding: 0.5em;
    border-radius: 3px;
}*/

body.page .entry-title {
    color: black;
    font-size: 1.75em;
}

body.page .singular-thumb {
    margin-bottom: 1em;
}

body.single .entry-footer a,
body.page .entry-footer a {
    margin-left: 0.4em;
}