﻿/*
Theme Name: Thiết kế web TrieuArt.Com :  Webtrieuart
Theme URI: http://trieuart.com/
Author URI: http://wordpress.org
Description: Giao diện website được thiết kế bởi TrieuArt.Com: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: TrieuArt.Com
Tags: tranh sơn dầu giá rẻ, quà tặng, tranh sơn dầu đẹp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Thiết kế web TrieuArt.Com is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/* -------- responsive -------------- */
body {
  font-size: 14px;
  font-family: Tahoma, Arial, sans-serif;
  color: #333;
  line-height: 1.4;
  background: #383838;
}
/* ----------------------  $global ----------------------------------------------------------------------------------------------------------*/
.grid-f {
  width: 1020px;
}
.main-wrapper {
  background: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-main {
  min-height: 400px;
  background: white;
}
.message {
  padding: 15px;
  margin: 15px;
}
.message.success {
  background: #a9eba9;
}
.message.danger {
  background: #ffbaba;
}
.message.warning {
  background: #fed894;
}
.message.info {
  background: #b7e1dd;
}
.thumb {
  text-align: center;
}
.thumb img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* ----------------------  $header ------------------------------------------------------------------------------------------------------------*/
.header-top {
  padding-top: 4px;
  padding-bottom: 4px;
  background: white;
}
#minicart {
  line-height: 30px;
  color: #4E0E0E;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
#minicart .fa {
  line-height: 30px;
  background: #4E0E0E;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.site-header {
  background: white;
}
.search-form {
  line-height: 28px;
}
.search-form .search-input {
  line-height: 28px;
  height: 28px;
  margin-top: 5px;
  padding: 0 32px 0 10px;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  margin-right: -4px;
  border: 1px solid #ddd;
  border-radius: 14px;
  outline: none;
}
.search-form .search-submit {
  border: none;
  background: none;
  width: 32px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  margin-left: -32px;
}
/* ----------------------  $menu --------------------------------------------------------------------------------------------------------------*/
.nav-menu ul {
  margin: 0;
  padding: 0;
}
.nav-menu .sub-menu,
.nav-menu ul ul {
  display: none;
}
.nav-menu li {
  list-style-type: none;
  position: relative;
}
.nav-menu li:hover > .sub-menu {
  display: block;
}
.nav-menu .menu-ul > li {
  float: left;
}
.nav-menu a {
  display: block;
}
.nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 200;
}
.nav-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  z-index: 210;
}
.primary-menu-bg {
  background: #4E0E0E;
}
.primary-menu {
  color: white;
  font-size: 14px;
}
.primary-menu .menu-ul > li > a {
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .primary-menu .menu-ul > li > a {
    padding: 0 10px;
  }
}
.primary-menu .menu-ul > li > .sub-menu {
  border-top: 1px solid #452509;
}
.primary-menu li > a:hover {
  background: #90170C;
  color: white;
}
.primary-menu li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: 'FontAwesome';
  margin-left: 6px;
  vertical-align: middle;
}
.primary-menu .sub-menu {
  display: block;
  visibility: hidden;
  width: auto;
  min-width: 200px;
  border-bottom: solid 3px #452509;
  padding: 10px;
  background: #efefef;
  color: black;
  margin-top: 15px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3), -2px 0px 3px rgba(0, 0, 0, 0.3);
}
.primary-menu .sub-menu .sub-menu {
  display: none !important;
}
.primary-menu .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
}
.primary-menu .sub-menu li a {
  padding: 7px 15px;
  border-bottom: 1px solid #CCBEA5;
  white-space: nowrap;
  overflow: hidden;
}
.primary-menu .sub-menu li a:hover {
  background: #4E0E0E;
  color: white;
}
.primary-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.menu-mobile {
  background-color: white;
  padding-bottom: 20px;
  padding-top: 20px;
}
.menu-mobile .menu-header {
  background-color: #4E0E0E;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 16px;
}
.menu-mobile .menu-header span {
  text-transform: uppercase;
}
.menu-mobile .menu-header i.fa {
  float: right;
  margin-right: 20px;
}
.menu-mobile .menu-toggle {
  color: #4E0E0E;
  border: 5px solid #4E0E0E;
  display: none;
  background: white;
  font-weight: bold;
}
.menu-mobile .menu-toggle ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-mobile .menu-toggle li.menu-item-has-children > a:after {
  content: '\f107';
  color: #C1071A;
  font-family: 'fa';
  margin-left: 10px;
}
.menu-mobile .menu-toggle .menu-ul > li > a {
  padding: 10px 0;
  padding-left: 10px;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #4E0E0E;
}
.menu-mobile .menu-toggle .sub-menu {
  display: none;
  padding: 10px 10px 10px 20px;
}
.menu-mobile .menu-toggle .sub-menu a {
  display: block;
  padding: 5px 0;
}
/* ----------------------  $footer ----------------------------------------------------------------------------------------------------------*/
.footer-menu-bg {
  background: #4E0E0E;
}
.footer-menu {
  text-align: center;
  color: white;
}
.footer-menu .menu-ul {
  display: inline-block;
  vertical-align: top;
}
.footer-menu .menu-ul > li {
  padding: 10px 0;
}
.footer-menu li a {
  border-right: 1px solid #666;
  display: block;
  padding: 0 15px;
}
.footer-menu li:last-child a {
  border-right: none;
}
.footer-menu .sub-menu {
  display: none !important;
}
.site-footer-bg {
  background: #222222;
  color: white;
}
.site-footer {
  padding-top: 20px ;
  background: #4E0E0E;
  color: white;
}
.site-footer .footer-info {
  text-align: center;
}
.copyright {
  border-top: 1px solid #370208;
  font-size: 10px;
  margin-top: 20px;
  padding: 0 5px;
  font-family: arial;
  text-align: center;
  color: #888	;
}
/* ----------------------  $sidebar -----------------------------------------------------------------------------------------------------------*/
.widget {
  margin-bottom: 20px;
  background: white;
}
.widget .widget-images img {
  display: block;
}
.widget .widget-images p {
  margin: 0;
  text-align: center;
}
.widget .widget-menu ul li {
  list-style-type: none;
  list-style-position: inside;
  padding: 5px 10px;
  border-top: 1px solid #ccc;
}
.widget-title {
  background: #4E0E0E;
  padding: 9px 15px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
.widget-list-taxonomy {
  border: 1px solid #ddd;
  padding: 10px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-list-taxonomy li {
  list-style: none ;
}
.widget-list-taxonomy li a {
  display: block;
}
.widget-list-taxonomy li a:hover {
  background: #4E0E0E;
  color: white;
  transition: all 0.25s linear;
}
.widget-list-taxonomy li > a {
  padding: 10px 5px;
}
.widget-list-taxonomy li:not(:last-child) a {
  border-bottom: 1px solid #ccc;
}
.widget-list-taxonomy .children li {
  list-style: none;
}
.widget-list-taxonomy .children li a {
  padding-left: 20px;
  font-size: 13px;
}
.widget-supp {
  padding: 15px 10px;
  text-align: center;
}
.widget-supp img {
  height: 70px;
  width: 70px;
}
.widget-supp .hotline {
  color: red ;
  font-family: "time news roman";
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  padding: 5px;
}
.widget-supp .social-links {
  text-align: center;
  padding: 10px 0;
}
.widget-supp .social-links img {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  width: auto;
  margin: 3px;
}
.widget-list-post .cate-post-item .post-title {
  font-size: 12px;
}
.widget-list-post .cate-post-item .post-date {
  font-size: 11px;
}
/* ----------------------  $404 ----------------------------------------------------------------------------------------------------------*/
/* ----------------------  $singular ----------------------------------------------------------------------------------------------------------*/
.page-header {
  background: #4E0E0E;
  padding: 9px 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 15px;
  color: white;
  border-radius: 3px 3px 0 0;
}
.singular-content .post-date {
  color: #777;
  font-size: 13px;
}
.singular-content .post-content {
  font-size: 16px;
}
.related-posts {
  margin-top: 30px;
}
.related-posts .title-bar {
  background: #4E0E0E;
  padding: 9px 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 15px;
  color: white;
  border-radius: 3px 3px 0 0;
}
.related-post-item .post-title {
  font-size: 12px;
}
.related-post-item .post-date {
  font-size: 11px;
}
/* ----------------------  $category ----------------------------------------------------------------------------------------------------------*/
.cate-post-item {
  margin: 15px 0 ;
}
.cate-post-item .thumb {
  margin-bottom: 10px;
}
.cate-post-item .post-title {
  font-weight: bold;
}
.cate-post-item .post-date {
  color: #777;
  font-size: 12px;
}
.cate-post-item .post-excerpt {
  font-size: 12px;
  background: #f4f4f4;
  padding: 5px;
}
.cate-post-item .read-more {
  color: blue;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
}
/* ----------------------  $search ----------------------------------------------------------------------------------------------------------*/
.search-tmp-title {
  border-bottom: 1px solid #bbb;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}
.search-tmp-title .search-keywords {
  font-weight: bold;
  font-size: 18px;
  color: royalblue;
}
.search-result-items li {
  list-style: none;
  margin: 10px 0;
  color: royalblue;
  font-weight: bold;
  font-size: 14px;
}
/* ----------------------  $archive ----------------------------------------------------------------------------------------------------------*/
.sp-item {
  margin: 10px 0 ;
  text-align: center;
  position: relative;
  padding: 10px;
  border: 1px solid #ccc;
}
.sp-item .thumb {
  margin-bottom: 10px;
}
.sp-item .ten-sp {
  text-transform: uppercase;
  min-height: 38px;
  overflow: hidden;
}
.sp-item .gia-sp {
  margin: 5px 0;
}
.sp-item .gia-ban {
  color: #4E0E0E;
  font-size: 16px;
  font-weight: bold;
}
.sp-item .gia-cu {
  font-size: 13px;
  color: #777;
}
.sp-item .choice-buttons {
  text-align: center;
}
.sp-item .choice-buttons a {
  display: inline-block;
  padding: 6px 15px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px;
}
.sp-item .choice-buttons .add-cart {
  color: #FFF;
  background-color: #4E0E0E;
}
.sp-item .choice-buttons .more-detail {
  background: purple;
  color: white;
}
/* ----------------------  $single sp ----------------------------------------------------------------------------------------------------------*/
.single-sp-info {
  margin-bottom: 30px;
}
.single-sp-info .thumb {
  margin-bottom: 20px;
}
.single-sp-fields .ten-sp {
  font-weight: bold;
  color: #111;
  font-size: 18x;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.single-sp-fields .mo-ta {
  font-weight: bold;
}
.single-sp-fields .gia-ban {
  font-size: 26px;
  color: red;
  font-weight: bold;
}
.single-sp-fields .mua-sp {
  padding: 10px;
}
.single-sp-fields .mua-sp .add-cart {
  color: #FFF;
  background-color: #4E0E0E;
  border-color: #4E0E0E;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  display: block;
  text-align: center;
}
.single-sp-content .title-bar {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.single-sp-content .title-bar span {
  position: relative;
  display: inline-block;
  background: #4E0E0E;
  padding: 10px 15px;
  font-weight: bold;
  color: white;
  margin-right: 5px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.single-sp-content .chi-tiet-sp {
  padding: 15px;
  font-size: 16px;
}
/* ----------------------  $plugin -----------------------------------------------------------------------------------------------------------*/
.wp-pagenavi {
  text-align: center;
  padding: 20px 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #ccc;
  margin: 0 1px;
  padding: 5px 10px;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  font-weight: bold;
  border-color: royalblue;
  background: royalblue;
  color: white;
}
.breadcrumbs {
  padding: 20px 0;
  text-align: left;
}
.breadcrumbs span {
  margin: 0 3px;
}
.breadcrumbs span a {
  color: royalblue;
}
#single-tmp .breadcrumbs > span:last-child,
#single-sp-tmp .breadcrumbs > span:last-child {
  display: none;
}
.form-lien-he {
  display: inline-block;
}
.form-lien-he input[type="text"],
.form-lien-he input[type="tel"],
.form-lien-he input[type="email"],
.form-lien-he textarea {
  width: 400px;
  max-width: 100%;
  border: 1px solid #49030E;
  padding: 5px;
}
.form-lien-he textarea {
  height: 200px;
}
.form-lien-he input[type="submit"] {
  display: block;
  padding: 6px 12px;
  margin: 0 auto;
  background: #49030E;
  color: white;
  border: none;
}
.tab-content-filter .content-tab:not(:first-child ) {
  display: none;
}
ul.cpd li.cpd-l {
  padding: 3px 10px;
  list-style: none;
  padding-left: 25px;
  background: url('images/icon-statistic.png') left no-repeat;
}
ul.cpd span.cpd-r {
  color: red;
  font-weight: bold;
}
.social-icons {
  margin-top: 10px;
  padding-left: 20px;
}
.social-icons i.fa {
  font-size: 30px;
  margin: 0 5px;
}
.social-icons .gmail {
  color: #4E0E0E;
}
.social-icons .facebook {
  color: #4E0E0E;
}
.social-icons .skype {
  color: #36c88c;
}
.social-icons .twitter {
  color: #33c1e1;
}
.social-icons .youtube {
  color: #d50808;
}
.social-icons .google-plus {
  color: #4E0E0E;
}
/* ----------------------  $home  ----------------------------------------------------------------------------------------------------------*/