/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.crunchify-link {
    padding: 2px 8px 4px 8px !important;
    color: white;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
.crunchify-link:hover,.crunchify-link:active {
    color: white;
}
.crunchify-twitter {
    background: #00aced;
}
.crunchify-twitter:hover,.crunchify-twitter:active {
    background: #0084b4;
}
.crunchify-facebook {
    background: #3B5997;
}
.crunchify-facebook:hover,.crunchify-facebook:active {
    background: #2d4372;
}
.crunchify-googleplus {
    background: #D64937;
}
.crunchify-googleplus:hover,.crunchify-googleplus:active {
    background: #b53525;
}
.crunchify-buffer {
    background: #444;
}
.crunchify-buffer:hover,.crunchify-buffer:active {
    background: #222;
}
.crunchify-pinterest {
    background: #bd081c;
}
.crunchify-pinterest:hover,.crunchify-pinterest:active {
    background: #bd081c;
}
.crunchify-linkedin {
    background: #0074A1;
}
 
.crunchify-linkedin:hover,.crunchify-linkedin:active {
    background: #006288;
}
.crunchify-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}