/*

Theme Name:         Cassions (Share On Theme123.Net)
Theme URI:          http://www.grovepixels.com/themes/cassions/
Description:        Cassions Premium Theme
Version:            1.0.0
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
--------------------------------------------- */

html {
	font-size: 100%;
}

body {
	background-color: #ffffff;
	color: #333333;
	font-family: 'Droid Serif', serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
}


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

a {
	color: #2e6d9d;
	text-decoration: none;
}

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


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

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

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

strong {
	font-weight: bold;
}

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

blockquote {
	font-size: 18px;
	font-style: italic;
	color: #999999;
	padding: 0 35px;
	margin: 0 0 30px 0;
	text-align: center;
}

blockquote p {
	margin-bottom: 10px;
}

blockquote cite {
	font-size: 14px;
}

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

	blockquote {
		font-size: 16px;
		padding: 20px;
	}

}

cite {
	font-style: normal;
}

code {
	font-family: "Andale Mono",Courier,"Courier New",monospace;
	font-size: 14px;
	line-height: 1.3;
}

pre {
	display: block;
	clear: both;
	background-color: #fdf9eb;
	color: #988b70;
	padding: 35px 45px;
	font-family: "Andale Mono",Courier,"Courier New",monospace;
	font-size: 14px;
	line-height: 1.3;
	margin: 30px 0 35px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	border: 1px solid #f1ead4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

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

	pre {
		padding: 15px;
	}

}

hr {
	background-color: #e5e5e5;
	border: 0;
	height: 1px;
	margin: 25px 0;
	overflow: hidden;
}

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: #ffffff;
	width: 100%;
	font-size: 0.813em;
	color: #999999;
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #e5e5e5;
}

textarea {
	line-height: 1.6;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #2e6d9d;
	font-size: 0.938em;
	width: auto;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 15px;
	border: none;
	text-transform: uppercase;
}

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

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: 5px ! important;
}


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

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

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

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: #111111;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 15px 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

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

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

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

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

.wp-caption-text {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5;
	color: #999999;
	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 {
	width: 100%;
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto;
}

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

.gp-inner {

}

.gp-row:before,
.gp-wrap:before,
.gp-inner:before,
.gp-header:before,
.gp-main:before,
.gp-footer:before,
.gp-widget:before,
.hentry:before,
.pagination:before,
.navigation:before,
.gp-homepage-top-widgets,
.gp-homepage-bottom-widgets {
	content: " ";
	display: table;
}

.gp-row:after,
.gp-wrap:after,
.gp-inner:after,
.gp-header:after,
.gp-main:after,
.gp-footer:after,
.gp-widget:after,
.hentry:after,
.pagination:after,
.navigation:after,
.gp-homepage-top-widgets,
.gp-homepage-bottom-widgets {
	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 {
	margin: 0 0 30px 0;
}


/* Top Bar
--------------------------------------------- */

.gp-top-bar {
	color: #111111;
	border-bottom: 3px double #e5e5e5;
	padding: 8px 0;
}

/* Mobile Menu */

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

/* Top Time */

.gp-top-time {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #111111;
	margin-top: 4px;
}

/* Top Icons & Search */

.gp-top-icons-search {
	float: right;
}

.gp-top-icons {
	float: left;
}

.gp-top-icons ul {
	list-style: none;
	margin: 0;
}

.gp-top-icons ul li {
	float: left;
	margin-right: 10px;
}

.gp-top-icons ul li a {
	font-size: 12px;
	color: #111111;
	text-decoration: none;
}

.gp-top-icons ul li a:hover {
	text-decoration: none;
}

.gp-top-search {
	float: left;
}

.gp-top-search form.gp-search-form input {
	font-size: 9px;
	padding: 5px 20px 5px 10px;
	margin-bottom: 0;
}


/* Logo & Header Ad
--------------------------------------------- */

.gp-logo-ad {
	display: block;
	padding: 0;
	width: 100%;
	overflow: hidden;
}


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

.gp-logo {
	float: left;
	padding: 30px 0 20px;
	margin: 0;
	max-width: 28%;
}

.gp-logo h1.gp-site-logo, .gp-logo h2.gp-site-logo {
	margin-bottom: 0;
}

.gp-logo h1.gp-site-title, .gp-logo h2.gp-site-title {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 3px;
}

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

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

.gp-logo p.gp-site-description {
	font-size: 14px;
	font-style: italic;
	line-height: 1.4;
	color: #999999;
	margin: 0;
}


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

.gp-header-ad {
	float: right;
	padding: 20px 0;
	max-width: 70%;
}

.gp-header-ad img {
	display: block;
}

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

.gp-header-search {
	float: right;
	max-width: 35%;
	width: 35%;
}

.gp-header-search form.gp-search-form {
	width: 100%;
	margin: 12px 0 0 0;
}

.gp-header-search form.gp-search-form input[type="text"] {
	padding: 11px;
	font-size: 13px;
	border: none;
}


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

#gp-sticker {
	background-color: #ffffff;
	width: 100%;
	z-index: 99;
}

.gp-primary-navigation {
	background-color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	padding: 17px 0;
	border-top: 3px double #e5e5e5;
	border-bottom: 3px double #e5e5e5;
	text-align: center;
}

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

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

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

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

.gp-primary-navigation ul li a {
	display: inline-block;
	color: #111111;
	padding: 0;
	text-decoration: none;
}

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

.gp-primary-navigation ul li.current-menu-item a {
	
}

.gp-primary-navigation ul li.right a {
	
}

.gp-primary-navigation ul li > ul {
	display: none;
	float: left;
	width: 240px;
	background: #fff;
	padding: 0;
	margin: 0 0;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	position: absolute;
	z-index: 9999;
}

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

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

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

.gp-primary-navigation ul li:hover > ul li a {
	display: block;
	font-size: 13px;
	width: 100%;
	padding: 8px 18px;
	text-align: left;
}

.gp-primary-navigation ul li:hover > ul li a:hover {
	
}

.gp-primary-navigation ul li.current-menu-item > ul li a {
	background: #00ffff;
	color: #222222;
}

.gp-primary-navigation ul li.current-menu-item > ul li a:hover {
	background: #fa4c2a;
	color: #000;
}

.gp-primary-navigation ul li ul li > ul {
	display: none;
	top: -1px;
	left: 239px;
}

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


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

/* Button */

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

/* Menu Style */

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

.mobile-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 240px;
	height: 100%;
	background: #1a1a1a;
	padding: 0;
	border-right: 1px solid #000000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	box-shadow: inset -30px 0px 15px -29px rgba(0,0,0,0.1);
}

.mobile-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	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;
}

.mobile-menu ul.sub-menu li a {
	font-size: 12px;
	padding: 12px 20px 12px 35px;
	text-transform: none;
}

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

.mobile-menu ul li a:hover {
	color: #ffffff;
	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;
}

.st-effect-3.mobile-menu-open .gp-pusher {
	-webkit-transform: translate3d(240px, 0, 0);
	transform: translate3d(240px, 0, 0);
}

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

.st-effect-3.mobile-menu-open .st-effect-3.mobile-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}

.st-effect-3.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;
	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;
}

/* Search Form */

.mobile-menu .gp-search-form {
	color: #ffffff;
	width: 100%;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	padding: 0;
	overflow: hidden;
}

.mobile-menu .gp-search-form input[type="text"] {
	background: #1a1a1a;
	border: none;
	color: #ffffff ! important;
	font-size: 14px;
	font-weight: bold;
	width: 80%;
	padding: 15px;
	padding-left: 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.mobile-menu .gp-search-form button {
	background: none;
	float: left;
	font-size: 18px;
	color: #ffffff;
	padding: 13px 10px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: 0;
} 


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

/*	6.	Main 

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

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

.gp-main {
	margin: 0 0 20px 0;
}


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

.gp-featured-posts {
	padding: 0 0 5px 0;
	margin: 0 0 25px 0;
	border-bottom: 3px double #e5e5e5;
	overflow: hidden;
}

/* Columns */

.gp-featured-posts .gp-column-1 {
	float: left;
	width: 70%;
	padding: 0 20px 0 0;
}

.gp-featured-posts .gp-column-2 {
	float: left;
	width: 30%;
	padding: 0;
}

.gp-featured-posts .gp-column-3 {
	float: left;
	width: 17%;
}

/* Featured Post */

.hentry.gp-featured-post {

}

/* Featured Image */

.hentry.gp-featured-post .featured-image {
	margin: 0 0 15px 0;
	position: relative;
}

/* Entry Header */

.hentry.gp-featured-post .entry-header {
	
}

/* Entry Title */

.hentry.gp-featured-post h2.entry-title {
	font-size: 22px;
	margin: 0 0 5px 0;
}

/* Entry Meta */

.hentry.gp-featured-post .entry-meta {
	margin: 0 0 10px;
}

/* Front Text */

.hentry.gp-featured-post .gp-front-text {
	font-size: 13px;
}

/* Featured Post 1 */

.hentry.gp-featured-post-1 {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
}

/* Featured Post 2 */

.hentry.gp-featured-post-2 {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 10px 0 0;
	border: none;
}

.hentry.gp-featured-post-2.gp-last {
	padding: 0 0 0 10px;
}

.hentry.gp-featured-post-2 h2.entry-title {
	font-size: 16px;
}

/* Featured Post 3 */

.hentry.gp-featured-post-3 {
	margin: 0 0 15px;
}

.hentry.gp-featured-post-3 h2.entry-title {
	font-size: 16px;
}

.hentry.gp-featured-post-3 .featured-image {
	float: right;
	margin: 0 0 5px 5px;
}

.hentry.gp-featured-post-3 .entry-meta {
	margin: 0 0 5px;
}

/* Featured Post 4 */

.hentry.gp-featured-post-4 {
	padding: 0 0 5px;
	margin: 0 0 8px;
	border-bottom: 1px solid #e5e5e5;
}

.hentry.gp-featured-post-4:last-child {
	border: none;
	margin: 0;
}

.hentry.gp-featured-post-4 h2.entry-title {
	font-size: 14px;
}

.hentry.gp-featured-post-4 .entry-meta {
	display: none;
}


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

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


/* Article
--------------------------------------------- */

.hentry {
	margin-bottom: 20px;
}

/* Entry Title */

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

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

h2.entry-title a:hover {
	color: #111111;
	text-decoration: underline;
}

/* Entry Meta */

.entry-meta {
	display: block;
	font-size: 11px;
	color: #2e6d9d;
	padding: 0;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.entry-meta a {
	color: #2e6d9d;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #2e6d9d;
	text-decoration: underline;
}

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

/* Featured Image */

.featured-image {
	display: block;
	position: relative;
}

.featured-image img {
	display: block;
}

/* Post Formats */

.gp-post-format {
	position: absolute;
	bottom: 0;
	left: 0;
}

.gp-post-format i {
	background-color: rgba(0,0,0,0.4);
	display: inline-block;
	font-size: 12px;
	line-height: 25px;
	color: #ffffff;
	width: 25px;
	height: 25px;
	text-align: center;
}

.featured-image:hover i {
	color: #ffffff;
}

/* Entry Content */

.entry-content {
	
}

.entry-content p.gp-front-text {
	margin-bottom: 0;
}

/* Front Text */

p.gp-front-text {
	font-size: 13px;
}


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

.hentry.gp-post {
	display: block;
	width: 100%;
	padding: 0 0 20px;
	margin: 0 0 25px;
	border-bottom: 1px solid #e5e5e5;
}

/* Featured Image */

.hentry.gp-post .featured-image {
	float: left;
	margin: 0 20px 0 0;
}

/* Entry Title */

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

.hentry.gp-post.gp-first h2.entry-title {
	font-size: 22px;
}

/* Entry Share */

.gp-post .entry-share {
	font-size: 16px;	
}

.gp-post .entry-share ul {
	list-style: none;
	margin: 0;
}

.gp-post .entry-share ul li {
	float: left;
	margin: 0 10px 0 0;
}

.gp-post .entry-share ul li a {
	color: #bbbbbb;
}

.gp-post .entry-share ul li.gp-facebook-button a:hover {
	color: #3d5999;
}

.gp-post .entry-share ul li.gp-twitter-button a:hover {
	color: #00abf2;
}

.gp-post .entry-share ul li.gp-google-button a:hover {
	color: #e04a30;
}

.gp-post .entry-share ul li.gp-linkedin-button a:hover {
	color: #0077b5;
}

.gp-post .entry-share ul li.gp-email-button a:hover {
	color: #888888;
}


/* Homepage Custom Widgets
--------------------------------------------- */

.gp-homepage-custom-widgets {
	width: 100%;
}

/* Homepage Posts A */

.widget_gp_homepage_posts_a {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 25px;
	overflow: hidden;
}

.widget_gp_homepage_posts_a h4.gp-widget-title:after {
	font: normal normal normal 14px/1 FontAwesome;
	color: #2e6d9d;
	display: inline-block;
	content: "\f101";
	margin-left: 5px;
} 

/* Columns */

.widget_gp_homepage_posts_a .gp-inner {
	margin: 0 -10px;
}

.widget_gp_homepage_posts_a .gp-column-1, 
.widget_gp_homepage_posts_a .gp-column-2 {
	float: left;
	width: 50%;
	padding: 0 10px;
	margin: 0;
}

/* Hentry */

.widget_gp_homepage_posts_a .hentry {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.widget_gp_homepage_posts_a .hentry:last-child {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

/* Featured Image */

.widget_gp_homepage_posts_a .hentry.gp-first .featured-image {
	float: none;
	margin: 0 0 10px 0;
}

.widget_gp_homepage_posts_a .hentry .featured-image {
	float: left;
	margin: 0 15px 5px 0;
}

/* Entry Title */

.widget_gp_homepage_posts_a .hentry.gp-first h2.entry-title {
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 5px;
}

.widget_gp_homepage_posts_a .hentry h2.entry-title {
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}

/* Entry Meta */

.widget_gp_homepage_posts_a .entry-meta {
	margin: 0 0 5px;
}


/* Homepage Posts B */

.widget_gp_homepage_posts_b {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
}

.widget_gp_homepage_posts_b h4.gp-widget-title:after {
	font: normal normal normal 14px/1 FontAwesome;
	color: #2e6d9d;
	display: inline-block;
	content: "\f101";
	margin-left: 5px;
} 

/* Columns */

.widget_gp_homepage_posts_b .gp-inner {
	margin: 0 -10px;
}

.widget_gp_homepage_posts_b .gp-column-1,
.widget_gp_homepage_posts_b .gp-column-2 {
	float: left;
	width: 50%;
	padding: 0 10px;
	margin: 0;
}

/* Hentry */

.widget_gp_homepage_posts_b .hentry {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.widget_gp_homepage_posts_b .hentry:last-child {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

/* Featured Image */

.widget_gp_homepage_posts_b .hentry .featured-image {
	margin-bottom: 10px;
}

.widget_gp_homepage_posts_b .hentry.gp-second .featured-image {
	float: left;
	margin: 0 15px 5px 0;
}

/* Entry Title */

.widget_gp_homepage_posts_b .hentry h2.entry-title {
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 5px;
}

.widget_gp_homepage_posts_b .hentry.gp-first h2.entry-title {
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 5px;
}

/* Entry Meta */

.widget_gp_homepage_posts_b .hentry .entry-meta {
	margin: 0 0 5px;
}


/* Homepage Posts C */

.widget_gp_homepage_posts_c {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0 ! important;
}

.widget_gp_homepage_posts_c h4.gp-widget-title:after {
	font: normal normal normal 14px/1 FontAwesome;
	color: #2e6d9d;
	display: inline-block;
	content: "\f101";
	margin-left: 5px;
} 

/* Columns */

.widget_gp_homepage_posts_c .gp-inner {
	margin: 0 -10px;
}

/* Hentry */

.widget_gp_homepage_posts_c .hentry {
	float: left;
	width: 25%;
	padding: 0 10px;
	margin: 0 0 15px 0;
}

.widget_gp_homepage_posts_c .hentry:nth-child(5),
.widget_gp_homepage_posts_c .hentry:nth-child(9),
.widget_gp_homepage_posts_c .hentry:nth-child(13),
.widget_gp_homepage_posts_c .hentry:nth-child(17) {
	clear: left;
}

/* Featured Image */

.widget_gp_homepage_posts_c .hentry .featured-image {
	margin: 0 0 10px 0;
}

/* Entry Title */

.widget_gp_homepage_posts_c .hentry h2.entry-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
}


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

/*	7.	Single Post

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

.hentry.gp-single {
	border: none;
	margin-bottom: 0;
}


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

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

.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: 26px;
	font-weight: 700;
	line-height: 1.3;
	color: #111111;
	margin: 0 0 10px;
}

/* Entry Category */

.hentry.gp-single .entry-category {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 5px;
}


/* Entry Meta & Share
--------------------------------------------- */

.hentry.gp-single .entry-meta-share {
	width: 100%;
	padding: 0 0 10px;
	margin: 0 0 25px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.hentry.gp-single .entry-meta {
	float: left;
	font-size: 14px;
	font-style: italic;
	color: #999999;
	margin: 0;
	text-transform: none;
}

.hentry.gp-single .entry-meta:after {
	content: '/';
	margin: 0 7px 0 5px;
}

.hentry.gp-single .entry-meta a {
	color: #999999;
	text-decoration: none;
}

.hentry.gp-single .entry-meta a:hover {
	text-decoration: underline;
}


/* Entry Share
--------------------------------------------- */

.hentry.gp-single .entry-share {
	float: left;
	font-size: 14px;
	font-style: italic;
	color: #999999;
}

.hentry.gp-single .entry-share ul {
	margin: 0 ! important;
	list-style: none;
}

.hentry.gp-single .entry-share ul li {
	float: left;
	padding: 0;
	margin: 0 5px 0;
}

.hentry.gp-single .entry-share ul li:first-child {
	margin: 0 5px 0 0;
}

.hentry.gp-single .entry-share ul li i {
	font-size: 16px;
}

.hentry.gp-single .entry-share ul li a {
	color: #333333;
}

.hentry.gp-single .entry-share ul li.gp-facebook-button a:hover {
	color: #3d5999;
}

.hentry.gp-single .entry-share ul li.gp-twitter-button a:hover {
	color: #00abf2;
}

.hentry.gp-single .entry-share ul li.gp-google-button a:hover {
	color: #e04a30;
}

.hentry.gp-single .entry-share ul li.gp-linkedin-button a:hover {
	color: #0077b5;
}

.hentry.gp-single .entry-share ul li.gp-email-button a:hover {
	color: #888888;
}


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

.hentry.gp-single .entry-content {
	margin: 0 0 25px;
}


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

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


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

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

.gp-review-box-bottom {
	margin: -5px 0 30px 0;
}

#review-box {
	background: #ececec;
	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: 20px;
	border-bottom: 1px solid #dddddd;
}

#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: #2e6d9d;
}

#review-box ul li .review-criteria-bar span.legp {
	font-size: 14px;
	font-weight: normal;
	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 {
	color: #999999;
}

.entry-tags a {
	color: #999999;
	text-decoration: none;
}

.entry-tags a:hover {
	color: #333333;
	text-decoration: underline;
}


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

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

.gp-author-box .gp-gravatar {
	float: right;
	width: 75px;
	margin: 0 0 0 5px;
	line-height: 1;
}

.gp-author-box .gp-gravatar img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

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

.gp-author-box h1 {
	font-size: 22px;
	margin: 0 0 10px;
}

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

.gp-author-box h1 a:hover {
	color: #111111;
	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: 5px;
	margin-bottom: 8px;
}

.gp-author-box ul.gp-author-links li a {
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	color: #bbbbbb;
	width: 25px;
	height: 25px;
	text-align: center;
	border: 1px solid #e5e5e5;
	text-decoration: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

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


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

.gp-pagination-single {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	padding: 10px 0 0;
	margin: 0 0 40px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}

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

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

.gp-pagination-single span {
	color: #999999;
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 5px;
	text-transform: none;
}

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

.gp-pagination-single a:hover {
	color: #333333;
	text-decoration: underline;
}


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

.gp-related-posts {
	padding: 0;
	margin: 0 0 25px;
}

.gp-related-posts h3 {
	padding: 15px 0 10px;
	margin: 0 0 25px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 3px double #e5e5e5;
}

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

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

.gp-related-posts .hentry:nth-child(4) {
	clear: left;
}

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

.gp-related-posts .hentry h2.entry-title {
	font-size: 16px;
	line-height: 1.3;
	margin: 0;
	min-height: 60px;
}

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

.gp-related-posts .hentry .entry-title a:hover {
	text-decoration: underline;
}


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

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

.gp-content ol li ol, .gp-content ul li ul {
	margin-bottom: 10px;
}

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


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

/*	8. Comments

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

#comments {
	
}

.comment-title h3 {
	padding: 15px 0 10px;
	margin: 0 0 25px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 3px double #e5e5e5;
}	

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

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

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

ol.commentlist li {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

ol.commentlist li ul.children {
	margin-top: 10px;
}

ol.commentlist li ul li {
	margin-bottom: 15px;
	border: none;
}

.comment-body {
	padding: 0 0 5px;
	margin: 0;
    position: relative;
    overflow: hidden;
}

.comment-avatar {
	float: left;
	width: 55px;
	margin: 0 15px 0 0;
}

.comment-avatar img {
	display: block;
}

.comment-meta {
	margin-bottom: 5px;
	overflow: hidden;
}

.comment-meta cite {
	display: inline;
	margin: 0;
	font-weight: bold;
}

.comment-meta a {
	text-decoration: none;
}

.comment-meta a:hover {
	text-decoration: underline;
}

.comment-content time {
	display: inline;
    margin: 0;
	font-size: 10px;
	color: #999999;
}	

.comment-content time a {
	color: #999999;
	text-decoration: none;
}

.comment-content time a:hover {
	color: #999999;
	text-decoration: underline;
}

.comment-content {
	margin-left: 70px;
}

.comment-content p {
	margin-bottom: 15px;
}

.comment-edit-link {
	font-size: 11px;
}

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

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

.gp-reply {
	position: absolute;
	top: 0;
	right: 0;
    display: inline-block;
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

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

a:hover.comment-reply-link {
	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: 5px;
    padding-left: 70px;
}

.comments-previous {
	float: left;
}

.comments-next {
	float: right;
}

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

#respond h3#reply-title {
	padding: 10px 0;
	margin: 0 0 25px;
	border-bottom: 3px double #e5e5e5;
}

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

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

#respond input, #respond textarea {
	padding: 12px;
	border: 1px solid #e5e5e5;
}

#respond textarea {
	margin: 0;
}

#respond input#submit {
	display: inline-block;
	background: #ffffff;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	width: auto;
	padding: 15px 40px;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	border-radius: 1px;
	-webkit-border-radius: 1px;
}

#respond #submit:hover,
#respond #submit:focus,
#respond #submit:active {
	background: #2e6d9d;
	color: #ffffff;
}

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

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

.form-allowed-tags {
	font-size: 13px;
	line-height: 1.6;
	padding: 20px;
	border: 1px solid #e5e5e5;
}

.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: 30%;
}

.gp-sidebar-top,
.gp-sidebar-columns,
.gp-sidebar-bottom {
	display: block;
	width: 100%;
	overflow: hidden;
}


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

.gp-widget {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 25px;
	overflow: hidden;
}

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

.gp-widget ul li {
	display: block;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: none;
}

.gp-widget ul li a {
	color: #777777;
	text-decoration: none;
}

.gp-widget ul li a:hover {
	text-decoration: underline;
}

h4.gp-widget-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #111111;
	padding: 0 0 5px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	border-bottom: 3px double #e5e5e5;
}

h4.gp-widget-title a {
	color: #111111;
	text-decoration: none;
}

h4.gp-widget-title a:hover {
	color: #111111;
	text-decoration: underline;
}


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

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

.gp_newsletter_widget input {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.gp_newsletter_widget input[type="submit"], 
.gp_newsletter_widget input[type="button"] {
	width: 100%;
	margin: 0;
}

.gp_newsletter_widget input[type="submit"]:hover, 
.gp_newsletter_widget input[type="button"]:hover {
	background: #222;
	color: #fff;
}


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

.gp-widget .gp-search-form input {
	margin-bottom: 0;
}


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

.gp-widget.gp_recent_posts,
.gp-widget.gp_popular_posts,
.gp-widget.gp_random_posts {
	
}

/* Hentry */

.gp-widget.gp_recent_posts .hentry,
.gp-widget.gp_popular_posts .hentry,
.gp-widget.gp_random_posts .hentry {
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 1.4;
	padding: 0 0 10px;
	margin-bottom: 10px;
	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;
}

/* Entry Title */

.gp-widget.gp_recent_posts .hentry h2.entry-title,
.gp-widget.gp_popular_posts .hentry h2.entry-title,
.gp-widget.gp_random_posts .hentry h2.entry-title {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.gp-widget.gp_recent_posts .hentry.gp-first h2.entry-title,
.gp-widget.gp_popular_posts .hentry.gp-first h2.entry-title,
.gp-widget.gp_random_posts .hentry.gp-first h2.entry-title {
	font-size: 17px;
	margin: 0 0 5px 0;
}

/* Featured Image */

.gp-widget.gp_recent_posts .hentry.gp-first .featured-image,
.gp-widget.gp_popular_posts .hentry.gp-first .featured-image,
.gp-widget.gp_random_posts .hentry.gp-first .featured-image {
	margin: 0 0 10px;
}


/* Tabbed Posts Widget
--------------------------------------------- */

.gp-widget.gp_tabbed_posts {

}

.gp-widget.gp_tabbed_posts ul.tabs-title {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.gp-widget.gp_tabbed_posts ul.tabs-title li {
	float: left;
	width: 33.3334%;
	padding: 8px;
	margin: 0;
	line-height: 1.3;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.gp-widget.gp_tabbed_posts ul.tabs-title li h4 {
	margin: 0;
}

.gp-widget.gp_tabbed_posts ul.tabs-title li a {
	font-size: 14px;
	font-weight: bold;
	color: #111111;
	text-transform: uppercase;
}

.gp-widget.gp_tabbed_posts ul.tabs-title li.active {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-bottom: none;
}

.gp-widget.gp_tabbed_posts .tab_content {
	padding: 20px;
	margin: 0;
	border: 1px solid #e5e5e5;
	border-top: none;
}

.gp-widget.gp_tabbed_posts .tab_content .hentry {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

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

.gp-widget.gp_tabbed_posts .tab_content .hentry .entry-counter {
	float: left;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
}

.gp-widget.gp_tabbed_posts .tab_content .hentry .featured-image {
	float: right;
	margin: 0 0 5px 5px;
	display: none;
}

.gp-widget.gp_tabbed_posts .tab_content .hentry .entry-header {
	line-height: 1.4;
	margin: 3px 0 0 30px;
}

.gp-widget.gp_tabbed_posts .tab_content .hentry h2.entry-title {
	font-size: 14px;
	font-weight: bold;
	color: #111111;
	margin: 0 0 5px;
	text-decoration: none;
}

.gp-widget.gp_tabbed_posts .tab_content .hentry h2.entry-title a:hover {
	color: #111111;
	text-decoration: underline;
}

.gp-widget.gp_tabbed_posts .tab_content .hentry .entry-meta {
	display: block;
	font-size: 11px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}


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

.gp_recent_reviews {
	
}

/* Hentry */

.gp_recent_reviews .hentry {
	display: block;
	font-size: 13px;
	line-height: 1.3;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

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

/* Featured Image */

.gp_recent_reviews .hentry .featured-image {
	float: left;
	margin: 0 15px 0 0;
	position: relative;
}

.gp_recent_reviews .hentry .featured-image .gp-review-badge {
	display: inline-block;
	background: #2e6d9d;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 3px 5px;
	margin: 0;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Entry Header */

.gp_recent_reviews .hentry .entry-header {
	margin: 0 0 0 115px;
}

/* Entry Title */

.gp_recent_reviews .hentry h2.entry-title {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 3px 0;
}

.gp_recent_reviews .hentry h2.entry-title a {
	color: #111111;
	text-decoration: none;
}

.gp_recent_reviews .hentry h2.entry-title a:hover {
	color: #111111;
	text-decoration: underline;
}

/* Entry Meta */

.gp_recent_reviews .hentry .entry-meta {
	font-size: 11px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}


/* 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: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.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 {
	color: #333333;
}

.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: #2e6d9d;
	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 #2e6d9d;
}

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

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

.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: #2e6d9d;
	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 {
	font-size: 13px;
	padding: 40px 0 0 0;
	border-top: 3px double #e5e5e5;
}


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

.gp-footer-widgets {
	font-size: 13px;
	padding: 0;
	margin-bottom: 10px;
}

.gp-footer-widgets .gp-inner {
	margin: 0 -10px;
}

.gp-footer-widgets .gp-column-1,
.gp-footer-widgets .gp-column-2,
.gp-footer-widgets .gp-column-3,
.gp-footer-widgets .gp-column-4,
.gp-footer-widgets .gp-column-5,
.gp-footer-widgets .gp-column-6 {
	float: left;
	width: 16.6666%;
	padding: 0 10px;
}

.gp-footer-widgets .gp-widget {
	margin: 0 0 20px 0;
}

.gp-footer-widgets .gp-widget h4.gp-widget-title {
	padding: 0;
	margin: 0 0 15px 0;
	border-bottom: none;
}

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


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

.gp-copyright {
	border-top: 3px double #e5e5e5;
	font-size: 11px;
	color: #888888;
	padding: 20px 0;
	overflow: hidden;
}

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

.gp-copyright a {
	color: #888888;
	text-decoration: none;
}

.gp-copyright a:hover {
	color: #888888;
	text-decoration: underline;
}

/* Website Copyright */

.gp-website-copyright {
	float: left;
	font-size: 11px;
	max-width: 75%;
}

/* Theme Copyright */

.gp-theme-copyright {
	float: right;
	font-size: 11px;
	text-align: right;
	max-width: 20%;
}


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

/*	11.	Pagination

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

.gp-pagination {
	clear: both;
	padding: 0 0 30px;
	margin: 0;
}

.gp-pagination span.current {
	display: inline-block;
	background-color: #e04d32;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0 3px;
	text-align: center;
}

.gp-pagination a {
	display: inline-block;
	background-color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	color: #262626;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0 3px;
	text-decoration: none;
	text-align: center;
}

.gp-pagination a:hover {
	background: #e04d32;
	color: #ffffff;
	text-decoration: none;
}


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

/*	12. Page Templates

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


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

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


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

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

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

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

.gp-sitemap-pages ul,
.gp-sitemap-categories ul,
.gp-sitemap-archives ul {
	margin-left: 20px;
}


/* 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: 0 0 5px;
	margin: 0 0 25px;
	border-bottom: 1px solid #e5e5e5;
}

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

h1.page-title {
	font-size: 22px;
}


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

/*	13. Responsive

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


/* < 1060px
--------------------------------------------- */

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


	.gp-primary-navigation ul li {
		margin-right: 25px;
	}


}


/* < 900px
--------------------------------------------- */

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

	/* Structure */

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

	/* Top Bar */

	.gp-top-bar {
		padding-bottom: 7px;
	}

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

	/* Mobile Menu */

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

	button.gp-top-mobile-menu-button {
		background: none ! important;
		display: inline-block;
    	color: #333333;
    	font-size: 22px;
    	font-weight: bold;
    	line-height: 1;
    	padding: 0;
    	margin: 0;
    	outline: none;
    	border: none;
    	overflow: hidden;
    	z-index: 9999;
	}

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

	/* Top Search */

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

	/* Header */

	.gp-header {
		border-bottom: 3px double #e5e5e5;
	}

	/* Logo */

	.gp-logo {
		width: 100%;
		max-width: 100%;
		padding-top: 20px;
		padding-bottom: 0;
		margin: 0;
		text-align: center;	
	}

	.gp-logo h1.gp-site-title, .gp-logo h2.gp-site-title {
		font-size: 28px;
	}

	.gp-logo p.gp-site-description {
		font-size: 13px;
	}

	/* Header Ad */

	.gp-header-ad {
		float: left;
		padding-top: 0;
		margin: 15px 0 0;
		max-width: 100%;
		width: 100%;
		text-align: center;
	}

	/* Primary Navigation */

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

	/* Featured Posts */

	.gp-featured-posts .gp-column-1 {
		width: 65%;
	}

	.gp-featured-posts .gp-column-2 {
		width: 35%;
	}

	/* Content */

	.gp-content {
		width: 100%;
	}

	/* Share Buttons */

	.gp-content .gp-share-buttons ul li:first-child {
		margin-right: 15px;
	}

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

	/* Sidebar */

	.gp-sidebar {
		float: left;
		margin: 20px 0 0;
		width: 100%;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}

	/* Footer */

	.gp-footer {
		padding: 0;
		border: none;
	}

	/* Footer Widgets */

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

	/* Footer Bottom Widget */

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

	/* Copyright */

	.gp-copyright {
		padding: 20px 0;
	}

	.gp-copyright p {
		padding: 0;
	}

	.gp-footer-navigation {
		max-width: 100%;
	}

	.gp-theme-copyright {
		display: none;
	}

	.gp-website-copyright {
		max-width: 100%;
	}


}


/* < 766px
--------------------------------------------- */

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

	/* Structure */

	.gp-row {
		width: 100%;
	}


}


/* < 600px
--------------------------------------------- */

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

	/* Headings */

	h1 {
		font-size: 22px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

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

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

	/* Logo */

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

	/* Header Ad */

	.gp-header-ad {
		margin: 10px 0 0;
	}

	/* Featured Posts */

	.gp-featured-posts .gp-column-1 {
		width: 100%;
		margin-bottom: 15px;
		padding: 0 0 5px 0;
		border-bottom: 1px solid #e5e5e5;
	}

	.gp-featured-posts .gp-column-2 {
		width: 100%;
		padding: 0;
	}

	.hentry.gp-featured-post-4 {
		padding: 0 0 10px;
		margin: 0 0 10px;
	}

	/* Homepage Default */

	.hentry.gp-post .featured-image {
		width: 30%;
	}

	.hentry.gp-post h2.entry-title {
		font-size: 16px;
		margin: 0 0 5px;
	}

	.hentry.gp-post .entry-author {
		display: none;
	}

	/* Homepage Posts Widget C */

	.widget_gp_homepage_posts_c .hentry {
		width: 50%;
	}

	.widget_gp_homepage_posts_c .hentry:nth-child(3),
	.widget_gp_homepage_posts_c .hentry:nth-child(5),
	.widget_gp_homepage_posts_c .hentry:nth-child(7),
	.widget_gp_homepage_posts_c .hentry:nth-child(9),
	.widget_gp_homepage_posts_c .hentry:nth-child(11),
	.widget_gp_homepage_posts_c .hentry:nth-child(13),
	.widget_gp_homepage_posts_c .hentry:nth-child(15),
	.widget_gp_homepage_posts_c .hentry:nth-child(17),
	.widget_gp_homepage_posts_c .hentry:nth-child(19) {
		clear: left;
	}

	/* Entry Meta */

	.hentry.gp-single .entry-meta:after {
		display: none;
	}

	.hentry.gp-single .entry-share {
		width: 100%;
	}

	/* Related Posts */

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

	/* Sidebar */

	.gp-sidebar {
		float: left;
		margin: 20px 0 0;
		width: 100%;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}


}


/* < 480px
--------------------------------------------- */

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


	/* Logo */

	.gp-logo {
		float: none;
		width: 60%;
		max-width: 60%;
		margin: 0 auto;
		text-align: center;
	}

	.gp-logo p.gp-site-description {
		font-size: 11px;
	} 

	/* Featured Posts */

	.hentry.gp-featured-post-2 h2.entry-title {
		font-size: 16px;
	} 

	/* Homepage Default */

	.hentry.gp-post h2.entry-title {
		font-size: 15px;
		margin: 0 0 5px;
	}

	/* Homepage Posts Widget A */

	.widget_gp_homepage_posts_a .gp-column-1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.widget_gp_homepage_posts_a .gp-column-2 {
		width: 100%;
	}

	/* Homepage Posts Widget B */

	.widget_gp_homepage_posts_b .gp-column-1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.widget_gp_homepage_posts_b .gp-column-2 {
		width: 100%;
	}

	/* Related Posts */

	.gp-related-posts .hentry {
		width: 47%;
	}

	.gp-related-posts .hentry:nth-child(4) {
		clear: none;
	}

	.gp-related-posts .hentry:nth-child(3),
	.gp-related-posts .hentry:nth-child(5) {
		clear: left;
	}

	/* Comments */

	.comment-content time {
		display: block;
	}

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

	/* Pagination Single */

	.gp-pagination-single .gp-pagination-previous {
		float: left;
		width: 100%;
		margin: 0 0 15px;
	}

	.gp-pagination-single .gp-pagination-next {
		float: left;
		width: 100%;
		text-align: left;
	}

	/* 404 Page */

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


}


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

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


	/* Struture */

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

	/* Featured Posts */

	.hentry.gp-featured-post-small {
		width: 98.4%;
	}

	.hentry.gp-featured-post-other {
		width: 98.4%;
	}

	/* Homepage Default */

	.hentry.gp-post .featured-image {
		margin: 0 10px 0 0;
	}

	.hentry.gp-post .entry-category {
		display: none;
	}

	/* Review Box */

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

	/* Comments */

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


}