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

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

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

0 - CSS Reset
1 - General
2 - Content Areas
3 - Navigation
4 - Top Header
5 - Main Header
6 - Page Defaults
7 - Widgets
8 - Footer
9 - Posts
10 - Post Categories
11 - Other Pages
12 - Hub page template
13 - Reviews page template
14 - Images page template
15 - Write a review page template
16 - Ratings
17 - Portfolio
18 - Visual Composer
19 - Contact Form 7
20 - WooCommerce
21 - 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;font:inherit;font-size:100%;}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

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

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


* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
outline: none;
-webkit-text-size-adjust: none;
}
body {
margin: 0;
padding: 0;
}

/*--------------------------------------------------------------
1.2 - 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;
}
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;
}


/*--------------------------------------------------------------
1.3 - 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;
}

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

input,
textarea,
select {
margin: 0;
padding: 11px;
max-width: 100%;
border-radius: 4px;
-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;
}
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,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAARUlEQVQ4y2N49+7dfyBgoDdmGLV41GJknJaWJgjEoVjE0+hh8Rlki4DMmSBM86CGWr4qDQJAlpbTNY6hlqaNpupRi3FhAAWwg5PCBypjAAAAAElFTkSuQmCC);
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/11 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: 4px;
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;
}
legend {
font-size: 14px;
}
label {
font-weight: bold;
}

/*--------------------------------------------------------------
1.5 - Gradient/Background Overlay Styling
--------------------------------------------------------------*/
/*
.\31 2345.su-even {
	display: none;
}
*/
.widget_xenword_xf_thread_replies_widget .entry-meta a {
  color: #F84103 !important;
  font-size: 14px;
  line-height: 29px;
  text-transform: none;
}

.top-bg-gradient-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.95)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2000000', endColorstr='#00000000',GradientType=0 );
}
.bottom-bg-gradient-overlay {
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}
.side-bg-gradient-overlay {
position:absolute;
height: 100%;
width: 100%;
top: 50%;
left: 50%;
z-index: 1;
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(20%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%);
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.bg-overlay-dark {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.8);
}
.bg-overlay-light {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
}
.foreground-overlay {
position: relative;
z-index: 2;
text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

/*--------------------------------------------------------------
1.6 - 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: 20px 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;
}
.gallery-item img {
max-width: 100% !important;
border: 0 !important;
}
.gallery-caption {
margin: 10px 0;
}

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

img {
max-width: 100%;
height: auto;
}
.avatar {
border-radius: 100%;
}
object,
embed,
video,
iframe {
max-width: 100%;
}
table {
width: 100%;
border-radius: 4px;
border: 1px solid #eee;
overflow: hidden;
border-collapse: separate;
}
th {
padding: 8px;
vertical-align: middle;
text-align: left;
font-weight: bold;
border-bottom: 1px solid #eee;
}
td {
padding: 8px;
vertical-align: middle;
border-bottom: 1px solid #eee;
}
tr:last-child td,
tr:last-child th {
border-width: 0;
}
tr:first-child td,
tr:first-child th {
border-width: 1px;
}
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: 30px 50px 30px 30px;
}
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;
}
.invisible {
visibility: hidden;
}
.loader {
text-align: center;
opacity: 0.5;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}


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

2 - Content Areas

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

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

.gp-boxed-layout #page-wrapper,
.gp-boxed-layout #main-header,
.gp-boxed-layout #top-header,
.gp-container {
width: 1170px;
}
.gp-boxed-layout .gp-container,
.gp-boxed-layout .side-bg-gradient-overlay {
width: 1090px;
}

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

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

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

.gp-container {
position: relative;
margin: 0 auto;
z-index: 1;
}

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

#content-wrapper {
position: relative;
margin: 0 auto;
}

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

#content {
position: relative;
float: left;
margin: 0 auto;
width: 810px;
}
.gp-boxed-layout #content {
width: 730px;
}
#content-wrapper.gp-container > #content {
padding: 40px 0;
}
.gp-left-sidebar #content {
float: right;
}
.gp-no-sidebar #content,
.gp-fullwidth #content {
width: 100% !important;
}

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

#sidebar {
position: relative;
padding: 40px 0;
width: 330px;
border-bottom-width: 0 !important;
}
.gp-right-sidebar #sidebar {
float: right;
}
.gp-left-sidebar #sidebar {
float: left;
}


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

3 - Navigation

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

/*--------------------------------------------------------------
3.1 - Top level
--------------------------------------------------------------*/

.nav {
position: relative;
z-index: 2;
}
.nav .menu {
float: left;
margin: 0;
padding: 0;
text-align: left;
}
.nav .menu li {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
list-style-type: none;
}
.nav .menu > li > a {
display: inline-block;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto;
}
.nav .menu a.fa:before {
font-family: 'FontAwesome';
padding-right: 10px;
}

/*--------------------------------------------------------------
3.2 - Dropdown menus
--------------------------------------------------------------*/

.nav .sub-menu {
position: absolute;
top: auto;
left: auto;
z-index: 499;
display: none;
overflow: visible !important;
margin: 0;
padding: 0;
line-height: 1;
}
.nav .sub-menu li {
float: none;
}
.nav li:hover > .sub-menu {
display: block;
}
.nav .sub-menu a {
display: block;
margin: 0;
padding: 0;
width: 250px;
font-family: 'Open Sans', sans-serif;
line-height: 1.5em;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
.nav .sub-menu li .sub-menu {
top: 0;
left: 100%;
}
.nav .nav-edge .sub-menu li .sub-menu {
left: auto;
right: 100%;
}

/*--------------------------------------------------------------
3.3 - Mega Menus
--------------------------------------------------------------*/

.nav .menu li.megamenu {
position: static;
}
.nav .menu li.megamenu > .sub-menu > li {
display: table-cell;
padding: 10px 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%;
}
.menu li.megamenu > .sub-menu > li > a:hover {
background: none !important;
}
.nav .menu li.megamenu .sub-menu li a {
width: 100%;
}
.nav .menu li.megamenu .sub-menu .sub-menu {
position: relative;
top: auto;
left: auto;
display: block;
}
.nav .menu li.megamenu .sub-menu .sub-menu li {
width: 100%;
}

/*--------------------------------------------------------------
3.4 - Tab/Content Menus
--------------------------------------------------------------*/

.nav .menu li.tab-content-menu,
.nav .menu li.content-menu {
position: static;
}
.nav .menu li.tab-content-menu .menu-item,
.nav .menu li.content-menu .menu-item {
display: table;
}
.nav .menu li.tab-content-menu .sub-menu,
.nav .menu li.content-menu .sub-menu {
left: 0;
margin-left: 0;
}
.nav .menu li.tab-content-menu .inner-loop,
.nav .menu li.content-menu .inner-loop {
position: static;
padding: 30px 30px 30px 0;
display: table-cell;
}
.nav .menu li.tab-content-menu .post-item,
.nav .menu li.content-menu .post-item {
float: left;
width: 25%;
margin: 0;
padding-left: 30px;
}
.nav .menu li.content-menu .post-item {
width: 20%;
}
.nav .menu li.tab-content-menu .menu-item a,
.nav .menu li.content-menu .menu-item a {
padding: 0;
width: auto;
}
.nav .menu li.tab-content-menu .menu-item a:hover,
.nav .menu li.content-menu .menu-item a:hover {
background: none;
}
.nav .menu li.tab-content-menu li .loop-title a,
.nav .menu li.content-menu li .loop-title a {
font-weight: bold;
font-size: 14px;
}
.nav .menu li.tab-content-menu li .featured-content,
.nav .menu li.content-menu li .featured-content {
margin-bottom: 8px;
}
.menu-tabs {
width: 20%;
margin: 0;
display: table-cell;
vertical-align: top;
padding-top: 20px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.nav .menu li .menu-tabs li {
float: left;
width: 100%;
margin: 0;
padding: 10px 20px;
text-align: right;
cursor: pointer;
font-size: 13px;
border: 0;
}


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

4 - Top header

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

/*--------------------------------------------------------------
4.1 - Header
--------------------------------------------------------------*/

#top-header {
position: relative;
z-index: 500;
float: left;
clear: both;
width: 100%;
height: 40px;
}
.gp-fixed-header #top-header {
position: fixed;
}
#top-header .gp-container {
height: 100%;
}

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

/* Top Level ************************************/

#left-top-nav {
float: left;
position: relative;
}
#left-top-nav .menu > li {
margin: 0 0 0 15px;
line-height: 40px;
}
#left-top-nav .menu > li:first-child {
margin: 0;
}

/* Dropdown menus ************************************/

#top-header .menu > li > .sub-menu:before {
top: -9px;
}

/*--------------------------------------------------------------
4.3 - Social Icons
--------------------------------------------------------------*/

#top-header .social-icons {
float: right;
text-align: right;
position: relative;
}
#top-header .social-icons a {
display: inline-block;
margin-left: 10px;
line-height: 40px;
}
#top-header .social-icons a:first-child {
margin-left: 30px;
}

/*--------------------------------------------------------------
4.4 - Dropdown Shopping Cart
--------------------------------------------------------------*/

/* Cart button ************************************/

#cart-button {
font-size: 14px;
cursor: pointer;
}
#cart-button .cart-count {
margin-left: 2px;
font-size: 11px;
line-height: 1;
}

/* Dropdown menu ************************************/

#dropdowncart {
float: right;
margin-left: 30px;
position: relative;
}
#dropdowncart .menu > li {
line-height: 40px;
}
#dropdowncart .menu > li > .sub-menu {
width: 250px;
}
#dropdowncart .sub-menu li {
float: left;
overflow: hidden;
width: 100%;
}
#dropdowncart .sub-menu li > a {
overflow: hidden;
width: 100%;
}
#dropdowncart .sub-menu li.empty {
padding: 15px;
}
#dropdowncart .sub-menu li img {
float: left;
margin: 0 15px 0 0;
width: 40px;
height: auto;
line-height: 0;
}
#dropdowncart .sub-menu li #dropdowncart-product {
float: left;
}
#dropdowncart .sub-menu li .quantity {
display: block;
font-size: 11px;
}
#dropdowncart li.total,
#dropdowncart li.dropdowncart-buttons {
padding: 15px;
border-style: solid;
border-top-width: 1px;
text-align: center;
}
#dropdowncart li .total {
font-size: 16px;
}
#dropdowncart li.dropdowncart-buttons a {
display: inline-block;
margin: 2%;
padding: 0;
width: 45%;
border: 0;
background: none;
}
#dropdowncart li.dropdowncart-buttons .button {
display: inline-block;
padding: 8px 10px;
width: 100%;
font-size: 12px;
}

/*--------------------------------------------------------------
4.5 - Login, register and profile menu
-
-------------------------------------------------------------*/

/* Top Level ************************************/

#right-top-nav {
float: right;
position: relative;
}
#right-top-nav .menu > li {
position: relative;
display: inline-block;
margin: 0 0 0 20px;
line-height: 40px;
list-style-type: none;
}
#right-top-nav .menu > li:first-child {
margin-left: 30px;
}
#right-top-nav .menu > li a {
display: inline-block;
}
#right-top-nav a:before {
font-family: 'FontAwesome';
padding-right: 8px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#right-top-nav .sub-menu a:before {
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: none;
}
#right-top-nav #following-link:before {
content: '\f06e';
}
#right-top-nav #login-link:before {
content: '\f08b';
}
#right-top-nav #logout-link:before {
content: '\f090';
}
#right-top-nav #register-link:before {
content: '\f044';
}
#right-top-nav .bp-profile-nav > a:before {
content: '\f007';
}
#right-top-nav .bp-activity-nav > a:before {
content: '\f086';
}
#right-top-nav .bp-notifications-nav > a:before {
content: '\f06a';
}
#right-top-nav .bp-settings-nav > a:before {
content: '\f013';
}
#right-top-nav .bp-friends-nav > a:before {
content: '\f234';
}
#right-top-nav .bp-groups-nav > a:before {
content: '\f0c0';
}
#right-top-nav .bp-messages-nav > a:before {
content: '\f0e0';
}

/* Right nav dropdown menu ************************************/

#right-top-nav .sub-menu {
padding: 5px  0;
}
#right-top-nav .sub-menu li {
border: 0;
}
#right-top-nav .sub-menu a {
font-weight: bold;
font-size: 11px;
padding: 5px 10px;
}

/*--------------------------------------------------------------
4.6 - Login popup box
--------------------------------------------------------------*/

#login {
position: fixed;
overflow: hidden;
top: 0;
left: 0;
width: 0;
height: 0;
padding: 0;
z-index: 501;
text-align: center;
background: #000;
background: rgba(0,0,0,0.7);
-webkit-text-size-adjust: 100%;
}
#login:target {
width: auto;
height: auto;
bottom: 0;
right: 0;
padding: 80px 0 120px 0;
}
#login:target > div {
-webkit-animation: fadeInScale 0.8s ease-in-out;
-moz-animation: fadeInScale 0.8s ease-in-out;
-ms-animation: fadeInScale 0.8s ease-in-out;
animation: fadeInScale 0.8s ease-in-out;
}
@-webkit-keyframes fadeInScale {
0% { -webkit-transform: scale(0.6); opacity: 0; }
100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes fadeInScale {
0% { -moz-transform: scale(0.6); opacity: 0; }
100% { -moz-transform: scale(1); opacity: 1; }
}
@-ms-keyframes fadeInScale {
0% { -ms-transform: scale(0.6); opacity: 0; }
100% { -ms-transform: scale(1); opacity: 1; }
}
@keyframes fadeInScale {
0% { transform: scale(0.6); opacity: 0; }
100% { transform: scale(1); opacity: 1; }
}
#login-box {
display: inline-block;
position: relative;
max-width: 750px;
width: 95%;
padding: 30px;
border-radius: 6px;
background: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.05);
text-align: left;
-webkit-text-size-adjust: 100%;
}
#login-close {
z-index: 1001;
position: absolute;
top: 20px;
right: 20px;
padding: 6px 8px 7px;
text-align: center;
font-size: 15px;
}
#login-close:before {
content: '\f00d';
font-family: 'FontAwesome';
}
#login-box h3 {
margin: 0 0 30px;
font-size: 24px;
line-height: 24px;
font-weight: normal;
}
.login-form {
background: #f8f8f8;
overflow: hidden;
margin: 0 -30px;
padding: 40px 40px 20px;
border-top-width: 3px !important;
border-bottom-width: 3px !important;
}
.login-form input[type="text"],
.login-form input[type="password"],
.login-form input[type="email"] {
width: 100%;
padding: 12px;
font-size: 15px;
box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25),0 0 0 4px rgba(0, 0, 0, 0.09),inset 0 0 0 1px rgba(0, 0, 0, 0.125);
border: 0;
}
.login-form p {
margin-bottom: 20px;
}
.login-form .rememberme {
font-size: 11px;
line-height: 11px;
}
.login-result > span {
width: 100%;
float: left;
margin-bottom: 20px;
}
#login-box input[type="submit"] {
float: left;
margin-top: 30px;
}
.standard-login {
float: left;
width: 40%;
}
.standard-login-header {
font-weight: bold;
line-height: 1;
margin-bottom: 14px !important;
}
.oneall_social_login_providers iframe {
max-height: 230px;
}
.oneall_social_login_label {
line-height: 1;
margin-bottom: 10px !important;
}
.or-divider {
float: left;
width: 20%;
line-height: 100px;
text-align: center;
}
.or-divider span {
border-radius: 100%;
border: 3px solid #eee;
padding: 8px;
}
.social-login {
float: left;
width: 40%;
}
#lost-password-form-wrapper,
#register-form-wrapper,
#social-login-form-wrapper {
display: none;
}
.social-login-link {
display: none;
}
.login-links {
float: right;
margin-top: 40px;
font-size: 12px;
}
.login-links a {
margin-left: 10px;
color: #000;
font-weight: bold;
}
.login-links a:hover {
color: #C34A32;
}
.login-link:before,
.social-login-link:before {
content: "\f090";
font-family: 'FontAwesome';
margin-right: 5px;
}
.register-link:before {
content: "\f14a";
font-family: 'FontAwesome';
margin-right: 5px;
}
.lost-password-link:before {
content: "\f059";
font-family: 'FontAwesome';
margin-right: 5px;
}


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

5 - Main Header

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

/*--------------------------------------------------------------
5.1 - Header
--------------------------------------------------------------*/

#main-header {
position: fixed;
z-index: 498;
float: left;
clear: both;
width: 100%;
}
.gp-relative-header.gp-header-overlay #main-header {
position: absolute;
}
.gp-relative-header.gp-header-no-overlay #main-header {
position: relative;
}
.gp-top-header.gp-fixed-header #main-header,
.gp-top-header.gp-relative-header.gp-header-overlay #main-header {
margin-top: 40px;
}
.gp-desktop.gp-header-centered #main-header,
.gp-tablet-landscape.gp-header-centered #main-header {
text-align: center;
}
#main-header .gp-container {
height: 100%;
width: 1124px;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}

/*--------------------------------------------------------------
5.2 - Fixed header padding
--------------------------------------------------------------*/

.gp-top-header #fixed-header-padding {
margin-top: 40px;
}
.gp-header-overlay:not(.gp-no-large-title) #fixed-header-padding {
padding: 0 !important;
}

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

#logo { 
float: left;
margin: 0;
width: auto;
font-size: 12px;
line-height: 0;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.gp-desktop.gp-header-centered #logo,
.gp-tablet-landscape.gp-header-centered #logo { 
float: none;
top: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
#logo img {
max-height: 100%;
width: auto !important;
}
.logo-details {
display: block;
margin-top: -1px;
width: 1px;
height: 1px;
text-indent: -9999px;
}

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

/* Top Level ************************************/

#main-nav {
float: left;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
@media screen\0 {
.gp-header-overlay #main-nav {
background-image: url(lib/images/blank.gif);  /* IE 8/9 Fix */
}
}
.gp-desktop.gp-header-centered #main-nav,
.gp-tablet-landscape.gp-header-centered #main-nav {
top: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
display: inline-block;
padding-left: 0;
}
.gp-search-disabled.gp-header-centered #main-nav {
float: none;
}
#main-nav .menu > li {
margin: 0 0 0 30px;
line-height: 40px;
}
#main-nav .menu > li > a {
position: relative;
text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

/* Dropdown menus ************************************/

.nav .menu > li .sub-menu {
border-radius: 5px;
border: 1px solid transparent;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
margin: -5px 0 0 -5px;
}
.nav .menu > li > .sub-menu {
left: 50%;
margin-left: -70px;
}
.nav .menu > li.menu-item-has-children > a:hover:after,
.nav .menu > li.menu-item-has-children:hover > a:after,
.nav .menu > li.tab-content-menu > a:hover:after,
.nav .menu > li.tab-content-menu:hover > a:after,
.nav .menu > li.content-menu > a:hover:after,
.nav .menu > li.content-menu:hover > a:after {
font-family: 'FontAwesome';
content: '\f0d8';
position: absolute;
bottom: -13px;
right: 50%;
z-index: 501;
text-shadow: none;
}
.nav .sub-menu li {
padding: 1px;
}
.nav .sub-menu li:first-child {
border-top: 0;
}
.nav .sub-menu a {
padding: 15px;
font-size: 14px;
}
.nav .dropdown-icon {
margin-left: 10px;
line-height: 1;
}
.nav .sub-menu .dropdown-icon {
margin-top: 10px;
float: right;
line-height: 0;
}
.nav .nav-edge .sub-menu .dropdown-icon {
float: left;
margin-left: 0;
margin-right: 10px;
}
.nav .sub-menu .dropdown-icon:before {
content: '\f0da';
}
.nav .nav-edge .sub-menu .dropdown-icon:before {
content: '\f0d9';
}

/* Mega menus ************************************/

.nav .megamenu .sub-menu li {
border: 0;
}
.nav .menu > li.megamenu > .sub-menu {
left: 0;
margin-left: 0;
}
.nav .megamenu > .sub-menu > li:first-child {
border-left: 0;
}
.nav .megamenu > .sub-menu > li a {
padding: 8px 15px;
}
.nav .megamenu .sub-menu .sub-menu li.nav-text,
.nav .megamenu .sub-menu .sub-menu li.menu-text {
padding: 8px 15px;
line-height: 19px;
}
.nav .megamenu .sub-menu .sub-menu li.nav-image,
.nav .megamenu .sub-menu .sub-menu li.menu-image {
padding: 8px 15px;
} 
.nav .megamenu .sub-menu .sub-menu {
border-radius: 0;
border: 0;
box-shadow: none;
margin: 0;
}
.nav .megamenu .sub-menu .sub-menu li {
padding: 1px 0;
}
.nav .megamenu > .sub-menu > li > a {
font-size: 14px;
}

/*--------------------------------------------------------------
5.5 - Search form
--------------------------------------------------------------*/

#main-header .searchform {
z-index: 1;
float: right;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07), 1px 1px 5px rgba(0, 0, 0, 0.05);
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 260px;
}
.gp-desktop.gp-header-centered #main-header .searchform,
.gp-tablet-landscape.gp-header-centered #main-header .searchform {
top: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
#main-header .s {
height: 30px;
padding-top: 0;
padding-bottom: 0;
}
#main-header .searchsubmit {
top: 0;
right: 0;
}

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

#header-mobile-nav-button,
#header-mobile-forum-button {
display: none;
font-size: 18px;
cursor: pointer;
float: right;
margin-left: 20px;
}
#mobile-nav {
position: relative;
z-index: 497;
display: none;
overflow: hidden;
padding: 20px 20px 30px;
width: 100%;
}
.gp-desktop #mobile-nav,
.gp-tablet-landscape #mobile-nav {
display: none !important;
}
#mobile-nav.auto-height {
height: auto !important;
}
#mobile-nav .menu {
clear: both;
}
#mobile-nav .menu li {
position: relative;
float: left;
margin: 0;
width: 100%;
list-style-type: none;
}
#mobile-nav .menu a.fa {
font-family: inherit;
}
#mobile-nav .menu li a {
display: block;
padding: 20px 0;
line-height: 1;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto;
}
#mobile-nav .menu li.menu-item-has-children > a {
padding-right: 70px;
}
#mobile-nav .menu li .nav-text,
#mobile-nav .menu li .menu-text {
padding: 15px 0;
line-height: 19px;
}
#mobile-nav .menu > li > a {
font-weight: bold;
}
#mobile-nav .menu a.fa:before {
font-family: 'FontAwesome';
padding-right: 10px;
}
#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: 54px;
}
#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 a {
padding-left: 10px;
}
#mobile-nav .menu li .sub-menu .sub-menu a,
#mobile-nav .menu li .sub-menu .sub-menu .nav-text,
#mobile-nav .menu li .sub-menu .sub-menu .menu-text {
padding-left: 20px;
}
#mobile-nav .menu li .sub-menu .sub-menu .sub-menu a {
padding-left: 30px;
}
#mobile-nav .searchform {
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07), 1px 1px 5px rgba(0, 0, 0, 0.05);
margin-bottom: 30px;
float: left;
width: 100%;
}

/*--------------------------------------------------------------
5.7 - Header advertisement
--------------------------------------------------------------*/

#header-area {
float: left;
margin-top: 40px;
width: 100%;
overflow: hidden;
}


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

6 - Page Defaults

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

/*--------------------------------------------------------------
6.1 - Headers
--------------------------------------------------------------*/

/* Entry header ************************************/

.entry-header {
position: relative;
overflow: hidden;
width: 100%;
}
.entry-header .entry-title {
width: 100%;
}
.entry-title {
margin: 0;
}
.entry-header .avatar {
display: block;
float: left;
margin: 10px 30px 0 0;
}
.entry-header .author-meta {
text-align: left;
}
.entry-header .author-meta .subtitle {
font-size: 18px;
line-height: 24px;
text-transform: none;
letter-spacing: 0;
}

/* Large header ************************************/

.large-header {
background-size: cover;
background-repeat: no-repeat;
}
.large-header .gp-container {
overflow: hidden;
}
.large-header .entry-title {
text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.large-header .subtitle {
text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.page-header {
text-align: center;
}
.page-header .entry-title {
display: inline-block;
}
.page-header .entry-title.has-subtitle:after {
content: '';
display: block;
margin: 10px auto 0 auto;
height:  1px;
width: 80%;
}
.page-header .subtitle {
margin: 10px 0;
text-transform: uppercase;
letter-spacing: 5px;
}


/* Small header ************************************/

.small-header .entry-title {
margin: 0 0 20px 0;
}
.small-header .entry-meta {
border-top-width: 0 !important;
padding-bottom: 30px;
margin-bottom: 30px;
}
.small-header > div:last-child {
margin-bottom: 0;
}
.small-header .subtitle {
margin: 0 0 10px 0;
}

/* Video header ************************************/

.gp-desktop .teaser-video-header {
background: #000 !important;
background-image: none !important;
}
.header-video {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.header-video iframe,
.header-video video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.header-video iframe,
.header-video .full-video {
height: 100%;
width: 100%;
z-index: 498;
background: #000;
}
.teaser-video {
width: 100%;
height: auto; 
}
.play-video-button-wrapper {
width: 100%;
margin-top: 30px;
text-align: center;
overflow: hidden;
display: inline-block;
}
.play-video-button {
display: block;
margin: auto;
border-radius: 100%;
border: 3px solid rgba(255, 255, 255, 0.5);
color: rgba(255, 255, 255, 0.5) !important;
width: 60px;
height: 60px;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.play-video-button:hover {
border-color: rgba(255, 255, 255, 1);
color: rgba(255, 255, 255, 1) !important;
}
.play-video-button:before {
content: '\f04b';
font-family: 'FontAwesome';
font-size: 24px;
line-height: 53px;
margin-left: 4px;
}
.close-video-button {
display: none;
position: absolute;
top: 10px;
left: 10px;
z-index: 499;
cursor: pointer;
font-size: 20px;
color: rgba(255,255,255,0.3);
}
.close-video-button:before {
content: '\f00d';
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.close-video-button:hover {
color: rgba(255,255,255,0.7);
}

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

.entry-meta {
position: relative;
font-size: 11px;
line-height: 17px;
text-transform: uppercase;
}
.entry-meta a:hover {
text-decoration: underline;
}
.entry-meta > span {
margin-right: 10px;
}
.entry-meta span:before {
font-family: 'FontAwesome';
margin-right: 5px;
-webkit-font-smoothing: antialiased;
}
.meta-author:before {
content: '\f007';
}
.meta-date:before {
content: '\f017';
}
.meta-comments:before {
content: '\f086';
}
.meta-views:before {
content: '\f06e';
}
.meta-followers:before {
content: '\f06e';
}
.meta-cats:before {
content: '\f07c';
}
.meta-tags:before {
content: '\f02c';
font-family: 'FontAwesome';
margin-right: 5px;
-webkit-font-smoothing: antialiased;
}
.meta-tags a,
.tagcloud a {
display: inline-block;
margin-bottom: 4px;
padding: 0 4px;
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;
}

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

.post-thumbnail {
max-width: 100%;
position: relative;
line-height: 0;
z-index: 1;
}
.featured-content {
margin-bottom: 20px;
}
/*
.inner-loop > .post-item[class*="-rated-item"] .featured-content[class*="-left"],
.inner-loop > .post-item[class*="-rated-item"] .featured-content[class*="-right"] {
display: none;
}
.inner-loop > .post-item[class*="-rated-item"] .featured-content[class*="-left"],
.inner-loop > .post-item[class*="-rated-item"] .featured-content[class*="-right"] {
display: none;
}
*/
/*правка для картинок*/

/**/
.image-wrap-left.featured-content {
float: left;
margin: 3px 20px 10px 0;
}
.image-wrap-right.featured-content {
float: right;
margin: 3px 0 10px 20px;
}
.image-above.featured-content {
margin: 0 0 20px 0;
}
.image-above.featured-content img {
width: 100%;
}
.image-align-left.featured-content {
float: left;
margin: 3px 20px 0 0;
}
.image-align-right.featured-content {
float: right;
margin: 3px 0 0 20px;
}
.image-align-left.post-item-content,
.image-align-right.post-item-content {
overflow: hidden;
}

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

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

.post-format-audio-content audio {
display: none;
}
.post-format-audio-content .mejs-container .mejs-controls .mejs-button button:focus {
outline: none;
}
.post-format-audio-content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #555;
}

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

.post-format-gallery-content p,
.post-format-gallery-content .wp-caption-text {
display: none;
}
.post-format-gallery-content .gallery-item {
margin: 0 !important;
}
.image-above.gp-slider {
width: auto !important;
}

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

.post-format-quote-content {
padding: 0 !important;
}
.post-format-quote-content blockquote {
margin: 0;
padding-right: 40px;
}

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

.post-format-video-content.image-wrap-left .arve-hidden,
.post-format-video-content.image-wrap-right .arve-hidden,
.post-format-video-content.image-align-left .arve-hidden,
.post-format-video-content.image-align-right .arve-hidden { /* Show ARVE videos when posted left/right aligned */
display: block;
}
.post-format-video-content.image-wrap-left a.arve-hidden,
.post-format-video-content.image-wrap-right a.arve-hidden,
.post-format-video-content.image-align-left a.arve-hidden,
.post-format-video-content.image-align-right a.arve-hidden { /* Show ARVE videos when posted left/right aligned */
display: none;
}
.post-format-video-content.image-align-left .arve-wrapper,
.post-format-video-content.image-wrap-right .arve-wrapper,
.post-format-video-content.image-align-left .arve-wrapper,
.post-format-video-content.image-align-right .arve-wrapper {
margin-bottom: 0;
}
.post-format-video-content .arve-btn.arve-btn-close.arve-hidden {
display: none;
}
.post-format-video-content > div > .wp-video-shortcode {
visibility: hidden;
}
.post-format-video-content > div > .mejs-container.wp-video-shortcode {
visibility: visible;
}
.post-format-audio-content .mejs-overlay-button {
display: none;
}

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

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

/*--------------------------------------------------------------
6.6 - Secondary titles
--------------------------------------------------------------*/

.post-section-header {
position: relative;
text-align: center;
width: 100%;
margin: 0 0 30px 0;
}
.post-section-header h3 {
font-weight: bold;
font-size: 20px;
position: relative;
z-index: 2;
margin: 0;
line-height: 1;
display: inline-block;
padding: 0 10px;
}
.post-section-header-line {
border-top-width: 0 !important;
position: absolute;
z-index: 1;
width: 100%;
top: 10px;
left: 0;
}

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

.filter-wrapper {
float: right;
width: 100%;
position: relative;
margin: 4px 0 15px 0;
text-align: right;
}
div[class*="-shortcode"] .element-title + .filter-wrapper {
margin: -5px 0 0 0;
}
.filter-wrapper .element-title-line {
margin-top: 10px;
}
div[class*="-shortcode"] .filter-wrapper .element-title-line {
display: none;
}
.filter-menu-wrapper {
float: right;
position: relative;
z-index: 2;
margin: 0 10px;
}
.filter-menu {
box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25),0 0 0 4px rgba(0, 0, 0, 0.09),inset 0 0 0 1px rgba(0, 0, 0, 0.125);
border: 0;
border-radius: 4px;
font-weight: 600;
margin: 0 0 15px 10px;
padding: 5px 35px 5px 10px;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
}
.filter-menu:first-child {
margin-left: 0;
}
@-moz-document url-prefix() { /* FireFox fix */
.filter-menu {
padding: 5px 15px 5px 10px;
}
}
@media screen\0 { /* IE 8/9/10/11 Fix */
.filter-menu {
padding: 5px 15px 5px 10px;
}
}
.inner-loop:before {
content: ' ';
display: block;
visibility: hidden;
background: none;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
-webkit-transition: opacity 0.45s;
transition: opacity 0.45s;
}
.inner-loop.filter-loading:before {
background-color: rgba(255, 255, 255, 0.8);
visibility: visible;
z-index: 501;
opacity: 1;
}
.filter-loader {
position: absolute;
width: 28px;
height: 28px;
left: 50%;
top: 30px;
margin-left: -28px;
}

/*--------------------------------------------------------------
6.8 - Page numbers
--------------------------------------------------------------*/

.pagination-numbers {
float: left;
clear: both;
overflow: hidden;
width: 100%;
text-align: center;
font-size: 11px;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
}
.blog-masonry .pagination-numbers,
.portfolio-wrapper .pagination-numbers {
opacity: 0;
}
.pagination-numbers.single-nav {
margin: 20px 0 40px;
}
.gp-fullwidth .portfolio-masonry .pagination-numbers { 
margin-top: 30px;
}
.pagination ul.page-numbers,
.pagination ul.page-numbers li,
.pagination ul.page-numbers > span,
.pagination ul.page-numbers.single-nav > a {
display: inline-block;
margin: 0 !important;
padding: 0;
list-style: none;
}
.pagination 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;
}
.pagination ul.page-numbers.single-nav .page-numbers {
margin: 0;
}
.pagination ul.page-numbers .page-numbers.prev:before {
content: '\f053';
font-family: 'FontAwesome';
font-size: 10px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pagination ul.page-numbers .page-numbers.next:before {
content: '\f054';
font-family: 'FontAwesome';
font-size: 10px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
6.9 - Page arrows
--------------------------------------------------------------*/

.pagination-arrows {
margin: 0;
position: absolute;
bottom: 10px;
right: 30px;
}
.pagination-arrows .prev,
.pagination-arrows .next {
float: left;
line-height: 1;
}
.pagination-arrows .next {
margin-left: 10px !important;
}
.pagination-arrows .prev:before {
content: '\f0d9';
font-family: 'FontAwesome';
font-size: 16px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pagination-arrows .next:before {
content: '\f0da';
font-family: 'FontAwesome';
font-size: 16px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
6.10 - Breadcrumbs
--------------------------------------------------------------*/

#breadcrumbs {
margin: 20px 0 0 0;
font-size: 11px;
}
#breadcrumbs a:hover {
text-decoration: underline;
}


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

7.0 - Widgets

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

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

.widget {
position: relative;
float: left;
margin-bottom: 30px;
width: 100%;
}
.widget ul li {
overflow: hidden;
margin: 10px 0 0 0;
list-style-type: none;
}
.widget ul li:first-child {
margin-top: 0;
}
.widget ul ul li {
margin-left: 10px;
}
.widget .current-cat > a {
text-decoration: underline;
}
.widgettitle {
margin: 0 0 15px 0;
width: 100%;
text-transform: uppercase;
}
.widget .post-item:last-child {
margin-bottom: 0 !important;
}
.widget.widget_visual_composer_addon {
margin-bottom: 0 !important;
}

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

.gp-recent-posts .no-thumbnail {
width: 55px;
height: 55px;
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;
}

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

.gp-recent-comments ul li {
margin-top: 20px;
line-height: 19px;
}
.gp-recent-comments .avatar {
float: left;
margin-right: 10px;
}

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

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

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

.searchform {
position: relative;
}
.s {
position: relative;
float: left;
padding-right: 45px;
width: 100%;
}
.searchform .accessibly-hidden {
display: none;
}
.searchsubmit {
position: absolute;
top: 5px;
right: 5px;
padding: 9px 10px;
border-radius: 100%;
font-weight: normal;
}
@-moz-document url-prefix() { /* FireFox fix */
.searchsubmit {
padding: 7px;
}
}
.searchsubmit:before {
content: '\f002';
font-family: 'FontAwesome';
}
doesnotexist:-o-prefocus, .searchsubmit { /* Opera fix */
padding: 8px 10px;
}

/*--------------------------------------------------------------
7.6 - 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;
}


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

8.0 - Footer

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

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

#footer {
float: left;
overflow: hidden;
width: 100%;
}
#footer-3d {
float: left;
overflow: hidden;
width: 100%;
height: 60px;
}
#footer-3d .first-widget-bend {
float: left;
overflow: hidden;
width: 30%;
height: 60px;
margin-left: 30px;
-webkit-transform: skewX(-45deg);
-moz-transform: skewX(-45deg);
transform: skewX(-45deg);
}
.wpengine-promo {
display: none;
}

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

#footer-widgets {
float: left;
overflow: hidden;
padding: 50px 0 10px;
width: 100%;
}
.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-widgets.gp-footer-larger-first-col  {
padding: 0;
}
.gp-footer-larger-first-col .footer-1 {
width: 30%;
margin-right: 6%;
padding: 30px;
}
.gp-footer-larger-first-col .footer-cols {
float: left;
width: 64%;
padding: 50px 0 10px;
}
.footer-widget .widgettitle {
text-transform: none;
}

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

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

#copyright {
position: relative;
float: left;
padding: 20px 0;
width: 100%;
}

/* Copyright Text  ************************************/

#copyright-text {
float: left;
}

/* Social Icons ************************************/

#copyright .social-icons {
float: right;
text-align: right;
}
#copyright .social-icons a {
display: inline-block;
margin-left: 10px;
}
#copyright .social-icons a:first-child {
margin-left: 30px;
}

/* Footer Navigation  ************************************/

#footer-nav {
float: left;
padding: 30px 0 0 10px;
width:1000px !important;
}
#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: 13px;
}
#footer-nav .menu li:hover > .sub-menu {
display: none;
}

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

#toTop {
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);
}
#toTop:hover {
opacity: 1;
filter: alpha(opacity=100);
}
#toTopHover {
display: block;
float: left;
overflow: hidden;
opacity: 0;
}
#toTop:active,
#toTop:focus {
outline: none;
}

/*--------------------------------------------------------------
8.5 - Footer advertisement
--------------------------------------------------------------*/

#footer-area {
float: left;
margin-bottom: 40px;
width: 100%;
overflow: hidden;
}



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

9 - Posts

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

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

.single .post-content > *,
.page .post-content > * {
margin-bottom: 40px;
}
.single .post-content > *:last-child,
.page .post-content > *:last-child {
margin-bottom: 0;
}
.single-post .small-header .entry-meta {
letter-spacing: 2px;
}

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

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

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

.related-wrapper {
position: relative;
overflow: hidden;
width: 100%;
clear: both;
}
.related-wrapper .post-item {
float: left;
margin: 0 0 0 4%;
padding: 0;
}
.related-wrapper .inner-loop .post-item:first-child {
margin-left: 0;
}
.related-wrapper .post-thumbnail {
margin: 0 0 15px 0;
}
.thumbnail-icon.fa {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%), translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%) !important;
}
.related-wrapper .post-item .loop-header {
margin-bottom: 0;
}

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

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

#comments {
position: relative;
overflow: hidden;
width: 100%;
}
#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 {
border-top-width: 0 !important;
overflow: hidden;
padding-bottom: 20px;
}
#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 {
display: block;
margin-top: 10px;
font-weight: bold;
font-size: 12px;
line-height: 1;
}

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

#respond {
position: relative;
text-align: center;
}
#reply-title {
position: relative;
z-index: 2;
margin: 0 0 30px;
font-weight: bold;
font-size: 20px;
line-height: 1;
display: inline-block;
padding: 0 10px;
}
#commentform .required {
font-weight: bold;
}
#commentform p {
margin: 10px 0;
}
#commentform .form-submit {
margin-bottom: 0;
}
#commentform {
text-align: left;
}
#commentform input,
#commentform textarea {
display: block;
}
#commentform .form-allowed-tags {
display: none;
}
.commentlist #respond {
margin: 20px 0 0;
padding-left: 80px;
}
.commentlist #reply-title {
display: block;
padding: 0;
margin: 0 0 10px;
text-align: left;
}
.commentlist .post-section-header-line {
display: none;
}
#cancel-comment-reply-link {
font-weight: bold;
font-size: 12px;
line-height: 1;
display: block;
margin-top: 10px;
}


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

10 - Post categories

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

/*--------------------------------------------------------------
10.1 - Blog standard
--------------------------------------------------------------*/

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

.blog-wrapper {
position: relative;
width: 100%;
overflow: hidden;
clear: both;
}
.inner-loop {
float: left;
position: relative;
overflow: hidden;
width: 100%;
}
.post-item {
float: left;
position: relative;
margin-bottom: 30px;
width: 100%;
}
.post-item.no-post-margin {
margin: 0;
}
.post-item.sticky:after {
position: absolute;
top: 1px;
right: 1px;
width: 0;
height: 0;
border-bottom: 18px solid rgba(0, 0, 0, 0);
content: '';
}
.post-item .loop-header,
.post-item .entry-content,
.post-item .hub-cats,
.post-item .entry-meta,
.post-item .meta-tags {
position: relative;
margin-bottom: 10px;
}
.post-item .post-item-content > *:last-child {
margin-bottom: 0;
}
.post-item .thumbnail-header {
z-index: 1;
position: absolute;
margin: 0 !important;
left: 20px;
bottom: 20px;
padding-right: 20px;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.post-item .loop-title {
margin: 0;
}
.post-item > *:last-child {
margin-bottom: 0;
}
.post-item .read-more {
margin-left: 5px;
}
.no-items-found {
margin-bottom: 30px;
}

/* Hub meta ************************************/

.hub-cats {
margin: -5px 0 5px 0;
}
.hub-cats span {
display: inline-block;
line-height: 1;
font-size: 11px;
padding: 4px 6px;
background: #000;
color: #fff;
text-shadow: none;
}
.hub-fields {
position: relative;
overflow: hidden;
}
.hub-fields span {
display: inline-block;
font-weight: 600;
margin-right: 20px;
font-size: 11px;
}
.hub-award {
display: inline-block;
margin-bottom: 5px;
clear: both;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
color: #fff;
padding: 6px 8px;
border-radius: 4px;
position: relative;
top: -8px;
white-space: nowrap;
text-shadow: none;
line-height: 1;
}
.hub-award i {
margin-right: 5px;
}

/* Small size ************************************/

.blog-small-size .post-item {
margin-bottom: 15px;
}
.blog-small-size .post-item .image-wrap-left.featured-content {
margin: 3px 15px 10px 0;
}
.blog-small-size .post-item .image-wrap-right.featured-content {
margin: 3px 0 10px 15px;
}
.blog-small-size .post-item .image-above.featured-content {
margin: 0 0 10px 0;
}
.blog-small-size .post-item .image-align-left.featured-content {
margin: 3px 15px 0 0;
}
.blog-small-size .post-item .image-align-right.featured-content {
margin: 3px 0 0 15px;
}
.blog-small-size .post-item .loop-header {
margin-bottom: 5px;
}
.blog-small-size .post-item .loop-title {
font-size: 14px !important;
line-height: 20px !important;
font-weight: bold !important;
}

/* Large size ************************************/

.blog-large-size .post-item {
margin-bottom: 80px;
}
.blog-large-size .post-item .loop-title {
font-size: 30px;
line-height: 36px;
}
.blog-large-size .post-item .loop-header,
.blog-large-size .post-item .entry-content,
.blog-large-size .post-item .hub-cats,
.blog-large-size .post-item .entry-meta,
.blog-large-size .post-item .meta-tags {
margin-bottom: 20px;
}
.blog-large-size .post-item .featured-content {
margin-bottom: 30px;
}
.blog-large-size .entry-meta {
letter-spacing: 2px;
}
.blog-large-size .post-item .post-divider {
margin: 80px 0 0 0;
}
.blog-large-size .post-item .post-divider:before {
content: '';
position: absolute;
left: 25%;
bottom: 0;
height:  1px;
width: 50%;
border-width: 0 !important;
border-top-width: 4px !important;
border-style: double !important;
}

/*--------------------------------------------------------------
10.2 - Blog columns
--------------------------------------------------------------*/

.blog-columns-1 .post-item {
margin-right: 0;
width: 100%;
}
.blog-columns-2 .post-item {
width: 49%;
margin-right: 2%;
}
.blog-columns-3 .post-item {
width: 32%;
margin-right: 2%;
}
.blog-columns-4 .post-item {
width: 23.5%;
margin-right: 2%;
}
.blog-columns-5 .post-item {
width: 18.4%;
margin-right: 2%;
}
.blog-columns-6 .post-item {
width: 15%;
margin-right: 2%;
}
.blog-columns-2 .post-item:nth-of-type(2n),
.blog-columns-3 .post-item:nth-of-type(3n),
.blog-columns-4 .post-item:nth-of-type(4n),
.blog-columns-5 .post-item:nth-of-type(5n),
.blog-columns-6 .post-item:nth-of-type(6n) {
margin-right: 0;
}
.blog-columns-2 .post-item:nth-of-type(2n+1),
.blog-columns-3 .post-item:nth-of-type(3n+1),
.blog-columns-4 .post-item:nth-of-type(4n+1),
.blog-columns-5 .post-item:nth-of-type(5n+1),
.blog-columns-6 .post-item:nth-of-type(6n+1) {
clear: left;
}
.videos-wrapper .format-video .post-thumbnail:before {
position: absolute;
top: 0;
right: 0;
z-index: 3;
font-size: 18px;
font-family: 'FontAwesome';
padding: 20px 10px;
-webkit-font-smoothing: antialiased;
content: '\f03d';
}

/* Fallback column format for v2.9 and below ************************************/
.blog-columns .post-item {
margin-right: 2%;
width: 32%;
}
.blog-columns .post-item:nth-child(3n+1) {
clear: left;
}
.blog-columns .post-item:nth-child(3n) {
margin-right: 0;
}
@media only screen and (max-width: 1023px) {
.gp-responsive .blog-columns .post-item {
width: 48%;
clear: none;
margin-right: 0;
}	
.gp-responsive.gp-no-sidebar .blog-columns .post-item:nth-child(odd),
.gp-responsive.gp-fullwidth .blog-columns .post-item:nth-child(odd) {
clear: left;
margin-right: 2%;
}	
}	
	
/*--------------------------------------------------------------
10.3 - Blog Masonry
--------------------------------------------------------------*/

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

.blog-masonry .inner-loop {
opacity: 0;
width: 101%;
}
.blog-masonry .post-item {
position: relative;
display: inline-block;
width: 48%;
margin: 0 0 20px 0;
padding: 30px;
}
.gp-no-sidebar .blog-masonry .post-item,
.gp-fullwidth .blog-masonry .post-item {
width: 31.333%;
}
.blog-masonry .post-item:before {
position: absolute;
top: 0;
right: 0;
z-index: 3;
font-size: 18px;
font-family: 'FontAwesome';
padding: 20px 10px;
line-height: 0;
-webkit-font-smoothing: antialiased;
}
.blog-masonry .format-standard.post-item:before {
content: "\f016";
}
.blog-masonry .format-video.post-item:before {
content: '\f03d';
}
.blog-masonry .format-audio.post-item:before {
content: '\f001';
}
.blog-masonry .format-gallery.post-item:before {
content: '\f03e';
}
.blog-masonry .format-quote.post-item:before {
content: '\f10e';
}
.blog-masonry .format-link.post-item:before {
content: '\f0c1';
}
.blog-masonry .post-item.sticky:after {
right: auto;
left: 1px;
border-style: solid;
border-right: 0;
border-bottom: 18px solid rgba(0, 0, 0, 0);
border-left-width: 20px;
}
.blog-masonry .post-item .featured-content {
display: block;
max-width: none;
margin-top: -30px;
margin-right: -30px;
margin-left: -30px;
}
.blog-masonry .post-item .image-wrap-left.featured-content,
.blog-masonry .post-item .image-align-left.featured-content {
margin-right: 20px;
}
.blog-masonry .post-item .image-wrap-right.featured-content,
.blog-masonry .post-item .image-align-right.featured-content {
margin-left: 20px;
margin-right: 0;
}
.blog-masonry .post-item .post-format-audio-content .mejs-container .mejs-controls {
padding-right: 35px;
}
.blog-masonry .post-item .post-format-quote-content blockquote:before {
content: '';
}
.blog-masonry .post-item.format-quote {
padding: 0;
}

/* 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;
}


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

11 - Other pages

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

/*--------------------------------------------------------------
11.1 - FlexSlider page template
--------------------------------------------------------------*/

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

#homepage-slider {
position: relative;
clear: both;
min-height: 50px;
max-width: 100%;
background: #000;
}
.no-slider {
width: 100%;
height: 450px !important;
}
.gp-slider {
position: relative;
overflow: hidden;
zoom: 1;
}
.gp-slider .flex-viewport {
clear: both;
}
.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;
}
.gp-slider .slides > li:first-child {
display: block;
}
:not(.vc_editor) .gp-slider .slides > li:first-child {
display: block !important;
}
.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 .slide-image {
width: 100%;
background-size: cover;
background-position: center center;
}
.gp-slider .bottom-bg-gradient-overlay {
height: 50%;
}

/* Slider navigation ************************************/

.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;
}

/* Slider buttons ************************************/

.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;
}

/* Captions ************************************/

.slide-caption {
z-index: 2;
position: absolute;
bottom: 40px;
left: 50%;
margin-left: -585px;
width: 1170px;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.gp-boxed-layout .slide-caption {
margin-left: -545px;
width: 1090px;
}
.slide-caption-title {
font-size: 36px;
line-height: 48px;
margin: 0;
}
.slide-caption-text {
margin: 10px 0 0 0;
font-size: 18px;
line-height: 30px;
}
 
/*--------------------------------------------------------------
11.2 - Featured page template
--------------------------------------------------------------*/

#featured-wrapper {
position: relative;
width: 100%;
float: left;
background: #000;
color: #fff;
}
#featured-wrapper .gp-container {
max-width: 1470px;
width: auto;
padding: 0;
overflow: hidden;
}
.large-post {
float: left;
width: 60%;
height: 100%;
}
.small-posts {
float: left;
width: 40%;
height: 100%;
}
.featured-post {
opacity: 0;
position: relative;
line-height: 0;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.featured-post .bottom-bg-gradient-overlay {
height: 50%;
}
.large-post .featured-post {
height: 100%;
}
.small-posts .featured-post {
height: 50%;
}
.featured-caption {
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
padding: 30px;
width: 100%;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.small-posts .featured-caption {
padding: 16px 20px;
}
.featured-caption-title {
margin: 0;
}
.large-post .featured-caption-title {
font-size: 30px;
line-height: 38px;
}
.small-posts .featured-caption-title {
font-size: 18px;
line-height: 26px;
margin: 0;
}
.featured-caption-text {
margin-top: 10px;
font-size: 16px;
line-height: 24px;
}

/*--------------------------------------------------------------------------------------
11.3 - Following page template
--------------------------------------------------------------------------------------*/

.unfollow-all-items {
float: right;
margin-bottom: 20px;
}
.unfollow-item {
display: none;
float: right;
padding: 5px;
font-size: 11px !important;
}
.cookie-notice {
display: block;
clear: both;
margin-bottom: 20px;
padding: 10px 20px;
border-radius: 4px;
background: #E44E48;
color: #fff;
font-weight: bold;
}
.followed-content {
overflow: hidden;
float: left;
width: 100%;
margin: -40px 0 20px 0;
border-bottom: 1px solid #eee;
padding: 0 0 10px 95px;
}
.followed-content .post-item {
margin: 0 0 10px 0;
}
.followed-content .post-item .loop-header {
margin: 0 0 2px 0;
}
.followed-content .loop-title {
font-size: 12px !important;
line-height: 20px !important;
margin: 0 !important;
}
.last-updated-title {
font-weight: bold;
margin-bottom: 10px;
font-style: italic;
font-size: 12px;
opacity: 0.6;
}

/*--------------------------------------------------------------
11.4 - Blank page template
--------------------------------------------------------------*/

body.page-template-blank-page-php {
background: none;
}

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

.error404 #content-wrapper.gp-container > #content {
padding: 20% 0;
text-align: center;
}
.error404 h1 {
margin-bottom: 40px;
font-size: 70px;
line-height: 1;
}
.error404 h3 {
margin: 0 0 20px;
}

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

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

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

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

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

#new-search {
overflow: hidden;
margin-bottom: 50px;
}
#new-search .searchform {
max-width: 300px;
}

/*--------------------------------------------------------------
11.9 - My Reviews page template
--------------------------------------------------------------*/

.approved-reviews-wrapper,
.pending-reviews-wrapper {
float: left;
clear: none;
width: 48%;
}
.approved-reviews-wrapper {
margin-right: 2%;
}
.edit-review-form,
.delete-review-form {
display: inline-block;
margin-top: 5px;
font-size: 11px;
}
.edit-review-form button,
.delete-review-form button {
background: none;
padding: 0;
font-weight: normal;
font-size: 11px;
}
.edit-review-form button:hover,
.delete-review-form button:hover {
background: none;
}
.edit-review-form button:before,
.delete-review-form button:before {
font-size: 16px;
}
.view-review-link {
float: right;
}
.view-review-link:after {
content: '\f061';
font-family: 'FontAwesome';
margin-left: 5px;
}


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

12 - Hub page template

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

/*--------------------------------------------------------------
12.1 - Hub header
--------------------------------------------------------------*/

.hub-header.large-header .entry-title {
font-size: 36px;
line-height: 42px;
}
.hub-header .post-thumbnail {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.follow-item {
background-color: rgba(0, 0, 0, 0.4);
padding: 9px 13px 8px 13px;
width: 120px;
margin-top: 10px;
display: inline-block;
border-radius: 4px;
line-height: 1;
text-align: center;
font-size: 12px;
}
.follow-item:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.follow-item:after {
content: '\f067';
font-family: 'FontAwesome';
margin-left: 5px;
}
.follow-loader {
display: none;
font-family: 'FontAwesome';
margin-right: 5px;
color: #fff;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
font-size: 12px;
}
.follow-loader:before {
content: '\f110';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.follow-loading .follow-loader {
display: inline-block;
}
.hub-header-info {
float: left;
width: 650px;
}
.hub-header-info .hub-award {
top: 3px;
}		
.hub-header-info .wpfp-span {
display: none;
}
.hub-header-cats {
margin-top: 20px;
}
.hub-header-cats span {
display: inline-block;
font-size: 11px;
padding: 4px 6px;
line-height: 1;
background: #000;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.hub-header-fields {
margin-top: 10px;
}
.hub-header-fields span {
float: left;
margin-right: 20px;
font-size: 11px;
line-height: 17px;
text-transform: uppercase;
letter-spacing: 2px;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------------------------
12.2 - Hub tabs
--------------------------------------------------------------*/

#hub-tabs {
clear: both;
width: 100%;
}
#hub-tabs ul {
margin: 0;
padding: 0;
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.gp-desktop #hub-tabs ul,
.gp-tablet-landscape #hub-tabs ul {
height: auto !important;
display: -webkit-box !important;
display: -moz-box !important;
display: -ms-flexbox !important;
display: -webkit-flex !important;
display: flex !important;
}
#hub-tabs li {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
text-align: center;
list-style-type: none;
-ms-flex: 1 1 auto;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
border-bottom-width: 0 !important;
border-right-width: 0 !important;
}
#hub-tabs li:last-child {
border-right-width: 1px !important;
}
#hub-tabs li a {
display: block;
padding: 20px 10px;
}
#hub-tabs-mobile-nav-button {
display: none;
font-size: 18px;
cursor: pointer;
padding: 10px 14px;
text-align: center;
}
#hub-tabs-mobile-nav-button span {
position: relative;
top: -1px;
margin-right: 10px;
}

/*--------------------------------------------------------------
12.3 - Hub details block
--------------------------------------------------------------*/

#hub-details {
overflow: hidden;
width: 100%;
margin-bottom: 40px;
}
.gp-no-sidebar #hub-details,
.gp-fullwidth #hub-details {
width: 810px;
}
.hub-block {
position: relative;
float: left;
width: 100%;
padding: 20px;
}
.hub-block-one h2 {
font-size: 24px;
margin: 0;
}
.hub-block-two {
background-size: cover;
}
.hub-block-two .post-thumbnail {
position: relative;
z-index: 1;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.hub-block-two .hub-synopsis {
position: relative;
z-index: 1;
}
.hub-block-overlay {
position: absolute;
top: 0;
left: 0;
opacity: 0.3;
width: 100%;
height: 100%;
}
.hub-block-three {
padding: 20px 0 0;
}
.hub-block-three span {
float: left;
margin: 0 20px 20px 20px;
font-size: 11px;
line-height: 17px;
}
.hub-block-three strong {
display: block;
font-weight: 600;
}
.hub-block-three a:hover {
text-decoration: underline;
}

/*--------------------------------------------------------------
12.4 - Child page headers
--------------------------------------------------------------*/

.gp-hub-child-page.page-template-default .entry-header.small-header {
margin: 0;
}
.gp-hub-child-page .small-header .entry-title {
margin: 0 0 30px 0;
}

/*--------------------------------------------------------------
12.5 - User rating block
--------------------------------------------------------------*/

#user-rating-wrapper {
float: left;
position: relative;
width: 100%;
overflow: hidden;
margin-bottom: 30px;
background: #000;
color: #fff;
padding: 30px 20px;
}
.average-rating-wrapper {
float: left;
width: 100%;
margin-bottom: 20px;
}
.average-rating-text {
float: left;
width: 205px;
margin-right: 20px;
font-size: 18px;
font-weight: bold;
}
.write-a-review-button {
margin-top: 10px;
padding: 10.5px 10px;
text-shadow: none;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.user-reviews-link {
display: block;
font-size: 11px;
font-weight: normal;
margin-top: 5px;
color: #fff;
}
.user-reviews-link:hover {
color: #fff;
}
.user-reviews-link:after {
content: '\f178';
font-family: 'FontAwesome';
margin-left: 5px;
}
.average-rating-data {
float: right;
width: 65px;
text-align: center;
}
.average-rating {
display: inline-block;
width: 60px;
height: 60px;
line-height: 55px;
border-radius: 100%;
background: rgba(0,0,0,0.3);
border: 3px solid #fff;
color: #fff;
font-size: 21px;
text-align: center;
font-weight: bold;
}
.total-votes {
font-size: 12px;
text-align: center;
font-weight: bold;
}
.rating-criteria-wrapper {
float: left;
width: 100%;
margin-bottom: 20px;
background: rgba(255,255,255,0.1);
border-radius: 4px;
overflow: hidden;
}
.rating-criteria-wrapper .rate-text {
background: rgba(255,255,255,0.2);
float: left;
width: 49px;
margin-right: 1px;
font-size: 12px;
font-weight: bold;
color: #fff;
text-align: center;
height: 35px;
line-height: 35px;
}
.rating-criteria-wrapper .rating-slider-wrapper {
float: left;
position: relative;
overflow: hidden;
height: 35px;
}
.rating-criteria-wrapper .rating-slider {
position: relative;
width: 100%;
}		
.rating-criteria-wrapper .rating-unrated {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: url(lib/images/user-rating-slider-unrated.png) repeat;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.rating-criteria-wrapper .rating-selection {
position: absolute;
top: 0;
left: 0;
width: 240px;
height: 100%;
}
.rating-criteria-wrapper .rating-hover {
background: url(lib/images/user-rating-slider-hover.png) repeat;
border-right: 3px solid rgba(255, 255, 255, 0.5);
}
.rating-criteria-wrapper .rating-rated {
background: url(lib/images/user-rating-slider-rated.png) repeat;
}
.your-rating-wrapper {
float: left;
width: 100%;
}
.your-rating-text {
float: left;
font-size: 18px;
font-weight: bold;
width: 50%;
}
.your-rating-score {
float: right;
text-align: right;
width: 50%;
font-size: 30px;
font-weight: bold;
}
.sign-in-to-rate {
margin-bottom: 20px;
text-align: center;
}
.submit-rating {
display: none;
margin-bottom: 20px;
}


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

13 - Reviews page template

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

/*--------------------------------------------------------------
13.1 - Review header
--------------------------------------------------------------*/

.review-header .gp-container {
text-align: center;
}
.review-header .avatar {
margin: 0 15px 0 0;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.review-header .author-meta {
display: inline-block;
margin-top: 20px;
text-align: center;
}
.review-header.large-header .subtitle {
display: inline-block;
font-size: 15px;
line-height: 40px;
overflow: hidden;
margin: 0;
text-transform: uppercase;
letter-spacing: 5px;
}
.review-header .hub-header-fields span {
float: none;
}
.page-template-review-template-php .small-header {
width: 80%;
margin-left: auto;
margin-right: auto;
}
.page-template-review-template-php .small-header .subtitle {
border-top-width: 0 !important;
padding-bottom: 40px;
margin-bottom: 40px;
}

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

#review-content-wrapper {
position: relative;
margin: 0 auto;
}
#review-content {
overflow: hidden;
position: relative;
float: left;
width: 100%;
padding: 40px 0;
}
.page-template-review-template-php .review-first-letter .review-text > p:first-child::first-letter, 
.page-template-review-template-php .review-first-letter .review-text > *:not(p):first-child + p::first-letter, 
.page-template-review-template-php .review-first-letter .review-text .vc_row:first-child .vc_column_container:first-child .wpb_wrapper:first-child .wpb_text_column:first-child .wpb_wrapper:first-child > p:first-child::first-letter {
float: left;
padding-right: 15px;
}
.page-template-review-template-php .review-text > p,
.page-template-review-template-php .review-text > ul,
.page-template-review-template-php .meta-tags {
width: 80%;
margin-left: auto;
margin-right: auto;
}

/*--------------------------------------------------------------
13.3 - Review summary
--------------------------------------------------------------*/

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

#review-summary {
float: left;
clear: both;
width: 100%;
position: relative;
padding: 30px 0;
border-top-width: 10px !important;
border-bottom-width: 10px !important;
background-size: cover;
}
#review-summary:before {
position: absolute;
top: -10px;
left: 0;
content: ' ';
border-top: 1px solid rgba(0,0,0,0.05);
width: 100%;
height: 1px;
}
#review-summary:after {
position: absolute;
bottom: -10px;
left: 0;
content: ' ';
border-bottom: 1px solid rgba(0,0,0,0.05);
width: 100%;
height: 1px;
}

/* Good/bad points wrapper ************************************/

.points-wrapper {
float: left;
width: 73%;
margin-right: 2%;
}
.rating-criteria .points-wrapper {
width: 53%;
}
.points-wrapper .good-points,
.points-wrapper .bad-points {
float: left;
width: 49%;
}
.points-wrapper .good-points {
margin-right: 2%;
}
.points-wrapper h4 {
font-size: 16px;
line-height: 26px;
margin: 0 0 5px 0;
text-transform: uppercase;
}
.points-wrapper li {
list-style: none;
margin: 0 0 0 24px;
}
.points-wrapper li i {
margin-right: 10px;
margin-left: -24px;
}


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

14.0 - Images page template

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

.images-wrapper {
position: relative;
width: 100%;
overflow: hidden;
clear: both;
}
.images-wrapper {
opacity: 0;
}
.image-loop {
float: left;
margin: 0 1% 1% 0;
width: 19.2%;
line-height: 0;
}
.image-loop img {
width: 100%;
}
.images-wrapper .image-loop:nth-child(5n) {
margin-right: 0;
}

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

15.0 - Write a review page template

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

#user-review-form {
float: left;
width: 100%;
}
#user-review-form.small-form {
width: 65%;
margin-right: 2%;
}
.user-review-error {
display: block;
margin-top: 5px;
}
.user-review-success {
margin-bottom: 20px;
padding: 10px 20px;
border-radius: 4px;
background: #90D835;
color: #fff;
}
.user-review-success a {
color: #fff;
}
.user-review-success a:hover {
color: #fff;
text-decoration: underline;
}
#user-review-form input[type='text'] {
display: block;
}
#user-review-title {
width: 100%;
}
#user-review-rating {
width: 70px;
}
#wp-user_review_content-wrap * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
#wp-user_review_content-wrap .button {
font-weight: normal;
}
#wp-user_review_content-wrap .quicktags-toolbar,
#wp-user_review_content-wrap .mce-toolbar-grp {
border: 1px solid #DEDEDE;
}
#wp-user_review_content-wrap .wp-editor-tabs .wp-switch-editor:hover,
#wp-user_review_content-wrap .mce-toolbar .mce-btn button:hover {
background: inherit;
color: inherit;
background: none;
}
#wp-user_review_content-wrap textarea,
#wp-user_review_content-wrap iframe,
#wp-user_review_content-wrap .mce-statusbar {
border: 1px solid #DEDEDE !important;
border-top-width: 0 !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#user-review-rules {
float: left;
width: 33%;
}


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

16.0 - Ratings

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

/*--------------------------------------------------------------
16.1 - Rating wrapper
--------------------------------------------------------------*/

.rating-wrapper {
float: right;
position: relative;
text-align: center;
z-index: 2;
}
.large-rating {
float: left;
margin-left: 20px;
}
#review-summary .rating-wrapper {
width: 25%;
}
#review-summary.rating-criteria .rating-wrapper {
width: 45%;
}
.post-item .rating-wrapper {
width: 80px;
margin-bottom: 10px;
}
.post-item .post-thumbnail .rating-wrapper {
position: absolute;
top: 10px;
right: -5px;
}
.post-item.both-rated-item .post-thumbnail .rating-wrapper {
right: 10px;
}
.featured-wrapper .post-item .rating-wrapper {
width: auto;
}
.ranking-wrapper .post-item.top-ranked-item .rating-wrapper {
width: 100%;
margin: -50px 0 5px 0;
clear: both;
}
.ranking-wrapper .post-item.top-ranked-item.featured-image-disabled .rating-wrapper {
margin-top: -10px;
}

/*--------------------------------------------------------------
16.2 - Large rating
--------------------------------------------------------------*/

.post-item .large-rating {
float: none;
margin: 0 auto;
text-align: center;
}
.featured-wrapper .post-item .large-rating {
float: left;
margin-left: 20px;
}
#review-summary .large-rating {
float: left;
margin: -50px 0 0 0;
}
.ranking-wrapper .post-item .large-rating {
margin-top: 10px;
}
.blog-standard .post-item[class*="-rated-item"] .loop-header,
.blog-standard .post-item[class*="-rated-item"] .hub-cats,
.blog-standard .post-item[class*="-rated-item"] .entry-content,
.blog-standard .post-item[class*="-rated-item"] .entry-meta,
.ranking-wrapper .post-item.other-ranked-item[class*="-rated-item"] .loop-header,
.ranking-wrapper .post-item.other-ranked-item[class*="-rated-item"] .hub-cats,
.ranking-wrapper .post-item.other-ranked-item[class*="-rated-item"] .entry-content,
.ranking-wrapper .post-item.other-ranked-item[class*="-rated-item"] .entry-meta {
padding-right: 100px;
}
.featured-wrapper .post-item[class*="-rated-item"] .loop-header,
.featured-wrapper .post-item[class*="-rated-item"] .hub-cats,
.featured-wrapper .post-item[class*="-rated-item"] .entry-content,
.featured-wrapper .post-item[class*="-rated-item"] .entry-meta,
[class*="-rated-item"] .slide-caption-title,
[class*="-rated-item"] .slide-caption-text {
padding-right: 130px;
}
.featured-wrapper .post-item.both-rated-item .loop-header,
.featured-wrapper .post-item.both-rated-item .hub-cats,
.featured-wrapper .post-item.both-rated-item .entry-content,
.featured-wrapper .post-item.both-rated-item .entry-meta,
.both-rated-item .slide-caption-title,
.both-rated-item .slide-caption-text {
padding-right: 270px;
}

/*--------------------------------------------------------------
16.3 - Gauge rating
--------------------------------------------------------------*/

#review-summary .rating-gauge.large-rating {
width: 230px;
}
.hub-header .rating-gauge,
#homepage-slider .rating-gauge,
.featured-wrapper .post-item .rating-gauge {
width: 130px;
}
.blog-standard .post-item .rating-gauge {
margin-top: 10px;
}
.featured-wrapper .post-item .rating-gauge {
margin-top: 15px;
}
.rating-gauge .rating-inner {
display: inline-block;
position: relative;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
vertical-align: middle;
border-radius: 100%;
background: #1c1c1c;
box-shadow: #131415 0 0 30px 7.5px inset,rgba(0, 0, 0, 0.2) 0 0 4px 5px;
}
@media screen\0 { /* IE 8/9/10/11 Fix */
.rating-gauge .rating-inner {
overflow: hidden;
}
}
#review-summary .rating-gauge .rating-inner {
width: 200px;
height: 200px;
}
.hub-header .rating-gauge .rating-inner,
#homepage-slider .rating-gauge .rating-inner,
.featured-wrapper .post-item .rating-gauge .rating-inner {
width: 100px;
height: 100px;
}
.post-item .rating-gauge .rating-inner {
width: 50px;
height: 50px;
box-shadow: none;
}
#featured-wrapper .rating-gauge .rating-inner {
width: 50px;
height: 50px;
}
.rating-gauge .rating-inner:before,
.rating-gauge .rating-inner:after {
content: ' ';
position: absolute;
border-radius: 100%;
}
.post-item .post-thumbnail .rating-gauge .rating-inner:before,
.post-item .post-thumbnail .rating-gauge .rating-inner:after {
border: 0;
}
.rating-gauge .rating-inner:before {
top: -20px;
bottom: -20px;
left: -20px;
right: -20px;
border: 2px dashed rgba(255, 255, 255, 0.15);
}
.post-item .rating-gauge .rating-inner:before,
#featured-wrapper .rating-gauge .rating-inner:before {
top: -15px;
bottom: -15px;
left: -15px;
right: -15px;
}
.rating-gauge .rating-inner:after {
top: -15px;
bottom: -15px;
left: -15px;
right: -15px;
border: 1px solid rgba(255, 255, 255, 0.2);
}
.post-item .rating-gauge .rating-inner:after {
top: -3px;
bottom: -3px;
left: -3px;
right: -3px;
}
#featured-wrapper .rating-gauge .rating-inner:after {
top: -10px;
bottom: -10px;
left: -10px;
right: -10px;
}
.post-item .rating-gauge .rating-inner:after {
background: #eee;
}
.featured-wrapper .post-item .rating-gauge .rating-inner:after {
background: transparent;
}
.post-item .post-thumbnail .rating-gauge .rating-inner:after,
.ranking-wrapper .post-item .rating-gauge .rating-inner:after {
background: transparent;
}
.rating-gauge .score-clip {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
#review-summary .rating-gauge .score-clip-1 {
clip: rect(0, 200px, 200px, 100px);
}
#review-summary .rating-gauge .score-clip-2 {
clip: rect(0, 100px, 200px, 0);
}
.hub-header .score-clip-1,
#homepage-slider .score-clip-1,
.featured-wrapper .post-item .score-clip-1 {
clip: rect(0, 101px, 101px, 50px);
}
.hub-header .score-clip-2,
#homepage-slider .score-clip-2,
.featured-wrapper .post-iteme .score-clip-2 {
clip: rect(0, 50px, 101px, 0);
}
.post-item .score-clip-1,
#featured-wrapper .post-item .score-clip-1 {
clip: rect(0, 50px, 50px, 25px);
}
.post-item .rating-gauge .score-clip-2 {
clip: rect(0, 25px, 50px, 0);
}
.rating-gauge .score-spinner {
border-radius: 100% 0 0 100%/50% 0 0 50%;
z-index: 2;
border-right: none;
overflow: hidden;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
width: 50%;
height: 100%;
position: absolute;
}
.rating-gauge .score-filler {
opacity: 1;
border-radius: 0 100% 100% 0/0 50% 50% 0;
left: 50%;
z-index: 3;
border-left: none;
overflow: hidden;
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
width: 50%;
height: 100%;
position: absolute;
}
.rating-gauge .score-inner {
background: #1c1c1c;
box-shadow: rgba(0, 0, 0, 0.75) 0 0 3px,rgba(255, 255, 255, 0.3) 0 0 1px inset;
color: #F1F1F4;
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 5px;
text-align: center;
font-weight: bold;
position: absolute;
z-index: 4;
border-radius: 400px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: background 0.25s;
transition: background 0.25s;
}
#review-summary .rating-gauge .score-inner {
font-size: 60px;
line-height: 60px;
top: 15px;
bottom: 15px;
left: 15px;
right: 15px;
}
.hub-header .rating-gauge .score-inner,
#homepage-slider .rating-gauge .score-inner,
.featured-wrapper .post-item .rating-gauge .score-inner {
font-size: 40px;
line-height: 40px;
top: 10px;
bottom: 10px;
left: 10px;
right: 10px;
}
.post-item .rating-gauge .score-inner,
#featured-wrapper .rating-gauge .score-inner {
font-size: 20px;
line-height: 20px;
top: 5px;
bottom: 5px;
left: 5px;
right: 5px;
}
.rating-gauge .score-table {
display: table;
width: 100%;
height: 100%;
}
.rating-gauge .score-cell {
display: table-cell;
vertical-align: middle;
}
.rating-gauge .rating-text {
width: 100%;
line-height: 1;
text-align: center;
z-index: 5;
text-transform: uppercase;
margin: 0;
word-wrap: inherit;
}
#review-summary .rating-gauge .rating-text {
font-size: 16px;
margin-top: 10px;
}
.hub-header .rating-gauge .rating-text,
#homepage-slider .rating-gauge .rating-text,
.featured-wrapper .post-item .rating-gauge .rating-text {
font-size: 13px;
margin-top: 10px;
}
.post-item .rating-gauge .rating-text,
#featured-wrapper .rating-gauge .rating-text {
font-size: 12px;
margin-top: 5px;
}
.post-item .post-thumbnail .rating-gauge .rating-text,
.ranking-wrapper .post-item .rating-gauge .rating-text {
display: none;
}

/*--------------------------------------------------------------
16.4 - Plain rating
--------------------------------------------------------------*/

.post-item .post-thumbnail .rating-plain {
margin-top: 0;
}
.rating-plain .rating-inner {
display: inline-block;
position: relative;
line-height: 55px;
border-radius: 100%;
background: rgba(0,0,0,0.3);
border: 3px solid #fff;
color: #fff;
font-size: 21px;
text-align: center;
font-weight: bold;
}
#review-summary .rating-plain .rating-inner {
width: 200px;
height: 200px;
font-size: 60px;
line-height: 195px;
}
.hub-header .rating-plain .rating-inner,
#homepage-slider .rating-plain .rating-inner,
.featured-wrapper .post-item .rating-plain .rating-inner {
width: 100px;
height: 100px;
font-size: 40px;
line-height: 95px;
}
.post-item .rating-plain .rating-inner,
#featured-wrapper .rating-plain .rating-inner {
width: 50px;
height: 50px;
font-size: 20px;
line-height: 45px;
}
.rating-plain .rating-text {
width: 100%;
line-height: 1;
text-align: center;
z-index: 5;
text-transform: uppercase;
margin: 0;
word-wrap: inherit;
}
#review-summary .rating-plain .rating-text {
font-size: 16px;
margin-top: 10px;
}
.hub-header .rating-plain .rating-text,
#homepage-slider .rating-plain .rating-text,
#featured-wrapper .post-item .rating-plain .rating-text {
font-size: 13px;
margin-top: 10px;
}
.post-item .rating-plain .rating-text {
font-size: 12px;
margin-top: 5px;
}
#featured-wrapper .rating-plain .rating-text {
font-size: 12px;
margin-top: 5px;
}
.post-item .post-thumbnail .rating-plain .rating-text,
.ranking-wrapper .post-item .rating-plain .rating-text {
display: none;
}

/*--------------------------------------------------------------
16.5 - Small user rating
--------------------------------------------------------------*/

.small-rating {
width: 80px;
margin: 0 auto;
}
.post-item .average-rating-data {
width: 81px;
margin-top: 5px;
}
.post-item .user-average-text {
float: left;
font-size: 11px;
line-height: 20px;
margin-right: 5px;
}
.post-item .post-thumbnail .user-average-text,
.ranking-wrapper .post-item .user-average-text {
color: #fff;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.post-item .average-rating {
float: right;
width: 30px;
height: 20px;
line-height: 20px;
font-size: 13px;
color: #fff;
border: 0;
border-radius: 4px;
}

/*--------------------------------------------------------------
16.6 - Multi site rating criteria
--------------------------------------------------------------*/

.site-rating-criteria-wrapper {
width: 276px;
float: right;
margin-left: 20px;
text-align: left;
}
.gp-boxed-layout .site-rating-criteria-wrapper {
width: 240px;
}
.site-rating-criteria {
margin-bottom: 10px;
overflow: hidden;
}
.site-rating-slider-wrapper {
float: left;
position: relative;
width: 100%;
overflow: hidden;
height: 25px;
}
.site-rating-unrated {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.2);
border-radius: 4px;
}
.site-rating-selection {
position: absolute;
top: 0;
left: 0;
height: 100%;
border-radius: 4px;
}
.rating-gauge .site-rating-selection {
background: url(lib/images/site-rating-slider-rated.png) repeat;
background-size: cover;
}
.rating-plain .site-rating-selection {
background: #fff;
}
.site-rating-criteria-text {
position: absolute;
z-index: 2;
top: 1px;
left: 5px;
font-size: 12px;
font-weight: bold;
}
.rating-gauge .site-rating-criteria-text {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
color: #fff;
}
.rating-plain .site-rating-criteria-text {
color: #000;
}

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

17.0 - Portfolio

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

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

.portfolio-filters {
border-top-width: 0 !important;
padding: 30px 0;
}
.portfolio-filters.portfolio-shortcode {
margin-bottom: 30px;
}
.gp-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;
}

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

.portfolio-loader {
margin: 40px auto 0;
}
.portfolio-wrapper .inner-loop {
opacity: 0;
}
.portfolio-wrapper .inner-loop {
position: relative;
width: 102%;
overflow: hidden;
}
.portfolio-masonry .inner-loop { 
margin-bottom: 30px;
}
.portfolio-item {
position: relative;
display: inline-block;
overflow: hidden;
margin: 0 0 30px 0;
padding: 0;
line-height: 0;
}
.portfolio-columns-2 .portfolio-item {
width: 48%;
}
.portfolio-columns-3 .portfolio-item {
width: 31.333%;
}
.portfolio-columns-4 .portfolio-item {
width: 23.5%;
}
.portfolio-columns-5 .portfolio-item {
width: 18.3%;
}
.portfolio-columns-6 .portfolio-item {
width: 14.9%;
}
.portfolio-masonry .portfolio-item {
margin-bottom: 0;
}
.portfolio-masonry .portfolio-item,
.portfolio-masonry .regular.portfolio-item,
.portfolio-masonry .tall.portfolio-item {
width: 16.6%;
}
.portfolio-masonry .wide.portfolio-item,
.portfolio-masonry .large.portfolio-item {
width: 33.2%;
}
.portfolio-item .post-thumbnail {
overflow: hidden;
margin: 0;
}
.portfolio-item .post-thumbnail img {
-webkit-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.portfolio-item .post-thumbnail img:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.portfolio-item .loop-header {
margin: 5px 0 0 0;
padding: 0;
}
.portfolio-item .loop-header h2 {
margin: 0;
}

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

.portfolio-row {
float: left;
}
.portfolio-left-col {
float: left;
width: 60%;
line-height: 1;
}
.portfolio-left-col .gp-slider {
max-width: 100%;
}
.portfolio-right-col {
float: left;
width: 40%;
padding-left: 20px;
}
.portfolio-full-col {
float: left;
margin-bottom: 30px;
width: 100%;
}
.portfolio-title span {
float: left;
}	
.portfolio-link {
float: right;
text-shadow: none;
}


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

18.0 - Visual Composer

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

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

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

/*--------------------------------------------------------------
18.2 - Element Titles
--------------------------------------------------------------*/

.element-title {
float: left;
position: relative;
width: 100%;
margin: 0 0 20px 0;
clear: both;
}
.element-title h3 {
display: block;
float: left;
position: relative;
z-index: 2;
margin: 0 10px 0 0;
line-height: 1;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
}
.see-all-link {
float: right;
position: relative;
z-index: 2;
margin-left: 10px;
line-height: 1;
display: inline-block;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
}
.see-all-link i:before {
font-family: 'FontAwesome';
content: '\f054';
font-size: 11px;
margin-left: 5px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.element-title-line {
overflow: hidden;
margin-top: 5px;
border-top-width: 0 !important;
border-bottom-width: 3px !important;
opacity: 0.8;
}

/*--------------------------------------------------------------
18.3 - 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: 0.8em;
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';
}


/*--------------------------------------------------------------
18.4 - Contact Form
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
18.5 - FAQ
--------------------------------------------------------------*/

.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';
}

/*--------------------------------------------------------------
18.6 - Featured
--------------------------------------------------------------*/

.featured-wrapper {
position: relative;
width: 100%;
overflow: hidden;
padding: 20px;
clear: both;
}
.featured-wrapper .inner-loop {
color: #fff;
}
.featured-wrapper .post-item {
z-index: 2;
margin-bottom: 0 !important;
}
.featured-wrapper .loop-title {
font-size: 36px;
line-height: 42px;
}
.featured-wrapper .loop-title a,
.featured-wrapper .loop-title a:hover {
color: inherit;
}
.featured-wrapper .entry-content {
font-size: 18px;
line-height: 30px;
}
.featured-title-overlay {
opacity: 0.1;
position: absolute;
bottom: -8px;
right: -5px;
z-index: 2;
font-size: 72px;
line-height: 1;
font-weight: 800;
text-transform: uppercase;
color: #fff;
}

/*--------------------------------------------------------------
18.7- Google Maps
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
18.8 - Images
--------------------------------------------------------------*/

.images-shortcode .image-loop {
float: left;
width: 49%;
margin: 0 2% 2% 0;
line-height: 0;
}
.images-shortcode .inner-loop .image-loop:nth-child(odd) {
clear: left;
}
.images-shortcode .inner-loop .image-loop:nth-child(even) {
margin-right: 0;
}

/*--------------------------------------------------------------
18.9 - 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;
}

/*--------------------------------------------------------------
18.10 - Ranking
--------------------------------------------------------------*/

.ranking-wrapper {
overflow: hidden;
position: relative;
width: 100%;
clear: both;
}
.ranking-wrapper .element-title h3 {
float: none;
text-align: center;
font-size: 14px;
background: none !important;
}
.ranking-wrapper .post-item {
padding: 20px;
margin: 0;
background-size: cover;
border-top: 1px solid #333;
border-bottom: 1px solid #000;
min-height: 120px;
}
.ranking-wrapper .post-item:first-child {
border-top: 0;
}
.ranking-wrapper .post-item:last-child {
border-bottom: 0;
}
.ranking-wrapper .loop-title {
font-size: 14px;
line-height: 20px;
font-weight: normal;
}
.ranking-wrapper .post-item .hub-cats {
margin-bottom: 15px;
}
.ranking-wrapper .post-item .entry-meta {
margin-top: -10px;
}
.ranking-number-overlay {
opacity: 0.3;
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
font-size: 20px;
line-height: 1;
font-weight: 800;
text-transform: uppercase;
color: #fff;
}
.post-item.top-ranked-item {
text-align: center;
}
.post-item.top-ranked-item .post-thumbnail {
float: none;
margin: 0 0 15px 0;
}
.post-item.top-ranked-item .post-thumbnail img {
width: auto;
}
.post-item.top-ranked-item .loop-header {
clear: both;
text-align: center;
overflow: hidden;
width: 100%;
}

/*--------------------------------------------------------------
18.11 - Tabs
--------------------------------------------------------------*/

.gp-theme .wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
background: transparent;
}
.gp-theme .wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
padding: 2em 0;
}
.gp-theme .wpb_content_element .wpb_tabs_nav li a,
.gp-theme .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a,
.gp-theme .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}


/*--------------------------------------------------------------
18.12 - 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 {
font-size: 26px;
line-height: 1.5em;
margin: 0;
}
.testimonial-name {
display: block;
margin-top: 10px;
font-size: 16px;
line-height: 1.7em;
}

/*--------------------------------------------------------------
18.13 - 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;
}

/*--------------------------------------------------------------
18.14 - Filters
--------------------------------------------------------------*/

.filters-shortcode {
position: relative;
width: 100%;
overflow: hidden;
clear: both;
background: #f8f8f8;
border: 1px solid #e7e7e7;
padding: 20px;
}
.filters-shortcode .filter-title {
display: block;
font-size: 13px;
font-weight: bold;
margin-bottom: 2px;
}
.filters-shortcode select {
width: 100%;
}

/*--------------------------------------------------------------
Old shortcodes
--------------------------------------------------------------*/

.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;
}
.gp-icon {
text-align: center;
}
.gp-icon.alignleft,
.gp-icon.alignright {
margin: 0;
}


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

19.0 - 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;
}



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

20.0 - WooCommerce

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

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

.gp-theme .woocommerce #content h2,
.gp-theme.woocommerce-page #content h2 {
font-weight: normal;
font-size: 22px;
line-height: 28px;
}
.gp-theme .woocommerce #content h3,
.gp-theme.woocommerce-page #content h3 {
font-size: 20px;
line-height: 26px;
}


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

.gp-theme .woocommerce a.button,
.gp-theme .woocommerce button.button,
.gp-theme .woocommerce input.button,
.gp-theme .woocommerce #respond input#submit,
.gp-theme .woocommerce #content input.button,
.gp-theme.woocommerce-page a.button,
.gp-theme.woocommerce-page button.button,
.gp-theme.woocommerce-page input.button,
.gp-theme.woocommerce-page #respond input#submit,
.gp-theme.woocommerce-page #content input.button,
.gp-theme .woocommerce a.button.alt,
.gp-theme .woocommerce button.button.alt,
.gp-theme .woocommerce input.button.alt,
.gp-theme .woocommerce #respond input#submit.alt,
.gp-theme .woocommerce #content input.button.alt,
.gp-theme.woocommerce-page a.button.alt,
.gp-theme.woocommerce-page button.button.alt,
.gp-theme.woocommerce-page input.button.alt,
.gp-theme.woocommerce-page #respond input#submit.alt,
.gp-theme.woocommerce-page #content input.button.alt { 
display: inline-block;
margin: 0;
border: 0;
border-radius: 3px;
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.1);
text-shadow: none;
font-weight: normal;
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;
-webkit-font-smoothing: auto;
}

/*--------------------------------------------------------------
20.4 - Single product page
--------------------------------------------------------------*/

/* Product Image ************************************/

.gp-theme .woocommerce div.product div.images img,
.gp-theme .woocommerce #content div.product div.images img,
.gp-theme.woocommerce-page div.product div.images img,
.gp-theme.woocommerce-page #content div.product div.images img {
box-shadow: none;
}

/* Product Gallery Thumbnails ************************************/

.gp-theme .woocommerce div.product div.images div.thumbnails,
.gp-theme .woocommerce #content div.product div.images div.thumbnails,
.gp-theme.woocommerce-page div.product div.images div.thumbnails,
.gp-theme.woocommerce-page #content div.product div.images div.thumbnails {
padding-top: 20px;
}
.gp-theme .woocommerce div.product div.images div.thumbnails a,
.gp-theme .woocommerce #content div.product div.images div.thumbnails a,
.gp-theme.woocommerce-page div.product div.images div.thumbnails a,
.gp-theme.woocommerce-page #content div.product div.images div.thumbnails a {
margin-bottom: 3.8%;
width: 22.15%;
}

/* Product Title ************************************/

.gp-theme .woocommerce div.product .product_title,
.gp-theme .woocommerce #content div.product .product_title,
.gp-theme.woocommerce-page div.product .product_title,
.gp-theme.woocommerce-page #content div.product .product_title {
margin-bottom: 10px;
font-size: 36px;
line-height: 40px;
}

/* Price ************************************/

.gp-theme .woocommerce div.product span.price,
.gp-theme .woocommerce div.product p.price,
.gp-theme .woocommerce #content div.product span.price,
.gp-theme .woocommerce #content div.product p.price,
.gp-theme.woocommerce-page div.product span.price,
.gp-theme.woocommerce-page div.product p.price,
.gp-theme.woocommerce-page #content div.product span.price,
.gp-theme.woocommerce-page #content div.product p.price {
font-size: 28px;
line-height: 1;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
font-size: 0.67em;
}/*2.3*/

/* Sale Icon ************************************/

.sale-triangle {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-top: 15px solid rgba(0, 0, 0, 0);
border-right-width: 9px;
border-right-style: solid;
border-bottom: 15px solid rgba(0, 0, 0, 0);
text-indent: -9999px;
}
.gp-theme .woocommerce span.onsale,
.gp-theme.woocommerce-page span.onsale {
position: relative;
top: auto;
left: auto;
display: none;
margin-bottom: 20px;
padding: 0 30px 0 15px;
min-height: 0;
width: auto;
border-radius: 0;
box-shadow: none;
text-align: left;
text-shadow: none;
line-height: 30px;
background: #1c1c1c;
-webkit-font-smoothing: auto;/*2.3*/
}
.gp-theme .woocommerce .entry-summary span.onsale,
.gp-theme.woocommerce-page .entry-summary span.onsale {
display: inline-block;
}

/* Summary Description ************************************/

.gp-theme .woocommerce .entry-summary p,
.gp-theme.woocommerce-page .entry-summary p {
margin-bottom: 20px;
font-size: 15px;
}

/* Quantities ************************************/

.gp-theme .woocommerce div.product form.cart div.quantity,
.gp-theme .woocommerce #content div.product form.cart div.quantity,
.gp-theme.woocommerce-page div.product form.cart div.quantity,
.gp-theme.woocommerce-page #content div.product form.cart div.quantity {
float: none;
clear: both;
margin-bottom: 20px;
width: auto;
}
.gp-theme .woocommerce .quantity .plus,
.gp-theme .woocommerce .quantity .minus,
.gp-theme .woocommerce #content .quantity .plus,
.gp-theme .woocommerce #content .quantity .minus,
.gp-theme.woocommerce-page .quantity .plus,
.gp-theme.woocommerce-page .quantity .minus,
.gp-theme.woocommerce-page #content .quantity .plus,
.gp-theme.woocommerce-page #content .quantity .minus {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
display: inline;
float: left;
overflow: visible;
padding: 7.5px 12px;
width: 33px;
height: 33px;
border-width: 1px;
border-style: solid;
border-radius: 0;
box-shadow: none;
vertical-align: text-top;
text-align: center;
font-weight: normal;
font-size: 13px;
cursor: pointer;
}
.gp-theme .woocommerce .quantity .minus, 
.gp-theme .woocommerce #content .quantity .minus,
.gp-theme.woocommerce-page .quantity .minus,
.gp-theme.woocommerce-page #content .quantity .minus {
border-right-width: 0;
}
.gp-theme .woocommerce .quantity input.qty,
.gp-theme .woocommerce #content .quantity input.qty,
.gp-theme.woocommerce-page .quantity input.qty,
.gp-theme.woocommerce-page #content .quantity input.qty {
border-radius: 0;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
text-align: center;
font-weight: normal;
}
.gp-theme .woocommerce div.product form.cart .button,
.gp-theme .woocommerce #content div.product form.cart .button,
.gp-theme.woocommerce-page div.product form.cart .button,
.gp-theme.woocommerce-page #content div.product form.cart .button {
padding: 18px 26px;
border: 0;
border-radius: 3px;
text-shadow: none;
font-size: 16px;
-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;
}

/* Variations ************************************/

.gp-theme .woocommerce #content div.product form.cart .variations,
.gp-theme .woocommerce div.product form.cart .variations,
.gp-theme.woocommerce-page #content div.product form.cart .variations,
.gp-theme.woocommerce-page div.product form.cart .variations,
.gp-theme .woocommerce #content div.product form.cart .variations td,
.gp-theme .woocommerce div.product form.cart .variations td,
.gp-theme.woocommerce-page #content div.product form.cart .variations td,
.gp-theme.woocommerce-page div.product form.cart .variations td {
border: 0;
}
.gp-theme .woocommerce .reset_variations,
.gp-theme.woocommerce-page .reset_variations {
display: none;
}

/* Stock ************************************/

.gp-theme .woocommerce #content div.product p.stock,
.gp-theme .woocommerce div.product p.stock,
.gp-theme.woocommerce-page #content div.product p.stock,
.gp-theme.woocommerce-page div.product p.stock,
.gp-theme .woocommerce div.product .out-of-stock,
.gp-theme .woocommerce #content div.product .out-of-stock,
.gp-theme.woocommerce-page div.product .out-of-stock,
.gp-theme.woocommerce-page #content div.product .out-of-stock {
text-transform: uppercase;
font-weight: bold;
}

/* Tabs ************************************/

.gp-theme .woocommerce div.product .woocommerce-tabs .panel,
.gp-theme .woocommerce #content div.product .woocommerce-tabs .panel,
.gp-theme.woocommerce-page div.product .woocommerce-tabs .panel,
.gp-theme.woocommerce-page #content div.product .woocommerce-tabs .panel {
display: none;
}
.gp-theme .woocommerce div.product .woocommerce-tabs ul.tabs:before,
.gp-theme .woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.gp-theme.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.gp-theme.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
border-left-width: 1px;
}
.gp-theme .woocommerce div.product .woocommerce-tabs ul.tabs,
.gp-theme .woocommerce #content div.product .woocommerce-tabs ul.tabs,
.gp-theme.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.gp-theme.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
padding: 0;
}
.gp-theme .woocommerce div.product .woocommerce-tabs ul.tabs li,
.gp-theme .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.gp-theme.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.gp-theme.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
display: block;
float: left;
margin: 0;
padding: 0;
border: 0;
border-radius: 0;
background: none;
box-shadow: none;
}
.gp-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.gp-theme .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.gp-theme.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.gp-theme.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
background: none;
}
.gp-theme .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.gp-theme .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.gp-theme .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.gp-theme .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.gp-theme.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.gp-theme.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.gp-theme.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.gp-theme.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
width: 0;
height: 0;
border: none;
background: none; 
}
.gp-theme .woocommerce div.product .woocommerce-tabs ul.tabs li a,
.gp-theme .woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.gp-theme.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.gp-theme.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
display: block;
padding: 15px;
border-width: 1px;
border-style: solid;
border-left-width: 0;
text-shadow: none;
font-weight: normal;
}
.gp-theme .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a,
.gp-theme .woocommerce #content div.product .woocommerce-tabs ul.tabs li:first-child a,
.gp-theme.woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child a,
.gp-theme.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:first-child a {
border-left-width: 1px;
}
.gp-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.gp-theme .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.gp-theme.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.gp-theme.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
background: none;
}
.gp-theme .woocommerce .woocommerce-tabs h2,
.gp-theme.woocommerce-page .woocommerce-tabs h2 {
line-height: 1;
font-weight: normal;
}

/* Reviews ************************************/

.gp-theme .woocommerce #reviews #comments,
.gp-theme.woocommerce-page #reviews #comments {
margin-top: 0;
padding: 0;
border: 0;
overflow: visible;
}
.gp-theme .woocommerce #reviews #comments ol.commentlist li img.avatar,
.gp-theme.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
padding: 0;
width: 60px;
border-width: 2px;
background: none;
}
.gp-theme .woocommerce #reviews #comments ol.commentlist li .comment-text,
.gp-theme.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
margin: 0 0 0 80px;
padding: 0;
border: 0;
}
.gp-theme .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.gp-theme.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
margin: 0 0 3px;
font-size: 13px;
}
.gp-theme .woocommerce #reviews #comments ol.commentlist li .comment-text p,
.gp-theme.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
margin-bottom: 12px;
}
.gp-theme .woocommerce #reviews #comments ol.commentlist li .comment-text p:last-child,
.gp-theme.woocommerce-page #reviews #comments ol.commentlist li .comment-text p:last-child {
margin-bottom: 0;
}
.gp-theme .woocommerce .add_review,
.gp-theme.woocommerce-page .add_review {
display: none;
}
.gp-theme .woocommerce #reviews h3,
.gp-theme.woocommerce-page #reviews h3 {
margin-bottom: 20px;
}
.gp-theme .woocommerce #review_form_wrapper,
.gp-theme.woocommerce-page #review_form_wrapper {
float: left;
margin-top: 20px;
width: 100%;
}
.gp-theme .woocommerce .noreviews,
.gp-theme.woocommerce-page .noreviews {
margin-bottom: 12px;
}

/* Rating Stars ************************************/

.gp-theme .woocommerce .woocommerce-product-rating,
.gp-theme.woocommerce-page .woocommerce-product-rating {
margin: 20px 0;/*2.3*/
width: 100%;
line-height: 1;
}
.gp-theme .woocommerce div[itemprop='aggregateRating'] .star-rating,
.gp-theme.woocommerce-page div[itemprop='aggregateRating'] .star-rating {
float: left;
margin: 0 5px 0 0;
}
.gp-theme .woocommerce #comments div[itemprop='aggregateRating'] .star-rating,
.gp-theme.woocommerce-page #comments div[itemprop='aggregateRating'] .star-rating {
display: none;
}

/* Review Stars In Comment Box ************************************/

.gp-theme label[for='rating'] {
display: block;
margin-bottom: 3px;
}
.gp-theme .woocommerce #review_form #respond p.comment-form-rating,
.gp-theme.woocommerce-page #review_form #respond p.comment-form-rating {
margin-bottom: 20px;
}

/* Related Products ************************************/

.gp-theme .woocommerce .related h2,
.gp-theme .woocommerce .upsells.products h2,
.gp-theme.woocommerce-page .related h2,
.gp-theme.woocommerce-page .upsells.products h2,
.gp-theme .woocommerce .upsells h2,
.gp-theme .woocommerce .upsells.products h2,
.gp-theme.woocommerce-page .upsells h2,
.gp-theme.woocommerce-page .upsells.products h2 {
font-weight: normal;
font-size: 18px;
}
.gp-theme .woocommerce #content .related ul.products li.product span.price,
.gp-theme.woocommerce-page #content .related ul.products li.product span.price,
.gp-theme .woocommerce #content .upsells ul.products li.product span.price,
.gp-theme.woocommerce-page #content .upsells ul.products li.product span.price  {
font-size: 18px;
}
.gp-theme .woocommerce .related ul.products li.product,
.gp-theme .woocommerce .related ul li.product,
.gp-theme .woocommerce .upsells.products ul.products li.product,
.gp-theme .woocommerce .upsells.products ul li.product,
.gp-theme.woocommerce-page .related ul.products li.product,
.gp-theme.woocommerce-page .related ul li.product,
.gp-theme.woocommerce-page .upsells.products ul.products li.product,
.gp-theme.woocommerce-page .upsells.products ul li.product {
width: 23.5%;
}


/*--------------------------------------------------------------
20.5 - Product categories
--------------------------------------------------------------*/

.gp-theme .woocommerce .page-title,
.gp-theme.woocommerce-page .page-title {
margin: 0 0 30px;
font-size: 36px;
line-height: 40px;
}
.gp-theme .woocommerce .woocommerce-result-count,
.gp-theme.woocommerce-page .woocommerce-result-count {
display: none;
}
.gp-theme .woocommerce .woocommerce-ordering,
.gp-theme.woocommerce-page .woocommerce-ordering {
position: absolute;
top: auto;
right: 0;
margin: 0;
margin-top: -70px;
}
.gp-theme .woocommerce ul.products li.product,
.gp-theme.woocommerce-page ul.products li.product {
margin-right: 2%;
width: 22.75%;
}
.gp-theme .vc_row-fluid .vc_col-sm-6 .woocommerce ul.products li.product,
.gp-theme.woocommerce-page .vc_row-fluid .vc_col-sm-6 ul.products li.product {
width: 48.5%;
}
.gp-theme .woocommerce ul.products li.last,
.gp-theme.woocommerce-page ul.products li.last {
margin-right: 0;
}
.gp-left-sidebar.gp-theme .woocommerce ul.products li.product,
.gp-left-sidebar.gp-theme.woocommerce-page ul.products li.product,
.gp-right-sidebar.gp-theme .woocommerce ul.products li.product,
.gp-right-sidebar.gp-theme.woocommerce-page ul.products li.product {
width: 31.333%;
}
.gp-theme .woocommerce ul.products li.product .onsale,
.gp-theme.woocommerce-page ul.products li.product .onsale {
position: absolute;
z-index: 1;
display: inline-block;
padding: 4px 6px;
border-radius: 100%;
border-radius: 100%;
margin: 5px 5px 0 0;
}
.gp-theme .woocommerce ul.products li.product .product-image-container,
.gp-theme.woocommerce-page ul.products li.product .product-image-container {
position: relative;
display: inline-block;
}
.gp-theme .woocommerce ul.products li.product .image-overlay,
.gp-theme.woocommerce-page ul.products li.product .image-overlay {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.gp-theme .woocommerce ul.products li.product a img,
.gp-theme.woocommerce-page ul.products li.product a img {
box-shadow: none;
}
.gp-theme .woocommerce ul.products li.product h3,
.gp-theme #content .woocommerce ul.products li.product h3,
.gp-theme.woocommerce-page ul.products li.product h3,
.gp-theme.woocommerce-page #content ul.products li.product h3 {
margin-bottom: 5px;
padding: 0;
font-weight: normal;
font-size: 15px;
line-height: 20px;
}
.gp-theme .woocommerce ul.products li.product h3 .count,
.gp-theme #content .woocommerce ul.products li.product h3 .count,
.gp-theme.woocommerce-page ul.products li.product h3 .count,
.gp-theme.woocommerce-page #content ul.products li.product h3 .count {
padding: 0;
border: 0;
background: none;
color: inherit;
}
.gp-theme .woocommerce ul.products li.product .price,
.gp-theme #content .woocommerce ul.products li.product .price,
.gp-theme.woocommerce-page ul.products li.product .price,
.gp-theme.woocommerce-page #content ul.products li.product .price {
margin-bottom: 10px;
font-size: 18px;
line-height: 1;
}
.gp-theme .woocommerce ul.products li.product .added_to_cart,
.gp-theme.woocommerce-page ul.products li.product .added_to_cart {
display: none;
}

/*--------------------------------------------------------------
20.6 - Cart page
--------------------------------------------------------------*/

.gp-theme .woocommerce table.shop_table,
.gp-theme.woocommerce-page table.shop_table {
border: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.gp-theme .woocommerce table.shop_table th,
.gp-theme.woocommerce-page table.shop_table th {
border-bottom: 0;
}
.gp-theme .woocommerce table.shop_table td,
.gp-theme.woocommerce-page table.shop_table td {
padding: 10px 12px;
border-bottom: 0;
}
.gp-theme .woocommerce table.cart td.actions .button.alt,
.gp-theme .woocommerce #content table.cart td.actions .button.alt,
.gp-theme.woocommerce-page table.cart td.actions .button.alt,
.gp-theme.woocommerce-page #content table.cart td.actions .button.alt {
margin-left: 5px;
}
.gp-theme .woocommerce table.cart a.remove,
.gp-theme .woocommerce #content table.cart a.remove,
.gp-theme.woocommerce-page table.cart a.remove,
.gp-theme.woocommerce-page #content table.cart a.remove {
color: #E44E48;
}
.gp-theme .woocommerce table.cart a.remove:hover,
.gp-theme .woocommerce #content table.cart a.remove:hover,
.gp-theme.woocommerce-page table.cart a.remove:hover,
.gp-theme.woocommerce-page #content table.cart a.remove:hover {
background: none;
}
.gp-theme .woocommerce table.cart .product-thumbnail a,
.gp-theme.woocommerce-page table.cart .product-thumbnail a,
.gp-theme .woocommerce table.cart .product-thumbnail a img,
.gp-theme.woocommerce-page table.cart .product-thumbnail a img {
display: block;
}
.gp-theme .woocommerce table.cart img,
.gp-theme .woocommerce #content table.cart img,
.gp-theme.woocommerce-page table.cart img,
.gp-theme.woocommerce-page #content table.cart img {
width: 64px;
}
.gp-theme .woocommerce .quantity,
.gp-theme .woocommerce #content .quantity,
.gp-theme.woocommerce-page .quantity,
.gp-theme.woocommerce-page #content .quantity {
margin-bottom: 0;
width: auto;
}
.gp-theme .woocommerce .cart-collaterals .cart_totals,
.gp-theme.woocommerce-page .cart-collaterals .cart_totals {
float: left;
text-align: left;
width: 100%;/*2.3*/
}
.gp-theme .woocommerce .cart-collaterals .cart_totals table,
.gp-theme.woocommerce-page .cart-collaterals .cart_totals table {
border: 0;
}
.gp-theme .woocommerce .cart-collaterals .cart_totals tr td,
.gp-theme .woocommerce .cart-collaterals .cart_totals tr th,
.gp-theme.woocommerce-page .cart-collaterals .cart_totals tr td,
.gp-theme.woocommerce-page .cart-collaterals .cart_totals tr th {
border-bottom: 0;
}
.gp-theme .woocommerce .cart-collaterals .shipping_calculator,
.gp-theme.woocommerce-page .cart-collaterals .shipping_calculator {
margin-top: 0;
text-align: left;
}

/*--------------------------------------------------------------
20.7 - Checkout page
--------------------------------------------------------------*/

.gp-theme .woocommerce form.login,
.gp-theme .woocommerce form.checkout_coupon,
.gp-theme .woocommerce form.register,
.gp-theme.woocommerce-page form.login,
.gp-theme.woocommerce-page form.checkout_coupon,
.gp-theme.woocommerce-page form.register {
-webkit-border-radius: 0;
border-radius: 0;
}
.gp-theme .woocommerce form .form-row,
.gp-theme.woocommerce-page form .form-row {
padding: 3px 0;
}
.gp-theme .woocommerce .checkout_coupon .form-row-last,
.gp-theme.woocommerce-page .checkout_coupon .form-row-last {
float: left;
}
.gp-theme .woocommerce .checkout_coupon .form-row,
.gp-theme.woocommerce-page .checkout_coupon .form-row {
margin-bottom: 0;
padding-right: 6px;
}
.gp-theme .woocommerce #content .checkout_coupon input[name='apply_coupon'].button,
.gp-theme.woocommerce-page #content .checkout_coupon input[name='apply_coupon'].button {
padding: 13px 20px;
} 
.gp-theme .woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-single,
.gp-theme .woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-drop,
.gp-theme .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.gp-theme .woocommerce form .form-row.validate-required.woocommerce-invalid select,
.gp-theme.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-single,
.gp-theme.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-drop,
.gp-theme.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,
.gp-theme.woocommerce-page form .form-row.validate-required.woocommerce-invalid select,
.gp-theme .woocommerce form .chosen-single,
.gp-theme .woocommerce form .chosen-drop,
.gp-theme.woocommerce-page form .chosen-single,
.gp-theme.woocommerce-page form .chosen-drop {
border-color: #E44E48;
}
.gp-theme.woocommerce-page.woocommerce-checkout .chzn-container-single .chzn-single,
.gp-theme.woocommerce-page .chosen-container-single .chosen-single {
margin: 0;
padding: 10px;
border-width: 1px;
border-style: solid;
border-radius: 4px
background-image: none;
box-shadow: none;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
-webkit-appearance: none;
}
.gp-theme.woocommerce-page.woocommerce-checkout .form-row .chzn-container-single .chzn-single,
.gp-theme.woocommerce-page .chosen-container-single .chosen-single {
height: 40px;
line-height: 1.5em;
}
.gp-theme.woocommerce-page.woocommerce-checkout .form-row .chzn-container-single .chzn-single div b,
.gp-theme.woocommerce-page .chosen-container-single .chosen-single div b {
background-position: 0 9px !important;
}
.gp-theme.woocommerce-page.woocommerce-checkout .form-row .chzn-container-active .chzn-single-with-drop div b,
.gp-theme.woocommerce-page .chosen-container-active .chosen-single-with-drop div b {
background-position: -18px 9px !important;
}
.gp-theme.woocommerce-page.woocommerce-checkout .chzn-container .chzn-drop,
.gp-theme.woocommerce-page .chosen-container .chosen-drop {
border-radius: 0;
box-shadow: none;
}
.gp-theme.woocommerce-page.woocommerce-checkout .chzn-container-single .chzn-search input,
.gp-theme.woocommerce-page .chosen-container-single .chosen-search input {
padding: 7.5px 20px 7.5px 5px;
background-image: none;
}
.gp-theme .woocommerce .checkout #shiptobilling,
.gp-theme.woocommerce-page .checkout #shiptobilling,
.gp-theme .woocommerce .checkout .col-2 h3#ship-to-different-address,
.gp-theme.woocommerce-page .checkout .col-2 h3#ship-to-different-address {
width: 100%;
text-align: right;
}
.gp-theme .woocommerce .checkout #shiptobilling label,
.gp-theme.woocommerce-page .checkout #shiptobilling label,
.gp-theme .woocommerce .checkout .col-2 h3#ship-to-different-address label,
.gp-theme.woocommerce-page .checkout .col-2 h3#ship-to-different-address label {
font-weight: normal;
font-size: 11px;
}

/*--------------------------------------------------------------
20.8 - Order received page
--------------------------------------------------------------*/

.gp-theme .woocommerce .order_details li,
.gp-theme.woocommerce-page .order_details li {
margin: 0;
padding: 0;
width: 25%;
border: 0;
font-size: 12px;
}
.gp-theme .woocommerce .order_details li strong,
.gp-theme.woocommerce-page .order_details li strong {
font-weight: normal;
font-size: 14px;
}

/*--------------------------------------------------------------
20.9 - My account page
--------------------------------------------------------------*/

.gp-theme .woocommerce .col2-set address,
.gp-theme.woocommerce-page .col2-set address {
line-height: 1.7em;
}

/*--------------------------------------------------------------
20.10 - Woocommerce widgets
--------------------------------------------------------------*/

/* Layered Nav ************************************/

.gp-theme .woocommerce .widget_layered_nav ul li,
.gp-theme.woocommerce-page .widget_layered_nav ul li {
margin-top: 0;
border: 0;
}
.gp-theme .woocommerce .widget_layered_nav ul li.chosen a,
.gp-theme.woocommerce-page .widget_layered_nav ul li.chosen a {
border: 0;
}

/* Layered Nav Filters ************************************/

.gp-theme .woocommerce .widget_layered_nav_filters ul li,
.gp-theme.woocommerce-page .widget_layered_nav_filters ul li {
margin: 0 20px 0 0;
border: 0;
}

/* Price Filter ************************************/

.gp-theme .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.gp-theme.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
border: 0;
box-shadow: none;
}
.gp-theme .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.gp-theme.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #c0c0c0;
box-shadow: none;
}
.gp-theme .woocommerce .widget_price_filter #min_price,
.gp-theme.woocommerce-page .widget_price_filter #max_price {
display: none;
}

/* Product Search ************************************/

.widget_product_search .screen-reader-text {
display: none;
}

/* Product Lists ************************************/

.gp-theme .woocommerce ul.cart_list li,
.gp-theme .woocommerce ul.product_list_widget li,
.gp-theme.woocommerce-page ul.cart_list li,
.gp-theme.woocommerce-page ul.product_list_widget li {
padding: 10px 0;
}
.gp-theme .woocommerce ul.cart_list li:first-child,
.gp-theme .woocommerce ul.product_list_widget li:first-child,
.gp-theme.woocommerce-page ul.cart_list li:first-child,
.gp-theme.woocommerce-page ul.product_list_widget li:first-child {
padding-top: 0;
}
.gp-theme .woocommerce ul.cart_list li img,
.gp-theme .woocommerce ul.product_list_widget li img,
.gp-theme.woocommerce-page ul.cart_list li img,
.gp-theme.woocommerce-page ul.product_list_widget li img {
box-shadow: none;
}
.gp-theme .woocommerce ul.cart_list li .star-rating,
.gp-theme .woocommerce ul.product_list_widget li .star-rating,
.gp-theme.woocommerce-page ul.cart_list li .star-rating,
.gp-theme.woocommerce-page ul.product_list_widget li .star-rating {
margin: 3px 0;
}


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

21 - Media Queries

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

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

@media only screen and (max-width: 1200px) {
	
	.gp-responsive.gp-boxed-layout #page-wrapper,
	.gp-responsive.gp-boxed-layout #main-header,
	.gp-responsive.gp-boxed-layout #top-header,
	.gp-responsive .gp-container {
	width: 1040px;
	}
	.gp-responsive.gp-boxed-layout .gp-container,
	.gp-responsive.gp-boxed-layout .side-bg-gradient-overlay {
	width: 960px;
	}	
	.gp-responsive #content {
	width: 680px;
	}
	.gp-responsive.gp-boxed-layout #content {
	width: 600px;
	}	
	.gp-responsive #sidebar,
	.gp-responsive.gp-no-sidebar #user-rating-wrapper,
	.gp-responsive.gp-fullwidth #user-rating-wrapper {
	width: 215px;
	}	
	.hub-header-info {
	width: 520px;
	}		
	.gp-responsive .portfolio-wrapper.portfolio-masonry .portfolio-item,
	.gp-responsive .portfolio-wrapper.portfolio-masonry .regular.portfolio-item,
	.gp-responsive .portfolio-wrapper.portfolio-masonry .tall.portfolio-item {
	width: 24.9%;
	}
	.gp-responsive .portfolio-wrapper.portfolio-masonry .wide.portfolio-item,
	.gp-responsive .portfolio-wrapper.portfolio-masonry .large.portfolio-item {
	width: 49.8%;
	}
	.gp-responsive .slide-caption {
	margin-left: -520px;	
	width: 1040px;
	}
	.gp-responsive.gp-boxed-layout .slide-caption {
	margin-left: -480px;
	width: 960px;
	}	
	.gp-responsive .site-rating-criteria-wrapper {
	width: 218px;
	}
	.gp-responsive.gp-boxed-layout .site-rating-criteria-wrapper {
	width: 182px;
	}
	
}
		
/*--------------------------------------------------------------
21.2 - Tablet (landscape)
--------------------------------------------------------------*/
		
@media only screen and (max-width: 1082px) { 

	.gp-responsive.gp-boxed-layout #page-wrapper,
	.gp-responsive.gp-boxed-layout #main-header,
	.gp-responsive.gp-boxed-layout #top-header,
	.gp-responsive .gp-container {
	width: 980px;
	}
	.gp-responsive.gp-boxed-layout .gp-container,
	.gp-responsive.gp-boxed-layout .side-bg-gradient-overlay {
	width: 900px;
	}	
	.gp-responsive #content,
	.gp-responsive.gp-no-sidebar #hub-details,
	.gp-responsive.gp-fullwidth #hub-details {
	width: 630px;
	}
	.gp-responsive.gp-boxed-layout #content,
	.gp-responsive.gp-no-sidebar.gp-boxed-layout #hub-details,
	.gp-responsive.gp-fullwidth.gp-boxed-layout #hub-details {
	width: 550px;
	}
	.gp-responsive #top-header {
	position: relative;
	}	
	.gp-responsive.gp-header-overlay #main-header {
	position: absolute;
	}
	.gp-responsive.gp-header-no-overlay #main-header {
	position: relative;
	margin-top: 0;
	}
	.gp-responsive:not(.gp-no-large-title) #fixed-header-padding {
	display: none;
	}
	.gp-responsive #main-nav .menu > li {
	margin-left: 20px;
	}
	.gp-responsive .large-header {
	height: auto !important;
	}	
	.gp-responsive #teaser-video {
	display: none;
	}	
	.gp-responsive #toTop {
	display: none !important;
	}
	.gp-responsive #homepage-slider {
	height: auto !important;
	}
	.gp-responsive .slide-caption {
	margin-left: -490px;	
	width: 980px;
	}
	.gp-responsive.gp-boxed-layout .slide-caption {
	margin-left: -450px;
	width: 900px;
	}
	.gp-responsive .site-rating-criteria-wrapper {
	width: 191px;
	}	
	.gp-responsive.gp-boxed-layout .site-rating-criteria-wrapper {
	width: 155px;
	}	
	.hub-header-info {
	width: 450px;
	}		
	.gp-responsive .portfolio-wrapper.portfolio-masonry .portfolio-item {
	width: 33.3% !important;
	}
	.gp-responsive .portfolio-wrapper.portfolio-masonry .wide.portfolio-item,
	.gp-responsive .portfolio-wrapper.portfolio-masonry .large.portfolio-item {
	width: 66.6% !important;
	}
	.gp-responsive .gp-parallax {
	background-position: top center !important;
	background-size: cover;
	}
	.gp-responsive .submit-rating {
	display: inline-block;
	}
			
}

/*--------------------------------------------------------------
21.3 - Tablet (portrait)
--------------------------------------------------------------*/

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

	.gp-responsive.gp-boxed-layout #page-wrapper,
	.gp-responsive.gp-boxed-layout #top-header,
	.gp-responsive.gp-boxed-layout #main-header {
	width: 100%;
	}
	.gp-responsive .gp-container,
	.gp-responsive .side-bg-gradient-overlay {
	padding-right: 15px;
	padding-left: 15px;
	width: 100% !important;	
	}	
	.gp-responsive #content,
	.gp-responsive.gp-no-sidebar #hub-details,
	.gp-responsive.gp-fullwidth #hub-details {
	width: 100% !important;
	}
	.gp-responsive #sidebar,
	.gp-responsive.gp-no-sidebar #user-rating-wrapper,
	.gp-responsive.gp-fullwidth #user-rating-wrapper {
	width: 100%;
	}
	.gp-responsive.gp-no-sidebar #user-rating-wrapper {
		width: 150px;
	}
	.gp-responsive #main-header .searchform {
	display: none;
	}	
	.gp-responsive #main-nav {
	float: right;
	}
	.gp-responsive #main-nav .menu {
	display: none;
	}
	.gp-responsive #header-mobile-nav-button,
	.gp-responsive #header-mobile-forum-button {
	display: block;
	}
	.gp-responsive #footer-3d .first-widget-bend {
	width: 100%;
	}	
	.gp-responsive .footer-widget {
	width: 47%;
	}
	.gp-responsive .footer-widget.footer-whole {
	width: 100%;
	}	
	.gp-responsive .gp-footer-equal-cols .footer-3,
	.gp-responsive .gp-footer-equal-cols .footer-5 {
	clear: both;
	margin-left: 0;
	}
	.gp-responsive .gp-footer-larger-first-col .footer-1 {
	width: 100%;
	margin-right: 0;
	}
	.gp-responsive .gp-footer-larger-first-col .footer-cols {
	width: 100%;
	}
	.gp-responsive .gp-footer-larger-first-col .footer-2,
	.gp-responsive .gp-footer-larger-first-col .footer-4 {
	clear: both;
	margin-left: 0;
	}	
	.gp-responsive .author-info .avatar {
	display: none;
	}
	.gp-responsive .blog-masonry .post-item,
	.gp-responsive .blog-columns-2 .post-item,
	.gp-responsive .blog-columns-3 .post-item,
	.gp-responsive .blog-columns-4 .post-item,
	.gp-responsive .blog-columns-5 .post-item,
	.gp-responsive .blog-columns-6 .post-item,
	.gp-responsive .portfolio-wrapper .portfolio-item {
	width: 48%;
	}
	.gp-responsive .blog-columns-2 .post-item:nth-of-type(2n+1),
	.gp-responsive .blog-columns-3 .post-item:nth-of-type(3n),
	.gp-responsive .blog-columns-4 .post-item:nth-of-type(4n+1),
	.gp-responsive .blog-columns-5 .post-item:nth-of-type(5n),
	.gp-responsive .blog-columns-6 .post-item:nth-of-type(6n+1) {
	margin-right: 2%;
	}
	.gp-responsive .blog-columns-3 .post-item:nth-of-type(3n+1),
	.gp-responsive .blog-columns-5 .post-item:nth-of-type(5n+1),
	.gp-responsive .blog-columns-6 .post-item:nth-of-type(6n+1) {
	clear: none;
	}	
	.gp-responsive .images-shortcode .image-loop {
	width: 32%;
	}
	.gp-responsive .images-shortcode .inner-loop .image-loop:nth-child(odd) {
	clear: none;
	}	
	.gp-responsive .images-shortcode .inner-loop .image-loop:nth-child(even) {
	margin-right: 2%;
	}
	.gp-responsive .images-shortcode .inner-loop .image-loop:nth-child(3n+1) {
	clear: left;
	}
	.gp-responsive .images-shortcode .inner-loop .image-loop:nth-child(3n) {
	margin-right: 0;
	}
	.gp-responsive .hub-header-info {
	width: 448px;
	}	
	.gp-responsive .portfolio-wrapper.portfolio-masonry .portfolio-item {
	width: 50% !important;
	}
	.gp-responsive .portfolio-wrapper.portfolio-masonry .wide.portfolio-item,
	.gp-responsive .portfolio-wrapper.portfolio-masonry .large.portfolio-item {
	width: 100% !important;
	}
	.gp-responsive .portfolio-left-col {
	margin-bottom: 30px;
	width: 100%;
	}
	.gp-responsive .portfolio-right-col {
	width: 100%;
	padding: 0;
	}	
	.gp-responsive .slide-caption,
	.gp-responsive.gp-boxed-layout .slide-caption {
	bottom: 15px;
	padding-left: 15px;
	width: 100% !important;
	margin: 0 ;
	left: 0;
	min-height: 0;
	}	
	.gp-responsive .slide-caption-title {
	font-size: 32px;
	line-height: 44px;
	padding-right: 0;
	}
	.gp-responsive .slide-caption-text {
	display: none;
	padding-right: 0;
	}	
	.gp-responsive .slide-caption .rating-wrapper {
	display: none;
	}
	.gp-responsive #featured-wrapper .top-bg-gradient-overlay {
	height: 30%;
	}
	.gp-responsive #featured-wrapper .side-bg-gradient-overlay {
	display: none;
	}
	.gp-responsive #featured-wrapper .gp-container {
	height: auto !important;
	}
	.gp-responsive .large-post,
	.gp-responsive .small-posts {
	width: 100%;
	}
	.gp-responsive .large-post,
	.gp-responsive .small-posts .featured-post {
	height: 170px;
	}
	.gp-responsive .featured-caption {
	padding: 16px 20px;
	}
	.gp-responsive .featured-caption-title {
	font-size: 18px;
	line-height: 26px;
	}
	.gp-responsive .featured-caption-text {
	display: none;
	}
	.gp-responsive .hub-header.both-rated-item .user-rating-wrapper	{
	display: none;
	}
	.gp-responsive #hub-tabs .gp-container {
	width: 100%;
	}
	.gp-responsive #hub-tabs ul {
	display: none;
	}
	.gp-responsive #hub-tabs li {
	width: 100%;
	text-align: left;
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	border-bottom-width: 1px !important;
	}
	.gp-responsive #hub-tabs li a {
	padding: 10px 20px;
	}	
	.gp-responsive #hub-tabs-mobile-nav-button {
	display: block;
	}
	.gp-responsive.page-template-review-template-php .small-header,
	.gp-responsive.page-template-review-template-php .entry-content > p,
	.gp-responsive.page-template-review-template-php .meta-tags {
	width: 100%;
	}	
	.gp-responsive .points-wrapper {
	width: 100%;
	margin: 0;
	}
	.gp-responsive .good-points,
	.gp-responsive .bad-points {
	margin-bottom: 30px;
	}
	.gp-responsive #review-summary .rating-wrapper {
	width: 100%;
	margin-top: 30px;
	}
	.gp-responsive #review-summary .large-rating {
	float: none;
	margin: 0 auto;
	}
	.gp-responsive #review-summary .rating-gauge.large-rating {
	width: 230px;
	}
	.gp-responsive #review-summary .rating-plain.large-rating {
	width: 200px;
	}	
	.gp-responsive .site-rating-criteria-wrapper {
	width: 100%;
	margin: 30px 0 0 0;
	}	
	.gp-responsive .images-wrapper .image-loop {
	width: 49%;
	}
	.gp-responsive .images-wrapper .image-loop:nth-child(5n) {
	margin-right: 1%;
	}
	.gp-responsive .images-wrapper .image-loop:nth-child(2n) {
	margin-right: 0;
	}	
	.gp-responsive #user-review-form.small-form {
	width: 100%;
	margin-right: 0;
	}
	.gp-responsive #user-review-rules {
	width: 100%;
	margin-top: 30px;
	}
	.gp-responsive .featured-wrapper .post-thumbnail {
	display: none;
	}
	.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;
	}	
	/*REMOVE.gp-responsive [class*='vc_col-sm-'] {
	width: 100%;
	}*/
	.gp-responsive.gp-theme .woocommerce ul.products li.product,
	.gp-responsive.gp-theme.woocommerce-page ul.products li.product {
	width: 48.5% !important;
	}
	.gp-responsive.gp-theme .woocommerce ul.products li:nth-child(2n+1),
	.gp-responsive.gp-theme.woocommerce-page ul.products li:nth-child(2n+1)	{
	clear: both !important;
	}	
	.gp-responsive.gp-theme .woocommerce ul.products li:nth-child(2n+2),
	.gp-responsive.gp-theme.woocommerce-page ul.products li:nth-child(2n+2)	{
	clear: none !important;
	margin-right: 0 !important;
	} 
			
}

/*--------------------------------------------------------------
21.4 - Mobile (landscape)
--------------------------------------------------------------*/

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

	.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 #left-top-nav {
	display: none;
	}	
	.gp-responsive #top-header .social-icons {
	display: none;
	}	
	.gp-responsive #login {
	position: relative;
	background: none;
	}	
	.gp-responsive #login:target {
	padding: 0;
	}
	.gp-responsive #login:target {
	padding: 0;
	}	
	.gp-responsive #login:target + #page-wrapper {
	display: none;
	}
	.gp-responsive #login-box {
	width: 100%;
	height: 100%;
	padding: 20px;
	border-radius: 0;
	}
	.gp-responsive #login-box h3 {
	margin-bottom: 20px;
	}
	.gp-responsive .login-form {
	padding: 20px 20px 8px;
	margin: 0 -20px;
	}
	.gp-responsive .standard-login {
	width: 100%;
	}
	.gp-responsive .or-divider,
	.gp-responsive .social-login {
	display: none;
	}
	.gp-responsive .login-form .username,
	.gp-responsive .login-form .password {
	margin-right: 2%;
	}
	.gp-responsive .social-login-link {
	display: block;
	}
	.gp-responsive #login-box input[type="submit"] {
	margin-top: 20px;
	}
	.gp-responsive .login-links {
	margin-top: 30px;
	}
	.gp-responsive .large-header .entry-title,
	.gp-responsive .large-header .entry-title a {
	font-size: 24px;
	line-height: 30px;
	}	
	.gp-responsive .entry-header .avatar {
	display: none;
	}
	.gp-responsive .footer-widget {
	margin-left: 0;
	width: 100%;
	}
	.gp-responsive #copyright .gp-container > div {
	margin-bottom: 15px;
	}
	.gp-responsive #copyright .gp-container > div:last-child {
	margin-bottom: 0;
	}	
	.gp-responsive #copyright-text,
	.gp-responsive #footer-nav,
	.gp-responsive #footer-nav.nav .menu,
	.gp-responsive #copyright .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 #copyright .social-icons a {
	line-height: 1 !important;
	}	
	.gp-responsive .related-wrapper .post-item {
	width: 100% !important;
	margin: 0 0 20px 0;
	}
	.gp-responsive .related-wrapper div > .post-item:last-child {
	margin-bottom: 0;
	}	
	.gp-responsive .related-wrapper .post-thumbnail {
	float: left;
	max-width: 50%;
	margin: 0 15px 0 0;
	}
	.gp-responsive .blog-large-size .post-item .loop-title {
	font-size: 26px;
	line-height: 32px;
	}			
	.gp-responsive .blog-masonry .inner-loop,
	.gp-responsive .blog-wrapper .post-item,
	.gp-responsive .portfolio-wrapper .inner-loop,
	.gp-responsive .portfolio-wrapper .portfolio-item {
	width: 100% !important;
	margin-right: 0 !important;
	margin-right: 0 !important;
	}
	.gp-responsive .slide-caption-title {
	font-size: 16px;
	line-height: 28px;
	}	
	.gp-responsive #homepage-slider.gp-slider .flex-direction-nav a {
	margin-top: -30px;
	height: 60px;
	line-height: 61px;
	}	
	.gp-responsive.error404 h1 {
	margin-bottom: 20px;
	font-size: 30px;
	}
	.gp-responsive.error404 h2 {
	font-size: 18px;
	line-height: 28px;
	}		
	.gp-responsive .approved-reviews-wrapper,
	.gp-responsive .pending-reviews-wrapper {
	width: 100%;
	margin: 0;
	}	
	.gp-responsive .approved-reviews-wrapper {
	margin-bottom: 40px;
	}
	.gp-responsive .hub-wrapper .post-thumbnail {
	float: left;
	max-width: 40%;
	margin: 0 15px 0 0;
	}	
	.gp-responsive .hub-wrapper .loop-title {
	font-size: 16px;
	line-height: 22px;
	}
	.gp-responsive .hub-wrapper .entry-content {
	display: none;
	}
	.gp-responsive .hub-header .featured-content,
	.gp-responsive .hub-block-two .post-thumbnail {
	display: none;
	}
	.gp-responsive .review-header.large-header .subtitle {
	line-height: 21px;
	}
	.gp-responsive .good-points,
	.gp-responsive .bad-points {
	width: 100%;
	}	
	.gp-responsive .hub-header .user-rating-wrapper {
	display: none;
	}
	.gp-responsive .hub-header-info {
	width: 388px;
	}		
	.gp-responsive .hub-header-info .wpfp-span {
	display: block;
	}
	.gp-responsive .portfolio-title {
	display: block;
	}	
	.gp-responsive .portfolio-link {
	float: left;
	margin-top: 20px;
	}	
	.gp-responsive .featured-wrapper .loop-title {
	font-size: 26px;
	line-height: 32px;
	}	
	.gp-responsive .featured-wrapper .entry-content {
	font-size: 14px;
	line-height: 26px;
	}	
	.gp-responsive .portfolio-element {
	margin-bottom: 35px;
	}
	.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;
	}	
	/*REMOVE.gp-responsive.vc_responsive div.vc_row-fluid div[class*="vc_col"] {
	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;
	}
	.gp-responsive.gp-theme .woocommerce .woocommerce-ordering,
	.gp-responsive.gp-theme.woocommerce-page .woocommerce-ordering {
	position: relative;
	float: left;
	margin: 0 0 30px 0;	
	}
	.gp-responsive.gp-theme .woocommerce form .form-row-first,
	.gp-responsive.gp-theme .woocommerce form .form-row-last,
	.gp-responsive.gp-theme.woocommerce-page form .form-row-first,
	.gp-responsive.gp-theme.woocommerce-page form .form-row-last {
	width: 100%;
	}
	.gp-responsive.gp-theme .woocommerce table.cart th,
	.gp-responsive.gp-theme.woocommerce-page table.cart th {
	font-size: 12px;
	}
	.gp-responsive.gp-theme .woocommerce table.cart td,
	.gp-responsive.gp-theme.woocommerce-page table.cart td {
	padding: 10px 5px;
	font-size: 11px;
	line-height: 1.3em;
	}
	.gp-responsive.gp-theme .woocommerce table.cart a.remove,
	.gp-responsive.gp-theme .woocommerce #content table.cart a.remove,
	.gp-responsive.gp-theme.woocommerce-page table.cart a.remove,
	.gp-responsive.gp-theme.woocommerce-page #content table.cart a.remove {
	font-size: 14px;
	}
	.gp-responsive.gp-theme .woocommerce table.cart .product-thumbnail,
	.gp-responsive.gp-theme .woocommerce #content table.cart .product-thumbnail,
	.gp-responsive.gp-theme.woocommerce-page table.cart .product-thumbnail,
	.gp-responsive.gp-theme.woocommerce-page #content table.cart .product-thumbnail	{
	display: none;
	}
	.gp-responsive.gp-theme .woocommerce .shop_table .quantity,
	.gp-responsive.gp-theme.woocommerce-page .shop_table .quantity {
	width: 70px;
	}
	.gp-responsive.gp-theme .woocommerce .quantity .plus,
	.gp-responsive.gp-theme .woocommerce .quantity .minus,
	.gp-responsive.gp-theme .woocommerce #content .quantity .plus,
	.gp-responsive.gp-theme .woocommerce #content .quantity .minus,
	.gp-responsive.gp-theme.woocommerce-page .quantity .plus,
	.gp-responsive.gp-theme.woocommerce-page .quantity .minus,
	.gp-responsive.gp-theme.woocommerce-page #content .quantity .plus,
	.gp-responsive.gp-theme.woocommerce-page #content .quantity .minus {
	padding: 7.5px 5px;
	width: 20px;
	}
	.gp-responsive.gp-theme .woocommerce .quantity input.qty,
	.gp-responsive.gp-theme .woocommerce #content .quantity input.qty,
	.gp-responsive.gp-theme.woocommerce-page .quantity input.qty,
	.gp-responsive.gp-theme.woocommerce-page #content .quantity input.qty {
	width: 28px;
	}
	.gp-responsive.gp-theme .woocommerce table.cart td.actions .coupon .input-text,
	.gp-responsive.gp-theme .woocommerce #content table.cart td.actions .coupon .input-text,
	.gp-responsive.gp-theme.woocommerce-page table.cart td.actions .coupon .input-text,
	.gp-responsive.gp-theme.woocommerce-page #content table.cart td.actions .coupon .input-text {
	float: none;
	}
	.gp-responsive.gp-theme .woocommerce table.cart td.actions .coupon,
	.gp-responsive.gp-theme.woocommerce-page table.cart td.actions .coupon {
	margin-bottom: 10px;
	width: 100%;
	}	
	.gp-responsive.gp-theme .woocommerce .cart-collaterals .cart_totals,
	.gp-responsive.gp-theme.woocommerce-page .cart-collaterals .cart_totals,
	.gp-responsive.gp-theme .woocommerce .cart-collaterals .shipping_calculator,
	.gp-responsive.gp-theme.woocommerce-page .cart-collaterals .shipping_calculator {
	width: 100%;
	}		
	.gp-responsive.gp-theme .woocommerce .col2-set .col-1,
	.gp-responsive.gp-theme .woocommerce .col2-set .col-2,
	.gp-responsive.gp-theme.woocommerce-page .col2-set .col-1,
	.gp-responsive.gp-theme.woocommerce-page .col2-set .col-2 {
	width: 100%;
	}
	.gp-responsive.gp-theme .woocommerce .col2-set .col-1,
	.gp-responsive.gp-theme.woocommerce-page .col2-set .col-1 {
	margin-bottom: 20px;
	}
	.gp-responsive.gp-theme .woocommerce table.my_account_orders .order-actions,
	.gp-responsive.gp-theme.woocommerce-page table.my_account_orders .order-actions {
	display: none;
	}
		
}

/*--------------------------------------------------------------
21.5 - Mobile (portrait)
--------------------------------------------------------------*/

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

	.gp-responsive #dropdowncart .menu > li > .sub-menu {
	display: none;
	}
	.gp-responsive .login-form .username,
	.gp-responsive .login-form .password,
	.gp-responsive .login-form .rememberme {
	display: block;
	width: 100%;
	margin-right: 0;
	}

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

	.banner_tops {
	display: none;
	}
	.gp-responsive .filter-wrapper {
	text-align: center;
	}
	.gp-responsive div[class*="-shortcode"] .filter-wrapper {
	width: 100%;
	margin: 20px 0 0 0;
	}	
	.gp-responsive .image-align-left.featured-content {
	float: left;
	margin: 3px 20px 10px 0;
	}
	.gp-responsive .image-align-right.featured-content {
	float: right;
	margin: 3px 0 10px 20px;
	}
	.gp-responsive .blog-small-size .image-align-left.featured-content {
	margin: 3px 15px 5px 0;
	}
	.gp-responsive .blog-small-size .image-align-right.featured-content {
	margin: 3px 0 5px 15px;
	}				
	.gp-responsive .image-align-left.post-item-content,
	.gp-responsive .image-align-right.post-item-content {
	overflow: visible;
	}
	.gp-responsive .blog-standard-size .image-wrap-left.featured-content,
	.gp-responsive .blog-large-size .image-wrap-left.featured-content,
	.gp-responsive .blog-standard-size .image-wrap-right.featured-content,
	.gp-responsive .blog-large-size .image-wrap-right.featured-content,
	.gp-responsive .blog-standard-size .image-align-left.featured-content,
	.gp-responsive .blog-large-size .image-align-left.featured-content,
	.gp-responsive .blog-standard-size .image-align-right.featured-content,
	.gp-responsive .blog-large-size .image-align-right.featured-content {
	max-width: 40%;
	}
	.gp-responsive .post-item[class*="-rated-item"] .loop-header,
	.gp-responsive .post-item[class*="-rated-item"] .hub-cats,
	.gp-responsive .post-item[class*="-rated-item"] .entry-content,
	.gp-responsive .post-item[class*="-rated-item"] .entry-meta {
	padding-right: 0;
	}
	.gp-responsive .average-rating-text {
	width: 155px;
	}		
	.gp-responsive .hub-header .rating-wrapper {
	display: none;
	}		
	.gp-responsive .blog-standard .rating-wrapper {
	display: none;
	}	
	.gp-responsive .rate-text {
	margin: 0 0 1px 0;
	width: 100%;
	}
	.gp-responsive .hub-header-info {
	width: 100%;
	}	
	.gp-responsive .rating-criteria-wrapper .rating-slider-wrapper {
	float: none;
	margin: 0 auto;
	}
	.gp-responsive .portfolio-wrapper.portfolio-masonry .portfolio-item {
	width: 100% !important;
	}	
	.gp-responsive .featured-title-overlay {
	display: none;
	}
	.ranking-wrapper .post-item.top-ranked-item.has-post-thumbnail .rating-wrapper {
	margin-top: -10px;
	}	
	.gp-responsive.gp-theme .woocommerce div.product div.images,
	.gp-responsive.gp-theme .woocommerce #content div.product div.images,
	.gp-responsive.gp-theme.woocommerce-page div.product div.images,
	.gp-responsive.gp-theme.woocommerce-page #content div.product div.images,
	.gp-responsive.gp-theme .woocommerce div.product div.summary,
	.gp-responsive.gp-theme .woocommerce #content div.product div.summary,
	.gp-responsive.gp-theme.woocommerce-page div.product div.summary,
	.gp-responsive.gp-theme.woocommerce-page #content div.product div.summary,
	.gp-responsive.gp-theme .woocommerce div.product .woocommerce-tabs ul.tabs li,
	.gp-responsive.gp-theme .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
	.gp-responsive.gp-theme.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
	.gp-responsive.gp-theme.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	width: 100%;
	}
	.gp-responsive.gp-theme .woocommerce div.product .woocommerce-tabs ul.tabs li a,
	.gp-responsive.gp-theme .woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
	.gp-responsive.gp-theme.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
	.gp-responsive.gp-theme.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	border-top-width: 0;
	border-left-width: 1px;
	}
	.gp-responsive.gp-theme .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a,
	.gp-responsive.gp-theme .woocommerce #content div.product .woocommerce-tabs ul.tabs li:first-child a,
	.gp-responsive.gp-theme.woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child a,
	.gp-responsive.gp-theme.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:first-child a {
	border-top-width: 1px;
	}		
	.gp-responsive.gp-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
	.gp-responsive.gp-theme .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
	.gp-responsive.gp-theme.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
	.gp-responsive.gp-theme.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
	border-color: #eee;
	}	
	.gp-responsive.gp-theme input[name='update_cart'] {
	margin-bottom: 10px !important;
	}
	
}

#main-nav .menu > li > #nav-menu-item-18096, 
#main-nav .menu > li > #nav-menu-item-29317 {
	display: none;
}

