/*
Theme Name: momiji
Theme URI: http://momiji-pet.com/
Author: もみじ動物病院
Author URI: http://momiji-pet.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: momiji
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

momiji is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
html {
    background-color: #5e3719;
}

body,
.pure-g [class *="pure-u"] {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
}

body {
    background-color: #f8f4e5;
    background-image: url(images/shared/bg-pattern.gif);
    background-repeat: repeat-x;
    background-position: 0 550px;
    background-attachment: scroll;
    color: #5e3719;
    font-size: 16px;
    margin-top: 10px;
}

.container {
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

.page-title-en {
    font-family: 'Roboto Condensed', sans-serif;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

.marugo {
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.hero-unit {
    text-align: center;
}

.text-center {
    text-align: center;
}

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

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

.well {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
}

.well h3,
.well h4 {
    font-size: 20px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 20px;
}

.well p:last-child {
    margin-bottom: 0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.smilego_bnr.is_lt{
	left:auto;
	right:0;
	top:50px;
	border-radius:8px 0 0 8px;
}
.textlink-color a {
  color: #5e3719;
  text-decoration: underline;
  text-decoration-color: #cccbcb;
  text-underline-offset: 6px;
}

.textlink-color a:hover {
  color: #8e4812;
}

.checkup-button {
    display: block;
    background-color: #DD493E;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 50px;
    transition: opacity 0.2s;
}
.checkup-button:hover {
    opacity: 0.8;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
    padding-top: 20px;
}

header h1 {
    margin: 0;
}

header a.logo {
    color: #5e3719;
    text-decoration: none;
}

header .logo-location {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 15px;
}

header .about-clinic table {
    float: right;
}

header .about-clinic table th {
    vertical-align: top;
}

header .about-clinic table td {
    line-height: 22px;
    padding-bottom: 10px;
    padding-left: 10px;
}

header .about-clinic table .col-hours {
    font-size: 14px;
    font-weight: bold
}

header .about-clinic .time {
    letter-spacing: 0.03em;
}

header .about-clinic .time span {
    padding-left: 3px;
    padding-right: 1px;
}

header .about-clinic .tel {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.01em;
}

header .about-clinic .tel a,
header .about-clinic .tel a:hover {
    color: #5e3719;
    text-decoration: none;
}

header .nav-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
    margin: 0;
    padding: 0;
    width: 960px;
}

.sub-navigation {
    margin: 0;
    padding: 0;
    width: 880px;
}

.main-navigation ul,
.sub-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-navigation ul::after,
.sub-navigation ul::after {
    clear: both;
    content: "";
    display: table;
}

.main-navigation li,
.sub-navigation li {
    float: left;
    text-indent: -9999px;
}

.main-navigation li a {
    background: url(images/shared/comb-main-nav.png) no-repeat center center;
    display: block;
    height: 104px;
    width: 100%;
}

.main-navigation li:nth-child(1) {
    width: 113px;
}

.main-navigation li:nth-child(1) a {
    background-position: left top;
}

.main-navigation li:nth-child(1) a.active,
.main-navigation li:nth-child(1) a:hover {
    background-position: left -104px;
}

.main-navigation li:nth-child(2) {
    width: 135px;
}

.main-navigation li:nth-child(2) a {
    background-position: -113px top;
}

.main-navigation li:nth-child(2) a.active,
.main-navigation li:nth-child(2) a:hover {
    background-position: -113px -104px;
}

.main-navigation li:nth-child(3) {
    width: 176px;
}

.main-navigation li:nth-child(3) a {
    background-position: -248px top;
}

.main-navigation li:nth-child(3) a.active,
.main-navigation li:nth-child(3) a:hover {
    background-position: -248px -104px;
}

.main-navigation li:nth-child(4) {
    width: 178px;
}

.main-navigation li:nth-child(4) a {
    background-position: -424px top;
}

.main-navigation li:nth-child(4) a.active,
.main-navigation li:nth-child(4) a:hover {
    background-position: -424px -104px;
}

.main-navigation li:nth-child(5) {
    width: 226px;
}

.main-navigation li:nth-child(5) a {
    background-position: -602px top;
}

.main-navigation li:nth-child(5) a.active,
.main-navigation li:nth-child(5) a:hover {
    background-position: -602px -104px;
}

.main-navigation li:nth-child(6) {
    width: 132px;
}

.main-navigation li:nth-child(6) a {
    background-position: -828px top;
}

.main-navigation li:nth-child(6) a.active,
.main-navigation li:nth-child(6) a:hover {
    background-position: -828px -104px;
}

.sub-navigation li {
    margin-right: 20px;
    width: 205px;
}

.sub-navigation li:nth-child(4) {
    margin-right: 0;
}

.sub-navigation li a {
    background: url(images/top/comb-sub-nav.png) no-repeat center center;
    display: block;
    height: 177px;
    width: 100%;
}

.sub-navigation li:nth-child(1) a {
    background-position: left top;
}

.sub-navigation li:nth-child(1) a:hover {
    background-position: left -177px;
}

.sub-navigation li:nth-child(2) a {
    background-position: -225px top;
}

.sub-navigation li:nth-child(2) a:hover {
    background-position: -225px -177px;
}

.sub-navigation li:nth-child(3) a {
    background-position: -450px top;
}

.sub-navigation li:nth-child(3) a:hover {
    background-position: -450px -177px;
}

.sub-navigation li:nth-child(4) a {
    background-position: -675px top;
}

.sub-navigation li:nth-child(4) a:hover {
    background-position: -675px -177px;
}

/*--------------------------------------------------------------
# Sitemap
--------------------------------------------------------------*/
.site-main-single-page .block-sitemap-content {
    margin-bottom: 55px;
}

.site-main-single-page .block-sitemap-content h2 {
    margin-bottom: 25px;
}

.site-main-single-page .block-sitemap-content ul {
    margin-left: 20px;
    padding: 0;
}

.site-main-single-page .block-sitemap-content li {
    float: left;
    font-size: 18px;
    margin-right: 50px;
    padding: 0;
}

.site-main-single-page .block-sitemap-content a {
    color: #5e3719;
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-nav-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

footer {
    background-color: #fff;
    font-size: 14px;
    padding-top: 25px;
}

footer .contact {
    padding-top: 24px;
}

footer .contact > div {
    line-height: 1.8;
    font-weight: bold;
}

footer .tel {
    line-height: normal;
    margin-top: 5px;
}

footer .tel > span {
    border-bottom: solid 2px #5e3719;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding-bottom: 3px;
}

footer .schedule table {
    border: solid 1px #5e3719;
    margin-left: -12px;
    width: 452px;
}

footer .schedule thead th {
    background-color: #5e3719;
    border-left: solid 1px #fff;
    color: #fff;
    line-height: 1;
    padding-top: 6px;
    padding-bottom: 6px;
}

footer .schedule thead th:first-child {
    border-left: none;
}

footer .schedule tbody td {
    background-color: #fff;
    border-left: solid 1px #5e3719;
    font-weight: bold;
    height: 25px;
    line-height: 1;
    min-width: 26px;
    padding: 5px 9px;
    text-align: center;
}

footer .schedule tbody td:first-child {
    padding-left: 0;
    padding-right: 0;
}

footer .schedule tbody tr {
    border-top: solid 1px #5e3719;
}

footer .link-sitemap {
    margin: 9px auto;
    text-align: right;
}

footer .link-sitemap::before {
    content: "?";
    color: #e05249;
}

footer .link-sitemap a,
footer .link-sitemap a:hover {
    color: #5e3719;
}

.copyright {
    background-color: #5e3719;
    color: #f8f4e5;
    font-size: 10px;
    line-height: 1;
    padding: 5px 0;
    text-align: center;
}

#link-to-pagetop .container {
    position: relative;
}

#link-to-pagetop .container a {
    display: block;
    height: 95px;
    width: 95px;
    position: absolute;
    right: -142px;
    top: -47px;
}

p.30min{
    margin-top: -10px;
}

.smilego_btn{
	text-align:center;
}

.smilego_btn a{
	display:inline-block;
	width:280px;
	line-height:50px;
	background:#2BC7DF;
	margin:30px auto 0;
	color:#fff;
	text-decoration:none;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
    margin-top: 90px;
    text-align: center;
}

.pagination .screen-reader-text {
    display: none!important;
}

.pagination .nav-links > span,
.pagination .nav-links > a {
    background-color: #dd493e;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin-right: 18px;
    padding: 9px 0;
    width: 34px;
}
.pagination .nav-links > span.dots {
    background-color: transparent;
    color: #dd493e;
    width: 15px;
}

.pagination .nav-links > *:last-child {
    margin-right: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.main-container {
    background-image: url(images/shared/line.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 4px;
}

.main-container-block {
    background-color: #fff;
    background-image: url(images/shared/line.png);
    background-repeat: no-repeat;
    background-position: center -3px;
    border-radius: 10px;
    padding: 40px;
}

.site-main h1 {
    font-size: 22px;
    margin-top: 36px;
    margin-bottom: 40px;
    text-align: center;
}

.momijiservice{
  margin-left: 90px;
}


/*--------------------------------------------------------------
# Top
--------------------------------------------------------------*/
.attention{
  text-align: center;
  margin-top: -20px;
}

.block-access-map h2 {
    margin-top: 60px;
    margin-bottom: 15px;
}

.block-access-map p {
    margin-top: 15px;
}

.block-news-and-blog {
    margin-top: 60px;
}

.block-news-and-blog .link-to-page {
    width: 430px;
}

.block-news-and-blog .link-to-blog-page {
    margin-left: 10px;
}

.block-news-and-blog .link-to-news-page a,
.block-news-and-blog .link-to-blog-page a {
    display: block;
    height: 66px;
    width: 384px;
    margin: 0 auto;
    text-indent: -9999px;
}

.block-news-and-blog .link-to-news-page a {
    background: url(images/top/btn-news.png) no-repeat left top;
}

.block-news-and-blog .link-to-blog-page a {
    background: url(images/top/btn-blog.png) no-repeat left top;
}

.block-news-and-blog .link-to-news-page a:hover,
.block-news-and-blog .link-to-blog-page a:hover {
    background-position: left bottom;
}

.block-news-and-blog h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.block-news,
.block-blog {
    width: 430px;
}

.block-blog {
    float: right;
}

.block-list-news,
.block-list-blog {
    background-color: #f8f4e5;
    border: solid 5px #5e3719;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
}

.block-news-and-blog ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.block-news-and-blog li {
    background: url(images/top/border-list.png) no-repeat left bottom;
    margin-top: 15px;
}

.block-news-and-blog li:first-child {
    margin-top: 0;
}

.block-news-and-blog .entry-eyecatch {
    padding-bottom: 15px;
}

.block-news-and-blog .entry-meta {
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}

.block-news-and-blog .entry-title {
    margin-bottom: -5px;
}

.block-news-and-blog .entry-title,
.block-news-and-blog .entry-content,
.block-news-and-blog .entry-content * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block-news-and-blog .entry-title {
    padding-right: 1.5em;
    position: relative;
    width: calc(100% - 2em);
}

.block-news-and-blog .entry-title:after {
    content: ">>";
    left: 240px;
    position: absolute;
}

.block-news-and-blog .entry-title a,
.block-news-and-blog .entry-title a:hover,
.block-news-and-blog .entry-content a,
.block-news-and-blog .entry-content a:hover {
    color: #5e3719;
    font-weight: bold;
}

.block-news-and-blog .entry-title a,
.block-news-and-blog .entry-title a:hover {
    font-size: 18px;
    line-height: 1.8;
}

.block-news-and-blog .entry-content a,
.block-news-and-blog .entry-content a:hover {
    font-size: 14px;
}

.block-news-and-blog .entry-content {
    width: 100%;
}

/*--------------------------------------------------------------
# News & Blogs & Others
--------------------------------------------------------------*/
.site-main-news h1,
.site-main-blogs h1,
.site-main-single-page h1 {
    font-size: 24px;
}

.site-main-news h1,
.site-main-blogs h1,
.site-main-single-page h1 {
    line-height: 1em;
}

.site-main-news h1 .page-title-en,
.site-main-blogs h1 .page-title-en,
.site-main-single-page h1 .page-title-en {
    font-size: 10px;
    font-style: italic;
    letter-spacing: 0.2em;
}

.site-main-news article,
.site-main-blogs .block-articles,
.site-main-single-page article {
    background-color: #f8f4e5;
    border: solid 5px #5e3719;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 40px;
}

.site-main-blogs .block-articles,
.site-main-single-page article {
    margin-bottom: 0;
}

.site-main-blogs article {
    width: 520px;
}

.site-main-blogs article + article {
    margin-top: 60px;
}

.site-main-news.site-main-the-news article,
.site-main-news.site-main-the-blog article {
    margin-bottom: 0;
}

.site-main-news .entry-meta,
.site-main-news .entry-title,
.site-main-news .entry-content {
    margin-left: 11px;
}

.site-main-news .entry-meta,
.site-main-blogs .entry-meta {
    font-size: 14px;
    line-height: 1;
}

.site-main-news .entry-title,
.site-main-blogs .entry-title {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.site-main-news .entry-title a,
.site-main-news .entry-title a:hover,
.site-main-blogs .entry-title a,
.site-main-blogs .entry-title a:hover {
    border-bottom: solid 2px #5e3719;
    color: #5e3719;
    padding-bottom: 15px;
    text-decoration: none;
}

.site-main-news .entry-content p:last-child,
.site-main-blogs .entry-content p:last-child {
    margin-bottom: 0;
}

.site-main-blogs #secondary {
    float: right;
    width: 200px;
}

.site-main-blogs .pagination {
    float: right;
    margin-top: 40px;
}

/*--------------------------------------------------------------
# Single Page
--------------------------------------------------------------*/
.site-main-single-page .main-container-block {
    padding-top: 30px;
}

.site-main-single-page .copy {
    margin-bottom: 25px;
    text-align: center;
}

.site-main-single-page .copy-main {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8;
}

.site-main-single-page .block-right-content {
    margin-left: 9px;
}

.site-main-single-page .block-right-content p {
    margin-top: 0;
    margin-bottom: 1em;
}

.site-main-single-page .block-right-content p:last-child {
    margin-bottom: 0;
}

.site-main-single-page h2 {
    margin-top: 0;
    margin-bottom: 40px;
}

.site-main-single-page h2:not(:first-child) {
    margin-top: 45px;
}

.site-main-single-page .list-about-us dt,
.site-main-single-page .list-about-us dd {
    float: left;
    line-height: 2.56;
    margin: 0;
}

.site-main-single-page .list-about-us dl {
    border-top: none;
    margin: 0;
    width: 520px;
}

.site-main-single-page .list-about-us dt {
    border-left: solid 1px #5e3719;
    border-bottom: solid 1px #5e3719;
    text-align: center;
    width: 139px;
}

.site-main-single-page .list-about-us dd {
    border-left: solid 1px #5e3719;
    border-right: solid 1px #5e3719;
    border-bottom: solid 1px #5e3719;
    padding-left: 15px;
    padding-right: 15px;
    width: 348px;
}

.site-main-single-page .list-about-us dt:first-of-type,
.site-main-single-page .list-about-us dd:first-of-type {
    border-top: solid 1px #5e3719;
}

.site-main-single-page .list-pets {
    text-align: center;
    margin-bottom: 30px;
}

.pets-text {
  display: block;
  text-align: right;
  padding-right: 20px;
  font-size: 16px;
  color: #cf1836;
}

.site-main-single-page .greeting-text {
    margin-bottom: 30px;
}

.site-main-single-page .greeting-image {
    margin-top: 40px;
}

.site-main-single-page .hospital-photos .photo {
    height: 227px;
}

.site-main-single-page .hospital-photos .photo.last-row {
    height: 207px;
}

.site-main-single-page .list-medical-care .well {
    padding: 20px;
}

.site-main-single-page .list-medical-care dl,
.site-main-single-page .list-medical-care dd,
.site-main-single-page .list-medical-care dd:last-child {
    margin: 0;
}

.site-main-single-page .list-medical-care dd {
    margin-bottom: 1em;
}

.site-main-single-page .care-row {
    margin-bottom: 35px;
}

.site-main-single-page .block-merit-demerit {
    margin-top: 20px;
}

.site-main-single-page .block-merit-demerit .well {
    padding: 20px;
}

.site-main-single-page .block-merit-demerit .block-merit {
    width: 425px;
}

.site-main-single-page .block-merit-demerit h3 {
    border-bottom: solid 1px #5e3719;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.site-main-single-page .block-merit-demerit h3::before {
    background-color: #5e3719;
    content: "";
    display: inline-block;
    height: 0.9em;
    margin-right: 5px;
    vertical-align: bottom;
    width: 5px;
}

.site-main-single-page .block-merit-demerit ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-main-single-page .block-relation h3 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.site-main-single-page .block-relation h3,
.site-main-single-page .block-relation th,
.site-main-single-page .block-relation td {
    text-align: center;
}

.site-main-single-page .block-relation table {
    border-top: solid 1px #5e3719;
    border-left: solid 1px #5e3719;
    width: 100%;
}

.site-main-single-page .block-relation th,
.site-main-single-page .block-relation td {
    border-bottom: solid 1px #5e3719;
    border-right: solid 1px #5e3719;
    padding-top: 12px;
    padding-bottom: 12px;
}

.site-main-single-page .block-relation th.first {
    background-color: #c9bba7;
}

.site-main-single-page .block-relation th {
    background-color: #e1d8c7;
    font-weight: normal;
}

.site-main-single-page .block-payment {
    margin-top: 60px;
}

.site-main-single-page .payment-row {
    margin-bottom: 40px;
}

.site-main-single-page .payment-row:last-child {
    margin-bottom: 0;
}

.site-main-single-page .list-insurance {
    margin-top: 10px;
    width: 323px;
}

.site-main-single-page .credit-cards {
    margin-top: 15px;
}

.site-main-single-page .block-about-hotel .license-number {
    border-bottom: solid 1px #5e3719;
    font-size: 18px;
    margin-bottom: 15px;
}

.site-main-single-page .block-about-hotel h4 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

.site-main-single-page .block-about-hotel .well {
    padding: 20px 30px;
}

.site-main-single-page .entry-content-hotel h3 {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}

.site-main-single-page .entry-content-hotel .hotel-service {
    position: relative;
    text-align: center;
    z-index: 0;
}

.site-main-single-page .entry-content-hotel .hotel-service-bg {
    z-index: 0;
}

.site-main-single-page .entry-content-hotel .hotel-service-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: -90px;
    margin-bottom: 5px;
    z-index: 0;
}

.site-main-single-page .entry-content-hotel .table-price {
    width: 520px;
}

.site-main-single-page .entry-content-hotel .table-grooming-price {
    width: 100%;
}

.site-main-single-page .entry-content-hotel .table-price table,
.site-main-single-page .entry-content-hotel .table-grooming-price table {
    border-top: solid 1px #5e3719;
    border-left: solid 1px #5e3719;
    width: 100%;
}

.site-main-single-page .entry-content-hotel .table-price td,
.site-main-single-page .entry-content-hotel .table-grooming-price td {
    border-bottom: solid 1px #5e3719;
    border-right: solid 1px #5e3719;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.site-main-single-page .entry-content-hotel .table-grooming-price td {
    padding-left: 25px;
    text-align: left;
}

.site-main-single-page .entry-content-hotel .table-grooming-price td:nth-child(1) {
    width: 582px;
}

.site-main-single-page .entry-content-hotel .table-price-desc {
    font-size: 14px;
    height: 316px;
    margin-left: -19px;
    position: relative;
}

.site-main-single-page .entry-content-hotel .table-price-desc .text {
    bottom: 0;
    position: absolute;
}

.site-main-single-page .entry-content-hotel .table-grooming-price {
    margin-bottom: 40px;
}

.site-main-single-page .block-about-grooming h4 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 5px;
}
/*--------------------------------------------------------------
# SideBar
--------------------------------------------------------------*/
#secondary .widget-title {
    background: url(images/blog/bg-widget-title.png) no-repeat left center;
    font-size: 18px;
    line-height: 39px;
    margin-top: 25px;
    padding-left: 27px;
    padding-top: 2px;
}

#secondary .widget ul {
    list-style: square inside url(images/blog/icon-cercle.gif);
    padding-left: 0;
}

#secondary .widget li {
    padding-bottom: 14px;
}

#secondary .widget li a,
#secondary .widget li a:hover {
    color: #5e3719;
    text-decoration: none;
}

#secondary .widget + .widget {
    margin-top: 36px;
}

#secondary .widget_archives_calendar .widget-title {
    display: none;
}

/* override */
#secondary .calendar-archives.twentyfourteenlight .calendar-navigation {
    background: transparent;
}

#secondary .calendar-archives.twentyfourteenlight .calendar-navigation>.menu-container>a.title,
#secondary .calendar-archives.twentyfourteenlight .calendar-navigation>.menu-container>.arrow-down,
#secondary .calendar-archives.twentyfourteenlight .calendar-navigation>.prev-year,
#secondary .calendar-archives.twentyfourteenlight .calendar-navigation>.next-year,
#secondary .calendar-archives.twentyfourteenlight .calendar-navigation>.prev-year:hover,
#secondary .calendar-archives.twentyfourteenlight .calendar-navigation>.next-year:hover,
#secondary .calendar-archives.twentyfourteenlight .calendar-navigation>.menu-container>.arrow-down:hover {
    background: transparent;
    color: #5e3719;
}

#secondary .calendar-archives.twentyfourteenlight .calendar-navigation>.menu-container>ul.menu {
    background-color: #f8f4e5;
    box-shadow: none;
}

#secondary .calendar-archives.twentyfourteenlight .calendar-navigation>.menu-container li>a.selected,
#secondary .calendar-archives.twentyfourteenlight .calendar-navigation>.menu-container li>a:hover {
    background-color: #f8f4e5;
}

#secondary .calendar-archives.twentyfourteenlight .calendar-navigation>.menu-container li>a:hover {
    text-decoration: underline;
}

#secondary .calendar-archives.twentyfourteenlight .month,
#secondary .calendar-archives.twentyfourteenlight .day {
    background-color: #fff;
    border-bottom-color: #000;
    border-right-color: #000;
    color: #000;
}

#secondary .calendar-archives.twentyfourteenlight .day:nth-child(7) {
    background-color: #fdede0;
    color: #e03e22;
}

#secondary .calendar-archives.twentyfourteenlight .day:nth-child(6) {
    background-color: #e1f1f6;
    color: #016297;
}

#secondary .calendar-archives.twentyfourteenlight .weekdays .day:nth-child(6),
#secondary .calendar-archives.twentyfourteenlight .weekdays .day:nth-child(7) {
    background-color: #fff;
}

#secondary .calendar-archives.twentyfourteenlight .day.noday {
    background-color: #fff!important;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
}

#secondary .calendar-archives>.archives-years>.year {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}

#secondary .calendar-archives.twentyfourteenlight .week-row.weekdays {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-top: solid 1px #000;
}

#secondary .calendar-archives.twentyfourteenlight .month.has-posts a,
#secondary .calendar-archives.twentyfourteenlight .day.has-posts a {
    background-color: #5e3719;
}

/* events-calendar */
.block-event-calendar {
    margin: 100px;
}

.xo-event-calendar table.xo-month .month-event-title {
    background-color: #f1994e !important;
    color: #fff !important;
}

.xo-event-calendar table td a {
    text-decoration: none;
    font-size: 11px;
}