
#frame_post .paddock-wall-container .controls {
    border: 1px solid #e9eaed;
    border-top: none;
    height: 40px;
    width: 100%;
    padding: 10px;
    text-align: center;
    position: relative;
}
#frame_post .paddock-wall-container .controls .fa {
    margin-right: 10px;
    margin-left: 10px;
}
#frame_post .paddock-wall-container .controls .fa span {
    margin-left: 30px;
}
.tabs-input {
	width: 100%;
    min-height: 50px;
    max-height: 50px;
}
.tabs-input .paddock-privacy {
	line-height: 40px;
    right: 20px;
    float: right;
    position: relative;
    text-align: right;
	padding: 5px 0;
}
#privacy-selector {
	max-width: 150px;
    float: right;
    padding: 0 10px;
    background: #f5f6f7;
    border: 1px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.privacy_statement {
    max-width: 250px;
    position: absolute;
    right: 10px;
    top: 50px;
    padding: 0 30px;
    background: #f5f6f7;
	border: 1px solid;
    color: #1d2129;
    font-size: 15px;
    z-index: 1000;
    line-height: 30px;
    border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    -webkit-border-radius: 10px 0px 10px 0px;
	 -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: transform 0.5s ease, top 0.5s ease;
	
}

.privacy_statement li {
	cursor: pointer;
	padding-top: 10px;
}

.privacy_statement li.checked:before {
	content: " ";
	background: url(../img/wVts1H0_U9M.png) 6px 6px no-repeat;
	width: 30px;
    height: 30px;
    position: absolute;
    left: 45px;
}

.privacy_1 {
	background-image:url(../img/hvg6hCBn-HD.png);
	background-size: auto;
    background-repeat: no-repeat;
	width: 16px;
    height: 16px;
    background-position: 0 -1689px;
}
.privacy_2 {
	background-image:url(../img/hvg6hCBn-HD.png);
	background-size: auto;
    background-repeat: no-repeat;
	width: 16px;
    height: 16px;
    background-position: 0 -1638px;
}
.privacy_3 {
	background-image:url(../img/hvg6hCBn-HD.png);
	background-size: auto;
    background-repeat: no-repeat;
	width: 16px;
    height: 16px;
    background-position: 0 -1604px;
}
.privacy_4 {
	background-image:url(../img/hvg6hCBn-HD.png);
	background-size: auto;
    background-repeat: no-repeat;
	width: 16px;
    height: 16px;
    background-position: 0 -1740px;
}
.tabs-input .paddock-privacy .fa, .tabs-input .paddock-privacy span.privacy, .tabs-input .paddock-privacy .selector {
	margin-right: 10px;
	display: inline-block!important;
}
.paddock-wall-container .content_post_container {
	    background-color: #f2f3f5;
	  border: 1px solid #e5e6e9;
	border-bottom: none;
	position: relative;
}

.content_post_container .fa.open_smiley {
	height: 20px;
	width: 20px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.paddock-wall-container .content_post_container .thumb_user {
	float: left;
	padding: 10px 0 0 10px;
}
.paddock-wall-container .content_post_container .thumb_user img {
	border-radius: 50%;
}
.paddock-wall-container #post_content_editable {
	
   
	min-height: 200px;
	background-color: #f2f3f5;
    color: #1e1e1e;
    padding: 7px;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 2px;
	padding-left: 80px;
	padding-top: 20px;
    width: 100%!important;
	line-height: 20px;
  
    resize: none;
    outline: 0;
	
}

[contenteditable=true]:empty:before{
  content: attr(placeholder);
  display: block; /* For Firefox */
}
div[contenteditable=true] {
  border: 1px dashed #f2f3f5;
   padding: 5px;
}
#post_content_editable.expand {
	height: 200px;
}
#post_content_editable_editable {
	margin: 10px 30px 20px 10px;
    padding-left: 10px;
    line-height: 60px;
    position: relative;
    display: flex;
}
#post_content_editable_editable .thumb_user img {
	border-radius: 50%;
}
.post_content_editable_editable {
	
   margin: 10px 30px 5px 10px;
    padding-left: 10px;
    line-height: 60px;
    position: relative;
    display: flex;
}
.post_content_editable_editable .thumb_user {
	float: left;
}
.post_content_editable_editable .thumb_user img {
	border-radius: 50%;
}
.post_content_editable_editable.wall .thumb_user img {
	height: 40px;
		
}
.post_content_editable_editable_content {
	line-height: 60px;
    margin-left: 10px;
    background-color: #f2f3f5;
    color: #1c1e21;
    min-height: 60px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid;
}
.post_content_editable_editable.wall .post_content_editable_editable_content {
	max-height: 50px;
    line-height: 50px;
    min-height: unset;
}
.paddock_wall_action {
	min-height: 50px;
	background-color: #1c0303;
}
#post_submit, .comment_submit {
    padding: 3px 20px;
    display: block;
    margin-top: 6px;
    margin-bottom: 5px;
    background-color: #1c0303;
    float: right;
    width: 150px;
    height: 30px;
    margin: 15px 10px;
    color: white;
    font-weight: bold;
}

.open_smiley, .add_picture, .tag_friends, .position_map {
	background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 20px;
		
	
}
.open_smiley {
	background-image: url(../img/hvg6hCBn-HD.png);
	background-position: 0 -485px;
	
	
	
}
.add_picture {
	background-image: url(../img/hvg6hCBn-HD.png);
	background-position: 0 -884px;
	
	
}
.tag_friends {
	background-image:url(../img/hvg6hCBn-HD.png);
	background-position: 0 -548px;
	
}
.position_map {
	background-image: url(../img/hvg6hCBn-HD.png);
	background-position: 0 -905px;
	
}

@media screen and (max-width: 480px) {
	.paddock-wall-container-data {
		border:unset;
    	border-bottom: 1px solid;
    	padding-top: 10px;
	}
	
}
.paddock-wall-container #open_content_post {
    min-height: 100px;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    padding-left: 80px;
    line-height: 70px
}

#post_content_editable .joypixels-40-people {
	float: left;
	margin: 0 20px;
}

#frame_post {
	width: 100%;
	height: auto;
    border-radius: 10px;
    transition: all .3s;
	overflow-y: visible;
}
#frame_post .styled-file {
	display: none;
}
#frame_post .paddock-wall-container .controls {
    border: 1px solid #e9eaed;
    border-top: none;
    height: 40px;
    width: 100%;
    padding: 10px;
    text-align: center;
    position: relative;
}
#frame_post .paddock-wall-container .controls .fa {
    margin-right: 10px;
    margin-left: 10px;
}
#frame_post .paddock-wall-container .controls .fa span {
    margin-left: 30px;
}
.tabs-input {
	width: 100%;
    min-height: 50px;
    max-height: 50px;
}
.tabs-input .paddock-privacy {
	line-height: 40px;
    right: 20px;
    float: right;
    position: relative;
    text-align: right;
	padding: 5px 0;
}
#privacy-selector {
	max-width: 150px;
    float: right;
    padding: 0 10px;
    background: #f5f6f7;
    border: 1px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.privacy_statement {
    max-width: 250px;
    position: absolute;
    right: 10px;
    top: 50px;
    padding: 0 30px;
    background: #f5f6f7;
	border: 1px solid;
    color: #1d2129;
    font-size: 15px;
    z-index: 1000;
    line-height: 30px;
    border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    -webkit-border-radius: 10px 0px 10px 0px;
	 -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: transform 0.5s ease, top 0.5s ease;
	
}

.privacy_statement li {
	cursor: pointer;
	padding-top: 10px;
}

.privacy_statement li.checked:before {
	content: " ";
	background: url(../img/wVts1H0_U9M.png) 6px 6px no-repeat;
	width: 30px;
    height: 30px;
    position: absolute;
    left: 45px;
}

.privacy_1 {
	background-image:url(../img/hvg6hCBn-HD.png);
	background-size: auto;
    background-repeat: no-repeat;
	width: 16px;
    height: 16px;
    background-position: 0 -1689px;
}
.privacy_2 {
	background-image:url(../img/hvg6hCBn-HD.png);
	background-size: auto;
    background-repeat: no-repeat;
	width: 16px;
    height: 16px;
    background-position: 0 -1638px;
}
.privacy_3 {
	background-image:url(../img/hvg6hCBn-HD.png);
	background-size: auto;
    background-repeat: no-repeat;
	width: 16px;
    height: 16px;
    background-position: 0 -1604px;
}
.privacy_4 {
	background-image:url(../img/hvg6hCBn-HD.png);
	background-size: auto;
    background-repeat: no-repeat;
	width: 16px;
    height: 16px;
    background-position: 0 -1740px;
}
.tabs-input .paddock-privacy .fa, .tabs-input .paddock-privacy span.privacy, .tabs-input .paddock-privacy .selector {
	margin-right: 10px;
	display: inline-block!important;
}
.paddock-wall-container .content_post_container {
	    background-color: #f2f3f5;
	  border: 1px solid #e5e6e9;
	border-bottom: none;
	position: relative;
}
.content_post_container .fa.open_smiley {
	height: 20px;
	width: 20px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.paddock-wall-container .content_post_container .thumb_user {
	float: left;
	padding: 10px 0 0 10px;
}
.paddock-wall-container .content_post_container .thumb_user img {
	border-radius: 50%;
}
.paddock-wall-container #post_content_editable {
	min-height: 200px;
    background-color: #f2f3f5;
    color: #1e1e1e;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 80px;
    width: 100%!important;
    line-height: 40px;
    resize: none;
    outline: none;
}





div[contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block; /* For Firefox */
}
div[contenteditable=true]:focus:before {
  content: "";
  display: block; /* For Firefox */
}
div[contenteditable=true] {
	white-space: nowrap;
  border: 1px dashed #f2f3f5;
   padding: 5px;
}
#post_content_editable.expand {
	height: 200px;
}
#post_content_editable_editable {
	margin: 10px 30px 20px 10px;
    padding-left: 10px;
    line-height: 60px;
    position: relative;
    display: flex;
}
#post_content_editable_editable .thumb_user img {
	border-radius: 50%;
}
.post_content_editable_editable {
	
   margin: 10px 30px 5px 10px;
    padding-left: 10px;
    line-height: 60px;
    position: relative;
    display: flex;
}
.post_content_editable_editable .thumb_user {
	float: left;
}
.post_content_editable_editable .thumb_user img {
	border-radius: 50%;
}
.post_content_editable_editable.wall .thumb_user img {
	height: 40px;
		
}
.post_content_editable_editable_content {
	line-height: 60px;
    margin-left: 10px;
    background-color: #f2f3f5;
    color: #1c1e21;
    min-height: 60px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid;
}
.post_content_editable_editable.wall .post_content_editable_editable_content {
	max-height: 50px;
    line-height: 50px;
    min-height: unset;
}
.paddock_wall_action {
	min-height: 50px;
	background-color: #151515;
}
#post_submit, .comment_submit {
    padding: 3px 20px;
    display: block;
    margin-top: 6px;
    margin-bottom: 5px;
    background-color: #1c0303;
    float: right;
    width: 150px;
    height: 30px;
    margin: 15px 10px;
    color: white;
    font-weight: bold;
}

.open_smiley, .add_picture, .tag_friends, .position_map {
	background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 20px;
		
	
}
.open_smiley {
	background-image: url(../img/hvg6hCBn-HD.png);
	background-position: 0 -485px;
	
	
	
}
.add_picture {
	background-image: url(../img/hvg6hCBn-HD.png);
	background-position: 0 -884px;
	
	
}
.tag_friends {
	background-image:url(../img/hvg6hCBn-HD.png);
	background-position: 0 -548px;
	
}
.position_map {
	background-image: url(../img/hvg6hCBn-HD.png);
	background-position: 0 -905px;
	
}

@media screen and (max-width: 480px) {
	.paddock-wall-container-data {
		border:unset;
    	border-bottom: 1px solid;
    	padding-top: 10px;
	}
	
}

#activity-post-container {
    position: relative
}

#FramePicture {
    position: fixed;
    top: 15%;
    left: 10%;
    right: 10%;
    z-index: 20000;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transition: .5s
}

#FramePost {
    left: 0;
    top: 0;
    z-index: 20000;
    position: absolute;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transition: .5s
}

.post-smiley-panel {
	position: absolute;
    width: 50%;
    right: 10px;
    min-height: 300px;
    z-index: 100;
    background: white
}

#ogg_output, .ogg_output {
    display: none;
    overflow: hidden;
    height: auto !important;
    width: 100%;
    cursor: text;
    font-size: 12px;
    z-index: 999;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f2f3f5;
    color: #2b5470;
    border: 1px solid #EEE;
}

.Iframe_overlay {
    position: fixed;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: .6;
    height: 100%;
    width: 100%;
    background: #333;
    z-index: 100
}

.generic_layout_container.layout_core_container_tabs.profile_cover_photo_tabs {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
    color: #000;
    border-radius: 2px
}

.profile_cover_photo_tabs .tabs_alt {
    background: #000;
    margin: -8px 0 10px
}

.profile_cover_photo_tabs .tabs_alt>ul {
    margin: 0;
    text-align: left;
    display: inline-table;
    width: 100%
}

.profile_cover_photo_tabs .tabs_alt>ul>li {
    float: left
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li {
    float: left
}

.tabs-input {
    background-color: #151515;
    border: 1px solid #b2b2b2;
    position: relative
}

.tabs-input .wall-tabs {
    border: unset;
    margin-top: 5px
}

.paddock-wall-container .wall-tabs .item {
    padding: 10px;
    display: inline-flex;
    cursor: pointer;
    font-weight: 700;
    font-size: 13px;
    color: #b2b2b2
}

.paddock-wall-container-menu-post .fa {
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer
}

.paddock-wall-container i {
    font-size: 20px
}


.paddock-wall-container .content_post_container .thumb_user {
    float: left;
    padding: 10px 0 0 10px
}

.paddock-wall-container .content_post_container .thumb_user img {
    border-radius: 50%
}

div[contenteditable=true] {
    border: 1px dashed #f2f3f5;
    padding: 5px
}

.tabs-input .paddock-privacy .fa,
.tabs-input .paddock-privacy .selector,
.tabs-input .paddock-privacy span.privacy {
    margin-right: 10px;
    display: inline-block!important
}

.paddock-wall-container-data {
    border: 1px solid #b2b2b2
}
#activity-feed > li, ul.feed > li, .layout_advancedactivity_on_this_day, .layout_advancedactivity_greeting, .aaf_feed_box_container #activity-post-container, .aaf_feed_box_container #aaf-twitter-post-container, .aaf_feed_tip, .aaf_tabs_feed, .aaf_feed_loading {
    background-color: #151515;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.layout_activity_feed ul.feed > li {
    margin-bottom: 5px;
    padding: 10px;
	border-top-width: 1px;
	margin-top: 10px;
}
.headerpost {
    display: inline-flex;
	margin-bottom: 20px;
}
ul.feed .feed_item_photo {
    margin-right: 15px;
}
ul.feed .feed_item_photo > a {
    text-decoration: none;
}
ul.feed .feed_item_photo > a > img {
    display: block;
    border-radius: 50%;
}
ul.feed .feed_item_body {
    overflow: hidden;
    padding: 30px;
    background-color: #f2f3f5;
    color: #1c1e21;
    margin: 20px 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(48,37,48,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(48,37,48,1);
    box-shadow: 5px 5px 5px 0px rgba(48,37,48,1);
}
.feed_item_copyright {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
	letter-spacing: 1.5px;
}
.feedAudienceIcon_1 {
	background-image: url(../../img/wZ63AX56YNq.png);
	width: 10px;
    height: 11px;
    background-position: -87px -366px;
    background-size: 103px 379px;
    background-repeat: no-repeat;
    display: inline-block;
}
.feedAudienceIcon_2, .feedAudienceIcon_3 {
	background-image: url(../../img/wZ63AX56YNq.png);
	width: 12px;
    height: 12px;
    background-position: 0 -366px;
    background-size: 103px 379px;
    background-repeat: no-repeat;
    display: inline-block;
}
.feedAudienceIcon_4 {
	background-image: url(../../img/sm4dHgdos3I.png);
	width: 12px;
    height: 12px;
    background-position: -34px -1046px;
    background-size: 61px 1076px;
    background-repeat: no-repeat;
    display: inline-block;
}
.feed_item_copyright .post_edit {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    cursor: pointer;
}
.feed_item_reaction {
    min-height: 30px;
    position: relative;
    color: #1c1e21;
    background-color: #f2f3f5;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	display: none;
}
.feed_item_reaction.active {
	display: block;
}
.show_react {
    position: absolute;
    background-color: #151515;
    color: #b2b2b2;
    padding: 10px;
    opacity: 0;
}
.icone_react {
    display: table-row;
}
.icone_react span {
    display: table-cell;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
}
.icone_react .icon_prepend, .icone_react .icon_nblike {
    padding: 5px;
}
.icone_react span {
    display: table-cell;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
}
.mini_1 {
	background-image: url(../../img/minicone.png);
	background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 -526px;
	transform: none;
	height: 16px;
	width: 16px;
}
.mini_6 {
	background-image: url(../../img/minicone.png);
	background-repeat: no-repeat;
    background-size: auto;
    background-position: -17px -475px;
	transform: none;
	height: 16px;
	width: 16px;
}
.mini_4 {
	background-image: url(../../img/minicone.png);
	background-repeat: no-repeat;
    background-size: auto;
    background-position: -17px -441px;
	transform: none;
	height: 16px;
	width: 16px;
}
.mini_3 {
	background-image: url(../../img/minicone.png);
	background-repeat: no-repeat;
    background-size: auto;
    background-position: -17px -492px;
	transform: none;
	height: 16px;
	width: 16px;
}
.mini_2 {
	background-image: url(../../img/minicone.png);
	background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 -543px;
	transform: none;
	height: 16px;
	width: 16px;
}
.mini_5 {
	background-image: url(../../img/minicone.png);
	background-repeat: no-repeat;
    background-size: auto;
    background-position: -17px -509px;
	transform: none;
	height: 16px;
	width: 16px;
}

.post_reaction {
    margin-top: 5px;
    min-height: 30px;
    position: relative;
    color: #b2b2b2;
    background-color: #f2f3f5;
    padding: 10px;
    display: flex;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.react_icone {
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-flex;
    position: absolute;
    top: -50px;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition-duration: 1s;
}
.react_icone.scale {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.animated_like {
    cursor: pointer;
}
.animated_like img {
    height: 60px;
}
.react_action {
    align-items: center;
    color: #606770;
    display: flex;
    flex: 1 0;
    font-weight: 600;
    height: 32px;
    justify-content: center;
    line-height: 14px;
    padding: 0 2px;
    position: relative;
    text-decoration: none;
    transition: 400ms cubic-bezier(.08,.52,.52,1) transform;
}
.react_like {
    background-image: url(../../img/commentIcone.png);
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: -19px -131px;
    margin-right: 10px;
}
.react_comment {
    background-image: url(../../img/commentIcone2.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -42px -249px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.react_share {
    background-image: url(../../img/commentIcone2.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -61px -249px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
}
.gallery-image:hover {
	transform: scale(1.15);
}

#comment_post {
    margin: 10px 30px 20px 10px;
    padding-left: 10px;
    line-height: 60px;
    position: relative;
    display: flex;
}
.comment_post {
    margin: 10px 30px 5px 10px;
    padding-left: 10px;
    line-height: 60px;
    position: relative;
    display: flex;
}
.comment_post .thumb_user {
    float: left;
}
.comment_post.wall .content_comment {
    padding: 10px;
    line-height: 15px;
    min-height: unset;
	height: 40px;
}
.sub_react {
    color: #b2b2b2;
    text-align: left;
    margin-left: 100px;
}
.sub_react span {
    margin-right: 20px;
    cursor: pointer;
}
.subcomment {
    margin-left: 50px;
}
#comment_post .thumb_user img {
    border-radius: 50%;
}
.content_comment {
    
    margin-left: 10px;
    background-color: #f2f3f5;
    color: #1c1e21;
   
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid;
}
.comment_post_content {
    line-height: 60px;
    margin-left: 10px;
    background-color: #f2f3f5;
    color: #1c1e21;
    min-height: 60px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid;
}
#comment_post .fa {
    line-height: 60px;
    cursor: pointer;
    font-size: 20px;
}
#comment_post .fa-camera {
    position: absolute;
    right: 20px;
    top: 0;
}
#comment_post .fa-smile-o {
    position: absolute;
    right: 60px;
    top: 0;
}

@media (min-width: 768px){
	
 	.gallery {
    	display: flex;
    	flex-wrap: wrap;
    	margin: 2rem -1rem;
	}
	
.gallery-item {
    flex: 1 0 24rem;
    margin: 1rem;
    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
}

@media (max-width: 767px){
	
	#activity-feed > li, ul.feed > li, .layout_advancedactivity_on_this_day, .layout_advancedactivity_greeting, .aaf_feed_box_container #activity-post-container, .aaf_feed_box_container #aaf-twitter-post-container, .aaf_feed_tip, .aaf_tabs_feed, .aaf_feed_loading {
		border-radius: unset;
		padding: 0;
	}
	.generic_layout_container > h3 {
		font-size: 12px;
	}
	ul.feed .feed_item_body {
		margin: unset;
		padding: 0px;
		overflow: visible;
	}
	.headerpost {
		background: rgb(21, 21, 21);
	}
	.feed_item_copyright {
		font-size: 10px;
    padding-top: 10px;
	}
	.feed_item_reaction.active {
		border-radius: unset;
	}
	.post_reaction {
		margin: 0;
    border-radius: unset;
	}
	#comment_post {
		line-height: 35px;
	}
	#comment_post .thumb_user img {
		max-width: 35px;
	}
	.comment_post_content {
		line-height: 35px;
		max-height: 35px;
		min-height: unset;
	}
	#comment_post .fa {
		line-height: 35px;
	}
	.paddock-wall-container #post_content_editable {
		max-height: 150px;
    	min-height: unset!important;
		font-size: 14px!important;
	}
	#frame_post .paddock-wall-container .controls .fa {
		min-width: 20px;
    	min-height: 20px;
		margin-right: 20px;
    	margin-left: 20px;
	}
	#frame_post .paddock-wall-container .controls .fa span {
		display: none!important;
	}
	.post-smiley-panel {
		width: 90%;
    bottom: 45px;
    min-height: unset;
    max-height: 200px;
    padding: 10px;
	}
	
}