﻿@charset "utf-8";
	
/******Section Get Connected Start******/
section.sec-socmed {
	width: 100%;
    display: table;
    padding: 15px 0 50px 0;
}

section.sec-socmed-list {
    position: absolute;
    right: 20px;
    font-size: 1.2em;
}

.socmed-btn {
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

section.sec-socmed-title {
    width: 100%;
    text-align: center;
    font-size: 4em;
    text-transform: uppercase;
	font-family: 'Cocogoose', Arial, sans-serif;
}

section.sec-socmed-subTitle {
    width: calc(100% - 100px);
    text-align: center;
    text-shadow: 0 0 5px #7b7b7b;
    font-size: 2em;
    padding: 10px 50px;
    margin-top: -50px;
} 

section.sec-socmed-box {
    width: 100%;
    text-align: center;
}

section.sec-socmed-column {
    min-height: 350px;
    width: calc(33.3% - 33px);
    background-size: cover;
    background-position-x: 50%;
    display: inline-block;
    margin: 0 15px;
    position: relative;
}

section.sec-socmed-col-content {
    text-align: left;
    font-size: 1.2em;
    position: absolute;
    padding: 45px 25px 15px 25px;
}

.socmed-Ico {
	color: white;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 1.5em;
}
/******Section Get Connected End******/





/******Mobile Section******/
@media only screen and (max-width: 600px) {
	section.sec-socmed-title {
    font-size: 2.5em;
}
section.sec-socmed-list {
    position: unset;
    width: calc(100% - 30px);
    text-align: center;
    padding: 15px;
}
.socmed-btn.clr-fbBlue {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
}
section.sec-socmed-column {
    margin: 0 0 15px 0;
}
section.sec-socmed-subTitle.clr-skyBlue {
    padding: 10px 0 0 0;
    width: 100%;
}
}