/* CSS Variables  */
:root {
  --bg-img: url("https://theenglishaccenttutor.com/wp-content/uploads/2024/12/A-15.webp");
  --ac-home-acad: url("https://theenglishaccenttutor.com/wp-content/uploads/2024/09/1-acad.png");
  --ac-home-af: url("https://theenglishaccenttutor.com/wp-content/uploads/2024/12/AF.webp");
  --acc-supreme: url("https://theenglishaccenttutor.com/wp-content/uploads/2024/12/AS2.webp");
  --acc-superb: url("https://theenglishaccenttutor.com/wp-content/uploads/2024/12/AS1.webp");
  --acc-dreams: url("https://theenglishaccenttutor.com/wp-content/uploads/2024/12/AD.webp");
  --gumtree-logo: url("https://theenglishaccenttutor.com/wp-content/uploads/2024/10/gumtree-svgrepo-com.svg");
}
/* ------------------------------  */
.wp-block-buttons {
  margin: 30px 20px 0px 20px;
}
.embed-row {
  display: flex;
  column-gap: 50px;
}
.embed-col {
  background-color: #0504AA;
  flex: 50%;
  border: solid 1px;
  border-radius: 30px;
  border-color: transparent;
  height: 50px;
  text-align: center;
  padding-top: 5px;
}
.embed-col a {
  color: #FFFFFF;
  font-size: 20px !important;
}
.dashicons-instagram {
  color: #FFF;
  font-size: 30px;
  margin-right: 20px;
  padding-top: 3px;
}
.dashicons-twitter-alt {
  color: #FFF;
  font-size: 30px;
  margin-right: 20px;
  padding-top: 3px;
}
@media only screen and (max-width: 320px) {
  .embed-row {
    display: grid;
    grid-gap: 30px;
  }
  .embed-col a {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .embed-row {
    display: grid;
    grid-gap: 30px;
  }
  .embed-col a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .embed-row {
    display: grid;
    grid-gap: 30px;
  }
  .embed-col a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .embed-row {
    display: grid;
    grid-gap: 30px;
  }
  .embed-col a {
    font-size: 15px;
  }
}
.embed-row:after {
  content: "";
  display: table;
  clear: both;
}
/* ----------------------------- */
.site-header {
  background-color: #8DA6BF;
  margin-top: 50px !important;
  align-items: center !important;
}
.header-contact {
  background-color: #000 !important;
  align-items: center !important;
}
.header-contact-info {
  width: 100vw;
  align-items: center !important;
}
.sydney-svg-icon svg {
  fill: #FFFFFF;
}
.sydney-svg-icon, .btn-menu svg {
  fill: #000000;
}
/* header & footer widgets */
.header-widgets {
  background-image: var(--bg-img);
  background-color: #8da6bf;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100vw;
  height: 190vh !important;
  margin-top: 30px;
}
.accent-container-footer {
  background-image: var(--bg-img);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100vw;
  height: 190vh !important;
}
@media only screen and (max-width: 360px) {
  .header-widgets {
    height: 135vh !important;
    margin-top: 10px;
    margin-bottom: -40px;
  }
  .accent-container-footer {
    height: 80vh !important;
  }
  .header-contact-info {
    font-size: 12px;
  }
  .site-header {
    margin: 0px !important;
    padding: 15px;
  }
  .site-header, .btn-menu {
    margin-top: -20px;
  }
  .slide-item h2 {
    margin-top: 10vh !important;
  }
}
@media only screen and (min-width: 361px) and (max-width: 576px) {
  .header-widgets {
    background-size: contain;
    height: 120vh !important;
    margin-bottom: -40px;
  }
  .accent-container-footer {
    height: 90vh !important;
  }
  .header-contact-info {
    font-size: 17px;
    text-align: left !important;
  }
  .site-header {
    margin: 0px !important;
    padding: 15px;
  }
  .site-header, .btn-menu {
    margin-top: -20px;
  }
  .slide-item h2 {
    margin-top: 10vh !important;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .header-widgets {
    margin-top: -200px;
    margin-bottom: -200px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .header-widgets {
    margin-top: -250px;
    margin-bottom: -200px;
  }
}
/* ---- Landscape Orientation ---- */
@media only screen and (min-width: 414px) and (orientation: landscape) {
  .header-widgets {
    background-size: contain;
    height: 390vh !important;
  }
}
@media only screen and (min-width: 834px) and (orientation: landscape) {
  .header-widgets {
    background-size: contain;
    height: 260vh !important;
  }
}
/* ------------------------------- */
.ac-home-acad {
  background-image: var(--ac-home-acad);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100vw;
  margin-bottom: -30%;
  margin-right: -16%;
  margin-left: -14%;
  margin-top: -20%;
  height: 100vh;
}
@media only screen and (max-width: 360px) {
  .ac-home-acad {
    height: 30vh;
  }
}
@media only screen and (min-width: 361px) and (max-width: 576px) {
  .ac-home-acad {
    background-size: 100vw;
    height: 100vh;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .ac-home-acad {
    background-size: 100vw;
    margin-right: -32px;
    margin-left: -30px;
    height: 60vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .ac-home-acad {
    margin-left: -30px !important;
    height: 100vh;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .ac-home-acad {
    margin-left: -40px !important;
    height: 100vh;
  }
}
/* ------ Accent Fantastic ------- */
.ac-home {
  background-image: var(--ac-home-af);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100vw;
  margin-right: -16%;
  margin-left: -16%;
  margin-top: -10%;
  height: 100vh;
}
@media only screen and (max-width: 360px) {
  .ac-home {
    height: 30vh;
  }
}
@media only screen and (min-width: 361px) and (max-width: 576px) {
  .ac-home {
    background-size: 100vw;
    height: 100vh;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .ac-home {
    background-size: 100vw;
    margin-right: -32px;
    margin-left: -30px;
    height: 60vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .ac-home {
    margin-left: -30px !important;
    height: 100vh;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .ac-home {
    margin-left: -40px !important;
    height: 100vh;
  }
}
/* -------- Accent Supreme ------- */
.ac-home-2 {
  background-image: var(--acc-supreme);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100vw;
  margin-right: -16%;
  margin-left: -16%;
  margin-top: -10%;
  height: 100vh;
}
@media only screen and (max-width: 360px) {
  .ac-home-2 {
    height: 30vh;
  }
}
@media only screen and (min-width: 361px) and (max-width: 576px) {
  .ac-home-2 {
    background-size: 100vw;
    height: 100vh;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .ac-home-2 {
    background-size: 100vw;
    margin-right: -32px;
    margin-left: -30px;
    height: 60vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .ac-home-2 {
    margin-left: -30px !important;
    height: 100vh;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .ac-home-2 {
    margin-left: -40px !important;
    height: 100vh;
  }
}
/* -------- Accent Superb -------- */
.ac-home-3 {
  background-image: var(--acc-superb);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100vw;
  margin-right: -16%;
  margin-left: -16%;
  margin-top: -10%;
  height: 100vh;
}
@media only screen and (max-width: 360px) {
  .ac-home-3 {
    height: 30vh;
  }
}
@media only screen and (min-width: 361px) and (max-width: 576px) {
  .ac-home-3 {
    background-size: 100vw;
    height: 100vh;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .ac-home-3 {
    background-size: 100vw;
    margin-right: -32px;
    margin-left: -30px;
    height: 60vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .ac-home-3 {
    margin-left: -30px !important;
    height: 100vh;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .ac-home-3 {
    margin-left: -40px !important;
    height: 100vh;
  }
}
/* -------- Accent Dreams -------- */
.ac-home-4 {
  background-image: var(--acc-dreams);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100vw;
  margin-right: -16%;
  margin-left: -14%;
  margin-top: -10%;
  height: 100vh;
}
@media only screen and (max-width: 360px) {
  .ac-home-4 {
    height: 30vh;
  }
}
@media only screen and (min-width: 361px) and (max-width: 576px) {
  .ac-home-4 {
    background-size: 100vw;
    height: 100vh;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .ac-home-4 {
    background-size: 100vw;
    margin-right: -32px;
    margin-left: -30px;
    height: 60vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .ac-home-4 {
    margin-left: -30px !important;
    height: 100vh;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .ac-home-4 {
    margin-left: -40px !important;
    height: 100vh;
  }
}
/* ------------------------------- */
@media only screen and (min-width: 600px) {
  iframe {
    padding-left: 0%;
    width: 100%;
  }
}
.span-new {
  font-family: Waterfall, cursive;
  font-weight: 800;
}
.pop-stars {
  font-size: 16px;
}
.pop-stars img {
  max-height: 130px;
  padding: 10px;
}
@media only screen and (max-width: 600px) {
  .pop-stars img {
    max-height: 250px;
  }
}
.blog-articles img {
  padding: 10px;
  max-height: 175px;
}
@media only screen and (max-width: 600px) {
  .blog-articles img {
    max-height: 250px;
  }
}
.blog-articles {
  font-size: 16px;
}
.title-post {
  text-align: center;
}
.header-widgets {
  height: 150px;
  padding-top: 0px;
}
.widget.jetpack_widget_social_icons {
  text-align: center;
}
h1, h2, h3 {
  color: #08062B;
}
h4, figcaption, p {
  color: #0530ad;
}
.world-accents img {
  padding: 10px;
  max-height: 70px;
}
@media only screen and (max-width: 600px) {
  .world-accents img {
    max-height: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .world-accents img {
    max-height: 150px;
  }
}
.world-accents {
  font-size: 16px;
}
.accent_font h2 {
  font-family: Georgia;
}
.accent_font h3 {
  font-family: Georgia;
  line-height: 2em;
}
.maintitle {
  padding-top: 25vh;
}
@media only screen and (max-width: 600px) {
  .maintitle {
    padding-top: 0px;
  }
  .slide-inner {
    padding-top: 25vh;
  }
}
@media only screen and (min-width: 786px) {
  .maintitle {
    padding-top: 0px;
  }
  .slide-inner {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 800px) {
  .maintitle {
    padding-top: 0px;
  }
  .slide-inner {
    padding-top: 0px;
  }
}
h2.maintitle {
  font-family: Georgia !important;
  font-style: italic;
}
.accent-container p {
  text-transform: uppercase;
  font-size: 40px;
  color: #FFF;
  font-weight: 800;
}
.accent-text-left {
  text-align: left;
}
.accent-text-right {
  text-align: right;
}
.span-1 {
  background: linear-gradient(to right, #900b0a, #ff1d23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.span-2 {
  background: linear-gradient(to right, #f877cb, #ff2452);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 8px solid #0504aa;
}
.span-3 {
  background: linear-gradient(to right, #84ff3d, #2eabff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.span-4 {
  background: linear-gradient(to right, #ad8425, #f1e53b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 8px solid #0504aa;
}
h3.widget-title {
  color: #FFF;
}
.jetpack-social-widget-list svg {
  color: #FFF;
}
.span-1-a {
  font-size: 80px;
  font-weight: 400;
  background: linear-gradient(to right, #900b0a, #ff1d23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  border-bottom: 8px dotted #0504aa;
}
.span-2-a {
  background: linear-gradient(to right, #f877cb, #ff2452);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 80px;
  font-weight: 400;
}
.span-3-a {
  background: linear-gradient(to right, #84ff3d, #2eabff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 80px;
  font-weight: 400;
  border-bottom: 8px dotted #0504aa;
}
.span-4-a {
  background: linear-gradient(to right, #ad8425, #f1e53b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 80px;
  font-weight: 400;
}
.ccent {
  padding-bottom: 14px;
  border-bottom: 8px solid #0504aa;
}
.span-2-b {
  background: linear-gradient(to right, #f877cb, #ff2452);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding-bottom: 14px;
}
.span-4-b {
  background: linear-gradient(to right, #ad8425, #f1e53b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding-bottom: 14px;
}
@media only screen and (max-width: 576px) {
  .accent-container p {
    text-transform: uppercase;
    font-size: 30px;
    color: #FFF;
    font-weight: 800;
  }
  .ccent {
    padding-bottom: 17px;
    border-bottom: 8px solid #0504aa;
  }
}
@media only screen and (min-width: 577px) and (max-width: 758px) {
  h3.widget-title {
    padding-top: 60px;
  }
}
h3.widget-title {
  padding-top: 20px;
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  margin-left: 43%;
}
/*
	.head-widget-1{
		background-image: url("https://theenglishaccenttutor.com/wp-content/uploads/2024/08/V-4.png");
		background-repeat: no-repeat;
		background-size: cover;
		height: 200vh;
		width: 100vw;
		margin-left: -140px !important;
	}
	.marquee{
		padding-top: 50px;
	}
	.marquee-content {
		display: flex;
		animation: scrolling 10s linear infinite;
	}
	.marquee-item {
		flex: 0 0 16vw;
		margin: 0 1vw;
	}
	.marquee-item img{
		display: block;
		width: 100%;
	}

@keyframes scrolling {
	0% {transform: translatex(0);}
	100% {transform: translatex(-144vw);}
}
*/
div.content-wrapper.container {
  background-color: #8DA6BF;
}
.wp-embed p {
  color: #000 !important;
}
span.s1 {
  color: #000000;
}
.wp-caption-text {
  color: #000000;
}
.noto-color-emoji-regular {
  font-family: "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;
}
div.wp-embed-excerpt {
  font-size: 30px !important;
}
.elocution-lessons {
  list-style-type: none !important;
  line-height: 3;
}
.elocution-lessons li a:hover {
  color: #000000;
}
.elocution-lessons a {
  color: #c71416;
}
.elocution-lessons li {
  text-align: center !important;
}
h3.world-accents {
  font-size: 30px !important;
}
.world-accents a {
  color: #c71416 !important;
}
.world-accents a:hover {
  color: #000000 !important;
}
.famous-people a {
  color: #c71416;
  text-decoration: underline;
}
.famous-people a:hover {
  color: #000000;
}
.accent-blogs li {
  list-style-type: none !important;
  text-align: center !important;
  font-size: 30px;
  text-decoration: underline;
  font-family: Georgia;
  line-height: 2.5;
}
.accent-blogs a {
  color: #c71416;
}
.accent-blogs a:hover {
  color: #000000;
}
.my-courses {
  font-size: 30px;
}
