@charset "UTF-8";
/*-------------------------------------------------------------------------
 * NCN Team
 * ------------------------------------------------------------------------
 * CSS by NCN Team
 * Websites:  http://www.namncn.com -  Email: nam.truong.ncn@gmail.com
---------------------------------------------------------------------------
---------------------------------------------------------------------------
>>> TABLE OF CONTENTS:
---------------------------------------------------------------------------
  #  Base
  #  Layout
  #  Topbar
  #  Header
    ## Main Navigation
    ## Btn Menu
  #  Content
    ##  Posts and pages
    ##  Comments
  #  Widgets
    ##  NCN Latest Product Widgets
    ##  NCN Product By Cat Widgets
    ##  Widget Nav Menu
    ##  NCN Support Widget
    ##  NCN Video Widget
    ##  Search Fomrs
  #  Footer
    ##  Copyright
    ##  Mobile Menu
    ##  Overlay
    ##  Back to top
  #  Accessibility
  #  Alignments
  #  Clearings
  #  Infinite scroll
  #  Media
  #  Captions
  #  Galleries
--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
#  Base
--------------------------------------------------------------*/
body {
  background: #eceae6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000;
  line-height: 1.4em;
}

a {
  color: #007acc;
  text-decoration: none;
}

a:hover {
  color: #686868;
}

a:focus {
  color: #686868;
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.h1, h1 {
  font-size: 39px;
}

h3 {
  font-size: 25px;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml--10 {
  margin-left: -10px;
}

.mr--10 {
  margin-right: -10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ofl-h {
  overflow: hidden;
}

.fw-b {
  font-weight: bold;
}

.fs-10 {
    font-size: 10pt;
}

/*--------------------------------------------------------------
#  Layout
--------------------------------------------------------------*/
#layout {
  padding-top: 10px;
}

@media (min-width: 992px) {
  .sidebar-left .content-area {
    left: 25%;
  }

  .sidebar-left .widget-area {
    right: 75%;
  }

  .content-area {
    width: 75%;
    float: left;
  }

  .widget-area {
    width: 25%;
    float: left;
  }
}

.sidebar-none .widget-area {
  display: none;
}

.no-sidebar .content-area {
  width: 100%;
}

.content-area, .widget-area {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .content-area {
    padding-right: 0;
    padding-left: 0;
  }

  .sidebar-left .widget-area {
    padding-left: 0;
  }

  .sidebar-right .widget-area {
    padding-right: 0;
  }
}

.home .content-area, .home .widget-area {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

/*--------------------------------------------------------------
#  Topbar
--------------------------------------------------------------*/
.topbar {
  background: rgba(0,0,0,0.7);
  line-height: 40px;
}

@media ( max-width: 767px ) {
  .topbar {
    display: none;
  }
}

.topbar .login_logout a {
  background: url(../images/ic_login.png) no-repeat left;
  color: #cfd0d0;
  padding-left: 10px;
  margin-left: 10px;
}

.topbar .login_logout a:hover {
  color: #999;
}

.login_logout, .header_search, .header_cart {
  display: inline-block;
}

.header_search {
  background: #8d8a8a;
  width: 260px;
  height: 25px;
  border-radius: 5px;
  max-width: 100%;
  vertical-align: middle;
  margin-left: 10px;
}

.header_search .fa {
  display: none;
}

.header_search .search-submit {
  background: url(../images/btn_tk.jpg) no-repeat;
  width: 25px;
  height: 21px;
  margin: 2px 2px 0px 0px;
}

.header_search .search-field {
  background: url(../images/input-bg.gif) repeat-x scroll 0 0 #FFFFFF;
  float: left;
  height: 21px;
  margin-bottom: 5px;
  border-radius: 4px 0 0 4px;
  outline: none;
  padding: 0 3px;
}

.header_cart {
  position: relative;
  color: #999;
  background: url(../images/ic_cart.png) no-repeat right;
  padding-right: 40px;
  line-height: 34px;
  margin-left: 10px;
  cursor: pointer;
}

.header_cart:hover {
  color: #fafafa;
}

.header_cart--content strong {
  font-size: 18px;
  font-weight: bold;
}

.header_cart .widget_shopping_cart_content {
  display: none;
  width: 300px;
  position: absolute;
  color: black;
  background: white;
  right: 0;
  border-radius: 4px;
  cursor: default;
  padding: 15px;
  border: 1px solid #ccc;
  z-index: 9999;
}

.header_cart:hover .widget_shopping_cart_content {
  display: block;
}

.header_cart .cart_list {
  list-style: none;
  padding: 0 15px;
  text-align: left;
}

.header_cart.woocommerce a.remove {
  float: left;
  margin-top: 6px;
  margin-right: 5px;
}

/*--------------------------------------------------------------
#  Header
--------------------------------------------------------------*/
.site-header {
  background: white;
}

/*--------------------------------------------------------------
##  Main Navigation
--------------------------------------------------------------*/
.main-navigation {
  background: url(../images/bg_menu.jpg);
}

.main-navigation .menu-icon {
  margin-right: 5px;
}

.main-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 1024px) {
  #primary-menu {
    display: none;
  }
}

.main-navigation ul li a {
  color: #fff;
  padding: 13px 14px;
  display: block;
  text-decoration: none;
}

.main-navigation ul.menu > li > a {
  background: url(../images/border_li_MN.png) 95% 2px no-repeat;
  text-transform: uppercase;
  font-weight: bold;
}

.main-navigation ul li {
  position: relative;
}

.main-navigation ul.menu > li {
  float: left;
  z-index: 300;
}

.main-navigation ul.menu li ul.sub-menu {
  display: none;
  position: absolute;
  width: 220px;
  z-index: 9999;
  background: url(../images/bg_menu_item.png);
}

.main-navigation ul.menu li:hover > ul.sub-menu {
  display: block;
}

.main-navigation ul.menu li ul.sub-menu li {
  background: url(../images/nut_li.png) no-repeat 6px 10px;
  border-bottom: 1px solid #6c6b69;
}

.main-navigation ul.menu li ul.sub-menu li:hover {
  background-color: #ac0000;
}

.main-navigation ul.menu li > ul.sub-menu {
  left: 220px;
  top: 0;
}

.main-navigation ul.menu li ul.sub-menu li a {
  padding: 6px 15px;
}

.main-navigation ul.menu > li > ul.sub-menu {
  left: 0 !important;
  top: auto;
}

.main-navigation ul.menu li.back {
  background: url(../images/lava.png) no-repeat right -50px !important;
  background-image: url(../images/lava.gif);
  width: 13px;
  height: 50px;
  z-index: 8;
  position: absolute;
  margin-top: -5px;
}

.main-navigation ul.menu li.back .left {
  background: url(../images/lava.png) no-repeat top left!important;
  background-image: url(../images/lava.gif);
  height: 50px;
  margin-right: 7px;
}

/*--------------------------------------------------------------
##  Btn Menu
--------------------------------------------------------------*/
.btn-menu {
  display: none;
  border: none;
  background: #007acc;
  outline: none;
  cursor: pointer;
  float: right;
}

@media (max-width: 1024px) {
  .btn-menu {
    display: block;
  }
}

.btn-menu span {
  width: 23px;
  height: 4px;
  margin: 4px 0;
  display: block;
  background: white;
}

/*--------------------------------------------------------------
#  Content
--------------------------------------------------------------*/
.content-area {
  border: 1px solid #ccc;
  box-shadow: 0 4px 3px #ccc;
  background: white;
}

@media (max-width: 991px) {
  .content-area {
    margin: 0 5px 10px 5px;
  }
}

header.ncn_tabs .page-title {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 34px;
  float: left;
  padding-left: 40px;
  padding-right: 40px;
  background: url(../images/ic_tintuc.png) no-repeat 8px;
  color: #000;
  border: 1px solid #cfcece;
  margin-top: 4px;
  background-color: white;
  border-bottom-color: white;
  margin-left: 5px;
}

.single header.ncn_tabs .page-title {
  background: white url(../images/ic_cttt.png) no-repeat 8px;
}

.page header.ncn_tabs .page-title {
  background: white url(../images/ic_gt.png) no-repeat 8px;
}

.woocommerce-page header.ncn_tabs .page-title {
  background: white url(../images/ic_spkm_tc.png) no-repeat 8px;
}

.single.woocommerce-page header.ncn_tabs .page-title {
  background: white url(../images/ic_spbc.png) no-repeat 5px;
}

.single.woocommerce-page .related.products header.ncn_tabs .page-title {
  background: white url(../images/ic_tt_lq.png) no-repeat 5px;
}

.theme-default .nivo-controlNav {
  position: absolute;
  bottom: 0;
}

.widget_metaslider_widget {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
##  Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.blog .hentry,
.archive .hentry {
  background: url(../images/bong_botttom_tt.jpg) no-repeat bottom;
  margin: 20px 0px 20px 10px;
  padding-bottom: 20px;
}

.single .hentry,
.page .hentry {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 10px;
}

.single .content-area {
  padding-bottom: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 10px 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.pagination {
  display: block;
  text-align: right;
  margin: 10px 30px  10px 10px;
  padding: 10px 0;
}

.pagination .nav-links .page-numbers {
  padding: 5px;
  color: #333;
}

.pagination .nav-links .page-numbers.current {
  color: #b40000;
}

.post-navigation {
  margin: 10px -15px;
  padding: 10px 0;
  background: whitesmoke;
}

.post-navigation .nav-links div {
  width: 50%;
  display: inline-block;
  text-align: center;
}

#breadcrumbs {
  background: url(../images/bg_title_r.jpg) repeat-x;
  font-weight: bold;
  padding: 7px;
  border: 1px solid #ccc;
  margin-bottom: 25px;
}

.home .content-area .section {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid silver;
  margin-bottom: 10px;
}

.more-link {
  float: right;
  margin-top: 10px;
  margin-right: 20px;
}

.entry-meta {
  color: #a4a4a4;
}

h3.entry-title {
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

h3.entry-title a {
  color: #000;
}

h3.entry-title a:hover {
  color: red;
}

header.entry-header {
  margin: 10px 10px 20px 20px;
  border: 1px solid #ddd;
}

header.entry-header .entry-thumbnail {
  padding: 5px;
}

header.entry-header .entry-thumbnail:hover {
  opacity: .6;
}

.ncn_list_cats {
  border-bottom: 1px solid #ddd;
  background: #f9f9f9;
}

.ncn_list_cats li {
  list-style: none;
  padding: 5px 8px 5px 8px;
  margin-left: 20px;
  background: url(../images/ic_dm_hot.jpg) no-repeat left;
  float: left;
}

.ncn_list_cats li a {
  color: #333;
}

h1.entry-title {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0 20px;
}

h1.entry-title a {
  color: #000;
}

#___plusone_0 {
  width: 65px !important;
  float: left !important;
}

.post .social-share {
  padding: 10px 0 10px 20px;
  border-bottom: 1px dotted #ddd;
  border-top: 1px dotted #ddd;
  margin-right: 10px;
}

.tags a {
  color: #333;
}

.related-post--content .related-post-title {
    display: block;
    font-size: 11px;
    line-height: 30px;
    color: #0072ff;
    background: url(../images/ic_ttlq.png) no-repeat left;
    padding-left: 15px;
    margin: 0 0 0 20px !important;
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: white;
}

.shop_content {
  padding: 20px;
}

.single .shop_content {
  padding: 10px 10px 0 10px;
}

.products .product {
  width: 30%;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px !important;
}

@media (max-width: 600px) {
  .products .product {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

.products .product .product-thumbnail {
  padding: 5px;
}

.products .product .product-thumbnail:hover {
  border-color: red;
}

.products .product:nth-child(3n) {
  margin-right: 0;
}

.woocommerce .products ul, .woocommerce ul.products {
  margin-bottom: 0;
}

.details_tabs li a {
  background: url(../images/tab_a_h.jpg) repeat-x 0 4px;
  color: white;
  padding: 7.5px;
  font-weight: bold;
}

.details_tabs li.active a {
  background: url(../images/tab_a.jpg) repeat-x 0 0;
}

.woocommerce nav.woocommerce-pagination {
  float: right;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  display: block;
  background: white;
  color: black;
  padding: 6px 12px;
  line-height: 1.428571429;
  border: 1px solid #dddddd;
  border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  border-right: 1px solid #d3ced2;
  border-radius: 4px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: black;
  color: #fff;
}

.phone {
  background: url(../images/phone.png) no-repeat 0% 50%;
  padding: 0px 0px 0px 30px;
}

span.post-view {
  color: #0f7ecd;
}

span.post-view span {
  color: #545454;
}

.products .phukien,
.home .phukien {
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .ncn_list_cats li {
    width: 30.5%;
  }
}

/*--------------------------------------------------------------
##  Comments
--------------------------------------------------------------*/
#comments #submit {
  background: #0f7ad7;
  color: white;
}

#comments textarea, #comments input {
  width: 100%;
  padding: 5px;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.ncn-comment__left {
  float: left;
  margin-right: 10px;
}

.ncn-comment__body {
  overflow: hidden;
}

.comment-body {
  margin-bottom: 10px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
#  Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

.widget ul {
  padding-left: 17px;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

.sidebar .widget {
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 3px #ccc;
}

.widget-title {
  font-size: 12px;
  margin: 0;
  line-height: 30px;
  font-weight: bold;
  background: #ae0000;
  color: white;
}

.sidebar .widget-title span {
  background: url(../images/ic_dmsp.png) no-repeat 10px 7px;
  display: block;
  padding-left: 35px;
}

/*--------------------------------------------------------------
#  NCN Latest Product Widgets
--------------------------------------------------------------*/
.ncn_latest_product_widget {
  border-bottom: 1px dotted #9c9c9c !important;
  box-shadow: 0 5px 4px #ccc;
}

.ncn_tabs {
  height: 40px;
  background: url(../images/bg_title_r.jpg);
  line-height: 40px;
  border-bottom: 1px solid #c0c0c0;
}

.ncn_latest_product_widget .ncn_tabs .tab1 {
  margin: 5px 0px 0px 3px;
  background: white;
}

.ncn_latest_product_widget .ncn_tabs .tab1 a {
  background: url(../images/ic_spkm_tc.png) no-repeat 3px 4px;
  border: 1px solid #c0c0c0;
  border-bottom: none!important;
  height: 35px;
  display: block;
  font-weight: bold;
  padding: 0px 35px 0px 35px;
  color: #b40000!important;
}

.list__items {
  padding: 15px 10px 10px 10px;
}

.ncn_latest_product_widget .tab2 a {
  color: #b40000;
  width: 95px;
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 40px;
  padding-left: 20px;
  background: url(../images/ic_xtc.png) no-repeat left;
}

.ncn_latest_product_widget .tab2 a:hover {
  color: #000;
}

.list__items .product:last-child {
  margin-right: 0;
}

.product-title {
  min-height: 40px;
}

.product-title a {
  color: #333;
}

.product-thumbnail {
  display: block;
  border: 1px solid #ddd;
}

.product-thumbnail:hover {
  opacity: .6;
}

.ncn_latest_product_widget .product-thumbnail:hover {
  border-color: red;
}

.red {
  color: #ff0000;
}

@media (min-width: 600px) {
  .list__items .product {
    width: 21%;
    float: left;
    margin: 0 2%;
  }
}

.view-detail a {
  float: left;
  width: 48%;
  text-align: center;
  background: #3c3c3c;
  padding: 3px;
  margin: 0 1%;
  color: white;
  margin-top: 10px;
}

@media (max-width: 991px) and (min-width: 600px) {
  .view-detail a {
    width: 100%;
    float: none;
    margin: 10px 0 0 0;
    display: block;
  }
}

.section .product {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
#  NCN Product By Cat Widgets
--------------------------------------------------------------*/
.ncn_product_by_cat_widget .product_cat--title {
  background: url(../images/ic_dmtt.png) no-repeat scroll 5px 50%;
  font-weight: bold;
  color: #000;
  padding: 0px 10px 0px 27px;
  font-size: 15px;
}

.sidebar .widget_nav_menu .menu li h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    display: inline-block;
}

.ncn_product_by_cat_widget .section_view_all {
  font-weight: bold;
  color: #222222;
}

/*--------------------------------------------------------------
##  Widget Nav Menu
--------------------------------------------------------------*/
.site-footer .widget_nav_menu {
  margin-bottom: 0;
  border-bottom: 1px solid #999;
  margin: 10px 0 5px;
}

.site-footer .widget_nav_menu .menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.site-footer .widget_nav_menu .menu:before,
.site-footer .widget_nav_menu .menu:after {
  content: '';
  display: block;
  clear: both;
}

.site-footer .widget_nav_menu .menu li {
  float: left;
  color: white;
  line-height: 35px;
}

.site-footer .widget_nav_menu .menu li:not(:last-child):after {
  content: '|';
  float: left;
}

.site-footer .widget_nav_menu .menu li a {
  text-transform: uppercase;
  padding: 0 10px;
  color: white;
  float: left;
}

.site-footer .widget_nav_menu .menu li a:hover {
  color: orange;
}

.sidebar .widget_nav_menu .widget-title span {
  background: url(../images/ic_dmsp.png) no-repeat 10px 7px;
}

.sidebar .widget_nav_menu .menu {
  background: #444444;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.sidebar .widget_nav_menu .menu li {
  background: url(../images/nut_li.png) no-repeat 8px;
  list-style: none;
  padding-left: 20px;
  border-bottom: solid 1px #4f4e4e;
  position: relative;
  line-height: 34px;
  z-index: 200;
}

.sidebar .widget_nav_menu .menu li:hover {
  background-color: #c60c0c;
}

.sidebar .widget_nav_menu .menu li a {
  display: block;
  color: #a7a7a7;
  font-weight: bold;
}

.sidebar .widget_nav_menu .menu li:hover a {
  color: white;
}

.site-footer .widget_nav_menu .menu li h2 {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    font-weight: bold;
}

/*--------------------------------------------------------------
##  NCN Support Widget
--------------------------------------------------------------*/
.ncn_support_widget .widget-title span {
  background: url(../images/icon_ht_bl.png) no-repeat 10px 2px;
}

.hotline_lienhe {
  display: block;
  padding-top: 10px;
  color: #666;
  line-height: 20px;
  padding: 4px;
}

/*--------------------------------------------------------------
##  NCN Video Widget
--------------------------------------------------------------*/
.ncn_video_widget .widget-title span {
  background: url(../images/ic_vd_tc.png) no-repeat 5px 1px;
}

/*--------------------------------------------------------------
##  NCN Latest Posts Widget
--------------------------------------------------------------*/
.ncn_latest_posts_widget .widget-title span {
  background: url(../images/ic_tintuc.png) no-repeat 7px 5px;
}

.ncn_latest_posts_widget .list_post {
  outline: none;
  padding: 15px;
}

.list_post--title a {
  color: #000;
}

.slide_view_all {
  font-weight: bold;
  color: #8f0000;
  text-decoration: none;
  background: url(../images/nut_xt.gif) no-repeat right;
  padding-right: 8px;
}

/*--------------------------------------------------------------
##  NCN List Product Widget
--------------------------------------------------------------*/
.list_product {
  padding: 15px;
}

.list_product a {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}

.list_product--thumbnail {
  margin-top: 0 !important;
  padding: 5px;
  border: 1px solid #ccc;
}

.list_product--thumbnail:hover {
  border-color: red;
  opacity: .6;
}

.list_product--title {
  font-weight: bold;
}

.ncn_new_product_widget .widget-title span {
  background: url(../images/ic_hot.png) no-repeat 10px 5px;
}

/*--------------------------------------------------------------
##  Search Fomrs
--------------------------------------------------------------*/
.search-form {
  position: relative;
}

.search-field {
  width: -webkit-calc( 100% - 29px );
  width: calc( 100% - 29px );
  height: 30px;
  border: 1px solid #dcdcdc;
  padding: 0 10px;
}

.search-submit {
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: #6f6f6f;
  padding: 0;
  width: 30px;
  height: 30px;
  outline: none;
}

/*--------------------------------------------------------------
#  Footer
--------------------------------------------------------------*/
.site-footer {
  margin-top: 10px;
  background: black;
  font-weight: bold;
}

/*--------------------------------------------------------------
##  Copyright
--------------------------------------------------------------*/
.copyright {
  background: white;
  padding: 10px 0;
}

/*--------------------------------------------------------------
##  Mobile Menu
--------------------------------------------------------------*/
.mobile-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #eee;
  height: 100%;
  z-index: 9999999;
  width: 250px;
  transform: translateX(-250px);
  transition: all .25s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}

.mobile-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.moblie-menu li {
  list-style: none;
  position: relative;
}

.site {
  transition: all .25s ease-in-out;
}

.site.mobile-menu-active .mobile-menu-container {
  transform: translateX(0);
}

.mobile-menu-container a {
  display: block;
  padding: 10px;
  font-size: 10pt;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  color: #444;
  border-bottom: 1px solid #dedede;
}

.mobile-menu-container ul.sub-menu {
  display: none;
}

.mobile-menu-container .menu-item-has-children.active > ul.sub-menu {
  display: block;
  background: white;
}

.menu-item-has-children > i {
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  height: 39px;
  background: gainsboro;
  cursor: pointer;
}

.menu-item-has-children > i:before {
  position: absolute;
  top: 12px;
  left: 15px;
}

/*
 // Use when this theme not use font-awesome.

.menu-item-has-children > i:after {
  content: '';
  position: absolute;
  top: 41%;
  left: 30%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #a0a0a0;
}

.menu-item-has-children.active > i {
  transform: rotate(-180deg);
}
*/

.close-menu {
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #007acc;
  color: white;
  cursor: pointer;
}

.mobile-menu-container .menu-icon {
  margin-right: 5px;
}

/*--------------------------------------------------------------
##  Overlay
--------------------------------------------------------------*/
.overlay {
  display: none;
  position: fixed;
  background: rgba( 0, 0, 0, .2 );
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mobile-menu-active .overlay {
  display: block;
}

/*--------------------------------------------------------------
##  Back to top
--------------------------------------------------------------*/
#totop {
  height: 9px;
  opacity: 0;
  position: fixed;
  right: -60px;
  width: 49px;
  z-index: 999;
  display: block;
  top: 85%;
  background-repeat: no-repeat;
  background-position: center 15px;
  background-color: #404040;
  font-size: 9px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 2px;
  padding: 28px 0 21px;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.on--totop#totop {
  right: 10px;
  opacity: .7;
}

#totop:hover {
  opacity: 1;
}

#totop:before {
  position: absolute;
  content: "\e080";
  top: 10px;
  left: 50%;
  margin-left: -6px;
  font-size: 11px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*--------------------------------------------------------------
#  Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
#  Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
#  Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
#  Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
#  Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
#  Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
#  Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.entry-title-meta h2.entry-title {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 0;
}

.related-post-title {
    font-size: 15px;
}