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


.aligncenter {
  margin: 20px auto;
}

/* Caption Stylings */

.wp-caption {
  position: relative;
  display: flex !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  text-align: left !important;
  background-color: #2c7ecf;
  flex-wrap: wrap;
  align-items: center;
  width: 100% !important;
}

.wp-caption img {
  width: 48% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.wp-caption .wp-caption-text {
  font-size: 24px;
  width: 52%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  color: #fff;
}

.wp-caption::before {
  background: url(/wp-content/themes/shouselawdev_genesischild/assets/app/img/caption-logo-co.png) no-repeat top 0 left 0/auto;
}

.wp-caption::before {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: calc(48% - 20px);
  height: calc(100% - 20px);
  content: '';
  border: 2px solid #fff;
}


/* Letter Rows */

 ul.bullets {
  margin: 10px 0;
  padding-left: 40px;
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 0;
	flex-direction: column;
}

ul.bullets li {
  margin: 0 0 5px 10px;
  color: #000;
	    display: inline;
}

ul.bullets li {
  font-size: 16px;
  list-style-type: disc;
}
ul.bullets li {
  list-style-position: outside;
}

ul.bullets li a {
  color: #348aca;
  border-bottom: 1px dotted #348aca;
}

/* Block Quotes */

blockquote {
  margin-top: 15px;
}
blockquote {
  margin: 15px 0 1.25em;
}

blockquote {
  line-height: 1.6;
  clear: both;
  padding: 1.5em 1.25em;
  border-left: 3px solid #348aca;
  background: #f6f6f6;
}

h2,h3,h4,h5,h6{
	margin-top:30px;
	line-height:normal !important;
	letter-spacing: -.1rem;
}
div {
	letter-spacing:-0.32px;
}

.menu-dropdown{
	margin-top:0px;
	padding-top:0px;
	
}

nav ul li .e-child{
	background:rgba(255,255,255,0);
}

.copyright-wrap .footer-socials {
  width: 185px;
  text-align: center;
  color: #fff;
}
.copyright-wrap .footer-socials h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.copyright-wrap .footer-socials ul {
  display: flex;
  justify-content: center;
}
.copyright-wrap .footer-socials ul li {
  display: block;
  float: left;
  margin: 3px;
  list-style: none;
}
.copyright-wrap .footer-socials ul li.facebook a {
  width: 35px;
  height: 34px;
  background: url(/wp-content/uploads/2020/02/facebook.png) top center no-repeat;
}
.copyright-wrap .footer-socials ul li.twitter a {
  width: 35px;
  height: 34px;
  background: url(/wp-content/uploads/2025/02/x.com_.png) top center no-repeat;
    background-size: auto;
  background-size: cover;
}
.copyright-wrap .footer-socials ul li.youtube a {
  width: 35px;
  height: 34px;
  background: url(/wp-content/uploads/2020/02/youtube.png) top center no-repeat;
}
.copyright-wrap .footer-socials ul li.instagram a {
  width: 35px;
  height: 34px;
  background: url(https://s3.amazonaws.com/law-media/layouts/35/assets/images/instagram.png) top center no-repeat;
}
.copyright-wrap .footer-socials ul li a {
  display: block;
  overflow: hidden;
  text-indent: -9000px;
  color: transparent;
}

.footer-disclaimer .copyright-text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  color: #bbb;
}
.footer-disclaimer ul {
  display: flex;
  margin: 0;
  padding-left:0px;
  text-align: left;
  align-items: center;
}
.footer-disclaimer ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  background: 0 0;
}
.footer-disclaimer ul li {
  font-size: 14px;
  line-height: 1;
  margin-left: 15px;
  padding-left: 15px;
  list-style: none;
  border-left: 1px solid #bbb;
}
footer a{
	color:#fff !important;
	font-weight:600
}

.footer_nav ul li {
  width: calc(50% - 20px);
  padding-bottom: 7px;
  padding-left: 10px;
  list-style-position: inside;
  list-style-type: disc;
  text-align: left;
  color: #bbb;
  border-bottom: 1px solid #00408b;
}

.footer_nav ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #bbb;
}

.footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.home-sidebar-form .home-sidebar-form-title {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  color: #1a3a8f;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.home-sidebar-form .home-sidebar-form-subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000;
  text-align: center;
}

.home-sidebar-form form label {
  font-size: 14px;
  width: 100%;
  text-align: left;
  color: #222;
  font-weight: 700;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

.home-sidebar-form form input:not([type="checkbox"]),
.home-sidebar-form form textarea {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  width: 100%;
  margin: 0;
  padding: 15px;
  color: #000;
  border: 1px solid #ddd;
  background-color: #fff;
  height: 42px;
  border-radius: 5px;
}

ul.article-nav.bullets {
  overflow: hidden;
  margin: 20px 0;
  padding: 30px;
  background: rgba(44,126,207,.2);
  flex-direction: column;
}
ul.article-nav.bullets li {
  list-style-type: none;
}
ul.article-nav > li {
  font-size: 16px !important;
  line-height: 27px !important;
}
ul.article-nav.bullets li a {
  font-size: 14px;
  color: #00408b;
}
ul.article-nav li a {
  border-bottom-style: none !important;
}

.youtubeiFrame {
  position: relative;
  display: flex;
  margin-bottom: 20px
}
.youtubeiFrame:hover .video-preview-icon {
  background-color: #002452;
  cursor: pointer
}
.youtubeiFrame img {
  cursor: pointer;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover
}

.video-preview-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  transition: all .3s ease-in-out;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  fill: rgba(0,64,140,.8196078431)
}
