@font-face {
font-family: 'GothamThin';
src: url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamThin.eot);
src: url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamThin.eot) format('embedded-opentype'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamThin.woff2) format('woff2'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamThin.woff) format('woff'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamThin.ttf) format('truetype'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamThin.svg#GothamThin) format('svg');
}
@font-face {
font-family: 'GothamLight';
src: url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamLight.eot);
src: url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamLight.eot) format('embedded-opentype'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamLight.woff2) format('woff2'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamLight.woff) format('woff'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamLight.ttf) format('truetype'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamLight.svg#GothamLight) format('svg');
}
@font-face {
font-family: 'GothamMedium';
src: url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamMedium.eot);
src: url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamMedium.eot) format('embedded-opentype'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamMedium.woff2) format('woff2'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamMedium.woff) format('woff'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamMedium.ttf) format('truetype'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamMedium.svg#GothamMedium) format('svg');
}
@font-face {
font-family: 'GothamBold';
src: url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamBold.eot);
src: url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamBold.eot) format('embedded-opentype'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamBold.woff2) format('woff2'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamBold.woff) format('woff'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamBold.ttf) format('truetype'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamBold.svg#GothamBold) format('svg');
}
@font-face {
font-family: 'GothamBook';
src: url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamBook.eot);
src: url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamBook.eot) format('embedded-opentype'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamBook.woff2) format('woff2'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamBook.woff) format('woff'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamBook.ttf) format('truetype'),
url(//tamarnetwork.org/wp-content/themes/hello-theme-child/fonts/GothamBook.svg#GothamBook) format('svg');
}
a, button {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.container {
max-width: 1400px;
padding: 0px 15px;
margin: 0 auto;
}
header#masthead {
background: transparent;
padding: 30px 0px;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 999;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.header-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
button#menu-btn {
display: none;
padding: 0px;
width: 32px;
height: 32px;
border: 0px solid #ddd;
background: transparent;
border-radius: 0px;
position: relative;
margin-left: 12px;
cursor: pointer;
}
button#menu-btn:focus {
outline: 0;
}
span.menu-bar {
width: 30px;
height: 2px;
background-color: #ffffff;
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -1px;
margin-left: -15px;
transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
transform-origin: center;
}
span.menu-bar:nth-child(1),
span.menu-bar:nth-child(3) {
width: 70%;
}
span.menu-bar:nth-child(1) {
margin-top: -9px;
}
span.menu-bar:nth-child(3) {
margin-top: 7px;
margin-left: -7px;
}
button#menu-btn.active span.menu-bar:nth-child(1),
button#menu-btn.active span.menu-bar:nth-child(3) {
width: 30px;
}
button#menu-btn.active span.menu-bar:nth-child(1) {
transform: rotate(45deg);
margin-top: 0px;
}
button#menu-btn.active span.menu-bar:nth-child(2) {
opacity: 0;
transform: translateX(-10px);
}
button#menu-btn.active span.menu-bar:nth-child(3) {
transform: rotate(-45deg);
margin-top: 0px;
margin-left: -15px;
}
.logo {
max-width: 300px;
}
ul#primary-menu {
margin: 0;
padding: 0;
list-style: none;
display: flex;
}
ul#primary-menu>li:not(:last-child) {
margin-right: 2vw;
}
ul#primary-menu>li>a {
font-family: 'GothamBold';
font-size: 16px;
line-height: 1em;
color: #ffffff;
position: relative;
padding: 22px 0px 12px 0px;
display: block;
}
ul#primary-menu>li>a:before,
ul#primary-menu>li>a:after{
content: '';
display: block;
height: 4px;
width: 0%;
position: absolute;
left: 50%;
transform: translateX(-50%);
background: #2A71D2;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
ul#primary-menu>li>a:hover:before,
ul#primary-menu>li>a:hover:after,
ul#primary-menu>li.current-menu-item>a:before,
ul#primary-menu>li.current-menu-item>a:after{
width: 70%;
}
ul#primary-menu>li>a:before {
top: 0;
}
ul#primary-menu>li>a:after {
bottom: 0px;
}
.logo>a, .logo>a>img {
display: block;
}
.footer-top {
display: flex;
justify-content: space-between;
align-items: center;
}
footer#colophon {
background: #686162;
padding: 70px 0px 40px 0px;
}
.footer-logo img {
display: block;
}
.footer-buttons {
display: flex;
}
.footer-buttons .button {
background: #716C6C;
border: 0px solid #ddd;
border-radius: 0px;
padding: 20px 20px;
display: block;
width: 160px;
font-family: 'GothamBold';
color: #ffffff;
font-size: 16px;
line-height: 1.4em;
padding-bottom: 15px;
}
.footer-buttons .button:focus {
outline: 0px;
}
.footer-buttons .button:not(:last-child) {
margin-right: 20px;
}
.footer-buttons .button svg {
display: block;
max-width: 60px;
margin: 0 auto;
height: auto;
max-height: 50px;
}
.footer-buttons .button span {
display: block;
margin-top: 20px;
text-align: center;
}
.footer-buttons .button svg path {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.footer-buttons .button:hover svg path {
fill: #000000;
}
.footer-buttons .button.donate-btn:hover svg path {
fill: transparent;
stroke: #000000;
}
.footer-buttons .button:hover {
color: #000000;
background: #ffffff;
}
.footer-bottom {
margin-top: 50px;
}
.footer-bottom h2.widget-title {
margin-bottom: 5px;
margin-top: 0px;
font-family: 'GothamBold';
font-size: 16px;
line-height: 1.2em;
color: #ffffff;
}
.footer-bottom .textwidget {
font-family: 'GothamLight';
font-size: 16px;
line-height: 1.6em;
color: #ffffff;
}
.footer-bottom .textwidget p a {
color: #ffffff;
display: inline-block;
}
.footer-copyright {
text-align: right;
margin-top: 40px;
}
.footer-bottom .textwidget p {
margin: 0px;
}
.footer-copyright p {
margin: 0px;
font-family: 'GothamLight';
font-size: 16px;
line-height: 1.6em;
color: #ffffff;
}
.footer-bottom .textwidget p a:last-child {
text-decoration: underline;
}
.footer-bottom .textwidget p a:hover {
color: #dddddd;
}
section#banner {
height: 100vh;
}
#next-btn {
position: absolute;
left: 50%;
bottom: 30px;
width: auto;
transform: translateX(-50%);
}
#next-btn a.elementor-button-link {
background: transparent;
border-radius: 0;
position: relative;
padding: 0px;
-moz-animation: bounce 2s infinite;
-webkit-animation: bounce 2s infinite;
animation: bounce 2s infinite;
}
#next-btn a.elementor-button-link span.elementor-button-icon {
display: block;
margin: 0 auto;
}
#next-btn a.elementor-button-link span.elementor-button-icon svg {
width: 50px;
height: auto;
display: block;
}
#next-btn a.elementor-button-link span.elementor-button-icon svg path {
stroke: #ffffff;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
}
@keyframes wheel {
to {
opacity: 0;
top: 40px;
}
}
@-webkit-keyframes wheel {
to {
opacity: 0;
top: 40px;
}
}
#next-btn a.elementor-button-link span.elementor-button-text {
display: none;
}
body.admin-bar header#masthead {
top: 32px;
}
#page.site {
overflow: hidden;
}
body:not(.elementor-editor-active) section#header-buttons {
position: absolute;
right: 0;
bottom: 0;
background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.32) 100%);
padding: 25px 4vw;
height: 40%;
}
body:not(.elementor-editor-active) section#banner > .elementor-container,
body:not(.elementor-editor-active) section#banner > .elementor-container>.elementor-column,
body:not(.elementor-editor-active) section#banner > .elementor-container>.elementor-column .elementor-widget-wrap{
position: static;
}
section#header-buttons>.elementor-container .elementor-widget-wrap {
justify-content: flex-end;
}
section#header-buttons>.elementor-container .elementor-widget-icon {
width: auto;
cursor: pointer;
}
section#header-buttons>.elementor-container .elementor-widget-icon:not(:last-child) {
margin-right: 40px;
}
section#header-buttons>.elementor-container .elementor-widget-icon:hover {
opacity: 0.8;
}
section#header-buttons>.elementor-container .elementor-widget-icon.donate-btn svg {
fill: transparent;
}
section#header-buttons>.elementor-container .elementor-widget-icon svg {
width: 60px;
}
section#header-buttons>.elementor-container .elementor-widget-wrap .elementor-widget-heading {
margin-bottom: 30px;
}
section#image-block .image-thumbnail:not(:last-child){
margin-bottom: 20px;
}
.image-thumbnail figcaption.widget-image-caption {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
padding: 0 10%;
user-select: none;
pointer-events: none;
padding-top: 20px;
font-style: normal;
transform: translate(-50%, -50%);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.image-thumbnail figure.wp-caption>a {
position: relative;
}
.image-thumbnail figure.wp-caption>a:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #2A71D2;
opacity: 0.85;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.image-thumbnail figure.wp-caption:hover>a:after,
.image-thumbnail figure.wp-caption:hover figcaption.widget-image-caption{
opacity: 0;
}
.image-thumbnail figure.wp-caption:hover>a {
transform: scale(1.04);
}
#update-form {
padding-left: 5%;
padding-right: 10%;
}
#update-form .elementor-field-group.elementor-column {
flex-wrap: nowrap;
}
#update-form .elementor-field-group.elementor-column label.elementor-field-label {
min-width: 160px;
padding-top: 15px;
margin-right: 30px;
text-align: right;
}
#update-form .elementor-field-group.elementor-column .elementor-field{
padding-left: 0px;
}
#update-form .elementor-field-group.elementor-column button.elementor-button {
max-width: 140px;
height: 56px;
margin-left: auto;
}
body .elementor-popup-modal .dialog-widget-content .dialog-close-button {
width: 50px;
height: 50px;
justify-content: center;
align-items: center;
border-radius: 50%;
}
.elementor-element.popup-image-thumb:not(:last-child) {
margin-bottom: 25px;
}
.elementor-element.popup-image-thumb .elementor-image-box-wrapper {
position: relative;
}
.elementor-element.popup-image-thumb figure.elementor-image-box-img {
position: relative;
display: block;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.elementor-element.popup-image-thumb .elementor-image-box-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 0px 15%;
user-select: none;
pointer-events: none;
}
.elementor-element.popup-image-thumb figure.elementor-image-box-img img {
display: block;
}
.elementor-element.popup-image-thumb figure.elementor-image-box-img:after {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
background: rgba(22, 22, 22, 0.33);
top: 0;
left: 0;
user-select: none;
pointer-events: none;
}
.elementor-element.popup-image-thumb .elementor-image-box-wrapper:hover .elementor-image-box-img{
transform: scale(1.05);
}
.elementor-element.popup-image-thumb .elementor-image-box-content h3 {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
}
.elementor-element.popup-image-thumb figure.elementor-image-box-img img {
display: block;
}
section#impact-gallery > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap > .popup-image-thumb:last-child{
padding-left: 18%;
}
section#impact-gallery > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap > .popup-image-thumb {
padding-right: 45%;
}
section#impact-gallery .popup-image-thumb.elementor-widget-text-editor p {
margin: 0px;
position: relative;
z-index: 10;
}
section#impact-gallery .popup-image-thumb.elementor-widget-text-editor p img {
display: block;
max-width: 80%;
margin: 0 auto;
}
section#impact-gallery .popup-image-thumb.elementor-widget-text-editor {
height: 100%;
}
section#impact-gallery .popup-image-thumb.elementor-widget-text-editor .elementor-widget-container {
padding: 10px 0px;
height: 100%;
display: flex;
align-items: center;
}
section#impact-gallery .popup-image-thumb.elementor-widget-text-editor .elementor-widget-container:before {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
background: rgba(22, 1, 1, 0.68);
top: 0;
left: 0;
z-index: 9;
}
section#double-image > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
section#double-image > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
}
section#page-header:before,
section#banner:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 40%;
background: linear-gradient(180deg, rgba(10, 10, 10, 0.32) 0%, rgba(10, 10, 10, 0) 100%);
}
section#page-header section#header-buttons {
min-height: 200px;
display: flex;
align-items: flex-end;
}
section#page-header section#header-buttons>.elementor-container {
margin-right: 0px;
}
#page-title span.elementor-button-icon {
margin-top: -9px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
#page-title span.elementor-button-icon svg {
display: block;
width: 32px;
}
section#contact-section .elementor-widget-form {
padding-right: 12%;
padding-left: 12%;
}
section#contact-section .elementor-field-group {
flex-wrap: nowrap;
}
section#contact-section .elementor-field-group label.elementor-field-label {
min-width: 20%;
text-align: right;
padding-top: 15px;
margin-right: 5%;
}
section#contact-section .elementor-field-group .elementor-field {
padding-left: 0px;
}
section#contact-section .elementor-field-group .elementor-field:focus {
outline: 0;
box-shadow: none;
}
section#contact-section .elementor-field-group  .elementor-field.elementor-select-wrapper {
background: #2A71D2;
color: #ffffff;
}
section#contact-section .elementor-field-group textarea.elementor-field {
background: #2A71D2;
padding-left: 12px;
color: #ffffff;
height: 140px;
}
section#contact-section .elementor-field-group:not(:last-child) {
margin-bottom: 40px;
}
section#contact-section .elementor-field-group button.elementor-button {
width: 200px;
margin-left: auto;
flex-basis: auto;
padding: 25px 10px 10px 10px;
}
body:not(.elementor-editor-active) #submenu {
width: calc(29% - 6px);
background: #2168c9;
padding: 10px 0px;
position: absolute;
top: 100%;
left: 10px;
transform: translateY(-10px);
}
body:not(.elementor-editor-active) #submenu ul.elementor-icon-list-items >li> a {
padding: 20px 30px 2px 30px;
padding-left: 50px;
}
body:not(.elementor-editor-active) #submenu ul.elementor-icon-list-items >li> a:hover {
background: #ffffff;
}
body:not(.elementor-editor-active) #submenu ul.elementor-icon-list-items >li> a span {
color: #ffffff;
}
body:not(.elementor-editor-active) #submenu ul.elementor-icon-list-items >li> a:hover span {
color: #000000;
}
#page-title .elementor-button{
cursor: pointer;
width: 29%;
text-align: left;
}
#page-title .elementor-button.active span.elementor-button-icon{
transform: rotate(90deg);
}
body:not(.elementor-editor-active) section#banner-title {
position: absolute;
left: 0;
bottom: 25vh;
z-index: 999;
}
body:not(.elementor-editor-active) section#our-vision,
body:not(.elementor-editor-active) section#our-promise,
body:not(.elementor-editor-active) section#core-values,
body:not(.elementor-editor-active) section#about{
display: none;
}
main#main {
position: relative;
z-index: 10;
} @keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes glitter {
0% {
transform: scale(0.8);
opacity: 0;
}
25% {
transform: scale(1.6);
opacity: 1;
}
50% {
transform: scale(0.8);
opacity: 0;
}
75% {
transform: scale(1.6);
opacity: 1;
}
100% {
transform: scale(0.8);
opacity: 0;
}
}
#space {
position: absolute;
height: 400vh;
width: 400vw;
left: -150vw;
top: -150vh;
overflow: hidden;
background: #2A2022;
transform-origin: 50% 50%;
animation: spin 500s linear 0s infinite normal;
}
.star {
position: absolute;
width: 2px;
height: 2px;
border-radius: 5px;
background: #ffffff;
opacity: 0;
animation: glitter 8s ease-in 0s infinite normal;
}
section#impact-popup,
section#impact-details-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
display: flex;
align-items: center;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
section#page-popup {
position: fixed;
bottom: 100%;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
display: flex;
align-items: center;
overflow: hidden;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
}
section#impact-popup.active,
section#impact-details-popup.active{
opacity: 1;
visibility: visible;
}
section#page-popup.active {bottom: 0;}
section#impact-popup>.container,
section#impact-details-popup>.container {
position: relative;
z-index: 10;
height: 90%;
max-width: 1100px;
width: 100%;
}
.impact-wrapper,
.impact-details-wrapper{
display: flex;
height: 100%;
overflow: auto;
align-items: center;
}
.column-left {
width: 45%;
padding: 0px 15px;
}
.column-right {
width: 55%;
padding: 0px 15px;
padding-top: 0%;
}
.single-impact-post {
position: relative;
}
.column-right > .single-impact-post:first-child {
margin-right: 40%;
}
.single-impact-post:not(:last-child) {
margin-bottom: 30px;
}
.single-impact-post img {
display: block;
position: relative;
z-index: 9;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.single-impact-post .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(22, 22, 22, 0.33);
z-index: 10;
}
.single-impact-post .caption {
position: absolute;
top: 50%;
left: 50%;
z-index: 11;
transform: translate(-50%, -50%);
text-align: center;
color: #ffffff;
min-width: 60%;
}
.single-impact-post .caption h2 {
margin-top: 0px;
font-family: 'GothamBold';
font-size: 35px;
font-weight: 700;
line-height: 1.2em;
padding-top: 20px;
margin-bottom: 5px;
}
.single-impact-post .caption p {
font-family: 'GothamMedium';
font-size: 20px;
font-weight: 400;
line-height: 1.2em;
margin-bottom: 0px;
}
.inner-column {
display: flex;
}
.inner-column .single-impact-post:first-child {
margin-right: 30px;
}
.single-impact-post .logo {
position: absolute;
top: 50%;
left: 50%;
z-index: 11;
transform: translate(-50%, -50%);
width: 70%;
}
.column-left .single-impact-post:last-child {
margin-left: 20%;
}
.column-left .single-impact-post:first-child .caption {
text-align: left;
}
button.close-impact,
button.close-details,
button.close-popup {
position: absolute;
top: 20px;
right: 10px;
z-index: 99;
width: 50px;
height: 50px;
padding: 0px;
border-radius: 50%;
border: none;
background: #2A71D2;
display: flex;
align-items: center;
justify-content: center;
}
button.close-impact svg,
button.close-details svg,
button.close-popup svg {
display: block;
width: 20px;
height: auto;
}
button.close-impact:focus,
button.close-details:focus {
outline: 0;
}
button.close-impact:hover,
button.close-details:hover {
background: #185bb7;
}
.inner-column .single-impact-post:first-child .overlay {
background: rgba(22, 1, 1, 0.68);
}
.single-impact-post:hover a.impact-details{
transform: scale3d(0.96, 0.96, 0.96);
}
a.impact-details {
position: relative;
display: block;
backface-visibility: hidden;
transition: transform 0.4s ease-out;
}
section#impact-details-popup {
background: rgb(12 11 73 / 90%);
z-index: 9999;
}
.impact-details-wrapper {
flex-wrap: wrap;
}
.single-impact-details {
display: flex;
}
.details-left {
width: 45%;
margin-right: 5%;
}
.details-left img {
display: block;
}
.details-right {
width: 50%;
color: #ffffff;
}
.details-right h2 {
font-family: 'GothamBold';
margin-top: 0px;
padding-top: 20px;
font-size: 35px;
line-height: 1.2em;
margin-bottom: 10px;
}
.details-right .content {
font-family: 'GothamLight';
font-size: 18px;
line-height: 1.7;
}
.details-right .content p{
margin-bottom: 0px;
}
.details-right .content p:not(:last-child) {
margin-bottom: 20px;
}
section#loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ffffff;
z-index: 9999;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
body.loading section#loading {
opacity: 1;
visibility: visible;
}
.loader-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} section#popup-section .single-popup {
border: 1px solid #2A71D2;
}
section#popup-section .single-popup figure.elementor-image-box-img a {
display: block;
height: 260px;
padding: 10%;
}
section#popup-section .single-popup figure.elementor-image-box-img a img {
display: block;
object-fit: contain;
object-position: center;
width: 100%;
height: 100%;
}
section#popup-section .single-popup .elementor-image-box-content h3 {
margin: 0px;
}
section#popup-section .single-popup .elementor-image-box-content h3 a {
background: #2A71D2;
display: block;
padding: 15px 25px;
padding-top: 30px;
padding-right: 50px;
color: #ffffff;
font-size: 20px;
line-height: 1.2em;
font-weight: 300;
position: relative;
}
section#popup-section .single-popup .elementor-image-box-content h3 a:after {
content: '';
display: block;
position: absolute;
width: 20px;
height: 20px;
border-top: 1px solid #ffffff;
border-right: 1px solid #ffffff;
margin-left: 20px;
transform: rotate(45deg);
top: 50%;
margin-top: -20px;
right: 20px;
transform-origin: center left;
}
section#popup-section .single-popup.popup-three figure.elementor-image-box-img a img {
max-width: 60%;
margin: 0 auto;
}
.popup-overlay {
position: absolute;
height: 400vh;
width: 400vw;
left: -150vw;
top: -150vh;
overflow: hidden;
background: #071B35;
transform-origin: 50% 50%;
animation: spin 500s linear 0s infinite normal;
}
.page-popup-wrapper {
display: flex;
flex-wrap: wrap;
height: 100%;
}
.page-poppup-area::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
.page-poppup-area::-webkit-scrollbar {
width: 3px;
background-color: #F5F5F5;
}
.page-poppup-area::-webkit-scrollbar-thumb {
background-color: #2A71D2;
}
.popup-wrapper,
.single-page-popup {
height: 100%;
}
.popup-content {
font-size: 35px;
line-height: 1.2em;
color: #ffffff;
margin-top: auto;
margin-bottom: auto;
width: 100%;
}
.popup-content p {
margin-bottom: 0px;
}
.popup-content p:not(:last-child) {
margin-bottom: 20px;
}
.popup-content p img {
max-width: 150px;
}
.box-items {
width: 100%;
display: flex;
flex-wrap: wrap;
margin-bottom: 5%;
margin-top: 12%;
}
.box-items>div {
position: relative;
color: #ffffff;
overflow: hidden;
}
.box-items>div>.background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: 100% auto;
background-position: center;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
z-index: 1;
}
.box-items>div:hover .background{
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2);
}
.box-image1 {
width: 32%;
margin-left: auto;
margin-right: auto;
padding: 25px;
padding-top: 100px;
padding-bottom: 30px;
margin-bottom: 5%;
box-sizing: border-box;
margin-top: 4%;
}
.box-items .box-image1 h2 {
font-size: 36px;
}
.box-items .box-image1 h4 {
font-size: 25px;
margin-top: 5px;
}
.box-items>div:before {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
background: rgba(22, 22, 22, 0.33);
top: 0;
left: 0;
z-index: 2;
}
.box-items>div h2 {
font-weight: 700;
}
.box-items>div h4 {
font-weight: 300;
}
.box-items>div h2,
.box-items>div h4 {
position: relative;
z-index: 10;
margin: 0px;
line-height: 1em;
font-family: 'Gotham';
}
.box-image2 {
padding: 50px 80px;
width: 55%;
margin-right: auto;
margin-left: auto;
margin-bottom: 5%;
padding-top: 10%;
margin-right: 6%;
}
.box-items .box-image2 h2 {
font-size: 60px;
padding-top: 20px;
margin-top: auto;
}
.box-items .box-image2 h4 {
font-size: 30px;
top: 0px;
}
.box-image3 {
width: 60%;
padding: 50px;
padding-top: 100px;
margin-bottom: 5%;
}
.box-items .box-image3 h2 {
font-size: 100px;
padding-top: 30px;
}
.box-items .box-image3 h4 {
font-size: 42px;
}
.box-image4 {
width: 34%;
margin-left: auto;
padding: 50px;
margin-bottom: auto;
margin-top: 3%;
}
.box-items .box-image4 h2 {
font-size: 45px;
padding-top: 15px;
}
.box-items .box-image4 h4 {
font-size: 25px;
}
.box-image5 {
width: 90%;
margin-left: 5%;
margin-right: 6%;
padding: 50px;
text-align: center;
}
.box-items .box-image5 h2 {
font-size: 50px;
padding-top: 20px;
}
.box-items .box-image5 h4 {
font-size: 28px;
}
.popup-content ul {
list-style: none;
padding-left: 0px;
}
.popup-content ul li {
padding-left: 50px;
position: relative;
line-height: 1.5em;
margin-bottom: 10px;
}
.popup-content ul li:before {
content: '';
display: block;
width: 40px;
height: 40px;
background-image: url(//tamarnetwork.org/wp-content/themes/hello-theme-child/img/list.svg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
position: absolute;
top: 10px;
left: 0;
}
#popup-1425 .box-items .box-image3 h2{
font-size: 75px;
}
#popup-1425 .box-items .box-image3 h4 {
font-size: 40px;
}
#popup-1425 .box-items .box-image4 {
padding-top: 80px;
}
#popup-1425 .box-items .box-image4 h2{
font-size: 40px;
}
#popup-1425 .box-items .box-image4 h4 {
font-size: 22px;
}
.page-poppup-area {
position: relative;
z-index: 20;
width: 100%;
height: 90%;
overflow: auto;
}
.page-poppup-area>.container {
height: 100%;
max-width: 1100px;
}
#popup-1419 .box-items {
display: none;
} @media only screen and (min-width: 992px) and (max-width: 1440px) {
.popup-content {
font-size: 30px;
}
section#page-popup>.container {
max-width: 920px;
}
.box-items .box-image1 h2 { }
.box-items .box-image1 h4 { }
.box-items .box-image2 h2 { }
.box-items .box-image2 h4 { }
.box-items .box-image3 h2 {
font-size: 100px;
}
.box-items .box-image3 h4 { }
.box-items .box-image4 h2 { }
.box-items .box-image4 h4 { }
.box-items .box-image5 h2 { }
.box-items .box-image5 h4 {
font-size: 25px;
}
.popup-content ul li {
font-size: 28px;
}
#popup-1425 .box-items .box-image3 h2 { }
#popup-1425 .box-items .box-image3 h4 { }
#popup-1425 .box-items .box-image4 h2 { }
} @media only screen and (min-width: 768px) and (max-width: 991px) {
.logo {
max-width: 200px;
}
nav#site-navigation {
max-width: 60%;
}
ul#primary-menu>li>a {
text-align: center;
line-height: 1.2;
}
ul#primary-menu>li:not(:last-child) {
margin-right: 25px;
}
section#contact-section .elementor-field-group label.elementor-field-label {
min-width: 210px;
}
.footer-logo {
max-width: 200px;
}
.footer-buttons .button {
font-size: 14px;
width: 130px;
padding: 20px 10px;
}
.footer-buttons .button svg {
max-width: 50px;
max-height: 40px;
}
#page-title span.elementor-button-icon {
margin-top: -10px;
}
#page-title span.elementor-button-icon svg {
width: 26px;
}
.image-thumbnail figcaption.widget-image-caption {
width: 80%;
}
.single-impact-post .caption p {
font-size: 16px;
}
.single-impact-post .caption {
min-width: 70%;
}
.details-right h2 {
font-size: 25px;
}
.details-right .content {
font-size: 16px;
}
section#contact-section .elementor-widget-form {
padding-right: 3%;
padding-left: 3%;
}
#page-title .elementor-button {
width: 45%;
}
section#popup-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
padding: 15px;
}
section#popup-section .single-popup .elementor-image-box-content h3 a {
font-size: 16px;
}
.popup-content {
font-size: 25px;
}
.box-items .box-image1 h2 {
font-size: 26px;
}
.box-items .box-image1 h4 {
font-size: 20px;
}
.box-items .box-image2 h2 {
font-size: 36px;
}
.box-items .box-image2 h4 {
font-size: 23px;
}
.box-items .box-image3 h2 {
font-size: 60px;
}
.box-items .box-image3 h4 {
font-size: 26px;
}
.box-items .box-image4 h2 {
font-size: 35px;
}
.box-items .box-image4 h4 {
font-size: 16px;
}
.box-items .box-image5 h2 {
font-size: 36px;
}
.box-items .box-image5 h4 {
font-size: 23px;
}
#popup-1425 .box-items .box-image3 h2{
font-size: 45px;
}
#popup-1425 .box-items .box-image3 h4 {
font-size: 25px;
}
#popup-1425 .box-items .box-image4 {
padding-top: 80px;
}
#popup-1425 .box-items .box-image4 h2{
font-size: 25px;
}
#popup-1425 .box-items .box-image4 h4 {
font-size: 16px;
}
} @media only screen and (max-width: 767px) {
nav#site-navigation {
display: none;
width: 100%;
}
header#masthead.mobile-menu nav#site-navigation {
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid #0953b9;
}
.site-branding {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
max-width: 200px;
}
button#menu-btn {
display: block;
}
section#page-header section#header-buttons {
padding-bottom: 60px;
}
.footer-logo {
width: 100%;
text-align: center;
margin-bottom: 30px;
}
.footer-top {
flex-wrap: wrap;
}
.footer-top .widget_media_image {
max-width: 200px;
margin: 0 auto;
}
footer#colophon {
padding-top: 50px;
}
.footer-buttons .button {
width: 30%;
padding: 20px 10px 10px 10px;
}
.footer-buttons .button:not(:last-child) {
margin-right: 5%;
}
.footer-buttons .button span {
font-size: 12px;
}
.footer-buttons {
width: 100%;
}
.footer-buttons .button svg {
max-width: 40px;
max-height: 30px;
}
.footer-copyright {
text-align: center;
}
.footer-bottom {
text-align: center;
}
section#contact-section .elementor-field-group {
flex-wrap: wrap;
}
section#contact-section .elementor-field-group label.elementor-field-label {
min-width: 100%;
margin-right: 0px;
text-align: left;
margin-bottom: 5px;
font-size: 18px;
}
#page-title span.elementor-button-icon {
margin-top: -11px;
}
#page-title span.elementor-button-icon svg {
width: 26px;
}
.image-thumbnail figcaption.widget-image-caption {
width: 80%;
}
section#banner section#header-buttons {
padding-bottom: 150px;
}
body.page-id-960 section#banner section#header-buttons {
padding-bottom: 50px;
height: auto;
}
section#header-buttons>.elementor-container .elementor-widget-icon:not(:last-child) {
margin-right: 20px;
}
#update-form {
padding-left: 0px;
padding-right: 0px;
}
#update-form .elementor-field-group.elementor-column {
flex-wrap: wrap;
}
#update-form .elementor-field-group.elementor-column label.elementor-field-label {
width: 100%;
margin-right: 0px;
text-align: left;
}
.header-wrapper {
flex-wrap: wrap;
}
ul#primary-menu {
flex-wrap: wrap;
}
ul#primary-menu>li {
width: 100%;
text-align: center;
}
header#masthead {
padding: 20px 0px;
transition-delay: 0.5s;
}
header#masthead.mobile-menu {
background: #2A71D2;
transition-delay: 0s;
}
.impact-wrapper {
flex-wrap: wrap;
}
.column-left {
width: 100%;
margin-bottom: 30px;
}
.column-right {
width: 100%;
}
section#impact-popup>.container, section#impact-details-popup>.container {
padding-top: 50px;
}
.single-impact-post .caption p {
font-size: 16px;
}
.single-impact-post .caption {
min-width: 70%;
}
.details-right h2 {
font-size: 25px;
}
.details-right .content {
font-size: 16px;
}
.single-impact-details {
flex-wrap: wrap;
}
.details-left {
width: 100%;
margin-right: 0;
margin-bottom: 20px;
}
.details-right {
width: 100%;
}
section#contact-section .elementor-widget-form {
padding-right: 3%;
padding-left: 3%;
}
#page-title .elementor-button {
width: 100%;
}
body:not(.elementor-editor-active) #submenu {
width: calc(100% - 20px);
}
section#page-popup {
padding-top: 50px;
}
.box-image1,
.box-image2, 
.box-image3, 
.box-image4, 
.box-image5{
width: 100%;
}
.box-items .box-image2 h2,
.box-items .box-image3 h2,
.box-items .box-image4 h2,
#popup-1425 .box-items .box-image3 h2,
#popup-1425 .box-items .box-image4 h2{
font-size: 36px;
}
.box-items .box-image5 h2{
font-size: 30px;
}
.box-items .box-image1 h4,
.box-items .box-image2 h4,
.box-items .box-image5 h4,
.box-items .box-image3 h4,
#popup-1425 .box-items .box-image3 h4,
.box-items .box-image4 h4{
font-size: 22px;
}
}.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0;display:inline-block;text-align:left}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto;display:inline-block;text-align:left}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto;display:inline-block;text-align:left}.eael-force-hide{display:none !important}.eael-d-none{display:none !important}.eael-d-block{display:block !important}.eael-h-auto{height:auto !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.elementor-widget-eael-adv-tabs .eael-tab-content-item,.elementor-widget-eael-adv-accordion .eael-accordion-content,.elementor-widget-eael-data-table .td-content,.elementor-widget-eael-info-box .eael-infobox-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template,.elementor-widget-eael-countdown .eael-countdown-container,.elementor-widget-eael-cta-box .eael-cta-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap,.elementor-widget-eael-protected-content .eael-protected-content-message,.elementor-widget-eael-protected-content .protected-content,.eael-offcanvas-content-visible .eael-offcanvas-body,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item{position:relative}.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper,.eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper{display:block}.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay,.eael-widget-otea-active .elementor-empty-view,.eael-widget-otea-active .elementor-add-section-inline,.eael-widget-otea-active .elementor-add-section{display:initial !important}.eael-onpage-edit-template-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:none;border:2px solid #5eead4}.eael-onpage-edit-template-wrapper::after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:2;background:#5eead4;opacity:.3}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate{display:block}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after{display:none}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template{background:#5eead4;color:#000;width:150px;text-align:center;height:30px;line-height:30px;font-size:12px;cursor:pointer;position:relative;z-index:3;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before{content:"";border-top:30px solid #5eead4;border-right:0;border-bottom:0;border-left:14px solid rgba(0,0,0,0);right:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after{content:"";border-top:0;border-right:0;border-bottom:30px solid rgba(0,0,0,0);border-left:14px solid #5eead4;left:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i{margin-right:8px}.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect1,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect2,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect3,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect4{-webkit-box-shadow:inherit !important;box-shadow:inherit !important}@font-face {
font-family: 'Average';
font-style: normal;
font-weight: 400;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/average-fc1hpybhe23mxa7reet6vfyt.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Average';
font-style: normal;
font-weight: 400;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/average-fc1hpybhe23mxa7reev6va.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 100;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufuahjyv.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 100;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufwahg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 200;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufuahjyv.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 200;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufwahg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 300;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufuahjyv.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 300;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufwahg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 400;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufuahjyv.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 400;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufwahg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 500;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufuahjyv.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 500;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufwahg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 600;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufuahjyv.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 600;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufwahg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 700;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufuahjyv.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 700;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufwahg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 800;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufuahjyv.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 800;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufwahg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 900;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufuahjyv.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: italic;
font-weight: 900;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7dmifdwyjgaamftzd_qa1zeufwahg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 100;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zvyfecgg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 100;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zbyfc.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 200;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zvyfecgg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 200;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zbyfc.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 300;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zvyfecgg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 300;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zbyfc.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 400;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zvyfecgg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 400;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zbyfc.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 500;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zvyfecgg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 500;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zbyfc.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 600;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zvyfecgg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 600;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zbyfc.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 700;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zvyfecgg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 700;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zbyfc.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 800;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zvyfecgg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 800;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zbyfc.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 900;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zvyfecgg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Albert Sans';
font-style: normal;
font-weight: 900;
src: url(https://tamarnetwork.org/wp-content/uploads/elementor/google-fonts/fonts/albertsans-i7doifdwyjgaamftzd_qa1zbyfc.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}