/*
Theme Name: SoSimple
Author: aiarea suzumasa
Version: 180227
*/



/*--------------------------------------------------------------
 base
--------------------------------------------------------------*/

.entry-content:before,
.entry-content:after {
    display: table;
    content: '';
}

.entry-content:after {
    clear: both;
}

.site-header:before,
.site-header:after {
    display: table;
    content: '';
}

.site-header:after {
    clear: both;
}

.site-content:before,
.site-content:after {
    display: table;
    content: '';
}

.site-content:after {
    clear: both;
}

.site-footer:before,
.site-footer:after {
    display: table;
    content: '';
}

.site-footer:after {
    clear: both;
}




/*--------------------------------------------------------------
 Forms
--------------------------------------------------------------*/



ul {
    margin: 0 ;
    list-style: none;
}

ol {
    margin: 0 ;
    list-style: none;
}

li {
    margin: 0 ;
    list-style: none;
}

dt {
    font-weight: 400;
}

dd {
    margin: 14px 0 14px 27px;
}

blockquote {
    margin: 0 0 27px;
    padding-left: 48px;
    position: relative;
    color: #999;
}
blockquote:before {
	font-family: Genericons;
	font-size: 32px;
	color: #eee;
	content: "\f106";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
blockquote blockquote {
    font-size: inherit;
}
blockquote cite {
	display: block;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    margin-top: 7px;
    width: 100%;
    text-align: right;
}


textarea {
    overflow: auto;
    vertical-align: top;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    padding: 12px;
    border: 1px solid #eee;
}
textarea:active,
textarea:focus {
    border-color: #d4d4d4;
    outline: none;
}

code,kbd,tt,var {
    font: 14px Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
    font-size: 1em;
}



/*--------------------------------------------------------------
 buttom
--------------------------------------------------------------*/

button,input,select,textarea {
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	display: inline-block; padding: 15px 30px ; text-decoration: none; color: #2B9E84; border: solid 1px #2B9E84; border-radius: 15px; transition: .4s; background: white; font-size: 18px ;font-weight: 700 ;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
    background: #2B9E84; color: white;
}

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 {
    background: #2B9E84; color: white;
}

input[type='checkbox'],
input[type='radio'] {
    padding: 0;
}

input[type='search'] {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
            -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus {
    color: #111;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
    padding: 3px;
}



.menu-toggle:before,
.format-link .entry-title a:after,
.social-links ul a:before {
    font-family: 'Genericons';
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    vertical-align: bottom;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	display: inline-block; padding: 15px 30px ; text-decoration: none; color: #2B9E84; border: solid 1px #2B9E84; border-radius: 15px; transition: .4s; background: white; font-size: 18px ;font-weight: 700 ;
}
button:hover,
button:focus,
button:active,
input[type='button']:hover,
input[type='button']:focus,
input[type='button']:active,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='reset']:active,
input[type='submit']:hover,
input[type='submit']:focus,
input[type='submit']:active {
    background: #2B9E84; color: white;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    padding: 10px;
    border: 1px solid #DDD;
}
input[type='text']:active,
input[type='text']:focus,
input[type='email']:active,
input[type='email']:focus,
input[type='url']:active,
input[type='url']:focus,
input[type='password']:active,
input[type='password']:focus,
input[type='search']:active,
input[type='search']:focus {
    border-color: #d4d4d4;
    outline: none;
    background: white;
}



/*--------------------------------------------------------------
 screen-reader-text
--------------------------------------------------------------*/

.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    font-weight: 600;
    line-height: 24px;
    position: absolute !important;
    z-index: 100000;
    top: 24px;
    left: 24px;
    display: inline-block;
    clip: auto !important;
    padding: 24px;
    border: 1px solid #000;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .6) 2px 2px 10px;
       -moz-box-shadow: rgba(0, 0, 0, .6) 2px 2px 10px;
            box-shadow: rgba(0, 0, 0, .6) 2px 2px 10px;
}


/*--------------------------------------------------------------
 Comments
--------------------------------------------------------------*/

.comments-area {
    margin: 24px auto 0;
    border-top: 3px solid #eee;
}

.comments-title,
#respond h3 {
    font-size: 1.2em;
    line-height: 1.36em;
    color: #999;
}
.comments-title small,
.comment-reply-title small {
    float: right;
}

.comment-list,
.comment-list .children {
    list-style: none;
}

.comment-list {
    margin: 0;
}

.comment-list > .comment:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.comment {
    margin-top: 26px;
    padding-top: 27px;
    border-top: 1px solid #eee;
}

.comment-meta {
    text-transform: uppercase;
}
.comment-meta a {
    color: #666;
}
.comment-meta .comment-author img {
    float: left;
    border-radius: 50%;
}
.comment-meta .comment-author .fn {
    display: block;
    font-weight: normal;
    margin-left: 74px;
    text-transform: none;
}
.comment-meta .comment-metadata {
    font-size: .8125em;
    font-weight: normal;
    line-height: 2.09231em;
    margin-bottom: 27px;
    margin-left: 74px;
    letter-spacing: 1px;
    color: #999;
}
.comment-meta .comment-metadata a {
    color: #999;
}
.comment-meta .comment-metadata a:hover {
    color: #1c7c7c;
}

.comments-area .edit-link:before {
    display: inline;
    margin: 0 7px;
    content: ' ~ ';
}

.comment-form label {
    display: inline-block;
    width: 109px;
}

.comment-content:before,
.comment-content:after {
    display: table;
    content: '';
}

.comment-content:after {
    clear: both;
}

.required {
    color: #1c7c7c;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
    position: relative;
    margin: 0 0 27px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
    font-size: .8125em;
    font-weight: normal;
    line-height: 2.09231em;
    position: absolute;
    top: 7px;
    left: 0;
    padding: 7px 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.comment-form-comment label {
    top: 1px;
    left: 1px;
    background: white;
    width: 95.5%;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input {
    display: block;
    width: 100%;
    margin: 0 0 27px;
    padding-left: 100px;
}
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
    clear: both;
    width: 100%;
    margin: 0 0 27px;
    padding: 54px 14px 7px;
}

.says {
    display: none;
}

.form-allowed-tags {
    color: #999;
}

.no-comments {
    font-style: italic;
    margin: 27px 0;
    text-align: center;
    color: #999;
}



/*--------------------------------------------------------------
 Widgets
--------------------------------------------------------------*/

.widget {
    line-height: 2.09231em;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 27px;
    padding: 0 0 27px;
    border-bottom: 1px solid #eee;
}
.widget select {
    max-width: -webkit-calc(100% - 48px);
    max-width:         calc(100% - 48px);
    margin-left: 1px;
}
.widget a {
    text-decoration: none;
    color: #1c7c7c;
}
.widget a:hover,
.widget a:active,
.widget a:focus {
    color: #666;
}
.widget ul {
    margin: 0;
    list-style: none;
}
.widget li {
    margin: 0;
    padding-top: 6px;
    padding-bottom: 7px;
    list-style: none;
    border-top: 1px solid #eee;
}

.widget-title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.36em;
    margin: 14px 0;
}
.widget-title a {
    color: #666;
}


/*--------------------------------------------------------------
 Calendar Widgets
--------------------------------------------------------------*/

#wp-calendar td,
#wp-calendar th,
#wp-calendar th {
    text-align: center;
}
#wp-calendar caption {
    font-weight: 700;
    margin: 14px 0;
    text-align: center;
}
#wp-calendar a {
    text-decoration: none;
    color: #1c7c7c;
}

/* Recent Comments */
.widget_recent_comments td,
.widget_recent_comments th {
    border: 0;
}

/* Tags */
.tags-links {
    display: block;
    margin-top: 7px;
}
.tags-links:before,
.tags-links:after {
    display: table;
}

.tags-links:after {
    clear: both;
}

.wp_widget_tag_cloud a,.tags-links a {
    font-size: inherit !important;
    display: inline-block;
    margin: 0 7px 7px 0 !important;
    padding: 0 7px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    border: 1px solid #eee;
}
.wp_widget_tag_cloud a:hover,
.tags-links a:hover {
    color: #1c7c7c;
    border-color: #1c7c7c;
}

/* =Jetpack */

.jetpack-video-wrapper {
	margin-bottom: 27px;
}

.jetpack-slideshow.slideshow-black {
	background-color: #eee;
	border-color: #eee;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

.infinite-wrap {
	border-top: 1px solid #eee;
	padding-top: 53px;
}
#infinite-footer {
    z-index: 999;
}
#infinite-footer .container {
    font-style: italic;
    position: relative;
    color: #999;
    border-top: 0;
    background: white;
}
#infinite-footer .container a {
    color: #999;
}
#infinite-footer .container a:hover {
    color: #1c7c7c;
}
#infinite-footer .blog-info a,
#infinite-footer .blog-credits {
    font-size: .8125em;
    font-weight: normal;
    font-style: normal;
    line-height: 2.09231em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.infinite-loader {
    clear: both;
    width: 28px;
    height: 43px;
    margin: 0 auto 14px;
    padding-top: 27px;
}

#infinite-handle {
    clear: both;
    width: 100%;
    margin: 0;
}

#infinite-handle span {
	border-radius: 3px;
	display: block;
	font-size: 1em;
	font-weight: normal;
	padding: 10px 14px;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    color: #999;
    border: 3px solid #eee;
    background: white;
    text-align: center;
    width: 160px;
}
#infinite-handle span:hover {
	border-color: #1c7c7c;
	color: #1c7c7c;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

div.sharedaddy div.sd-block {
    padding: 14px 0 14px !important;
}

/* =Social Links */
.social-links {
    clear: both;
    margin: 14px auto;
}
.social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-links ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
}
.social-links ul a {
    display: inline-block;
    text-decoration: none;
}
.social-links ul a:before {
    position: relative;
    display: block;
    margin-left: 4px;
   	margin-top: 2px;
   	margin-bottom: 4px;
    padding: 8px 7px 8px 9px;
    content: '\f415';
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: top .3s ease-in-out;
            transition: all .1s ease-in-out;
    text-align: center;
    color: white;
    border-radius: 50%;
    background: #ccc;
}
.social-links ul a:hover {
    text-decoration: none;
}
.social-links ul a:hover:before {
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
    text-decoration: none;
    background: #1c7c7c;
}
.social-links ul a[href*='wordpress.org']:before,
.social-links ul a[href*='wordpress.com']:before { content: '\f205'; }
.social-links ul a[href*='facebook.com']:before { content: '\f204'; }
.social-links ul a[href*='twitter.com']:before { content: '\f202'; }
.social-links ul a[href*='dribbble.com']:before { content: '\f201'; }
.social-links ul a[href*='plus.google.com']:before { content: '\f206'; }
.social-links ul a[href*='pinterest.com']:before { content: '\f209'; }
.social-links ul a[href*='github.com']:before { content: '\f200'; }
.social-links ul a[href*='tumblr.com']:before { content: '\f214'; }
.social-links ul a[href*='youtube.com']:before { content: '\f213'; }
.social-links ul a[href*='flickr.com']:before { content: '\f211'; }
.social-links ul a[href*='vimeo.com']:before { content: '\f212'; }
.social-links ul a[href*='instagram.com']:before { content: '\f215'; }
.social-links ul a[href*='codepen.io']:before { content: '\f216'; }
.social-links ul a[href*='linkedin.com']:before { content: '\f207'; }
.social-links ul a[href*='foursquare.com']:before { content: '\f226'; }
.social-links ul a[href*='reddit.com']:before { content: '\f222'; }
.social-links ul a[href*='digg.com']:before { content: '\f221'; }
.social-links ul a[href*='getpocket.com']:before { content: '\f224'; }
.social-links ul a[href*='path.com']:before { content: '\f219'; }
.social-links ul a[href*='stumbleupon.com']:before { content: '\f223'; }
.social-links ul a[href*='spotify.com']:before { content: '\f223'; }
.social-links ul a[href*='twitch.tv']:before { content: '\f516'; }
.social-links ul a[href*='dropbox.com']:before { content: '\f225'; }
.social-links ul a[href*='/feed']:before { content: '\f515'; }
.social-links ul a[href*='skype']:before { content: '\f220'; }
.social-links ul a[href*='mailto']:before { content: '\f410'; }


.post-edit-link{
        background: gray;
    padding: 0 10px;
    margin: 0 5px;
    color: white !important;
}

.entry-content, .entry-summary, .page-content, .comment-content {
    -moz-hyphens: auto;
    word-wrap: break-word;
}

.ss_rounded{
        border-radius: 5px;
    }

.ss_squared {
        border-radius: 0;
}

a.more-link{
    display: block;
}

/* events manager */
.event-category-block {
	display: inline-block;
	width: 300px;
	vertical-align:top;
}
