/* ----- Universally applied Code ---- */
.font {
  font-family: "Titillium Web", sans-serif;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  color: #555;
}
a:hover {
  text-decoration: none;
}
/* ----- Header ----- */
header.site-header {
  height: 180px;
  text-align: center;
  background: #252525;
  border-bottom: solid 10px #415078;
}
header.site-header .site-branding {
  display: inline-block;
  position: relative;
  top: 20px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
}
header.site-header .site-branding .site-title {
  font-size: 40px;
  padding-bottom: 10px;
}
header.site-header .site-branding .site-title a {
  color: #cccccc;
}
header.site-header .site-branding .site-description {
  color: #cccccc;
}
#banner {
  height: 400px;
  background: url(../../images/banner.jpg);
  background-position: center top;
  position: relative;
}
#social {
  text-align: center;
  position: absolute;
  left: calc(50% - 31px);
  top: 0px;
}
#social i {
  padding: 20px 25px;
  background: #415078;
  font-size: 22px;
  color: white;
  box-shadow: 0px 8px 21px -5px black;
}
/* ---- Navigation Bar ---- */
#site-navigation {
  font-size: 14px;
  margin: 20px 0;
  float: none;
}
#site-navigation a {
  color: #888;
  text-transform: uppercase;
}
#site-navigation {
  text-align: center;
}
#site-navigation li {
  display: inline-block;
  float: none;
  margin: 10px 20px;
}
#site-navigation ul ul {
  text-align: left;
  background: #eee;
  box-shadow: none;
}
#site-navigation ul ul li {
  margin: 0;
  padding: 10px;
}
#site-navigation ul ul ul {
  top: 0;
}
/* ---- Blog ---- */
body.blog #primary article,
body.category #primary article {
  margin: 20px auto;
}
body.blog #primary article .featured-home img,
body.category #primary article .featured-home img {
  border: solid 8px #415078;
}
body.blog #primary article h2.entry-title,
body.category #primary article h2.entry-title {
  clear: none;
  position: relative;
  text-align: center;
  margin-top: 11%;
  padding: 15px 0;
}
body.blog #primary article h2.entry-title a,
body.category #primary article h2.entry-title a {
  color: #415078;
  transition: all ease .4s;
}
body.blog #primary article h2.entry-title a:hover,
body.category #primary article h2.entry-title a:hover {
  color: #5e72a8;
}
body.blog #primary article h2.entry-title a:before,
body.category #primary article h2.entry-title a:before {
  content: "";
  position: absolute;
  transition: all ease-in-out 0.4s;
  width: 0%;
  height: 2px;
  left: 50%;
  background: #e7bf62;
  bottom: 0;
}
body.blog #primary article h2.entry-title a:hover:before,
body.category #primary article h2.entry-title a:hover:before {
  width: 50%;
}
body.blog #primary article h2.entry-title a:after,
body.category #primary article h2.entry-title a:after {
  content: "";
  position: absolute;
  transition: all ease-in-out 0.4s;
  width: 0%;
  height: 2px;
  right: 50%;
  background: #e7bf62;
  bottom: 0;
}
body.blog #primary article h2.entry-title a:hover:after,
body.category #primary article h2.entry-title a:hover:after {
  width: 50%;
}
@media screen and (max-width: 768px) {
  body.blog #primary article h2.entry-title,
  body.category #primary article h2.entry-title {
    margin-top: 0px;
  }
  body.blog #primary article h2.entry-title a:before,
  body.category #primary article h2.entry-title a:before {
    content: none;
  }
  body.blog #primary article h2.entry-title a:after,
  body.category #primary article h2.entry-title a:after {
    content: none;
  }
}
/* ---- Showcase Area ---- */
#showcase-wrapper {
  background: #415078;
}
#showcase-wrapper #inner-wrapper {
  padding: 50px 0px;
}
.showcase-title {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: white;
  margin-top: 20px;
}
.themes-free,
.themes-pro {
  text-align: center;
}
/* ---- Article Area ---- */
#article-area {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: #888;
}
#article-area h2#main-title {
  font-weight: 800;
  color: #555;
  margin-bottom: 30px;
}
#article-area ul {
  margin: 10px;
  padding: 0px;
}
#article-area ul li {
  list-style: none;
  margin: 20px auto;
}
#article-area a {
  color: #e0ad36;
}
.category #primary header.page-header {
  display: none;
}
/* ---- Single ---- */
body.single h1.entry-title {
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  border-bottom: solid 2px #e7bf62;
  padding-bottom: 20px;
  color: #415078;
}
body.single .featured-thumb img {
  width: 80%;
  margin: 40px auto;
  display: block;
}
body.single .entry-meta {
  font-weight: 800;
}
body.single .entry-meta a {
  color: #415078;
}
body.single .entry-meta .byline {
  float: right;
}
body.single .entry-footer {
  margin-top: 30px;
  border-top: solid 2px #e7bf62;
  padding-top: 10px;
}
body.single .entry-footer a {
  color: #415078;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  body.single .entry-footer {
    text-align: center;
  }
}
/* ---- Footer ---- */
#footer-wrapper {
  background: url(http://www.divjot.co/wp-content/themes/charmant/images/pattern.png) #eeeeee;
  border-top: solid 5px #e7bf62;
}
#footer-wrapper #footer-sidebar {
  margin-top: 20px;
}
#footer-wrapper #footer-sidebar .widget {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  border: solid 1px #ddd;
  color: #999;
}
#footer-wrapper #footer-sidebar .widget h2.widget-title {
  margin: 8px 0;
  padding-bottom: 15px;
  color: #415078;
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: solid 2px #e7bf62;
}
#footer-wrapper #footer-sidebar .widget a {
  color: #415078;
}
#footer-wrapper #footer-sidebar .widget_recent_entries {
  line-height: 2em;
}
#footer-wrapper #footer-sidebar .widget_recent_entries ul {
  list-style: none;
  margin: 0px;
}
#footer-wrapper #footer-sidebar .widget_text {
  background: none;
  border: none;
}
footer#colophon {
  background: #415078;
  color: #eee;
  padding: 30px 0;
  border-top: solid 1px #ddd;
}
footer#colophon a {
  color: #e7bf62;
}
/* ---- Pagination ---- */
.pagination {
  position: relative;
  top: 20px;
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
}
.pagination a {
  color: #415078;
}
.pagination ul {
  position: relative;
  top: 4px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: none;
  display: inline-block;
}
.pagination ul li {
  float: left;
  margin: 10px;
}
.pagination .current {
  color: #6e80b1;
  font-size: 20px;
}
.pagination .prev,
.pagination .next {
  text-transform: uppercase;
}
.pagination a.prev:before {
  content: "\f104";
  font-family: "FontAwesome";
}
.pagination a.next:after {
  content: "\f105";
  font-family: "FontAwesome";
}
/* ---- WooCommerce ---- */
body.woocommerce .woocommerce-breadcrumb {
  color: black;
  margin: 25px auto;
  font-size: 15px;
}
body.woocommerce .woocommerce-breadcrumb i {
  color: #777;
  margin: 0px 8px;
}
body.woocommerce .woocommerce-breadcrumb a {
  color: #415078 !important;
}
body.archive.woocommerce #primary h1.page-title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: none;
}
body.archive.woocommerce #primary .woocommerce-result-count {
  display: none;
}
body.archive.woocommerce #primary ul.products li.product .price del {
  display: inline-block;
  margin-right: 10px;
}
body.archive.woocommerce #primary ul.products li {
  width: 22%;
  text-align: center;
}
body.archive.woocommerce #primary ul.products li h3 {
  color: #415078;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
body.archive.woocommerce #primary ul.products li .star-rating {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.archive.woocommerce #primary ul.products li a.add_to_cart_button {
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  background: #eee;
  border-radius: 0px;
  padding: 10px 14px;
  color: #777;
}
body.archive.woocommerce #primary ul.products li a.add_to_cart_button:hover {
  color: #444;
}
@media screen and (max-width: 768px) {
  body.archive.woocommerce #primary ul.products li {
    width: 45%;
  }
}
body.single-product.woocommerce #primary a {
  color: #888;
}
body.single-product.woocommerce #primary .product .summary h1.product_title {
  font-size: 30px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #e7bf62;
}
body.single-product.woocommerce #primary .product .summary button[type="submit"] {
  border-radius: 0px;
  background: #415078;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  transition: all ease .2s;
  margin-top: 15px;
  outline: none;
}
body.single-product.woocommerce #primary .product .summary button[type="submit"]:hover {
  background: #4a5b89;
}
body.single-product.woocommerce #primary .product .summary .quantity {
  display: none;
}
body.single-product.woocommerce #primary .product .woocommerce-tabs ul.tabs li {
  background: #eee;
  border-radius: 0px;
}
body.single-product.woocommerce #primary .product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
  color: #777;
}
body.single-product.woocommerce #primary .product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
}
body.single-product.woocommerce #primary .product .woocommerce-tabs ul.tabs li.active a {
  color: #555;
  font-weight: 700;
}
body.single-product.woocommerce #primary .product .woocommerce-tabs #tab-description h2 {
  color: #415078;
}
body.single-product.woocommerce #primary .product .woocommerce-tabs #tab-reviews input[type="submit"] {
  border-radius: 0px;
  background: #415078;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  transition: all ease .2s;
  margin-top: 15px;
  outline: none;
}
body.single-product.woocommerce #primary .product .products h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-family: "Titillium Web", sans-serif;
  margin: 25px auto;
  color: #888;
}
body.single-product.woocommerce #primary .product .products h3 {
  font-weight: 400;
  color: #415078;
}
body.single-product.woocommerce #primary .product .products ul.products li {
  text-align: center;
}
body.single-product.woocommerce #primary .product .products ul.products li .star-rating {
  margin: 10px auto;
}
body.single-product.woocommerce #primary .product .products ul.products li .price del {
  display: inline-block;
  margin-right: 10px;
}
body.single-product.woocommerce #primary .product .products ul.products li a.add_to_cart_button {
  border-radius: 0px;
  background: #415078;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  transition: all ease .2s;
  margin-top: 15px;
  outline: none;
}
body.single-product.woocommerce #primary .product .products ul.products li a.add_to_cart_button:hover {
  background: #4a5b89;
}
body.woocommerce-checkout #primary header.entry-header h1.entry-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
}
body.woocommerce-checkout #primary .entry-content .woocommerce-info {
  border-top-color: #e7bf62;
}
body.woocommerce-checkout #primary .entry-content .woocommerce-info a {
  color: #888;
}
body.woocommerce-checkout #primary .entry-content .woocommerce-info:before {
  color: #415078;
}
body.woocommerce-checkout #primary .entry-content form.checkout_coupon {
  border-radius: 0px;
  border-color: #ddd;
}
body.woocommerce-checkout #primary .entry-content form.checkout_coupon input[type="text"] {
  border-radius: 0px;
  border-color: #ddd;
}
body.woocommerce-checkout #primary .entry-content form.checkout_coupon input[type="submit"] {
  border-radius: 0px;
  background: #415078;
  box-shadow: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  transition: all ease .2s;
  outline: none;
}
body.woocommerce-checkout #primary .entry-content form.checkout_coupon input[type="submit"]:hover {
  background: #4a5b89;
}
body.woocommerce-checkout #primary .entry-content form.checkout h3 {
  font-family: "Open Sans", sans-serif;
  color: #415078;
}
body.woocommerce-checkout #primary .entry-content form.checkout #customer_details label {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
body.woocommerce-checkout #primary .entry-content form.checkout #customer_details input[type="text"] {
  border-radius: 0px;
  border-color: #ddd;
}
body.woocommerce-checkout #primary .entry-content form.checkout #customer_details textarea {
  border-radius: 0px;
  border-color: #ddd;
}
body.woocommerce-checkout #primary .entry-content form.checkout #order_review table {
  border-radius: 0px;
}
body.woocommerce-checkout #primary .entry-content form.checkout #order_review #payment {
  border-radius: 0px;
  background: #eee;
}
body.woocommerce-checkout #primary .entry-content form.checkout #order_review #payment ul.payment_methods li .payment_box {
  background: #ddd;
  font-size: 14px;
}
body.woocommerce-checkout #primary .entry-content form.checkout #order_review #payment .place-order input[type="submit"] {
  border-radius: 0px;
  background: white;
  border: solid 1px #ddd;
  box-shadow: none;
  color: #415078;
}
body.woocommerce-cart #primary h1.entry-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}
body.woocommerce-cart #primary .entry-content form table {
  border-color: #ddd;
  border-radius: 0px;
}
body.woocommerce-cart #primary .entry-content form table tr .actions input[type="text"] {
  border-radius: 0px;
  line-height: 1.6;
}
body.woocommerce-cart #primary .entry-content form table tr .actions input[type="submit"] {
  border-radius: 0px;
  background: #415078;
  box-shadow: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  transition: all ease .2s;
  outline: none;
}
body.woocommerce-cart #primary .entry-content form table tr .actions input[type="submit"]:hover {
  background: #4a5b89;
}
body.woocommerce-cart #primary .entry-content form a {
  color: #888;
}
body.woocommerce-cart #primary .entry-content .cart-collaterals h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: black;
}
body.woocommerce-cart #primary .entry-content .cart-collaterals .cross-sells ul.products h3 {
  color: #415078;
}
body.woocommerce-cart #primary .entry-content .cart-collaterals .cross-sells ul.products li {
  text-align: center;
}
body.woocommerce-cart #primary .entry-content .cart-collaterals .cross-sells ul.products li .star-rating {
  margin: 10px auto;
}
body.woocommerce-cart #primary .entry-content .cart-collaterals .cross-sells ul.products li .price del {
  display: inline-block;
  margin-right: 10px;
}
body.woocommerce-cart #primary .entry-content .cart-collaterals .cross-sells ul.products li a.add_to_cart_button {
  border-radius: 0px;
  background: #415078;
  box-shadow: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  transition: all ease .2s;
  outline: none;
}
body.woocommerce-cart #primary .entry-content .cart-collaterals .cross-sells ul.products li a.add_to_cart_button:hover {
  background: #4a5b89;
}
body.woocommerce-cart #primary .entry-content .cart-collaterals .cart_totals a.button {
  border-radius: 0px;
  background: #eee;
  box-shadow: none;
  color: #415078;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  transition: all ease .2s;
  outline: none;
}