/*
Theme Name:		Backcourt Child
Theme URI:		https://backcourt.io
Description:	A Child Theme for the Backcourt Development
Version: 		1.0.1
Author: 		Entice Design, LLC
Author URI: 	https://entice-design.com
Template:		kadence
Tags: 			Entice Design, Backcourt
Text Domain:	backcourt-child
*/
/*
	===============================
	Fonts
	===============================
*/
@font-face {
  font-family: "bergen_textbold";
  src: url("assets/fonts/bergentext-bold-webfont.woff2") format("woff2"), url("assets/fonts/bergentext-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
	===============================
	Main
	===============================
*/
body {
  font-size: 18px;
  font-size: 1.125em;
  font-family: "Nunito", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  color: #000E1F;
}

strong,
.bold {
  font-family: "bergen_textbold", sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bergen_textbold", sans-serif !important;
  color: #000E1F;
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.125rem;
}

h5,
h6 {
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  h1, h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  h1, h2 {
    font-size: 2.25rem;
  }
}
sup {
  font-size: 12px;
}

/*
	===============================
	Lists
	===============================
*/
/*
	===============================
	 Forms
	===============================
*/
/*
	===============================
	Helper Classes
	===============================
*/
.centered {
  margin: 0 auto;
  text-align: center;
}

.align-right img {
  margin: 0 auto;
  text-align: right;
}

.no-margin-top,
.single-content h2.no-margin-top {
  margin: 0px !important;
}

.no-margin-bottom {
  margin-bottom: 0em !important;
}

.hide-mobile {
  display: none;
}

/*
	===============================
	Links
	===============================
*/
/*
	===============================
	Nav
	===============================
*/
/*
	===============================
	Buttons
	===============================
*/
.wp-block-button__link,
input[type=button], input[type=reset], input[type=submit],
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  color: #fff;
  background-color: #7900D9;
  border-radius: 0px !important;
  border: solid 1px #7900D9;
  font-size: 20px !important;
  font-family: "bergen_textbold", sans-serif;
  margin: 10px;
  margin-left: 0px;
  padding: 14px 30px !important;
}
.wp-block-button__link:hover,
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #940dff;
  border-color: #940dff;
}

@media screen and (max-width: 478px) {
  .wp-block-button,
.wp-block-button__link,
input[type=button], input[type=reset], input[type=submit],
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    width: 100%;
    margin-top: 10px;
  }
  .inline {
    display: block;
  }
}
/*
	===============================
	Global Design Elements
	===============================
*/
/*
	===============================
	Homepage
	===============================
*/
.home-header {
  background-color: #000E1F;
  background-image: url("/wp-content/uploads/2023/06/header-shapes.svg");
  background-position: calc(50% - 400px) calc(100% + 70px);
  background-size: 708px 564px;
  background-repeat: no-repeat;
}
.home-header .header-img img {
  border-radius: 20px !important;
}
.home-header h1 {
  margin: 0px !important;
}
.home-header p {
  line-height: 2.7rem;
  margin: 20px 0 !important;
}

@media screen and (max-width: 1024px) {
  .home-header {
    background-image: none;
  }
}
@media screen and (max-width: 600px) {
  .home-header h1 {
    font-size: 4rem !important;
  }
  .home-header p {
    font-size: 2rem !important;
  }
}
.play-lines {
  position: absolute;
  display: block;
}

#header-line {
  right: 0px;
  top: 80px;
  width: 217px;
  height: 258px;
}

#purple-line-xx {
  left: 20px;
  top: -100px;
}

#yellow-arrow-x {
  right: -40px;
  top: -240px;
}

#purple-line-x {
  left: 0px;
  top: -100px;
}

#blue-arrow-x {
  left: 160px;
  top: -150px;
}

#teal-line-x {
  left: -120px;
  top: 0px;
}

#yellow-arrow-x-up {
  right: -40px;
  top: -180px;
}

@media screen and (max-width: 1064px) {
  .play-lines {
    max-width: 160px;
    height: auto;
  }
  #header-line {
    top: auto;
    bottom: -160px;
  }
}
@media screen and (max-width: 1024px) {
  #header-line {
    bottom: -150px;
  }
  #purple-line-xx {
    left: -20px;
  }
  #teal-line-x {
    left: -20px;
    top: -60px;
  }
  #yellow-arrow-x-up {
    top: -100px;
  }
}
@media screen and (max-width: 600px) {
  #header-line {
    bottom: -250px;
  }
  #purple-line-xx {
    display: none;
  }
}
.review-stars img {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: auto;
}

.home-post-grid {
  margin-top: 60px;
}

@media screen and (max-width: 1116px) and (min-width: 1025px) {
  .section-plugins h3 {
    font-size: 30px !important;
  }
}
/*
	===============================
	Footer
	===============================
*/
@media screen and (max-width: 600px) {
  .footer-left-column > .kt-inside-inner-col {
    justify-content: center !important;
    display: block !important;
    margin: auto !important;
  }
  .footer-social-icons {
    justify-content: center !important;
  }
}
