/*
Author: The Wonder Works
Author URI: https://www.thewonderworks.ie/
Description: The Wonder Works - Boostrap Template
Version: 1.0
*/


/*
Required WordPress CSS
*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.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;
}


.sticky {
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/* 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. */
}


/* Edyta */

body  {
	font-family: 'Montserrat', sans-serif;
}

.full-width-header > header {
	background: black;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	padding-bottom:10px
}

.custom-logo {
	width:295px;
	height: auto;
	max-width:295px;
}

.container {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

#main-column .post, 
#main-column .page {
	border: none;
	padding: 50px;
}

ol, ul {
	margin-top: 0;
	margin-bottom: 50px;
}

ul li {
margin-bottom: 15px}

.subheader {
	font-size: 20px;
	margin-bottom: 40px;
	font-weight: 600;
}

h1.entry-title {
	font-weight: bold;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 50px;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 0;
  padding-top:0;
  margin-bottom: 35px;
}

.h2, h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 40px;
}

h3 {
	font-weight: bold;
	font-size: 20px;
}

h4 {
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 40px;
	font-size: 25px;
}

h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 40px;
}

p {
	margin: 0 0 25px;
	line-height: 1.8;
}

p a,
h3 a {
	color: #ff0f13;
	transition: all 0.3s ease;
}

p a:hover,
h3 a:hover {
	color: #610000
}

button.redbutton, .redbutton {
	background: #ff0f13;
	color: white;
	transition: all 0.3s ease;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 13px 38px;
	font-size: 15px;
	border-radius: 5px;
}

button.redbutton:hover, .redbutton:hover {
	background: #610000;
	color: white;
	text-decoration: none !important
}

img.img-resposive {
	width: 100%;
	height:auto
}

.info-box {
	background: #470000;
	padding: 50px;
	color: white;
	margin-top: 70px;
	margin-bottom: 70px;
	border-radius: 5px;
}

.info-box p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
}

.navbar-default {
	border: none !important;
	box-shadow: none !important;
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	border: none !important;
	background: black !important;
	text-align: right !important;
	padding: 0 !important;
	border-color: black !important;
	box-shadow: none !important;
}

.navbar-nav {
  float: right !important;
}

.nav-tabs  h3 {
	margin-bottom: 0;
	padding-bottom: 15px;
	color: black
}

.nav-tabs .active h3 {
	color: #ff0f13
}

.tab-pane {
	padding-top: 30px;
}

#tabs li.nav-item  p {
	display:none
}

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	width: 100%;
	height: 190px;
	padding:34px
}

#menu-top-menu > li {
	float: left;
	margin-bottom: 0;
	padding: 0 10px !important;
}

#menu-top-menu li a {
	padding:0;
	transition: all 0.3s ease;
	background: none;
	color: white
}

#menu-top-menu li.active a,
#menu-top-menu li a:hover {
	color: #ff0f13
}

.navbar.navbar-default {
	margin: 0 !important;
	padding: 0 !important;
	background: black;
	padding-top: 40px !important;
}

#site-footer {
	background: black;
	padding-top: 70px;
	padding-bottom: 70px;
	width: 100%;
	max-width: 100%;
	border: none !important;
}

#site-footer p, #site-footer a {
	color: white;
	margin-bottom: 0;
	margin-top: 20px;
	font-size: 15px;
}

#site-footer a:hover {
	color:#ff0f13;
	text-decoration: none
}

p.footer-right,
p.footer-left {
padding-top:50px }

p.footer-right {
text-align:right}

