﻿/*
Theme Name: Frontier
Theme URI: http://ronangelo.com/frontier/
Description: Frontier is a multi-purpose, HTML5 and CSS3 WordPress theme. It lets you choose between 1, 2 or 3 column layouts while offering independent template layouts for pages. The theme's responsive design makes it compatible with a wide variety of devices and screen resolutions. Frontier is easy to customize through its wide array of options that are simple and easy to understand. It has a lot of strategically placed Widget Areas and Action Hooks that helps achieve a higher level of customization. Theme features include favicons, logos, header images, color options, custom css, a simple image slider, rtl support and a whole lot more. Frontier accomplishes all this while maintaining a minimal file size for a fast and efficient WordPress experience.
Author: ronangelo
Author URI: http://ronangelo.com/
Version: 1.2.4
Tags: black, blue, white, dark, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, microformats, translation-ready, rtl-language-support
Text Domain: frontier
License: GNU General Public License, Version 3 or later
License URI: http://www.gnu.org/licenses/gpl.html

This theme is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

IMPORTANT: Do not edit this file. All your modifications will be deleted when the theme is updated. It is recommended to either use the Custom CSS option for CSS changes or use a child-theme if you also plan to modify HTML & PHP.
--------------------------------------------- */

/* SET FONTS */

@font-face {
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/Roboto-Condensed-regular/Roboto-Condensed-regular.eot');
  src: url('/fonts/Roboto-Condensed-regular/Roboto-Condensed-regular.eot?#iefix') format('embedded-opentype'),
       local('Roboto Condensed'),
       local('Roboto-Condensed-regular'),
       url('/fonts/Roboto-Condensed-regular/Roboto-Condensed-regular.woff2') format('woff2'),
       url('/fonts/Roboto-Condensed-regular/Roboto-Condensed-regular.woff') format('woff'),
       url('/fonts/Roboto-Condensed-regular/Roboto-Condensed-regular.ttf') format('truetype'),
       url('/fonts/Roboto-Condensed-regular/Roboto-Condensed-regular.svg') format('svg');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-style: normal;
  src: url('/fonts/Roboto-Condensed-700/Roboto-Condensed-700.eot');
  src: url('/fonts/Roboto-Condensed-700/Roboto-Condensed-700.eot?#iefix') format('embedded-opentype'),
       local('Roboto Condensed Bold'),
       local('Roboto-Condensed-700'),
       url('/fonts/Roboto-Condensed-700/Roboto-Condensed-700.woff2') format('woff2'),
       url('/fonts/Roboto-Condensed-700/Roboto-Condensed-700.woff') format('woff'),
       url('/fonts/Roboto-Condensed-700/Roboto-Condensed-700.ttf') format('truetype'),
       url('/fonts/Roboto-Condensed-700/Roboto-Condensed-700.svg') format('svg');
}

@font-face {
  font-family: 'Arimo';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/Arimo-regular/Arimo-regular.eot');
  src: url('/fonts/Arimo-regular/Arimo-regular.eot?#iefix') format('embedded-opentype'),
       local('Arimo'),
       local('Arimo-regular'),
       url('/fonts/Arimo-regular/Arimo-regular.woff2') format('woff2'),
       url('/fonts/Arimo-regular/Arimo-regular.woff') format('woff'),
       url('/fonts/Arimo-regular/Arimo-regular.ttf') format('truetype'),
       url('/fonts/Arimo-regular/Arimo-regular.svg') format('svg');
}

@font-face {
  font-family: 'Arimo';
  font-weight: 700;
  font-style: normal;
  src: url('/fonts/Arimo-700/Arimo-700.eot');
  src: url('/fonts/Arimo-700/Arimo-700.eot?#iefix') format('embedded-opentype'),
       local('Arimo Bold'),
       local('Arimo-700'),
       url('/fonts/Arimo-700/Arimo-700.woff2') format('woff2'),
       url('/fonts/Arimo-700/Arimo-700.woff') format('woff'),
       url('/fonts/Arimo-700/Arimo-700.ttf') format('truetype'),
       url('/fonts/Arimo-700/Arimo-700.svg') format('svg');
}

/* END FONT SET */

html, body, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, form, fieldset {
	border: none;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: baseline;
}

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

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background-color: #505050;
	color: #303030;
	font-family: Arial, Sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
	display: block;
}

embed, iframe, object, video {
	max-width: 100%;
}

h1 {font-size: 24px; font-size: 1.500rem;}
h2 {font-size: 22px; font-size: 1.375rem;}
h3 {font-size: 20px; font-size: 1.250rem;}
h4 {font-size: 18px; font-size: 1.125rem;}
h5 {font-size: 16px; font-size: 1.000rem;}
h6 {font-size: 14px; font-size: 0.875rem;}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Roboto Condensed', Sans-serif;
	font-weight: normal;
	line-height: 1.2;
}

a {
	color: #0E4D7A;
	cursor: pointer;
	text-decoration: none;
}

a:hover {color: #0000EE;}

pre {
	background-color: #F0F0F0;
	border: 1px solid #AAA;
	margin: 8px 0;
	padding: 8px;
	overflow: auto;
	-ms-word-wrap: normal;
	word-wrap: normal;
}

pre, code {
	font-size: 13px;
	font-size: 0.813rem;
	line-height: 1.55;
}

blockquote {
	background-color: #EDEDED;
	border-left: 6px solid #687888;
	margin: 20px;
	padding: 10px 14px 2px;
	font-style: italic;
}

blockquote cite {
	display: block;
	margin-top: 8px;
	text-align: right;
	font-style: normal;
	font-size: small;
}

dl {padding-left: 20px;}
dt {font-weight: bold;}
dd {margin: 0 0 10px;}

table {
	width: 98%;
	border-collapse: collapse;
	margin: 10px auto;
}
th {
	background-color: #DDD;
	font-weight: normal;
}
th, td {
	border: 1px solid #AAA;
	font-size: 14px;
	font-size: 0.875rem;
}

ul, ol {
	margin-top: 4px;
	margin-bottom: 8px;
	padding-left: 20px;
}
ul ul, ol ol {padding-left: 15px;}

li {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 15px;
	margin-right: 0;
}

address {margin-bottom: 10px;}

.cf:after {
    clear: both;
    content: "";
    display: table;
}

/*----------------------------------------------
	Main Structure
-----------------------------------------------*/
#container {
	margin: 0 auto;
	box-shadow: 0 0 0px #000;
}

#top-bar {
	background-color: #222;
	border-bottom: 0px solid #000;
	padding: 4px;
	min-height: 34px;
	width: 100%;
}
#top-bar-info {
	float: left;
	margin-top: 2px;
}
#site-title, #site-description {
	display: inline-block;
	margin-right: 4px;
	line-height: 1;
	vertical-align: bottom;
}
#site-title {font-size: 20px;}
#site-title a {color: #DC8300;}
#site-description {
	color: #CCC;
	font-size: 15px;
}

#header {
	background-color: #FFF;
	background-position: center;
	border-bottom: 0px solid #000;
	width: 100%;
}
#header-logo {display: inline-block;}
#header-logo, #header-logo img {
	max-width: 100%;
	float: left;
}

#below-menu {width: 100%;}

#main {
	background-color: #F5F5F5;
	padding: 5px;
	width: 100%;
}

#content {
	display: inline-block;
	padding: 5px;
}

.sidebar {
	display: inline-block;
	float: left;
	padding: 5px;
}

#footer {width: 100%;}

#bottom-bar {
	background-color: #222;
	color: #ccc;
	width: 100%;
	min-height: 34px;
	border-top: 1px solid #000;
	text-shadow: 0 0 2px #000;
	font-size:14px;
}

#bottom-bar a {color: #DC8300;}

#bottom-bar-text {
	float: left;
	padding: 6px 8px;
  color: #ccc;
}

#theme-link {
	float: right;
	margin: 6px 10px;
	font-family: 'Roboto Condensed', Sans-serif;
	font-size: 18px;
}

#theme-link ul {list-style:none;}

#theme-link li {display:inline; padding-right:14px;}

#theme-link a {color: #CCC;}

#theme-link a:hover {color: #DC8300;}

#footer-spacer {
		margin-bottom:50px;
}


/* No Sidebar */
.col-c #content, #content.no-sidebars {
	width: 100%;
	max-width: 100%;
}

/* 1 Sidebar - Left */
.col-sc #content {float: right;}

/* 1 Sidebar - Right */
.col-cs #content {float: left;}

/* 2 Sidebars - Left */
.col-ssc #content {float: right;}

/* 2 Sidebars - Right */
.col-css #content {float: left;}

/* 2 Sidebars - Left & Right */
.col-scs #sidebar-left {
	float: left;
	margin-right: 0;
}
.col-scs #sidebar-right {
	float: right;
	margin-left: -4px;
}

.page-template-page-sc-php #main #content {float: right;}
.page-template-page-cs-php #main #content {float: left;}
.page-template-page-scs-php #main #content  {float: none;}
.page-template-page-scs-php #main #sidebar-left {
	float: left;
	margin-right: 0;
}
.page-template-page-scs-php #main #sidebar-right {
	float: right;
	margin-left: -4px;
}

/*----------------------------------------------
	Navigation Menus
-----------------------------------------------*/
#nav-main {
	background-color: #2A5A8E;
	width: 100%;
	border-bottom: 0px solid #000;
	padding-left: 10px;
	line-height: 1.2;
}
#nav-main * {
	-webkit-transition: all 0.14s ease-out;
	-moz-transition: all 0.14s ease-out;
	transition: all 0.14s ease-out;
}

#nav-main ul, #nav-main li, #nav-top ul, #nav-top li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav-main .nav-main {
	position: relative;
	float: left;
	border-left: 1px solid #023266;
	border-right: 1px solid #4878AC;
	z-index: 300;
}
#nav-main .nav-main li {
	float: left;
	position: relative;
}

#nav-main .nav-main > li, #nav-main .nav-main > ul > .page_item {
	background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.15) 100%);
	border-right: 1px solid #023266;
	border-left: 1px solid #4878AC;
}

#nav-main .nav-main > li > a, #nav-main .nav-main > ul > .page_item > a {
	min-width: 80px;
	text-align: center;
}

#nav-main .nav-main a {
	display: block;
	padding: 8px 14px;
	color: #FFF;
	font-family: 'Roboto Condensed', Sans-serif;
	font-size: 16px;
	text-shadow: 0 0 2px #222;
}
#nav-main .nav-main a:hover {
	background-color: #FFF;
	color: #000;
	text-shadow: none;
}

#nav-main .menu-item-has-children > a:after,
#nav-main .page_item_has_children > a:after {
	font-family: "Genericons";
	content: "\f431";
	vertical-align: top;
	padding-left: 4px;
}

#nav-main .sub-menu, #nav-main .children {
	background-color: #2B2B2B;
	position: absolute;
	float: left;
	width: 180px;
	border: 1px solid #000;
	box-shadow: 0 1px 4px #000;
	z-index: 990;
	display: none;
}

#nav-main .sub-menu li, #nav-main .children li {
	border-top: 1px solid #3B3B3B;
	border-bottom: 1px solid #000;
}

#nav-main .sub-menu li:first-child,
#nav-main .children li:first-child {border-top: none;}
#nav-main .sub-menu li:last-child,
#nav-main .children li:last-child {border-bottom: none;}

#nav-main .sub-menu a, #nav-main .children a {
	float: left;
	width: 178px;
	padding: 10px 14px;
	font-size: 15px;
}

#nav-main .sub-menu .sub-menu, #nav-main .children .children {top: -1px;}

#nav-main li:hover > ul {display: inline;}

#nav-main .drop-toggle {
	display: none;
}

#nav-main .genericon-menu {
	color: #FFF;
	font-size: 30px;
	height: auto;
	padding: 5px 10px;
	width: auto;
}

#nav-top {float: right;}
#nav-top .nav-top, #nav-top .nav-top li {float: left;}
#nav-top .nav-top a {
	display: block;
	margin-top: 2px;
	padding: 0 18px;
	color: #FFF;
	font-family: 'Roboto Condensed', Sans-serif;
	font-size: 14px;
}

/*----------------------------------------------
	Post Elements
-----------------------------------------------*/
.blog-view, .single-view, .author-info, .archive-info, .form-404 {
	background-color: #FFF;
	border: 1px solid #555;
	box-shadow: 0 0 2px #333;
	margin: 0 0 10px;
	padding: 10px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.archive-title {color: #555;}
.archive-title span {color: #333;}
.archive-description {
	border-top: 2px dotted #888;
	margin-top: 8px;
	padding-top: 2px;
}

.form-404 h2 {
	border-bottom: 2px dotted #888;
	padding-bottom: 10px;
}
.form-404 p {margin: 4px 0 10px;}

.blog-view {border-top: 6px solid #2A5A8E;}

.blog-view.sticky {
	background-color: #FFDC8A;
	border-top: 6px solid #222;
}

.entry-header {margin-bottom: 4px;}
.entry-title {line-height: 1;}
.entry-title a {color: #303030;}

.sticky .entry-title:before {
	font-family: "Genericons";
	content: "\f308";
	vertical-align: top;
	padding-right: 4px;
	display: inline-block;
}

.entry-byline * {line-height: 20px;}
.entry-author,
.entry-date,
.entry-categories,
.entry-comment-info {
	float: left;
	margin-right: 10px;
}

.single-view .entry-byline {
	margin-bottom: 10px;
}

.entry-thumbnail {
	float: left;
	padding-right: 8px;
}
.entry-thumbnail .post-thumbnail {
	display: table;
	background-color: #EEE;
	border: 1px solid #888;
	padding: 3px;
}
.entry-thumbnail img {
	float: left;
	width: auto;
	max-width: none;
}

.continue-reading {
  display: inline-block;
	float: right;
  margin:20px 0 20px 0px;
	cursor:pointer;
  background-color: #FFF;
  display: inline-block;
  padding: 5px 10px;
  color: #333;
  font-size:18px;
  font-style:italic;
  border: 0px solid #555 !important;
  box-shadow: 0 4px 4px #ccc !important;

/* OLD
  background: #EEE;
	background: -moz-linear-gradient(top, #FBFBFB 0%, #E5E5E5 100%);
	background: -webkit-linear-gradient(top, #FBFBFB 0%, #E5E5E5 100%);
	background: linear-gradient(to bottom, #FBFBFB 0%, #E5E5E5 100%);
	display: inline-block;
	float: right;
	padding: 2px 10px;
	color: #555;
	border: 1px solid #CCC;
	border-radius: 4px;
*/
}
.continue-reading:hover {


/* OLD
	border-color: #AAA;
	color: #333;
*/
}
.sticky .continue-reading {/* OLD border-color: #AAA;*/}

.blog-view .entry-content {
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arimo, Sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.55;
}
.single-view .entry-content {
	font-family: Arimo, Sans-serif;
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 1.6;
}

.entry-footer {clear: both;}
.entry-updated {
	color: #555;
	font-size: 11px;
	padding: 2px 0;
}
.entry-tags {padding: 2px 0;}

.blog-nav, .post-nav {margin-bottom: 10px;}

.blog-nav {padding: 4px 0;}

.link-prev {float: left;}
.link-next {float: right;}

.link-prev a,
.link-next a {
	background-color: #FFF;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #555;
	box-shadow: 0 0 2px #333;
	color: #333;
	font-size:18px;
	font-style:italic;
}
.link-prev a:hover,
.link-next a:hover {
	color: #333;
}

.attachment-nav div a {
	background-color: #DDD;
	border: none;
	box-shadow: none;
	text-decoration: none;
}

.page-nav, .comment-nav {
	display: block;
	padding: 2px 0;
	font-family: Arimo, Sans-serif;
	font-size: 13px;
	line-height: 20px;
}
.page-nav > *, .comment-nav > * {
	background-color: #2A5A8E;
	color: #FFF;
	display: inline-block;
	padding: 2px 8px;
	border-radius: 3px;
}
.page-nav a, .comment-nav a {
	text-decoration: none;
}
.page-nav a:hover, .comment-nav a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*-------------------------------------
	Post Content
--------------------------------------*/
.entry-content a {text-decoration: underline;}

.entry-content p, .comment-content p {margin: 4px 0 12px;}

.entry-excerpt p {margin: 0 0 4px;}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	clear: none;
	line-height: 1.5;
}

.entry-content li, .comment-content li {
	list-style-position: outside;
	list-style-type: disc;
}

.entry-content ol > li,
.comment-content ol > li {list-style-type: decimal;}

.entry-content ol > li > ol > li,
.comment-content ol > li > ol > li {list-style-type: lower-alpha;}

.entry-content ol > li > ol > li > ol > li,
.comment-content ol > li > ol > li > ol > li {list-style-type: lower-roman;}

.entry-content th, .entry-content td, .comment-content th, .comment-content td {
	padding: 8px 10px;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
.entry-content img,
.comment-content img {
	height: auto;
	max-width: 100%;
}

img[class*="aligncenter"] {
	margin-bottom:20px;
}

img[class*="alignleft"] {
	margin-right:20px;
	margin-bottom:20px;
}

img[class*="alignright"] {
	margin-left:20px;
	margin-bottom:20px;
}

.wp-smiley {
	width: auto !important;
	border: none !important;
	padding: 0 !important;
}

.alignnone {
	margin-top: 4px;
	margin-bottom: 4px;
}
.alignleft {
	float: left;
	margin: 4px 8px 4px 0;
}
.alignright {
	float: right;
	margin: 4px 0 4px 8px;
}
.aligncenter {
	display: block;
	margin: 4px auto;
}

.wp-caption {max-width: 100%;}

.wp-caption img {
	width: 100%;
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 4px;
}

.wp-caption .wp-caption-text, .gallery-caption {
	margin: 0;
	padding: 0 5px;
	color: #555;
	font-size: 12px;
	font-size: 0.750rem;
	line-height: 1.6;
}

.gallery .gallery-item {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.gallery-item img {
	padding: 4px;
	display: inline-block;
	border: 1px solid #CCC !important;
}
.gallery-item img:hover {
	background-color: #DDD;
	border: 1px solid #AAA !important;
}

.type-attachment .entry-content div.attachment {
	margin-bottom: 10px;
	text-align: center;
}

.sitemap-template .entry-content h3 {margin-left: 10px;}
.sitemap-template .entry-content ul {margin: 8px 0 15px 10px;}
.sitemap-template .entry-content ul li {list-style: square inside;}

/*-------------------------------------
	  Info & Author Page
--------------------------------------*/
.author-info {padding: 0}
.author-info .title {
	background-color: #2A5A8E;
	color: #FFF;
	padding: 6px 10px;
	font-size:24px !important;
  font-family: 'Arimo Bold', Sans-serif;
  font-weight: bold !important;
	text-shadow: 1px 1px 2px #1d3f62 !important;
}
.author-description {padding:10px 15px 25px 15px !important; font-size:15px !important;}

.author-description h4 {padding-left:0px; font-size:32px !important; font-weight:bold;}

.author-description h4 a {padding-left:0px; font-size:32px !important; font-weight:normal !important;}


.author-description, .author-avatar {
	display:table-cell;
}

.author-description {
	padding: 8px;
	vertical-align: top;
}

.author-avatar {
	padding: 8px;
}

.author-avatar img {width:auto; height:auto; min-width:70px; min-height:70px; max-width:150px; max-height:150px;}

.author-post-count {
	text-align: left;
	font-weight:bold;
	font-style: italic;
}

.author-latest-posts {
	background-color: #FFF;
	border: 1px solid #555;
	box-shadow: 0 0 2px #333;
	padding: 8px;
}
.author-latest-posts li {
    list-style: none;
	margin: 4px 0 4px 4px;	padding:7px 0 7px 0;	font-size:18px !important;
}

/*-------------------------------------
	Comments
--------------------------------------*/
#comment-header, #respond, #no-comments, .comment-body {
	background-color: #FFF;
	margin: 0 0 10px;
	padding: 8px;
	border: 1px solid #555;
	box-shadow: 0 0 2px #333;
}

#comment-header .title {
	display: inline-block;
	float: left;
	line-height: 20px;
}
#comment-header .respond-link {
	display: inline-block;
	float: right;
}
#comment-header .respond-link a {
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
#comment-header .respond-link a:hover {
	text-decoration: underline;
}

#comments .comment-list {
	padding-left: 0;
}

#comments .children {
	padding-left: 30px;
}

.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
	list-style: none;
	margin: 0 0 10px;
}

.comment-author-admin > .comment-body, .bypostauthor > .comment-body {
	border-top: 6px solid #2A5A8E;
}

.comment-author,
.comment-author .avatar,
.comment-author .link {
	float: left;
}

.comment-author .avatar {
    margin-left: 6px;
    margin-top: 6px;
}

.comment-author .link {
	margin: 6px 8px;
	font-size: 15px;
	font-weight: bold;
	word-wrap: break-word;
}

.comment-metadata {display:none; float: right;}
.comment-metadata a {color: #888;}
.comment-edit-link {
	background-color: #E0E0E0;
	color: #222;
	padding: 2px 8px;
}

.comment-awaiting-moderation {
	clear: right;
	display: inline-block;
	float: right;
	margin: 8px;
	font-style: italic;
}

.comment-content {
	clear: both;
	padding-top: 4px;
	font-size: 13px;
	font-size: 0.813rem;
	line-height: 1.55;
}
.comment-content th, .comment-content td {
	font-size: 13px;
	font-size: 0.813rem;
	line-height: 1.55;
}

.comment-body .reply {
	margin-top: 8px;
	overflow: hidden;
}

.comment-reply-link {
	display: inline-block;
	float: right;
  margin:20px 0 20px 0px;
  cursor:pointer;
  background-color: #FFF;
  display: inline-block;
  padding: 5px 10px;
  color: #333;
  font-size:18px;
  font-style:italic;
  border: 0px solid #555 !important;
  box-shadow: 0 4px 4px #ccc !important;
}

#no-comments .genericon {
	color: #888;
	font-size: 20px;
	line-height: 22px;
}
#no-comments  h4 {
	display: inline-block;
	margin-left: 10px;
	color: #888;
}

#respond .comment-reply-title {margin-bottom: 8px;}

#respond p {margin-top: 8px;}

#cancel-comment-reply-link {
	background-color: #F0F0F0;
	padding: 2px 8px;
	font-size: 16px;
}

::-webkit-input-placeholder {
   color: #CCCCCC;
   padding-left:5px;
}

:-moz-placeholder { /* Firefox 18- */
   color:  #CCCCCC;
   padding-left:5px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:  #CCCCCC;
   padding-left:5px;
}

:-ms-input-placeholder {
   color:  #CCCCCC;
   padding-left:5px;
}

.comment-form-input {
  width:100%;
  margin-top:10px;
}

.comment-form-input label {
	margin-left: 25px;
	font-size:18px;
	font-style: italic;
}

.comment-form-comment label {
	margin-left: 25px;
	display: block;
	font-size:18px;
	font-style: italic;
}

.comment-form-input input {
  width:32%;
  height:38px;
	font-size:22px;
  margin-left:1px;
  padding:0 8px 0 8px;
}

.comment-form-input input,
.comment-form-comment textarea {
	border: 1px solid #b8b8b8;
	box-shadow: 1px 1px 4px #b8b8b8;
}

.comment-form-comment textarea {
	display: block;
  width:98%;
  position: relative;
	padding: 8px;
	font-size:18px;
	min-height:185px;
  resize: none;
}

.comment-form-comment {padding: 0 3px;}

#respond #submit {
  margin:20px 0 20px 0px;
	cursor:pointer;
  background-color: #FFF;
  display: inline-block;
  padding: 5px 10px;
  color: #333;
  font-size:18px;
  font-style:italic;
  border: 0px solid #555 !important;
  box-shadow: 0 4px 4px #ccc !important;
}

.form-submit .submit {
	margin:20px 0 20px 0px;
	cursor:pointer;
  background-color: #FFF;
  display: inline-block;
  padding: 5px 10px;
  color: #333;
  font-size:18px;
  font-style:italic;
  border: 0px solid #555 !important;
  box-shadow: 0 4px 4px #ccc !important;
}

.comment-navigation {margin-bottom: 10px;}
.page-numbers.current {cursor: default;}

#comment-area #disqus_thread {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #555;
	box-shadow: 0 0 2px #333;
}

/*----------------------------------------------
	Widgets
-----------------------------------------------*/
.frontier-widget {
	background-color: #FFF;
	margin: 0 0 10px;
	padding: 8px;
	border: 1px solid #555;
	box-shadow: 0 0 2px #333;
	word-wrap: break-word;
}
.frontier-widget:after {
	clear: both;
	content: "";
	display: table;
}
.widget-title {
	background-color: #2A5A8E;
	margin: -8px -8px 8px;
	padding: 4px 8px;
	color: #EEE;
	font-family: 'Arimo Bold', Sans-serif;
	font-size: 18px;
  font-weight: bold !important;
	text-shadow: 1px 1px 2px #1d3f62 !important;
}
.widget-title a {
	color: #FFF;
	text-decoration: none;
}

.widget-body {display: inline-block;}

.widget-header {
	display: inline-block;
	float: left;
	margin: 0;
}

.widget-header,
.widget-before-post,
.widget-before-post-content,
.widget-after-post-content,
.widget-after-post {
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.widget-after-post {margin: 10px 0 0;}

.widget-footer {
	display: inline-block;
	float: left;
	margin: 0 0.5% 10px;
  background-color: transparent !important;
  border:none !important;
  box-shadow: none !important;
}

.widget-column-1 .widget-footer {
	display: block;
	width: auto;
	float: none;
	margin: 0 0 10px;
}
.widget-column-2 .widget-footer {width: 48.98%;}
.widget-column-3 .widget-footer {width: 32.32%;}
.widget-column-4 .widget-footer {width: 23.98%;}
.widget-column-5 .widget-footer {width: 18.98%;}
.widget-column-6 .widget-footer {width: 15.65%;}

.widget-column-2 .widget-footer:nth-child(2n+1),
.widget-column-3 .widget-footer:nth-child(3n+1),
.widget-column-4 .widget-footer:nth-child(4n+1),
.widget-column-5 .widget-footer:nth-child(5n+1),
.widget-column-6 .widget-footer:nth-child(6n+1) {
	clear: left;
	background-color: transparent !important;
	border:none !important;
	box-shadow: none !important;
}

#widgets-wrap-below-menu {
	background-color: rgba(0, 0, 0, 0.25);
	width: 100%;
	padding: 10px 10px 0;
}
#widgets-wrap-before-post,
#widgets-wrap-before-post-content,
#widgets-wrap-after-post-content,
#widgets-wrap-after-post {
	position: relative;
	clear: both;
}
#widgets-wrap-after-post {margin-top: 8px;}
#widgets-wrap-footer {
	background-color: rgba(0, 0, 0, 0.25);
	border-top: 1px solid #000;
	padding: 10px;
}

.frontier-widget * {
	max-width: 100%;
}

.frontier-widget .widget-title {
	max-width: none;
}

.frontier-widget img {
	height: auto;
}

.frontier-widget p {margin: 4px 0 12px;}

.frontier-widget ul, .frontier-widget ol {
	padding: 0 4px;
}

.frontier-widget ul ul, .frontier-widget ol ol {
	margin: 4px 0;
	padding-left: 15px;
}

.frontier-widget li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E0E0E0;
}

.frontier-widget li:last-child {
    border-bottom: none;
}

.widget_search label .screen-reader-text {
	display: none;
}
.widget_search label .search-field {
	background-color: #EEE;
    margin: 4px 4px 4px 0;
	padding: 4px;
	min-width: 55%;
	border: 1px solid #555;
	box-shadow: 0 0 2px #333 inset;
}
.widget_search .search-submit {
    background-color: #2A5A8E;
    border: 1px solid #333;
    border-radius: 3px;
    box-shadow: 0 0 0 #333;
    color: #FFF;
    cursor: pointer;
	margin: 2px 0;
    padding: 4px 8px;
}

.widget_tag_butt {
	line-height: 24px;
}

.widget_calendar table {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2;
}
.widget_calendar caption {
	background-color: #2A5A8E;
	padding: 8px 0;
	color: #FFF;
}
.widget_calendar th {
	background-color: #E0E0E0;
	padding: 8px;
}
.widget_calendar td {
	background-color: #FFF;
	padding: 8px;
}

/*-------------------------------------
	Basic Slider
--------------------------------------*/
#slider {
    background-color: #FFF;
    border: 1px solid #555;
    box-shadow: 0 0 2px #333;
    display: block;
    overflow: hidden;
}
.slider-main {margin: 5px;}
.slider-content {margin-bottom: 10px;}

#basic-slider {max-width: 100% !important;}

.bjqs, .bjqs-slide {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
.bjqs {position: relative;}
.bjqs-slide {position: absolute;}

.bjqs-slide a {
	display: block;
}
.bjqs-slide img {
	display: block;
	margin: auto;
}

.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
.bjqs-controls a {
	position: absolute;
	-webkit-transition: left 0.3s ease-in-out;
	-webkit-transition-property: left, right;
	-moz-transition: left 0.3s ease-in-out;
	-moz-transition-property: left, right;
	transition: left 0.3s ease-in-out;
	transition-property: left, right;
}
.bjqs-prev a {left: -50px;}
.bjqs-next a {right: -50px;}
.slider-prev {background-image: url('images/slider-prev.png');}
.slider-next {background-image: url('images/slider-next.png');}
.slider-prev, .slider-next {
	display: block;
	height: 32px;
	width: 38px;
}
#basic-slider:hover li.bjqs-next a {right: 10px;}
#basic-slider:hover li.bjqs-prev a {left: 10px;}

.slider-element {display: none;}

.bjqs-heading, .bjqs-descript {
	background-color: rgba(0, 0, 0, 0.65);
	color: #EEE;
	padding: 8px;
	width: 100%;
}
.bjqs-heading {
	position: absolute;
	top: 0;
	font-size: 16px;
}
.bjqs-descript {
	position: absolute;
	bottom: 0;
}

/*-------------------------------------
	Extra
--------------------------------------*/
#wpadminbar {box-shadow: 0 0 3px #000;}

/* bbPress */
#content #bbpress-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.super-sticky,
#bbpress-forums ul.sticky {
	font-family: Arial, Sans-serif;
	font-size: 13px;
	font-size: 0.813rem;
}
#content #bbpress-forums a {text-decoration: none;}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {padding: 8px 20px;}

#bbpress-forums .bbp-topic-permalink {
	font-size: 14px;
	font-size: 0.875rem;
}

#bbpress-forums .avatar {
	min-width: 20px;
	min-height: 20px;
}

#bbpress-forums .bbp-reply-content {padding: 10px 0 0;}

.bbp-pagination-links > * {
	background-color: #222;
	padding: 2px 10px !important;
	border: 1px solid #000 !important;
	color: #FFF;
}
.bbp-pagination-links .page-numbers.current {background-color: #555;}

.bbp-pagination-links > a:hover {
	background-color: #E0E0E0;
	color: #000;
	font-weight: bold;
}

@media print {
	#nav-top,
	#header,
	#nav-main,
	#below-menu,
	#slider,
	#sidebar-right,
	#sidebar-left,
	#footer,
	#bottom-bar,
	#comment-area,
	#widgets-wrap-before-content,
	#widgets-wrap-after-content,
	#widgets-wrap-before-post,
	#widgets-wrap-after-post,
	#widgets-wrap-before-post-content,
	#widgets-wrap-after-post-content,
  .social_top_img,
  .amzn-native-container,
  .entry-tags,
  .blog-nav,
  .post-nav,
  .embedded_ad_in_post,
  .essb_links_list,
  .essb-postbar,
  .rp4wp-related-posts,
  .vote_TPW,
  .author-info {
		display: none !important;
	}

	#main,
	#content {
		padding: 0;
	}

	#content {
		display: block;
		float: none;
		width: auto;
	}

	.blog-view,
	.single-view {
		border: none;
	}

	.blog-view,
	.blog-view.sticky {
		border-top: 1px dashed #555;
	}

	#site-title a {
		color: #000;
	}

	#site-description {
		color: #333;
	}

	.entry-byline a,
	.genericon {
		color: #333;
	}
}




/* -------------------- CUSTOM CSS -------------------- */

body {
	font-family: Arial, Sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

a {
  color: #146eb4;
  text-decoration: none;
}

a:hover {
  color: #198de6;
  text-decoration: none;
}

h1 {font-size: 32px; font-size: 2.000rem;}
h2 {font-size: 28px; font-size: 1.750rem;}
h3 {font-size: 24px; font-size: 1.500rem;}
h4 {font-size: 22px; font-size: 1.375rem;}
h5 {font-size: 20px; font-size: 1.250rem;}
h6 {font-size: 18px; font-size: 1.125rem;}

/* old H sizes
h1 {font-size: 26px; font-size: 1.625rem;}
h2 {font-size: 24px; font-size: 1.500rem;}
h3 {font-size: 22px; font-size: 1.375rem;}
h4 {font-size: 20px; font-size: 1.250rem;}
h5 {font-size: 18px; font-size: 1.125rem;}
h6 {font-size: 16px; font-size: 1.000rem;}
*/

blockquote {
	background-color: #ffffff;
	border-left: 0px solid #2A5A8E;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 7px 1px #e6e6e6;
  font-style: normal !important;
}

#main {
  background-color: #FFFFFF !important;
}

/* site title and description */
#site-title {
  margin: 0px;
  padding: 2px 0px 0px 15px;
  font-size: 2em;
  text-shadow: 1px 1px 2px #0d0d0d;
  font-weight: bold;
  color: #FF9900;
  font-family: 'Roboto Condensed', Sans-serif;
	line-height: 1.2;
}

#site-title a {
  color: #FF9900;
}

#site-description {
  margin: 0px;
  padding: 8px 0px 3px 25px;
  font-size: 1.3em;
  text-shadow: 0px 0px 0px;
  font-weight: normal !important;
  font-family: 'Roboto Condensed', Sans-serif;
	line-height: 1.2;
}

@media screen and (max-width: 1080px) {
    #site-description {
        display:none;
    }
}

@media screen and (max-width: 1080px) {
    #site-title {
        display:none;
    }
}

/* social top images */

.social_top_img {
  margin-top:6px;
  float:right;
}

.social_top_img a {
  padding-right:14px;
}

@media screen and (max-width: 359px) {
  .social_top_img a {
    padding-right:5px;
  }
}


/* navigation */

#nav-main {
  background-color: #4d4d4d; /* #2A5A8E; */
}

#nav-main .nav-main {
  border-left: 0px solid #023266 !important;
  border-right: 0px solid #4878AC !important;
}

#nav-main .nav-main > li, #nav-main .nav-main > ul > .page_item {
	background: none;
	border-right: 0px solid #023266 !important;
	border-left: 0px solid #4878AC !important;
}

#nav-main .nav-main a {
	padding: 8px 14px;
	font-size: 20px;
  font-weight: bold;
}

#nav-main .sub-menu a, #nav-main .children a {
	padding: 10px 14px;
	font-size: 18px;
}

/* Widgets */

.widget-title {
  background-color: #FFF !important;
  border-top: 0px solid #235235; /* 2A5A8E */
  width:100%;
  text-align:center;
  color: #FF9900;
	font-family: 'Arimo Bold', Sans-serif;
  font-weight: bold !important;
  margin:0;
  padding:10px 0 15px 0;
  font-size: 22px;
  font-size: 1.375rem;
  text-shadow: 0px 0px 0px #FFF !important;
}


/* titles and content */
.entry-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}

.entry-title a:hover {
  color:#146eb4;
}

.blog-view .entry-content {
	font-size: 17px;
	font-size: 1.063rem;
	line-height: 1.55;
}

.single-view .entry-title {
  font-size: 44px;
  font-size: 2.8rem;
  font-weight: bold;
}

.single-view .entry-content {
	font-size: 18px;
  font-size: 1.125rem;
	line-height: 1.55;
}

.single-view .entry-content ul {
	line-height: 0.0 !important;
  margin-top:0px !important;
	margin-bottom:10px !important;
  padding-top:0px !important;
	padding-bottom:10px !important;
}

.single-view .entry-content li {
	line-height: 1.4 !important;
}

.single-view .entry-content p {
  margin-top:0px !important;
	margin-bottom:10px !important;
  padding-top:0px !important;
	padding-bottom:10px !important;
}

.single-view .entry-content h1,h2,h3,h4,h5,h6 {
  margin-top:10px;
  padding-top:5px;
  font-weight: bold;
  color: #FF9900; /* old color eb6a37 */
	/* text-shadow: 1px 1px 2px #e6e6e6; */
}

.single-view .entry-content a {
	text-decoration: none;
}

.single-view .entry-byline {
  margin-top: 10px;
  margin-bottom: 29px;
}

@media screen and (max-width: 360px) {
  .single-view {
    padding-left:0px !important;
    padding-right:0px !important;
  }
}

/* comments - display approved comments */
.comment-author .link {
	margin: 6px 8px;
	font-size: 17px;
}
.comment-content {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.55;
}

.comment-content th, .comment-content td {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.55;
}

@media screen and (max-width: 600px) {
.comment-form-input input {
  width:98%;
  height:38px;
	font-size:22px;
  margin-left:1px;
  padding:0 8px 0 8px;
  margin-bottom: 10px;
}
}

/* embedded video centering */
iframe {
display:block;
margin: 0 auto;
}

/* fb loading blockquote link */
.fb-xfbml-parse-ignore {
  display:none !important;
}

/* daily top posts on homepage */
.top-daily-post-wrap {
  background-color: #FFF;
  border: 0px solid #555;
  box-shadow: 0 0 2px #333;
  margin: 0 0 10px 0;
  padding: 0 0 15px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.top-daily-post-title {
  margin-top: 0px !important;
  margin-bottom:10px;
  padding:4px 0 4px 20px;
  background-color:#2A5A8E;
  color:#ffffff;
  font-family: 'Arimo Bold', Sans-serif;
  font-weight: bold !important;
	text-shadow: 1px 1px 2px #1d3f62 !important;
  width:100%;
}

.top-daily-post-wrap ul.wpp-list {
  margin: 0 30px 0 30px !important;
  padding: 0 !important;
}

.top-daily-post-wrap .wpp-list li {
  margin:4px 0 4px 0 !important;
  padding: 5px 0 5px 0 !important;
  border-bottom:1px solid #cccccc;
  font-size:20px;
  font-style: italic;
}

.top-daily-post-wrap .wpp-list img {
  margin-right:20px !important;
  box-shadow: 2px 2px 4px #333333;
}

.top-daily-post-wrap .wpp-list a {
  color:#146eb4;
  font-weight: bold !important;
	text-shadow: 1px 1px 2px #e6e6e6 !important;
  vertical-align: top;
}

.top-daily-post-wrap .wpp-list a:hover {
  color:#198de6;
  font-weight: bold !important;
	text-shadow: 1px 1px 2px #e6e6e6 !important;
  vertical-align: top;
}

/* homepage thumbnail */
.entry-thumbnail .post-thumbnail {
	display: table;
	background-color: #EEE;
	border: none !important;
	padding: 0px !important;
  box-shadow: 3px 3px 7px #333333;
  margin: 5px 5px 5px 0;
}

/* bottom footer menu */
#bs-bottom-footer-menu {
	float: right;
	margin: 6px 10px;
	font-family: 'Roboto Condensed', Sans-serif;
	font-size: 18px;
}

#bs-bottom-footer-menu ul {list-style:none;}

#bs-bottom-footer-menu li {display:inline; padding-right:14px;}

#bs-bottom-footer-menu a {color: #CCC;}

#bs-bottom-footer-menu a:hover {color: #DC8300;}

/*
#bs-bottom-footer-menu .menu-item-has-children > a:after,
#bs-bottom-footer-menu .page_item_has_children > a:after {
	font-family: "Genericons";
	content: "\f431";
	vertical-align: top;
	padding-left: 4px;
}

#bs-bottom-footer-menu .sub-menu, #bs-bottom-footer-menu .children {
	background-color: #2B2B2B;
	position: absolute;
	float: left;
	width: 180px;
	border: 1px solid #000;
	box-shadow: 0 1px 4px #000;
	z-index: 990;
	display: none;
}

#bs-bottom-footer-menu .sub-menu li, #bs-bottom-footer-menu .children li {
	border-top: 1px solid #3B3B3B;
	border-bottom: 1px solid #000;
}

#bs-bottom-footer-menu .sub-menu li:first-child,
#bs-bottom-footer-menu .children li:first-child {border-top: none;}
#bs-bottom-footer-menu .sub-menu li:last-child,
#bs-bottom-footer-menu .children li:last-child {border-bottom: none;}

#bs-bottom-footer-menu .sub-menu a, #bs-bottom-footer-menu .children a {
	float: left;
	width: 178px;
	padding: 10px 14px;
	font-size: 15px;
}

#bs-bottom-footer-menu .sub-menu .sub-menu, #bs-bottom-footer-menu .children .children {top: -1px;}

#bs-bottom-footer-menu li:hover > ul {display: inline;}

#bs-bottom-footer-menu .drop-toggle {
	display: none;
}
*/

/* alexa-widget-footer */
.alexa-widget-footer {
  width:100%;
  margin-bottom:30px;
}

/* Comments */
#comment-float-left {
  float: left;
  min-width: 200px;
  margin-right: 10%;
  width: 45%;
}

#comment-float-right {
  display: inline-block;
  min-width: 200px;
  width: 45%;
}

/* Custom Sidebar Social Buttons */
 .bs-sidebar-social-hover a {
   opacity:1;
 }

 .bs-sidebar-social-hover a:hover {
   opacity:0.8;
   width:100%;height:100%;
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   -ms-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
 }

.sitemap-template .entry-content ul li {list-style: none;}

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

Wrap border color and shadow

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

#header {
	background-color: #dbdbdb !important;
}

/* general */
#slider, .blog-view, .frontier-widget, .single-view, .author-info, .top-daily-post-wrap {
  border: 0px solid #555 !important;
  box-shadow: 0 0 0px #737373 !important;
}

.blog-view, .single-view, .author-info, .archive-info, .form-404 {
	border: 0px solid #555;
	box-shadow: 0 0 0px #333;
}

/* top daily posts */
.top-daily-post-wrap {
  border: 0px solid #555 !important;
  box-shadow: 0 0 0px #333 !important;
}

/* prev and next buttons */
.link-prev a, .link-next a {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border: 0px solid #555 !important;
  box-shadow: 0 4px 4px #ccc !important;
}

/* comments */
#respond, #comment-header, .comment-body {
  border: 0px solid #555 !important;
  box-shadow: 0 0 0px #737373 !important;
}

.comment-body {
  box-shadow: 0 4px 4px #ccc !important;
}

#author {
  margin:0px;
  background-color: #FFF;
  display: inline-block;
  padding: 5px 10px;
  color: #333;
  font-size:18px;
  font-style:italic;
  border: 1px solid #b8b8b8 !important;
  box-shadow: 0 4px 4px #ccc !important;
}

#email {
  margin:0px;
  background-color: #FFF;
  display: inline-block;
  padding: 5px 10px;
  color: #333;
  font-size:18px;
  font-style:italic;
  border: 1px solid #b8b8b8 !important;
  box-shadow: 0 4px 4px #ccc !important;
}

#url {
  margin:0px;
  background-color: #FFF;
  display: inline-block;
  padding: 5px 10px;
  color: #333;
  font-size:18px;
  font-style:italic;
  border: 1px solid #b8b8b8 !important;
  box-shadow: 0 4px 4px #ccc !important;
}

.comment-form-author label {
  margin-top: 20px;
  margin-left: 25px;
	display: block;
	font-size:18px;
	font-style: italic;
}

.comment-form-email label {
  margin-top: 10px;
	margin-left: 25px;
	display: block;
	font-size:18px;
	font-style: italic;
}

.comment-form-url label {
  margin-top: 10px;
	margin-left: 25px;
	display: block;
	font-size:18px;
	font-style: italic;
}

/* fixes */
.blog-view {
  border-top: 0px solid #235235 !important; /* #2A5A8E*/
}

.bypostauthor {
  border-top: 12px solid #2A5A8E !important;
  border-left: 2px solid #2A5A8E !important;
  border-right: 2px solid #2A5A8E !important;
  box-shadow: 0px 0px 0px #fff !important;
}

.widget-footer {
  border: 0px solid #555 !important;
  box-shadow: 0 0 0px #737373 !important;
}

.author-info {
  border: 0px solid #2A5A8E !important;
}

.author-info .title {
	background-color: #4d4d4d;
  margin-top: 0 !important;
}

.author-latest-posts {
	border: 0px solid #555;
	box-shadow: 0 0 0px #333;
}

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

Plugin Custom Styling

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

/* Share Button Plugin */

.ssba-wrap {
background-color: #ffffff;
margin: 34px 20px 20px 20px;
border-radius: 0px;
box-shadow: 0px 20px 20px -15px #ccc;
-webkit-box-shadow: 0px 20px 20px -15px #ccc;
-moz-box-shadow: 0px 20px 20px -15px #ccc;
-o-box-shadow: 0px 20px 20px -15px #ccc;
}

/* Yuzo Related Post */

.yuzo_related_post {
  margin-left: 8px !important;
}

/* Mashshare */
.mashsb-count {
  font-size:65px !important;
}

/* Amazon Native Ad Header */
.amzn-native-header-text {
  font-size: 26px !important;
  color: #FF9900;
  font-weight: bold;
  font-style: italic;
}

/* Contact Form 7 */
.wpcf7-form {
	padding: 20px;
	margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  border:1px solid #f4f4f4;
}

.wpcf7-form input {
	padding: 5px 7px;
  border: 1px solid #f4f4f4;
	margin-bottom:8px;
  box-shadow: 0 4px 4px #ccc;
	border-radius: 0px;
  width: 100%;
  height: 40px;
  font-size: 25px;
}

.wpcf7-form textarea {
	padding: 5px 0px 5px 7px;
  border: 1px solid #f4f4f4;
  box-shadow: 0 4px 4px #ccc;
	border-radius: 0px;
  width: 100%;
  height: auto;
  font-size: 17px;
}

.wpcf7-form p {
	margin-top: 10px;
}

.wpcf7 label {
  text-align: left;
}

.g-recaptcha div {
  margin-left: auto;
  margin-right: auto;
}

.wpcf7-form .wpcf7-acceptance {
  border: 5px solid #f4f4f4;
  box-shadow: 0 0px 0px #ccc;
  padding-bottom: 10px;

}

.wpcf7-form .wpcf7-submit {
  margin: 30px 0px 0px 0px;
	cursor:pointer;
  background-color: #FFF;
  padding: 5px 10px;
  color: #333;
  font-size: 18px;
  font-style:italic;
  border: 1px solid #f4f4f4;
  box-shadow: 0 4px 4px #ccc;
  border-radius: 0px;
  width: 100%;
}

#wpcf7-f7657-p1368-o1 {
  width: 60% !important;
  margin: 0 auto !important;
}

#wpcf7-f7669-p2747-o1 {
  width: 100% !important;
  margin: 0 auto !important;
}

/*

@MEDIA STYLING

*/

/* Responsive Menu */
@media screen and ( max-width : 535px ) {
        #click-menu {
            display: block;
            margin-top:42px;
        }
}

/* RP Post Nav */
@media screen and (max-width: 600px) {
  .rp-post-nav-thumbnail {
    float: none !important;
  }
}

/* UpPrev */
@media screen and (max-width: 840px) {
  #upprev_box {
    display: none !important;
  }
}
