/*

For Support Pages (with submenu)

*/

/* common */
@media screen and (max-width:767px){
  .cs-content {
    font-size: 1rem;
  }
  .column_menu .x-bar-widget-area {
    display: none;
  }
}
.section_header {
  padding: 45px 0 0 !important;
}
.section_header .widget_breadcrumb_navxt {
  font-size: 0.8em;
}

/* sidemenu */
.column_menu .x-bar-widget-area {
  list-style: none;
}
.h6_supmenu {
  font-size: 18px;
  position: relative;
  text-align: left;
}
.h6_supmenu span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding-right: 5px;
  background-color: #fff;
  text-align: left;
}
.h6_supmenu::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #777;
}
.x-main .widget {
  margin-top: 0 !important;
}

/* contents */
.column_contents {
}
.h4_suptitle {
  margin: 1em 0;
  padding: 0;
}
.h5_supsubtitle {
  font-size: 1.4em;
  margin: 2em 0 0.5em 0;
  padding-bottom: 0.1em;
  border-bottom: solid 3px #777;
}
.btn_support {
  font-size: 16px !important;
  color: #fff !important;
  background: var(--idk-red) !important;
  border-color: var(--idk-red) !important;
  border-width: 2px !important;
  font-weight: bold;
  padding: 10px !important;
  margin: 15px 0;
  width: 200px;
  text-shadow: none !important;
}
.btn_support:hover {
  background: var(--idk-darkred) !important;
  border-color: var(--idk-darkred) !important;
}
.list_contact li h4 {
  font-size: 1.2em !important;
}
i.circle {
  color: #fff !important;
  background: gray !important;
}

/* Added */
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_link {
  text-decoration: none; 

}
.btn_link:hover {
  text-decoration: underline;
  text-decoration-color: #e60012;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn_blue {
  background-color: #1B67BC;
  border: none;
  padding: 0.8em 2em; 
}
.btn_blue:hover {
  background-color: #12437B;
}
.btn_green {
  background: #01AD73;
  border: 1px solid #01AD73;
  padding: 0.8em 2em; 
}
.btn_green:hover {
  background: #007a4f;
  border: 1px solid #007a4f;
}
.btn_yellow {
  background: #E8C500;
  border: 1px solid #E8C500;
  padding: 0.8em 2em; 
}
.btn_yellow:hover {
  background: #c8ac1d;
  border: 1px solid #c8ac1d;
}
.btn_orange {
  background: #f39601;
  border: 1px solid #f39601;
  padding: 0.8em 2em; 
}
.btn_orange:hover {
  background: #e36c00;
  border: 1px solid #e36c00;
}
.btn_red {
  background: #E93830;
  border: 1px solid #E93830;
  padding: 0.8em 2em; 
  font-weight: bold;
}
.btn_red:hover {
  background: #ca2723;
  border: 1px solid #ca2723;
}
.btn_white {
  color: #161616;
  background: #ffffff;
  border: 1px solid #898989;
  padding: 0.8em 2em; 
}
.btn_white:hover {
  color: #161616;
  background: #D8D9D9;
  border: 1px solid #A6A6A6;
}
.btn_grey {
  background-color: #595858;
  border: 1px solid #595858;
  padding: 0.8em 2em; 
}
.btn_grey:hover {
  background-color: #231815;
  border: 1px solid #231815;
}
