/*
Theme Name: bestbarberkamloops
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns
Version: 3.9.1750246634
Updated: 2025-06-18 11:37:14

*/
*{box-sizing: border-box;}
.site-content  {
    padding-top: 100px;
    padding-bottom: 100px;
}
p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #1e1e1e;
}


.headerInner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
	width:120px
}
.logo h1 { 
	    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.logo a {display: block;text-decoration:none;color:#000}
.logo img {width: 100%; }
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
}
.main-navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.main-navigation .menu-item a {
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
 font-family: 'Open Sans', sans-serif;
  padding: 0px 12px;
  font-size: 14px;
  letter-spacing: 2px; 
  transition: background-color 0.2s ease, color 0.2s ease;
	position:relative;
}
.main-navigation .menu-item a:before { 
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
	width:0;
    height: 1px;
    background: #000;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: width 0.3s cubic-bezier(.27,.62,.43,1.01);
	
}
.main-navigation .menu-item a:hover:before {  
	 width: calc(100% - 24px);
}
.socialLins a{
 font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 2px; 
  text-decoration: none;
   color: #333;
   font-family: 'Playfair Display', serif;
	font-weight:500

}
.singlePost{
    width: 25%;
    padding: 0 24px;
}
.blogWrap {
    margin: 0 -24px;
    display: flex;
    flex-wrap: wrap;
}
.singlePost a:hover img {
    
    transform: scale(1.1);
}
.singlePost a {text-decoration: none; }
.singlePost h3{
        font-family: 'Playfair Display', sans-serif;
        font-weight: 400;
        margin: 0;
        margin-bottom: 24px;
            font-size: 26px;
    line-height: 30px;
    color:#393939
}
.singlePost .featuredImg {
    margin-bottom: 25px;
    overflow: hidden;
}
.singlePost .featuredImg img {
    width: 100%;
    transition:transform 1s ease;
    aspect-ratio: 0.7;
    object-fit: cover;
    object-fit: center;
}
.singlePost {
    margin-bottom: 30px;
}

.category a{
      font-family: 'Open Sans', sans-serif;
    font-style: normal;
    margin: 0 0 0px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b6b6b6;
}
.singleWrap {
    display: flex;
    align-items: flex-start;
}
.featureImage img {
    width: 100%;
}
.blogContent  {
    width: 75%; 
}
.blogContent h1{
        font-family: 'Playfair Display', sans-serif;
    font-size: 35px;
    line-height: 48px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}
.blogContent p, .blogContent li{
  font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #1e1e1e;
}
h2{
        font-family: 'Playfair Display', sans-serif;
    font-size: 32px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}
h3{
        font-family: 'Playfair Display', sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}
h4{
        font-family: 'Playfair Display', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}
.singleWrap .recentPost {
    text-align:  center;
}
.recent-posts  {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.recent-posts li span{
    color: #9f9f9f;
    font-size: 15px;
    font-family: 'open sans';
    font-style: normal;
}
.recent-posts li a{
    text-decoration: none;
    color: #1e1e1e;
    font-size: 15px;
    font-family: 'open sans';
    font-style: normal;
    margin-top: 20px;
    display: block;
}
.site-footer{
    padding: 100px 0;
    background-color:#282828 ;
}
 
.siteinfo a img {
width: 100px;
}
.siteinfo h3 {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
}
.footerWrap > div {
    max-width: 35%;
padding: 0 20px;
	text-align:center;
}
.siteinfo img{width:120px}
 
.site-footer .recent-posts{
text-align: left;
}
.site-footer .recent-posts li {text-align:center}
.authorInfo{
	text-align:center;
	margin-bottom:40px
}
.authorInfo img{
	width:75%;
	object-fit:cover;
	object-position:center;
	border-radius:100%;
	aspect-ratio:1
}
.blogMeta{
	flex:0 0 25%;
	width:25%;
	
}
.metaInner {
	padding-left:17%;
}
.footermenu  ul {
    list-style-type: none;
    padding: 0;
    margin:0
}
.footermenu li {
    margin-bottom: 15px;
}
.footermenu li a {
    font-size: 15px;
    font-family: 'open sans';
    font-style: normal;
    margin-top: 20px;
    display: block;
}
.site-footer .recent-posts li a ,  .footermenu li a {
    color: #fff;
    text-decoration: none;
}
.site-footer  h4{
    color:#fff;
    margin: 0 0 24px 0;
}
.footerWrap{
    display: flex;
    margin: 0 -20px;
}

.pageTitle  h1 {
	    font-family: 'Playfair Display', sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
	text-align:center;
	margin:0 0 100px 0;
}
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date, .cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea, .cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz, .contact_form.cf7_custom_style_1 input[type='text'], .contact_form.cf7_custom_style_1 textarea {
    border-color: #dfdfdf;
    border-width: 1px;
    border-style: solid;
    transform: translateZ(0);
    color: #969595;
    font-family: Open Sans;
    font-size: 15px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-bottom: 12px;
}
.page-id-125 .contentWrap{
	max-width:800px;
	margin:0 auto;
	text-align:center;
}
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]), .contact_form.cf7_custom_style_1 .qbutton {
    background-color: #ececec;
    border-color: #ececec;
    color: #000000;
    font-family: Open Sans;
    font-size: 11px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.wpcf7-spinner{
	position:absolute
}
.entrycontent {
	margin-bottom:100px
}
.entrycontent h1 {
	font-family: 'Playfair Display', sans-serif;
    font-size: 32px;
    line-height: 50px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
	text-align:center;
	max-width:710px; 
	margin:0 auto;
	margin-bottom:30px
}
.entrycontent h2 {
	font-family: 'Playfair Display', sans-serif;
    font-size: 26px;
    line-height: 50px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
	text-align:center;
	max-width:710px; 
	margin:0 auto;
}

@media only screen and (max-width:1024px){
	.singlePost{
		width:33.33%	
	}
	.singleWrap{
		display:block
	}
	.blogContent,.blogMeta{
		width:100%
	}
	.metaInner{
		padding-left:0;
	}
	.authorInfo{
		    display: flex;
		text-align:left;
    align-items: flex-start;
    justify-content: flex-start;
	}
	.authorInfo img {
		width: 120px;margin-right:15px}
	.site-content{
		    padding-top: 60px;
    padding-bottom: 60px;
	}
}
@media only screen and (max-width:767.98px){
	.logo {margin:0 auto;}
	.headerInner{
		display:block
	}
	.authorInfo img {
		margin: 0 auto; 
	}
	.authorInfo{
		text-align:center;
		display: block}
	.singlePost{
		width:100%	
	}
	.footerWrap{
		display:block
	}
	.footerWrap > div{
		max-width:none
	}
	.entrycontent h1{
		font-size: 24px;
    line-height: 1.2;
	}
	.entrycontent h2{
		font-size: 20px;
    line-height: 1.2;
	}
	.main-navigation .menu{
		gap:10px;
	}
	.main-navigation .menu-item a{
		    padding: 0px 10px;
	}
}