﻿/*-----------------------------------------------------------------------------------

Theme Name: Vivacity
Version: 2.3
Description: Designed by <a href='http://www.ghostpool.com'>GhostPool.com</a>.
Author: GhostPool
Author URI: http://www.ghostpool.com
Theme URI: http://themeforest.net/item/vivacity-multipurpose-responsive-theme/6789420
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: buddypress, full-width-template, threaded-comments, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, sticky-post, theme-options, translation-ready
Text Domain: vivacity

-----------------------------------------------------------------------------------

0. CSS Reset
1. General
2. Content Areas
3. Header (logo, search bar)
4 - Sidebar Widgets
5 - Footer
6 - Posts/Pages
7 - Post Categories
8 - Other Pages
9 - Portfolios
10 - Visual Composer
11 - Contact Form 7
12 - LayerSlider
13. Media Queries

-----------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------

0 - CSS Resets

--------------------------------------------------------------------------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-spacing:0;border-collapse:collapse;}input[type="text"],input[type="password"],input[type="button"],input[type="submit"],input[type="reset"],textarea,button{-webkit-appearance:none;}input::-moz-focus-inner{margin-top:0;margin-bottom:-1px;padding:0;border:0;}


/*--------------------------------------------------------------------------------------

1 - General Styling

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
Document Styling
--------------------------------------------------------------*/

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
outline: none;
}
body {
margin: 0;
padding: 0;
background: #eee;
font: normal 13px/1.7em 'Open Sans', sans-serif;
}

/*--------------------------------------------------------------
Text Styling
--------------------------------------------------------------*/

a {
text-decoration: none;
-webkit-transition: color 0.15s ease-in-out;
-moz-transition: color 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out;
transition: color 0.15s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 15px 0;
padding: 0;
word-wrap: break-word;
font-weight: lighter;
}
h1 {
font-size: 36px;
line-height: 46px;
}
h2,
.gp-theme .loop-title {
font-size: 22px;
line-height: 32px;
}
h3 {
font-size: 20px;
line-height: 30px;
}
h4 {
font-weight: normal;
font-size: 18px;
line-height: 28px;
}
h5 {
font-weight: normal;
font-size: 16px;
line-height: 20px;
}
h6 {
font-weight: normal;
font-size: 14px;
line-height: 18px;
}
p {
margin-bottom: 12px;
}
p:first-child {
margin-bottom: 12px;
}
p:last-child {
margin-bottom: 0;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
small {
font-size: xx-small;
line-height: 1em;
}
sup {
vertical-align: top;
font-size: xx-small;
line-height: 1em;
} 
sub {
vertical-align: bottom;
font-size: xx-small;
line-height: 1em;
}

/*--------------------------------------------------------------
List Styling
--------------------------------------------------------------*/

ol {
margin: 0;
padding: 0;
list-style-type: decimal;
}
ul {
margin: 0;
padding: 0;
list-style-type: square;
}
li {
margin: 0 0 10px 20px;
}
li > ul,
li > ol {
margin: 12px 0;
}
li:last-child {
margin-bottom: 0;
}

/*--------------------------------------------------------------
Fields/Button Styling
--------------------------------------------------------------*/

input,
textarea,
select {
margin: 0;
padding: 8px;
max-width: 100%;
border-width: 1px;
border-style: solid;
border-radius: 0;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
-webkit-transition: border-color 0.3s ease-in-out;
-moz-transition: border-color 0.3s ease-in-out;
-o-transition: border-color 0.3s ease-in-out;
transition: border-color 0.3s ease-in-out;
}
input:focus,
textarea:focus,
select:focus {
border-color: #ccc;
}
input[type='text'],
input[type='email'],
input[type='password'] {
height: 40px;
}
select {
line-height: 15px;
}
textarea {
width: 100%;
height: 150px;
line-height: 1.5em;
resize: none;
}
select {
padding: 10px 40px 10px 10px;
max-width: 100%;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAQAAAAUexYcAAAAP0lEQVR4AWN49/8dA7lwVDMcpgmmhaYxQGEaEGODeDSfgWqaCYQENWNqX5WWBtRYDlJGWDOmATNBtuOEIzKeAXbnV8ghxE1LAAAAAElFTkSuQmCC);
background-position: center right;
background-repeat: no-repeat;
-webkit-appearance: none;
}
@-moz-document url-prefix() { /* FireFox fix */
select {
padding-right: 8px;
background-image: none;
}
}
@media screen\0 { /* IE 8/9/10 Fix */
select {
padding-right: 8px;
background-image: none;
}
}
input[type='button'],
input[type='submit'],
input[type='reset'],
button,
.button {
display: inline-block;
margin: 0;
padding: 13.5px 13px;
border: 0;
border-radius: 3px;
box-shadow: inset 0 -3px rgba(0, 0, 0, 0.1);
font-size: 13px;
line-height: 1;
cursor: pointer;
-webkit-transition: background-color 0.3s ease-in-out;
-moz-transition: background-color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}
input[type='radio'],
input[type='checkbox'] {
border: 0;
background: transparent;
}
input[type='radio'] {
-webkit-appearance: radio;
}
input[type='checkbox'] {
-webkit-appearance: checkbox;
}
fieldset {
margin: 0;
padding: 20px 15px;
border-width: 1px;
border-style: solid;
}
legend {
font-size: 14px;
}
label {
font-weight: bold;
}

/*--------------------------------------------------------------
Alignment, captions and galleries
--------------------------------------------------------------*/

.clear {
display: block;
clear: both;
margin: 0;
padding: 0;
width: 100%;
height: 0;
content: '';
font-size: 0;
line-height: 0;
}
.align-center,
.aligncenter {
position: relative;
display: block;
clear: both;
margin-right: auto;
margin-left: auto;
text-align: center;
}
.align-left,
.alignleft {
position: relative;
float: left;
margin: 10px 20px 10px 0;
}
.align-right,
.alignright {
position: relative;
float: right;
margin: 10px 0 10px 20px;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.wp-caption {
position: relative;
padding: 0;
max-width: 100%;
}
.wp-caption img {
margin: 0;
}
.wp-caption-text {
margin: 5px 0 12px !important;
font-size: 11px;
line-height: 19px;
}
.gallery {
overflow: hidden !important;
margin-bottom: 20px !important;
}
.gallery-item img {
max-width: 100% !important;
border: 0 !important;
}
.gallery-caption {
margin: 10px 0;
}

/*--------------------------------------------------------------
Other styling
--------------------------------------------------------------*/

table {
width: 100%;
}
th {
padding: 8px;
vertical-align: middle;
text-align: left;
font-weight: bold;
}
td {
padding: 8px;
vertical-align: middle;
}
img {
max-width: 100%;
height: auto;
}
.avatar {
border: 2px solid rgba(0, 0, 0, 0.1);
border-radius: 100%;
}
object,
embed,
video,
iframe {
max-width: 100%;
}
hr {
position: relative;
clear: both;
margin: 20px 0;
padding: 0;
width: 100%;
height: 1px;
border: 0;
}
pre {
overflow: auto;
margin: 5px 0 20px 0;
padding: 30px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
font-size: 12px;
font-family: 'Courier New';
}
code {
font-family: 'Courier New';
}
blockquote {
position: relative;
overflow: hidden;
margin: 25px 0;
padding: 20px 50px 20px 20px;
font-size: 16px;
line-height: 26px;
}
blockquote:before {
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
color: #000;
content: '\f10e';
font-size: 18px;
font-family: 'FontAwesome';
opacity: 0.2;
filter: alpha(opacity=20);
}
blockquote cite {
margin-top: 15px;
}
cite {
display: block;
font-size: 12px;
opacity: 0.8;
filter: alpha(opacity=80);
}
mark {
padding: 3px 5px;
border: 1px solid #FFD600;
background: #FFEB00;
color: #726C29;
font-weight: bold;
}
ins {
text-decoration: none;
}
dl {
margin-bottom: 20px;
}
dd {
margin-bottom: 10px;
}
dt {
font-weight: bold;
}
.hidden {
display: none;
}
.invisible {
visibility: visible;
}
.js .invisible {
visibility: hidden;
}
.loader {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 25px;
height: 25px;
border-radius: 100%;
background: #42CAF6;
background: -moz-linear-gradient(-45deg, #42CAF6 0%, #42CAF6 50%, #00C0FF 51%, #00C0FF 100%);
background: -webkit-linear-gradient(-45deg, #42CAF6 0%, #42CAF6 50%, #00C0FF 51%, #00C0FF 100%);
background: -o-linear-gradient(-45deg, #42caf6 0%, #42caf6 50%, #00c0ff 51%,#00c0ff 100%);
background: linear-gradient(-45deg, #42caf6 0%, #42caf6 50%, #00c0ff 51%,#00c0ff 100%);
}
.border-triangle {
position: absolute;
top: 1px;
left: 0;
width: 0;
height: 0;
border-style: solid;
border-bottom: 8px solid rgba(0, 0, 0, 0);
border-left-width: 10px;
text-indent: -9999px;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}

/*--------------------------------------------------------------
Lightbox hover styling
--------------------------------------------------------------*/

.post-thumb,
.vc-inner {
position: relative;
}
.prettyphoto {
display: inline-block;
line-height: 0;
}
.prettyphoto img {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-o-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
}
.prettyphoto img:hover {
opacity: 0.2;
filter: alpha(opacity=20);
}
.prettyphoto:hover:before {
position: absolute;
top: 0; 
right: 0;
bottom: 0;
left: 0;
visibility: visible !important;
margin: auto;
padding: 5px 8px;
width: 4em;
height: 4em;
border-radius: 100%;
content: '\f065';
text-align: center;
font-size: 1em;
font-family: 'FontAwesome';
line-height: 4em;
cursor: pointer;
-webkit-animation-name: fadeIn;
animation-name: fadeIn;	
-webkit-animation-duration: .5s;	
animation-duration: .5s;	
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;	
}
@keyframes fadeIn {
0% {
opacity: 0;
filter: alpha(opacity=0);
transform: scale(0);		
}
60% {
transform: scale(1.1);	
}
80% {
opacity: 1;
filter: alpha(opacity=100);
transform: scale(0.9);	
}	
100% {
opacity: 1;
filter: alpha(opacity=100);
transform: scale(1);	
}		
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0);		
}
60% {
-webkit-transform: scale(1.1);
}
80% {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(0.9);	
}	
100% {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);	
}		
}


/*--------------------------------------------------------------------------------------

2 - Content Areas

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
Page widths
--------------------------------------------------------------*/

.gp-boxed-layout #page-wrapper,
.gp-boxed-layout #header,
.gp-boxed-layout #top-header,
.gp-boxed-layout #desktop-search.search-outer,
.container,
.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row,
.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_accordion,
.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_tabs,
.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_tour,
.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_teaser_grid {
width: 1040px;
}
.gp-boxed-layout .container,
.gp-custom-vc-options.gp-boxed-layout.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row,
.gp-custom-vc-options.gp-boxed-layout.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_accordion,
.gp-custom-vc-options.gp-boxed-layout.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_tabs,
.gp-custom-vc-options.gp-boxed-layout.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_tour,
.gp-custom-vc-options.gp-boxed-layout.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_teaser_grid {
width: 960px;
}

/*--------------------------------------------------------------
Page wrapper
--------------------------------------------------------------*/

#page-wrapper {
position: relative;
overflow: hidden;
margin: 0 auto;
width: 100%;
}

/*--------------------------------------------------------------
Container
--------------------------------------------------------------*/

.container {
position: relative;
margin: 0 auto;
}

/*--------------------------------------------------------------
Content wrapper
--------------------------------------------------------------*/

#content-wrapper {
position: relative;
margin: 0 auto;
}
.gp-header-2.single-post #content-wrapper,
.gp-header-2.single-product #content-wrapper {
margin-top: 82px;
}

/*--------------------------------------------------------------
Main content
--------------------------------------------------------------*/

#content {
position: relative;
float: left;
margin: 0 auto;
width: 700px;
}
.gp-boxed-layout #content {
width: 620px;
}
body:not(.gp-homepage):not(.page-template-homepage-template) #content-wrapper.container > #content {
padding: 50px 0;
}
.left-sidebar #content {
float: right;
}
.no-sidebar #content,
.fullwidth #content {
width: 100% !important;
}

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/

#sidebar {
position: relative;
padding: 50px 0;
width: 300px;
}
.right-sidebar #sidebar {
float: right;
}
.left-sidebar #sidebar {
float: left;
}


/*--------------------------------------------------------------------------------------

3 - Header

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
Main Header
--------------------------------------------------------------*/

#header {
position: relative;
z-index: 19998;
float: left;
clear: both;
width: 100%;
background: #222;
}
#header:after {
clear: both;
content: ' ';
}
.gp-fixed-header #header {
position: fixed;
}
.gp-header-2 #header {
margin-top: 20px;
background: none;
}
.gp-relative-header.gp-header-2 #header {
position: absolute;
}
.gp-header-2 #header.header-small {
margin-top: 0;
}
.gp-header-4 #header {
text-align: center;
}
.gp-header-2 #fixed-header-padding {
padding-top: 0;
}

/*--------------------------------------------------------------
Top Header
--------------------------------------------------------------*/

#top-header {
position: relative;
z-index: 19999;
float: left;
clear: both;
width: 100%;
height: 30px;
background: #111;
}
.gp-header-3.gp-fixed-header #top-header {
position: fixed;
}
.gp-header-3.gp-fixed-header #header {
margin-top: 30px;
}
#top-nav {
float: left;
padding: 0;
}
#top-nav .menu > li {
display: inline-block;
margin: 0;
padding: 0;
list-style-type: none;
font-size: 11px;
line-height: 29px;
}
#top-nav .menu > li:before {
margin: 0 10px;
content: '|';
}
#top-nav .menu > li:first-child:before {
margin: 0;
content: '';
}
#top-nav .menu > li > a {
padding: 0;
font-size: 11px;
}
#top-header .social-icons a {
line-height: 30px;
}

/*--------------------------------------------------------------
Logo
--------------------------------------------------------------*/

#logo { 
float: left;
margin: 0;
width: auto;
font-size: 12px;
line-height: 0;
}
.gp-header-4 #logo { 
float: none;
}
#logo img {
max-height: 100%;
width: auto !important;
}

/*--------------------------------------------------------------
Search Form
--------------------------------------------------------------*/

#search-button {
float: left;
padding: 0 15px;
font-size: 13px;
font-family: 'FontAwesome';
cursor: pointer;
}
#search-button:before {
content: '\f002';
}
.search-outer {
position: relative;
z-index: 19997;
display: none;
float: left;
clear: both;
overflow: hidden;
padding: 30px 0;
width: 100%;
border-style: solid;
border-bottom-width: 1px;
}
.gp-header-2 .search-outer {
position: absolute;
border-top-width: 1px; 
}
.search-outer .gp-search-form .gp-search-bar {
padding: 0 70px 0 0;
height: 53px;
border: 0;
background: none !important;
box-shadow: none;
font-weight: lighter;
font-size: 40px;
line-height: 53px;
}
.search-outer .gp-search-form .gp-search-submit {
top: 0;
right: 0;
padding: 16px 17px 17px;
font-size: 20px;
}


/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/

/* Top level ************************************/

.nav  {
padding: 0 0 0 10px;
}
.gp-header-4 #main-nav {
display: inline-block;
padding-left: 0;
}
.nav .menu {
float: left;
margin: 0;
padding: 0;
text-align: left;
}
.gp-header-2 #header .nav .menu {
padding-bottom: 20px;
}
.nav .menu li {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
list-style-type: none;
}
.gp-header-2 #header .nav .menu > li {
padding-bottom: 20px;
}
.nav .menu > li > a {
padding: 0 15px;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto;
}
.nav .menu > li.fa > a {
padding-left: 10px;
}

/* Dropdowns */
.nav .sub-menu {
position: absolute;
top: auto;
left: auto;
z-index: 19999;
display: none;
overflow: visible !important;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
line-height: 1;
}
.nav .menu > li.fa > .sub-menu {
margin-top: -1px;
}
.gp-header-2 #header .menu > li > .sub-menu {
margin-top: 20px;
}
.nav .sub-menu li {
float: none;
}
.nav .sub-menu li.fa:before {
position: absolute;
top: 16px;
left: 15px;
}
.nav .sub-menu li.fa > a {
padding-left: 30px !important;
}
.nav li:hover > .sub-menu {
display: block;
}
.nav .sub-menu a {
display: block;
margin: 0;
padding: 15px;
width: 16em;
border-style: solid;
border-top-width: 1px;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
line-height: 1.5em;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto;
}
.nav .sub-menu > li:first-child > a {
border: 0;
}
.nav .sub-menu li .sub-menu {
top: 0;
left: 100%;
}

/* Mega Menus */
.nav .menu li.megamenu {
position: static;
}
.nav .menu li.megamenu > .sub-menu {
right: 0;
left: 0;
margin-right: auto;
margin-left: auto;
width: 98%;
}
.nav .menu li.megamenu > .sub-menu > li {
display: table-cell;
padding: 15px;
border: 0;
border-style: solid;
border-left-width: 1px;
}
.nav .menu li.megamenu > .sub-menu > li:first-child {
border-left: 0;
}
.nav .menu li.columns-1 > .sub-menu > li {
width: 100%;
}
.nav .menu li.columns-2 > .sub-menu > li {
width: 50%;
}
.nav .menu li.columns-3 > .sub-menu > li {
width: 33.333%;
}
.nav .menu li.columns-4 > .sub-menu > li {
width: 25%;
}
.nav .menu li.columns-5 > .sub-menu > li {
width: 20%;
}
.nav .menu li.megamenu > .sub-menu > li > a {
font-size: 14px;
}
.nav .menu li.megamenu > .sub-menu > li > a:hover {
background: none;
}
.nav .menu li.megamenu > .sub-menu > li.fa:before {
top: 27px;
left: 25px;
}
.nav .menu li.megamenu .sub-menu li a {
padding: 8px;
width: 100%;
border: 0;
}
.nav .menu li.megamenu.fa > .sub-menu > a {
padding-left: 30px !important;
}
.nav .menu li.megamenu .sub-menu .sub-menu {
position: relative;
top: auto;
left: auto;
display: block;
border: 0;
}
.nav .menu li.megamenu .sub-menu .sub-menu li {
width: 100%;
}
.nav .menu li.megamenu .sub-menu .sub-menu li.fa:before {
top: 10px;
left: 8px;
}

/*--------------------------------------------------------------
Mobile navigation
--------------------------------------------------------------*/

#mobile-nav {
position: relative;
z-index: 19998;
display: none;
overflow: hidden;
padding: 20px 20px 30px;
width: 100%;
border-style: solid;
border-bottom-width: 1px;
}
#mobile-nav.auto-height {
height: auto !important;
}
.gp-desktop #mobile-nav,
.gp-tablet-landscape #mobile-nav {
display: none !important;
}
.gp-header-2 #mobile-nav {
position: absolute;
}
#mobile-nav .menu li {
position: relative;
float: left;
margin: 0;
width: 100%;
list-style-type: none;
}
#mobile-nav .menu li.fa:before {
position: absolute;
top: 15px;
left: 0;
}
#mobile-nav .menu li a {
display: block;
padding: 20px 0;
line-height: 1;
border-style: solid;
border-bottom-width: 1px;
}
#mobile-nav .menu li.menu-item-has-children a {
padding-right: 70px;
}
#mobile-nav .menu > li > a {
font-weight: bold;
}
#mobile-nav .menu > li.fa > a {
padding-left: 20px;
}
#mobile-nav .menu li > .mobile-dropdown-icon {
font-family: 'FontAwesome';
cursor: pointer;
position: absolute;
top: 0;
right: 0;
font-size: 20px;
padding: 0 25px;
line-height: 52px;
font-style: normal;
}
#mobile-nav .menu li > .mobile-dropdown-icon:before {
content: '\f0d7';
}
#mobile-nav .menu li.gp-active > .mobile-dropdown-icon:before {
content: '\f0d8';
}
#mobile-nav .menu li .sub-menu {
margin: 0;
display: none;
}
#mobile-nav .menu li .sub-menu > li.fa:before {
left: 10px;
}
#mobile-nav .menu li .sub-menu .sub-menu > li.fa:before {
left: 20px;
}
#mobile-nav .menu li .sub-menu .sub-menu .sub-menu > li.fa:before {
left: 30px;
}
#mobile-nav .menu li .sub-menu a {
padding-left: 10px;
}
#mobile-nav .menu li .sub-menu li.fa > a {
padding-left: 30px;
}
#mobile-nav .menu li .sub-menu .sub-menu a {
padding-left: 20px;
}
#mobile-nav .menu li .sub-menu .sub-menu li.fa > a {
padding-left: 40px;
}
#mobile-nav .menu li .sub-menu .sub-menu .sub-menu a {
padding-left: 30px;
}
#mobile-nav .menu li .sub-menu .sub-menu .sub-menu li.fa > a {
padding-left: 50px;
}
.mobile-button {
display: none;
float: right;
margin-left: 20px;
font-size: 18px;
cursor: pointer;
}

/*--------------------------------------------------------------------------------------

4 - Sidebar Widgets

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
General
--------------------------------------------------------------*/

.widget {
position: relative;
float: left;
margin-bottom: 40px;
width: 100%;
}
.widget ul li {
overflow: hidden;
margin: 10px 0 0 0;
padding: 10px 0 0 0;
border-style: solid;
border-top-width: 1px;
list-style-type: none;
}
.widget ul li:first-child {
margin-top: 0;
padding-top: 0;
border-top: 0;
}
.widget ul ul li {
margin-left: 10px;
}
.widget .current-cat > a {
text-decoration: underline;
}
.widgettitle {
margin: 0 0 30px 0;
width: 100%;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
line-height: 1.2em;
}

/*--------------------------------------------------------------
GP Recent Posts widget
--------------------------------------------------------------*/

.gp-recent-posts section {
margin-bottom: 15px;
padding-bottom: 15px;
}
.gp-recent-posts .post-thumbnail {
float: left;
margin: 0 10px 0 0;
}
.gp-recent-posts .no-thumbnail {
width: 55px;
height: 55px;
color: #bbb;
text-align: center;
line-height: 55px;
-webkit-transition: color 0.15s ease-in-out;
-moz-transition: color 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out;
transition: color 0.15s ease-in-out;
}
.gp-recent-posts section strong a {
display: block;
margin: 0 0 4px 0;
line-height: 1.5em;
}
.gp-recent-posts section strong a:hover {
text-decoration: underline;
}

/*--------------------------------------------------------------
GP Recent Comments widget
--------------------------------------------------------------*/

.gp-recent-comments .avatar {
float: left;
margin-right: 10px;
}

/*--------------------------------------------------------------
RSS widget
--------------------------------------------------------------*/

.widget_recent_entries .post-date,
.widget_rss .rss-date {
margin-left: 12px;
color: #484848;
font-size: 11px;
}

/*--------------------------------------------------------------
Search widget
--------------------------------------------------------------*/

.gp-search-form {
position: relative;
}
.gp-search-form .gp-search-bar {
position: relative;
float: left;
padding-right: 45px;
width: 100%;
height: 40px;
}
.gp-search-form .accessibly-hidden {
display: none;
}
.gp-search-form .gp-search-submit {
position: absolute;
top: 8px;
right: 10px;
padding: 6px 7px 7px;
border-radius: 100%;
font-family: 'FontAwesome';
}

/*--------------------------------------------------------------
Calendar widget
--------------------------------------------------------------*/

#wp-calendar {
margin: 0 auto;
}
#wp-calendar th {
border: 0;
text-align: center;
font-weight: bold;
}
#wp-calendar td {
padding: 8px 0;
border: 0;
text-align: center;
}
#wp-calendar caption {
margin-bottom: 10px;
text-align: right;
font-weight: bold;
}

/*--------------------------------------------------------------------------------------

5 - Footer

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
General
--------------------------------------------------------------*/

#footer {
float: left;
overflow: hidden;
width: 100%;
margin-top: -1px;
}
.wpengine-promo {
display: none;
}

/*--------------------------------------------------------------
Footer widgets
--------------------------------------------------------------*/

#footer-widgets {
float: left;
overflow: hidden;
padding: 60px 0 20px 0;
width: 100%;
background: #111;
}
.footer-widget {
float: left;
margin-left: 6%;
}
.footer-widget:first-child {
margin-left: 0;
}
.footer-whole {
width: 100%;
}
.footer-half {
width: 47%;
}
.footer-third {
width: 29.33%;
}
.footer-fourth {
width: 20.5%;
}
.footer-fifth {
width: 15.2%;
}
.footer-widget .widgettitle {
margin-bottom: 20px;
text-transform: none;
font-weight: normal;
font-size: 24px;
line-height: 1.2em;
}
.footer-widget .widget ul li,
.footer-widget section {
border-color: #2e2e2e;
border-color: rgba(255, 255, 255, 0.2);
}
#footer-bottom {
position: relative;
float: left;
padding: 20px 0;
width: 100%;
font-size: 11px;
line-height: 1.5em;
}

/*--------------------------------------------------------------
Copyright
--------------------------------------------------------------*/

#copyright {
float: left;
}

/*--------------------------------------------------------------
Footer navigation
--------------------------------------------------------------*/

#footer-nav {
float: right;
padding: 0;
}
#footer-nav .menu li {
display: inline-block;
margin: 0;
padding: 0;
list-style-type: none;
}
#footer-nav .menu li:before {
margin: 0 10px;
content: '|';
}
#footer-nav .menu li:first-child:before {
margin: 0;
content: '';
}
#footer-nav .menu > li > a {
padding: 0;
font-size: 11px;
}
#footer-nav .menu li:hover > .sub-menu {
display: none;
}

/*--------------------------------------------------------------
Social icons
--------------------------------------------------------------*/

.social-icons {
float: right;
margin-left: 20px;
text-align: right;
}
.social-icons a {
display: inline-block;
margin: 0 13px 0 0;
font-size: 14px;
}
.social-icons a:last-child {
margin: 0;
}

/*--------------------------------------------------------------
Back to top button
--------------------------------------------------------------*/

#gp-to-top {
position: fixed;
right: 30px;
bottom: 53px;
z-index: 9999;
display: none;
overflow: hidden;
padding: 12px 15px;
border-radius: 3px;
font-size: 12px;
line-height: 1;
opacity: 0.7;
filter: alpha(opacity=70);
}
#gp-to-top:hover {
opacity: 1;
filter: alpha(opacity=100);
}
#gp-to-top-hover {
display: block;
float: left;
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0);
}
#gp-to-top:active,
#gp-to-top:focus {
outline: none;
}


/*--------------------------------------------------------------------------------------

6 - Posts/Pages

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
Page header
--------------------------------------------------------------*/

.entry-header {
position: relative;
overflow: hidden;
width: 100%;
}
.entry-header.post-header {
margin-bottom: 40px;
padding-bottom: 30px;
border-style: solid;
border-bottom-width: 1px;
}
.entry-header.page-header {
padding: 50px 0;
border-style: solid;
border-bottom-width: 1px;
}
.gp-header-2 .entry-header.page-header {
padding-top: 132px;
}
.entry-header.special-header {
padding: 100px 0;
background-size: cover;
background-repeat: no-repeat;
}
.gp-header-2 .entry-header.special-header {
padding-top: 162px;
}
.entry-title {
margin: 0;
}
.post-header .entry-title {
margin: 0 0 5px 0;
}
.special-header .entry-title {
color: #fff;
font-size: 50px;
line-height: 60px;
}
.subtitle {
margin: 10px 0;
font-weight: normal;
}
.special-header .subtitle {
color: #fff;
}
.entry-header .avatar {
display: block;
float: left;
margin: 10px 30px 0 0;
border-width: 4px;
border-radius: 100%;
}

/*--------------------------------------------------------------
Entry meta
--------------------------------------------------------------*/

.entry-meta {
position: relative;
overflow: hidden;
font-size: 11px;
line-height: 1.5em;
}
.entry-meta span:before {
content: '\0000a0\·\0000a0\0000a0';
}
.entry-meta span:first-child:before {
content: '';
}
.entry-meta a:hover {
text-decoration: underline;
}
.meta-tags {
position: relative;
overflow: hidden;
margin-top: 40px;
width: 100%;
}
.meta-tags a,
.tagcloud a {
display: inline-block;
margin-bottom: 4px;
padding: 4px;
border-radius: 3px;
font-size: 11px !important;
line-height: 1;
-webkit-transition: background-color 0.3s ease-in-out;
-moz-transition: background-color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}

/*--------------------------------------------------------------
Post thumbnails
--------------------------------------------------------------*/

.post-thumbnail {
position: relative;
margin: 0 0 20px;
max-width: 100%;
line-height: 0;
}
.wrap {
float: left;
margin: 0 20px 10px 0 !important;
}

/*--------------------------------------------------------------
Post formats
--------------------------------------------------------------*/

/* Audio format ************************************/

.post-format-audio-content {
margin-bottom: 20px;
}
.post-format-audio-content audio {
display: none;
}
.mejs-container .mejs-controls > div:last-of-type {
position: relative;
top: -26px;
float: right;
clear: both; /* Fix for volume control dropping */
}
.mejs-container .mejs-controls .mejs-button button:focus {
outline: none;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #555;
}

/* Gallery format ************************************/

.post-format-gallery-content.gp-slider {
margin-bottom: 20px;
}
.post-format-gallery-content .gallery-item {
margin: 0 !important;
}

/* Quote format ************************************/

.post-format-quote-content blockquote {
margin: 0;
padding-right: 30px;
}
.post-format-quote-content blockquote:before {
content: '';
}

/* Video format ************************************/

.post-format-video-content {
margin-bottom: 20px;
}
.js .post-format-video-content > div > .wp-video-shortcode {
visibility: hidden;
}
.js .post-format-video-content > div > .mejs-container.wp-video-shortcode {
visibility: visible;
}
.mejs-overlay-button {
display: none;
}

/*--------------------------------------------------------------
Entry content
--------------------------------------------------------------*/

.entry-content {
width: 100%;
word-wrap: break-word;
}

/*--------------------------------------------------------------
Author Info Panel
--------------------------------------------------------------*/

.author-info {
position: relative;
overflow: hidden;
margin-top: 40px;
padding-top: 40px;
width: 100%;
border-style: solid;
border-top-width: 1px;
}
.author-meta {
overflow: hidden;
}
.author-info .avatar {
float: left;
margin-right: 20px;
width: 80px;
height: 80px;
border-width: 4px;
}
.author-info .author-name {
margin-bottom: 10px;
font-weight: bold;
font-size: 14px;
}

/*--------------------------------------------------------------
Related Posts
--------------------------------------------------------------*/

.related-posts {
position: relative;
overflow: hidden;
margin-top: 40px;
padding-top: 40px;
width: 100%;
border-style: solid;
border-top-width: 1px;
}
.related-posts h3 {
position: relative;
float: left;
margin: 0 0 20px 0;
width: 100%;
font-weight: normal;
line-height: 24px;
}
.related-posts section {
margin: 0 0 0 4%;
padding: 0;
border: 0;
}
.related-posts-title + section {
margin-left: 0;
}
.related-posts section .post-thumbnail {
margin-bottom: 15px;
}
.related-posts section .no-thumbnail {
max-width: 100%;
color: #bbb;
text-align: center;
-webkit-transition: color 0.15s ease-in-out;
-moz-transition: color 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out;
transition: color 0.15s ease-in-out;
}
.related-posts section strong a {
display: block;
margin: 0 0 4px 0;
line-height: 1.5em;
}
.related-posts section strong a:hover {
text-decoration: underline;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

/* Comment List ************************************/

#comments {
position: relative;
overflow: hidden;
margin-top: 40px;
padding-top: 40px;
width: 100%;
border-style: solid;
border-top-width: 1px;
}
#comments h3 {
margin: 0 0 30px 0;
font-weight: normal;
line-height: 24px;
}
#comments ol.commentlist {
width: 100%;
list-style: none;
}
#comments ol.commentlist li {
position: relative;
margin: 0 0 20px 0;
padding: 0;
border: 0;
list-style: none;
word-wrap: break-word;
}
#comments ol.commentlist li .comment_container {
overflow: hidden;
padding-bottom: 20px;
border-style: solid;
border-bottom-width: 1px;
}
#comments ol.commentlist > li:last-child .comment_container {
border: 0;
}
#comments ol.commentlist .children li.comment {
margin: 20px 0 0 20px;
}
#comments ol.commentlist li .avatar {
position: relative;
top: 0;
left: 0;
float: left;
margin: 0;
width: 60px;
height: auto;
}
#comments .bypostauthor .avatar {
}
#comments ol.commentlist li .comment-text {
margin: 0 0 0 80px;
}
#comments ol.commentlist li .comment-text .meta {
margin: 0 0 3px;
}
#comments ol.commentlist li .comment-text [itemprop='author'] {
font-weight: normal;
}
#comments ol.commentlist li .comment-text [itemprop='author']:after {
content: '\0000a0\·\0000a0';
}
.comment-reply-link,
#cancel-comment-reply-link {
display: block;
margin-top: 10px;
font-weight: bold;
font-size: 12px;
line-height: 1;
}
.comment-reply-title small {
float: right;
}
.required {
font-weight: bold;
}

/* Comment Form ************************************/

#reply-title {
margin: 0 0 20px 0;
font-weight: normal;
font-size: 20px;
line-height: 1;
}
#respond p {
margin: 10px 0;
}
#respond p.form-submit {
margin-bottom: 0;
}
#commentform input,
#commentform textarea {
display: block;
}
.form-allowed-tags {
display: none;
}
.commentlist #respond {
margin: 20px 0 0;
width: auto;
}
#respond .form-submit {
text-align: right;
}


/*--------------------------------------------------------------------------------------

7 - Post Categories

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
Post loop
--------------------------------------------------------------*/

.post-wrapper {
position: relative;
width: 100%;
}
section {
position: relative;
float: left;
overflow: hidden;
margin-bottom: 40px;
padding-bottom: 20px;
width: 100%;
border-style: solid;
border-bottom-width: 1px;
}
section .entry-header {
overflow: visible;
margin: 0 0 20px 0;
}
section .entry-header h2 {
margin: 0 0 10px 0;
font-weight: normal;
}
section .entry-content {
margin-bottom: 20px;
}
section .meta-tags {
margin: 10px 0 0 0;
}
section.sticky:after {
position: absolute;
top: 1px;
right: 1px;
width: 0;
height: 0;
border-bottom: 18px solid rgba(0, 0, 0, 0);
content: '';
}
section .read-more {
margin-left: 5px;
}

/*--------------------------------------------------------------
Blog masonry
--------------------------------------------------------------*/

/* General ************************************/

.js .blog-masonry {
opacity: 0;
}
.blog-masonry.post-wrapper {
width: 101%;
}
.blog-masonry section {
position: relative;
display: inline-block;
margin-bottom: 2%;
padding: 0;
width: 48%;
border: 0;
}
.no-sidebar .blog-masonry section,
.fullwidth .blog-masonry section {
width: 31.3333333%;
}
.blog-masonry section:before {
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
color: #000;
font-size: 18px;
font-family: 'FontAwesome';
opacity: 0.2;
filter: alpha(opacity=20);
}
.blog-masonry section.format-standard:before {
content: "\f016";
}
.blog-masonry section.format-video:before {
content: '\f03d';
}
.blog-masonry section.format-audio:before {
content: '\f001';
}
.blog-masonry section.format-gallery:before {
content: '\f03e';
}
.blog-masonry section.format-quote:before {
content: '\f10e';
}
.blog-masonry section.format-link:before {
content: '\f0c1';
}
.blog-masonry section.sticky:after {
right: auto;
left: 1px;
border-width: solid;
border-right: 0;
border-bottom: 18px solid rgba(0, 0, 0, 0);
border-left-width: 20px;
}
.blog-masonry section .entry-header {
margin: 0;
padding: 30px 40px 20px 30px;
}
.blog-masonry section .entry-content {
margin: 0;
padding: 0 30px 30px;
}

/* Isotope ************************************/

.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
z-index: 1;
pointer-events: none;
}
.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}

/*--------------------------------------------------------------
Page Numbers
--------------------------------------------------------------*/


ul.page-numbers {
margin: 20px 0;
width: 100%;
text-align: center;
font-size: 11px;
}
.blog-masonry + ul.page-numbers,
.portfolio-wrapper + ul.page-numbers {
opacity: 0;
}
ul.page-numbers li,
ul.page-numbers > span,
ul.page-numbers.single-nav > a {
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
}
ul.page-numbers .page-numbers {
display: inline-block;
margin: 0;
width: 35px;
height: 35px;
border-radius: 100%;
line-height: 35px;
-webkit-transition: background-color 0.3s ease-in-out;
-moz-transition: background-color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}
ul.page-numbers.single-nav .page-numbers {
margin: 0;
}

/*--------------------------------------------------------------------------------------

8 - Other Pages

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
Blank page
--------------------------------------------------------------*/

body.page-template-blank-page-php {
background: none;
}
.page-template-blank-page-php #page-wrapper {
background: none !important;
}

/*--------------------------------------------------------------
Error 404 page
--------------------------------------------------------------*/

.error404 #content-wrapper.container > #content {
padding: 20% 0;
text-align: center;
}
.error404 h1 {
margin-bottom: 40px;
font-size: 70px;
line-height: 1;
}
.error404 h2 {
margin: 0 0 20px;
}
.error404 .gp-search {
border-bottom-width: 0 !important;
margin-top: 30px;
padding: 0 15px;
}
.error404 .gp-search p {
margin-bottom: 20px;
font-weight: bold;
width: 100%;
text-align: center;
}
.error404 .gp-search .gp-search-form {
margin: 0 auto;
}

/*--------------------------------------------------------------
Attachment page
--------------------------------------------------------------*/

.attachment p {
margin-top: 12px;
}

/*--------------------------------------------------------------
Password protected page
--------------------------------------------------------------*/

input[id*='pwbox-'] {
margin-bottom: 10px;
}
input.pwsubmit {
padding-top: 0;
padding-bottom: 0;
height: 40px;
line-height: 40px;
}

/*--------------------------------------------------------------
Search page
--------------------------------------------------------------*/

#new-search {
overflow: hidden;
margin-bottom: 50px;
padding-bottom: 50px;
border-style: solid;
border-bottom-width: 1px;
}
#new-search .gp-search-form {
max-width: 300px;
}


/*--------------------------------------------------------------------------------------

9 - Portfolio

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
Filter
--------------------------------------------------------------*/

.portfolio-filters {
padding: 30px 0;
border-style: solid;
border-bottom-width: 1px;
}
.portfolio-filters.portfolio-shortcode {
margin-bottom: 30px;
}
.fullwidth .portfolio-filters {
padding: 30px;
text-align: center;
}
.portfolio-filters li {
display: inline-block;
margin: 0 20px 0 0;
list-style: none;
}
.portfolio-filters li:last-child {
margin-left: 0;
}

/*--------------------------------------------------------------
Loop
--------------------------------------------------------------*/

.portfolio-loader {
margin: 40px auto 0;
}
.js .portfolio-wrapper {
opacity: 0;
}
.portfolio-wrapper {
position: relative;
width: 102%;
overflow: hidden;
}
.portfolio-wrapper section {
position: relative;
display: inline-block;
overflow: hidden;
margin: 0 0 30px 0;
padding: 0;
border: 0;
}
.portfolio-columns-2 section {
width: 48%;
}
.portfolio-columns-3 section {
width: 31.333%;
}
.portfolio-columns-4 section {
width: 23.4%;
}
.portfolio-columns-5 section {
width: 18.3%;
}
.portfolio-columns-6 section {
width: 14.9%;
}
.portfolio-masonry section {
margin-bottom: 0;
}
.portfolio-masonry section,
.portfolio-masonry section.regular,
.portfolio-masonry section.tall {
width: 16.6%;
}
.portfolio-masonry section.wide,
.portfolio-masonry section.large {
width: 33.2%;
}
.portfolio-wrapper section .post-thumbnail {
overflow: hidden;
margin: 0;
}
.portfolio-wrapper section .post-thumbnail img {
-webkit-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.portfolio-wrapper section .post-thumbnail img:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.portfolio-wrapper section .entry-header {
padding: 20px;
}
.portfolio-wrapper section .entry-header h2 {
margin: 0;
font-weight: normal;
}
.portfolio-columns-4 section .entry-header h2 {
font-size: 16px;
line-height: 26px;
}
.portfolio-columns-5 section .entry-header,
.portfolio-columns-6 section .entry-header {
padding: 10px;
}
.portfolio-columns-5 section .entry-header h2,
.portfolio-columns-6 section .entry-header h2 {
font-size: 14px;
line-height: 20px;
}

/*--------------------------------------------------------------
Portfolio item page
--------------------------------------------------------------*/

.portfolio-row {
float: left;
margin-bottom: 40px;
}
.portfolio-left-col {
float: left;
width: 60%;
}
.portfolio-right-col {
float: left;
width: 40%;
padding-left: 20px;
}
.portfolio-full-col {
float: left;
margin-bottom: 30px;
width: 100%;
}
.portfolio-link {
position: absolute;
top: 0;
right: 0;
}

/*--------------------------------------------------------------
Related portfolio items
--------------------------------------------------------------*/

.related-portfolios {
position: relative;
overflow: hidden;
margin-top: 40px;
padding-top: 40px;
width: 100%;
border-style: solid;
border-top-width: 1px;
}
.related-portfolios h3 {
position: relative;
float: left;
margin: 0 0 20px 0;
width: 100%;
font-weight: normal;
line-height: 24px;
}
.related-portfolios section {
float: left;
margin: 0 0 0 2%;
padding: 0;
border: 0;
opacity: 1 !important;
}
.related-portfolios-title + section {
margin-left: 0;
}
.related-portfolios section .post-thumbnail {
margin-bottom: 0;
}
.related-portfolios section .no-thumbnail {
max-width: 100%;
color: #bbb;
text-align: center;
-webkit-transition: color 0.15s ease-in-out;
-moz-transition: color 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out;
transition: color 0.15s ease-in-out;
}
.related-portfolios section .entry-header {
padding: 20px;
}
.related-portfolios section .entry-header h5 {
margin: 0;
}


/*--------------------------------------------------------------------------------------

10 - Visual Composer

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
General
--------------------------------------------------------------*/

.gp-theme small.vc_label {
font-size: inherit;
line-height: inherit;
}

/*--------------------------------------------------------------
Accordion
--------------------------------------------------------------*/

.gp-theme .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a,
.gp-theme .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.gp-theme .wpb_content_element .wpb_accordion_header a {
padding: 10px 15px;
}
.gp-theme .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.gp-theme .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
top: 1em;
background-image: none;
}
.gp-theme .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
content: '\f196';
font-weight: normal;
font-size: 16px;
font-family: 'FontAwesome';
}
.gp-theme .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
content: '\f147';
}

/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/

.gp-button {
display: inline-block;
margin-bottom: 35px;
box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
vertical-align: middle;
text-align: center;
font-size: 14px;
line-height: 130%;
opacity: 1;
filter: alpha(opacity=100);
cursor: pointer;
-webkit-transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-o-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
}
.gp-button:hover {
opacity: 0.8;
filter: alpha(opacity=80);
}
.gp-button i {
margin-right: 10px;
}

/*--------------------------------------------------------------
Carousel
--------------------------------------------------------------*/

.gp-theme .vc-carousel {
width: 100% !important;
}
.gp-theme .vc-carousel.vc-per-view-more .vc-carousel-slideline .vc-carousel-slideline-inner > .vc-item > .vc-inner {
margin: 0 !important;
}
.gp-theme .vc-carousel .vc-carousel-indicators li {
margin: 0 4px;
width: 12px;
height: 12px;
border: 2px solid #fff;
border-radius: 100%;
background-image: none;
opacity: 0.3;
filter:alpha(opacity=30);
}
.gp-theme .vc-carousel .vc-carousel-control {
text-shadow: none;
opacity: 0.6;
filter:alpha(opacity=60);
}
.gp-theme .vc-carousel .vc-carousel-control:hover, 
.gp-theme .vc-carousel .vc-carousel-control:focus {
opacity: 1;
filter:alpha(opacity=100);
}
.gp-theme .vc-carousel .vc-carousel-control .icon-prev,
.gp-theme .vc-carousel .vc-carousel-control .icon-next {
z-index: 300;
width: 40px;
height: 50px;
background: url(../../plugins/LayerSlider/static/skins/v5/skin.png);
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
.gp-theme .vc-carousel .vc-carousel-control .icon-prev:before,
.gp-theme .vc-carousel .vc-carousel-control .icon-next:before {
display: none;
}
.gp-theme .vc-carousel .vc-carousel-control .icon-prev {
background-position: 0px 0px;
}
.gp-theme .vc-carousel .vc-carousel-control .icon-prev:hover {
background-position: 0px -75px;
}
.gp-theme .vc-carousel .vc-carousel-control .icon-next {
background-position: -150px 0px;
}
.gp-theme .vc-carousel .vc-carousel-control .icon-next:hover {
background-position: -150px -75px;
}
.gp-theme .vc_carousel .vc-carousel-control .icon-prev:hover,
.gp-theme .vc_carousel .vc-carousel-control .icon-next:hover {
background-color: transparent;
}

/*--------------------------------------------------------------
Columns
--------------------------------------------------------------*/

.gp-theme.gp-custom-vc-options .wpb_row:before,
.gp-theme.gp-custom-vc-options .wpb_row:after {
content: " ";
display: table;
}
.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row,
.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_accordion,
.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_tabs,
.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_tour,
.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_teaser_grid {
position: relative;
margin-right: auto;
margin-left: auto;
}
.gp-theme.gp-custom-vc-options .column_container {
position: relative;
}
.gp-theme.gp-custom-vc-options .wpb_row.overflow-class {
overflow: hidden;
}

/*--------------------------------------------------------------
Contact form
--------------------------------------------------------------*/

.gp-theme .wpb_row .wpcf7 {
margin-bottom: 35px;
}

/*--------------------------------------------------------------
FAQs
--------------------------------------------------------------*/

.gp-theme .wpb_toggle,
.gp-theme #content h4.wpb_toggle,
.gp-theme .wpb_toggle_title_active,
.gp-theme #content h4.wpb_toggle_title_active {
padding-left: 0;
background-image: none;
font-weight: normal;
font-size: 16px;
line-height: 26px;
}
.gp-theme .wpb_toggle:before,
.gp-theme #content h4.wpb_toggle:before {
margin-right: 10px;
content: '\f196';
font-family: 'FontAwesome';
}
.gp-theme .wpb_toggle_title_active:before,
.gp-theme #content h4.wpb_toggle_title_active:before {
content: '\f147';
}

/*--------------------------------------------------------------
Google maps
--------------------------------------------------------------*/

.gp-theme .wpb_gmaps_widget .wpb_map_wraper {
padding: 0;
background: none;
}

/*--------------------------------------------------------------
Icons
--------------------------------------------------------------*/

.gp-icon {
text-align: center;
}
.gp-icon.alignleft,
.gp-icon.alignright {
margin: 0;
}

/*--------------------------------------------------------------
Image Gallery
--------------------------------------------------------------*/

/* FlexSlider ************************************/

.gp-theme .wpb_gallery .flexslider {
margin-bottom: 35px;
border: none;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-o-box-shadow: none;
}
.gp-theme .wpb_gallery .flexslider .prettyphoto {
background: none;
}
.gp-theme .wpb_gallery .flexslider .slides > li {
display: none;
}
.gp-theme.js .wpb_gallery .flexslider .slides > li:first-child {
display: none;
}
.gp-theme .wpb_gallery .wpb_gallery_slides .flex-control-nav {
bottom: 20px;
}
.gp-theme .wpb_gallery .wpb_gallery_slides .flex-control-nav li a {
border: 2px solid #fff;
background: none;
background: #000;
background: rgba(0, 0, 0, 0.6);
opacity: 0.4;
}
.gp-theme .wpb_gallery .wpb_gallery_slides .flex-control-nav li a:hover,
.gp-theme .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active {
opacity: 0.8;
}

/* Nivo Slider ************************************/

.gp-theme .wpb_gallery .theme-default .nivoSlider {
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-o-box-shadow: none;
}
.gp-theme .wpb_gallery .theme-default .nivo-controlNav {
position: relative;
z-index: 300;
margin-top: -30px;
padding: 0;
}
.gp-theme .theme-default .nivoSlider img {
display: none;
}

/*--------------------------------------------------------------
Pricing table
--------------------------------------------------------------*/

.pricing-table {
display: table;
margin: 35px 0;
width: 100%;
}
.pricing-column {
position: relative;
display: table-cell;
}
.pricing-column.price-column-border {
border-width: 1px;
border-style: solid;
border-left-width: 0;
}
.pricing-column.price-column-border:first-child {
border-left-width: 1px;
}
.pricing-columns-2 .pricing-column {
width: 50%;
}
.pricing-columns-3 .pricing-column {
width: 33.333%;
}
.pricing-columns-4 .pricing-column {
width: 25%;
}
.pricing-columns-5 .pricing-column {
width: 20%;
}
.pricing-column .pricing-column-inner {
position: relative;
}
.pricing-column .pricing-column-inner > div {
padding: 20px 20px 0;
border-color: inherit;
text-align: center;
}
.pricing-column .pricing-column-inner > div:last-child {
padding-bottom: 20px;
}
.pricing-column.price-column-border .pricing-column-inner > div {
padding: 20px;
border-style: solid;
border-top-width: 1px;
}
.pricing-column.price-column-border .pricing-column-inner > div:first-child {
border-top: 0;
}
.pricing-column .pricing-column-inner div.pricing-column-highlight-text {
position: absolute;
top: -15px;
right: 0;
padding: 20px 0 0 0;
width: 100%;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
line-height: 12px;
}
.pricing-column .pricing-column-title {
font-size: 26px;
line-height: 30px;
}
.pricing-column .pricing-column-symbol {
position: relative;
top: -14px;
right: 15px;
font-weight: normal;
font-size: 22px;
line-height: 22px;
}
.pricing-column .pricing-column-price {
margin-left: -15px;
min-height: 50px;
font-weight: bold;
font-size: 50px;
line-height: 50px;
}
.pricing-column .pricing-column-interval {
margin-top: 10px;
min-height: 14px;
font-weight: normal;
font-size: 14px;
line-height: 14px;
}
.pricing-column .pricing-column-content ul {
margin-bottom: 30px;
}
.pricing-column .pricing-column-content li {
margin-left: 0;
padding-top: 10px;
border-top: 1px solid rgba(0, 0, 0, 0.05);
list-style-type: none;
}
.pricing-column .pricing-column-content li:first-child {
padding-top: 0;
border-top: 0;
}
.pricing-row {
display: none;
height: 35px;
}

/*--------------------------------------------------------------
Row
--------------------------------------------------------------*/

.gp-custom-vc-options .wpb_row h1 {
font-size: 52px;
line-height: 72px;
}
.gp-custom-vc-options .wpb_row h2 {
font-size: 42px;
line-height: 62px;
}
.gp-custom-vc-options .wpb_row h3 {
font-size: 32px;
line-height: 52px;
}
.gp-custom-vc-options .wpb_row h4 {
font-weight: lighter;
font-size: 28px;
line-height: 38px;
}
.gp-custom-vc-options .wpb_row h5 {
font-weight: lighter;
font-size: 24px;
line-height: 34px;
}
.gp-custom-vc-options .wpb_row h6 {
font-size: 18px;
line-height: 28px;
}
@-moz-document url-prefix() { /* FireFox fix */
.gp-custom-vc-options .wpb_row.gp-parallax {
background-attachment: fixed;
}
}

/*--------------------------------------------------------------
Text separators
--------------------------------------------------------------*/

/* Pre 4.0 text separators ************************************/

.gp-theme .vc_text_separator {
margin-top: 9px;
}
.gp-theme .vc_text_separator div,
.gp-theme .wpb_row .vc_separator h4  {
font-size: 20px;
}
.gp-theme .separator_align_left.vc_text_separator div {
padding-left: 0;
}
.gp-theme .separator_align_right.vc_text_separator div {
padding-right: 0;
}

/* 4.0+ text separators ************************************/

.gp-theme .wpb_row .vc_separator h4  {
font-size: 20px;
}

/*--------------------------------------------------------------
Single image
--------------------------------------------------------------*/

.gp-theme .wpb_single_image.alignnone {
display: inline-block;
}

/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/

.gp-slider {
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
max-width: 100%;
zoom: 1;
}
.gp-slider .slides {
margin: 0;
padding: 0;
line-height: 0;
zoom: 1;
}
.gp-slider .slides > li {
position: relative;
display: none;
margin: 0;
padding: 0;
background: none;
list-style-type: none;
-webkit-backface-visibility: hidden;
}
.gp-slider .slides > li:first-child {
display: block;
}
.js .gp-slider .slides > li:first-child {
display: none;
}
.gp-slider .slides:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: '.';
line-height: 0;
}
html[xmlns] .gp-slider .slides {
display: block;
}
* html .gp-slider .slides {
height: 1%;
}
.gp-slider .slides > li img {
max-width: none !important;
width: 100% !important;
height: auto !important;
}
.gp-slider .flex-direction-nav {
list-style: none;
}
.gp-slider .flex-direction-nav li {
margin: 0;
}
.gp-slider .flex-direction-nav a {
position: absolute;
top: 50%;
z-index: 99;
display: block;
margin-top: -40px;
height: 80px;
background: #000;
background: rgba(0, 0, 0, 0.2);
color: #fff;
text-align: center;
text-indent: 0;
font-size: 20px;
font-family: 'FontAwesome';
line-height: 81px;
opacity: 1;
cursor: pointer;
-webkit-transition: all .3s ease;
}
.gp-slider:hover .flex-direction-nav a {
background: rgba(0, 0, 0, 0.6);
}
.gp-slider .flex-direction-nav .flex-next {
right: 0;
padding: 0 10px 0 15px;
}
.gp-slider .flex-direction-nav .flex-next:before {
content: '\f105';
}
.gp-slider .flex-direction-nav .flex-prev {
left: 0;
padding: 0 15px 0 10px;
}
.gp-slider .flex-direction-nav .flex-prev:before {
content: '\f104';
}
.gp-slider .flex-direction-nav .flex-disabled {
display: none;
}
.gp-slider .flex-control-nav {
margin-top: -42px;
width: 100%;
list-style: none;
text-align: center;
}
.gp-slider .flex-control-nav li {
display: inline-block;
margin: 0 4px;
padding: 0;
border-radius: 100%;
list-style: none;
}
.gp-slider .flex-control-nav li a {
position: relative;
z-index: 99;
display: block;
float: left;
width: 12px;
height: 12px;
border-radius: 100%;
background: #000;
text-indent: -9999px;
opacity: 0.4;
cursor: pointer;
}
.gp-slider .flexslider:hover .flex-control-nav li a {
display: block;
}
.gp-slider .flex-control-nav li a:hover,
.gp-slider .flex-control-nav li .flex-active {
opacity: 0.7;
}

/*--------------------------------------------------------------
Testimonial slider
--------------------------------------------------------------*/

.testimonial-slider.gp-slider {
overflow: visible;
}
.testimonial-slider.gp-slider .slides li img {
max-width: 100% !important;
width: auto !important;
}
.testimonial-slider.gp-slider .flex-control-nav {
margin-top: 20px;
}
.testimonial-image {
display: block;
float: left;
margin: 10px 30px 0 0;
border-width: 4px;
border-radius: 100%;
}
.testimonial-quote h5 {
display: block;
font-weight: lighter;
font-size: 26px;
line-height: 1.5em;
}
.testimonial-name {
display: block;
margin-top: 10px;
font-weight: normal;
font-size: 16px;
line-height: 1.7em;
}

/*--------------------------------------------------------------
Team
--------------------------------------------------------------*/

.team-wrapper {
margin-left: -60px;
}
.team-wrapper:before,
.team-wrapper:after {
content: ' ';
display: table;
}
.team-member {
float: left;
padding: 0 0 65px 60px;
}
.team-member.left-column {
clear: left;
}
.team-image {
display: block;
margin: 0 auto 20px;
border: 10px solid rgba(0, 0, 0, 0.1);
border-radius: 100%;
}
.team-name {
margin-bottom: 10px;
font-weight: lighter;
font-size: 26px;
}
.team-position {
margin-bottom: 20px;
font-weight: bold;
font-size: 14px;
}
.team-member a {
color: inherit;
text-decoration: underline;
}
.team-member a:hover {
text-decoration: none;
}


/*--------------------------------------------------------------------------------------

11 - Contact Form 7

--------------------------------------------------------------------------------------*/

.wpcf7-form .wpcf7-not-valid-tip {
display: none;
}
.wpcf7-form .wpcf7-not-valid {
border-color: #E44E48;
}
.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ng {
margin-left: 0;
padding: 10px 20px;
border: 0;
border-radius: 4px;
background: #E44E48;
color: #fff;
}
.wpcf7-form .wpcf7-mail-sent-ok {
margin-left: 0;
padding: 10px 20px;
border: 0;
border-radius: 4px;
background: #90D835;
color: #fff;
}


/*--------------------------------------------------------------------------------------

12 - LayerSlider

--------------------------------------------------------------------------------------*/

#homepage-slider {
position: relative;
clear: both;
min-height: 50px;
max-width: 100%;
background: #f8f8f8;
}
#homepage-slider.homepage-layerslider {
display: none;
}
.js #homepage-slider.homepage-layerslider {
display: block;
}
.ls-loading-container {
display: none !important;
}
.ls-v5 .ls-bottom-slidebuttons a {
opacity: 0.7;
}
.ls-v5 .ls-bottom-slidebuttons a.ls-nav-active {
opacity: 1;
}


/*--------------------------------------------------------------------------------------

13 - Media Queries

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
Smaller desktops
--------------------------------------------------------------*/

@media only screen and (max-width: 1920px) {  

	.gp-responsive .portfolio-wrapper.portfolio-masonry section,
	.gp-responsive .portfolio-wrapper.portfolio-masonry section.regular,
	.gp-responsive .portfolio-wrapper.portfolio-masonry section.tall {
	width: 24.9%;
	}
	.gp-responsive .portfolio-wrapper.portfolio-masonry section.wide,
	.gp-responsive .portfolio-wrapper.portfolio-masonry section.large {
	width: 49.8%;
	}

}

/*--------------------------------------------------------------
Tablet (landscape)
--------------------------------------------------------------*/
	
@media only screen and (max-width: 1082px) {  

	.gp-responsive.gp-boxed-layout #page-wrapper,
	.gp-responsive.gp-boxed-layout #header,
	.gp-responsive.gp-boxed-layout #top-header,
	.gp-boxed-layout #desktop-search.search-outer,
	.gp-responsive .container,
	.gp-responsive.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row,
	.gp-responsive.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_accordion,
	.gp-responsive.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_tabs,
	.gp-responsive.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_tour,
	.gp-responsive.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_teaser_grid {
	width: 940px;
	}
	.gp-responsive.gp-boxed-layout .container,
	.gp-responsive.gp-custom-vc-options.gp-boxed-layout.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row,
	.gp-responsive.gp-custom-vc-options.gp-boxed-layout.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_accordion,
	.gp-responsive.gp-custom-vc-options.gp-boxed-layout.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_tabs,
	.gp-responsive.gp-custom-vc-options.gp-boxed-layout.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_tour,
	.gp-responsive.gp-custom-vc-options.gp-boxed-layout.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_teaser_grid {
	width: 860px;
	}	
	.gp-responsive #content {
	width: 700px;
	}
	.gp-responsive.gp-boxed-layout #content {
	width: 620px;
	}	
	.gp-responsive #sidebar {
	width: 200px;
	}
	.gp-responsive.gp-fixed-header #header,
	.gp-responsive.gp-header-3.gp-fixed-header #top-header {
	position: relative;
	}	
	.gp-responsive.gp-header-2 #header	{
	position: absolute;
	}
	.gp-responsive.gp-header-3.gp-fixed-header #header {
	margin-top: 0;
	}
	.gp-responsive #fixed-header-padding {
	padding-top: 0;
	}
	.gp-responsive .nav .menu > li > a {
	padding: 0 10px;
	}
	.gp-responsive .portfolio-wrapper.portfolio-masonry section {
	width: 33.3% !important;
	}
	.gp-responsive .portfolio-wrapper.portfolio-masonry section.wide,
	.gp-responsive .portfolio-wrapper.portfolio-masonry section.large {
	width: 66.6% !important;
	}
	.gp-responsive .gp-parallax {
	background-position: top center !important;
	background-size: cover;
	}
	.gp-responsive #homepage-slider {
	height: auto !important;
	}	
	.gp-responsive #toTop {
	display: none !important;
	opacity: 0 !important;
	}
			
}

/*--------------------------------------------------------------
Tablet (portrait)
--------------------------------------------------------------*/
	
@media only screen and (max-width: 982px) {	

	.gp-responsive.gp-boxed-layout #page-wrapper,
	.gp-responsive.gp-boxed-layout #header,
	.gp-responsive.gp-boxed-layout #top-header,
	.gp-boxed-layout #desktop-search.search-outer, 
	.gp-responsive .container,
	.gp-responsive.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row,
	.gp-responsive.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_accordion,
	.gp-responsive.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_tabs,
	.gp-responsive.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_tour,
	.gp-responsive.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_teaser_grid {
	width: 700px;
	}
	.gp-responsive.gp-boxed-layout .container,
	.gp-responsive.gp-custom-vc-options.gp-boxed-layout.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row,
	.gp-responsive.gp-custom-vc-options.gp-boxed-layout.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_accordion,
	.gp-responsive.gp-custom-vc-options.gp-boxed-layout.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_tabs,
	.gp-responsive.gp-custom-vc-options.gp-boxed-layout.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_tour,
	.gp-responsive.gp-custom-vc-options.gp-boxed-layout.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_teaser_grid {
	width: 640px;
	}	
	.gp-responsive #content {
	width: 480px;
	}
	.gp-responsive.gp-boxed-layout #content {
	width: 430px;
	}
	.gp-responsive #sidebar {
	width: 180px;
	}
	.gp-responsive.gp-header-4 #logo { 
	float: left;
	}	
	.gp-responsive #desktop-search {
	display: none !important;
	}
	.gp-responsive #mobile-nav .search-outer {
	position: relative;
	display: block;
	margin-bottom: 20px;
	background: none;
	padding: 0;
	border: 0;
	}
	.gp-responsive #mobile-nav .gp-search-bar {
	padding-right: 60px;
	font-size: 29px;
	}
	.gp-responsive #mobile-nav .gp-search-submit {
	padding: 11px 12px 12px;
	font-size: 15px;
	}			
	.gp-responsive #main-nav {
	display: none;
	}
	.gp-responsive .mobile-button {
	display: block;
	}
	.gp-responsive #mobile-cart-button {
	display: block;
	}	
	.gp-responsive .blog-masonry section {
	width: 100%;
	}		
	.gp-responsive .blog-masonry section,
	.gp-responsive .blog-masonry section,
	.gp-responsive .portfolio-wrapper section,
	.gp-responsive .portfolio-wrapper section {
	width: 48%;
	clear: none;
	margin-right: 0;
	}
	.gp-responsive .portfolio-wrapper.portfolio-masonry section {
	width: 50% !important;
	}
	.gp-responsive .portfolio-wrapper.portfolio-masonry section.wide,
	.gp-responsive .portfolio-wrapper.portfolio-masonry section.large {
	width: 100% !important;
	}
	.gp-responsive .portfolio-left-col {
	margin-bottom: 30px;
	width: 100%;
	}
	.gp-responsive .portfolio-right-col {
	width: 100%;
	padding: 0;
	}	
	.gp-responsive.gp-header-2 .entry-header.page-header {
	padding-top: 90px;
	}
	.gp-responsive .footer-widget {
	width: 47%;
	}
	.gp-responsive .footer-widget.footer-whole {
	width: 100%;
	}	
	.gp-responsive .footer-3,
	.gp-responsive .footer-5 {
	clear: both;
	margin-left: 0;
	}
	.gp-responsive .pricing-column {
	margin-bottom: 25px;
	width: 50% !important;
	}
	.gp-responsive .pricing-table .pricing-column.price-column-border:nth-child(4n+1) {
	border-left-width: 1px;
	}	
	.gp-responsive .pricing-table .pricing-row:nth-child(4n+0) {
	display: table-row;
	}	
			
}

/*--------------------------------------------------------------
Mobile (landscape)
--------------------------------------------------------------*/
	
@media only screen and (max-width: 767px) {

	.gp-responsive.gp-boxed-layout #page-wrapper,
	.gp-responsive.gp-boxed-layout #header,
	.gp-responsive.gp-boxed-layout #top-header {
	width: 100%;
	}
	.gp-responsive .container {
	padding-right: 15px;
	padding-left: 15px;
	width: 100% !important;
	}	
	.gp-responsive #content,
	.gp-responsive .container,
	.gp-responsive.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row,
	.gp-responsive.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_accordion,
	.gp-responsive.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_tabs,
	.gp-responsive.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_tour,
	.gp-responsive.gp-custom-vc-options.fullwidth .vc_col-sm-12.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_teaser_grid {
	width: 100% !important;
	}		
	.gp-responsive:not(.gp-homepage):not(.page-template-homepage-template) #content-wrapper.container > #content {
	padding: 30px 0;
	}	
	.gp-responsive #sidebar {
	padding: 30px 0;
	width: 100%;
	border-style: solid;
	border-top-width: 1px;
	}
	.gp-responsive.gp-header-3 #top-header {
	text-align: center;
	}
	.gp-responsive.gp-header-3 #top-nav {
	display: inline-block;
	}	
	.gp-responsive.gp-header-3 #top-header .social-icons {
	display: none;
	}
	.gp-responsive .blog-masonry section {
	width: 100% !important;
	}
	.gp-responsive .blog-masonry.post-wrapper {
	width: 100%;
	}		
	.gp-responsive .entry-header .avatar {
	display: none;
	}	
	.gp-responsive .related-posts section {
	margin: 0 0 20px 0;
	width: 100% !important;
	}
	.gp-responsive .related-posts section:last-child {
	margin-bottom: 0;
	}	
	.gp-responsive .related-posts section .post-thumbnail {
	float: left;
	margin: 0 15px 0 0;
	max-width: 50%;
	}
	.gp-responsive .related-posts section .entry-header {
	float: left;
	padding: 0 0 0 15px;
	max-width: 50%;
	}
	.gp-responsive .entry-header.page-header {
	padding: 25px 0;
	}
	.gp-responsive.gp-header-2 .entry-header.page-header {
	padding-top: 70px;
	}
	.gp-responsive .special-header .entry-title {
	margin-bottom: 0;
	font-size: 30px;
	line-height: 40px;
	}	
	.gp-responsive.error404 h1 {
	margin-bottom: 20px;
	font-size: 30px;
	}
	.gp-responsive.error404 h2 {
	font-size: 18px;
	line-height: 28px;
	}		
	.gp-responsive .portfolio-link {
	position: relative;
	margin-top: 20px;
	}	
	.gp-responsive .portfolio-element {
	margin-bottom: 35px;
	}
	.gp-responsive .portfolio-wrapper,
	.gp-responsive .portfolio-wrapper section,
	.gp-responsive .related-portfolios section {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	}	
	.gp-responsive .related-portfolios section {
	margin-bottom: 20px;
	}
	.gp-responsive .related-portfolios section:last-child {
	margin-bottom: 0;
	}
	.gp-responsive .related-portfolios section .post-thumbnail {
	float: left;
	max-width: 50%;
	}
	.gp-responsive .related-portfolios section .entry-header {
	float: left;
	max-width: 50%;
	}		
	.gp-responsive .footer-widget {
	margin-left: 0;
	width: 100%;
	}	
	.gp-responsive #footer-bottom .container > div {
	margin-bottom: 15px;
	}
	.gp-responsive #footer-bottom .container > div:last-child {
	margin-bottom: 0;
	}	
	.gp-responsive #copyright,
	.gp-responsive #footer-nav,
	.gp-responsive #footer-nav.nav .menu,
	.gp-responsive #footer-bottom .social-icons {
	display: inline-block;
	float: none;
	margin-left: 0;
	width: 100%;
	text-align: center;
	}
	.gp-responsive #footer-nav.nav .menu {
	width: auto;
	}
	.gp-responsive #footer-bottom .social-icons a {
	line-height: 1 !important;
	}
	.gp-responsive .pp_pic_holder {
	left: 2.5% !important;
	width: 95% !important;
	}
	.gp-responsive .pp_content {
	width: 98% !important;
	height: auto !important;
	}
	.gp-responsive .pp_fade {
	padding-bottom: 40px;
	width: 100% !important;
	height: 100% !important;
	}
	.gp-responsive #pp_full_res img,
	.gp-responsive #pp_full_res iframe,
	.gp-responsive #pp_full_res video {
	max-width: none !important;
	width: 100% !important;
	height: auto !important;
	}
	.gp-responsive .pp_details {
	width: 100% !important;
	}
	.gp-responsive .ppt {
	margin-left: 0 !important;
	width: 100% !important;
	}
	.gp-responsive .pricing-column {
	width: 100% !important;
	}
	.gp-responsive .pricing-column.price-column-border {
	border-left-width: 1px;
	}
	.gp-responsive .pricing-row {
	display: table-row;
	}	
	.gp-responsive.gp-custom-vc-options.vc_responsive div.vc_row-fluid div[class*="vc_span"] {
	display: block;
	float: none;
	margin-left: 0;
	width: auto;
	}
	.gp-responsive .team-wrapper {
	margin-left: 0;
	}
	.gp-responsive .team-member {
	padding-left: 0;
	width: 100% !important;
	}
	.gp-responsive .testimonial-image {
	float: none;
	margin: 0 auto 20px;
	}
	.gp-responsive .testimonial-quote {
	display: block;
	margin-left: 0 !important;
	text-align: center;
	font-size: 16px;
	line-height: 1.7em;
	}
	.gp-responsive .testimonial-name {
	font-size: 12px;
	line-height: 1.7em;
	}	
		
}

/*--------------------------------------------------------------
Mobile (portrait)
--------------------------------------------------------------*/
	
@media only screen and (max-width: 320px) {	

	.gp-responsive .mobile-button {
	margin-left: 10px;
	}
	.gp-responsive .portfolio-wrapper.portfolio-masonry section {
	width: 100% !important;
	}
	
}