/*
Theme Name: B4RN
Theme URI: https://www.wearebfi.co.uk
Author: ThemeHall
Author URI: https://www.wearebfi.co.uk
Description: 
Version: 1.2.4
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, gray, black, two-columns, right-sidebar, fixed-layout, theme-options, custom-menu, threaded-comments, microformats, sticky-post, featured-image-header, flexible-header, translation-ready, responsive-layout, fluid-layout, featured-images, photoblogging
Text Domain: omega

Template: omega

Omega WordPress theme, Copyright (C) 2013 themehall.com
Omega WordPress theme is licensed under the GPL.

*/

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */
*,input[type="search"] {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

/* Float Clearing
--------------------------------------------- */
.archive-pagination:before,.clearfix:before,.entry:before,.entry-pagination:before,.post-navigation:before,.footer-widgets:before,.nav-primary:before,.nav-secondary:before,.site-container:before,.site-footer:before,.site-header:before,.site-inner:before,.wrap:before{content:" ";display:table;}
.archive-pagination:after,.clearfix:after,.entry:after,.entry-pagination:after,.post-navigation:after,.footer-widgets:after,.nav-primary:after,.nav-secondary:after,.site-container:after,.site-footer:after,.site-header:after,.site-inner:after,.wrap:after{clear:both;content:" ";display:table;}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

html,body {
	height:100%;
}

body {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.625;
	background-color: #fff;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a {
	color: #5388e4;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #ff8c00;
	text-decoration: underline;
}

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

strong {
	font-weight: 700;
}

ol, ul {
	list-style: none;
}

ul {
	list-style: disc outside;
	margin: 0 0 25px 48px;
	padding: 0;
}

ol {
	list-style-type: decimal;
	margin: 0 0 25px 48px;
}

ol ol {
	list-style: upper-roman;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: upper-alpha;
}

ol ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 25px 5px;
}

dl dt {
	font-weight: bold;
	margin: 10px 0 0 0;
}

dl dd {
	margin: 5px 0 0 24px;
}

blockquote,
blockquote::before {
	
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

pre {
	background-color: #F9F9F9;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 22px;
	padding: 0;
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -0.5px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
	color:  #5e5e5e ;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

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


iframe {
	border: none;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 12px 16px;
	line-height: 24px;
	max-width: 100%;
}

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

::-moz-placeholder {
	color: #999;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #008CBA;
}

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


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* Site Containers
--------------------------------------------- */

.site-container {
	position: relative;
	padding-bottom: 361px;
	min-height: 100% !Important;
}

.wrap {
	margin: 0 auto;
	max-width: 980px;
}

.site-inner {	
	clear: both;
	padding-top: 50px;
}


/*
3 & 4 column items
---------------------------------------------------------------------------------------------------*/


.col-3 .item {
	float: left;
	padding: 0 3% 0 0;
   width: 33%;
}

.col-4 .item {
	float: left;
	padding: 0 3% 0 0;
   width: 25%;
}


.item:last-child {
	padding: 0;
	float: right;
}


/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

/* 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. */
}

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto 20px;
}

.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0 0 16px;
	text-align: center;
	list-style: none;
	padding: 0;
}

.gallery .gallery-item .gallery-icon {
	position:relative;
}

.gallery .gallery-item .gallery-icon img {
	width: auto;
	max-width: 89%;
	height: auto;
	padding: 5%;
	margin: 0 auto;
}

.gallery-caption {
	margin: 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar th {
	text-align: center;
	font-weight: bold;
}
.widget_calendar td {
	text-align: center;
}

.widget_search input.search-field {
	width: 100%;
}

/* Headings
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	word-wrap: break-word;
	line-height: 1.2;
}

.post .entry-title {
	margin-bottom: 5px;
	font-size: 24px;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

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

nav#navigation {
	background: #5388e4;
}

nav#navigation h1 {
	float: left;
	margin: 0;
}

nav#navigation h1 img {
	display: block;
	width: 130px;
	padding: 20px 0;
}

.site-header {
	background-repeat: no-repeat;
	background-size: cover;
}

.site-header .site-title {
	margin: 0;
	color: #fff;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
	font-size: 40px;
	line-height: 1;
}

.site-header p {
	margin-top: 20px;
	color: #fff;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

.site-header .wrap {
	padding: 135px 0 20px 0;
}

body.home .site-header .wrap {
	padding-top: 40px;
	padding-bottom: 120px;
}

body.home .site-header .site-title,
body.home .site-header p {
	color: #555;
	text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
	text-align: center;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.omega-nav-menu {
	color: #999;
	margin: 0;	
	/*line-height: 1.5;
	padding: 0;*/
	text-align: center;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;

}

.omega-nav-menu li {
	display: inline-block;
	/*margin: 0;
	padding: 0;*/
	text-align: left;
}

.omega-nav-menu a {
	border: none;
	display: block;
	padding: 36px 14px;
	/*position: relative;*/
	color: #fff;
	font-size: 105%;
}

.omega-nav-menu a:hover {
	text-decoration: underline;
}

.omega-nav-menu li:hover a {
	background: rgb(52, 85, 198);
}

.omega-nav-menu ul {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;	
	width: 200px;
	z-index: 99;
}

.omega-nav-menu ul a {
	font-size: 14px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
}

.omega-nav-menu ul ul {
	margin: -54px 0 0 199px;
}

.omega-nav-menu li:hover {
	position: static;
}

.omega-nav-menu ul a:hover {
background: rgba(39, 65, 186, 1);
}

.omega-nav-menu li:hover > ul {
	left: auto;
	opacity: 1;
}

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

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 1em;
}

.entry-content {
	word-wrap: break-word;
}

.entry-content a,
.entry-summary a {
	text-decoration: underline;
}

.entry-content img.wp-post-image {
	margin-bottom: 15px;
}

.entry-summary img {
	margin-bottom: 24px;
}

.entry-summary img.medium,
.entry-summary img.thumbnail,
.entry-content img.medium,
.entry-content img.thumbnail {
	float: left;
	margin: 7px 24px 24px 0;;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #666;
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	margin: 0;
	padding: 0px 0px 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

span.post_tag::before {
	content: "|";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Entry Navigation
--------------------------------------------- */

.navigation {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
	overflow: hidden;
}

.entry .navigation a {
	border-bottom: 1px solid #ddd;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}


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

.pagination .page-numbers {
	padding: 8px 12px;
	border: 1px solid #F5F5F5;
    border-radius: 25px 25px 25px 25px;
    padding: 8px 14px;
    margin: 0 5px 0 0;
	display: inline-block;
}

.pagination .current {
	background-color: #F5F5F5;
}


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

.entry-comments,
#respond {
	background: #fff;
	border-radius: 3px;
}

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
}

.entry-comments a,
#respond a {
	text-decoration: underline;
}

.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment-content {
	clear: both;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
}

ol.comment-list {
	margin: 0;
	padding: 0;
}

.comment-list li.ping, .comment-list li.comment {
	list-style-type: none;
}

.comment-list .comment-content > ol, 
.comment-list .comment-content > ul {
	margin-bottom: 24px;
}

li.comment,
li.pingback {
	border: 2px solid #fff;
	border-right: none;
}

li.comment .comment-item,
li.pingback .comment-item {
	background: #f5f5f5;
	margin: 12px 0;
	padding: 32px;
}

li.comment ol {
	margin: 0
}

.comment .avatar ,
.pingback .avatar{
	margin: 0 16px 24px 0;
}

.bypostauthor {
}

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

/*
Home page
---------------------------------------------------------------------------------------------*/

body.home .homepage-panel {
	margin-top: -120px;
}

body.home .homepage-panel img {
	border-radius: 5px;
	border: 1px solid #bbbbbb;
}

body.home .homepage-panel h4 {
	margin: 10px 0;
	font-size: 30px;
}

body.home .homepage-panel p {
	margin: 0 0 10px 0;
}




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



/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #fff;
	font-size: 14px;
	padding: 40px 0 50px 0;
	background: #666;
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
}

.site-footer .item {
	width: 24%;
}

.site-footer .item:first-child {
	width: 22%;
}

.site-footer .item:nth-child(2) {
	width: 30%;
}

.site-footer h6 {
	color: #fff;
	font-size: 25px;
	margin: 0 0 15px 0;
}

.site-footer a {
	color: #fff;	
	display: inline-block;
}

.site-footer a:hover {
	color: #ccc;
}

.site-footer p {
	margin: 8px 0;
}

.site-footer img.footer-logo {
	max-width: 150px;
}

.site-footer ul.social-links {
margin: 0;
}

.site-footer ul.social-links li {
list-style: none;
margin: 0 0 10px 5px
}

.site-footer ul.social-links li i {
position: relative;
bottom: -7px;
margin-right: 5px;
}

.search-form input[type="search"] {
	padding: 7px;
	line-height: 14px;
	width: 100%;
	max-width: 250px;
}

.search-form input[type="submit"] {
	display: none;
}




p#bf {  
	 clear: both;  
	 font-size: 0.8em;  
	 font-weight: normal;  
	 margin: 0 auto 0.5em auto;  
	 padding-top: 4px;  
	 text-align: right;  
}  
      
p#bf a {  
	 border-bottom: none;  
	 font-weight: bold;  
	 text-decoration: none;  
}  
      
p#bf a:hover {  
	 color: #9370DB;  
	 text-decoration: underline;  
}  
      
p#bf span a,#bf span a:hover {  
	 font-weight: normal;  
	 text-decoration: none;  
}  
      
p#bf, p#bf a, #bf span a:hover {  
/*---- Change this colour to suit your page ---*/  
	 color: #999;  
}  



/*
Resources page
------------------------------------------------------------------------*/
.resources #content h3 {
	clear: both;
}

ul.resources-list {
	margin: 15px 0 0 15px;
	width: 100%;
	display: block;
	list-style: none;
-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

ul.resources-list li {
	margin-top: 30px;
	margin: 15px 5% 15px 0;
	position: relative;
	width: 100%;
	float: none;
	display: inline-block;
	padding-left: 43px;
}

ul.resources-list li i {
	position: absolute;
	top: 0;
	left: 0;
}
ul.resources-list li:nth-of-type(3n) {
	margin-right: 0;
}

ul.resources-list h4 {
	font-style: normal;
	font-size: 16px;
	margin: 0 0 5px 0;
}

ul.resources-list i {
	position: relative;
	bottom: -7px;
}


ul.resources-list li a {
}

ul.resources-list li p.caption{
	font-size: .85em;
	color: #444;
	font-weight: 400;
}

.resources #content hr {
	border: 1px solid #ddd;
	margin: 30px 0 40px;
	display: block;
}

.resources #content hr:last-of-type {
	border-color: #fff;
}

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

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

	nav#navigation h1 {
		padding-left: 20px !important;
	}

	.content,
	.sidebar-primary,
	.wrap,
	.item {
		width: 100% !important;
		float: none !important;
		display: block;
		clear: both;
	}

	.site-container {
		padding-bottom: 552px;
	}

	.item.homepage-panel img {
		float: left;
		margin: 0 20px 50px 0;
		width: 30%;
	}

	.site-header .wrap {
		background-position: center top;
	}

	body.home .site-header .wrap {
		padding-top: 40px !important;
	}


	.site-header > .wrap {
	    padding: 35px 0px 30px;
	}

	.site-inner {
	    padding-top: 40px;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	#respond {
		padding: 0;
	}

	.site-inner {
		background: none;
	}

	.omega-nav-menu,
	.site-description,
	.site-header,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}

	.site-title {
	    margin-bottom: 5px;
	}

	#header > .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	body.home .homepage-panel {
		margin-top: 0;
	}


	.omega-nav-menu li > ul {
		opacity: 1;
		position: static;
		width: 100%;
	}



	.omega-nav-menu a {
		padding: 20px 16px;
	}

	.omega-nav-menu li.right {
		display: none;
	}

	.sidebar-primary {
		border-top: 1px solid #F5F5F5;
		padding-top: 40px;
	}

	.tagcloud a {
		margin-right: 16px;
		margin-bottom: 8px;
		display: inline-block;
	}

	.site-footer {
		padding: 24px;
	}

	.site-footer .item {
		width: 48% !important;
		float: left;
		padding-bottom: 20px;
	}
	
	.site-footer .item:nth-child(2),
	.site-footer .item:nth-child(3){
		clear: none;
		float: left !important;
	}

	.site-footer .item:nth-child(2){
		width: 60% !important;
	}

	.site-footer .item:nth-child(3){
		width: 40% !important;
	}

	.site-footer p {
		margin: 15px 0;
	}

	p.copyright,
	p.credit {
		float: none;
	}

	/* responsive menu */
	.menu-icon {
		position: absolute;
		z-index: 9;
		top: 10px;
		right: 10px;
		display: block;
		width: 38px;
		margin: 17px;
		text-indent: -999px;
		height: 31px;
	    border-top:6px solid #333;
	    border-bottom:6px solid #333;
	    opacity: 0.8;
	}
	 
	.menu-icon:before {
	    content:"";
	    position:absolute;
	    top:6px;
	    left:0;
	    width:100%;
	    border-top:6px solid #333;
	}

	.menu-icon:hover {
		opacity: 1;
	}

	ul.menu-primary {
		position: static;
		display: none;
		width: 100%;
		border-top: 1px solid #eee;
	}

	/*Create vertical spacing*/
	ul.menu-primary li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul.menu-primary li, ul.menu-primary li a {
		width: 100%;
	}

	ul.menu-primary ul {
	    padding: 0px;
	    margin: 0;
	    border-bottom: 1px solid #eee;
	}

	ul.menu-primary > li > a {
		padding-top: 16px;
		padding-bottom: 16px;
		border-bottom: 1px solid #eee;
		background: rgba(39, 65, 186, 0.4);
	}

	ul.menu-primary a:hover {
		background-color: #f7f7f7;
		color: #111;
	}

	ul.menu-primary ul a {
		padding: 8px 35px;
	}

	ul.menu-primary ul ul a {
		padding-left: 50px;
	}
	
	.nav-primary .wrap:hover ul.menu-primary {
	    display: block;
	}
	
	p#bf {
		text-align: left;
	}

	ul.resources-list {	    
		-webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	}
	
	ul.resources-list li {
		margin-left: 0;
		margin-right: 0;
	}
	

}

@media only screen and (max-width: 768px) {
	.entry-footer .entry-meta a {
	    line-height: 1.8;
	}

	.entry-title {
	    font-size: 22px;
	}

	h1 {
		font-size: 22px;
	}

	h2 {
		font-size: 21px;
	}

	h3 {
		font-size: 20px;
	}

	.item.homepage-panel img {
		width: 50%;
		margin-bottom: 10px;
	}
	
	ul.resources-list li {
		width: 100%;
		margin-right: 0;
		margin-left: 0 !important;
	}

}


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

	ul.resources-list {	    
		-webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}
}
@media only screen and (max-width: 479px) {

	.site-container {
		padding-bottom: 697px;
	}

	.item.homepage-panel img {
		width: 100%;
		max-width: 270px;
		margin: auto;
		float: none;
		display: block;
	}

	.site-footer .item,
	.site-footer .item:nth-child(2),
	.site-footer .item:nth-child(3){
		width: 100% !important;
	}
	
	.search-form input[type="search"] {
		max-width:none;
		width: 100%;
	}
}

/*
Plugins Style
---------------------------------------------------------------------------------------------------- */

/* For Accordion Shortcodes */

.accordion {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.accordion-title {
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 20px 0 0;
    cursor: pointer;
    
  	position: relative;
  	transition: background 0s;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}

.accordion-content {padding-bottom: 20px;}

.accordion-title:after, .accordion-title:before{
	background: #999;
    border-radius: 10px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 12px;
    top: 35px;
    width: 20px;
    transition: transform 0.2s ease, background 0s ease;
}

.accordion-title:before {
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
}

.accordion-title.open:before {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/* Jetpack
--------------------------------------------- */
input#subscribe-field {
	padding: 16px !important;
}