/* Header - Container  */
@media (min-width: 922px) {
    header .ast-container {
        max-width: none;
    }
  }

/* .home .ast-main-header-wrap */
.home .site-branding 
{
	display: none;
}

/* Container */
html .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row,
html .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    max-width: 1200px !important;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-bottom: 60px;
}

/* Header - Search  */

.ast-header-search .astra-search-icon:hover {
	color: #00AF8E;
}

/* Site Content  */

.page:not(.home) .site-content {
	padding-top: 50px;
}

/* What Are You Curious About Today? - Image (it's applied to all images) */
.wp-block-image.size-full {
	margin-top: 0;
	margin-bottom: 1em;
}

/* Footer Copyright font  */
.ast-footer-copyright p {
  /* font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif!important; */
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
}

/* Footer Copyright Color  */
.ast-footer-copyright p a {
	color: #000;
}

/* Menu - Hover color */
.ast-desktop .ast-menu-hover-style-overline>.menu-item:hover>.menu-link:before, .ast-desktop .ast-menu-hover-style-underline>.menu-item:hover>.menu-link:before {
    color: #00AF8E;
    height: 3px
}


/* Food Page  */

html .uabb-thumbnail-position-left .uabb-post-thumbnail {
/*   border:1px red solid; */
  width: 23%;
/* width: calc(100% - 100px)!important;	 */
}

html .uabb-thumbnail-position-left .uabb-blog-post-content {
  width: 77%;
/*   border:1px red solid; */
}

  html .uabb-blog-posts-description {
   padding-top: 0;
/*    border: 1px blue solid;  */
  }


/* Page Title */

.page .entry-header {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
  
  .page h1.entry-title {

    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background: url(https://legalnomads.mystagingwebsite.com/wp-content/uploads/2021/03/dotted-line.png) bottom center repeat-x scroll;
    text-transform: uppercase;
    font-size: 44px;
		font-weight: 900;
  }

/* Home - Footer */

/* .home .site-primary-footer-wrap {
	display: none;
} */

/* Footer - Widget #3  */
@media (min-width: 991px) {
	.site-footer-section-3{
		justify-content: unset;
  	margin-left: 10%;
	}
}

/* Widget - Select  */
.widget select {
	width:100%;
	max-width:100%;
	background: #ffffff;
	border:0;
	padding: 5px;
	font-size: 16px;
}

/* Footer - Social Widget   */
.icon-official-color li .rss.ast-widget-icon {
    background-color: #ee802f;
}

.icon-official-color li .envelope.ast-widget-icon {
    background-color: #222222;
}

.icon-official-color li .instagram.ast-widget-icon {
    background-color: #3f729b !important;
}

.icon-official-color li .rss.ast-widget-icon svg,
.icon-official-color li .envelope.ast-widget-icon svg {
    fill: #fff;
}

.icon-official-color li .ast-widget-icon:hover {
    opacity: 0.8;
}

/* Blog  */

.page-id-8515 #content {
/*     padding-top: 0; */
}

.page-id-8515 #content .ast-container,
.postid-15043 #content .ast-container {
    width: 100%;
    max-width: 1280px !important;
}

.page-id-8515 #content #primary,
.page-id-8515 #content #secondary {
    margin-top: 0px;
}

.page-id-8515 .uabb-post-wrapper .uabb-post-heading,
.postid-15043  .uabb-post-wrapper .uabb-post-heading{
    margin-bottom: 20px;
}

/* Sidebar */
@media (min-width: 993px) {
	html .ast-left-sidebar #primary {
			padding-left: 20px !important;
	}
}

/* Single: Post  */
.post-meta {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-meta p {
	margin-bottom: 0;
	padding-bottom: 0;
}

blockquote {
    border-left: 4px solid #00af8e;
}

h4 {
/* 	border: 1px red solid; */
}

.section-subscribe h2.uagb-heading-text,
.section-subscribe p.uagb-desc-text {
    background-color: #fff;
}

/* Home sections  */

.home-sections .wp-block-image.size-full {
/*     border:1px red solid; */
    margin-bottom: 0;
}

.home-sections .uagb-column__inner-wrap h3 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom:0;
}

.home-sections .uagb-column__inner-wrap h3 a {
	color: #000;
}

.home-sections .uagb-column__inner-wrap h3 a:hover {
    color: #75CAB2 !important;
}

@media (max-width: 921px) {
    .section-subscribe p.uagb-desc-text {
        font-size: 18px;
    }
}

/* Col - 3 list  */
ul.col-3-list {
    list-style: none;
    margin: 0;
    clear: both;
    overflow: hidden;
   
}

ul.col-3-list li {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.33333333%;    
}

/* Image captions  */

.wp-caption .wp-caption-text,
.wp-block-image figcaption {
    font-family: Arial, sans-serif;
	font-style: italic;
    font-size: 0.85em;
}