/*   
Theme Name: PAISSAN
Author: Paissan & Partners
Version: 1.0.2
Author URI: https://www.paissan.com/
Theme URI: http://www.
Description: -
License: GPL V3
License URI: https://www.gnu.org/licenses/gpl.html
Tags: -
*/


.gallery-caption {}
.commentlist .bypostauthor {}
.wp-caption {
	max-width:100%;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	margin: 0px 0px 10px 0px;
	border-radius: 0px;
}
.wp-caption img {
	margin: 0 0 10px 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: .80em;
line-height: 17px;
padding: 0 5px;
margin: 0;
}

.sticky {}
.alignright { float: right; margin-left:20px; margin-bottom:10px; }
.alignleft { float: left; margin-right:20px; margin-bottom:10px; }
.aligncenter { float: none; text-align: center;}


/* Contact Info Box */
.contact-info-box .contact-info-item + .contact-info-item {
    margin-top: 10px;
}
.contact-info-box .contact-info-item .contact-text {
    width: 30px;
    float: left;
}
.contact-info-box .contact-info-item .contact-text i {
    font-size: 24px;
}
.contact-info-box .contact-info-item .contact-text i.fa-envelope {
    font-size: 20px;
}
.contact-info-box .contact-info-item .contact-value {
    margin-left: 35px;
}

.contact-info-box ul.hours li {
    border-top: 1px dotted rgba(255, 255, 255, 0.1);
}
.contact-info-box ul.hours li:first-child {
    border-top: none;
}
.contact-info-box ul.hours span {
    float: right;
    font-weight: bold;
}


/* SPAZIO MOBILE */
@media (max-width: 979px) {

/*.section, .banner, footer, .bottom-line {padding:40px 15px; }*/
.logo > a > img {max-width: 90%;}
.header-info-block .header-info-text {font-size:12px;}
.header-info-block {padding-left: 0.1em;margin-top: 1em;}
.social-links > ul {margin-top: 1.5em;}
h2 {font-size: 28px;}

}



/*************************

SOCIAL

*************************/
.social-share {font-size:inherit;}
.social-box {
    display: block;
    margin: 35px 0;
    text-align:center;
    color: #ccc;
}

.social-box:last-of-type {
    margin: 35px 0;
}

.social-btn {
    display: block;
    width: 100%;
}

a.col-2.sbtn span {
    display: none;
}

a.col-1.sbtn {
    width: 180px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    margin: 0 0.5% 0 0;
    font-size: 15px;
}

a.col-1.sbtn span {
    margin: 0 0 0 15px;
}

a.col-2.sbtn {
    width: 6%;
    display: inline-block;
    text-align: center;
    border-radius: 36px;
    padding: 10px;
    color: #fff;
    margin: 0 0.5% 0 0;
    line-height: 1.825 !important;
    max-width: 48px;
    min-width: 36px;
}

.s-twitter, .s-facebook, .s-googleplus, .s-whatsapp, .s-linkedin, .s-pinterest {background:#ccc;}
.s-twitter::before {
    font-family: fontawesome;
    content: '\f099';
}
.s-twitter:hover {
    background: #03A9F4; /*#0093d6;*/
}
.s-facebook::before {
    font-family: fontawesome;
    content: '\f09a';
}
.s-facebook:hover {
    background: #3F51B5; /*#2f409f;*/
}
.s-googleplus::before {
    font-family: fontawesome;
    content: '\f0d5';
}
.s-googleplus:hover {
    background: #F44336; /*#c82c21;*/
}
.s-whatsapp::before {
    font-family: fontawesome;
    content: '\f232';
}
a.col-2.sbtn.s-whatsapp:hover {
    background: #4CAF50; /*#3d9440;*/
}
.s-linkedin::before {
    font-family: fontawesome;
    content: '\f0e1';
}
a.col-2.sbtn.s-linkedin:hover {
    background: #1a7baa; /*#136288;*/
}
.s-pinterest::before {
    font-family: fontawesome;
    content: '\f231';
}
a.col-2.sbtn.s-pinterest:hover {
    background: #bd081c; /*#a10718;*/
}



/*.s-buffer {
	background: #ced7df;
}
.s-buffer::before {
    font-family: fontawesome;
    content: '\e804';
}
a.col-2.sbtn.s-buffer:hover {
    background: #c3c5c8;
}*/

/********************************
////// Important
*******************************/

.social-btn a:last-of-type {
    margin: 0;
}


@media only screen and (max-width: 1200px) {
    a.col-1.sbtn {
        width: 180px;
        display: inline-block;
        text-align: center;
        border-radius: 50px;
        padding: 10px;
        color: #fff;
        margin: 0 0.5% 0 0;
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    a.col-1.sbtn {
        width: 46px;
    }

    a.col-1.sbtn span {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .s-whatsapp {
	display: none !important;
    }
}

