/* @override 
	http://www.karenandrews.com.au/wp-content/themes/karen_2016/style.css?ver=4.5.3
	http://www.karenandrews.com.au/wp-content/themes/karen_2016/style.css */
	
	
/*
Theme Name: karen
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: karen
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

karen is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Page Components
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Skeleton Grid
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Page Components
--------------------------------------------------------------*/



.site-branding {
width: 50%;
	max-width: 350px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 30px;
}

header.site-header {
	text-align: center;
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{
background-color: #3A9089!important;	
}

.wp-pagenavi a, .wp-pagenavi {
	width: 100%;
		border-top: 1px solid #BFBFBF;
			border-bottom: 1px solid #BFBFBF;
	
}

.home .wp-pagenavi a.nextpostslink {
	width: 25%!important;
	font-weight: bold;
}

.home.paged .wp-pagenavi a.nextpostslink {
	width: 15%!important;
	font-weight: bold;
}

.wp-pagenavi a.last {
width: 15%!important;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border-left: 1px solid #BFBFBF;
	width: 10%!important;
	margin: 0px 0 0px 0px;
	color:gray;
	display: inline-block;
	text-align: center;
	border-right-width: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 0;
	border-bottom-width: 0;
}



.wp-pagenavi a:hover, .wp-pagenavi span.current {
background: #3A9089;
	font-weight: bold;
color: white;
	border: 0;
	border-right-width: 0;
}

.featured-post, .featured-post a, .featured-post a:visited {
	text-align: left;
}

/* Hack to offset first post on the homepage */

.home-loop-post-0 {
	display: none;
}


div#total-shares-content.sbutton-total {
	border: 0;
	padding: 10px;
}


.yarpp {z-index: 99999;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
}

.yarpp-related h4 {color: #3A9089;
	text-align: center;
	margin-top: 60px!important;
	display: block;
}

.yarpp ul {z-index: 100;
display: block;
width: 100%;
float: left;
z-index: 100;
	margin: 6px 0px 0px;
}

.yarpp ul h5 {	
color: #3A9089;
padding-left: 20px;
	padding-right: 30px;
	font-weight: bold;
	text-align: center;
}


.yarpp img {
	width: 100%;
}

.yarpp li {	
margin: 0px 0 60px;
	width: 33.333333333%;
	display: block;
	float: left;
}

header.entry-header {
	text-align: center;
}


h1.entry-title {
margin-bottom: 10px;
  font-size: 5vw;
color: #3A9089;
}



div.entry-meta, div.entry-meta a, div.entry-meta h5 {
	color: #3A9089;
	font-weight: 500;
}

.entry-meta-comments-homepage {
float: right;	
}

.entry-meta-comments {
	margin-top: 20px;
}

h1.entry-title a {
		color: #07268A;
	
}

h2.entry-title a {color: #3A9089;
	font-weight: 800;
}

h2.entry-title {
margin-bottom: -30px;	
}

#instafeed img {width: 25%; margin-bottom: -8px;
}



.full-bleed-widget {
width: 100%;
		background: url(i/pattern-12.svg) no-repeat,  #eeeeee;
	background-size: cover;
	padding-top: 50px;
	padding-bottom:30px;
	margin-bottom:30px;
	margin-top: 30px;
}

.full-bleed-widget a {
		color: #3A9089;
	font-weight: bold;
}
.full-bleed-widget p {
	margin-bottom: 20px;
}

.entry-title a {
	text-decoration: none;
	font-weight: 500;
}

img.featured-image, .entry-content img {
	-webkit-transition: all 0.5s cubic-bezier(.87,-.41,.19,1.44);
	 -moz-transition: all 0.5s cubic-bezier(.87,-.41,.19,1.44);
	 -ms-transition: all 0.5s cubic-bezier(.87,-.41,.19,1.44);
	 -o-transition: all 0.5s cubic-bezier(.87,-.41,.19,1.44);
	 transition: all 0.5s cubic-bezier(.87,-.41,.19,1.44);
}

/* img.featured-image:hover  {
-ms-transform: scale(1, 1); 
-webkit-transform: scale(1.1, 1.1); 
transform: scale(1.04, 1.04);
	
}*/

.featured-image-container, .entry-content img {
	background: FDE1DB;	
		/* background: url(i/pattern-04.svg) no-repeat;*/
		background-size: cover;
		background-position: 20px 20px;
	
}

.wwsgd {
background-color: #3A9089;
		padding: 20px;
	text-align: center;
	color: white;
	border: none;
}

.wwsgd a {
	font-weight: 800;
	color: inherit;
	border-bottom: 1px solid white;
}

.wwsgd p {border:none!important;
	margin: 0;
}

div#primary.content-area {
	margin-top: 30px;
}

div.single-page-social-sharing-links {
	margin-left:auto;
	margin-right:auto;
	width: 50px;
	margin-bottom: 50px;
}

.sidebar-box {
	margin-bottom: 20px; 
		text-align: center;
	
}

.sidebar {
	margin-bottom: 30px;
}



.sidebar-box-2 {
		background: url(i/pattern-12.svg) no-repeat, #eeeeee;
background-size: cover;
	text-align: center;
}

.sidebar-box-1 p, .sidebar-box-2 p, .sidebar-box-2 h3, sidebar-box-2 h4 {
	padding: 10px 20px 20px;margin: 0;
}

.sidebar-box-2 h3 {
	padding-top: 20px;
	color: gray;
}




input {max-width: 100%;
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}

input[type=search] {
margin: 0!important;
	background: url(i/search.svg) no-repeat 6px center;
	background-size: 20px;
	border: none;
	padding: 0 10px ;
	width: 55px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #66CC75;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

#expanding-search input[type=search] {
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
		background-color: #eeeeee;
	
}
#expanding-search input[type=search]:hover {
	background-color: #fff;
}
#expanding-search input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #eeeeee;
	cursor: auto;
}
#expanding-search input:-moz-placeholder {
	color: transparent;
}
#expanding-search input::-webkit-input-placeholder {
	color: transparent;
}

.site-footer {z-index: 99999999!important;
	padding-bottom: 100px;
		padding: 20px;
	background: #3A9089;
background-size: cover	
}

.site-footer .site-info {
margin-top: 40px;
margin-bottom: 100px;
	text-align: center;
	color: white;
	font: 12px Montserrat, "Helvetica Neue", sans-serif;
}

.site-footer .site-info a {
	color: white;
	border-bottom: 1px solid white;
}



.site-footer .site-branding {
	width: 200px;
	margin-bottom: 20px;
	margin-top: 40px;
}

.site-footer ul {
		font-size: 1rem!important;
}

div.single-post-footer {bottom: 0;
	background: #eeeeee;
width: 100%;
left: 0;	
position: fixed;
color: white;
	font-size: 0.8rem;
	z-index: 99999999!important;
	border-top: 1px solid white;
}

div.single-post-footer a {
	color: #3A9089;
}

div.single-post-footer span.next-post a {
	float: right;
		padding: 10px;
}

div.single-post-footer span.prev-post a {
	float: left;
	padding: 10px;
}



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body, html {
width: 100%;
overflow-x: hidden;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}



mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}



/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/**
 * 3.0 - Typography
 */




body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {	line-height: 1.3;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	clear: both;
	font-weight: 700;
	margin: 0 0 20px;
	text-rendering: optimizeLegibility;
}

h6 {
	font-size: 12px;
}

p {
	margin: 0 0 1.75em;
}



dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
	display: inline-block;
	width: 50%;

}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.entry-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
	
}




/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}



blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3A9089;
	text-decoration: none;
}


a:visited {
	color: #3A9089;
}

a:hover,
a:focus,
a:active {
	opacity: .9;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

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

/* #menu-item-14532  a {
	color:  #3A9089;
}

#menu-item-14533 a {
	color: #012187;
}

#menu-item-14534 a {
	color: #E89D60
}

#menu-item-14531 a {
	color: #3A7990;
} */

.main-navigation {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	display: block;
	width: 100%;
	  font-size: 18px;
	text-align: center;
}

#primary-menu {		
		margin-bottom: 40px;	
}

#secondary-menu {
margin-left: -20%;
width: 140%;
background: #3A9089;
margin-bottom: 3px;
	  font-size: 15px;

}

footer #secondary-menu {
margin-left: 0%;
width: 100%;

}

#secondary-menu a{
	color:  white;
}

@media (min-width: 1000px){
  .main-navigation {
  font-size: 1.3em;
  }}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}

.main-navigation li {
display: inline-block;
max-height: 30px;
	margin: 1.6vw
}

#secondary-menu li {
max-height: 30px;
	margin: 10px 1.6vw;
}

.main-navigation a {
color: #595959;
	text-decoration: none;
	font-weight: bold;	
}


#wpmm-megamenu .wpmm-subcategory:before {
    background: rgba(130, 130, 130, 0.0);
}

#wpmm-megamenu {
border-radius: 4px;
    position: absolute;
    z-index: -9999;
    top: 100%;
    left: 10%;
    width: 80%;
	background-size: cover !important;
	line-height: 1.4;
    visibility: hidden;
    color: #929292;
    font-size: 14px;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;	
}

div.wpmm-post {
		font-family: Merriweather, Georgia, serif;
	text-align: left;
}


div.wpmm-subcategories {
			font-family: Merriweather, Georgia, serif;
	text-align: left;
		color: #3A9089!important;
	font-weight: bold!important;
}

.social-links-bg {
padding: 5px;
color: white;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	background: #3A9089
}



a.the-social-links {
	background: #3A9089!important;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/* Mobile menu */

#mobile-menu {	
	display:  none;
	padding: 0px;	
}

#mobile-menu-wrapper{
		border-top: 2px solid rgba(113, 49, 74, 0.31);
margin-top: 20px;
margin-bottom: 20px;
}

#mobile-menu-wrapper #mobile-menu-button {
padding-top: 20px;
	width: 100%;
			border-bottom: 2px solid rgba(113, 49, 74, 0.31);
}



#mobile-menu ul li {width: 100%;
	display: table;
		border-bottom: 2px solid rgba(113, 49, 74, 0.31);
		margin: 0;
}


#mobile-menu #primary-menu, #mobile-menu #secondary-menu {
	margin: 0;
}


#mobile-menu #secondary-menu li a {
	font-size: 1rem;
	font-weight: bold;
	width: 100%;
	display: block;
	padding: 10px 0;
	font-size: 1.4rem;
		font-weight: normal;
		font-style: normal;
}

#mobile-menu #secondary-menu  li a:hover {
	background-color: rgba(113, 49, 74, 0.23);
}

#mobile-menu li ul li {
	display: none;
}

#mobile-menu li {
	display: block;
}

#mobile-menu #secondary-menu {
	width:100%;
	margin:0;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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: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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

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



.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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 .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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 {
	display: block;
}



/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {position: relative;
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {padding-left: 20px;
  padding-right: 20px; 
    width: 100%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }



.seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


@media (max-width: 549px) {
 .sidebar {display: none;}
 

}


@media (max-width: 800px) {
	.featured-post .columns {
		width: 100%; margin: 0;
	}
	 .social-links-bg {
	margin-bottom: 30px; 	
	 }
	
	.sidebar-box-1 p, .sidebar-box-2 p {
		font-size: 12px;
	}
}
        




/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, 
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: white;
  background-color: #3A9089;
  border-color: #3A9089; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  opacity: .8; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }
  
  #mce-EMAIL,   #mc-embedded-subscribe-form {
  	margin-bottom: 10px;
  }
  

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


@media (min-width: 600px) {.mobile-only {
	display:  none;
}

.desktop-only {
	display:  block;
}
}

@media (max-width: 599px) {.desktop-only {
	display:  none;
}

.mobile-only {
	display: block;
}
}

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}



