/*
*
|  Page Name       : content_footer.css
|  Description     : css for content_footer
|  Created by      : Kathlynn 
|  Date Created    : November 2018
|  Last Update by  : Kathlynn Gallardo
|  Last update     : November 2018
*
*/
.-footer{
	background-image: linear-gradient(to right, #FFCF6D , #FF8964);
	padding: 50px 250px 50px 250px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.-form-bg{
	width: 100%;
  height: 100px;
  background: rgba(242, 242, 242, 0.5);
  border-radius: 10px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}
.-form-bg .-title{
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
}
.-form-bg .-btn{
  font-size: 16px;
  height: 45px;
  width: 150px;
  margin-right: 20px;
  border: 0px solid transparent;
  font-weight: 400;
  color: #ffffff;
}
.-form-bg .-btn:hover{
	font-size: 18px;
  height: 45px;
  width: 150px;
  margin-right: 20px;
  border: 0px solid transparent;
  font-weight: 600;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px -8px rgba(117,117,117,1);
	-moz-box-shadow: 0px 0px 30px -8px rgba(117,117,117,1);
	box-shadow: 0px 0px 30px -8px rgba(117,117,117,1);
}
.-form-group{
	justify-content: flex-end;
  display: flex;
}
.-form-btn{
	justify-content: flex-start;
  display: flex;
}
.-clr-blue{
	background-color: #00B4FF;
}
.-clr-green{
	background-color: #3ECF8E;
}
.-footer-content{
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.-logo-content .-footer-logo{
  display: flex;
  width: 30vh;
  height: auto;
}
.-logo-content .-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.-logo-content{
	display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding-top: 3vh;
}
.-footer-allright{
  color: #ffffff;
  width: 40vh;
  font-size: 16px;
}
.-footer-content{
	display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.-quick-view{
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  line-height: 1.6;
  padding-top: 30px;
  padding-bottom: 2vh;
}
.-quick-view .-feature-text{
  width: 13vh;
  text-align: center;
}
.-quick-view .-text {
  font-size: 16px;
  font-weight: 400;
  width: 23vh;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.-pages {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
.-border {
  width: 100%;
  height: 2px;
  background-color: #ffffff52;
}
/******MEDIA QUERY******/
@media screen and (max-width: 769px){
  .-footer {
    padding: 5vh !important;
  }
  .-form-bg {
    width: 100%;
    height: auto;
    background: rgba(242, 242, 242, 0.5);
    border-radius: 10px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5vh;
    flex-direction: column;
  }
  .-form-bg .-title {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0px;
  }
  .-form-bg .-btn {
    font-size: 16px;
    height: 45px;
    width: 100%;
    margin-right: 0px;
    border: 0px solid transparent;
    font-weight: 400;
    color: #ffffff;
    margin-top: 11px;
  }
  .-form-btn{
    display: block;
  }
  .-footer-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .-logo-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 0vh;
    text-align: center;
  }
  .-footer-allright {
    font-size: 14px;
    width: 100% !important;
    line-height: 1.6;
    margin-top: 10px;
    font-weight: 400;
  }
  .-quick-view .-text {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 3px;
    width: auto;
    padding: 0px;
  }
  .-otherpages{
    padding-left: 0vh;
    display: flex;
    flex-direction: column !important;
  }
  .-pages{
    font-size: 16px;
    font-weight: 600;
  }
  .-quick-view {
    flex-direction: column;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    width: 100%;
    padding-right: 0vh;
    padding-top: 5vh;
    padding-bottom: 2vh;
  }
  .-quick-view .-feature-text{
    width: 100% !important;
  }
}

@media screen and (max-width: 1500px){
  .-footer{
    padding: 50px 150px 50px 150px;
  }
  .-footer-allright{
    width: 57vh;
  }
  .-quick-view .-feature-text{
    width: 26vh;
  }
  .-otherpages {
    display: flex;
    flex-direction: column;
  }
  .-otherpages .-feature-text{
    width: 17vh;
    width: 25vh;
  }
 .-quick-view {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: flex-end;
    text-align: center;
    line-height: 1.6;
    width: 74%;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 2vh;
  }
}