/*
Theme Name: Fraction Premium Theme
Theme URI: http://fraction.orange-themes.com/
Description: Fraction Premium Wordpress Theme
Author: Orange Themes
Author URI: http://www.orange-themes.com/
Version: 1.1.6
Tags: 
License: GNU General Public License
License URI: README_License.txt
*/

::-moz-selection{ text-shadow: 1px 1px 1px #0089EB;}
::selection{ text-shadow: 1px 1px 1px #0089EB;}

/** Wordpress default clases */

.post.sticky { background: #f8f8f8; padding: 0px 0px 16px 0px; }

.sticky .article-content { padding: 0px 16px; }

.article-block-small-image.sticky .article-header { padding: 8px 20px 0px 16px; }

.gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; }

.bypostauthor {}

.main-menu-wrapper ul ul li a i { font-style: normal!important; }

.alignright  {}

.alignleft  {}

.aligncenter   {}

ul li a i { font-style: normal; }

.wp-caption-text {
  display: block;
}

.gallery-photo .loading {
	background: rgba(255,255,255,0.7) url(./images/loading.gif) no-repeat center center;
	line-height: 0px;
	min-height: 100px;
}

.waiter > img {
  position:relative;
}

.gallery-photo .loading img {
	opacity:0.6!important;
	filter:alpha(opacity=60)!important;
}

.gallery-photo .loading {
	display:inline-block;
	background:#fff url(./images/loading.gif) no-repeat center center;
	line-height:0px;
	min-height:400px;

}

.gallery-photo .loading img {
	opacity:0.6;
	filter:alpha(opacity=60);
}

/* isotope transition styles */

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
  
#infscr-loading {
	background: -moz-linear-gradient(center top , #747D84 0%, #434F56 100%) repeat scroll 0 0 transparent;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	bottom: 0;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	height: 50px;
	left: 50%;
	margin-left: -45px;
	padding-top: 20px;
	position: fixed;
	text-align: center;
	z-index: 1000;
	width: 90px;
	background-repeat:no-repeat;
	background-position: center center;
}
	
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.bypostauthor {}

img { height: auto !important; }

  #makeMeScrollable
  {
    position: relative;
  }
  
  #makeMeScrollable div.scrollableArea img
  {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

.wpb_gallery.wpb_posts_slider.wpb_content_element p {
  height: 40px;
  overflow: hidden;
}

#popup {
  max-width: 90%;
}

#popup img {
  max-width: 100%;
}

/*************louie custome style*************************/
.close {
  background: red;/*#606061*/
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  /*right: -12px;*/
  left: -2%;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.popContentHolder{
  background:#FFFAF0;
  padding: 10px;
  height: 100%;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  overflow: auto;
}
.white_content2 {
  display: none;
  position: fixed;
  top: 10%;
  left: 40%;
  z-index:1010;
  margin:  20% auto;
  width: 30%;
  padding-top: 5px;
  background: linear-gradient(to right,
    violet 10%,red 20%,orange 30%,yellow 60%,green 70%,blue 80%,black 90%,white 100%);
  box-shadow: 5px 5px 10px #888888;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  color: grey;
}

/*main template custom*/
::-webkit-scrollbar {
    width: 12px;
}
     
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
     
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.breaking-news .comment-link,.breaking-news .breaking-block h4 a{
  color:#C92422 !important;
}
.breaking-news .breaking-title{
  background:#C92422 !important;
}
.breaking-news{
  background:#E4E4E4 !important;
  color: #C92422 !important;
}
/*body{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-select:none;
  -webkit-touch-callout: none;*/
  /*-webkit-user-select: none;  Webkit */
   /*-moz-user-select: none;    Firefox */
  /*-ms-user-select: none;      IE 10  */
  /* Currently not supported in Opera but will be soon 
  -o-user-select: none;
  user-select: none;  
}*/
.main-menu > ul > li:not(.has-ot-mega-menu) li a, .main-menu > ul > li > a{
  padding:14.2px;
  /*padding:16px;*/
        font-size:18px;
}
.search-header:after{
  line-height:43px !important;
  height:inherit !important;
}
.search-header input[type=submit]{
  line-height:43px !important;
  height:43px !important;
}
.search-header input[type=text], .search-header input[type=search]{
  line-height:43px !important;
  height:43px !important;
}
.fa{
  color:#C92422;
}
 a:hover{
  text-decoration:none !important;
}

.big-message h2{
  background:C92422 !important;
}
/*.header{
  margin-bottom:0px !important;remove if there is a slider
}*/

.header .header-right{
  background:#C92422 !important;
}

.main-menu > ul > li a:hover{
  background:#E4E4E4 !important;
  color: #C92422 !important;
}

.header .header-left{
  background:#E4E4E4!important;
}
.header .under-menu li:hover > a{
  background:#E4E4E4 !important;
  color: #C92422 !important;
}

.main-menu > ul > li:not(.has-ot-mega-menu) li:hover > a,
.main-menu > ul > li:hover > a {
  background:#E4E4E4 !important;
  color: #C92422 !important;
}

.main-menu > ul > li:not(.has-ot-mega-menu) li:hover > a:hover {
  background:#fff!important;
  color: #C92422 !important;
}

/*.main-menu > ul > li:not(.has-ot-mega-menu) > ul li > a{
  background:#E4E4E4 !important;
}*/
em.column a#compoundst{
    -webkit-transition: width 2s !important;  /*Safari */
    transition: width 2s !important;
    color: #5C8B33 !important;
    font-size: 15px !important;
}

em.column a:hover#compoundst{
    font-size:35px !important;
    /*position: absolute;*/
    left: 59%;
    color: #E6005C !important;
    margin-left: -3%;
    margin-top: -2%;
}

.main-menu > ul > li:not(.has-ot-mega-menu) > ul li > a{
  background:#E4E4E4 !important;
  color: #C92422 !important;
}

.header .header-logo > strong{
  color: #C92422 !important;
}

.ot-slider{
  padding-bottom: 0px !important;/*remove if there is a slider*/
}

#sidebar .widget > h3{
  border-left:3px solid #C92422 !important;
}

.header .under-menu{
  background:rgba(255,255,255,0) !important;
}

.main-menu li > ul{
  padding-bottom:2px !important;
  background-color:#C92422;
}

.header .header-logo{
  margin:12px 15px !important;
}

.header .header-socials a{
  display:inline !important;
}

p{
  line-height:none !important;
}

@media only screen and (max-width: 970px){
  .header .header-logo > strong{
    display: inline !important;
    width:100% !important
  }
}

.ot-menu-toggle{
  background:#E4E4E4 !important;
  color:#c92422 !important;
}
.ot-menu-toggle:hover{
  background:#E4E4E4 !important;
  color:#c92422 !important;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {
  .article-content h1{
      font-size: 1.9em !important;
  }
  .left-content #white .num, .left-content #white .column{
          font-size:15px !important;
  }
  .left-content #white em{
     font-size:25px !important;
  }
  #white .popkan em, #white .popup em{
    font-size:8pt !important;
  }
  .big{
     font-size:12px !important;
  }
   em .des{
    line-height:1.714285714;
    font-size:10pt !important;
    color:#C92422 !important;
  }
  .tiny, .rtiny{
    font-size:6pt !important;
  }
}

/* Extra small devices (phones, less than 800px)*/
@media only screen and (max-width:800px){
    .header .header-left{
       background:#c92422 !important;
     }
     .header .header-logo > strong, .header .header-logo > strong .fa{
        color:#fff !important;
     }
     em.column a:hover#compoundst{
        font-size: 35px !important;
        /*position: absolute;*/
        left: 59%;
        margin-left: -8%;
        margin-top: -2%;
    }
  .article-content h1{
      font-size: 1.9em; !important;
  }
  .left-content #white .num, .left-content #white .column{
          font-size:15px !important;
  }
  .left-content #white em{
     font-size:20px !important;
  }
  #white .big{
     font-size:12px !important;
  }
  #white .popkan em, #white .popup em{
    font-size:8pt !important;
  }#white a.kbpop h7 em
   #white em .des{
    line-height:1.714285714;
    color:#C92422 !important;
    font-size:10pt !important;
  }
  #white .tiny, #white .rtiny{
    font-size:6pt !important;
  }
    .white_content {
        display: none;
        position: fixed;
        top: 25% !important;
        left: 6% !important;
        width: 90% !important;
        height: 60% !important;
        padding-top: 5px;
        background: linear-gradient(to right,
        violet 10%,red 20%,orange 30%,yellow 60%,green 70%,blue 80%,black 90%,white 100%);
        z-index:1010;
        /*overflow: auto;*/
        box-shadow: 5px 5px 10px #888888;
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
    }
    .white_content2 {
      display: none;
      position: fixed;
      top: 10%;
      left: 20% !important;
      z-index:1010;
      margin:  20% auto;
      width: 65%  !important;
      padding-top: 5px;
      background: linear-gradient(to right,
        violet 10%,red 20%,orange 30%,yellow 60%,green 70%,blue 80%,black 90%,white 100%);
      box-shadow: 5px 5px 10px #888888;
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      color: grey;
    }
} 

/*default setting in inner element*/
#white{
  padding-left:9%;
  padding-right:9%;
}
#white a.kbpop h7 em{
  color:black !important;
    /*font-size: 18px !important;*/
}
#white div.kanbrid a.kbpop h7 em{
    color:blue !important;
  font-size: 15px !important;
}
#white div.kanbrid a.kbpop:hover h7 em{
    color:#C92422 !important;
}

#white div.kanbrid a.kbpop:hover em.tiny{
  font-size: 6pt !important;
}
#white a.kbpop:hover h7 em, #white a.kpop:hover{
  color:#C92422 !important;
}
.left-content #white em, .left-content #white em a{
  color:#5e5e5e;
}
@media only screen and (min-width:800px){
  
  .left-content #white em, .left-content #white em a{
    line-height:2;
    color:#5e5e5e;
    font-size:18px;
  }
  .left-content #white em a:hover{
    color:C92422;
  }

  #white em .big{
       font-size:12pt !important;
       color:#c92422; 
  }
  #white .popkan em, #white .popup em{
    font-size:8pt !important;
  }
   #white div.kanbrid a.kbpop h7 em{
        color:blue !important;
        font-size: 14px !important;
    }
  #white em .des{
    font-size:10pt !important;
    line-height:1.714285714;
    color:#C92422;
  }
  #white .tiny, #white .rtiny{
    font-size:6pt !important;
    line-height:1.714285714;
  }
  
}
.article-content p  { margin-bottom: 15px; color:#000000; font-weight:500;  }  /*****#737373;= prev color*******/
/*******************************************************************************************/
/* khfraction custom css */
body.custom-background{
    background:#F4F4F4;
}

.left-content{
  line-height:1.714285714;
}

.left-content h7 em, .entry-content h7 em {
    font-style: normal;
    color: #000;
}

.left-content a:hover h7 em, .entry-content a:hover h7 em {
    color: #e34922;
}

.kanbrid {
   padding: 20px 10px 15px;
   /*border: 1px solid #999;*/
   font-size:10pt;
   background-color:#FAC6C6;
   background-color:#fffAF0;
   text-align:center;
   width:95%;
}

.num {
    font-size:8pt;
    text-align:right;
    padding-right:5px;
    font-weight:normal;
 }

.column {
    font-size:15px !important;
    color:#000;
    padding-left:5px;
    font-weight:normal;
    white-space:normal;
}

em .des {
    font-size:10pt;
    color:#C92422;
    width:95%;
    padding-left:5px;
    background:#fff;
    border:1px solid #ccc;
}

.entry-content, left-content {
    font-size:104%;
}

.entry-content p em, .entry-content em, .left-content em{
    display: inline-block;
    font-style: normal;
    line-height: 1.714285714;
}

.left-content i, .entry-content i {
    font-style: normal;
    color: white !important;
}

.left-content em a, .entry-content em a {
    text-decoration: none;
    color:#91918C;
    cursor: pointer;
}

.left-content em a:hover, .entry-content em a:hover {
    color: #e34922;
}

.left-content .read-more a, .left-content .read-more a:hover {
    color: #ed2d00;
    font-size:96%;
}

.kanj {
    margin-bottom:0px;
    padding:0px;
    align:center;
}

a:hover span.popkan {
    background-color:#FFF5F6 !important;
    border:1px solid #C92422 !important;
    margin-top: -120px;
}

.kbpop, .kpop {
    display:inline;
}

.kbpop:hover, .kpop:hover {
    color:#e34a23;
}

.kbpop:hover .popkan, .kpop:hover .popup 
{ 
   display: block; 
}

    .black_overlay{
      display: none;
      position: fixed;
      top: 0%;
      left: 0%;
      width: 100%;
      height: 100%;
                        margin:0; padding:0;
      background-color: black;
      z-index:1001;
      -moz-opacity: 0.8;
      opacity:.50;
      filter: alpha(opacity=50);
    }
    .white_content {
      display: none;
            position: fixed;
            top: 25%;
            left: 17%;
            width: 70%;
            height: 60%;
              /*padding: 16px;
              background-color: white;*/
            padding-top: 5px;
            background: linear-gradient(to right,
            violet 10%,red 20%,orange 30%,yellow 60%,green 70%,blue 80%,black 90%,white 100%);
            z-index:1010;
            /*overflow: auto;*/
            box-shadow: 5px 5px 10px #888888;
          border-radius: 5px 5px 5px 5px;
          -moz-border-radius: 5px 5px 5px 5px;
          -webkit-border-radius: 5px 5px 5px 5px;
    }

.popup, .popkan {
    display:none;
    text-align:left;
    font-size:8pt;
    color:#91918C;
    z-index:1003;
    padding:14px 15px;
    margin: -30px 0 0 20px;
    width:145px; 
    line-height:1.714285714;
}

.popkan {
    margin: -3em 0 0 5em;
}


.popkan:hover, .popup:hover {
   display: block;
}

.popkan:active, .popup:active {
   display: none; 
}

.rtiny {
  font-size:6pt;
  padding:0;
  text-align:right;
  margin-top:0px;
}

.tiny {
  font-size:6pt;
  padding:5px 0px 3px;
}

.big {
  font-size:12pt;
  color:#c92422; 
}

.stroke {
  margin-bottom: 5px !important;
}

.entry-content a:hover span, .left-content a:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}

.callout {z-index:20;position:absolute;top:100px;border:0;left:-12px;}
 .kpop:hover .popup{ margin-top: -175px; }
 .popup img.callout{ margin-top:50px; }

    
/*CSS3 extras
.entry-content a span, .left-content a span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
 }*/

/*khconversion*/
.button{
  margin: 10px 7% 5px auto;
  float:right;
  display:inline;
}

.widget-area .widget-title {
  background: #FFF8F6;
  font-size: 16px;
}

.below-title-meta{
  background: #FFF7F7;
}

.themonic-nav ul.nav-menu,
  .themonic-nav div.nav-menu > ul {
  background: none repeat scroll 0 0 #626262;
  border-top: 1px solid #FFF8F6;
}

.themonic-nav ul.nav-menu li a {
  color: #ffffff;
}

.themonic-nav ul.sub-menu li a {
  color: #626262;
}

.themonic-nav ul.sub-menu li a:hover {
  background-color: #626262;
        color:#ffffff;
}

hgroup {
    display: inline-block;
    margin: 17px 0;
    padding: 14px 10px;
    float:none;
    color:#ffffff;
}

.site-header {
   background-color: #ed2d00;
}

hgroup a.site-description {
    font-size:14px;
    text-align:right;
}

hgroup a, hgroup a:hover, hgroup .site-description, hgroup .site-description:hover {
    color:#ffffff;
}

.themonic-logo {
    padding: 13px;
    float: left;
    margin: 10px 10px 8px;
}

table {
        border-collapse: collapse;
        padding: 0;
        margin: 0 0 11px 0;
        width: 100%;
  line-height:1;
}

table th {
        text-align: left;
        border-bottom: 2px solid #eee;
        vertical-align: bottom;
        padding: 10px 10px 10px 10px;
        text-align: right;
        background:#FAF4F4;
}

table td {
        border-bottom: 1px solid #eee;
        vertical-align: top;
        padding: 10px;
        text-align: right;
}

table th:nth-child(1),
table td:nth-child(1) {
        text-align: left;
        font-weight: bold;
}

@media screen and (max-width: 480px) {
    table,
    tbody {
        display: block;
        width: 100%;
    }
    thead { display: none; }
    table tr, table th, table td {
         display: block;
         padding: 0;
         text-align: left;
         white-space: normal;
      }
    table tr {
        border-bottom: 1px solid #eee;
        padding-bottom: 11px;
        margin-bottom: 11px;
    }
    table th[data-title]:before,
    table td[data-title]:before {
        content: attr(data-title) ":\00A0";
        font-weight: bold;
    }
    table td {
        border: none;
        margin-bottom: 6px;
        color: #444;
    }
    table td:empty { display: none; }
    table td:first-child {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 6px;
        color: #333;
    }
    table td:first-child:before { content: ''; }
 }
/*hides pop up table*/
.entry-content .column a, .left-content .column  a{
    color:black; cursor:default;}
.entry-content .column a:hover span, .left-content .column  a:hover span{
    /*display:none;*/  }
tr em .column{
 font-size:40px;
}

====== Newspaper effect ======

*/
.mfp-newspaper {
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out; 
    transition: all 0.5s;
    
    transform: scale(0) rotate(500deg);
  }
  
  &.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: scale(1) rotate(0deg);
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: scale(0) rotate(500deg);
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}

/**************mod*******************/
.shopTitle-wrapper{
  display: block;
  background: #fff;
  padding-bottom: 45px;
  position: relative;
  z-index: 20;
}
.shopTitle{
  display: block;
  background: #fff;
  padding-bottom: 45px;
  position: relative;
  z-index: 20;
}

.shopTitle .shopTitle2{
  display: block;
    float: left;
    line-height: 48px;
    background: #C92422;
    color: #fff;
    padding: 0px 8px 0px 15px;
    font-size: 14px;
    position: relative;
}
.shopTitle .shopTitle2:before{
  display: block;
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent url(../images/header-logo-back.png) no-repeat top center;
  background-size: 100% auto;
}
.shopTitle .shopTitle2:after{
   display: block;
    position: absolute;
    content: '';
    width: 27px;
    height: 27px;
    background: inherit;
    right: -15px;
    top: 11px;
    transform: rotate(48deg) skew(30deg,20deg);
    -ms-transform: rotate(48deg) skew(30deg,20deg);
    -webkit-transform: rotate(48deg) skew(30deg,20deg);
    z-index: 0;
}

.amazingcarousel-image div a{
    display:none;
}

a:hover span.price, a:hover span.price span.amount{
position:relative;
border:none;
}

#sidebar .widget div.login h3, #sidebar .widget div.logout h3{
  display: block;
  padding: 11px 16px;
  color: #444444;
  font-weight: 600;
  font-size: 1.3em;
  background-color: #E4E4E4;
  border-left: 3px solid #C92422;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.button-primary{
  font-size: 0.8em!important;
  margin: 0 2px 5px 0;
  display: inline-block;
  padding: 8px 17px;
  color: #fff!important;
  background: #C92422;
  text-decoration: none!important;
  text-transform: uppercase;
  border: 0px;
  cursor: pointer;
}
.woocommerce .summary button.button{
  float:left;
}

.quantity:before {
    content: "Quantity:";
    border-left: medium none;
    border-right: medium none;
    border-bottom-width: 1px;
    display: inline;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 5px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    position: absolute;
    top: 0px;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left:-5px;
}

.woocommerce .cart .quantity input.qty{
  left:95px !important;
}

.woocommerce .summary button.button{
  font-size:.8em !important;
}

input.button{
  float:inherit;
  background:#C92422;
}

.woocommerce-page .cart-collaterals input.checkout-button, .woocommerce .checkout-button{
font-size: 0.8em!important;
  margin: 0 2px 5px 0;
  display: inline-block;
  padding: 8px 17px;
  color: #fff!important;
  background: #C92422;
  text-decoration: none!important;
  text-transform: uppercase;
  float:inherit;
  border: 0px;
  cursor: pointer;
}
.rpwwt-post-date, a:hover h4 .rpwwt-post-title{
  color:#C92422;
  text-decoration:none;
}
.woocommerce-billing-fields > p label, woocommerce-shipping-fields > p label{
  width:25%;
  display: block;
  padding: 11px 16px;
  color: #444444;
  font-weight: 600;
  font-size: 1em;
  border-left: 3px solid #C92725;
  text-transform: uppercase;
  margin-bottom:0px;
}
.woocommerce-billing-fields > p, woocommerce-shipping-fields > p{
  display:flex;
}
.select2-container .select2-choice>.select2-chosen{
  padding:10px 12px;
}

/* end fraction custom css */

/* start css for tooltip */
.tooltipslide1 {
  display:none;
  position:absolute;
  border:1px solid #E74442;/*E74442*/
  background-color: #C92422 !important;
  border-radius:1px;
  padding:10px;
  color:#fff;
  font-size:12px Arial;
  z-index: 99999;
  top:37%;
  left:43%;
}
.tooltipslide0 {
  display:none;
  position:absolute;
  border:1px solid #E74442;
  background-color: #fff !important;
  border-radius:1px;
  padding:10px;
  color:#C92422;
  font-size:12px Arial;
  z-index: 99999;
  top:37%;
  left:43%;
}
@media only screen and (max-width: 970px){
 .tooltipslide1,.tooltipslide0 {
  top:300px !important;
  left:43% ;
 }
}
/* end css for tooltip */
.popContentHolder span.popkan{
  top:100px;
  left:300px;
}
.popContentHolder img.callout{
  display:none;
}

.main-title h2{
  font-weight:600 !important;
}


/***********************for header***************************************/
@media (max-width: 767px) {
  .breakpoint-alias {
    content: url(/wp-content/uploads/2016/02/KHbanner_white-1.png);
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .breakpoint-alias {
    content: url(/wp-content/uploads/2016/02/KHbanner_white-1.png);
  }
}
@media (min-width: 801px) and (max-width: 1199px) {
  .breakpoint-alias {
     content: url(/wp-content/uploads/2016/02/KHbanner_REd-1.png);
  }
}
@media (min-width: 1200px) {
  .breakpoint-alias {
    content: url(/wp-content/uploads/2016/02/KHbanner_REd-1.png);
  }
  .content-category h3{
	margin-bottom:1em;
	margin-top:.5em;
   }
   .time{
	margin-right:-2.1em;
   }
}

.paragraph-row.column12.smaller-articles > div:first-child{
  margin-left: 2.127659574468085%;
}
.category-default-block{
  padding-bottom:10px !important;
}
.home-block{
  margin-bottom:10px;
}
.paragraph-row.column12.smaller-articles .item{
  border-bottom: 1px dotted #ccc;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.paragraph-row.column12.smaller-articles .item:last-child{
  border-bottom: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}



.time{
	padding:.7em;
	font-weight:700;
	text-align:right;
}

.imcaption{
	color:#5e5e5e;
	padding:.1em;
	margin-top:.5em;
}

.flag a{
  border:0px;
  background:transparent;
  display:block;
  margin-bottom:3px;
  cursor:pointer;
  float:left;
  width: 2.6em;
  padding-left: .6em;
}
.flag{
  padding:.5em;
  float:left;
}

.flag img{
  border:1px solid #9E9B9B;
}

.kanji { padding-top: .4em; margin-right: -2em;}

.fb-like.fb_iframe_widget{float:left; padding:.5em;}


/**************************view post counter*************************************/
.post-views{color: #27547E; font-weight:600}
.post-view-fav{color:#C92422}
/******************************************************/
#btnchina, #btntaiwan{ display: none;}