/*
	Theme Name: DebtX 2023
	Theme URI: https://debtx.com
	Description: DebtX 2023 WordPress Theme
	Version: 1.4.3
	Author: Laidlaw Group
	Author URI: https://laidlawgroup.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* RESET CSS */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,
code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,
thead,tr,th,td{border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}
table{border-collapse:separate;border-spacing:0;margin-bottom:1.4em;}
caption,th,td{text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:;}
a img{border:none;}

html,body
{

}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 11px/1.4 "futura-pt", Helvetica, Arial, sans-serif;
font-style: normal;
	color:#181818;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}







/*------------------------------------*\
    Typography
\*------------------------------------*/



h1, h2, h3, h4, h5, h6, blockquote > p {
	/* font-family:'BodoniSeventytwoITCW01-_731142', serif; */
	color:#181818;
}

p em {
	/* font-family:'ITC Avant Garde Gothic W01BkOb', Helvetica, Arial, sans-serif; */
}

h1 {
	font-size: 4.0em;
	line-height: 1.2em;
	font-weight: 400 !important;
  margin-bottom: 16px;

}

h2 {
	font-size: 3.7em;
	line-height: 1.1em;
	font-weight: 400 !important;
  margin-bottom: 16px;

}

h3 {
	font-size: 3.5em;
	line-height: 1.1em;
	font-weight: 400 !important;
  margin-bottom: 16px;

}

h4 {
	font-size: 3.3em;
	line-height: 1.1em;
	font-weight: 400 !important;
  margin-bottom: 16px;
}

.qodef-qi-accordion h4 {
	font-size: 2.4em;
  line-height: 1.1em;
}

h5 {
	font-size: 2.0em;
	line-height: 1.4em;
	font-weight: 400 !important;
  margin-bottom: 12px;

}

h6 {
	font-size: 1.5em;
	line-height: 1.1em;
	font-weight: 400 !important;
  margin-bottom: 12px;

}

p ,article li{
	font-size: 1.7rem;
  line-height: 2.1em;
  margin-bottom: 18px;
}


blockquote > p{
	font-size: 5.0em;
	line-height: 1.3em;
	font-weight: 400 !important;
}

nav ul li {
	font-size: 1.7rem;
  line-height: 1.6em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

nav ul.sub-menu li {
	font-size: 1.7rem;
	text-transform: none;
  line-height: 0.9em;
  letter-spacing: 0.1em;
}

.deals_slider .slide h4 {
    font-size: 1.9em;
}


article ul {
	padding-left:24px;
}

article ol {
	padding-left:24px;
}

article ol li::marker{
	color: #2f538d;
	font-weight: 700;
}

article ol li {
	padding-left: 10px;
}








b, strong {
	color:#2f538d;
}



/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/





/* Body ------------------ */

body {

}


/* wrapper */
.wrapper {
	/* max-width:1280px;
	width:95%; */
	/* margin:0 auto;
	position:relative; */
}


header {
	width:450px;
	float: left;
  padding: 30px 43px 30px 30px;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: end;
  background-color: #fff;
}



header .header_wrap {
	position: fixed;
  height: 100%;
  align-items: center;
  display: flex;
}



header .logo {
  text-align: right;
}
header .logo img {
	width: 200px;
	margin-bottom:60%;
}


nav {

}

nav ul {
	text-align: right;
}

nav ul li {
	list-style: none;
	margin-bottom:20px;
	position: relative;
}

.affiliate_nav ul li {
	margin-bottom:8px;
}

.affiliate_nav {
	margin-bottom:20px;
}



nav ul li.menu-item-has-children:after {
	content: '';
	width: 20px;
	height:20px;
  right: -26px;
	top:3px;
	position: absolute;
	background-image:url('https://laidlawsandbox.com/debtx-2023/content/themes/debtx-theme/img/down-chevron.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.5s;
  transform: rotate(180deg);
	opacity: 0;
}

nav ul li.open.menu-item-has-children:after {
  transform: rotate(0deg);
	opacity: 1;
}


nav ul.sub-menu {
	display: none;
	margin-top: 18px;
  margin-bottom: 30px;
}

nav ul.sub-menu li {

}


.main_nav {
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: 20px
}





/* ========= Menu Icon ======== */
.navicon {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 10px 20px;
  cursor: pointer;
  display: none;
  font-size: 8px;
  height: 6em;
  z-index: 2100;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition: top 0.0s ease-in-out;
  transition: top 0.0s ease-in-out;
  width: 6em;
  -webkit-tap-highlight-color: transparent;
}
.navicon span {
  background: #000;
  /* box-shadow: 2px 2px 5px rgba(0,0,0,0.45); */
  border-radius: 0em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 2px;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.open.navicon {
	position:fixed;
}

.open.navicon span {
  box-shadow: none;
  background: #000 !important;
}

.navicon span {
  left: 0;
}
.navicon span:nth-child(1) {
  top: 1em;
}
.navicon span:nth-child(2) {
  top: 2.6em;
}
.navicon span:nth-child(3) {
  top: 4.2em;
}
.open.navicon span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(1.1em, 1.1em);
          transform: rotate(45deg) translate(1.1em, 1.1em);
          background-color:#000;
}
.open.navicon span:nth-child(2) {
  opacity: 0;
    background-color:#000;
}
.open.navicon span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(1.1em, -1.1em);
          transform: rotate(-45deg) translate(1.1em, -1.1em);
          background-color:#000;
}

.navicon_text {
  color: #000;
  position: absolute;
  bottom: -11px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: 800;
}
.open.navicon .navicon_text {
  color: #000;
}


body.admin-bar .open.navicon {
    top: 32px;
}













/* Page */




.page_right {
	width: calc(100% - 450px);
	float:left;
}






.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1300px !important;
}
.single .inner-wrapper {
	max-width: 1300px !important;
	margin: 0 auto;
	padding:0px 20px;
}

.feed-inner-wrapper {
  max-width: 1300px;
	margin: 0 auto;
	padding:0px 20px;
}

.post-inner-wrapper {
  max-width: 980px;
	margin: 0 auto;
	padding:0px 20px;
}


.single .page_right {
	min-height:100vh;
	display: flex;
  align-items: center;
}







/* Post Feeds */

.feed_article {
	margin-bottom: 100px;
	display: flex;
	align-items: center;
}

.article_left {
	width: 50%;
	float:left;
	padding-right: 20px;

  height: 520px;
}


.article_right {
	width: 50%;
	float:left;
	padding-left: 20px;
}

.article_left img {
  object-fit: cover;
	height:100%;
	width:100%;
}




.pagination {
	margin-bottom:60px;
	text-align: center;
}

.pagination .page-numbers {
	font-size: 1.5rem;
    margin: 0 9px;
}

.pagination .prev {
	float: left;
}

.pagination .next {
	float: right;
}

.pagination .current {
	font-weight: 600;
	color: #2f538d;
}



.qodef-qi-button.qodef-layout--filled {
			font-size: 1.7em;
	    font-weight: 500;
	    text-transform: uppercase;
	    letter-spacing: 2.4px;
	    color: #2F538E;
	    padding: 0px;
	    background: transparent;
	}

	.qodef-qi-button.qodef-layout--filled:hover {
		    color: #2F538E;
		    background: transparent;
		}


.homepage_slideshow {

}

.homepage_slideshow .swiper-slide-inner {
	height: 100vh;
	width: 100%;
}

.homepage_slideshow .swiper-slide-inner img {
	height: 100%;
	width: 100%;
    object-fit: cover;
}



.homepage_slideshow .swiper-slide-inner:after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left:0;
	top:0;
	z-index: 1;
	background-color:rgba(0, 0, 0, 0.1);
}

.elementor-image-carousel-caption {
    z-index: 100;
}


/* Deals */

.is-deal-info-hidden .dx-card-business {
    display: none;
}

.spacer {
	height: 90px;
}


.date, .qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top {
	margin-bottom: 0px;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin-bottom: 1.25em;
}




.deal .wp-block-columns {
	margin-top:40px;
}

.deal-info {
	font-size: 1.7em;
  line-height: 2.1em;
	padding: 0px 15px;
}
.deal-info__row {
	padding: 2px 0px;
	border-bottom: 1px solid #ddd;
}
.deal-info__row:first-of-type {
	border-top: 1px solid #ddd;
}

.deal-info__row .deal-info__name {
    display: inline-block;
		margin-right:10px;
		color: #2f538d;
		font-weight: 700;
}
.deal-info__row .deal-info__value {
    display: inline-block;
}


.dx-card__content {

}

.dx-card__content h3 {

}

.dx-card__content a {
	display: inline-block;
  font-size: 1.4em;
  clear: both;
  float: left;
  margin-bottom: 12px;
  font-weight: 700;
  color: #2f538d;

}





/* Forms */

body .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 0px !important;
}

.gform_legacy_markup_wrapper label.gfield_label, .gform_legacy_markup_wrapper legend.gfield_label {
    font-weight: 400 !important;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}


form input[type="submit"] {
			font-size: 1.4em !important;
	    text-transform: uppercase;
	    letter-spacing: 0.15em;
	    font-weight: 700;
	    background: transparent;
	    border: 2px solid #2f538d;
			color: #2f538d;
	    padding: 10px 14px;
	    min-width: 200px;
	    float: right;
}




/* Homepage Slideshow */


.elementor-image-carousel-wrapper .swiper-slide-inner {

}

.elementor-image-carousel-caption {
	font-size: 3.8rem;
  letter-spacing: 0.08em;
  line-height: 1.2em;
  color: #fff;
  position: absolute;
  top: calc(50% - 35px);
  width: 100%;
  padding: 0px 21%;
  text-shadow: 1px 2px 3px rgba(0,0,0,0.7);
  text-transform: uppercase;
  /* max-width: 800px; */
  margin: 0 auto;

}





#pi_tracking_opt_in_div {
	top:auto !important;
	bottom: 0pt !important;
	font-size: 1.3em !important;
}

#pi_tracking_opt_in_yes, #pi_tracking_opt_in_no {
	    color: #2f538d;
	    font-weight: 600;
	    text-decoration: underline;
	    margin-left: 6px;
	    margin-right: 6px;
}

@media only screen and (max-width:480px) {

	#pi_tracking_opt_in_yes, #pi_tracking_opt_in_no {
	    margin-left: 20px;
	    margin-right: 15px;
	}

}


/* Footer */




footer {

}

.copyright {
	text-align: center;
	padding: 0px 15px;
}


/* Deals Slider */

.deals_slider_section {
	margin-bottom: 30px;
	padding-bottom: 20px;
}


.deals_slider {

}


.deals_slider .slide {
  padding: 10px 20px 10px 0px;
}

.deals_slider .slide img {
	margin-bottom: 15px;
}

.deals_slider .slide h4 {

}


.slick-arrow {
	bottom: -15px;
	height: 35px;
	width: 20px;
	position: absolute;
	z-index: 100;
	transition-timing-function: ease-out;
	-webkit-transition: 1.0s;
	transition: 1.0s;
	background: transparent;
	-webkit-appearance: none;
	border: none;
	outline:none;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	font-size:0px;
}

.slick-prev {
	left:10px;
	background-image:url('https://laidlawsandbox.com/debtx-2023/content/uploads/2023/06/left-chevron.png');
	content:'';

}

.slick-next {
	right:25px;
	background-image:url('https://laidlawsandbox.com/debtx-2023/content/uploads/2023/06/right-chevron.png');
	content:'';

}

.slick-arrow[aria-disabled="true"]{
	opacity: 0;
	pointer-events: none;
}



/* Fix for elementor shortcode display */

#elementor-preview-responsive-wrapper .deals_slider.slick-initialized {
	/* display: none !important; */
}




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1660px) {

	.article_left {
	    height: 31vw;
	}

}




@media only screen and (max-width:1440px) {



}

@media only screen and (max-width:1340px) {

	header {
	    width: 360px;
	}
	.page_right {
    width: calc(100% - 360px);
	}

}

@media only screen and (max-width:1100px) {

	header {
	    width: 320px;
	}
	.page_right {
    width: calc(100% - 320px);
	}





	.homepage_slideshow {

	}
	.homepage_slideshow .swiper-slide-inner {
		height: 60vh;
		width: 100%;
	}
	.elementor-image-carousel-caption {
    font-size: 3.2rem;
    top: calc(50% - 35px);
    padding: 0px 47px;
	}


}




@media only screen and (max-width:1023px) {


	header {
    width: 100%;
    padding: 0px;
    height: 80px;
    display: block;
    align-items: center;
    justify-content:flex-start;
		float: none;
		position: relative;
	}

	header .header_wrap {
		position: relative;
    height: auto;
    align-items: center;
    display: block;
    width: 100%;
	}

	header .nav_wrap {
		z-index: 110;
    position: absolute;
    height: auto;
    background-color: #fff;
    align-items: center;
    display: none;
    width: 100%;
    left: 0px;
    top: 80px;
    padding: 30px 50px 30px 20px;
	}


	header .logo {
    text-align: right;
    display: inline-block;
    padding: 10px 20px;
	}

	header .logo img {
	    width: auto;
	    height: 100%;
	    margin-bottom: 0px;
	}


	.navicon {
	    display: block;
	}



	.page_right {
		width: 100%;
		float: none;
	}
	.single .page_right {
		display: block;
	}




	.article_left {
	    height: 31vw;
	    min-height: 260px;
	}


}



@media only screen and (max-width:768px) {




	h1 {
		font-size: 3.4em;
	}

	h2 {
		font-size: 3.0em;
	}

	h3 {
		font-size: 2.8em;
	}

	h4 {
		font-size: 2.4em;
	}

	.qodef-qi-accordion h4 {
		font-size: 2.4em;
	}

	h5 {
		font-size: 1.8em;
	}

	h6 {
		font-size: 1.5em;
	}

	p ,article li{

	}


	blockquote > p{
		font-size: 5.0em;
	}




}




@media only screen and (max-width:600px) {



	.feed_article {
		display: block;
	}

	.article_left {
			width: 100%;
			float: left;
			padding-right: 0px;
			margin-bottom: 20px;
	}

	.article_right {
		width: 100%;
		float: left;
		padding-left: 0px;
	}




}








@media only screen and (max-width:480px) {




	.qodef-qi-accordion h4 {
		font-size: 2em;
	}



	.qodef-qi-accordion .qodef-e-title-holder {
    padding: 10px 10px 10px 26px;
	}





	.elementor-image-carousel-caption {
    font-size: 2.6rem;
    top: calc(50% - 47px);
    padding: 0px 47px;
	}

	.elementor-element .swiper .elementor-swiper-button {
		top: auto !important;
		bottom: 47px !important;
	}




}



@media only screen and (max-width:320px) {




}






/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
