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

.entry-title {
	max-width: 930px;
    margin: auto;
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    padding: 10px;
}

/* RP - Alemar CSS */

.custom-btn-al a {
	text-decoration: none !important;
	text-transform: uppercase;
	transition: all 300ms ease-in-out;
}

.custom-btn-al a:hover {
	background-color: #8dc245 !important;
	color: #fff !important;
	transition: all 300ms ease-in-out;
}


.page-template-default.page header.page-header {
	display: none;
}

body .work-breadcrumbs {
	margin-bottom: 0rem!important;
}

.wp-block-button  a[href="https://hello.dubsado.com/public/appointment-scheduler/5ea1b98728a14927ec19c69c/schedule"] {
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    fill: var( --e-global-color-f53a96e );
    color: #8dc245 !important;
    border-style: solid;
    border-width: 2px;
    border-color: var( --e-global-color-accent );
    padding: 0.667em 1.333em;
	border-radius: 0;
	transition: all 300ms ease-in-out;
	text-decoration: none;
}

.wp-block-button a[href="https://hello.dubsado.com/public/appointment-scheduler/5ea1b98728a14927ec19c69c/schedule"]:hover {
	transition: all 300ms ease-in-out;
	background-color: #8dc245 !important;
	color: #fff !important;
}

.breadcrumb-post {
	display: none;
}

.single.single-post .breadcrumb-post {
	display: block;
}

.single.single-post #breadcrumbs{
	font-size: .9rem !important;
}

.single.single-post .page-header .entry-title{
	line-break: 42px;
	margin: 0 !important;
	padding: 1rem 0 1rem !important;
}

.single.single-post .site-main{
	width: 100%;
	max-width: 990px !important;
	padding: 0 30px !important;
	margin: 0 auto !important;
}

@media screen and (max-width: 767px){
	.single.single-post .page-header .entry-title{
		font-size: 24px;
		line-height: 1.3em;
		padding: 1.5rem 0 !important;
	}
	

}


@media (max-width: 1024px) {
	.single.single-post .site-main{
		padding: 0 20px !important;
	}
	
}