/*
Theme Name:     CCC LA | 2021
Design:         Untitled Era LLC
Development:    Untitled Era LLC
Author URI:     http://untitledera.com
Template:       twentyseventeen
Version:        1.821
*/


@import 'css/manhattan_import.css';

/*--ADA--*/
.skip-to-content-link {
  left: 50%;
  position: absolute;
  transform: translate(-100vw, -100vh);
}

.skip-to-content-link {
  background: #FF0000;
  color: #fff !important;
  height: auto;
  padding: 11px 0;
  position: absolute;
  transition: transform 0.3s;
  font-weight: 700;
  width: 200px;
  margin-left: -100px;
  z-index: 9;
  text-align: center;
}

.skip-to-content-link:focus {
    transform: translate(0, 0);
}

.fullscreen-section:not(.no-overlay):after,
#homepage-section-intro.fullscreen-section .center-container {
	pointer-events: none;
}

.darkgrey-background {
  background: #232323;
}

/*--HOMEPAGE--*/
.intro-section-image {
  position: absolute;
  width: 70%;
  height: calc(100vh - 160px);
  top: 80px;
  right: 80px;
  
    position: absolute;
    width: 85%;
    height: 100% !important;
    top: 0px;
    right: 0;  
/*     z-index: 2; */
}

.intro-section-image iframe {
	width: 100%;
	height: 100%;
	
    width: 100% !important;
    height: 100% !important;	
}

#homepage-section-intro .background-heading-accent {
  width: 700px;
  height: 270px;
  top: 200px;
  left: -40px;
  z-index: 0;
}

#homepage-section-intro .background-heading-accent svg {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.section3-colorbg {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%; */
  /* height: 100%; */
  z-index: -99999;
}

.home {
  background: url(img/ccc-homepage-bg.jpg);
  background-size: 100% auto;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-color: #000;
}

.la-form select,
.la-form input[type=text],
.la-form input[type=search],
.la-form input[type=email],
.la-form input[type=phone],
.la-form input[type=telephone],
.la-form input[type=password],
.la-form textarea {
  padding: 7px 12px;
  box-sizing: border-box;
  width: 100%;
}

.la-form button {
  padding: 12px 36px;
  box-sizing: border-box;
  font-weight: bold;
  margin: 0;
  width: auto;
  box-shadow: none;
  border: none !important;
}

div[id$="3Y6A2553.jpeg"] img {
	opacity: 0;
}

.apply-btn {
	cursor: pointer
}

#homepage-section-indicator {
	left: 0;
}

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


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


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

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

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


}

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

  .intro-section-image {
    width: 100%;
    height: 100%;
    top:0;
    right: 0;
  }

  #homepage-section-intro .large-wrapper {
    width: 90%;
    max-width: 330px;
    text-align: center;
  }

  .background-half-right {
    height: 100vh;
    top: initial;
    bottom: 0;
    height: 50vh;
    position: relative;
    display: block;
  }

  #homepage-section-intro .background-heading-accent {
    display: none !important;
  }

}
 

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



}

/*@media only screen */
/*and (min-device-width : 300px) */
/*and (orientation : landscape) {*/


@media only screen
and (min-device-width : 375px)
and (max-device-width : 815px)
and (orientation : landscape) {  
  
  

}