/*
Theme Name: Paper Crane
Theme URI: http://www.origamipenguin.com/
Description: Paper crane is a simple responsive theme for a basic website.
Version: 1.45
Author: Origami Penguin
Author URI: http://www.origamipenguin.com
Tags: bootstrap 4, responsive
Text Domain:  paper-crane
*/

/**** TAKEN FROM ORIGAMI PENGUIN MASTER ****/

body {
	font-size: 100%;
	line-height: 20px;
	font-size: 14px;
	padding-top: 0;
	
}

h1, h2, h3, h4, h5 {
	font-family: 'helvettica', arial, sans-serif;
}

h1 {
	text-transform: uppercase;
}

p, label, a, ul, ol {
	font-family: 'helvettica', arial, sans-serif;
}

hr {
	clear: both;
}

a {
	color: #d02817;
}

a:hover {
	color: #bd2516;
}

.padded-block {
	background-color: white;
	padding: 15px;
	border: 1px solid #e7e7e7;
	margin-bottom: 30px;
	border-radius: 4px;
}

.extra-top-margin {
	margin-top: 30px;
}

.extra-bottom-margin {
	margin-top: 15px;
}

a.btn, .tags a, #submit, button, input[type=submit] {
	color: #fff;
	background: #f23135;
	border: 0px;
	padding: 6px 12px;
	border-radius: 4px;
}

a.btn:hover, button:hover, input[type=submit]:hover {
	color: white;
	background: #bd2516;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
}

.border-top {
	border-top: 1px solid #e7e7e7;
}
 
.border-bottom {
	border-bottom: 1px solid #e7e7e7;
}
 
.bg-black {
	background-color: black;
}

.bg-grey {
	background-color: #dad8da;
}

.time-date {
	font-style: italic;
}

/* =Buttons 
-------------------------------------------------------------- */
 
p.tags a:hover {
	color: white;
}

button {
	font-weight: normal;
}
 
/* =Bootstrap Overides 
-------------------------------------------------------------- */

input[type=search] {
  border: 1px solid #e7e7e7;
}

.navbar-form {
	padding: 0;
}

/* =Logo area
-------------------------------------------------------------- */

.site-logo img{
	max-height: 55px;
}


/* =Main Header
-------------------------------------------------------------- */

 #header_wrapper {
	width: 100%;
	background-color: white;
 }
 
 .logo-wrapper {
	display: table-cell;
	text-align: left;
}

/* =Top Nav
-------------------------------------------------------------- */

.blog-name {
	font-size: 20px;
	font-weight: bold;
	padding: 4px 0;
	display: block;
}

.top-navigation-wrap .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

.top-navigation-wrap .menu li{
	display: inline-block;
	float: left;
	margin-left: 10px;
}

.top-navigation-wrap .menu li a {
	padding: 2px 5px;
	display: block;
	font-size: 12px;
}

/* =Main Nav
-------------------------------------------------------------- */

.menu li.current-menu-item > a {
	color: white;
}

.menu .logo-wrapper {
	display: block;
}

.main-navigation-wrap .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #d2d2d2;
}

.main-navigation-wrap .menu li{
	display: inline-block;
	float: left;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #e7e7e7;
}

.main-navigation-wrap .menu li a {
	padding: 10px 15px;
	display: block;
}

#cssmenu ul li ul {
	margin-left: -1px;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #e7e7e7;
}

/* =Search bar
-------------------------------------------------------------- */

#header_wrapper .search-wrap {
	float: right;
}

.search-wrap input[type=submit] {
	padding: 4px 10px;
	margin: 0px;
}

/* =Social Icons
-------------------------------------------------------------- */

.papercrane-social {
	margin: 3px 0;
}

.papercrane-social a {
	background-color: #ebe9eb;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	display: inline-block;
	text-align: center;
	color: #515151;
}

.papercrane-social a i{
	padding: 8px;
}

/* =Breadcrumbs
-------------------------------------------------------------- */

.breadcrumbs {
	margin: 10px 0 10px 0;
	float: right;
}

/* =Home Page
-------------------------------------------------------------- */

.breadcrumb-wrapper {
	margin-bottom: 20px;
	padding: 10px 0 0 0;
}

p#breadcrumbs {
	margin-bottom: 0px;
	text-align: right;
	font-style: italic;
	font-size: 80%;
}

.horizontal-line {
	border-top: 1px solid #3a383c;
	text-align: center;
	margin: 30px 0 -10px 0;
	clear: both;
}

.horizontal-line img{
	margin: -25px auto 0 auto;
	text-align: center;
}

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

.strapline-icon{
	margin: -20px;
	z-index: 99999;
}

.heading-banner {
	background: url(http://theravenwigan.com/wp-content/themes/paper-crane/images/h1-top-left.png) top left no-repeat, url(http://theravenwigan.com/wp-content/themes/paper-crane/images/h1-bottom-left.png) bottom left no-repeat, url(http://theravenwigan.com/wp-content/themes/paper-crane/images/h1-top-right.png) top right no-repeat, url(http://theravenwigan.com/wp-content/themes/paper-crane/images/h1-bottom-right.png) bottom right no-repeat;
	height: inherit;
	padding: 0 40px;
}

.strapline .outer-banner {
	margin: 0;
	margin-bottom: 15px;
}

.strapline .outer-banner .inner-banner h1 {
	background-color: #3a383c;
	padding: 15px;
	max-width: 90%;
	margin: 0 auto;
}

.home-link {
	opacity: 0.8;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.home-link:hover {
	opacity: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.home-link h3 {
	font-size: 50px;
	color: white;
	padding: 20% 0;
	text-transform: lowercase;
}

.home-link a:hover {
	text-decoration: none;
}

/* =Index Template
-------------------------------------------------------------- */

.thumb-wrap {
	max-height: 200px;
	overflow: hidden;
}

/* =Page Content
-------------------------------------------------------------- */

.post_content img, .post_content a img {

	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
	
} 

.post_content p {
	position: relative;
	z-index: 20;	
} 

.post_content .padded-block {
	margin-bottom: 30px;
}

/* =Posts
-------------------------------------------------------------- */

.post-wrap {
	margin-bottom: 30px;
}

/* =Partials
-------------------------------------------------------------- */

.post-links {
	border-top: 1px solid #e7e7e7;
	padding-top: 10px;
}
/* =Sidebar
-------------------------------------------------------------- */

.sidebar .widget {
	background-color: white;
	padding: 15px;
	border: 1px solid #e7e7e7;
	clear: both;
	margin-bottom: 15px;
	border-radius: 4px;
}

.sidebar .widget_recent_entries ul {
	list-style: none;
	margin:0;
	padding:0;
}

.sidebar .widget_recent_entries ul li{
 	text-align: left;
 	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	clear: both;
	width: 100%;
}

.sidebar .widget .textwidget input{
	width: 100%;
}

.sidebar .widget ul, .widget ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar .widget ul li {
  border-bottom: 0;
}

.sidebar .widget h3 {
	margin-top: 0;
	font-size: 20px;
}

.sidebar .widget table {
	width: 100%;
}

/* =Contact
-------------------------------------------------------------- */

.home-link h2 {
  font-size: 50px;
  color: white;
  padding: 10% 0;
  text-transform: lowercase;
}

.home-link h2 a {
  color: white;
}

.blog-featured {
	background-color: black;
}

input[type=text], input[type=email], textarea {
	clear: both;
	width: 100%;
	border: 1px solid #ddd;
}

textarea {
	max-height: 300px;
}

label {
	margin-top: 5px;
}


/* =Footer
-------------------------------------------------------------- */

.main-footer {
	width: 100%;
	border-top: 1px solid #e7e7e7;
}

.widget-area {
	padding-bottom: 30px;
}

.sign-off {
	color: white;
	padding: 10px 20px 2px 20px;
	text-align: center;
}

.sign-off a {
	color: black;
}

.op-link {
	text-align: center;
}

.main-footer .widget ul {
	margin: 0;
	padding: 0;
}

.main-footer .menu li ul {
	padding-left: 10px;
}

.main-footer .menu .current-menu-item>a {
	color: white;
}

.social-widget {
	text-align: center;
}

.footer-colour a {
	color: white;
}

/* Gallery */
.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* Media Queries */

/* Small devices (tablets, 768px and up) */
@media(min-width:768px) {
	
	.grid:nth-of-type(2n+1) {
		clear: both;
	}
	
	/* Footer */
	
	.sign-off {
		text-align: left;
	}
	
	.op-link {
		text-align: right;
	}
	
	
	.social-widget {
		text-align: right;
	}
	

}

/* Medium devices (desktops, 992px and up) */
@media(min-width:992px) {
	
	.grid:nth-of-type(2n+1) {
		clear: none;
	}
	
	.grid:nth-of-type(3n+1) {
		clear: both;
	}
	
}

/* Large Devices, Wide Screens */	
@media(min-width : 1025px) {
		
}


/* Large devices (large desktops, 1200px and up) */
@media(min-width:1200px) {


}