/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.content-section-c {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
}

.content-section-d {
    padding: 50px 0;
    /*border-top: 1px solid #e7e7e7;*/
    background-color: #ded8be; 
}

/* === For CIDERY TOWNS === */

.ctowns-font-1 {
    font-family: 'Bellefair', serif;
    text-align: center;
    font-weight: 200;
    font-size: 30px;
    color: #000;
    padding-bottom: 10px;
    line-height: 1.2em;
}

.btn-xl-cidery-blu {
    padding: 12px 25px;
    border-color: #d71a21;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Cormorant', serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background-color: #d71a21;
}

.btn-xl-cidery-blu:hover,
.btn-xl-cidery-blu:focus,
.btn-xl-cidery-blu:active,
.btn-xl-cidery-blu.active,
.open .dropdown-toggle.btn-xl-cidery-blu {
    border-color: #000;
    color: #ffffff;
    background-color: #000;
}

/* === For THE BAYSIDES === */

.script-font-1 {
    font-family: 'Qwigley', cursive;
    text-align: center;
    font-weight: 200;
    font-size: 50px;
    color: #000;
}

.btn-xl-gold {
    padding: 12px 25px;
    border-color: #bcab64;
    border-radius: 0;
    text-transform: uppercase;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'Cormorant', serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    background-color: #bcab64;
}

.btn-xl-gold:hover,
.btn-xl-gold:focus,
.btn-xl-gold:active,
.btn-xl-gold.active,
.open .dropdown-toggle.btn-xl-gold {
    border-color: #a89545;
    color: #000;
    background-color: #a89545;
}

.logo img {
    display: block;
    margin: auto;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #fe6d36;
}

.small-spacer {
    text-align: center;
    width: 200px;
    border-top: 3px solid #fe6d36;
}

.bg-dark-blue {
    background-color: #2c2b7c;
}

/* Set of Commercial Plaza - CSS */

#plaza .portfolio-item {
    right: 0;
    margin: 0px;
}


#plaza .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 600px;
}

#plaza .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*background: rgba(254,209,54,.9);*/
    background: rgba(254,123,74,.7);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#plaza .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#plaza .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#plaza .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#plaza .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#plaza .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#plaza * {
    z-index: 2;
}


.btn-primary2 {
    border-color: #fe6d36;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fe6d36;
}

.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2:active,
.btn-primary2.active,
.open .dropdown-toggle.btn-primary {
    border-color:#fe5b1d;
    color: #fff;
    background-color:#fe5b1d;
}

.btn-primary2:active,
.btn-primary2.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1019px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1020px) and (max-width: 1229px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1230px) {
  .hidden-lg {
    display: none !important;
  }
}
