/*---------------------------------------------------------------

  Project Name: TR Salon Lite
  File Name: style.css
  Author: ThemeRally
  Author URI: https://www.themerally.com
  Version: 1.0.0

------------------------------------------------------------------*/
/*----------------------------------------------------------------

// Table of contents //

        Body
    0.  Common Section
    1.  Back To Top
    2.	Breadcrumb Section
    3.	Navigation Section
	4.	Blog Section
	5.	Blog Details Section
	6.	Footer Section
	7.Wordpress theme style
		=> Header
		=> Blog
		=> Widget style
		=> Comment
		=> Navigation
		=> Entry Footer
		=> author
		=> archive
		=> error page
		=> page
------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
}

body{
	overflow-x: hidden;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
}

/*==================== commen section ====================*/
p{
	/*text-align: left;*/
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
}

a, 
a:focus{
	color: #333;
	text-decoration: none;
	outline: 0 !important;
}

a:hover{
	text-decoration: none;
	outline: 0 !important;
}

.head-section{
	margin-bottom: 50px;
}

.head-text h2{
	font-size: 30px;
	font-weight: 500;
	float: left;
	margin-bottom: 10px;
}

.breadcrumb-text h2{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 10px;
}

.head-text h2 sub,
.breadcrumb-text h2 sub{
	font-size: 16px;
	font-weight: 400;
	font-family: 'Charm', cursive;
}

.head-icon{		
	float: right;
	display: inline-block;
}

.head-icon i{
	width: 50px;
	height: 40px;
	background-color: #E54378;
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

.horizontal-line{
	width: 100%;
	height: 1px;
	background-color: #333;
	clear: left;
}

.custom-btn .btn{
	background: #fff;
	color: #333;
	border: none;
	padding: 15px 35px;
	border-radius: 0px;
	box-shadow: none;
}

.custom-btn .btn:focus{
	outline: none;
}

.custom-btn .btn:hover{
	background: #E54378;
	color: #fff;
}

.form-control::-moz-placeholder{
	color: #333;
	font-weight: 300;
	font-size: 12px;
	font-style: italic;
}

.form-control::-ms-input-placeholder{
	color: #333;
	font-weight: 300;
	font-size: 12px;
	font-style: italic;
}

.form-control::-webkit-input-placeholder{
	color: #333;
	font-weight: 300;
	font-size: 12px;
	font-style: italic;
}

.custom-btn .btn,
.navbar-default .navbar-nav>li>a,
.menu-soi li i,
.service-bg,
.gallery-effect,
.price,
.pricing-table .custom-btn .btn,
.team-soi,
.popular-blog-text h3,
.popular-blog-text h3 a,
.breadcrumb li a,
.blog-content .thumbnail .caption a h3,
.blog-content .thumbnail .caption h3,
.pagination .list-inline a,
.login a,
.comment-list .btn, 
.comment-list .btn:focus{
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;	
}

/*========================= back-top section =========================*/
.go-top {
	background-color: #E54378;
	box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
	bottom: 60px;
	right: 30px;
	color: #fff;
	font-size: 30px;
	display: none;
	position: fixed;
	text-decoration: none;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 100%;
}

.go-top i{
 	line-height: inherit;
 	font-size: 27px;
}

.go-top:hover {
    background: #282828;
    color: #fff;
}

/*==================== breadcrumb section ====================*/
#breadcrumb {
	background-color: rgba(0, 0, 0, .6);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: overlay;
	color: #fff;
}

.breadcrumb-area{
	padding: 60px 0;
	text-align: center;
}

.breadcrumb {
	font-size: 18px;
    background-color: transparent;
    padding: 5px 0px;
    margin: 0;
}

.breadcrumb li a {
 	color: #fff;
}

.breadcrumb > .active,
.breadcrumb li a:hover {
 	color: #E54378;
}

.breadcrumb > li + li::before {
 	color: #fff;
}

/*==================== navigation section ====================*/
#menu .navbar-brand a img{
	width: 148px;
	height: 45px;
	margin-top: -5px;
	object-fit: contain;
}

#menu .navbar-default {
    background-color: #060807;
    border-color: transparent;
}

#menu .navbar {
    border-radius: 0;
    border-color: transparent;
    min-height: 70px;
    margin-bottom: 0;
	padding-bottom: 12px;
    padding-top: 6px;
}

#menu .navbar-left{
	position: relative;
	left: 10%;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #E54378;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a,
.menu-soi li i {
    color: #fff;
    font-size: 16px;
    padding-top: 25px;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover,
.menu-soi li i:hover,
.footer-soi li i:hover {
    color: #E54378;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}
#menu .dropdown-menu {
    background-color: #060807;
    border: none;
    border-radius: 0;
}
#menu .dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
}
#menu .dropdown-menu > li > a:hover {
   color: #E54378;
   background-color: transparent;
}

/*==================== blog section ====================*/
#blog{
	padding: 100px 0;
}

#blog .blog-content{
	margin-bottom: 50px;
}

#blog .thumbnail {
    padding: 0;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

#blog .thumbnail img{
	object-fit: cover;
	height: 400px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.blog-content .thumbnail .caption a h3,
.blog-content .thumbnail .caption h3{
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.blog-content .thumbnail:hover .caption a h3,
.sidebar-blog-post .thumbnail:hover .caption a h3{
	color: #E54378;
}

.blog-content .thumbnail .caption{
	padding: 10px 30px;
}

.blog-content .thumbnail .caption .list-inline,
.sidebar-blog-post .thumbnail .caption .list-inline{
	font-size: 13px;
}

.blog-content .thumbnail .caption .bottom-line,
.sidebar-blog-post .thumbnail .caption .bottom-line{
	border-bottom: 1px solid #f0efef;
	padding-bottom: 10px;
}

.blog-content .thumbnail .caption .bottom-line li a,
.sidebar-blog-post .thumbnail .caption .bottom-line li a{
	color: #E54378;
	text-decoration: underline;
	margin-left: 5px;
}

.blog-content .thumbnail .caption .bottom-line li i{
	margin-right: 5px;
}

#blog .thumbnail .caption .meta,
.sidebar-blog-post .thumbnail .caption .meta{
	overflow: hidden;
}

.blog-content .thumbnail .caption .blog-meta,
.sidebar-blog-post .thumbnail .caption .blog-meta{
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.blog-content .thumbnail .caption .blog-soi,
.sidebar-blog-post .thumbnail .caption .blog-soi{
	float: right;
}

.blog-content .thumbnail .caption p{
	margin-top: 15px;
}

.blog-content .thumbnail .custom-btn .btn{
	background-color: #282828;
	color: #fff;
	margin-top: 20px;
	padding: 12px 20px;
}

.blog-content .thumbnail .custom-btn .btn:hover{
	background-color: #E54378;
}

.sidebar-blog-post h3{
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

/* pagination */
.pagination{
	margin: 10px 0;
}

.pagination .page-numbers{
	background-color: transparent;
	border: none;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, .6);
	margin-right: 5px;
}

.pagination .current{
	background-color: #E54378;
	color: #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
}

.pagination .nav-links .page-numbers:hover{
	background-color: #E54378;
	color: #fff;
}

/* sidebar section */
.sidebar-posts{
	margin-bottom: 30px;
}

.sidebar-posts h2,
.sidebar-posts h3,
.wp-block-search__button-outside label{
	font-size: 20px;
	margin-bottom: 15px;
	padding-left: 10px;
	position: relative;
	text-transform: capitalize;
}

.sidebar-posts h2::before,
.sidebar-posts h3::before,
.wp-block-search__button-outside label::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 2px;
	background-color: #E54378;
	left: 0;
	top: 0;
}

/* login */
.login a{
	font-size: 18px;
}

.login a:hover{
	color: #E54378;
}

/*sidebar-tags*/
.sidebar-tags .list-inline li a{
	background-color: #eee;
	padding: 10px;
}

.sidebar-tags .list-inline li{
	margin-bottom: 30px;
}

.sidebar-tags .list-inline li a:hover{
	background-color: #E54378;
	color: #fff;
}

/*sidebar-img*/
.sidebar-img img{
	float: left;
}

/*====================blog-details section ====================*/
.read-next h2,
.about-author h2,
.blog-comment h2,
.blog-submit h2{
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 20px;
	padding-bottom: 5px;
	position: relative;
}

.about-author h2,
.blog-comment h2{
	padding-left: 15px;
	padding-bottom: 0px;
	border-bottom: 1px solid transparent;
}

.about-author h2::before,
.blog-comment h2::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 2px;
	background-color: #E54378;
	left: 0;
	top: 0;
}



/*about-author*/
.about-author, 
.read-next{
	padding-top: 50px;
}

.about-author {
    background: #ffe5c6;
    padding: 25px;
    border-radius: 10px;
    margin-top: 50px;
}

.about-author .author{
	margin-top: 15px;
}

.about-author .author img{
	float: left;
	margin-right: 15px;
	width: 80px;
}

.author-text{
	position: relative;
	top: 15px;
}

.author-text h4{
	font-size: 18px;
}

.author-text p{
	margin-top: 5px;
	margin-bottom: 10px;
}

/*blog-comment*/
.blog-comment,
.comment-respond{
	padding-top: 100px;
}

.blog-comment {
	clear: left;
	overflow: hidden;
}

.blog-comment-text{
	padding-top: 5px;
	padding-bottom: 45px;
	padding-left: 5px;
	margin-top: 45px;
}

.comment-img {
	height: 120px;
	width: 120px;
	border-radius: 100%;
}

.blog-comment .media-body .comment-list li{
 	font-size: 12px;
}

.blog-comment .media-body{
 	padding-left: 10px;
}

.blog-comment img {
	height: 85px;
	max-width: 85px;
	object-fit: contain;
}

.comment-list .btn, 
.comment-list .btn:focus {
	margin-top: -2px;
	border-radius: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: transparent;
	box-shadow: none;
}

.comment-list .btn:hover{
	color: #E54378;
}

.blog-reply{
	margin-top: -30px;
}

/*blog-submit*/
.blog-submit .form-control, 
.comment-respond .form-control{
	margin-bottom: 30px;
	border: 1px solid #949494;
	border-radius: 0px;
	box-shadow: none;
	height: 40px;
	background: transparent;
	padding: 7px 15px;
}

.blog-submit .form-control:focus, 
.comment-respond .form-control:focus{
	border: 1px solid #E54378;
	border-radius: 0px;
	box-shadow: none;
}

.comment-respond .form-control::placeholder{
	font-style: normal;
}

p.comment-form-cookies-consent {
    padding-left: 15px;
    margin-bottom: 20px;
}

.blog-submit textarea.form-control,
.comment-respond textarea.form-control{
    height: 180px;
}

.comment-respond .form-submit{
	text-align: left;
	padding-left: 15px;
}

.blog-submit .custom-btn .btn, 
.comment-respond .form-submit .submit{
    background: #282828;
    color: #fff;
    border: none;
    padding: 15px 35px;
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
}

.blog-submit .custom-btn .btn:hover, 
.comment-respond .form-submit .submit:hover{
	background: #E54378;
}

/*==================== footer section ====================*/

#footer{
	background-color: #3a3a3a;
	color: #fff;
}

.footer-area{
	padding: 50px 0;
}

/* Footer widget heading style */
.footer-content h2,
.footer-content h3{
	font-size: 20px;
	margin-bottom: 30px;
	padding-left: 10px;
	position: relative;
	text-transform: capitalize;
}

.footer-content h2:before,
.footer-content h3:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 2px;
	background-color: #E54378;
	left: 0;
	top: 0;
}

/* Footer Text widget */
.footer-content .textwidget p img {
    width: 150px;
    margin-bottom: 15px;
}

.footer-content .textwidget p {
	font-size: 15px;
}

.footer-end-text p{
	text-align: center;
	font-size: 13px;
}

.footer-end-text p a{
	color: #E54378;
	font-style: italic;
}

.footer-end .horizontal-line{
	width: 70%;
	height: 1px;
	background-color: #fff;
	margin: 30px auto;
}

/* Footer menu and social */
.footer-menu li a,
.footer-soi li a{
	color: #fff;
	font-size: 15px;
}

.footer-soi {
	margin: 15px 0;
}

.footer-menu li a:hover{
	color: #E54378;
}

/*==================== WordPress theme style ====================*/

/*||||||||||| Header |||||||||||*/

.navbar-brand .site-title a{
	color: #fff;
	font-weight: 700;
	font-size: 30px;
}

.navbar-brand .site-description{
	font-size: 14px;
	color: #fff;
}

/*||||||||||| Blog |||||||||||*/

.blog-content .thumbnail .caption .bottom-line li a{
    text-decoration: none;
}

/*||||||||||| Default Widget |||||||||||*/

/*sidebar/footer Search */
.wp-block-search__button-outside .wp-block-search__inside-wrapper input{
    height: 40px;
    padding: 0 10px;
}

.wp-block-search__button-outside .wp-block-search__inside-wrapper input:focus{
    outline: 0;
}

.wp-block-search__button-outside .wp-block-search__inside-wrapper button{
    height: 40px;
    padding: 0 20px;
    background-color: #333;
    border-color: #333;
    color: #fff;
    font-weight: 600;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    cursor: pointer;
}

.wp-block-search__button-outside .wp-block-search__inside-wrapper button:hover{
    background-color: #e54378;
    border-color: #e54378;
}

.footer-area  .wp-block-search__button-outside .wp-block-search__inside-wrapper button{
	background-color: #fff;
	color: #e54378;
}

.footer-area  .wp-block-search__button-outside .wp-block-search__inside-wrapper button:hover{
	background-color: #e54378;
	color: #fff;
}

/*sidebar/footer Calendar */
.wp-calendar-table{
	margin: 0;
}

.wp-calendar-table  #today a, 
.wp-calendar-table  #today{
	color: #E54378;
	background-color: rgb(255, 229, 198);
}

.wp-calendar-table  th{
	font-weight: 500 !important;
}

.wp-calendar-table  td,
.wp-calendar-table  th{
	padding: 5px;
	text-align: center;
	color: #000;
	background-color: #fff !important;
	border: 1px solid rgb(255, 229, 198) !important;
}

.widget_calendar .calendar_wrap td a:hover{
	color: #E54378;
}

.wp-calendar-table caption {
    text-align: center;
	padding: 10px;
    background: rgb(255, 229, 198);
	font-weight: 500;
    color: #333;
}

.wp-calendar-nav {
    background: rgb(255, 229, 198);
    padding: 10px 20px;
	display: flex;
	justify-content: space-between;
}

.wp-calendar-nav a{
	font-weight: 500;
	color: #333;
}

/*sidebar/footer latest comments*/
.wp-block-latest-comments__comment img{
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}
.wp-block-latest-comments__comment a:hover {
	color: #e54378;
	font-size: 15px !important;
}

.wp-block-latest-comments__comment-meta {
    color: #555;
    font-size: 15px;
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
}

.footer-area .wp-block-latest-comments__comment a{
	color: #fff;
}

.footer-area .wp-block-latest-comments__comment a:hover {
	color: #e54378;
}

.footer-area .wp-block-latest-comments__comment-meta {
    color: #eaeaea;
}

.footer-area .wp-block-latest-comments__comment-excerpt p {
    color: #fff;
}

/*sidebar/footer Tags cloud*/
p.wp-block-tag-cloud a {
    font-size: 15px !important;
    margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
    color: #333;
    font-weight: 500;
    
}

.footer-area  p.wp-block-tag-cloud a{
	color: #fff;
}

p.wp-block-tag-cloud a:hover {
    color: #e54378;
	text-decoration: underline;
}

/* Sidebar/footer social share */
.wp-block-social-links li{
	padding-left: 0 !important;
}

.wp-block-social-links li:before{
	content: '' !important;
}

.wp-block-social-links li a{
	font-size: 16px;
	background-color: #E54378;
	border: 1px solid #E54378;
	height: 35px;
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

/* Sidebar/footer all li style */
.widget ul{
	margin-left: 0;
}
.widget ul li{
	list-style: none; 
	margin-bottom: 10px;
	font-weight: 500;
	padding-left: 20px;
    color: #333;
    position: relative;
}

.widget ul li::before{
	content: '\f0a4';
	position: absolute;
	font-family: FontAwesome;
	color: #E54378;
	font-size: 15px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.footer-area .widget ul li::before{
	color: #E54378;
}

.footer-area .widget ul li a{
	color: #fff;
}

/*  */
.widget ul li a{
	color: #555;
	word-wrap: break-word;
}
.widget ul li a:hover,
.widget ul li a:focus{
	color: #E54378;
}
.widget ul li .children{
	margin: 10px 0 0 10px;
}
.widget ul li .children li{
	padding: 0;
}
.widget select{
	width: 100%;
	height: 40px;
	border: 1px solid #777;
    background-color: transparent;
    padding: 5px 10px;
    outline: 0;
    font-size: 15px;
}

.widget select:focus {
    outline: 0 !important;
    border-color: #118df0;
}


/*||||||||||| Comment |||||||||||*/

.blog-comment ul , 
.pricing-body ul{
	margin-left: 0;
}

.blog-comment ul.list-inline {
	margin-top: 15px;
}

.blog-comment .children{
	margin: 30px 0 0 40px;
}
.media {
    margin-top: 30px;
}
.media-heading .url:hover, 
.comment-edit-link:hover, 
.comment-reply-link:hover{
	color: #E54378;
}
.comment-metadata a, 
.comment-metadata a:hover{
	color: #333;
}
.media-body .edit-link,
.media-body .reply-link{
	float: right;
	font-size: 16px;
}
.comment-reply-title{
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.comment-reply-title small{
	margin-left: 15px;
}
.comment-form label, 
.comment-form .required{
	display: none;
}
.comment-respond a, 
.navigation .nav-links a,
.entry-footer a,
.author-text a,
.blog-soi a{
	color: #333;
}
.comment-respond a:hover, 
.navigation .nav-links a:hover,
.entry-footer a:hover,
.author-text a:hover,
.blog-soi a:hover{
	color: #E54378;
}
.comment-respond .logged-in-as{
	padding-bottom: 20px;
}
.media-body .comment-content{
	margin-top: 10px;
}

/*||||||||||| Navigation |||||||||||*/

.post-navigation{
	padding-bottom: 30px;
}
.navigation .nav-previous, 
.navigation .nav-next{
	position: relative;
}
.navigation .nav-previous a:before, 
.navigation .nav-next a:before{
	font-family: FontAwesome;
	position: absolute;
    top: -1px;
}
.navigation .nav-previous a:before{
	content: "\f100";
	left: 0;
}
.navigation .nav-next a:before{
	content: "\f101";
	right: 0;
}
.navigation .nav-previous a{
	margin-left: 15px;
}
.navigation .nav-next a{
	margin-right: 15px;
}

/*||||||||||| Entry Footer |||||||||||*/

.entry-footer{
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 0;
	margin-top: 50px;
}
.entry-footer .cat-links, 
.entry-footer .tags-links, 
.entry-footer .edit-link{
	display: block;
	line-height: 40px;
	font-size: 16px;
}

/*||||||||||| Author |||||||||||*/

.about-author .author img, 
.about-author .author-text{
	display: inline-block;
}
.about-author .author-text h4{
	padding-bottom: 20px;
}

/*||||||||||| Archive |||||||||||*/

.page-header {
    padding-bottom: 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #f0f0f0;
}
.archive-description{
	margin-top: 20px;
}

/*||||||||||| Error Page |||||||||||*/

.error-page .page-content,
.no-results .page-content{
	padding-top: 100px;
}
.error-page .page-content p,
.no-results .page-content p{
	padding-bottom: 30px;
}

/*||||||||||| Page |||||||||||*/

.page .entry-header{
	padding-bottom: 20px;
}

/*Dropdown*/

ul.dropdown-menu li > ul.dropdown-menu{
right: 100%;
top: 30px;
left:30px;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
display: block;

}