/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

strong, b {
font-family: "FranklinGothicURW-Med";
    font-weight: normal;
}

#brx-content a:hover { text-decoration: underline;}

a.brxe-button:hover { text-decoration: none !important;}

form .m_btn {
    color: #555555;
    font-family: "FranklinGothicURW-Boo";
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 2px solid #bbbbbb;
    padding: 12px 21px 5px;
    margin-top: -4px;
    box-sizing: border-box;
    border-radius: 0;
    transition: none;
    background: #efefef !important;
    width: auto;
    cursor: pointer !important;
}
.fourofour-panel {
    overflow: hidden;
    clear: both;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 768px;
    background: #ccc;
    background: #c4c4c4;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

a.m_btn { 
color: #555555;
font-family: "FranklinGothicURW-Boo";
font-size: 22px;
line-height: 1.2;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 2px solid #bbbbbb;
padding: 15px 21px 13px;
box-sizing: border-box;
border-radius: 0;
transition: none;
background: #efefef !important;
width: auto;
cursor: pointer !important;
}

.up-arrow:before, .down-arrow:before  {
content: '';
position: relative;
display: inline-block;
width: 40px;
width: 34px;
height: 41px;
height: 34px;
width: 27px;
height: 27px;
margin-right: 3px;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
background-image: url( assets/images/result-arrow.svg);
}


.down-arrow:before  {
transform: rotate(180deg);
}



.fourofour-panel .panel-arrow {
    display: block;
    position: absolute;
    bottom: 72px;
    left: 0;
    right: 0;
    width: 44px;
    height: 32px;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url(assets/images/about-panel-arrow.svg);
    margin: auto;
    -webkit-filter: drop-shadow(4px 4px 6px rgba(0,0,0,0.2));
    filter: drop-shadow(4px 4px 6px rgba(0,0,0,0.2));
    z-index: 1;
    cursor: pointer
}

.fourofour-panel .panel-inner {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fourofour-panel .panel-inner>div {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 0
}

.fourofour-panel .panel-inner .panel-image {
    display: block;
    max-width: 350px;
    margin: 0 auto
}

.fourofour-panel .panel-inner .panel-image img {
    width: 100%
}

.fourofour-panel .panel-inner .panel-text {
    display: block;
    max-width: 420px;
    color: #ffffff;
    font-family: "FranklinGothicURW-Boo";
    font-size: 28px;
    line-height: 48px;
    font-size: 1.45vw;
    line-height: 2.5vw;
    text-align: center;
    padding: 0 10px;
    margin: 0 auto;
    color: #707070;
    font-size: 14px;
    line-height: 21px;
    text-align: center
}

.fourofour-panel .panel-inner .panel-text span {
    display: block;
    margin-top: 20px;
    font-family: "FranklinGothicURW-Med";
    color: #464646;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    margin-top: 10px
}

.fourofour-panel .slide-button {
    display: inline-block;
    color: #ffffff;
    height: auto;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 20px;
    margin: 0;
    margin-top: 20px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    color: #464646;
    cursor: pointer
}

.fourofour-panel .slide-button:hover {
    text-decoration: none
}

@media (max-width: 992px) {
    .fourofour-panel .slide-button {
        font-size:14px;
        padding: 11px 16px;
        margin-top: 16px
    }
}

@media (max-width: 576px) {
    .fourofour-panel {
        min-height:640px
    }
}

.calculator-panel {
    overflow: hidden;
    display: block;
    padding: 15.9rem 0;
    margin: 0 auto;
	-webkit-font-smoothing: auto !important;
}

.calculator-panel .calc-container {
    max-width: 1820px;
    padding: 0 50px;
    margin: 0 auto;
}

.calc-row {
    display: flex;
    flex-wrap: wrap;

}
.calc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.calculator-panel h1 {
    color: #555555;
    font-family: "FranklinGothicURW-Dem";
    line-height: 1;
    font-size: 4rem;
    line-height: 1.25;
    white-space: normal;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-bottom: 52px
}





.calculator-panel p,.calculator-panel .footer_text {
    color: #555555;
    font-family: "FranklinGothicURW-Boo";
    font-size: 22px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    margin-bottom: 52px
}

.calculator-panel .footer_text span {
    display: block;
    font-size: 82%;
    padding-left: 25px;
    margin-top: 20px
}

.calculator-panel .budget_calculator_icon_container {
    display: block;
    max-width: 540px;
    width: 100%;
    margin: 0 auto
}

.calculator-panel .budget_calculator_icon_container .row {
    padding: 0;
    margin: 0
}

.calculator-panel .calc-button {
    display: inline-block;
    color: #555555;
    height: auto;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 20px;
    margin: 0 auto;
    margin-bottom: 90px;
    border: 2px solid #CCCCCC;
    box-sizing: border-box;
    cursor: pointer
}

.calculator-panel .calc-button:hover {
    text-decoration: none
}

.calculator-panel .budget_calculator_row {
    display: flex;
    width: 100%
}

.calculator-panel .budget_calculator_row:first-child {
    margin-bottom: 20px
}

.calculator-panel .single_budget_calculator_icon {
    display: block;
    flex: 25%
}

.calculator-panel .single_budget_calculator_icon img {
    display: block;
    width: 90%;
    max-width: 121px;
    margin: 0 auto
}

.calculator-panel .single_budget_calculator_icon .calc_hover_image {
    display: none
}

.calculator-panel .single_budget_calculator_icon:hover .calc_hover_image,.calculator-panel .single_budget_calculator_icon.active_icon .calc_hover_image {
    display: block
}

.calculator-panel .single_budget_calculator_icon:hover .calc_normal_image,.calculator-panel .single_budget_calculator_icon.active_icon .calc_normal_image {
    display: none
}

@media (max-width: 768px) {
    .calculator-panel h1 {
        font-size:32px;
        line-height: 1
    }
}

@media (max-width: 768px) {
    .calculator-panel p,.calculator-panel .footer_text {
        font-size:22px;
        line-height: 36px;
        margin-bottom: 42px
    }
}

@media (max-width: 576px) {
    .calculator-panel p,.calculator-panel .footer_text {
        font-size:18px;
        line-height: 30px;
        margin-bottom: 30px
    }

    .calculator-panel .calc-button {
        font-size: 14px;
        padding: 11px 16px
    }
}

.calculator-panel .page-template-template-calculator .budget_calculator,.calculator-panel .page-template-template-calculatorsub .budget_calculator {
    position: relative;
    margin: 5px 0 40px
}

.calculator-panel .page-template-template-calculator .budget_calculator .calc_text,.calculator-panel .page-template-template-calculatorsub .budget_calculator .calc_text {
    display: none;
    height: 100px
}

@media (max-width: 767px) {
    .calculator-panel .page-template-template-calculator .budget_calculator .calc_text.calc_bottom_text,.calculator-panel .page-template-template-calculatorsub .budget_calculator .calc_text.calc_bottom_text {
        display:none !important
    }
}

@media (min-width: 768px) {
    .calculator-panel .page-template-template-calculator .budget_calculator .calc_text,.calculator-panel .page-template-template-calculatorsub .budget_calculator .calc_text {
        position:absolute;
        left: 495px;
        display: block;
        width: 226px
    }

    .calculator-panel .page-template-template-calculator .budget_calculator .calc_text p,.calculator-panel .page-template-template-calculatorsub .budget_calculator .calc_text p {
        position: relative;
        top: 50%;
        padding-bottom: 0;
        font-size: 12px;
        font-weight: bold;
        color: black;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .calculator-panel .page-template-template-calculator .budget_calculator .calc_text.calc_top_text,.calculator-panel .page-template-template-calculatorsub .budget_calculator .calc_text.calc_top_text {
        top: 21px
    }

    .calculator-panel .page-template-template-calculator .budget_calculator .calc_text.calc_bottom_text,.calculator-panel .page-template-template-calculatorsub .budget_calculator .calc_text.calc_bottom_text {
        top: 225px;
        display: none
    }
}

.calculator-panel .page-template-template-calculator .budget_calculator .calc_arrow,.calculator-panel .page-template-template-calculatorsub .budget_calculator .calc_arrow {
    display: none
}

@media (min-width: 768px) {
    .calculator-panel .page-template-template-calculator .budget_calculator .calc_arrow,.calculator-panel .page-template-template-calculatorsub .budget_calculator .calc_arrow {
        position:absolute;
        top: 13px;
        left: 369px;
        display: block
    }
}

.calculator-panel .page-template-template-calculator .budget_calculator .calc_arrow.arrow_active,.calculator-panel .page-template-template-calculatorsub .budget_calculator .calc_arrow.arrow_active {
    top: 217px;
    transition: all 1s ease-in-out
}

.calculator-panel .page-template-template-calculator .budget_calculator input,.calculator-panel .page-template-template-calculatorsub .budget_calculator input {
    position: absolute;
    top: 45px;
    left: 85px;
    width: 260px;
    padding: 0;
    font-size: 39px;
    background-color: transparent;
    border: 0;
    outline: 0
}

.calculator-panel .page-template-template-calculator .budget_calculator input.calc_output,.calculator-panel .page-template-template-calculatorsub .budget_calculator input.calc_output {
    top: 245px
}

.calculator-panel .page-template-template-calculator .budget_calculator input.smaller_font,.calculator-panel .page-template-template-calculatorsub .budget_calculator input.smaller_font {
    font-size: 22px;
    line-height: 43px
}

.calculator-panel .page-template-template-calculator .budget_calculator .calc_enter,.calculator-panel .page-template-template-calculatorsub .budget_calculator .calc_enter {
    position: absolute;
    top: 127px;
    left: 256px;
    width: 92px;
    height: 92px;
    cursor: pointer
}

.calculator-panel .page-template-template-calculator .tab_left,.calculator-panel .page-template-template-calculatorsub .tab_left {
    margin-left: 10px
}

.calculator-panel .page-template-template-calculator .budget_calculator_row,.calculator-panel .page-template-template-calculatorsub .budget_calculator_row {
    margin-right: 0;
    margin-left: 0
}

.calculator-panel .page-template-template-calculator .single_budget_calculator_icon,.calculator-panel .page-template-template-calculatorsub .single_budget_calculator_icon {
    height: 122px;
    margin-bottom: 14px;
    clear: none;
    text-align: center;
    cursor: pointer
}

@media (min-width: 768px) {
    .calculator-panel .page-template-template-calculator .single_budget_calculator_icon,.calculator-panel .page-template-template-calculatorsub .single_budget_calculator_icon {
        max-width:136px;
        padding: 0 7px
    }
}

.calculator-panel .page-template-template-calculator .single_budget_calculator_icon .calc_hover_image,.calculator-panel .page-template-template-calculatorsub .single_budget_calculator_icon .calc_hover_image {
    display: none
}

.calculator-panel .page-template-template-calculator .single_budget_calculator_icon:hover .calc_hover_image,.calculator-panel .page-template-template-calculatorsub .single_budget_calculator_icon:hover .calc_hover_image,.calculator-panel .page-template-template-calculator .single_budget_calculator_icon.active_icon .calc_hover_image,.calculator-panel .page-template-template-calculatorsub .single_budget_calculator_icon.active_icon .calc_hover_image {
    display: inline-block
}

.calculator-panel .page-template-template-calculator .single_budget_calculator_icon:hover .calc_normal_image,.calculator-panel .page-template-template-calculatorsub .single_budget_calculator_icon.active_icon .calc_normal_image {
    display: none
}

.slick-slider {
    overflow: hidden;
    height: 100%
}

.slick-slider .slider-mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    pointer-events: none
}

.slick-slider .slider-mask.active {
    opacity: 1
}

.slick-slider .slider {
    width: 100%;
    margin: 0
}

.slick-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%
}

.slick-slider .slick-slide {
    margin: 0px
}

.slick-slider .slick-slide img {
    width: 100%
}

.slick-slider .slick-prev:before,.slick-slider .slick-next:before {
    display: none
}

.slick-slider .slick-slide {
    opacity: .2
}

.slick-slider .slick-active {
    opacity: 1
}

.slick-slider .slick-current {
    opacity: 1
}

.slick-slider .slick-prev,.slick-slider .slick-next {
    overflow: hidden;
    position: absolute;
    top: 46%;
    display: block;
    width: 24px;
    height: 39px;
    text-indent: -9999px;
    background: transparent;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    z-index: 100;
    -webkit-filter: drop-shadow(4px 4px 6px rgba(0,0,0,0.2));
    filter: drop-shadow(4px 4px 6px rgba(0,0,0,0.2))
}

.slick-slider .slick-prev {
    left: 50px;
    background-image: url(assets/images/home-slideshow-arrow-left.svg)
}

.slick-slider .slick-next {
    right: 50px;
    background-image: url(assets/images/home-slideshow-arrow-right.svg)
}

.slick-slider .slick-dots {
    bottom: 80px
}

.slick-slider .slick-dots li {
    overflow: hidden;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0 14px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 9999px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-filter: drop-shadow(4px 4px 6px rgba(0,0,0,0.2));
    filter: drop-shadow(4px 4px 6px rgba(0,0,0,0.2))
}

.slick-slider .slick-slider .slick-dots li.slick-active {
    opacity: 1;
    background: #ffffff
}

.slick-slider .slick-dots li button {
    opacity: 0
}

.slick-slider .slick-dots li button:before {
    display: none
}

@media (max-width: 1200px) {
    .slick-slider .slick-prev {
        left:25px
    }

    .slick-slider .slick-next {
        right: 25px
    }

    .slick-slider .slick-dots {
        bottom: 50px
    }
}

@media (max-width: 768px) {
    .slick-slider .slick-prev,.slick-slider .slick-next {
        width:19px;
        height: 38px
    }

    .slick-slider .slick-prev {
        left: 16px
    }

    .slick-slider .slick-next {
        right: 16px
    }

    .slick-slider .slick-dots {
        bottom: 38px
    }

    .slick-slider .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 8px
    }
}

.fourofour-panel {
    overflow: hidden;
    clear: both;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 768px;
    background: #ccc;
    background: #c4c4c4;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.fourofour-panel .panel-arrow {
    display: block;
    position: absolute;
    bottom: 72px;
    left: 0;
    right: 0;
    width: 44px;
    height: 32px;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url(assets/images/about-panel-arrow.svg);
    margin: auto;
    -webkit-filter: drop-shadow(4px 4px 6px rgba(0,0,0,0.2));
    filter: drop-shadow(4px 4px 6px rgba(0,0,0,0.2));
    z-index: 1;
    cursor: pointer
}

.fourofour-panel .panel-inner {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fourofour-panel .panel-inner>div {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 0
}

.fourofour-panel .panel-inner .panel-image {
    display: block;
    max-width: 350px;
    margin: 0 auto
}

.fourofour-panel .panel-inner .panel-image img {
    width: 100%
}

.fourofour-panel .panel-inner .panel-text {
    display: block;
    max-width: 420px;
    color: #ffffff;
    font-family: "FranklinGothicURW-Boo";
    font-size: 28px;
    line-height: 48px;
    font-size: 1.45vw;
    line-height: 2.5vw;
    text-align: center;
    padding: 0 10px;
    margin: 0 auto;
    color: #707070;
    font-size: 14px;
    line-height: 21px;
    text-align: center
}

.fourofour-panel .panel-inner .panel-text span {
    display: block;
    margin-top: 20px;
    font-family: "FranklinGothicURW-Med";
    color: #464646;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    margin-top: 10px
}

.fourofour-panel .slide-button {
    display: inline-block;
    color: #ffffff;
    height: auto;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 20px;
    margin: 0;
    margin-top: 20px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    color: #464646;
    cursor: pointer
}

.fourofour-panel .slide-button:hover {
    text-decoration: none
}

@media (max-width: 992px) {
    .fourofour-panel .slide-button {
        font-size:14px;
        padding: 11px 16px;
        margin-top: 16px
    }
}

@media (max-width: 576px) {
    .fourofour-panel {
        min-height:640px
    }
}

#brx-content.wordpress {
width: 80% !important;
	max-width: 1280px !important;
margin: 10rem auto;
position: relative;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 1rem;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

