/*
Theme Name: Seventy-Five
Theme URI: jekyllisland.com
Template: hello-elementor
Author: Jekyll Island Authority
Author URI: jekyllisland.com
Description: Crafted with care on Jekyll Island by the Jekyll Island Authority.
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.1.1636705311
Updated: 2021-11-12 03:21:51

*/

/* Elements */
hr {
	margin-top: 20px !important;
	margin-bottom:20px !important;
	border: 2px !important;
	background-color: #F7F2EC !important;
	height: 2px;
	border-radius: 2px;
}
.elementor-widget-text-editor p:last-child, .textwidget p:last-child { margin-bottom:0px;}

/* Column Shortcodes */
.one-quarter {
	width: 22%;
	float: left;
	margin-right: 3%;
	margin-bottom: 25px;
}
.three-quarters {
	width: 72%;
	float: left;
	margin-right: 3%;
	margin-bottom: 25px;
}
.one-third {
	width: 30%;
	float: left;
	margin-right: 3%;
	margin-bottom: 25px;
}
.two-thirds {
	width: 63%;
	float: left;
	margin-right: 3%;
	margin-bottom: 25px;
}
.one-half {
	width: 47%;
	float: left;
	margin-right: 3%;
	margin-bottom: 25px;
}

/* Link Transitions */
a {
	color: #79A4B9;
	transition: color 0.1s linear;
	webkit-transition: color 0.1s linear;
   -moz-transition: color 0.1s linear;
}
a:hover {
	color: #F4817E
}