/*
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 : 19/03/2019, 05:11:07 PM
    Author     : Diego Vargas
*/
* img {
    max-width: 100%;
    object-fit: contain;
}

.pages-forms {
    max-width: 550px;
    margin: 0 auto;
}
.pages-forms:not(.md-form-wrapper) {
    padding: 20px;
    background: #ececec;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.pages-forms:not(.md-form-wrapper) input,
.pages-forms:not(.md-form-wrapper) select,
.pages-forms:not(.md-form-wrapper) textarea {
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    background: #fff;
}
.pages-forms:not(.md-form-wrapper) input,
.pages-forms:not(.md-form-wrapper) select,
.pages-forms:not(.md-form-wrapper) textarea {
    margin: 10px auto;
}
.pages-forms:not(.md-form-wrapper) button {
    height: auto;
    width: 100%;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    padding: 8px;
}


.row.social-content {
    box-shadow: 0px 5px 28px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 5px 28px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 5px 28px rgba(0, 0, 0, 0.19);
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.row.text_feed {
    border-bottom: 1px #dddddd solid;
    padding-bottom: 12px;
}

.twitter_content a span.social_name {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding: 0;
    display: inline-block;
}
.profile_facebook_home {
    background: white;
    padding: 14px;
    position: relative;
}
.profile_facebook_home .row .col {
    padding: 5px 0px 5px 14px;
}
.profile_twitter_feed img {
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.twitter_content a {
    font-size: 12px;
    color: #A1A1B1;
}

.row.social-content .social-posts {
    font-size: 12px;
    color: #727272;
    font-family: Arial, sans-serif;
    height: 285px;
    overflow-y: auto;
    margin-bottom: 15px;
}
.row.home-reviews {
    font-family: Arial, sans-serif;
    font-size: 14px;
    max-width: 1258px;
    margin: 0 auto;
}
.row.home-reviews .social-content {
    overflow: hidden;
    height: 360px;
}
.row.home-reviews .social-content .row.reviews-content {
    margin-left: 0;
    margin-right: 0;
    height: 250px;
    overflow-y: auto;
}
.row.reviews-content {
    padding: 20.5px 16.5px;
}
.row.reviews-content .row {
    margin: 0 5px 15px 5px;
}
.row.reviews-content .row.description {
    margin-bottom: 35px;
}

.row .facebook-header {
    background-color: #45619d;
}

.row .twitter-header {
    background-color: #29a9e0;
}
.row .instagram-header {
    background-color: #2e5e86;
}

.row .social-header img {
    padding: 13px 19px;
    float: left;
}
.social-posts .profile_instagram {
    padding: 17px;
}
.social-posts .profile_instagram .col {
    padding: 3px 2px !important;
}

.social-posts .profile_twitter_feed .col.s3 {
    padding: 3px 6px !important;
}

.row .social-header span {
    display: inline-block;
    padding: 14px 0 12px 0;
    font-size: 16px;
    color: #ffffff;
}
.homeContent .videoBox {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 50%;
}
.socialContent, .homeContent {
    max-width: 1440px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 5px 28px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 5px 28px rgba(0, 0, 0, 0.19);
}