/*
Theme Name:	UDM Child
Author: Ugly Duck Marketing
Template: uglyduck
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700');

html, body {
	font-family: 'Nunito', sans-serif;
}
main {
	padding: 0;
}

/* Buttons
----------------------------*/
.btn {
  border: 4px solid var(--primary);
  background: white;
  color: var(--primary);
  font-weight: 600;
  padding: .75rem 1.5rem;
  letter-spacing: .25px;
  border-radius: 100pc;
  font-size: 1.3rem;
}
.btn:hover {
	background: var(--primary);
}

/* Header
----------------------------*/
header.header__basic nav ul li a {
	font-weight: 600;
}
header.header__basic .logo img {
  max-height: 62px;
  margin: 0;
  transform: translateY(1px);
}

/* Footer
----------------------------*/
footer.footer__one ul li {
  list-style: none;
  display: inline-block;
	padding: 0 2rem;
}
footer.footer__one ul li a {
	font-weight: 600;
	color: #101010;
}
footer.footer__one ul {
	text-align: center;
}
footer.footer__one .footer__block {
  margin-bottom: 0;
}
footer.footer__one {
	padding: 2rem 0;
	padding-bottom: 0;
}
footer.footer__one .company__info {
  margin-top: .25rem;
  background: var(--primary);
	color: white;
}
footer.footer__one .company__info a {
	color: white;
}
footer {
	padding: 0;
}

/* Video
----------------------------*/
.video__container {
	background: rgba(0,0,0,.75);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	padding-top: 5rem;
	display: none;
}

/* FAQ
----------------------------*/
.ad__faq {
	padding: 5rem 0;
	background: #f1f1f1;
}
.faqs__one h2 {
  font-size: 1.5rem;
	margin-bottom: 0;
	transition: all .3s ease;
	max-width: 80%;
	line-height: 1.35;
	font-weight: 600;
}
.faqs__one .faq__question {
  border: 1px solid rgba(0,0,0,.1);
  padding: 1.5rem;
	margin-top: 1.5rem;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all .3s ease;
	background: white;
}
.faqs__one .faq__question:nth-child(1) {
	margin-top: 0;
}
.faqs__one .faq__question::after {
  content: '+';
  color: var(--primary);
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-55%);
  font-size: 2rem;
  font-weight: 600;
	transition: all .3s ease;
}
.faqs__one .faq__question:hover, .faqs__clicked {
	background: var(--primary) !important;
}
.faqs__one .faq__question:hover > h2, .faqs__clicked h2 {
	color: white;
}
.faqs__one .faq__question:hover::after {
	color: white;
}
.faq__question.faqs__clicked::after {
	color: white;
	transform: translateY(-45%) rotate(135deg);
}
.faqs__one .faq__answer {
	border: 1px solid rgba(0,0,0,.1);
	border-top: none;
	background: #ffffff;
	padding: 1.5rem;
	display: none;
}

/* Content Block
----------------------------*/
.ag__content-block {
  text-align: center;
  padding: 12rem 0;
  background: #101010;
  position: relative;
  overflow: hidden;
}
.ag__content-block small {
  color: var(--primary);
  z-index: 3;
  position: relative;
  font-weight: 600;
  font-size: 17px;
  display: block;
  margin-bottom: -10px;
  margin-top: -6px;
}
.ag__content-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .5;
	background-size: cover;
	background-position: center;
}
.ag__content-block h2, .ag__content-block p {
	color: white;
	position: relative;
	z-index: 3;
}
.ag__content-block h2 {
  font-size: 3rem;
  font-weight: 300;
}
.ag__content-block p, main p {
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: .25px;
}
.ag__content-block a {
	position: relative;
	z-index: 3;
}
.ad__intro {
	padding: 5rem 0;
}
.right-border {
	border-right: 1px solid rgba(0,0,0,.1);
}
.ad__half-content {
	padding: 3rem;
}
.ad__half-content p {
	color: rgba(0,0,0,.75);
}
.ad__half-image {
	height: 250px;
	background: black;
	margin-bottom: 2rem;
	background-size: cover;
	background-position: center;
}
.ag__content-small {
	padding: 7.5rem !important;
}
.ag__content-small .ag__content-image {
	background-attachment: fixed;
}
.ag__content-small video {
  opacity: .45;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* Video
----------------------------*/
.video__block {
  padding-top: calc(591.44 / 1127.34 * 100%);
  background-image: url(https://www.americanschoolofdogobedienceinc.com/wp-content/uploads/2022/08/761738180-ce5e0588b31eafa987789a2db7f68e5e63008f2deb010f67fcd840750a865019-d_640.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 3rem;
  box-shadow: 0 0 40px 0 rgba(0,0,0,.3);
}
.video__block i {
  border: 5px solid white;
  color: white;
	background: var(--primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  font-size: 50px;
  padding-left: 9px;
	transition: all .3s ease;
}
.video__block i:hover {
	cursor: pointer;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
}

/* Hero
----------------------------*/
.hero__one .contents {
  max-width: 70%;
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 0 auto;
}
.hero__one .contents p {
	font-size: 1.3rem;
}
.hero__one .contents .eyebrow {
  color: white;
  padding-bottom: 0.5rem;
  background: var(--primary);
  padding: 6px 20px;
  border-radius: 100pc;
  font-size: .925rem;
  display: inline-block;
  margin-bottom: 1rem;
  letter-spacing: .25px;
  font-weight: 600;
}

/* Builder Styles
----------------------------*/
.page-id-14 section img {
	width: 65px;
	margin-bottom: 2rem;
}
.white-text h1 {
	color: white;
}
.white-text ul {
	padding: 0;
	margin: 0;
}
.white-text p, .white-text li {
	color: rgba(255,255,255,.85);
}
.white-text p {
	margin-top: 2.5rem;
}
.white-text li::before {
	display: none;
}
.white-text li {
	font-weight: 700;
	display: block;
	padding: 1rem;
	padding-left: 0;
	border-bottom: 5px solid;
}
.white-list li {
	text-align: left !important;
	color: white;
	padding-left: 45px;
	margin-bottom: 1.25rem;
}
.white-list li::before {
  margin-right: 20px;
  color: white;
  margin-left: -40px;
  content: "\f121";
}
.multiple__columns li {
	font-size: 1.15rem;
	padding-left: 20px;
}

.multiple__columns li::before {
	margin-left: -13px;
}
.multiple__columns {
  padding: 2rem 2rem;
}
.multiple__columns img {
	margin-bottom: 1.75rem;
}

.single__item h3, .single__item p {
	color: white;
}
.single__item h3 {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 4px solid white;
}
.single__item:nth-child(1) h3 {
	padding-top: 0;
	margin-top: 0;
	border: none;
}

@media(max-width: 991px) {
	.ag__content-small {
	  padding: 2.5rem 1rem !important;
	}
	.ag__content-block h2 {
		margin-bottom: 2rem;
	}
	footer.footer__one ul li {
		display: block;
	}
	.container {
		max-width: 95%;
	}
	.eyebrow {
		display: none !important;
	}
	.hero__one .contents h1 {
		max-width: 100%;
		margin-top: 2rem;
	}
	.ag__content-block {
		padding: 3rem 0;
	}
	.hero__one {
	  min-height: 350px !important;
	}
	.ag__content-small {
	  padding: 5.5rem 1rem !important;
	}
	.ag__content-small video {
	  opacity: .45;
	  position: absolute;
	  top: 0;
	  left: -50%;
	  width: auto;
	  height: 100%;
	}
}
