/* LLM KIT Page

   developer:   EstevaoT
   requires:    /common/framework/css/framework.css
                
   ========================================================================== */

:root {
	--color-primary: #f87818;
	--color-secondary: #d10;
	--color-tertiary: #dd1100;
	--default-margin: 3.75rem;
}

/* ==========================================================================
   Default
   ========================================================================== */
main {
	color: #555;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	padding: 6.24rem 0 var(--padding-sections) 0;
	& a { color: #222; }
	& a:hover { color: var(--color-tertiary) }
	& img { max-width: 100%; }
	& .page-wrapper {
		max-width: 1200px;
		margin: 0 auto;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	& hr {
		margin: 1.3125rem 0;
		border:none;
		border-bottom: solid 1px #c1c1c1;
		background-color: transparent;
	}
	& section,
	.padding-section {
		padding-top: var(--default-margin);
		padding-bottom: var(--default-margin);
	}
	& .default-margin-y {
		margin-top: var(--default-margin);
		margin-bottom: var(--default-margin);
	}
	/* Titles
 ========================================================================== */
	& h1 + p {
	  font-size: 1.25rem;
	  line-height: 1.4;
	  color: #555;
	  text-align: left;
	  font-weight: 300;
	  font-style: italic;
	  grid-column: 2;
	}
	& h2 {
	  font-size: 1.875rem;
	  font-weight: 600;
	  color: var(--color-secondary);
	  text-transform: uppercase;
	}
	& h2 + p.subtitle {
	  margin: .4375rem 0 1.25rem;
	  font-size: 1.25rem;
	  line-height: 1.4;
	  color: #555;
	}
	& h3	{
	  font-size: 1.625rem;
	  color: var(--color-secondary);
	  margin-bottom: 1.4375rem;
	}
	& h4 {
		margin-bottom: .1875rem;
		font-size: .875rem;
		font-weight: bold;
	  line-height: 1.14;
		color: var(--color-primary);
	}
}

/* Colors and backgrounds
 ========================================================================== */
.color-primary,
a.color-primary,
a.color-secondary:hover { color: var(--color-primary) !important;  }

.color-secondary,
a.color-secondary,
a.color-primary:hover { color: var(--color-secondary) !important;  }

/* Lists
 ========================================================================== */
.list-square-bullets li {
  display: flex;
  align-items: normal;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
}

.list-square-bullets li:not(:last-of-type) {
  margin-bottom: .8rem;
}

.list-square-bullets li::before {
 	color: var(--color-secondary);
  content: '■';
  display: inline-block;
  font-size: 6px;
  line-height: 23px;
  margin-right: 5px;
  position: relative;
}

.list-square-bullets a {
	font-weight: 400;
	color: #2e678b;
}

.list-square-bullets a:hover { color: var(--color-secondary) }

/* Buttons
 ========================================================================== */

.btn {
	display: table;
	font-size: 1.125rem;
  padding: 11px 22px 12px 21px;
	border-radius: 3px;
	border: solid 2px var(--color-primary);
	background-color: var(--color-primary);
	color: #fff;
	text-align: center;
}

a.btn:hover, 
a.btn-secondary:hover,
a.btn-outline.btn-secondary:hover {
	color: #fff;
  border: solid 2px #f75d00;
  background-color: #f75d00;
}

a.btn-white,
a.btn-outline {
	color: var(--color-primary);
	border: solid 2px #e56607;
	background-color: #fff;
}

a.btn-outline:hover {
	background-color: var(--color-primary);
  color: #fff;
}

a.btn-white:hover,
a.btn-secondary {
	color: #fff;
  border: solid 2px var(--color-secondary);
	background-color: var(--color-secondary);
}

a.btn-outline.btn-secondary {
	color: var(--color-secondary);
	border: solid 2px var(--color-secondary);
	background-color: transparent;
}

a.btn-blue {
	background-color: #5da4c9;
	border: 2px solid #5da4c9;
	color: #fff;
}
a.btn-blue:hover {
	background-color: transparent;
	border-color: #5da4c9;
	color: #5da4c9;
}

/* Cards
 ================================== */

.cards-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2.5rem;
}

.cards-list .card {
	display: grid;
	padding: 1.875rem;
  border: solid 2px #ccc;
  background-color: #fff;
}

.cards-list .card h3 {
	font-size: 1.375rem;
	margin-bottom: .625rem;
	font-weight: 600;
  color: #222;
}

.cards-list .card h4 {
	font-size: .875rem;
	font-weight: 600;
  line-height: 1.14;
	color: #f87818;
	text-transform: uppercase;
}

.cards-list .card p { 
	line-height: 24px;
}

.cards-list .card img,
.cards-list .card video {
	align-self: flex-end;
	width: 100%;
	max-width: 600px;
	outline: 1px solid #e5e5e5;
}

.cards-list .card.card-primary {
	border-top: 10px solid var(--color-primary);
}

.cards-list .card.card-secondary {
	border-top: 10px solid var(--color-secondary);
}

/* Logo section
 ================================== */
main header {
	position: relative;
	background-color: #dd1100;
}

main header .page-wrapper { position:relative; }

main header .logo2 {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	padding-top:3.75rem;
	padding-bottom:2.5rem;
}

main header .logo {
	display: grid;
	grid-template-columns: 120px 1fr;
	grid-template-rows: repeat(2, auto);
	column-gap: 1rem;
	align-items: center;
	margin: 0 auto;
	max-width: 850px;
	text-align: center;
}

main header .logo div {
	display: flex;
	flex-flow: column;
}

main header .logo img { 
	max-width:120px; 
}

main header .logo h1 {
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.1;
	text-transform: uppercase;
	margin: 0;
	text-align: left;
}

main header .logo h1 small {
	color: #555;
	font-size: 1.95rem;
	font-weight: 300;
}

main header .logo h1 span { color: var(--color-tertiary); }

section.header { padding-bottom:3.75rem; }
section.header .subtitle {
	font-size: 1.5rem;
	color: #555;
	margin-top: 1rem;
}

section.header > hr { margin: 2.5rem 0; }

section.header .content-description {
	display: grid;
	grid-template-columns: auto minmax(320px,350px);
	column-gap: 2rem;
}

section.header .content-description > div:first-of-type p:first-of-type {
	font-size: 1.25rem;
	line-height: 1.8;
}

section.header .content-description .subtext {
	line-height:1.4;
}

section.header h3 {
  font-size: 1.25rem;
	font-weight: 600;
	color: #666;
	margin-bottom: .3rem;
}

section.header .content-description h2 {
	text-align: left;
	font-style: italic;
	font-size: 1.6875rem;
	font-weight: 400;
	line-height:1.3;
	& span { 
		display: inline-block;
		font-size: 1.25rem;
		text-align:right; 
	}
}

.home #examples h2 {
	font-size: 1.625rem;
	color: #555;
}

.pricing-sidebar hr {
	border-bottom: 2px solid #c1c1c1;
}

/* Subpage navigation 
 ================================== */
#subpage-nav { display:flex; }
#subpage-nav a {
	padding: .5rem 1rem;
	font-size: 1.125rem;
	color: #555;
	background-color: #fff;
}

main.gallery #subpage-nav a.gallery {
	color: #fff;
	background-color: var(--color-primary);
}

/* Contrast section
 ================================== */

section.contrast {	background-color: var(--color-primary);  }
section.contrast.red {	background-color: var(--color-tertiary);  }
section.contrast.light-blue {	background-color: #eaf2fb;  }

section.contrast h2,
section.contrast h2 + p { color:#fff; }
section.contrast h2 + p { margin-bottom: 2.5rem; }

section.contrast.light-blue h2 { color: var(--color-secondary); }
section.contrast.light-blue h2 + p {
	color: #555;
}

section.contrast .card {
	box-shadow: 0 0 6px 1px rgba(64, 64, 64, 0.31);
  border: none;
}

section.contrast.light-blue .card {
	box-shadow: 0 0 6px 1px rgba(64, 64, 64, 0.31);
}

section.contrast img { width: 100%;  }

/* ==========================================================================
 Pricing
 ========================================================================== */
p.smallLink, 
a.smallLink {
	font-size: .75rem;
	color: #777;
}
a.smallLink:hover { color: var(--color-tertiary) }

.header .price-wrapper {
	padding: 1rem 0 0;
} 

.header .price-wrapper, 
.header .price-wrapper .subscribe-btn {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 0 1.625rem;
  grid-template-rows: repeat(2,1fr);
  grid-row: 1 / -1;
	grid-column: 1 / -1;
}

.header .price-wrapper .price-tag.M-price + div {
	grid-row: 2;
	grid-column: 2;
	margin-top: 0.3rem;
  line-height: 18px;
}

.header .price-wrapper .price-tag {
	grid-column: 2;
  grid-row: 1;
  align-self: flex-end;
}	

.header .price-wrapper .subscribe-btn .btn {
	grid-row: 1 / -1;
  grid-column: 1;
  align-self: center;
}

.header .price-wrapper .subscribe-btn > div {
	grid-row: 2;
	grid-column: 2;
}

.product-price { padding-bottom: 1rem; }

.product-price .price-tag > .price {
	display: flex;
	align-items: center;
	line-height: 24px;
}

.product-price .price span.dollarsign {
	align-self: flex-start;
}

/* princing columns	*/
#pricing .pricing-columns {
	display: grid;
  grid-template-columns: repeat(2,1fr);
  padding-top: .5;
  text-align: center;
}

#pricing .cards-list .card {
	align-content: flex-start;
}

#pricing .pricing-columns > div {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	display: grid;
	grid-template-rows: repeat(3, minmax(30px,auto)) 1fr;
	align-items: center;
}

#pricing .pricing-columns > div:nth-child(2) {
	border-left: 1px solid #ccc;
}

/* princing size and color	*/
.product-price .price-tag .price { 
	color:#000; 
}

.header .price-wrapper .price-tag > .price {
	color: #545454;
	font-size: 1rem;
}

.product-price .price-tag .price span.dollarsign {
	font-size: 1.1875rem;
}

.product-price .price-tag .price span.price {
	font-size: 1.875rem;
	line-height: 1;
}
.product-price .link-only,
.priceDescriptionText {
	font-size: 0.875rem;
	font-style: italic;
	color: #777;
}

#pricing h3 {
	margin-bottom: 0;
}

#pricing h4 {
  font-size: 1.125rem;
	font-weight: 600;
	text-align: center;
	color: #777;
	text-transform: none;
}

#pricing .price-tag > .price { justify-content: center; }
#pricing .subscribe-btn {
	display: flex;
  flex-flow: column-reverse;
  flex-wrap: wrap;
}

#pricing .product-price .link-only,
#pricing .product-price .priceDescriptionText {
	font-size: .9375rem;
	margin-top: 0;
}

.vat-note {
	font-size: .8125rem;
	font-weight: 400;
	text-align: right;
	padding-right: 0.9rem;
}
.vat {
	font-size: .625rem;
	margin-left: 2px;
}

#pricing .subscribe-btn .btn {
	margin: 1rem auto 0;
}

.detailed-price {
  text-align: center;
  display: block;
  margin-top:10px;
}

.smallNotice {
	color: #777;
}

/* ==========================================================================
   LLM Section
   ========================================================================== */
#LLM .cards-list .card {
  display: flex;
  flex-flow: column;
}

#LLM .card h3 { 
	font-size:1.25rem; 
	margin-bottom: 1rem;
}

/* ==========================================================================
   Questions
   ========================================================================== */
.questions {
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
}

.questions > div > div:not(:last-of-type) {
	margin-bottom: 1.5rem;
}

.questions h4,
.questions p {
	font-size: 1rem;
	line-height: 1.5;
}

.questions h4 {
	font-weight: 600;
	color: #222;
	margin-bottom:.4rem;
}

.questions p { 
	color: #555; 
}
.questions a { color: #2e678b; }
.questions a:hover { color: var(--color-secondary);}

/* media */

.media-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem 2rem;
  align-content: center;
  align-items: center;
}
.media-list a {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 1rem;
  align-items: center;
}

.media-list a h4 {
  font-size: 1rem;
  color: #222;
  line-break: 1.5;
}
.media-list a:hover h4 {
	color: var(--color-primary);
}

/* ==========================================================================
   Gallery
   ========================================================================== */
.gallery.cards-list { 
	grid-template-columns:repeat(3, 1fr); 
	& .card { padding: 1.25rem; }
}

.cursor-zoom-in,
.gallery img, .gallery video { cursor: zoom-in; }

/* ==========================================================================
   Misc
   ========================================================================== */

.lineText {
	display: grid;
	grid-template-columns: 1fr;
	margin: 2rem auto;
}

.lineText * { 
	grid-row:1;
	grid-column:1; 
	justify-self: center;
	align-self: center;
}

.lineText hr {
	width: 100%;
	border: none;
  background: #f4a26b;
  height: 1px;
  z-index: 1;
}

.lineText span {
	background-color: var(--color-primary);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	justify-self: center;
	padding: 1rem;
	z-index: 2;
}

.margin-b-1-1-2 { margin-bottom:1.5rem !important; }

/* ==========================================================================
   Loading classes
   ========================================================================== */

.load-wrapper {
    float: left;
    margin: 0 10px 10px 35%;
    padding: 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
}
.load .square {
    display: inline;
    animation-name: loading;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}
.square {
    float: left;
    color: #777;
    font-size: 8px;
}
.compact-prices .square {
    color: #fff;
}
.l-1 {
  animation-delay: 0.48s;
  margin-right: 4px;
}
.l-2 {
  animation-delay: 0.6s;
  margin-right: 4px;
}
.l-3 {
  animation-delay: 0.72s;
}
@keyframes loading {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }
}

/* ==========================================================================
   Special scrolly lightbox
   ========================================================================== */
.mfp-figure figure {
  overflow:auto;
  max-height:calc(100vh - 80px);
}
.mfp-figure { padding:20px; background:#fff; }
img.mfp-img {
  width: 100% !important;
  max-width:640px !important;
  max-height:unset !important;
  padding: 0 !important;
}
.mfp-content button.mfp-close { top: -10px !important; }
.mfp-container .mfp-content { max-width: 655px !important; }
.mfp-container.mfp-iframe-holder .mfp-content { max-width: 1200px !important; }

/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */
@media all and (max-width: 1200px) {}

/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
	section.header .content-description,
	.questions { grid-template-columns: 1fr; }
	.gallery.cards-list { grid-template-columns: repeat(2,1fr); }
}

/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
	main header .logo { 
		grid-template-columns: 1fr; 
		justify-items: center;
		& h1 + p { grid-column:1; }
	}

	section.header .content-description h2,
	.gallery.cards-list,
	.cards-list {
		grid-template-columns: 1fr;
		row-gap: 1rem;
	}

	#pricing .cards-list { row-gap:1.5rem; }
	.cards-list .card {	padding: 1.875rem 1.5rem;  }

	/* questions  */ 
	.questions { grid-template-columns:1fr; }
	.questions > div:nth-child(1) > div:last-of-type {
		margin-bottom: 1.5rem;
	}
	
}

/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {}

/* printer styles
   ========================================================================== */

@media print {}