/*
Theme Name: WP Bootstrap
Theme URI: https://github.com/zajohnson/WP-Bootstrap
Author: Zach Johnson <hello@zachjohnson.name>
Author URI: http://zachjohnson.name
Description: A WordPress theme utilizing Twitter Bootstrap. Geared towards developers as a starter Bootstrap theme. Derived from the work of @rachelbaker.
Version: 3.0.0
=======

Theme originally developed by @rachelbaker,
and expanded on by @z_a_j
*/
body.admin-bar .navbar {
    margin-top: 46px;
}

.navbar-toggle.pull-left {
    margin-left: 15px;
}
html #wpadminbar {
    position: fixed;
}

.page-title h1,
.post-title h1 {
	margin-top: 0;
}

.sidebar-nav h4.widget-title {
	margin-top: 0;
}
#sidebar .widget + .widget {
	margin-top: 30px;
}

main.main {
	/* background-color: #fff; */
	padding: 25px 0;
}

footer.main ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fa.fa-6x {
	font-size: 6em;
}
.fa.fa-8x {
	font-size: 8em;
}

a.col-sm-4.featured div {
    -webkit-transition: all .3s;
}
.col-sm-4.featured:hover,
.col-sm-4.featured:active {
    text-decoration: none;
}
.col-sm-4.featured:hover div,
.col-sm-4.featured:active div {
    box-shadow: 0 3px 15px rgba(0,0,0,.4);
    -webkit-transform: translateY(-3px);
}
.col-sm-4.featured div {
    background-color: #fff;
    padding-bottom: 10px;
    border-radius: 3px;
}
.col-sm-4.featured h3,
.col-sm-4.featured p {
    padding-left: 15px;
    padding-right: 15px;
    color: #333;
}
.row .col-sm-4:nth-child(3n+1) {
    clear: left;
}
.homepage-module .col-sm-4 {
    margin-top: 25px;
}

/* homepage styles */
.padding-xs,
.padding-sm,
.padding-md,
.padding-lg {
	padding: 25px 0;
}
.full-height {
    padding: 75px 0;
}

.homepage-module {
    background-color: #fff;
}
.homepage-module p:last-child {
    margin-bottom: 0;
}

.more {
    font-size: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 50px;
}
.more a {
    -webkit-animation: float 2s infinite;
    -webkit-transition: all 1s ease-in-out;
}

/**
 * WPBS Overrides
 */
.homepage-module.jumbotron {
    margin-bottom: 0;
    padding: 150px 0;
}
.panel-default.panel-card {
    border: 0;
}

/**
 * Text Styles
 */
.text-xl {
    font-size: 3em;
}
.text-lg {
    font-size: 2em;
}
.text-md {
    font-size: 1.5em;
}
div[class^=col] p:last-child {
    margin-bottom: 0;
}
.homepage-module h2:first-child,
.panel-card h3 {
    margin-top: 0;
}

/**
 * Image Styles
 */
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    float: right;
    margin: 0 0 15px 15px;
}
img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}
.panel-card img {
    width: 100%;
    height: auto;
}

@-webkit-keyframes float {
    0%, 100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-.35em);
    }
}

@media screen and (min-width: 768px) {
    body.admin-bar .navbar {
        margin-top: 32px;
    }
    .site-notice.navbar-fixed-top + .navbar {
        margin-top: 30px;
    }
    body.admin-bar .site-notice.navbar-fixed-top {
        margin-top: 32px;
    }
    body.admin-bar .site-notice.navbar-fixed-top + .navbar {
        margin-top: 62px;
    }
    .site-notice {
        text-align: center;
        padding: 5px;
    }
    .site-notice p {
        margin: 0;
    }
    
	.padding-xs { padding: 25px 0; }
	.padding-sm { padding: 50px 0; }
	.padding-md { padding: 100px 0; }
	.padding-lg { padding: 150px 0; }
	.padding-xl { padding: 300px 0; }

    div[class^=col] h2:first-child {
        margin-top: 0;
    }
    
    /* body.home, html {
        height: 100%;
    } */
    .full-height {
        height: auto !important;
        min-height: 100%;
        position: relative;
        overflow: hidden;
    }
    .homepage-module.has-background {
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
}
@media screen and (min-width: 992px) {
    .col-md-4:nth-child(3n+1) {
        clear: left;
    }
    .col-md-5th {
        width: 20%;
        float: left;
    }
    
    .text-md-center {
        text-align: center;
    }
    .text-md-right {
        text-align: right;
    }
    
    .pull-md-right {
        float: right;
    }
}