/*
 Theme Name:   Sparrow Web Solutions
 Theme URI:    http://www.sweb.solutions
 Description:  SWeb.Solutions website theme - Berly child
 Author:       Sparrow Web Solutions
 Author URI:   http://www.sweb.solutions
 Template:     berly
 Version:      1.0
 Tags:         two-columns, custom-background, custom-colors, featured-images, theme-options
 Text Domain:  berly
*/
/* -------------------------------------------------------------- */

footer a{
    color: #fff;
    border-bottom: 3px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 0px;
}
footer a:hover{
    color: #fff;
    border-bottom: 3px solid rgba(255, 255, 255, 1);
}
footer .social{
    display: none;
}

#home h1 span.element{
    font-size: .7em;
    
    font-variant: normal;
}
#home h1 span.element:before{
    display: block;
    content: '';
}

#home h1{
    text-align: center;
    background: url('img/logo.png') top center no-repeat;
    background-size: auto 3em;
    padding-top: 3.2em;
    margin-top: 12px;
    font-variant: small-caps;
}

.contact-info li{
    white-space: nowrap;
}
.contact-info li a{
    color: rgb(65, 65, 65);
}
.contact-info li a:hover{
    text-decoration: underline !important;
}

#partners-and-references{
    text-align: center;
}
#partners-and-references h2{
    text-align: right;
    color: rgb(116, 129, 130);
    margin-bottom: 64px;
}

#partners-and-references .wpb_single_image{
    display: inline-block;
    margin: 64px 64px 32px 64px;
    vertical-align: middle;
}

#partners-and-references .wpb_single_image a img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    vertical-align: middle;
    transition-duration: 1s;
    
    height: 150px !important;
    max-height: 150px !important;
    min-height: 150px !important;
    
    width: auto !important;
    max-width: none !important;
    min-width: none !important;
}
#partners-and-references .wpb_single_image a:hover img{
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    transition-duration: 0.2s;
}

#partners-and-references .wpb_single_image figcaption{
    white-space: pre;
    height: 0px;
    margin-top: 12px;
    opacity: 0;
    transition-duration: 1s;
}
#partners-and-references .wpb_single_image:hover figcaption{
    opacity: 1;
    transition-duration: 0.2s;
}


@media (max-width: 640px) {
    #partners-and-references .wpb_single_image{
        margin-right: 0px;
        margin-left: 0px;
        display: block;
    }
    #partners-and-references .wpb_single_image a img{
        max-width: 100% !important;
        height: auto !important;
        min-height: auto !important;
    }
}

.about-text{
    text-align: justify;
}
.about-text pre{
    font-family: "Poppins", sans-serif;
    font-size: 0.8em;
    text-align: right;
}
.about-text h3{
    text-align: right;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 8px;
    color: rgb(51, 51, 51);
}

/******************************************************************************/
/******************************************************************************/
/* TEMP
/******************************************************************************/
/******************************************************************************/

#portfolio h2,
li#menu-item-159
{display: none !important;}

.about-text pre,
.about-text h3
{
    display: none !important;
}

/******************************************************************************/
/******************************************************************************/
/* END TEMP
/******************************************************************************/
/******************************************************************************/

.services-column .owl-carousel{
    margin-top: 30px !important;
    margin-bottom: 45px !important;
}

.pt60{
    padding-top: 60px !important;
}

.pb20{
    padding-bottom: 20px !important;
}

.diagonal.home-left, .diagonal.home-right path {
    fill: #fff !important;
    stroke: #fff !important;
}

.diagonal-white{
    margin-bottom: -9px !important;
}

.page-title{
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 60px;
}

.page-content h3{
    padding-top: 30px;
    font-size: 20px;
}

.page-content h2{
    font-weight: bold;
    font-size: 23px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.page-content li{
    font-size: 14px;
    list-style-type: disc;
    list-style-position: inside;
}

.page-content li ul{
    margin-left: 20px;
}
.page-content li ul li{
    list-style-type: circle;
}
.page-content li ul li ul li{
    list-style-type: square;
}