/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

body{
    text-align:left;
}
a{
    color: #C59D5F;
}
a:hover {
    color: #A68859;
}
footer{
	text-align:center;
}
.clearboth {
    clear: both;
    float:none;
}
em {
    font-style: italic;
}			
[type="button"], [type="submit"], button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ff4637;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
	background-color: #ff4637;
	color: #fff;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border: 1px solid #ced4da; 
	border-radius: .25rem;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus{
    border-color:#ffa39b;    
}
/**==================================================== HEADER ============================================== **/
#custom-header {
    width: 100%;
/*   transition: unset !important; */
	margin-top: 20px;
    z-index: 100;
}
#custom-header .header-inner {
	top: 0;
    width: 100%;
    background: #ffffff00;
	-webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
#custom-header .header-inner:before {
    content: '';
    position: absolute; 
    height: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -webkit-transition: all 300ms linear !important;
    -o-transition: all 300ms linear !important;
    transition: all 300ms linear !important;
}
#custom-header .header-inner .elementor-container {
    position: relative;
    z-index: 2;
	margin-top: 20px;
}
#custom-header .header-inner .elementor-container:before {
    display: table;
    content: " ";
}
#custom-header .logo-white {
    position: relative;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
#custom-header .logo-black {
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    opacity: 0;
}
#custom-header .header-social {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
	top: 0;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
}
#custom-header.elementor-sticky--effects  .header-inner:before {
    height: 100%;
}
#custom-header.elementor-sticky--effects .header-inner {
    top: -40px;
    padding-bottom: 0px;    
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
}
#custom-header.elementor-sticky--effects .header-nav-menu {
    padding-top: 20px;
}
#custom-header.elementor-sticky--effects .header-social {
    top: -110px;
}
#custom-header.elementor-sticky--effects nav .elementor-nav-menu a {
    color: #000;
}
#custom-header.elementor-sticky--effects nav .sub-menu a {
    color: #fff;
}
#custom-header.elementor-sticky--effects nav .elementor-nav-menu a:hover, #custom-header.elementor-sticky--effects nav .sub-menu a:hover {
    color: #C59D5F;
}
#custom-header.elementor-sticky--effects .logo-white {
	margin-top: 20px;
    opacity: 0;
}
#custom-header.elementor-sticky--effects .logo-black {	
	margin-top: 20px;
    opacity: 1;
}
#custom-header.elementor-sticky--effects .elementor-menu-toggle{
    color: #000;   
}
@media (max-width: 1024px) {        
    #custom-header.elementor-sticky--effects nav .elementor-nav-menu a {
        color: #fff;
    }
	#custom-header .header-inner .elementor-container {
		padding-right: 70px;
		padding-left: 70px;
	}
}
@media (max-width: 767px) {
    #custom-header.elementor-sticky--effects .elementor-menu-toggle{
        margin-top: 0px;
    }
	#custom-header .header-inner .elementor-container {
		padding-right: 10px;
		padding-left: 10px;
	}
}
/**==================================================== HEADER ENDS ==============================================**/
/**==================================================== FOOTER ==============================================**/
#custom-footer-top:before {
    z-index: 2;
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #191919;
}
#custom-footer-top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 2;
    background: #C59D5F;
}
.to-top {
	color: #C59D5F;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.to-top span {
    position: relative;
    top: 0;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
	font-family: 'Playball',cursive;
	font-size: 18px;
}
.to-top:hover span {
    opacity: 0;
}
.to-top i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    line-height: 24px;
    top: -100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.to-top:hover i {
    opacity: 1;
    top: 0;
}
.bold-separator {
    text-align: center;
    float: left;
    width: 100%;
    margin: 50px 0px;
    position: relative;
}
.bold-separator::before, .bold-separator::after {
    content: '';
    position: absolute;
    width: 10%;
    height: 1px;
    top: 2px;
    opacity: .3;
	background: #C59D5F;
}
.bold-separator::before {
	left: 30%;
}
.bold-separator::after {
	right: 30%;
}
.bold-separator .span, 
.bold-separator span {
    width: 6px;
    height: 6px;
    display: block;
    margin: 0px auto;
    border-radius: 100%;
    line-height: 6px;
}
.bold-separator span {
    background: #fff;
}
/**==================================================== FOOTER ENDS ==============================================**/

/**==================================================== SINGLE POST ==============================================**/
#single-post-content {
    text-align: left;
    font-size:17px;
}
#single-post-content .elementor-page-title{
    margin-bottom: 0px;
}
#single-post-content h1, 
#single-post-content h2, 
#single-post-content h3, 
#single-post-content h4, 
#single-post-content h5, 
#single-post-content h6 {
    font-family: "Georgia", Sans-serif;
    line-height: 1.4;
	color: #000;
	margin-bottom: 15px;
	font-weight: 600;
}
#single-post-content h1 {	
	font-size: 44px;
	text-transform: capitalize;
    margin-bottom: 0px;
}
#single-post-content h2 {	
	font-size: 33px;
    margin-top: 45px;
}
#single-post-content h3 {	
	font-size: 30px;
    margin-top: 35px;
}
#single-post-content h4 {	
	font-size: 26px;
    margin-top: 25px;
}
#single-post-content h5 {	
	font-size: 22px;
    margin-top: 20px;
}
#single-post-content h6 {	
	font-size: 18px; 
    margin-top: 15px;
}
#single-post-content p {
	line-height: 1.8;
	letter-spacing: 0.3px;
    margin-bottom: 25px;
    margin-top: 25px;    
	padding-bottom: 0px;
}
#single-post-content p strong,
#single-post-content strong {
    font-weight: bold;
}
#single-post-content a {
    color: #C59D5F;
}
#single-post-content a:hover {
    color: #A68859;
}
#single-post-content .elementor-button,
#single-post-content .elementor-button:hover {
    color: #fff;
}
#single-post-content ul,
#single-post-content ol {
	padding-left: 20px;
    list-style-position: inside;
    margin-bottom: 25px;
    margin-top: 25px;
}	
#single-post-content li {
    margin-bottom: 10px;
}
#single-post-content blockquote {
	border-left: none;
    padding: 25px 50px;
    margin: 1rem auto;
    background: #f7f7f7;
}
#single-post-content blockquote p {
	position: relative;
    z-index: 9;
	font-weight: 600;
	font-size: 21px;
	line-height: 1.5;
	margin-bottom: 1rem;
	color: #000;
}
#single-post-content blockquote cite {    
    color: #54595f;
}
#single-post-content blockquote:before, 
#single-post-content q:before {
	position: absolute;
    left: 10px;
	height: 30px;
	line-height: 60px;
	z-index: 1;
    display: block;
    color: #FF0000;
    font-size: 80px;
    content: "\201C";
}
#single-post-content .elementor-post-navigation .elementor-post-navigation__link a {
	display: inline-flex;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
}
#single-post-content .elementor-post-navigation .elementor-post-navigation__link a:hover{
	text-decoration: none;
    background-color: #eee;
}			
#single-post-content .comment-section {
    background-color: #f7f7f7;
    padding: 25px;
}
#single-post-content .comment-section .comment-reply-title {
    border-bottom: 2px solid #ff0000;
    font-size: 25px;
    text-transform: none;
	padding-bottom: 30px;
}
#single-post-content #commentform {
	margin-top: 30px;
}
#single-post-content #comments .comment-list {
	line-height: 29px;
}
#comments .comment-notes, #comments .logged-in-as {
	margin-top: 10px;
	color: #a4a4a3;
}
#single-post-content #comments .comment .comment-body, 
#single-post-content #comments .pingback .comment-body {
	border-bottom: 0px;
}
#comments input[type="date"], #comments input[type="email"], #comments input[type="number"], #comments input[type="password"], #comments input[type="search"], #comments input[type="tel"], #comments input[type="text"], #comments input[type="url"], select, textarea {
	background: #fff;
	border: 1px solid #ccc;
}
#single-post-content .comment-section .comment-author img {
    border-radius: 50px;
}
#single-post-content .fn, #single-post-content .comment-meta {
    padding-bottom: 0px;
}				
#blog-post-content .page-numbers {
    border: 1px solid #C59D5F;
    padding: 10px 15px; 
    margin: 0px;
}
#blog-post-content .page-numbers.current{
    background-color: #C59D5F;
    color: #fff;
}
#blog-post-content .page-numbers:hover{
    background-color: #C59D5F;
    color: #fff;
}
#comments .comment-content{
    font-size: 17px;
}
#comments .comment-meta{
    flex-wrap: wrap;
}
#comments .comment-author{ 
    margin-bottom: 10px; 
    margin-right: 15px;    
}
#comments .comment-metadata{
	font-style: italic;
	font-size: 15px;
	letter-spacing: 1px;
    margin-bottom: 10px; 
}
#comments .reply {
	font-style: italic;
	font-size: 15px;
	letter-spacing: 1px;
}
#comments #cancel-comment-reply-link{
    margin-left: 15px;
}
#comments .website-url{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;    
}
#comments .submit {
	color: #C59D5F;
	border: none;
	padding: 15px 40px;
	background: #000;
	line-height: 17px;
	font-size: 18px;
	letter-spacing: 2px;
	font-family: 'Playball',cursive;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#comments .submit:hover { 
	background: #C59D5F;
	color: #fff;
}

@media screen and (max-width: 768px) {
    #single-post-content h1 {	
	    font-size: 35px;
    }
}
@media screen and (max-width: 587px) {
    #single-post-content h1 {	
	    font-size: 30px;
    }
}
/**==================================================== SINGLE POST ENDS ==============================================**/