/*
Theme Name: Thakeham Furniture
Author: Trident Webinfoservices
Description: Custom WordPress theme for Thakeham Furniture Blog
Version: 1.0.0
Updated: 2021-10-06 06:34:06
*/

@font-face {
    font-family: 'Futura PT Book';
    src: url('fonts/FuturaCyrillicBook.woff2') format('woff2'),
        url('fonts/FuturaCyrillicBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baskerville Old Face';
    src: url('fonts/BaskOldFace.woff2') format('woff2'),
        url('fonts/BaskOldFace.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Silk Serif';
    src: url('fonts/SilkSerif Light.woff2') format('woff2'),
    url('fonts/SilkSerif Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
Body {
  font-family: 'Baskerville Old Face';
  font-size: 16px;
  line-height: 25px;
  color: #242424;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  letter-spacing: 1px;	
  }
  
.silkserif-light {
    font-family: 'Silk Serif';
    font-weight: 300;
    font-style: normal;
	line-height:40px;
}  
.silkserif-light-large {
    font-family: 'Silk Serif';
    font-weight: 300;
    font-style: normal;
	font-size:22px;
	line-height:40px;
}

.futura-pt-book, .futura-pt-book span, .futura-pt-book div, .futura-pt-book a {
  font-family: 'Futura PT Book';
  text-transform: uppercase;
}  
.futura-pt-book h2,.futura-pt-book h1 {
  font-family: 'Futura PT Book';
  text-transform: uppercase;
  font-size: inherit;
  line-height: inherit;
  display:inline;
}

h1, h2, h3, h4, h5, h6, .hclass {
  font-family: 'Silk Serif';
  padding: 0px;
  color: #242424;
  font-weight: 300;
  margin-bottom: 1rem !important;
  letter-spacing:2.4px;
  }

h1,.hclass {
  font-size: 45px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 25px; }

h6 {
  font-size: 20px; }

a {
  color: #242424; }

a:hover {
  color: #242424;
  text-decoration: none; }
.items{
	font-size:12px;
	letter-spacing:2.4px;
}

.brown a, .brown span {
	color: #fff !important;
}

p, span {
	font-family: 'Baskerville Old Face';
	font-size: 16px;
	line-height: 25px;
	color: #242424;
	margin: 0px !important;
	padding: 0px;
	font-weight: normal;
}

header {
	background-color: #9a8474;
	padding: 2rem 0;
}

.page-wrap {
	padding: 2rem 0;
}

header .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

header .menu li a{
	padding: .25rem 1rem;
	color: #FFF;
}

/*------------------------start dropdown -------------------- */

.navbar-toggler {
        position: absolute;
        top: -25px;
        left: -10px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    /*! margin-top: -6px; */
    /*! margin-left: -1px; */
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown a:hover, .dropdown-item:hover { background:#707070 !important; /*width: max-content;*/ }
.nav-link:hover { background:#707070 !important; width: max-content; }
.dropdown-menu, .dropdown-submenu{
	border:0px;
	border-radius:0 !important;
}
.aboutpgcnt{
	display: flex;
flex-direction: column;
align-items: self-start;
align-self: center;
}

.rightimg{
  transform: translateX(-150px) translateY(-10px);
}

.img-wrapper{
  position: relative;
}

.breadcrumbs{
    color: grey;
  
}
.breadcrumbs span{
    color: #000;
  
}

.prod-btn{
    padding: 15px 0px 15px 0px;
    width: 200px;
}

/*------------------------end dropdown  -------------------- */

.size-post-thumbnail{
	max-width: 100%;
	height: auto;
}

.bottomborder {
	border-bottom: 1px solid #000;
	font-family: 'Futura PT Book' !important;
	font-size: 16px;
	line-height: 25px;
	color: #242424;
	margin: 0px !important;
	padding: 0px;
	font-weight: normal;
	text-transform: uppercase;
}

.recent-blogs li a {
	color: black;
	text-decoration: none;
}

.recent-blogs li {
	border-bottom: 1px solid black;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 10px 15px;
	margin: 5px;
}

footer .container, header .container {
	max-width: 95%;
}

.brown {
	background-color: #9a8474;
	color: #fff !important;
}

.brown a, .brown span {
	color: #fff !important;
}

.alignleft, img.alignleft {
	display: inline !important;
	float: left !important;
	margin-right: 24px !important;
	margin-top: 8px !important;
}

.alignright {
	float: right !important;
	margin-top: 20px !important;
}

/*------------------------media query -------------------- */
@media (max-width: 320px) {

	h1 {
		font-size: 22px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 18px;
	}

}

@media (min-width: 321px) and (max-width: 575px) {

}

@media (min-width: 576px) and (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 1023px) {

}

@media (max-width:767px){
	
	h2 {
	    font-size: 25px;
		line-height:30px;
	}
		
	.dropdown-submenu .dropdown-menu .dropdown-item {
	    margin-left: 20px;
	}

	.dropdown-submenu {
	  position: relative;
	}

	.dropdown-submenu a::after {
	  /*transform: rotate(-90deg);*/
	  position: absolute;
	  right: 6px;
	  top: .8em;
	}

	.dropdown-submenu .dropdown-menu {
	  top: 0;
	  left: 100%;
	  margin-left: .1rem;
	  margin-right: .1rem;
	}

	.navbar-light .navbar-toggler {
	    border:none;
	}
	.navbar-light .navbar-toggler-icon {
	    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}

	.visitimage{
		width:100% !important;
	}

}