/**!
 * b4st CSS
 */

/* Sticky Footer */
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
}

.site-header-image {
	display: block;
	margin: auto;
}

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}

.bypostauthor {}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
}

/* Max img widths */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Author bio */

.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}

/* Main content */

/* Sidebar */

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */

/* Comments */

#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
	padding-left: 0;
}

.commentlist li {
	padding: 1rem;
}

.comment-meta {
	margin-bottom: 1rem;
}
.commentlist .children {
	margin-top: 1rem;
}

/* Site footer */
footer a.social{
    opacity: 0.8;
}
footer a.social:hover{
    opacity: 1;
}

/* ODM specific */
body{
    font-family: "Roboto", "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
input[type="submit"] {
    font-family: FontAwesome;
}

.site-logo{
    height: 48px;
    width: 48px;
}

.navbar-light, .bg-light{
    background-color: #fff !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
}

nav.sub-navbar{
    padding: 0;
    background: white !important;
    border-top: 1px solid #ccc;
}

nav.navbar-shadow{
    box-shadow: 0px 6px 10px -6px #777;
}

nav.sub-navbar ul{
    font-size: 90%;
}

nav.sub-navbar .navbar-toggler i.expanded{
    display: block;
}

nav.sub-navbar .navbar-toggler i.collapsed{
    display: none;
}

nav.sub-navbar .navbar-toggler.collapsed i.expanded{
    display: none;
}

nav.sub-navbar .navbar-toggler.collapsed i.collapsed{
    display: block;
}

body.home main.container{
    margin-top: 0 !important;
}

.splash{
    padding-bottom: 32px;
}
.splash h1{
    font-size: 400%;
    margin-top: 32px;
}
.splash h1, .splash h2, .splash h3, .splash h4, .splash h5{
    margin-bottom: 16px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.paragraph-icon-left{
    float: left;
    margin-right: 24px;
    margin-bottom: 48px;
}

.screenshot img, img.screenshot{
    box-shadow: 5px 5px 10px #555;
    border-radius: 4px;
}

.screenshot-right img, img.screenshot-right{
    float: right;
    margin-left: 24px;
    margin-bottom: 48px;
}

.btn-light.white{
    background-color: white;
    border-color: #ccc;
}

.btn-light.white:hover{
    background-color: #e6e6e6;
    border-color: #adadad;
}

.text-blue{
    color: #31708f;
}

.text-yellow{
    color: #8a6d3b;
}

.step {
    margin-bottom: 12px;
    font-size: 120%;
}

/* Create three columns of equal width */
.columns {
    float: left;
    width: 50%;
    padding: 8px;
}

.columns .price{
    width: 70%;
    margin-left: 15%;
    box-shadow: 0 8px 20px 0px #111;
    border: none;
}

/* Style the list */
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Add shadows on hover */
.price:hover,.columns.best .price:hover {
    box-shadow: 0 8px 20px 0 #777;
}

/* Pricing header */
.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

/* List items */
.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

/* Grey list item */
.price .grey {
    background-color: #eee;
    font-size: 20px;
}

/* Change the width of the three columns to 100% 
(to stack horizontally on small screens) */
@media only screen and (max-width: 800px) {
    .columns {
        width: 100%;
    }
}

article.page h1:first-child{
    text-align: center;
    margin-top: 8px;
}

.push-buttons-bottom,
.push-buttons-bottom > div{
	display: flex;
}
.push-buttons-bottom > div .wpb_wrapper{
	display: flex;
	height: 100%;
	flex-direction: column;
}
.push-buttons-bottom > div .wpb_wrapper .last-before-push{
	flex-grow: 1;
} 
@media (max-width: 576px){
.push-buttons-bottom {
    display: block;
}
}
@media (max-width: 992px){
.columns .price{
    width: 96%;
    margin-left: 2%;
}
}

#home-stories .vc_gitem-zone-a{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#home-stories .vc_gitem-zone-c{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
ul#menu-main-menu li{
	margin-right: 4px;
}
html,body{
	overflow-x: hidden;
}
