/*!
Theme Name: Geesa
Theme URI: http://webapricot.com/
Author: WebApricot
Author URI: http://webapricot.com/
Description: Theme for Geesa project
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webapricot

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# Fonts
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Header
# Front page
# Simple page
# About us page
# Error 404 page
# Contact us page
# Archive team page
# Single team page
# Archive services page
# Archive gallery page 
# Archive partners page 
# Pagination
# Search
# Breadcrumb
# ACF map
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    word-wrap:break-word;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

* {
	outline-color: #63b27f;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}
a img:hover {
    border: 0;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
	font-family: "Fedrasansarm-bold";
	src: url("fonts/Fedrasansarm-bold/Fedrasansarm-bold.eot");
	src: url("fonts/Fedrasansarm-bold/Fedrasansarm-bold.eot?#iefix")format("embedded-opentype"),
	url("fonts/Fedrasansarm-bold/Fedrasansarm-bold.woff") format("woff"),
	url("fonts/Fedrasansarm-bold/Fedrasansarm-bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family: "Fedrasansarm-light";
	src: url("fonts/Fedrasansarm-light/Fedrasansarm-light.eot");
	src: url("fonts/Fedrasansarm-light/Fedrasansarm-light.eot?#iefix")format("embedded-opentype"),
	url("fonts/Fedrasansarm-light/Fedrasansarm-light.woff") format("woff"),
	url("fonts/Fedrasansarm-light/Fedrasansarm-light.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Fedrasansarm-medium";
	src: url("fonts/Fedrasansarm-medium/Fedrasansarm-medium.eot");
	src: url("fonts/Fedrasansarm-medium/Fedrasansarm-medium.eot?#iefix")format("embedded-opentype"),
	url("fonts/Fedrasansarm-medium/Fedrasansarm-medium.woff") format("woff"),
	url("fonts/Fedrasansarm-medium/Fedrasansarm-medium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "FedraSansArm-Book";
	src: url("fonts/FedraSansArm-Book/FedraSansArm-Book.eot");
	src: url("fonts/FedraSansArm-Book/FedraSansArm-Book.eot?#iefix")format("embedded-opentype"),
	url("fonts/FedraSansArm-Book/FedraSansArm-Book.woff") format("woff"),
	url("fonts/FedraSansArm-Book/FedraSansArm-Book.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1{
	font-family: "FedraSansArm-Book",sans-serif;
	font-size: 60px;
	color: #FFF;
	margin: 50px 0 25px 0;
}

h1 b,
h1 strong {
	font-size: 60px;
	color: #FFF;
}

h2{
	font-family: "FedraSansArm-Book",sans-serif;
	font-size: 50px;
	color: #040404;
	margin: 30px 0 20px 0;
}

h2 b,
h2 strong {
	font-size: 50px;
	color: #040404;
}

h3{
	font-family: "FedraSansArm-Book",sans-serif;
	font-size: 30px;
	color: #040404;
	margin: 20px 0 15px 0;
}

h3 b,
h3 strong {
	font-size: 30px;
	color: #040404;
}

h4{
	font-family: "Fedrasansarm-medium",sans-serif;
	font-size: 26px;
	color: #040404;
	margin: 14px 0 10px 0;
}

h4 b,
h4 strong {
	font-size: 26px;
	color: #040404;
}

h5{
	font-family: "Fedrasansarm-medium",sans-serif;
	font-size: 22px;
	color: #040404;
	margin: 12px 0 8px 0;
}

h5 b,
h5 strong {
	font-size: 22px;
	color: #040404;
}

h6 {
	font-family: "FedraSansArm-Book",sans-serif;
	font-size: 18px;
	color: #040404;
	margin: 12px 0 8px 0;
}

h6 b,
h6 strong {
	font-size: 18px;
	color: #040404;
}

p {
	font-family: "FedraSansArm-Book",sans-serif;
	font-size: 16px;
	color: #040404;
	margin-bottom: 20px;
}

b, strong {
	font-family: "Fedrasansarm-bold",sans-serif;
	font-weight: bold;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote,
pre {
	font-family: "FedraSansArm-Book",sans-serif;
	font-size: 16px;
 	background-color: #E5E5E5;
}
.blockquote-left-icon {
	font-size: 15px;
	color: #6D7887;
	padding: 10px 10px 0 10px;
}
.blockquote-right-icon {
	text-align: right;
	font-size: 15px;
	color: #6D7887;
	padding: 0px 10px 10px 10px;
}
blockquote p {
	padding:0 4%;
	margin-bottom: 0px;
}

address {
	margin: 0 0 1.5em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	font-family: "FedraSansArm-Book", sans-serif;
	font-size: 16px;
	color: #040404;
	margin: 0 20px 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	margin-top: 20px;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.page-content h4 strong a {
	font-size: 26px;
	color: #040404;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	font-family: "FedraSansArm-Book",sans-serif;
	font-size: 16px;
	color: #6D7887;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #A9B6C8;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;

}

.main-navigation>div>ul {
	list-style: none;
	margin: 0;
	padding: 75px 23px;
	position: fixed;
	right: -26%;
    background-color: #000000c4;
    /*height: calc(100% - 20em);*/
    height: 100vh;
    width: 26%;
    z-index: 2;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	/*float: left;*/
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */

.main-navigation.toggled{
	position: relative;
}

.main-navigation.toggled .menu-toggle .cross-icon{
	display: block;
	height: 24.75px;
	position: relative;
	z-index: 1;
	top: 0;
	margin: 4.5em;
    cursor: pointer;
}

.main-navigation.toggled .menu-toggle .menu-icon{
	display: none;
	cursor: pointer;
}

.menu-toggle {
	display: block;
	position: absolute;
	background: transparent;
	z-index: 3;
	cursor: pointer;
}


.main-navigation .menu-icon {
	display: block;
	cursor: pointer;
}
.main-navigation .cross-icon {
	display: none;
	height: 24.75px;
	cursor: pointer;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone {
	margin: 10px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
	position: absolute;
	top: 0;
	left: 0;
	/* padding: 2% 1%; */
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	z-index: 1;
}

.logo img{
	display: block;
	/* max-width: 130px; */
	margin: 1.6em 1em;
}

.primary-menu {
	 position: relative; 	
	 top: 0; 	
	 right: 0; 
}

.main-navigation {
	position: relative;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;

}

.main-navigation.toggled .social-pages-menu {
    display: block; 
    position: fixed;
    height: 5em;
    right: 20%;
    z-index: 9999;
    width: 50px;
    bottom: 0;
     transition: all 0.5s ease;
}
.main-navigation .social-pages-menu {
     display: none; 
}
.social-page-menu i{
	display: inline-block;
	color: white;
	font-size: 20px;

}
.social-page-menu i:hover{
	 color: #9b9b89;
    transition: all 0.6s ease-in-out;
}

.social-page-menu {
	display: inline-block;
	margin-right: 2%;
}
.main-navigation .menu-icon {
	display: block;
	width: 35px;
	height: 24.5px;
	margin: 4.5em;
}

.main-navigation .menu-toggle {
	
	top: 0;
	right: 0px;
	padding: 0;
	border-right: 0px;
	border-top: 0px;
	border-radius: 0;
}

.main-navigation.toggled .menu-toggle .cross-icon {
   margin: 4.5em;
   cursor: pointer;
}


.primary-menu .main-navigation .menu li {
	border: 0;
}
 
.primary-menu .main-navigation .menu a{
	color: white;
    text-decoration: none;
    word-wrap: normal;
}
.primary-menu .main-navigation .menu a:hover{
	color: #9b9b89;
	transition: all 0.6s ease-in-out;
	/*font-size: 17px;*/
}
.main-navigation ul ul {
    display: none;
}
.main-navigation ul .menu-item-has-children:hover > ul{
	display: block;
	position: static;
	transition: all 0.6s ease-in-out;
	list-style: none;
}
.main-navigation ul .menu-item-has-children>a:after{
  	font-family: "Material Design Icons";
	content: "\F35D";
	color: white;
	margin-left: 5%;

}
.main-navigation .sub-menu a{
	font-size: 13px;
}
/*--------------------------------------------------------------
# Front page
--------------------------------------------------------------*/

/*-------------------------------------------------------------
# Simple Page
--------------------------------------------------------------*/

.wa-page-header {
	width: 100%;
	height: 400px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*margin-bottom: 25px;*/
} 

.page-title {
	padding-top: 160px;
}

.page-title h1 {
	margin: 0;
	text-transform: uppercase;
}

.page-title-underline {
	width: 25%;
	height: 1px;
	margin:0 auto;
	padding: 0;
	color: #FFECEC;
	border: 0.5px solid white;
	border-radius: 1px;
}

/*.wa-page-breadcrump {
	text-align:  center;
	padding-top: 90px;
}*/

.single-service-page .wa-page-breadcrump {
	position: absolute;
    bottom: 44px;
    left: 0;
    right: 0;
}

.single-service-page .wa-page-breadcrump .page-breadcrump a,
.single-service-page .wa-page-breadcrump .page-breadcrump span {
	color: #fff;
}

.page-breadcrump, .page-breadcrump a  {
	font-family: "FedraSansArm-Book",sans-serif;
	font-size: 13px;
	color: #000;
}

.page-breadcrump a {
	text-decoration:none;
}

/*--------------------------------------------------------------
# About us page;
--------------------------------------------------------------*/

.wa-about-us-page .site-main .our-team-block-title{
	text-align: center;
 	margin-bottom: 34px;
}
.wa-about-us-page .site-main .team-members{
	margin-top: 56px;

}
.wa-about-us-page .alm-reveal{
	    display: -webkit-box;
    display: -ms-flexbox;
     display: flex; 
    -ms-flex-wrap: wrap;
     flex-wrap: wrap; 
    margin-right: -15px;
    margin-left: -15px;
}
.wa-about-us-page .site-main .team-members .team-member {
 	box-shadow: 3px 2px 3px 0 rgba(0,0,0,0.31);
    margin-top: 35px;
    background-color: #FFFFFF;
    overflow: hidden;
 
}
 .wa-about-us-page .alm-reveal .image{
 	overflow: hidden;
 }
 .wa-about-us-page .image img{
	transition: all .6s ease-in-out;

}
.wa-about-us-page .image img:hover{
 	transform: scale(1.2);
}
.wa-about-us-page .team-member:hover .name {
 	color: grey;
 }
.wa-about-us-page .site-main .team-members .team-member h5{
	font-family: "Fedrasansarm",sans-serif;
    font-size: 20px;
}
.wa-about-us-page .site-main .team-members .team-member a{
	text-decoration: none;
}
        
.wa-about-us-page .site-main .team-members .team-member  .name  {
	text-align: center;
	margin-top: 15px;
	
}
 .wa-about-us-page .site-main .team-members .team-member .position  {
 	text-align: center;
 	margin-top: 10px;
 }
.wa-about-us-page .site-main .team-members .team-member .social-pages {
	margin-top: 18px;
	text-align: center;
}
.wa-about-us-page .site-main .team-members .team-member   .social-pages .social-page {
	display: inline-block;
	margin-right: 10px;
}
.wa-about-us-page .site-main .team-members .team-member   .social-pages .social-page i {
	font-size: 16px;

}
 .wa-about-us-page .alm-btn-wrap{
 	text-align: center;
 }
 .wa-about-us-page .alm-load-more-btn {
 	text-align: center;
 	padding-top: 78px;
 	padding-bottom: 70px;
 	padding: 23px;
    margin-top: 37px;
 	text-decoration: none !important;
	text-transform: uppercase;
 	border:1px solid black;
 	width: 22%;
    background: transparent;
    font-size: 25px;
    cursor: pointer;
    margin-bottom: 55px;
 	
 }

 .wa-about-us-page .alm-load-more-btn:hover {
 	color: #777070;
 	transition: all .6s ease-in-out;
 	border-color: #777070;

 }
 

/*--------------------------------------------------------------
# Error 404 page
----------------------------------------------------------------*/
.search-error, .search-error-404 {
	 background-repeat: no-repeat;
	 background-size: contain;
}

.search-error {
    width: 140px;
    height: 150px;
    margin: 30px auto;
    text-align: center;
}

.search-error p {
	padding: 40px 0;
    color: #FFF;
    text-transform: uppercase
}

/*
.search-error-404 {
	height: 748px;
	text-align: center;
	background-position-x:  center;
	background-repeat:  no-repeat;
	background-size: cover;
}

.search-error-404 p {
	font-family: "FedraSansArm-Book", sans-serif;
	font-size: 28px;
	padding-top: 450px;
	margin-bottom: 37px;
}

.search-error-404 a {
	font-family: "FedraSansArm-Book", sans-serif;
	font-size: 28px;
	padding: 15px 34px;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #6D7887;
}*/

 /*--------------------------------------------------------------
# Contact us;
--------------------------------------------------------------*/
.wa-contact-page{
	background-color: #E5E5E5;
}
.wa-contact-page .site-main  .contact-form {
	margin-top: 70px;
	text-align: center;
}
.wa-contact-page .contact-form .wpcf7 .wpcf7-form .submit{
	display: inline-block;
}
 .wa-contact-page .site-main  .contacts{
 	padding:0;
 }

 .wa-contact-page .site-main  .contacts i{
	color: #727D8C;
	margin-right: 5px;
	font-size: 16px;
}
 .wa-contact-page .site-main  .contacts>div{
 	font-size: 16px;
 	margin-bottom: 10px;
 	font-family: "FedraSansArm-Book";
 }
 .wa-contact-page .contact-address div,
 .wa-contact-page .contact-number div,
 .wa-contact-page .contact-email div{
	display: inline-block;
}
.wa-contact-page .site-main  .contacts h2{
	font-family: "FedraSansArm-Book",sans-serif;
    font-size: 43px;
    color: #040404;
    margin-bottom: 40px;
}
.wa-contact-page .site-main  .contacts a{
	text-decoration: none;
	color: black;
}   

.wa-contact-page .site-main .contacts  {
	font-family: "FedraSansArm-Book",sans-serif !important;

}

.wa-contact-page .site-main .map-image {
	padding-top: 30px;
}

.wa-contact-page .site-main .map .acf-map{
	height: 200px;
    border-style: none;
    margin-top: 40px;
}

.wa-contact-page .site-main  .contact-form input[type="text"],input[type="email"]{
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid black;
    padding: 22px 0px 14px 40px;   
}

.wa-contact-page .site-main  .contact-form  .contact-name .mdi.mdi-account {
    /*font-family: 'Material Design Icons';*/
	font-size: 20px;
	/*content: "\F004";*/
	vertical-align: top;
	position: absolute;
	color: #727D8C;
	padding: 12px 0px 14px 0px;	
}

.wa-contact-page .site-main  .contact-form .contact-email .mdi.mdi-email-open {
	/*font-family: 'Material Design Icons';*/
	font-size: 20px;
	/*content: "\F1EF";*/
	vertical-align: top;
	position: absolute;
	color: #727D8C;
	padding: 12px 0px 14px 0px;	
}

.wa-contact-page .site-main  .contact-form .contact-phone-number .mdi.mdi-phone {
	/*font-family: 'Material Design Icons';*/
	font-size: 20px;
	/*content: "\F3F2";*/
	vertical-align: top;
	position: absolute;
	color: #727D8C;
	padding: 12px 0px 14px 0px;	
}

.wa-contact-page .site-main  .contact-form .contact-message .mdi.mdi-message-reply {
	/*font-family: 'Material Design Icons';*/
	font-size: 20px;
	/*content: "\F361";*/
	vertical-align: top;
	position: absolute;
	color: #727D8C;
	padding: 12px 0px 14px 0px;	
}
.wa-contact-page .site-main  .contact-form  textarea{
	padding-left: 45px;
	width: 100%;
	border: 0;
  	outline: 0;
  	background: transparent;
  	border-bottom: 1px solid black;
  	padding: 22px 0px 14px 40px;  
}
.wa-contact-page .site-main  .contact-form  .send{
    padding: 20px;
    width: 230px;
    height: 70px;
    margin-top: 50px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    border: 1px solid black;
    background: transparent;
      cursor: pointer;
}

 .wa-contact-page .site-main  .contact-form  .send:hover {
 	color: #777070;
 	transition: all .6s ease-in-out;
 	border-color: #777070;

 }

/*--------------------------------------------------------------
# Archive team;
--------------------------------------------------------------*/

.wa-archive-team-page .site-main .team-members .team-member {
 	box-shadow: 3px 2px 3px 0 rgba(0,0,0,0.31);
   /* height: 337px;
    width: 257px;*/
    margin-top: 35px;
    margin-right: 30px;
    background-color: #FFFFFF;
    overflow: hidden;
}
.wa-archive-team-page .site-main .team-members .team-member h5{
	font-family: "FedraSansArm-Book",sans-serif;
    font-size: 20px;
}   
 	 
.wa-archive-team-page .team-member:hover .name {
   -webkit-animation-name: title_visibility; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: title_visibility;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    color: grey;

}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes title_visibility {
    0%   {opacity: 0.2;}
    25%  {opacity: 0.4;}
    50%  {opacity: 0.6;}
    75%  {opacity: 0.8;}
    100% {opacity: 1;}
}

/* Standard syntax */
@keyframes title_visibility {
    0%   {opacity: 0.2;}
    25%  {opacity: 0.4;}
    50%  {opacity: 0.6;}
    75%  {opacity: 0.8;}
    100% {opacity: 1;}
}    
.wa-archive-team-page .site-main .team-members .team-member  .name {
	text-align: center;
	margin-top: 15px;
}
 .wa-archive-team-page .site-main .team-members .team-member .position{
 	text-align: center;
 	margin-top: 10px;
 }
.wa-archive-team-page .site-main .team-members .team-member .social-pages {
	margin-top: 18px;
	text-align: center;
}
.wa-archive-team-page .site-main .team-members .team-member   .social-pages .social-page {
	display: inline-block;
	margin-right: 10px;
}
.wa-archive-team-page .site-main .team-members .team-member   .social-pages .social-page i {
	font-size: 16px;

}
.wa-archive-team-page .image{
	transition: all 1s ease-in-out;

}
.wa-archive-team-page .image:hover{
	opacity: 1;
 	transform: scale(1.2);
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
} 

/*--------------------------------------------------------------
# Single team;
--------------------------------------------------------------*/
 .wa-single-team-page .site-main .team-member .image{
 	display: inline-block; 
    overflow: hidden;
 }
  .wa-single-team-page .site-main .team-member .image:hover img{
 	opacity: 1;
    transform: scale(1.2);
    box-shadow: initial;
    transition: all .6s ease-in-out;
 }
 .wa-single-team-page .site-main .team-member .content{
 	display: inline-block;
 }
.wa-single-team-page .site-main .team-member .image img{
	width: 550px !important;
    

}
.wa-single-team-page .site-main .team-member{
	margin-top: 50px;
	margin-bottom: 50px;
}
.wa-single-team-page .site-main .team-member .social-pages {
	margin-bottom: 35px;

}
.wa-single-team-page .site-main .team-member .social-pages .social-page {
	display: inline-block;
	margin-right: 10px;
}

.wa-single-team-page .site-main .team-member .social-pages .social-page i {
	font-size: 16px;

}

/*--------------------------------------------------------------
# Single service
--------------------------------------------------------------*/

.single-service-page .wa-page-header {
	position: relative;
	width:  100%;
	text-align:center;
	background-position-x: center;
	background-size: cover;
}

.single-service-page .menu-service-menu-container,
.wa-service-page .menu-service-menu-container {
	width:100%;
	position: absolute;
	bottom: 0;
}

.single-service-page .menu-service-menu-container ul,
.wa-service-page .menu-service-menu-container ul {
	bottom: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-service-page .menu-service-menu-container li {
	background-color: #000000b0;
}

.single-service-page .menu-service-menu-container li,
.wa-service-page .menu-service-menu-container li {
	color: #ffffff99;
	width: 20%;
	height: auto;
	display: block;
	margin: 0;
	border-right: 1px solid #bfbdbd;  
	padding: 20px 0;
	float:left;
	overflow:hidden;
	transition: all 1.3s;
}

.single-service-page .menu-service-menu-container .menu-item a,
.wa-service-page .menu-service-menu-container .menu-item a {
	font-size: 15px;
    display: block;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s;
}

.single-service-page .menu-service-menu-container li.active a,
.wa-service-page .menu-service-menu-container li.active a {
	color: rgba(255,255,255,0.62);
	pointer-events: none;
	cursor: default;
}

/*--------------------------------------------------------------
# Archive services;
--------------------------------------------------------------*/

.site-main {
	overflow: hidden;
}

.service-image {
	position: relative;
	width: 33.3333%;
	margin: 0 auto;
	padding: 1px;
}

.service-image img {
	width: 100%;
	vertical-align: middle;
}

.service-content {
	position: absolute;
	top: 45%;
	left: auto;
	width: 100%;
	text-align: center;
}

.service-content h5 {
	color: #FFF;
}


/*--------------------------------------------------------------
# Archive gallery;
--------------------------------------------------------------*/
 .wa-archive-gallery-page {
 	margin-top: 50px;
 }
 .wa-archive-gallery-page .site-main .archive-gallery .archive-gallery-item .gallery-item {
 	height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-shadow: initial;
	transition: all 1s ease-in-out;
 }

 .wa-archive-gallery-page .site-main .archive-gallery .archive-gallery-item .gallery-item:hover {
 	opacity: 1;
 	transform: scale(1.2);
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
 }
 
 .gallery-box{
	overflow: hidden;
}
 
 .wa-archive-gallery-page .site-main .archive-gallery .archive-gallery-item a{
 	text-decoration: none;


 }
.wa-archive-gallery-page .site-main .row{
	margin:0;
	/*margin-top: 50px;*/
}

.wa-archive-gallery-page .site-main .archive-gallery .col-xl-4, 
.wa-archive-gallery-page .site-main .archive-gallery .col-lg-4, 
.wa-archive-gallery-page .site-main .archive-gallery .col-md-6, 
.wa-archive-gallery-page .site-main .archive-gallery .col-sm-6, 
.wa-archive-gallery-page .site-main .archive-gallery .col-xs-6{
	padding: 0 !important;
	margin:0 !important;
	width: 100%;
	
}

.wa-archive-gallery-page .site-main .archive-gallery .archive-gallery-item .gallery-item .gallery-item-title{
    width: 70%;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
   
}
.wa-archive-gallery-page .site-main .archive-gallery .archive-gallery-item .gallery-item:hover .gallery-item-title{
   /*-webkit-animation-name: title_visibility; 
    -webkit-animation-duration: 1s;
    animation-name: title_visibility;
    animation-duration: 1s;
    animation-fill-mode: forwards;*/
    opacity: 1;


}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes title_visibility {
    0%   {opacity: 0.2;}
    25%  {opacity: 0.4;}
    50%  {opacity: 0.6;}
    75%  {opacity: 0.8;}
    100% {opacity: 1;}
}

/* Standard syntax */
@keyframes title_visibility {
    0%   {opacity: 0.2;}
    25%  {opacity: 0.4;}
    50%  {opacity: 0.6;}
    75%  {opacity: 0.8;}
    100% {opacity: 1;}
}

/*-------------------------------------------------------------
# Archive partners
--------------------------------------------------------------*/
.partner-content {
	position: relative;
	box-sizing:  border-box;
	/* padding: 6% 8%; */
}
.partner-content video {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.15;
}

.partner-content .partners-imges {
	padding: 5% 10%;
	box-sizing: border-box;
	top: 10%;
}

.partner-img {
	display: flex;
	padding: 3%;
	text-align:center;
	align-items: center;
}

.partner-img a {
	text-align:center;
}

.img-center {
    flex: 1;
}

/*--------------------------------------------------------------
# pagination
--------------------------------------------------------------*/
.pagination{
	margin:45px auto;
}
.pagination .previouspostslink,
.pagination .page,
.pagination .extend,
.pagination .nextpostslink{
 	background-color: #DEDEDE !important;
 	outline-color: #707070 !important;
 	color: #000  !important;
}
.pagination .current {
	background-color: #707070 !important;
	color: #F8F8F8  !important;
}

/*--------------------------------------------------------------
# Single page
--------------------------------------------------------------*/

.wa-single-page {
	padding-bottom: 60px; 
}

.wa-single-page .page-title {
	font-family: "FedraSansArm-Book",sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #202020;
	text-align: center;
	margin-bottom: 30px;
}

.wa-single-page .date {
	font-family: "Segoe UIRegular",sans-serif;
	font-size: 18px;
	text-align: right;
}

.wa-single-page .categories {
	background-color: #065D06;
}

.wa-single-page .post-single-categories {
	padding: 5px 0px 5px 15px;
}

.wa-single-page .categories a {
	font-family: "FedraSansArm-Book",sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.wa-single-page .post-tag {
	padding: 20px 0 5px;
	border-bottom: 1px solid #065D06;
	color: #979797;
}

.wa-single-page .post-tag a {
	font-family: "FedraSansArm-Light",sans-serif;
	font-size: 16px;
	color: #979797;
	text-decoration: none;
}

.wa-single-page .post-tag i {
	font-size: 16px;
}

/*--------------------------------------------------------------
# Archive page
--------------------------------------------------------------*/

.wa-archive-page .page-title {
	font-family: "FedraSansArm-Book",sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #141414;
	text-align: center;
	margin-bottom: 5%;
}

.wa-archive-page .archive-posts a:hover {
	text-decoration: none;
}

.wa-archive-page .archive-posts .archive-post {
	padding: 15px 0px 10px;
	border-bottom: solid 1px #E2E2E2;
}

.wa-archive-page .post-title-mobile {
	display: none;
}

.wa-archive-page .post-title {
	margin-bottom: 15px;
}

.wa-archive-page .post-view-more {
	float: right;
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination {
	float: right;
}

.wp-pagenavi {
	font-family: "FedraSansArm-Light",sans-serif;
	font-size: 15px;
	padding: 22px 0 60px;
}

.wp-pagenavi span {
	background-color: #065D06;
}

.wp-pagenavi span.current {
	color: #F8F8F8;
	padding: 5px 10px;
}

.wp-pagenavi a {
	padding: 5px 10px;	
}

.wp-pagenavi a.larger a.nextpostlink {
	font-family: "FedraSansArm-Light",sans-serif;
	font-size: 15px;
}

.wp-pagenavi a:hover {
	color: #F8F8F8;
	background-color: #569D56;
	border: none;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

.wa-search-page .page-title {
	font-family: "FedraSansArm-Bold",sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #202020;
	text-align: center;
	margin-bottom: 40px;
}

.wa-search-page .page-content {
	text-align: center;
	margin-top: 0px;
}

.wa-search-page .page-content .home-page-url {
	color: #065D06;
	text-decoration: underline;
}

.wa-search-page .page-search-form {
	text-align: center;
	margin-bottom: 35px;
}

.wa-search-page .page-search-form input {
	font-family: "FedraSansArm-Light",sans-serif;
	font-size: 14px;
	width: 70%;
	padding: 8px 1px;
}

.wa-search-page .page-search-form input::placeholder {
	font-family: "FedraSansArm-Light",sans-serif;
	font-size: 16px;
	padding: 8px 1px;
}

.wa-search-page .page-search-form #searchsubmit {
	background-color: #065D06;
	margin-left: -5px;
}

.wa-search-page .page-search-form #searchsubmit i {
	font-size: 20px;
	color: #FFFFFF;
	padding: 2.15px 12px 7.36px 12px;
}



/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/

#breadcrumbs,
#breadcrumbs a {
	font-family: "FedraSansArm-Light",sans-serif;
	font-size: 12px;
	color: #202020;
}

#breadcrumbs .breadcrumb_last {
	font-family: "FedraSansArm-Bold",sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #202020;
}

/*--------------------------------------------------------------
# ACF Map
--------------------------------------------------------------*/
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer{
	margin-top: 25px;
	background-image:
    linear-gradient(
      #727D8C, #3b3e41);
	background-color: #727D8C;
	width: 100%;
	margin-left: 0px !important;
}
.site-info{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid white;

}

.footer_address div,
.footer_number div{
	display: inline-block;
}
.site-footer .site-info i{
	margin-right: 8px;
}
.site-footer .site-info .footer_address i,
.site-footer .site-info .footer_address,
.site-footer .site-info .footer_number i{
	font-size: 16px;
	font-family: "FedraSansArm-Book";

}
.site-footer .site-info .footer_email i{
	float: left;
	font-size: 16px;
}
.site-footer .site-info .footer_email{
	padding-left: 50px;
	font-family: "FedraSansArm-Book";

}
.site-footer .site-info .footer_email a{
	float: left;
}
.site-footer .site-info>div{
	color: #ffffff;
	display: inline-block;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	
}
.site-footer .site-info a{
	color: white;
	text-decoration: none;
}
.site-footer .site-info .footer_number{
	border-left: 1px solid;
	border-right: 1px solid;
	height: 50px;
	font-family: "FedraSansArm-Light", sans-serif;
}

.site-footer .facebook-icon a {
	padding: 0 10px;
}

.site-footer .sub-footer .copy_right{
	font-size: 12px;
	color: #ffffff;
	font-family: "Noto Sans Armenian", sans-serif;
	padding-left: 0;

}
.site-footer .sub-footer a{
	text-decoration: none;
	color: #ffff;
	text-align: right;
	font-size: 12px;
	font-family: "Noto Sans Armenian", sans-serif;
}
.site-footer .sub-footer .col-12{
	max-width: 50%;
	padding-top: 10px;
	padding-right: 30px;
}
.site-footer .sub-footer{
	margin-top: 15px;
	margin-bottom: 10px;
	margin: 15px 0 10px 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Medias
--------------------------------------------------------------*/

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {

}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {

}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
	.wa-single-page .date {
		font-size: 16px;
	}
	.main-navigation.toggled ul {
		height: 100vh;
		width: 240px;
	

	}
	.menu-toggle{
		top: 50px;
	}
	.main-navigation.toggled .menu-menu-container .menu.nav-menu li{
		border:none;
	}
	
	.main-navigation.toggled .menu-toggle .cross-icon{
		height: 16px;
	}
	.site-footer .site-info {
		width: 290px;
		padding-top: 6px;
		margin: 0 auto;
	}
	
	.site-footer .site-info .footer_number ,
	.site-footer .site-info .footer_address  {
		border-bottom: 1px solid;
		padding: 2% 0;
		margin: 0;
	}

	.site-footer .site-info .footer_number{
		border-left: 0px solid;
		border-right: 0px solid;
	}

	.site-footer .site-info .footer_email {
	border-bottom: 0px;
	}

	.site-footer hr {
		width: 100%;
		height: 1px;
		background-color: #FFF;
		margin: 0;
	}

	.site-footer .sub-footer .copy_right {
		text-align: center;
		padding: 10px 0;
	}

	.site-footer .sub-footer a {
		text-align: center;
		padding-bottom: 10px
	}
	.site-footer .sub-footer .col-12{
		max-width: 100%;
		padding-top: 0;
	}
	.site-footer .site-info .footer_email i {
    float: none;
    margin-left: 0;
	}
	.site-footer .site-info .footer_email a {
    float: none;
    
	}
	.site-footer .sub-footer {
    /* margin-top: 15px; */
    margin-bottom: 10px;
    padding: 15px 0 10px 0;
    border-top: 1px solid white;
    margin: 0;
}
.site-footer .site-info{
	border-bottom: none;
}

/*	.main-navigation.toggled .menu-icon{

	}*/

}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
	.wa-archive-page .post-title-mobile {
		display: block;
		margin: 0 auto 15px;
	}
	.wa-archive-page .post-title {
		display: none;
	}
	.wa-archive-page .post-thumbnail {
		text-align: center;
		padding-bottom: 10px;
	}	
	.wa-single-page .date {
		font-size: 14px;
	}
	.wp-pagenavi {
    font-family: "Fedrasansarm-light",sans-serif;
    font-size: 15px;
    padding: 20px 0 30px;
}
	.wa-archive-gallery-page .site-main .archive-gallery .col-sm-6,
	.wa-archive-gallery-page .site-main .archive-gallery .col-xs-6  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
	.wa-archive-gallery-page .site-main .archive-gallery .archive-gallery-item .gallery-item {
    height: 140px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0.5;
}
.wa-archive-gallery-page .site-main .archive-gallery .archive-gallery-item .gallery-item .gallery-item-title {
    text-align: center;
    color: #fff;
    font-size: 10px;
    margin-bottom: 0;
}
.wa-archive-team-page .site-main .team-members .team-member h5 {
    font-family: "Fedrasansarm",sans-serif;
    font-size: 12px;
}
.wa-archive-team-page .site-main .team-members .team-member .position {
	font-size: 12px;
	margin-bottom: 0;
}
.wa-archive-team-page .site-main .team-members .team-member .social-pages {
    margin-top: 5px;
    text-align: center;
}
.wa-archive-team-page .site-main .team-members .team-member {
    box-shadow: 3px 2px 3px 0 rgba(0,0,0,0.31);
    margin: 0 auto;
    margin-top: 15px;
    margin-right: 10px;
    background-color: #FFFFFF;
}
.wa-about-us-page .team-member {
    box-shadow: 3px 2px 3px 0 rgba(0,0,0,0.31);
    margin: 0 auto;
    margin-top: 15px;
    margin-right: 10px;
    background-color: #FFFFFF;
}
.wa-about-us-page  .team-member h5 {
    font-family: "Fedrasansarm",sans-serif;
    font-size: 12px;
}
.wa-about-us-page .team-member .position {
	font-size: 12px;
	margin-bottom: 0;
}
.wa-about-us-page .team-member .social-pages {
    margin-top: 5px;
    text-align: center;
}
.wa-about-us-page .team-member .social-pages {
    margin-top: 5px;
    text-align: center;
}
.wa-about-us-page .alm-load-more-btn {
	font-size: 12px;
	width: 31%;
}
.wa-single-team-page .site-main .team-member .position{
	margin-top: 15px;
}
.wa-contact-page .site-main  .contacts h2{
	font-family: "FedraSansArm-Book",sans-serif;
    font-size: 21px;
    color: #040404;
    margin-bottom: 40px;
}

.wa-contact-page .site-main .row{
	margin-left: 0;
	margin-right: 0;
}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}
