/* 
 Theme Name:     Bryhn Design/Build
 Author:         Zachary Houghton
 Author URI:     https://www.bryhndesignbuild.com
 Template:       Divi
 Version:        1.0.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.8
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/****** Add overlay to parallax sections *******/

.gradient-overlay:before {
   content:"";
   position:absolute;
   z-index:1;
   background:inherit;
   top:0;
   bottom:0;
   width:100%;
}
.gradient-overlay .et_pb_row {
   z-index:2 !important;
}
.gradient-overlay {
   background-color: transparent;
}

.form-button .button-for-form {
  display: block;
	height: 25px;
	width: 75px;
    padding: 10px 40px 33px 40px;
	background: #fcfff7;
	text-align: center;
    border: 0px solid #fff;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    transition: all .25s ease-in-out;
}

.form-button .button-for-form:hover{
  display: block;
	background: #bdd5ea;
    transition:  all .25s ease-in-out;
}

.nf-field-element input {
    background-color: #fff;
    border: solid 1px white;
    height: 40px;
}

/******************** Align Buttons to Bottom ********************/

.gq_r_fixed_buttons .et_pb_column {
    padding-bottom:30px !important;
}

.gq_r_fixed_buttons .et_pb_button_module_wrapper {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

.et_pb_bg_layout_light .et-pb-arrow-next {
    color: black;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.et_pb_bg_layout_light .et-pb-arrow-next:hover {
    color: red;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
}

.et_pb_bg_layout_light .et-pb-arrow-prev {
    color: black;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.et_pb_bg_layout_light .et-pb-arrow-prev:hover {
    color: red;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
}

/*** 3D Flip Effect ***/

.dotstyle-flip .et-pb-controllers a {
    background-color: white;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.dotstyle-flip .et-pb-controllers a::before, .dotstyle-flip .et-pb-controllers a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    text-indent: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dotstyle-flip .et-pb-controllers a::after {
    background-color: red;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.dotstyle-flip .et-pb-controllers a:hover, .dotstyle-flip .et-pb-controllers a:focus {
    opacity: 0.8;
}

.dotstyle-flip .et-pb-controllers a.et-pb-active-control {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

body:not(.et-fb-root-ancestor) [class*='et-lb-content'] {
	position:fixed;
	visibility:hidden;
	top:0px;
	z-index:999999;
	min-height:100%;
	transition:all .2s 0s;
}
body:not(.et-fb-root-ancestor) [class*='et-lb-content'] .et_pb_row {
	position:relative;
	top:50px;
}
.et-lb-open {
	visibility:visible!important;
	width:100%;
}
span.et-lb-close {
	font-size:46px;
	right:-1vw;
	margin-top:-51px;
	display:block;
	color:#fff;
	padding:10px;
	cursor:pointer;
	font-weight:bold;
	font-family:etmodules;
	z-index:99999999999999;
	position:absolute;
}
body:not(.et-fb-root-ancestor) [class*='et-lb-content']:not(.et-lb-open) {
	transform:scale(.3);opacity:0;
}
body:not(.et-fb-root-ancestor) [class*='et-lb-btn'] {
	cursor:pointer;
}

/*
#page-container {
    padding-top: 122px !important;
}

#main-header {
    top: 42px !important;
}
*/

.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 