/*!
Theme Name:    Marquis Group
Theme URI:     https://Marquisgroup.com
Author:        Mia Coen, Patty Currall
Author URI:    https://miacoen.com, https://pccreative.co
Description:   A theme created for the Marquis Group
Version:       1.0.0
Text Domain:   marquis-group
*/


/* CLEARFIX
----------------------------------------------- */

 
.clearboth {
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
}
 
/* PORTFOLIO FILTER STYLE
----------------------------------------------- */
 
#portfolio-filter {
    list-style-type: none;
    text-align:center;
    margin-bottom: 50px;
    padding-left: 0px;
    line-height: 40px;
}
 
#portfolio-filter li {
    display: inline;
    padding-right: 10px;
}
 
#portfolio-filter li a {
    color: #777;
    text-decoration: none;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

#portfolio-filter li a:focus {
    color: #777;
    border-bottom: 2px #f4c935 solid;
    text-decoration: none;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
    margin-right: 20px;
}


 
/* PORTFOLIO LIST STYLE
----------------------------------------------- */
 
.container {
    position: relative;
    width: 100%;
}

.image img{
  width: 100%;
  height: 250px;
  object-fit: cover;
    
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: transparent;
  color: black;
  font-size: 16px;
  padding: 0
} 
 
#portfolio-wrapper {
    padding-bottom: 25px;
    padding-right: 40px;
}
 
#portfolio-list {
    list-style-type: none;
 
}

#portfolio-list>li>.container {
    padding: 0px;
 
}

.thumb img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
  position: relative;
}
 
 
 
#portfolio-list .portfolio-item {
    float: left;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 24%;
}
 
#portfolio-list .portfolio-item h3 a {
    color: #464647;
    font-size: 25px;
    font-weight: 400;
}
 
#portfolio-list .portfolio-item .excerpt
{
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    padding-right: 15px;
    margin-bottom: 5px;
    text-align: center;
}
 
#portfolio-list .portfolio-item .excerpt a {
    color: #fff;
}
 
#portfolio-list .portfolio-item .excerpt a:hover {
    text-decoration: none;
}

/* Document Codes */
h1{
    font-family: 'Open Sans', sans-serif;
    line-height: 55px;
    font-size: 45px;
}

h2{
    font-weight: 350;
    letter-spacing: 1px;
    font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
}

h3{
    font-size: 20px;
}

.btn{
    border-width: 2px
}

p{
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
}

.container{
    max-width: 1100px;
}

.content {
    padding: 0;
    background: transparent;
    line-height: 1.5;
    color: #333;
}

/* Style the header */

.top-container {
  background-color: #191919;
  padding: 10px;
  text-align: right;
  border: none;
}

.top-icons{
    height: 15px;
    padding-left: 15px;
    padding-right: 10px;
}

#social-icon-fb{
    height: 20px;
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 2px; 
    padding-bottom: 2px;
}

#social-icon-insta{
    height: 20px;
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 2px; 
    padding-bottom: 2px;
    
}

.social-icon-insta:hover{
    height: 20px;
    padding-left: 15px;
    padding-right: 0px;
}

.top-word{
    color: white;
}

.top-word:hover{
    color: #f4c935;
    transition-duration: 0.3s;
    text-decoration: none;
}

/* Navbar */

.affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
      background-color: black;
      height: 80px;
      transition-duration: 1s;
      border-radius: 0px;
  }

  .affix + .container-fluid {
      padding-top: 96px;
      height: 80px;
  }

.collapse.in {
    display: block;
    position: inherit;
}

.navbar-inverse{
    z-index: 100;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    margin-top: 16px;
    text-align: center;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #f4c935;
    margin-top: 16px;
    text-align: center;
    transition-duration: 0.3s;
}

.navbar-header{
    height: 78px;
}
.navbar-toggle{
    margin-top: 20px;
}

.logo{
    height: 50px;
}



.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #f4c935;
    background-color: transparent;
}

/* Hero */

.herobg{
    height: 100%;
    margin-top:-100px;
}

.herobg>.container{
    z-index: 1;

}

.herobg>.container>.col-sm-6>a{
    border-color: #fff; 
    width: 125px; 
    color: #fff; 
    border-radius: 0px; 
    margin-right: 40px;
}

.herobg>.container>.col-sm-6>a:hover{
    border-color: #f4c935; 
    width: 125px; 
    color: #f4c935; 
    border-radius: 0px; 
    margin-right: 40px;
    transition-duration: 0.3s;
}

.parallax-window {
    background: transparent;
}

hr {
       display: block;
       position: inherit;
       padding: 0;
       margin: 40px 0px;
       height: 0;
       width: 100px;
       max-height: 0;
       font-size: 1px;
       line-height: 0;
       clear: both;
       border: none;
       border-top: 1px solid #fff;
       border-bottom: 1px solid #ffffff;
       
    }

.herobg>.container>.col-sm-12>a{
    border-color: #fff; 
    width: 125px; 
    color: #fff; 
    border-radius: 0px; 
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 30px;
}

.herobg>.container>.col-sm-12>a:hover{
    border-color: #f4c935; 
    width: 125px; 
    color: #f4c935; 
    border-radius: 0px; 
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 30px;
    transition-duration: 0.3s;
}

/* Tagline */

.tagline>.content>.container>.col-sm-12>p{
    max-width: 600px; 
    margin-left: auto; 
    margin-right: auto; 
    color: #939393;
    
}

.tagline>.content>.container>.col-sm-12{
    text-align: center; 
    margin-top: 100px;
    margin-bottom: 100px;
}

.tagline>.content{
    height: auto; 
    background-color: #fff;
}

/* About */

.about>.col-sm-6{
    background-color: #f5f5f5; 
    height: 450px; 
    padding: 80px;
}


.about>.col-sm-6>a{
    color: #7f7f7f; 
    padding: 8px 40px; 
    border-color: #7f7f7f; 
    border-radius: 0px;
}

.about>.col-sm-6>a:hover{
    color: #f4c935; 
    padding: 8px 40px; 
    border-color: #f4c935; 
    border-radius: 0px;
}

.about>.col-sm-6>p{
    color: #86878b;
    margin-bottom: 30px;
}

.about>.container>.col-sm-4{
    background-color: transparent; 
    height: 450px; 
    padding: 80px;
}

/* module slides */


/* Services */

.services>.col-sm-12{
    background-color: #fff; 
    padding-top: 30px;
}

.services>.container>.col-sm-4{
    padding: 20px;
    max-width: 450px;
    
}

.services>.col-sm-12>.container{
    background-color: transparent; 
    text-align: center;
}

.services>.col-sm-12>.container>hr{
    border-color: #f4c935; 
    margin-left:auto; 
    margin-right: auto;
}

.services>.col-sm-12>.container>p{
    max-width: 400px; 
    margin-left: auto; 
    margin-right: auto; 
    margin-bottom: 50px; 
    color: #86878b;
}

.service-box{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
    position: inherit;
    background-color: #e3e2e2;
}

.service-box>img{
    width: 70px; 
    height: auto;
}

.service-box>a{
    color: #7f7f7f; 
    padding: 8px 40px; 
    border-color: #7f7f7f; 
    border-radius: 0px;
}

.service-box>a:hover{
    color: #f4c935; 
    padding: 8px 40px; 
    border-color: #f4c935; 
    border-radius: 0px;
    transition-duration: 0.3s;
}

.service-box>h3{
  margin-top: 50px;  
  height: 50px;
}

.service-box>p{
    color: #86878b; 
    max-width: 350px; 
    margin-left:auto; 
    margin-right: auto; 
    margin-bottom: 50px;
    margin-top: 30px;
    height: 190px;
}

img.service-icons{
    height: 60px;
    width: auto;
}

/* Project Gallery */

#eye_icon{
    height: 50px;
    width: 50px;
}

#envirabox-outer{
    border-width: 0px;
    width: 830px;
}

/* Testimonial */

.testimonials>.col-sm-12>.container{
    margin-bottom: 10px;
}

.out_container{
    width: 70%;
    max-width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.tes_container{
    background-color: #e8e8e8;
    padding: 30px;
    font-style: italic;
    color: #87868b;
}

.tes_container h4{
    color: #87868b;
    line-height: 30px;
    font-size: 15px;
}

/* Sponsors */

/* Call to Action 2 */

.call2>.col-sm-12{
    height: auto; 
    background-image: url(https://marquisgroupwa.com/call-section/); 
    background-repeat: no-repeat;
    background-size: cover;
    
}

.call2>.col-sm-12>.container{
    margin-bottom: 50px;
}

.call2>.col-sm-12>h2{
    margin-top: 100px;
}

.call2>.col-sm-12>.container>.col-sm-12{
    background-color: transparent; 
    color: #fff; 
    text-align: center;
}

.call2>.col-sm-12>.container>.col-sm-12>a{
    color: #fff; 
    padding: 8px 40px; 
    border-color: #fff; 
    border-radius: 0px;
    margin-bottom: 40px;
}

.call2>.col-sm-12>.container>.col-sm-12 h4{
    color: #fff; 
    font-size: 30px; 
    letter-spacing: 2px; 
    font-family: 'Playfair Display', serif; 
    max-width: 800px; 
    margin-left:auto; 
    margin-right: auto; 
    padding-top: 100px; 
    padding-bottom: 60px; 
    line-height: 40px;
}

.call2>.col-sm-12>.container>.col-sm-12>a:hover{
    color: #f4c935; 
    padding: 8px 40px; 
    border-color: #f4c935; 
    border-radius: 0px;
    margin-bottom: 40px;
    transition-duration: 0.2s;
}

/*contact*/
#wpforms-25-field_1{
    height: 50px;
    border: 0px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    max-width: 100%;
    
}

#wpforms-25-field_2{
    height: 50px;
    border: 0px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    max-width: 100%;
}

#wpforms-25-field_3{
    height: 50px;
    border: 0px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    max-width: 100%;
}

#wpforms-25-field_4{
    border: 0px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    max-width: 100%;
}

.wpforms-submit-container{
    text-align: center;
}

#wpforms-submit-25{
    
}


#wpforms-25{
    padding: 30px;
}

button#wpforms-submit-25{
    background-color: transparent;
    border: 2px solid #f4c935;
    color: #f4c935;
    font-size: 1em;
    padding: 10px 15px;
    width: 200px;
    height: 50px;
    font-size: 15px;
    margin-top: 50px;
    letter-spacing: 2px;
}

.wpforms-container ::-webkit-input-placeholder { /* Chrome and Safari */
   color: #bdbdbd;
}

.wpforms-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #bdbdbd;
   opacity: 1;
}

.wpforms-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #bdbdbd;
   opacity: 1;
}

.wpforms-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #bdbdbd;
}

.wpforms-container ::-ms-input-placeholder { /* Microsoft Edge */
   color: #bdbdbd;
}

.form-container>.col-sm-5{
    background-color: #f4c935; 
    height: 100%; 
    color: #fff;
}

.form-container>.col-sm-7 h3{
    padding-top: 40px; 
    padding-left: 40px; 
    font-size: 16px; 
    color: #86878b;
}

.form-container>.col-sm-5 h3{
    text-align: center; 
    margin-top: 60px; 
    margin-bottom: 60px;
}

#map{
    width:100%;
    height:760px;
    background:#f4c935; 
    margin-top: -760px; 
    border-color: #fff; 
    position: absolute;  
    z-index: 0;
}

.form-container{
    width: 95%; 
    max-width: 1000px; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
    height: 610px;
    background-color: #fff; 
    margin-left: auto; 
    margin-right:auto; 
    position: relative; 
    z-index: 998; 
    margin-bottom: 200px; 
    margin-top:-50px;
}
/* Footer */



.footer-items{
    padding-top: 20px;
    display: inline-block;
    width: 19%;
    
}

.footer-ico-com{
    margin-top: 50px; 
    padding: 0px;
}

.footer-word{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: white;
    padding-top: 30px;
    font-weight: 100;
    line-height: 15px;
    font-size: 15px;
    font-weight: 400;
}

.footer-word:hover{
    color: #f4c935;
    transition-duration: 0.3s;
    text-decoration: none;
}

.footer-icons{
    max-height: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 0px;
}

#footer-social-icon-fb{
    height: 30px;
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 2px; 
    padding-bottom: 2px;
}

#footer-social-icon-insta{
    height: 30px;
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 2px; 
    padding-bottom: 2px;
    
}

@media screen and (max-width: 950px){
    
    .service-box>p{
    height: 300px;
}
    
    #portfolio-list .portfolio-item {
    width: 32%;
}
}

.about>.col-sm-6 {
    background-color: #f5f5f5;
    height: 600px;
    padding: 80px;
}

#portfolio-filter li a {
    margin-left:0px;
    margin-right: 0px;
}

#portfolio-filter li a:focus {
    margin-left:0px;
    margin-right: 0px;
}

@media screen and (max-width: 767px){
    .navbar-inverse {
    background-color: black;
    border-color: black;
}
    
    #bs-example-navbar-collapse-1{
       background-color: black; 
    }
    
    .container{
    padding-right: 0px;
    padding-left: 0px;
    }
    
    .more>.col-sm-12>.container>.col-sm-4{
    padding-top: 30px; 
    text-align: center;
    margin-bottom: 50px;
}
    .service-box>p{
    height: 190px;
}
    .services>.container>.col-sm-4{
    padding: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    
}

.about>.col-sm-6{
    background-color: #f5f5f5; 
    height: auto; 
}
    .footer-ico-com{
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px;
    width: 15%;
    display: inline-block;
    
}
    #portfolio-list .portfolio-item {
    width: 48%;
}
    .about>.container>.col-sm-4{
    background-color: transparent; 
    height: 0px; 
    padding: 80px;
}
    .>.col-sm-5{
    background-color: #f4c935;
    height: 100%;
    margin-top: -37px;
    color: #fff;
}
    .form-container{
    width: 95%; 
    max-width: 1000px; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
    height: 610px;
    background-color: #fff; 
    margin-left: auto; 
    margin-right:auto; 
    position: relative; 
    z-index: 998; 
    margin-bottom: 650px; 
    margin-top:-50px;
}
    #map{
    height: 1230px;
    margin-top: -1230px;
    }
    
    .form-container>.col-sm-5 {
    background-color: #f4c935;
    height: 100%;
    color: #fff;
    margin-top: -40px;
}
    
    .form-container>.col-sm-5 h3{
    text-align: center; 
    margin-top: 0px;
    padding-top: 50px;
    margin-bottom: 60px;
}
    .form-container>.col-sm-5>.col-sm-12{
    padding-left: 8%;
}
}

@media screen and (max-width: 443px){
    #social-icon-insta {
    height: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}
    #social-icon-fb {
    height: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

}

@media screen and (max-width: 520px){
    #portfolio-list .portfolio-item {
    width: 100%; 
    
}
}
    