/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/******** LINKS ********/

.elementor-widget-container p a {
	border-bottom: 1px solid #000000;
}

.post-content p a {
	border-bottom: 1px solid #000000;
}

/******** BLOCKQUOTE ********/

blockquote.wp-block-quote {
	border-left: 10px solid #DBDBDB;
	margin-top: 40px;
	margin-bottom: 40px;
}
blockquote.wp-block-quote p {
	font-size: 25px;
	color: #000000;
	padding-left: 20px;
}

blockquote.wp-block-quote cite {
	font-family: "Montserrat";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #000000;
	padding-left: 20px;
}

/******** PULL QUOTE ********/
figure.wp-block-pullquote {
		border-top: 5px solid #DBDBDB;
	border-bottom: 5px solid #DBDBDB;
	padding: 40px 0;
}

/******** BULLETED/ORDERED LIST ********/
ul {
	padding-bottom: 20px;
}

ol {
	padding-bottom: 20px;
}

/******** ARCHIVE ********/

article.elementor-post.elementor-grid-item {
	border: 1px solid #000000;
}

.elementor-post__title {
	padding: 20px 10px 0px 10px;
}