/*
Theme Name: Tragos del mundo
Theme URI: https://tragosdelmundo.com
Author: M. Majewski
Author URI: https:://webmen.pl
Description: Indywidualmy szablon dla Tragod del mundo od WEBMEN'a.
Version: 1.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: Tragos del mundo

*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700&display=swap');

body {
font-family: 'Roboto', sans-serif;
font-size:18px;
padding-top:160px;
}
p {
	font-size:18px;
}
span {
		font-family: 'Roboto', sans-serif;
		font-size:16px;
}
@media only screen and (min-width: 900px) {
.home-slider {
        height: 420px ;
}
}
@media only screen and (min-width: 768px) {

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


@media (min-width: 1900px) {
.container {
    width: 1440px;
}
.col-md-5 {
	width:45% !important;
}
.col-md-2 {
    width: 10% !important;
}

}
.site-title{
	text-align:center;
}
.site-title img {
	margin:auto;
	max-width:100%;
}

.leftmenu a {
float:right;
color:#2a2a2a;

}
.rightmenu a {
float:left;
color:#2a2a2a;

}
.leftmenu, .rightmenu {
	padding-top:54px;
	font-size:20px;
	font-family: 'Raleway', sans-serif;
	    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.top-section {
	padding-bottom: 12px;
    padding-top: 12px;
}
.leftmenu a,
.rightmenu a {
	    padding-left: 8px;
    padding-right: 8px;
}
.leftmenu a:hover,
.rightmenu a:hover {
	text-decoration:none;
	color: #ff9794;
}
.widget-title {
	font-size: 32px;
font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #ff4264;
    font-weight:400;
    margin-top:0;
}
aside {
	margin-bottom:30px;
}
.widget_categories .cat-item {
		list-style: none;
}
.widget_categories .cat-item a {
	color:#606060;
	font-size:20px;
	list-style: none;
	font-family: 'Raleway', sans-serif;
}


.vc_gitem-zone {
    max-height: 280px
    }
    .vc_gitem-post-data h4 {
    font-size: 30px;
    font-weight: bold;
font-family: 'Raleway', sans-serif;
color:#48b8a8;
}
.vc_btn3-left a {
	margin-left:60px;
	color: #fa3b5a !important;
    text-transform: uppercase;
    font-weight: bold;
    background-color: transparent !important;
padding:5px 0 !important;
}
.vc_btn3-left a:after {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    left: -60px;
    top: 50%;
    /* float: left; */
    background: #fa3b5a;
    display: block;

}
.vc_btn3-left a:before {
	    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    right: -60px;
    top: 50%;
    /* float: left; */
    background: #fa3b5a;
    display: block;
}
p {
	color:#666666;
font-family: 'Roboto', sans-serif;
font-weight:300;
}


.entry-title {

	    font-size: 40px;
    font-weight: bold;
font-family: 'Raleway', sans-serif;
color:#48b8a8;
text-transform: uppercase;
}
.normal-page {
	padding-top:50px;
}
.post-thumb img {
	width:100%;
	height:auto;
}
.form-submit input {
    background: #ff5364;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 18px;
}
.form-submit input:hover {
	background: #dc3251;
}

.entry-meta {
	color: #fe6973;
	font-weight:300;
}
.entry-meta a {
		color: #fe6973
}
footer#site-footer {
    margin-top: 40px;
    background: url(../img/footer-bg.jpg);
    width: 100%;
    min-height: 200px;
    padding: 40px 0;
}
#site-footer h4,
#site-footer .widget_newsletterwidget h1  {
	color:#ffffff;
	font-family: 'Raleway', sans-serif;
	font-size:34px;
	font-weight:400;
	text-transform: uppercase;
	margin-top:10px;
	padding-bottom:5px;
}
.tnp-email {
	    border-radius: 4px;
    padding: 12px;
    max-width:500px !important;
        background: #fff !important;
    padding: 15px !important;
}
.form-control {
	    padding: 10px 10px !important;
	    height:auto !important;
}
.tnp-submit, .btn-default {
	background:#f93c5a !important;
	background-color:#f93c5a !important;
	color:#fff !important;
		font-family: 'Roboto', sans-serif;
		font-weight:400;
	width: auto !important;
    border: 0 !important;
    border-radius: 4px !important;
    padding: 10px 24px !important;
    text-transform: uppercase !important;
}
#site-footer .page_item {
	list-style:none;

}
#site-footer .page_item a {
	font-family: 'Raleway', sans-serif;
	color:#fff;
	text-transform: uppercase;
	font-weight:400;
	font-size:20px;
}
.top-background {
    background: #fe5467;
}
.top-background .leftmenu a, .top-background .rightmenu a { 
	color:#fff !important;
}

.top-background img {
	filter: brightness(0) invert(1);
}
#comments {
	    background: #f9f9f9;
    border: 0;
    padding: 15px;
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
#mobile-menu {
display:block;
}
#desktop-menu {
	display:none;
}
.vc_grid-item-mini {
    width:100%;
    float:left;
}
.widget_categories {
    margin-top:30px;
}
.stopka_copyright {

    margin-top: 30px;
    float: left;
}
.navbar-default {
	background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

}
body {
	padding-top:0 !important;
}

.category-blog article {
	width:100% !important;
}
.widget_newsletterwidget {
	margin-bottom:30px;
}
.top-background .navbar-default .navbar-nav>li>a {
    color: #fff;
}
#mobile-menu {
	padding: 30px 0px;
	text-align:center;
}
#mobile-menu img {
	    max-width: 120px;
}
.navbar-default {
    background: transparent;
    margin-top: 15px;
    background-color: rgba(0,0,0,.05) !important;
}
.top-background .navbar-nav .open .dropdown-menu {
    background-color: #ffffff !important;
}
}

@media only screen and (min-width: 768px) {
    .leftmenu .navbar-nav {
float:right !important;
}
.leftmenu ul,
.rightmenu ul {
padding:0;
}
.col-md-5 {
    width: 41.66666667%;
    float:left;
}
.col-md-2 {
    width: 16.66666667%;
    float:left;
}

#mobile-menu {
display:none;
}
#desktop-menu {
	display:block;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

}


.navbar-toggle .icon-bar {
    display: block;
    width: 28px !important;
    height:4px !important;
    border-radius: 1px;
}
.home .navbar-default .navbar-toggle .icon-bar {
    background-color: #1c252d !important;
}

.top-background .navbar-default .navbar-toggle .icon-bar {
   background-color:#fff !important;
}
header li {
	list-style:none;
}

.leftmenu .navbar-nav {
float:right !important;
}
.leftmenu ul,
.rightmenu ul {
padding:0;
}
.category-blog article {
    width: 32%;
    background: #f9f9f9 !important;
    /* border: 1px #000 solid; */
    float: left;
    margin-right: 1%;
    padding: 15px;
    /* border: 1px solid #E8E8E8; */
    margin-bottom: 15px;
}
.single article img:hover {
	opacity:1 !important;
}
.category-blog  .post-thumb img {
    width: 100%;
    height: auto;
    min-height: 250px;
    object-fit: cover;
}
.blog-list-item-title {
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    color: #48b8a8;
}

.category-blog  .post-thumb img:hover {
    opacity:0.5;
}
.category-blog  .post-thumb {
    background: #fe5467;
}


.blog-list-item-title a {
    color: #fe5467;
}
.category-blog  .post-thumb img {

  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.page-title {
	font-size: 42px;
    font-family: 'Raleway';
    font-weight: bold;
    color: #4fb09f;
    text-transform: uppercase;
}
 .page-header {
     padding-bottom: 0px !important;
    margin: 40px 0 20px;
    border-bottom: 1px solid #54bbaa !important;
}
.blog-list-item-title a:hover {
	text-decoration:none;
    color: #e23a57;
}
.category-blog article:hover  .post-thumb img {
	opacity:0.5;
}
.category-blog article:hover a {
	    color: #e23a57;
}
.category-blog article:hover {
	cursor: pointer;
}

.autor-posta {
    color: #fe6973;
    font-weight: 300;
    background: #fee2dc;
    padding: 7px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    /* font-size: 16px; */
}
.dropdown-menu>li>a {
    display: block;
    padding: 4px 20px;
    font-size: 20px;
    clear: both;
    width: 100%;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.comment-reply-title {
	    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: bold;
    color: #4fb09f;
}
.comment-notes {
	display:none;
}
#comments .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 5px;
    width: 100%;
    font-size: 18px;
    color: #676767;
    font-weight: bold;
    font-family: 'Roboto';
    text-transform: uppercase;
    text-align: left;
}
#desktop-menu {
	    background: #fff;

}

.top-background #desktop-menu {
	background: #fe5467;
}
.fixedon {
		max-height:115px !important;

}
.site-title img {
		    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	}
.fixedon .site-title img {
	max-width:90px !important;


}

.fixedon .leftmenu, .fixedon .rightmenu {
    padding-top: 15px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
.top-background .dropdown-menu {
    background-color: #fe5467;
}
.top-background .nav .open>a,.top-background  .nav .open>a:focus, .top-background .nav .open>a:hover {
    background-color: #a73d49;
 border:0;
}
.top-background .nav>li>a:hover {
    text-decoration: none;
    background-color: #feb5af;
}

.top-background .dropdown-menu>li>a:focus, .top-background  .dropdown-menu>li>a:hover {
    background-color: #feb5af;
    background: #feb5af;
}
.top-background .search-button {
	color:#fff;
}
.search-button {
	padding: 10px 15px;
    border: 0;
    background: transparent;
    color: #525252;

}
.search-field {
box-shadow: none;
    border: 1px #a6a6a6 solid;
    padding: 4px;
        font-family: 'Roboto';
    font-size: 18px;
    font-weight: 300;
}
.search-submit-form {
    border-radius: 4px;
    background: transparent;
    box-shadow: 0;
    border: 1px #525252 solid;
    margin-top: 2p;
    line-height: 1.4;
    font-size: 18px;
    padding: 4px 8px 4px 8px;
}

.top-background .search-submit-form {
	    border: 1px #fff solid;
	    color:#fff;
	}
.top-background .search-field {
	background: transparent;
    border: 1px #fff solid;
    color: #fff;
}
article {
	margin-bottom:15px;
}
.glyphicon-comment:before {
    content: "\e111";
    position: relative !important;
    bottom: -3px  !important;
    right: 4px  !important;
}

#comments {
	display:none;
}

.hover-info {
	display:none;
	font-weight: bold;
    font-family: 'Roboto';
    font-size:22px;
    text-transform: uppercase;
    color:#fff;
	text-align:center;
}

.category-blog article:hover .hover-info {
	display:block;
	position:absolute;
	z-index:999;
	top:45%;
	left:0;
	width:100%;
}

.post-thumb {
	position:relative;
}
.top-background .navbar-brand {
	color:#fff !important;
}
.cat-links {
	border-left: 2px #efa798 solid;
    padding-left: 4px;
    margin-left: 2px;
}
.menu-item-description {
width: 100%;
    font-weight: 300;
    float: left;

}
.opis-kategorii {
	    width: 97%;
    float: left;
    color: #fff;
    background: #fe5467;
    margin: 0 15px;
    padding: 10px 30px;
}
.opis-kategorii p {
	color:#fff !important;
	margin:0 !important;
	padding:0 !important;
}

.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
    color: #fff !important;
    /* font-weight: bold; */
    text-transform: uppercase !important;
    background-color: #f93c5a !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
border-radius:0 !important;
    background-color: #fe5467 !important;
    border-color: #fe5467 !important;
}
.pagination li a {
    border-radius:0 !important;
 padding: 7px 12px !important;
 color:#fe5467 !important;
     border: 1px #fe5467 solid !important;
}
.pagination-row {
    width:100%;
    float:left;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius:0 !important;
}
.stopka_copyright {
        font-family: 'Raleway', sans-serif;
    color:#fff !important;
    text-transform: uppercase;
    font-weight:400;
    font-size:18px;
}
.liczba-wspierajacych {
    width:100%;
}
.home_banner {
    width: 100%;
    float: left;
    z-index: 9999;
    position: relative;
    margin-bottom: 30px;
    background: #ff274b;
}
.normal-page .home_banner {
margin-top:30px;

}
.home_banner img {
         -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  width:100%;
}
.home_banner:hover img {
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.col-md-9 {
    float:left;
}
footer a, footer p {
    color:#fff !important;
}
@media only screen and (max-width: 900px) {
#sb_instagram.sbi_width_resp {
    float: left;

}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {

    float: left;
    width: 100%;
}
}