/*
Theme Name: LMG Create:Creative
Theme URI: https://wearelmg.com/
Description: This is the Create:Creative theme created for the Genesis Framework.
Author: :<G
Author URI: https://www.wearelmg.com/

Version: 2.8.0

Tags: accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/


@media screen and (max-width: 40em) {
.top-button {
	position: relative;
	    width: 100%;
    text-align: left;
}
}

@media screen and (min-width: 40em) {
	.top-button {
		right: 100px;
		position: relative;
	}
}

.address-sec .lmg-fa-light {
	font-size: 2.5em;
	color: #CCE4E4;
}



@media screen and (min-width: 64em) {
.team-section .large-12 .ind-team-wrapper {
 width: 30%;
	margin: 0 auto;
}
	.down-button i{
	font-size: 2.5em;
}

.definition-container {
    margin: 0 auto 2rem;
    position: relative;
    height: 350px
}

.home-tier>.wrap .definition-container p {
    font-size: 1.5rem
}

}


/* Interior Services */
.int-tier.service-tier {
	padding: 3em 1.25em;
}

.definition-container .definition {
    padding: 2em 1em;
    border: 2px solid #8FA091;
    text-align: center;
}

@media screen and (min-width: 1024px) and (max-width: 1470px) {
	.definition-container .definition p{
		font-size: 17px;
}
.definition-container .definition ul li{
		font-size: 17px;
}
}

@media screen and (min-width: 40em) {
	.int-tier.service-tier {
	padding: 3em 2em;
}
	.definition-container .definition {
		padding: 2em 2em;
	}
}


.definition-container .definition ul li {
	list-style: none;
	padding-bottom: .5em;
}

@media screen and (min-width: 64em) {

.definition-container .definition {
    padding: 2em 2em;
    border: 2px solid #8FA091;
    opacity: 0;
    text-align: center;
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

	.definition-container .definition.active {
    opacity: 1
}
}
@media screen and (max-width: 64em) {
	.definition-container .definition h3 {
		color: #B0D3C8;
	}
	.definition-container {
		margin-bottom: 1em;
	}
	.definition ul {
		text-align: left;
	}
	.mb-mobile {
		margin-bottom: 1em;
	}
}




.definition-container .definition .inner-cl-list {
    margin: 0 0 0 -20px
}

.definition-container .definition .inner-cl-list li {
    display: inline-block;
    margin-left: 20px
}

.definition-container .definition .inner-cl-list li::before {
    content: "•";
    display: inline-block;
    margin-right: 10px;
    font-size: 2em;
    position: relative;
    top: 4px
}

@media screen and (max-width: 64em) {
	.definition-list {
		display: none;
	}
}

@media screen and (min-width: 64em) {
	.definition-list {
    margin: 4rem 0 0;
    padding: 0;
    display: flex;
	 align-items: end;
		justify-content: center;
}


.definition-list h3 {
    font-size: 1.5vw;
    font-weight: 400;
    border-bottom: 2px solid #CCE4E4;
    padding-bottom: 1rem;
    transition: all .5s
}
	.six-step.definition-list h3{
		font-size: 1.3vw;
}
.definition-list li {
    padding: 0 .5em;
    width: 14.28%;
    position: relative;
    list-style: none;
    text-align: center;
    cursor: pointer!important
	}
	.six-step.definition-list li {
	width: 16.66%;
	}
	.five-step.definition-list li {
	width: 20%;
	}
}


@media screen and (min-width: 1700px) {
	.definition-list h3 {
		font-size: 1.3vw;
	}
	.six-step.definition-list h3{
		font-size: 1.1vw;
 }
}




.six-step.definition-list h3 span{
	display: block;
	font-size: .8vw;
}
.five-step.definition-list h3 span{
	display: block;
	font-size: .9vw;
}
.definition-list li:hover h3 {
    color: #8FA091
}



.definition-list li::before {
    content: "";
    display: block;
    width: 2px;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #8FA091;
    transition: all .5s
}

.definition-list li.active {
    color: #c86567
}



.definition-list li.active h3 {
    color: #8FA091;
    border-bottom: 2px solid #8FA091;
}

.definition-list li.active::before {
    height: 80px
}

.definition-list li::after {
    content: "";
    display: block;
    position: relative;
    height: 60px
}

.bottom-card {
margin-bottom: 2em;
}



.card-grid-alt .card-parent .card-container .card-front h3 {
  font-size: 1.15rem;
  color: #fff;
}

.card-grid-alt {
  position: relative;
  background: #B0D3C8 ;
}

.card-grid-alt {
  display: flex;
  flex-flow: row wrap;
  max-width: 1500px;
  margin: 1em auto 0;
  justify-content: center;
}

.card-grid-alt .card-parent {
  margin: .5em;
  border-radius: 10px;
  width: 100%;
  position: relative;
}
.card-grid-alt .card-parent:before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 767px) {
  .card-grid-alt .card-parent:before {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    background: #ddd;
    position: absolute;
    left: -17px;
    top: 50%;
    transform: translate(0, -50%);
  }
}

@media screen and (min-width: 765px) and (max-width: 1023px){
  .card-grid-alt .card-parent:nth-child(odd)::before{
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .card-grid-alt .card-parent {
    width: calc(50% - 1em);
  }
}
@media screen and (min-width: 1024px){
  .card-grid-alt .card-parent:nth-child(1)::before,
  .card-grid-alt .card-parent:nth-child(4)::before,
  .card-grid-alt .card-parent:nth-child(7)::before {
    display: none;
  }
  .card-grid-alt:before {
    content: "";
    display: block;
    height: 1px;
    width: 90%;
    background: #ddd;
    position: absolute;
    left: 50%;
    top: 33.33%;
    transform: translate(-50%, -50%);
  }
  .card-grid-alt:after {
    content: "";
    display: block;
    height: 1px;
    width: 90%;
    background: #ddd;
    position: absolute;
    left: 50%;
    bottom: 33.33%;
    transform: translate(-50%, -50%);
  }
  .card-grid-alt .card-parent {
    margin: 1em;
    width: calc(33.33% - 2em);
  }
}



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

  .card-grid-alt .card-parent .card-container {
    perspective: 1500px;
    height: 400px;
    overflow: hidden;
  }
}
@media screen and (min-width: 730px) {
  .card-grid-alt .card-parent .card-container {
    height: 350px;
  }
}

@media screen and (min-width: 1024px) {
  .card-grid-alt .card-parent .card-container {
    height: 600px;
  }
}


.card-grid-alt .card-parent .card-container {
  width: 100%;
}
.card-grid-alt .card-parent .card-container i {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  width: 40px;
  height: 40px;
  background: #8FA091;
  color: #fff;
  border-radius: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 480px) {
  .card-grid-alt .card-parent .card-container i {
    display: flex;
  }
  .card-grid-alt .card-parent:hover .card-container .card {
    transform: rotateY(180deg) translateZ(50px);
    left: 0;
  }
}

.card-grid-alt .card-parent .card-container .card {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  transform-style: preserve-3d;
  transition: transform 1s ease, left 1s ease, opacity 1s ease;
  position: relative;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  padding: 1em;
}

@media screen and (min-width: 480px) {
  .card-grid-alt .card-parent .card-container .card {
    width: 100%;
    padding: 0;
  }
}

.card-grid-alt .card-parent .card-container .card h3 {
  font-size: 1.5em;
  color: #9DC9BB;
}

.card-grid-alt .card-parent .card-container .card h3:after {
  display: none;
}




.card-grid-alt .card-parent .card-container .card-back br,
.card-grid-alt .card-parent .card-container .card-front br {
  display: none;
}

@media screen and (min-width: 480px) {
  .card-grid-alt .card-parent .card-container .card-back {
    padding: 1em;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
   
    justify-content: center;
    align-items: center;
  }
  .card-grid-alt .card-parent .card-container .card-front {
    padding: 1em;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card-grid-alt .card-parent .card-container .card-back br,
  .card-grid-alt .card-parent .card-container .card-front br {
    display: block;
  }
}
@media screen and (min-width: 1024px){
  .card-grid-alt .card-parent .card-container .card-back,
  .card-grid-alt .card-parent .card-container  .card-front{
   background: #fff;
  padding: 2em 1em;

  }
	.card-grid-alt .card-parent .card-container .card-back ,
	.card-grid-alt .card-parent .card-container .card-front {
		 filter: 0;
	}
}
.card-grid-alt .card-parent .card-container .card-back{
  margin-bottom: 2em;
}
@media screen and (min-width: 480px) {
  .card-grid-alt .card-parent .card-container .card-front {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .card-grid-alt .card-parent .card-container .card-back {
    transform: rotateY(180deg);
    margin-bottom: 0;
  }
  .card-grid-alt .card-parent .card-container .card-front {
   
    margin-bottom: 2em;
  }
}

.card-grid-alt .card-parent .card-container .card-back p {
  color: #fff;
}

.card-grid-alt .card-parent .card-container .card-back ul li{
	text-align: left;
	list-style: none;
	padding-bottom: 6px;

}
.small-padding {
	padding: 1.5em 0 1em;
}

@media screen and (min-width: 64em) {
	.hide-for-large-up {
		display: none;
	}
}

.coe-tier-3 h3.small-text {
	font-size: 1.4rem !important;
}

@media screen and (max-width: 40em) {
	.service-tier .button {
		margin-bottom: 1em;
	}
}

