/*
Theme Name: eX3 Child Theme
Theme URI: http://expect3.com
Description: Child theme of eXpect3 Base Theme
Author: eXpect3
Author url: http://expect3.com
Version: 1.0
Template: ex3-base
Template Version: 1.0
*/


/*
 * PUT YOUR CHANGED STYLES HERE
*/


@media (min-width: 768px) {
    .container {
        max-width: 750px;
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        width: 100% !important;
    }
}


body {
    font: 400 16px/1.8 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: 'Lora', 'Roboto Slab', 'Helvetica', 'Arial', sans-serif;
}

.island {
    display: inline-block;
    margin: 40px 0;
}

.container-padded {
    padding: 0 3.125em 0 3.125em;
}

.bg-color {
    background-color: #8bc53d;
    padding: 30px;
    color: #fff;
}

.bg-color h1, .bg-color h2, .bg-color h3, .bg-color h4 {
    color: #fff;
    float: left;
    margin: 15px 0 0;
}

.bg-color p {
    color: #fff;
    float: right;
    padding-top: 10px !important;
}

.bg-border {
    border: 1px solid #ccc;
    padding: 20px;
}

.btn {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-style: initial;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 12px 45px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.btn.btn-dark, section#contact input[type="submit"] {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 24px !important;
    height:auto !important;
    background: rgba(17,17,17,0.8) !important;
    color: #fff !important;
    border:none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.btn.btn-dark:hover, section#contact input[type="submit"]:hover {
    background: rgba(17,17,17,0.2) !important;
    color: #333 !important;
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.btn-default {
    border-width: 2px;
}

.btn-primary {
    color:#fff;
    border-width: 2px;
}

.btn-link {
    background: none;
    border: none;
}

.btn-link:hover {
    background: #fff;
    border: none;
    text-decoration: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c6a46a;
    border-color: #c6a46a;
}

.caret {
    border:none;
}

.caret:after {
    border: none;
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    top: 25%;
    font-weight: 900;
}

.navbar {
    transition-duration: 0.5s;
    padding-bottom:40px;
}

.navbar-nav>li>.dropdown-menu {
    position: relative;
    width: 100%;
    background: #eee;
}

.contact-info {
    position: relative;
    width: 100%;
    padding-top: 20px;
}

.navbar-nav {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    display: inline-block;
    margin-bottom: -8px;
}

.navbar-nav>li>a {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: inherit;
    transition-duration: 0.5s;
    text-align: left;
}

.dropdown-menu>li>a {
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 1px;
    line-height: 2em;
}

.dropdown-menu {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: rgba(255,255,255,0.9);
}

.navbar.navbar-default {
    width: 100%;
    max-width: 350px !important;
    float: left;
    height: 100vh;
    margin: 0;
}

.contact-info p {
    font-size: 16px;
    line-height: 1.5em;
}

.contact-info h3, .contact-info h3 a {
    color: #d39a02 !important;
}

div#content, footer {
    margin-top: 0;
    width: 100%;
    padding-left: 350px;
}

.navbar-nav>li {
    float: none !important;
    text-align: center;
}

div.navbar-collapse.collapse {
    width: 100%;
    margin: 0;
}

.navbar-nav {
    width: 100% !important;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    max-height: 65px !important;
}

.navbar-header {
    width: 100%;
    text-align: center;
}

.navbar-header .logo {
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 100%;
    width: auto;
    position: relative;
    margin: 0 auto;
}

.logo {
    position: absolute;
}

.logoDark {
    opacity:0;
    transition-duration: 0.5s;
}

.navbar.active .logoDark {
    opacity:1;
    transition-duration: 0.5s;
}

nav .phone {
    padding: 15px;
    font-weight: 700;
    font-size: 0.9em;
    color: #fff;
}

nav .phone a {
    color: #fff;
    transition-duration: 0.5s;
}

.navbar.active .phone a {
    transition-duration: 0.5s;
}

.navbar-nav>li.active, .navbar-nav>li:hover {
    background: #edd597;
}

#secondary h2.widget-title {
    background: #c5a468;
    padding: 10px;
}

#secondary .form-group, #secondary .form-group label, #secondary .form-group input[type="search"] {
    width: 100% !important;
}

#secondary .form-group label {
    float: left;
    max-width: 270px;
}

#secondary input.search-submit.btn.btn-primary {
    margin-left: -2px !important;
    border-radius: 0;
    padding: 7px 12px;
}

header .sociallinks {
    text-align: center;
    display: table;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #d39a02 !important;
    padding: 5px 10px;
}

header .sociallinks:after {
    content: '';
    height: 1px;
    width: 120%;
    background-color: #d39a02;
    position: absolute;
    left: -10%;
    top: 50%;
    z-index: -1;
}

header .sociallinks a {
    margin: 0 8px;
    font-size: 18px;
}

header .phonenumber, header  .phonenumber a {
    color: #000;
    font-size: 20px;
}

header .phonenumber {
    font-weight: 500;
}

header .phonenumber a {
    font-weight: 700;
}

header.content-header {
    padding: 35px 0 !important;
    text-align: left !important;
    margin-top: 3px;
    position: relative;
    min-height: 0;
}

header.content-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 /*   background: rgba(0,0,0,0.5); */
}


.slide-single h1, .slide-single h2, .slide-single h3, .slide-single p, .slide-single a {
    position: relative;
    z-index: 99;
}

.slide-single h1 {
    color: #fff;
    font-size: 85px;
}

.slide-single h2 {
    font-size: 33px;
    line-height: 1em;
    margin-bottom: 0.5em;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: initial !important;
}

.slide-single h2:after {
    display: none;
}

.slide-single p {
    text-transform: initial !important;
    letter-spacing: 0;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 25px;
}

footer.entry-meta {
    display: none;
}

/* HOMEPAGE STYLES */

section {
    min-height: 200px;
    padding: 40px 0;
}

section h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
}

section#affiliation h2:after, section#blog h2:after {
    left: 50%;
    margin-left: -25px;
}

section#header {
    padding:150px 0 250px;
    position: relative;
    background: rgba(74, 74, 74, 0.3);
}

section#header h1 {
    color: #fff;
    font-weight: 700;
    font-size: 75px;
}

.slide-single.text-center {
    background: rgba(166, 31, 57, 0.6);
    padding: 20px 40px;
}

section#header a:nth-child(2) {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-style: initial;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 12px 45px;
    color: #fff;
    background-color: #a61f39;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border: 3px solid #a61f39 !important;
    font-weight: 900;
}

section#header a.btn.btn-hollow {
    background: rgba(255,255,255,0.2);
}

#testimonialCarousel {
    margin-top: 40px;
}

.testimonial-single.text-center {
    padding: 40px;
}

.testimonial-single p {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 900;
    font-style: italic;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-single h4 {
    font-weight: 900;
    font-size: 30px;
    color: #000;
}

section#awards {
    padding-top: 0;
}

section#services {
    position: relative;
    z-index: 99;
}

section#services h5, section#team h5, section#affiliation h5, section#blog h5 {
    color: #777777;
    line-height: 2em;
}

.service-single {
    margin-top: 60px;
}

.service-single h3 {
    font-weight: 500;
}

.service-single a.read-more {
    display: block;
    padding-top: 15px;
    font-weight: 700;
}

.service-img {
    float: left;
    margin: 0 30px 0;
}

.service-img img {
    max-width: 50px;
}

.service-text {
    display: table;
}

.service-text h3 {
    margin-top: 0 !important;
    font-size:25px;
}

.service-item {
    background-color: #fff;
    background-size: 100% !important;
    background-position: center !important;
    min-height: 365px;
    text-align: center;
    transition: background-size 0.5s;
    -moz-transition: background-size 0.5s;
    -ms-transition: background-size 0.5s;
    -o-transition: background-size 0.5s;
    -webkit-transition: background-size 0.5s;
}

.service-item:hover {
    background-size: 103% !important;
    transition: background-size 0.5s ease-in;
    -moz-transition: background-size 0.5s ease-in;
    -ms-transition: background-size 0.5s ease-in;
    -o-transition: background-size 0.5s ease-in;
    -webkit-transition: background-size 0.5s ease-in;
}

.service-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}

.service-item .service-content {
    padding: 80px 40px;
    position: relative;
    z-index: 99;
}

.service-item h3 {
    font-family: 'Roboto Slab', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
}

.service-item p {
    font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    margin-bottom: 40px;
    color:#fff;
}

.service-item p:nth-last-child(1) {
    margin-bottom: 0;
}

.service-item .btn-link {
    color: #fff;
}

.testimonial-single strong {
    display: block;
    padding: 20px;
}

section#cta {
    position: relative;
    min-height: 0 !important;
    padding: 80px 0 !important;
    color: #fff;
}


section#cta h2 {
    color: #fff;
    font-weight: 900;
    font-size: 35px;
}

section#cta .btn {
    float: right;
}

section#cta input[type=submit] {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-style: initial;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 12px 45px;
    color: #fff;
    background-color: #e9aa00;
    border-color: #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

section#cta form {
    padding-top: 40px;
    font-size: 18px;
}

section#cta textarea {
    height: 200px;
    margin-top: 10px;
}

section#team {
    padding-bottom: 0;
    position: relative;
}


section#team .btn {
    margin: 30px 0;
}

section#team img.img-responsive {
    width: 100%;
}

section#affiliation h5, section#blog h5 {
    width: 65%;
    margin: 30px auto 60px;
    text-align: center;
}

section#blogs-section h3 {
    font-size: 0.95em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}

section#blogs-section h4 {
    text-align: left;
    margin: 15px;
    font-size: 1.5em;
}

section#blogs-section .post-single {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    position: relative;
}

section#blogs-section a {
    color: #555;
    cursor: pointer;
}

section#blogs-section .thumb {
    width: 100%;
    height: 180px;
    background-size: cover !important;
}

section#blogs-section .excerpt {
    text-align: left;
    margin: 15px;
    font-size: 0.8em;
    opacity: 0.6;
    padding-bottom:30px;
}

section#blogs-section .read-more {
    display: none;
}

section#blogs-section .meta {
    text-align: left;
    margin: 0 15px 15px;
    font-size: 0.65em;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    width: 90%;
}

section#blogs-section .meta:before {
    content: '';
    border-top: 1px solid;
    position: absolute;
    top: -6px;
    left: 0;
    width: 60px;
    opacity: 0.3;
}

section#blogs-section .meta span .fa {
    margin-left: 8px;
}


section#serve {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-color: transparent !important;
    color: #fff;
    font-size: 18px;
    min-height: 0;
    padding:60px 0 0;
}

section#serve .serve-text .btn {
    margin-bottom: 60px;
}

section#serve h2 {
    color: #fff;
    margin-bottom: 30px;
}

div#serve-image {
    position: relative;
    background-size: contain !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
}

.serveImg {
    width: 100%;
    height: 200px;
    background-size: cover !important;
    margin-top: 20px;
}

section#blog .blog-img {
    width: 100%;
    height: 250px;
    background-size: cover !important;
    background-position: center center !important;
}

section#blog .blog-single h3 {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}

section#blog a.read-more {
    display: none;
}

.award-single {
    text-align: center;
}

.award-single img {
    height: 110px;
    width: inherit !important;
    margin: 0 auto;
}

section#footerc2a {
    position: relative;
}

section#footerc2a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}

section#footerc2a h1, section#footerc2a h2, section#footerc2a h3, section#footerc2a h4, section#footerc2a p {
    color: #fff;
}

div#map {
    height: 350px;
}

.sidebar-footer h3 {
    margin-bottom: 0;
    font-size: 1.25em;
    font-weight: 900;
}

.sidebar-footer, .sidebar-footer a {
    color: #bababa !important;
}

.textwidget .col-xs-6 {
    padding: 0 9px 0 15px;
}

#site-credits, #site-credits a {
    color: #fff !important;
    text-align: center;
    width: 100%;
}

aside#text-2 .fa {
    margin-right: 5px;
    color: #c6a46a;
}

footer {
    padding-top: 40px;
}

.sidebar-footer {
    background: url(https://s3.amazonaws.com/ex3-clients/nahajski/wp-content/uploads/2017/06/26215148/hero-bg.jpg);
    background-size: cover !important;
    background-position: center center;
    color: #fff !important;
    padding: 80px 0;
}

.sidebar-footer .btn {
    background: #000;
    border-color: #000;
    color: #fff !important;
    font-weight: 900;
    float: right;
}

.sidebar-footer aside.widget {
    margin-bottom: 0;
}

.sample-menu-footer-container a.smoothscroll {
    bottom: -30px !important;
}

h2.widget-title {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: 900;
    text-transform: capitalize;
    color: #fff !important;
    margin-bottom: 30px;
}

footer h2.widget-title:after {
    content: '';
    width: 30px;
    background: #c6a46a;
    height: 2px;
    position: absolute;
    display: table;
    margin-top: 15px;
}

footer strong {
    color: #fff !important;
    display: block;
}

footer .widget li a:before {
    font-family: FontAwesome;
    content: '\f101';
    margin-right: 10px;
    color: #c6a46a;
}

footer .widget li:after {
    content: '';
    width: 150px;
    background: #fff;
    height: 1px;
    position: absolute;
    display: table;
    margin-top: 5px;
}

.widget p {
    margin-bottom: 0;
    line-height: 1em;
}

aside#text-3 .fa {
    color: #c6a46a;
    font-size: 1.15em;
    margin-right: 10px;
    float: left;
    margin-top: 4px;
}

span.spaced {
    display: block;
    height: 1.75em;
}

.indent {
    display: table;
}


.sample-menu-footer-container {
    position: relative;
}

.sample-menu-footer-container a.smoothscroll {
    font-size: 2em;
    width: 50px;
    height: 50px;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    line-height: 1em;
    padding: 6px;
}

div#site-credits {
    font-size: 0.7em;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    color: #777;
}

div#site-credits a {
    color: #333;
}

footer .sociallinks a {
    color: #777;
    filter: brightness(100%) !important;
}

footer .sociallinks .fa {
    font-size: 1.5em;
    width: 35px;
    height: 35px;
    border: 1px solid;
    margin: 0 10px 10px 0;
    padding: 6px;
    border-radius: 5px;
    transition-duration: 0.2s;
}

footer .sociallinks .fa:hover {
    border-radius: 50%;
    background:#fff;
    transition-duration: 0.2s;
}

/* INTERIOR PAGE STYLES */
.content-header h1 {
    letter-spacing: 0;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
    opacity: 1;
    margin: 0;
    position: relative;
}

.content-header h3 {
    letter-spacing: 8px;
    font-size: 16px;;
    font-weight: 700;
    margin: 0;
    position: relative;
}

body.interior #main-grid {
    padding: 40px 0;
}

body.interior.single-post .entry-content {
    padding-top: 0 !important;
}

body.interior h5 {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px !important;
    font-weight: 400;
    color: #111;
}

body.interior .site-content p, body.interior .site-content ol, body.interior .site-content ul, body.interior .site-content blockquote {
    margin: 0 0 10px;
}

.staff-single {
    margin-bottom: 40px;
    font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif !important;
}

.share-meta .fa {
    font-size: 18px;
    margin-left: 2px;
}

.share-meta a .fa-facebook-square {
    color: #3b5998 !important;
}

.share-meta a .fa-twitter-square {
    color: #00aced !important;
}

.share-meta a .fa-pinterest-square {
    color: #cb2027 !important;
}

body.blog .post-thumbnail {
    display: none !important;
}

span.page-numbers.current {
    color: #fff !important;
}

.staff-photo {
    width: 350px;
    height: 350px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}   

.staff-photo img {
    width: 100%;
}

.staff-single:nth-child(3n+1) {
    clear: both;
} 

body.interior .staff-listing h5 {
    text-align: left;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    font-family: 'Roboto Slab', 'Helvetica', 'Arial', sans-serif !important;
    font-size: 24px;
    margin-bottom: 5px !important;
}



/* TESTIMONIAL STYLES */

span.test-title {
    display: block;
    text-align: right;
    font-weight: 900;
    font-size: 1.15em;
}

.testimonials-single div {
    background-color: #fbfbfb;
    border-radius: 4px;
    padding: 20px 20px 20px 80px;
    margin:20px;
}

.testimonials-single div:before {
    font-family: FontAwesome;
    content: "\f10D";
    font-size: 4em;
    color: #333;
    opacity: 0.1;
    display: block;
    position: absolute;
    top: 20px;
    left: 50px;
}

span.posted-on {
    display: none;
}

body.single-services .featured-image {
    display: none;
}
body.single-services #primary {
    width: 100%;
}

body.single-services #secondary {
    display: none !important;
}

body.interior .entry-content h2:nth-child(1) {
    padding-bottom: 40px;
    font-size: 40px;
    text-transform: capitalize;
}

input[type=text], input[type=email], input[type=tel], textarea {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.entry-meta > p {
    display: none;
}


/* PAGE SPECIFIC STYLES */

#post-7 .video {
    padding-bottom: 40px;
}

#post-7 h3:nth-child(4) {
    padding: 40px 0 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    text-transform: capitalize;
}

#post-15 .entry-content .col-sm-6:nth-child(2) {
    background: #fff;
}

#post-15 .entry-content img {
    width: 100%;
}

#post-15 .wpcf7-form {
    padding-top: 20px;
}

#post-17 form br {
    display: none;
}

#post-17 form button {
    margin-top: 20px;
}

ul.login-menu {
    list-style: none;
    margin: 0;
    padding: 15px 0;
}

.login-menu li a {
    display: block;
    padding: 10px;
    text-align: center;
    background: #8cc63e;
    margin-bottom: 5px;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
}

.login-menu li a:before {
    font-family: FontAwesome;
    content: '\f105';
    left: 15px;
    top: 10px;
    font-weight: 900;
    position: absolute;
    transition: left 0.2s ease-in;
}

.login-menu li:hover a:before {
    left: 20px;
    transition: left 0.2s ease-in;
}

.bg-white {
    padding: 40px;
}


/* MOBILE STYLES */

.navbar-default .navbar-toggle {
    border: none;
    background:none !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color:#fff;
    transition-duration: 0.5s;
}
.navbar-default.active .navbar-toggle .icon-bar {
    background-color:#333;
    transition-duration: 0.5s;
}



@media only screen and (max-width: 768px) {

    button.navbar-toggle {
        margin-top: 50px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in, .navbar-collapse.collapsing {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    max-height: 100% !important;
margin:0 !important
}
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
.navbar-nav>li {
    float: none;
    width: 100%;
}

    .navbar-header img {
        padding-top: 10px;
    }

    .navbar .phone {
        display:none;
    }

    .learn-item {
        padding: 40px 0;
        min-height: 300px;
    }

    .learn-item h2, .learn-item p, .learn-item .btn {
        margin-right: auto !important;
        margin-left: auto !important;
        max-width: 85%;
    }

    .btn {
        white-space: normal;
    }

    #serve-img {display:none;}

section#header {
    padding: 175px 0;
}

section#header:before {
    background-size:30%;
}

section#header:after { display:none;}


.navbar-header .logo {
    margin-top: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}

div#content {
    margin-top: 112px;
}

}

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

    button.navbar-toggle {
        margin-top: 30px;
    }

    .navbar-header img {
        padding: 13px 15px 15px;
        max-width: 70%;
    }

    .learn-item.pull-right, .wedding-single:nth-child(even) .wedding-image  { float:none !important;}

div#serve-image {
    min-height: 300px;
}

section#serve .serve-text {
    margin: 0 15px;
}

section#serve {
    padding-bottom: 60px;
}

section#cta .btn {
    display: block;
    width: 100%;
    float: none;
    margin-top: 15px;
}

section#cta {
    height: auto !important;
}

.navbar-default .navbar-nav>li>a {
    padding: 10px;
}

    div#content {
        margin-top: 82px;
    }

    section#header h1 {
        font-size: 45px;
    }

    section#header {
        padding: 25px 0;
    }

    .btn, section#header a:nth-child(2) {
        display: block;
        text-align: center;
        margin: 10px 0;
    }

    .contact-info h3, .contact-info h3 a {
        font-size: 18px;
    }

    .contact-info p {
        font-size: 12px;
    }

}


@media only screen and (max-width: 768px) {
    .navbar.navbar-default {
        height: auto !important;
        float: none !important;
        margin: 0 auto;
        max-width: 100% !important;
    }

    div#content, footer {
        padding: 0;
    }

    .navbar {
        padding-bottom: 0 !important;
    }

.navbar-nav>li>.dropdown-menu {
	display: block !important;
    position: relative;
    width: 100%;
    background: #eee;
}	
}

input[type=text],input[type=email], input[type=tel], textarea {
color: #333 !important;
	}
