File: D:/HostingSpaces/MvAlphen/va-bo.nl/wwwroot/wp-content/themes/hattan/assets/css/style.less
/*------------------------------------------------------------------
[Studio Themes]
Project: Hattan
Version: 1.0
Last change: 01/09/2014
Info about LESS:
Use this file to edit theme styles. LESS is easy.
Helpful links:
LESS tutorial: http://lesscss.org/
LESS Windows Compiler: http://winless.org/
1. Default Settings
2. Home
3. Menus
4. Sections
5. Shortcodes
6. Porfolio
7. Blog & Widgets
8. Footer
9. Other
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Default Settings]
------------------------------------------------------------------*/
@general: #fc4949;
.border-radius(@radius: 2px) {
border-radius: @radius;
-webkit-border-radius: @radius;
-moz-border-radius: @radius;
}
.box-shadow() {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}
.transition(@duration:0.3s) {
-webkit-transition: all @duration;
-moz-transition: all @duration;
-o-transition: all @duration;
transition: all @duration;
}
#lightbox{
z-index:999999999 !important;
}
.opacity (@value: 0) {
@opacityPercentage: @value * 100;
opacity: @value;
-moz-opacity: @value;
-khtml-opacity: @value;
-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=(@{opacityPercentage}))";
filter: ~"alpha(opacity = (@{opacityPercentage}))";
}
.col-3 {
width: 25%;
padding: 75px;
display: table-cell;
}
.tb {
display: table;
width: 100%;
height: 100%;
position: relative;
}
.table {
display: table;
width: 100%;
}
.tb-cell {
display: table-cell;
text-align: center;
vertical-align: middle;
height: 100%;
}
h1 {
font-size: 52px;
line-height: 62px;
margin-bottom: 50px !important;
}
h2 {
font-size:48px;
line-height: 58px;
}
h3 {
font-size: 30px;
line-height: 40px;
margin-bottom: 30px !important;
}
h4 {
font-size:24px;
line-height: 34px;
}
h5 {
font-size:18px;
line-height: 28px;
}
h6 {
font-size:14px;
line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 20px;
font-weight: 700;
color: #292929;
}
.alignright {
text-align:right;
}
.alignleft {
text-align:left;
}
.aligncenter {
text-align:center;
}
.bypostauthor {
}
.gallery-caption {
}
.wp-caption-text{
font-size:11px;
width:100%
}
.gallery-caption{
font-size:12px
}
.bypostauthor {
border:none;
}
article.sticky {
border-top: 2px solid #ededed;
border-bottom: 2px solid #ededed;
padding-top: 30px;
padding-bottom: 50px;
.date-post {
top: 70px;
}
}
.sticky-wrapper {
padding: 30px;
border: 1px solid #ededed;
}
#main-menu-sticky-wrapper.sticky-wrapper {
padding: 0;
border: none;
}
.wp-caption-text {
}
.wp-caption {
}
.half section > .container, .half #footer-2 > .container {
padding-left: 105px !important;
padding-right: 105px !important;
}
.typed-cursor {
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@keyframes blink {
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink {
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink {
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
.aligncenter {
display: block;
margin: auto;
}
.alignleft {
float: left;
margin: 10px 10px 10px 0;
}
.alignright {
float: right;
margin: 10px 0px 10px 10px;
}
#right-box {
min-height: 100%;
height: 100%;
margin-left: 300px;
}
#right-box {
}
@media (max-width: 991px) {
#right-box {
.vc_row {
padding-left: 15px !important;
padding-right: 15px !important;
}
}
}
#preloader {
position: fixed;
z-index: 9999999;
width: 100%;
height: 100%;
background-color: #fff;
left: 0;
top: 0;
background-image: url(../img/loader.gif);
background-position: center center;
background-repeat: no-repeat;
}
strong {
font-weight: bold;
}
.strong {
font-weight: 700;
}
.semibold {
font-weight: 600;
}
.light {
font-weight: 300;
}
.gap-1 {
padding: 130px 0;
}
.mask:after {
background: url(../img/mask.svg) repeat scroll center bottom / cover rgba(0, 0, 0, 0);
bottom: -20px;
content: "";
height: 90px;
left: 0;
position: absolute;
width: 100%;
z-index: 9999;
}
.bg-1 {
background-color: #f1f0f0 !important;
}
.bg-2 {
background-color: #000 !important;
}
.bg-3 {
background-color: #292929 !important;
}
.bg-4 {
background-color: #1A1A1A !important;
}
.bg-5 {
background-color: #787878 !important;
}
.bg-6 {
background-color: @general !important;
}
.color-1 {
color: #fff;
}
.size-1 {
font-size: 16px;
}
.size-2 {
font-size: 12px;
}
.size-3 {
font-size: 14px;
}
a {
color: inherit;
.transition();
text-decoration: none;
}
a:hover {
color: @general;
}
a:hover, a:active, a:focus {
outline: 0;
}
button::-moz-focus-inner {
border: 0;
}
input, button, textarea {
font-family: inherit;
font-size: inherit;
}
.section {
background-size: cover;
overflow: hidden;
background-color: #fff;
position: relative;
}
.parallax {
background-attachment: fixed;
}
html, body {
height: 100%;
font-family: 'Raleway', sans-serif;
}
.rev {
position: relative;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix {
clear: both;
}
.clearfix:before,
.clearfix:after, .editor-styles:before, .editor-styles:after {
content: "";
display: table;
}
.clearfix:after, .editor-styles:after {
clear: both;
}
.clearfix, .editor-styles {
zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.push-left {
float: left;
}
.push-right {
float: right;
}
body {
font-size: 13px;
line-height: 30px;
font-weight: 300;
color: #666;
}
p {
margin-bottom: 15px;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
img {
max-width: 100%;
height: auto;
}
.line {
width: 100px;
height: 2px;
background-color: #fff;
display: inline-block;
vertical-align: middle;
margin-top: -7px;
}
blockquote {
padding-left: 30px;
border-left: 2px solid @general;
margin: 25px 0;
}
.wpb_row {
margin-bottom:0px !important;
}
/*------------------------------------------------------------------
[2. Home
------------------------------------------------------------------*/
#home {
width: 100%;
height: 100%;
background-image: url(../img/1700x1100.gif);
color: #fff;
h1, h2, h3, h4, h5, h6 {
color: inherit;
}
}
#home-2 {
width: 100%;
height: 100%;
background-image: url(../img/1700x1100.gif);
color: #fff;
.tb-cell {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
color: inherit;
}
.button-3 {
color: #fff;
padding: 6px 50px;
font-size: 18px;
font-weight: 300;
border-color: #fff !important;
}
.button-3:hover {
background-color: #fff;
color: #000 !important;
border-color: #fff !important;
}
}
.wpb_revslider_element {
.button-3 {
color: #fff;
padding: 6px 50px;
font-size: 18px;
font-weight: 300;
border-color: #fff !important;
}
.button-3:hover {
background-color: #fff;
color: #000 !important;
border-color: #fff !important;
}
}
#home-3 {
width: 100%;
height: 100%;
background-image: url(../img/1700x1100.gif);
color: #fff;
h1, h2, h3, h4, h5, h6 {
color: inherit;
}
.typed {
display: inline-block;
}
.typed-cursor {
font-size: 70px;
position: relative;
top: -10px;
}
}
#home-4 {
width: 100%;
height: 100%;
background-image: url(../img/1700x1100.gif);
color: #fff;
margin-bottom: -70px;
h1, h2, h3, h4, h5, h6 {
color: inherit;
}
}
#slider-1 {
.scroll-button {
position: absolute;
cursor: pointer;
z-index: 9999;
bottom: 50px;
left: 49%;
}
}
h2.highlight {
background-color: #fff;
color: #000 !important;
padding: 20px 45px;
display: inline-block;
font-weight: 700 !important;
}
#header-title-1 {
h3 {
display: inline-block;
margin: 0 45px;
font-size: 24px;
}
h2 {
padding: 20px 60px;
border: 2px solid #fff;
display: inline-block;
margin-top: 10px;
}
}
#header-title-2 h3 {
font-weight: 400 !important;
font-size: 16px !important;
}
#header-title-3 {
padding: 10px 30px 10px 100px;
}
#header-title-4 {
h2, h3 {
margin-bottom: 10px !important;
}
h2 {
font-size: 70px !important;
line-height: 80px !important;
}
h3 {
font-size: 45px !important;
line-height: 55px !important;
}
}
#header-title-5 {
h2 {
font-weight: 300;
font-size: 72px !important;
}
}
.rev {
.tp-leftarrow.default, .tp-rightarrow.default {
width: 45px !important;
height: 45px !important;
line-height: 45px !important;
}
.tp-rightarrow.default .tp-arr-allwrapper:after, .tp-leftarrow.default .tp-arr-allwrapper:after {
line-height: 45px !important;
}
}
.rev {
color: #fff;
.button-3 {
color: #fff;
padding: 6px 50px;
font-size: 14px;
font-weight: 400;
}
.button-3:hover {
background-color: #fff;
color: #000 !important;
border-color: #fff !important;
}
.tp-leftarrow.default, .tp-rightarrow.default {
background-color: #000;
color: #fff;
background-image: none !important;
width: 25px;
height: 95px;
text-align: center;
}
.tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
background-color: @general;
}
.tp-leftarrow.default {
left: 0px !important;
.tp-arr-allwrapper:after {
content: "\f104";
font-family: FontAwesome;
line-height: 95px;
font-size: 17px;
}
}
.tp-rightarrow.default {
right: 0px !important;
.tp-arr-allwrapper:after {
content: "\f105";
font-family: FontAwesome;
line-height: 95px;
font-size: 17px;
}
}
}
.big-font {
font-size: 48px;
}
.medium-font {
font-size: 14px;
font-weight: 400 !important;
}
.medium-1 {
font-weight: 300;
font-size: 45px;
line-height: 55px;
}
.medium-2 {
font-weight: 700;
font-size: 70px;
line-height: 80px;
}
@-webkit-keyframes slide {
from{
top: -10px;
}
to{
top: 0;
}
}
@-moz-keyframes slide {
from{
top: -10px;
}
to{
top: 0;
}
}
@-o-keyframes slide {
from{
top: -10px;
}
to{
top: 0;
}
}
.scroll-button {
width: 27px;
height: 42px;
border: 2px solid #ddd;
.border-radius(20px);
display: inline-block;
}
.scroll-button:after {
display: block;
margin: 10px auto;
width: 3px;
height: 10px;
content: "";
background-color: #ddd;
position: relative;
-webkit-animation: slide 1s linear infinite;
-moz-animation: slide 1s linear infinite;
animation: slide 1s linear infinite;
.border-radius(10px);
}
.scroll-button.white {
border-color: #fff !important;
span {
background-color: #fff !important;
}
}
/*------------------------------------------------------------------
[3. Menus]
------------------------------------------------------------------*/
#main-menu {
height: 70px;
border-bottom: 1px solid #eee;
width: 100%;
z-index: 9400 !important;
background-color: #fff;
top:0;
left:0;
.transition();
.box-shadow();
position: relative;
}
#main-menu.effect-on {
position: fixed;
top: -70px;
left: 0;
}
.social_icon_header:before {
content: "";
width: 1px;
height: 40px;
position: absolute;
top: 15px;
left: 0;
border-left: 1px solid;
color: #f1f0f0;
}
.social_icon_header {
float: right;
margin-left: 35px;
padding-left: 15px;
position: relative;
a {
display: inline-block;
color: #676666;
font-size: 11px;
font-weight: 300;
height: 70px;
line-height: 70px;
padding: 0;
margin: 0 0 0 20px;
i {
border: 2px solid;
.border-radius(50%);
font-size: 11px;
height: 25px;
line-height: 22px;
text-align: center;
transition: all 0.3s ease 0s;
width: 25px;
color: inherit;
}
}
a:hover {
color: #8A8A8A;
}
}
@media (max-width: 991px) {
.social_icon_header {
display: none;
}
}
.admin-bar .menu-visible { top: 32px !important; }
.black-style {
#main-menu {
background-color: #000 !important;
border-bottom: none !important;
.desktop-menu > .menu-container {
> ul > li > a {
}
> ul > li > a:hover, > ul > li.active > a {
color: #fff !important;
}
}
}
.portfolio-info-2 {
h4 {
color: #fff !important;
}
}
.menu-type-3 .desktop-menu > .menu-container {
> ul > li:hover > a:after, ul > .active > a:after, ul > .current-menu-item > a:after {
color: #fff !important;
}
}
}
.menu-visible {
top: 0 !important;
}
#logo {
height: 70px;
float: left;
img {
max-height: 70px;
}
}
.current-menu-item > a {
color: @general;
}
#main-menu .desktop-menu > .menu-container {
float: right;
height: 70px;
> ul > li {
display: inline-block;
margin: 0 0 0 60px;
position: relative;
}
> ul > li:last-child {
margin-right: 0 !important;
a {
/* padding-right: 0 !important; */
}
}
> ul > li > a {
height: 70px;
padding: 0 0 0 0px;
line-height: 70px;
display: block;
font-size: 11px;
font-weight: 300;
color: #676666;
text-decoration: none;
.transition();
}
> ul > li > a:hover, > ul > li.active > a {
color: @general;
}
> ul > .current-menu-item > a {
color: @general;
}
> ul > li .sub-menu {
display: none;
font-size: 11px;
}
.sub-menu {
background-color: #222;
position: absolute;
top: 70px;
li {
position: relative;
a {
width: 175px;
padding: 10px 20px;
display: block;
color: #787878;
text-decoration: none;
}
a:hover {
color: #fff;
}
}
.sub-menu {
left: 175px;
top: 0 !important;
}
}
}
.menu-type-2 {
.col-md-12 {
width: 100% !important;
margin: auto;
padding: 0 40px 0 0 !important;
background-color: #fff;
}
.desktop-menu > .menu-container > ul > .current-menu-item > a {
color: inherit;
}
#logo {
background: #000;
padding: 0 165px 0 90px;
}
}
.menu-type-3 {
.col-md-12 {
width: 95% !important;
margin: auto;
}
.desktop-menu > .menu-container > ul > .current-menu-item > a {
}
}
.menu-type-2 .desktop-menu > .menu-container {
> ul > li > a {
font-weight: 400 !important;
}
.social-menu a i {
width: 25px;
text-align: center;
font-size: 11px;
height: 25px;
line-height: 22px;
.border-radius(50%);
border: 2px solid #676666;
.transition();
}
.social-menu:hover i {
.opacity(0.8);
}
.social-menu {
margin: 0 0 0 20px !important;
}
.first {
margin-left: 30px !important;
a {
padding-left: 40px !important;
position: relative;
}
a:before {
content: "";
width: 1px;
height: 40px;
background-color: #F1F0F0;
display: block;
position: absolute;
left: 5px;
top: 15px;
}
}
.social-menu a:after {
content: "" !important;
}
}
.menu-type-3 .desktop-menu > .menu-container {
> ul > li > a {
font-weight: 400 !important;
}
> ul > li:hover > a:after, > ul > .active > a:after, > ul > .current-menu-item > a:after {
position: absolute;
bottom: -10px;
left: 0px;
content: "____";
text-align: center;
width: 100%;
}
.social-menu a i {
width: 25px;
text-align: center;
font-size: 11px;
height: 25px;
line-height: 22px;
.border-radius(50%);
border: 2px solid #676666;
.transition();
}
.social-menu:hover i {
.opacity(0.8);
}
.social-menu {
margin: 0 0 0 20px !important;
}
.first {
margin-left: 30px !important;
a {
padding-left: 40px !important;
position: relative;
}
a:before {
content: "";
width: 1px;
height: 40px;
background-color: #F1F0F0;
display: block;
position: absolute;
left: 5px;
top: 15px;
}
}
.social-menu a:after {
content: "" !important;
}
> ul > .active > a {
color: #292929;
}
> ul > li > a:hover {
color: #292929;
}
}
#mobile-button {
width: 70px;
height: 70px;
line-height: 70px;
position: absolute;
right: 15px;
top: 0;
font-size: 14px;
cursor: pointer;
z-index: 10;
color: #292929;
text-align: right;
}
.retina_logo {
display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), not all, only screen and (min-resolution: 120dpi) {
.retina_logo {
display: block !important;
width: 100% !important;
}
.logo {
display: none;
}
}
@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) {
.retina_logo {
display: block !important;
width: 100% !important;
}
.logo {
display: none;
}
}
#mobile-menu {
.menu-container {
position: absolute;
top: 70px;
width: 100%;
left: 0;
padding: 0 20px;
display: none;
background-color: #fff;
ul > li {
position: relative;
i {
position: absolute;
right: 0;
top: 20px;
}
}
ul > li a {
display: block;
height: 50px;
line-height: 50px;
font-size: 11px;
text-decoration: none;
border-top: 1px solid #f1f0f0;
}
ul > li:first-child a {
border-top: none !important;
}
.col-md-12 > ul > li:first-child > a {
border-top: none !important;
}
.sub-menu {
display: none;
}
.sub-menu a {
padding-left: 20px;
}
ul > li a:hover {
color: @general;
}
}
}
.menu-type-2, .menu-type-3 {
#mobile-menu {
.menu-container {
> ul > li {
width: 95%;
margin: auto;
padding: 0 15px;
}
> ul > li {
position: relative;
i {
right: 15px;
}
}
}
}
}
#side-menu {
position: fixed;
width: 300px;
min-height: 100%;
background-color: #fff;
padding: 7% 40px 0 40px;
font-weight: 400 !important;
z-index: 999 !important;
> ul {
margin-top: 25px;
> li {
margin-bottom: 10px;
> a {
text-decoration: none;
color: #292929;
font-size: 11px;
}
> a:hover {
color: @general;
}
}
.active, .current-menu-item {
> a {
color: @general;
}
}
}
footer {
position: absolute;
bottom: 20px;
font-size: 13px;
color: #292929;
}
}
@media (min-width: 992px) {
#side-menu .sub-menu li {
margin-left: 30px;
}
}
/*------------------------------------------------------------------
[4. Sections]
------------------------------------------------------------------*/
#infoboxes {
padding: 130px 0 50px !important;
}
#countdown-3 {
padding: 0 !important;
}
#portfolio-4 {
padding: 130px 0 0 !important;
}
#blog-2 {
padding: 130px 0 75px 0 !important;
}
#mailing {
}
/*------------------------------------------------------------------
[5. Shortcodes]
------------------------------------------------------------------*/
.vc_toggle {
margin-bottom: 40px !important;
.vc_toggle_icon {
display: none !important;
}
.vc_toggle_title {
padding: 7px 0 18px;
border-bottom: 2px solid #000;
h4 {
font-size: 16px !important;
}
}
.vc_toggle_content {
margin-top: 20px !important;
}
}
.wpb_accordion {
.ui-icon {
display: none !important;
}
.wpb_accordion_content {
margin-bottom: 20px;
}
.wpb_accordion_wrapper .wpb_accordion_header {
background: transparent !important;
}
.wpb_accordion_header {
border-bottom: 2px solid #000;
margin-bottom: 10px !important;
padding-bottom: 25px;
font-size: 16px !important;
color: #292929 !important;
font-weight: 700 !important;
a:hover {
color: inherit !important;
}
}
}
.wpb_tour {
.wpb_tabs_nav li.ui-tabs-active, .wpb_tabs_nav li:hover {
background: transparent !important;
border-top: none !important;
}
.wpb_tabs_nav {
border-right: 1px solid #e4e4e4 !important;
padding: 10px 0 !important;
li.ui-tabs-active a {
border-right: 1px solid #fff !important;
}
li:first-child {
border-top: 1px solid #e4e4e4 !important;
}
li {
font-size: 16px !important;
color: #292929 !important;
font-weight: 700 !important;
border-bottom: 1px solid #e4e4e4 !important;
a {
margin-left: 1px;
border-right: 1px solid transparent !important;
}
}
a:hover {
color: inherit !important;
}
}
}
.wpb_tabs {
.wpb_tabs_nav li:hover, li.ui-tabs-active {
border-top: none !important;
background-color: transparent !important;
}
li, li a {
color: #292929 !important;
text-align: left !important;
}
li a {
color: #292929;
display: block;
font-size: 16px;
font-weight: 600;
margin-left: -3px;
padding: 9px 20px 20px 0 !important;
text-decoration: none;
border-bottom: 2px solid transparent !important;
text-align: left !important;
}
li.ui-tabs-active a {
border-color: #000 !important;
}
.wpb_tab {
background-color: transparent !important;
padding-left: 0 !important;
margin-top: 25px !important;
}
}
#comment-form {
textarea {
width: 100%;
clear: both;
min-height: 150px !important;
line-height: 24px !important;
max-width: 100%;
}
textarea, input {
height: 55px;
background-color: #f1f0f0;
font-size: 12px;
border: none;
.border-radius();
margin-bottom: 25px;
padding: 20px;
line-height: 55px;
}
}
.mailing-box {
color: #fff;
input[type="email"] {
border: none !important;
background-color: transparent !important;
color: #fff;
width: 100%;
font-size: 20px;
font-weight: 300;
border-bottom: 1px solid #787878 !important;
}
.mce_inline_error {
margin: 5px 0 !important;
}
#mce-EMAIL {
margin: 0 !important;
}
.response {
display: none;
line-height: 22px;
margin-top: 10px;
}
.mc-field-group {
float: left;
width: 70%;
}
input[type="submit"] {
font-weight: 600;
color: #fff;
border: 2px solid;
font-size: 13px;
font-family: inherit;
.border-radius();
padding: 10px 40px;
background-color: transparent;
cursor: pointer;
.transition();
position: relative;
top: -5px;
}
::-webkit-input-placeholder {
color: #fff;
}
:-moz-placeholder {
color: #fff;
opacity: 1;
}
::-moz-placeholder {
color: #fff;
opacity: 1;
}
:-ms-input-placeholder {
color: #fff;
}
input[type="submit"]:hover {
color: #000;
background-color: #fff;
border-color: #fff;
}
.submit {
float: right;
}
}
#map-canvas {
min-height: 360px;
img {
max-width: none !important;
}
}
.vc_separator {
margin-bottom:20px !important;
}
.content-map {
width:250px;
height:90px;
img {
float:left;
width:75px !important;
max-width: 100% !important;
margin: 0 !important;
}
span {
float:right;
font-size:13px;
width: 175px;
}
}
.grid-1, .grid-2 {
> div {
border: 1px solid #F1F0F0;
border-right: none;
float: left;
width: 25%;
padding: 35px 45px;
}
> div:nth-of-type(4n+4) {
border-right: 1px solid #F1F0F0;
}
}
.grid-2 {
> div {
min-height: 265px;
padding: 90px 45px;
text-align: center;
}
}
.content-map img{
}
.content-map span{
}
.accordions {
> div {
margin-bottom: 55px;
> header {
padding-bottom: 20px;
border-bottom: 2px solid #000;
padding-left: 100px;
position: relative;
color: #292929;
font-size: 16px;
font-weight: 600;
cursor: pointer;
span {
position: absolute;
left: -80px;
top: -20px;
font-size: 30px;
font-weight: 700;
display: block !important;
padding: 20px 0 0px 100px;
}
}
> span {
display: none;
padding: 20px 0 0px 100px;
}
}
}
.tabs {
nav {
margin-bottom: 25px;
li {
display: inline-block;
margin-left: 5px;
a {
text-decoration: none;
padding-right: 20px;
padding-bottom: 20px;
font-size: 16px;
font-weight: 600;
display: block;
margin-left: -3px;
color: #292929;
border-bottom: 2px solid transparent;
}
}
}
.active-tab {
a {
border-color: #000;
}
}
}
.tabs-2 {
text-align: center;
}
.calloutbox {
background-color: #292929;
text-align: center;
font-size: 18px;
padding: 45px 20px;
.button-3 {
margin: 5px 30px;
}
}
.calloutbox.white {
color: #fff;
}
.progress-bar {
margin-bottom: 35px;
h6 {
font-weight: 400;
font-size: 13px;
margin-bottom: 5px;
}
.bar {
height: 22px;
.border-radius(4px);
background-color: #DDDDDD;
position: relative;
}
.bar-fill {
background-color: #676666;
.border-radius();
.transition(1000ms);
display: block;
height: 22px;
position: relative;
width: 0;
> span {
display: none;
background-color: #292929;
color: #fff;
text-align: center;
padding: 0 5px;
font-weight: 400;
.border-radius();
position: absolute;
top: -39px;
right: -15px;
font-size: 11px;
i {
position: absolute;
bottom: -9px;
color: #292929;
left: 41%;
font-size: 15px;
}
}
}
}
.progress-bar-highlighted {
.bar-fill {
background-color: @general;
}
}
.contact-info-2 {
text-align: center;
font-size: 11px;
font-weight: 400 !important;
i {
font-size: 24px;
margin-bottom: 25px;
display: block;
}
a {
text-decoration: none;
}
}
.contact-info-2.white {
* {
color: #fff !important;
}
}
.progress-bar.white {
* {
color: #fff;
}
}
.testimonials {
text-align: center;
p {
line-height: 40px;
font-size: 14px;
}
span {
display: block;
margin-bottom: 15px;
}
.bx-pager-item {
margin: 0 7px !important;
a {
display: block;
width: 25px !important;
height: 3px !important;
background-color: #676666 !important;
text-indent: 9999px;
overflow: hidden;
margin: 0 !important;
.transition();
}
.active, a:hover {
background-color: @general !important;
}
}
}
.testimonials.white {
color: #fff;
}
.pricing-table-1 {
text-align: center;
li:first-child {
background-color: #292929;
color: #fff;
font-size: 17px;
}
.pricing-details {
padding-top: 40px;
padding-bottom: 20px;
}
.pricing-price {
font-size: 65px;
font-weight: 700;
color: #292929;
}
.pricing-currency {
color: #404040;
font-size: 30px;
position: relative;
left: -10px;
}
.pricing-time {
display: block;
}
i {
color: #292929;
}
li {
padding: 13px;
border-bottom: 1px solid #F1F0F0;
}
li:last-child {
padding: 0 !important;
a {
background-color: #292929;
display: block;
padding: 13px;
font-size: 15px;
text-decoration: none;
color: #fff;
}
}
li:last-child {
a:hover {
background-color: @general;
color: #292929 !important;
}
}
}
.pricing-highlighted {
li:last-child {
a {
background-color: @general;
color: #292929;
}
}
li:first-child {
background-color: @general;
color: #292929;
}
}
.rslides {
position: relative;
list-style: none !important;
overflow: hidden;
width: 100%;
padding: 0 !important;
margin: 0 !important;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
float: left;
}
.rslides img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}
.bq-1 {
text-align: center;
font-size: 18px;
font-weight: 300;
color: #fff;
span {
font-size: 13px;
font-weight: 600;
display: block;
margin-bottom: 15px;
}
}
.slogan-1 {
text-align: center;
margin-bottom: 65px;
h6 {
color: #676666;
letter-spacing: 3px;
font-weight: 400;
margin-bottom: 5px;
}
h3 {
font-size: 36px;
line-height: 46px;
}
}
.slogan-2 {
margin-bottom: 35px;
hr {
margin: 0 0 40px 0;
height: 4px;
border: none;
width: 35px;
background-color: #676666;
}
h3 {
font-size: 36px;
margin-bottom: 10px !important;
}
h4 {
font-size: 40px;
}
}
.slogan-2.white {
* {
color: #fff !important;
}
}
.slogan-3 {
margin-bottom: 35px;
h3 {
font-size: 30px;
margin-bottom: 5px !important;
font-weight: 700;
}
h2 {
font-size: 52px;
}
}
.slogan-3.white {
* {
color: #fff !important;
}
h3 {
color: #676666 !important;
}
}
.slogan-4 {
text-align: center;
margin-bottom: 35px;
hr {
margin: 0 0 40px 0;
height: 4px;
border: none;
width: 35px;
background-color: #676666;
}
h3 {
font-size: 36px;
margin-bottom: 10px !important;
}
h4 {
font-size: 40px;
}
}
.slogan-4.white {
h3 {
color: #676666 !important;
}
h2 {
color: #fff !important;
}
}
.tiles {
li {
float: left;
text-align: center;
padding: 75px;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
}
}
.full-border.tiles {
border: 1px solid #eee;
}
.tiles.tiles-3 {
li {
width: 33.3%;
}
}
@media (min-width: 992px) {
.tiles-3 li:nth-child(3n+3) {
border-right: none !important;
}
.tiles-3 li:nth-last-child(3), .tiles-3 li:nth-last-child(2), .tiles-3 li:last-child {
border-bottom: none !important;
}
}
.tiles.tiles-4 {
li {
width: 25%;
}
}
@media (min-width: 992px) {
.tiles-4 li:nth-child(4n+4) {
border-right: none !important;
}
.tiles-4 li:nth-last-child(2), .tiles-4 li:nth-last-child(3), .tiles-4 li:nth-last-child(4), .tiles-4 li:last-child {
border-bottom: none !important;
}
}
.tiles.tiles-5 {
li {
width: 20%;
padding: 35px;
}
}
@media (min-width: 992px) {
.tiles-5 li:nth-child(5n+5) {
border-right: none !important;
}
.tiles-5 li:nth-last-child(2), .tiles-5 li:nth-last-child(3), .tiles-5 li:nth-last-child(4), .tiles-5 li:nth-last-child(5), .tiles-5 li:last-child {
border-bottom: none !important;
}
}
.tiles.tiles-6 {
li {
width: 16.6%;
padding: 25px;
}
.tiles-6 li:nth-last-child(2), .tiles-6 li:nth-last-child(3), .tiles-6 li:nth-last-child(4), .tiles-6 li:nth-last-child(5), .tiles-6 li:nth-last-child(6), .tiles-6 li:last-child {
border-bottom: none !important;
}
}
@media (min-width: 992px) {
.tiles-6 li:nth-child(6n+6) {
border-right: none !important;
}
}
.right-b {
border-right: 1px solid #eee;
}
.top-b {
border-top: 1px solid #eee;
}
.wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form textarea {
width: 100%;
display: block;
margin-bottom: 20px;
.border-radius(2px);
font-family: 'Raleway', sans-serif;
font-size: 12px;
padding: 15px;
border: 2px solid #f1f0f0;
}
.wpcf7 .wpcf7-form {
.button-2 {
background: #282828 !important;
color: #fff !important;
}
.button-2:hover {
color: #fff !important;
}
}
.wpcf7 .wpcf7-form input[type="submit"] {
display: inline-block;
width: auto;
border: none;
cursor: pointer;
padding: 10px 15px !important;
.border-radius(2px);
.transition(300ms);
}
.wpcf7 .wpcf7-form .contactform-1 {
input, textarea {
background-color: #262626;
color: #676666;
border: none !important;
}
input[type="submit"], button {
background-color: @general;
color: #fff;
.transition(300ms);
}
input[type="submit"]:hover {
background-color: #fff !important;
color: #676666 !important;
}
button:hover {
background-color: #fff !important;
color: #676666 !important;
}
}
#success-message, #error-message {
display: none;
}
.contact-info-1 {
div:first-child {
margin-right: 20px;
color: #262626;
font-size: 18px;
min-width: 15px;
}
div {
display: inline;
}
font-size: 11px;
color: #fff;
margin-bottom: 55px;
a {
text-decoration: none;
}
}
.clients-slider {
img {
margin: auto;
}
}
.contact-info-3 {
position: relative;
padding-left: 85px;
margin-bottom: 25px;
a {
text-decoration: none;
}
div {
position: absolute;
left: 0;
top: 0;
width: 55px;
height: 50px;
border-right: 1px solid #f1f0f0;
padding-right: 10px;
text-align: center;
font-size: 18px;
line-height: 50px;
}
span {
display: block;
margin-top: 0px;
line-height: 22px;
}
strong {
color: #292929;
}
i {
.transition();
}
}
.contact-info-3:hover {
i {
color: @general;
}
}
.button-1 {
color: #fff !important;
display: inline-block;
cursor: pointer;
padding: 10px 20px;
background-color: @general !important;
.border-radius(2px);
border: none;
font-size: 11px;
font-family: 'Raleway', sans-serif;
.transition();
}
.button-1:hover {
color: #676666 !important;
background-color: #fff !important;
}
#comment-form {
input[type=submit].button-2 {
color: #fff !important;
width: initial !important;
display: inline-block !important;
cursor: pointer !important;
padding: 0px 20px !important;
background-color: #000 !important;
.border-radius(2px) ;
border: none !important;
font-size: 11px !important;
font-family: 'Raleway', sans-serif !important;
height:40px !important;
line-height:40px !important;
.transition();
}
input[type=submit].button-2:hover {
background-color: @general !important;
}
}
#comment-form:before, #comment-form:after { content: " "; /* 1 */ display: table; /* 2 */ } #comment-form:after { clear: both; } #comment-form { *zoom: 1; }
.wpcf7 input[type=submit].button-2:hover {
background-color: @general !important;
}
.button-3 {
padding: 10px 40px;
display: inline-block;
border: 2px solid;
.border-radius();
text-decoration: none;
font-weight: 300;
font-size: 18px;
}
.social-1 {
margin: 0 20px;
font-size: 13px;
}
.social-2 {
margin-right: 30px;
color: #fff;
font-size: 13px;
}
.social-3 {
width: 40px;
height: 40px;
display: inline-block;
border: 2px solid #6F6E6E;
color: #6F6E6E;
font-size: 15px;
text-align: center;
line-height: 36px;
margin: 0 3px;
.border-radius(50%);
}
.social-3:hover {
border-color: @general;
color: @general;
}
.countdown.white {
color: #fff !important;
}
.countdown {
text-align: center;
margin-bottom: 20px;
span {
display: block;
margin-bottom: 30px;
font-size: 36px;
font-weight: 600;
}
p {
margin-bottom: 0 !important;
font-weight: 400 !important;
}
}
.countdown-2, .countdown-3 {
i {
color: @general;
font-size: 60px;
}
span {
margin: 40px 0 30px !important;
font-size: 45px;
font-weight: 700;
}
color: #292929;
}
.white.countdown-3 {
i {
color: #fff !important;
}
}
.team-member, .team-member-2 {
text-align: center;
margin-bottom: 20px;
> div {
position: relative;
overflow: hidden;
display: inline-block;
}
* {
margin-bottom: 0;
}
h6 {
margin: 25px 0 10px;
.transition();
}
p {
font-size: 11px;
}
img {
width: 100%;
position: relative;
top: 0;
.transition();
}
.tb-cell {
vertical-align: top;
}
.team-info {
position: absolute;
width: 100%;
height: 100%;
font-size: 12px;
color: #676666;
background-color: #292929;
top: 100%;
text-align: left;
left: 0;
.transition();
.tb-cell {
padding: 30px;
text-align: left;
}
p {
margin-bottom: 25px;
}
footer {
position: absolute;
bottom: 30px;
left: 30px;
}
}
}
.team-member:hover {
.team-info {
top: 0 !important;
}
img {
top: -30px;
}
h6 {
color: @general;
}
}
.team-member-2 {
.team-info {
background-color: @general;
height: 50px;
text-align: center;
bottom: -50px;
padding: 10px;
top: auto !important;
}
img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
.transition();
}
.social-2 {
margin: 0 20px !important;
font-size: 15px;
}
.social-2:hover {
color: #fff !important;
}
}
.team-member-2:hover {
.team-info {
bottom: 0px !important;
}
img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
top: -15px;
}
}
.divider-1 {
width: 85px;
height: 1px;
background-color: #f1f0f0;
margin: 45px 0;
.transition();
}
.divider-2 {
height: 1px;
background-color: #f1f0f0;
margin: 70px 0 70px;
}
.divider-3 {
height: 1px;
background-color: #f1f0f0;
margin: 50px 0 50px;
}
.divider-4 {
width: 75px;
height: 2px;
background-color: #fff;
margin: 40px auto 60px;
}
.heading-light {
.transition();
}
.section .container:hover .heading-light {
color: @general;
}
.section .container:hover .divider-1 {
width: 140px;
background-color: @general;
}
.infobox-1 {
position: relative;
padding-left: 80px;
margin-bottom: 70px;
header * {
margin-bottom: 0;
.transition();
}
header {
margin-bottom: 40px;
}
i {
position: absolute;
top: 0;
left: 0;
font-size: 32px;
color: #292929;
.transition();
}
}
.infobox-1:hover {
i {
color: @general;
}
header * {
color: @general;
}
}
.flip-container {
perspective: 1000;
-webkit-perspective: 1000;
-moz-perspective: 1000;
p {
margin-bottom: 0 !important;
line-height: 24px !important;
}
}
.flip-container:hover .flipper, .flip-container.hover .flipper {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
}
.flip-container, .front, .back {
width: 100%;
min-height: 120px;
}
.flipper {
transition: 0.6s;
-moz-transition: 0.6s;
-webkit-transition: 0.6s;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
position: relative;
}
.flipper-container {
padding: 20px 30px;
}
.front, .back {
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
position: absolute;
background-color: #fff;
top: 0;
left: 0;
}
.front {
z-index: 2;
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
text-align: center;
h4 {
margin-bottom: 0;
}
i {
color: @general;
font-size: 32px;
}
}
.back {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
}
.infobox-2 {
position: relative;
text-align: center;
perspective: 1000;
.front-ib {
background-color: #fff;
padding: 27px 30px;
transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
.transition();
h4 {
margin-bottom: 0 !important;
}
}
.back-ib {
background-color: #fff;
padding: 27px 30px;
position: absolute;
top: 0;
left: 0;
transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
text-align: left;
p {
margin-bottom: 0 !important;
}
transition: all 500ms;
-moz-transition: all 500ms;
-webkit-transition: all 500ms;
}
i {
font-size: 32px;
color: @general;
.transition();
}
.front-ib {
transition-delay: 500ms !important;
}
.back-ib {
transition-delay: 0ms !important;
}
}
.infobox-2-hover {
.front-ib {
transition-delay: 0ms !important;
}
.back-ib {
transition-delay: 500ms !important;
}
}
.infobox-2:hover {
.front-ib {
transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
}
.back-ib {
transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
}
}
.section .infobox-3 {
i {
.opacity(0);
}
}
.infobox-3 {
text-align: center;
h1, h2, h3, h4, h5, h6 {
margin-top: 20px;
}
i {
color: @general;
font-size: 40px;
.transition(1000ms);
}
h4 {
font-size: 20px;
}
}
.infobox-3.white {
color: #fff;
h1, h2, h3, h4, h5, h6 {
color: inherit !important;
}
}
.infobox-4 {
text-align: center;
header {
div {
display: block;
width: 90px;
height: 90px;
background: #E9E9E9;
color: #292929;
.border-radius(50%);
.transition();
text-align: center;
line-height: 90px;
font-size: 20px;
margin: 0 auto 30px;
position: relative;
i {
z-index: 3;
position: relative;
}
}
div i:after {
display: block;
width: 90px;
height: 90px;
background: #292929;
content: "";
.border-radius(50%);
position: absolute;
transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
z-index: -1;
.transition();
.opacity(0);
left: -35px;
top: -35px;
}
h5 {
font-weight: 600 !important;
}
}
}
.infobox-4:hover {
header {
div i:after {
.opacity(100);
left: -35px;
top: -35px;
transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
}
div {
background-color: transparent;
color: #fff;
}
}
}
.infobox-5 {
h4 {
font-size: 22px;
}
}
.infobox-5.white {
color: #fff;
h1, h2, h3, h4, h5, h6 {
color: inherit;
}
}
.infobox-6 {
padding-left: 65px;
margin-bottom: 75px;
position: relative;
header {
div {
position: absolute;
left: 0;
top: -5px;
font-weight: 700;
font-size: 25px;
color: #292929;
}
}
hr {
margin: 25px 0;
width: 80px;
height: 1px;
border: none;
background-color: #F1F0F0;
}
}
.infobox-7 {
position: relative;
padding-left: 177px;
margin-bottom: 70px;
header * {
margin-bottom: 0;
.transition();
}
header {
margin-bottom: 20px;
h5 {
color: #fff;
font-size: 20px;
font-weight: 600;
}
}
i {
position: absolute;
top: 0;
left: 0;
font-size: 20px;
color: #676666;
.transition();
width: 85px;
height: 85px;
display: block;
line-height: 90px;
text-align: center;
background-color: #292929;
.border-radius(50%);
}
div {
width: 35px;
height: 3px;
background-color: #292929;
margin-top: 25px;
}
}
.infobox-7.white {
color: #fff;
h1, h2, h3, h4, h5, h6 {
color: inherit !important;
}
i {
color: @general !important;
}
}
.infobox-7:hover {
i {
background-color: @general;
color: #fff;
}
}
.cd-timeline {
position: relative;
padding: 2em 0;
margin-top: 2em;
margin-bottom: 2em;
}
.cd-container {
width: 90%;
max-width: 1170px;
margin: 0 auto;
}
.cd-container::after {
content: '';
display: table;
clear: both;
}
.cd-timeline {
position: relative;
padding: 2em 0;
margin-top: 2em;
margin-bottom: 2em;
}
.cd-timeline::before {
content: '';
position: absolute;
top: 0;
left: 18px;
height: 100%;
width: 4px;
background: #676666;
}
@media only screen and (min-width: 1170px) {
.cd-timeline {
margin-top: 3em;
margin-bottom: 3em;
}
.cd-timeline::before {
left: 50%;
margin-left: -2px;
}
}
.cd-timeline-block {
position: relative;
margin: 2em 0;
}
.cd-timeline-block:after {
content: "";
display: table;
clear: both;
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-block {
margin: 4em 0;
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
}
.cd-timeline-img {
position: absolute;
top: 35px;
left: 7px;
width: 25px;
height: 25px;
.border-radius(50%);
background-color: #fff;
}
.cd-timeline-img.cd-picture {
background: #75ce66;
}
.cd-timeline-img.cd-movie {
background: #c03b44;
}
.cd-timeline-img.cd-location {
background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-img {
width: 25px;
height: 25px;
left: 50%;
margin-left: -12px;
/* Force Hardware Acceleration in WebKit */
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
}
.cssanimations .cd-timeline-img.is-hidden {
visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
visibility: visible;
-webkit-animation: cd-bounce-1 0.6s;
-moz-animation: cd-bounce-1 0.6s;
animation: cd-bounce-1 0.6s;
}
}
.cd-timeline-content {
position: relative;
margin-left: 60px;
background: white;
.border-radius(5px);
padding: 25px;
line-height: 24px;
p {
margin-bottom: 0;
}
}
.cd-timeline-content strong {
display: block;
color: #292929;
}
.cd-timeline-content:after {
content: "";
display: table;
clear: both;
}
.cd-timeline-content h2 {
color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
font-size: 13px;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
display: inline-block;
}
.cd-timeline-content::before {
content: '';
position: absolute;
top: 42px;
right: 100%;
height: 0;
width: 0;
border: 7px solid transparent;
border-right: 7px solid white;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-content {
margin-right: -10px;
width: 45%;
float: right;
}
.cd-timeline-content::before {
top: 42px;
right: 100%;
border-color: transparent;
border-right-color: white;
}
.cd-timeline-content .cd-date {
position: absolute;
width: 100%;
left: 122%;
top: 6px;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
float: left;
margin-left: -10px;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
top: 42px;
left: auto;
left: 100%;
border-color: transparent;
border-left-color: white;
}
}
/*------------------------------------------------------------------
[6. Portfolio]
------------------------------------------------------------------*/
#portfolio-container {
> nav {
margin-bottom: 35px;
font-size: 12px;
text-align: center;
}
> nav li {
display: inline-block;
font-style: italic;
}
> nav li a {
text-decoration: none;
}
> nav li:after{
content: "/";
margin: 0 10px;
}
> nav li:last-child:after {
content: "" !important;
}
.current-category a {
color: @general !important;
}
}
.portfolio-type-1.color, .portfolio-type-2.color, .portfolio-type-3.color, .portfolio-type-4.color {
.item {
img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
-webkit-filter: grayscale(0%) !important;
}
}
}
.portfolio-type-1.grey, .portfolio-type-2.grey, .portfolio-type-3.grey, .portfolio-type-4.grey {
.item:hover {
img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
-webkit-filter: grayscale(0%) !important;
}
}
.item {
img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important; /* Firefox 10+, Firefox on Android */
filter: gray !important; /* IE6-9 */
-webkit-filter: grayscale(100%) !important; /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
}
}
.portfolio-type-1 {
nav {
text-transform: lowercase;
}
}
.portfolio-type-4 {
.portfolio-info {
.opacity(0);
.transition();
}
}
.portfolio-type-2, .portfolio-type-3, .portfolio-type-4 {
> nav {
font-size: 11px !important;
}
> nav li:after {
content: "" !important;
}
> nav li {
text-transform: uppercase;
font-style: normal !important;
margin: 0 5px;
}
> nav li a {
border: 1px solid transparent;
display: block;
padding: 0px 20px;
.border-radius(20px);
}
.current-category a {
color: @general !important;
border-color: @general !important;
}
.item {
text-decoration: none;
img {
.transition();
.opacity(0);
}
.portfolio-info-2 {
text-align: center;
padding: 20px;
.transition();
.opacity(0);
h4 {
margin-bottom: 5px;
.transition();
}
p {
margin-bottom: 0;
.transition();
}
}
}
.item:hover {
.portfolio-info-2 {
background-color: @general;
color: #fff !important;
* {
color: #fff !important;
}
}
}
}
.portfolio-type-3 {
margin: 0 -2% 0 -1%;
.item {
width: 31% !important;
margin: 0 1% 20px 1%;
img, .portfolio-info-2 {
.opacity(100) !important;
}
img {
top: -15px;
}
}
}
#portfolio-project {
padding-bottom: 115px;
}
#portfolio-items {
overflow: hidden;
.transition();
.item {
width: 25%;
display: block;
overflow: hidden;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-ms-transition: none;
img {
width: 100%;
position: relative;
top: 0;
.transition();
}
> div {
position: relative;
}
.portfolio-info {
width: 100%;
padding: 10px 20px;
position: absolute;
bottom: 0;
background-color: @general;
z-index: 10;
color: #fff;
text-align: left;
visibility: hidden;
font-size: 12px;
.transition();
h4 {
font-size: 26px;
color: #fff;
margin-bottom: 10px;
visibility: inherit !important;
}
p {
margin-bottom: 0;
}
}
}
}
#portfolio-display {
position: relative;
#portfolio-loader {
background-image: url(../img/loader.gif);
background-position: center;
height: 500px;
background-repeat: no-repeat;
position: absolute;
width: 100%;
height: 500px;
display: none;
top: 0;
}
#portfolio-content {
.opacity();
.transition();
visibility: hidden;
}
}
#portfolio-description {
header {
p {
margin-bottom: 0;
font-size: 12px;
font-weight: 400;
}
}
p {
font-weight: 300;
}
.divider-2 {
margin: 19px 0 !important;
}
a {
text-decoration: none;
color: @general;
}
}
#portfolio-nav {
color: #292929;
font-size: 18px;
text-align: right;
a {
text-decoration: none;
color: inherit;
margin-left: 20px;
}
#close-portfolio {
font-size: 14px;
}
}
.portfolio-slideshow, .post-slideshow {
display: inline-block;
position: relative;
.rslides_nav {
width: 43px;
height: 43px;
display: block;
line-height: 43px;
background-color: #000;
text-align: center;
color: #fff !important;
font-size: 18px;
position: absolute;
top: 45%;
z-index: 2;
.transition();
i {
color: #fff !important;
}
}
.rslides_nav:hover {
background-color: @general;
}
.rslides_nav.prev {
left: 0;
}
.rslides_nav.next {
right: 0;
}
}
#post-nav {
padding-left: 0px;
li {
display: inline-block;
}
a {
width: 43px;
height: 43px;
display: inline-block;
line-height: 43px;
background-color: #000;
text-align: center;
color: #fff !important;
font-size: 18px;
.transition();
}
a:hover {
background-color: @general;
}
}
#portfolio-subpage {
padding: 110px 0;
overflow: hidden;
#portfolio-project {
padding-bottom: 0;
}
}
#portfolio-info {
padding: 35px 0 95px;
}
#header-portfolio {
background-size: cover;
height: 450px;
}
.portfolio-1 {
background-image: url(../img/1700x800.gif);
}
.portfolio-2 {
background-image: url(../img/1700x800.gif);
}
.portfolio-3 {
background-image: url(../img/1700x800.gif);
}
.portfolio-4 {
background-image: url(../img/1700x800.gif);
}
.portfolio-5 {
background-image: url(../img/1700x800.gif);
}
.portfolio-6 {
background-image: url(../img/1700x800.gif);
}
.portfolio-7 {
background-image: url(../img/1700x800.gif);
}
.portfolio-8 {
background-image: url(../img/1700x800.gif);
}
/*------------------------------------------------------------------
[9. Blog & Widgets]
------------------------------------------------------------------*/
#header-blog {
color: #fff;
background-image: url(../img/1700x800.gif);
background-size: cover;
height: 450px;
letter-spacing: 4px;
h1 {
font-size: 42px;
margin-bottom: 10px !important;
color: inherit;
}
p {
margin-bottom: 0;
font-size: 14px;
font-weight: 700;
}
}
#blog {
padding: 100px 0;
}
#sidebar {
.widget {
font-size: 12px;
font-weight: 400;
margin-bottom: 60px;
ul {
li {
a {
text-decoration: none;
padding: 17px 0;
border-bottom: 1px solid #ededed;
display: block;
}
}
li:first-child a {
padding-top: 0 !important;
}
}
}
#wp-calendar {
width: 100%;
a {
color: #848484;
}
caption {
text-align: right;
color: #333;
font-size: 12px;
margin-top: 10px;
margin-bottom: 15px;
}
thead {
font-size: 10px;
}
th {
padding-bottom: 10px;
}
tbody {
color: #aaa;
}
tbody td {
background: #f5f5f5;
border: 1px solid #fff;
text-align: center;
padding:8px;
}
tbody td:hover {
background: #fff;
}
tbody .pad {
background: none;
}
tfoot {
#next {
font-size: 10px;
text-transform: uppercase;
text-align: right;
}
#prev {
font-size: 10px;
text-transform: uppercase;
padding-top: 10px;
}
}
}
select {
max-width: 100%;
padding: 10px;
width: 100%;
}
.widget_categories, .widget_archive, .widget_rss {
li {
border-bottom: 1px solid #ededed;
padding: 17px 0;
a {
display: inline !important;
border: none !important;
}
}
}
.widget_nav_menu, .widget_pages, .widget_archive, .widget_categories {
ul li:first-child a {
padding-top: 15px !important;
}
}
.searchwidget {
background-color: #262626;
padding: 12px 20px;
.border-radius();
::-webkit-input-placeholder {
color: #676666;
}
:-moz-placeholder {
/* FF 4-18 */
color: #676666;
opacity: 1;
}
::-moz-placeholder {
/* FF 19+ */
color: #676666;
opacity: 1;
}
:-ms-input-placeholder {
/* IE 10+ */
color: #676666;
}
input, button {
float: left;
color: #676666;
}
input {
width: 84%;
background-color: transparent;
font-size: 12px;
border: none;
}
button {
width: 16%;
border: none;
background: none;
cursor: pointer;
text-align: right;
}
}
.widget.widget_tag_cloud .tagcloud {
> a {
display: inline-block;
padding: 1px 8px;
color: #fff !important;
text-decoration: none;
background-color: #292929;
.transition();
.border-radius();
margin: 0 3px 8px 0;
font-size: 12px !important;
}
a:hover {
background-color: @general;
color: #fff !important;
}
}
.widget_recent_comments {
li {
padding: 17px 0;
border-bottom: 1px solid #ededed;
a {
border: none !important;
padding: 0 !important;
}
}
}
}
.is-sticky #sidebar {
}
.post {
position: relative;
padding-left: 100px;
margin-bottom: 90px;
.date-post {
font-weight: 700;
position: absolute;
top: 0;
left: 0;
width: 60px;
color: #000;
padding-bottom: 20px;
text-align: center;
border-bottom: 1px solid #ededed;
p {
font-size: 14px;
margin-bottom: 0;
}
span {
font-size: 30px;
}
}
.post_format_cat {
text-transform:capitalize;
display:inline-block ;
}
> header {
margin-bottom: 35px;
a {
text-decoration: none;
}
h2 {
margin: 35px 0 0 0 !important;
font-weight: 700;
font-size: 36px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
}
> footer {
padding: 13px 0 0;
border-top: 1px solid #ededed;
margin-top: 30px;
font-size: 12px;
span {
margin: 0 15px;
}
a {
text-decoration: none;
}
}
}
.post-blog {
text-align: center;
padding: 60px 15px;
border-top: 1px solid #f1f0f0;
font-size: 12px;
.transition();
header {
a {
text-decoration: none;
}
span {
margin: 0 10px;
}
}
}
.post-blog:hover {
background-color: #f1f0f0;
}
#tags-footer {
a {
color: @general;
}
}
section#comments {
padding-left: 0px;
padding-top:50px
}
.comment {
position: relative;
.avatar {
position: absolute;
top: 0;
left: 0;
}
.children {
padding-left: 50px;
border-left: 1px solid #f1f0f0;
}
.comment-body {
padding: 20px 30px;
background-color: #f1f0f0;
margin-left: 100px;
font-size: 12px;
margin-bottom: 40px;
}
.comment-reply-link:hover {
color: @general;
}
.comment-body:before {
content: '\f0d9';
font-family: FontAwesome;
font-size: 30px;
color: #f1f0f0;
position: absolute;
left: 90px;
top: 30px;
}
.says {
display: none;
}
.fn {
color: #292929;
font-weight: 700;
a {
text-decoration: none;
}
}
.comment-author, .commentmetadata {
font-size: 13px;
}
.commentmetadata {
margin: 10px 0;
}
.commentmetadata a {
text-decoration: none;
}
.reply {
text-align: right;
a {
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
color: #292929;
}
}
}
#comments-list {
margin-bottom: 90px;
}
#comment-form {
input {
float: left;
width: 32%;
}
.space {
margin: 0 2% 20px;
}
}
.editor-styles {
font-size: 12px;
}
/*------------------------------------------------------------------
[8. Footer]
------------------------------------------------------------------*/
#footer-1 {
padding: 25px 0;
fotn-size: 12px;
}
#footer-2 {
padding: 45px 0 35px;
font-size: 13px;
background-color: #292929;
font-weight: 400;
}
#footer-3 {
text-align: center;
padding: 24px 10px;
color: #fff;
background-color: #292929;
font-weight: 400;
}
#footer-4 {
text-align: center;
padding: 20px 10px;
color: #676666;
background-color: #0f0f0f;
font-weight: 400;
}
/*------------------------------------------------------------------
[9. Other]
------------------------------------------------------------------*/
iframe, embed {
max-width: 100%;
}
@media (max-width: 1200px) {
#right-box {
margin-left: 25% !important;
}
#side-menu {
width: 25%;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.parallax {
background-attachment: scroll !important;
background-position: center top !important;
background-size: cover !important;
}
}
@media only screen and (max-width: 1024px) {
#main-menu {
top: 0 !important;
}
.admin-bar #main-menu {
top: 32px !important;
}
.half section > .container, .half #footer-2 > .container {
padding-left: 15px !important;
padding-right: 15px !important;
}
}
@media only screen and (max-width: 1150px) and (min-width: 992px) {
.menu-type-2 .desktop-menu > .menu-container > ul > li {
margin-left: 35px !important;
}
}
@media only screen and (max-width: 991px) {
.tiles li {
width: 50% !important;
border: none !important;
border-right: 1px solid #eee !important;
border-bottom: 1px solid #eee !important;
padding: 30px !important;
}
.col-3 {
width: 100%;
padding: 75px 20px;
display: block;
}
.menu-type-2 {
#logo {
padding: 0 10px !important;
}
}
#right-box {
margin: 0 !important;
width: 100% !important;
}
.mc-field-group, .submit {
float: none !important;
width: 100% !important;
margin-bottom: 15px;
}
.mc-field-group input[type="email"] {
font-size: 13px !important;
}
.post {
padding-left: 0px;
.date-post {
display: none;
}
}
.grid-1, .grid-2 {
> div {
width: 50%;
padding: 20px 10px !important;
}
> div:nth-of-type(2n+2) {
border-right: 1px solid #F1F0F0;
}
> div:nth-of-type(n+3) {
border-top: none !important;
}
}
.grid-2 {
> div {
min-height: 130px !important;
}
}
#post-nav, section#comments {
padding-left: 0 !important;
}
.tiles li:nth-child(2n+2) {
border-right: none !important;
}
.tiles li:last-child, .tiles li:nth-last-child(2) {
border-bottom: none !important;
}
#portfolio-items {
.item {
width: 33.3% !important;
margin: 0 !important;
}
}
}
@media only screen and (max-width : 767px) {
.parallax {
background-attachment: scroll !important;
background-position: center top !important;
background-size: cover !important;
}
.medium-1 {
font-size: 15px;
line-height: 25px;
}
.medium-2 {
font-size: 25px;
line-height: 35px;
}
#header-title-5 {
h2 {
font-size: 32px !important;
}
}
#header-title-4 {
h2 {
font-size: 40px !important;
line-height: 50px !important;
}
h3 {
font-size: 25px !important;
line-height: 35px !important;
}
.typed-cursor {
font-size: 50px !important;
top: 0px !important;
}
}
#slider-1 .button-3 {
margin-top: 50px !important;
}
#header-title-1 h2 {
font-size: 30px !important;
padding: 20px !important;
}
#header-title-3 {
padding: 20px !important;
}
.line {
display: none;
}
#portfolio-items {
.item {
width: 50% !important;
margin: 0 !important;
}
}
.infobox-7 {
padding-left: 50px;
i {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
}
}
.accordions {
>div > span {
display: none;
padding: 20px 0 20px 20px !important;
}
}
.column {
margin-bottom: 30px;
}
.comment {
.comment-body {
margin-left: 0 !important;
}
.children {
padding-left: 0 !important;
border-left: none !important;
}
.comment-body:before {
content: '' !important;
}
.avatar {
position: static !important;
display: block;
margin: 20px auto;
}
}
.searchwidget {
input {
width: 90% !important;
}
button {
width: 10% !important;
}
}
}
@media only screen and (max-width : 540px) {
#header-title-1 h2 {
font-size: 20px !important;
padding: 10px !important;
}
.tiles li {
padding: 20px !important;
}
}
.vc_row {
margin-left: 0!important;
margin-right: 0!important;
overflow: hidden;
}
/* ======== EDITOR STYLES ======== */
.editor-styles blockquote, .comment-body blockquote {
padding-left: 35px;
border-left: 3px solid;
margin: 35px 0;
font-style: italic;
}
.editor-styles p, .comment-body p, .widget p {
margin-bottom: 10px;
}
.editor-styles ul, .comment-body ul {
margin: 20px;
list-style: square;
}
.editor-styles ul ul, .comment-body ul ul {
margin: 0;
padding: 0 0 0 40px;
}
.comment-body ul li {
border-bottom: none !important;
padding-bottom: 0 !important;
margin-bottom: 5px !important;
}
.editor-styles a {
color: @general;
}
.editor-styles a:hover {
color: #666;
}
.comment-body a {
text-decoration: underline;
}
.editor-styles ol, .comment-body ol {
margin: 20px;
list-style: decimal;
}
.editor-styles ol ol, .comment-body ol ol{
margin: 0;
padding: 0 0 0 40px;
list-style: decimal;
}
.editor-styles dl, .comment-body dl {
margin: 20px 0;
}
.editor-styles dl dd, .comment-body dl dd {
margin-left: 20px;
font-style: italic;
}
.editor-styles strong, .comment-body strong {
font-weight: bold;
}
.editor-styles pre, .comment-body pre {
word-wrap: break-word;
padding: 15px;
overflow: auto;
background-color: #eee;
margin: 20px 0;
}
em {
font-style: italic;
}
.editor-styles q, .comment-body q {
font-style: italic;
padding-left: 20px;
}
.editor-styles ol li ol, .comment-body ol li ol {
}
.alignright {
float: right;
margin: 0 0 5px 5px;
}
.alignleft {
float: left;
margin: 0 5px 5px 0;
}
.aligncenter {
text-align: center;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
code {
font-family: courier;
white-space: nowrap;
background-color: #F7F7F9;
color: #DD1144;
padding: 2px 4px;
border: 1px solid #E1E1E8;
}
address {
font-style: italic;
}
.wp-caption {
max-width: 100% !important;
text-align: center;
}
.editor-styles table, .comment-body table {
width: 100%;
border-collapse: collapse;
text-align: center;
margin: 20px auto;
}
.editor-styles td, .editor-styles th, .comment-body td {
padding: 10px;
border-top: 1px #eee solid;
border-bottom: 1px #eee solid;
}
.comment-body th, .editor-styles th {
padding: 10px;
}
.editor-styles thead th {
color: #fff;
}
/* ======== / EDITOR STYLES ======== */