/*-----------------------------------
[Table of Contents]
1. Base
2. Button
3. Appear animation
4. Logo and navigation
5. Member
6. Socials
7. Testimonials
8. Contact
9. Services
10. Principles
11. Gallery
12. Post
13. Post comments
14. Form
15. Footer
16. Fullscreen slider
17. Boxed slider
18. Color overlay
19. Slide images
20. Clients
21. Icon-text
22. Content wrapper

--------------*/
/* base */
.spacing {
height: 20px; }

.two.spacing {
height: 40px; }

.three.spacing {
height: 60px; }

.four.spacing {
height: 80px; }

.unselectable {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none; }

.full {
padding: 100px 0;
background-size: cover;
background-position: 50% 50%;
position: relative; }

.full.light {
color: #fff; }

.full.white {
background: #fff; }

.full.dark {
background: #222; }

.full.red {
background: #2DAF96; }

.full.cyan {
background: #a7ece8; }

.single {
overflow: auto;
width: 100%;
height: 100%; }

.no-padding {
padding: 0; }

.no-overflow {
overflow: hidden; }

.parallax {
background-attachment: fixed; }

.centered-text {
text-align: center; }

.right-aligned {
text-align: right; }

.hide {
display: none; }

a {
outline: none;
-webkit-transition-property: color;
-moz-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.15s;
-moz-transition-duration: 0.15s;
transition-duration: 0.15s; }

h1, h2, h3, h4, h5, h6 {
margin-bottom: 20px;
margin-top: 0; }

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
color: #fff; }

h2.title {
font-size: 36px;
margin: 40px; }
h2.title span {
margin: 0 0 5px 0;
text-decoration: underline; }

.intro {
margin-bottom: 70px; }
.intro p {
font-size: 24px;
color: #999; }

.intro.white p {
color: #fff; }

.intro.black p {
color: #333; }

.section-title {
text-transform: uppercase;
margin-bottom: 50px;
letter-spacing: 5px; }

body {
letter-spacing: 1px; }

/* button */
.button {
text-transform: uppercase;
position: relative;
z-index: 1; }

.button::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 100%;
top: 0;
z-index: -1;
-webkit-transition: right 0.2s ease-in-out;
-moz-transition: right 0.2s ease-in-out;
transition: right 0.2s ease-in-out; }

.button:hover::before {
right: 0; }

.button.black::before {
background: #333; }

.button.white::before {
background: #fff; }

.button.boxed.white {
border: 1px solid #fff;
background: none;
color: #fff; }

.button.boxed.white:hover {
color: #333; }

.button.boxed.black {
border: 1px solid #333;
background: none;
color: #333; }

.button.boxed.black:hover {
color: #fff; }

/* appear animation */
.moveup {
opacity: 0;
-webkit-transform: translate(0, 200px);
-moz-transform: translate(0, 200px);
-ms-transform: translate(0, 200px);
-o-transform: translate(0, 200px);
transform: translate(0, 200px);
-webkit-transition-property: opacity transform;
-moz-transition-property: opacity transform;
transition-property: opacity transform;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }

.appear.moveup {
opacity: 1;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0); }

.fadeinleft {
-webkit-transform: translateX(-120px);
-moz-transform: translateX(-120px);
-ms-transform: translateX(-120px);
-o-transform: translateX(-120px);
transform: translateX(-120px);
opacity: 0;
-webkit-transition: all, 0.8s, linear;
-moz-transition: all, 0.8s, linear;
transition: all, 0.8s, linear; }

.fadeinleft.appear {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1; }

.fadeinright {
-webkit-transform: translateX(80px);
-moz-transform: translateX(80px);
-ms-transform: translateX(80px);
-o-transform: translateX(80px);
transform: translateX(80px);
opacity: 0;
-webkit-transition: all, 0.8s, linear;
-moz-transition: all, 0.8s, linear;
transition: all, 0.8s, linear; }

.fadeinright.appear {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1; }

@-webkit-keyframes move {
0% {
width: 20%;
border-right: 30vw solid transparent; }
60% {
width: 60%;
border-right: 5vw solid transparent; }
100% {
width: 60%;
border-right: 20vw solid transparent; } }
@-moz-keyframes move {
0% {
width: 20%;
border-right: 30vw solid transparent; }
60% {
width: 60%;
border-right: 5vw solid transparent; }
100% {
width: 60%;
border-right: 20vw solid transparent; } }
@keyframes move {
0% {
width: 20%;
border-right: 30vw solid transparent; }
60% {
width: 60%;
border-right: 5vw solid transparent; }
100% {
width: 60%;
border-right: 20vw solid transparent; } }
@-webkit-keyframes move2 {
0% {
width: 20%; }
100% {
width: 45%; } }
@-moz-keyframes move2 {
0% {
width: 20%; }
100% {
width: 45%; } }
@keyframes move2 {
0% {
width: 20%; }
100% {
width: 45%; } }
@-webkit-keyframes move3 {
0% {
width: 30%; }
100% {
width: 100%; } }
@-moz-keyframes move3 {
0% {
width: 30%; }
100% {
width: 100%; } }
@keyframes move3 {
0% {
width: 30%; }
100% {
width: 100%; } }
@-webkit-keyframes move4 {
0% {
width: 20%; }
100% {
width: 70%; } }
@-moz-keyframes move4 {
0% {
width: 20%; }
100% {
width: 70%; } }
@keyframes move4 {
0% {
width: 20%; }
100% {
width: 70%; } }
@-webkit-keyframes move5 {
0% {
width: 10%; }
100% {
width: 35%; } }
@-moz-keyframes move5 {
0% {
width: 10%; }
100% {
width: 35%; } }
@keyframes move5 {
0% {
width: 10%; }
100% {
width: 35%; } }
@-webkit-keyframes scale {
from {
-webkit-transform: scale(1); }
to {
-webkit-transform: scale(1.06); } }
@-moz-keyframes scale {
from {
-moz-transform: scale(1); }
to {
-moz-transform: scale(1.06); } }
@keyframes scale {
from {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
to {
-webkit-transform: scale(1.06);
-moz-transform: scale(1.06);
-ms-transform: scale(1.06);
-o-transform: scale(1.06);
transform: scale(1.06); } }
/* logo and navigation */
.contain-to-grid {
position: fixed;
z-index: 10;
background: transparent;
padding: 30px;
width: auto; }

.f-topbar-fixed {
padding-top: 0 !important; }

.title-area h1 {
display: block;
font-size: 24px; }
.title-area h1 a {
color: #333;
line-height: 1em; }
.title-area h1 span {
padding: 0 3px;
color: #333;
font-family: "hero light"; }

nav ul {
list-style: none;
margin: 0; }
nav ul a {
color: #333;
padding: 0 20px 0 0; }
nav ul a:hover {
color: #999; }

nav.small-nav {
opacity: 0;
height: 30vh;
padding-top: 10px;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
transition-duration: 0.3s; }
nav.small-nav ul {
line-height: 1.8em; }

nav.small-nav.active {
opacity: 1; }

nav.small-nav ul.dropdown {
display: none;
}

nav.small-nav > ul > li.menu-item-has-children > a:after {
content: "\25bc";
font-size: 10px;
margin-left: 5px;
color: #666;
}

nav.small-nav li.menu-item-has-children:hover > ul.dropdown {
display: block;
}

nav.big-nav {
position: absolute;
left: 30px;
bottom: 50px;
z-index: 10; }
nav.big-nav ul {
font-size: 30px;
text-transform: uppercase;
line-height: 1.3em;
font-family: "hero"; }

ul.sub-menu {
margin-left: 10px;
display: none; }
ul.sub-menu li {
line-height: 21px; }

ul.sub-menu a {
min-width: 150px;
display: inline-block;
font-size: 14px;
line-height: 14px;
text-transform: none;
padding: 0; }

nav.small-nav.active li:hover ul.sub-menu {
display: block; }

nav.big-nav li:hover ul.sub-menu {
display: block;
margin-bottom: 10px; }

/* member */
.member {
text-align: center;
width: 220px;
margin: 0 auto 30px;
position: relative; }

.member img, .hire {
width: 220px;
height: 220px;
display: block;
margin-bottom: 30px;
-webkit-clip-path: circle(50% at 50% 50%);
clip-path: url(../paths.svg#member); }

.hire {
background: rgba(255, 255, 255, 0.8); }
.hire h3 {
padding-top: 30%; }
.hire h3 a {
color: #333; }

.member img.colored {
display: none;
position: absolute;
top: 0; }

.member:hover img.colored {
display: block; }

.member h4 {
margin-bottom: 4px; }

.member p.position {
margin-bottom: 10px; }

/*socials*/
ul.socials {
list-style: none;
margin: 0; }
ul.socials li {
display: inline-block;
padding: 0 5px; }
ul.socials li a {
color: #333; }
ul.socials li a:hover {
color: #2DAF96; }

/* testimonials */
.item {
margin-bottom: 80px; }

.quote, .author {
padding: 80px 80px 50px; }

.quote {
margin: 0;
background: #fff;
position: relative; }
.quote p {
font-size: 24px; }
.quote i {
font-size: 40px;
float: left;
position: absolute;
top: 40px;
left: 40px;
color: #2DAF96; }

.quote::after {
content: "";
width: 0;
height: 0;
display: inline-block;
border: 20px solid #fff;
border-right-color: transparent;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
right: 50%;
margin-right: -20px;
bottom: -40px; }

.quote.reverse {
margin-top: 40px;
background: #2DAF96;
color: #fff; }
.quote.reverse i {
color: #fff; }

.quote.reverse::after {
top: -40px;
border: 20px solid #2DAF96;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
top: -40px; }

.author {
padding: 40px 20px 0;
color: #333;
text-align: center; }
.author p {
margin-bottom: 0;
font-size: 14px; }
.author p.author-avatar {
margin-bottom: 25px; }
.author p.author-name {
color: #2DAF96;
font-size: 16px;
text-transform: uppercase; }

/* contact */
#contact {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
max-height: 95%;
overflow: auto;
padding-top: 40px; }
#contact .handle {
width: 110px;
height: 40px;
text-align: center;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
position: absolute;
background: #333;
top: 0;
left: 50%;
margin-left: -55px; }
#contact h2 {
color: #fff;
padding: 10px 0;
margin: 0;
font-size: 14px;
letter-spacing: 4px; }
#contact h2 a {
color: #fff; }
#contact h2 a:hover {
color: #2DAF96; }
#contact .contact-info {
background: #333; }

.contact-details {
margin-bottom: 40px; }
.contact-details h3 {
line-height: 30px; }
.contact-details i {
font-size: 24px;
line-height: 30px;
float: left;
margin-right: 20px;
color: #2DAF96; }

/* services */
.services {
width: 100%;
height: 750px;
padding: 100px 0;
position: relative; }
.services h3 {
letter-spacing: 4px; }

.services .color-overlay {
width: 45%;
position: absolute;
z-index: 0;
top: 0;
overflow: visible;
border-right: 210px solid transparent;
border-top-width: 750px;
border-top-style: solid;
-webkit-animation: move2 1.5s ease-in-out;
-moz-animation: move2 1.5s ease-in-out;
animation: move2 1.5s ease-in-out; }

.service-items {
width: 90%;
-webkit-transform: skew(-15deg);
-moz-transform: skew(-15deg);
-ms-transform: skew(-15deg);
-o-transform: skew(-15deg);
transform: skew(-15deg); }
.service-items .service {
margin-bottom: 30px; }
.service-items .service h3, .service-items .service p, .service-items .service i {
-webkit-transform: skew(15deg);
-moz-transform: skew(15deg);
-ms-transform: skew(15deg);
-o-transform: skew(15deg);
transform: skew(15deg);
margin-left: 80px; }
.service-items .service i {
float: left;
margin-left: 0;
font-size: 46px;
color: #2DAF96; }

/* principles */
.principles {
width: 100%;
height: 650px;
padding: 100px 0;
position: relative; }
.principles h3 {
letter-spacing: 4px; }

.principles .color-overlay {
width: 45%;
position: absolute;
z-index: 0;
top: 0;
overflow: visible;
border-right: 190px solid transparent;
border-top-width: 650px;
border-top-style: solid;
-webkit-animation: move2 1.5s ease-in-out;
-moz-animation: move2 1.5s ease-in-out;
animation: move2 1.5s ease-in-out; }

.principle-items {
width: 90%;
-webkit-transform: skew(-15deg);
-moz-transform: skew(-15deg);
-ms-transform: skew(-15deg);
-o-transform: skew(-15deg);
transform: skew(-15deg); }
.principle-items .principle {
margin-bottom: 30px; }
.principle-items .principle h3, .principle-items .principle p {
-webkit-transform: skew(15deg);
-moz-transform: skew(15deg);
-ms-transform: skew(15deg);
-o-transform: skew(15deg);
transform: skew(15deg); }
.principle-items .principle span {
color: #2DAF96; }

/* gallery */
.work {
margin-bottom: 70px; }

.work.center {
width: 230px;
margin: 0 auto 70px; }

.works .columns {
padding: 0; }

.work a, .work img {
width: 230px;
height: 230px;
display: block;
position: relative;
color: #fff;
border-top-left-radius: 115px;
border-top-right-radius: 115px;
border-bottom-right-radius: 115px;
border-top-right-radius: 115px;
border-bottom-left-radius: 115px;
border-bottom-right-radius: 115px;
border-bottom-left-radius: 115px;
border-top-left-radius: 115px; }

.work .info {
opacity: 0;
position: absolute;
top: 0;
left: 0;
text-align: center;
margin: 0 auto;
background: #333;
width: 100%;
height: 100%;
border-top-left-radius: 115px;
border-top-right-radius: 115px;
border-bottom-right-radius: 115px;
border-top-right-radius: 115px;
border-bottom-left-radius: 115px;
border-bottom-right-radius: 115px;
border-bottom-left-radius: 115px;
border-top-left-radius: 115px;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
transition-duration: 0.3s; }
.work .info h3 {
margin-top: 40%;
color: #fff;
margin-bottom: 6px;
font-size: 16px; }
.work .info p {
font-size: 14px;
color: #999; }

.work a:hover .info {
opacity: 1; }

.nav-wrapper a {
font-size: 24px;
font-family: "hero"; }
.nav-wrapper .nav {
float: right;
list-style: none;
margin: 0; }
.nav-wrapper .nav li {
display: inline-block; }

/* post */
.sticky.post.fixed {
position: relative; }

.sticky.post {
position: relative; }
.sticky.post .featured-post {
position: absolute;
right: 0;
top: 0;
background: #2DAF96;
color: #fff;
padding: 5px 10px; }
.sticky.post .featured-post p {
margin: 0;
font-size: 12px; }

.post {
margin-bottom: 40px;
padding: 50px 40px 30px !important;
background: #fff;
background-position: 50% 40%;
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.post h2 {
font-size: 24px; }
.post h2 a {
color: #333; }
.post p.info {
font-size: 14px;
margin-bottom: 10px; }
.post p.info a {
color: #999; }
.post p.info a:hover {
color: #2DAF96; }
.post .button:hover {
opacity: 1; }
.post a.button.red {
color: #2DAF96;
border: 1px solid #2DAF96;
background: none; }

.post:hover {
background-color: #333;
background-image: url(../images/@stock/slide-3.jpg);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover; }
.post:hover a.button.red {
color: #fff;
border: none;
background: #2DAF96; }
.post:hover p {
color: #fff; }
.post:hover h2 a {
color: #fff; }

.post.single {
margin-bottom: 0;
padding: 0 !important;
background: none; }
.post.single .top-section {
padding: 130px 0;
background-color: #666;
background-image: url(../images/@stock/slide-3.jpg);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 100px; }
.post.single .top-section h2 {
line-height: 36px;
font-size: 36px;
margin-bottom: 40px;
color: #fff; }
.post.single .top-section p.info {
color: #fff; }
.post.single .top-section p.info a {
color: #2DAF96; }
.post.single h2, .post.single h3, .post.single h4, .post.single h5, .post.single h6, .post.single p, .post.single ul, .post.single blackquote {
margin-bottom: 30px; }
.post.single ul, .post.single blockquote {
padding-left: 20px; }
.post.single blockquote {
font-style: italic; }
.post.single .tags {
color: #333;
padding-top: 40px;
margin-bottom: 80px; }
.post.single .tags span {
float: left;
margin-right: 5px; }
.post.single .tags ul {
list-style: none;
margin: 0;
padding: 0; }
.post.single .tags ul li {
display: inline;
padding: 0; }

.post.single:hover p {
color: #333; }

.default-post {
margin-bottom: 60px; }

.load-more {
font-size: 24px; }

.pagination {
padding: 0 20px; }
.pagination a {
font-size: 18px; }
.pagination .nav {
list-style: none;
margin: 0; }
.pagination .nav .previous {
float: left; }
.pagination .nav .next {
float: right; }

/* post comments */
.comments-wrapper ul.comments li {
border-bottom: 1px solid #333;
padding: 20px 0 0;
list-style: none; }

.comments-wrapper ul.comments .meta .avatar {
float: left;
padding: 5px 10px 0 0; }

.comments-wrapper ul.comments .meta .name {
display: block; }

.comments-wrapper ul.comments .meta .datetime {
font-size: 0.875rem;
color: #999; }

.comments-wrapper ul.comments ul.children li {
border-bottom: none;
border-top: 1px solid #333; }

/* form */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
padding: 15px;
height: 3rem;
margin-bottom: 1.875rem; }

form input[type="text"], form input[type="password"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="month"], form input[type="week"], form input[type="email"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="time"], form input[type="url"], form textarea {
background: none;
border: 1px solid rgba(255, 255, 255, 0.7);
color: #fff; }

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
background: none;
border: 1px solid #fff; }

form textarea {
height: 200px; }

form.dark input[type="text"], form.dark input[type="password"], form.dark input[type="date"], form.dark input[type="datetime"], form.dark input[type="datetime-local"], form.dark input[type="month"], form.dark input[type="week"], form.dark input[type="email"], form.dark input[type="number"], form.dark input[type="search"], form.dark input[type="tel"], form.dark input[type="time"], form.dark input[type="url"], form.dark textarea {
background: none;
border: 1px solid rgba(153, 153, 153, 0.7);
color: #333; }

/* footer */
.footer {
padding: 100px 0 60px;
color: #ccc; }
.footer ul {
list-style: none;
margin: 0;
margin-bottom: 30px;
font-size: 14px; }
.footer p {
font-size: 14px;
color: #666; }
.footer a {
color: #ccc; }
.footer a:hover {
color: #2DAF96; }
.footer .socials i {
font-size: 24px; }
.footer .socials a {
color: #fff; }
.footer .socials a:hover {
color: #2DAF96; }

/* fullscreen slider */
.slide .title-wrapper {
-webkit-transform: translateX(-100px);
-moz-transform: translateX(-100px);
-ms-transform: translateX(-100px);
-o-transform: translateX(-100px);
transform: translateX(-100px);
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
-moz-transition-property: all;
transition-property: all;
color: white;
opacity: 0;
border: 1px solid #fff;
margin: 30vh auto 0;
padding: 10px;
position: relative;
z-index: 2;
max-width: 600px;
height: auto; }

.slide .title-wrapper h1 {
font-family: "hero light";
margin: 0;
text-transform: uppercase;
line-height: 0.8;
letter-spacing: 12px; }

.slide .title-wrapper h1 span {
color: #2DAF96;
display: block; }
.slide .title-wrapper .inner {
background: rgba(255, 255, 255, 0.9);
position: relative;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 60px 30px 70px; }

.slide .title-wrapper h1::before {
content:"master colorist";
display:block;
}

.slide .title-wrapper h1::after {
content:"pickup & delivery";
display:block;
}

.slide .title-wrapper h1::before,
.slide .title-wrapper h1::after {
font-size:12px;
}

.slide.active .title-wrapper {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0); }

.slide:first-child .title-wrapper {
-webkit-transition-delay: 0.7s;
-moz-transition-delay: 0.7s;
transition-delay: 0.7s; }

.slide img {
-webkit-animation-name: scale;
-moz-animation-name: scale;
animation-name: scale;
-webkit-animation-duration: 10s;
-moz-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards; }

.slide .color-overlay {
width: 60%;
position: absolute;
z-index: 1;
height: 100%;
top: 0;
overflow: visible;
border-right: 20vw solid transparent;
border-top-width: 100vh;
border-top-style: solid;
-webkit-animation: move 1.2s ease-in-out;
-moz-animation: move 1.2s ease-in-out;
animation: move 1.2s ease-in-out; }

/* boxed slider */
.boxed-slides .slick-dots {
bottom: 0 !important; }
.boxed-slides .slick-dots li button:before {
font-size: 40px !important; }
.boxed-slides .slide img {
width: 100%; }

/* color overlay */
.color-overlay.red {
border-top-color: #2DAF96; }

.color-overlay.yellow {
border-top-color: #f2c848; }

.color-overlay.cyan {
border-top-color: #a7ece8; }

.color-overlay.white {
border-top-color: #fff; }

.color-overlay.white {
border-top-color: #fff; }

/* slide images */
.images {
overflow: hidden; }
.images .columns {
padding: 0; }
.images img {
width: 100%; }

.images.slick-slider {
margin-bottom: 0; }

/* clients */
.clients {
position: relative;
height: 470px;
padding: 100px 0; }

.clients .color-overlay {
width: 45%;
position: absolute;
z-index: 0;
top: 0;
overflow: visible;
border-right: 9vw solid transparent;
border-top-width: 470px;
border-top-style: solid;
-webkit-animation: move2 1.2s ease-in-out;
-moz-animation: move2 1.2s ease-in-out;
animation: move2 1.2s ease-in-out; }

/* icon-text */
.icon-text-wrapper {
text-align: center;
border-top: 1px solid rgba(255, 255, 255, 0.2);
border-left: 1px solid rgba(255, 255, 255, 0.2);
overflow: hidden; }
.icon-text-wrapper .columns {
padding: 0; }

.icon-text {
padding: 80px 60px;
background: transparent;
color: #ccc;
text-align: center;
display: block;
border-right: 1px solid rgba(255, 255, 255, 0.2);
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
transition-duration: 0.3s; }
.icon-text h3 {
color: #fff;
-webkit-transition-property: color;
-moz-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s; }
.icon-text i {
color: #fff;
font-size: 80px;
width: 80px;
height: 80px;
line-height: 80px;
margin-bottom: 30px; }

.icon-text::after {
content: "";
width: calc(100% - 30px);
height: calc(100% - 30px);
position: absolute;
top: 15px;
left: 15px;
opacity: 0;
border: 1px solid #eee;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
transition-duration: 0.3s;
z-index: 0; }

.icon-text:hover {
background: transparent;
color: #fff; }
.icon-text:hover i {
color: #2DAF96; }

.icon-text:hover::after {
opacity: 1; }

.icon-text-circle {
text-align: center;
position: relative; }
.icon-text-circle i {
margin-bottom: 30px;
font-size: 60px;
color: #fff;
background: #2DAF96;
padding-top: 70px;
display: inline-block;
width: 200px;
height: 200px;
border-top-left-radius: 100px;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
border-top-right-radius: 100px;
border-bottom-left-radius: 100px;
border-bottom-right-radius: 100px;
border-bottom-left-radius: 100px;
border-top-left-radius: 100px;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out; }

.icon-text-circle:hover i {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
background: #333;
color: #fff; }

i.arrow {
background: none;
color: #666;
font-size: 30px;
padding-top: 80px;
text-align: center;
display: block; }

i.arrow.down {
display: none; }

/* content wrapper*/
.content-wrapper {
width: 100%;
height: 500px;
padding: 100px 0;
position: relative; }
.content-wrapper h3 {
letter-spacing: 4px; }
.content-wrapper ul {
list-style: none;
margin: 0; }
.content-wrapper ul span {
padding: 10px; }

.content-wrapper .color-overlay {
width: 45%;
position: absolute;
z-index: 0;
top: 0;
overflow: visible;
border-right: 180px solid transparent;
border-top-width: 500px;
border-top-style: solid;
-webkit-animation: move2 1.5s ease-in-out;
-moz-animation: move2 1.5s ease-in-out;
animation: move2 1.5s ease-in-out; }


h1 {
font-size:2.125rem;
text-align:center;
line-height:1.5 !important;
}

.slide .color-overlay {
opacity:0.8;
}

.slide .title-wrapper .inner {
opacity:1 !important;
background:#FFF !important;
}

#logo {
position:relative;
background-color:#FFF;
display:inline-block;
border-radius:50%;
margin-right:20px;
}

#logo img {
height:auto;
width:90px;
}

nav.small-nav {
display:inline-block;
opacity:1 !important;
height:auto;
background-color:#FFF;
margin:0 0 0 -40px;
padding:5px 0 2px 35px;
border-radius:5px;
}

nav.small-nav ul {
display:block;
}

nav.small-nav ul li {
display:inline-block;
}

.big-nav {
display:none !important;
}

.post.single .top-section {
background-size:contain;
background-position:center right;
background-color:#000;
}

#comments-form {
display:none;
}

a {
color:#2DAF96 !important;
}

.post a.button.red {
font-weight:600;
}

.post a.button.red:hover,
.post:hover a {
color:#FFF !important;
}