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

/***********************************************************/
/** RESET **************************************************/
/***********************************************************/
[class*="elementor"] a{
	cursor: pointer;
	color: unset;
	transition: .3s;
}
[class*="elementor"] a:hover {
	color: var(--e-global-color-0aef4b2);
}
[class*="elementor"] p:last-of-type{
	margin-bottom: 0;
}
[class*="elementor"] .hl-text{
	color: #793192
}
[class*="elementor"] .orange-text{
	color: #F27D52
}
[class*="elementor"] b, 
[class*="elementor"] strong {
	font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6{
	margin-top: 0;
}
/***********************************************************/
/** HEADER *************************************************/
/***********************************************************/
#header .elementor-widget-nav-menu .header-cta a {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-f83be4a);
    padding: 25px 28px;
	font-size: 20px;
}
#header .elementor-widget-nav-menu .header-cta a:hover{
	background: #271031;
}
#header .elementor-widget-nav-menu .header-cta a::after{
	display: none;
}
#header .elementor-widget-nav-menu .elementor-sub-item{
	position: relative;
	border: none;
}
#header .elementor-widget-nav-menu .elementor-sub-item::before{
	content: '';
    top: 1px;
    left: 5px;
    position: absolute;
    height: 4px;
    width: calc(100% - 10px);
    background: rgb(85, 26, 139);
	opacity: 0;
	transition: .3s;
}
#header .elementor-widget-nav-menu .elementor-sub-item:hover::before {
	opacity: 1;
}
#header .elementor-widget-nav-menu li:not(.header-cta) .elementor-item:after{
	bottom: unset;
	top: 9px;
	width: calc(100% + 70px);
	background: rgb(85, 26, 139);
}

/***********************************************************/
/** FOOTER *************************************************/
/***********************************************************/
#footer .elementor-widget-social-icons a path,
#footer .elementor-widget-icon-list a:hover svg path{
	transition: 0.3s;
}
#footer .elementor-widget-social-icons a:hover path,
#footer .elementor-widget-icon-list a:hover svg path{
	fill: var(--e-global-color-0aef4b2);
}
/***********************************************************/
/** 404 ****************************************************/
/***********************************************************/
#error .white *{
	color: var(--e-global-color-f83be4a);
}

/***********************************************************/
/** HOMEPAGE ***********************************************/
/***********************************************************/
#banner.home .swiper-slide-bg{
	background-position: top;
}
#banner.home .elementor-slide-description{
	max-width: 530px;
	margin: 0px auto 25px;
}
#banner.home .swiper-slide-contents {
	max-width: 800px;
}
#banner.home .elementor-button{
	padding: 0;
}
#banner.home .elementor-button:hover a{
	color: #4bd1a0;
}
#banner.home .elementor-swiper-button-next{
	transform: rotate(180deg);
	right: 100px;
}
#banner.home .elementor-swiper-button-prev{
	left: 100px;
}
#banner.home .elementor-swiper-button:hover{
	opacity: .6;
}
#political-parity .elementor-widget-image-box .elementor-image-box-img{
	display: flex;
    justify-content: end;
	max-width: 432px;
}
#political-parity .elementor-widget-image-box .elementor-image-box-content{
	position: relative;
}
#political-parity .elementor-widget-image-box .elementor-image-box-title{
	text-align: center;
	position: absolute;
    top: -55px;
    left: 0;
    right: 0;
}
#political-parity .elementor-widget-image-box .elementor-image-box-description{
	background: var(--e-global-color-accent);
    text-align: center;
	padding: 35px 49px;
}
#approach .elementor-widget-text-editor:not(:first-of-type) p {
    margin-bottom: 40px;
}
#approach .elementor-widget-text-editor:not(:first-of-type) a{
	font-size: 14px;
}
#features .elementor-widget-shortcode .post-reading-time{
	display: flex;
	align-items: center;
	font-family: var(--e-global-typography-00403bd-font-family);
	font-size: 12px;
    font-weight: 300;
    line-height: 1.5em;
	color: var(--e-global-color-f83be4a);
}
#features .elementor-widget-shortcode .post-reading-time::before,
#blog-post .post .post-reading-time::before{
    content: '';
    display: inline-block;
    background: var(--e-global-color-f83be4a);
    width: 2px;
    height: 2px;
    border-radius: 100%;
	margin: 0px 8px;
}
#features .elementor-widget-heading {
    position: unset;
}
#features .elementor-widget-heading a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80%;
	z-index: 2;
}
#features .e-child:hover *:not(.elementor-widget-post-info *):not(.elementor-widget-shortcode *){
	color: #a4dcd9;
}
#involve .elementor-widget-icon-box a{
	margin-top: 15px;
	font-size: 14px;
	display: block;
}
/***********************************************************/
/** SINGLE POST ********************************************/
/***********************************************************/
#blog-content > .e-con-inner{
	border: 1px solid rgb(204 204 204 / 75%);
    padding: 60px 100px;
}
#blog-content .author-name .elementor-widget-container {
	display: flex;
}
#blog-content .elementor-icon-list-item:not(:last-child):after{
	border-radius: 100%;
	border-left-width: 2px;
	height: 2px;
}
#blog-content .elementor-widget-theme-post-content .elementor-widget-container > img:first-of-type{
	float: left;
	width: 350px;
	object-fit: cover;
	margin-right: 40px;
}
#blog-content .elementor-widget-theme-post-content .elementor-widget-container > img:not(:first-of-type){
	margin: 30px 0px;
}
#blog-content .elementor-widget-theme-post-content a{
	text-decoration: underline;
}
#blog-content .elementor-widget-theme-post-content a:hover{
	color: var(--e-global-color-secondary);
}
#blog-content .elementor-widget-share-buttons .elementor-share-btn__icon{
	justify-content: left;
}
/***********************************************************/
/** ABOUT PAGE ********************************************/
/***********************************************************/
#about-section-1 .elementor-widget-image-box .elementor-image-box-img{
	width: max-content;
}
#about-section-1 .image-boxes img {
	width: 452px;
	max-width: unset;
}
/*p in image boxes*/
#about-section-1 .image-boxes p {
    position: relative;
	background: var(--e-global-color-accent);
	padding: 35px 30px;
	z-index: -1;
	text-align: left;
}
#about-section-1 .elementor-element-fa3206a .elementor-image-box-description{
	margin-left: -35px;
    padding-left: 55px;
}
/*all images in image gallry*/
#about-section-1 .elementor-image-gallery .gallery-item img {
	width: 121px;
}
/*all p in image galley*/
#about-section-1 .elementor-element.elementor-element-981bab6 .gallery-item .gallery-caption,
#about-section-1 .elementor-element.elementor-element-f7d0e3d .gallery-item .gallery-caption{
	margin: 0 auto;
}

/*1st p in 1st image gallery*/
#about-section-1 figcaption#gallery-1-336 {
	width: 235px;
}
/*2nd p in 1st image gallery*/
#about-section-1 figcaption#gallery-1-338 {
    width: 215px;
}
/*3rd p in 1st image gallery*/
#about-section-1 figcaption#gallery-1-337 {
    width: 190px;
}

/*2nd p in 2nd image gallery*/
#about-section-1 figcaption#gallery-2-346 {
    width: 252px;
}
/*3rd p in 2nd image gallery*/
#about-section-1 figcaption#gallery-2-345 {
    width: 246px;
}

/*Our story body text*/
#about-section-1 .elementor-element-f11b574 .elementor-widget-container {
    background: var(--e-global-color-accent);
    z-index: -1;
}
/*Our story first p*/
#about-section-1 .elementor-element.elementor-element-f11b574.elementor-widget__width-auto.elementor-widget.elementor-widget-text-editor p:first-of-type {
    margin-bottom: 0;
}
/*counter title*/
#about-section-1 .elementor-counter-title {
    width: 230px;
    margin: 10px auto 0;
}

/***********************************************************/
/** TEAM PAGE ****************************************/
/***********************************************************/
#staff .grid-item .text-con h3,
#advisors .img-box h3 {
	font-size: 18px;
	font-family: var(--e-global-typography-primary-font-family);
	margin-bottom: 5px;
	color:#000000;
}
#staff .grid-item .text-con h4,
#advisors .img-box h4 {
	font-size:14px;
	font-family:"poppins";
	font-style:italic;
	font-weight:600;
	margin-bottom:10px;
	color:#000000;
}
#advisors .img-box p {
	font-size:14px;
	color:#333333;
	line-height: 1.5em;
	font-weight:300;
	margin-bottom:0;
	letter-spacing: 0.03em;
}
/***********************************************************/
/** AFFILIATE PAGE ****************************************/
/***********************************************************/
#staff .elementor-widget-text-editor h2,
#advisors .elementor-widget-text-editor h2,{
    margin: 0;
}
#affiliates .elementor-widget-image-box h3{
	margin-bottom: 5px;
}
#affiliates .elementor-widget-image-box a {
    font-size: 14px;
    font-weight: 500;
	width: 100%;
	position:absolute;
	bottom: 25px;
    left: 0;
    right: 0;
	letter-spacing: -0.3px;
}
#affiliates .elementor-widget-image-box .elementor-image-box-description{
	margin-bottom: 10px;
}
#affiliates .img-con .wp-caption {
	gap:10px;
	display:flex;
	flex-direction:column-reverse;
	align-items: center;
	position: relative;
}
#affiliates .elementor-widget-image .wp-caption-text{
	width: calc(100% + 115px);
}
#affiliates .img-con .elementor-widget-container{
	max-width: 166px;
}
#affiliates .img-con figure::after,
#affiliates .img-con figure::before {
	background-image: url("/wp-content/uploads/2024/04/shadow.png");
	background-position: left;
    background-repeat: no-repeat;
    bottom: -26px;
    content: "";
    height: 26px;
    position: absolute;
    width: 50%;
}
#affiliates .img-con figure::before {
	left:0;
}
#affiliates .img-con figure::after {
	right:0;
	transform: scaleX(-1);
}
/***********************************************************/
/** WOMEN PAGE *********************************************/
/***********************************************************/

#women .txt-orange {
	color:#F28B30;
}

#women .grid-item .text-con {
	padding:30px 30px 50px;
}

#women .grid-item img {
	width:100%;
}

#women .grid-item .text-con h6 {
	font-style:italic;
	margin-bottom:10px;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: 100;
}

#women .grid-item .text-con h5 {
	font-weight:700;
	font-size:20px;
	font-family: var(--e-global-typography-primary-font-family);
}

#women .grid-item .text-con a {
	display:inline-block;
	margin-top:25px;
	background:#F28B30;
	padding: 8px 20px;
	color:#FFFFFF;
	font-size:15px;
	font-family: var(--e-global-typography-primary-font-family);
}
#women .grid-item .text-con a:hover{
	background: #FFB06B;
}
#women .elementor-widget-image-box .elementor-image-box-content{
	width: 80%;
}
/***********************************************************/
/** POST PAGE ***********************************************/
/***********************************************************/
#blog-post .post .elementor-widget-theme-post-featured-image a, 
#blog-post .post .elementor-widget-theme-post-featured-image img {
    width: 100%;
    max-width: 100%;
    height: 455px;
    object-fit: cover;
    object-position: top center;
}
#blog-post .post .elementor-widget-theme-post-featured-image a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
#blog-post .post .elementor-widget-image{
	position: unset;
}
#blog-post .e-con-inner .e-con-inner{
	align-items: center;
}
#blog-post .post .elementor-widget-post-info li span,
#blog-post .post .post-reading-time {
	color: var(--e-global-color-1f6df1d);
    font-size: 12px;
}
#blog-post .post .post-reading-time{
	display: flex;
	align-items: center;
}
#blog-post .post .post-reading-time::before{
	background: var(--e-global-color-1f6df1d); 
}

#blog-post .elementor-search-form--skin-full_screen .elementor-search-form__container {
    position: absolute;
    height: 25px;
    min-height: unset;
    padding: 0;
    background: unset;
    top: 50%;
    transform: translateY(-50%);
    background: var(--e-global-color-f83be4a);
    padding: 0px 20px 0px 25px;
    border-bottom: 1px solid var(--e-global-color-1f6df1d);
}
#blog-post .elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input{
	font-family: var(--e-global-typography-text-font-family);
    font-size: var(--e-global-typography-text-font-size);
	color: var(--e-global-color-1f6df1d);
	text-align: left;
}
#blog-post .elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input::placeholder {
    color: #333333d4;
}
#blog-post .elementor-lightbox .dialog-lightbox-close-button svg{
	fill: var(--e-global-color-1f6df1d);
	width: 12px;
}
#blog-post .elementor-lightbox .dialog-lightbox-close-button {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
#blog-post .elementor-search-form--skin-full_screen .elementor-search-form__container {
    visibility: revert;
    background: url(/wp-content/uploads/2024/04/magnifiying-glass.svg) no-repeat;
    background-position: 0% 0px;
    background-color: var(--e-global-color-f83be4a);
}
#blog-post .elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen){
	visibility: hidden;
}
#blog-post .elementor-search-form__toggle {
    background: url(/wp-content/uploads/2024/04/magnifiying-glass.svg) no-repeat;
    background-position: center;
}
#blog-post .elementor-search-form__toggle svg{
	opacity: 0;
}
#blog-post .elementor-search-form__toggle .e-font-icon-svg-container{
	width: 15px;
	height: 15px;
}
#blog-post .elementor-pagination{
	margin-top: 40px;
}
#blog-post .elementor-pagination .page-numbers:not(:last-child) {
    margin-right: calc(30px / 2);
}
#blog-post .elementor-pagination .page-numbers:not(:first-child) {
    margin-left: calc(30px / 2);
}


#blog-post .elementor-widget-heading .elementor-widget-container{
    margin: 20px 0px 10px 0px;
}
#blog-post .elementor-widget-heading a,
#blog-post .elementor-widget-theme-post-excerpt p{
	color: var(--e-global-color-1f6df1d);
}
#blog-post .elementor-widget-heading a,
#blog-post .elementor-widget-heading .elementor-widget-theme-post-excerpt p{
	
}

#blog-content .post-categories .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#blog-content .post-categories .elementor-widget-container .circle {
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100px;
    margin: 0 5px;
}


.postURL {
	border: 1px solid rgba(0,0,0,0.2);
	padding: 30px;
	word-break: break-word;
}

/***********************************************************/
/** PRESS  *************************************************/
/***********************************************************/
#news .e-con .elementor-widget-text-editor h2{
	font-family: var(--e-global-typography-text-font-family);
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 500;
	font-style: italic;
}
#news .e-con .elementor-widget-text-editor.fb iframe{
	display: block;
}
#news .e-con.custom .elementor-widget-text-editor h2 {
    margin-bottom: 35px;
}
#partners .elementor-widget-image-box h3{
	margin-bottom: 5px;
}
#partners .elementor-widget-image-box a{
	display: block;
	font-size: 14px;
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: 400;
	color: var(--e-global-color-accent);
	margin-top: 25px;
}
#partners .elementor-widget-image-box a:hover{
	color: var(--e-global-color-0aef4b2);
}
#opinion .elementor-widget-text-editor h2{
	margin: 0;
}
#opinion .elementor-widget-testimonial .elementor-testimonial-content{
	margin-bottom: 30px;
}
#opinion .elementor-widget-testimonial .elementor-testimonial-content a {
    display: block;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 20px;
}
#opinion .elementor-widget-testimonial .elementor-testimonial-meta{
	position: relative;
	padding-top: 20px;
}
#opinion .elementor-widget-testimonial .elementor-testimonial-meta:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--e-global-color-f83be4a);
    width: 100%;
}
/***********************************************************/
/** RESEARCH ***********************************************/
/***********************************************************/
#storytelling .elementor-widget-text-editor h3{
	font-size: 19px;
	margin-bottom: 20px;
}
#storytelling .elementor-widget-text-editor a{
	display: block;
	font-size: 14px;
	margin-top: 10px;
	font-weight: 600;
}
#trivia .elementor-widget-text-editor p,
#trivia .elementor-widget-text-editor h2{
	margin-bottom: 40px;
}
#process .elementor-widget-icon-box .elementor-icon-box-wrapper {
    flex-wrap: wrap;
}
#process .elementor-widget-icon-box.custom .elementor-icon{
	transform: rotate(90deg);
}
#process .elementor-widget-icon-box .elementor-icon-box-title{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#process .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description{
	width: 785px;
}
#dates .elementor-widget-text-editor h2{
	margin: 0;
}
#dates .elementor-widget-countdown .elementor-countdown-item {
    padding: 0;
    margin: 0;
}
#dates .elementor-widget-countdown .elementor-countdown-digits {
    position: relative;
    padding: 5px 22px 15px 22px;
}
#dates .elementor-widget-countdown .elementor-countdown-label{
	padding: 8px 0px;
}
#dates .elementor-widget-countdown .elementor-countdown-item:not(:last-of-type) {
    margin-right: 12px;
}
#dates .elementor-widget-countdown .elementor-countdown-item:not(:last-of-type) .elementor-countdown-digits::after {
    content: ':';
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 8px));
    right: -6px;
}
#sotw .elementor-widget-accordion .elementor-accordion-item .elementor-tab-title,
#election-info .elementor-widget-accordion .elementor-accordion-item .elementor-tab-title{
	display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
#election-info .elementor-widget-accordion .elementor-accordion-item:first-of-type .elementor-tab-title,
#election-info .elementor-widget-accordion .elementor-accordion-item:first-of-type .elementor-tab-content{
	background: rgb(204 170 219);
}
#election-info .elementor-widget-accordion .elementor-accordion-item:nth-child(2) .elementor-tab-title,
#election-info .elementor-widget-accordion .elementor-accordion-item:nth-child(2) .elementor-tab-content{
	background: rgb(164 122 182);
}
#election-info .elementor-widget-accordion .elementor-accordion-item:nth-child(3) .elementor-tab-title,
#election-info .elementor-widget-accordion .elementor-accordion-item:nth-child(3) .elementor-tab-content{
	background: rgb(117 49 146);
}
#sotw .elementor-accordion .elementor-tab-content,
#sotw .elementor-accordion .elementor-accordion-item,
#election-info .elementor-accordion .elementor-tab-content,
#election-info .elementor-accordion .elementor-accordion-item{
	border: none;
}
#sotw .elementor-accordion .elementor-accordion-icon svg,
#election-info .elementor-accordion .elementor-accordion-icon svg{
	width: 26px;
    height: 26px;
}
#election-info .elementor-widget-accordion .elementor-accordion-item .elementor-tab-content > h3 {
    font-size: 21px;
    font-weight: 700;
    color: var(--e-global-color-f83be4a);
	margin: 0;
}
#election-info .elementor-widget-accordion ul {
    list-style: none;
    padding: 0;
    color: #333333;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 14px;
	font-family: var(--e-global-typography-text-font-family);
	line-height: var(--e-global-typography-text-line-height);
	gap: 15px;
	margin-top: 20px;
}
#election-info .elementor-widget-accordion ul > li {
    max-width: 290px;
    background: var(--e-global-color-f83be4a);
    padding: 25px 30px;
}
#election-info .elementor-widget-accordion ul > li h3{ 
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 20px;
	margin: 0;
}
#election-info .elementor-widget-accordion ul > li p:first-of-type {
    font-style: italic;
}
#election-info .elementor-widget-accordion ul > li a{
	display: block;
    margin-top: 30px;
}
/***********************************************************/
/** TEXAS WOWAN ********************************************/
/***********************************************************/
#sotw .elementor-widget-accordion h3{
	font-family: var(--e-global-typography-text-font-family);
	font-size: 20px;
	font-style: italic;
	color: var(--e-global-color-f83be4a);
}
/** ACCORDION COLOR ********************************************/
#sotw .elementor-widget-accordion .elementor-accordion-item:nth-child(1) .elementor-tab-title,
#sotw .elementor-widget-accordion .elementor-accordion-item:nth-child(1) .elementor-tab-content{
	background: #93c47d;
}
#sotw .elementor-widget-accordion .elementor-accordion-item:nth-child(2) .elementor-tab-title,
#sotw .elementor-widget-accordion .elementor-accordion-item:nth-child(2) .elementor-tab-content{
	background: #6aa84f;
}
/*********************************************************/
#sotw .elementor-widget-accordion table {
    border: 3px solid var(--e-global-color-1f6df1d);
    border-bottom: 2px solid var(--e-global-color-1f6df1d);
    background: var(--e-global-color-f83be4a);
    color: var(--e-global-color-1f6df1d);
	margin: 20px 0px 0px;
}
#sotw .elementor-widget-text-editor table {
	color: var(--e-global-color-1f6df1d);
	border: 3px solid;
    border-bottom: 2px solid;
	border-color: rgba(242, 125, 82, 1);
	margin-top: 20px;
}
#sotw .elementor-widget-text-editor table th{
	text-align: left;
}
#sotw .elementor-widget-text-editor table td,
#sotw .elementor-widget-text-editor table th,
#sotw .elementor-widget-accordion table td,
#sotw .elementor-widget-accordion table th{
    border: none;
    background: unset;
	padding: 7px;
}
#sotw .elementor-widget-text-editor table th,
#sotw .elementor-widget-accordion table th{
	font-size: 14px;
	font-weight: 500;
}
#sotw .elementor-widget-text-editor table td,
#sotw .elementor-widget-accordion table td{
	font-size: 12px;
}
#sotw .elementor-widget-text-editor table tbody tr:hover,
#sotw .elementor-widget-accordion table tbody tr:hover{
	background-color: #D0CFC8;
}
#sotw .elementor-widget-text-editor.custom h2{
	margin-bottom: 5px;
}
#sotw .elementor-widget-text-editor h3{
	font-family: var(--e-global-typography-text-font-family);
	font-size: 20px;
	font-style: italic;
	margin-bottom: 30px;
}
#sotw .elementor-widget-image-box .elementor-image-box-content{
	max-width: 410px;
}
/* #sotw .counties-elected table{
	margin-bottom: 20px;
} */
#sotw .gallery {
	height: 457px;
	overflow-y: scroll;
}

.swiper-zoom-container{
	justify-content: flex-start;
}
.elementor-lightbox .swiper{
	max-width: 1100px;
}
.elementor-lightbox .elementor-lightbox-image{
	max-width: 420px;
}
.elementor-lightbox .swiper .elementor-swiper-button-prev{
	left: -50px;
}
.elementor-lightbox .swiper .elementor-swiper-button-next{
	right: -50px;
}
.elementor-slideshow--ui-hidden .elementor-slideshow__footer, 
.elementor-slideshow--ui-hidden .elementor-slideshow__header{
	opacity: 1;
}
.elementor-slideshow__footer {
    position: absolute;
    opacity: 1;
    bottom: unset;
    top: 50%;
    transform: translate(20%, -50%);
    right: unset;
    max-width: 500px;
    left: 400px;
}
.elementor-slideshow__title {
    font-size: 50px;
    text-align: left;
	line-height: 1;
}
.elementor-slideshow__description {
    font-size: 20px;
	text-align: left;
}
/***********************************************************/
/** POLITICS WOMEN******************************************/
/***********************************************************/
#womans .elementor-widget-image-carousel .swiper-slide a{
	display: block;
	height: 452px;
}
#womans .elementor-widget-image-carousel figure {
    position: relative;
	height: 100%;
}
#womans .elementor-widget-image-carousel figure::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.6);
    opacity: 0;
    transition: 0.3s;
}
#womans .elementor-widget-image-carousel figure:hover .elementor-image-carousel-caption,
#womans .elementor-widget-image-carousel figure:hover::before{
	opacity: 1;
}
#womans .elementor-widget-image-carousel img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#womans .elementor-widget-image-carousel .elementor-image-carousel-caption {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
	opacity: 0;
	width: 100%;
	max-width: 95px;
     display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#womans .elementor-widget-image-carousel .elementor-image-carousel-caption b{
	display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-style: normal;
    font-family: var(--e-global-typography-primary-font-family);
}



@media only screen and (max-width: 1024px) {
	section.e-con > .e-con-inner{
		padding-left: 20px;
		padding-right: 20px;
	}
	#header .elementor-widget-nav-menu .sub-menu.elementor-nav-menu--dropdown{
		margin-left: 20px;
	}
	#header .elementor-widget-nav-menu .header-cta a {
        padding: 15px 30px;
        font-size: 18px;
        width: max-content;
        margin-left: 12px;
	}
/* 	#header .elementor-widget-nav-menu .header-cta a:hover{
		background: unset;
	} */
	#header .elementor-nav-menu--toggle .elementor-nav-menu--dropdown {
		box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
		padding: 10px 20px 20px;
	}
	#footer .elementor-widget-icon-list .elementor-icon-list-item a{
		justify-content: center;
	}
	#footer .elementor-widget-text-editor br {
		content: '';
		display: block;
		height: 20px;
	}
	#banner.home .elementor-swiper-button-prev{
		left: 10px;
	}
	#banner.home .elementor-swiper-button-next{
		right: 10px;
	}
	#political-parity .elementor-widget-image-box .elementor-image-box-description{
		padding: 25px 30px;
	}
	#features .elementor-widget-image a{
		width: 100%;
	}
	#news .e-con.custom .elementor-widget-text-editor h2{
		margin-bottom: 16px;
	}
	/***********************************************************/
	/** ABOUT PAGE ********************************************/
	/***********************************************************/
	/*first image box p*/
	#about-section-1 .elementor-element-088058f p{
		margin-right: -35px;
	}
	/*second image box p*/
	#about-section-1 .image-boxes p {
		padding-inline-end: 55px;
		z-index: -1;
	}
	/*second image box p*/
	#about-section-1 .elementor-element.elementor-element-fa3206a p {
    	padding: 35px 0 45px 35px;
		padding-inline-start: 55px;
		padding-inline-end: 20px;
		margin-left: -35px;
	}
	
	#affiliates .img-con .elementor-widget-container{
		max-width: 100%;
		margin: 0;
	}
	#election-info .elementor-widget-accordion ul{
		justify-content: center;
	}
	.elementor-slideshow__footer{
		top: unset;
		bottom: 0;
		transform: unset;
		max-width: 100%;
		left: 0;
	}
	.elementor-slideshow__title {
		font-size: 30px;
		text-align: center;
	}
	.elementor-slideshow__description{
		text-align: center;
	}
	.swiper-zoom-container {
		justify-content: center;
		padding: 0px 30px;
	}
	#womans .elementor-widget-image-carousel .elementor-image-carousel-caption{
		max-width: 150px;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
}
@media only screen and (max-width: 768px) {
	#header .elementor-widget-nav-menu .header-cta a {
		font-size: 16px;
	}
	#banner.home .elementor-swiper-button {
		top: unset;
		bottom: 20px;
	}
	#banner.home .elementor-swiper-button-next {
		right: 50%;
		transform: translateX(calc(50% + 30px)) rotate(180deg);
	}
	#banner.home .elementor-swiper-button-prev {
		left: 50%;
		transform: translateX(calc(-50% - 30px));
	}
	#political-parity .elementor-widget-image-box .elementor-image-box-title{
		position: unset;
		margin-top: 20px;
	}
	
	/***********************************************************/
	/** ABOUT PAGE ********************************************/
	/***********************************************************/
	/*all image box p*/
	#about-section-1 .elementor-widget-image-box .elementor-image-box-img,
	#about-section-1 .image-boxes img{
		width: 100%;
	}
	#about-section-1 .image-boxes p {
		padding: 25px 30px;
	}
	/*first image box p*/
	#about-section-1 .elementor-element-088058f p {
    	margin-right: unset;
	}
	/*second image box p*/
	#about-section-1 .elementor-element.elementor-element-fa3206a p {
		margin-top: unset;
		margin-left: unset;
		padding: 25px 30px;
	}
	/*all imgs image gallery*/
	#about-section-1 .elementor-image-gallery .gallery-item img {
    	width: 80px;
	}
	
	#about-section-1 .elementor-image-gallery > div{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	/***********************************************************/
	/** AFFILIATE PAGE ****************************************/
	/***********************************************************/
	#women .elementor-widget-image-box .elementor-image-box-content{
		width: 100%;
	}
	/***********************************************************/
	/** TEXAS ELECTION *****************************************/
	/***********************************************************/
	#sotw .elementor-widget-image-box .elementor-image-box-content{
		max-width: 100%;
	}
	.elementor-lightbox .swiper .elementor-swiper-button-next{
		right: 0;
	}
	.elementor-lightbox .swiper .elementor-swiper-button-prev{
		left: 0;
	}
	.elementor-lightbox .elementor-lightbox-image{
		max-width: 100%;
		
	}
	.page-id-25 .elementor-slideshow__description{
		font-size: 16px;
	}
	.page-id-25 .elementor-lightbox .elementor-lightbox-image{
		height: 300px;
		object-fit: contain;
		object-position: center;
	}
	#blog-content > .e-con-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	#blog-content .elementor-widget-theme-post-content .elementor-widget-container > img:first-of-type {
		width: 100%;
		margin: 0 0 40px;
	}
}


@media only screen and (max-width: 480px) {
	[class*="elementor"] a{
		word-wrap: break-word;
	}
	#sotw .elementor-widget-text-editor table th, 
	#sotw .elementor-widget-accordion table th{
		padding: 3px;
	}
	#sotw .elementor-widget-text-editor table th, 
	#sotw .elementor-widget-accordion table th{
		font-size: 12px;
		font-weight: 700;
	}
	#sotw .elementor-widget-text-editor table td, 
	#sotw .elementor-widget-accordion table td{
		font-size: 10px;
	}
}