/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: May 07 2024 | 03:08:25 (pm)
/*
/******* Do not edit this file *******/

#navigation {
position: relative;
margin: 0 22%;
}
#logo img {
display: inline-block;
margin: 0 59%;
}

#lambda-featured-header-wrap {
  background-color: #f9f9f9 !important;
}
#lambda-featured-header-wrap {
background: rgba(143, 203, 246, 0.55) !important;
}
.lambda-featured-header-image {
  border: 7px solid white;
}
#header {
clear: both;
padding: 5px 0 0 0;
background-color: #FFF;
position: relative;
border-bottom: 1px dashed #d9d9d9
padding-bottom: 11px;
}

.master-builder {
  border: 2px solid #c2c2c2;
  box-shadow: 1px 1px 11px #C2C2C2;
  width: auto;
  height: auto;
}

.nav-wrap {
background-color: #f9f9f9 !important;
border-bottom: 2px dotted #D9D9D9;
border-top: 1px solid #D9D9D9;
margin-top: 9px;
}

.entry-title {
  display: none;
}

body.1 { margin: 50px; width: 600px; }
.testimonial1 {
    margin: 0;
    background: #99ccff;
    padding: 10px 50px;
    position: relative;
    font-family: Georgia, serif;
    color: #666;
    border-radius: 5px;
    font-style: italic;
    text-shadow: 0 1px 0 #ECFBFF;
    background-image: linear-gradient(#CEF3FF, #99ccff);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CEF3FF), to(#99ccff));
    background-image: -webkit-linear-gradient(top, #CEF3FF, #99ccff);
    background-image:    -moz-linear-gradient(top, #CEF3FF, #99ccff);
    background-image:     -ms-linear-gradient(top, #CEF3FF, #99ccff);
    background-image:      -o-linear-gradient(top, #CEF3FF, #99ccff);
}

.testimonial1:before, .testimonial1:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #999;
    font-style: normal;
}

.testimonial1:before {
    top: 0;
    left: 10px;
}

.testimonial1:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}

.arrow-down1 {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #99ccff;
    margin: 0 0 0 25px;
}

.testimonial-author1 {
    margin: 0 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    text-align:right;
}

.testimonial-author1 span {
    font-size: 12px;
    color: #666;
}

blockquote, blockquote p {
  text-align: left;
  border: none;
}
@media screen and (min-width: 482px) and (max-width: 1024px) {
#logo img {
display: inline-block;
margin: 0 34%;
}
}

@media screen and (max-width: 481px) {
  #logo img {
display: inline-block;
margin: auto;
}
}