@font-face {
    font-family: 'SofiaPro-Medium';  
    src: url('https://cdn-portal.iskra.world/assets/fonts/SofiaProMedium/font.woff') format('woff');  
    font-weight: normal;  
}
@font-face {
    font-family: 'SofiaPro-Black';  
    src: url('https://cdn-portal.iskra.world/assets/fonts/SofiaProBlack/font.woff') format('woff');  
    font-weight: normal;  
}
body, h1, h2, h3, h4, h5, h6,  p, a, div, input, input::placeholder, textarea, textarea::placeholder{
	font-family: 'SofiaPro-Medium';
	color: #ffffff;
}

h1, h2, h3{
	font-weight: bold;
}
.site-branding .site-title a{
	font-family: 'SofiaPro-Black';
	color: #ffffff;
}
.site-branding h2{
	color: #ffffff;
}

#infinite-footer .blog-info a:hover, .main-navigation .current_page_item>a, .main-navigation .current-menu-item>a, .main-navigation .current_page_ancestor>a, .entry-footer .left i:hover, a, a:hover, a:focus, .main-navigation li:hover>a, .main-navigation li.focus>a {
    color: #00ccff;
}

.main-navigation a, .single .hentry .right, #infinite-footer .blog-info a, #infinite-footer .blog-credits a {
    color: #ffffff;
}
body, abbr, acronym, .comment-metadata, .comment-metadata a {
    color: #ffffff;
}

.hentry h1 a, .hentry h2 a, .hentry h3 a, .hentry h4 a, .hentry h5 a {
    color: #ffffff;
}

figcaption {
	text-align: center;
	color: #7B81AE;
	font-size: 0.8em;
}

blockquote {
  border-color: #7B81AE;
}

blockquote, blockquote p {
    color: #ffffff;
}

.widget_wpcom_social_media_icons_widget a:before, .widget_tag_cloud a, .wp_widget_tag_cloud a, .header-bg, html input[type="button"], input[type="reset"], input[type="submit"], button, .button, #infinite-handle span {
    background-color: #00ccff;
}

.footer-wrap {
    background-color: #000000;
}

.stick {
    background-color: #000000;
}

#primary-menu li a {
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}
.site-title a:hover{
	text-decoration: none;
}
.site-title{
	margin-top: 0;
}
.entry-date {
	font-size: 12px;
	color: #7B81AE;
}
.hero-section{
	display: block;
}
.page-title {
	display: none;
}
.iskra-flex {
	display: flex;
	justify-content: center;
}
.iskra-button{
	background-color: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 150px;
	margin: 0 6px;
	width: 120px;
	height: 44px;
	font-weight: normal !important;
	font-style: normal;
	line-height: 16px;
	font-size: 14px;
}

@media only screen and (min-width: 50em){
 .hero-section .hero-content {
    padding: 0;
 }
}
.hero-section{
	margin-bottom: 2em;
}

@media only screen and (min-width: 50em){
.site-branding {
    padding: 3em 1.5em 0;
}
}

@media only screen and (min-width: 50em){
  .content-area {
    width: 100%;
  }
	.site-content .widget-area {
		width: 0%;
	}
	.widget-area p{
		font-size: 20px;
		font-weight: 700;
	}	
	.widget-area .widget_text{
		margin-top: 3em;
		margin-bottom: 1em;
	}
}



.site-branding img {
	width: 60px;
	height: auto;
}

.stick{
	border-bottom: none;
}

.featured-image img {
	border: 1px solid #2D314F;
}

.header-bg {
	min-height: 220px;
}

@media only screen and (max-width: 50em){
	.header-bg {
	  min-height: 160px;
  }
}
.site-content {
  margin-top: 1.5em;
}

.comments-area {
	display: none;
}

.jetpack-likes-widget-wrapper {
	display: none;
}
.entry-footer {
	display: none !important;
}

.site-main {
    margin: 0 0 0 0;
}

.wp-block-image {
	text-align: center;
}

.menu-toggle {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}

button:hover{
	background-color: #000000;
	color: #00ccff;
	font-weight: bold;
}

@media only screen and (max-width: 50em){
	button:hover{
		color: #ffffff;
	}
}
button:not(:hover){
	background-color: #000000;
  color: #ffffff;
	font-weight: bold;
}

.main-navigation li{
	border-top: 1px solid #2d314f;
}

@media (max-width: 767px){
 .elementor:not(.elementor-edit-area-active) .elementor-hidden-phone {
    display: block;
 }
}

.sd-title{
	color: #7B81ae;
}

.is-style-fill a{
	padding:4px 12px;
	border-radius: 4px !important;
	color: #ffffff !important;
}
/* 아래는 eugene.eee가 수정함.
게시물 맨 아래 이전/이후 게시물로 가는 링크를 없애기 위해 적용함.*/
.nav-links {
    display: none;
}
/* 메뉴 자체를 없애기 위해 적용함. */
.stick {
    display: none !important;
}
/* 제목아래 작성자 by Iskra에 link가 있는데 이를 비활성화 되도록 수정함 */
.byline a {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
    cursor: default;
}
/* 사이트 제목 링크 클릭 비활성화 */
.site-title a {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
    cursor: default;
}
/* 로고 링크 클릭 비활성화 */
.site-logo-link {
    pointer-events: none;
    cursor: default;
}