/*

Theme Name:         Fooding
Theme URI:          http://www.grovepixels.com/themes/fooding/
Description:        Fooding Premium Theme
Version:            1.0.1
Author:             GrovePixels
Author URI:         http://www.grovepixels.com/
Tags: white, custom-colors, fixed-width, custom-menu, editor-style, featured-images, full-width-template, two-columns, right-sidebar, translation-ready
License: GNU General Public License
License URI: http://www.gnu.org/copyleft/gpl.html

*/


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

/*	1. HTML5 Reset
	2. Global
	3. Wordpress
	4. Structure
	5. Header
	6. Main
	7. Single Post
	8. Comments 
	9. Sidebar
	10. Footer
	11. Pagination
	12. Page Templates
	13. Responsive


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


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

/*	1. HTML5 Reset

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

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
.clearfix:before,.container:before,.wrap:before,.hentry:before{content:" ";display:table;}
.clearfix:after,.container:after,.wrap:after,.hentry:after{clear:both;content:" ";display:table;}

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

/*	2. Global

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

/* Body
--------------------------------------------- */

body {
	background: #fafafa;
	color: #444444;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

/* Links
--------------------------------------------- */

a {
	color: #a4cc00;
	text-decoration: none;
}

a:hover {
	color: #a4cc00;
	text-decoration: underline;
}

/* Global
--------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size:62.5%;
}

p { 
	margin:0 0 25px;
	padding:0;
}

strong {
	font-weight:700;
}

ol, ul {
	margin: 0;
	padding: 0;
}

blockquote {
	color: #919191;
}

blockquote {
	border-left: 8px solid #a4cc00;
	padding-left: 20px;
	margin: 0 10px 30px 0;
	font-size: 18px;
}

cite {
	font-style: normal;
}

code {
	display: block;
	clear: both;
	padding: 30px;
	background-color: #f9f9f9;
	font: 13px/18px "Andale Mono",Courier,"Courier New",monospace;
}

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

	code {
		padding: 15px;
	}

}

hr {
	margin: 25px 0;
}

button,input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out;
}

/* Media
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	max-width:100%;
	height: auto;
}

/* Forms
--------------------------------------------- */

input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

input, textarea {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	color: #999;
	font-size: 14px;
	padding: 12px;
	margin: 0 0 10px;
	width: 100%;
}

textarea {
	line-height: 1.8;
}

input:focus,
textarea:focus {
	border: 1px solid #a9a9a9;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #a4cc00;
	font-weight: normal;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 13px 20px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background-color: #333;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

input[type="radio"], input[type="checkbox"] {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 4px ! important;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Hidden
--------------------------------------------- */

.hidden {
	display: none ! important;
}

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

/*	3. Wordpress

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

p a img {
	margin-bottom:-10px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	display: block;
	margin-bottom: 20px;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	color: #888;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

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


	/* Wordpress */

	img.alignleft, .wp-caption.alignleft,
	img.alignright, .wp-caption.alignright {
		max-width: 50%;
	}


}

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

	/* Wordpress */

	img.alignleft, .wp-caption.alignleft,
	img.alignright, .wp-caption.alignright {
		max-width: 100%;
		float: none;
		margin: 0;
	}


}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {

}

.tiled-gallery {
	margin-bottom: 25px ! important;
}

.sticky {

}

.mejs-container {
	margin-bottom: 25px;
}

/* Wordpress Gallery */

.gallery-size-thumbnail {
	margin-bottom: 20px ! important;
}

.gallery-item {
	margin: 0 ! important;
}

.gallery-item img {
	border: none ! important;
}

.gallery-item a {
	
}

.gallery-item img {
	float: left;
	margin: 0 0 2% 0!important;
	padding: 0 !important;
	line-height: 0;
	font-size: 1px;
	width: 98%;
}


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

/*	4. Structure

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

.gp-row {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	padding: 0 20px;
}

.gp-wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}

.gp-inner {
	margin: 0 -15px;
}

.gp-row:before,
.gp-wrap:before,
.gp-inner:before,
.gp-widget:before,
.hentry:before,
.pagination:before,
.navigation:before, {
	content: " ";
	display: table;
}

.gp-row:after,
.gp-wrap:after,
.gp-inner:after,
.gp-widget:after,
.hentry:after,
.pagination:after,
.navigation:after {
	clear: both;
	content: " ";
	display: table;
}

.gp-col-1,
.gp-col-2,
.gp-col-3,
.gp-col-4,
.gp-col-5,
.gp-col-6,
.gp-col-7,
.gp-col-8,
.gp-col-9,
.gp-col-10,
.gp-col-11,
.gp-col-12 {
  float: left;
}

.gp-col-12 {
  width: 100.0000000000000%;
}

.gp-col-11 {
  width: 91.66666666666666%;
}

.gp-col-10 {
  width: 83.33333333333334%;
}

.gp-col-9 {
  width: 75.00000000000000%;
}

.gp-col-8 {
  width: 66.66666666666666%;
}

.gp-col-7 {
  width: 58.33333333333336%;
}

.gp-col-6 {
  width: 50.00000000000000%;
}

.gp-col-5 {
  width: 41.66666666666667%;
}

.gp-col-4 {
  width: 33.33333333333333%;
}

.gp-col-3 {
  width: 25.00000000000000%;
}

.gp-col-2 {
  width: 16.66666666666664%;
}

.gp-col-1 {
  width: 08.33333333333332%;
}

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

/*	5.	Header

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

.gp-header {
	background-image: url('images/header.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 600px;
	height: 600px;
	float: none;
	display: block;
	text-align: center;
	position: relative;
}

.gp-header-wrap {
	background: rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 9999;
}

.gp-header-wrap .gp-row {
	position: relative;
	height: 100%;
}

/* Top Mobile Menu
--------------------------------------------- */

/* Button */

.gp-top-mobile-menu-button {
	display: none;
}

/* Menu Style */

.container {
	position: relative;
	overflow: hidden;
}

.mobile-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 280px;
	height: 100%;
	background: #fff;
	padding-top: 20px;
	border-right: 1px solid #e5e5e5;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .mobile-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.mobile-menu ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

.mobile-menu ul.sub-menu {
	margin: 0 0 0 20px;
}

.mobile-menu ul li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 12px 25px;
	color: #888;
	border-bottom: 1px solid #f9f9f9;
	text-transform: uppercase;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

.mobile-menu ul li a:hover {
	color: #444;
	text-decoration: none;
}

.st-effect-1.mobile-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-1.mobile-menu-open .st-effect-1.mobile-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.mobile-menu::after {
	display: none;
}

.gp-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.gp-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.mobile-menu-open .gp-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

/* Close & Home Button */

.gp-close-home {
	display: block;
	margin: 0 20px 10px;
	overflow: hidden;
}

.gp-close-home .gp-close-button {
	background: none;
	padding: 0;
	outline: 0;
}

.gp-close-home .gp-close-button {
	display: inline-block;
}

.gp-close-home .gp-close-button {
	background-image: url("images/close-icon.png");
	background-color: #a4cc00;
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	width: 35px;
	height: 35px;
	color: #fff;
	font-size: 24px;
	line-height: 35px;
	border: none;
	padding: 0;
	text-align: center;
	z-index: 9999;
	outline: 0;
}

.gp-close-home .gp-close-button:hover {
	background-color: #222 ! important;
}

.gp-close-home a.gp-home-button {
	background: #a4cc00;
	float: right;
	width: 35px;
	height: 35px;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	border: none;
	padding: 0;
	text-align: center;
}

.gp-close-home a.gp-home-button:hover {
	background: #222;
	color: #fff;
}


/* Search Form */

.mobile-menu .gp-search-form {
	padding: 20px;
}

.mobile-menu .gp-search-form input[type="text"] {
	font-size: 13px;
	width: 193px;
	padding: 13px;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mobile-menu .gp-search-form button {
	width: 45px;
	padding: 12px 10px 13px;
	margin-top: 1px;
	text-align: center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: 0;
}

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

.gp-logo {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 130px;
}

.gp-logo img {
	display: block;
}

.gp-logo h1, .gp-logo h2 {
	color: #fff;
	margin-bottom: 0;
}

.gp-logo h1.text, .gp-logo h2.text {
	font-size: 40px;
	line-height: 1;
	margin: 5px 0 0 0;
}

.gp-logo h1 a, .gp-logo h2 a {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

.gp-logo h1 a:hover, .gp-logo h2 a:hover {
	color: #fff;
	text-decoration: none;
}

.gp-logo h3 {
	width: 60%;
	margin: 0 auto;
	font-size: 28px;
	line-height: 1.3;
	color: #fff;
	text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

.gp-logo-dot {
	background: #fff;
	display: inline-block;
	width: 160px;
	height: 1px;
	margin: 0 auto 5px auto;
}

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

.gp-primary-navigation {
	border-top: 1px solid #fff;
	padding: 0;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	text-align: left;
	text-shadow: 0 1px 3px rgba(0,0,0,0.4);
	width: 100%;
	position: absolute;
	bottom: 0;
}

.gp-primary-navigation ul {
	list-style: none;
	margin:0;
}

.gp-primary-navigation ul li {
	float: left;
	margin-right: 35px;
	position: relative;
	text-transform: uppercase;
}

.gp-primary-navigation ul li.right {
	float: right;
	margin-right: 0;
	margin-left: 0;
}

.gp-primary-navigation ul li a {
	display: inline-block;
	color: #fff;
	padding: 22px 0 21px;
}

.gp-primary-navigation ul li a:hover {
	color: #fff;
}

.gp-primary-navigation ul li > ul {
	display: none;
	float: left;
	width: 280px;
	background: #fff;
	padding: 0;
	margin: 0 0;
	border: 1px solid #e5e5e5;
	border-top: none;
	position: absolute;
	z-index: 9999;
}

.gp-primary-navigation ul li > ul li {
	display: block;
	width: 100%;
	padding: 12px 25px;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
}

.gp-primary-navigation ul li > ul li:last-child {
	border-bottom: none;
}

.gp-primary-navigation ul li > ul li a {
	font-size: 15px;
	color: #666;
	padding: 0;
	text-shadow: none;
}

.gp-primary-navigation ul li > ul li a:hover {
	color: #222;
	text-decoration: none;
}

.gp-primary-navigation ul li:hover > ul {
	display: block;
}

.gp-primary-navigation ul li ul li > ul {
	display: block;
	top: 0;
	left: 279px;
	border-top: 1px solid #e5e5e5;
}

.gp-primary-navigation ul li ul li:hover > ul {
	display: block;
}

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

/*	6.	Main 

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

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

.gp-main {
	padding: 70px 0 30px 0;
}

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

.gp-content {
	float: left;
	width: 63.5%;
}

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

.hentry {
	float: none;
	margin: 0 0 40px;
}

.hentry.gp-homepage.left {
	float:left;
	width: 48%;
	margin: 0 2% 40px 0;
	clear:both;
}

.hentry.gp-homepage.right {
	float:right;
	width: 48%;
	margin: 0 0 40px 2%;
}

/* Entry Wrap */

.entry-wrap {
	background: #fff;
	padding: 30px 25px 15px 25px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* Entry Title */

h2.entry-title {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 5px;
}

h2.entry-title a {
	color: #333;
	text-decoration: none;
}

h2.entry-title a:hover {
	color: #666;
	text-decoration: none;
}

/* Entry Meta */

.entry-meta {
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #888;
	padding: 0;
	margin-bottom: 5px;
}

.entry-meta a {
	color: #888;
}

.entry-meta a:hover {
	color: #888;
}

.entry-meta i {
	margin-right:8px;
}

.entry-meta div {
	display: inline-block;
}

/* Featured Image */

.featured-image {
	margin: 0;
	position: relative;
}

.featured-image img {
	display: block;
}

/* Post Formats */

.gp-post-format {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 60px;
	width: 60px;
	margin: -30px 0 0 -30px;
}

.gp-post-format.gp-gallery-icon {
	background: url('images/formats/gallery-icon.png') no-repeat;
	background-size: 60px 60px;
}

.gp-post-format.gp-video-icon {
	background: url('images/formats/video-icon.png') no-repeat;
	background-size: 60px 60px;
}

.gp-post-format.gp-audio-icon {
	background: url('images/formats/audio-icon.png') no-repeat;
	background-size: 60px 60px;
}

/* Entry Content */

.entry-content {

}

/* Continue Reading */

a.more-link {
	display: inline-block;
	background: #a4cc00;
	color: #fff ! important;
	padding: 11px 20px 11px 48px;
	margin: 0 0 15px;
	border-radius: 5px;
	position: relative;
}

a.more-link i {
	font-size: 12px;
	border: 2px solid #fff;
	width: 22px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	margin-right: 7px;
	position: absolute;
	top: 14px;
	left: 18px;
}

a:hover.more-link {
	background: #222;
	color: #fff ! important;
}

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

/* Hentry */

.hentry.gp-homepage-1 {
	margin-bottom: 40px;
}

/* Entry Wrap */

.hentry.gp-homepage-1 .entry-wrap {
	background: #fff;
	padding: 30px 30px 15px 30px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
} 

/* Entry Title */

.hentry.gp-homepage-1 h2.entry-title {
	font-size: 24px;
}

/* Entry Meta */

.hentry.gp-homepage-1 .entry-meta {
	margin-bottom: 10px;
}

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

/*	7.	Single Post

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

.hentry.gp-single {
	background: #fff;
	padding: 45px 35px 35px 35px;
	margin-bottom: 50px;
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

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

.gp-breadcrumbs {
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.gp-breadcrumbs a {
	color: #494949;
	text-decoration: none;
}

.gp-breadcrumbs a:hover {
	text-decoration: underline;
}

.gp-breadcrumbs span.sep {
	margin: 0 5px;
}

/* Entry Title
--------------------------------------------- */

h1.entry-title {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	color: #333;
	margin-bottom: 10px;
}

/* Entry Meta
--------------------------------------------- */

.hentry.gp-single .entry-meta {
	margin-bottom: 20px;
} 

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

.gp-share-buttons {
	margin: -10px 0 25px;
	overflow: hidden;
}

.gp-content .gp-share-buttons ul {
	margin: 0;
	list-style: none;
}

.gp-content .gp-share-buttons ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 0;
}

.gp-content .gp-share-buttons ul li:last-child {
	margin-right: 0;
}

.gp-share-buttons ul li a i {
	font-size: 15px;
	margin-right: 8px;
}

.gp-share-buttons ul li a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	background: #222;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 3px;
	min-width: 100px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

.gp-share-buttons ul li a:hover {
	-webkit-opacity:.8;
	-moz-opacity:.8;
	opacity:.8;
	text-decoration:none;
}

.gp-share-buttons ul li.gp-twitter-button a {
	background: #50abf1;
}

.gp-share-buttons ul li.gp-facebook-button a {
	background: #3a579b;
}

.gp-share-buttons ul li.gp-google-button a {
	background: #dd4b39;
}

.gp-share-buttons ul li.gp-linkedin-button a {
	background: #1a84bc;
}

.gp-share-buttons ul li.gp-pinterest-button a {
	background: #cb2027;
}

/* Entry Content
--------------------------------------------- */

.hentry.gp-single .entry-content {
	margin-bottom: 45px;
}

/* Page Links
--------------------------------------------- */

#gp-page-links {
	font-size: 26px;
}

/* Review Box
--------------------------------------------- */

.gp-review-box-top {
	margin: 35px 0 30px 0;
}

.gp-review-box-bottom {
	margin: -10px 0 50px 0;
}

#review-box {
	background: #eee;
	padding: 20px 20px 8px 20px;
	margin: 0;
}

#review-box ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#review-box ul li {
	margin-bottom: 15px;
}

#review-box .review-top {
	overflow: hidden;
}

#review-box .overall-score {
	background: #ff502e;
	width: 100px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

#review-box .overall-score .overall {
	font-size: 50px;
	line-height: 1.2;
	color: #FFF;
	font-weight: bold;
	padding: 8px 0;
	display: block;
}

#review-box .overall-score .overall-text {
	background: #111;
	display: block;
	color: #FFF;
	font-weight: bold;
	padding: 6px 0;
	text-transform: uppercase;
	font-size: 10px;
}

#review-box .review-top {
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

#review-box .review-top .review-text .review-title {
	color: #111;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	display: block;
	margin: 8px 0 10px;
}

#review-box .review-top .review-text p {
	font-size: 14px;
	margin-bottom: 0;
}

#review-box ul li .review-criteria-bar-container {
	position: relative;
	background: #b8b8b8;
	height: 40px;
	overflow: hidden;
}

#review-box ul li .review-criteria-bar {
	float: left;
	height: 40px;
	background: #a4cc00;
}

#review-box ul li .review-criteria-bar span.legp {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}

#review-box ul li .review-criteria-bar-container span.right {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	z-index: 9999;
	position: absolute;
	right: 10px;
	top: 6px;
}

#review-box .review-total-score {
	background: #f2f2f2;
	overflow: hidden;
}

#review-box .review-total-score .left {
	float: left;
	max-width: 50%;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 18px 15px;
	margin: 0;
	text-transform: uppercase;
}

#review-box .review-total-score .right {
	float: right;
	font-size: 18px;
	background: #ff3718;
	color: #FFF;
	font-weight: bold;
	padding: 0 12px;
	height: 54px;
	line-height: 54px;
}

#review-box .review-total-score .right i {
	color: #FFFFFF;
	font-size: 17px;
	margin: 0 2px;
}

#review-box .review-summary {
	border: 1px solid #eee;
	padding: 25px;
	margin: 0 0 25px 0;
}

#review-box .review-summary p {
	margin: 0 0 0 0;
}

#review-box .review-total-score .type-star {
	font-size: 14px;
	padding: 7px 15px;
}

#review-box .review-total-score-box [class*="icon-"] {
	font-size: 18px;
	color: #FFFFFF;
	margin: 0 1px;
}

/* Entry Tags
--------------------------------------------- */

.entry-tags {
	padding-top: 30px;
	margin-bottom: 30px;
	border-top: 10px solid #f5f5f5;
}

.entry-tags i {
	margin-right: 15px;
}

.entry-tags a {
	display: inline-block;
	background: #a4cc00;
	color: #fff;
	padding: 5px 20px;
	margin-right: 7px;
	margin-bottom: 10px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}

.entry-tags a:hover {
	background: #222;
	color: #fff;
}

/* Author Box
--------------------------------------------- */

.gp-author-box {
	padding: 30px 0 30px 0;
	margin-bottom: 40px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.gp-author-box .gp-gravatar {
	float: left;
	width: 80px;
	margin: 0 25px 30px 0;
}

.gp-author-box .gp-author-bio {
	margin-left: 105px;
}

.gp-author-box .gp-author-bio p {
	margin-bottom: 10px;
}

.gp-author-box h1 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.gp-author-box h1 a {
	color: #333;
	text-decoration: none;
}

.gp-author-box ul.gp-author-links {
	list-style: none;
	margin: 0;
	line-height: 1;
}

.gp-author-box ul.gp-author-links li {
	float: left;
	margin-right: 15px;
}

.gp-author-box ul.gp-author-links li a {
	font-size: 20px;
	color: #bbbbbb;
	text-decoration: none;
}

.gp-author-box ul.gp-author-links li a:hover {
	color: #999999;
	text-decoration: none;
}

/* Pagination Single
--------------------------------------------- */

.gp-pagination-single {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	padding: 35px 0;
	margin-bottom: 45px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}

.gp-pagination-single .gp-pagination-previous {
	float: left;
	width: 45%;
	padding: 0 5%;
	text-align: center;
	position: relative;
}

.gp-pagination-single .gp-pagination-previous i {
	font-size: 60px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
}

.gp-pagination-single .gp-pagination-next {
	float: right;
	width: 45%;
	padding: 0 5%;
	text-align: center;
	position: relative;
}

.gp-pagination-single .gp-pagination-next i {
	font-size: 60px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
}

.gp-pagination-single span {
	color: #999;
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.gp-pagination-single a {
	color: #333;
	text-decoration: none;
}

.gp-pagination-single a:hover {
	color: #666;
}

.gp-pagination-single span.gp-pagination-dot {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	border-left: 1px dotted #ddd;
}

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

.gp-related-posts {
	padding-bottom: 10px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
}

.gp-related-posts h3 {
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}

.gp-related-posts .gp-inner {
	margin: 0 -15px;
}

.gp-related-posts .hentry {
	float: left;
	width: 50%;
	padding: 0 15px 0;
	margin-bottom: 30px;
	border: none;
}

.gp-related-posts .hentry .featured-image {
	display: block;
	margin-bottom: 10px;
}

.gp-related-posts .hentry h2.entry-title {
	font-size: 18px;
	line-height: 1.4;
	margin: 0;
}

.gp-related-posts .hentry .entry-title a {
	color: #333;
}

.gp-related-posts .hentry .entry-title a:hover {
	color: #666;
	text-decoration: none;
}

/* Post Style
--------------------------------------------- */

.gp-content ol, .gp-content ul {
	margin: 0 0 25px 40px;
}

.gp-content ol li, .gp-content ul li {
	margin: 4px 0;
}

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

/*	8. Comments

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

#comments {
	margin-bottom: 80px;
}

.comment-title h3 {
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}	

.comment-title h3 a {
	color: #333;
	text-decoration: none;
}

.comment-title h3 a:hover {
	color: #333;
	text-decoration: none;
}

ol.commentlist {
	list-style: none;
	margin: 0 ! important;
}

.comment-body {
    margin: 0 0 30px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.comment-avatar {
	float: left;
	width: 72px;
	margin: 0 30px 0 0;
}

.comment-avatar img {
	background: #fff;
	border: 3px solid #f2f2f2;
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	border-radius: 		   50%;
}

.bypostauthor .comment-avatar img {
	background: #fff;
	border: 3px solid #a4cc00;
}

.comment-header {
	margin-bottom: 25px;
}

.comment-meta {
	padding-top: 5px;
}

.comment-meta h5 {
	margin: 13px 0 0 0;
}

.comment-body .fn {
	display: block;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
}

.comment-body .fn a {
	color: #444;
	text-decoration: none;
}

.comment-body .fn a:hover {
	color: #444;
	text-decoration: none;
}

.comment-header time {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	color: #888;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
}	

.comment-header time a {
	color: #888;
	text-decoration: none;
}

.comment-header time a:hover {
	color: #888;
	text-decoration: none;
}

.comment-content {
	
}

.comment-edit-link {

}

a.comment-edit-link {
	color: #999;
}

a:hover.comment-edit-link {
	color: #999;
}

.gp-reply {
	position: absolute;
	top: 0;
	right: 0;
    margin: 0;
    display: inline-block;
	background: #a4cc00;
	color: #fff;
	font-size: 11px;
	padding: 3px 15px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}

a.comment-reply-link {
	color: #fff;
	text-decoration: none;	
}

a:hover.comment-reply-link {
	color: #fff;
	text-decoration: underline;
}

.gp-reply i {
	margin-left: 5px;
}

.comment .children {
	margin: 0;
}

.comment .children li {
    list-style: none outside none;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 35px;
}

.comments-previous {
	float: left;
}

.comments-next {
	float: right;
}

#respond {
	margin: 30px 0 0 0;
}

#respond h3#reply-title {
    font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}

form label {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 5px 0;
	text-transform: uppercase;
}

form label.comment-field {
	display: block;
}

#respond input#submit {
	display: inline-block;
	background: #a4cc00;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width: auto;
	padding: 12px 40px;
	text-transform: uppercase;
	border: none;
}

#respond #submit:hover,
#respond #submit:focus,
#respond #submit:active {
	background: #222222;
}

.commentlist #respond { 
	margin: 50px 0 50px 45px; 
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 0;
}

.form-allowed-tags {
	background: #f7f7f7;
	font-size: 13px;
	line-height: 1.6;
	padding: 20px;
}

.form-allowed-tags code {
	background: none;
	padding: 0;
}

.form-submit {
	margin: 0 0 15px 0;
}

.comment-notes, .logged-in-as {
	font-weight: bold;
}

.comment-subscription-form {
	margin-bottom: 10px;
	line-height: 1.4;
}

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

/*	9.	Sidebar

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

.gp-sidebar {
	float: right;
	width: 31%;
	font-size: 14px;
}

/* Widgets
--------------------------------------------- */

.gp-sidebar .gp-widget {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.gp-sidebar .gp-widget:last-child {
	margin-bottom: 20px;
}

.gp-widget ul {
	list-style: none;
}

h4.gp-widget-title {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

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

.gp_newsletter_widget {
	font-size: 14px;
	background: #a4cc00 ! important;
	color: #fff;
	padding: 35px 30px ! important;
	border: none ! important;
}

.gp_newsletter_widget h4.gp-widget-title {
	color: #fff;
	padding: 0;
	margin-bottom: 10px;
	border: none;
}

.gp_newsletter_widget p {
	margin-bottom: 20px;
}

.gp_newsletter_widget input {
	display: block;
	border: none;	
	width: 100%;
	margin-bottom: 10px;
}

.gp_newsletter_widget input[type="submit"], 
.gp_newsletter_widget input[type="button"] {
	font-size: 16px;
	font-weight: 400;
	background: #333 ! important;
	color: #fff ! important;
	padding: 11px 24px ! important;
	margin-bottom: 0;
	letter-spacing: 1px;
	text-shadow: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px ! important;
	-moz-border-radius: 3px ! important;
	border-radius: 3px ! important;
	opacity: 1 ! important;
}

.gp_newsletter_widget input[type="submit"]:hover, 
.gp_newsletter_widget input[type="button"]:hover {
	background: #111 ! important;
	color: #fff ! important;
	opacity: 1 ! important;
}

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

.gp-widget.gp_social_icons {
	padding-bottom: 20px;
}

.gp_social_icons ul {
	list-style: none;
	margin: 0 -25px 0 0;
}

.gp_social_icons ul li {
	float: left;
	margin-right: 25px;
}

.gp_social_icons ul li a {
	display: inline-block;
	color: #999;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
}

.gp_social_icons ul li a:hover {
	color: #555;
}

/* Recent, Popular, Random Posts Widget
--------------------------------------------- */

.gp-widget.gp_recent_posts,
.gp-widget.gp_popular_posts,
.gp-widget.gp_random_posts {
	font-size: 14px;
	line-height: 1.7;
	list-style: none;
}

.gp-widget.gp_recent_posts .hentry,
.gp-widget.gp_popular_posts .hentry,
.gp-widget.gp_random_posts .hentry {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.gp-widget.gp_recent_posts .hentry:last-child,
.gp-widget.gp_popular_posts .hentry:last-child,
.gp-widget.gp_random_posts .hentry:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

.gp-widget.gp_recent_posts .hentry .featured-image,
.gp-widget.gp_popular_posts .hentry .featured-image,
.gp-widget.gp_random_posts .hentry .featured-image {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 15px 0 0;
}

.gp-widget.gp_recent_posts .hentry .featured-image img,
.gp-widget.gp_popular_posts .hentry .featured-image img,
.gp-widget.gp_random_posts .hentry .featured-image img {
	width: 60px;
	height: 60px;
}

.gp-widget.gp_recent_posts .hentry .entry-content,
.gp-widget.gp_popular_posts .hentry .entry-content,
.gp-widget.gp_random_posts .hentry .entry-content {
	margin-left: 75px;
}

.gp-widget.gp_recent_posts .hentry .entry-content a,
.gp-widget.gp_popular_posts .hentry .entry-content a,
.gp-widget.gp_random_posts .hentry .entry-content a {
	font-weight: 400;
	display: block;
	color: #444;
}

.gp-widget.gp_recent_posts .hentry .entry-content span,
.gp-widget.gp_popular_posts .hentry .entry-content span,
.gp-widget.gp_random_posts .hentry .entry-content span {
	font-size: 12px;
	text-transform: uppercase;
	color: #bbb;
}

.gp-widget .hentry .gp-post-format {
	height: 24px;
	width: 24px;
	margin: -12px 0 0 -12px;
}

.gp-widget .gp-post-format.gp-gallery-icon,
.gp-widget .gp-post-format.gp-video-icon,
.gp-widget .gp-post-format.gp-audio-icon {
	background-size: 24px 24px;
}

/* Homepage */

.gp-homepage-custom-widgets .gp-widget .hentry .gp-post-format {
	height: 60px;
	width: 60px;
	margin: -30px 0 0 -30px;
}

.gp-homepage-custom-widgets .gp-widget .gp-post-format.gp-gallery-icon,
.gp-homepage-custom-widgets .gp-widget .gp-post-format.gp-video-icon,
.gp-homepage-custom-widgets .gp-widget .gp-post-format.gp-audio-icon {
	background-size: 60px 60px;
}

.gp-homepage-custom-widgets .hentry.gp-homepage-2 .gp-post-format.gp-gallery-icon, 
.gp-homepage-custom-widgets .hentry.gp-homepage-2 .gp-post-format.gp-video-icon, 
.gp-homepage-custom-widgets .hentry.gp-homepage-2 .gp-post-format.gp-audio-icon {
	background-size: 56px 56px;
}

.gp-homepage-custom-widgets .hentry.gp-homepage-2 .gp-post-format {
	height: 56px;
	width: 56px;
	margin: -28px 0 0 -28px;
}

.gp-homepage-custom-widgets .hentry.gp-homepage-3 .gp-post-format.gp-gallery-icon, 
.hentry.gp-homepage-3 .gp-post-format.gp-video-icon, 
.hentry.gp-homepage-3 .gp-post-format.gp-audio-icon {
	background-size: 56px 56px;
}

.gp-homepage-custom-widgets .hentry.gp-homepage-3 .gp-post-format {
	height: 56px;
	width: 56px;
	margin: -28px 0 0 -28px;
}

/* Recent Reviews Widget
--------------------------------------------- */

.gp-widget.gp_recent_reviews {
	font-size: 14px;
	line-height: 1.7;
	list-style: none;
}

.gp-widget.gp_recent_reviews .hentry {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.gp-widget.gp_recent_reviews .hentry:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

.gp-widget.gp_recent_reviews .hentry .featured-image {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 15px 0 0;
}

.gp-widget.gp_recent_reviews .hentry .featured-image img {
	width: 60px;
	height: 60px;
}

.gp-widget.gp_recent_reviews .hentry .entry-content {
	margin-left:75px;
}

.gp-widget.gp_recent_reviews .hentry .entry-content a {
	font-weight:400;
	display:block;
	color:#444;
}

.gp-widget.gp_recent_reviews .hentry .entry-content .gp-review-badge {
	display: inline-block;
	background: #a4cc00;
	color: #fff;
	padding: 0 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 5px;
}

.gp-widget.gp_recent_reviews .hentry .entry-content span {
	font-size:12px;
	text-transform: uppercase;
	color:#bbb;
}

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

.gp_advertisement_widget {
	padding:30px 30px 25px 30px!important;
}

.gp_advertisement_widget ul {
	list-style: none;
	margin: 0 -2% 0 -2%;
}

.gp_advertisement_widget ul li {
	float: left;
	width: 46%;
	background: #f5f5f5;
	padding: 5px;
	margin: 2%;
}

.gp_advertisement_widget ul li:nth-child(2n) {
	margin-right: 0;
}

.gp_advertisement_widget ul li img {
	display: block;
}

/* Links Widget
--------------------------------------------- */

.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_rss ul {
	list-style: none;
	margin:0;
}

.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_rss ul li {
	display: block;
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:1px solid #eee;
	position: relative;
}

.widget_pages ul li:before,
.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_nav_menu ul li:before,
.widget_rss ul li:before {
	color: #ccc;
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 2px;
}

.widget_pages ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_rss ul li:last-child {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}

.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_rss ul li a {
	padding-left:18px;
	color: #444;
}

.widget_pages ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_rss ul li a:hover {
	text-decoration: underline;
}

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

.gp-widget.widget_calendar {
	padding-bottom: 24px;
}

.widget_calendar table {
	width: 100%;
	margin: 0;
	border: 0;
}

.widget_calendar table caption {
	width: 100%;
	background: #a4cc00;
	color: #fff;
	font-weight: bold;
	padding: 7px 0 8px;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
}

.widget_calendar table>thead { 
	
}

.widget_calendar table>thead>tr {
	color: #fff;
	border-bottom: 1px solid #a4cc00;
}

.widget_calendar tbody>tr>td {
	padding: 5px 0 6px;
	text-align: center;
	width: 14.2857%;
}

.widget_calendar table#wp-calendar thead>tr>th {
	background: #a4cc00;
}

.widget_calendar th {
	padding: 8px;
	text-align: center;
	border: none;
}

.widget_calendar th:last-child { 
	border: 0; 
}

.widget_calendar table>tbody {
	border: 1px solid #e5e5e5;
	border-top: none;
}

.widget_calendar table>tbody>tr {
	border-bottom: 1px solid #e5e5e5;
}

.widget_calendar table>tbody>tr td {
	border-right: 1px solid #e5e5e5;
}

.widget_calendar table>tbody>tr td a {
	font-weight: bold;
	text-decoration: none;
}

.widget_calendar table>tbody>tr td#today {
	background: #a4cc00;
	color: #fff;
	font-weight: bold;
}

.widget_calendar table>tbody>tr td#today a {
	color: #fff;
}

.widget_calendar a:hover {
	text-decoration:underline;
}

.widget_calendar tfoot>tr {
	border-bottom: 1px #222;
}

.widget_calendar #prev {
	text-align: left;
	font-weight: bold;
}

.widget_calendar #prev a {
	text-decoration: none;
}

.widget_calendar #prev a:hover {
	text-decoration: underline;
}

.widget_calendar #next {
	text-align: right;
	font-weight: bold;
}

.widget_calendar #next a {
	text-decoration: none;
}

.widget_calendar #next a:hover {
	text-decoration: underline;
}

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

.gp-widget .gp-search-form input[type="submit"] {
	width: 100%;
}

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

/*	10.	Footer

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

.gp-footer {
	background: #fff;
	padding: 0;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.05);
	overflow: hidden;
}

/* Staff Picks
--------------------------------------------- */

.gp-staff-picks {
	width: 3000px;
	padding: 0 0 40px 0;
	text-align: center;
	overflow: hidden;
	left: 50%;
	line-height: 1;
	margin: 0 auto;
	position: relative;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gp-staff-picks .hentry {
	float: none;
	display: inline-block;
	width: 330px;
	padding: 0;
	margin: 0 0 0 -5px;
	border-bottom: none;
}

.gp-staff-picks .hentry .featured-image {
	margin-bottom: 0;
}

.gp-staff-picks .hentry h2 {
	font-size: 20px;
	margin-bottom: 0;
}

.gp-staff-picks h3 {
	margin-bottom: 15px;
	text-transform: uppercase;
}

.gp-staff-picks .hentry .gp-post-format {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 56px;
	width: 56px;
	margin: -28px 0 0 -28px;
}

.gp-staff-picks .hentry .gp-post-format.gp-gallery-icon, 
.gp-staff-picks .hentry .gp-post-format.gp-video-icon, 
.gp-staff-picks .hentry .gp-post-format.gp-audio-icon {
	background-size: 56px 56px;
}

/* Footer Widgets
--------------------------------------------- */

.gp-footer-widgets {
	padding-bottom: 10px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e5e5e5;
}

.gp-footer-widgets .gp-widget {
	float: left;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.gp-footer-widgets .gp-widget ul li {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border: none;
}

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

.gp-copyright {
	font-size: 14px;
	color: #aaa;
	padding-bottom: 35px;
	text-align: center;
}

.gp-copyright p {
	padding: 0 65px;
	margin-bottom: 10px;
}

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

.gp-footer-navigation {
	margin-bottom: 10px;
}

.gp-footer-navigation ul {
	margin: 0;
	list-style: none;
	text-align: center;
}

.gp-footer-navigation ul li {
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.gp-footer-navigation ul li:last-child {
	margin-right: 0;
}

.gp-footer-navigation ul li:last-child:after {
	display: none;
}

.gp-footer-navigation ul li a {
	font-weight: bold;
	color: #aaa;
	text-decoration: none;
}

.gp-footer-navigation ul li a:hover {
	color: #aaa;
	text-decoration: underline;
}

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

.gp-theme-copyright {
	font-size: 12px;
	color: #aaa;
}

.gp-theme-copyright p {
	margin-bottom: 0;
}

.gp-theme-copyright a {
	color: #aaa;
	text-decoration: none;
	border-bottom: 1px dashed #eee;
}

.gp-theme-copyright a:hover {
	color: #aaa;
	text-decoration: none;
	border-bottom: 1px dashed #bbb;
}

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

/*	11.	Pagination

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

.gp-pagination {
	clear: both;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.gp-pagination span.current {
	font-size: 28px;
	margin-right: 10px;
	color: #111;
}

.gp-pagination a {
	margin-right: 10px;
	color: #888;
}

.gp-pagination a:hover {
	color: #111;
}

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

/*	12. Page Templates

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

/* Default Page
--------------------------------------------- */

.gp-single.gp-page h1.entry-title {
	margin-bottom: 20px;
}

/* 404 Error Page
--------------------------------------------- */

.error-page.single .gp-search-form input[type="text"] {
	width: 70%;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius:    3px 0 0 3px;
	border-radius: 		   3px 0 0 3px;
}

.error-page.single .gp-search-form input[type="submit"] {
	width: 30%;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius:    0 3px 3px 0;
	border-radius: 		   0 3px 3px 0;
}

.gp-sitemap {
	width: 100%;
	margin: 20px 0;
}

.gp-sitemap-pages,
.gp-sitemap-categories,
.gp-sitemap-archives {
	float: left;
	width: 30%;
	margin-right: 1%;
}

/* Full-Width Page
--------------------------------------------- */

.gp-content.gp-full-width {
	width: 100%;
}

.gp-full-width .hentry.gp-single .entry-content {
	margin-bottom: 0;
}

/* Archives Page 
--------------------------------------------- */

.gp-archive-lists ul {
	margin: 0 0 30px 40px;
}

/* Archive & Search
--------------------------------------------- */

.gp-archive-title,
.gp-search-title {
	padding-bottom: 15px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.gp-category-description p {
	margin-bottom: 10px;
}


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

/*	13. Responsive

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


/* Tablet portrait
--------------------------------------------- */

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

	/* Structure */

	.gp-row {
		max-width: 728px;
	}

	/* Top Mobile Menu */

	.gp-top-mobile-menu-button {
		display: inline-block;
	}

	button.gp-top-mobile-menu-button {
		border: medium none;
    	color: #FFFFFF;
    	float: left;
    	font-size: 24px;
    	height: 35px;
    	line-height: 24px;
    	padding: 0;
    	text-align: center;
    	width: 35px;
    	margin-top: 20px;
    	margin-bottom: 10px;
    	outline: none;
    	z-index: 9999;
    	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	}

	button:hover.gp-top-mobile-menu-button {
		background: #222;
	}

	/* Top Bar */

	.gp-top-bar {
		background: none;
	}

	/* Social Icons */

	.gp-social-icons {
		display: none;
	}

	/* Top Navigation */

	.gp-top-navigation {
		display: none;
	}

	/* Header */

	.gp-header {
		min-height: 400px;
		height: 400px;
	}

	.gp-logo {
		width: 100%;
		margin-bottom: 20px;
		left: 0;
		bottom: 20px;
	}

	.gp-logo h1.text, .gp-logo h2.text {
		font-size: 34px;
	}

	.gp-logo h3 {
		font-size: 26px;
	}

	/* Primary Navigation */

	.gp-primary-navigation {
		display: none;
	}

	/* Content */

	.gp-content {
		width: 100%;
	}

	/* Single Pagination */

	.gp-pagination-single {
		padding: 30px 0;
	}

	.gp-pagination-single .gp-pagination-previous {
		width: 100%;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #e5e5e5;
	}

	.gp-pagination-single .gp-pagination-previous i {
		display: none;
	}

	.gp-pagination-single .gp-pagination-next {
		width: 100%;
		padding-bottom: 0;
		border: none;
	}

	.gp-pagination-single .gp-pagination-next i {
		display: none;
	}

	.gp-pagination-single span.gp-pagination-dot {
		display: none;
	}

	/* Sidebar */

	.gp-sidebar {
		margin-top: 40px;
		width: 100%;
	}

	/* Advertisement Widget */

	.gp_advertisement_widget ul li img {
		display: block;
		width: auto;
		margin: 0 auto;
	}

	/* Footer */

	.gp-footer-widgets {
		display: none;
	}

	/* Copyright */

	.gp-copyright p {
		padding: 0;
	}



}

/* Small Tablets
--------------------------------------------- */

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

	/* Structure */

	.gp-row {
		width: 100%;
	}


}

/* Phone landscape
--------------------------------------------- */

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


	/* Body */

	body {
		font-size: 14px;
	}

	/* Global */

	blockquote {
		font-size: 16px;
	}

	/* Headings */

	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	h5, h6 {
		font-size: 16px;
	}

	/* Header */

	.gp-header {
		height: 250px;
		min-height: 250px;
	}

	.gp-logo {
		bottom: 5px;
	}

	.gp-logo h1.text, .gp-logo h2.text {
		font-size: 24px;
	}

	.gp-logo h3 {
		font-size: 20px;
		width: 80%;
	}

	/* Content */

	.gp-main {
		padding: 40px 0;
	}

	/* Homepage */

	.gp-post-format {
		height: 50px;
		width: 50px;
		margin: -25px 0 0 -25px;
	}

	.gp-post-format.gp-gallery-icon,
	.gp-post-format.gp-video-icon,
	.gp-post-format.gp-audio-icon {
		background-size: 50px 50px;
	}

	/* Single Post */

	.hentry.gp-single {
		padding: 25px 20px 20px 20px;
	}

	/* Post Title */

	.hentry.gp-single h1.entry-title, h1.entry-title {
		font-size: 26px;
	}

	/* Post Meta */

	.entry-meta {
		font-size: 14px;
	}

	/* Author Box */

	.gp-author-box .gp-gravatar {
		float: left;
		width: 60px;
		margin: 0 20px 20px 0;
	}

	.gp-author-box .gp-author-bio {
		margin-left: 80px;
	}

	/* Post Pagination */

	.gp-pagination-single {
		font-size: 16px;
	}

	.gp-pagination-single span {
		font-size: 16px;
	}

	/* Related Posts */

	.gp-related-posts .hentry h2.entry-title {
		font-size: 18px;
	}

	/* Footer */

	.gp-footer-widgets {
		display: none;
	}

	/* 404 Page */

	.error-page.single .gp-search-form input[type="text"] {
		width: 60%;
	}

	.error-page.single .gp-search-form input[type="submit"] {
		width: 40%;
	}

	.gp-sitemap-pages,
	.gp-sitemap-categories,
	.gp-sitemap-archives {
		width: 100%;
		margin-right: 0;
	}


}

/* Phone landscape
--------------------------------------------- */

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

	/* Structure */

	.gp-row {
		max-width: 400px;
	}

	/* Homepage */

	.hentry.gp-homepage.left {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}

	.hentry.gp-homepage.right {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}

	/* Related Posts */

	.gp-related-posts .hentry {
		width: 100%;
		padding: 0 15px;
		margin-bottom: 15px;
	}

	.gp-related-posts .hentry .featured-image {
		float: left;
		width: 120px;
		margin-right: 20px;
	}

	/* Comments */

	.comment .children li {
		padding-left: 25px;
	}

	/* Staff Picks */

	.gp-staff-picks {
		display: none;
	}

	.gp-copyright {
		padding-top: 40px;
	}


}

/* Phone portrait
--------------------------------------------- */

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


	/* Struture */

	.gp-row {
		min-width: 280px;
		max-width: 360px;
	}

	/* Header */

	.gp-logo h1.text, .gp-logo h2.text {
		font-size: 22px;
	}

	.gp-logo h3 {
		font-size: 18px;
	}

	/* Homepage */

	.hentry.gp-homepage.left {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.hentry.gp-homepage.right {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	/* Review Box */

	#review-box {
		padding: 15px 15px 5px;
	}

	/* Comments */

	.comment-avatar {
    	margin: 0 15px 0 0;
    	width: 60px;
	} 

	.comment-meta h5 {
    	margin: 5px 0 0;
	}


}