/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 30 2024 | 09:11:40 */
.wp-block-details.is-layout-flow.wp-block-details-is-layout-flow {
  padding: 5px;
  border: 1px solid #f4f4f4;
  border-radius: 6px;
}
.single-post .realted-post-title {
  font-weight: 700 !important;
  margin-top: 35px;
  margin-bottom: 20px;
}
.single-post .ast-single-related-posts-container {
  margin-bottom: 20px;
}
.single-post .ast-related-post-title.entry-title {
  display: list-item;
  margin-left: 1em;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 10px;
}
.single-post .ast-related-post-title.entry-title a {
	font-weight: 400;
	text-decoration: underline;
}

.sticky-header{
	position:fixed;
	right:0;
	left:0;
	top:0;
}

/*.menu-active div#content {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    transition-delay: 60ms;
    transition: left .849s cubic-bezier(.74,.215,.125,1.02),right .849s cubic-bezier(.74,.215,.125,1.02);
    left: 300px;
}

div#content {
left: 0;
position: relative;
-webkit-transition: left .599s cubic-bezier(.74,.215,.125,1.02),right .599s cubic-bezier(.74,.215,.125,1.02);
-moz-transition: left .599s cubic-bezier(.74,.215,.125,1.02),right .599s cubic-bezier(.74,.215,.125,1.02);
-o-transition: left .599s cubic-bezier(.74,.215,.125,1.02),right .599s cubic-bezier(.74,.215,.125,1.02);
transition: left .599s cubic-bezier(.74,.215,.125,1.02),right .599s cubic-bezier(.74,.215,.125,1.02);
}*/
.hfe-flyout-overlay {
    display: block!important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background: rgba(255,255,255,1);
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    width: 0px;
    height: 0px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    transition-delay: .3s;
}
.menu-active .hfe-flyout-overlay {
    width: 0vh;
    height: 0vh;
}
.hfe-flyout-wrapper .hfe-side {
    display: block!important;
    transition-delay: .0s;
    transition: all .2s ease .2s;
}
.hfe-nav-menu-icon {
    font-size: 0px!important;
}
.header .hfe-nav-menu-icon svg {
    font-size: 0!important;
    line-height: 0!important;
    height: auto!important;
}
.wpr-slider-item-bg {
    background-position: center top;
}
.spacer-small.blog_image {
    height: 100vh;
    background: url(https://ryanlevander.com/wp-content/uploads/2022/11/1-4.jpg);
    background-size: cover;
    display: block;
}
.spacer-small.blog_image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.page-id-4439 div#content {
    margin-top: 00px;
}
.page-id-4439 {
    background: #fff;
}
div#blog-single {
    padding-top: 30px;
    padding-bottom: 30px;
}
.blog-sec{
	overflow-x:clip;
}
.category .ast-container {
    padding-left: 0px;
}
.category .spacer-small{
	width: 40%;
    position: sticky;
    top: 0;
}
.category .wrapper-small {
    width: 60%;
}
.category img.attachment-large.size-large {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.category h1.entry_title1 {
    font-size: 4em;
    margin-bottom: 0;
	word-break: break-word;
}
.category .ast-single-post-order1{
	position: absolute;
    bottom: 20%;
    right: 20px;
    left: 20px;
    text-align: center;
}
.single-post .ast-container{
	padding-left:0px;
	padding-right:0px;
}
.post-thumb-img-content.post-thumb:after {
    content: '';
    background: rgba(0,0,0, 0.5);
    position: absolute;
    height: 100vh;
    width: 100%;
    display: block;
    top: 0;
}
div#comments {
    display: grid;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(https://ryanlevander.com/wp-content/uploads/2022/11/pattern-1.png);
    width: 100%;
    padding: 70px 5%;
    background-size: contain;
	color: #fff!important;
	margin-top:0px;
	grid-template-areas:
        'mention mention comment-form comment-form'
        'mention mention comments-count comments-count'
        'mention mention comments comments';
    grid-template-columns: auto;
}
div#respond {
    width: 100%;
    background: #00000000;
}
#respond h3#reply-title {
    color: #fff;
}
.chatter_col_credits {
    width: 100%;
	font-size: 29px;
    text-transform: uppercase;
    text-align: center;
	padding:0px 20px;
}
.chatter_col_credits p {
    font-size: 20px;
    text-transform: unset;
}
div#comments .ast-col-lg-4 {
    width: 100%;
}
.single-post div#primary {
    padding-top: 0px!important;
    margin-top: 0!important;
	margin-bottom:0px;
}
span.the-date {
    color: Silver;
    font-family: courier,"courier new",monospace;
}
.date-list {
    margin-left: 0.49rem;
    text-indent: -5.1em;
    padding-left: 6.1em;
}
p.read-more {
    display: none;
}
h2, .entry-content h2, .entry-content h2 a{
	font-size:29px;
}
.comments-area textarea#comment, .comments-area .ast-comment-formwrap input[type="text"] {
    width: 100%;
    border-radius: 0;
    vertical-align: middle;
    margin-bottom: 10px;
    background: #00000000;
    color: #fff;
}
#ast-commentform ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

#ast-commentform :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#ast-commentform ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
div#elementor-lightbox-slideshow-single-img {
    display: none!important;
}
.ast-related-post-featured-section.post-has-thumb {
    display: none;
}
.ast-related-posts-wrapper .entry-meta {
    display: none;
}
h3.ast-related-post-title.entry-title a {
    font-size: 18px;
}
.ast-related-posts-wrapper .entry-header{
	margin-bottom:0px;
}
.ast-related-post-title.entry-title{
	margin-bottom:0px;
}
.sticky-header .elementor-widget-wrap {
  position: relative;
}
.sticky-header .elementor-widget-wrap .dark_logo {
  position: absolute;
}
.sticky-header.inverted .light_logo, .sticky-header:not(.inverted) .dark_logo{
	opacity:1;
	visibility:visible
}
.sticky-header.inverted .dark_logo, .sticky-header:not(.inverted) .light_logo{
	opacity:0;
	visibility:hidden
}
.owl-item:hover {
    transform: scale(1.05)!important;
    transition: all .2s ease-in-out;
    z-index: 500;
}
.owl-item {
    transition: all .2s ease-in-out;
}
.owl-stage {
    padding: 30px 0;
}
.uc_image_carousel_content {
    
    opacity: 0;
    transition: opacity 0.3s;
	position:absolute;
	bottom:0;
}
.owl-item:hover .uc_image_carousel_content {
    display: block!important;
    opacity: 1!important;
    transition: opacity 0.5s!important;
}
.ast-single-related-posts-container{
	display:none;
}
.single-post .ast-single-related-posts-container{
	display:block;
}
/*.post-categories {
    display: none;
}*/
.single-post .post-categories {
    position: absolute;
    bottom: 60px;
    left: 15px;
    right: 15px!important;
    color: #fff;
    text-align: center;
}
.blog-time-to-read{
	position: absolute;
    bottom: 50px;
    left: 15px;
    right: 15px!important;
    color: #fff;
    text-align: center;
}
h2.realted-post-title {
    margin-bottom: 0;
    font-size: 22px;
}
#gform_1 .gform_footer.top_label {
    padding-top: 0;
}
input#input_1_2 {
    background: #ffffff00;
    border-bottom: 2px solid;
    border-color: #000;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px!important;
	width:100%;
}
input#gform_submit_button_1 {
    background: #3473B0;
    color: #fff;
    border: 2px solid #3473B0;
    font-size: 16px;
    padding: 10px;
	min-height:auto;
}
li#field_1_3 p {
    margin-bottom: 0;
}
li#field_1_2 {
    margin-top: 0;
}
.post-categories {
    margin-bottom: 20px;
    font-size: 18px;
}
.post-navigation a {
    padding: 0 1em 0 0em;
}
nav.navigation.post-navigation {
    padding: 0px;
}
.single .entry-header {
    margin-bottom: 0em;
}
form#gform_2 input {
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background: #00000000;
    height: 40px;
}
form#gform_2 textarea {
    border: 2px solid #fff;
    background: #00000000;
}
input#gform_submit_button_2 {
    background: #3473B0!important;
    color: #fff;
    border: 2px solid #3473B0!important;
    font-size: 18px;
    padding: 10px 18px;
}
ul#gform_fields_2 {
    color: #fff!important;
}
#gform_fields_2 .gfield_required {
    color: #fff;
    margin-left: 4px;
}
input#submit{
	background: #3473B0;
}
@media only screen and (min-width: 769px){
.right-parts {
    width: 60%;
    padding: 50px 50px 10px;
}
}
.post-slider button.owl-prev {
    right: 96px!important;
    left: auto!important;
}
.post-slider button.owl-next {
    left: 25px!important;
    right: auto!important;
}
.uc_image_carousel_content a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    top: 0px;
    display: block;
    right: 0;
    left: 0;
}
.nav-links {
    font-weight: 700;
}
.entry-meta {
    color: #3473B0;
}
span.cat-links a {
    padding-bottom: 1px;
    border-bottom: 1px solid;
}
#field_1_3{
	grid-area: text;
	display:flex;
	width: 100%;
}
#field_1_2{
	grid-area: form;
	vertical-align: text-bottom;
    display: flex;
	width: 300px;
}
#field_1_2 .ginput_container.ginput_container_email{
	height: fit-content;
    margin-top: auto;
	width: 300px;
}
input#gform_submit_button_1{
	margin-bottom: auto;
    margin-top: 12px;
}
#field_submit{
	grid-area: button;
}
#gform_fields_1{
	display: grid;
    grid-template-areas:
        'text form'
        'text button';
    grid-gap: 0px 20px;
    grid-template-columns: auto;
}
form#gform_1 {
    background: #f5f5f5;
    padding: 35px;
	margin:auto auto 20px;
}
div#field_1_3 p {
    margin-bottom: auto;
	margin-top:auto;
	font-size: 18px;
    line-height: 1.8;
}
#gform1 .gform_footer.top_label {
    display: none!important;
}
p.gform_required_legend {
    font-size: 0px;
}
span.gfield_required.gfield_required_asterisk {
    font-size: 0px;
    margin-top: 20px;
}
.archive .ast-container{
	padding-left:0px;
}
.spacer-img {
    background-position: center!important;
}
#gform_confirmation_message_1 {
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
}
@media(max-width:1260px){
	#field_1_2 {
    width: auto;
}
	#field_1_2 .ginput_container.ginput_container_email {
    width: auto;
}
	#field_1_3 {
    width: 100%;
}
}
@media(max-width:1024px){
		#gform_fields_1 {
    display: grid;
    grid-template-areas:
        'text text'
        'form form'
        ' button button';
    grid-gap: 0px 0px;
    grid-template-columns: 100%;
}
	#field_1_2 .ginput_container.ginput_container_email {
    width: 100%;
}
}
.ue_post_intro {
    height: 159px;
}
/*Mobile-----------------------------------------------------------------------------------------------------------------*/
@media(max-width:767px){
	.category img.attachment-large.size-large {
    height: 34vh;
}
	.category .wrapper-small {
    width: 100%;
}
	div#field_1_3 p {
    font-size: 16px;
    line-height: 1.8;
}
	#field_1_2 {
    width: auto;
}
	#field_1_3 {
    width: auto;
}
	form#gform_1 {
    padding: 20px;
}
	#gform_fields_1 {
    display: grid;
    grid-template-areas:
        'text text'
        'form form'
        ' button button';
    grid-gap: 0px 0px;
    grid-template-columns: 100%;
}
	.archive #content .ast-container {
    display: block!important;
}
	.archive .spacer-img {
    height: 34vh!important;
}
	.archive .wrapper-small {
    padding-left: 5%!important;
    padding-top: 0px!important;
		padding-right: 20px;
}
.right-parts {
    width: 100%!important;
    padding: 30px 20px 50px!important;
}
	.ast-separate-container #content .ast-container {
    padding-left: 0em;
    padding-right: 0em;
}
	.page-template-template-post-list #content .ast-container{
		flex-direction:column;
	}
	.page-template-template-post-list .wrapper-small {
    padding-left: 5%!important;
    padding-top: 20px;
    padding-right: 5%;
}
	div#blog-single {
    padding-top: 0px;
    padding-bottom: 30px;
}
	div#comments {
    display: block;
		padding: 40px 5%;
}
	.chatter_col_credits {
    width: 100%;
    font-size: 24px;
    padding: 0px 10px;
}
	div#respond {
    width: 100%;		
}
	.single .post-navigation .ast-left-arrow, .single .post-navigation .ast-right-arrow {
    display: inline-block;
}
	.ast-separate-container #primary, .ast-separate-container #secondary {
    padding: 0em 0;
}
	.spacer-small.blog_image {
    height: 51vh;
    display: block;
}
	.spacer-small {
    width: 100%!important;
    position: relative!important;
    top: 0;
}
	.hfe-flyout-close{
		font-size:24px!important;
		color:#000!important;
		right: 27px;
    	top: 8px;

	}
	.post-slider button.owl-prev {
    right: 25px!important;
    left: auto!important;
}
.post-slider button.owl-next {
    left: 25px!important;
    right: auto!important;
}
	.l-post .elementskit-blog-block-post {
    flex-direction: column-reverse;
    background: #f7f7f7;
}
	.row.no-gutters {
    flex-direction: column-reverse;
}
	.l-post .elementskit-post-body{
		border: 0px solid!important;
	}
	.l-post .entry-title a {
    font-size: 18px!important;
    line-height: 1!important;
}
	.l-post .entry-title a:after{
		top: 7px;
	}
	.uc_image_carousel_content {
    display: block!important;
    opacity: 1!important;
    transition: opacity 0.5s!important;
}
}
.nav-next span.post-excerpt {
    display: block;
    line-height: 20px;
    font-size: 14px;
    text-align: right;
	font-weight:400;
}
.nav-previous span.post-excerpt {
    display: block;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
	font-weight:400;
}
.single .post-navigation .nav-previous a{
	text-align:left;
}
.single .post-navigation .nav-next a{
	text-align:right;
}
.chatter_col_credits {
    grid-area: mention;
}
.comments-count-wrapper {
    grid-area: comments-count;
}
ol.ast-comment-list {
    grid-area: comments;
}
div#respond {
    grid-area: comment-form;
}
.ast-separate-container .comments-count-wrapper {
    background-color: #ffffff00;
    padding: 2em 0em 0;
}
div#comments .comments-count-wrapper .comments-title {
    background: #ffffff00;
    color: #fff;
}
div#comments .ast-comment-list li.depth-1 {
    padding: 2em 2.67em;
    margin-bottom: 2em;
    background: #ffffff00;
    color: #ffffff;
	border: 1px solid #fff;
    margin-top: 20px;
}
header .ast-comment-cite-wrap.ast-col-lg-12 {
    color: #fff;
}
header .ast-comment-time.ast-col-lg-12 span.timendate a {
    color: #fff;
}
a.comment-reply-link {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 15px;
    border-radius: 8px;
}
.last-updated-on {
    position: absolute;
    bottom: 25px;
    left: 15px;
    right: 15px!important;
    color: #fff;
    text-align: center;
}
.page-id-4543 .gform_footer.top_label {
     display: block	!important;
}
div#gform_fields_3 label {
    color: #000;
}
textarea#input_3_1 {
    background: #00000000;
    color: #000;
	border: 1px solid #000;
    border-radius: 0;
    margin-top: -10px;
}
#gform_fields_3 input {
    background: #ffffff00;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    height: 50px;
    margin-top: -10px;
}
input#gform_submit_button_3 {
    color: #000;
    background: #ffffff00;
    border: 2px solid #000;
    font-size: 18px;
    padding: 10px 20px;
}
input#gform_submit_button_3:hover {
    background: #000;
}