/*!
Theme Name: Pairform
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pairform
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/

@import 'inc/reset.css';

/* Custom Styles
--------------------------------------------- 
*/

/* Vars */

:root {
	--blue: rgba(49, 67, 203, 1);
	--pink: rgba(218, 90, 250, 1);
	--text: rgba(60, 60, 59, 1);
	--white: rgba(255, 255, 255, 1);

	--blue80: rgba(49, 67, 203, 0.8);
	--pink20: rgba(218, 90, 250, 0.2);
	--text20: rgba(60, 60, 59, 0.2);

	--inactive: rgba(218, 218, 218, 1);
	--active: rgba(101, 198, 187,1);
	--warning: rgba(214, 69, 65, 1);

	--margin-desk: 90px;
	--margin-tab: 45px;
	--margin-mob: 30px;

}

/* Hide nav on coming soon page */

.postid-48 .elementor-location-header {
	display: none;
}

/* Global */

* {
	color: var(--text);
}

.post, .page {
	margin: 0 !important;
}	

header {
	backdrop-filter: blur(40px);
}

.elementor embed, .elementor iframe, .elementor object, .elementor video {
	width: 100%;
}

li {
	margin-top: 10px;
}

/* Buttons */

.btn, input[ type='submit']:not(#wpadminbar input), .learndash-wrapper a.ld-course-step-back, button[ type='submit'],
.learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .learndash_mark_complete_button, .elementor-widget-button .elementor-button, .woocommerce-button, .button,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button

.btn:visited, input[ type='submit']:not(#wpadminbar input):visited, .learndash-wrapper a.ld-course-step-back, button[ type='submit']:visited,
.learndash-wrapper #learndash_mark_complete_button:visited, .learndash-wrapper .learndash_mark_complete_button:visited, .elementor-widget-button .elementor-button:visited, .woocommerce-button:visited, .button:visited
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button:visited, .elementor-button:visited

 {
	background-color: transparent !important;
	color: var(--text) !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	display: inline-block !important;
	width: initial !important;
	border-top: 10px solid !important;
	border-bottom: 10px solid !important;
	border-left: 10px solid !important;
	border-right: 10px solid !important;
	border-radius: 0 !important;
	border-image-slice: 1 !important;
	border-width: 2px !important;
	border-image-source: linear-gradient(to left, var(--blue), var(--pink)) !important;
	padding: 0.6rem 1rem !important;

}

.btn:hover, input[ type='submit']:hover, .learndash-wrapper a.ld-course-step-back:hover, button[ type='submit']:hover,
.learndash-wrapper #learndash_mark_complete_button:hover, .learndash-wrapper .learndash_mark_complete_button:hover, .elementor-button:hover, .woocommerce-button:hover, .button:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button:hover, .elementor-button:focus span, .elementor-button:hover span 

 {
	background-image: linear-gradient(to left, var(--blue), var(--pink)) !important;
	color: #fff !important;
}

/* Typography */

h1, .h1 span {
	font-size: 2.2em !important;
	line-height: 1.1em !important;
	letter-spacing: -0.015em;
	font-weight: 500 !important;
	color: var(--text);
	margin: 0 !important;
}

h2, .h2 span {
	font-size: 1.8em !important;
	line-height: 1.1em !important;
	letter-spacing: -0.015em;
	font-weight: 500 !important;
	color: var(--text);
	margin: 0 !important;
}

h3, .h3 span {
	font-size: 1.3em !important;
	line-height: 1.05em !important;
	letter-spacing: -0.015em;
	font-weight: 500 !important;
	color: var(--text);
	margin: 0 !important;
}
h4, .h4 span, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields fieldset legend, 
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm fieldset legend {
	font-size: 1em !important;
	line-height: 1.05em !important;
	font-weight: 500 !important;
	color: var(--text);
	margin: 0 !important;
}

@media screen and (min-width: 768px) {
	h1, .h1 span {
		font-size: 2.5em !important;
	}
	h2, .h2 span {
		font-size: 2.2em !important;
	}
	h3, .h3 span {
		font-size: 1.6em !important;
	}
	h4, .h4 span, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields fieldset legend, 
	.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm fieldset legend {
		font-size: 1.2em !important;
	}
}

@media screen and (min-width: 11140px) {
	h1, .h1 span {
		font-size: 3.4em !important;
	}
	h2, .h2 span {
		font-size: 2.6em !important;
	}
	h3, .h3 span {
		font-size: 2.0em !important;
	}
	h4, .h4 span, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields fieldset legend, 
	.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm fieldset legend {
		font-size: 1.4em !important;
	}
}

a, a:visited {
	color: var(--text);
}

p {
	margin-bottom: 0 !important;
}

.nextmonth {
	font-size: 24px !important;
	font-weight: 300 !important;
	font-style: italic !important;
}

/* Tables */

th, td {
	padding: 10px !important;
	color: var(--text) !important;
	font-family: inherit !important;
}

/* Bullets */

ul {
	margin-bottom: 0;
	margin-left: 15px;
}

/* Course grid */

.ld_course_grid {
	padding: 0 !important;
}

.ld_course_grid article {
	border: 0px !important;
	display: flex;
	flex-direction: column;
}

.ld-course-list-items.row, .ld-course-list-items .ld_course_grid {
	margin: 0;
	margin-bottom: 30px;
}

@media screen and (min-width: 1140px) {
	.ld-course-list-items.row, .ld-course-list-items .ld_course_grid {
		margin-bottom: 45px !important;
	}
	.ld_course_grid article {
		flex-direction: row;
		align-items: center !important;
	}
}


.ld_course_grid article:last-of-type {
	margin-bottom: 0 !important;
}

.ld_course_grid article .caption {
	padding: 0px !important;
	margin-top: 15px;
}

@media screen and (min-width: 1140px) {
	.ld_course_grid article .caption {
		margin-left: 45px !important;
		margin-top: 0 !important;
		margin-left: 45px !important;
		flex-grow: 2;
	}
}	

.ld_course_grid .caption .entry-content {
	margin: 0 !important;
}

.ld-course-list-items .ld_course_grid .ld_course_grid_video_embed {
	width: 400px;
	max-height: 225px;
	min-width: 300px;
	max-width: 100%;
	background-color: transparent;
	padding: 0;
}

.elementor-widget-container .ld-course-list-items .ld_course_grid .ld_course_grid_button {
	margin-top: 20px !important;
	margin-bottom: 0 !important;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon {
	position: initial;
	color: var(--text);
	font-weight: 500;
	padding: 10px 15px;
	order: 2;
	border-radius: 20px;
	white-space: nowrap;
	width: fit-content;
	margin-top: 15px;
}

@media screen and (min-width: 1140px) {
	.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon {
		margin-top: 0;
		margin-left: 30px;
	}
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon:before {
	display: none;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.not-started {
	background-color: var(--inactive);
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled.completed {
	background-color: var(--active);
	color: #fff;
}

.ld-course-list-content .ld-course-list-items, .ld-course-list-content .ld-course-list-items .ld_course_grid {
	margin-bottom: 0 !important;
}

.ld-course-list-content .ld-course-list-items, .ld-course-list-content .ld-course-list-items .ld_course_grid {
	margin-top: 45px !important;
}

.ld-course-list-items a {
	min-width: 300px !important;
}

.ld-course-list-items a.btn {
	min-width: unset !important;
}

.back-episodes:hover {
	opacity: 0.8;
	transition: 0.3s;
}

/* Single chapter styles */

.learndash-wrapper .ld-topic-status, .learndash-wrapper .ld-breadcrumbs {
	background-color: transparent;
	padding: 0;
}

.learndash-wrapper .ld-breadcrumbs {
	font-size: 14px;
}

.learndash-wrapper .ld-topic-status .ld-progress,
.learndash-wrapper .sfwd-mark-complete::after, .learndash-wrapper .ld-topic-status {
	display: none !important;
}

.learndash-wrapper .ld-content-actions  {
	border-top: 0 !important;
	padding: 0 !important;
	align-items: center;
}

.learndash-wrapper .ld-content-actions .ld-content-action {
	padding: 0 !important;
}

.learndash-wrapper .ld-content-actions .ld-content-action {
	text-align: center;
}

.learndash-wrapper .ld-button .ld-icon {
	margin-top: 2.5px;
}

.learndash-wrapper .ld-button, .learndash-wrapper .ld-content-actions .ld-button, .learndash-wrapper .ld-button, .learndash-wrapper .ld-content-actions .ld-button:hover {
	background-color: transparent;
	color: var(--text);
	padding: 0;
	font-weight: 400;
}

.learndash-wrapper .ld-button, .learndash-wrapper .ld-content-actions .ld-button:hover {
	color: var(--blue);
	transition: 0.3s;
}

.learndash-wrapper .ld-status {
	border-radius: 0;
}

.learndash-wrapper .ld-breadcrumbs a:hover {
	color: var(--blue);
}

.episode-list .ribbon {
	display: none !important;
}

.ld-course-step-back {
	display: flex;
	align-items: center;
}

.ld-course-step-back {
	color: #fff !important;
}

.ld-course-step-back:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.ld-course-step-back:before {
	content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 224 384'%3E%3Cg id='c'%3E%3Cpath d='M192,384c-8.2,0-16.4-3.1-22.6-9.4L9.4,214.6c-12.5-12.5-12.5-32.8,0-45.2L169.4,9.4c12.5-12.5,32.8-12.5,45.2,0s12.5,32.8,0,45.2L77.2,192l137.4,137.4c12.5,12.5,12.5,32.8,0,45.2s-14.4,9.4-22.6,9.4Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
	width: 15px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
}

.ld-tabs {
	margin: 30px !important;
}

.ld-button   {
	display: none !important;
}

.learndash-wrapper .ld-tabs {
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 30px !important;
}

/* Mastermind block */

.mastermind.future h3 {
	margin-top: 15px !important;
}

.mastermind.future img {
	max-width: 400px !important;
	margin-left: 50%;
	transform: translateX(-50%);
}	

.mastermind.future .mm-date {
	font-size: 1.4em;
	font-weight: 500;
}

.mastermind.future .btn {
	margin-top: 30px;
}


/* Forum styles */

.bbp-topic-meta, .bbp-breadcrumb, .bbp-author-ip, .bbp-author-role, .bbp-reply-permalink, .bbp-footer, .bbp-header, div.bbp-template-notice.info, #new-post legend {
	display: none;
}

.bbpress-wrapper fieldset.bbp-form {
	padding: 0;
	border: 0;
}

#bbpress-forums fieldset.bbp-form legend {
	padding: 10px 0;
	border: 0;
	font-size: 16px;
}

.bbp-reply-header {
	border-top: 0 !important;
}

#bbpress-forums fieldset.bbp-form {
	border: 0;
	padding: 0;
}

.quicktags-toolbar {
	display: none !important;
}


#bbpress-forums div.bbp-reply-author {
	width: 120px;
}

.change-image {
	display: block !important;
	font-style: italic;
	text-decoration: underline !important;
	margin-bottom: 10px;
}

/* Account styles */

.woocommerce-MyAccount-navigation {
	display: none !important;
}

.woocommerce-MyAccount-content {
	padding: 0 !important;
	margin-top: var(--margin-mob)
}

.elementor-widget-woocommerce-my-account {
	font-family: inherit !important;
	color: inherit !important;
}

@media screen and (min-width: 768px) {
	.woocommerce-MyAccount-content {
		margin-top: var(--margin-tab);
	}
}

.woocommerce-MyAccount-content-wrapper {
	padding: 0 20px !important;
	border: 0 !important;
}

@media screen and (min-width: 1140px) {

	.woocommerce-MyAccount-content-wrapper {
		padding: 0 !important;
	}

}

.account-dash-section, #account-support {
	margin-top: var(--margin-mob) !important;
}

.account-col:last-of-type {
	margin-top: var(--margin-mob);
}

@media screen and (min-width: 768px) {
	.account-dash-section, #account-support {
		display: flex;
		margin-top: var(--margin-tab) !important;
	}

	.account-col:last-of-type {
		margin-top: 0;
	}

	.account-col {
		width: 50%;
	}

	.account-col:first-of-type {
		padding-right: 15px;
	}

	.account-col:last-of-type {
		padding-left: 15px;
	}
}

@media screen and (min-width: 1140px) {

	.account-col:first-of-type {
		padding-right: 22.5px;
	}

	.account-col:last-of-type {
		padding-left: 22.5px;
	}
}

.expert-img {
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.account-title {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid var(--text);
	text-align: left !important;
}

.account-dash-section .ld-course-list-items.row, .account-dash-section .mm-date {
	margin-top: 0 !important;
}

.account-dash-section .ld_course_grid article {
	flex-direction: column;
	align-items: center;
}

.account-dash-section .ld-course-list-items .col-md-4, .account-dash-section .ld-course-list-items .col-sm-8{
	max-width: 100%;
	flex: 100%;
}


.account-dash-section .ld_course_grid_button {
	text-align: center;
}

.account-dash-section h3 {
	margin-top: 30px !important;
	margin-bottom: 10px !important;
}

.account-dash-section h4 {
	margin-top: 10px !important;
}

.account-dash-section .btn {
	margin-top: 30px !important;
}

.account-col {
	text-align: center;
}

.account-dash-section .account-col:first-of-type h3 {
	margin-top: 30px !important;
}

.account-dash-section .account-col:first-of-type .entry-content {
	margin-top: 15px !important; 
}

.account-dash-section .account-col:first-of-type .ld_course_grid_button {
	margin-top: 0 !important;
}

.account-col img {
	max-height: 270px !important;
	margin-top: 30px;
	width: initial !important;
}

.account-col .ribbon {
	display: none;
}

.experts-section {
	margin-top: 30px;
	margin-bottom: 45px;
}

.expert-card div {
	margin-left: 50%;
	transform: translateX(-50%);
}

.expert-card {
	text-align: center;
	margin-top: 30px;
}

.expert-card h4 {
	margin-top: 10px !important;
	margin-bottom: 10px !important
}

.expert-card h3 {
	margin-top: 15px !important;

}

.expert-card .btn {
	margin-top: 15px;
}

.tech-support {
	background-color: var(--text20);
	padding: 15px;

}

#tech-tel {
	color: var(--text) !important;
	font-size: 1.2em;
	margin-top: 5px;
	font-weight: 500;
}

@media screen and (min-width: 768px) {
	.experts-section {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.expert-card {
		width: 45%;
	}

	.tech-support{
		width: 45%;
		display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
	}

}

@media screen and (min-width: 1140px) {
	.expert-card {
		width: 23%;
	}
	.tech-support{
		width: 23%;
		padding: 30px;
	}
}

.account-col .ld-course-list-content .ld-course-list-items .ld_course_grid {
	margin-top: 0 !important;
}

#basic-user-avatar-form .description {
	display: none !important;
}

#basic-user-avatar-form input[type='submit'] {
	margin-top: 20px !important;
}

.woocommerce-EditAccountForm.edit-account {
	margin-top: 30px;
}

/* Woocommerce */

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content>div>p,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address address, 
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses address,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields fieldset legend, 
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm fieldset legend 
{
	color: var(--text) !important;
	font-family: inherit !important;
}

/*.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address .title h3, 
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses .title h3,*/
.e-my-account-tab.e-my-account-tab__edit-address .woocommerce-MyAccount-content>div>p 

{
	display: none !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number>a,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address .edit, 
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses .edit

{
	color: var(--blue) !important;
}

.woocommerce form .form-row .required {
	color: var(--pink) !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row label {
	color: var(--text80) !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content p:last-of-type,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2  {
	margin-top: 0 !important;
	margin-bottom: 15px !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2 {
	font-size: 18px !important;
}

.woocommerce table.shop_table, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address address, 
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses address {
	border: 0 !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address address, 
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses address {
	padding: 0 !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address .edit, 
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses .edit {
	position: initial !important;
	float: none !important;
	margin: 0 !important;
	padding-bottom: 15px !important;
	padding-top: 15px !important;
	display: block !important;
}

/* Checkout */

.woocommerce-privacy-policy-text p {
	margin-top: 0 !important;
}

.col-1 {
	margin-bottom: 0 !important;
}

.woocommerce-checkout-payment button, #order_review, .woocommerce-billing-fields__field-wrapper {
	margin-top: 15px !important;
}

.product-name, .recurring-totals th {
	padding-left: 0 !important;
}

/* Subscription checks */

#sub-check {
	display: none;
}

/* Next ep */

#next-ep-img-wrap {
	min-width: 300px;
}

/* Download/links accordion */

.dl-download {
	display: flex;
	align-items: center;
	margin-top: 15px;
	margin-left: 45px;
}

.dl-download:first-of-type {
	margin-top: 0;
}


.dl-thumb {
	width: 50px;
	height: 71px;
	margin-right: 15px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.dl-name {
	margin: 0;
}










