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

.top-section-text-box {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.captions {
	text-shadow:-5px 3px 10px #000000,-6px 6px 6px #000000,1px -4px 5px #000000;
}
.captions p {
	margin-bottom: 0;
	background: rgba(0,0,0,0.3);
}

/* atrmk3 */

body {
	background-color: #e0dae5 !important;
	font-family: "Open Sans";
}

.bob-on-hover:hover {
	margin-top: -8px;
	transition: margin 500ms;
}
.bob-on-hover {
	/* return from hover transition */
	transition: margin 500ms;
}

.header-text-shadow p {
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.85);
}

/* background gradient for silver logo */

.elementor-237 .elementor-element.elementor-element-db6c9f5 > .elementor-widget-container {
	background-image: radial-gradient(ellipse farthest-corner at right bottom,#FEDB37 0%,#FDB931 8%,#9f7928 30%,#8a6e2f 40%,transparent 80%),radial-gradient(ellipse farthest-corner at left top,#FFFFFF 0%,#FFFFAC 8%,#D1B464 25%,#5d4a1f 62.5%,#5d4a1f 100%);
}
.elementor-237 .elementor-element.elementor-element-ed43037 > .elementor-widget-container {
	background-image: radial-gradient(ellipse farthest-corner at right bottom,#FEDB37 0%,#FDB931 8%,#9f7928 30%,#8a6e2f 40%,transparent 80%),radial-gradient(ellipse farthest-corner at left top,#FFFFFF 0%,#FFFFAC 8%,#D1B464 25%,#5d4a1f 62.5%,#5d4a1f 100%);
}

/**** POSTS ****/

.type-post {
	margin-top: 40px;
	margin-bottom: 40px
}
.type-post h1 {
	font-size: 30px;
	text-align: center;
}
.single-left {
	background: #fff;
	padding: 30px 40px;
	max-width: 70%;
	float: left;
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}
.single-right {
	background: #fff;
	margin-left: 40px;
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
	max-width: 24%;
	float: left;
}
.single-right-top {
	padding: 40px 24px 20px 24px;
}
.single-right h1 {
	font-size: 24px;
	text-align: left;
}
.single-right ul {
	list-style:none;
	padding-left: 0px;
}
.single-right #recent-posts-2 {
	margin-bottom: 14px;
}
.single-right li {
	margin-bottom: 6px;
}
.single-right a {
	color: #666;
	font-family: "open sans";
	font-size: 14px;
}

.single-right-bottom {
	padding: 220px 20px 40px 20px;
	text-align: center;
	background-color: #7a1a82;
	color: white;
	background: linear-gradient(0deg,rgb(68,5,96,0.75) 0%,rgba(0,212,255,0) 100%),url(/wp-content/uploads/jeshoots-com-490731-unsplash-1.jpg);
	background-size: cover;
	background-position: 75% 50%;
}
.single-right-bottom a {
	font-family: bellefair;
	font-size: 24px;
	color: #fff;
}
.single-post-meta {
	font-family: "open sans";
	font-size: 14px;
	color: #444;
	text-align: center;
	margin-top: -8px;
	margin-bottom: 24px;
}

.nav-links {
	width: 100%;
	padding: 20px 20px 60px 20px;;
}
.nav-links .page-numbers {
	display: none;
}
.nav-links a.prev {
	display: inline-block !important;
	color: #7a1a84;
	float: right;
}
.nav-links a.next {
	display: inline-block !important;
	color: #7a1a84;
	float: left;
}

@media screen and ( max-width: 990px ) {
	.single-left {
		max-width: 100%;
	}
	.single-right {
		max-width: 100%;
		width: 100%;
		margin: 40px auto;
	}
	.single-right-top {
		float: none;
	}
	.single-right-bottom {
		float: none;
		max-width: 96%;
	}
}
