@charset "UTF-8";
/*
Theme Name: Tsundora2021
Version: 1.01
*/


/**
 * 1.0 - Normalize
 */


html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
	text-align:center;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */




/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}



/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

ul{
	margin: 0 0 1.75em 1.25em;
	padding: 0;
	list-style: disc;
}

ol {
	list-style: none;
	margin: 0 0 1.75em 0;
	padding:0;
	counter-reset: level1;
}

ol li{
	padding-left: 1.875em;
	position: relative;
}

ol li::before {
	color: #1a1a1a;
	content: counter(level1) ". ";
	counter-increment: level1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

ol li:nth-child(-n+9)::before,
ol li:nth-child(-n+9)::before {
    left: .5em;
}


li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-webkit-touch-callout: none;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}


::-webkit-input-placeholder {
	color: #686868;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: "Helvetica Neue", Arial, sans-serif;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #686868;
	font-family: "Helvetica Neue", Arial, sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	color: #fff;
	font-size: 16px;
	font-size:1rem;
	padding: .75em 2.625em;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
	text-decoration: none;
	background-color: #000;
	border-radius: 3px;	
	border: none;
	box-shadow: 0 1px 7px rgba(0,0,0,0.2);
	line-height:1;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus{
	opacity:0.7;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	color: #686868;
	padding: 0.625em 1em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	color: #1a1a1a;
	outline: 0;
}

.search-form {
	position: relative;
}


.search-form-header{
	padding: 0 4.5455%;
	
}

.search-form-header form{
	    position: relative;
    max-width: 480px;
    margin: 0 auto 0.625em;
}

input[type="search"].search-field {
	border-radius: 3px 0 0 3px;
	-webkit-appearance: none;
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 0;
	line-height: 42px;
	position: relative;
	width: 40px;
}
.search-submit:before{
content: "search";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-transform: none;
    position: absolute;
    top: 0;
    left: 2px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}
.search-submit {
	border-radius: 0 3px 3px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	box-shadow:none;
	background:#000;
	color:#fff;
}


/**
 * 6.0 - Navigation
 */



/**
 * 6.1 - Links
 */

a {
	color: #007acc;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #007acc;
}



a:hover,
a:active,
a:focus{
	outline: 0;
}

.cate-link a {
    color: #D0D;
}

.pools a {
    color: #FF0066;
}

.tag-link a {
    color: #0A0;
}


.features a{
color:#006699;
}

.tags a {
    color: #FF761C;
}



.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus,
.entry-footer a:hover,
.site-info a:hover,
.breadcrumbs a:hover{
	text-decoration:underline;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-content a.button{
	box-shadow: none;
}

a:focus.button,
a:active.button,
a:focus.btn-bk, 
a:focus.btn-g, 
a:focus.btn-b{
	text-decoration:none;
}

.button{
	display:inline-block;
	font-size:16px;
	font-size:1rem;
	padding: .75em 2.625em;
	text-decoration:none;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
	border-radius: 2.625em;
	border:none;
	box-shadow: 0 1px 7px rgba(0,0,0,0.2);
	line-height:1.4em;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

.entry-content .button:not(input){
	margin:5px 5px 5px 0;
}

.entry-content a:hover.button,
.button:hover{
	opacity:0.7;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.entry-content a.btn-b,
.btn-b{
	color: #fff;
	background: #007acc;
}

.entry-content a:hover.btn-b,
.btn-b:hover{
	color:#fff;
	background: #1C8EFC;
	text-decoration:none;
}

.entry-content a.btn-bk,
.btn-bk{
	color: #fff;
	background: #000;
}

.entry-content a:hover.btn-bk,
.btn-bk:hover{
	color:#fff;
	background: #007acc;
	text-decoration:none;
}

.entry-content a.btn-g,
.btn-g{
	color: #007acc;
	background: #e6e6e6;
}

.entry-content a:hover.btn-g,
.btn-g:hover{
	color:#007acc;
	background:#eee;
	text-decoration:none;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 19px 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	font-family: "Helvetica Neue", Arial, sans-serif;
}

.site-footer .main-navigation {
    padding: 0 4.5455%;
    max-width: 768px;
    margin: 0 auto 1.75em;
}

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

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: 1.2em 1em;
    font-size: 14px;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #007acc;
	opacity:0.7;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
	box-shadow:none;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination{
	position: relative;
	margin: 60px auto 60px;
	font-size: 0;
	text-align: center;
	width: 96%;
}


.navigation .nav-numbers {
	padding: 12px 0;
	color: #212121;
	font-size:18px;
	font-size: 1.125rem;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	line-height: 1;
}

.navigation .nav-numbers{
	display:block;
}

.navigation .nav-numbers span {  
	display: inline;
}

.navigation .prev {
	left: 0;
	padding: 12px;
}

.navigation .next {
	right: 0;
	padding: 12px ;
}

.navigation a,
.navigation span {
	color: #212121;
	font-size: 16px;
	font-size: 1rem;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	line-height: 1;
}

.navigation span.dots{
	border:none;
	width: auto;
}


.navigation .page-numbers {
		border: 2px solid #212121;
	border-radius:2px;
    height: 46px;
    padding: 11px;
    text-align: center;
    line-height: 1.25;
    display: inline-block;
	margin: 0 3px 3px;
}

.navigation a{
    color: #212121;
}

.navigation a:hover{
    border: 2px solid #212121;
	background-color: #212121;
	color:#fff;
}

.navigation .page-numbers.prev,
.navigation .page-numbers.next {
    border: 2px solid #212121;
	width: auto;
    display: inline-block;
    padding: 11px 28px;
	line-height: 1.25;
	border-radius:2px;
}

.navigation .next:hover,
.navigation .prev:hover{
	background-color: #212121;
	color:#fff;
}


.navigation .current { 
	border: 2px solid #212121;
	background-color: #212121;
	color:#fff;
}


.navigation .not,
.navigation .not:focus,
.navigation .not:hover{
	color: #c4c4c4;
	background-color: #c4c4c4;
}

.navigation .dots,
.navigation .dots:focus,
.navigation .dots:hover{
	color: #212121;
}

.navigation i{
	display:none;
}


.post-nav-links a.prev-page,
.post-nav-links a.next-page{
		width: 42px;
		height:42px;
    display: inline-block;
	border-radius: 50%;
}


.post-nav-links a.prev-page,
.post-nav-links .prev {
    position: absolute;
    left: 0;
}

.post-nav-links a.next-page,
.post-nav-links .next{
	    position: absolute;
    right: 0;
}

.post-nav-links a,
.post-nav-links a:hover{
	text-decoration:none;
	
}


.post-nav{
	position: relative;
    margin: 60px auto 60px;
    font-size: 0;
    text-align: center;
    width: 80%;
}



/**
 * 7.0 - Accessibility
 */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

.center{
	text-align:center;
	margin:0 0 1.75em;
}

.left{
	text-align:left;
	margin:0 0 1.75em;
}

.right{
	text-align:right;
	margin:0 0 1.75em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */



/**
 * 11.0 - Content
 */

.site {
    background-color: #fff;
    position: relative;
    top: 74px;
	
}

.site-inner {
	margin: 0 auto;
	position: relative;
	padding-top: 0.625em;
}

.site-content {
	word-wrap: break-word;
    margin: 0 auto;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom: 2em;
}

.article_content{
		display: flex;   
	flex-wrap: wrap;
}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 74px;
    transition: all 0.3s ease-out;
    background: #fff;
	box-shadow: 0 0 48px rgba(32,33,36,0.05);
}


.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 auto;
	padding: 0 4.5455%;
}

.site-branding {
	    margin: 10px auto;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	text-align:center;
}

.site-branding h1,
.site-branding h2{
	font-size:12px;
	margin-top:4px;
	font-weight:normal;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 180px;
}

.site-title {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}

.site-branding .site-title a {
	color: #1a1a1a;
	display:inline-block;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #007acc;
}

.site-branding .site-title img{
	height:32px;
}

.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}

.site-description {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0 0 1.75em;
}

.menu-toggle {
	background-color: transparent;
	border: 1px solid #d1d1d1;
	color: #1a1a1a;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
	box-shadow:none;
	border-radius:3px;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #007acc;
	color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article.article-box {
	position: relative;
	flex: 0 0 50%; 
	max-width: 50%;
}

.site-main.article{
	margin-top:1em;
}

.article{
	padding:0 4.5455%;
}

.site-main .cat{
	margin-bottom:3.375em;
}

.article-wrap{
	position:relative;
}

.article-wrap ul{
	margin:0;
}

.article_content .article-box{
		    flex: 0 0 48%;
    max-width: 48%;
		margin: 0 1% 12px;
	}

.article-item {
	display: block;
	width: 100%;
	height:150px;
}

.article-item-img figure img{
	max-height:150px;
}

a.article-item:hover{
	opacity:0.7;
}

.img-meta{
	background: #000;
    font-size: 10px;
    padding: 2px;
    text-align: center;
    color: #fff;
    margin-top: 1em;
}


.post-meta{
	font-size:14px;
	margin:0 0 1.75rem;
}

.status-notice{
	margin:0 0 0.625em;
}

.status-notice ul{
	margin:0;
	list-style-type:none;
}

.status-notice li,
.post-meta{
	font-size:14px;
	border: 2px solid #ddd;
    padding: 0.5em 1em;
	margin:0 0 0.5rem;
}

.status-notice p{
	margin:0;
}

.article-item-date {
	line-height: 1.25;
	font-size: 11px;
	color: #888;
	margin-bottom: 8px;
	font-weight:600;
}

.article-item-date time{
	margin-right:0.4em;
}

.writer,
.publisher,
.image{
	display:none;
}

.other-article{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px 0;
}

.other-article article{
	width:100%;
	margin: 0 12px 42px ;
}

.other-article article img{
	width:100%;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content,
.article-wrap,
.page-type .page-header{
	margin-right: 4.5455%;
	margin-left: 4.5455%;
}

.page-type .entry-title{
	margin-top:0.375em;
}

.entry-content{
	margin-bottom:1.75em;
}

.no-results .page-content,
.not-found .page-content,
.sidebar .article-wrap{
	margin-right: 0;
	margin-left: 0;
}

.not-found a:hover{
	text-decoration:underline;
}

.entry-title,
.article-wrap-title{
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1em;
}

.accordion-item{
	border-bottom: 1px solid #d1d1d1;
}

.accordion-item:last-child{
	border-bottom:none;
}

.accordion-wrap {
	position: relative;
	width: 100%;
	border-top: none;
	outline: 0;
	cursor: pointer;
	border: 1px solid #d1d1d1;
}

.accordion-wrap .accordion-title {
	display: block; 
	position: relative;
	margin: 0;
	padding: 0.4375em 3em 0.4375em 1em;
	font-weight: 700;
	cursor: pointer;
}

.accordion-wrap .accordion-title:last-child{
	border-bottom:none;
}

.accordion-title:after {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 38%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #1a1a1a;
	border-right: solid 2px #1a1a1a;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.accordion-title.open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); 
	top: 45%;
}

.accordion-content {
	display: none;
	padding: 0.4375em 1em;
	border-top: 1px solid #d1d1d1;
}

.accordion-content ul{
	margin: 0 0 0 1.75em;
}



.article-ad .ad-label{
	line-height: 1;
	font-size: 12px;
	font-size:0.75em;
	color: #888;
	font-weight:600;
}

.anchor{
	text-align:right;
}

.anchor:before{
	position: relative;
	top: 0px;
	content: "↑";
	color: #007acc;
}

.article-thumb img{
	margin-right: auto;
	margin-left: auto; 
	display: block;
}

.article-thumb,
.article-excerpt,
.article-ad{
	margin:0 0 0.625em;
}

.article-main{
	margin:0 0 2.625em;
}

.post-thumbnail{
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}


.entry-summary{
	margin-bottom: 2.625em;
}

.page-type .entry-content,
.page-type .entry-summary{
	margin-bottom:0;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2,
.headline{
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6 {
	font-weight: 700;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child{
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}


.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}


.entry-footer {
	color: #686868;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 3.5em;
	margin-bottom: 3.5em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	margin: 0 0 32px;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	margin-bottom:1em;
	margin-top:0.375em;
}

.page-number{
	font-size:14px;
}

.page-links {
	clear: both;
	font-family: "Helvetica Neue", Arial, sans-serif;
	margin: 2.625rem 0;
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 19px;
    font-size: 1.1875rem;
}

.page-links a,
.page-links > span {
    line-height: 1.6923076923em;
    margin-right: 0.3076923077em;
    text-align: center;
    width: 48px;
    height: 48px;
    margin: 0 7px 0 8px;
    border-radius: 50%;
    background: #c4c4c4;
    display: flex;
    justify-content: center;
    align-items: center;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	color: #fff;
}

.page-links a {
	background: #1a1a1a;
	border-color: #1a1a1a;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
	text-decoration:none;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}

.categories .category { 
	display: inline-block;
	list-style-type: none;
}

.categories a {
	display: inline-block;
	padding: .5em 1em;
	font-size: 0.75em;
	font-weight: bold;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	margin: 0 10px 10px 0;
}

.categories a:hover{
	border: 1px solid #007acc;
	color:#007acc;
	text-decoration:none;
}

.categories{
	white-space: nowrap; 
	overflow-y: scroll;
	-ms-overflow-style: none;     
	scrollbar-width: none; 
}

.categories::-webkit-scrollbar{ 
	display:none;
}


/**
 * 11.3 - Post Formats
 */

.unit_area{
	text-align:center;
	margin:10px auto;
}

.listing-toc ul{
	display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 0 1.75em;
}


.listing-toc ul li{
	margin-right: 10px;
}

.listing-toc ul li:last-child{
	margin-right:0;
}

.pool-archive ul,
.category-all ul,
.broadcast ul{
    list-style-type: none;	
	margin: 0 0 1.75em;
	font-size:14px;
}

.category-all ul.children, .broadcast ul.children {
    margin: 0 0 1.75em 1.25em;
}


.slidetoggle_menu {
background: url("images/open.svg") left center no-repeat;
-webkit-background-size: 15px auto;
background-size: 15px auto;
position: relative;
border-bottom: solid 1px #E2E3E4;
padding: .5em 20px;
font-size: 15px;
	cursor:pointer;
}

.active {
    background: url(images/hide.svg) left center no-repeat;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
}


.broadcast-toc {
    font-size: 1.25em;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}


div.broadcast-toc ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1.75em;
    justify-content: center;
}


.broadcast-toc li {
    flex: 0 0 33.33333333%;
    text-align: center;
    max-width: 84px;
}




/**
 * 11.4 - Comments
 */



/**
 * 11.5 - Sidebar
 */

.sidebar {
	display:none;
	margin-bottom: 3.5em;
	padding: 0 4.5455%;
	font-size:14px;
}


.sidebar section{
	margin:0 0 1.75em;
}

.sidebar .sidebar-ad{
	margin-bottom:3.5em;
}


.sidebar ul{
	list-style-type:none;
	margin:0;
}

.sidebar article:last-child .article-item-inner{
	margin-bottom:0;
}

.sidebar li a:hover{
	text-decoration:underline;
}


.sidebar h3{
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}




/**
 * 11.6 - Footer
 */

#breadcrumbs{
	margin: 0.375em 4.5455% 0;
}

.breadcrumbs ul{
	list-style:none;
	margin:0;
	white-space: nowrap; 
	overflow-y: scroll;
	-ms-overflow-style: none;     
	scrollbar-width: none; 
}

.breadcrumbs ul::-webkit-scrollbar { 
	display:none;
}

.breadcrumbs ul li{
	display:inline-block;
}

.breadcrumbs ul li:after{
	content: "chevron_right";
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	display: inline-block;
	margin: 0 .4em;
	position: relative;
	top: 1px;
}

.breadcrumbs ul li:last-child:after{
	content: none;
}


.site-footer {
	margin: 0 auto;
	padding:0 0 2.625em;
}

.site-info{
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6153846154; 
	margin: 0 auto;
	padding:0 4.5455%;
	width: 100%;
	    text-align: center;
}


.go-to-top{
	margin:0 0 1.75em;
	font-size: 16px;
}

.breadcrumbs{
	font-size: 16px;
	font-size: 1em;
	line-height: 1.6153846154;
	width: 100%;
}

.site-info a:hover,
.site-info a:focus,
.breadcrumbs a:hover,
.breadcrumbs a:focus{
	color: #007acc;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.copyright{
	margin-right:.4em;
}

.footer-navigation{
}

.footer-navigation ul{
    list-style-type: none;
	display: flex;
    flex-wrap: wrap;
	margin:0 0 1.75em;
	justify-content: center;
}

.footer-navigation ul li{
	margin:0.5em;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: Montserrat, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer .site-title:last-child:after{
	content:none;
}

.site-footer span[role=separator] {
	font-family: Montserrat, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator]::before {
	content: '\002f';
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img:not(.nap),
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video{
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}

.video {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom:1.75em;
}

.video iframe {
	width: 100%;
	height: 100%; 
	position: absolute; 
	top: 0;  
	left: 0;
}


/**
 * 12.1 - Captions
 */



/**
 * 12.2 - Galleries
 */




/**
 * 13.0 - Multisites
 */




/**
 * 14.0 - Media Queries
 */


@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


@media screen and (max-width: 56.875em) {

	.scroll-prevent {
		position: fixed; 
		z-index: -1; 
		width: 100%;
		height: 100%;
	}

	#drower-menu {  
		display: none;
	}
	
	.drower-menu-btn {
		cursor: pointer;
		position: fixed; 
		top: 0;
		right: 0;
		margin: 0;
	}
	
	.open {
		z-index: 2;
		width: 64px;
		height: 74px;
		transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
	.open::before,
	.open::after {
		content: "";
	}
	
	.open span,
	.open::before,
	.open::after { 
		content: "";
		position: absolute;
		top: calc(50% - 1px);
		right: 16px;
		width: 30px;
		border-bottom: 2px solid #222;
		transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.open::before {
		transform: translateY(-8px);
	}
	
	.open::after {  
		transform: translateY(8px);
	}
		
	.close {  
		z-index: 1; 
		width: 100%;  
		height: 100%;  
		pointer-events: none; 
		transition: background .6s;
	}
	
	#drower-menu:checked + .open {
		transform: translateX(-226px);
	}
	
	#drower-menu:checked + .open span { 
		transform: scaleX(0);
	}
	
	#drower-menu:checked + .open::before {
		transform: rotate(45deg);	
		border-color: #fff;
	}
	
	#drower-menu:checked + .open::after { 
		transform: rotate(-45deg);	
		border-color: #fff;
	}
	
	#drower-menu:checked ~ .close { 
		pointer-events: auto; 
		background: rgba(0,0,0,.6);
	}
		
	#drower-menu:checked ~ .content-wrapper { 
		transform: translateX(-256px);
	}

	.drower-menu {
		display: block;
		z-index: 999;
		position: fixed;
		overflow: auto;  
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		top: 0;
		right: 0;
		width: 226px;
		height: 100%;
		margin: 0;
		padding: 0 0 10px; 
		box-sizing: border-box;
		background: #fff; 
		transform: translateX(100%);
		transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	#drower-menu:checked ~ .drower-menu {  
		transform: none;
	}

	.menu-top-menu-container, .menu-service-menu-container {  
		margin: 0;
	}
}


/**
 * 14.0 - >= 540px
 */


@media screen and (min-width: 33.75em) {

	.article_content .article-box {
    flex: 0 0 31.3333333333%;
    max-width: 31.3333333%;
}
	
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
	
	.site-main {
		margin-bottom: 5.25em;
	}

	.custom-logo {
		max-width: 210px;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}


	.header-image {
		margin: 1.3125em 0;
	}
	
	.post-navigation .post-title {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.25;
	}

	.pagination .current .screen-reader-text {
		position: absolute !important;
	}
	
	.pagination{
		width:95%;
	}
	
	.navigation .page-numbers {
		display: inline-block;
		padding:11px;
	}
	
	.navigation .nav-numbers { 
		display: none;
	}
	
	.categories{
		white-space: initial;
		overflow-y: initial;
		padding-bottom:0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 0;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
	

	
	.article_content .article-box{
		    flex: 0 0 23%;
    max-width: 23%;
	}
	
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {

}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {

	
	.site-inner{
		padding-top:2em;
	}
	
	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.site-branding{
		margin: 5px 64px 10px 0px;
		text-align:left;
	}

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.main-navigation {
		margin: 0 -0.875em;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding:0.65625em 0.875em;
		white-space: nowrap;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #007acc;
	}

	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-footer .main-navigation {
		display: none;
	}
	
	.drower-menu-btn,		
	#drower-menu{		
		display:none;	
	}

	.site-header-main,
	.site-content,
	.site-info{
		padding: 0 36px;
	}
	
	
	
	.article {
		padding: 0;
	}
	
	.page-title,
	#breadcrumbs,
	.page-type .entry-title{
		margin-top:0;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-type .page-header,
	.page-content,
	.content-bottom-widgets,
	.article-wrap,
	#breadcrumbs{
		margin-right: 0;
		margin-left: 0;
	}

	.sidebar,
	.widecolumn {
		padding:0;
	}

	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.site-info {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	
	
	.site-main {
		margin-left: 360px;
	}
	
	.not .site-main{
    max-width: 768px;
    margin: 0 auto 5.25em;
	}
	
	.site-main.article{
		margin-top:0;
	}
	
	.site-content,
	.site-header-main,
	.site-footer .site-info{
		max-width:1200px;
	}
				
	.custom-logo {
		max-width: 240px;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}
	
	.content-area {
		float: right;
		width: 100%; 
		margin-left: -300px;
	}
	
	.search-form-header{
		display:none;
	}
	
	.sidebar {
		display:block;
		padding: 0;
		width: 300px;
		float: left;
		margin-left: 0;
	}
	
	.post-meta{
		display:none;
	}

	.post-thumbnail {
		margin-bottom: 2.625em;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	
	.article_content .article-box{
		    flex: 0 0 19.2%;
    max-width: 19.2%;
		margin: 0 3px 12px;
	}
}



