/**
 * 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
 */

/*********** ADD YOUR CUSTOM CSS CODE BELOW THIS LINE: ***********/
.vc_general a {
    color: #ffffff !important;
}
.hometitlespecial {
    font-size: 175%;
}
.vc_color-info.vc_message_box {
    color: #ffffff !important;
    border-color: #C16D4A !important;
    background-color: #C16D4A !important;
}
.vc_color-info.vc_message_box .vc_message_box-icon {
    color: #ffffff !important;
}
#main-menu {
    height: 51px !important;
}
#logo {
    padding: 0 0 0 41px;
}
.slider-text {
	text-shadow: 3px 2px 3px #ffffff !important;
}
.vc_single_image-wrapper.vc_box_shadow_border_circle {
    padding: 16px !important;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
    background: #C16D4A;
}
/**** 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 ****/

@media screen and (max-width: 480px){
#logo {
    padding: 0 0 0 10px !important;
}
}
@media screen and (max-width: 959px) and (min-width: 481px) {
#logo {
    padding: 0 0 0 18px !important;
}
}