/**
* Theme Name: Hara Child
* Description: This is a child theme for Hara
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0.8
* Template: hara
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
.privacy-policy .tbay-breadcrumb + .title-not-breadcrumbs + #main-container {
  margin-top: 0px;
}
.text-stl{
padding-bottom: 15px;
margin: 0;
font-size: 35px;
font-weight: 700;
}
.privacy-policy .tbay-breadcrumb ~ #main-container {
	margin-top: 50px;
	margin-bottom: 50px;
}
.privacy-policy ol, ul {
	padding-left: 1rem;
}
.privacy-policy ol li p {
	margin-bottom: 10px;
}
.privacy-policy ul li p {
	margin-bottom: 10px;
}
.big-class{
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	color: #000;
}
.newclass{
    font-size: 20px;
	font-weight: 700;
	line-height: 36px;
	color: #000;
}

.newsletter p{
	display: flex;
    flex-direction: row;
    margin: 0px 14px 14px 0px;
    flex-wrap: nowrap;
}

.newsletter .wpcf7-form-control-wrap{
    width: 100%;
}

.newsletter .email-class{
	height: 48px;
    padding: 0 16px;
    float: none;
    line-height: normal;
    font-size: 12px;
    text-align: left;
    border-radius: 3px 0px 0px 3px;
    width: 100%;
}

.wpcf7-spinner{
	position: absolute;
}

.newsletter .submit_btn{
	min-width: 48px;
    height: 48px;
    background-color: #C4743F;
    border-radius: 0px 3px 3px 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 48px;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #C4743F;
}

.newsletter .tb-icon-send{
    position: relative;
}

.newsletter .tb-icon-send:before {
    content: "\E088";
    position: absolute;
    cursor: pointer;
    color: #fff;
    top: 10px;
    right: 15px;
}
.wis-template-ad {
    display: none !important;
}

.tbay-breadcrumb.breadcrumbs-image .breadcrumb{
    display: none;
}