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

Theme Name: Cuckoo
Version: 1.3
Description: Designed by <a href="https://www.ghostpool.com">GhostPool.com</a>.
Author: GhostPool
Author URI: https://www.ghostpool.com
Theme URI: https://themeforest.net/item/cuckoo-viral-news-magazine-wordpress-theme/18600726
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: full-width-template, threaded-comments, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, sticky-post, theme-options, translation-ready
Text Domain: cuckoo

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

0 - CSS Reset
1 - General
2 - Content Areas
3 - Navigation
4 - Main Header
5 - Sidebar Widgets
6 - Footer
7 - Page Header
8 - Posts/Pages
9 - Post Categories
10 - Homepages
11 - Post Submission
12 - Other Pages
13 - Contact Form 7
14 - Visual Composer
15 - 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,section,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;}section,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;
font-family: Catamaran, Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 30px;
font-weight: 500;
color: #666;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

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

a {
text-decoration: none;
color: #ff2083;
}
a:hover {
color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin: 15px 0;
padding: 0;
word-wrap: break-word;
color: #000;
}
p,
p:first-child {
margin-bottom: 12px;
}
p:last-child {
margin-bottom: 0;
}
strong {
font-weight: 700;
}
em, 
var,
tt,
q {
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: 18px;
font-weight: 300;
border-radius: 0;
}
input:focus,
textarea:focus,
select:focus {
border-color: #ccc;
}
input[type='text'],
input[type='email'],
input[type='password'] {
height: 42px;
}
textarea {
width: 100%;
height: 150px;
line-height: 1.5em;
resize: vertical;
}
select {
font-size: 16px;
padding: 8px 40px 8px 8px;
max-width: 100%;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAQAAAAUexYcAAAAOUlEQVR4AWOAgFGgkqDSj8I3UFmvIkC85v8q85G0vlc5D9JMknaytCK0k6MVof0/TCsZ2sFahxsAANfPFxfD5BeHAAAAAElFTkSuQmCC);
background-position: center right;
background-repeat: no-repeat;
-webkit-appearance: none;
border: 0;
white-space: nowrap;
font-weight: 400;
}
@-moz-document url-prefix() { /* FireFox fix */
select {
padding: 8px;
background-image: none;
}
}
@media screen\0 { /* IE 8/9/10/11 Fix */
select {
padding: 8px;
background-image: none;
}
}
input[type='button'],
input[type='submit'],
input[type='reset'],
button,
.button {
display: inline-block;
margin: 0;
padding: 15px 18px 11px;
border: 0;
line-height: 1;
cursor: pointer;
text-align: center;
-webkit-transition: all .2s ease-in-out !important;
transition: all .2s ease-in-out !important;
}
input[type='radio'],
input[type='checkbox'] {
margin-right: 5px;
background: transparent;
}
input[type='radio'] {
-webkit-appearance: radio;
}
input[type='checkbox'] {
-webkit-appearance: checkbox;
}
fieldset {
border: 1px solid #e0e0e0;
margin: 0;
padding: 20px 15px;
}
legend {
font-size: 14px;
}
::-webkit-input-placeholder {
opacity: 0.7;
}
::-moz-placeholder {
opacity: 0.7;
}
:-ms-input-placeholder {  
opacity: 0.7;
}

/*--------------------------------------------------------------
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;
}
.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 {
font-size: 16px;
color: #999;
margin-top: 20px;
padding-bottom: 10px;
line-height: 22px;
border-bottom: 1px solid #eee;
text-align: left;
}
.gp-entry-featured .wp-caption-text {
margin-top: 10px;
}
.gallery {
overflow: hidden !important;
}
.gallery-item img {
max-width: 100% !important;
border: 0 !important;
}
.gallery-caption {
margin: 0 10px;
padding: 0;
border: 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;
-webkit-backface-visibility: hidden;
}
/*REMOVE.gp-slider .slides > li:first-child {
display: block;
-webkit-backface-visibility: visible;
}*/
.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%;
}
.flex-direction-nav {
z-index: 99;
display: inline-block;
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin: -30px 0 0 0;
list-style: none;
}
.flex-direction-nav li {
position: absolute;
}
.flex-direction-nav li:first-child {
left: 0;
}
.flex-direction-nav li:last-child {
right: 0;
}
.flex-direction-nav a {
display: block;
background: #fff;
color: #000;
text-align: center;
text-indent: 0;
font-family: 'FontAwesome';
font-size: 48px;
line-height: 60px;
width: 60px;
height: 60px;
font-weight: bold;
cursor: pointer;
opacity: 0.2;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flex-direction-nav .flex-next {
padding-left: 8px;
}
.flex-direction-nav .flex-next:before {
content: '\f105';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flex-direction-nav .flex-prev {
padding-right: 8px;
}
.flex-direction-nav .flex-prev:before {
content: '\f104';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flex-direction-nav a:hover {
opacity: 1;
}

/*--------------------------------------------------------------
Lightbox
--------------------------------------------------------------*/

.gp-theme .featherlight .featherlight-content {
padding: 0;
border-bottom: 0;
background: transparent;
}
.gp-theme .featherlight .featherlight-close-icon {
top: 5px;
right: 5px;
font-size: 20px;
width: 30px;
height: 30px;
padding: 5px;
line-height: 20px;
background: #FFF;
border-radius: 100%;
text-align: center;
}
.gp-theme .featherlight-next, 
.gp-theme .featherlight-previous {
position: absolute;
top: 50%;
margin: -30px 0 0 0;
display: block;
background: #fff;
color: #000;
text-align: center;
text-indent: 0;
font-family: 'FontAwesome';
font-size: 48px;
line-height: 60px;
width: 60px;
height: 60px;
font-weight: bold;
cursor: pointer;
opacity: 0.2;
}
.gp-theme .featherlight-next {
left: auto;
right: 0;
padding-left: 8px;
}
.gp-theme .featherlight-next:before {
content: '\f105';
}
.gp-theme .featherlight-previous {
left: 0;
padding-right: 8px;
}
.gp-theme .featherlight-previous:before {
content: '\f104';
}
.gp-theme .featherlight-next:hover, 
.gp-theme .featherlight-previous:hover {
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-collapse: separate;
}
th {
padding: 8px;
vertical-align: middle;
text-align: left;
font-weight: bold;
}
td {
padding: 8px;
vertical-align: middle;
}
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: 20px;
background: #f8f8f8;
color: #000;
white-space: pre-wrap;
word-wrap: break-word;
font-size: 14px;
line-height: 22px;
font-family: 'Courier New';
}
code,
kbd {
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;
content: '\f10e';
font-size: 18px;
font-family: 'FontAwesome';
opacity: 0.2;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
blockquote cite {
margin-top: 15px;
}
cite {
display: block;
opacity: 0.5;
}
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 {
width: 1260px;
}

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

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

/*--------------------------------------------------------------
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;
}
.gp-homepage.gp-no-sidebar #gp-content-wrapper,
.gp-homepage.gp-fullwidth #gp-content-wrapper {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.gp-full-page-page-header.gp-wide-layout #gp-content-wrapper {
margin-bottom: 30px;
}
.gp-fullwidth.gp-wide-layout #gp-content-wrapper.gp-container,
.gp-fullwidth.gp-wide-layout #gp-page-title-text .gp-container {
width: 100% !important;
}
#gp-inner-container {
display: flex;
flex-direction: row;
}


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

#gp-content {
z-index: 1;
position: relative;
float: right;
margin: 0 auto;
width: 760px;
}
.gp-no-sidebar #gp-content,
.gp-fullwidth #gp-content {
width: 100% !important;
}
.gp-both-sidebars #gp-content {
width: 660px;
}
.gp-fullwidth-page-header #gp-content {
padding: 30px;
width: 800px;
margin-top: -200px;
}
.gp-fullwidth-page-header.gp-both-sidebars #gp-content {
width: 700px;
}
#gp-content > section {
position: relative;
}
#gp-left-column {
float: left;
width: auto;
display: flex;
flex-direction: row-reverse;
}
.gp-no-sidebar #gp-left-column,
.gp-fullwidth #gp-left-column {
overflow: visible;
}
.gp-no-sidebar #gp-left-column,
.gp-fullwidth #gp-left-column {
width: 100%;
}

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

.gp-sidebar {
position: relative;
width: 400px;
}
.gp-both-sidebars .gp-sidebar {
width: 250px;
}
#gp-sidebar-left {
float: left;
margin-right: 40px;
}
#gp-sidebar-right {
float: right;
margin-left: 40px;
}
.gp-fullwidth-page-header #gp-sidebar-left,
.gp-fullwidth-page-header #gp-sidebar-right {
margin: 0;
}


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

3 - Navigation

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

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

.gp-nav {
z-index: 3;
}
.gp-nav .menu {
float: left;
margin: 0;
padding: 0;
text-align: left;
line-height: 1;
}
.gp-nav .menu li {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
list-style-type: none;
}
.gp-nav .menu > li {
float: left;
line-height: 1;
}
.gp-nav  .menu > li:hover a,
.gp-nav  .menu > li > a:hover {
z-index: 2;
}
.gp-nav .menu > li > a {
display: inline-block;
position: relative;
font-family: inherit;
}
.gp-nav .menu a.fa:before {
font-family: 'FontAwesome';
padding-right: 5px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-nav .menu li.gp-hide-nav-label > a.fa:before {
padding-right: 0;
}
.gp-nav li.menu-item-has-children > a:after {
content: '\f107';
font-family: 'FontAwesome';
margin-left: 5px;
}
.gp-nav li li.menu-item-has-children > a:after {
content: '\f105';
position: absolute;
right: 20px;
}

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

.gp-nav .sub-menu {
position: absolute;
top: 38px;
left: auto;
display: none;
overflow: visible !important;
width: 200px;
margin: 0;
padding: 10px 0;
line-height: 1;
z-index: 1;
text-align: left;
list-style: none;
background: #ff2083;
}
.gp-nav .sub-menu:before {
content: '\f0d8';
position: absolute;
font-family: FontAwesome;
top: -23px;
width: 180px;
height: 23px;
padding: 0 0 0 20px;
font-size: 36px;
text-align: left;
color: #ff2083;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-nav .sub-menu .sub-menu:before { 
content: '';
}
.gp-nav .sub-menu li {
float: none;
list-style: none;
width: 100%;
margin: 0;
padding: 10px 25px;
}
.gp-nav li:hover > .sub-menu {
display: block;
}
.gp-nav .sub-menu li > a {
display: block;
margin: 0;
line-height: 1;
}
.gp-nav .sub-menu li:first-child > a {
border: 0;
}
.gp-nav .sub-menu li .sub-menu {
top: -10px;
left: 100%;
margin-top: 0;
}


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

4 - Main Header

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

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

#gp-top-header {
position: relative;
float: left;
clear: both;
z-index: 9000;
}
.gp-top-header-mobile #gp-top-header {
display: none;
}
#gp-top-header:not(.gp-container) {
width: 100%;
padding: 12px 30px 10px 30px;
}
#gp-top-nav .menu > li {
margin: 0 15px 0 0;
}


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

#gp-main-header {
position: relative;
clear: both;
z-index: 8999;
height: 83px;
padding: 0 0 0 30px;
background: #000;
}
#gp-main-header:not(.gp-container) {
width: 100%;
}
.gp-header-boxed #gp-main-header {
padding: 0 !important;
}
.gp-scrolling.gp-fixed-header #gp-main-header {
position: fixed;
display: none;
left: 0;
right: 0;
}
#gp-main-header .gp-container {
height: 100%;
}
#gp-fixed-padding {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
#gp-header-area {
width: 100%;
overflow: hidden;
margin-bottom: 40px;
}
.gp-homepage #gp-header-area {
margin-top: 30px;
}
#gp-header-left {
float: left;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#gp-header-right {
float: right;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#gp-header-right.gp-no-nav-button {
margin-right: 30px;
}

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

#gp-logo { 
float: left;
width: auto;
margin: 0;
font-size: 12px;
line-height: 0;
position: relative;
}
.gp-scrolling .gp-desktop-logo,
.gp-scrolling-logo,
.gp-mobile-logo {
display: none;
}
.gp-scrolling .gp-scrolling-logo {
display: block;
}
#gp-logo-text { 
float: left;
margin: 0;
font-size: 60px;
line-height: 1;
letter-spacing: -4px;
font-weight: 800;
position: relative;
color: #fff;
}

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

#gp-search {
display: none;
float: left;
width: 388px;
margin-left: 40px;
}
.gp-search-bar-all #gp-search,
.gp-search-bar-desktop #gp-search {
display: block;
}

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

/* Search button */
#gp-search-button-wrapper {
display: none;
float: left;
position: relative;
}
#gp-search-button {
float: left;
z-index: 2;
position: relative;
cursor: pointer;
margin-left: 20px;
text-shadow: 0 0 5px rgba(0,0,0,0.5);
font-size: 26px;
line-height: 26px;
color: #fff;
}
#gp-search-button:before {
font-family: 'FontAwesome';
content: '\f002';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-search-button-all #gp-search-button-wrapper,
.gp-search-button-desktop #gp-search-button-wrapper {
display: block;
}
#gp-search-box {
display: none;
z-index: 1;
position: absolute;
top: auto;
right: -23px;
margin: 55px 0 0 0;
padding: 15px;
line-height: 1;
width: 430px;
background: #ff2083;
}
#gp-search-box:before {
content: "\f0d8";
position: absolute;
font-family: FontAwesome;
top: -23px;
right: 20px;
font-size: 36px;
color: #ff2083;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-search-box .gp-search-bar {
border: 0;
}
.gp-menu-divider {
float: left;
width: 1px;
height: 26px;
margin-left: 20px;
border-left: 2px solid rgba(255,255,255,0.5);
}
.gp-menu-divider:last-child {
display: none;
}
.gp-search-button-menu-divider {
display: none;
}
.gp-search-button-all .gp-search-button-menu-divider,
.gp-search-button-desktop .gp-search-button-menu-divider {
display: block;
}

/* Standard navigation */
#gp-standard-nav {
float: left;
position: relative;
margin-top: 3px;
}
#gp-standard-nav > ul > li { 
margin-left: 20px;
}
#gp-standard-nav > ul > li > a {
color: #fff;
text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

/* Social buttons */
#gp-social-nav {
display: none;
float: left;
position: relative;
}
.gp-social-nav-all #gp-social-nav,
.gp-social-nav-desktop #gp-social-nav {
display: block;
}
#gp-social-nav > ul > li { 
margin-left: 20px;
}
#gp-social-nav > ul > li a.fa {
font-size: 26px;
line-height: 26px;
color: #fff;
text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#gp-social-nav .sub-menu {
top: 18px;
}
.gp-social-nav-menu-divider {
display: none;
}
.gp-social-nav-all .gp-social-nav-menu-divider,
.gp-social-nav-desktop .gp-social-nav-menu-divider {
display: block;
}
	
/* Profile button */
#gp-profile-dropdown {
display: none;
float: left;
margin: 0;
list-style: none;
}
#gp-profile-dropdown .sub-menu {
top: 47px;
right: -20px;
}
#gp-profile-dropdown .sub-menu:before {
padding: 0 20px 0 0;
text-align: right;
}
.gp-profile-button-all #gp-profile-dropdown,
.gp-profile-button-desktop #gp-profile-dropdown {
display: block;
}
#gp-profile-button { 
float: left;
position: relative;
cursor: pointer;
padding-left: 20px;
font-family: 'FontAwesome';
font-size: 26px;
line-height: 26px;
color: #fff;
text-shadow: 0 0 5px rgba(0,0,0,0.5);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-profile-button:before { 
content: '\f007';
}
.gp-notification-counter {
position: absolute;
z-index: 2;
right: -10px;
bottom: -10px;    
width: 20px;
height: 20px;
text-align: center;
border-radius: 100%;
font-size: 12px;
font-weight: bold;
line-height: 22px;
}

/* Nav button */
#gp-nav-button {
float: right;
height: 100%;
padding: 0 57px 0 27px;
margin-left: 20px;
cursor: pointer;
line-height: 1;
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-nav-button-icon {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.gp-open-nav #gp-nav-button-icon,
.gp-open-nav #gp-nav-button-icon:before,
.gp-open-nav #gp-nav-button-icon:after {
width: 30px;
height: 2px;
position: absolute;
content: '';
background-color: #fff;
}
.gp-open-nav #gp-nav-button-icon:before {
margin-top: 8px;
}
.gp-open-nav #gp-nav-button-icon:after {
margin-top: -8px;
}
.gp-close-nav #gp-nav-button-icon:before {
position: absolute;
content: '✕';
width: 30px;
font-size: 30px;
line-height: 0;    
text-align: center;
}
@-moz-document url-prefix() { /* FireFox fix */
.gp-close-nav #gp-nav-button-icon:before {
font-size: 40px;
}
}

/*--------------------------------------------------------------
Desktop navigation
--------------------------------------------------------------*/

body.gp-nav-active {
overflow: hidden;
min-height: 100%;
}
#gp-nav {
display: none;
position: absolute;
z-index: 99999;
top: auto;
left: 0;
width: 100%;
height: auto;
padding: 70px 0;    
background: #fff;
border-bottom: 10px solid rgba(0, 0, 0, 0.2);
-webkit-overflow-scrolling: touch;
}
.gp-nav-active #gp-nav {
display: block;
}
#gp-nav .gp-desktop-menu {
display: flex;
margin: 0;
}
#gp-nav .gp-mobile-menu {
display: none;
margin: 0;
}
#gp-nav .menu li {
list-style: none;
margin: 0;
}
#gp-nav .gp-desktop-menu > li {
width: 240px;
margin: 0 auto;
line-height: 1;
}
#gp-nav .gp-desktop-menu > li li {
margin-bottom: 12px;
}
#gp-nav .gp-desktop-menu > li .sub-menu {
margin: 12px 0 0 12px;
}
#gp-nav .gp-desktop-menu .gp-menu-column .sub-menu {
margin: 0;
}
#gp-nav .gp-desktop-menu .gp-menu-header {
border-bottom: 1px solid #fff;
padding-bottom: 12px;
margin-bottom: 15px;
}
#gp-nav .gp-desktop-menu li + .gp-menu-header {
margin-top: 34px;
}
#gp-nav .menu li a {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-nav .gp-desktop-menu li.gp-menu-text span {
line-height: 16px;
line-height: 22px;
}

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

#gp-nav .gp-mobile-menu {
clear: both;
margin: 0;
}
#gp-nav .gp-mobile-menu li {
position: relative;
float: left;
margin: 0;
width: 100%;
list-style-type: none;
}
#gp-nav .gp-mobile-menu a.fa {
font-family: inherit;
}
#gp-nav .gp-mobile-menu a.fa:before {
font-family: 'FontAwesome';
padding-right: 10px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-nav .gp-mobile-menu li > a {
display: block;
font-size: 16px;
line-height: 1;
padding: 10px 0;
font-weight: 400;
}
#gp-nav .gp-mobile-menu li.menu-item-has-children > a {
padding-right: 70px;
}
#gp-nav .gp-mobile-menu li .gp-menu-text {
padding: 15px;
font-size: 13px;
line-height: 19px;
}
#gp-nav .gp-mobile-menu li > .gp-mobile-dropdown-icon {
font-family: 'FontAwesome';
cursor: pointer;
position: absolute;
top: 0;
right: 0;
font-size: 24px;
padding: 0 0 0 15px;
line-height: 38px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-nav .gp-mobile-menu li > .gp-mobile-dropdown-icon:before {
content: '\f107';
}
#gp-nav .gp-mobile-menu li.gp-active > .gp-mobile-dropdown-icon:before {
content: '\f106';
}
#gp-nav .gp-mobile-menu li .sub-menu {
margin: 0;
display: none;
}
#gp-nav .gp-mobile-menu li .sub-menu a {
padding-left: 10px;
font-size: 16px !important;
}
#gp-nav .gp-mobile-menu li .sub-menu .sub-menu a,
#gp-nav .gp-mobile-menu li .sub-menu .sub-menu .gp-menu-text {
padding-left: 20px;
}
#gp-nav .gp-mobile-menu li .sub-menu .sub-menu .sub-menu a {
padding-left: 30px;
}

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

/* Page background  ************************************/

#login {
display: none;
position: fixed;
overflow: hidden;
width: 100%;
height: 100%;
bottom: 0;
right: 0;
padding: 80px 0 120px 0;
z-index: 9500;
text-align: center;
background: #000;
background: rgba(0,0,0,0.7);
-webkit-text-size-adjust: 100%;
}
#login > div {
-webkit-animation: fadeInScale 0.8s ease-in-out;
-moz-animation: fadeInScale 0.8s ease-in-out;
-ms-animation: fadeInScale 0.8s ease-in-out;
animation: fadeInScale 0.8s ease-in-out;
}
@-webkit-keyframes fadeInScale {
0% { -webkit-transform: scale(0.6); opacity: 0; }
100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes fadeInScale {
0% { -moz-transform: scale(0.6); opacity: 0; }
100% { -moz-transform: scale(1); opacity: 1; }
}
@-ms-keyframes fadeInScale {
0% { -ms-transform: scale(0.6); opacity: 0; }
100% { -ms-transform: scale(1); opacity: 1; }
}
@keyframes fadeInScale {
0% { transform: scale(0.6); opacity: 0; }
100% { transform: scale(1); opacity: 1; }
}

/* Login form  ************************************/

#gp-login-modal {
display: inline-block;
position: relative;
max-width: 500px;
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: 30px;
right: 30px;
text-align: center;
font-size: 24px;
line-height: 1;
color: #000;
}
#gp-login-close:before {
content: '✕';
}
.gp-lost-password-form-wrapper,
.gp-register-form-wrapper,
.gp-social-login-form-wrapper {
display: none;
}
#gp-login-modal h3 {
margin: 0 0 20px;
font-size: 24px;
line-height: 24px;
font-weight: 600;
}
#gp-login-desc {
font-size: 16px;
line-height: 24px;
}
#gp-login-modal p {
margin-bottom: 20px;
}
#gp-login-modal input[type="text"],
#gp-login-modal input[type="password"],
#gp-login-modal input[type="email"],
#gp-login-modal input[type='submit'] {
width: 100%;
}
.cptch_input,
.cptchpr_input {
height: 35px;
font-size: 14px;
}
#gp-login-modal .rememberme {
font-size: 14px;
line-height: 14px;
}
.gp-login-results > span {
width: 100%;
float: left;
font-size: 16px;
line-height: 20px;
margin-bottom: 20px;
}

/* Social Login  ************************************/

.gp-social-login {
float: left;
width: 100%;
}
.gp-social-login .wp-social-login-widget {
margin: 20px 0;
}
.gp-social-login .wp-social-login-connect-with {
display: none;
}
.gp-social-login .wp-social-login-provider-list {
display: flex;
padding: 0;
}
.gp-login-or-lines { 
position: relative;
width: 100%;
overflow: hidden;
clear: both;
}
.gp-login-or-left-line {
float: left;
width: 44%;
margin: 8px 3% 0 0;
border-top-width: 1px;
border-style: solid;
}
.gp-login-or-right-line {
float: left;
width: 44%;
margin: 8px 0 0 3%;
border-top-width: 1px;
border-style: solid;
}
.gp-login-or-text {
float: left;
width: 6%;
font-size: 15px;
line-height: 1;
text-align: center;
opacity: 0.5;
}
.gp-social-login .oneall_social_login_providers iframe {
max-height: 230px;
}
.gp-social-login .oneall_social_login_label {
line-height: 1;
margin-bottom: 10px !important;
}


.gp-social-login .wp-social-login-provider {
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: auto;
padding: 8px;
margin: 0;
font-size: 16px;
font-weight: 600;
color: #fff;
text-align: center;
}
.gp-social-login .wp-social-login-provider-facebook {
border-color: #2d5f9a;
background-color: #2d5f9a;
}
.gp-social-login .wp-social-login-provider-google {
border-color: #dd4b39;
background-color: #dd4b39;
}
.gp-social-login .wp-social-login-provider-twitter {
border-color: #4099FF;
background-color: #4099FF;
}
.gp-social-login .wp-social-login-provider:before {
display: inline-block;
margin-right: 10px;
font-size: 24px;
line-height: 1;
font-family: 'FontAwesome';
font-weight: normal;
vertical-align: middle;
}
.gp-social-login .wp-social-login-provider-facebook:before {
content: "\f09a";
}
.gp-social-login .wp-social-login-provider-google:before {
content: "\f0d5";
}
.gp-social-login .wp-social-login-provider-twitter:before {
content: "\f099";
}

/* Login links  ************************************/

.gp-login-links {
float: left;
margin-top: 20px;
font-size: 15px;
width: 100%;
text-align: right;
}
.gp-login-links a {
color: #000;
margin-left: 10px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.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;
}

/* Reset password message  ************************************/

#gp-reset-message {
position: absolute;
z-index: 999999;
top: 0;
left: 0;
width: 100%;
}
#gp-reset-message p {
position: relative;
padding: 15px 50px 15px 20px;
background: #90D835;
color: #fff;
font-size: 16px;
line-height: 20px;
}
#gp-close-reset-message {
position: absolute;
top: 15px;
right: 20px;
font-size: 17px;
color: #fff;
cursor: pointer;
line-height: 1;
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-close-reset-message:before {
content: '\f00d';
}


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

5 - Sidebar Widgets

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

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

.widget,
.vc_row .gp-vc-element {
width: 100%;
overflow: hidden;
clear: both;
}
.widget {
margin-bottom: 40px;
}
.widget:last-child {
margin-bottom: 0;
}
.widgettitle {
position: relative;
width: 100%;
overflow: hidden;
clear: both;
margin: 0 0 18px;
}
#gp-content .gp-vc-element .widgettitle {
margin: 0 0 30px 0;
font-size: 30px;
font-weight: 800;
line-height: 1;
text-transform: uppercase;
}
.widgettitle .gp-element-icon {
position: relative;
margin: 0 15px 0 0;
float: left;
border-radius: 100%;
width: 40px;
height: 40px;
text-align: center;
font-size: 18px;
line-height: 40px;
}
.widgettitle .gp-element-icon + .gp-widget-title {
float: left;
margin-top: 6px;
}
.gp-see-all-link {
float: right;
position: relative;
display: inline-block;
line-height: 1;
font-size: 12px;
font-weight: 300;
}
.gp-see-all-link:after {
font-family: 'FontAwesome';
content: '\f054';
font-size: 10px;
margin-left: 5px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-content .gp-vc-element .gp-see-all-link {
display: block;
float: none;
margin-top: 20px;
}
.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 {
padding-left: 10px;
}
.widget .current-cat > a,
.widget .current-cat > span {
font-weight: 500;
}
div[id*='epx-vcse-widget-'].widget > h3 {
display: none;
}

/*--------------------------------------------------------------
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 {
margin: 0 0 5px 0;
font-size: 16px;
line-height: 19px;
font-weight: 500;    
}
.gp-recent-posts .gp-loop-content {
overflow: hidden;
}

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

.gp-recent-comments ul li {
margin-bottom: 10px;
padding-bottom: 10px;
line-height: 1;
}
.gp-recent-comments ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.gp-recent-comments .avatar {
float: left;
margin: 4px 10px 0 0;
}
.gp-recent-comments ul li span {
font-size: 13px;
line-height: 16px;
}
.gp-recent-comments ul li span > span {
font-size: 12px;
line-height: 15px;
}

/*--------------------------------------------------------------
GP Social Icons widget
--------------------------------------------------------------*/

.gp-social-icons .gp-share-icons {
width: auto;
margin: 0;
}
.gp-social-icons .gp-share-icons a {
margin: 0 6px 6px 0;
}

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

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

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

.searchform,
#yith-ajaxsearchform {
overflow: hidden;
position: relative;
}
.gp-search-bar {
position: relative;
float: left;
width: 100%;
padding: 0 10px;
}
.searchform .accessibly-hidden {
display: none;
}

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

/*--------------------------------------------------------------
WordPress Popular Posts widget
--------------------------------------------------------------*/

.popular-posts .gp-small-posts section .gp-loop-featured {
display: none;
}
.popular-posts .gp-small-posts section .gp-loop-title {
font-size: 16px;
line-height: 19px;
font-weight: 500;
}
.popular-posts .gp-small-posts section .gp-loop-content {
padding-left: 60px;
}
.gp-trending-counter {
position: absolute;
top: 0;
left: 20px;
z-index: 1;
border-radius: 100%;
width: 40px;
height: 40px;
text-align: center;
color: #fff;
font-weight: 800;
line-height: 40px;
font-size: 16px;
}
.gp-large-post section .gp-trending-counter {
position: absolute;
top: auto;
bottom: -15px;
left: 50%;
width: 50px;
height: 50px;
margin-left: -25px;
font-size: 24px;
line-height: 50px;
}

/*--------------------------------------------------------------
Submit Post Box widget
--------------------------------------------------------------*/

.gp-submit-post-box-wrapper {
border: 4px solid #eee;
padding: 30px;
}
.gp-submit-post-box-icon {
float: left;
margin-right: 20px;
}
.gp-submit-post-box-icon:before {
font-size: 72px;
}
.gp-submit-post-box-text {
font-size: 24px;
font-weight: bold;
color: #000;
}
.gp-submit-post-box-wrapper .button {
margin-top: 20px;
width: 100%;
}

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

6 - Footer

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

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

#gp-footer {
position: relative;
float: left;
overflow: hidden;
width: 100%;
background: #000;
}
.wpengine-promo {
display: none;
}
.gp-install-plugin-notice {
text-align: center;
width: 100%;
padding: 50px;
font-weight: 400;
font-size: 20px;
color: #000;
font-family: 'Open Sans', sans-serif;
}
.gp-install-plugin-notice a {
color: #ff0000;
}

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

#gp-footer-widgets {
overflow: hidden;
padding-top: 40px;
padding-bottom: 10px;
}
#gp-footer-widgets:not(.gp-container) {
width: 100%;
}
.gp-footer-widget {
float: left;
margin-left: 6%;
margin-bottom: 30px;
}
.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%;
}
.gp-footer-widget .widget {
margin-bottom: 30px;
}
.gp-footer-widget .widgettitle {
margin: 0 0 20px 0;
padding: 0;
background: transparent;
border: 0;
}
#gp-footer-image {
float: left;
width: 100%;
text-align: center;
line-height: 0;
}

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

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

#gp-copyright {
position: relative;
overflow: hidden;
padding-top: 30px;
padding-bottom: 20px;
font-size: 14px;
line-height: 1;
font-weight: bold;
}
#gp-copyright:not(.gp-container) {
width: 100%;
}

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

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

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

#gp-copyright-text {
float: right;
margin-bottom: 10px;
}

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

#gp-to-top {
position: fixed;
right: 20px;
bottom: 94px;
z-index: 8998;
display: none;
overflow: hidden;
padding: 15px 20px;
font-size: 24px;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-to-top:hover {
opacity: 1;
}
#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;
width: 100%;
overflow: hidden;
margin-top: 40px;
}
.gp-homepage #gp-footer-area {
margin-bottom: 40px;
}


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

7 - Page Header

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

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

/* Page title ************************************/

#gp-page-title {
position: relative;
overflow: hidden;
width: 100%;
clear: both;
}
#gp-page-title-line {
position: relative;
overflow: hidden;
clear: both;
height: 20px;
margin-bottom: 4px;
}
#gp-page-title-line:not(.gp-container) {
width: 100%;
}
#gp-page-title-text {
position: relative;
overflow: hidden;
clear: both;
padding: 25px 0;
}
#gp-page-title-text:not(.gp-container) {
width: 100%;
}
#gp-page-title h1 {
margin: 0;
}
#gp-page-title-subtitle {
margin: 10px 0 0 0;
}

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

.gp-page-header {
position: relative;
background-size: cover;
background-repeat: no-repeat;
}
.gp-page-header:not(.gp-container) {
width: 100%;
}
.gp-page-header.gp-has-video.gp-container {
padding: 0;
}
body.gp-full-page-page-header .gp-page-header.gp-has-teaser-video {
margin: 20px 0;
}
.gp-page-header.gp-no-page-header-image {
background: #beecfc;
}

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

#gp-full-page-bg {
position: fixed;
z-index: 0;
top: 0;
left: 0;
display: block;
background-size: cover;
background-position: top center;
height: 100%;
width: 100%;
}

/* 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%;
text-align: center;
overflow: hidden;
position: absolute;
left: 0;
top: 50%;
margin-top: -30px;
}
.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);
}
.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: '✕';
}
.gp-close-video-button:hover {
color: rgba(255,255,255,0.7);
}


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

8 - Posts/Pages

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

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

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

#gp-breadcrumbs {
width: 100%;
overflow: hidden;
margin-top: 40px;
font-size: 14px !important;
line-height: 18px !important;
}
#gp-breadcrumbs a {
font-size: 14px !important;
line-height: 18px !important;
}
#gp-breadcrumbs a:hover {
text-decoration: underline;
}
.gp-fullwidth #gp-breadcrumbs .gp-container {
width: 100% !important;
}
.gp-fullwidth-page-header #gp-breadcrumbs,
.gp-full-page-page-header #gp-breadcrumbs {
margin: 0 0 20px;
}
#gp-page-title #gp-breadcrumbs {
margin: 0 0 5px;
}
.gp-fullwidth-page-header #gp-breadcrumbs .gp-container,
.gp-full-page-page-header #gp-breadcrumbs .gp-container {
padding: 0;
}

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

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

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

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

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

.gp-entry-meta {
position: relative;
width: 100%;
overflow: hidden;
margin-bottom: 30px;
}
.gp-entry-meta a:hover {
text-decoration: underline;
}
.gp-entry-meta .gp-post-meta {
display: inline-block;
margin-right: 25px;
}
.gp-entry-meta .gp-post-meta:last-child {
margin-right: 0;
}
.gp-entry-cats a {
display: inline-block;
margin: 0 5px 10px 0;
padding: 6px 10px;
font-weight: 800 !important;
}
.gp-entry-meta-right {
display: inline-block;
}
.gp-entry-meta .gp-meta-author {
margin-bottom: 5px;
display: initial;
}
.gp-entry-meta .gp-meta-avatar {
float: left;
margin: -5px 10px 0 0;
line-height: 0;
}
.gp-meta-avatar img {
border-radius: 100%;
}
.gp-entry-meta .gp-meta-name {
margin-top: 5px;
display: inline-block;
}
.gp-entry-meta .gp-meta-date,
.gp-entry-meta .gp-meta-comments,
.gp-entry-meta .gp-meta-views,
.gp-entry-meta .gp-meta-likes {
margin-top: 5px;
margin-bottom: 5px;
}
.gp-entry-meta .gp-meta-date:before {
content: '\f017';
font-family: 'FontAwesome';
margin-right: 8px;
}
.gp-entry-meta .gp-meta-comments:before {
content: '\f0e5';
font-family: 'FontAwesome';
margin-right: 8px;
}
.gp-entry-meta .gp-meta-views:before {
content: '\f06e';
font-family: 'FontAwesome';
margin-right: 8px;
}
.gp-entry-meta .gp-meta-likes:before {
content: '\f087';
font-family: 'FontAwesome';
margin-right: 8px;
}
.gp-entry-tags {
margin-bottom: 40px;
font-weight: 400 !important;
font-style: italic !important;
line-height: 1 !important;
}
.gp-entry-tags a {
font-size: 16px !important;
line-height: 1 !important;
}

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

.gp-post-thumbnail {
max-width: 100%;
position: relative;
line-height: 0;
z-index: 1;
}
.gp-post-thumbnail > div {
position: relative;
} 
.format-video > .gp-post-thumbnail > div a:after {
content: "\f04b";
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
font-size: 20px;
padding: 2px 13px 2px 15px;
line-height: 39px;
text-align: center;
margin: -26px 0 0 -26px;
font-family: 'FontAwesome';
color: #fff;
border-radius: 100%;
background-color: rgba(0, 0, 0, 0.5);
border: 5px solid #fff;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-sidebar .format-video > .gp-post-thumbnail > div a:after,
.gp-small-posts .format-video > .gp-post-thumbnail > div a:after,
.gp-recent-posts .format-video > .gp-post-thumbnail > div a:after {
font-size: 15px;
padding: 0 8px 0 10px;
line-height: 30px;
margin: -18px 0 0 -18px;
border: 3px solid #fff;
}
.gp-mobile-image {
display: none;
}

/*--------------------------------------------------------------
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 {
width: auto !important;
}
.gp-image-above.gp-post-format-gallery-slider-content.gp-slider {
margin-bottom: 18px;
}

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

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

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

.gp-entry-video-wrapper {
position: relative;
overflow: hidden;
margin: 0 0 32px 0;
}

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

.gp-entry-content {
word-wrap: break-word;
margin: 0 auto 32px auto;
}
.gp-entry-content p,
.gp-entry-content p:first-child {
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-entry-pagination {
position: relative;
width: 100%;
clear: both;
overflow: hidden;
margin-top: 20px;
text-align: center;
font-weight: 600;
}
.gp-previous-page {
float: left;
}
.gp-previous-page:before {
margin-right: 5px;
font-family: 'FontAwesome';
content: '\f104';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-next-page {
float: right;
}
.gp-next-page:after {
margin-left: 5px;
font-family: 'FontAwesome';
content: '\f105';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

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

#gp-top-of-post .mashsb-count {
margin-top: -17px;
font-size: 0;
line-height: 1;
}
#gp-top-of-post .mashsb-count > .counts {
font-size: 48px;
line-height: 1;
font-weight: 800;
}
#gp-top-of-post .mashsb-sharetext {
font-size: 18px;
line-height: 1;
color: #999;
font-weight: 500;
}
#gp-top-of-post .mashsb-buttons {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
#gp-top-of-post .mashsb-buttons a {
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-width: 0;
}
#gp-top-of-post .mashsb-container {
padding: 0;
margin-bottom: 30px;
}

/*--------------------------------------------------------------
Vote Up/Down Posts
--------------------------------------------------------------*/

.gp-voting-wrapper {
position: relative;
float: left;
overflow: hidden;
clear: both;
width: 100%;
margin-bottom: 40px;
padding: 0;
}
.gp-voting-wrapper h3 {
margin: 0 0 20px 0;
font-size: 24px;
line-height: 1;
font-weight: 800;
text-transform: uppercase;
text-align: center;
}
.gp-voting-container {
display: block;
}
.gp-voting-container .gp-voting-up,
.gp-voting-container .gp-voting-down {
float: left;
width: 50%;
padding: 10px;
text-align: center;
border-width: 2px;
border-style: solid;
background: transparent;
color: #999;
cursor: pointer;
}
.gp-voting-container .gp-voting-up:hover,
.gp-voting-container .gp-voting-down:hover {
color: #000;
}
.gp-voting-container .gp-voting-up {
border-right-width: 1px;
}
.gp-voting-container .gp-voting-down {
border-left-width: 1px;
}
.gp-voting-container .gp-already-voted {	
display: none;	
width: 100%;
float: left;
margin-top: 15px;
font-size: 16px;
-webkit-transition: (all 0.3s);
transition: (all 0.3s);
text-align: center;
}
.gp-voting-container .gp-already-voted:before {
content: attr(data-text);
}
.gp-voting-container span {
cursor: text;
}
.gp-voting-container span:hover {
color: inherit;
}
.gp-voting-container span:before {
content: attr(data-text);
}

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

#gp-post-navigation {
position: relative;
float: left;
overflow: hidden;
clear: both;
width: 100%;
margin-bottom: 20px;
}
#gp-post-navigation a {
position: relative;
display: inline-block;
margin-bottom: 20px;
font-size: 18px;
cursor: pointer;
}
#gp-post-navigation .gp-prev-link {
float: left;
width: 49%;
padding-left: 20px;
}
#gp-post-navigation .gp-next-link {
float: right;
width: 49%;
padding-right: 20px;
text-align: right;
}
#gp-post-navigation .gp-prev-link:before {
position: absolute;
top: 28px;
left: 0;
font-family: 'FontAwesome';
content: '\f104';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-post-navigation .gp-next-link:before {
position: absolute;
top: 28px;
right: 0;
font-family: 'FontAwesome';
content: '\f105';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-post-link-header {
display: block;
margin-bottom: 10px;
font-size: 12px;
line-height: 1;
text-transform: uppercase;
}
.gp-post-link-title {
display: block;
font-size: 20px;
line-height: 24px;
font-weight: 700;
}

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

#gp-author-info {
position: relative;
overflow: hidden;
width: 100%;
margin: 0 0 60px 0;
padding: 30px;
}
#gp-author-meta {
overflow: hidden;
}
#gp-author-info .avatar {
float: left;
margin-right: 30px;
width: 85px;
height: 85px;
border-radius: 100%;
}
#gp-author-details {
float: left;
max-width: 25%;
margin-right: 5%;
}
#gp-author-written-by {
width: 100%;
margin-bottom: 5px;
font-size: 18px;
line-height: 1;
font-weight: 700;
}
#gp-author-name {
width: 100%;
font-size: 18px;
line-height: 1;
font-weight: 700;
}
#gp-author-social-icons {
width: 100%;
clear: both;
margin-top: 20px;
}
#gp-author-social-icons a {
float: left;
display: block;
font-size: 18px;
line-height: 1;
margin-left: 8px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-author-social-icons a:first-child {
margin-left: 0;
}
#gp-author-social-icons a:before {
font-family: 'FontAwesome';
}
.gp-facebook-icon:before {
content: '\f09a';
}
.gp-twitter-icon:before {
content: '\f099';
}
.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';
}
#gp-author-desc {
float: right;
width: 70%;
font-size: 16px;
line-height: 24px;
}

/*--------------------------------------------------------------
Newsletter form
--------------------------------------------------------------*/

#gp-content article .mc4wp-form {
position: relative;
overflow: hidden;
clear: both;
width: 100%;
margin-bottom: 40px;
}
.widget.widget_mc4wp_form_widget {
margin-bottom: 20px;
}
.gp-newsletter {
display: flex;
margin-bottom: 20px;
padding: 50px 30px;
border: 4px solid #e4e4e4;
}
.gp-sidebar .gp-newsletter {
display: block;
padding: 30px;
text-align: center;
}
.gp-sidebar .gp-newsletter img {
margin-bottom: 10px;
}
.gp-newsletter-large-image {
display: block;
height: 100%;
}
.gp-sidebar .gp-newsletter-large-image {
display: none;
}
.gp-newsletter-small-image {
display: none;
}
.gp-sidebar .gp-newsletter-small-image {
display: inline;
}
.gp-sidebar .gp-newsletter-form {    
padding-left: 0;
margin-left: 0;
border-left: 0;
}
.gp-newsletter-form {    
width: 100%;
padding-left: 30px;
margin-left: 30px;
border-left: 3px solid #e4e4e4;
}
.gp-newsletter-form label {
display: block;
width: 100%;
margin-bottom: 20px;
font-size: 20px;
line-height: 30px;
font-weight: 400;
color: #000;
}
.gp-newsletter-form input[type='email'] {
float: left;
width: 70%;
margin-right: 2%;
}
.gp-sidebar .gp-newsletter-form input[type='email'] {
width: 100%;
margin: 0 0 10px 0;
}
.gp-newsletter-form input[type='submit'] {
width: 28%;
}
.gp-sidebar .gp-newsletter-form input[type='submit'] {
width: 100%;
}
.mc4wp-response {
text-align: center;
}
.mc4wp-checkbox-wp-comment-form {
font-size: 16px;
line-height: 1;
}

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

.gp-related-wrapper {
position: relative;
overflow: hidden;
width: 100%;
clear: both;
margin-bottom: 10px;
}
.gp-related-wrapper > h3 {
margin: 0 0 30px 0;
font-size: 24px;
line-height: 1;
font-weight: 800;
text-transform: uppercase;
}
.gp-related-wrapper .gp-inner-loop section {
margin-bottom: 30px;
}
.gp-related-wrapper .gp-post-thumbnail {
margin: 0 0 12px;
}

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

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

#comments {
position: relative;
overflow: hidden;
width: 100%;
clear: both;
}
#comments h3 {
margin: 0 0 30px 0;
font-size: 24px;
line-height: 1;
font-weight: 800;
text-transform: uppercase;
}
#comments .commentlist {
width: 100%;
list-style: none;
margin: 0 0 40px 0;
text-align: left;
}
#comments .commentlist li {
position: relative;
margin: 0 0 20px 0;
padding: 0;
list-style: none;
word-wrap: break-word;
}
#comments .commentlist li .comment_container {
overflow: hidden;
}
#comments .commentlist > li:last-child .comment_container {
border: 0;
}
#comments .commentlist .children li.comment {
margin: 20px 0 0 20px;
}
#comments .commentlist li .avatar {
position: relative;
top: 0;
left: 0;
float: left;
margin: 0;
width: 45px;
height: auto;
border-radius: 100%;
}
#comments .bypostauthor .avatar {
}
#comments .commentlist li .gp-comment-content {
margin: 0 0 0 80px;
}
#comments .commentlist li .gp-comment-content .gp-comment-meta {
margin: 0 0 3px;
}
#comments .commentlist li .gp-comment-content [itemprop='author'] {
font-size: 18px;
font-weight: 700;
line-height: 1;
}
#comments .commentlist li .gp-comment-content [itemprop='author']:after {
content: '\0000a0\·\0000a0';
}
#comments .commentlist li .gp-comment-content time {
font-size: 14px;
line-height: 1;
font-weight: 500;
}
#comments .commentlist li .gp-comment-content div[itemprop="description"] {
font-size: 16px;
line-height: 24px;
font-weight: 500;
}
.comment-reply-link {
display: block;
margin-top: 5px;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
line-height: 1;
}
#comments .cptch_block br,
#comments .cptchpr_block br {
display: none;
}

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

#respond {
position: relative;
}
#commentform {
text-align: left;
}
#commentform .required {
font-weight: bold;
}
#commentform p {
margin: 10px 0;
}
#commentform .form-submit {
margin-top: 20px;
margin-bottom: 0;
}
#commentform {
text-align: left;
}
#commentform .form-allowed-tags {
display: none;
}
.commentlist #respond {
margin: 20px 0 0;
padding-left: 80px;
}
.commentlist #reply-title {
display: block;
margin: 0;
padding: 0;
border: 0;    
font-size: 18px;
text-align: left;
}
#cancel-comment-reply-link {
font-weight: 500;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
line-height: 1;
display: block;
margin-top: 10px;
}
#comments ul.page-numbers {
margin-bottom: 40px !important;
}


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

9 - Post Categories

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

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

.gp-filter-wrapper {
float: left;
margin: 0 0 30px;
width: 100%;
}
.gp-vc-element .gp-filter-wrapper {
padding-bottom: 5px;
margin-bottom: 15px;
}
.gp-filter-menu {
position: relative;
float: left;
margin: 0 15px 15px 0;
line-height: 1;
}
.gp-filter-wrapper div:last-child {
border-right: 0;
margin-right: 0;
}
.gp-filter-menu select {
position: relative;
z-index: 1;
}
.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;
}

/*--------------------------------------------------------------
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: 50px;
}
.gp-blog-standard section:last-child,
.gp-blog-large section:last-child {
margin-bottom: 0 !important;
}
section.sticky {
padding: 20px; 
background: #eee;
}

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

.gp-loop-title {
clear: none;
margin: 0 0 10px 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-meta .gp-post-meta {
margin: 0;
}
.gp-loop-meta .gp-post-meta:after {
content: '·';
margin: 0 7px;
}
.gp-loop-meta .gp-post-meta:last-child:after {
content: '';
margin: 0;
}
.gp-loop-cats {
display: block;
margin-bottom: 10px;
}
.gp-loop-cats a {
display: inline-block;
margin: 0 5px 5px 0;
padding: 4px 5px;    
font-size: 14px;
line-height: 1;
font-weight: 800 !important;
}
.gp-loop-tags {
margin-bottom: 0;
font-weight: 400 !important;
font-style: italic !important;
line-height: 1 !important;
}
.gp-loop-tags a {
font-size: 14px !important;
line-height: 1 !important;
}

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

.gp-loop-content {
text-align: left;
}
.gp-loop-content > div:last-child {
margin-bottom: 0;
}
.gp-loop-text {
font-size: 18px;
line-height: 30px;
margin: 0 0 10px 0;
}
.gp-no-items-found {
clear: both;
display: block;
margin-bottom: 30px;
}
.gp-pagination-numbers {
margin-top: 30px;
line-height: 0;
}
section + .gp-pagination-numbers {
margin-top: 0;
}
.gp-load-more {
margin-top: 50px;
line-height: 0;
}
section + .gp-load-more {
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: 0;
border-top-width: 4px;
border-style: solid;
}
section:last-child .gp-loop-divider {
display: none;
}
.gp-blog-large .gp-pagination-numbers,
.gp-blog-large .gp-load-more {
margin-top: 80px;
}
.gp-blog-large 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: 48%;
margin-right: 4%;
}
.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;
}
[class*='gp-blog-columns'] .gp-load-more {
margin-top: 0;
}

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

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

.gp-blog-masonry .gp-inner-loop {
opacity: 0;
}
.gp-blog-masonry section {
position: relative;
display: inline-block;
width: 49.167%;
margin: 0 0 20px 0;
padding: 20px;
}
.gp-no-sidebar .gp-blog-masonry section,
.gp-fullwidth .gp-blog-masonry section {
width: 32.222%;
}
.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,
.gp-blog-masonry .gp-load-more {
opacity: 0;
}

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

.gp-gutter-size {
width: 1.6665%;
}
.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-weight: bold;
font-family: 'Open Sans', sans-serif;
}
ul.page-numbers,
ul.page-numbers li,
ul.page-numbers > span {
display: inline-block;
margin: 0 5px;
padding: 0;
list-style: none;
font-size: 0;
}
ul.page-numbers .page-numbers {
display: inline-block;
margin: 0;
border-radius: 100%;
font-size: 16px;
line-height: 1;
}
ul.page-numbers .page-numbers.prev:before {
content: '\f053';
font-family: 'FontAwesome';
font-size: 12px;
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: 12px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

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

.gp-pagination-arrows {
float: right;
position: absolute;
top: 0;
right: 0;
}
.gp-pagination-arrows .prev,
.gp-pagination-arrows .next {
float: left !important;
font-size: 22px !important;
font-family: 'FontAwesome' !important;
line-height: 1 !important;
font-weight: bold !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-pagination-arrows .next {
margin-left: 15px !important;
}
.gp-pagination-arrows .prev:before {
content: '\f104';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-pagination-arrows .next:before {
content: '\f105';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-pagination-arrows > a:hover {
opacity: 1 !important;
}
.gp-pagination-arrows .gp-disabled {
opacity: 0.1;
color: #000 !important;
}

/*--------------------------------------------------------------
Load more button
--------------------------------------------------------------*/

.gp-load-more {
position: relative;
width: 100%;
clear: both;
text-align: center;
}
.gp-load-more-left-line {
float: left;
width: 30%;
margin: 24px 3% 0 0;
border-top-width: 1px;
border-style: solid;
}
.gp-load-more-right-line {
float: left;
width: 30%;
margin: 24px 0 0 3%;
border-top-width: 1px;
border-style: solid;
}
.gp-load-more-button {
float: left;
width: 33%;
}
.gp-load-more .gp-pagination {
display: none;
}
#infscr-loading {
display: none !important;
}


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

10 - Homepages

--------------------------------------------------------------------------------------*/
 
/*--------------------------------------------------------------
Homepage 1
--------------------------------------------------------------*/

#gp-homepage-slider {
position: relative;
overflow: hidden;
clear: both;
}
#gp-homepage-slider.gp-container {
margin-top: 40px;
}
#gp-homepage-slider:not(.gp-container) {
float: left;
width: 100%;
}
#gp-news-carousel {
position: relative;
overflow: hidden;
clear: both;
height: 85px;
}
#gp-news-carousel.gp-container {
margin-top: 40px;
}
#gp-news-carousel .gp-latest-title {
z-index: 1;
position: relative;
float: left;
height: 85px;
padding: 0 25px;
}
#gp-news-carousel .gp-latest-title:after {
content: '\f0da';
font-family: 'FontAwesome';
position: absolute;
right: -12px;
top: 22px;
font-size: 40px;
line-height: 1;
}
#gp-news-carousel .gp-slider {
height: 100%;
padding-left: 30px;
}
#gp-news-carousel .flex-viewport {
height: 100%;
}
#gp-news-carousel .slides {
position: relative;
clear: both;
width: 100%;
height: 100%;
}
#gp-news-carousel .slides li {
height: 100%;
padding: 20px 0;
}
#gp-news-carousel .slides li span {
display: block;    
overflow: hidden;
height: 100%;
margin-right: 20px;
padding-right: 20px;
border-right-width: 1px;
border-style: solid;
}


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

11 - Post Submission

--------------------------------------------------------------------------------------*/
 
/*--------------------------------------------------------------
Post Submission page template
--------------------------------------------------------------*/

#gp-post-submission-form p > input[type='text'],
#gp-post-submission-form p > input[type='email'],
#gp-post-submission-form p > select {
width: 50%;
}
#gp-post-submission-form p > select {
font-size: 18px;
font-weight: 300;
}
.gp-post-submission-image input[type='file'] {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.gp-post-submission-image .gp-add-image {
display: none;
}
.gp-post-submission-image .gp-show-image {
display: block;
margin-bottom: 12px;
}
.gp-post-submission-image label[for='gp-post-image'] {
overflow: hidden;
line-height: 42px !important;
padding: 7px 18px;
cursor: pointer;
}
.gp-post-submission-image label[for='gp-post-image']:before {
content: '\f093';
font-family: 'FontAwesome';
line-height: 1;
margin-right: 10px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-post-submission-formats label {
margin: 0 20px 0 5px;    
font-size: 16px;
}
.gp-post-submission-content textarea {
display: block;
}
#gp-post-submission-form #submit {
width: 100%;
}
.gp-post-submission-toc {
font-size: 15px;
}
.gp-post-submission-success {
position: relative;
z-index: 1;
width: 100%;
clear: both;
overflow: hidden;
padding: 40px 0;
background: #8cbe4b;
text-align: center;
}
.gp-post-submission-success-icon {
margin-bottom: 20px;
}
.gp-post-submission-success-icon:before {
content: '\f046';
font-family: 'FontAwesome';
color: #fff;
font-size: 72px;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-post-submission-success h4 {
margin: 0 0 10px 0;
color: #fff;
font-size: 24px;
line-height: 34px;
font-weight: 600;
}
.gp-post-submission-success h5 {
margin: 0;
opacity: 0.7;
font-size: 20px;
line-height: 30px;
color: #fff;
}
.gp-post-submission-success h5 a {
text-decoration: underline;
color: #fff;
}
.gp-post-submission-success h5 a:hover {
text-decoration: none;
}
#gp-post-submission-fail {
padding: 10% 0;
}

/*--------------------------------------------------------------
My Posts page template
--------------------------------------------------------------*/

.gp-approved-posts-wrapper,
.gp-pending-posts-wrapper {
float: left;
clear: none;
width: 48%;
}
.gp-approved-posts-wrapper {
margin-right: 4%;
}
.gp-approved-posts-wrapper.gp-approved-posts-fullwidth {
width: 100%;
margin-right: 0;
}
.gp-approved-posts-wrapper h3,
.gp-pending-posts-wrapper h3 {
margin-top: 0;
}
.gp-approved-posts-wrapper section,
.gp-pending-posts-wrapper section {
margin-bottom: 15px;
}
.gp-approved-posts-wrapper .gp-loop-meta,
.gp-pending-posts-wrapper .gp-loop-meta {
display: block !important;
margin-bottom: 0;
}
.gp-edit-post-form,
.gp-delete-post-form {
display: inline-block;
margin-top: 5px;
font-size: 11px;
}
.gp-approved-posts-wrapper .gp-loop-title,
.gp-pending-posts-wrapper .gp-loop-title {
font-size: 16px;
line-height: 22px;
font-weight: 400;
margin-bottom: 0;
}
.gp-preview-post-form button {
background: none;
padding: 0;
font-weight: normal;
font-size: 16px;
}
.gp-edit-post-form button,
.gp-delete-post-form button {
background: none;
padding: 0;
font-weight: normal;
font-size: 12px;
}
.gp-preview-post-form button:hover,
.gp-edit-post-form button:hover,
.gp-delete-post-form button:hover {
background: none;
}
.gp-edit-post-form button:before,
.gp-delete-post-form button:before {
font-size: 16px;
}


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

12 - Other Pages

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

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

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

.error404 #gp-content-wrapper.gp-container #gp-content {
padding: 10% 0;
text-align: center;
}
.error404 .gp-entry-header {
margin: 0;
}
.error404 h1 {
font-size: 72px;
line-height: 100px;
padding: 0 15px;
}
.error404 h2 {
margin: 0;
padding: 0 15px;
font-size: 30px;
}
.error404 .gp-search {
margin-top: 30px;
padding: 30px 15px;
border-top-width: 1px;
border-style: solid;
}
.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
--------------------------------------------------------------*/

label[for*='pwbox-'] {
float: left;
}
input.pwsubmit {
padding-top: 0;
padding-bottom: 0;
height: 42px;
line-height: 42px;
}

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

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


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

13 - 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;
background: #E44E48;
color: #fff;
}
.wpcf7-form .wpcf7-mail-sent-ok {
margin-left: 0;
padding: 10px 20px;
border: 0;
background: #90D835;
color: #fff;
}


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

14 - Visual Composer

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

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

.gp-theme small.vc_label {
font-size: inherit;
line-height: inherit;
}
.gp-theme .vc_separator h4 {
text-transform: uppercase;
font-weight: 400;
}

/*--------------------------------------------------------------
Advertisement
--------------------------------------------------------------*/

.gp-advertisement-wrapper img {
display: block;
}

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

.gp-carousel-wrapper .slides {
position: relative;
clear: both;
width: 100%;
}
.gp-carousel-wrapper .slides > li {
margin: 0 30px 0 0;
line-height: 24px;
}
.gp-carousel-wrapper section {
margin-bottom: 0;
}
.gp-carousel-wrapper .gp-loop-title {
margin: 0 0 5px 0;
}
.gp-carousel-wrapper .flex-direction-nav .flex-next {
margin-left: 15px;
}
.gp-carousel-wrapper .flex-direction-nav .flex-disabled {
display: none;
}
.gp-carousel-wrapper.gp-slider .flex-control-nav {
position: relative;
bottom: auto;
right: auto;
margin: 15px 0 0 0;
text-align: center;
}
.gp-carousel-wrapper.gp-slider .flex-control-nav li a {
border-color: rgba(0,0,0,0.5);
background-color: rgba(255,255,255,0.5);
}

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

.vc_row {
margin-left: -10px !important;
margin-right: -10px !important;
}
.vc_column_container > .vc_column-inner {
padding-left: 10px !important;
padding-right: 10px !important;
}

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

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

.gp-pricing-table {
display: table;
margin: 35px 0;
width: 100%;
}
.gp-pricing-column {
position: relative;
display: table-cell;
}
.gp-pricing-column.price-column-border {
border-width: 1px;
border-style: solid;
border-left-width: 0;
}
.gp-pricing-column.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.price-column-border .gp-pricing-column-inner > div {
padding: 20px;
border-style: solid;
border-top-width: 1px;
}
.gp-pricing-column.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;
}

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

.gp-showcase-wrapper {
position: relative;
width: 100%;
overflow: hidden;
clear: both;
}
.gp-showcase-wrapper section .gp-loop-title {
margin-bottom: 3px;
}
.gp-showcase-wrapper .gp-large-post section .gp-loop-title {
font-size: 19px;
line-height: 22px;
}
.gp-showcase-wrapper .gp-large-post section .gp-loop-text {
font-size: 15px;
line-height: 23px;
}
.gp-small-posts section {
margin-bottom: 15px;
}
.gp-small-posts section .gp-loop-featured .gp-image-wrap-left {
margin: 0 15px 10px 0;
}
.gp-small-posts section .gp-loop-featured .gp-image-wrap-right {
margin: 0 0 10px 15px;
}
.gp-small-posts section .gp-loop-featured .gp-image-align-left {
margin: 0 15px 0 0;
}
.gp-small-posts section .gp-loop-featured .gp-image-align-right {
margin: 0 0 0 15px;
}
.gp-small-posts section .gp-loop-featured .gp-image-above {
margin-bottom: 10px;
}
.gp-small-posts section .gp-loop-cats {
margin-bottom: 5px;
}
.gp-small-posts section .gp-loop-title {
font-size: 16px;
line-height: 19px;
font-weight: 500;
}
.gp-blog-horizontal .gp-large-post section {
width: 50%;
}
.gp-blog-horizontal .gp-small-posts {
float: left;
width: 50%;
padding-left: 20px;
clear: right;
}
.gp-blog-vertical .gp-inner-loop {
border-left-width: 1px;
border-style: solid;
}
.gp-blog-vertical .gp-inner-loop .gp-large-post {
margin: 0;
}
.gp-blog-vertical .gp-inner-loop .gp-large-post .gp-loop-content {
margin: 0 0 20px 0;
padding-left: 20px;
padding-bottom: 25px;
border-bottom-width: 1px;
border-style: solid;
}
.gp-blog-vertical .gp-small-posts {
float: left;
width: 100%;
clear: both;
}
.gp-blog-vertical .gp-small-posts section {
margin-bottom: 20px;
padding-left: 20px;
padding-bottom: 15px;
border-bottom-width: 1px;
border-style: solid;
}
.gp-blog-vertical .gp-small-posts > section:last-child,
.gp-blog-vertical .gp-inner-loop > section:last-child {
border-bottom: 0;
}

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

.gp-slider-large {
position: relative;
display: inline-block;
overflow: hidden;
}
.gp-slider-one-col .gp-slider-large {
width: 100%;
}
.gp-slider-two-cols .gp-slider-large {
width: 55%;
}
.gp-slider-right {
float: right;
width: 45%;
height: 100%;
position: absolute;
top: 0;
right: 0;
overflow: hidden;
}
.gp-slide-small {
position: relative;
width: 100%;
overflow: hidden;
float: left;
height: 50%;
}
.gp-standard-caption {
position: absolute;
z-index: 2;
bottom: 7%;
left: 7%;
width: 86%;
}
.gp-slider-two-cols .gp-standard-caption {
left: 8%;
bottom: 12%;
transform: none;
}
.gp-standard-caption-title {
margin: 0;
width: 100%;
letter-spacing: -0.15vmin;
font-size: 4.9vmin;
line-height: 7.3vmin;
}
.gp-standard-caption-title span {
background: rgba(255,255,255,0.7);
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
display: inline;
}
.gp-slider-two-cols .gp-slider-large .gp-standard-caption-title {
font-size: 3.9vmin;
line-height: 5.7vmin;
letter-spacing: -0.15vmin;
}
.gp-slide-small .gp-standard-caption-title {
font-size: 1.9vmin;
line-height: 2.8vmin;
letter-spacing: -0.2vmin;
}
.gp-slider .flex-control-nav {
position: absolute;
bottom: 10px;
right: 10px;
overflow: hidden;
list-style: none;
margin: 0;
line-height: 0;
}
.gp-slider .flex-control-nav li {
display: inline-block;
margin: 0 2px;
padding: 0;
list-style: none;
}
.gp-slider .flex-control-nav li a {
position: relative;
z-index: 99;
display: block;
width: 14px;
height: 14px;
border-radius: 100%;
background: rgba(0,0,0,0.5);
border: 2px solid rgba(255,255,255,0.5);
text-indent: -8999px;
opacity: 0.5;
cursor: pointer;
}
.gp-slider .flex-control-nav li a:hover,
.gp-slider .flex-control-nav li .flex-active {
opacity: 1;
}

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

.gp-testimonial-slider.gp-slider .slides li .gp-testimonial-box {
overflow: hidden;
position: relative;
width: 100%;
clear: both;
text-align: center;
padding: 120px 60px 80px 60px;
}
.gp-testimonial-slider.gp-slider .slides li img {
max-width: 100% !important;
width: auto !important;
height: auto !important;    
border: 5px solid rgba(0, 0, 0, 0.1);
}
.gp-testimonial-slider.gp-slider .flex-control-nav {
margin-top: 20px;
}
.gp-testimonial-slider.gp-slider .flex-direction-nav a {
width: auto;
height: auto;
padding: 0;
color: #000;
background: none;
opacity: 0.5;
line-height: 1;
}
.gp-testimonial-slider.gp-slider .flex-direction-nav a:hover {
opacity: 1;
}
.gp-testimonial-image {
margin-bottom: 40px;
border-radius: 100%;
}
.gp-testimonial-quote h5 {
margin: 0 0 14px 0;
font-size: 24px;
line-height: 30px;
}
.gp-testimonial-quote h6 {
display: block;
margin: 0;
font-size: 18px;
line-height: 1;
color: #999;
}

/*--------------------------------------------------------------
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;
}
.gp-team-image {
display: block;
margin: 0 auto 20px;
border: 10px solid rgba(0, 0, 0, 0.1);
border-radius: 100%;
}
.gp-team-name {
margin-bottom: 10px;
font-weight: lighter;
font-size: 26px;
text-align: center;
}
.gp-team-position {
margin-bottom: 20px;
font-weight: bold;
font-size: 14px;
line-height: 1;
text-align: center;
}
.gp-team-member a {
color: inherit;
text-decoration: underline;
}
.gp-team-member a:hover {
text-decoration: none;
}


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

15 - Media Queries

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

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

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

	body:not(.gp-scrolling).gp-header-overlay #gp-main-header {
	background: none !important;
	}
	.gp-has-teaser-video {
	background: #000 !important;
	background-image: none !important;
	}

}


/*--------------------------------------------------------------
Desktops - 1260 - 1121px
--------------------------------------------------------------*/

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

	.gp-container {
	width: 1120px;
	}
	#gp-content {
	width: 730px;
	}
	.gp-fullwidth-page-header #gp-content {
	width: 770px;
	}	
	.gp-both-sidebars #gp-content {
	width: 560px;
	}
	.gp-fullwidth-page-header.gp-both-sidebars #gp-content {
	width: 670px;
	}
	.gp-sidebar {
	width: 290px;
	}	
	.gp-both-sidebars .gp-sidebar {
	width: 210px;
	}
					
}

/*--------------------------------------------------------------
Desktops - 1120 - 1083px
--------------------------------------------------------------*/

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

	.gp-container {
	width: 1082px;
	}
	#gp-content,
	.gp-both-sidebars #gp-content {
	width: 700px;
	}
	.gp-fullwidth-page-header #gp-content,
	.gp-fullwidth-page-header.gp-both-sidebars #gp-content {
	width: 732px;
	}
	.gp-both-sidebars .gp-sidebar {
	width: 290px;
	}			
	.gp-both-sidebars #gp-sidebar-left {
	display: none;
	}
	.gp-blog-horizontal .gp-large-post section {
    width: 50%;
	}
	.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-container {
	width: 1024px;
	}
	#gp-content,
	.gp-both-sidebars #gp-content {
	width: 670px;
	}
	.gp-fullwidth-page-header #gp-content,
	.gp-fullwidth-page-header.gp-both-sidebars #gp-content {
	width: 710px;
	}		
	.gp-sidebar {
	width: 254px !important;
	}	
	#gp-search {
	width: 288px;
	}	
	.gp-teaser-video {
	display: none !important;
	}	
	#gp-to-top {
	display: none !important;
	opacity: 0 !important;
	}
	.gp-blog-masonry section {
	width: 49% !important;
	}
	.gp-gutter-size {
	width: 2%;
	}
	/* Used to fix Visual Composer bug that shows YouTube video button on iPad
	.vc_video-bg {	
	display: none !important;
	}*/			
	.gp-standard-caption-title {
	font-size: 50px;
	line-height: 71px;
	}
	.gp-slider-two-cols .gp-slider-large .gp-standard-caption-title {
	letter-spacing: -2px;
	font-size: 32px;
    line-height: 46px;
	}
	.gp-slide-small .gp-standard-caption-title {
	letter-spacing: -2px;
	font-size: 20px;
    line-height: 29px;
	}
	
}

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

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

	.gp-container,
	#gp-content,
	#gp-left-column {
	width: 100% !important;
	}
	#gp-inner-container,
	#gp-left-column {
	display: block;
	}
	.gp-sidebar {
	margin: 40px 0 0 0 !important;
	width: 100% !important;
	}
	.gp-both-sidebars #gp-sidebar-left {
	display: block;
	}
	#gp-main-header {
	position: relative !important;
	text-align: left;
	}
	.gp-desktop-logo,
	.gp-scrolling-logo {
	display: none;
	}	
	.gp-mobile-logo {
	display: inline-block;
	}
	.gp-search-button-desktop #gp-search-button-wrapper,
	.gp-search-button-desktop .gp-search-button-menu-divider,
	body:not(.gp-social-nav-mobile):not(.gp-social-nav-all) .gp-search-button-menu-divider {
	display: none !important;
	}
	.gp-search-button-mobile #gp-search-button-wrapper,
	.gp-search-button-mobile .gp-search-button-menu-divider {
	display: block;
	}
	#gp-standard-nav,
	.gp-standard-nav-menu-divider {
	display: none;
	}	
	.gp-social-nav-desktop #gp-social-nav,
	.gp-social-nav-desktop .gp-social-nav-menu-divider {
	display: none;
	}
	.gp-social-nav-mobile #gp-social-nav,
	.gp-social-nav-mobile .gp-social-nav-menu-divider {
	display: block;
	}
	.gp-profile-button-desktop #gp-profile-dropdown {
	display: none;
	}
	.gp-profile-button-mobile #gp-profile-dropdown {
	display: block;
	}	
	.gp-notification-counter {
	bottom: -6px;
	}	
	#gp-nav-button {
	padding: 0 40px 0 10px;
	}	
	#gp-nav {
	padding: 15px 0;
	}
	#gp-nav .gp-desktop-menu {
	display: none;
	}	
	#gp-nav .gp-mobile-menu {
	display: block;
	}
	.gp-footer-widget {
	width: 47%;
	}
	.gp-footer-widget.gp-footer-whole {
	width: 100%;
	}	
	.gp-footer-3,
	.gp-footer-5 {
	clear: both;
	margin-left: 0;
	}
	.gp-post-thumbnail .gp-image-above img {
	width: 100%;
	}
	#gp-author-meta {
	overflow: visible;
	}
	#gp-author-details {
	max-width: none;
	}
	#gp-author-desc {
	width: 100%;
	margin-top: 20px;
	}
	.gp-blog-columns-2 section,
	.gp-blog-columns-3 section,
	.gp-blog-columns-4 section,
	.gp-blog-columns-5 section,
	.gp-blog-columns-6 section {
	width: 48%;
	margin-right: 0;
	clear: none !important;
	}	
	.gp-blog-columns-2 section:nth-of-type(2n+1),
	.gp-blog-columns-3 section:nth-of-type(2n+1),
	.gp-blog-columns-4 section:nth-of-type(2n+1),
	.gp-blog-columns-5 section:nth-of-type(2n+1),
	.gp-blog-columns-6 section:nth-of-type(2n+1) {
	margin-right: 4%;
	clear: left;
	}
	.gp-blog-masonry section {
	width: 49% !important;
	}
	.gp-pricing-column {
	margin-bottom: 25px;
	width: 50% !important;
	}
	.gp-pricing-table .gp-pricing-column.price-column-border:nth-of-type(4n+1) {
	border-left-width: 1px;
	}	
	.gp-pricing-table .gp-pricing-row:nth-of-type(4n+0) {
	display: table-row;
	}
	.gp-standard-caption-title {
	font-size: 36px;
	line-height: 52px;
	}
	.gp-slider-two-cols .gp-slider-large .gp-standard-caption-title {
	letter-spacing: -2px;
	font-size: 26px;
    line-height: 38px;
	}
	.gp-slide-small .gp-standard-caption-title {
	letter-spacing: -1px;
	font-size: 16px;
    line-height: 24px;
	}
	
}


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

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

	.gp-container {
	padding: 0 20px;
	}
	.gp-fullwidth-page-header #gp-content {
	margin-top: 0;
	padding: 0;
	}
	.gp-top-header-desktop #gp-top-header {
	display: none;
	}	
	.gp-top-header-mobile #gp-top-header {
	display: block;
	}		
	#gp-top-header:not(.gp-container) {
	padding-left: 20px;
	padding-right: 20px;
	}
	#gp-main-header {
	padding-left: 20px;
	}
	#gp-header-right.gp-no-nav-button {
	margin-right: 20px;
	}
	#gp-header-area {
	margin-bottom: 20px;
	}
	#login {
	padding: 10px;
	min-height: 100%;
	}
	#gp-login-modal {
	width: 100%;
	height: 100%;
	overflow: scroll;
	}
	#gp-homepage-slider.gp-container,
	#gp-news-carousel.gp-container {
	margin-top: 20px;
	}	
	blockquote {
	font-size: 16px;
	line-height: 24px;
	}
	.pp_pic_holder {
	left: 2.5% !important;
	width: 95% !important;
	}
	.pp_content {
	width: 98% !important;
	height: auto !important;
	}
	.pp_fade {
	padding-bottom: 40px;
	width: 100% !important;
	height: 100% !important;
	}
	#pp_full_res img,
	#pp_full_res iframe,
	#pp_full_res video {
	max-width: none !important;
	width: 100% !important;
	height: auto !important;
	}
	.pp_details {
	width: 100% !important;
	}
	.ppt {
	margin-left: 0 !important;
	width: 100% !important;
	}
	.gp-entry-header .gp-entry-title,
	.gp-entry-header .gp-entry-title a {
	font-size: 36px;
	line-height: 38px;
	}
	.gp-entry-header .gp-subtitle {
	font-size: 20px;
	line-height: 30px;
	}
	.gp-entry-featured .gp-image-wrap-left,
	.gp-entry-featured .gp-image-align-left,
	.gp-entry-featured .gp-image-wrap-right,
	.gp-entry-featured .gp-image-align-right {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 32px;
	}	
	.gp-author-info {
	padding: 20px;
	}
	.gp-newsletter {
	display: block;
	padding: 30px;
	text-align: center;
	}
	.gp-newsletter img {
	margin-bottom: 10px;
	}
	.gp-newsletter-form {    
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
	}
	.gp-newsletter-large-image {
	display: none;
	}
	.gp-newsletter-small-image {
	display: inline;
	}
	.gp-newsletter-form input[type='email'] {
	width: 100%;
	margin: 0 0 10px 0;
	}
	.gp-newsletter-form input[type='submit'] {
	width: 100%;
	}
	#gp-post-submission-form p > input[type='text'],
	#gp-post-submission-form p > input[type='email'],
	#gp-post-submission-form p > select {
	width: 100%;
	}
	.gp-approved-posts-wrapper,
	.gp-pending-posts-wrapper {
	width: 100%;
	margin: 0;
	}		
	.gp-approved-posts-wrapper {
	margin-bottom: 30px;
	}	
	.gp-footer-widget {
	margin-left: 0;
	width: 100%;
	}
	#gp-footer-area {
	margin-top: 20px;
	}
	#gp-copyright .gp-container > div {
	margin-bottom: 15px;
	}
	#gp-copyright .gp-container > div:last-child {
	margin-bottom: 0;
	}	
	#gp-copyright-text,
	#gp-footer-nav,
	#gp-footer-nav.gp-nav .menu {
	display: inline-block;
	float: none;
	margin-left: 0;
	width: 100%;
	text-align: center;
	}
	#gp-footer-nav.gp-nav .menu {
	width: auto;
	}
	.gp-inner-loop section {
	margin-bottom: 30px;
	}
	.gp-blog-large section {
	margin-bottom: 40px;
	}	
	[class*='gp-blog-columns'] .gp-pagination-numbers,
	.gp-blog-masonry .gp-pagination-numbers,
	[class*='gp-blog-columns'] .gp-load-more,
	.gp-blog-masonry .gp-load-more {
	margin-top: 30px;
	}
	.gp-loop-featured >.gp-image-wrap-left,
	.gp-loop-featured >.gp-image-wrap-right {
	max-width: 40%;
	}	
	.gp-inner-loop .gp-loop-content.gp-image-wrap-left .gp-loop-meta,
	.gp-inner-loop .gp-loop-content.gp-image-wrap-right .gp-loop-meta {
	display: none;
	}			
	.gp-loop-divider {
	margin-top: 40px;
	}
	.error404 h1 {
	font-size: 30px;
	line-height: 60px;
	}
	.error404 h2 {
	font-size: 18px;
	line-height: 28px;
	}
	.gp-pricing-column {
	width: 100% !important;
	}
	.gp-pricing-column.price-column-border {
	border-left-width: 1px;
	}
	.gp-pricing-row {
	display: table-row;
	}
	.gp-slider-two-cols .gp-slider-large {
	width: 100% !important;
	height: auto !important;
	}
	.gp-slider-two-cols .gp-slider-right {
	width: 100% !important;
	position: relative;
	top: auto;
	right: auto;
	}
	.gp-slider-wrapper .gp-slide-small {
	width: 50%;
	height: auto !important;	
	}	
	.gp-slider-wrapper .gp-post-thumbnail {
	height: auto;
	}
	.gp-slider-wrapper .gp-slider-large .gp-large-image {
	display: none;
	}
	.gp-slider-wrapper .gp-slider-large .gp-mobile-image {
	display: block;
	}
	.gp-standard-caption-title,
	.gp-slider-two-cols .gp-slider-large .gp-standard-caption-title {
	font-size: 32px;
    line-height: 46px;
	}
	.gp-slide-small .gp-standard-caption-title {
	font-size: 18px;
    line-height: 26px;
	}	
	.gp-team-wrapper {
	margin-left: 0;
	}
	.gp-team-member {
	padding-left: 0;
	width: 100% !important;
	}	
	.gp-testimonial-quote h5 {
	font-size: 16px;
	line-height: 20px;
	}
	.gp-testimonial-quote h6 {
	font-size: 12px;
	}
			
}

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

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

	.gp-container {
	padding: 0 15px;
	}	
	#gp-top-header:not(.gp-container) {
	padding-left: 15px;
	padding-right: 15px;
	}
	#gp-main-header {
	padding-left: 15px;
	}	
	#gp-header-right.gp-no-nav-button {
	margin-right: 15px;
	}
	#gp-search-box {
	width: 321px;
	right: -111px;
	}
	#gp-search-box:before {
	right: 113px;
	}
	.gp-page-header .gp-container {
	padding-bottom: 100% !important;
	}
	#gp-homepage-slider.gp-container,
	#gp-news-carousel.gp-container {
	margin-top: 15px;
	}
	#gp-content .gp-vc-element {
	text-align: center;
	}
	#gp-content .gp-vc-element .widgettitle {
	display: inline-block;
	width: auto;
	margin-bottom: 20px;
	}			
	.error404 .gp-search .searchform {
	width: 100%;
	}
	#gp-post-navigation .gp-prev-link,
	#gp-post-navigation .gp-next-link {
	width: 100%;
	}
	.gp-author-info {
    padding: 15px;
    }
	.gp-author-info .avatar {
	display: none;
	}
	#comments .commentlist li .gp-comment-content {
	margin-left: 60px;
	}
	.gp-filter-wrapper {
	margin-bottom: 20px;
	}
	.gp-filter-menu {
	margin-right: 5px;
	}
	.gp-filter-menu select {
	font-size: 11px;
	padding: 8px;
	}
	.gp-blog-wrapper section {
	width: 100% !important;
	margin-right: 0 !important;
	}
	.gp-blog-large section {
	margin-bottom: 30px;
	}	
	.gp-blog-large .gp-loop-content.gp-image-above {
	width: 100%;
	}
	.format-video > .gp-post-thumbnail > div a:after {
	font-size: 15px;
	padding: 0 8px 0 10px;
	line-height: 30px;
	margin: -18px 0 0 -18px;
	border: 3px solid #fff;
	}
	.gp-loop-featured .gp-image-align-left,
	.gp-loop-featured .gp-image-align-right {
	float: none;
	margin: 0 0 18px 0;
	}
	.gp-loop-featured .gp-image-above img,
	.gp-loop-featured .gp-image-align-left img,
	.gp-loop-featured .gp-image-align-right img {
	width: 100%;
	}	
	.gp-loop-featured .gp-image-wrap-left .gp-large-image,
	.gp-loop-featured .gp-image-wrap-right .gp-large-image {
	display: none;
	}
	.gp-loop-featured .gp-image-wrap-left .gp-mobile-image,
	.gp-loop-featured .gp-image-wrap-right .gp-mobile-image {
	display: block;
	}
	.gp-image-wrap-left.gp-loop-content,
	.gp-image-wrap-right.gp-loop-content {
	overflow: hidden;
	}	
	.gp-image-wrap-left .gp-loop-title,
	.gp-image-wrap-right .gp-loop-title {
	font-size: 16px !important;
	line-height: 20px !important;
	}	
	.gp-image-align-left .gp-loop-text,
	.gp-image-align-right .gp-loop-text,
	.gp-image-wrap-left .gp-loop-text,
	.gp-image-wrap-right .gp-loop-text {
	display: none;
	}
	.gp-loop-divider {
	margin-top: 30px;
	}
	.gp-load-more-left-line,
	.gp-load-more-right-line {
	width: 10%;
	}
	.gp-load-more-button {
	width: 74%;
	}	
	.gp-gutter-size {
	width: 0;
	}
	#gp-news-carousel .gp-latest-title span {
	font-size: 26px;
	}		
	#gp-news-carousel .slides li span {
	margin-right: 0;
	border-right: 0;
	}	
	.gp-showcase-wrapper.gp-blog-horizontal .gp-large-post section {
	margin-bottom: 20px !important;
	}	
	.gp-showcase-wrapper.gp-blog-horizontal .gp-large-post section,
	.gp-showcase-wrapper.gp-blog-horizontal .gp-small-posts {
	width: 100%;
	padding-left: 0;
	}
	.gp-slider-wrapper .gp-slide-small {
	width: 100%;	
	}
	.gp-standard-caption-title,
	.gp-slider-two-cols .gp-slider-large .gp-standard-caption-title {
	font-size: 22px;
    line-height: 32px;
	}
	.gp-slide-small .gp-standard-caption-title {
	font-size: 14px;
    line-height: 21px;
	}
	
}