/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 11, 2015, 10:59:39 AM
    Author     : jjrodr
*/

#page-content {
    margin-top: 1.5em;
}

#facebook-section, #twitter-section, #youtube-section, #instagram-section, #pinterest-section, #linkedin-section {
    margin-top: -80px;
    padding-top: 100px;
}

.content-container {
    margin-left: -15px;
    margin-right: -15px;
}

.twitter-container .social-media-link-wrapper {
    padding-top: 10px;
    padding-bottom: 50px;
}

.social-media-link-wrapper {
    box-sizing: border-box;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 35px;
    float: left;
    overflow: hidden;
}

.youtube-container .social-media-link-wrapper {
    width: 33.3333%;
}

.googleplus-container .social-media-link-wrapper {
    height: 300px;
}

.linkedin-container .social-media-link-wrapper {
    width: 100%;
}

.instagram-tite {
    margin-bottom: 5px;
    color: #999;
}

@media only screen and (max-width: 960px) {
    #page-content {
        margin-top: 0px;
    }
    
    .social-media-link-wrapper {
        width: 33.333%;
    }
    
    .youtube-container .social-media-link-wrapper {
        width: 50%;
    }
}

@media only screen and (max-width: 660px) {
    .section_social-all .heading-diag-lines span:after {
        display: inline-block;
    }
    
    .section_social-all .heading-diag-lines {
        white-space: nowrap;
    }
    
    .social-media-link-wrapper {
        display: block;
        width: auto !important;
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 420px) {
    .content-container {
        text-align: center;
    }
}

.fb-like-box {
    margin-left: -10px;
}

@media only screen and (max-width: 660px) {
    .fb-like-box {
        margin-left: 0px;
    }
    
    .heading-diag-lines span:after {
        display: inline-block !important;
    }
    
    .heading-diag-lines {
        white-space: nowrap !important;
    }
}
