.home-icone {
    text-align: center;
}

.single-portfolio .section.section-post-header {
    display: none !important;
}

.single-portfolio h2 {
    font-size: 42px;
}
.text-left {
    text-align: left;
}
#Subheader h1.title {
    font-size: 35px;
}
.single-portfolio .section.section-post-related {
    display: none !important;
}
.foot-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
    padding-bottom: 3px;
}

#Footer .widgets_wrapper {
    padding: 30px 40px !important;
}

.portfolio-template-default #Subheader {
    display: none;
}

.single-portfolio h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: -10px;
}

/********************Media Query*********************/
@media only screen and (min-width: 320px) and (max-width: 480px) {
  #Top_bar #logo img.logo-mobile {
    margin-left: -30px;
}
  .bloom-text {
    margin-top: -80px !important;
}
  .garden-text {
    margin-top: -70px !important;
    margin-bottom: -50px !important;
}
  #Subheader h1.title {
    line-height: 35px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .garden-text {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
}
}