/* Global */

body {
 background-color:  #ebecf0;
}



/* Common */

#main-content {
  border-top: 1px solid #ccc;
}

.et_monarch .et_social_mobile {
  width: 90%;
}

.not-found {
  margin-top: 20px;
}


/* Header */

#main-header {
  background-color: #222;
}

#main-header .container {
 width: 100%;
}

#main-header .logo {
 margin: 30px 0;
}

.centered .logo {
 width: 100%;
 text-align: center;
}

@media(max-width: 1024px) {
  #main-header .logo {
    height: 40px;
    margin: 20px 0 20px 20px;
  }
  
  .centered .logo {
    width: auto;
    text-align: left;
  }
  
  .centered #et-navigation {
    margin-right: 20px;
  }
}



/* Navigation Menu */

#et-navigation {
  width: 100%;
  background-color: #333 !important;
}

#et-navigation ul {
  margin: 0 auto;
  text-align: center;
}

#et-navigation > ul > li {
  padding-top: 30px;
}

#et-navigation > ul > li > a {
  padding-bottom: 30px;
}

.et-fixed-header #main-header .logo {
  display: none;
}

.et-fixed-header #main-header {
  height: 80px;
}

#et-menu li a {
  font-size: 20px;
}

@media(max-width: 1570px) {
 #et-menu li a {
  font-size: 19px;
 }

 #et-navigation > ul > li {
  margin: 0 10px;
 }
}

@media(max-width: 1370px) {
 #et-menu li a {
  font-size: 16px;
 }

 #et-navigation > ul > li {
  margin: 0 7px;
 }
}

@media(max-width: 1024px) {
  #et-navigation {
    width: auto;
    background-color: transparent !important;
  }
}



/* Carousel */

#member-carousel-message {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: pink;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media(max-width: 320px) {
  #member-carousel-message {
    padding: 5px;
    font-size: 12px;
  }
}

#member-carousel {
 width: 100%;
 height: 100px;
 overflow: hidden;
 margin: 15px 0 20px 0;
 font-size: 35px;
 text-align: center;
 color: #000;
}

@media(max-width: 480px){
  #member-carousel {
    margin-bottom: 0;
  }
}

#member-carousel-load,
#member-carousel-slide {
 width: 100%;
 height: 100px;
}

.flickity-slider > div,
.flickity-slider a {
  display: block;
  width: 106px !important;
  height: 100px;
  text-align: center;
}

.flickity-viewport {
  height: 100px !important;
/*   margin: 0 54px !important; */
}

.flickity-prev-next-button {
  background-color: transparent !important;
}

.flickity-prev-next-button .arrow {
  fill: #fff !important;
}

.flickity-prev-next-button.previous {
  left: -10px !important;
  opacity: 0.8;
}

.flickity-prev-next-button.next {
  right: -10px !important;
  opacity: 0.8;
}



/* Sidebar */

.et_pb_widget.widget_search .widgettitle {
  display: block !important;
}

.et_pb_widget .widgettitle {
  background-color: #333;
  font-family: "Oswald";
}

/*
.cat-post-item {
  padding: 15px 0 !important;
  clear: both;
}

.cat-post-item a:nth-child(1) {
  display: inline-block;
  float: left;
}

.cat-post-item a:nth-child(1) {
  width: 120px;
  text-align: center;
}

.cat-post-item a:nth-child(1) img {
  width: 100px;
  height: auto;
}

.cat-post-item .post-title {
  display: inline-block;
  float: right;
  padding: 0 5px 5px 0;
  font-weight: bold;
  color: #000;
}
*/


.cat-post-item .post-title {
  font-weight: bold;
  color: #000;
}

/*
.cat-post-title {
  font-weight: bold !important;
  color: #000 !important;
}

.cat-post-item p {
  display: inline-block;
  float: right;
}
*/

.et_pb_widget.widget_et_ads .etad {
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
}



/* Footer */

#footer-bottom {
  padding: 0;
  text-align: center;
  background-color: #fff;
}

#footer1 {
  padding: 20px 0 5px 0;
  background-color: #ddd;
}

#footer-logo {
  margin-bottom: 20px;
  color: #fff;
}

#footer-nav {
  float: none;
  width: 100%;
}

#footer-nav ul.et-extra-social-icons {
  display: block;
  width: 100px;
  margin: 0 auto 20px auto;
}

#footer-nav ul#footer-menu {
  margin-bottom: 10px;
}

#footer2 {
  padding: 20px 0 20px 0;
}

@media(max-width: 600px) {
  #footer-logo {
    margin-bottom: 10px;
  }

  #footer-logo img {
    width: 160px;
  }
  
  #footer-menu a {
    font-size: 11px !important;
  }
  
  #footer-menu li {
    margin-right: 5px;
  }

  #footer-menu li:last-of-type {
    margin-right: 0;
  }

  #footer-info {
    font-size: 11px !important;
  }
}



/* Home */

.et_pb_extra_module {
 border-top-color: #303030;
}



/* Article */

/*
.et_pb_section {
 padding: 0;
}
*/

.et-accent-color {
 color: #303030 !important;
}

h1 {
  display: inline-block;
  width: 100%;
  font-size: 35px;
}

h1.entry-title {
  text-align: center;
}

@media(max-width: 480px){
  h1 {
    font-size: 24px;
  }
}

.et_pb_extra_column_main h1 {
  font-weight: 800;
  text-align: center;
}

.post-header h1, .page .post-wrap h1{
 font-weight: 800;
}

/*
.page article {
  border: none;
  box-shadow: none;
}

.et_extra_other_module {
  border: none;
  box-shadow: none;
}
*/

.entry-content a {
 text-decoration: underline !important;
 color: #df054f !important;
}

.entry-content a.sbi_load_btn,
.sbi_follow_btn a {
  text-decoration: none !important;
  color: #fff !important;
}

.et-pb-slider-arrows a {
  text-decoration: none !important;
  color: #333 !important;
}

@media(max-width: 980px) {
  .et_pb_row {
    padding: 10px;
  }
}

/*
@media(max-width: 980px) {
  .et_pb_column {
    margin-bottom: 0;
  }
}
*/

.post-nav {
  display: none;
}

.related-posts {
  display: none;
}



/* Index */

.paginated_page[data-columns]::before {
  display: none !important;
}

.pagination .prev {
  margin-left: 0 !important;
}

.paginated .pagination li.active {
  background-color: pink;
}

@media(max-width: 480px){
  #main-content {
    padding-top: 30px;
  }
  
  .pagination {
    width: 260px !important;
  }
  
  .paginated .pagination li {
    margin-left: 4px !important;
    width: 20px;
    height: 20px;
  }

  .paginated .pagination li a {
    line-height: 20px;
    font-size: 12px;
  }
}



/* Company */

#company-table th {
 width: 30%;
 border: 1px solid #ccc;
 padding: 8px;
}

#company-table td {
 border: 1px solid #ccc;
 padding: 8px;
}



/* Schedule */

.schedule-entry {
  display: table;
  width: 100%;
  border-top-width: 1px !important;
  border-bottom: 1px solid #f1f1f1;
}

.schedule-entry-date {
  display: table-cell;
  width: 126px;
  padding-top: 20px;
  text-align: center;
  vertical-align: top;
}

.schedule-entry-w {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Oswald";
  letter-spacing: 1px;
}

.schedule-entry-dm {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  font-family: "Oswald";
}

.schedule-entry-outline {
  display: table-cell;
  padding: 20px 10px 20px 20px;
  vertical-align: top;
}

.schedule-entry-title {
  width: 100%;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 800;
}

.schedule-entry-outline-text {
  width: 100%;
  margin-bottom: 7px;
  font-size: 14px;
}

.schedule-entry-outline-text p {
  margin-bottom: 5px;
}

.schedule-entry-outline-text p strong {
  font-weight: bold;
}

@media(max-width: 480px){
  .schedule-entry {
    display: block;
    width: 100%;
    border-radius: 0 !important;
  }
  
  .schedule-entry-date {
    display: block;
    width: 100%;
  }
  
  .schedule-entry-outline {
    display: block;
    width: 100%;
    padding: 20px 10px 10px 10px;
  }
  
  .schedule-entry-outline-text p {
    margin-bottom: 9px;
  }
}



/* Page */

@media(max-width: 480px){
  .page .post-wrap .post-content {
    margin-bottom: 20px;
  }
  
  .page .post-wrap{
    padding: 20px 5px !important;
  }
  
/*
  .et_pb_section {
    padding: 30px 0;
  }
*/
}



/* Mash */

.mashsb-box a {
  text-decoration: none !important;
}