/*
Theme Name: bondihairsalon
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/


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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


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



*{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html, div, img, ul, li, a, p, ol, body{ margin: 0; padding: 0;font-family: "Poppins", sans-serif;font-weight: 400;font-size: 16px;line-height: 26px;color: #000;letter-spacing: 2px;}
h1,h2, h3, h4, h5, h6{ margin: 0; padding: 0;font-size: 44px; font-weight: 800;font-family: 'Mirano-light';line-height: initial;color: #000;margin-bottom: 10px;}
ul, a, input{text-decoration: none;list-style: none;text-decoration: none;outline:none;}
:focus {outline: 0;}
.clear{width: 100%; float: left; clear: both;}
a:hover{ text-decoration: none;}
.container{width:1024px;margin: 0 auto;}
.flex{display: flex;flex-wrap: wrap;justify-content: space-between;}
img{display: block;}
/*  */


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #7b7b7b;font-size: 16px;opacity: 1;font-family: "Poppins", sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #7b7b7b;font-size: 16px;opacity: 1;font-family: "Poppins", sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #7b7b7b;font-size: 16px;opacity: 1;font-family: "Poppins", sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
	color: #7b7b7b;font-size: 16px;opacity: 1;font-family: "Poppins", sans-serif;
}

@font-face {
	font-family: 'Mirano-light-italic';
	src: url('fonts/MiranoExtendedFreebie-LightItalic.woff2') format('woff2'),
	url('fonts/MiranoExtendedFreebie-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Mirano-light';
	src: url('fonts/MiranoExtendedFreebie-Light.woff2') format('woff2'),
	url('fonts/MiranoExtendedFreebie-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/*blog*/
h2.wsite-content-title {

    margin-top: 20px;

}
.paragraph p {

    margin-bottom: 20px;

}
.single-post .entry-footer {

    display: flex;

    flex-wrap: wrap;

    align-items: center;
gap: 15px;

}
.single-post .entry-footer .byline {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    align-items: center;

}
.single-post .entry-footer .posted-on .entry-date.published {

    margin-right: 15px;

}
.blog-content img {

    margin-bottom: 15px;

}
 
.navigation.post-navigation {

    margin-top: 25px;

}
.navigation.post-navigation .nav-next a {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}
 
/*end blog*/

/*Top Head Block*/

.top-head {
	padding: 50px 0;
}
.top-head .left {
	width: 23%;
}
.top-head .left img{
	width: 100%;
}
.top-head .right ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.top-head .right ul li a {
	text-transform: uppercase;
}
.top-head .flex {
	align-items: center;
}
.top-head .right ul li.active a {
	font-weight: 700;
}
.top-head .right ul li a:hover{
	color: #c39a6c;
}
.fa-bars {
	display: none;
}



/*Banner Block*/

.banner_block {
	position: relative;
}
.banner_block img {
	width: 100%;
}
.banner_block .flex {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.banner_block .flex h1 {
	color: #fff;
	font-size: 50px;
	margin: 0;
}
.banner_block .flex p {
	color: #fff;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 4px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.banner_block .flex .container {
	text-align: center;
}
a.main-btn {
	background: #000;
	color: #fff;
	padding: 5px 30px;
	display: inline-block;
	font-size: 14px;
	border-radius: 100px;
	margin-top: 10px;
	text-transform: uppercase;
}
a.main-btn:hover {
	background: #fff;
	color: #000;
}
.banner_block .flex .contact-info-banner {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.banner_block .flex .contact-info-banner a {
	color: #fff;
	font-weight: 600;
}
.banner_block .flex .contact-info-banner a:hover {
	color: #000;
}


/*About Block*/

.about_block .left {
	width: 43.6%;
}
.about_block .left img {
	width: 100%;
}
.about_block .right {
	width: 56.4%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	padding: 0 9%;
}
.main-heading {
	font-weight: 700;
	letter-spacing: 4px;
	margin-bottom: 30px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
}
.about_block .right p {
	font-size: 14px;
	letter-spacing: 2.5px;
	line-height: 20px;
	margin-bottom: 10px;
}
a.main-btn.new {
	margin-top: 30px;
}
a.main-btn.new:hover{
	background: rgba(0,0,0,0.8);
	color: #fff;
}


/*Service Block*/

.service_block {
	padding: 50px 0;
}
.service_block .main-heading {
	font-weight: 400;
}
.service_block .box {
	width: 22%;
}
.service_block .box .image img {
	width: 100%;
	filter: grayscale(100%);
	transition: 0.3s ease;
}
.service_block .box .image img:hover {
	filter: grayscale(0%);
	transition: 0.3s ease;
}
.service_block .box p {
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
}
.service_block .button {
	text-align: center;
}



/*Special Offer Block */

.special_offer {
	background: #f7f2ee;
	padding: 50px 0;
}
.special_offer h2 {
	color: #ae8264;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
}
.special_offer .main-heading {
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
}
.special_offer p.seco {
	font-size: 14px;
	letter-spacing: 2px;
	text-align: center;
}
.special_offer .flex .box {
	width: 33.33%;
	border: 1px solid #e7ddd9;
	padding: 20px 20px;
	background: #fbf7f3;
	display: flex;
	flex-wrap: wrap;
}
.special_offer .flex .box.bg {
	background: #FF6A29;
}
.special_offer .flex .box.bg .days {
	color: #fff;
}
.special_offer .flex .box.bg .head-text {
	color: #fff;
	font-weight: 700;
}
.special_offer .flex .box.bg ul li {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}
.special_offer .flex {
	margin-top: 10px;
}
.special_offer .flex .box .days {
	border: 1px solid #e7ddd9;
	color: #6b5c4f;
	font-size: 12px;
	padding: 0 15px;
	display: inline-block;
	letter-spacing: 2px;
}
.special_offer .flex .box .percentage {
	display: flex;
	gap: 17px;
	margin-top: 20px;
	flex: 1;
}
.special_offer .flex .box .percentage span {
	font-size: 30px;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 2px;
}
.special_offer .flex .box .percentage p {
	letter-spacing: 2px;
	font-weight: 500;
}
.special_offer .flex .box p.text {
	font-style: italic;
	letter-spacing: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.special_offer .flex .box p.second-text {
	font-size: 11px;
	line-height: initial;
	font-weight: 500;
}
.special_offer .flex .box hr {
	border: 0;
	background: #e7ddd9;
	height: 1px;
	margin: 10px 0;
	width: 100%;
}
.special_offer .flex .box a {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
}
.special_offer .flex .box .head-text {
	font-size: 21px;
	margin: 10px 0;
}
.special_offer .flex .box ul li {
	list-style: disc;
	font-size: 12px;
	letter-spacing: 2px;
	font-style: italic;
}
.special_offer .flex .box ul {
	padding-left: 15px;
}
.special_offer .flex .box:Hover a .days {
	background: #c39a6c;
	color: #fff;
}
.special_offer .flex .box:hover {
	background: #191410;
}
.special_offer .flex .box:Hover a .head-text,.special_offer .flex .box:Hover a .head-text,.special_offer .flex .box:Hover a ul li,.special_offer .flex .box:Hover a .percentage p,.special_offer .flex .box:Hover a .percentage span,.special_offer .flex .box:Hover a .second-text,.special_offer .flex .box:Hover a p.text{
	color: #fff;
}



/*Testimonials Block*/

.testimonials_block {
	padding: 100px 0;
}
.testimonials_block img {
	width: 31%;
	height: 390px;
	object-fit: cover;
}
.testimonials_block .right p {
	font-size: 13px;
	font-weight: 300;
}
.testimonials_block .right h3 {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin: 20px 0;
}
.testimonials_block .right {
	width: 28%;
}
.testimonials_block .flex {
	align-items: center;
	justify-content: flex-end;
	gap: 60px;
}
.testimonials_block .right .box {
	margin-bottom: 30px;
}
.testimonials_block .right .box:last-child {
	margin-bottom: 0px;
}
.testimonials_block .main-heading {
	margin-right: auto;
}




/*Gallery Block*/

.gallery_block {
	margin-top: 50px;
}



/*BOOK AN APPOINTMENT Block*/

.appointment_block {
	position: relative;
}
.appointment_block img {
	width: 100%;
}
.appointment_block .flex {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.appointment_block a.main-btn.new {
	background: #fff;
	color: #000;
}
.appointment_block a.main-btn.new:hover {
	background: #000;
	color: #fff;
}
.newone {
	margin-top: 50px;
	float: left;
	width: 100%;
	border: 0;
	height: 1px;
	background: #ddd;
}
.footer_block {
	padding: 50px 0;
	text-align: center;
}
.footer_block ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.footer_block ul li a {
	text-decoration: underline;
	font-weight: 600;
	letter-spacing: 3px;
}
.footer_block ul li a:hover {
	color: #c39a6c;
}
.footer_block p {
	margin: 50px 0;
	padding: 0 14%;
	letter-spacing: 4px;
}
.footer_block p a{
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.footer_block p a:hover{
	color: #c39a6c;
}
.footer_block .flex .partner_logo {
	width: 9%;
}
.footer_block .flex .partner_logo img {
	width: auto;
	max-height: 50px;
	max-width: 100%;
}
.footer_block .flex {
	gap: 50px 23px;
	width: 68%;
	margin: 0 auto;
	margin-bottom: 50px;
	justify-content: center;
	align-items: center;
}
.footer_block .flex:last-child {
	gap: 50px 28px;
	margin-bottom: 0px;
}






/*Inner Service Page*/

.banner_block.inner p {
	font-style: unset;
}
.service_content {
	padding: 50px 0;
	text-align: center;
}
.service_content .flex {
	justify-content: center;
	gap: 15px;
}
.service_content .flex p {
	font-size: 13px;
	letter-spacing: 3px;
}

.service_section {
	border: 1px solid #e8e8e8;
	border-right: 0;
	border-left: 0;
}
.service_section .left {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}

.service_section .right {
	width: 50%;
}
.service_section .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_section .left h2 {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 5px;
}
.service_section .left ul {
	margin-left: 15px;
}
.service_section .left ul li {
	list-style: disc;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.service_section .left a.main-btn.new {
	padding: 5px 20px;
	font-size: 13px;
	letter-spacing: 0;
}
.service_section .flex:nth-child(even){
	flex-direction: row-reverse;
}
.service_section .left .content {
	width: 80%;
	max-width: fit-content;
}






/*inner Contact Block*/

.contact_content {
	border: 1px solid #e8e8e8;
	border-right: 0;
	border-left: 0;
}
.contact_content .left {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_content .right {
	width: 50%;
}
.contact_content .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact_content .left h2 {
	font-family: "Poppins", sans-serif;
	letter-spacing: 5px;
	font-size: 16px;
}
.contact_content .left ul {
	margin: 20px 0 20px 0;
}
.contact_content .left h3 {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0;
}
.contact_content .left ul.operation li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact_content .left .content {
	width: 82%;
}
.contact_content .left ul li a {
	letter-spacing: 0;
	font-size: 14px;
}
.contact_content .left ul.operation li span {
	letter-spacing: 0;
	font-size: 14px;
}
.contact_content .left ul.operation {
	width: 80%;
}
.contact_content .left ul li {
	line-height: initial;
}


/*FAQ*/


.banner_block.faq p {
	font-style: unset;
	font-size: 40px;
	text-shadow: 0px 0px 10px #555;
	width: auto;
	display: inline-block;
}
.faq_content {
	padding: 50px 0 0;
}
.faq_content h3 {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	letter-spacing: 5px;
	margin-bottom: 0;
	font-weight: 600;
}
.faq_content p {
	letter-spacing: 5px;
	text-align: justify;
	font-weight: 300;
	line-height: 22px;
}
.faq_content .box {
	margin-bottom: 20px;
}
.faq_content .box:last-child {
	margin-bottom: 0px;
}








































/*Media Query*/





@media(max-width: 1199px){
	.container{
		width: 96%;
	}
}

@media(max-width: 1023px){
	.top-head .right ul li a {
		letter-spacing: 1px;
	}
	.top-head .right ul {
		gap: 20px;
	}
	.special_offer .flex .box {
		width: 50%;
	}
	.footer_block .flex {
		gap: 50px 19px;
	}
}

@media(max-width: 992px){
	.service_block .box .image img {
		filter: inherit;
	}
}

@media(max-width:767px){
	
	
	h2.wsite-content-title {
	font-size: 22px;
}
.single-post h1 {
	font-size: 22px;
}
	.fa-bars {
		display: block;
		cursor: pointer;
	}
	.top-head {
		padding: 20px 0;
	}
	.top-head .right ul.menu {
		position: absolute;
		background: #c39a6c;
		left: 0;
		right: 0;
		z-index: 1;
		padding: 20px;
		display: none;
	}
	a.main-btn {
		padding: 5px 27px;
	}
	.top-head .right ul.menu li {
		width: 100%;
		text-align: center;
		margin-bottom: 12px;
	}
	.top-head .right ul.menu li:last-child {
		margin-bottom: 0px;
	}
	.top-head .right ul.menu li a:hover{
		color: #fff;
	}
	.banner_block .flex .contact-info-banner {
		margin-top: 0;
	}
	.testimonials_block .flex {
		gap: 30px;
	}
	.footer_block .flex .partner_logo {
		width: 16%;
	}
	.footer_block .flex:last-child {
		gap: 50px 20px;
	}
	.banner_block.inner p {
		width: 100%;
	}
	.service_section .left {
		width: 100%;
		justify-content: flex-start;
		padding: 20px 20px;
	}
	.service_section .right {
		width: 100%;
	}
	.service_section .flex {
		margin-bottom: 20px;
	}
	.service_section .flex:last-child {
		margin-bottom: 0px;
	}
	.contact_content .left{
		width: 100%;
		padding: 20px 0;
	}
	.contact_content .right{
		width: 100%;
	}
}

@media(max-width:639px){
	.banner_block .flex h1 {
		font-size: 30px;
	}
	.banner_block .flex p {
		width: 100%;
	}
	.banner_block .flex {
		position: initial;
		background: #b5b5b5;
		padding: 15px;
	}
	.about_block .left {
		width: 100%;
	}
	.about_block .right {
		width: 100%;
	}
	.about_block .flex {
		gap: 30px;
	}
	.service_block .box {
		width: 48%;
	}
	.service_block .flex {
		gap: 50px 0;
	}
	.special_offer .flex .box {
		width: 100%;
	}
	.special_offer .flex {
		gap: 30px;
	}
	.testimonials_block .flex {
		flex-direction: column;
		align-items: center;
	}
	.testimonials_block .main-heading {
		margin-right: 0;
		margin-bottom: 0;
	}
	.testimonials_block .main-heading br{
		display: none;
	}
	.testimonials_block {
		padding: 50px 0;
	}
	.testimonials_block img {
		width: 100%;
	}
	.testimonials_block .right {
		width: 100%;
	}
	.banner_block .flex .contact-info-banner {
		gap: 0;
		flex-direction: column;
		margin-top: 10px;
	}
	.banner_block .flex .contact-info-banner a {
		font-size: 14px;
		line-height: initial;
	}
}

@media(max-width:479px){
	.banner_block .flex h1 {
		font-size: 20px;
	}
	.banner_block .flex p {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.service_block .box {
		width: 100%;
	}
	.contact_content .left .content {
		width: 90%;
	}
	a.main-btn {
		padding: 5px 15px;
	}
	.banner_block .flex {
		position: inherit;
		background: #939393;
		padding: 10px 0;
	}
}
/* ==== Blog page heading ==== */
.bondi-blog-page-header {
	text-align: center;
	margin-bottom: 50px;
}
.bondi-blog-page-title {
	font-size: 56px;
	margin-bottom: 0;
}

/* ==== Blog grid ==== */
.bondi-blog-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 50px -30px;
	padding: 0;
}
.bondi-blog-card {
	flex: 0 0 calc(33.333% - 30px);
	max-width: calc(33.333% - 30px);
	min-width: 0;
	margin: 0 0 45px 30px;
	display: flex;
	flex-direction: column;
}
.bondi-blog-card__media {
	display: block;
	margin-bottom: 18px;
}
.bondi-blog-card__media img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	border-radius: 6px;
	display: block;
}
.bondi-blog-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 0;
}
.bondi-blog-card__date {
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	color: #7b7b7b;
	margin: 0 0 8px;
}
.bondi-blog-card__title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 28px;
	color: #000;
	margin: 0 0 12px;
	overflow-wrap: break-word;
}
.bondi-blog-card__title a {
	text-decoration: none;
	color: inherit;
}
.bondi-blog-card__title a:hover {
	color: #c39a6c;
}
.bondi-blog-card__excerpt {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 22px;
	color: #000;
	margin-bottom: 20px;
	flex: 1 1 auto;
	min-width: 0;
	overflow-wrap: break-word;
}
.bondi-blog-card__link.main-btn {
	align-self: flex-start;
	margin-top: auto;
}
.bondi-blog-card__link.main-btn:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
@media (max-width: 900px) {
	.bondi-blog-card {
		flex-basis: calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
}
@media (max-width: 600px) {
	.bondi-blog-grid {
		margin-left: 0;
	}
	.bondi-blog-card {
		flex-basis: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.bondi-blog-card__media img {
		height: 200px;
	}
}

/* ==== Single post: space after featured image, safe text wrapping ==== */
.single .post-thumbnail {
	margin-bottom: 30px;
	display: block;
}
.single .entry-content {
	overflow-wrap: break-word;
}
.single .entry-content p {
	margin-bottom: 20px;
}

/* ==== Force consistent heading font/weight/color across all blog posts ====
   Some posts were pasted with extra <strong>/<span style="color:..."> tags
   inside their subheadings, which could make weight/colour look slightly
   inconsistent post to post. Force them all back to the theme's own
   heading style. */
h2.wsite-content-title,
h2.wsite-content-title strong,
h2.wsite-content-title span {
	font-family: inherit !important;
	font-weight: 800 !important;
	color: #000 !important;
}

/* ==== Force consistent link underline inside blog post content ====
   Some posts had links manually underlined (via a <u> tag pasted from
   Word/Docs) and some didn't, so links looked inconsistent post to post.
   Underline all links inside the single post body so they always match. */
.single .entry-content a {
	text-decoration: underline;
}
.single .entry-content a:hover {
	color: #c39a6c;
}
