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

Theme Name: The Review
Version: 3.11
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
Text Domain: the-review

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

0 - CSS Reset
1 - General
2 - Content Areas
3 - Navigation
4 - Top Header
5 - Main Header
6 - Sidebar Widgets
7 - Footer
8 - Page Headers
9 - Post/Pages
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

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

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

/*--------------------------------------------------------------
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,
p:first-child {
margin-bottom: 12px;
}
p:last-child {
margin-bottom: 0;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
small {
font-size: xx-small;
line-height: 1em;
}
sup {
vertical-align: top;
font-size: xx-small;
line-height: 1em;
} 
sub {
vertical-align: bottom;
font-size: xx-small;
line-height: 1em;
}

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

ol {
margin: 0 0 24px 20px;
padding: 0;
list-style-type: decimal;
}
ul {
margin: 0 0 24px 20px;
padding: 0;
list-style-type: square;
}

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

/*--------------------------------------------------------------
Gradient/Background Overlay Styling
--------------------------------------------------------------*/

.gp-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 );
}
.gp-foreground-overlay {
position: relative;
z-index: 1;
}

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

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

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

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

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

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

.gp-container,
.gp-scrolling.gp-fixed-header.gp-boxed-layout #gp-sub-header,
.gp-boxed-layout #gp-page-wrapper {
width: 1170px;
}

/*--------------------------------------------------------------
Site and page wrapper
--------------------------------------------------------------*/

#gp-site-wrapper {
position: relative;
overflow: hidden;
}
#gp-page-wrapper {
position: relative;
margin: 0 auto;
width: 100%;
}
.gp-boxed-layout #gp-page-wrapper {
overflow: hidden;
}

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

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

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

#gp-content-wrapper {
position: relative;
margin: 0 auto;
padding-top: 40px;
padding-bottom: 40px;
}

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

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

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

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


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

3 - Navigation

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

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

.gp-nav {
z-index: 2;
}
.gp-nav .menu {
float: left;
margin: 0;
padding: 0;
text-align: left;
}
.gp-nav .menu li {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
list-style-type: none;
}
.gp-nav .menu li.gp-show-on-mobile {
display: none !important;
}
.gp-nav .menu > li > a {
display: inline-block;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto;
}
.gp-nav .menu a.fa:before {
font-family: 'FontAwesome';
padding-right: 10px;
}
.gp-nav .menu li.gp-hide-nav-label > a.fa:before {
padding-right: 0;
}
.gp-nav .gp-notification-counter {
margin-left: 5px;
margin-top: -1px !important;
font-size: 10px !important;
padding: 2px 4px !important;
border-radius: 4px;
vertical-align: middle;
line-height: 1 !important;
display: inline-block !important;
border: 0 !important;
}
.gp-nav .gp-notification-counter:before {
content: '' !important;
position: absolute;
}

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

.gp-nav .sub-menu {
position: absolute;
top: auto;
left: auto;
z-index: 8999;
display: none;
overflow: visible !important;
margin: 0;
padding: 0;
line-height: 1;
}
.gp-nav .gp-nav-edge .sub-menu {
right: 0;
}
.gp-nav .sub-menu li {
float: none;
}
.gp-nav li:hover > .sub-menu {
display: block;
}
.gp-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;
}
.gp-nav .sub-menu li .sub-menu {
top: 0;
left: 100%;
}
.gp-nav .gp-nav-edge .sub-menu li .sub-menu {
left: auto;
right: 100%;
}

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

.gp-nav .menu li.megamenu > .sub-menu > li {
display: table-cell;
padding: 20px 0;
}
.gp-nav .menu li.megamenu.columns-1 > .sub-menu > li {
width: 100%;
}
.gp-nav .menu li.megamenu.columns-2 > .sub-menu > li {
width: 50%;
}
.gp-nav .menu li.megamenu.columns-3 > .sub-menu > li {
width: 33.333%;
}
.gp-nav .menu li.megamenu.columns-4 > .sub-menu > li {
width: 25%;
}
.gp-nav .menu li.megamenu.columns-5 > .sub-menu > li {
width: 20%;
}
.gp-nav .megamenu > .sub-menu > li > a,
.gp-nav .megamenu > .sub-menu > li > span {
display: block;
font-weight: bold;
margin-bottom: 10px;
}
.menu li.megamenu li a:hover {
background: none !important;
}
.gp-nav .menu li.megamenu .sub-menu li a {
width: 100%;
}
.gp-nav .menu li.megamenu .sub-menu .sub-menu {
z-index: 0;
position: relative;
top: auto;
left: auto;
display: block;
}
.gp-nav .menu li.megamenu .sub-menu .sub-menu li {
width: 100%;
}

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

.gp-nav .menu li.megamenu,
.gp-nav .menu li.tab-content-menu,
.gp-nav .menu li.content-menu {
position: static;
}
.gp-nav .menu li.tab-content-menu .menu-item,
.gp-nav .menu li.content-menu .menu-item {
display: table;
}
.gp-nav .menu li.megamenu > .sub-menu,
.gp-nav .menu li.tab-content-menu .sub-menu,
.gp-nav .menu li.content-menu .sub-menu {
margin-left: 0;
left: 30px;
width: 1110px;
}
.gp-menu-tabs {
width: 230px;
margin: 0;
display: table-cell;
vertical-align: top;
padding-top: 20px;
}
.gp-nav .menu li .gp-menu-tabs li {
float: left;
width: 100%;
margin: 0;
padding: 10px 20px;
text-align: right;
cursor: pointer;
font-size: 13px;
}
.gp-nav .menu li.tab-content-menu .gp-inner-loop,
.gp-nav .menu li.content-menu .gp-inner-loop {
padding: 40px 30px 30px 0;
display: table-cell;
width: 880px;
}
.gp-nav .menu li.content-menu .gp-inner-loop {
width: 1110px;
}
.gp-nav .menu li.tab-content-menu section,
.gp-nav .menu li.content-menu section {
float: left;
width: 212px;
margin: 0;
padding-left: 30px;
}
.gp-nav .menu li.content-menu section {
width: 216px;
}
.gp-nav .menu li.tab-content-menu .menu-item a,
.gp-nav .menu li.content-menu .menu-item a {
padding: 0;
width: auto;
}
.gp-nav .menu li.tab-content-menu .menu-item a:hover,
.gp-nav .menu li.content-menu .menu-item a:hover {
background: none;
}
.gp-nav .menu li.tab-content-menu li .gp-loop-featured,
.gp-nav .menu li.content-menu li .gp-loop-featured {
margin-bottom: 8px;
}
.gp-nav .menu li.tab-content-menu li .gp-loop-title a,
.gp-nav .menu li.content-menu li .gp-loop-title a {
font-weight: bold;
font-size: 14px;
}
.gp-nav .gp-pagination-arrows {
margin: 0;
position: absolute;
top: 10px;
right: 30px;
}


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

4 - Top header

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

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

#gp-top-header {
position: relative;
z-index: 8999;
float: left;
clear: both;
width: 100%;
height: 40px;
font-size: 12px;
}
.gp-top-header-mobile #gp-top-header {
display: none;
}
#gp-top-header .gp-container {
height: 100%;
}
#gp-top-header  .gp-nav .menu a.fa:before {
padding-right: 5px;
}


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

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

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

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

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


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

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

#gp-right-top-nav {
float: right;
position: relative;
}
#gp-right-top-nav .menu > li {
position: relative;
display: inline-block;
margin: 0 0 0 20px;
line-height: 40px;
list-style-type: none;
}
#gp-right-top-nav .menu > li:first-child {
margin-left: 30px;
}
#gp-right-top-nav .menu > li a {
display: inline-block;
}
#gp-right-top-nav .menu > li > .sub-menu {
right: 0;
}

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

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

/*--------------------------------------------------------------
Login modal window
--------------------------------------------------------------*/

#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; }
}
#gp-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%;
}
#gp-login-close {
z-index: 1001;
position: absolute;
top: 20px;
right: 20px;
padding: 6px 8px 7px;
text-align: center;
font-size: 15px;
}
#gp-login-close:before {
content: '\f00d';
font-family: 'FontAwesome';
}
#gp-login-box h3 {
margin: 0 0 30px;
font-size: 24px;
line-height: 24px;
font-weight: normal;
}
.gp-login-content {
background: #f8f8f8;
overflow: hidden;
margin: 0 -30px;
padding: 40px 40px 20px;
border-top-width: 3px !important;
border-bottom-width: 3px !important;
}
.gp-login-content p {
margin-bottom: 20px;
}
.gp-login-content input[type="text"],
.gp-login-content input[type="password"],
.gp-login-content input[type="email"] {
width: 100%;
padding: 12px;
height: auto;
font-size: 15px;
border: 3px solid #e2e2e2;
}
.cptch_input,
.cptchpr_input {
height: 35px;
font-size: 14px;
}
.gp-login-content .rememberme {
font-size: 11px;
line-height: 11px;
}
.gp-login-results > span {
width: 100%;
float: left;
}
#gp-login-box input[type="submit"] {
float: left;
margin-top: 30px;
}
.gp-standard-login {
float: left;
width: 40%;
}
.gp-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;
}
.gp-or-divider {
float: left;
width: 20%;
line-height: 100px;
text-align: center;
}
.gp-or-divider span {
border-radius: 100%;
border: 3px solid #e2e2e2;
padding: 8px;
background: #fff;
font-weight: bold;
}
.gp-social-login {
float: left;
width: 40%;
}
.gp-lost-password-form-wrapper,
.gp-register-form-wrapper,
.gp-social-login-form-wrapper {
display: none;
}
.gp-social-login-link {
display: none;
}
.gp-login-links {
float: right;
margin-top: 40px;
font-size: 13px;
}
.gp-login-links a {
margin-left: 10px;
color: #000;
font-weight: bold;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-login-links a:hover {
color: #C34A32;
}
.gp-login-links .gp-login-link:before,
.gp-login-links .gp-social-login-link:before {
content: '\f090';
font-family: 'FontAwesome';
margin-right: 5px;
font-weight: normal;
}
.gp-login-links .gp-register-link:before {
content: '\f044';
font-family: 'FontAwesome';
margin-right: 5px;
font-weight: normal;
}
.gp-login-links .gp-lost-password-link:before {
content: '\f059';
font-family: 'FontAwesome';
margin-right: 5px;
font-weight: normal;
}


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

5 - Main Header

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

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

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

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

#gp-logo { 
display: inline-block;
margin: 40px 0;
width: auto;
font-size: 12px;
line-height: 0;
position: relative;
}
#gp-logo img {
max-height: 100%;
width: auto !important;
}

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

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

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

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

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

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

#gp-main-nav {
display: inline-block;
height: 100%;
}
.gp-scrolling #gp-main-nav {
height: 36px;
}
#gp-main-nav .menu > li {
float: left;
margin: 0 0 0 30px;
line-height: 1;
}
.gp-scrolling #gp-main-nav .menu > li {
margin-left: 15px;
}
#gp-main-nav .menu > li:first-child {
margin-left: 0;
}
#gp-main-nav a {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
#gp-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 #gp-main-nav .menu > li,
.gp-scrolling #gp-main-nav .menu > li > a {
font-size: 16px;
line-height: 1;
}			
#gp-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;
}
#gp-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;
}		
#gp-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;
}
#gp-main-nav .menu > li.nav-home > a:hover:after,
#gp-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 #gp-main-nav .menu > li.nav-home > a {
width: 40px;
height: 40px;
margin-top: -2px;
}
.gp-scrolling #gp-main-nav .menu > li.nav-home > a:before {
font-size: 16px;
line-height: 22px;
}	

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

.gp-nav .menu > li .sub-menu {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
text-align: left;
}
.gp-nav .sub-menu a {
padding: 15px;
font-size: 14px;
}
.gp-nav .menu > li .sub-menu .sub-menu {
margin-top: 0;
}
.gp-nav .gp-dropdown-icon {
margin-left: 10px;
line-height: 1;
}
.gp-nav .sub-menu .gp-dropdown-icon {
margin-top: 10px;
float: right;
line-height: 0;
}
.gp-nav .gp-nav-edge .sub-menu .gp-dropdown-icon {
float: left;
margin-left: 0;
margin-right: 10px;
}
.gp-nav .sub-menu .gp-dropdown-icon:before {
content: '\f105';
}
.gp-nav .gp-nav-edge .sub-menu .gp-dropdown-icon:before {
content: '\f104';
}

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

.gp-nav .megamenu .sub-menu li {
border: 0;
}
.gp-nav .menu > li.megamenu > .sub-menu:before {
content: '';
}
.gp-nav .megamenu > .sub-menu > li:first-child {
border-left: 0;
}
.gp-nav .megamenu > .sub-menu > li a,
.gp-nav .megamenu > .sub-menu > li > span {
padding: 2px 30px;
}
.gp-nav .megamenu .sub-menu .sub-menu li.menu-text {
padding: 8px 30px;
line-height: 19px;
}
.gp-nav .megamenu .sub-menu .sub-menu li.menu-image {
padding: 8px 30px;
} 
.gp-nav .megamenu .sub-menu .sub-menu {
border-radius: 0;
border: 0;
box-shadow: none;
margin: 0;
}
.gp-nav .megamenu .sub-menu .sub-menu li {
padding: 1px 0;
}

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

#gp-sub-header .searchform {
position: absolute;
z-index: 3;
top: 0;
right: 30px;
width: 360px;
display: none;
opacity: 0;
width: 0;
}
.gp-boxed-layout #gp-sub-header .searchform {
right: 30px;
}
.gp-scrolling #gp-sub-header .searchform {
width: 260px;
}
.gp-scrolling #gp-sub-header .gp-search-bar {
height: 36px;
padding: 10px;
font-size: 16px;
}	
.gp-scrolling #gp-sub-header .gp-search-submit {
font-size: 16px;
}
#gp-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%);
}
#gp-search-button:before {
content: '\f002';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-search-button:hover {
color: inherit !important;
}
.gp-scrolling #gp-search-button {
font-size: 16px;
}

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

#gp-mobile-nav-button {
display: none;
float: right;
font-size: 18px;
cursor: pointer;
line-height: 1;
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-mobile-nav-button:before {
content: '\f0c9';
}
#gp-mobile-nav-close-button {
overflow: hidden;
width: 100%;
position: relative;
padding: 14px 15px;
font-size: 22px;
color: #fff;
text-align: right;
cursor: pointer;
line-height: 1;
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-mobile-nav-close-button:before {
content: '\f00d';
}
#gp-mobile-nav {
position: absolute;
z-index: 99999;
top: 0;
left: -80%;
width: 80%;
height: 100%;    
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
transition: 1s;
}
.gp-mobile-nav-active #gp-mobile-nav {
left: 0;
transition: 1s;
}
#gp-mobile-nav .menu {
clear: both;
margin: 0;
}
#gp-mobile-nav .menu li {
position: relative;
float: left;
margin: 0;
width: 100%;
list-style-type: none;
}
#gp-mobile-nav #gp-mobile-nav-close-button + .menu > li:first-child {
border-width: 0 !important;
}
#gp-mobile-nav .menu a.fa {
font-family: inherit;
}
#gp-mobile-nav .menu a.fa:before {
font-family: 'FontAwesome';
padding-right: 10px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-mobile-nav .menu li > a {
display: block;
font-size: 16px;
line-height: 1;
padding: 14px 15px;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto;
font-weight: 400;
}
#gp-mobile-nav .menu li.menu-item-has-children > a {
padding-right: 70px;
}
#gp-mobile-nav .menu li .gp-menu-text {
padding: 15px 0;
line-height: 19px;
}
#gp-mobile-nav .menu li > .gp-mobile-dropdown-icon {
font-family: 'FontAwesome';
cursor: pointer;
position: absolute;
top: 0;
right: 0;
font-size: 20px;
padding: 0 25px;
line-height: 44px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-mobile-nav .menu li > .gp-mobile-dropdown-icon:before {
content: '\f107';
}
#gp-mobile-nav .menu li.gp-active > .gp-mobile-dropdown-icon:before {
content: '\f106';
}
#gp-mobile-nav .menu li .sub-menu {
margin: 0;
display: none;
}
#gp-mobile-nav .menu li .sub-menu a {
padding-left: 30px;
font-size: 14px;
}
#gp-mobile-nav .menu li .sub-menu .sub-menu a,
#gp-mobile-nav .menu li .sub-menu .sub-menu .gp-menu-text {
padding-left: 40px;
}
#gp-mobile-nav .menu li .sub-menu .sub-menu .sub-menu a {
padding-left: 50px;
}
#gp-mobile-nav .tab-content-menu .gp-mobile-dropdown-icon,
#gp-mobile-nav .content-menu .gp-mobile-dropdown-icon {
display: none;
}

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

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


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

6 - Sidebar Widgets

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

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

.widget {
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: 40px;
}
.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 section:last-child {
margin-bottom: 0 !important;
}
.widget.widget_visual_composer_addon {
margin-bottom: 0 !important;
}

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

.gp-recent-posts .gp-inner-loop section {
margin: 0 0 20px 0;
}
.gp-recent-posts .gp-post-thumbnail {
float: left;
margin-right: 15px;
}
.gp-recent-posts .gp-loop-title {
font-size: 14px;
line-height: 17px;
margin: 0 0 5px 0;
}
.gp-recent-posts .gp-loop-content {
overflow: hidden;
}

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

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

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

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

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

.searchform {
position: relative;
}
.gp-search-bar {
position: relative;
float: left;
width: 100%;
height: 40px;
padding: 10px 40px 10px 10px;
border: 0;
}
.searchform .accessibly-hidden {
display: none;
}
.gp-search-submit {
position: absolute;
top: 0;
right: 0;
background: transparent !important;
padding: 0 10px;
height: 100%;
border: 0;
line-height: 40px;
cursor: pointer;
}
@-moz-document url-prefix() { /* FireFox fix */
.gp-search-submit {
padding: 7px;
}
}
.gp-search-submit:before {
content: '\f002';
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
doesnotexist:-o-prefocus,
.gp-search-submit { /* Opera fix */
padding: 8px 10px;
}

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


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

7 - Footer

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

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

#gp-footer {
position: relative;
float: left;
overflow: hidden;
width: 100%;
}
.wpengine-promo {
display: none;
}

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

#gp-footer-widgets {
float: left;
overflow: hidden;
padding: 50px 0 0;
width: 100%;
}
.gp-footer-widget {
float: left;
margin-left: 6%;
}
.gp-footer-widget:first-child {
margin-left: 0;
}
.gp-footer-whole {
width: 100%;
}
.gp-footer-half {
width: 47%;
}
.gp-footer-third {
width: 29.33%;
}
.gp-footer-fourth {
width: 20.5%;
}
.gp-footer-fifth {
width: 15.2%;
}

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

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

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

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

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

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

#gp-copyright-text {
float: left;
}

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

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

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

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

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

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


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

8 - Page Headers

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

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

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

.gp-page-header {
position: relative;
overflow: hidden;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
}
.gp-page-header .gp-container {
overflow: hidden;
}
.gp-page-header .gp-entry-title,
.gp-page-header .gp-hub-awards,
.gp-page-header .gp-entry-cats,
.gp-page-header .gp-entry-meta {
margin: 0 0 10px 0;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.gp-page-header .gp-entry-meta {
font-weight: bold;
}
.gp-page-header .gp-subtitle {
letter-spacing: 2px;
margin: 0 0 20px 0;
opacity: 0.7 !important;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.gp-page-header .gp-entry-title.gp-has-subtitle:after {
content: '';
display: block;
margin: 20px 0;
height:  1px;
opacity: 0.2;
}
.gp-page-header .avatar {
float: left;
}
.author .gp-page-header .gp-entry-title,
.author .gp-page-header .gp-subtitle {
margin-left: 110px;
}
.gp-page-header > *:last-child {
margin-bottom: 0;
}
.gp-page-header .gp-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)
}
.gp-page-header .gp-title-gradient-overlay.gp-cat-color-overlay {
background: none;
height: 100%;
}
.gp-parallax {
opacity: 0;
}

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

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

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

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

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

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

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

.gp-video-header {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.gp-video-header iframe,
.gp-video-header video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.gp-video-header iframe,
.gp-video-header .gp-full-video {
height: 100%;
width: 100%;
z-index: 8995;
background: #000;
}
.gp-teaser-video {
width: 100%;
height: auto; 
}
.gp-play-video-button-wrapper {
width: 100%;
margin-bottom: 30px;
text-align: center;
overflow: hidden;
display: inline-block;
}
.gp-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;
}
.gp-play-video-button:hover {
background: rgba(0,0,0,0.7);
}
.gp-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;
}
.gp-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);
}
.gp-close-video-button:before {
content: '\f00d';
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-close-video-button:hover {
color: rgba(255,255,255,0.7);
}


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

9 - Posts/Pages

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

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

/* Breadcrumbs  ************************************/

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

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

.gp-entry-header {
position: relative;
overflow: hidden;
clear: both;
margin: 0 0 40px 0;
}
.gp-entry-header > *:last-child {
margin-bottom: 0;
}

/*--------------------------------------------------------------
Entry title
--------------------------------------------------------------*/

.gp-entry-title {
margin: 0 0 15px 0;
}

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

.gp-entry-meta {
position: relative;
width: 100%;
/*REMOVED for hub header overflow: hidden;*/
font-size: 11px;
line-height: 17px;
letter-spacing: 1px;
}
.gp-entry-meta a:hover {
text-decoration: underline;
}
.gp-post-meta {
margin-right: 10px;
}
.gp-post-meta:before {
font-family: 'FontAwesome';
margin: 0 5px 0 1px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-meta-author:before {
content: '\f007';
}
.gp-meta-date:before {
content: '\f017';
}
.gp-meta-comments:before {
content: '\f086';
}
.gp-meta-views:before {
content: '\f06e';
}
.gp-meta-followers:before {
content: '\f06e';
}
.gp-entry-cats {
line-height: 1;
}
.gp-entry-cats a {
display: inline-block;
line-height: 1;
font-size: 11px;
padding: 5px 6px 3px;
text-shadow: none;
margin-bottom: 3px;
}
@-moz-document url-prefix() { /* FireFox fix */
.gp-entry-cats a {
padding-bottom: 5px;
}
}
.gp-entry-tags {
margin: 0 0 40px 0;
}
.gp-entry-tags a,
.tagcloud a {
display: inline-block;
margin-bottom: 4px;
line-height: 1;
font-size: 11px;
padding: 4px 6px;
font-weight: normal;
}

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

.gp-hub-awards {
line-height: 1;
}
.gp-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 */
.gp-hub-award {
padding-bottom: 6px;
}
}
.gp-hub-award i {
margin-right: 5px;
}

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

.gp-post-thumbnail {
max-width: 100%;
position: relative;
line-height: 0;
z-index: 1;
}
.gp-post-thumbnail > div {
position: relative;
} 
.gp-mobile-image {
display: none;
}
.gp-text-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 */
.gp-text-highlight {
display: block;
}
}

/*--------------------------------------------------------------
Featured content
--------------------------------------------------------------*/

.gp-entry-featured .gp-image-wrap-left,
.gp-entry-featured .gp-image-align-left {
float: left;
}
.gp-entry-featured .gp-image-wrap-right,
.gp-entry-featured .gp-image-align-right {
float: right;
}
.gp-entry-content .gp-image-align-left,
.gp-entry-content .gp-image-align-right {
overflow: hidden;
}
.gp-entry-featured .gp-image-wrap-left {
margin: 0 15px 10px 0;
}
.gp-entry-featured .gp-image-wrap-right {
margin: 0 0 10px 15px;
}
.gp-entry-featured .gp-image-align-left {
margin: 0 15px 0 0;
}
.gp-entry-featured .gp-image-align-right {
margin: 0 0 0 15px;
}
.gp-entry-featured .gp-image-above {
margin-bottom: 32px;
}

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

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

.gp-post-format-audio-content {
max-width: 100% !important;
}

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

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

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

.gp-image-above.gp-post-format-gallery-slider-content.gp-slider,
.gp-portfolio-row .gp-slider {
width: auto !important;
}
.gp-image-above.gp-post-format-gallery-slider-content.gp-slider {
margin-bottom: 18px;
}

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

.gp-post-format-quote-content {
padding: 0 !important;
max-width: 100% !important;
}
.gp-post-format-quote-content blockquote {
margin: 0;
padding-right: 40px;
}

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

.gp-entry-content {
word-wrap: break-word;
margin: 0 auto 32px auto;
}
.gp-entry-content p:first-child,
.gp-entry-content p {
margin-bottom: 24px;
}
.gp-entry-content p:last-child {
margin: 0;
}
.gp-image-align-left.gp-entry-content,
.gp-image-align-right.gp-entry-content {
overflow: hidden;
}
.gp-pagination-numbers.gp-entry-pagination {
margin-top: 20px;
}

/*--------------------------------------------------------------
Share icons
--------------------------------------------------------------*/

#gp-share-icons {
position: relative;
overflow: hidden;
width: 100%;
margin: 0 0 40px 0;
}
#gp-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';
}
#gp-share-icons a:first-child {
margin-left: 0;
}
#gp-share-icons a:hover {
color: #fff !important;
opacity: 0.8;
}
.gp-share-facebook {
background: #3b5998;
}
.gp-share-twitter {
background: #4099ff;
}
.gp-share-google-plus {
background: #d34836;
}
.gp-share-pinterest {
background: #C92228;
}
.gp-share-facebook:before {
content: '\f09a';
}
.gp-share-twitter:before {
content: '\f099';
}
.gp-share-google-plus:before {
content: '\f0d5';
}
.gp-share-pinterest:before {
content: '\f0d2';
}

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

.gp-author-info {
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: 40px;
}
.gp-author-meta {
overflow: hidden;
}
.gp-author-info .avatar {
float: left;
margin-right: 20px;
width: 110px;
height: 110px;
}
.gp-author-info .gp-author-name {
display: block;
float: left;
position: relative;
z-index: 2;
margin-bottom: 10px;
padding: 8px 10px;
}
.gp-author-info .gp-author-desc {
clear: both;
font-weight: bold;
}
.gp-author-social-icons {
overflow: hidden;
width: 100%;
clear: both;
margin-top: 5px;
}
.gp-author-social-icons a {
float: left;
display: block;
font-family: 'FontAwesome';
margin-right: 10px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-twitter-icon:before {
content: '\f099';
}
.gp-facebook-icon:before {
content: '\f09a';
}
.gp-google-plus-icon:before {
content: '\f0d5';
}
.gp-pinterest-icon:before {
content: '\f0d2';
}
.gp-youtube-icon:before {
content: '\f16a';
}
.gp-vimeo-icon:before {
content: '\f27d';
}
.gp-flickr-icon:before {
content: '\f16e';
}
.gp-linkedin-icon:before {
content: '\f0e1';
}
.gp-instagram-icon:before {
content: '\f16d';
}

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

.gp-related-wrapper {
position: relative;
overflow: hidden;
width: 100%;
clear: both;
margin-bottom: 10px;
}
.gp-related-wrapper .gp-loop-featured .gp-image-above {
margin: 0;
}

/*--------------------------------------------------------------
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 .gp-comment-content {
margin: 0 0 0 80px;
}
#comments ol.commentlist li .gp-comment-content .meta {
margin: 0 0 3px;
}
#comments ol.commentlist li .gp-comment-content [itemprop='author'] {
font-weight: normal;
}
#comments ol.commentlist li .gp-comment-content [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;
}
#comments ul.page-numbers {
margin-bottom: 40px !important;
}


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

10 - Post Categories

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

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

.gp-filter-wrapper {
float: left;
position: relative;
margin-bottom: 30px;
}
.gp-vc-element .gp-filter-wrapper {
margin-bottom: 20px;
}
.gp-filter-menu {
position: relative;
float: left;
border-right: 1px solid #eee;
margin-right: 15px;
line-height: 1;
}
.gp-filter-wrapper div:last-child {
border-right: 0;
margin-right: 0;
}
.gp-filter-menu select {
position: relative;
z-index: 1;
border: 0;
padding: 0 30px 0 0;
font-size: 12px;
background: none;
}
.gp-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 */
.gp-filter-menu select {
padding-right: 10px;
}
.gp-filter-menu:after {
content: '';
}
}
@media screen\0 { /* IE 8/9/10/11 Fix */
.gp-filter-menu select {
padding-right: 10px;
}
.gp-filter-menu:after {
content: '';
}
}
.gp-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;
}
.gp-inner-loop.gp-filter-loading section {
opacity: 0.2;
}
.gp-filter-loader {
z-index: 999;
position: absolute;
top: 60px;
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;
}
.gp-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;
}

/*--------------------------------------------------------------
Wrapper
--------------------------------------------------------------*/

.gp-blog-wrapper {
position: relative;
width: 100%;
clear: both;
}
.gp-inner-loop {
overflow: hidden;
width: 100%;
}
.gp-inner-loop section {
float: left;
position: relative;
width: 100%;
overflow: hidden;
margin-bottom: 30px;
}
.gp-blog-standard section:last-child,
.gp-blog-large section:last-child {
margin-bottom: 0 !important;
}
section.sticky {
padding: 20px;
}

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

.gp-loop-title {
margin: 0 0 10px 0;
}
.gp-post-thumbnail .gp-loop-title {
position: absolute;
bottom: 20px;
left: 0;
width: 70%;
margin: 0;
}

/*--------------------------------------------------------------
Loop featured content
--------------------------------------------------------------*/

.gp-loop-featured {
position: relative;
}
.gp-loop-featured .gp-image-wrap-left,
.gp-loop-featured .gp-image-align-left {
float: left;
}
.gp-loop-featured .gp-image-wrap-right,
.gp-loop-featured .gp-image-align-right {
float: right;
}
.gp-image-align-left.gp-loop-content,
.gp-image-align-right.gp-loop-content {
overflow: hidden;
}
.gp-loop-featured .gp-image-wrap-left {
margin: 0 20px 10px 0;
}
.gp-loop-featured .gp-image-wrap-right {
margin: 0 0 10px 20px;
}
.gp-loop-featured .gp-image-align-left {
margin: 0 20px 0 0;
}
.gp-loop-featured .gp-image-align-right {
margin: 0 0 0 20px;
}
.gp-loop-featured .gp-image-above {
margin-bottom: 18px;
}

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

.gp-loop-meta {
position: relative;
font-size: 12px;
line-height: 17px;
margin-bottom: 10px;
}
.gp-loop-meta a:hover {
text-decoration: underline;
}
.gp-loop-cats {
margin-bottom: 10px;
line-height: 1;
}
.gp-loop-cats a {
display: inline-block;
line-height: 1;
font-size: 11px;
padding: 5px 6px 3px;
text-shadow: none;
margin-bottom: 3px;
}
@-moz-document url-prefix() { /* FireFox fix */
.gp-loop-cats a {
padding-bottom: 5px;
}
}
.gp-hub-awards {
margin-bottom: 10px;
line-height: 1;
}
.gp-loop-tags a {
display: inline-block;
margin-bottom: 4px;
line-height: 1;
font-size: 11px;
padding: 4px 6px;
font-weight: normal;
}

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

.gp-loop-content > div:last-child {
margin-bottom: 0;
}
.gp-loop-text {
font-size: 15px;
line-height: 23px;
margin: 0 0 10px 0;
}
.gp-loop-text > p:first-child {
margin: 0;
}
.gp-read-more {
margin-left: 5px;
}
.gp-no-items-found {
clear: both;
display: block;
margin-bottom: 30px;
}
.gp-pagination-numbers {
margin-top: 30px;
}
section + .gp-pagination-numbers {
margin-top: 0;
}

/*--------------------------------------------------------------
Large blog
--------------------------------------------------------------*/

.gp-blog-large section {
margin-bottom: 80px;
}
.gp-blog-large .gp-loop-content.gp-image-above {
margin: 0 auto;
}
.gp-blog-large .gp-loop-title,
.gp-blog-large .gp-loop-cats,
.gp-blog-large .gp-loop-meta {
margin: 0 0 15px 0;
}
.gp-blog-large .gp-loop-text {
margin: 0 0 20px 0;
}
.gp-blog-large .gp-loop-featured .gp-image-above {
margin-bottom: 32px;
}
.gp-loop-divider {
margin: 80px 0 0 0;
}
.sticky .gp-loop-divider {
display: none;
}
.gp-loop-divider:before {
content: '';
position: absolute;
left: 25%;
bottom: 0;
height:  1px;
width: 50%;
border-width: 0 !important;
border-top-width: 4px !important;
border-style: solid !important;
}
section:last-child .gp-loop-divider {
display: none;
}
.gp-blog-large .gp-pagination-numbers {
margin-top: 80px;
}
.gp-blog-large section + .gp-pagination-numbers {
margin-top: 0;
}

/*--------------------------------------------------------------
Small blog
--------------------------------------------------------------*/

.gp-blog-small-size section {
margin-bottom: 15px;
}
.gp-blog-small-size .gp-loop-title,
.gp-blog-small-size .gp-loop-cats,
.gp-blog-small-size .gp-loop-meta {
margin: 0 0 5px 0;
}
.gp-blog-small-size .gp-loop-title {
font-size: 14px;
line-height: 17px;
}
.gp-blog-small-size .gp-loop-text {
margin: 0 0 10px 0;
}
.gp-blog-small-size .gp-loop-featured .gp-image-wrap-left {
margin: 0 15px 5px 0;
}
.gp-blog-small-size .gp-loop-featured .gp-image-wrap-right {
margin: 0 0 5px 15px;
}
.gp-blog-small-size .gp-loop-featured .gp-image-align-left {
margin: 0 15px 0 0;
}
.gp-blog-small-size .gp-loop-featured .gp-image-align-right {
margin: 0 0 0 15px;
}
.gp-blog-small-size .gp-loop-featured .gp-image-above {
margin-bottom: 12px;
}
.gp-blog-small-size .gp-pagination-numbers {
margin-top: 15px;
}
.gp-blog-small-size section + .gp-pagination-numbers {
margin-top: 0;
}

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

.gp-blog-columns-1 section {
margin-right: 0;
width: 100%;
}
.gp-blog-columns-2 section {
width: 49%;
margin-right: 2%;
}
.gp-blog-columns-3 section {
width: 32%;
margin-right: 2%;
}
.gp-blog-columns-4 section {
width: 23.5%;
margin-right: 2%;
}
.gp-blog-columns-5 section {
width: 18.4%;
margin-right: 2%;
}
.gp-blog-columns-6 section {
width: 15%;
margin-right: 2%;
}
.gp-blog-columns-2 section:nth-of-type(2n),
.gp-blog-columns-3 section:nth-of-type(3n),
.gp-blog-columns-4 section:nth-of-type(4n),
.gp-blog-columns-5 section:nth-of-type(5n),
.gp-blog-columns-6 section:nth-of-type(6n) {
margin-right: 0;
}
.gp-blog-columns-2 section:nth-of-type(2n+1),
.gp-blog-columns-3 section:nth-of-type(3n+1),
.gp-blog-columns-4 section:nth-of-type(4n+1),
.gp-blog-columns-5 section:nth-of-type(5n+1),
.gp-blog-columns-6 section:nth-of-type(6n+1) {
clear: left;
}
[class*='gp-blog-columns'] .gp-pagination-numbers {
margin-top: 0;
}

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

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

.gp-blog-masonry .gp-inner-loop {
opacity: 0;
width: 101%;
}
.gp-blog-masonry section {
position: relative;
display: inline-block;
width: 48%;
margin: 0 0 20px 0;
padding: 20px;
}
.gp-no-sidebar .gp-blog-masonry section,
.gp-fullwidth .gp-blog-masonry section {
width: 31.333%;
}
.gp-blog-masonry section:not(.has-post-thumbnail).format-quote {
padding: 0;
}
.gp-blog-masonry .gp-loop-featured {
display: block;
max-width: none;
margin-top: -20px;
margin-right: -20px;
margin-left: -20px;
}
.gp-blog-masonry section:not(.has-post-thumbnail).format-quote .gp-loop-featured {
margin: 0;
}
.gp-blog-masonry .gp-loop-featured .gp-image-wrap-left,
.gp-blog-masonry .gp-loop-featured .gp-image-align-left {
margin-right: 20px;
}
.gp-blog-masonry .gp-loop-featured .gp-image-wrap-right,
.gp-blog-masonry .gp-loop-featured .gp-image-align-right {
margin-left: 20px;
margin-right: 0;
}
.gp-blog-masonry section .gp-post-format-audio-content .mejs-container .mejs-controls {
padding-right: 35px;
}
.gp-blog-masonry section .gp-post-format-quote-content blockquote:before {
content: '';
}
.gp-blog-masonry .gp-pagination-numbers {
margin-top: 0;
opacity: 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;
}

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

ul.page-numbers {
position: relative;
overflow: hidden;
width: 100%;
text-align: center;
font-size: 11px;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
}
ul.page-numbers,
ul.page-numbers li,
ul.page-numbers > span,
.gp-pagination.gp-entry-pagination ul.page-numbers > a {
display: inline-block;
margin: 0 2px !important;
padding: 0;
list-style: none;
font-size: 0;
}
ul.page-numbers .page-numbers {
display: inline-block;
margin: 0;
width: 24px;
height: 24px;
border-radius: 100%;
line-height: 24px;
font-size: 10px;
-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;
}
.gp-pagination.gp-entry-pagination ul.page-numbers .page-numbers {
margin: 0;
}
ul.page-numbers .page-numbers.prev {
padding-right: 2px;
font-size: 0;
}
ul.page-numbers .page-numbers.next {
padding-left: 2px;
font-size: 0;
}
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;
}
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;
}

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

.gp-pagination-arrows {
float: right;
position: absolute;
top: auto;
right: 0;
}
.gp-vc-element .gp-ajax-pagination.gp-pagination-arrows {
top: 70px;
}
.gp-pagination-arrows .prev,
.gp-pagination-arrows .next {
float: left;
color: #000;
line-height: 1;
}
.gp-pagination-arrows .next {
margin-left: 10px !important;
}
.gp-pagination-arrows .prev:before {
content: '\f053';
font-family: 'FontAwesome';
font-size: 10px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-pagination-arrows .next:before {
content: '\f054';
font-family: 'FontAwesome';
font-size: 10px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


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

11 - Other Pages

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

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

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

.error404 .gp-entry-header {
margin: 10% 0 0 0;
text-align: center;
}
.error404 .gp-entry-content {
text-align: center;
}
.error404 h1 {
font-size: 70px;
line-height: 100px;
}
.error404 h2 {
margin: 0;
font-size: 28px;
font-weight: 400;
}
.error404 .gp-search {
padding: 30px 15px 0 15px;
text-align: center;
overflow: hidden;
margin-bottom: 10%;
}
.error404 .gp-search p {
margin-bottom: 20px;
font-weight: 400;
width: 100%;
text-align: center;
}
.error404 .gp-search .searchform {
width: 50%;
margin: 0 auto;
}

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

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

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

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

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

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

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

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


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

12 - Hub page template

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

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

#gp-hub-header-info {
width: 100%;
position: relative;
/*REMOVED as cuts off ratings overflow: hidden;*/
padding-right: 220px;
}
#gp-affiliate-button {
color: #336600;
background-color: #66ff66;
font-size: 20px;
font-weight: bold;
line-height: 1;
padding: 20px 120px;
position: absolute;
right: 5px;
text-shadow: none;
top: 20px;
white-space: nowrap;
}

.gp-affiliate-button {
font-family: Oxygen;
color: #336600;
background-color: #66ff66;
font-size: 20px;
font-weight: bold;
padding: 20px 120px;
text-shadow: none;
white-space: nowrap;
margin:0 auto;
}

.gp-affiliate-button:hover {
	background-color: #33cc33;
	color: #336600;
}
/*--------------------------------------------------------------
Hub tabs
--------------------------------------------------------------*/

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

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

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

.gp-hub-details {
position: relative;
overflow: hidden;
width: 100%;
padding: 80px 20px 20px 20px;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}
.gp-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 );
}
.gp-hub-details .gp-entry-title {
font-size: 24px;
line-height: 32px;
margin: 0 0 12px 0;
clear: both;
font-weight: normal;
}
.gp-follow-item {
position: absolute;
top: 2px;
right: 2px;
padding: 5px 20px;
}
.gp-follow-item:after {
content: '\f067';
font-family: 'FontAwesome';
margin-left: 5px;
}
.gp-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;
}
.gp-follow-loader:before {
content: '\f110';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-follow-loading .gp-follow-loader {
display: inline-block;
}
.gp-hub-synopsis {
margin: 0 0 20px 0;
}

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

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

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

.gp-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);
}
.gp-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%;
}
.gp-user-review-buttons > a:hover {
color: #fff !important;
background: rgba(0,0,0,0.6);
}
.gp-user-review-buttons .gp-user-reviews-button {
margin-right: 1%;
}
.gp-user-review-buttons .write-a-review-button {
margin-left: 1%;
}

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

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


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

13 - Review page template

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

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

#gp-review-content-wrapper {
position: relative;
overflow: hidden;
margin: 0 auto;
padding-top: 40px;
padding-bottom: 0;
}
#gp-review-content {
overflow: hidden;
position: relative;
float: left;
width: 100%;
}
.gp-top-sidebar #gp-content {
width: 100% !important;
}
#gp-review-content-wrapper.gp-review-first-letter .gp-entry-text > p:first-child::first-letter, 
#gp-review-content-wrapper.gp-review-first-letter .gp-entry-text > *:not(p):first-child + p::first-letter, 
#gp-review-content-wrapper.gp-review-first-letter .gp-entry-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;
}
#gp-review-content-wrapper .gp-entry-text > *,
#gp-review-content-wrapper .gp-entry-tags,
#gp-review-content-wrapper #gp-share-icons {
width: 80%;
margin-left: auto;
margin-right: auto;
}
#gp-review-content-wrapper .gp-subtitle {
width: 80%;
overflow: hidden;
margin: 0 auto 40px auto;
}

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

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

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

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

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

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

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

/* Sidebars ************************************/

#gp-content-wrapper.gp-top-sidebar + #gp-sidebar {
display: none;
}


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

14 - Images page template

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

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


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

15 - Write a review page template

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

#gp-user-review-form {
float: left;
width: 100%;
}
#gp-user-review-form.gp-small-form {
width: 65%;
margin-right: 2%;
}
.gp-user-review-error {
display: block;
margin-top: 5px;
color: #E44E48;
}
.gp-user-review-success {
margin-bottom: 20px;
padding: 10px 20px;
background: #90D835;
color: #fff;
}
.gp-user-review-success a {
color: #fff;
}
.gp-user-review-success a:hover {
color: #fff;
text-decoration: underline;
}
#gp-user-review-form input[type='text'] {
display: block;
}
#gp-user-review-title {
width: 100%;
}
#gp-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-ghostpool_user_review_content-wrap .button {
font-weight: normal;
}
#wp-ghostpool_user_review_content-wrap .quicktags-toolbar,
#wp-ghostpool_user_review_content-wrap .mce-toolbar-grp {
border: 1px solid #DEDEDE;
}
#wp-ghostpool_user_review_content-wrap .wp-editor-tabs .wp-switch-editor:hover,
#wp-ghostpool_user_review_content-wrap .mce-toolbar .mce-btn button:hover {
background: inherit;
color: inherit;
background: none;
}
#wp-ghostpool_user_review_content-wrap textarea,
#wp-ghostpool_user_review_content-wrap iframe,
#wp-ghostpool_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;
}
#gp-user-review-rules {
float: left;
width: 33%;
}


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

16 - Following page template

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

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


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

17 - Ratings

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

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

.gp-rating-wrapper {
float: right;
position: relative;
text-align: center;
z-index: 2;
}
.gp-page-header .gp-rating-wrapper {
position: absolute;
bottom: 0;
right: 0;
}
.gp-fullwidth-title .gp-page-header .gp-rating-wrapper {
margin-bottom: 10px;
}
#gp-review-results .gp-rating-wrapper {
position: absolute;
top: 0;
right: 0;
margin-top: -5px;
}
section .gp-rating-wrapper {
margin-left: 10px;
}
section .gp-post-thumbnail .gp-rating-wrapper {
position: absolute;
bottom: 0;
right: 0;
margin-right: 10px;
margin-bottom: 10px;
}
.gp-ranking-wrapper section.gp-top-ranked-item .gp-rating-wrapper {
width: 100%;
margin-bottom: 10px;
}

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

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

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

.gp-rating-outer {
display: inline-block;
border-radius: 100%;
}
.gp-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;
}
#gp-review-results .gp-rating-inner {
width: 150px;
height: 150px;
font-size: 75px;
line-height: 150px;
margin: 20px;
}
.gp-featured-wrapper section .gp-rating-inner {
width: 100px;
height: 100px;
font-size: 50px;
line-height: 100px;
margin: 20px;
}
.gp-page-header .gp-rating-inner,
.gp-slider-wrapper .gp-rating-inner {
width: 60px;
height: 60px;
font-size: 32px;
line-height: 60px;
}
.gp-slider-wrapper .gp-slide-small .gp-rating-inner {
width: 30px;
height: 30px;
font-size: 14px;
line-height: 30px;
margin: 5px;
}
section .gp-rating-inner {
width: 40px;
height: 40px;
font-size: 20px;
line-height: 40px;
}

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

.gp-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;
}
#gp-review-results .gp-rating-text {
font-size: 16px;
margin-top: 10px;
}
.gp-page-header .gp-rating-text,
.gp-post-thumbnail .gp-rating-text {
color: #fff;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
.gp-featured-wrapper section .gp-rating-text {
font-size: 18px;
}
.gp-page-header .gp-rating-text,
.gp-slider-wrapper .gp-rating-text {
font-size: 14px;
}
.gp-slider-wrapper .gp-slide-small .gp-rating-text {
font-size: 9px;
margin-top: 3px;
}
section .gp-rating-text {
font-size: 12px;
}
.gp-ranking-wrapper section .gp-rating-text {
display: none;
}

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

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

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

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


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

18 - Portfolio

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

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

.gp-portfolio-filters {
margin-bottom: 30px;
}
.gp-portfolio-filters ul {
margin: 0;
}
.gp-fullwidth .gp-portfolio-filters {
margin-bottom: 30px;
text-align: center;
}
.gp-portfolio-filters li {
display: inline-block;
margin: 0 20px 0 0;
list-style: none;
}
.gp-portfolio-filters li:last-child {
margin-left: 0;
}

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

.gp-portfolio-wrapper {
position: relative;
}
.gp-portfolio-wrapper .gp-inner-loop {
position: relative;
width: 101%;
opacity: 0;
}
.gp-portfolio-wrapper section {
position: relative;
display: inline-block;
overflow: hidden;
margin: 0 0 30px 0;
padding: 0;
line-height: 0;
}
.gp-portfolio-columns-2 section {
width: 48%;
}
.gp-portfolio-columns-3 section {
width: 31.333%;
}
.gp-portfolio-columns-4 section {
width: 23.5%;
}
.gp-portfolio-columns-5 section {
width: 18.3%;
}
.gp-portfolio-columns-6 section {
width: 14.9%;
}
.gp-portfolio-masonry section {
margin-bottom: 0;
}
.gp-portfolio-masonry section,
.gp-portfolio-masonry section.regular,
.gp-portfolio-masonry section.tall {
width: 33.2%;
}
.gp-portfolio-masonry section.gp-narrow {
width: 33.2%;
}
.gp-portfolio-wrapper .gp-post-thumbnail {
overflow: hidden;
margin: 0;
}
.gp-portfolio-wrapper .gp-post-thumbnail img {
-webkit-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.gp-portfolio-wrapper .gp-post-thumbnail img:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.gp-portfolio-wrapper .gp-loop-title {
margin: 5px 0 0 0;
padding: 0;
font-size: 20px;
line-height: 32px;
}
.gp-portfolio-columns-5 .gp-loop-title,
.gp-portfolio-columns-6 .gp-loop-title {
font-size: 13px;
line-height: 21px;
}
.gp-portfolio-wrapper .gp-pagination-numbers {
opacity: 0;
}
.gp-portfolio-masonry .gp-pagination-numbers { 
margin-top: 30px;
}

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

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


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

19 - Visual Composer

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

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

/*REMOVED as using spacers between elements
.gp-vc-element {
margin-bottom: 40px;
}*/
.gp-theme small.vc_label {
font-size: inherit;
line-height: inherit;
}

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

.gp-element-title {
position: relative;
width: 100%;
overflow: hidden;
clear: both;
margin: 0 0 30px 0;
}
.gp-element-title h3 {
display: block;
float: left;
position: relative;
z-index: 2;
margin: 0;
padding: 8px 10px;
}
.gp-element-title h3 i {
margin-right: 10px;
}
.gp-empty-widget-title {
float: left;
width: 1px;
height: 35px;
}
.gp-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;
}
.gp-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gp-ranking-wrapper {
overflow: hidden;
position: relative;
width: 100%;
clear: both;
}
.gp-ranking-wrapper .gp-element-title {
margin: 0;
}
.gp-ranking-wrapper section {
padding: 20px;
margin: 0;
background-size: cover;
border-top: 1px solid #fff;
border-bottom: 1px solid #eee;
min-height: 120px;
}
.gp-ranking-wrapper section.gp-rated-item.gp-top-ranked-item .gp-loop-content {
margin-top: -50px;
}
.gp-ranking-wrapper section.gp-top-ranked-item.gp-featured-image-disabled .gp-loop-content {
margin-top: -10px;
}
.gp-ranking-wrapper section:first-child {
border-top: 0;
}
.gp-ranking-wrapper section:last-child {
border-bottom: 0;
}
.gp-ranking-wrapper .gp-loop-title {
font-size: 15px;
line-height: 21px;
font-weight: bold;
}
.gp-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;
}
section.gp-top-ranked-item {
text-align: center;
}
section.gp-top-ranked-item .gp-post-thumbnail {
float: none;
margin: 0 0 15px 0;
}
section.gp-top-ranked-item .gp-post-thumbnail img {
width: auto;
}
section.gp-top-ranked-item .gp-loop-title {
clear: both;
text-align: center;
overflow: hidden;
width: 100%;
}

/*--------------------------------------------------------------
Showcase
--------------------------------------------------------------*/

.gp-showcase-wrapper {
position: relative;
width: 100%;
overflow: hidden;
clear: both;
}
.gp-small-posts section {
margin-bottom: 15px;
}
.gp-small-posts .gp-loop-featured .gp-image-wrap-left {
margin: 0 15px 10px 0;
}
.gp-small-posts .gp-loop-featured .gp-image-wrap-right {
margin: 0 0 10px 15px;
}
.gp-small-posts .gp-loop-featured .gp-image-align-left {
margin: 0 15px 0 0;
}
.gp-small-posts .gp-loop-featured .gp-image-align-right {
margin: 0 0 0 15px;
}
.gp-small-posts .gp-loop-featured .gp-image-above {
margin-bottom: 10px;
}
.gp-small-posts .gp-loop-cats {
margin-bottom: 5px;
}
.gp-small-posts .gp-loop-title {
font-size: 14px;
line-height: 17px;
}
.gp-blog-horizontal .gp-inner-loop > section {
width: 50%;
}
.gp-showcase-wrapper.gp-blog-horizontal .gp-inner-loop > section:first-child {
margin-bottom: 0;
}
.gp-blog-horizontal .gp-small-posts {
float: left;
width: 50%;
padding-left: 20px;
clear: right;
}
.gp-blog-vertical .gp-small-posts {
float: left;
width: 100%;
clear: both;
}

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

.gp-slider-wrapper > li {
text-align: center;
}
.gp-slider-wrapper .slides > li:first-child { /* Safari fix for 1px added to left of slider */
margin-left: -1px;
}
.gp-slider-wrapper .slides > li.flex-active-slide + li { /* Safari fix for 1px added to left of slider */
margin-left: 1px;
}
.gp-slider-wrapper .flex-viewport .slides > li { /* Safari 5.1 fix */
display: table !important;
}
.gp-slider-large {
position: relative;
display: inline-block;
width: 50%;
overflow: hidden;
}
.gp-slider-two-cols .gp-slider-large {
width: 75%;
}
.gp-slider-one-col .gp-slider-large {
width: 100%;
}
.gp-slider-left {
float: left;
width: 25%;
padding-right: 5px;
overflow: hidden;
}
.gp-slider-right {
float: right;
width: 25%;
padding-left: 5px;
overflow: hidden;
}
.gp-slide-small {
position: relative;
width: 100%;
overflow: hidden;
}
.gp-slide-small-margin {
margin-bottom: 5px;
}
.gp-slide-caption {
position: absolute;
z-index: 2;
bottom: 20px;
left: 0;
width: 100%;
padding-right: 20px;
}
.gp-slide-small .gp-slide-caption {
bottom: 10px;
padding-right: 10px;
}
.gp-slide-caption-title {
margin: 0;
width: 70%;
font-size: 22px;
line-height: 33px;
}
@media screen\0 { /* IE 8/9/10/11 Fix */
.gp-slide-caption-title {
width: 60%;
}
}
.gp-slide-small .gp-slide-caption-title {
font-size: 16px;
line-height: 25px;
}
.gp-slide-caption-text {
width: 70%;
margin: 10px 0 0 0;
font-size: 12px;
line-height: 22px;
}
@media screen\0 { /* IE 8/9/10/11 Fix */
.gp-slide-caption-text {
width: 60%;
}
}
.gp-slider-wrapper .flex-control-nav {
margin: 10px 0 0;
line-height: 0;
}
.gp-slider-wrapper .flex-direction-nav {
margin: 0;
list-style: none;
}
.gp-slider-wrapper .flex-direction-nav li {
margin: 0;
}
.gp-slider-wrapper .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-wrapper :hover .flex-direction-nav a {
background: rgba(0,0,0,0.6);
}
.gp-slider-wrapper .flex-direction-nav .flex-next {
right: 0;
padding: 10px 10px 10px 15px;
}
.gp-slider-wrapper .flex-direction-nav .flex-next:before {
content: '\f105';
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-slider-wrapper .flex-direction-nav .flex-prev {
left: 0;
padding: 10px 15px 10px 10px;
}
.gp-slider-wrapper .flex-direction-nav .flex-prev:before {
content: '\f104';
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-slider-wrapper .flex-direction-nav .flex-disabled {
display: none;
}
.gp-slider-wrapper .flex-control-nav {
width: 100%;
list-style: none;
text-align: center;
}
.gp-slider-wrapper .flex-control-nav li {
display: inline-block;
margin: 0 4px;
padding: 0;
border-radius: 100%;
list-style: none;
}
.gp-slider-wrapper .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-wrapper .flex-control-nav li a:hover,
.gp-slider-wrapper .flex-control-nav li .flex-active {
opacity: 1;
}

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

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

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

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

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

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

.gp-team-wrapper {
margin-left: -60px;
}
.gp-team-wrapper:before,
.gp-team-wrapper:after {
content: ' ';
display: table;
}
.gp-team-member {
float: left;
padding: 0 0 65px 60px;
}
.gp-team-member.gp-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;
}
.gp-team-member a {
color: inherit;
text-decoration: underline;
}
.gp-team-member a:hover {
text-decoration: none;
}

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

.gp-filters-wrapper {
position: relative;
width: 100%;
overflow: hidden;
clear: both;
}
.gp-filters-wrapper .gp-element-title {
margin: 0;
}
.gp-filters-wrapper form {
background: #f8f8f8;
padding: 20px;
}
.gp-filters-wrapper .gp-filter-title {
display: block;
font-size: 13px;
font-weight: bold;
margin-bottom: 2px;
}
.gp-filters-wrapper 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

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

#gp-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%;
}
#gp-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;
}
#gp-demo-switcher-button:before {
content: '\f013';
font-family: 'FontAwesome';
}
#gp-demo-title {
text-align: center;
font-size: 18px;
margin-bottom: 30px;
text-transform: uppercase;
}
#gp-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;
}
#gp-demo-buttons a:nth-of-type(even) {
margin-right: 0;
}
#gp-demo-buttons a:hover,
#gp-demo-buttons a.gp-selected {
color: #fff;
background: #F61E51;
}


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

22 - Media Queries

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

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

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

	.gp-has-teaser-video {
	background: #000 !important;
	background-image: none !important;
	}

}

/*--------------------------------------------------------------
Tablet landscape and above only
--------------------------------------------------------------*/

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

	#gp-mobile-nav {
	display: none !important;
	}

}

/*--------------------------------------------------------------
Desktops - 1200 - 1083px
--------------------------------------------------------------*/

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

	.gp-responsive.gp-boxed-layout #gp-page-wrapper,
	.gp-responsive .gp-container,
	.gp-responsive.gp-scrolling.gp-fixed-header.gp-boxed-layout #gp-sub-header {
	width: 1110px;
	}
	.gp-responsive #gp-content,
	.gp-responsive .gp-top-sidebar #gp-review-content {
	width: 680px;
	}
	.gp-responsive #gp-sidebar {
	width: 330px;
	}		
	.gp-responsive .gp-nav .menu li.megamenu > .sub-menu,
	.gp-responsive .gp-nav .menu li.tab-content-menu .sub-menu,
	.gp-responsive .gp-nav .menu li.content-menu .sub-menu {
	width: 1050px;
	}
	.gp-responsive .gp-nav .menu li.tab-content-menu .gp-inner-loop {
	width: 810px;
	}
	.gp-responsive .gp-nav .menu li.content-menu .gp-inner-loop {
	width: 1110px;
	}	
	.gp-nav .menu li.content-menu .gp-inner-loop {
	width: 1050px;
	}
	.gp-responsive .gp-nav .menu li.tab-content-menu section {
	width: 195px;
	}
	.gp-responsive .gp-nav .menu li.content-menu section {
	width: 204px;
	}
	.gp-responsive .gp-blog-horizontal .gp-inner-loop > section {
    width: 50%;
	}
	.gp-responsive .gp-blog-horizontal .gp-inner-loop > section {
    width: 50%;
	}
	.gp-responsive .gp-blog-horizontal .gp-small-posts {
	width: 50%;
    padding-left: 20px;
	}
	.gp-showcase-wrapper.gp-blog-horizontal .gp-inner-loop > section:first-child {
	margin-bottom: 0;
	}
		
}
		
/*--------------------------------------------------------------
Tablet (landscape)
--------------------------------------------------------------*/
		
@media only screen and (max-width: 1082px) { 

	.gp-responsive.gp-boxed-layout #gp-page-wrapper,
	.gp-responsive .gp-container {
	width: 1024px;
	}
	.gp-responsive #gp-content,
	.gp-responsive .gp-top-sidebar #gp-review-content {
	width: 604px;
	}
	.gp-responsive .gp-header-right-multiple .gp-header-area-desktop,
	.gp-responsive .gp-header-bottom-multiple .gp-header-area-desktop {
	display: none;
	}	
	.gp-responsive .gp-header-right-multiple .gp-header-area-tablet-landscape,
	.gp-responsive .gp-header-bottom-multiple .gp-header-area-tablet-landscape {
	display: block;
	}		
	.gp-responsive #gp-main-nav .menu > li {
	margin-left: 15px;
	}
	.gp-responsive .gp-nav .menu li.megamenu > .sub-menu,
	.gp-responsive .gp-nav .menu li.tab-content-menu .sub-menu,
	.gp-responsive .gp-nav .menu li.content-menu .sub-menu {
	width: 964px;
	}	
	.gp-responsive .gp-nav .menu li.tab-content-menu .gp-inner-loop {
	width: 734px;
	}
	.gp-responsive .gp-nav .menu li.content-menu .gp-inner-loop {
	width: 964px;
	}
	.gp-responsive .gp-nav .menu li.tab-content-menu section {
	width: 176px;
	}
	.gp-responsive .gp-nav .menu li.content-menu section {
	width: 186px;
	}
	.gp-responsive #gp-main-nav .menu > li:first-child {
	margin-left: 0;
	}	
	.gp-responsive .gp-page-header {
	height: auto !important;
	}
	.gp-responsive .gp-teaser-video {
	display: none;
	}	
	.gp-responsive #gp-to-top {
	display: none !important;
	opacity: 0 !important;
	}	
	.gp-responsive .gp-portfolio-wrapper.gp-portfolio-masonry section {
	width: 33.3% !important;
	}
	.gp-responsive .gp-portfolio-wrapper.gp-portfolio-masonry section.wide,
	.gp-responsive .gp-portfolio-wrapper.gp-portfolio-masonry section.large {
	width: 66.6% !important;
	}	
	.gp-responsive .gp-portfolio-columns-4 section .gp-loop-title {
	font-size: 13px;
	line-height: 21px;
	}
	.gp-responsive .gp-parallax {
	background-position: top center !important;
	background-size: cover;
	}
	.gp-responsive .gp-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 #gp-page-wrapper {
	width: 100% !important;
	}
	.gp-responsive.gp-mobile-nav-active #gp-page-wrapper {
	opacity: 0.4;
	}	
	.gp-responsive #gp-content,
	.gp-responsive .gp-top-sidebar #gp-review-content {
	width: 100% !important;
	}
	.gp-responsive #gp-sidebar {
	width: 100%;
	border-bottom-width: 0 !important;
	padding-top: 40px;
	margin-top: 40px;
	}
	.gp-responsive #gp-main-header {
	text-align: left;
	}
	.gp-responsive #gp-header-area-right {
	width: 100%;
	text-align: center;
	}
	.gp-responsive #gp-header-area-right > span {
	margin-top: 0 !important;
	}	
	.gp-responsive .gp-header-right-multiple .gp-header-area-tablet-landscape,
	.gp-responsive .gp-header-bottom-multiple .gp-header-area-tablet-landscape {
	display: none;
	}
	.gp-responsive .gp-header-right-multiple .gp-header-area-tablet-portrait,
	.gp-responsive .gp-header-bottom-multiple .gp-header-area-tablet-portrait {
	display: block;
	}		
	.gp-responsive #gp-sub-header {
	display: none;
	}
	.gp-responsive .menu li.gp-show-on-mobile {
	display: inline-block !important;
	}
	.gp-responsive .menu li.gp-hide-on-mobile {
	display: none !important;
	}
	.gp-responsive #gp-mobile-nav-button {
	display: block;
	}		
	gp-responsive.gp-mobile-nav-active {
	background: #000 !important;
	}
	.gp-responsive #mobile-nav .menu li a.gp-notification-counter {
	display: none;
	}
	.gp-fullwidth-title .gp-page-header,
	.gp-full-page-title .gp-page-header {
	border-top: 0 !important;
	}
	.gp-responsive .gp-footer-widget {
	width: 47%;
	}
	.gp-responsive .gp-footer-widget.gp-footer-whole {
	width: 100%;
	}	
	.gp-responsive .gp-footer-3,
	.gp-responsive .gp-footer-5 {
	clear: both;
	margin-left: 0;
	}
	.gp-responsive .gp-post-thumbnail .gp-image-above img {
	width: 100%;
	}	
	.gp-responsive .gp-author-info .avatar {
	display: none;
	}
	.gp-responsive .gp-blog-masonry section,
	.gp-responsive .gp-blog-columns-2 section,
	.gp-responsive .gp-blog-columns-3 section,
	.gp-responsive .gp-blog-columns-4 section,
	.gp-responsive .gp-blog-columns-5 section,
	.gp-responsive .gp-blog-columns-6 section,
	.gp-responsive .gp-portfolio-wrapper section {
	width: 48%;
	margin-right: 0;
	clear: none;
	}	
	.gp-responsive .gp-blog-columns-2 section:nth-of-type(2n+1),
	.gp-responsive .gp-blog-columns-3 section:nth-of-type(2n+1),
	.gp-responsive .gp-blog-columns-4 section:nth-of-type(2n+1),
	.gp-responsive .gp-blog-columns-5 section:nth-of-type(2n+1),
	.gp-responsive .gp-blog-columns-6 section:nth-of-type(2n+1) {
	margin-right: 4%;
	clear: left;
	}
	.gp-responsive #gp-hub-tabs .gp-container {
	width: 100%;
	}
	.gp-responsive #gp-hub-tabs ul {
	display: none;
	}
	.gp-responsive #gp-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 #gp-hub-tabs li a {
	padding: 10px 20px;
	}	
	.gp-responsive #gp-hub-tabs-mobile-nav-button {
	display: block;
	}
	.gp-responsive #gp-review-content-wrapper .gp-entry-text > *,
	.gp-responsive #gp-review-content-wrapper .gp-entry-tags,
	.gp-responsive #gp-review-content-wrapper #gp-share-icons {
	width: 100%;
	}
	.gp-responsive .gp-images-lazyload-wrapper .gp-image-loop {
	width: 32.6%;
	}
	.gp-responsive .gp-images-lazyload-wrapper .gp-image-loop:nth-of-type(5n) {
	margin-right: 1%;
	}
	.gp-responsive .gp-images-lazyload-wrapper .gp-image-loop:nth-of-type(3n) {
	margin-right: 0;
	}	
	.gp-responsive #user-review-form.gp-small-form {
	width: 100%;
	margin-right: 0;
	}
	#gp-user-review-rules {
	width: 100%;
	margin-top: 30px;
	}
	.gp-responsive .gp-portfolio-wrapper.gp-portfolio-masonry section {
	width: 50% !important;
	}
	.gp-responsive .gp-portfolio-masonry section.gp-narrow {
	width: 100% !important;
	}
	.gp-responsive .gp-portfolio-columns-4 section .gp-loop-title {
	font-size: 20px;
	line-height: 32px;
	}
	.gp-responsive .gp-portfolio-left-col {
	margin-bottom: 30px;
	width: 100%;
	}
	.gp-responsive .gp-portfolio-right-col {
	width: 100%;
	padding: 0;
	}	
	.gp-responsive .gp-images-wrapper .gp-image-loop {
	width: 23.5%;
	}
	.gp-responsive .gp-images-wrapper .gp-image-loop:nth-of-type(odd) {
	clear: none;
	}	
	.gp-responsive .gp-images-wrapper .gp-image-loop:nth-of-type(even) {
	margin-right: 2%;
	}
	.gp-responsive .gp-images-wrapper .gp-image-loop:nth-of-type(4n+1) {
	clear: left;
	}
	.gp-responsive .gp-images-wrapper .gp-image-loop:nth-of-type(4n) {
	margin-right: 0;
	}	
	.gp-responsive .vc_col-xs-12, 
	.gp-responsive .vc_column_container {
	width: 100%;
	}	
	.gp-responsive .gp-featured-wrapper .gp-post-thumbnail {
	display: none;
	}
	.gp-responsive .gp-pricing-column {
	margin-bottom: 25px;
	width: 50% !important;
	}
	.gp-responsive .gp-pricing-table .gp-pricing-column.gp-price-column-border:nth-of-type(4n+1) {
	border-left-width: 1px;
	}	
	.gp-responsive .gp-pricing-table .gp-pricing-row:nth-of-type(4n+0) {
	display: table-row;
	}
	.gp-responsive .gp-ranking-wrapper section.gp-top-ranked-item .gp-post-thumbnail .gp-image-above img {
	width: auto;
	}
	.gp-responsive .gp-slide-caption-title {
	font-size: 18px !important;
	line-height: 28px !important;
	}
	.gp-responsive .gp-slide-small .gp-slide-caption-title {
	font-size: 13px !important;
	line-height: 21px !important;
	}
	.gp-responsive .gp-slide-caption-text,
	.gp-responsive .gp-slide-small .gp-slide-caption .gp-rating-wrapper {
	display: none;
	}	
	.gp-responsive .gp-slider-wrapper .gp-rating-inner {
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	margin: 5px;
	}
	.gp-responsive .gp-slider-wrapper .gp-rating-text {
	font-size: 11px;
	margin-top: 3px;
	}
			
}

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

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

	.gp-responsive .pp_pic_holder {
	left: 2.5% !important;
	width: 95% !important;
	}
	.gp-responsive .pp_content {
	width: 98% !important;
	height: auto !important;
	}
	.gp-responsive .pp_fade {
	padding-bottom: 40px;
	width: 100% !important;
	height: 100% !important;
	}
	.gp-responsive #pp_full_res img,
	.gp-responsive #pp_full_res iframe,
	.gp-responsive #pp_full_res video {
	max-width: none !important;
	width: 100% !important;
	height: auto !important;
	}
	.gp-responsive .pp_details {
	width: 100% !important;
	}
	.gp-responsive .ppt {
	margin-left: 0 !important;
	width: 100% !important;
	}
	.gp-responsive .gp-header-right-multiple .gp-header-area-tablet-portrait,
	.gp-responsive .gp-header-bottom-multiple .gp-header-area-tablet-portrait {
	display: none;
	}
	.gp-responsive .gp-header-right-multiple .gp-header-area-mobile,
	.gp-responsive .gp-header-bottom-multiple .gp-header-area-mobile {
	display: inline-block;
	}	
	.gp-theme.gp-responsive blockquote {
	font-size: 16px;
	line-height: 30px;
	}	
	.gp-responsive.gp-top-header-desktop #gp-top-header {
	display: none;
	}	
	.gp-responsive.gp-top-header-mobile #gp-top-header {
	display: block;
	}
	.gp-responsive #gp-left-top-nav {
	display: none;
	}	
	.gp-responsive #login {
	padding: 10px;
	min-height: 100%;
	}
	.gp-responsive #gp-login-box {
	width: 100%;
	height: 100%;
	padding: 20px;
	overflow: scroll;
	}
	.gp-responsive #gp-login-box h3 {
	margin-bottom: 20px;
	}
	.gp-responsive .gp-login-content {
	padding: 20px 20px 8px;
	margin: 0 -20px;
	}
	.gp-responsive .gp-standard-login {
	width: 100%;
	}
	.gp-responsive .gp-or-divider,
	.gp-responsive .gp-social-login {
	display: none;
	}
	.gp-responsive .gp-social-login-link {
	display: block;
	}
	.gp-responsive #gp-login-box input[type="submit"] {
	margin-top: 20px;
	}
	.gp-responsive .gp-login-links {
	margin-top: 30px;
	}
	.gp-responsive .gp-page-header .gp-entry-title,
	.gp-responsive .gp-page-header .gp-entry-title a {
	font-size: 24px;
	line-height: 30px;
	}
	.gp-responsive .gp-page-header .gp-subtitle {
	font-size: 16px;
	line-height: 28px;
	}		
	.gp-responsive .gp-page-header .avatar {
	display: none;
	}
	.gp-responsive.gp-fullwidth-title .gp-page-header {
	border: 0;
	}
	.gp-responsive .gp-footer-widget {
	margin-left: 0;
	width: 100%;
	}
	.gp-responsive #gp-copyright .gp-container > div {
	margin-bottom: 15px;
	}
	.gp-responsive #gp-copyright .gp-container > div:last-child {
	margin-bottom: 0;
	}	
	.gp-responsive #gp-copyright-text,
	.gp-responsive #gp-footer-nav,
	.gp-responsive #gp-footer-nav.gp-nav .menu {
	display: inline-block;
	float: none;
	margin-left: 0;
	width: 100%;
	text-align: center;
	}
	.gp-responsive #gp-footer-nav.gp-nav .menu {
	width: auto;
	}	
	.gp-responsive .gp-blog-masonry .gp-inner-loop,
	.gp-responsive .gp-blog-wrapper section,
	.gp-responsive .gp-portfolio-wrapper .gp-inner-loop,
	.gp-responsive .gp-portfolio-wrapper section {
	width: 100% !important;
	margin-right: 0 !important;
	}
	.gp-responsive .gp-blog-large section {
	margin-bottom: 40px;
	}	
	.gp-responsive [class*='gp-blog-columns'] .gp-pagination-numbers,
	.gp-responsive .gp-blog-masonry .gp-pagination-numbers {
	margin-top: 20px;
	}
	.gp-responsive .gp-loop-featured > div:not(.gp-image-above),
	.gp-responsive .gp-loop-featured > div:not(.gp-image-above) {
	max-width: 40%;
	}	
	.gp-responsive .gp-loop-title {
	font-size: 14px;
	line-height: 17px;
	}	
	.gp-responsive .gp-blog-large .gp-loop-title {
	font-size: 26px;
	line-height: 32px;
	}	
	.gp-responsive .gp-inner-loop .gp-loop-content:not(.gp-image-above) .gp-loop-meta,
	.gp-responsive .gp-inner-loop .gp-loop-content[class*='image-align'] .gp-loop-text,
	.gp-responsive .gp-inner-loop .gp-loop-content[class*='image-wrap'] .gp-loop-text {
	display: none;
	}	
	.gp-responsive .gp-loop-text {
	font-size: 13px;
	line-height: 21px;
	}			
	.gp-responsive .gp-loop-divider {
	margin-top: 40px;
	}	
	.gp-responsive.error404 h1 {
	font-size: 30px;
	line-height: 60px;
	}
	.gp-responsive.error404 h2 {
	font-size: 18px;
	line-height: 28px;
	}		
	.gp-responsive .gp-approved-reviews-wrapper,
	.gp-responsive .gp-pending-reviews-wrapper {
	width: 100%;
	margin: 0;
	}	
	.gp-responsive .gp-approved-reviews-wrapper {
	margin-bottom: 40px;
	}
	.gp-responsive #gp-affiliate-button {
	padding: 10px 20px;
	font-size: 12px;
	}	
	.gp-responsive #gp-review-content-wrapper .gp-subtitle {
	font-size: 20px;
	line-height: 30px;
	}
	.gp-responsive #gp-points-wrapper .gp-good-points,
	.gp-responsive #gp-points-wrapper .gp-bad-points {
	width: 100%;
	margin-right: 0;
	}	
	.gp-responsive #gp-summary-wrapper {
	padding-right: 0;
	min-height: 0;
	}	
	.gp-responsive #gp-review-summary {
	padding-right: 20px;
	min-height: 0;
	}		
	.gp-responsive #gp-review-results .gp-rating-wrapper {
	position: relative;
	margin: 20px 0 0 0;
	width: 100%;
	}
	.gp-responsive #gp-review-results .gp-large-rating {
	float: none;
	}	
	.gp-responsive .gp-site-rating-criteria-wrapper {
	width: 100%;
	margin-left: 0;
	} 	
	.gp-responsive .gp-portfolio-title {
	display: block;
	}	
	.gp-responsive .gp-portfolio-link {
	float: left;
	margin-top: 20px;
	}	
	.gp-responsive .gp-featured-wrapper .gp-loop-title {
	font-size: 26px;
	line-height: 32px;
	}	
	.gp-responsive .gp-featured-wrapper .gp-entry-content {
	font-size: 14px;
	line-height: 26px;
	}	
	.gp-responsive .gp-portfolio-element {
	margin-bottom: 35px;
	}
	.gp-responsive .gp-pricing-column {
	width: 100% !important;
	}
	.gp-responsive .gp-pricing-column.gp-price-column-border {
	border-left-width: 1px;
	}
	.gp-responsive .gp-pricing-row {
	display: table-row;
	}
	.gp-responsive .gp-slider-three-cols .gp-slider-large {
	width: 100%;
	margin-bottom: 5px;
	}
	.gp-responsive .gp-slider-three-cols .gp-slider-left {
	width: 50%;
	padding-right: 2.5px;
	}
	.gp-responsive .gp-slider-three-cols .gp-slider-right {
	width: 50%;
	padding-left: 2.5px;
	}
	.gp-responsive .gp-slider-two-cols .gp-slide-small .gp-slide-caption-title {
	font-size: 11px !important;
	line-height: 19px !important;
	}
	.gp-responsive .gp-slider-two-cols .gp-slide-small .gp-text-highlight {
	padding: 2.5px 5px;
	}
	.gp-responsive .gp-team-wrapper {
	margin-left: 0;
	}
	.gp-responsive .gp-team-member {
	padding-left: 0;
	width: 100% !important;
	}	
	.gp-responsive .gp-testimonial-image {
	float: none;
	margin: 0 auto 20px;
	}
	.gp-responsive .gp-testimonial-quote {
	display: block;
	margin-left: 0 !important;
	text-align: center;
	font-size: 16px;
	line-height: 1.7em;
	}
	.gp-responsive .gp-testimonial-name {
	font-size: 12px;
	line-height: 1.7em;
	}
		
}

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

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

	.gp-responsive .gp-login-content .gp-username,
	.gp-responsive .gp-login-content .password,
	.gp-responsive .gp-login-content .rememberme {
	display: block;
	width: 100%;
	margin-right: 0;
	}
	.gp-page-header .gp-title-gradient-overlay {
	height: 80%;
	}
	.gp-responsive .gp-page-header .gp-rating-wrapper {
	position: relative;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	}
	.gp-responsive .gp-page-header .gp-rating-wrapper > div:first-child {
	margin-left: 0;
	}	
	.gp-responsive .gp-related-wrapper {
	margin-bottom: 20px;
	}
	.gp-responsive .gp-post-thumbnail .gp-loop-title {
	font-size: 11px !important;
	line-height: 24px !important;
	bottom: 5px;
	width: 100%;
	}		
	.gp-responsive .gp-filter-wrapper {
	width: 90%;
	}
	.gp-responsive .gp-filter-menu {
	max-width: 29%;
    overflow: hidden;
    height: 15px;	
	}		
	.gp-responsive .gp-inner-loop section {
	margin-bottom: 20px;
	}
	.gp-responsive .gp-blog-large section {
	margin-bottom: 30px;
	}	
	.gp-responsive .gp-blog-large .gp-loop-content.gp-image-above {
	width: 100%;
	}
	.gp-responsive .gp-loop-featured .gp-image-align-left,
	.gp-responsive .gp-loop-featured .gp-image-wrap-left {
	margin: 0 15px 0 0;
	}
	.gp-responsive .gp-loop-featured .gp-image-align-right,
	.gp-responsive .gp-loop-featured .gp-image-wrap-right {
	margin: 0 0 0 15px;
	}
	.gp-responsive .gp-loop-featured .gp-image-align-left .gp-large-image,
	.gp-responsive .gp-loop-featured .gp-image-align-left .gp-large-image {
	display: none;
	}
	.gp-responsive .gp-loop-featured .gp-image-align-left .gp-mobile-image,
	.gp-responsive .gp-loop-featured .gp-image-align-left .gp-mobile-image {
	display: block;
	}
	.gp-responsive .gp-image-wrap-left.gp-loop-content,
	.gp-responsive .gp-image-wrap-right.gp-loop-content {
	overflow: hidden;
	}
	.gp-responsive .gp-blog-large .gp-loop-title {
	font-size: 20px;
	line-height: 26px;
	}	
	.gp-responsive .gp-image-align-left .gp-loop-text,
	.gp-responsive .gp-image-align-right .gp-loop-text,
	.gp-responsive .gp-image-wrap-left .gp-loop-text,
	.gp-responsive .gp-image-wrap-right .gp-loop-text {
	display: none;
	}
	.gp-responsive .gp-loop-divider {
	margin-top: 30px;
	}
	.gp-responsive.error404 .gp-search .searchform {
	width: 100%;
	}	
	.gp-responsive #gp-hub-header-info {
	padding-right: 0;
	}
	.gp-responsive .gp-portfolio-masonry section {
	width: 100% !important;
	margin-bottom: 0;
	}
	.gp-responsive .gp-showcase-wrapper.gp-blog-horizontal .gp-inner-loop > section:first-child {
	margin-bottom: 20px;
	}	
	.gp-responsive .gp-showcase-wrapper.gp-blog-horizontal .gp-inner-loop > section,
	.gp-responsive .gp-showcase-wrapper.gp-blog-horizontal .gp-small-posts {
	width: 100%;
	padding-left: 0;
	}		
	.gp-responsive .gp-slide-small .gp-slide-caption-title  {
	width: 95%;
	}
	.gp-responsive .gp-slider-two-cols .gp-slider-large {
	width: 100%;
	margin-bottom: 5px;
	}
	.gp-responsive .gp-slider-two-cols .gp-slider-right {
	width: 100%;
	padding-left: 0;
	}	
	.gp-responsive .gp-slider-two-cols .gp-slide-3 {
	float: left;
	width: 50%;
	padding-right: 2.5px;
	margin: 0;
	}
	.gp-responsive .gp-slider-two-cols .gp-slide-4 {
	width: 50%;
	padding-left: 2.5px;
	}	
	.gp-responsive .gp-slider-two-cols .gp-slide-2 .gp-slide-caption {
	bottom: 20px;
	}
	.gp-responsive .gp-slide-caption-title,
	.gp-responsive .gp-slider-two-cols .gp-slide-2 .gp-slide-caption-title  {
	font-size: 14px !important;
	line-height: 23px !important;
	}
	.gp-responsive .gp-slider-two-cols .gp-slide-2 .gp-text-highlight {
	padding: 5px 10px;
	}	
	.gp-responsive .gp-slider-three-cols .gp-slide-small .gp-slide-caption-title,
	.gp-responsive .gp-slider-two-cols .gp-slide-3 .gp-slide-caption-title,
	.gp-responsive .gp-slider-two-cols .gp-slide-4 .gp-slide-caption-title {
	font-size: 11px !important;
	line-height: 17px !important;
	}
	.gp-responsive .gp-slider-three-cols .gp-slide-small .gp-text-highlight,
	.gp-responsive .gp-slider-two-cols .gp-slide-3 .gp-text-highlight,
	.gp-responsive .gp-slider-two-cols .gp-slide-4 .gp-text-highlight {
	padding: 2.5px 5px;
	}
	.gp-responsive .gp-slider-wrapper .gp-rating-inner,
	.gp-responsive section .gp-rating-inner {
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	margin: 5px;
	}
	.gp-responsive section .gp-post-thumbnail .gp-rating-inner {
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	margin: 10px;
	}	
	.gp-responsive .gp-slider-wrapper .gp-rating-text,
	.gp-responsive section .gp-rating-text {
	font-size: 9px;
	}
	.gp-responsive .gp-slider-wrapper .gp-small-rating .gp-average-rating,
	.gp-responsive section .gp-small-rating .gp-average-rating {
    width: 27px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
	}
	.gp-responsive .gp-ranking-wrapper section {
	margin: 0;
	}
	.gp-responsive .gp-social-number {
	font-size: 22px;
	}
	
}