/* ASIKART EasySet Custom CSS */
/* GLOBAL */

.sp-page-title {
    padding: 30px 0;
    background: #FF8800;
}

.body-innerwrapper {
    height: 100%;
    min-height: 100vh;
}

.jsn-form-submit {
    background: #FF8800;
    color: #fff;
}

#sp-footer {
    background: transparent;
    position: absolute;
  	bottom: 0;
    width: 100%;
}

.view-featured #sp-main-body {
  	display: none;
}

.fancybox-overlay {
  	z-index: 9999;
}

#sp-slide {
  	margin-bottom: 330px;
    padding: 40px 0;
}

#sp-main-body {
  	padding: 50px 0 330px 0;
}

#sp-bottom {
  	position: absolute;
  	bottom: 44px;
  	width: 100%;
}

body {
    color: #666;
    font-size: 14px;
    font-family: Microsoft JhengHei, noto sans;
  	letter-spacing: .4px;
}


a {
    color: #333;
}

.scrollup {
    border: none;
    background: none;
}

.scrollup:before {
    color: #666;
}

.offcanvas-menu {
    background-color: #FF8800;
    box-shadow: 3px 3px 30px #000;
}

.offcanvas-overlay {
    background: rgba(0, 0, 0, 0.1);
}

/* Pagination */
.pagination>.active>a, .pagination>.active>span {
    border-color: #424242;
    background-color: #424242;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    border-color: #424242;
    background-color: #424242;
  	opacity: .8;
}

/* Slideshow */
#sp-slideshow {
  	text-align: center;
}

.mod_btslideshow_pro {
	display: inline-block;
}

/* Asika */
.ak_blog_intro::after {
    content: "..."
}

.ak_blog_intro {
    display: initial;
    padding: 0;
}

.ak_blog_img_wrap {
    padding: 0 15px 0 0;
}

/* MENU */

#sp-header .sp-megamenu-parent {
    line-height: 90px;
}

#sp-header .sp-megamenu-parent > li {
    margin: 0 5px 0 0;
}

#sp-header .sp-megamenu-parent > li > a {
    font-size: 14px;
    line-height: normal;
    padding: 10px 15px;
}

.sp-megamenu-parent > li:hover a,
.sp-megamenu-parent > li.active > a {
    background: #FF8800;
    color: #fff;
}

#sp-header {
    box-shadow: none;
}

/* ARTICLE */
.post-format {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: inherit;
    left: -38px;
}

.entry-header {
    margin-bottom: 15px;
}

.entry-header.has-post-format {
    margin-left: 38px;
    display: inline-block;
}

.entry-header h2 {
    margin: 0;
}

.entry-header h2 a {
    font-size: 20px;
  	transition: color .5s;
  	color: #666;
}

.entry-header h2 a:hover {
  	color: #FF8800;
}

/* List Artices */
.category-list a {
    color: #666;
  	transition: color .5s;
}

.category-list a:hover {
  	color: #FF8800;
}


/* FrontPage Article */
.blog-featured .cols-2 {
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}

/* Module */
.sp-module.highlighted, .sp-module.orange, .sp-module.dark, .sp-module.green, .sp-module.maroon, .sp-module.blue, .sp-module.gray, .sp-module.pink, .sp-module.red {
    padding: 20px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset;
}

/*portfolio*/

div.default .btn.active {
    background: #FF8800!important;
    color: #fff!important;
}

div.default .ap-portfolio-item-inner {
    background: #fff!important;}

div.default ul.ap-portfolio-filter li a{
    color:#666;
}

.ap-portfolio-items .ap-portfolio-item {
    border-bottom: none;
}

div.default .ap-portfolio-item-details h4 {
    margin: 10px 0 10px !important;
    padding-bottom: 10px !important;
    font-size: 120% !important;
    font-weight: normal !important;
}

.ap-portfolio-filter li a:before {
    display: none;
}

/*.sp-module.highlighted h3, .sp-module.orange h3, .sp-module.dark h3, .sp-module.green h3, .sp-module.maroon h3, .sp-module.blue h3, .sp-module.gray h3, .sp-module.pink h3, .sp-module.red h3*/
[class*="sp-module"].highlighted h3 {
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: normal;
}

/* News */

.latestnews.right a {
    padding-left: 30px;
    position: relative;
}

.latestnews.right a span {
    color: #666;
}


.latestnews.right a:before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #666;
    left: 5px;
    top: 9px;
    position: absolute;
    border-radius: 100%;
}

.sp-module .latestnews > div {
    padding-bottom: 5px;
    margin-bottom: 0;
    border-bottom: none;
}

.right h3.sp-module-title {
    padding: 10px 0;
    line-height: normal;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
    border-bottom: 3px solid #FF8800;
}

.latestnews small {
    display: none;
}

.custom.right p {
    line-height: 1.3;
}

.sp-module.highlighted {
    background: #FF8800;
}

.readmoremod {
    padding: 10px;
    background: #FF8800;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
}

/* News */
.category-list table,
.category-list .table > thead > tr > th,
.category-list table.category tbody > tr td,
.category-list table.category thead > tr, table.category tbody > tr {
    border: 0;
}

.category-list table.category thead > tr, table.category tbody > tr {
    border-bottom: solid 3px #FF8800;
}

.category-list .table-striped > tbody > tr:nth-of-type(n) {
    border-bottom: solid 1px #ddd;
}

.category-list .table-striped > tbody > tr:nth-of-type(n):hover {
    background: #f9f9f9;
}

.category-list .table-striped > tbody > tr:nth-of-type(odd) {
    background: none;
}

.category-list thead > tr > th a {
    font-size: 16px;
    line-height: 29px;
}

#categorylist_header_date,
td.list-date.small {
    text-align: right;
}

.category-list td.list-date.small {
    font-size: 14px;
}

/* Mobile */
#sp-contact {
    background: #FF8800;
    padding: 10px 0;
}

/* LEFT COLUMN */

/* RIGHT COLUMN */

/* Blog */
.blog.actual-case .item {
    border-bottom: dashed 1px #ddd;
    padding-bottom: 25px;
}

.blog.actual-case article.item {
    margin-bottom: 25px;
}

/* TABLE */
td > p {
    margin: 0px 0;
}

/* Bottom */
#sp-bottom li {
    border: none;
}
/* FOOTER */
#sp-footer {
    background: #FF8800;
}

/* Module */
.module.highlighted {
    background: #FF8800;
}

.user4 h3 span {
    background: #FF8800;
}

/*Contact*/

.jsn-form-content textarea {
    height: inherit;
}

.contact-icon:before {
    background: #FF8800;
}

/* Recaptcha */
@media screen and (max-width: 575px){
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

@media (min-width: 767px) {
    #offcanvas-toggler {
        display: none;
    }
}

/* Peggy */
.logo img {
   max-width: 50%;
}

.btn-info {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff8800;
}

.btn-info:hover {
    background-color: #ffa218;
    border-color: #ff8800;
}

#sp-bottom {
    background-color: #FF9800;
}

.ap-portfolio a:hover{
    color: #bbb;
}

.itemid-101 #sp-user4 .custom span {
	font-size: 20px!important;
    border-bottom: 1px solid;
    padding: 8px;
}

/*===連絡表單===*/
#sp-right .contact-img {
    background: #FF8800;
    padding: 10px;
 }

.jsn-form-submit:hover {
    background: #9E9E9E;
    color: #fff;
}

.btn-primary {
    border-color: #ff8800;
}

.jsn-form-submit:hover {
    background: #ff9800;
}

.btn-primary:hover {
    border-color: #ff9800;
}

.btn-primary.active {
	background-color: #ff8800;
    border-color: #ff8800;
}

/* RWD */
.mobile .col-2:nth-child(1) i {
    font-size: 40px!important;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 100%;
    color: #FF8800;
    border: 4px solid #de7701;
}

.mobile .col-2:nth-child(2) i{
    font-size: 40px!important;
    background-color: #fff;
    border-radius: 100%;
    color: #FF8800;
    padding: 15px 16px;
    border: 4px solid #de7701;
}


@media (max-width:480px) {
  .transaction td:first-child {
       	max-width: 100px;
    	display:block;
  }
  
  .transaction td:nth-child(2) {
    	max-width: 350px;
    	display: block;
  }

  #sp-bottom {
    bottom: -350px;
  }

  #sp-footer {
    bottom: -415px;
}
}



