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

Theme Name: The Review
Version: 2.12
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 - Review page template
14 - Images page template
15 - Write a review page template
16 - Following page template
17 - Ratings
18 - Portfolio
19 - Visual Composer
20 - Contact Form 7
21 - Demo Switcher
22 - 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: 24px;
}
p:first-child {
margin-bottom: 24px;
}
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 0 24px 20px;
padding: 0;
list-style-type: decimal;
}
ul {
margin: 0 0 24px 20px;
padding: 0;
list-style-type: square;
}

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

input,
textarea,
select {
margin: 0;
padding: 8px;
max-width: 100%;
font-size: 13px;
font-family: inherit;
-webkit-transition: border-color 0.3s ease-in-out;
-moz-transition: border-color 0.3s ease-in-out;
-o-transition: border-color 0.3s ease-in-out;
transition: border-color 0.3s ease-in-out;
}
input:focus,
textarea:focus,
select:focus {
border-color: #ccc;
}
input[type='text'],
input[type='password'] {
height: 40px;
}
textarea {
width: 100%;
height: 150px;
line-height: 1.5em;
resize: none;
}
select {
padding: 10px 40px 10px 10px;
max-width: 100%;
line-height: 15px;
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;
font-size: 13px;
font-weight: 600;
border: 0;
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
--------------------------------------------------------------*/

.bg-overlay:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#ffffff',GradientType=0 );
}
.foreground-overlay {
position: relative;
z-index: 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;
}
.aligncenter {
position: relative;
display: block;
clear: both;
margin: 10px auto;
text-align: center;
}
.alignleft {
position: relative;
float: left;
margin: 10px 20px 10px 0;
}
.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 {
margin-bottom: 24px;
position: relative;
padding: 0;
max-width: 100%;
}
.wp-caption.alignleft {
margin: 10px 14px 10px 0;
}
.wp-caption.alignright {
margin: 10px 14px 10px 0;
}
.wp-caption img {
margin: 0;
}
.wp-caption-text {
margin: 9px 0px !important;
font-size: 12px;
line-height: 20px;
color: #999;
}
.gallery {
overflow: hidden !important;
}
.gallery-item img {
max-width: 100% !important;
border: 0 !important;
}
.gallery-caption {
margin: 10px 0;
}

/*--------------------------------------------------------------
1.7 - FlexSlider
--------------------------------------------------------------*/

.gp-slider {
position: relative;
overflow: hidden;
zoom: 1;
}
.gp-slider .slides {
margin: 0;
padding: 0;
line-height: 0;
zoom: 1;
list-style-type: none;
}
.gp-slider .slides > li {
position: relative;
display: none;
margin: 0;
padding: 0;
list-style-type: none;
}
.gp-slider .slides li img {
width: 100%;
}
.gp-slider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .gp-slider .slides {
display: block;
}
* html .gp-slider .slides {
height: 1%;
}
.gp-slider .flex-direction-nav {
margin: 0;
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;
background: #000;
background: rgba(0, 0, 0, 0.2);
color: #fff;
text-align: center;
text-indent: 0;
font-size: 30px;
font-family: 'FontAwesome';
line-height: 1;
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: 10px 10px 10px 15px;
}
.gp-slider .flex-direction-nav .flex-next:before {
content: '\f105';
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-slider .flex-direction-nav .flex-prev {
left: 0;
padding: 10px 15px 10px 10px;
}
.gp-slider .flex-direction-nav .flex-prev:before {
content: '\f104';
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-slider .flex-direction-nav .flex-disabled {
display: none;
}
.gp-slider .flex-control-nav {
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;
width: 10px;
height: 10px;
border-radius: 100%;
background: #000;
text-indent: -8999px;
opacity: 0.2;
cursor: pointer;
}
.gp-slider .flex-control-nav li a:hover,
.gp-slider .flex-control-nav li .flex-active {
opacity: 1;
}

/*--------------------------------------------------------------
1.8 - 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);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
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: visible;
}
.js .invisible {
visibility: hidden;
}
.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-container,
.gp-scrolling.gp-fixed-header.gp-boxed-layout #sub-header,
.gp-boxed-layout #page-wrapper {
width: 1170px;
}
.gp-container {
padding: 0 30px;
}

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

#page-wrapper {
position: relative;
/*overflow: hidden;was needed to add bg colour to container but cuts off menus*/
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;
padding-top: 40px;
padding-bottom: 40px;
}

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

#content {
position: relative;
float: left;
margin: 0 auto;
width: 730px;
}
.gp-left-sidebar #content {
float: right;
}
.gp-no-sidebar #content,
.gp-fullwidth #content {
width: 100% !important;
}

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

#sidebar {
position: relative;
width: 350px;
}
.gp-right-sidebar #sidebar {
float: right;
}
.gp-left-sidebar #sidebar {
float: left;
}

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

3 - Navigation

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

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

.nav {
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: 8999;
display: none;
overflow: visible !important;
margin: 0;
padding: 0;
line-height: 1;
}
.nav .nav-edge .sub-menu {
right: 0;
}
.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;
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 > .sub-menu > li {
display: table-cell;
padding: 20px 0;
}
.nav .menu li.megamenu.columns-1 > .sub-menu > li {
width: 100%;
}
.nav .menu li.megamenu.columns-2 > .sub-menu > li {
width: 50%;
}
.nav .menu li.megamenu.columns-3 > .sub-menu > li {
width: 33.333%;
}
.nav .menu li.megamenu.columns-4 > .sub-menu > li {
width: 25%;
}
.nav .menu li.megamenu.columns-5 > .sub-menu > li {
width: 20%;
}
.nav .megamenu > .sub-menu > li > a,
.nav .megamenu > .sub-menu > li > span {
display: block;
font-weight: bold;
margin-bottom: 10px;
}
.menu li.megamenu li a:hover {
background: none !important;
}
.nav .menu li.megamenu .sub-menu li a {
width: 100%;
}
.nav .menu li.megamenu .sub-menu .sub-menu {
z-index: 0;
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.megamenu,
.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.megamenu > .sub-menu,
.nav .menu li.tab-content-menu .sub-menu,
.nav .menu li.content-menu .sub-menu {
margin-left: 0;
left: 30px;
width: 1110px;
}
.menu-tabs {
width: 230px;
margin: 0;
display: table-cell;
vertical-align: top;
padding-top: 20px;
}
.nav .menu li .menu-tabs li {
float: left;
width: 100%;
margin: 0;
padding: 10px 20px;
text-align: right;
cursor: pointer;
font-size: 13px;
}
.nav .menu li.tab-content-menu .inner-loop,
.nav .menu li.content-menu .inner-loop {
padding: 30px 30px 30px 0;
display: table-cell;
width: 880px;
}
.nav .menu li.content-menu .inner-loop {
width: 1110px;
}
.nav .menu li.tab-content-menu .post-item,
.nav .menu li.content-menu .post-item {
float: left;
width: 212px;
margin: 0;
padding-left: 30px;
}
.nav .menu li.content-menu .post-item {
width: 216px;
}
.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;
}
.nav .pagination-arrows {
margin: 0;
position: absolute;
bottom: 10px;
right: 30px;
}


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

4 - Top header

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

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

#top-header {
position: relative;
z-index: 8999;
float: left;
clear: both;
width: 100%;
height: 40px;
font-size: 12px;
}
#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.4 - Login, register and profile menu
--------------------------------------------------------------*/

#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 .menu > li > .sub-menu {
right: 0;
}
#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.5 - Login popup box
--------------------------------------------------------------*/

#login {
display: none;
position: fixed;
overflow: hidden;
width: 100%;
height: 100%;
bottom: 0;
right: 0;
padding: 80px 0 120px 0;
z-index: 9500;
text-align: center;
background: #000;
background: rgba(0,0,0,0.7);
-webkit-text-size-adjust: 100%;
}
#login > 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;
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 p {
margin-bottom: 20px;
}
.login-form input[type="text"],
.login-form input[type="password"],
.login-form input[type="email"] {
width: 100%;
padding: 12px;
height: auto;
font-size: 15px;
border: 3px solid #e2e2e2;
}
.cptch_input {
height: 35px;
font-size: 14px;
}
.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 #e2e2e2;
padding: 8px;
background: #fff;
font-weight: bold;
}
.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: 13px;
}
.login-links a {
margin-left: 10px;
color: #000;
font-weight: bold;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.login-links a:hover {
color: #C34A32;
}
.login-link:before,
.social-login-link:before {
content: '\f090';
font-family: 'FontAwesome';
margin-right: 5px;
font-weight: normal;
}
.register-link:before {
content: '\f044';
font-family: 'FontAwesome';
margin-right: 5px;
font-weight: normal;
}
.lost-password-link:before {
content: '\f059';
font-family: 'FontAwesome';
margin-right: 5px;
font-weight: normal;
}


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

5 - Main Header

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

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

#main-header {
position: relative;
float: left;
clear: both;
width: 100%;
z-index: 8998;
}
.gp-header-centered #main-header {
text-align: center;
}
#fixed-padding {
position: absolute;
top: 0;
left: 0;
width: 100%;
}

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

#logo { 
display: inline-block;
margin: 40px 0;
width: auto;
font-size: 12px;
line-height: 0;
position: relative;
}
#logo img {
max-height: 100%;
width: auto !important;
}
.logo-details {
display: block;
margin-top: -1px;
width: 1px;
height: 1px;
text-indent: -8999px;
}

/*--------------------------------------------------------------
5.3 - Header advertisement
--------------------------------------------------------------*/

#header-area-right {
float: right;
overflow: hidden;
line-height: 0;
}
.header-area-desktop {
display: block;
}
.header-area-tablet-landscape,
.header-area-tablet-portrait,
.header-area-mobile {
display: none;
}

/*--------------------------------------------------------------
5.4 - Sub Header
--------------------------------------------------------------*/

#sub-header {
position: relative;
width: 100%;
clear: both;
z-index: 8998;
}
.gp-header-centered #sub-header {
text-align: center;
}
#sub-header .gp-container {
height: 40px;
}
.gp-scrolling #sub-header {
padding: 10px 0;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.gp-scrolling.gp-fixed-header #sub-header {
position: fixed;
display: none;
}
.gp-scrolling #sub-header .gp-container {
height: 36px;
}

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

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

#main-nav {
display: inline-block;
height: 100%;
}
.gp-scrolling #main-nav {
height: 36px;
}
#main-nav .menu > li {
float: left;
margin: 0 0 0 30px;
line-height: 1;
}
.gp-scrolling #main-nav .menu > li {
margin-left: 15px;
}
#main-nav .menu > li:first-child {
margin-left: 0;
}
#main-nav a {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
#main-nav .menu > li > a {
padding: 10px;
-webkit-transition: background 0.2s, color 0.2s;
-moz-transition: background 0.2s, color 0.2s;
transition: background 0.2s, color 0.2s;
}
.gp-scrolling #main-nav .menu > li,
.gp-scrolling #main-nav .menu > li > a {
font-size: 16px;
line-height: 1;
}			
#main-nav .menu > li.nav-home > a {
position: relative;
border-radius: 100%;
color: #fff;
font-family: 'FontAwesome';
text-align: center;
width: 50px;
height: 50px;
margin: -5px 0 10px;
font-size: 0 !important;
}
#main-nav .menu > li.nav-home > a:before {
display: block;
content: '\f015';
font-size: 24px;
line-height: 30px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}		
#main-nav .menu > li.nav-home > a:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
top: -3px;
left: -3px;
padding: 3px;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-webkit-transform: scale(.8);
-moz-transition: -moz-transform 0.2s, opacity 0.2s;
-moz-transform: scale(.8);
-ms-transform: scale(.8);
transition: transform 0.2s, opacity 0.2s;
transform: scale(.8);
opacity: 0;
}
#main-nav .menu > li.nav-home > a:hover:after,
#main-nav .menu > li.nav-home:hover > a:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.gp-scrolling #main-nav .menu > li.nav-home > a {
width: 40px;
height: 40px;
margin-top: -2px;
}
.gp-scrolling #main-nav .menu > li.nav-home > a:before {
font-size: 16px;
line-height: 22px;
}	

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

.nav .menu > li .sub-menu {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
text-align: left;
}
.nav .sub-menu a {
padding: 15px;
font-size: 14px;
}
.nav .menu > li .sub-menu .sub-menu {
margin-top: 0;
}
.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: '\f105';
}
.nav .nav-edge .sub-menu .dropdown-icon:before {
content: '\f104';
}

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

.nav .megamenu .sub-menu li {
border: 0;
}
.nav .menu > li.megamenu > .sub-menu:before {
content: '';
}
.nav .megamenu > .sub-menu > li:first-child {
border-left: 0;
}
.nav .megamenu > .sub-menu > li a,
.nav .megamenu > .sub-menu > li > span {
padding: 2px 30px;
}
.nav .megamenu .sub-menu .sub-menu li.menu-text {
padding: 8px 30px;
line-height: 19px;
}
.nav .megamenu .sub-menu .sub-menu li.menu-image {
padding: 8px 30px;
} 
.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;
}

/*--------------------------------------------------------------
5.6 - Search form
--------------------------------------------------------------*/

#sub-header .searchform {
position: absolute;
z-index: 3;
top: 0;
right: 30px;
width: 360px;
display: none;
opacity: 0;
width: 0;
}
.gp-boxed-layout #sub-header .searchform {
right: 30px;
}
.gp-scrolling #sub-header .searchform {
width: 260px;
}
.gp-scrolling #sub-header .s {
height: 36px;
padding: 10px;
font-size: 16px;
}	
.gp-scrolling #sub-header .searchsubmit {
font-size: 16px;
}
#search-button {
cursor: pointer;
position: relative;
top: 50%;
right: 0;
float: right;
font-family: 'FontAwesome';
font-size: 20px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#search-button:before {
content: '\f002';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#search-button:hover {
color: inherit !important;
}
.gp-scrolling #search-button {
font-size: 16px;
}

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

#header-mobile-nav-button {
display: none;
float: right;
font-size: 18px;
cursor: pointer;
}
#mobile-nav {
float: left;
position: relative;
z-index: 8997;
display: none;
overflow: hidden;
padding: 0 15px 15px;
width: 100%;
}
.gp-desktop #mobile-nav,
.gp-tablet-landscape #mobile-nav,
.gp-tablet-portrait #mobile-nav {
display: none !important;
}
#mobile-nav.auto-height {
height: auto !important;
}
#mobile-nav .menu {
clear: both;
margin: 0;
}
#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 a.fa:before {
font-family: 'FontAwesome';
padding-right: 10px;
}
#mobile-nav .menu li a {
display: block;
line-height: 1;
padding: 20px 10px;
-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 .menu-text {
padding: 15px 0;
line-height: 19px;
}
#mobile-nav .menu > li > a {
font-weight: bold;
}
#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: '\f107';
}
#mobile-nav .menu li.gp-active > .mobile-dropdown-icon:before {
content: '\f106';
}
#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 .menu-text {
padding-left: 20px;
}
#mobile-nav .menu li .sub-menu .sub-menu .sub-menu a {
padding-left: 20px;
}
#mobile-nav .searchform {
margin-bottom: 30px;
float: left;
width: 100%;
}
#mobile-nav .s {
border: 0;
}

/*--------------------------------------------------------------
5.8 - Header advertisement
--------------------------------------------------------------*/

#header-area-bottom {
margin-top: 40px;
width: 100%;
line-height: 0;
overflow: hidden;
clear: both;
}


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

6 - Page Defaults

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

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

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

.entry-header {
position: relative;
overflow: hidden;
width: 100%;
}
.entry-header .entry-title,
.entry-header .hub-awards,
.entry-header .meta-cats,
.entry-header .entry-meta {
margin: 0 0 10px 0;
}
.entry-header .subtitle {
letter-spacing: 2px;
margin: 0 0 20px 0;
}
.entry-header .avatar {
float: left;
}
.author .entry-header .entry-title,
.author .entry-header .subtitle {
margin-left: 110px;
}
.entry-header > *:last-child,
.entry-header .gp-container > *:last-child {
margin-bottom: 0;
}

/* Standard header ************************************/

.standard-header {
margin: 0 0 40px 0;
}

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

.large-header {
background-size: cover;
background-repeat: no-repeat;
}
.large-header .gp-container {
overflow: hidden;
}
.large-header .entry-title,
.large-header .hub-awards,
.large-header .meta-cats,
.large-header .entry-meta {
text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.large-header .entry-meta {
font-weight: bold;
}
.large-header .subtitle {
opacity: 0.7 !important;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.large-header .entry-title.has-subtitle:after {
content: '';
display: block;
margin: 20px 0;
height:  1px;
opacity: 0.2;
}
.large-header .title-gradient-overlay {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50%;
background: -moz-linear-gradient(top, rgba(0,0,0,0,0) 0%, rgba(0,0,0,0.85) 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.85)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0)
}
.large-header .title-gradient-overlay.cat-color-overlay {
background: none;
height: 100%;
}

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

.gp-large-title .large-header {
margin-bottom: 40px;
width: 100% !important;
}
.gp-large-title .large-header .gp-container {
width: 100%;
}

/* Fullwidth header ************************************/

.gp-fullwidth-title .large-header {
border-top-width: 40px;
border-style: solid;
}

/* Full page header ************************************/

.gp-full-page-title .large-header {
border-top-width: 40px;
border-style: solid;
} 
.gp-full-page-title .title-gradient-overlay.cat-color-overlay {
background: none !important;
}
.gp-full-page-title .large-header .entry-title,
.gp-full-page-title .large-header .entry-meta {
margin: 0 0 2px 0;
text-shadow: none;
}
.gp-full-page-title .large-header .meta-cats {
margin: 10px 0 0 0;
}
.gp-full-page-title .large-header .highlight-effect {
display: inline-block;
padding: 5px 10px;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
background: #000;
}
#full-page-bg {
position: fixed;
z-index: 0;
top: 0;
left: 0;
background-color: #eee;
display: block;
background-size: cover;
background-position: top center;
height: 100%;
width: 100%;
}

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

.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: 8995;
background: #000;
}
.teaser-video {
width: 100%;
height: auto; 
}
.play-video-button-wrapper {
width: 100%;
margin-bottom: 30px;
text-align: center;
overflow: hidden;
display: inline-block;
}
.play-video-button {
display: block;
margin: auto;
border-radius: 100%;
border: 3px solid #fff;
color: #fff !important;
background: #000;
background: rgba(0,0,0,0.3);
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 {
background: rgba(0,0,0,0.7);
}
.play-video-button:before {
content: '\f04b';
font-family: 'FontAwesome';
font-size: 24px;
line-height: 53px;
margin-left: 4px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.close-video-button {
display: none;
position: absolute;
top: 10px;
left: 10px;
z-index: 8996;
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;
letter-spacing: 1px;
}
.entry-meta a:hover {
text-decoration: underline;
}
.entry-meta > span > span {
margin-right: 10px;
}
.entry-meta > span > span:before {
font-family: 'FontAwesome';
margin: 0 5px 0 1px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.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-tags a,
.tagcloud a {
display: inline-block;
margin-bottom: 4px;
line-height: 1;
font-size: 11px;
padding: 4px 6px;
font-weight: normal;
}
.meta-cats {
line-height: 1;
}
.meta-cats a {
display: inline-block;
line-height: 1;
font-size: 11px;
padding: 5px 6px 3px;
text-shadow: none;
margin-bottom: 1px;
}
@-moz-document url-prefix() { /* FireFox fix */
.meta-cats a {
padding-bottom: 5px;
}
}

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

.post-thumbnail {
max-width: 100%;
position: relative;
line-height: 0;
z-index: 1;
}
.featured-content {
margin-bottom: 18px;
}
.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 18px 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
--------------------------------------------------------------*/

/* 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;
}
.arve-wrapper {
max-width: 100%;
}
.post-format-video-content .arve-btn.arve-btn-close.arve-hidden {
display: none;
}

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

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

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

.filter-wrapper {
float: left;
position: relative;
margin-bottom: 30px;
}
div[class*='-shortcode'] .filter-wrapper {
margin-bottom: 20px;
}
.filter-menu {
position: relative;
float: left;
border-right: 1px solid #eee;
margin-right: 15px;
line-height: 1;
}
.filter-wrapper div:last-child {
border-right: 0;
margin-right: 0;
}
.filter-menu select {
position: relative;
z-index: 1;
border: 0;
padding: 0 30px 0 0;
font-size: 12px;
background: none;
}
.filter-menu:after {
position: absolute;
top: 2px;
right: 15px;
float: right;
content: '\f078';
font-family: 'FontAwesome';
font-size: 10px;
}
@-moz-document url-prefix() { /* FireFox fix */
.filter-menu select {
padding-right: 10px;
}
.filter-menu:after {
content: '';
}
}
@media screen\0 { /* IE 8/9/10/11 Fix */
.filter-menu select {
padding-right: 10px;
}
.filter-menu:after {
content: '';
}
}
.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.9);
visibility: visible;
z-index: 998;
opacity: 1;
}
.filter-loader {
z-index: 999;
position: absolute;
top: 40px;
left: 50%;
margin-left: -25px;
border-radius: 100%;
background: #000;
background: -moz-linear-gradient( -45deg, #eee 0%, #eee 50%, #000 51%, #000 100% );
background: -webkit-linear-gradient( -45deg, #eee 0%,#eee 50%,#000 51%,#000 100% );
background: -o-linear-gradient( -45deg, #eee 0%,#eee 50%,#000 51%,#000 100% );
width: 50px;
height: 50px;
}
.filter-loader:before {
display: block;
position: relative;
content: '';
width: 30px;
height: 30px;
background-color: rgba(255, 255, 255, 0.9);
border-radius: 100%;
top: 10px;
left: 10px;
}

/*--------------------------------------------------------------
6.7 - 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-top: 20px;
}
.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: 24px;
height: 24px;
border-radius: 100%;
line-height: 24px;
-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.8 - Breadcrumbs
--------------------------------------------------------------*/

#breadcrumbs {
margin: 0 0 40px 0;
font-size: 12px;
overflow: hidden;
width: 100%;
}
#breadcrumbs a:hover {
text-decoration: underline;
}


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

7.0 - Widgets

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

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

.widget {
position: relative;
float: left;
margin-bottom: 30px;
width: 100%;
}
.widget ul {
margin: 0;
}
.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;
}
.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;
width: 100%;
height: 40px;
padding: 10px 40px 10px 10px;
border: 0;
}
.searchform .accessibly-hidden {
display: none;
}
.searchsubmit {
position: absolute;
top: 0;
right: 0;
background: transparent !important;
padding: 0 10px;
height: 100%;
border: 0;
cursor: pointer;
}
@-moz-document url-prefix() { /* FireFox fix */
.searchsubmit {
padding: 7px;
}
}
.searchsubmit:before {
content: '\f002';
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
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 {
position: relative;
float: left;
overflow: hidden;
width: 100%;
}
.wpengine-promo {
display: none;
}

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

#footer-widgets {
float: left;
overflow: hidden;
padding: 100px 0 0;
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%;
}

/*--------------------------------------------------------------
8.3 - Footer image
--------------------------------------------------------------*/

#footer-image {
z-index: 1;
position: relative;
float: left;
margin: 40px 0 0;
width: 100%;
text-align: center;
}

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

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

#copyright {
position: relative;
float: left;
padding: 12px 0;
width: 100%;
font-size: 12px;
line-height: 20px;
margin-top: 30px;
}
#copyright.gp-copyright-curve {
padding-top: 112px;
margin-top: -70px;
}
#copyright-curves {
position: absolute;
top: -200px;
left: -40px;
width: 100%;
height: 300px;
padding: 0 40px;
box-sizing: content-box;
border-radius: 100%;
}

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

#copyright-text {
float: left;
}

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

#footer-nav {
float: right;
padding: 0;
}
#footer-nav .menu li {
display: inline-block;
margin: 0;
padding: 0;
list-style-type: none;
}
#footer-nav .menu li {
margin: 0 0 0 20px;
}
#footer-nav .menu li:first-child {
margin-left: 0;
}
#footer-nav .menu > li > a {
padding: 0;
}
#footer-nav .menu li:hover > .sub-menu {
display: none;
}

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

#toTop {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 8998;
display: none;
overflow: hidden;
padding: 20px;
border-radius: 3px;
font-size: 14px;
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.6 - 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;
}

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

#share-icons {
position: relative;
overflow: hidden;
width: 100%;
}
#share-icons a {
float: left;
display: block;
width: 50px;
height: 50px;
font-size: 24px;
line-height: 50px;
color: #fff !important;
text-align: center;
margin-left: 15px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'FontAwesome';
}
#share-icons a:first-child {
margin-left: 0;
}
#share-icons a:hover {
color: #fff !important;
opacity: 0.8;
}
.share-facebook {
background: #3b5998;
}
.share-twitter {
background: #4099ff;
}
.share-google-plus {
background: #d34836;
}
.share-pinterest {
background: #C92228;
}
.share-facebook:before {
content: '\f09a';
}
.share-twitter:before {
content: '\f099';
}
.share-google-plus:before {
content: '\f0d5';
}
.share-pinterest:before {
content: '\f0d2';
}

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

.author-info {
position: relative;
overflow: hidden;
width: 100%;
}
.author-meta {
overflow: hidden;
}
.author-info .avatar {
float: left;
margin-right: 20px;
width: 110px;
height: 110px;
}
.author-info .author-name {
display: block;
float: left;
position: relative;
z-index: 2;
margin-bottom: 10px;
padding: 8px 10px;
}
.author-info .author-desc {
clear: both;
font-weight: bold;
}

/*--------------------------------------------------------------
9.4 - 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;
}
.related-wrapper .no-thumbnail {
background: #eee;
}
.thumbnail-icon {
position: absolute;
color: #B3B3B1;
top: 50%;
left: 50%;
margin-top: -12px;
margin-left: -14px;
}
.related-wrapper .post-item .loop-header {
margin-bottom: 0;
}

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

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

#comments {
position: relative;
overflow: hidden;
width: 100%;
}
#comments ol.commentlist {
width: 100%;
list-style: none;
margin: 0;
}
#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;
}
#reply-title {
position: relative;
margin: 0 0 10px;
font-weight: bold;
text-transform: uppercase;
font-size: 18px;
line-height: 1;
}
#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;
margin: 0 0 10px;
}
#cancel-comment-reply-link {
font-weight: bold;
font-size: 12px;
line-height: 1;
display: block;
margin-top: 10px;
text-transform: none;
}


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

10 - Post categories

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

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

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

.blog-wrapper {
position: relative;
width: 100%;
overflow: hidden;
clear: both;
}
.inner-loop {
float: left;
position: relative;
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-title,
.post-item .hub-awards,
.post-item .meta-cats,
.post-item .entry-content,
.post-item .entry-meta,
.post-item .meta-tags {
position: relative;
margin: 0 0 8px 0;
}
.post-item .post-item-content > *:last-child {
margin-bottom: 0;
}
.post-item .thumbnail-header {
z-index: 1;
width: 70%;
position: absolute;
margin: 0 !important;
left: 0;
bottom: 20px;
}
.entry-highlight {
display: inline;
padding: 5px 10px;
opacity: 0.8;
font-weight: normal;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
@media screen\0 { /* IE 8/9/10/11 Fix */
.entry-highlight {
display: block;
}
}
.post-item > *:last-child {
margin-bottom: 0;
}
.post-item .read-more {
margin-left: 5px;
}
.no-items-found {
clear: both;
display: block;
margin-bottom: 30px;
}

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

.hub-awards {
line-height: 1;
}
.hub-award {
display: inline-block;
font-size: 11px;
color: #fff;
padding: 6px 8px 4px;
white-space: nowrap;
text-shadow: none;
font-weight: bold;
text-transform: uppercase;
letter-spacing: -0.5px;
}
@-moz-document url-prefix() { /* FireFox fix */
.hub-award {
padding-bottom: 6px;
}
}
.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-title {
font-size: 14px !important;
line-height: 20px !important;
font-weight: bold !important;
margin-bottom: 5px;
}

/* 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-title,
.blog-large-size .post-item .hub-awards,
.blog-large-size .post-item .meta-cats,
.blog-large-size .post-item .entry-content,
.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: 28px;
}
.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;
}
.blog-standard.videos-wrapper .format-video .post-thumbnail:before,
.blog-columns.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';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
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;
-moz-osx-font-smoothing: grayscale;
}
.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;
}

/*--------------------------------------------------------------
10.4 - Blog Horizontal Showcase
--------------------------------------------------------------*/

.showcase-wrapper {
position: relative;
width: 100%;
overflow: hidden;
clear: both;
}
.blog-horizontal .inner-loop > .post-item {
width: 50%;
}
.blog-horizontal .inner-loop > .post-item .entry-content {
font-size: 13px;
}
.blog-horizontal .small-posts {
float: left;
width: 50%;
padding-left: 30px;
clear: right;
}
.blog-horizontal .small-posts .entry-content {
font-size: 12px;
}

/*--------------------------------------------------------------
10.5 - Blog Vertical Showcase
--------------------------------------------------------------*/

.blog-vertical .small-posts {
float: left;
width: 100%;
clear: both;
}


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

11 - Other pages

--------------------------------------------------------------------------------------*/
 
/*--------------------------------------------------------------
11.1 - Blank page template
--------------------------------------------------------------*/

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

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

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

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

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

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

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

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

#new-search {
overflow: hidden;
border-top-width: 0;
padding-bottom: 30px;
margin-bottom: 30px;
}
#new-search .searchform {
max-width: 300px;
}

/*--------------------------------------------------------------
11.6 - 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: '\f105';
font-family: 'FontAwesome';
margin-left: 5px;
}


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

12 - Hub page template

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

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

.hub-header-info {
float: left;
width: 650px;
}
.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 {
float: left;
position: relative;
margin: 0 auto;
overflow: hidden;
}
.gp-large-title #hub-tabs {
top: -40px;
width: 100%;
}
.gp-fullwidth-title #hub-tabs {
margin-top: 20px;
width: 100%;
}
.gp-fullwidth-title #hub-tabs.gp-container {
padding: 0;
}
.gp-full-page-title #hub-tabs {
float: none;
}
#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:first-child {
border-width: 0 !important;
}
#hub-tabs li a {
display: block;
padding: 20px 10px;
letter-spacing: -0.5px;
}
#hub-tabs-mobile-nav-button {
display: none;
font-size: 18px;
cursor: pointer;
padding: 15px 10px;
line-height: 1;
text-align: center;
}
#hub-tabs-mobile-nav-button:after {
content: '\f0c9';
font-family: 'FontAwesome';
margin-left: 5px;
}

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

/* Details ************************************/

.hub-details {
position: relative;
overflow: hidden;
width: 100%;
padding: 80px 20px 20px 20px;
background-size: cover;
background-repeat: no-repeat;
}
.hub-details:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ffffff',GradientType=0 );
}
.hub-details .entry-title {
font-size: 24px;
line-height: 32px;
margin: 0 0 12px 0;
clear: both;
font-weight: normal;
}
.follow-item {
position: absolute;
top: 2px;
right: 2px;
padding: 5px 20px;
}
.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: 14px;
}
.follow-loader:before {
content: '\f110';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.follow-loading .follow-loader {
display: inline-block;
}
.hub-synopsis {
margin: 0 0 20px 0;
}

/* Average user rating ************************************/

.hub-details .large-rating {
float: left;
margin: 0 10px 0 0;
}
.hub-details .user-rating-wrapper .rating-outer {
background: rgba(0,0,0,0.2);
}
.hub-details .rating-inner {
width: 45px;
height: 45px;
font-size: 22px;
line-height: 45px;
}
.average-rating-wrapper {
position: relative;
overflow: hidden;
margin-bottom: 20px;
}
.average-rating-info {
overflow: hidden;
margin-top: 15px;
}
.average-rating-text {
font-weight: bold;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 1;
margin-bottom: 5px;
}
.total-votes {
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
font-size: 11px;
line-height: 1;
margin-bottom: 5px;
}
.your-rating-wrapper {
overflow: hidden;
margin-bottom: 20px;
}
.your-rating-wrapper i {
font-weight: bold;
font-size: 18px;
}
.rating-slider-wrapper {
clear: both;
position: relative;
overflow: hidden;
height: 35px;
}
/*REMOVE.rating-slider {
position: relative;
width: 100%;
}*/		
.rating-slider-wrapper .rating-unrated {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: url(lib/images/user-rating-slider-unrated.png) repeat;
}
.rating-slider-wrapper .rating-selection {
position: absolute;
top: 0;
left: 0;
width: 235px;
height: 100%;
}
.rating-slider-wrapper .rating-hover {
background: url(lib/images/user-rating-slider-hover.png) repeat;
}
.rating-slider-wrapper .rating-rated {
background: url(lib/images/user-rating-slider-rated.png) repeat;
}
.sign-in-to-rate {
margin-bottom: 20px;
text-align: center;
}
.your-rating {
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
font-size: 11px;
line-height: 1;
}
.submit-rating {
display: none;
margin-top: 5px;
}

/* User review buttons ************************************/

.user-review-buttons {
position: relative;
width: 100%;
overflow: hidden;
clear: both;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid rgba(0,0,0,0.1);
}
.user-review-buttons > a {
display: block;
float: left;
background: rgba(0,0,0,0.3);
padding: 10px 0;
text-align: center;
color: #fff !important;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
width: 49%;
}
.user-review-buttons > a:hover {
color: #fff !important;
background: rgba(0,0,0,0.6);
}
.user-review-buttons .user-reviews-button {
margin-right: 1%;
}
.user-review-buttons .write-a-review-button {
margin-left: 1%;
}

/* Hub fields ************************************/

.hub-fields {
position: relative;
float: left;
width: 100%;
overflow: hidden;
font-size: 12px;
line-height: 20px;
font-weight: 600;
}
.hub-field {
float: left;
margin-bottom: 12px;
width: 100%;
}
.hub-field-name {
float: left;
display: block;
width: 45%;
margin-right: 5%;
}
.hub-field-list {
float: left;
display: block;
width: 50%;
}


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

13 - Review page template

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

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

#review-content {
overflow: hidden;
position: relative;
float: left;
width: 100%;
margin-bottom: 40px;
}
.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;
margin-top: -4px;
}
.page-template-review-template-php .entry-content > p,
.page-template-review-template-php .review-text > ul,
.page-template-review-template-php .meta-tags,
.page-template-review-template-php #share-icons {
width: 80%;
margin-left: auto;
margin-right: auto;
}

.page-template-review-template-php .entry-content > blockquote {
width: 90%;
margin-left: auto;
margin-right: auto;
}
.page-template-review-template .subtitle {
width: 80%;
overflow: hidden;
margin: 0 auto 40px auto;
}

/*--------------------------------------------------------------
13.2 - Review summary
--------------------------------------------------------------*/

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

#review-results {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 40px;
border-bottom: 0 !important;
}

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

#points-wrapper {
position: relative;
float: left;
width: 100%;
}
#points-wrapper .good-points,
#points-wrapper .bad-points {
float: left;
width: 49%;
margin-bottom: 30px;
}
#points-wrapper .good-points {
margin-right: 2%;
}
#points-wrapper h4 {
font-size: 14px;
line-height: 1;
margin: 0 0 10px 0;
text-transform: uppercase;
font-weight: bold;
}
#points-wrapper ul {
margin: 0;
}
#points-wrapper li {
list-style: none;
margin: 0 0 10px 24px;
}
#points-wrapper li i {
margin-right: 10px;
margin-left: -24px;
}

/* Review summary ************************************/

#summary-wrapper {
position: relative;
float: left;
width: 100%;
padding-right: 120px;
min-height: 209px;
}
.rating-criteria #summary-wrapper {
padding-right: 420px;
}
#review-summary {
float: left;
width: 100%;
padding: 30px 90px 30px 20px;
min-height: 180px;
}
#review-summary h4 {
font-size: 24px;
line-height: 1;
font-weight: bold;
font-style: italic;
margin: 0 0 18px 0;
text-transform: uppercase;
}


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

14.0 - Images page template

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

.images-wrapper {
position: relative;
width: 100%;
overflow: hidden;
clear: both;
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-of-type(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;
color: #E44E48;
}
.user-review-success {
margin-bottom: 20px;
padding: 10px 20px;
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 - 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;
}


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

17.0 - Ratings

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

/*--------------------------------------------------------------
17.1 - Rating wrapper
--------------------------------------------------------------*/

.rating-wrapper {
float: right;
position: relative;
text-align: center;
z-index: 2;
}
.large-header .rating-wrapper {
margin-bottom: 20px;
}
#review-results .rating-wrapper {
position: absolute;
top: 0;
right: 0;
margin-top: -5px;
}
.post-item .post-thumbnail .rating-wrapper {
position: absolute;
bottom: 0;
right: 0;
margin-right: 10px;
margin-bottom: 10px;
}
.ranking-wrapper .post-item.top-ranked-item .post-item-content {
margin-top: -50px;
}
.ranking-wrapper .post-item.top-ranked-item.featured-image-disabled .post-item-content {
margin-top: -10px;
}
.ranking-wrapper .post-item.top-ranked-item .rating-wrapper {
width: 100%;
margin-bottom: 10px;
}

/*--------------------------------------------------------------
17.2 - Large rating
--------------------------------------------------------------*/

.large-rating {
float: left;
margin-left: 20px;
}
#review-results .large-rating {
margin: 0;
}
.blog-standard .large-rating,
.ranking-wrapper .post-item .large-rating {
margin-top: 10px;
}
.post-item .large-rating {
float: none;
margin: 0 auto;
text-align: center;
}
.featured-wrapper .post-item .large-rating {
float: left;
margin-left: 20px;
margin-top: 15px;
}
.slider-shortcode .large-rating {
margin-left: 10px;
}
.slider-shortcode .slide-small .large-rating {
margin-left: 5px;
}

/*--------------------------------------------------------------
17.3 - Rating outer/inner
--------------------------------------------------------------*/

.rating-outer {
display: inline-block;
border-radius: 100%;
}
.rating-inner {
position: relative;
display: inline-block;
background: rgba(0,0,0,0.2);
text-align: center;
font-weight: bold;
z-index: 4;
border-radius: 100%;
margin: 10px;
}
#review-results .rating-inner {
width: 150px;
height: 150px;
font-size: 75px;
line-height: 150px;
margin: 20px;
}
.featured-wrapper .post-item .rating-inner {
width: 100px;
height: 100px;
font-size: 50px;
line-height: 100px;
margin: 20px;
}
.large-header .rating-inner,
.slider-shortcode .rating-inner {
width: 60px;
height: 60px;
font-size: 32px;
line-height: 60px;
}
.slider-shortcode .slide-small .rating-inner {
width: 30px;
height: 30px;
font-size: 14px;
line-height: 30px;
margin: 5px;
}
.post-item .rating-inner {
width: 40px;
height: 40px;
font-size: 20px;
line-height: 40px;
}

/*--------------------------------------------------------------
17.2 - Rating text
--------------------------------------------------------------*/

.rating-text {
width: 100%;
line-height: 1;
text-align: center;
z-index: 5;
text-transform: uppercase;
margin: 5px 0 0;
word-wrap: inherit;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
}
#review-results .rating-text {
font-size: 16px;
margin-top: 10px;
}
.large-header .rating-text,
.post-thumbnail .rating-text {
color: #fff;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
.featured-wrapper .post-item .rating-text {
font-size: 18px;
}
.large-header .rating-text,
.slider-shortcode .rating-text {
font-size: 14px;
}
.slider-shortcode .slide-small .rating-text {
font-size: 9px;
margin-top: 3px;
}
.post-item .rating-text {
font-size: 12px;
}
.ranking-wrapper .post-item .rating-text {
display: none;
}
.blog-standard .post-item[class*="-rated-item"] .loop-header,
.blog-standard .post-item[class*="-rated-item"] .hub-awards,
.blog-standard .post-item[class*="-rated-item"] .meta-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-awards,
.ranking-wrapper .post-item.other-ranked-item[class*="-rated-item"] .meta-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-awards,
.featured-wrapper .post-item[class*="-rated-item"] .meta-cats,
.featured-wrapper .post-item[class*="-rated-item"] .entry-content,
.featured-wrapper .post-item[class*="-rated-item"] .entry-meta {
padding-right: 130px;
}
.featured-wrapper .post-item.both-rated-item .loop-header,
.featured-wrapper .post-item.both-rated-item .hub-awards,
.featured-wrapper .post-item.both-rated-item .meta-cats,
.featured-wrapper .post-item.both-rated-item .entry-content,
.featured-wrapper .post-item.both-rated-item .entry-meta {
padding-right: 270px;
}

/*--------------------------------------------------------------
17.4 - Small user rating
--------------------------------------------------------------*/

.small-rating {
width: 80px;
margin: 0 auto;
}
.small-rating .average-rating-data {
width: 81px;
margin-top: 5px;
}
#review-results .small-rating .average-rating-data {
margin-top: 10px;
}
.small-rating .user-average-text {
float: left;
font-size: 11px;
line-height: 20px;
margin-right: 5px;
}
.post-thumbnail .small-rating .user-average-text {
color: #fff;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
.small-rating .average-rating {
float: right;
width: 29px;
height: 20px;
line-height: 19px;
font-size: 12px;
border-radius: 4px;
}

/*--------------------------------------------------------------
17.5 - Multi site rating criteria
--------------------------------------------------------------*/

.site-rating-criteria-wrapper {
width: 276px;
float: right;
margin: 20px 0 0 20px;
}
.site-rating-criteria {
margin-bottom: 10px;
overflow: hidden;
}
.site-rating-slider-wrapper {
float: left;
position: relative;
width: 100%;
overflow: hidden;
height: 25px;
}
.site-rating-unselected {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0,0,0,0.05);
}
.site-rating-selection {
position: absolute;
top: 0;
left: 0;
height: 100%;
}
.site-rating-criteria-text {
position: absolute;
z-index: 2;
top: 1px;
left: 7px;
font-size: 12px;
font-weight: bold;
}


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

18.0 - Portfolio

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

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

.portfolio-filters {
margin-bottom: 30px;
}
.portfolio-filters ul {
margin: 0;
}
.gp-fullwidth .portfolio-filters {
margin-bottom: 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-wrapper {
position: relative;
}
.portfolio-wrapper .inner-loop {
opacity: 0;
position: relative;
width: 102%;
overflow: hidden;
}
.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-title {
margin: 5px 0 0 0;
padding: 0;
font-size: 20px;
line-height: 32px;
}
.portfolio-columns-5 .portfolio-item .loop-title,
.portfolio-columns-6 .portfolio-item .loop-title {
font-size: 13px;
line-height: 21px;
}

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

.portfolio-row {
position: relative;
overflow: hidden;
width: 100%;
}
.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 {
overflow: hidden;
margin-bottom: 30px;
width: 100%;
}
.portfolio-row > div:last-child {
margin-bottom: 0;
}
.portfolio-title span {
float: left;
}	
.portfolio-link {
float: right;
text-shadow: none;
}


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

19.0 - Visual Composer

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

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

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

/*--------------------------------------------------------------
19.2 - Element Titles
--------------------------------------------------------------*/

.element-title {
position: relative;
width: 100%;
overflow: hidden;
clear: both;
margin: 0 0 30px 0;
}
.element-title h3 {
display: block;
float: left;
position: relative;
z-index: 2;
margin: 0;
padding: 8px 10px;
}
.element-title h3 i {
margin-right: 10px;
}
.see-all-link {
float: right;
position: relative;
z-index: 2;
margin-left: 10px;
line-height: 34px;
display: inline-block;
font-size: 12px;
font-weight: 300;
}
.see-all-link i:before {
font-family: 'FontAwesome';
content: '\f054';
font-size: 10px;
margin-left: 5px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pagination-arrows {
float: right;
margin-bottom: 20px;
}
.ajax-pagination.pagination-arrows {
margin-top: -35px;
}
.ajax-pagination.pagination-arrows.pagination-margin {
margin-top: 0;
}
.pagination-arrows .prev,
.pagination-arrows .next {
float: left;
color: #000;
line-height: 1;
}
.pagination-arrows .next {
margin-left: 10px !important;
}
.pagination-arrows .prev:before {
content: '\f053';
font-family: 'FontAwesome';
font-size: 10px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pagination-arrows .next:before {
content: '\f054';
font-family: 'FontAwesome';
font-size: 10px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
19.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';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-theme .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
content: '\f147';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


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

.carousel {
position: relative;
clear: both;
width: 100%;
}
.carousel-shortcode .slides > li {
margin: 0 30px 0 0;
line-height: 24px;
}


/*--------------------------------------------------------------
19.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';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-theme .wpb_toggle_title_active:before,
.gp-theme #content h4.wpb_toggle_title_active:before {
content: '\f147';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
19.6 - Featured
--------------------------------------------------------------*/

.featured-wrapper {
position: relative;
width: 100%;
overflow: hidden;
clear: both;
}
.featured-wrapper .post-item {
z-index: 2;
margin-bottom: 0 !important;
}
.featured-wrapper .loop-title {
font-size: 30px;
line-height: 34px;
}
.featured-wrapper .loop-title a,
.featured-wrapper .loop-title a:hover {
color: inherit;
}
.featured-wrapper .entry-content {
font-size: 16px;
line-height: 28px;
}


/*--------------------------------------------------------------
19.7 - Images
--------------------------------------------------------------*/

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


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

/*--------------------------------------------------------------
19.9 - Ranking
--------------------------------------------------------------*/

.ranking-wrapper {
overflow: hidden;
position: relative;
width: 100%;
clear: both;
}
.ranking-wrapper .element-title {
margin: 0;
}
.ranking-wrapper .post-item {
padding: 20px;
margin: 0;
background-size: cover;
border-top: 1px solid #fff;
border-bottom: 1px solid #eee;
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: 15px;
line-height: 21px;
font-weight: bold;
}
.ranking-wrapper .post-item .meta-cats {
margin-bottom: 15px;
}
.ranking-wrapper .post-item .entry-meta {
margin-top: -10px;
}
.ranking-number-overlay {
opacity: 0.1;
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
font-size: 20px;
line-height: 1;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
color: #000;
}
.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%;
}


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

.slider-shortcode > li {
text-align: center;
}
.slider-shortcode .slides > li:first-child { /* Safari fix for 1px added to left of slider */
margin-left: -1px;
}
.slider-shortcode .slides > li.flex-active-slide + li { /* Safari fix for 1px added to left of slider */
margin-left: 1px;
}
.slider-shortcode .flex-viewport .slides > li { /* Safari 5.1 fix */
display: table !important;
}
.slider-large {
position: relative;
display: inline-block;
width: 50%;
overflow: hidden;
}
.slider-two-cols .slider-large {
width: 75%;
}
.slider-one-col .slider-large {
width: 100%;
}
.slider-left {
float: left;
width: 25%;
padding-right: 5px;
overflow: hidden;
}
.slider-right {
float: right;
width: 25%;
padding-left: 5px;
overflow: hidden;
}
.slide-small {
position: relative;
width: 100%;
overflow: hidden;
}
.slide-small-margin {
margin-bottom: 5px;
}
.slide-caption {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
padding-right: 20px;
}
.slide-small .slide-caption {
bottom: 10px;
padding-right: 10px;
}
.slide-caption-title {
margin: 0;
width: 70%;
font-size: 22px !important;
line-height: 33px !important;
}
@media screen\0 { /* IE 8/9/10/11 Fix */
.slide-caption-title {
width: 60%;
}
}
.slide-small .slide-caption-title {
font-size: 16px !important;
line-height: 25px !important;
}
.slide-caption-text {
width: 70%;
margin: 10px 0 0 0;
font-size: 12px !important;
line-height: 22px !important;
}
@media screen\0 { /* IE 8/9/10/11 Fix */
.slide-caption-text {
width: 60%;
}
}
.slider-shortcode .flex-control-nav {
margin: 10px 0 0;
line-height: 0;
}

/*--------------------------------------------------------------
19.11 - Social buttons
--------------------------------------------------------------*/

.social-button {
float: left;
width: 47%;
margin-bottom: 20px;
}
.social-button:nth-of-type(odd) {
clear: none;
margin-right: 6%;
}	
.social-button:nth-of-type(even) {
clear: right;
}
.social-button a {
display: block;
float: left;
margin-right: 20px;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
color: #fff !important;
font-size: 24px;
}
.social-button a:hover {
color: #fff !important;
opacity: 0.8;
}
.social-info {
margin-left: 70px;
}
.social-number {
display: block;
font-size: 28px;
letter-spacing: -1.5px;
margin-bottom: 5px;
font-weight: bold;
width: 100%;
}
.social-text {
display: block;
font-size: 11px;
text-transform: uppercase;
width: 100%;
opacity: 0.5;
}
.rss-button {
background: #ff6600;
}
.facebook-button {
background: #3b5998;
}
.twitter-button {
background: #4099ff;
}
.googleplus-button {
background: #d34836;
}
.youtube-button {
background: #e52d27;
}
.linkedin-button {
background: #007bb6;
}
.flickr-button {
background: #ff0084;
}
.pinterest-button {
background: #cb2027;
}
.vimeo-button {
background: #aad450;
}
.instagram-button {
background: #517fa4;
}

/*--------------------------------------------------------------
19.12 - Tabs
--------------------------------------------------------------*/

.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;
}
.gp-theme .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.gp-theme .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
padding: 2em;
}


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

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

/*--------------------------------------------------------------
19.15 - Filters
--------------------------------------------------------------*/

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


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

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


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

21 - Demo Switcher

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

#demo-switcher {
font-family: 'Open Sans', sans-serif;
position: fixed;
top: 0;
left: -280px;
z-index: 9000;
background: #fff;
border-right: 1px solid #ccc;
padding: 90px 25px;
width: 280px;
height: 100%;
}
#demo-switcher-button {
position: absolute;
top: 350px;
right: -43px;
background: #fff;
border: 1px solid #ccc;
border-left-color: #fff;
padding: 10px;
color: #666;
font-size: 24px;
font-weight: bold;
width: 43px;
line-height: 1;
cursor: pointer;
}
#demo-switcher-button:before {
content: '\f013';
font-family: 'FontAwesome';
}
#demo-title {
text-align: center;
font-size: 18px;
margin-bottom: 30px;
text-transform: uppercase;
}
#demo-buttons a {
width: 105px;
display: inline-block;
margin: 0 15px 15px 0;
padding: 10px 0;
text-align: center;
background: #eee;
color: #666;
font-size: 12px;
line-height: 1;
font-weight: bold;
text-transform: uppercase;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
#demo-buttons a:nth-of-type(even) {
margin-right: 0;
}
#demo-buttons a:hover,
#demo-buttons a.selected {
color: #fff;
background: #F61E51;
}


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

22 - Media Queries

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

/*--------------------------------------------------------------
Desktops only
--------------------------------------------------------------*/

@media only screen and (min-width: 1083px) {

	.gp-full-page-title .entry-header {
	background: none !important;
	}
	.gp-full-page-title .title-gradient-overlay {
	display: none;
	}
	.teaser-video-header {
	background: #000 !important;
	background-image: none !important;
	}

}

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

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

	.gp-responsive.gp-boxed-layout #page-wrapper,
	.gp-responsive .gp-container,
	.gp-responsive.gp-scrolling.gp-fixed-header.gp-boxed-layout #sub-header {
	width: 1110px;
	}
	.gp-responsive #content {
	width: 680px;
	}
	.gp-responsive #sidebar {
	width: 330px;
	}		
	.gp-responsive .nav .menu li.megamenu > .sub-menu,
	.gp-responsive .nav .menu li.tab-content-menu .sub-menu,
	.gp-responsive .nav .menu li.content-menu .sub-menu {
	width: 1050px;
	}
	.gp-responsive .nav .menu li.tab-content-menu .inner-loop {
	width: 810px;
	}
	.gp-responsive .nav .menu li.content-menu .inner-loop {
	width: 1110px;
	}	
	.nav .menu li.content-menu .inner-loop {
	width: 1050px;
	}
	.gp-responsive .nav .menu li.tab-content-menu .post-item {
	width: 195px;
	}
	.gp-responsive .nav .menu li.content-menu .post-item {
	width: 204px;
	}
	.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%;
	}
		
}
		
/*--------------------------------------------------------------
Tablet (landscape)
--------------------------------------------------------------*/
		
@media only screen and (max-width: 1082px) { 

	.gp-responsive.gp-boxed-layout #page-wrapper,
	.gp-responsive .gp-container {
	width: 1024px;
	}
	.gp-responsive #content {
	width: 604px;
	}
	.gp-responsive .gp-header-right-multiple .header-area-desktop,
	.gp-responsive .gp-header-bottom-multiple .header-area-desktop {
	display: none;
	}	
	.gp-responsive .gp-header-right-multiple .header-area-tablet-landscape,
	.gp-responsive .gp-header-bottom-multiple .header-area-tablet-landscape {
	display: block;
	}		
	.gp-responsive #main-nav .menu > li {
	margin-left: 15px;
	}
	.gp-responsive .nav .menu li.megamenu > .sub-menu,
	.gp-responsive .nav .menu li.tab-content-menu .sub-menu,
	.gp-responsive .nav .menu li.content-menu .sub-menu {
	width: 964px;
	}	
	.gp-responsive .nav .menu li.tab-content-menu .inner-loop {
	width: 734px;
	}
	.gp-responsive .nav .menu li.content-menu .inner-loop {
	width: 964px;
	}
	.gp-responsive .nav .menu li.tab-content-menu .post-item {
	width: 176px;
	}
	.gp-responsive .nav .menu li.content-menu .post-item {
	width: 186px;
	}
	.gp-responsive #main-nav .menu > li:first-child {
	margin-left: 0;
	}	
	.gp-responsive .large-header {
	height: auto !important;
	}	
	.gp-responsive #full-page-bg {
	display: none;
	}
	.gp-responsive #teaser-video {
	display: none;
	}	
	.gp-responsive #toTop {
	display: none !important;
	}	
	.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;
	}	
			
}

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

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

	.gp-responsive .gp-container {
	padding-right: 15px;
	padding-left: 15px;
	width: 100% !important;	
	}
	.gp-responsive #page-wrapper {
	width: 100% !important;
	}
	.gp-responsive #content {
	width: 100% !important;
	}
	.gp-responsive #sidebar {
	width: 100%;
	padding-top: 40px;
	margin-top: 40px;
	}
	.gp-responsive #sub-header {
	position: relative !important;
	}
	.gp-responsive .gp-header-right-multiple .header-area-tablet-landscape,
	.gp-responsive .gp-header-bottom-multiple .header-area-tablet-landscape {
	display: none;
	}
	.gp-responsive .gp-header-right-multiple .header-area-tablet-portrait,
	.gp-responsive .gp-header-bottom-multiple .header-area-tablet-portrait {
	display: block;
	}	
	.gp-responsive #main-nav .menu > li > a {
	font-size: 16px;
	}			
	.gp-responsive #main-nav .menu > li.nav-home > a {
	width: 46px;
	height: 46px;
	}
	.gp-responsive #main-nav .menu > li.nav-home > a:before {
	font-size: 16px;
	line-height: 26px;
	}	
	.gp-responsive #sub-header .searchform {
	width: 260px;
	right: 15px;
	}
	.gp-responsive #sub-header .s {
	height: 36px;
	padding: 10px;
	font-size: 16px;
	}	
	.gp-responsive #sub-header .searchsubmit {
	font-size: 16px;
	}
	.gp-responsive #search-button {
	font-size: 16px;
	}	
	.gp-responsive .nav .menu li.megamenu > .sub-menu,
	.gp-responsive .nav .menu li.tab-content-menu .sub-menu,
	.gp-responsive .nav .menu li.content-menu .sub-menu {
	width: 738px;
	}	
	.gp-responsive .menu-tabs {
	width: 150px;
	}
	.gp-responsive .nav .menu li.tab-content-menu .inner-loop {
	width: 588px;
	}
	.gp-responsive .nav .menu li.content-menu .inner-loop {
	width: 738px;
	}
	.gp-responsive .nav .menu li.tab-content-menu .post-item {
	width: 139px;
	}
	.gp-responsive .nav .menu li.content-menu .post-item {
	width: 141px;
	}
	.gp-responsive .footer-widget {
	width: 47%;
	}
	.gp-responsive .footer-widget.footer-whole {
	width: 100%;
	}	
	.gp-responsive .footer-3,
	.gp-responsive .footer-5 {
	clear: both;
	margin-left: 0;
	}
	.gp-responsive .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),
	.gp-responsive .blog-columns-3 .post-item:nth-of-type(3n),
	.gp-responsive .blog-columns-4 .post-item:nth-of-type(4n),
	.gp-responsive .blog-columns-5 .post-item:nth-of-type(5n),
	.gp-responsive .blog-columns-6 .post-item:nth-of-type(6n),
	.gp-responsive .blog-columns-2 .post-item:nth-of-type(2n+1),
	.gp-responsive .blog-columns-3 .post-item:nth-of-type(3n+1),
	.gp-responsive .blog-columns-4 .post-item:nth-of-type(4n+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) {
	margin-right: 0;
	clear: none;
	}	
	.gp-responsive .blog-columns-2 .post-item:nth-of-type(2n+1),
	.gp-responsive .blog-columns-3 .post-item:nth-of-type(2n+1),
	.gp-responsive .blog-columns-4 .post-item:nth-of-type(2n+1),
	.gp-responsive .blog-columns-5 .post-item:nth-of-type(2n+1),
	.gp-responsive .blog-columns-6 .post-item:nth-of-type(2n+1) {
	margin-right: 2%;
	clear: left;
	}		
	.gp-responsive .images-shortcode .image-loop {
	width: 23.5%;
	}
	.gp-responsive .images-shortcode .inner-loop .image-loop:nth-of-type(odd) {
	clear: none;
	}	
	.gp-responsive .images-shortcode .inner-loop .image-loop:nth-of-type(even) {
	margin-right: 2%;
	}
	.gp-responsive .images-shortcode .inner-loop .image-loop:nth-of-type(4n+1) {
	clear: left;
	}
	.gp-responsive .images-shortcode .inner-loop .image-loop:nth-of-type(4n) {
	margin-right: 0;
	}
	.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 .large-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 .entry-content > p,
	.gp-responsive.page-template-review-template-php .entry-content > blockquote,
	.gp-responsive.page-template-review-template-php .meta-tags,
	.page-template-review-template-php #share-icons {
	width: 100%;
	}
	.gp-responsive .images-wrapper .image-loop {
	width: 49%;
	}
	.gp-responsive .images-wrapper .image-loop:nth-of-type(5n) {
	margin-right: 1%;
	}
	.gp-responsive .images-wrapper .image-loop:nth-of-type(2n) {
	margin-right: 0;
	}	
	.gp-responsive #user-review-form.small-form {
	width: 100%;
	margin-right: 0;
	}
	#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-of-type(4n+1) {
	border-left-width: 1px;
	}	
	.gp-responsive .pricing-table .pricing-row:nth-of-type(4n+0) {
	display: table-row;
	}	
	/*REMOVE.gp-responsive [class*='vc_col-sm-'] {
	width: 100%;
	}*/
	.gp-responsive .slide-caption-title {
	font-size: 18px !important;
	line-height: 28px !important;
	}
	.gp-responsive .slide-small .slide-caption-title {
	font-size: 13px !important;
	line-height: 21px !important;
	}
	.gp-responsive .slide-caption-text,
	.gp-responsive .slide-small .slide-caption .rating-wrapper {
	display: none;
	}	
	.gp-responsive .slider-shortcode .rating-inner {
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	margin: 5px;
	}
	.gp-responsive .slider-shortcode .rating-text {
	font-size: 11px;
	margin-top: 3px;
	}
			
}

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

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

	.gp-responsive #main-header {
	text-align: left;
	}
	.gp-responsive #sub-header {
	display: none;
	}
	.gp-responsive #header-area-right {
	width: 100%;
	text-align: center;
	}
	.gp-responsive #header-area-right > span {
	margin-top: 0 !important;
	}
	.gp-responsive .gp-header-right-multiple .header-area-tablet-portrait,
	.gp-responsive .gp-header-bottom-multiple .header-area-tablet-portrait {
	display: none;
	}
	.gp-responsive .gp-header-right-multiple .header-area-mobile,
	.gp-responsive .gp-header-bottom-multiple .header-area-mobile {
	display: inline-block;
	}
	.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 #login {
	padding: 10px;
	min-height: 100%;
	}
	.gp-responsive #login-box {
	width: 100%;
	height: 100%;
	padding: 20px;
	border-radius: 0;
	overflow: scroll;
	}
	.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 .social-login-link {
	display: block;
	}
	.gp-responsive #login-box input[type="submit"] {
	margin-top: 20px;
	}
	.gp-responsive .login-links {
	margin-top: 30px;
	}
	.gp-responsive #sub-header .searchform,
	.gp-responsive #search-button {
	display: none !important;
	}
	.gp-responsive #header-mobile-nav-button {
	display: block;
	}	
	.gp-responsive .entry-header .entry-title,
	.gp-responsive .entry-header .entry-title a {
	font-size: 24px;
	line-height: 30px;
	}
	.gp-responsive .entry-header .subtitle {
	font-size: 16px;
	line-height: 28px;
	}		
	.gp-responsive .entry-header .avatar {
	display: none;
	}
	.gp-responsive.gp-fullwidth-title .large-header	{
	border: 0;
	}
	.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 {
	display: inline-block;
	float: none;
	margin-left: 0;
	width: 100%;
	text-align: center;
	}
	.gp-responsive #footer-nav.nav .menu {
	width: auto;
	}
	.gp-responsive .site-rating-criteria-wrapper {
	width: 100%;
	margin-left: 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;
	}
	.gp-responsive.error404 h1 {
	font-size: 30px;
	line-height: 60px;
	}
	.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.page-template-review-template-php .subtitle {
	font-size: 20px;
	line-height: 38px;
	}
	.gp-responsive #points-wrapper .good-points,
	.gp-responsive #points-wrapper .bad-points {
	width: 100%;
	margin-right: 0;
	}	
	.gp-responsive #summary-wrapper {
	padding-right: 0;
	min-height: 0;
	}	
	.gp-responsive #review-summary {
	padding-right: 20px;
	min-height: 0;
	}		
	.gp-responsive #review-results .rating-wrapper {
	position: relative;
	margin: 20px 0 0 0;
	width: 100%;
	}
	.gp-responsive #review-results .large-rating {
	float: none;
	}	
	.gp-responsive .large-header .user-rating-wrapper {
	display: none;
	}	
	.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;
	}
	.gp-responsive .slider-three-cols .slider-large {
	width: 100%;
	margin-bottom: 5px;
	}
	.gp-responsive .slider-three-cols .slider-left {
	width: 50%;
	padding-right: 2.5px;
	}
	.gp-responsive .slider-three-cols .slider-right {
	width: 50%;
	padding-left: 2.5px;
	}
	.gp-responsive .slider-two-cols .slide-small .slide-caption-title {
	font-size: 11px !important;
	line-height: 19px !important;
	}
	.gp-responsive .slider-two-cols .slide-small .entry-highlight {
	padding: 2.5px 5px;
	}
	.gp-responsive .team-wrapper {
	margin-left: 0;
	}
	.gp-responsive .team-member {
	padding-left: 0;
	width: 100% !important;
	}	
	.gp-responsive .testimonial-image {
	float: none;
	margin: 0 auto 20px;
	}
	.gp-responsive .testimonial-quote {
	display: block;
	margin-left: 0 !important;
	text-align: center;
	font-size: 16px;
	line-height: 1.7em;
	}
	.gp-responsive .testimonial-name {
	font-size: 12px;
	line-height: 1.7em;
	}
		
}

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

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

	.gp-responsive .login-form .username,
	.gp-responsive .login-form .password,
	.gp-responsive .login-form .rememberme {
	display: block;
	width: 100%;
	margin-right: 0;
	}
	.gp-responsive .filter-wrapper {
	width: 90%;
	}
	.gp-responsive .filter-menu {
	max-width: 33%;
	}	
	.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 .blog-horizontal .inner-loop > .post-item,
	.gp-responsive .blog-horizontal .small-posts {
	width: 100%;
	padding-left: 0;
	}
	.gp-responsive .post-item[class*="-rated-item"] .loop-header,
	.gp-responsive .post-item[class*="-rated-item"] .hub-awards,
	.gp-responsive .post-item[class*="-rated-item"] .meta-cats,
	.gp-responsive .post-item[class*="-rated-item"] .entry-content,
	.gp-responsive .post-item[class*="-rated-item"] .entry-meta {
	padding-right: 0;
	}
	.gp-responsive .large-header .rating-wrapper {
	display: none;
	}		
	.gp-responsive .blog-standard .rating-wrapper {
	display: none;
	}
	.gp-responsive .related-wrapper .post-item {
	width: 100% !important;
	margin: 0 0 15px 0;
	}	
	.gp-responsive .related-wrapper .post-item:last-child {
	margin: 0;
	}	
	.gp-responsive .portfolio-wrapper.portfolio-masonry .portfolio-item {
	width: 100% !important;
	}
	.gp-responsive .ranking-wrapper .post-item.top-ranked-item .post-item-content {
	margin-top: -10px;
	}
	.gp-responsive .slide-small .slide-caption-title  {
	width: 95%;
	}
	.gp-responsive .slider-two-cols .slider-large {
	width: 100%;
	margin-bottom: 5px;
	}
	.gp-responsive .slider-two-cols .slider-right {
	width: 100%;
	padding-left: 0;
	}	
	.gp-responsive .slider-two-cols .slide-3 {
	float: left;
	width: 50%;
	padding-right: 2.5px;
	margin: 0;
	}
	.gp-responsive .slider-two-cols .slide-4 {
	width: 50%;
	padding-left: 2.5px;
	}	
	.gp-responsive .slider-two-cols .slide-2 .slide-caption {
	bottom: 20px;
	}
	.gp-responsive .slide-caption-title,
	.gp-responsive .slider-two-cols .slide-2 .slide-caption-title  {
	font-size: 14px !important;
	line-height: 23px !important;
	}
	.gp-responsive .slider-two-cols .slide-2 .entry-highlight {
	padding: 5px 10px;
	}	
	.gp-responsive .slider-three-cols .slide-small .slide-caption-title,
	.gp-responsive .slider-two-cols .slide-3 .slide-caption-title,
	.gp-responsive .slider-two-cols .slide-4 .slide-caption-title {
	font-size: 11px !important;
	line-height: 17px !important;
	}
	.gp-responsive .slider-three-cols .slide-small .entry-highlight,
	.gp-responsive .slider-two-cols .slide-3 .entry-highlight,
	.gp-responsive .slider-two-cols .slide-4 .entry-highlight {
	padding: 2.5px 5px;
	}
	.gp-responsive .slider-shortcode .rating-inner {
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	margin: 5px;
	}
	.gp-responsive .slider-shortcode .rating-text {
	font-size: 9px;
	}
	.gp-responsive .social-number {
	font-size: 22px;
	}
	
}