/*
Theme Name: Cobh Golf Club
Theme URI: http://cobhgolfclub.ie
Author: Ivan O Regan
Author URI: http://ivanoregan.com
Description:
Version: 1.00
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cobhgc
Domain Path: /languages/
Tags: two-columns, three-columns, right-sidebar, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

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

body {
font-family: 'PT Sans', sans-serif;
color: #aaa;
background-color: #f1f1f1;
line-height: 1.5;
word-break: break-word;
-webkit-font-smoothing: antialiased;
}
#page {
visibility: hidreden;
-webkit-animation: fadein 1s;
animation: fadein 1s;
}
@-webkit-keyframes fadein {
from {
	opacity: 0;
}
to {
	opacity: 1;
}
}
@keyframes fadein {
from {
	opacity: 0;
}
to {
	opacity 1;
}
}
h1, h2, h4, h3, h5, h6 {
font-family: 'PT Sans Caption', sans-serif;
color: #000;
font-weight: 700;
}
blockquote {
border: 0;
font-size: 40px;
color: #fff !important;
}
blockquote:before {
float: left;
margin-right: 10px;
font-family: FontAwesome;
font-size: 30px;
line-height: 1;
content: '\f10d';
color: #ff6b53;
}
cite {
font-style: italic;
padding: 0 20px;
}
.nicescroll-rails {
z-index: 9999 !important;
}
code {
white-space: pre-wrap;
}
::selection {
background-color: #ff6b53;
color: #fff;
}
input, textarea {
padding: 15px;
max-width: 100%;
border: 2px solid #444;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
background-color: #ff6b53;
padding: 10px 20px;
font-family: 'Roboto Condensed', sans-serif;
font-size: 16px;
text-transform: uppercase;
color: #fff;
box-shadow: 0 5px 0 #C2503D;
border-radius: 5px;
font-weight: 700;
border: 0;
}

/* Tables - extracted from Bootstrap and changed so it applies by default */

table {
/*width: 100%;*/
/*margin-bottom: 20px;*/
/*border: 1px solid #dddddd;*/
}
th {
background-color: #F8F8F8;
}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
border: 1px solid #dddddd;
}

/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/

.main-navigation {
display: block;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
float: right;
}

.main-navigation li {
float: left;
position: relative;
padding: 40px 10px;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
}
.main-navigation a {
display: block;
text-decoration: none;
color: #fff;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.main-navigation li>a:hover {
color: #fff;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 40%;
left: -999em;
z-index: 99999;
background-color: #204635;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 200px;
color: #fff;
}
.main-navigation ul ul li {
padding: 5px;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
font-size: 13px;
border-bottom: 1px dotted #fff;
}
.main-navigation li:hover {
background-color: rgba(0, 0, 0, 0.5);
color: #fff !important;
}
.main-navigation ul ul :hover>a {
color: #fff;
}
.main-navigation ul ul a:hover {
color: #fff;
}
.main-navigation ul li:hover>ul {
left: auto;
}
.main-navigation ul ul li:hover>ul {
left: 100%;
}
.main-navigation .current_page_item ul li, .main-navigation .current-menu-item ul li {
background-color: rgba(32, 70, 53, 0.5);
}

/* Icons */

.main-navigation li::before {
font-family: Fontawesome;
color: #fff;
float: left;
margin-right: 5px;
font-size: 20px;
line-height: 1;
font-weight: 400;
}
.main-navigation ul ul li::before {
color: #aaa;
}
.main-navigation a {
float: left;
}
.main-navigation ul ul a {
float: none;
}
@media only screen and (max-width: 991px) {
.main-navigation a {
	float: none;
}
.main-navigation li::before {
	content: '';
}
}

/* Search */

.nav-search-box {
display: none;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.9);
z-index: 999;
}
.search-visible {
display: block;
}
.nav-search-box .search-wrapper {
position: relative;
top: 50%;
display: table;
margin: 0 auto;
}
.nav-search {
display: block;
position: absolute;
right: 8px;
bottom: 8px;
z-index: 9;
}
.nav-deco {
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 0;
border-top: 50px solid transparent;
border-right: 50px solid #000;
}
.nav-search .fa {
color: #fff;
cursor: pointer;
}
.search-submit {
font-family: Fontawesome !important;
vertical-align: top;
height: 50px;
}
.search-close {
display: none;
height: 22px;
width: 22px;
border-radius: 50%;
border: 1px solid #fff;
position: relative;
top: -40px;
color: #fff;
text-align: center;
cursor: pointer;
}
.nav-search-box .search-close {
display: inline-block;
}

/*--------------------------------------------------------------
Post and page navigation
--------------------------------------------------------------*/

.post-navigation, .paging-navigation {
margin-bottom: 60px;
}
.post-navigation .nav-previous, .post-navigation .nav-next, .paging-navigation .nav-previous, .paging-navigation .nav-next {
max-width: 50%;
padding: 15px;
background-color: #204635;
font-weight: 700;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
box-shadow: 0 0 1px #adadad;
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
}




.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
float: left;
max-width: 50%;
}
.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
float: right;
text-align: right;
max-width: 50%;
}
.post-navigation, .paging-navigation, .post-navigation a, .paging-navigation a {
color: #fff;
text-decoration: none;
}
.post-navigation .nav-previous:hover, .post-navigation .nav-next:hover, .paging-navigation .nav-previous:hover, .paging-navigation .nav-next:hover {
background-color: #204635;
}
#comment-nav-above, #comment-nav-below {
overflow: auto;
}
#comment-nav-above {
margin-bottom: 30px;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}

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

.footer-widget-area .widget, .widget-area .widget {
margin: 0 0 15px;
}
.footer-widget-area .widget, .footer-widget-area .widget a {
color: #fff;
}
.footer-widget-area .widget:last-of-type, .widget-area .widget:last-of-type {
margin: 0;
}
.widget-title, .widgettitle {
margin: 0 0 15px;
padding-bottom: 15px;
/*border-bottom: 4px double #ebebeb;*/
}
.footer-widget-area .widget ul, .widget-area .widget ul {
list-style: none;
padding: 0;
}
.footer-widget-area .widget .children, .widget-area .widget .children {
padding-left: 20px;
}
/*.footer-widget-area .widget li:before, .widget-area .widget li:before {
font-family: FontAwesome;
content: "\f192";
margin-right: 10px;
font-size: 10px;
position: relative;
top: -2px;
}*/

/* Make sure select elements fit in widgets */

.widget select {
max-width: 100%;
}

/* Search widget */

.widget_search .search-submit {
display: none;
}

/* Custom widgets */

.cobhgc_recent_posts_widget h4 {
margin: 0 0 5px 0;
}
.cobhgc_recent_posts_widget h4 a, .widget .post-title {
color: #858585;
}
.cobhgc_recent_posts_widget li:before, .cobhgc_recent_comments li:before {
content: "" !important;
margin: 0;
}
.cobhgc_recent_comments .avatar {
float: left;
margin-right: 15px;
}
.cobhgc_recent_comments a.post-title {
font-weight: 600;
}
.widget .list-group {
padding-left: 0;
margin: 0;
}
.list-group-item {
background-color: transparent;
}
.widget .list-group-item {
border-left: none;
border-right: none;
border-top: 1px solid #ebebeb;
border-bottom: none;
}
.widget .list-group-item:first-child {
border-top: none;
}
.post-date {
font-size: 13px;
color: #C8C8C8;
}
.cobhgc_recent_comments .col-md-8, .cobhgc_recent_posts_widget .col-md-8 {
padding: 0;
}
.cobhgc_recent_comments .col-md-4, .cobhgc_recent_posts_widget .col-md-4 {
padding: 0 15px 0 0;
}
.cobhgc_recent_comments .list-group-item, .cobhgc_recent_posts_widget .list-group-item {
padding: 10px 0;
}
.recent-thumb {
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.recent-thumb:hover {
opacity: 0.5;
}
.social-widget ul {
margin: 0;
}
.social-widget li {
display: inline-block;
padding: 8px;
}
.social-widget li:before {
content: '' !important;
margin: 0 !important;
}
.social-widget li a {
text-decoration: none;
}
.social-widget li a::before {
font-size: 60px;
line-height: 1;
color: #fff;
}
.contact-address, .contact-phone {
margin-bottom: 15px;
}
.contact-address .fa, .contact-phone .fa, .contact-email .fa {
margin-right: 10px;
border: 1px solid;
border-radius: 50%;
padding: 5px;
width: 30px;
height: 30px;
}
.contact-address .fa:before, .contact-phone .fa:before, .contact-email .fa:before {
position: relative;
left: 2px;
top: 2px;
}
.contact-address span, .contact-phone span, .contact-email span {
font-weight: 700;
margin-right: 10px;
}

/* Footer widget area */

.footer-widget-area {
background-color: #222;
padding: 60px 0;
}
.footer-widget-area .widget-title {
border-bottom: 4px double #fff;
color: #fff;
}
.footer-widget-area .list-group-item {
border-top: 1px solid #fff;
}
.footer-widget-area .contact-address span, .footer-widget-area .contact-phone span, .footer-widget-area .contact-email span {
color: #fff;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/


/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.sticky {
background-color: #f5f5f5;
}
.hentry {
margin: 0;
}
.byline, .updated {
display: none;
}
.single .byline, .group-blog .byline {
display: inline;
}
.page-content, .entry-content, .entry-summary {}
.hentry .entry-content img {
margin-bottom: 10px;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.entry-header {
margin-bottom: 15px;
/*border-bottom: 4px double #ebebeb;*/
}
.entry-title, .entry-meta {
margin: 0 0 10px 0;
}
.entry-title a {
color: #444;
}
.entry-title a, .widget a, .entry-meta a, .entry-footer a {
-webkit-transition: color 0.3s;
transition: color 0.3s;
text-decoration: none;
}
.entry-title a:hover, .widget a:hover, .entry-meta a:hover, .entry-footer a:hover {
color: #ff6b53;
}
.entry-thumb img {
border: 4px double #ebebeb;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.entry-thumb img:hover {
opacity: 0.7;
}
.single-thumb {
margin-bottom: 30px;
}
.entry-meta, .entry-meta a, .entry-footer, .entry-footer a {
color: #cfcfcf;
font-size: 13px;
}
.entry-meta span, .entry-footer span {
margin-right: 10px;
}
.entry-footer {
margin-top: 15px;
padding-top: 15px;
/*border-top: 4px double #ebebeb;*/
clear: both;
}
.hentry .post-content, .single .hentry, .page .hentry {
/*border-bottom: 4px double #ebebeb;*/
margin-left: 15px;
margin-right: 15px;
background-color: #fff;
}

/* Author bio */

.author-bio {
margin-bottom: 30px;
padding: 15px;
background-color: #fff;
/*border: 4px double #ebebeb;*/
}
.author-bio .avatar {
display: block;
margin: 0 auto;
}
.author-name {
padding-bottom: 15px;
border-bottom: 4px double #ebebeb;
}
.author-social {
padding-top: 15px;
text-align: center;
}
.author-social a {
font-size: 25px;
color: #ff6b53;
line-height: 1;
margin-right: 5px;
}
.author-social a:last-child {
margin-right: 0;
}
.author-desc {
padding-top: 15px;
}
.view-all {
padding-top: 15px;
}
.view-all, .view-all a {
font-weight: 700;
color: #444;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0;
	padding: 20px;
	background-color: #fff;
}
.center{
	text-align: center;
}
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-title {
	margin: 0 0 15px;
	text-align: center;
}
.single .entry-header,
.page .entry-header {
	margin-bottom: 30px;
	text-align: center;
}
.entry-title a {
	color: #000;
}
.entry-title a:hover {
	color: #23b6b6;
}
.grid-layout .entry-title {
	font-size: 28px;
}
.post-meta,
.post-meta a {
	color: #fff;
}
.entry-meta,
.entry-footer {
	margin-bottom: 15px;
	font-size: 12px;
}
.entry-footer {
	clear: left;
	margin-top: 15px;
}
.entry-meta,
.entry-meta a,
.entry-footer,
.entry-footer a {
	color: #9d9d9d;
}
.entry-meta a:hover {
	color: #23b6b6;
}
.posted-on,
.author {
	margin-right: 8px;
}
.posted-on:after,
.author:after {
	margin-left: 8px;
	content: "/";
}
.read-more {
	padding: 5px 10px 10px;
	background-color: #204635;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.read-more:hover {
	background-color: rgba(32, 70, 53, 0.85);
}
.read-more a {
	position: relative;
	z-index: 99;
	color: #fff;
}
.single-thumb {
	margin-bottom: 30px;
	text-align: center;
}
.entry-thumb {
	position: relative;
	z-index: 9;
	text-align: center;
}
.entry-thumb:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(35, 182, 182, 0.4);
	content: "";
	-webkit-transition: height 0.4s;
	transition: height 0.4s;
}
.entry-thumb:hover:after {
	height: 100%;
}
.thumb-link {
	position: absolute;
	z-index: 99;
	top: 40%;
	left: 45%;
	opacity: 0;
	color: #fff;
	font-size: 38px;
	-webkit-transition: all 0.4s 0.3s;
	transition: all 0.4s 0.3s;
}
.thumb-link-wrap {
	float: left;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.entry-thumb:hover .thumb-link {
	opacity: 1;
}

.page-header {
	margin: 0;
	margin-top: -1px;
	padding: 10px;
	border: 0;
	background-color: #204635;
}
.page-header .page-title {
	margin: 0;
	color: #fff;
	text-align: center;
}
.taxonomy-description {
	margin: 15px 0 0;
	text-align: center;
}
.archive .site-header,
.error404 .site-header {
	margin-bottom: 0;
}
.error404 .page-content {
	margin-top: 60px;
	color: #fff;
	text-align: center;
}
.archive.author {
	margin: 0;
}
/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
display: none;
}

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

.comments-area {
margin-bottom: 60px;
}
.comments-title {
margin: 0 0 30px 0;
font-size: 24px;
}
.comments-area ol {
list-style: none;
}
.comments-area ol {
padding: 0;
}
.comments-area .children {
padding-left: 20px;
}
.comments-area .fn {
color: #505050;
}
.comment-author .avatar {
position: absolute;
}
.comment-author .fn, .comment-metadata {
margin-left: 80px;
}
.comment-metadata {
font-size: 12px;
margin-bottom: 30px;
}
.comment-body {
padding: 15px;
margin-bottom: 20px;
border: 4px double #ebebeb;
background-color: #fff;
}
.reply {
text-align: right;
}
.comment-reply-link {
padding: 5px;
background-color: #fff;
border: 4px double #ebebeb;
font-size: 12px;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
a.comment-reply-link {
color: #505050;
text-decoration: none;
}
a.comment-reply-link:hover {
color: #000;
box-shadow: 0 0 1px #505050;
}
.comment-meta a {
color: #c7c7c7;
}
.comments-area a.url {
color: #505050;
text-decoration: underline;
}
.bypostauthor {}

/* Respond form */

input#author, input#email, input#url, textarea#comment {
width: 100%;
max-width: 100%;
padding: 10px;
border: 4px double #ebebeb;
}
.comment-form-author:before, .comment-form-email:before, .comment-form-url:before, .comment-form-comment:before {
font-family: FontAwesome;
color: #505050;
}
.comment-form-author:before {
content: "\f007  ";
}
.comment-form-email:before {
content: "\f003  ";
}
.comment-form-url:before {
content: "\f0c1  ";
}
.comment-form-comment:before {
content: "\f040  ";
}
.comment-respond input[type="submit"] {
padding: 15px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
box-shadow: none;
border: none;
background-color: #ff6b53;
box-shadow: 0 0 1px #adadad;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.comment-respond input[type="submit"]:hover {
background-color: #3C3C3C;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
display: block;
}

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

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}

/* Make sure embeds and iframes fit their containers */

embed, iframe, object {
max-width: 100%;
}
img {
max-width: 100%;
height: auto;
/*margin: 5px;*/
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/

.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin-bottom: 15px;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {}

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

.site-branding {
float: left;
padding: 40px 15px;
}
.site-logo {
width: 100%;
max-width: 100px;
position: relative;
top: 50%;
}
.site-title {
margin: 0;
text-transform: uppercase;
font-weight: 700;
}
.site-title a {
color: #fff;
text-decoration: none;
}
.site-description {
margin: 15px 0 0;
font-size: 18px;
color: #DFDFDF;
}
.site-description:empty {
display: none;
}
.site-content {
margin-top: 0;
position: relative;
}
.page-template-page_front-page-php .site-content {
margin-top: 0;
}

.content-area {
		width: 750px;
		float: left;
		margin-top: 10px
}
.fp-content-area {
width: 100%;
display: block;
}
.widget-area {
width: 360px;
float: right;
background-color: #fff;
padding: 30px;
border: 4px double #ebebeb;
margin-bottom: 30px;
}
.site-footer {
padding: 30px 0;
border-top: 1px solid #fff;
background-color: #222;
}
.site-footer a {
color: #fff;
}
.no-results .page-content {
margin-bottom: 60px;
}
.error404 .content-area {
width: 100%;
text-align: center;
background-color: #fff;
}
.error404 .search-wrapper, .error404 .widget {
padding: 30px 15px;
}
.error404 .widget_recent_entries ul {
padding: 0;
}
.error404 .widget_recent_entries li {
list-style: none;
}
.error404 .content-area .widgettitle {
display: table;
margin: 0 auto 15px;
}

/* Masonry layout */

.home-masonry .hentry {
width: 350px;
margin: 15px;
}
.home-masonry .entry-title {
font-size: 26px;
}

/* Social */

.social-area ul {
padding: 0;
margin: 0 auto;
display: table;
}
.social-area li {
float: left;
padding: 0 30px;
list-style: none;
line-height: 1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.social-area a {
text-decoration: none;
}
.social-widget li a::before, .social-area a:before {
font-family: FontAwesome;
color: #ff6b53;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.social-area li a, .social-widget a {
-webkit-transition: all 0.7s;
transition: all 0.7s;
-webkit-backface-visibility: visible;
backface-visibility: visible;
}
.social-area li a:hover, .social-widget a:hover {
-webkit-transform: rotatey(360deg);
-ms-transform: rotatey(360deg);
transform: rotatey(360deg);
}
.social-area a:before {
font-size: 80px;
text-shadow: 0 0 1px #222;
}
.social-widget a[href*="twitter.com"]::before, .social-area a[href*="twitter.com"]::before {
content: '\f081';
}
.social-widget a[href*="facebook.com"]::before, .social-area a[href*="facebook.com"]::before {
content: '\f082';
}
.social-widget a[href*="plus.google.com"]::before, .social-area a[href*="plus.google.com"]::before {
content: '\f0d4';
}
.social-widget a[href*="google.com/+"]::before, .social-area a[href*="google.com/+"]::before {
content: '\f0d4';
}
.social-widget a[href*="dribbble.com"]::before, .social-area a[href*="dribbble.com"]::before {
content: '\f17d';
}
.social-widget a[href*="pinterest.com"]::before, .social-area a[href*="pinterest.com"]::before {
content: '\f0d3';
}
.social-widget a[href*="youtube.com"]::before, .social-area a[href*="youtube.com"]::before {
content: '\f166';
}
.social-widget a[href*="flickr.com"]::before, .social-area a[href*="flickr.com"]::before {
content: '\f16e';
}
.social-widget a[href*="vimeo.com"]::before, .social-area a[href*="vimeo.com"]::before {
content: '\f194';
}
.social-widget a[href*="instagram.com"]::before, .social-area a[href*="instagram.com"]::before {
content: '\f16d';
}
.social-widget a[href*="linkedin.com"]::before, .social-area a[href*="linkedin.com"]::before {
content: '\f08c';
}
.social-widget a[href*="foursquare.com"]::before, .social-area a[href*="foursquare.com"]::before {
content: '\f180';
}
.social-widget a[href*="tumblr.com"]::before, .social-area a[href*="tumblr.com"]::before {
content: '\f174';
}
.social-widget a[href*="behance.net"]::before, .social-area a[href*="behance.net"]::before {
content: '\f1b4';
}
.social-widget a[href*="deviantart.com"]::before, .social-area a[href*="deviantart.com"]::before {
content: '\f1bd';
}
.social-widget a[href*="soundcloud.com"]::before, .social-area a[href*="soundcloud.com"]::before {
content: '\f1be';
}
.social-widget a[href*="spotify.com"]::before, .social-area a[href*="spotify.com"]::before {
content: '\f1bc';
}
.social-widget a[href*="weibo.com"]::before, .social-area a[href*="weibo.com"]::before {
content: '\f18a';
}

/* Blockquote */

.blockquote-area .widget-title {
margin-bottom: 90px;
}

/* Call to action */

.call-to-action {
position: relative;
z-index: 9998;
display: table;
margin: 0 auto;
padding: 0 30px;
}
.action-text {
margin-bottom: 60px;
font-size: 30px;
text-align: center;
text-transform: uppercase;
}
.call-to-action:active {
top: 3px;
}

/* Latest News */

.all-news {
display: table;
margin: 50px auto 0;
padding: 10px;
border: 1px solid #444;
text-align: center;
text-transform: uppercase;
font-weight: 700;
font-weight: 'Roboto Condensed', sans-serif;
font-size: 16px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.all-news, .all-news:hover {
color: #444;
text-decoration: none;
}
.all-news:hover {
box-shadow: 0 0 2px #444;
}

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

.has-banner, .overlay {
width: 100%;
overflow: hidden;
}
@media only screen and (min-width: 1025px) {
.has-banner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
}
.site-header {
position: relative;
}
.top-bar {
position: relative;
width: 100%;
z-index: 9999;
background-color: #222;
opacity: 0.9;
}
.overlay {
background: url('images/pattern.png');
position: absolute;
top: 0;
z-index: 1;
opacity: 0.3;
background-attachment: fixed;
}
@media screen and (min-width: 1600px) {
.is-sticky {
	top: 0;
	/*width: 100%;*/
	z-index: 99999;
	background-color: #fff;
}
.sticky-wrapper {
	background-color: #222;
}
.is-sticky .main-navigation li {
	/*padding: 20px 10px;*/
	/*-webkit-transition: all 0.3s;
	transition: all 0.3s;*/
}
.is-sticky .main-navigation ul ul li {
	/*padding: 5px;*/
}
.is-sticky .site-branding {
	/*padding: 20px 15px;*/
	/*-webkit-transition: all 0.3s;
	transition: all 0.3s;*/
}
.admin-bar .is-sticky .top-bar {
	margin-top: 32px;
}
}

/* Better support for third party widgets */

.panel.widget .widget-title, .so-panel.widget .widget-title {
position: relative;
margin-bottom: 60px;
padding: 0;
border-bottom: 0;
text-align: center;
font-size: 56px;
text-transform: uppercase;
}
.panel.widget .widget-title:after, .so-panel.widget .widget-title:after {
position: absolute;
left: calc(50% - 35px);
width: 70px;
content: "";
border-bottom: 6px double #ff6b53;
bottom: -10px;
}
.panel.widget, .so-panel.widget {
margin: 0 auto;
padding: 80px 30px;
}
.front-page {
width: 85%;
display: block;
margin: 0 auto;
}

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

.slick-slider:hover {
cursor: move;
}
.slick-slider {
position: relative;
overflow: hidden;
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: none;
touch-action: none;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
zoom: 1;
}
.slick-track:before, .slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
.slick-slide img {
display: block;
margin: 0 auto;
max-width: 150px;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}

/* Arrows */

.slick-prev, .slick-next {
box-shadow: none;
position: absolute;
display: block;
height: 40px;
width: 40px;
line-height: 0;
font-size: 0;
cursor: pointer;
background: transparent;
color: transparent;
top: calc(50% - 10px);
margin-top: -10px;
padding: 0;
border: none;
outline: none;
}
.slick-prev:focus, .slick-next:focus {
outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
font-family: "FontAwesome";
font-size: 40px;
line-height: 1;
color: #ff6b53;
opacity: 0.85;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
left: -10px;
}
.slick-prev:before {
content: "\f104";
}
.slick-next {
right: -10px;
}
.slick-next:before {
content: "\f105";
}

.results{
	margin: 0 auto;
	text-align: center;
}

/*--------------------------------------------------------------
Page Builder visual styles
--------------------------------------------------------------*/

.panel-row-style {
display: block;
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
background-size: cover;
position: relative;
overflow: hidden;
}
@media screen and (max-width: 1024px) {
.panel-row-style {
	background-attachment: scroll !important;
	background-position: center top !important;
	-webkit-background-size: auto !important;
	-moz-background-size: auto !important;
	background-size: auto !importanwt;
}
}

/*--------------------------------------------------------------
Center Results and lotto
--------------------------------------------------------------*/

.results-area,
.page-template-page_results-php .results.col-xs-6, .page-template-page_lotto-php .employee.col-xs-6, .results-area .col-xs-6, .lotto-area .col-xs-6 {
width: 49.5%;
}
@media (min-width: 768px) {
.page-template-page_results-php .results.col-sm-6, .page-template-page_lotto-php .employee.col-sm-6, .results-area .col-sm-6, .lotto-area .col-sm-6 {
	width: 49.5%;
}
}
@media (min-width: 992px) {
.page-template-page_results-php .results.col-md-4, .page-template-page_lotto-php .employee.col-md-4, .results-area .col-md-4, .lotto-area .col-md-4 {
	width: 33%;
}
}

/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/

@media only screen and (min-width: 1025px) {
.header-image {
	display: none;
}
}
@media only screen and (max-width: 1920px) {
	.content-area {
		width: 700px;
	}
	.fullwidth {
		width: 100%;
	}
	.home-masonry .hentry {
		width: 283px;
	}
}


@media only screen and (max-width: 767px) {
.skills-desc {
	border: 0;
	margin-bottom: 30px;
}
.skills-list {
	border: 0;
	margin: 0;
}
.home-masonry {
	margin: 0 auto;
}
.home-masonry .hentry {
	width: 280px;
}
.content-area {
	width: 600px;
}
}
@media only screen and (max-width: 650px) {
.home-masonry .hentry {
	width: auto;
}
.home-masonry {
	max-width: 100%;
}
.content-area {
	width: 610px;
}
}
@media only screen and (max-width: 600px) {
.hentry .entry-thumb, .post-content {
	width: 100%;
	padding: 0;
}
.entry-title {
	font-size: 25px;
}
.welcome-desc, .welcome-button {
	display: none;
}
.panel-grid-cell section, .panel.widget, .so-panel.widget {
	padding-top: 40px;
	padding-bottom: 40px;
}
.content-area {
	width: 550px;
}
}
@media only screen and (max-width: 499px) {
.project, .employee, .bq-text, .bq-img {
	width: 100% !important;
}
.project img {
	display: block;
	margin: 0 auto;
}
section .widget-title {
	font-size: 36px;
}
.welcome-title {
	font-size: 24px;
}
.welcome-logo {
	max-width: 100px;
}
.welcome-desc {
	font-size: 20px;
	color: #D8D8D8;
	text-shadow: 0 0 2px #222, 0 0 2px #222;
}
.welcome-button {
	font-size: 14px;
	margin-top: 30px;
}
.blog-post {
	width: 100%;
	margin-bottom: 30px;
}
.blog-post:nth-of-type(3) {
	margin-top: 0;
}
table {
	table-layout: fixed;
}
.comments-area .children {
	padding-left: 0;
}
.content-area {
	width: 460px;
}
}
@media only screen and (max-width: 416px) {
.social-area li {
	padding: 0 10px;
}
.social-area a:before {
	font-size: 65px;
}
.content-area {
	width: 390px;
}
.page-template-page_results-php .results, .page-template-page_testimonials-php .testimonial {
	padding-left: 0;
	padding-right: 0;
}
}

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

.content-area {
	width: 300px;
}

}

/* Small menu */

.menu-toggle {
display: none;
background-color: #ebebeb;
color: #444;
margin: 40px 0;
box-shadow: none;
float: right;
}
@media (max-width: 320px) {
.site-branding.col-md-4 {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.menu-toggle.btn {
	margin: 5px auto 10px;
	float: none;
}
.site-title {
	font-size: 30px;
}
}
@media screen and (max-width: 991px) {
.menu-toggle, .main-navigation.toggled .nav-menu {
	display: block;
}
.main-navigation.toggled {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.main-navigation ul {
	float: none;
}
.toggled .menu-toggle {
	margin: 0;
}
.main-navigation li {
	width: 100%;
	border: 0;
	padding: 5px 0 !important;
	text-align: center;
}
.main-navigation li:first-child {
	padding-top: 15px;
}
.main-navigation ul ul li:hover {
	background-color: transparent;
}
.main-navigation ul {
	display: none;
}
.main-navigation .children, .main-navigation ul ul {
	display: block !important;
	float: none;
	position: static;
	border: none;
	background: transparent;
	box-shadow: none;
}
.main-navigation ul ul li {
	border: 0;
	text-align: center;
}
.main-navigation ul ul a {
	color: #E2E2E2;
	margin: 0 auto;
}
.top-bar {
	position: relative !important;
}
}
@media screen and (max-width: 1024px) {
.has-banner:after, section {
	background-attachment: scroll !important;
	background-position: center top !important;
	-webkit-background-size: auto !important;
	-moz-background-size: auto !important;
	background-size: auto !important;
}
.widget-title:after {
	display: none;
}
}

/* Center menu vertically */

@media screen and (min-width: 1025px) {
.top-bar .container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
}

/* Multi columns support */

.container {
width: auto !important;
}
.widget .container, section .container {
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) {
.container {
	max-width: 750px;
}
}
@media (min-width: 992px) {
.container {
	max-width: 970px;
}
}
@media (min-width: 1200px) {
.container {
	max-width: 1170px;
}
@media (min-width: 1600px) {
	.container {
		max-width: 1600px;
	}
}
@media (max-width: 499px) {
	section .widget-title, .panel.widget .widget-title, .so-panel.widget .widget-title {
		font-size: 36px;
	}
}
/* SiteOrigin Post Carousel Widget compatibility fix begin */
.sow-carousel-thumbnail .overlay {
	position: static;
	height: 100% !important;
}
/* SiteOrigin Post Carousel Widget compatibility fix end */
}
/*.entry-title {
display: block;
padding: 5px;
text-align: center;
border-radius: 4px;
}
.entry-wrap {
display: block;
text-align: center;
padding: 15px;
background-color: #f1f1f1;
}*/
.site-main {
padding: 0;
margin: 0;
}
.site:before {
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #f1f1f1;
z-index: -1;
}
.winner {
text-align: center;
}
.page-title {
overflow: hidden;
margin: 0;
padding-bottom: 8px;
letter-spacing: 3px;
line-height: 1;
text-transform: uppercase;
}
.tts-holder {
width: 100%;
border-bottom: 2px solid #000;
position: relative;
z-index: 9999;
background: #f1f1f1;
font-size: 15px;
display: inline-block;
}
.topbuttons {
position: relative;
display: block;
padding: 4px;
margin-top: 8px;
float: left;
}
.socialbuttons {
position: relative;
display: block;
padding: 4px;
margin-top: 8px;
float: right;
}
@media (min-width: 0) and (max-width: 380px) {
.topbuttons {
	margin: 0 auto;
	display: table
}
.tts-holder {
	max-height: 30px;
}
span.twitter, span.tripadvisor {
	display: none;
}
.socialbuttons {
	margin-top: 0px;
	padding: 0;
}
}
.btnMembers {
color: #fff;
background: #204635;
font-weight: bold;
border: 1px solid #000;
padding: 2px 10px;
border-radius: 4px;
position: relative;
float: left;
}
.btnMembers:hover {
color: #fff;
background: #306938;
}
.btnVisitors {
color: #fff;
margin-left: 20px;
background: #204635;
font-weight: bold;
border: 1px solid #000;
padding: 2px 10px;
border-radius: 4px;
position: relative;
float: left
}
.btnVisitors:hover {
color: #fff;
background: #306938;
}
.members_menu {
background-color: #f1f1f1;
border: 2px solid #333;
border-radius: 10px;
}
.members_menu ul {
padding-left: 15px;
list-style: none;
}
.members_menu a {
display: inline-block;
font-size: 16px;
color: #204635;
text-decoration: none;
}
.members_menu>li>a:first-child:nth-last-child(2):before {
content: "";
position: absolute;
border: 4px solid transparent;
border-bottom: 0;
border-top-color: #fff;
top: 50%;
margin-top: -2px;
right: 2px
}
.members_menu>li:hover>ul {
opacity: 1;
visibility: visible;
margin: 0
}
.members_menu>li:hover>a {
color: #204635
}
.lotto-wrapper {
float: left;
display: inline-block;
}
.lotto-title {
color: #000;
padding: 5px 0 5px;
font-weight: bold;
text-align: center;
}
.darklotto {
color: #000;
padding: 5px 0 5px;
font-weight: bold;
text-align: center;
}
.wrapperlotto {
display: inline-block;
text-align: center;
padding: 10px;
margin: 15px;
max-width: 200px;
background: #fff;
border: 2px solid #000
}
.number1 {
border-radius: 15px;
padding: 2px;
background: #ff0;
text-align: center;
border: 1px solid #000;
min-width: 30px;
display: inline-block
}
.number2 {
border-radius: 15px;
padding: 2px;
background: blue;
text-align: center;
border: 1px solid #000;
color: #fff;
min-width: 30px;
display: inline-block
}
.number3 {
border-radius: 15px;
min-width: 30px;
padding: 2px;
text-align: center;
background: red;
border: 1px solid #000;
display: inline-block
}
.jackpot {
border-radius: 20px;
padding: 10px;
min-width: 150px;
margin-top: 15px;
margin: 0 auto;
text-align: center;
background: blue;
border: 1px solid #fff;
color: #fff;
display: inline-block
}
.weekly {
border-radius: 20px;
padding: 10px;
min-width: 150px;
margin-top: 15px;
margin: 0 auto;
text-align: center;
background: #204625;
border: 1px solid #fff;
color: #fff;
display: inline-block
}
.winner {
border-radius: 20px;
padding: 10px;
min-width: 150px;
text-align: center;
background: #204635;
border: 1px solid #fff;
color: #fff;
display: inline-block
}
.lotto {
position: relative;
display: block;
background: #f1f1f1;
text-align: center;
clear: none;
}
.social-widget li a::before {
color: #fff !important;
}
.post-content {
margin-top: 20px;
}
.news-title {
display: block;
padding: 60px;
background-color: #;
border-radius: 4px;
box-shadow: inset 0 -0.125em 0.5em 0 rgba(0, 0, 0, 0.85), 0 3px 2px -2px rgba(255, 255, 255, 0.075);
color: #fff;
}

}
.entry-title, .entry-title a {
color: #fff;
}
@media (max-width: 375px) {
.site-branding.col-md-4 {
	width: 100%;
	text-align: left;
	padding: 2px;
	max-width: 200px;
	margin-top: 5px;
}
.aio-icon-header {
	padding-right: 5px;
}
.fp-content-area {
	max-width: 100%
}
.menu-toggle.btn {
	margin: 5px auto 10px;
	float: right;
}
.site-title {
	font-size: 26px;
}
.site-logo {
	max-width: 200px;
}
}

.results-table {
margin: 20px;
text-align: left;
display: inline-block;
}
.results-table caption {
font-weight: 600;
text-align: center;
padding-bottom: 5px
}
.results-table .date {
font-weight: 400
}
.results-table>thead {
background-color: #204625 !important;
color: #f1f1f1;
border: 2px solid #fff;
}
.results-table>th {
border-bottom: 0
}
.results-table th {
background: #204635;
border: 2px solid #fff;
}
.results-table>thead>tr:nth-child(even), .results-table>tbody>tr:nth-child(even), .results-table>tfoot>tr:nth-child(even) {
background-color: #ecddbf;
}
.results-table>tbody>tr>th, .results-table>tbody>tr>td, .results-table>tfoot>tr>th, .results-table>tfoot>tr>td {
padding: 5px;
min-width: 65px;
}
.results-table>thead>tr>th, .results-table>thead>tr>td {
padding: 5px;
border: 2px solid #204635;
}
@media (min-width: 0) and (max-width: 380px) {
.results-table>thead>tr>th, .results-table>thead>tr>td, .results-table>tbody>tr>th, .results-table>tbody>tr>td, .results-table>tfoot>tr>th, .results-table>tfoot>tr>td {
	padding: 5px
}
.btnVisitors, .btnMembers {
	font-size: 10px;
}
.wpb_widgetised_column {
	padding-top: 15px;
}
}
.lotto-content {
display: inline-block;
text-align: center;
width: 70%;
}

.lotto-area {
display: inline-block;
text-align: center;
background: #fff;
padding-bottom: 30px;
min-width: 18%;
margin: 10px;
}


.archive-area{
	max-width: 600px;
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
li.listing{
	list-style: none;
	display: list-item;
}

.comp{
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}

.archive-wrap {
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #204635;
	border-radius: 4px;
	box-shadow: inset 0 -0.125em 0.5em 0 rgba(0, 0, 0, 0.85), 0 3px 2px -2px rgba(255, 255, 255, 0.075)
}
ul.archive-list {
	padding: 0;
}

@media (max-width: 767px) {
	.archive-wrap {
		padding: 10px
	}
}

@media (max-width: 480px) {
	.archive-wrap {
		padding: 10px
	}
}


.has-post-thumbnail .archive-wrap {
	border-radius: 0 0 4px 4px
}
.archive-thumb {
	display: block;
	position: relative;
	text-align: center;
	text-shadow: 0 0.035em 0 rgba(0, 0, 0, 0.35);
	vertical-align: middle;
	color: #204635;
	background: #fff;
		text-decoration: inherit;
	text-rendering: auto;
}


span.archive-title-sub {
	display: block;
	margin: 0.75em 0 0;
	font-size: 68.5%;
	line-height: 0.75;
}
.archive-content {
	margin-top: 1.25em
}
.archive-content:before, .archive-content:after {
	content: " ";
	display: table
}
.archive-content:after {
	clear: both
}
.archive-content embed, .archive-content iframe, .archive-content object {
	width: 100%;
	max-width: 100%
}
.archive-content>p:last-child, .archive-content>ul:last-child, .archive-content>ol:last-child {
	margin-bottom: 0
}

.archive-footer {
	margin: 0.325em
}
.archive-footer a {
	display: block;
float: none;
max-width: 400px;
position: relative;
margin: 0 auto;
	border: 1px solid #070707;
	border: 1px solid rgba(0, 0, 0, 0.785);
	padding: 0.692em 1.154em 0.769em;
	cursor: pointer;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	color: #fff;
	background-color: transparent;
	border-radius: 0.35em;
	box-shadow: inset 0 0 0 transparent, 0 1px 1px rgba(255, 255, 255, 0.075);
	-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
	transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease
}
@media (max-width: 767px) {
	.archive-footer a {
		font-size: 11px
	}
}
@media (max-width: 480px) {
	.archive-footer a {
		font-size: 10px
	}
}
.archive-footer a:hover {
	color: #787878;
	color: rgba(255, 255, 255, 0.825);
	border-color: #000;
	background-color: rgba(0, 0, 0, 0.175)
}
.archive-footer a:active {
	color: #787878;
	color: rgba(255, 255, 255, 0.825);
	border-color: #000;
	background-color: #0d0d0d;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.95), 0 1px 1px rgba(255, 255, 255, 0.075)
}
.events{
	max-width: 700px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.menu-toggle {
	display: none;
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main{
	margin-top: 20px;
}
div[style="position:absolute;top:0;left:-9999px;"]{
display: none !important;
}



@media only screen and (max-width: 1199px) {
	.grid-layout .hentry {
		width: 283px;
	}
	.single-post-svg {
		margin-bottom: -1px;
	}
}
@media only screen and (max-width: 1024px) {
	.site-header {
		background-attachment: scroll !important;
		background-position: center !important;
	}
}
@media only screen and (max-width: 991px) {
	.grid-layout .hentry {
		width: 330px;
	}
	.grid-layout .hentry:nth-of-type(3) .post-svg {
		margin-top: 0;
	}
	.hentry .post-svg {
		margin-left: -3px;
	}
	.site-title {
		font-size: 60px !important;
	}
}
@media only screen and (max-width: 767px) {
	.grid-layout .hentry {
		width: 100%;
		max-width: 370px;
		margin: 0 auto 30px;
	}
	.grid-layout .hentry:nth-of-type(2) .post-svg {
		margin-top: 0;
	}
	.grid-layout {
		width: 100%;
		max-width: 370px;
		margin: 0 auto;
	}
	.site-title {
		font-size: 42px !important;
	}
	.site-description {
		font-size: 16px;
	}
	.sidebar-toggle {
		display: table;
		position: relative;
		left: 25px;
	}
}
@media only screen and (max-width: 460px) {
	.post-inner {
		padding: 15px;
	}
	.hentry {
		padding: 15px;
	}
	.entry-title {
		font-size: 26px;
	}
	body {
		font-size: 14px;
	}
	.nav-svg {
		top: -1px;
	}
	.widget-area-visible {
		width: 100%;
	}
	.sidebar-toggle {
		position: relative;
		left: 0;
	}
	.admin-bar .sidebar-toggle {
		top: 0;
		margin: 0 auto 15px;
	}
	.social-navigation ul {
		text-align: center;
	}
	.content-wrapper {
		padding: 0;
	}
	.top-bar {
		text-align: center;
	}
	.site-main .post-navigation {
		padding-right: 15px;
		padding-left: 15px;
	}
	.comments-area {
		padding-right: 15px;
		padding-left: 15px;
	}
}
