/*!
Theme Name: interemrelocations
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: interemrelocations
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

interemrelocations is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

.team-members {width:100%;cursor:pointer;overflow:hidden;position:relative;margin-bottom:35px;}
.team-members .team-avatar{position:relative;}
.team-members .team-avatar:after{top:0;left:0;width:100%;height:100%;content:" ";position:absolute;background:rgba(129, 129, 129, 0.1);transition-duration:300ms;transition-property:all;transition-timing-function:cubic-bezier(0.7, 1, 0.7, 1);}
.team-members .team-avatar img {display:block;margin:0 auto;text-align:center;}
.team-members .team-desc {left:auto;bottom:0;width:100%;padding:0 20px;position:absolute;opacity:0;color:#fff;-webkit-transform:translate3d(0, 10%, 0);transform:translate3d(0, 10%, 0);-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;-ms-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s;}
.team-members .team-desc h4{font-size: 22px;margin: 0 0 10px;color: #fff;}
.team-members .team-desc span {display:block;font-size:13px;font-weight:600;text-transform:uppercase;font-style:italic;}
.team-members:hover .team-avatar:after{background:rgba(47, 60, 72, 0.5);transition-duration:300ms;transition-property:all;transition-timing-function:cubic-bezier(0.7, 1, 0.7, 1);}
.team-members:hover .team-desc{-webkit-transform:translate3d(0, -5%, 0);transform:translate3d(0, -5%, 0);-webkit-transform:translate3d(0, -10%, 0);transform:translate3d(0, -10%, 0);}
.team-members:hover .team-desc {opacity:1;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;}
.afflspace{padding:15px 0;border-bottom:#eee solid 1px;}
.tagstxthd {margin-top:20px;width: 100%;padding: 6px 0;margin-bottom: 0;}
.tagstxthd span {text-decoration:none;font-size:12px;margin:0 4px 8px 0;line-height:22px;display:inline-block;}
.tagstxthd span a{text-decoration:none;color:#464646;background:#eee;display:block;padding:4px 10px;border:#e8e8e8 solid 1px;}
.tagstxthd span a:hover{background:#b72e32;color: #fff;border-color:#b72e32;}
.main-tumbaimalsns {padding-top: 235px !important;padding-bottom: 110px;}
.main-tumbaimalsns img {width: 100%;}

.fix-icon {
    display: inline-block;
    position: fixed;
    bottom: 200px;
    left: 20px;
    z-index: 999999;
}
#fix-icon {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.fix-icon-item {
    animation: bounce 1s infinite alternate;
    animation-duration: 1s;
    -webkit-animation: bounce 1s infinite alternate;
        animation-duration: 1s;
        animation-timing-function: ease;
        animation-iteration-count: infinite;
        animation-fill-mode: none;
}
.fix-icon-item img {
    width: 55px !important;
	height: 55px !important;
    background:
    #007301;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 10px;
}
.fix-icon-whataap {
    display: inline-block;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 999999;
    transition: all0.5s ease-in-out;
}
.fix-icon-whataap-item img {
    border-radius: 50%;
    box-shadow: 1px 1px 4px
rgba(60, 60, 60, .4);
transition: box-shadow .2s;
cursor: pointer;
overflow: hidden;
width: 55px !important;
height: 55px !important;
background:
    #25d366 !important;
}