/* 
Theme Name: Pharma
Theme URL: http://www.pharma-usa.me/
Description: Theme for Pharma
Author: Vitaliy Petriv
Author URL: http://www.pharma-usa.me/
Version: 1.0.0
*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: 'PT Sans Narrow', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans Narrow', sans-serif;
}
p, ul, ol {
    font-size: 18px;
    color: rgba(80,80,80,1);
}

/* header start */
.header-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
}
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9aa6af+0,61696e+45,4d5357+50,61696e+55,9aa6af+100 */
    background: #9aa6af; /* Old browsers */
    background: -moz-linear-gradient(top, #9aa6af 0%, #61696e 40%, #4d5357 49%, #4d5357 51%, #61696e 60%, #9aa6af 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9aa6af 0%,#61696e 40%, #4d5357 49%, #4d5357 51%, #61696e 60%,#9aa6af 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9aa6af 0%,#61696e 40%, #4d5357 49%, #4d5357 51%, #61696e 60%,#9aa6af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9aa6af', endColorstr='#9aa6af',GradientType=0 ); /* IE6-9 */
}
/* header end */

/*team start*/
.card-teammate {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 6px 20px 1px rgba(196, 196, 196, 0.5);
	        box-shadow: 0px 6px 20px 1px rgba(196, 196, 196, 0.5);
	border-radius: 5px;
    padding: 20px 8px;
    max-width: 280px;
    margin: 40px auto;
}
.teammate-img {
	border-radius: 50%;
	max-width: 80px;
	width: 100%;
}
.teammate-social-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #39599A;
	-webkit-box-shadow: 0px 15px 20px rgba(229, 229, 229, 0.4);
	        box-shadow: 0px 15px 20px rgba(229, 229, 229, 0.4);
}
.teammate-name {
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	text-transform: capitalize;
	color: #2F4858;
}
.teammate-position {
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	color: #707376;
}
.teammate-country {
	font-weight: normal;
	line-height: 22px;
	font-size: 14px;
	color: #707376;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.teammate-country svg {
	margin-right: 8px;
	width: 26px;
	height: 17px;
}
.teammate-phone {
	display: inline-block;
	font-weight: 500;
	line-height: 16px;
	font-size: 14px;
	color: #2F4858;
}
.teammate-phone:hover {
	color: #2F4858;
}
.map-icon-wrapper {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
}
.map-icon-wrapper svg {
	max-width: 920px;
	min-width: 435px;
	width: 100%;
	height: auto;
}
@media (min-width: 576px) {
	.teammate-img {
		max-width: 90px;
	}
}
@media (min-width: 768px) {
	.map-icon-wrapper {
		margin-top: -20px;
		margin-left: auto;
		margin-right: auto;
	}
	.teammate-img {
		max-width: 100px;
	}
	.teammate-phone {
		font-size: 16px;
	}
}
@media (min-width: 576px) {
	.teammate-img {
		max-width: 110px;
	}
}
@media (min-width: 1200px) {
	.teammate-img {
		max-width: 120px;
	}
	.teammate-name {
		font-size: 20px;
	}
	.teammate-position {
		line-height: 22px;
		font-size: 15px;
	}
	.teammate-country {
		font-size: 15px;
	}
	.teammate-country svg {
		margin-right: 8px;
		width: 27px;
		height: 18px;
	}
	.teammate-phone {
		line-height: 18px;
		font-size: 18px;
	}
}
/*team end*/

/* contact start */
.contact-card {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.contact-card a {
    color: rgba(80,80,80,1);
    text-decoration: none;
}
.contact-card a:hover {
    color: rgba(80,80,80,1);
    text-decoration: underline;    
}
/* contact end */

/* footer start */
.footer {
    background: #35414d;
    padding: 20px 0;
}
.copyright {
    margin: 0;
    color: #82939d;
}
.copyright a {
    color: #82939d;
    transition: all .3s ease;
    text-decoration: underline;
}
.copyright a:hover {
    text-decoration: underline;
    color: #fff;
}
/* footer end */

/* custom start */
.bg-custom-white {
    background: white;
}
.title {
    color: rgba(255,255,255,1);
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
    text-align: center;
    position: relative;
    padding: 15px 0;
}
.title:before,
.title:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: rgba(236,98,98,1);
    box-shadow: 0px 0px 2px transparent;
}
.title:after {
    top: auto;
    bottom: 0;
}
.subtitle {
    color: rgba(255,255,255,1);
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6624999999999999;
    letter-spacing: normal;
    margin-top: 15px;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}
.content-title {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.34;
    letter-spacing: normal;
    color: rgba(80,80,80,1);
}
.py-content {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (min-width: 768px) {
    .title {
        font-size: 70px;
    }
    .subtitle {
        font-size: 22px;
    }
}
/* custom end */

/* grid start */
.wrapper-small {
    max-width: 905px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
/* grid end */