.d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-grid {
display: -ms-grid !important;
display: grid !important;
}
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.flex-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.d-flex > .row {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
} body,
html {
height: 100%;
}
body {
color: #111111;
font-size: 14px;
line-height: 1.6;
font-family: "PT Sans", sans-serif;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
cursor: inherit;
}
a {
color: #9dc936;
transition: ease 0.3s;
-webkit-transition: ease 0.3s;
-moz-transition: ease 0.3s;
-o-transition: ease 0.3s;
-ms-transition: ease 0.3s;
}
a:hover {
text-decoration: none;
color: #718386;
}
a:focus {
outline: none;
color: #999999;
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
font-family: "Montserrat", sans-serif;
color: #888888;
}
iframe {
border: none;
}
.content {
background: white;
padding: 60px 0;
position: relative;
z-index: 1;
}
.white-bg {
background: #fff;
}
.dark-bg {
background: #000;
}
.padding {
padding: 30px 0;
}
img {
max-width: 100%;
height: auto;
}
.title-content {
position: relative;
text-align: center;
margin-bottom: 30px;
}
.title-content h3 {
color: #888888;
font-size: 35px;
margin: 0;
text-transform: uppercase;
position: relative;
z-index: 1;
}
.title-content p {
color: #888888;
font-family: montserrat;
letter-spacing: 2px;
position: relative;
text-transform: uppercase;
z-index: 1;
}
.title-inner {
display: inline-block;
}
.title-inner:before {
background: none repeat scroll 0 0 #aaa;
content: "";
height: 1px;
left: 0;
position: absolute;
bottom: 30px;
width: 35%;
}
.title-inner:after {
background: none repeat scroll 0 0 #aaa;
content: "";
height: 1px;
right: 0;
position: absolute;
bottom: 30px;
width: 35%;
}
.spacing40 {
height: 40px;
width: 100%;
}
.spacing80 {
height: 80px;
width: 100%;
}
.spacing160 {
height: 160px;
width: 100%;
}
.align-center {
text-align: center;
}
blockquote p {
font-family: georgia;
font-size: 16px;
font-style: italic;
font-weight: 300;
line-height: 1.5;
}
blockquote small,
blockquote p small {
color: #555555;
display: block;
font-family: montserrat;
line-height: 1.5;
font-style: normal;
font-size: 13px;
}
.fa {
line-height: inherit;
}
.vjs-big-play-button,
.vjs-text-track-display,
.vjs-control-bar {
display: none;
}
#big-video-wrap {
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.photo-caption {
font-size: 28px;
font-family: "PT Sans", sans-serif;
color: white;
}
#big-video-vid {
position: relative;
width: 100% !important;
height: 100% !important;
top: 0 !important;
left: 0 !important;
overflow: hidden;
}
#big-video-wrap img {
height: 100% !important;
max-width: 100% !important;
width: 100% !important;
}
#big-video-wrap video {
z-index: -1;
}
.mobile-menu {
display: none;
}
.title-caption h2 {
color: #c7ea46;
font-size: 32px;
padding: 0;
gap: 15px;
border-radius: 15px;
line-height: 1.4;
text-align: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 0;
text-shadow: 3px -1px 6px rgba(0, 0, 0, 0.15);
font-family: "Helvetica", "Montserrat", sans-serif;
}
.title-caption h2 span {
display: block;
padding: 0 85px 0 45px;
justify-self: center;
text-align: left;
text-shadow: 6px 8px 7px #8b8789, -4px -1px 7px #aea9aa;
}
.title-caption h2 .title-caption__small {
font-size: 50%;
color: #c7ea46;
padding: 10px 45px;
font-weight: 500;
text-shadow: 6px 8px 7px #8b8789, -4px -1px 7px #aea9aa;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}  #preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 999999;
}
#status {
width: 200px;
height: 200px;
position: absolute;
left: 50%;
top: 50%;
background-image: url(//www.handmadeinteractive.com/wp-content/themes/alamak/images/preloader.gif);
background-repeat: no-repeat;
background-position: center;
margin: -100px 0 0 -100px;
}
#status p {
text-align: center;
color: #999;
}
.single .white-bg .close,
.single .white-bg .team-close {
display: none;
}
.subsection-expertise,
.subsection-causes {
display: grid;
grid-template-columns: 1fr;
grid-gap: 24px;
padding-top: 32px;
}
.subsection-causes {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.subsection-causes__icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 25px;
min-height: 200px;
background: #f5f5f5;
border-radius: 10px;
border: 1px solid rgb(191 194 212 / 20%);
-webkit-box-shadow: 1px 12px 15px #d0d0d0, -14px -15px 15px #ffffff;
box-shadow: 1px 12px 15px #d0d0d0, -14px -15px 15px #ffffff;
}
.subsection-causes__icon:hover {
-webkit-box-shadow: -14px -15px 15px rgb(211 209 209 / 20%),
1px 12px 15px #d0d0d0;
box-shadow: -14px -15px 15px rgb(211 209 209 / 20%), 1px 12px 15px #d0d0d0;
-webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
transition: -webkit-box-shadow 0.3s ease-in-out;
-o-transition: box-shadow 0.3s ease-in-out;
transition: box-shadow 0.3s ease-in-out;
transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
background: #ffffff;
}
.subsection-expertise__icon-text {
font-size: 19px;
font-weight: 700;
position: relative;
z-index: 1;
line-height: 1.3;
}
.subsection-expertise__icon-text span {
display: block;
font-size: 14px;
font-weight: 500;
}
.subsection-expertise__icon {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
-webkit-box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.1);
box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.1);
border: 1px solid #f3f3f9;
background: #f5f5f5;
padding: 0 85px 0 24px;
border-radius: 8px;
-webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
transition: -webkit-box-shadow 0.3s ease-in-out;
-o-transition: box-shadow 0.3s ease-in-out;
transition: box-shadow 0.3s ease-in-out;
transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
min-height: 95px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.subsection-causes__icon img {
max-height: 160px;
width: auto;
margin: auto;
display: block;
-ms-flex-item-align: center;
align-self: center;
}
.subsection-expertise__icon:hover {
-webkit-box-shadow: 4px -10px 40px rgba(0, 0, 0, 0.1);
box-shadow: 4px -10px 40px rgba(0, 0, 0, 0.1);
-webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
transition: -webkit-box-shadow 0.3s ease-in-out;
-o-transition: box-shadow 0.3s ease-in-out;
transition: box-shadow 0.3s ease-in-out;
transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
background: #ffffff;
}
.subsection-expertise__icon-img {
position: absolute;
right: -34px;
top: -12px;
}
.subsection-expertise__icon-img img {
height: 120px;
max-width: 120px;
} #home {
position: relative;
z-index: 3;
}
.header {
width: 100%;
min-height: 96px;
z-index: 999;
-webkit-backface-visibility: hidden;
-webkit-transition: background-color 0.3s ease, color 0.3s ease;
-o-transition: background-color 0.3s ease, color 0.3s ease;
transition: background-color 0.3s ease, color 0.3s ease;
position: relative;
background-color: transparent;
}
.page-template-default .header {
background: rgb(245 245 245 / 95%);
}
.page-template-default .is-sticky .header {
background-color: rgb(0 0 0 / 70%);
}
.page-template-default .is-sticky .header .mobile-menu {
background-color: rgb(0 0 0 / 90%);
}
.page-template-default .is-sticky .header .mobile-menu a,
.page-template-default .is-sticky .header .desktop-menu a {
color: #ffffff;
}
.is-sticky .header {
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
background-color: rgb(245 245 245 / 50%);
}
.is-sticky .header.scrolled {
background-color: rgb(0 0 0 / 70%);
}
.is-sticky .header.scrolled .navigation li.current a {
color: #ffffff;
}
.is-sticky .header .navigation li.current a {
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.is-sticky
.header
.navigation
li.current
a:not(.is-sticky .header.scrolled .navigation li.current a) {
color: #333333;
}
.is-sticky .header.scrolled .navigation li a {
color: #ffffff;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.admin-bar .is-sticky .header {
margin-top: 32px;
}
.menu ul,
.navigation {
list-style: none;
margin: none;
float: right;
margin: 0;
display: block;
height: auto;
position: relative;
padding: 0;
z-index: 999;
}
.menu ul li,
.navigation li {
float: left;
position: relative;
}
.menu ul li a,
.navigation li a {
color: #111111;
display: block;
font-family: "Montserrat", sans-serif;
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
padding: 35px 15px;
text-transform: uppercase;
}
.menu ul li a:hover,
.navigation li a:hover {
color: #c7ea46 !important;
}
.header .navigation li.current a {
text-shadow: 2px 4px 30px rgb(199 234 70 / 40%);
color: #f5f5f5;
}
.header .navigation li {
position: relative;
}
.is-sticky .header.scrolled .navigation li a {
color: #ffffff;
}
.header .navigation li::before {
content: "";
position: absolute;
bottom: 20px;
left: 0;
height: 5px;
width: 100%;
background: #c7ea46;
border-radius: 2px;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header .navigation li.current::before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.menu-btn {
cursor: pointer;
display: none;
position: absolute;
width: 50px;
left: auto;
right: 45px;
top: 0;
bottom: 0;
margin: auto;
height: 40px;
text-align: center;
z-index: 3;
}
.menu .sub-menu {
background: none repeat scroll 0 0 #444444;
left: 0;
margin-top: 1px;
padding: 0;
position: absolute;
top: 100%;
}
.menu .sub-menu li {
border-bottom: 1px solid #373737;
border-top: 1px solid #555555;
float: none;
width: 180px;
}
.menu .sub-menu li a {
color: #ffffff;
font-size: 11px;
padding: 15px;
}
.menu .sub-menu li a:hover {
color: inherit;
}
.logo {
padding: 20px 0;
display: block;
}
.nav-collapse {
background: none repeat scroll 0 0 transparent;
height: 0;
list-style: none outside none;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
text-align: center;
top: 96px;
width: 140px;
z-index: 999;
}
.nav-collapse.mobile-menu {
width: 100% !important;
z-index: 9999;
padding: 0;
}
.nav-collapse.mobile-menu.in {
overflow: visible;
}
.mobile-menu a {
display: block;
font-family: "Montserrat", sans-serif;
font-size: 14px;
padding: 15px 5px;
text-transform: uppercase;
color: #111111;
font-weight: 600;
}
.mobile-menu a:hover {
color: #9dc936;
} .social-icons-container,
.social-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.social-icons-container {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.social-icon {
height: 43px;
}
.social-icon a {
padding: 5px 11px 3px;
border-radius: 50%;
}
.social-icon a i {
font-size: 2.2rem;
color: #ffffff;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
-webkit-transition: ease 0.3s;
-o-transition: ease 0.3s;
transition: ease 0.3s;
}
.social-icon a:hover i {
color: #1d9bf0;
}
.social-icon a i:hover {
text-shadow: none;
} .box-caption {
width: 100%;
z-index: -1;
}
#slidecaption p {
color: #ffffff;
}
#slidecaption {
padding: 5px 0 20px;
}
.slider-content {
position: relative;
overflow: hidden;
min-height: 100%;
width: 100%;
}
#progress-back {
background: none repeat scroll 0 0 #aaa;
height: 1px;
left: 0;
position: relative;
width: 100%;
z-index: 5;
overflow: hidden;
}
#progress-bar {
background: none repeat scroll 0 0 #ffffff;
height: 1px;
position: relative;
width: 100%;
}
.centering {
margin: auto;
height: 2px;
width: 100%;
}
.title-caption {
position: relative;
z-index: 0;
}
.title-caption h4 {
font-family: "Montserrat", sans-serif;
letter-spacing: 2px;
color: #ffffff;
text-transform: uppercase;
width: 100%;
position: relative;
}
.title-caption h4:before {
background: none repeat scroll 0 0 #ffffff;
content: "";
height: 1px;
left: 0;
position: absolute;
top: 10px;
width: 20%;
}
.title-caption h4:after {
background: none repeat scroll 0 0 #ffffff;
content: "";
height: 1px;
right: 0;
position: absolute;
top: 10px;
width: 20%;
}
.cms-wrapper li {
display: inline;
padding: 20px 10px;
border-radius: 10px;
border: 1px solid #ffffff;
-webkit-box-shadow: 1px 12px 15px #d0d0d0, -14px -15px 15px #ffffff;
box-shadow: 1px 12px 15px #d0d0d0, -14px -15px 15px #ffffff;
}
.cms-wrapper li img {
height: auto;
width: auto;
max-height: 40px;
min-height: 40px;
}
.cms-wrapper li:last-child img {
margin-right: 0;
}
.cms-box {
padding: 0;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
gap: 25px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} iframe {
border: none !important;
width: 100%;
max-width: 100% !important;
}
#home iframe {
max-width: none !important;
}
.bwWrapper {
position: relative;
display: block;
}
.bwWrapper canvas {
max-width: 100%;
width: 100%;
}
.portfolio-section {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 35px;
}
.portfolio-items {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.port-inner-box.img-box {
position: relative;
border-radius: 10px;
border: 1px solid rgb(191 194 212 / 20%);
-webkit-box-shadow: 1px 12px 15px #cac6c6, -14px -15px 15px #f7f7f7;
box-shadow: 1px 12px 15px #cac6c6, -14px -15px 15px #f7f7f7;
}
.port-inner-box.img-box img {
-o-object-fit: cover;
object-fit: cover;
height: 160px;
width: 100%;
-o-object-position: top;
object-position: top;
border-radius: 10px;
}
.portfolio-items .port-inner .img-box:hover {
-webkit-box-shadow: 5px 11px 16px rgb(113 131 134 / 30%),
-12px -7px 17px rgb(113 131 134 / 20%);
box-shadow: 5px 11px 16px rgb(113 131 134 / 30%),
-12px -7px 17px rgb(113 131 134 / 20%);
-webkit-transition: -webkit-box-shadow 350ms !important;
transition: -webkit-box-shadow 350ms !important;
-o-transition: box-shadow 350ms !important;
transition: box-shadow 350ms !important;
transition: box-shadow 350ms, -webkit-box-shadow 350ms !important;
}
.port-inner-box.text-box {
padding: 10px 0 0 20px;
}
.portfolio-text__bottom {
padding-top: 60px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.portfolio-text__bottom p span {
text-align: right;
min-width: 20px;
display: inline-block;
margin-right: 10px;
font-weight: 500;
}
.port-inner h3 {
border-bottom: 1px solid #888888;
font-size: 20px;
margin: 0 0 10px;
padding-bottom: 10px;
text-transform: uppercase;
}
.portfolio-items .port-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.port-inner-box {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
}
.more {
background: none repeat scroll 0 0 #444;
bottom: 0;
color: #ffffff;
display: inline-block;
height: 30px;
line-height: 30px;
position: absolute;
left: 0;
text-align: center;
width: 30px;
}
.more:hover {
color: #fff;
background: #999;
}
.hov-desc {
color: #fff;
background: #333;
font-family: montserrat;
font-size: 12px;
height: 30px;
line-height: 30px;
position: absolute;
width: 0;
opacity: 0;
left: 30px;
overflow: hidden;
}
.more:hover .hov-desc {
width: 90px;
right: 30px;
opacity: 1;
}
.hov-desc {
transition: ease 0.3s;
-webkit-transition: ease 0.3s;
-moz-transition: ease 0.3s;
-o-transition: ease 0.3s;
-ms-transition: ease 0.3s;
}
.cat-icon {
background: none repeat scroll 0 0 #444444;
border-radius: 50px;
bottom: 30px;
color: #ffffff;
display: inline-block;
height: 30px;
right: 30%;
line-height: 30px;
margin-right: -15px;
position: absolute;
width: 30px;
cursor: pointer;
}
.cat-icon:hover {
background: #888;
}
.portajax-title,
.content-title {
font-size: 50px;
margin: 0;
text-transform: uppercase;
}
.client-name,
.gray-text,
.team-post {
display: inline-block;
font-family: montserrat;
letter-spacing: 1px;
margin: 0 0 0 10px;
text-transform: uppercase;
}
.team-box {
margin-top: 40px;
}
.port-date,
.black-text,
.team-text {
color: #333333;
display: inline-block;
font-family: montserrat;
letter-spacing: 1px;
margin: 0;
text-transform: uppercase;
}
.black-text {
margin-top: 30px;
color: #222222;
font-weight: 600;
}
.menu-footer li a:hover {
color: #718386;
}
#tab-about .black-text {
font-family: "PT Sans", sans-serif;
font-size: 18px;
letter-spacing: normal;
text-transform: none;
}
#tab-about .gray-text {
font-family: "PT Sans", sans-serif;
font-size: 18px;
text-align: right;
margin: 20px 0 0 0;
color: #8e8e8e;
letter-spacing: normal;
text-transform: none;
display: inherit;
}
.worksajax .white-bg {
margin-bottom: 30px;
}
.gallery-portfolio .gallery img,
.gallery-inner .gallery img {
width: 100%;
height: auto !important;
}
.gallery-portfolio .gallery-item,
.gallery-inner .gallery-item {
position: absolute;
visibility: hidden;
top: 0;
left: 0;
}
.gallery-item {
margin: 0;
}
.gallery-portfolio .owl-item .gallery-item,
.gallery-inner .owl-item .gallery-item {
position: inherit;
visibility: visible;
opacity: 1;
}
.strong {
color: #444444;
font-family: montserrat;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
}
.condensed {
color: #888;
font-family: montserrat;
font-weight: normal;
letter-spacing: 1px;
text-transform: uppercase;
}
.align-right {
text-align: right;
}
.align-right p {
margin: 0;
line-height: 1;
}
.margin {
border-top: 1px solid #ccc;
margin: 30px 30px 0;
padding: 29px 0 30px;
position: relative;
border-bottom: none;
}
.worksajax {
position: relative;
}
.slide-nav {
background: none repeat scroll 0 0 #fff;
color: #888;
font-size: 18px;
height: 30px;
left: 0;
line-height: 30px;
margin-top: -15px;
position: absolute;
text-align: center;
top: 50%;
width: 30px;
}
.slide-nav:hover,
.slide-nav:focus {
color: #fff;
background: #888;
}
.slide-nav.inright {
left: auto;
right: 0;
}
.close,
.team-close {
background: none repeat scroll 0 0 #333333;
border-radius: 50px;
bottom: 23px;
color: #ffffff;
display: block;
font-size: 16px;
font-weight: normal;
height: 30px;
left: 0;
line-height: 28px;
opacity: 1;
position: absolute;
text-align: center;
text-shadow: 0 0 rgba(0, 0, 0, 0);
width: 30px;
z-index: 1;
}
.close:hover,
.team-close:hover {
background: none repeat scroll 0 0 #ccc;
color: #333;
text-shadow: 0 0 rgba(0, 0, 0, 0);
opacity: 1;
}
.view-more {
background: none repeat scroll 0 0 #333333;
color: #ffffff;
display: inline-block;
line-height: 1.6;
padding: 6px 18px;
}
.view-more:hover {
background: #888;
color: #fff;
} .isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-o-transition-property: -o-transform, opacity;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
-o-transition-property: transform, opacity;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
} .port-filter {
display: block;
list-style: none outside none;
margin: 0 0 20px;
overflow: hidden;
text-align: center;
}
.port-filter > li {
display: inline-block;
overflow: hidden;
}
.white-btn {
border: 1px solid;
display: block;
font-family: montserrat;
font-size: 11px;
letter-spacing: 1px;
padding: 6px 10px;
text-transform: uppercase;
}
.white-btn.clicked {
color: #777777;
}
#portfolio .pagination {
text-align: center;
} .bg-dark {
position: relative;
width: 100%;
z-index: 0;
min-height: 450px;
}
.container-with-logo-cms {
position: relative;
}
.container-with-logo-cms::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1);
}
.bg1 {
background: url(//www.handmadeinteractive.com/wp-content/themes/alamak/images/bg.jpg) center center no-repeat;
background-image: url(//www.handmadeinteractive.com/wp-content/uploads/2023/04/los_angeles_background_updated-scaled.jpg) !important;
background-position: center;
background-size: cover;
background-attachment: fixed;
}
@media screen and (max-width: 600px) {
.bg-dark .container {
padding-bottom: 100px !important;
padding-top: 100px !important;
}
}
.bg1 .slogan {
font-size: 30px;
}
.bg1 .slogan-divider {
display: none;
}
.bg1 .author-slogan {
text-align: right;
max-width: 76%;
margin-top: 15px;
}
.bg2 {
background: url(//www.handmadeinteractive.com/wp-content/themes/alamak/images/bg2.jpg) no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
}
.bg2 .logo-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.bg2 .logo-container .container {
max-width: 1170px;
width: auto;
}
.bg2 .logo-container__slogan {
font-family: "Montserrat";
color: #fff;
}
.bg2 .logo-container__build {
font-size: 40px;
font-weight: bold;
line-height: 2em;
display: block;
}
.bg2 .logo-container__text {
font-size: 30px;
display: block;
}
@media screen and (max-width: 1199px) {
.bg2 .logo-container__build {
font-size: 30px;
}
.bg2 .logo-container__text {
font-size: 24px;
}
}
@media screen and (max-width: 992px) {
#contact img {
width: 100%;
max-height: 400px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
}
@media screen and (max-width: 991px) {
.bg2 .logo-container__build {
font-size: 24px;
}
.bg2 .logo-container__text {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.bg2 .logo-container__build {
font-size: 18px;
}
.bg2 .logo-container__text {
font-size: 14px;
}
}
@media screen and (max-width: 539px) {
.bg2 .logo-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
}
.bg2 .logo-container img {
width: 35%;
}
.bg2 .logo-container .drupal-logo-white {
max-width: 450px;
} .bg1 {
background: url(//www.handmadeinteractive.com/wp-content/themes/alamak/images/bg2.jpg) no-repeat;
background-image: url(//www.handmadeinteractive.com/wp-content/uploads/2023/04/los_angeles_background_updated-scaled.jpg) !important;
background-position: center;
background-size: cover;
background-attachment: fixed;
}
.container-with-logo-cms .container-slogan {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.bg1 .logo-container {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 30px 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 30px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
z-index: 1;
}
.container-with-logo-cms .logo-container {
padding: 130px 0;
}
.bg1 .logo-container .logos-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
}
.bg1 .logo-container__slogan {
font-family: "Montserrat";
color: #fff;
}
.bg1 .logo-container__build {
font-size: 40px;
font-weight: bold;
line-height: 2em;
display: block;
}
.bg1 .logo-container__text {
font-size: 30px;
display: block;
}
.bg1 .logo-container .logos-container .drupal-logo-white,
.bg1 .logo-container .logos-container .wp-logo-white {
max-width: 250px;
margin-bottom: 30px;
}
.bg1 .logo-container .logos-container .wp-logo-white {
margin-bottom: 0;
}
.bg1 .logo-container .logos-container img {
width: 100%;
}
@media screen and (max-width: 1199px) {
.bg1 .logo-container__build {
font-size: 30px;
}
.bg1 .logo-container__text {
font-size: 24px;
}
}
@media screen and (max-width: 991px) {
.bg1 .logo-container__build {
font-size: 24px;
}
.bg1 .logo-container__text {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.bg1 .logo-container__build {
font-size: 18px;
}
.bg1 .logo-container__text {
font-size: 17px;
}
}
@media screen and (max-width: 640px) {
.container-with-logo-cms .logo-container {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
padding: 70px 0;
}
.container-with-logo-cms .bg1 .logo-container .logos-container {
padding-top: 0;
}
.container-with-logo-cms .logo-container__slogan {
text-align: center;
}
.container-with-logo-cms .logo-container .logos-container {
padding-top: 0;
height: auto;
}
.container-with-logo-cms .logo-container .logos-container .drupal-logo-white,
.container-with-logo-cms .logo-container .logos-container .wp-logo-white {
max-width: 180px;
}
.container-with-logo-cms .logo-container__text {
font-size: 15px;
}
}
@media screen and (max-width: 539px) {
.bg1 .logo-container {
text-align: center;
}
}
.bg1 .logo-container img {
width: 35%;
}
.bg1 .logo-container .drupal-logo-white {
max-width: 450px;
}
.bg2 {
background: url(//www.handmadeinteractive.com/wp-content/themes/alamak/images/bg.jpg) center center no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
}
.bg2 .slogan {
font-size: 30px;
border-top: none;
line-height: 1.5;
border-radius: 15px;
}
.bg2 .slogan-divider {
display: none;
} .bg3 {
background: url(//www.handmadeinteractive.com/wp-content/themes/alamak/images/bg3.jpg) no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
}
.bg-dark.bg3 .container {
padding-top: 325px;
padding-bottom: 325px;
}
.bg-dark.bg3.banner-devider {
max-height: 450px;
}
.twitter-feed::after,
.bg3::after {
display: block;
position: absolute;
right: 3%;
bottom: 2%;
color: #fff;
font-size: 16px;
text-align: right;
}
.twitter-feed::after {
content: "Handmade Interactive's HQ in Pasadena";
}
.bg3::after {
content: "IEEE IMS2025 technology conference in San Francisco with 8,600 attendees from over 70 countries.  Drupal and mobile app by Handmade Interactive.";
}
.twitter-feed {
background-size: cover;
min-height: 650px;
background-position-x: center;
background-position-y: center;
background-repeat: no-repeat;
}
.dark-mask {
background: url(//www.handmadeinteractive.com/wp-content/uploads/2025/08/bg_decor.webp) repeat scroll 0 0
rgba(0, 0, 0, 0.4);
opacity: 0.5;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.twitter-feed .dark-mask {
background-color: rgba(0, 0, 0, 0.1);
}
#home .page-template-default #home .header .navigation li a {
color: #000000;
text-shadow: 3px -1px 6px rgba(0, 0, 0, 0);
}
.page-template-default #home .header .navigation li a:hover,
.page-template-default .is-sticky #home .header .navigation li a:hover {
color: #c7ea46;
}
#home .is-sticky .header .navigation li a,
.page-template-default .is-sticky #home .header .navigation li a { font-size: 14px;
}
.bg-dark .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
z-index: 1;
}
.slogan {
border-top: 1px solid;
color: #ffffff;
font-size: 45px;
margin: auto;
padding: 25px 35px;
text-transform: uppercase;
display: inline-block;
}
.container-slogan .slogan,
.container-slogan .slogan-divider,
.container-slogan .author-slogan {
display: none;
}
.author-slogan {
color: #ffffff;
font-size: 20px;
font-weight: normal;
margin: auto;
max-width: 80%;
overflow: hidden;
position: relative;
text-transform: uppercase;
}
.tweet-follow {
font-family: "Montserrat", sans-serif;
color: #ffffff;
font-size: 20px;
font-weight: normal;
margin: auto;
max-width: 80%;
overflow: hidden;
position: relative;
text-transform: uppercase;
}
.twitter-feed .align-center div {
width: 100% !important;
position: relative !important;
}
.rotatingtweet a {
color: #888;
}
.rotatingtweet a:hover {
color: #fff;
}
.line-top {
background: none repeat scroll 0 0 #ffffff;
height: 1px;
margin: auto;
max-width: 90%;
}
.norotatingtweets .rotatingtweet {
border: none;
}
.rotatingtweet {
border-top: 1px solid #fff;
}
.rotatingtweet p {
font-family: "Montserrat", sans-serif;
color: #ffffff;
font-size: 45px;
font-weight: bold;
margin: auto;
max-width: 90%;
padding-top: 20px;
text-transform: uppercase;
line-height: 1.1;
}
.rotatingtweet .rtw_meta {
display: block;
font-size: 20px;
margin-top: 0 !important;
}
.slogan-divider {
margin: 20px auto;
max-width: 90%;
overflow: hidden;
position: relative;
}
.slogan-divider .fa {
border: 1px solid;
border-radius: 50px;
color: #ffffff;
display: inline-block;
font-size: 20px;
height: 50px;
line-height: 50px;
width: 50px;
}
.line-left {
background: none repeat scroll 0 0 #ffffff;
height: 1px;
left: 0;
margin-left: -25px;
position: absolute;
top: 25px;
width: 50%;
}
.line-right {
background: none repeat scroll 0 0 #ffffff;
height: 1px;
right: 0;
margin-right: -25px;
position: absolute;
top: 25px;
width: 50%;
} #about .nav-tabs > li > a,
#services .nav-tabs > li > a,
#contact .nav-tabs > li > a {
border: medium none;
border-radius: 0;
color: #888888;
font-family: montserrat;
letter-spacing: 1px;
line-height: 1.6;
margin: 0;
padding: 0;
text-transform: uppercase;
}
#about .nav-tabs > li.active > a,
#about .nav-tabs > li > a:hover,
#about .nav-tabs > li.active > a:hover,
#about .nav-tabs > li.active > a:focus,
#services .nav-tabs > li.active > a,
#services .nav-tabs > li > a:hover,
#services .nav-tabs > li.active > a:hover,
#services .nav-tabs > li.active > a:focus,
#contact .nav-tabs > li.active > a,
#contact .nav-tabs > li > a:hover,
#contact .nav-tabs > li.active > a:hover,
#contact .nav-tabs > li.active > a:focus {
background: transparent;
color: #444444;
}
#about .nav-tabs > li,
#services .nav-tabs > li,
#contact .nav-tabs > li {
display: inline-block;
float: none;
margin-bottom: 0;
margin-left: 10px;
}
.team-name {
font-size: 20px;
line-height: 20px;
margin: 0 0 2px;
text-transform: uppercase;
}
.team-position {
font-size: 13px;
letter-spacing: 2px;
text-transform: uppercase;
}
.team-icon {
background: none repeat scroll 0 0 #333333;
border-radius: 50px;
color: #ffffff;
display: inline-block;
height: 30px;
line-height: 32px;
position: absolute;
cursor: pointer;
right: 30px;
text-align: center;
top: 30px;
width: 30px;
}
.team-icon:hover {
background: #888;
}
.team-inner {
position: relative;
}
.team-social {
margin: 0;
list-style: none;
}
.team-social li {
display: inline-block;
}
.team-social a {
background: none repeat scroll 0 0 #333333;
border-radius: 50px;
display: block;
height: 30px;
color: #fff;
line-height: 30px;
text-align: center;
width: 30px;
}
.team-social a:hover {
background: #888;
color: #fff;
}
.achievement-list {
list-style: none;
margin-top: 20px;
padding: 0;
}
.achievement-list li:before {
background: none repeat scroll 0 0 #333333;
border-radius: 50px;
color: #ffffff;
content: "\f091";
display: inline-block;
font-family: "FontAwesome";
height: 25px;
line-height: 25px;
text-align: center;
width: 25px;
font-size: 12px;
position: absolute;
left: 0;
top: 5px;
}
.achievement-list li {
line-height: 25px;
margin-bottom: 20px;
padding-left: 40px;
position: relative;
}
.achievement-list li span {
color: #888;
}
.achievement-list li p {
margin: 0;
} .testimonial {
list-style: none;
margin: 0;
}
.testi-img {
border-radius: 100px;
width: 80px;
}
.img-border {
background: none repeat scroll 0 0 #ffffff;
border-radius: 100px;
display: inline-block;
padding: 4px;
position: relative;
z-index: 1;
}
.testimonial .line-left {
background: none repeat scroll 0 0 #ffffff;
height: 1px;
left: 0;
margin-left: -41px;
position: absolute;
top: 45px;
width: 50%;
}
.testimonial .line-right {
background: none repeat scroll 0 0 #ffffff;
height: 1px;
margin-right: -41px;
position: absolute;
right: 0;
top: 45px;
width: 50%;
} .pricing-table {
max-width: 300px;
margin: auto;
}
.col-md-4 .pricing-table,
.col-md-6 .pricing-table {
margin-bottom: 30px;
}
.pricing-table h3 {
border-bottom: 1px solid #cccccc;
font-size: 20px;
margin: 0;
padding-bottom: 20px;
text-transform: uppercase;
}
.pricing-table .price {
font-family: "Montserrat", sans-serif;
font-size: 16px;
}
.pricing-table.special {
background: #444;
}
.pricing-table.special h3 {
color: #fff;
}
.price-icon {
background: none repeat scroll 0 0 #888888;
border-radius: 100px;
color: #ffffff;
font-size: 20px;
height: 60px;
line-height: 60px;
margin: 20px 0;
width: 60px;
} .map_canvas {
height: 450px;
width: 100%;
}
.map_canvas img {
max-width: inherit;
}
.box-map {
line-height: 1;
padding: 20px 0 20px 20px;
text-align: center;
width: 100%;
}
.box-map > h3 {
font-size: 16px;
letter-spacing: 3px;
margin: 10px 0 10px;
text-transform: uppercase;
} input,
textarea {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #dddddd;
color: #888;
line-height: inherit;
padding: 12px 20px;
width: 100%;
background: #fff;
}
input:focus,
textarea:focus {
border-color: #ccc;
}
::-webkit-input-placeholder {
color: #999;
}
:-moz-placeholder { color: #999;
}
::-moz-placeholder { color: #999;
}
:-ms-input-placeholder {
color: #999;
}
.error {
color: #ff0000;
font-size: 12px;
font-weight: normal;
left: auto;
position: absolute;
right: 20px;
top: 12px;
width: auto;
}
.contact-btn,
.wpcf7-submit {
background: none repeat scroll 0 0 #333333;
color: #ffffff;
display: inline-block;
line-height: 1.6;
padding: 6px 18px;
width: auto;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
form label {
width: 100%;
max-width: 100%;
}
.wpcf7 p {
position: relative;
}
span.wpcf7-not-valid-tip {
font-size: 12px;
position: absolute;
right: 15px;
top: 0;
}
span.wpcf7-form-control-wrap {
display: inline !important;
}
div.wpcf7-validation-errors {
background: none repeat scroll 0 0 #eeeeee;
border: medium none;
margin-left: 0;
margin-top: 10px;
}
div.wpcf7-mail-sent-ok {
border: medium none;
font-size: 15px;
margin: 0;
padding: 0;
}
.contact-btn:hover,
.wpcf7-submit:hover {
background: #888;
color: #fff;
}
#MyContactForm p {
position: relative;
}
.address-list {
line-height: 30px;
list-style: none outside none;
margin: 20px 0 0;
padding: 0;
}
.address-list li {
color: #444;
font-family: "Montserrat", sans-serif;
margin-bottom: 10px;
}
.address-list li i {
background: none repeat scroll 0 0 #c7ea46;
border-radius: 50px;
color: #000000;
height: 30px;
line-height: 30px;
text-align: center;
width: 30px;
display: inline-block;
margin-right: 5px;
} .footer {
background: #000;
overflow: hidden;
}
.footer p {
color: #333;
font-family: montserrat;
letter-spacing: 1px;
padding-bottom: 30px;
padding-top: 30px;
text-transform: uppercase;
margin: 0;
line-height: 30px;
font-size: 12px;
}
.footer p a {
color: #555;
}
.footer p a:hover {
color: #999;
}
.soc-footer {
list-style: none outside none;
margin: 0;
padding: 30px 0 20px 0;
}
.soc-footer li {
display: inline-block;
}
.soc-footer li span {
color: #fff;
font-size: 16px;
}
.soc-footer li a {
background: none repeat scroll 0 0 #333333;
display: inline-block;
font-size: 15px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 50px 50px 50px 50px;
width: 30px;
margin-right: 10px;
pointer-events: none;
cursor: default;
} .post-image {
position: relative;
overflow: hidden;
}
.title-link h2 {
transition: ease 0.3s;
-webkit-transition: ease 0.3s;
-moz-transition: ease 0.3s;
-o-transition: ease 0.3s;
-ms-transition: ease 0.3s;
color: #444;
}
.title-link h2:hover {
color: #777;
}
.mask-post {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
transition: ease 0.3s;
-webkit-transition: ease 0.3s;
-moz-transition: ease 0.3s;
-o-transition: ease 0.3s;
-ms-transition: ease 0.3s;
width: 100%;
z-index: 1;
}
.post-image:hover .mask-post {
opacity: 1;
}
.mask-inner {
height: 60px;
left: 0;
margin-top: -30px;
position: absolute;
text-align: center;
top: -100%;
transition: ease 0.5s;
-webkit-transition: ease 0.5s;
-moz-transition: ease 0.5s;
-o-transition: ease 0.5s;
-ms-transition: ease 0.5s;
width: 100%;
z-index: 1;
}
.post-image:hover .mask-inner {
top: 50%;
transition: ease 0.3s;
-webkit-transition: ease 0.3s;
-moz-transition: ease 0.3s;
-o-transition: ease 0.3s;
-ms-transition: ease 0.3s;
}
.post-with-quote {
margin: 0;
padding: 0;
position: relative;
background: #444;
}
.post-with-quote blockquote {
border: medium none;
margin: 0 0 20px;
padding: 30px;
}
.post-with-quote blockquote p {
color: #ffffff;
font-family: montserrat;
font-size: 30px;
font-style: normal;
font-weight: bold;
line-height: 40px;
margin: 0;
}
.quote-icon {
background: none repeat scroll 0 0 #333333;
bottom: 0;
color: #ffffff;
font-size: 30px;
height: 80px;
line-height: 80px;
position: absolute;
right: 0;
text-align: center;
width: 80px;
}
.post-with-quote blockquote small {
color: #999999;
display: block;
font-family: montserrat;
font-size: 16px;
font-style: normal;
line-height: 1.5;
margin-top: 20px;
}
.link-image a {
display: block;
overflow: hidden;
position: relative;
}
.image-aside,
.image-link {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.link-image a p {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
color: #ffffff;
font-size: 23px;
font-weight: bold;
font-family: montserrat;
margin: 0;
padding: 80px 40px;
position: relative;
text-align: center;
z-index: 1;
}
.link-image a p:hover {
background: rgba(0, 0, 0, 0.7);
}
.link-image a p i:hover {
background: #444;
}
.link-image a p i {
background: none repeat scroll 0 0 #777;
border-radius: 100px;
display: inline-block;
font-size: 20px;
height: 50px;
line-height: 50px;
width: 50px;
}
.link-image a p i,
.link-image a p {
transition: ease 0.3s;
-webkit-transition: ease 0.3s;
-moz-transition: ease 0.3s;
-o-transition: ease 0.3s;
-ms-transition: ease 0.3s;
}
.aside-body {
position: relative;
}
.rsswidget img {
margin-bottom: 4px;
}
li .rsswidget {
font-weight: 600;
}
.tagcloud a {
border: 1px solid #dddddd;
display: inline-block;
font-size: inherit !important;
margin-bottom: 5px;
padding: 3px 10px;
}
.tagcloud a:hover {
border: 1px solid #ccc;
}
.format-aside .aside {
background: none repeat scroll 0 0 rgba(120, 136, 136, 0.8);
color: #ffffff;
padding: 40px;
position: relative;
z-index: 1;
}
.aside-title h2 {
color: #fff;
}
.image-background {
background-position: center center !important;
background-size: cover !important;
}
.mask-inner a {
background: none repeat scroll 0 0 #444;
color: #ffffff;
display: inline-block;
height: 45px;
line-height: 41px;
margin: 0 5px;
width: 45px;
}
.mask-inner a:hover {
background: #888;
}
.widget {
margin-bottom: 40px;
}
.widget ul,
.widget ol {
list-style: square outside none;
margin-bottom: 10px;
margin-left: 10px;
margin-top: 0;
padding-left: 20px;
}
.widgettitle {
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
color: #777;
font-size: 16px;
font-weight: normal;
margin: 0 0 10px;
padding: 10px;
text-transform: uppercase;
}
#searchform {
margin: 10px;
position: relative;
}
#searchform #s {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #cccccc;
display: block;
height: 50px;
margin: 0;
padding: 0 10px 0 45px;
width: 100%;
}
#searchform #searchsubmit {
background: url(//www.handmadeinteractive.com/wp-content/themes/alamak/images/search.png) no-repeat scroll center center #999999;
height: 30px;
left: 10px;
line-height: 1;
margin-top: -15px;
padding: 0;
position: absolute;
text-indent: -99999px;
top: 50%;
width: 30px;
transition: ease 0.3s;
-webkit-transition: ease 0.3s;
-moz-transition: ease 0.3s;
-o-transition: ease 0.3s;
-ms-transition: ease 0.3s;
}
#searchform #searchsubmit:hover {
background-color: #444;
} #wp-calendar {
width: 100%;
text-align: center;
background: #eee;
font-size: 12px;
line-height: 3;
max-width: 370px;
background: #fff;
margin: auto;
}
#wp-calendar caption {
background: none repeat scroll 0 0 #777777;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 25px;
padding: 10px 20px;
text-transform: uppercase;
}
#wp-calendar td a {
color: #777;
display: block;
}
#wp-calendar td a:hover {
background: #777;
color: #fff;
}
#wp-calendar #prev a,
#wp-calendar #next a {
display: inline;
}
#wp-calendar tbody tr td {
border: 1px solid #dddddd;
color: #bbb;
}
#wp-calendar thead {
color: #555555;
}
#wp-calendar thead th {
border: 1px solid #ddd;
text-align: center;
}
#wp-calendar tfoot {
border: 1px solid #ddd;
}
#wp-calendar tfoot #next {
text-align: right;
}
#wp-calendar tfoot #prev {
text-align: left;
}
#wp-calendar tfoot a {
padding: 10px;
} .comment-reply-title {
font-size: 20px;
margin: 0 0 20px;
text-transform: uppercase;
}
#commentform label {
display: inline-block;
font-family: montserrat;
font-size: 13px;
font-weight: normal;
margin-bottom: 5px;
text-transform: uppercase;
}
#commentform p {
margin-bottom: 20px;
}
#commentform #submit {
color: #888888;
display: inline-block;
font-family: montserrat;
font-size: 13px;
text-transform: uppercase;
width: auto;
transition: ease 0.3s;
-webkit-transition: ease 0.3s;
-moz-transition: ease 0.3s;
-o-transition: ease 0.3s;
-ms-transition: ease 0.3s;
}
#commentform #submit:hover {
background: #444;
color: #fff;
}
.commentlist {
margin: 0;
padding: 0;
list-style: none;
}
.fn.comment-author {
color: #777777;
display: inline-block;
font-family: montserrat;
font-size: 16px;
margin: 0;
}
.comment-inner.clearfix {
float: left;
width: 88%;
}
.comment-author.vcard {
float: left;
width: 12%;
}
.commentlist ul {
list-style: none;
}
.comment-meta a {
font-family: montserrat;
font-weight: bold;
}
.comment-meta .comment-edit-link {
border: 1px solid #dddddd;
display: inline-block;
float: right;
font-size: 12px;
font-weight: normal;
padding: 0 7px;
}
.comment-meta.commentmetadata {
border-bottom: 1px solid #eeeeee;
display: block;
margin-bottom: 10px;
overflow: hidden;
padding-bottom: 10px;
}
.commentlist .avatar {
border: 1px solid #ccc;
border-radius: 100px;
padding: 3px;
}
.commentlist li {
display: block;
overflow: hidden;
}
.comment-body {
border-bottom: 1px dashed #dddddd;
margin-bottom: 20px;
overflow: hidden;
padding-bottom: 20px;
}
.comment-reply-link {
background: none repeat scroll 0 0 #777777;
color: #ffffff;
display: inline-block;
float: right;
line-height: 1;
padding: 7px 10px;
}
.comment-reply-link:hover {
background: #444;
color: #fff;
}
.bypostauthor .fn.comment-author:after {
content: "\f006";
color: #888888;
font-family: FontAwesome;
height: 30px;
margin-left: 3px;
width: 30px;
}
.pagination-comment {
font-family: montserrat;
font-weight: bold;
margin-bottom: 40px;
text-align: center;
text-transform: uppercase;
}
.page-numbers {
background: none repeat scroll 0 0 #777777;
color: #ffffff;
padding: 5px 11px;
display: inline-block;
font-size: 10px;
}
.page-numbers.current,
.page-numbers:hover {
background: #444;
color: #fff;
}
.post-pager.clearfix {
float: left;
font-family: montserrat;
}
.post-pager {
float: left;
font-family: montserrat;
font-size: 13px;
letter-spacing: 1px;
}
.post-pager a {
background: none repeat scroll 0 0 #777;
border-radius: 30px;
color: #ffffff;
display: inline-block;
height: 20px;
line-height: 20px;
text-align: center;
width: 20px;
}
.post-pager a:hover {
background: #eee;
color: #777;
} .pagination {
border-radius: 0;
display: block;
margin: 0;
padding-left: 0;
}
.pagination a,
.pagination span {
background: none repeat scroll 0 0 #333333;
border-left: 1px solid #ffffff;
color: #ffffff;
display: inline-block;
font-family: montserrat;
line-height: 1.6;
padding: 6px 18px;
}
.pagination a:hover,
.pagination span {
background: none repeat scroll 0 0 #777;
} .big-404 {
background: none repeat scroll 0 0 #777777;
color: #ffffff;
display: inline-block;
font-size: 80px;
line-height: 1;
max-width: 400px;
padding: 40px;
}
.title-404 {
font-size: 40px;
line-height: 40px;
margin: 40px 0;
text-transform: uppercase;
}
.title-404 i {
color: #999999;
font-size: 40px;
line-height: 40px;
}
.text-404 {
font-size: 24px;
font-weight: bold;
}
.text-404 a {
color: #444;
}
.text-404 a:hover {
color: #777;
} .alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 5px 3px 10px;
text-align: center;
}
.wp-caption-text {
font-family: montserrat;
}
.gallery-caption {
display: inline-block;
}
.post.sticky {
border: 1px solid #dddddd;
}
.gallery-item {
margin: 0;
position: relative;
}
.gallery-size-meidum .gallery-caption,
.gallery-size-large .gallery-caption {
bottom: 0;
color: #ffffff;
display: block;
font-size: 18px;
padding: 10px;
position: absolute;
text-align: center;
width: 100%;
}
.show-title {
border-bottom: 1px solid #eeeeee;
padding-bottom: 20px;
text-transform: uppercase;
}
.show-title span {
color: #999;
}
.noborder {
border: 0;
}
.designrush-image {
margin-top: 215px;
}
.cms-wrapper {
padding: 40px 25px;
background: #f5f5f5;
border-radius: 10px;
} @media (min-width: 768px) {
.subsection-causes__icon img {
max-width: 200px;
}
.subsection-expertise__icon {
padding-right: 24px;
}
}
@media (min-width: 1200px) {
}
@media (min-width: 980px) and (max-width: 1199px) {
.title-caption h4:before {
margin-left: -20px;
}
.title-caption h4:after {
margin-right: -20px;
}
.port-inner h3 {
font-size: 17px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
.bg-dark {
background-attachment: scroll !important;
background-size: cover;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.bg-dark {
background-attachment: scroll !important;
background-size: cover;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.desktop-menu {
display: none;
}
.mobile-menu,
.mobile-menu .sub-menu {
display: block !important;
}
.title-caption h4:before {
margin-left: -10px;
}
.title-caption h4:after {
margin-right: -10px;
}
.menu-btn {
display: block;
}
.nav-collapse {
border-radius: 0;
height: 0;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
text-align: center;
top: 96px;
width: 100%;
z-index: 999;
}
.navigation li {
display: inline-block;
float: none;
}
.slogan,
.rotatingtweet p {
font-size: 35px;
}
.pricing-table {
margin-bottom: 20px;
}
.bg-dark {
background-attachment: scroll !important;
background-size: cover;
}
} @media (min-width: 979px) and (max-width: 992px) {
.general-container {
width: 970px;
}
.logo-container {
display: none;
}
.menu-container {
width: 80%;
}
.social-icons-container {
width: 20%;
}
.designrush-image {
margin-top: 50px;
}
}
@media (max-width: 992px) {
.portfolio-section {
grid-template-columns: 1fr;
}
.twitter-feed::after,
.bg3::after {
text-align: center;
padding: 0 15px;
}
}
@media (max-width: 979px) {
.logo-container {
display: none;
}
.header .general-container {
width: 100%;
}
.nav-collapse.mobile-menu.in::before {
position: absolute;
content: "";
-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
width: 20px;
height: 15px;
top: -20px;
right: 60px;
background: #c7ea46;
z-index: 2;
opacity: 0;
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
-webkit-animation: none;
animation: none;
pointer-events: none;
}
.nav-collapse.mobile-menu::after {
position: absolute;
content: "";
width: 100%;
height: 6px;
background: #c7ea46;
top: 0;
left: 0;
}
.nav-collapse.mobile-menu.show-pointer.in::before {
-webkit-animation: slideFadeIn 0.3s ease forwards;
animation: slideFadeIn 0.3s ease forwards;
}
.nav-collapse.mobile-menu.in.hiding-pointer::before {
-webkit-animation: slideFadeOut 0.2s ease forwards;
animation: slideFadeOut 0.2s ease forwards;
}
@-webkit-keyframes slideFadeIn {
0% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes slideFadeIn {
0% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@-webkit-keyframes slideFadeOut {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
100% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
}
}
@keyframes slideFadeOut {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
100% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
}
}
.nav-collapse,
.nav-collapse.mobile-menu.in {
position: relative;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
margin-top: 0;
}
.nav-collapse,
.nav-collapse.mobile-menu {
background: rgb(245 245 245 / 95%);
}
.scrolled .nav-collapse.mobile-menu {
background: rgb(0 0 0 / 90%);
}
.scrolled .nav-collapse.mobile-menu .menu-item a {
color: #f5f5f5;
}
.scrolled .nav-collapse.mobile-menu .menu-item a:hover {
color: #9dc936;
}
.designrush-image {
margin-top: 50px;
}
.nav-collapse.mobile-menu li:first-child {
padding-top: 15px;
}
.nav-collapse.mobile-menu li:last-child {
padding-bottom: 15px;
}
.social-icons-container {
position: absolute;
left: auto;
top: 0;
right: calc(100% - (100% - (100% / 7)));
max-height: 96px;
width: 150px;
}
.menu-container {
width: 100%;
min-height: 96px;
max-height: 96px;
padding: 0;
}
.menu-btn span {
font-size: 18px;
padding: 4px 9px 7px 8px;
border: 1px solid rgb(136 136 136 / 50%);
color: #c7ea46;
border-radius: 50px;
background: #000000;
min-width: 37px;
max-width: 37px;
min-height: 37px;
max-height: 37px;
}
.social-icon a i {
font-size: 2rem;
}
.social-icon {
height: 38px;
}
.social-icon a {
padding: 4px 10px 3px;
}
}
@media (max-width: 900px) {
.social-icons-container {
right: calc(100% - (100% - (100% / 9)));
width: 80px;
}
}
@media (min-width: 800px) and (max-width: 977px) {
.social-icons-container {
right: calc(100% - (100% - (100% / 7)));
}
} @media (max-width: 768px) {
.desktop-menu {
display: none;
}
.twitter-feed {
max-height: 450px;
}
.mobile-menu,
.mobile-menu .sub-menu {
display: block !important;
}
.slider-content {
margin: auto;
width: 100%;
overflow: hidden;
padding: 0;
position: relative;
}
.title-caption h4:before {
margin-left: -20px;
}
.title-caption h4:after {
margin-right: -20px;
}
.menu-btn {
display: block;
}
.navigation li {
display: inline-block;
float: none;
}
.slogan {
font-size: 30px;
}
.content-title,
.portajax-title {
font-size: 32px;
}
.slogan,
.rotatingtweet p {
font-size: 30px;
}
.tweetfeed.clearfix {
overflow: hidden;
}
.pricing-table {
margin-bottom: 20px;
}
.bg-dark {
background-attachment: scroll !important;
background-size: cover;
}
.footer {
text-align: center;
}
.soc-footer {
display: inline-block;
padding: 0;
}
.spacing160 {
height: 60px;
width: 100%;
}
.twitter-feed {
background-position: 10% center;
}
}
@media (max-width: 580px) {
.port-item {
width: 100%;
}
.social-icons-container {
right: calc(100% - (100% - (100% / 7)));
}
}
@media (min-width: 576px) {
.subsection-causes__icon img {
max-width: 150px;
}
.subsection-expertise,
.subsection-causes {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 570px) {
.box-40,
.box-60 {
width: 100%;
}
.port-inner .more {
display: none;
}
.cat-icon {
right: 50%;
}
.admin-bar .is-sticky .header {
margin-top: 0;
}
}
@media (max-width: 500px) {
.portfolio-items .port-inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.port-inner-box {
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
.port-inner-box.text-box {
padding: 15px 10px 25px;
text-align: center;
}
.port-inner-box.img-box img {
height: 200px;
}
}
@media (max-width: 480px) {
.navigation li a {
font-size: 10px;
letter-spacing: 0;
padding: 10px;
}
.navigation li {
display: block;
float: none;
}
.title-caption h4:before {
margin-left: -40px;
}
.title-caption h4:after {
margin-right: -40px;
}
.title-caption h4 {
font-size: 13px;
}
.title-content h3 {
font-size: 30px;
}
.slogan,
.rotatingtweet p {
font-size: 25px;
}
.nav-tabs li a,
.teamajax .align-right p,
.worksajax .align-right p {
font-size: 12px;
}
} .our-story {
padding: 60px 0 0;
}
@media (max-width: 480px) {
#home {
background-color: #fff;
}
#slidecaption {
padding: 5px 0 20px;
}
.photo-caption {
font-size: 28px;
}
}
@media (max-width: 400px) {
.social-icons-container {
right: calc(100% - (100% - (100% / 5)));
}
}