/* @override 
	https://aruhinokoto.sixcore.jp/s/wp-content/themes/robertcampbell/assets/css/styles.css?* */

/* @group reset */

/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* @end */

/* @group default */

/* @group font setup */

body {
	font: 12px "Helvetica Neue", 'Hiragino Kaku Gothic ProN', "Yu Gothic Medium", Verdana, Meiryo, sans-serif;
	line-height: 1.65;
	color: #313131;
}

@media all and (-ms-high-contrast:none){
	/*! IE11 フォントバグ対策（メイリオに変更） */
  ::-ms-backdrop, body {
  	font-family: "Helvetica Neue", 'Hiragino Kaku Gothic ProN', Verdana, Meiryo, sans-serif;
  }
}

/* @end */

a {
	color: #3399CC;
	text-decoration: none;
}

a:hover {
	color: #ED1E79;
	text-decoration: underline;
}

a:active {
	position: relative;
	top: 1px;
}

::selection {
	background-color: #d6dde5;
}

::-moz-selection {
	background-color: #d6dde5;
}



/* @end */

/* @group functions */

/*clearfix*/

.clearfix::after,
#global-menu-nav div ul::after,
#slide-news nav::after,
main article::after,
.entry-content::after,
.entry-content .gallery::after {
	content: "";
	display: table;
	clear: both;
}

/*Background Image*/

.img,
.jpg,
.gif,
.png,
#masthead #greetings,
#masthead #site-title,
#global-menu-nav div ul li a,
#social-links-nav div ul li a,
#slide-news nav h3 a,
.page-id-26 main article .entry-header .entry-title,
.page-id-6 main article .entry-header .entry-title,
.page-id-15 article .entry-header .entry-title,
#open-menu,
#sm-menu-nav #close-menu {
	display: block;
	background-size: 100%;
	background-repeat: no-repeat;
	font-size: 0;
}

/*Serif*/

.serif,
.inline-heading,
article .entry-header .entry-title,
.single-blog .entry-content h1,
.single-blog .entry-content h2,
.single-blog .entry-content h3,
.single-blog .entry-content h4,
.signle-blog .entry-content h5,
.signle-blog .entry-content h6,
.signle-blog .entry-content p,
.signle-blog .entry-content div {
	font-family: Georgia, "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS Mincho", serif;
}

/* @end */

/* @group tools */

.display-none {
	display: none;
}

.display-block {
	display: block;
}

.display-inline {
	display: inline;
}

.display-inline-block {
	display: inline-block;
}

.text-color-red {
	color: red;
}

/* @end */

html {
	-webkit-text-size-adjust: 100%;
}

body {
	
}

/*HOME*/
body.home {
	background: url(images/top.gif) center top no-repeat;
}

#page {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/* @group masthead */

#masthead {
	
}

/*HOME*/
.home #masthead {
	background: rgba(183, 121, 121, 0);
	height: auto;
	padding: 0;
	margin-top: 68px;
	margin-left: 163px;
}

.home #site-title {
	margin-bottom: 10px;
}

/*NEWS*/
.page-id-26 #masthead,
.error404 #masthead {
	background: url(images/h_news.gif) #22b573;
	height: 102px;
	padding-left: 28px;
}

/*BIOGRAPHY*/
.page-id-6 #masthead {
	background-color: #29abe2;
	height: 102px;
	padding-left: 28px;
}

/*RADIO*/
.page-id-20 #masthead {
	background: url(images/t_radio.gif);
	height: 291px;
	padding-left: 28px;
}

/*BLOG*/
.page-id-22 #masthead,
.single-blog #masthead {
	background: url(images/t_blog.gif);
	height: 291px;
	padding-left: 28px;
}

/*CONTACT*/
.page-id-15 #masthead {
	background: url(images/h_contact.gif) #ed1e79;
	height: 102px;
	padding-left: 28px;
}

#masthead #greetings {
	float: right;
	width: 114px;
	height: 23px;
	background-image: url(images/m_greetings.png);
	margin-top: 10px;
	margin-right: 28px;
	margin-bottom: 183px;
}

#masthead #greetings:hover {
	background-position: 0 -23px;
}

#masthead #site-title {
	background-image: url(images/logo.png);
	width: 447px;
	height: 60px;
	clear: both;
}

/*RADIO, BLOG*/
.page-id-20 #masthead #site-title,
.page-id-22 #masthead #site-title,
.single-blog #masthead #site-title {
	background-image: url(images/logo_s.png);
	width: 326px;
	height: 31px;
	clear: both;
}

#masthead #site-description {
	display: none;
}

/* @group global-menu-nav */

#global-menu-nav {
	
}

#global-menu-nav div {
	
}

#global-menu-nav div ul {
	
}

#global-menu-nav div ul li {
	float: left;
}

/*HOME*/
.home #global-menu-nav div ul li {
	float: none;
	margin-left: -3px;
	margin-bottom: 5px;
}

#global-menu-nav div ul li a {
	
}

/* @group NEWS, BIOGRAPHY, CONTACT Menu */

/*HOME*/
#menu-item-12 a {
	background-image: url(images/m_home.png);
	width: 49px;
	height: 12px;
}

#menu-item-12 a:hover {
	background-position: 0 -12px;
}

/*NEWS*/
#menu-item-28 a {
	background-image: url(images/m_news.png);
	width: 52px;
	height: 12px;
}

.page-id-26 #menu-item-28 a,
#menu-item-28 a:hover {
	background-position: 0 -12px;
}

/*RADIO*/
#menu-item-25 a {
	background-image: url(images/m_radio.png);
	width: 58px;
	height: 12px;
}

#menu-item-25 a:hover {
	background-position: 0 -12px;
}

/*BLOG*/
#menu-item-24 a {
	background-image: url(images/m_blog.png);
	width: 53px;
	height: 12px;
}

#menu-item-24 a:hover {
	background-position: 0 -12px;
}

/*BIOGRAPHY*/
#menu-item-11 a {
	background-image: url(images/m_bio.png);
	width: 91px;
	height: 12px;
}

.page-id-6 #menu-item-11 a,
#menu-item-11 a:hover {
	background-position: 0 -12px;
}

/*CONTACT*/
#menu-item-17 a {
	background-image: url(images/m_contact.png);
	width: 69px;
	height: 12px;
}

.page-id-15 #menu-item-17 a,
#menu-item-17 a:hover {
	background-position: 0 -12px;
}

/* @end */

/* @group RADIO, BLOG Menu */

/*HOME*/
.page-id-20 #menu-item-12 a,
.page-id-22 #menu-item-12 a,
.single-blog #menu-item-12 a {
	background-image: url(images/m_home_bl.png);
	width: 51px;
	height: 18px;
}

.page-id-20 #menu-item-12 a:hover,
.page-id-22 #menu-item-12 a:hover,
.single-blog #menu-item-12 a:hover {
	background-position: 0 -18px;
}

/*NEWS*/
.page-id-20 #menu-item-28 a,
.page-id-22 #menu-item-28 a,
.single-blog #menu-item-28 a {
	background-image: url(images/m_news_bl.png);
	width: 52px;
	height: 18px;
}

.page-id-20 #menu-item-28 a:hover,
.page-id-22 #menu-item-28 a:hover,
.single-blog #menu-item-28 a:hover {
	background-position: 0 -18px;
}

/*RADIO*/
.page-id-20 #menu-item-25 a,
.page-id-22 #menu-item-25 a,
.single-blog #menu-item-25 a {
	background-image: url(images/m_radio_bl.png);
	width: 58px;
	height: 18px;
}

.page-id-20 #menu-item-25 a,
.page-id-22 #menu-item-25 a:hover,
.single-blog #menu-item-25 a:hover {
	background-position: 0 -18px;
}

/*BLOG*/
.page-id-20 #menu-item-24 a,
.page-id-22 #menu-item-24 a,
.single-blog #menu-item-24 a {
	background-image: url(images/m_blog_bl.png);
	width: 53px;
	height: 18px;
}

.page-id-20 #menu-item-24 a:hover,
.page-id-22 #menu-item-24 a,
.single-blog #menu-item-24 a {
	background-position: 0 -18px;
}

/*BIOGRAPHY*/
.page-id-20 #menu-item-11 a,
.page-id-22 #menu-item-11 a,
.single-blog #menu-item-11 a {
	background-image: url(images/m_bio_bl.png);
	width: 91px;
	height: 18px;
}

.page-id-20 #menu-item-11 a:hover,
.page-id-22 #menu-item-11 a:hover,
.single-blog #menu-item-11 a:hover {
	background-position: 0 -18px;
}

/*CONTACT*/
.page-id-20 #menu-item-17 a,
.page-id-22 #menu-item-17 a,
.single-blog #menu-item-17 a {
	background-image: url(images/m_contact_bl.png);
	width: 69px;
	height: 18px;
}

.page-id-20 #menu-item-17 a:hover,
.page-id-22 #menu-item-17 a:hover,
.single-blog #menu-item-17 a:hover {
	background-position: 0 -18px;
}

/* @end */

/* @group HOME Menu */

/*HOME*/
.home #menu-item-12 a {
	background-image: url(images/m_top_home.png);
	width: 55px;
	height: 22px;
}

.home #menu-item-12 a:hover {
	background-position: 0 -22px;
}

/*NEWS*/
.home #menu-item-28 a {
	background-image: url(images/m_top_news.png);
	width: 53px;
	height: 23px;
}

.home #menu-item-28 a:hover {
	background-position: 0 -23px;
}

/*RADIO*/
.home #menu-item-25 a {
	background-image: url(images/m_top_radio.png);
	width: 56px;
	height: 23px;
}

.home #menu-item-25 a:hover {
	background-position: 0 -23px;
}

/*BLOG*/
.home #menu-item-24 a {
	background-image: url(images/m_top_blog.png);
	width: 53px;
	height: 23px;
}

.home #menu-item-24 a:hover {
	background-position: 0 -23px;
}

/*BIOGRAPHY*/
.home #menu-item-11 a {
	background-image: url(images/m_top_bio.png);
	width: 101px;
	height: 23px;
}

.home #menu-item-11 a:hover {
	background-position: 0 -23px;
}

/*CONTACT*/
.home #menu-item-17 a {
	background-image: url(images/m_top_contact.png);
	width: 84px;
	height: 23px;
}

.home #menu-item-17 a:hover {
	background-position: 0 -23px;
}

/* @end */

/* @end */

/* @group social-links-nav */

#social-links-nav {
	float: right;
	margin-top: -195px;
	position: relative;
	z-index: 9999;
}

#social-links-nav ul {
	
}

#social-links-nav ul li {
	margin-bottom: 10px;
	text-align: right;
}

#social-links-nav ul li img {
	
}

#social-links-nav ul li#item-twitter img {
	width: 25px;
	height: 20px;
}

#social-links-nav ul li#item-instagram img {
	width: 25px;
	height: 25px;
}

#social-links-nav ul li#item-facebook img {
	width: 25px;
	height: 25px;
}

#social-links-nav ul li#item-youtube img {
	width: 25px;
	height: 18px;
}

#social-links-nav ul li#item-tiktok img {
	width: 47px;
	height: 10px;
}


/* @end */

/* @end */

#sm-menu-nav {
	display: none;
}

#inline-content {
	border-top: 10px solid #009BE4;
	border-bottom: 8px solid #009D95;
	width: 510px;
	margin: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#inline-content .inline-heading {
	color: #009D95;
	font-size: 25px;
}

#inline-content p {
	margin-bottom: 10px;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
}

#content {
	
}

/*HOME*/
.home #content {
	position: absolute;
	top: 0;
}

main {
	
}

/* @group article */

article {
	
}

article .entry-header {
	
}

article .entry-header .time {
	background-color: #fbb03b;
	padding: 7px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 40px;
}

/*RADIO*/

.page-id-20 article .entry-header .time {
	background-color: #fbb03b;
}

/*BLOG*/

.page-id-22 article .entry-header .time,
.single-blog article .entry-header .time {
	background-color: #29abe2;
}

article .entry-header .to-top {
	margin-left: 88px;
}

article .entry-header .entry-title {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}

/*NEWS*/

.page-id-26 article .entry-header .entry-title {
	background-image: url(images/t_news.gif);
	width: 72px;
	height: 18px;
	margin-top: 20px;
	margin-left: 28px;
}

/*BIOGRAPHY*/

.page-id-6 article .entry-header .entry-title {
	background-image: url(images/t_bio.gif);
	width: 164px;
	height: 18px;
	margin-top: 20px;
	margin-left: 28px;
}

/*RADIO*/

.page-id-20 article .entry-header .entry-title {
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 25px;
}

/*BLOG*/

.page-id-22 article .entry-header .entry-title {
	margin-right: 88px;
	margin-bottom: 25px;
	margin-left: 88px;
}

/*BLOG POST*/

.single-blog article .entry-header .entry-title {
	margin: 10px 88px 25px;
}


/*CONTACT*/

.page-id-15 article .entry-header .entry-title {
	background-image: url(images/t_contact.gif);
	width: 134px;
	height: 18px;
	margin-top: 20px;
	margin-left: 28px;
}

.entry-content {
	padding: 0 28px 28px;
}

/*RADIO*/

.page-id-20 .entry-content {
	margin-right: 22px;
	margin-left: 22px;
}

/*BLOG*/

.page-id-22 .entry-content,
.single-blog .entry-content {
	margin-right: 60px;
	margin-left: 60px;
}

.entry-content h1,
.entry-content h2 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}

.page-id-6 .entry-content h2 {
	font-size: 14px;
	margin-bottom: 20px;
}

.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 14px;
}

.entry-content p {
	margin-bottom: 20px;
}

.page-id-20 .entry-content p {
	margin-bottom: 10px;
}

.entry-content img {
	
}

.entry-content .gallery {
	margin-bottom: 20px;
}


.entry-content .gallery .gallery-item {
	float: left;
	text-align: center;
}

.entry-content .gallery-columns-1 .gallery-item:nth-child(1n+1),
.entry-content .gallery-columns-2 .gallery-item:nth-child(2n+1),
.entry-content .gallery-columns-3 .gallery-item:nth-child(3n+1),
.entry-content .gallery-columns-4 .gallery-item:nth-child(4n+1),
.entry-content .gallery-columns-5 .gallery-item:nth-child(5n+1),
.entry-content .gallery-columns-6 .gallery-item:nth-child(6n+1),
.entry-content .gallery-columns-7 .gallery-item:nth-child(7n+1),
.entry-content .gallery-columns-8 .gallery-item:nth-child(8n+1),
.entry-content .gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: both;
}

.entry-content .gallery-columns-1 .gallery-item {
	width: 100%;
	clear: none;
}

.entry-content .gallery-columns-2 .gallery-item {
	width: 50%;
	clear: none;
}

.entry-content .gallery-columns-3 .gallery-item {
	width: 33%;
	clear: none;
}

.entry-content .gallery-columns-4 .gallery-item {
	width: 25%;
	clear: none;
}

.entry-content .gallery-columns-5 .gallery-item {
	width: 20%;
	clear: none;
}

.entry-content .gallery-columns-6 .gallery-item {
	width: 16%;
	clear: none;
}

.entry-content .gallery-columns-7 .gallery-item {
	width: 14%;
	clear: none;
}

.entry-content .gallery-columns-8 .gallery-item {
	width: 12%;
	clear: none;
}

.entry-content .gallery-columns-9 .gallery-item {
	width: 11%;
	clear: none;
}


.entry-content .gallery-item img {
	width: auto;
	height: auto;
}

.entry-content .alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.entry-content .alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.entry-content .aligncenter {
	margin-bottom: 20px;
	margin-right: auto;
	display: block;
	margin-left: auto;
	clear: both;
}

.entry-content ul,
.entry-content ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content pre {
	font-family: monospace;
	margin-bottom: 20px;
}

.entry-content blockquote {
	margin-bottom: 20px;
	border-left: 3px solid #f2f2f2;
	padding-left: 5px;
	color: #6c6c6c;
}

.entry-content table {
	border-style: none;
	margin-bottom: 20px;
}

.entry-content table tr {
	
}

.entry-content table tr th {
	border-style: none;
	background-color: #EEF3FA;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-style: normal;
	border-bottom: 2px solid #ffffff;
}

.entry-content table tr td {
	border-style: none;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
}

.entry-content table p {
	margin-bottom: 10px;
}

.entry-content hr {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

.entry-content p hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.entry-content .mejs-audio {
	margin-bottom: 10px;
}

/* @group column */

#news-tab {
	display: none;
}

.entry-content .column {
	width: 435px;
}

.entry-content .column.left {
	float: left;
}

.entry-content .column.right {
	float: right;
}

.entry-content .column .news-heading {
	font-weight: bold;
	border-bottom: 1px dotted #999;
	padding-bottom: 4px;
	margin-bottom: 8px;
	font-size: 13px;
}

.entry-content .column .news-list {
	margin-left: 20px;
}

.entry-content .column .news-list li {
	list-style-type: disc;
	margin-bottom: 7px;
}

.entry-content .column .news-list li p {
	margin-bottom: 0;
}

/* @end */

/* @group slide-news */

#slide-news {
	
}

#slide-news nav {
	
}

#slide-news nav h3 {
	width: 72px;
	height: 30px;
	background-color: #000000;
	padding-top: 8px;
}

#slide-news nav h3 a {
	background-image: url(images/ico_news.gif);
	width: 47px;
	height: 13px;
	margin-right: auto;
	margin-left: auto;
}

#slide-news nav div {
	border-style: none;
	width: 878px;
	float: right;
	background-color: transparent;
	margin-top: -15px;
	margin-left: 72px;
}

#slide-news nav div ul {
	background-color: #333333;
	height: 30px;
	padding-left: 15px;
	overflow: hidden;
}

#slide-news nav div ul li {
	
}

#slide-news nav div ul li a {
	color: #ffffff;
	line-height: 30px;
}

/* @end */

/* @group contact-table */

#contact-table {
	width: 728px;
	margin-right: auto;
	margin-left: auto;
}

#contact-table tr {
	
}

#contact-table tr th {
	background-color: transparent;
	border-right: 3px solid #333333;
	text-align: right;
	padding-bottom: 10px;
}

#contact-table tr td {
	vertical-align: middle;
	padding-bottom: 10px;
}

#contact-table tr td textarea {
	width: 500px;
	height: 71px;
	padding: 5px;
	font-size: 12px;
}

#contact-table tr td input[type="text"],
#contact-table tr td input[type="tel"],
#contact-table tr td input[type="email"] {
	padding: 5px;
	font-size: 12px;
}

#contact-table tr td .wpcf7-not-valid-tip {
	margin-top: 5px;
}

#contact-table tr td input[type="submit"] {
	width: 60px;
	height: 25px;
	margin-top: 20px;
	background-color: #56b278;
	color: #ffffff;
	border-radius: 5px;
}

#contact-table tr td input[type="submit"]:hover {
	background-color: #7dc195;
}

/* @end */



/* @end */

/* @group navigation */

main .navigation {
	
}

main .navigation .screen-reader-text {
	display: none;
}

main .navigation .nav-links {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

main .navigation .nav-links .page-numbers {
	border: 1px solid #4D678C;
	padding: 3px 7px 2px;
	color: #4D678C;
	margin: 2px;
}

main .navigation .nav-links .page-numbers.current {
	background-color: #4D678C;
	color: #ffffff;
}

main .navigation .nav-links .page-numbers.dots {
	border-style: none;
}

main .navigation .nav-links .page-numbers:hover {
	color: #B7A5B1;
	border: 1px solid #9a0;
	color: #B7A5B1;
	text-decoration: none;
}

main .navigation .nav-links .page-numbers.dots:hover {
	border-style: none;
	color: #4D678C;
}

/* @end */

/* @group error-404 */

.error-404 {
	width: 600px;
	margin: 100px auto;
}

.error-404 .page-header {
	
}

.error-404 .page-header .page-title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.error-404 .page-content {
	
}

.error-404 .page-content p {
	text-align: center;
}

/* @end */

/* @group colophon */

#colophon {
	border-top: 1px solid #111111;
	padding-top: 5px;
	height: 50px;
}

/*HOME*/
.home #colophon {
	display: none;
}

#colophon p {
	text-align: center;
}

#colophon p small {
	
}

/* @end */

/* @group plugins */

/* @group FlexSlider */

/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* @end */

/* @end */

@media screen and (max-width: 950px) {
	body {
		font-size: 14px;
	}
	
	#page {
		width: 100%;
		margin-top: 85px;
	}
	
	.page-id-20 #page,
	.page-id-22 #page,
	.single-blog #page {
		margin-top: 120px;
	}
	
	#masthead {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
	
	.page-id-26 #masthead,
	.page-id-6 #masthead,
	.page-id-15 #masthead,
	.error404 #masthead {
		background-position: right;
		height: 60px;
	}
	
	.page-id-20 #masthead,
	.page-id-22 #masthead,
	.single-blog #masthead {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		height: 120px;
		padding-left: 28px;
	}
	
	.page-id-20 #masthead {
		background-color: #009ae4;
	}
	
	.page-id-22 #masthead,
	.single-blog #masthead {
		background-color: #22b573;
	}
	
	#masthead #greetings {
		float: right;
		width: 114px;
		height: 23px;
		background-image: url(images/m_greetings.png);
		margin-top: 10px;
		margin-right: 20px;
		margin-bottom: -10px;
	}
	
	#masthead #site-title {
		width: 300px;
		height: 50px;
		float: left;
		background-size: contain;
		margin-top: 6px;
		background-position: 0 top;
	}
	
	.page-id-20 #site-title,
	.page-id-22 #site-title,
	.single-blog #site-title {
		display: none !important;
	}
	
	#global-menu-nav {
		display: none;
	}
	
	#open-menu {
		background-image: url(images/sm/open_menu.svg);
		width: 30px;
		height: 30px;
		float: right;
		margin-right: 20px;
		margin-top: 20px;
		clear: right;
		cursor: pointer;
	}
	
	#sm-menu-nav {
		display: block;
		position: fixed;
		right: -200px;
		top: 0;
		background-color: #000000;
		padding: 20px;
		height: 100vh;
		overflow-y: auto;
		z-index: 9999;
		transition: all .3s;
		width: 200px;
	}
	
	#sm-menu-nav #close-menu {
		background-image: url(images/sm/close_menu.svg);
		height: 24px;
		margin-bottom: 20px;
		float: right;
		width: 24px;
		cursor: pointer;
	}
	
	#sm-menu-nav ul {
		clear: both;
	}
	
	#sm-menu-nav ul li {
		margin-bottom: 15px;
	}
	
	#sm-menu-nav ul li a {
		color: #ffffff;
		font-size: 18px;
	}
	
	#sm-menu-nav ul li a:hover {
		text-decoration: none;
	}
	
	#black-cover {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		background-color: #000;
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}
	
	.nav-open #sm-menu-nav {
	  right: 0;
	}
	
	.nav-open #black-cover {
	  opacity: .8;
	  visibility: visible;
	}
	
	#inline-content {
		width: auto;
		margin: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#inline-content .inline-heading {
		font-size: 20px;
		line-height: 28px;
	}
	
	#inline-content p {
		margin-bottom: 10px;
		font-size: 14px;
		padding: 0;
	}
	
	article .entry-header .entry-title {
		margin-right: 30px !important;
		margin-left: 30px !important;
	}
	
	article .entry-header .to-top {
		margin-left: 30px;
		margin-right: 30px;
	}
	
	.entry-content {
		margin: 0 !important;
	}
	
	.page-id-6 .entry-content div {
		width: auto !important;
	}
	
	.entry-content p a {
		word-break: break-all;
	}
	
	.entry-content img {
		display: block;
		margin-right: auto !important;
		margin-left: auto !important;
		text-align: center;
		float: none !important;
	}
	
	.entry-content .alignright {
		float: none;
		margin: 0 auto;
	}
	
	.entry-content .alignleft {
		float: none;
		margin: 0 auto;
	}
	
	.entry-content .aligncenter {
		margin: 0 auto;
	}
	
	.entry-content table {
		width: auto !important;
	}
	
	main .navigation .nav-links .page-numbers {
		margin: 0;
		font-size: 12px;
	}
	
	main .navigation .nav-links .page-numbers.dots {
		padding: 0;
	}
	
	/* @group .home */
	
	body.home {
		background-size: contain;
		margin-top: 250px;
		background-position: 0 35px;
	}
	
	.home #masthead {
		margin: 0;
		position: static;
	}
	
	.home #masthead #site-title {
		margin-right: auto;
		margin-left: auto;
		background-image: url(images/sm/logo.svg);
		width: 90%;
		margin-bottom: 100px;
		float: none;
	}
	
	.home #masthead #global-menu-nav {
		margin-right: auto;
		margin-left: auto;
		width: 300px;
		display: block;
	}
	
	.home #menu-item-12 a {
		background-image: url(images/sm/m_top_home.svg);
	}
	
	.home #menu-item-28 a {
		background-image: url(images/sm/m_top_news.svg);
	}
	
	.home #menu-item-25 a {
		background-image: url(images/sm/m_top_radio.svg);
	}
	
	.home #menu-item-24 a {
		background-image: url(images/sm/m_top_blog.svg);
	}
		
	.home #menu-item-11 a {
		background-image: url(images/sm/m_top_bio.svg);
	}
		
	.home #menu-item-17 a {
		background-image: url(images/sm/m_top_contact.svg);
	}
	
	.home #menu-item-12 a,
	.home #menu-item-28 a,
	.home #menu-item-25 a,
	.home #menu-item-24 a,
	.home #menu-item-11 a,
	.home #menu-item-17 a {
		background-size: auto 100%;
		width: auto;
		height: 25px;
		margin-bottom: 30px;
		margin-right: 10px;
		margin-left: 10px;
		font-size: 0;
	}
	
	.home #menu-item-12 a:hover,
	.home #menu-item-28 a:hover,
	.home #menu-item-25 a:hover,
	.home #menu-item-24 a:hover,
	.home #menu-item-11 a:hover,
	.home #menu-item-17 a:hover {
		background-position: left top;
	}
	
	#social-links-nav {
		float: none;
		margin-top: 40px;
	}
	
	#social-links-nav ul {
		text-align: center;
	}
	
	#social-links-nav ul li {
		margin-bottom: 20px;
		margin-right: 12px;
		margin-left: 12px;
		text-align: left;
		display: inline-block;
	}
	
	#social-links-nav ul li img {
		vertical-align: middle;
	}
	
	#social-links-nav ul li#item-twitter img {
		width: 50px;
		height: 40px;
	}
	
	#social-links-nav ul li#item-instagram img {
		width: 50px;
		height: 50px;
	}
	
	#social-links-nav ul li#item-facebook img {
		width: 50px;
		height: 50px;
	}
	
	#social-links-nav ul li#item-youtube img {
		width: 51px;
		height: 36px;
	}
	
	#social-links-nav ul li#item-tiktok img {
		width: 94px;
		height: 21px;
	}
	
	.home #open-menu {
		display: none;
	}
	
	/* @end */
	
	/* @group #slide-news */
	
	#slide-news nav h3 {
		display: none;
	}
	
	#slide-news nav div {
		border-style: none;
		float: none;
		width: auto;
		margin: 0;
	}
	
	#slide-news nav div ul {
		background-color: #333333;
		height: auto;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
	
	#slide-news nav div ul li {

	}
	
	#slide-news nav div ul li a {
		color: #ffffff;
		font-size: 12px;
		line-height: 1.5;
		display: block;
		width: 100vw;
		padding: 10px;
	}
	
	/* @end */
	
	/* @group .column */
	
	#news-tab {
		display: block;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	
	#news-tab span {
		display: block;
		border: 2px solid #ed1d78;
		padding: 6px 15px 5px;
		cursor: pointer;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		border-radius: 25px ;
		margin-bottom: 5px;
	}
	
	#news-tab span.active {
		color: #ffffff;
		background-color: #ed1d78;
	}
	
	#news-tab #news-tab-01 {
		
	}
	
	#news-tab #news-tab-02 {
			
	}
	
	.entry-content .column {
		width: auto;
		display: none;
	}
	
	.entry-content .column.active {
		display: block;
	}
	
	.entry-content .column .news-heading {
		display: none;
	}
	
	.entry-content .column.left {
		float: none;
	}
	
	.entry-content .column.right {
		float: none;
	}
	
	/* @end */
	
	#contact-table {
		margin: 0;
		display: block;
	}
	
	#contact-table tbody {
		width: 100%;
		display: block;
	}
	
	#contact-table tr {
		display: block;
		width: 100%;
	}
	
	#contact-table tr th {
		border-right-style: none;
		display: block;
		text-align: left;
		padding: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	
	#contact-table tr td {
		display: block;
		padding: 0 0 20px;
		width: 100%;
		margin-bottom: 20px;
		border-bottom: 1px solid #d4d4d4;
	}
	
	#contact-table tr td span {
		padding-top: 5px;
	}
	
	#contact-table tr td textarea {
		width: 100%;
		height: 100px;
	}
	
	#contact-table tr:last-child td {
		width: 100%;
		border-bottom-style: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	#contact-table tr td input[type="text"],
	#contact-table tr td input[type="tel"],
	#contact-table tr td input[type="email"] {
		width: 100%;
	}
	
	
	#contact-table tr td input[type="submit"] {
		width: 150px;
		height: 40px;
		font-size: 16px;
	}
	
	#contact-table tr td input[type="submit"]:hover {
		background-color: #7dc195;
	}
}

@media screen and (max-width: 480px) {
	
	#masthead #site-title {
		width: 220px;
		height: 50px;
		margin-top: 12px;
	}
	
	/* @group .home */
	
	body.home {
		margin-top: 150px;
	}
	
	.home #masthead #site-title {
		margin-bottom: 90px;
	}
	
	.home #masthead #global-menu-nav {
		width: 210px;
	}
	
	.home #menu-item-12 a,
	.home #menu-item-28 a,
	.home #menu-item-25 a,
	.home #menu-item-24 a,
	.home #menu-item-11 a,
	.home #menu-item-17 a {
		background-size: auto 100%;
		height: 20px;
		margin-bottom: 25px;
	}
	
	#social-links-nav ul li {
		margin-right: 5px;
		margin-left: 5px;
	}
	
	#social-links-nav ul li#item-twitter img {
		width: 35px;
		height: 28px;
	}
	
	#social-links-nav ul li#item-instagram img {
		width: 35px;
		height: 35px;
	}
	
	#social-links-nav ul li#item-facebook img {
		width: 35px;
		height: 35px;
	}
	
	#social-links-nav ul li#item-youtube img {
		width: 35px;
		height: 25px;
	}
	
	#social-links-nav ul li#item-tiktok img {
		width: 66px;
		height: 15px;
	}
	
	/* @end */
}
