/**
 * Theme Name: U-Design Child
 * Theme URI: https://udesigntheme.com/envato-market/
 * Description: This is a child theme of U-Design.
 * Author: Andon
 * Author URI: https://1.envato.market/OdObz
 * Template: u-design
 * Version: 1.0.0
 */

/** 
 * IMPORTANT: By default this file is not loaded since it has no CSS preloaded. Loading it blank
 * will result in a CSS file needlessly being loaded. This will usually not affect the site appearance, 
 * but it's inefficient and extends your page's loading time.
 * 
 * If you decide to use this file make sure to enable it from the theme's 'General Options' section first, 
 * it's the last checkbox called 'Custom Styles'.
 */
                 
/*********** ADD YOUR CUSTOM CSS CODE BELOW THIS LINE: ***********/




#main-menu {
    height: 54px !important;
}
@media screen and (min-width: 720px) {
.u-design-fixed-menu-on.fixed-menu #top-wrapper {
    opacity: 1 !important;
}
}
.custom-phone {
    font-size: 34px;
    color: #33849f;
    display: inline-block;
}
.testimonials-signature {
	padding-top: 25px;
	text-align: right;
	font-size: 58px;
	color: #623A14;
	font-family: 'Mr De Haviland', cursive;
}
.testimonials-signature-home {
	padding-top: 15px;
	text-align: right;
	font-size: 46px;
	color: #623A14;
	font-family: 'Mr De Haviland', cursive;
}
.testimonials-location {
	text-align: right;
	padding-top: 10px;
}
blockquote.bq-dark-2::before, blockquote.bq-light-2::before {
    opacity: .4;
}
.fa-lg {
     font-size: 32px !important;
	margin-right: -5px !important;
	    line-height: 32px !important;
}
@media screen and (max-width: 959px) {
#dropdown-holder {
    background: #8BB83E !important;
}
}
 .fixed-background-image {
     background-attachment: fixed;
}
/**** START POPUP BUTTONS ****/
 .bld-step-1-el-0 {
     width: 100%;
     height: 100%;
}
 .bld-step-1-el-0 img {
     -webkit-transition: all 1s ease;
    /* Safari and Chrome */
     -moz-transition: all 1s ease;
    /* Firefox */
     -o-transition: all 1s ease;
    /* IE 9 */
     -ms-transition: all 1s ease;
    /* Opera */
     transition: all 1s ease;
}
 .bld-step-1-el-0:hover img {
     -webkit-transform:scale(1.1);
    /* Safari and Chrome */
     -moz-transform:scale(1.1);
    /* Firefox */
     -ms-transform:scale(1.1);
    /* IE 9 */
     -o-transform:scale(1.1);
    /* Opera */
     transform:scale(1.1);
}
 .bld-step-1-el-1 {
     width: 100%;
     height: 100%;
}
 .bld-step-1-el-1 img {
     -webkit-transition: all 1s ease;
    /* Safari and Chrome */
     -moz-transition: all 1s ease;
    /* Firefox */
     -o-transition: all 1s ease;
    /* IE 9 */
     -ms-transition: all 1s ease;
    /* Opera */
     transition: all 1s ease;
}
 .bld-step-1-el-1:hover img {
     -webkit-transform:scale(1.1);
    /* Safari and Chrome */
     -moz-transform:scale(1.1);
    /* Firefox */
     -ms-transform:scale(1.1);
    /* IE 9 */
     -o-transform:scale(1.1);
    /* Opera */
     transform:scale(1.1);
}
/**** END POPUP BUTTONS ****/









