/*
Theme Name: WP-Forge
Theme URI: http://wpforge.themeawesome.com/
Author: Thomas E. Vasquez
Author URI: http://themeawesome.com
Description: Based on Twenty Twelve, WP-Forge is a combination of two powerful platforms. The captionrst being WordPress, the leading open source blogging tool and content management system. The second being Foundation (v5.2.2), the most advanced responsive front-end framework.
Version: v5.2.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: wpforge

This theme, like WordPress, is licensed under the GPL. I hope you utilize WP-Forge to learn something new, create something awesome, have fun and, more importantly, I hope you share what you have learned with others.

Use style.css to modify anything related to WordPress - To modify anything regarding Foundation, you need to modify foundation.css: /css/foundation.css

I update WP-Forge on a regular basis. So I highly recommend joining my mailing list as well as using my child theme WP-Starter so you do not lose any edits.
*/

/* =Reset
-------------------------------------------------------------- */

ins {
	background: #fff9c0!important;
	text-decoration: none;
	padding:0 3px;	
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.top-bar-section > .alert-box.secondary p {
	margin:0.5em 0!important;
}
textarea {
	min-height:250px!important;
}
.sticky {}

/* =Repeatable patterns
-------------------------------------------------------------- */
/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
	font-size: 0.6875rem;
	line-height: 2.181818182;
	font-weight:normal!important;
	text-transform: uppercase;
	color: #636363;
}
.widget-title {
	font-weight:normal;
	text-transform: uppercase;
	font-size:0.875rem	
}
select { /* Make sure select elements fit in widgets */
	cursor:pointer;
	max-width: 100%;
	padding:0.3em!important;
	border:1px solid #ccc;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.wp-post-image {
	margin-bottom:1.5rem;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
figure {
	margin: 0!important;
}
figcaption, .wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
figcaption, .wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	border:0!important;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.nav-single  {
	position:relative;
	float:left;
	display:block;
	width:100%;
	margin-bottom:60px!important;
}
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
.site-content #image-navigation {
	margin:1.5rem 0;
}
#nav-above {
	padding: 1.5rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 3rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 1.5rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 1.5rem 0;
	overflow: hidden;
	padding:20px 0;
}
.author-description p {
	color: #757575;
	font-size: 0.875rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 3rem;
	border-bottom: 1px solid #ededed;
	padding:10px 0;		
}
.author.archive .author-avatar img {
	margin-top: 0;
	border-radius:50%;
}
.author-avatar img {
	float: left;
	margin-top: 8px;
	border-radius:50%;
}
.author-description {
	float: right;
	width: 85%;
}
.author-description h2 {
	margin-top:0!important;
}

/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
body {
	text-rendering: optimizeLegibility;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
#wrapper {
	background-color: #fff;
	width:100%;
	max-width: 64rem; /* equal to 1024px based on 16px font size*/
	margin:0 auto;	
	padding:1.5625rem 0.625rem 0;
}

/* Header */
#header {
	margin-bottom:1.5rem;
}
.header-logo, .header-info {
	display:block;	
	max-width:100%;
}
.site-header {
	width:100%;
}
.site-header p {
	margin:0!important;
}
p.site-title a {	
	display: block;	
	font-size: 2.75rem;
	text-decoration: none;
}
.site-title a:hover {
	
}
.site-header h1 {
	margin:0!important;
}
p.site-description {
	color: #757575;
	font-size: 1.6875rem;
	margin:0!important;
	line-height:1	
}
img.header-image {/* Remove fancy borders */
	border-radius: 0!important;
	box-shadow:none!important;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 3rem;
}
.widget-area .widget ul {
	margin-left:2em;
}
.widget-area .widget h3 {
	margin-bottom: 5px;
}
.widget-area .widget p,
.widget-area .widget li {
	line-height: 1.846153846;
	font-size:0.875rem!important; /* equal to 14px */
}
.widget.widget_text {
	line-height: 1.846153846;
	font-size:0.875rem!important; /* equal to 14px */
}
.widget-area .widget p {
	margin-bottom: 1.5rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 1.5rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
/* Search widget */
label > .screen-reader-text {
	display:none!important;
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 4px double #ededed;
	clear: both;
	line-height: 2;
	padding: 1.5rem 0;
}
footer > .site-info {
	text-align:right!important;
	margin-bottom:0!important;
}
footer[role="contentinfo"] a {
	color: #686868;
	text-decoration:none;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}

/* Footer Sidebar */
#secondary-sidebar {
	padding-top: 1.5rem!important;
	border-top: 1px solid #ededed!important;
}


/* =Main content and comment content
-------------------------------------------------------------- */
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 1.5rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 1.5rem;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 1.5rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 1.5rem;
	font-size: 0.875rem;
	line-height: 1.846153846;
	color: #757575;
}
span.edit-link {
	margin-left:5px;
}
article .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 0.875rem;
	line-height: 3.692307692;
	margin-bottom: 1.5rem;
	text-align: center;
}
.entry-content ul, .entry-content ol {
	margin-left:2.125rem;
}
.entry-content [class*="block-grid-"] {
    margin: 0 0.625em!important;
}
.entry-content ul.pricing-table {
	margin-left:0!important;
}
.entry-content .f-dropdown {
	margin-bottom:0!important;
	margin-left:0!important;
	list-style:none!important;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 1.5rem;
	padding: 1.5rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content pre,
.comment-content pre {
	background: #f9f9f9;
	color: #666;
	margin: 20px 0;
	overflow-x: auto;
	padding: 20px;
	line-height: 1.3rem;
	-ms-word-wrap:normal!important;
	word-wrap:normal!important;	
}
.entry-content pre code,
.comment-content pre code {
	font-weight: normal!important;
	display: block;
	line-height: 1.3rem;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 1.5rem;
}
img.alignleft, .wp-caption.alignleft {
	margin: 12px 1.5rem 12px 0!important;
}
img.alignright, .wp-caption.alignright {
	margin: 12px 0 12px 1.5rem!important;
}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
img.alignnone {
	margin-bottom: 1.5rem!important;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 1.5rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 1.5rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	line-height: 2;
	margin: 0 0 1.5rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 1.5rem 0;
}
.entry-content td,
.comment-content td {
	border: 1px solid #999;
	padding: 6px 10px;
}
@media screen and (max-width: 1200px) {
	.entry-content table,
	.comment-content table{width: 100%;}
}
.entry-content th,
.comment-content th,
.entry-content td,
.comment-content td {
	text-align: left;
}
article {

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
body.page article {
	border-bottom:none!important;
	margin-bottom:0!important;
	padding-bottom:0!important;
}
body.page footer.entry-meta {
	margin-bottom:1.5rem;
}
.error404 article {
	border-bottom:none;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 1.5rem;
	font-size:0.875rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
span.sticky-post, 
span.date, 
span.categories-links, 
span.tags-links, 
span.pfont {
	margin-right:10px;
}

/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
	margin-bottom: 3rem;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}

/* =Single image attachment view
-------------------------------------------------------------- */
.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/* =Aside post format
-------------------------------------------------------------- */
article.format-aside h1 {
	margin-bottom: 1.5rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 1.5rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 0.875rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}

/* =Post formats
-------------------------------------------------------------- */
/* Image posts */
article.format-image footer h1 {
	font-size: 0.875rem;
	line-height: 1.846153846;

	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
.pformat {
	float: left;
	font-size: 26px;
	margin-right:5px;
	color:#888!important;
}
article.format-link header {
	padding: 5px 10px;
	float: right;
	font-size: 20px;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content a {
	font-size: 22px;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 1.5rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 1.5rem 1.5rem 0;
	font-size: 15px;
	line-height: 1.6;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 30px;
}
.format-status .entry-header header {
	display: inline-block;
	margin-top:12px;	
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	border-radius: 50%;
}

/* Page links */
.page-links {
	clear: both;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
}
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 1px 7px;
	text-decoration: none;
	margin:0 5px;
}
.page-links a {
	padding: 1px 7px;
	text-decoration: none;
	background: #2ba6cb;
	color: #fff;
}
.page-links a:hover {
	background: #e6e6e6;
	color:#555;
}

/* =Comments
-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 3rem;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 1.5rem 0;
}
.comments-area article header {
	margin: 0 0 3rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
	border-radius: 50%;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 80px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
	margin-top:8px;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
	font-size: 0.875rem;
	text-decoration:none;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin:1rem 0;
	list-style:none!important;
}

/* Comment form */
#respond {
	margin-top: 3rem;
}
#respond h3#reply-title {
	font-size: 1.4375rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 1.5rem 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 1.5rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.714285714;
	width: 100%;
}
#respond form input[type="text"],
#respond form input[type="email"],
#respond form input[type="url"] {
	width: 100%;
}
#respond form textarea.blog-textarea {
	width: 79.666666667%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 11px;
	color: #5e5e5e;
}
.required {
	color: red;
}
p.comment-notes {
	font-size: 0.75rem!important;
}
p.comment-form-author, p.comment-form-email {
	padding-left: 0!important;
}
p.comment-form-email {
	padding-right: 0!important;
}

/* =Front page template
-------------------------------------------------------------- */
.front-image {
	float: right;
}
.front-content {
	float: left;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 1.5rem;
	border-top: 1px solid #ededed;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 1.5rem;
	text-align: right;
}
.widget_search label {
	display: block;
	line-height: 1.846153846;
	display:none!important;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* =Plugins
----------------------------------------------- */
img#wpstats {
	display:none;
}
.tiled-gallery {
	margin-bottom:1.5rem!important;
}
.comments-area { /* Jetpack comments */
	margin-bottom:1.5rem!important;
}
.recentcomments a { 
	display:inline !important;
	padding:0 !important;
	margin:0 !important;
}

/* =TinyMCE Editor
----------------------------------------------- */
html .mceContentBody {
	max-width: 920px!important;
	margin:15px 0 0 15px!important;
	padding:0!important;
	background:#fff!important;
}
cite {
	border-bottom:0!important;
}
html .mceContentBody ul, 
html .mceContentBody ol {
	margin-left:25px!important;
}
.mceContentBody code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.mceContentBody pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
}
.mceContentBody pre code {
	display: block;
}
.mceContentBody abbr,
.mceContentBody dfn,
.mceContentBody acronym{
	border-bottom: 1px dotted #666;
	cursor: help;
}
.mceContentBody address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 1.5rem;
}
.mceContentBody img.alignleft, 
.mceContentBody .wp-caption.alignleft {
	margin: 12px 1.5rem 12px 0!important;
}
.mceContentBody img.alignright, 
.mceContentBody .wp-caption.alignright {
	margin: 12px 0 12px 1.5rem!important;
}
.mceContentBody img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
.mceContentBody img.alignnone {
	margin-bottom: 1.5rem!important;
}
.mceContentBody embed,
.mceContentBody iframe,
.mceContentBody object,
.mceContentBody video {
	margin-bottom: 1.5rem;
}
.mceContentBody dl {
	margin: 0 1.5rem;
}
.mceContentBody dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.mceContentBody dd {
	line-height: 1.714285714;
	margin-bottom: 1.5rem;
}
.mceContentBody table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	line-height: 2;
	margin: 0 0 1.5rem;
	width: 100%;
}
.mceContentBody table caption {
	font-size: 16px;
	margin: 1.5rem 0;
}
.mceContentBody td {
	border-top: 1px solid #ededed;
	padding: 0.429em 0.714em;
}
.mceContentBody del {
	color: #333;
}
.mceContentBody ins {
	background: #fff9c0!important;
	text-decoration: none!important;
	padding:0 0.214em;
	color:inherit!important;
	border:0!important;
}
.mceContentBody sub,
.mceContentBody sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.mceContentBody sup {
	top: -0.5em;
}
.mceContentBody sub {
	bottom: -0.25em;
}
.mceContentBody small {
	font-size: smaller;
}

/* =Misc
----------------------------------------------- */
/* Off-Canvas */
ul.off-canvas-list li, 
ul.off-canvas-list li li, 
ul.off-canvas-list li li li, 
ul.off-canvas-list li li li li,
ul.off-canvas-list li li li li li,
ul.off-canvas-list li li li li li li {
	list-style-type:none!important;
}
section.tab-bar-section.go-left{
	text-align:left!important;
}
section.tab-bar-section.go-right {
	text-align:right!important;
}
section.tab-bar-section.middle a {
	color:#fff!important;
	font-weight:normal!important;
}

/* Top-Bar */
.top-bar .name a {
	line-height: 45px;
	font-size: 0.875rem; 
	font-weight: normal;
	color: white;
	display: block;
	padding: 0 15px; }
.top-bar .toggle-topbar a {
	font-weight:normal!important;
}
/* Orbit */
.orbit-bullets li {
	cursor:pointer!important;
	display:inline-block!important;
}
.orbit-container {
	margin-bottom:1.714em!important;
}

/* Magellan */
.entry-content > [data-magellan-expedition] {
	margin:0 0 1.714em!important;
}
.entry-content dl.sub-nav {
	margin:0!important;
}

/* bbPress */
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	background:#fafafa;
}

/* Back to Top */
#backtotop {
	background:#444;
	display: block;
	position: fixed;
	right: 1rem;
	bottom:1rem;
	z-index: 99999;
	cursor: pointer;
	display: none;
	color:#f9f9f9;
	font-size:0.6875rem;
	width:3.125rem;
	height:3.125rem;
	line-height:3.125rem;
	text-align:center;	
	text-transform:uppercase;
	border-radius:3.125rem;
}

/* =WordPress Social Menu
----------------------------------------------- */
span.screen-reader-text {
	display:none;
}
#menu-social { 
	text-align:left;
}
#menu-social ul {
	display:block;
	list-style: none;
	margin:     0;
}
#menu-social ul li {
	display:  inline-block;
	position: relative;
}
#menu-social li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
#menu-social li a::before {
	content:        '/';
	display:        inline-block;
	padding:        0 3px;
	font-family:    'FontAwesome';
	font-size:      32px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}
#menu-social li a[href*="facebook.com"]::before {
	content: "\f082";
}
#menu-social li a[href*="twitter.com"]::before {
	content: "\f081";
}
#menu-social li a[href*="dribbble.com"]::before {
	content: "\f17d";
}
#menu-social li a[href*="plus.google.com"]::before {
	content: "\f0d4";
}
#menu-social li a[href*="pinterest.com"]::before {
	content: "\f0d3";
}
#menu-social li a[href*="github.com"]::before {
	content: "\f092";
}
#menu-social li a[href*="tumblr.com"]::before {
	content: "\f174";
}
#menu-social li a[href*="youtube.com"]::before {
	content: "\f166";
}
#menu-social li a[href*="flickr.com"]::before {
	content: "\f16e";
}
#menu-social li a[href*="vimeo.com"]::before {
	content: "\f194";
}
#menu-social li a[href*="instagram.com"]::before {
	content: "\f16d";
}
#menu-social li a[href*="foursquare.com"]::before {
	content: "\f180";
}
#menu-social li a[href*="linkedin.com"]::before {
	content: "\f08c";
}









/* Sooyoos */
body{ background: #f7f7f7}
#header{background:#fff; text-align: center; color:#34495e; margin: 0px auto;max-width: 1200px;border-bottom: 3px solid #34495e; }
#header .site-header-logo {background-color: #ffffff;padding: 15px 5px;}
#header .logo-data{max-width: 300px;}
#wrapper { max-width: 76rem;background: #f7f7f7}
.nopadding{padding-left:0; padding-right: 0;}
[class*="column"] + [class*="column"]:last-child{float:left;}
/*#wrapper{max-width: 1400px;}*/
a{color:#3498db;}
h1 {font-size: 2.75rem;}
h2 {font-size: 2em; }
h3 {font-size: 1em;}
h4 {font-size: 1em;}
#header .site-title a{text-transform: uppercase;font-size: 1.5em;color: #34495E;font-weight: bold;}
#header .site-title a:hover{ }
#header .site-description {font-size: 1em;margin:0;color:#34495e; }
.top-bar-section li:not(.has-form) a:not(.button){line-height:35px;}
.top-bar-section ul li > a {font-size: 1em; line-height: 0.8em; }
.socialicons li a i{font-size: 2.4em;}
#header h4{color: #fff;font-size: 0.9em;margin: 0;}
#header .header-info{margin:0px 0px 50px; }
h3.dataTitle{ margin:0px 0 20px 0; text-align: center;font-weight: bold;font-size: 1.22em;text-transform: uppercase; border-bottom: 2px solid #39b0ff;line-height: 1em;  height: 12px;}
h3.dataTitle span{background: #f7f7f7; padding: 0 20px;}
.post h1,.post h2{font-size: 1.2em; }
p{font-size: 1em;}

.post .margin{margin:0px 0.9375rem 1.875rem; background: #fff;border-bottom: 3px solid #3498db; position:relative; padding:5px 10px;height: 280px;}
.post .margin:hover{}
.post .bgimage{ position: absolute; top:0; left: 0; width: 100%; height:100%; background:no-repeat center center; background-size: cover;filter: alpha(opacity=10);opacity: 0.3; }

.post p{font-size:0.8em;}
.post .imgpost{float:right;height: 165px;}
.post .imgpost img{max-width: 110px;margin-left: 5px; }

.post .thumbnail{  min-height: 150px;width:100%;background:#3498db center center no-repeat;background-size:cover;z-index:-1;}
.post h1{ font-size: 1em; font-weight: bold;color:#333;margin-top:5px; z-index: 2;text-transform: uppercase;}
.post h1 a{color:#444;}
.post .extrait{text-align: justify;}
/*.post .extrait a{font-size: 0.8em; color:#fff; background: #2980B9; padding: 5px 15px; width: 100%; border-radius: 3px;}*/
/*.post .extrait a{border: 3px solid #3498db; padding:10px;transition: background-color 300ms ease-out 0s; }
.post .extrait a:hover{background:#3498db; color:#fff; }*/
.post .extrait a{ color:#444; }

.home .post img{max-height: 150px}

.flatpost{background:#3498DB; color:#fff; display: block;margin:0.9375rem; padding:10px; }
.flatpost h1{color: #fff;}

.widget-title{font-weight: bold;text-align: center;}
.textwidget{font-size: 0.9em;line-height: 1.5em;text-align: justify;}
.menudata {margin:0px 0 7px;}
.menudata .inline-list > li > *{display: inline}
.menudata .inline-list{margin-left:0; }
.menudata .inline-list li{background:#3498db;list-style: none;float: left;margin-left:0; margin-right: 5px;display: block;padding: 0 10px; color: #fff; font-size: 11px;margin-bottom: 5px;}
.menudata .inline-list li a{font-size:13px;text-transform: uppercase;color: #fff;font-weight: bold;}
.menudata .inline-list li.current-cat,.menudata .inline-list li:hover{background:#2980b9; }
.entete{}
.entete h3{font-weight: bold;text-align: center; text-transform: uppercase;font-size: 0.875rem;}
.entete p{font-size: 0.9em;line-height: 1.5em;text-align: justify;margin-bottom: 0.4em;}
.entete a{font-size: 0.9em;}
.entete a:hover{text-decoration: underline;}
.content-footer{max-width: 76rem;margin: 0px auto;}
.mainfooter{background: #34495e;color:#ffffff; margin:20px 0 0;}
.mainfooter a{color:#fff; text-decoration: underline;}
.mainfooter a:hover{color: #fff}
#secondary-sidebar {padding-top: 1.5rem!important;border:none !important;float: left;}
#secondary-sidebar .large-12{padding-left:0; padding-right: 0;}
#secondary-sidebar h6{color:#fff;}
#footer{border-top:0; background: #333;color:#ddd; padding:15px 0px 0; 	}
#footer li{font-size: 0.8em;color:#ddd;}
#footer a{color: #ddd}
footer.entry-meta {font-size: 0.7em;margin-top: 1rem;position: absolute;bottom: 0;}

#facebookbox div,.fb_iframe_widget{background: #fff;}
.bawmrp_manual{line-height: 20px; border:none;}

.single-post .post h1{ font-size: 2em;}
.single-post .post p{font-size:1em;}
.entry-meta{font-size: 0.8em;}
.single-post .nav-single{margin: 35px 0 0}
.single-post .nav-single a:hover{text-decoration: underline;}
img.alignleft, .wp-caption.alignleft {margin-top: 0px  !important;}

.single-post .download div{margin-top: 20px; margin-bottom:15px;}
.single-post .download a{border: 3px solid #3498db; padding:10px;transition: background-color 300ms ease-out 0s; }
.single-post .download a:hover{background:#3498db; color:#fff; }
.single-post .download a i{ font-size: 2.5em;}

#searchbar{position: absolute;left: 43%;filter: alpha(opacity=50);opacity: 0.5;margin-top: -3px;min-width: 200px}
#searchbar:hover{filter: alpha(opacity=100);opacity:1;}
#searchbar .button{background:none;}

.related{margin: 15px 0 0}
.related h3{    font-weight: bold;  text-transform: uppercase;}

#wpadminbar{display: none;}
html.flexbox {margin-top:0 !important;}

// Pour jQuery UI (auto-complete)
.ui-widget {
	font-size: inherit;
	font-family: inherit;
}
.ui-widget-content {
	border: 0px none;
	background-color: #333 !important;
	background-image: initial !important;
}
.ui-corner-all {
	border-radius: 0px;
}
.ui-state-focus {
	background-color: #fff !important;
	background-image: initial !important;
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block !important;
}
.wpcf7 .wpcf7-not-valid-tip {
	margin-top: -15px;
}
.wpcf7 .wpcf7-not-valid {
	background-color: rgba(255, 0, 0, 0.03);
}
.wpcf7 .wpcf7-submit {
	width: 200px;
	font-size: 18px;
}

/* =Media Queries
----------------------------------------------- */
@media only screen and (max-width: 40em) { /* max-width 640px, mobile-only styles, use when QAing mobile issues */
	#header .site-title a{font-size: 2em;  }
	#wrapper {
		padding:0
	}
	.site-header {
		padding:0.9375rem 0 0;

	}
	footer > .site-info {
		text-align:center!important;
		font-size:0.75rem!important;
	}
	#backtotop {
		background: rgb(0, 0, 0) ; opacity: 0.4;
		bottom:2.5rem;
		width:2.125rem;
		height:2.125rem;
		font-size:0.625rem;
		line-height:2.125rem;
	}
	#backtotop:hover {
		background: rgb(0, 140, 186) ; opacity: 1;
	}
	#wpadminbar {
		top: -2.875rem;
	}	
	.single-post .download div{float:left; text-align: left !important;}
	#searchbar{position: relative;left:0}
	#searchbar{filter: alpha(opacity=100);opacity:1;margin-top:0; }
	#menu-social li a::before {
		padding:        0 1px;
		font-size:      28px;
	}
	section.tab-bar-section.middle a {
		color:#fff!important;
		font-weight:normal!important;
	}	
	p.comment-form-author, p.comment-form-email {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	#header-auto-complete{margin:1em 0;}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) { /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
	#header .site-title a { font-size: 1.76em; }
	#header .site-description { font-size: 0.83em; }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) { /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) { /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
}
@media only screen and (min-width: 120.063em) { /* min-width 1921px, xlarge screens */
}

/* header V2 */
.top-bar{margin-bottom: 102px; background: #9f0432; overflow: visible;}

.top-bar .socialicons{height: 45px!important;}
.top-bar .socialicons li{height: 45px;}
.top-bar-section li:not(.has-form) a:not(.button){
	display: flex; justify-content: center; align-items: center;
	height: 100%; 
	background: #9f0432;
}
.top-bar-section li:not(.has-form) a:not(.button):hover{
	background: #bd5272;
}
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"]{
	border-color: #bd5272;
}

.header__logo{
	position: absolute; left: 0; top: 0; margin-top: -20px;
	display: flex; justify-content: center; align-items: flex-end;
}
.header__logo img{display: block; border: 1px solid #dbdbdb;}
.header__logo-title{
	width: 220px; padding: 0; padding-left: 26px; padding-bottom: 26px;
	font-family: serif; font-size: 18px; line-height: 1; color: #140207;
}
#searchbar{min-width: 240px;}

.top-bar-section{ overflow: hidden;}
@media only screen and (min-width: 40.063em) {
	.top-bar-section{overflow: visible; }
	
}
@media only screen and (max-width: 40.063em) {
	.top-bar-section{
		z-index: 10; position: absolute; top: 100%; right: 0; left: 0;
		max-height: 0;
	}
	.top-bar .toggle-topbar.menu-icon{z-index: 101; right: 0; width: 45px; height: 45px; margin-top: 0; padding-left: 0;}
	.top-bar .toggle-topbar.menu-icon a{width: 45px; height: 45px; padding-right: 0;}
	.top-bar .toggle-topbar.menu-icon a::after{margin-top: 5px;margin-right: 14px;}
	.top-bar.expanded{height: 45px; background: #9f0432;}
	.top-bar.expanded .toggle-topbar a::after{
		box-shadow: 0 10px 0 1px #bd5272, 0 16px 0 1px #bd5272, 0 22px 0 1px #bd5272;
	}
	.top-bar.expanded .top-bar-section{max-height: none;}
	#header-auto-complete{margin: 16px 0;}
	#searchbar{background: #9f0432; border-top: solid 1px #bd5272;}
	#searchbar .button{margin: 16px 0; font-size: 1.5rem;}
	.top-bar .socialicons{display: flex; justify-content: center; align-items: center; border-top: solid 1px #bd5272;}
	.top-bar-section{background: #9f0432; border-top: solid 1px #bd5272;}
	.top-bar.expanded .top-bar-section{padding-top: 100px;}
	.top-bar .header__logo{z-index: 100;}
	.top-bar.expanded .header__logo-title{color: #fff;}
	.top-bar-section .divider, 
	.top-bar-section [role="separator"]{width: 1px; border-left: solid 1px #bd5272;}
	.top-bar-section ul{background: #9f0432;}
	.top-bar-section ul li > a{padding: 12px;}
}
@media only screen and (max-width: 420px) {
	.top-bar{margin-bottom: 85px;}
	.header__logo{margin-top: 0;}
	.header__logo img{width: 120px; margin-top: 0;}
	.header__logo-title{padding-left: 16px;padding-bottom: 16px;}
	.top-bar.expanded .top-bar-section {padding-top: 83px;}
}
@media only screen and (max-width: 375px) {
	#header .logo-data{max-width: 100%}
	#secondary-sidebar{float: none;}
}