/*
Theme Name:     Gridlove Child
Theme URI:      https://mekshq.com/theme/gridlove
Description:    Child theme for Gridlove theme
Author:         meks
Author URI:     https://mekshq.com
Template:       gridlove
Version:        0.1.0
*/
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
html, body, p, div, ul, li, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, blockquote, thead td, .comment-author b, q:before, #bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-permalink {
	/*font-family: 'Roboto', sans-serif;*/
	font-weight: 400;
	font-family: "source sans pro", sans-serif;
}
@keyframes slider {
	0% {height: 750px;}
	100% {height: 600px;}
}
@keyframes sliderTablet {
	0% {height: 550px;}
	100% {height: 400px;}
}
@keyframes sliderMobile {
	0% {height: 400px;}
	100% {height: 280px;}
}
html {

	font-size: 16px !important;
}
body {
	background: url(//adrian-autokary.pl/wp-content/uploads/2020/06/bg.jpg) repeat;
}
.cover-bg {
	opacity: 1;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.gridlove-cover-area {
	background: none;
}
.gridlove-cover-bg .gridlove-cover:before, .gridlove-cover-bg .gridlove-cover:after {
	display: none;
}
.gridlove-cover-content .h1 {
	font-size: 3.75rem;
	text-transform: uppercase;
	background: rgba(0,0,0,0.5);
	padding: 0.25rem 0.5rem;
}
.gridlove-cover-content .entry-header {
	padding-top: 0;
}

.gridlove-footer .widget-title, .gridlove-footer h4 {
	color: #dddddd;
    font-size: 18px;
    margin-bottom: 10px;
}
.m-account {
	font-size: 0.85rem;
}
.gridlove-copyright {
	padding: 10px 0;
	border-top: 1px solid #eee;
}
.gridlove-copyright .widget {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.gridlove-copyright ul li {
	display: inline-block;
	position: relative;
	padding-right: 30px;
}
.gridlove-copyright ul li:last-child {
	padding: 0;
}
.gridlove-copyright ul li::after {
	content: '';
	position: absolute;
	right: 0.75rem;
	top: 0.375rem;
	background: #fff;
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 100%;
	display: block !important;
}
.gridlove-copyright ul li:last-child::after {
	display: none !important;
}
.box-inner-p-bigger {
	padding: 0;
}
.gridlove-header-responsive + .gridlove-cover-area {
	margin-bottom: 0;
}
/*
.home .tm_pb_main_blurb_image {
	margin-bottom: 0.25rem !important;
	border-bottom: 5px solid #333333;
	padding: 0 14px;
}
.home .tm_pb_blurb_container {
	padding: 0 14px;
}
.home .flex .tm_pb_blurb {
	flex: 1;
	margin: 0;
	float: left;	
}
.flex .tm_pb_blurb:first-child .tm_pb_main_blurb_image, .flex .tm_pb_blurb:first-child .tm_pb_blurb_container {
	padding-left: 0;
}
.flex .tm_pb_blurb:last-child .tm_pb_main_blurb_image, .flex .tm_pb_blurb:last-child .tm_pb_blurb_container {
	padding-right: 0;
}

.home #tm_builder_outer_content .tm_pb_blurb_content {
	font-size: 0.875rem;
	max-width: 265px;
}
.home #tm_builder_outer_content .tm_pb_blurb_content p {
	margin-bottom: 0;
}
.home #tm_builder_outer_content .tm_pb_blurb .tm_pb_main_blurb_image {
	display: flex;
	align-items: flex-end;
	height: 55px;
	justify-content: center;
}*/
.home #tm_builder_outer_content .tm_pb_blurb .tm_pb_main_blurb_image {
	margin-bottom: 5px;
}
.home #tm_builder_outer_content .tm_pb_blurb .tm_pb_main_blurb_image a {
	overflow: hidden;
}
.home #tm_builder_outer_content .tm_pb_blurb .tm_pb_main_blurb_image a:hover img {
	transform: scale(1.1);
	transition: all 0.3s;
}
.home #tm_builder_outer_content .tm_pb_blurb .tm_pb_main_blurb_image a img {
	transition: all 0.3s;
}
.m-kursy {
	background: #292929 !important;
	color: #ffffff;
	margin-bottom: 50px !important;
}
.tm_pb_row_1-4_3-4 {
	padding: 20px 0 18px;
}
.tm_pb_row_1-4_3-4 p {
	margin-bottom: 0;
}
.tm_pb_row_1-4_3-4 ul {
	display: flex;
}
.tm_pb_row_1-4_3-4 ul li {
	flex: 1;
	text-align: center;
}
.tm_pb_row_1-4_3-4 .tm_pb_column_1_4 {
	flex: 0 0 18%;
	max-width: 18%;
}
.tm_pb_row_1-4_3-4 .tm_pb_column_3_4 {
	flex: 0 0 82%;
	max-width: 82%;
}
h1 {
	font-weight: 500;
	color: #292929;
	text-transform: uppercase;
	font-size: 2.25rem;
}
.full-content-wrapper h2 {
	color: #fff;
}
.full-content-wrapper .full-content {
	background: #292929 !important;
}
.oferta {
	background: #292929 !important;
	padding: 30px 0;
	color: #ffffff;
}
.home .oferta h2, .home .oferta h3 a {
	color: #ffffff !important;
}
.home #tm_builder_outer_content .tm_section_transparent, .m-section--darkblue, .m-section {
	padding: 70px 0;
}
#tm_builder_outer_content .tm_pb_post {
	position: relative;
}
.section-wycieczki .entry-featured-image-url{
	position: relative;
}
.section-wycieczki .entry-featured-image-url::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: #00000060;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 0.3s;
}
.section-wycieczki .entry-featured-image-url:hover::after {
	background: none;
	transition: all 0.3s;
}
.section-wycieczki .tm_pb_post:hover .entry-title {
	z-index: 0;
	transition: all 0.3s;
}
.section-wycieczki .entry-featured-image-url img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.section-wycieczki .entry-title {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 1.75rem;
	font-weight: bold;
	transform: translate(-50%, -50%); 
	width: 100%;
	text-align: center;
	z-index: 2;
	transition: all 0.3s;
}
.section-wycieczki .entry-title a{ 
	color: #ffffff;
}
#tm_builder_outer_content .tm_section_transparent {
	padding-bottom: 60px;
}
.gridlove-box{
	box-shadow: none;
}
.oferta .row--pozostale {
 	justify-content: center;
 }
 .oferta .tm_pb_column_1_3 .tm_pb_text a {
 	text-align: center;
 	display: block;
 	border: 0;
 	color: #5e5e5e;
 }
.oferta .tm_pb_column_1_3 .tm_pb_text a:hover {
	color: #000000;
}
.oferta .tm_pb_column_1_3:last-child {
	display: none;
}
#tm_builder_outer_content .tm_pb_button.tm_pb_custom_button_icon {
	background: #db383c !important;
	color: #ffffff !important;
	margin: 0 auto;
	font-size: 1.125rem !important;
	padding: 0.625rem 2rem !important;
	border: 1px solid  #db383c !important;
}
#tm_builder_outer_content .tm_pb_button.tm_pb_custom_button_icon:hover {
	background: #ffffff !important;
	color: #db383c !important;
}
#tm_builder_outer_content .tm_pb_button_module_wrapper.tm_pb_button_alignment_center {
	margin: 0 auto;
}
table, tr, td {
	border: 0;
	padding: 0;
}
td {
	vertical-align: top;
}
table p {
	margin-bottom: 0;
}
.kursy-slider td:first-child {
	width: 30% !important;
}
.kursy-slider tr:last-child td:last-child, .price-inline {
	font-weight: bold;
	color: #292929;
}
.kursy-slider .owl-item .tm_pb_text > p:last-child {
	text-align: center;
}
.kursy-slider .owl-item .tm_pb_text h4 {
	text-align: center;
	/*font-family: 'Dosis', sans-serif;*/
}
.kursy-slider .owl-item .tm_pb_text h4 + p {
	text-align: center;
}
.kursy-slider .owl-item .tm_pb_text h4 + p img {
	display: inline;
}
.kursy-slider .owl-item p a {
	border: 0;
	background: #292929;
	color: #ffffff;
	padding: 7px 15px;
	border-radius: 4px;
}
.kursy-slider .owl-item p a:after {
	content: '>';
	display: inline-block;
	margin-left: 4px;
}
.gridlove-main-nav > .menu-item > a {
	text-transform: uppercase;
	font-size: 1.0625rem;
	font-weight: 400;
}
.kursy-podstawowe {
	margin-bottom: -30px !important;
}
.kursy-podstawowe h2{
	margin-bottom: 40px;
}
#menu-gridlove-main > li:first-child {
	margin-right: 80px;
	font-weight: bold;
	font-size: 22px;
}

.page-template-default.page.page-id-2413 .entry-title, .page-template-default.page.page-id-2706 .entry-title {
	color: #000000;
	background: none;
	padding: 0;
	font-size: 2rem;
	transform: none;
	display: block;
}
.gridlove-page-layout-5 article {
	padding-top: 1.25rem;
}
.page-id-2451.page-template-default.page .entry-title {
	font-size: 2.75rem;
}
.page-id-2449.page-template-default.page .entry-title {
	font-size: 3.25rem;
}
@media (min-width: 1280px) {
	.container {
	    max-width: 1250px !important;
	}
}
.footer-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.gridlove-footer .footer-flex .widget:first-child {
	margin-top: 0;
}
.gridlove-footer-nav {
	display: flex;
	font-size: 0.875rem;
	margin-left: 1rem !important;
}
.gridlove-footer-nav a {
	padding: 0 1rem;
	color: #dddddd;
}
.gridlove-footer a {
	color: #dddddd;
}
.gridlove-footer {
	background-color: #083753;
	color: #dddddd;
}
.gridlove-footer-nav a:hover, .gridlove-footer a:hover {
	color: #ffffff;
}
.gridlove-logo-mini {
	width: auto !important;
}
.gridlove-hidden-overlay {
	border-bottom: 1px solid #eee;
}
.m-gallery__item {
	margin-bottom: 15px;
}
.col-sm-12:last-child .m-gallery__item {
	margin-bottom: 0;
}
.m-gallery__item img {
	margin-bottom: 6px;
	height: 148px;
	object-fit: cover;
	width: 100%;
}
.m-gallery__item a {
	border: 0 !important;
	color: #5e5e5e !important;
	line-height: 1.25;
    display: inline-block;
}
.textwidget .link-contact {
	color: #ffffff;
	border: 0 !important;
	display: block;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ffffff !important;
	font-weight: 600;
}
#text-6 p {
	margin-bottom: 0;
}
#text-6 p:last-child a {
	border-bottom: 0 !important;
}
span.wpcf7-list-item {
	margin-left: 0;
	margin-right: 1em;
}
span.wpcf7-list-item.last {
	margin-right: 0;
}
.mt-5 {
	margin-top: 30px;
}
.gridlove-related {
	margin-bottom: 2rem;
}
.gridlove-content {
	margin-bottom: 2rem;
}
.gridlove-header-middle a:hover, .gridlove-header-middle .gridlove-sidebar-action:hover, .gridlove-header-middle .gridlove-actions-button > span:hover, .gridlove-header-middle .current_page_item > a, .gridlove-header-middle .current_page_ancestor > a, .gridlove-header-middle .current-menu-item > a, .gridlove-header-middle .current-menu-ancestor > a, .gridlove-header-middle .gridlove-category-menu article:hover a, .gridlove-header-responsive a:hover,
.gridlove-header-sticky a:hover, .gridlove-header-sticky .gridlove-sidebar-action:hover, .gridlove-header-sticky .gridlove-actions-button > span:hover, .gridlove-header-sticky .current_page_item > a, .gridlove-header-sticky .current_page_ancestor > a, .gridlove-header-sticky .current-menu-item > a, .gridlove-header-sticky .current-menu-ancestor > a, .gridlove-header-sticky .gridlove-category-menu article:hover a {
	color: #e30006;
}
.current-menu-parent a {
	color: #e30006 !important;	
}
.current-menu-item {
	color: #e30006; 
}
.wpcf7-list-item-label {
	cursor: pointer;
}
.row--mod > div {
	margin-bottom: 5px;
}
span.wpcf7-not-valid-tip {
	right: auto;
	left: 0;
	top: auto;
    font-size: 0.75rem;
    color: #e30006;
    background: none;
	padding: 0;
}
textarea.wpcf7-not-valid, input[type="url"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="number"].wpcf7-not-valid, input[type="password"].wpcf7-not-valid {
	border-color: #e30006;
}
div.wpcf7-validation-errors, .error, .usp-callout-failure {
	background: none;
	color: #e30006;
	border: 1px solid #e30006;
}
input, textarea, label {
	font-size: 1rem !important;
}

.m-section {
	background: #fff;
}
.page-id-2413 .gridlove-hidden-overlay {
	background: rgba(0,0,0,0.05) !important;
}
.gridlove-cover-2 .gridlove-hidden-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
}
.gridlove-cover-2 .gridlove-hidden-overlay, .gridlove-cover-2 .gridlove-hidden-overlay:hover {
	opacity: 0 !important;
    background: rgba(0, 0, 0, 0.6) !important;
}
.link-tel {

}
.page .entry-content #tm_builder_outer_content .tm_pb_module ul {
	margin-bottom: 2rem !important;
}
.page .entry-content #tm_builder_outer_content .tm_pb_module li {
	list-style: disc !important;
}
.page.home .entry-content #tm_builder_outer_content .tm_pb_module ul {
	margin-bottom: 0 !important;
	margin-top: 0;
}
.page.home .entry-content #tm_builder_outer_content .tm_pb_module li {
	list-style: none !important;
}
.col-default {
	color: #5e5e5e !important;
	font-weight: 400 !important;
}
.slide-img {
	height: 155px;
}
.text-light {
	opacity: 0.4;
	font-size: 0.875em;
	margin-left: 0.5rem;
	color: #fff;
}
.link-contact a {
	border: 0 !important;
	color: #ffffff;
}
.link-contact a:hover, .textwidget .link-contact--email:hover {
	color: #e30006;
}
a {
	color: #5e5e5e;
}
.link-contact a:hover {
	color: #e30006;
}
.overlay-vh-center .entry-title {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -60%);
    width: 100%;
    font-weight: 700;
    /*font-family: 'Dosis', sans-serif;*/
}
#star-rating {
	text-align: center;
}
#star-rating .kk-star-ratings {
	margin: 0 auto;
	float: none;
} 
.gridlove-footer a {
	border: 0;
	transition: opacity 0.2s, color 0.2s;
}
.tm_pb_blurb_content a {
	text-decoration: none;
	border: 0 !important;
	color: #5e5e5e !important;
}
.tm_pb_blurb_content a:hover {
	color: #e30006 !important;
}
.link-ue {
	display: block;
	text-align: right;
}
.link-ue::after {
	font-family: fontAwesome;
    content: '\f105';
}
.link-ue a {
	border: 0 !important;
    padding: 7px 10px;
    color: #5e5e5e !important;
}
.menu-item-2737 a {
	color: #e30006 !important;
	font-size: 1.25rem;
}
#menu-gridlove-main>li:first-child {
	margin-right: 0;
}
.gridlove-main-nav>.menu-item>a:hover, .gridlove-main-nav>.menu-item:hover>a {
	background: none !important;
	color: #e30006 !important;
}
.gridlove-main-nav .sub-menu a:hover {
	color: #e30006 !important;
}
.gridlove-sidebar-action-wrapper {
	background: #ffffff;
}
.gridlove-sidebar-action-wrapper .widget-title {
	text-align: center;
	color: #ffffff;
	padding-top: 0;
}
.widget_meta a, .widget_recent_entries li, .widget_recent_comments li, .widget_nav_menu a, .widget_archive li, .widget_pages a, .widget_categories li, .gridlove_category_widget .gridlove-count-color li, .widget_categories .children li, .widget_archiv .children li {
	border-color: #ffffff;
}
#nav_menu-2 {
	background: #e30006;
	border-radius: 10px;
}
#star-rating {
	padding-top: 20px;
}
.gridlove-action-close {
	width: 50px;
	box-shadow: none;
	color: #292929;
	left: auto;
	right: 0;
}
.kk-star-ratings .kksr-legend, .kksr-legend span {
	color: #ffffff !important; 
	opacity: 0.6 !important;
}
.gridlove-sidebar-action-inside {
	letter-spacing: 0.25px;
}
.kksr-legend {
	height: 42px;
}
.gridlove-actions-button:hover span {
	color: #e30006 !important;
}
.page-template-default.page .entry-title,  h1 {
	/*font-family: 'Dosis', sans-serif;*/
}
.gridlove-box h2, .page-id-2413 h1 {
	/*font-family: 'Dosis', sans-serif;*/
	font-weight: 600;
	font-size: 1.5rem;
}
.gridlove-box h2 {
	margin-bottom: 0.5rem;
}
#tm_builder_outer_content .tm_pb_module a {
    text-decoration: none;
    border: 0;
}
#tm_builder_outer_content .tm_pb_module a:hover {
	color: #e30006 !important;
}
.page.home .entry-content #tm_builder_outer_content .tm_pb_module li::after {
    height: 16px;
    width: 1px;
    top: 4px;
    background: #fff;
    position: absolute;
    display: block;
    opacity: 0.4;
    content: '';
}
.page.home .entry-content #tm_builder_outer_content .tm_pb_module li:first-child::after {
	display: none;
}
h1 {
	font-size: 2.5rem;
}
h2 

.home h1 {
	color: #ffffff;
	font-size: 2.5rem;
}
.home h2 {
	font-size: 2.5rem;
	text-transform: uppercase;
	margin-bottom: 1.75rem;
	position: relative;
	color: #033959;
}

.home .tm_pb_section:not(.home-intro) h2 {
	padding-bottom: 1.25rem;
}
.home .tm_pb_section:not(.home-intro) h2::after, .single-post h1::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 4px;
	width: 90px;
	background: #db383c;
	left: 50%;
	transform: translateX(-50%);
}
.tm_pb_text h3 {
	font-size: 1.5rem;
	font-weight: 500;
}
.underline {
	display: inline-block;
	border-bottom: 1px solid #5e5e5e;
}
#tm_builder_outer_content .owl-item .tm_pb_module a:hover {
	background: #e30006 !important;
	color: #ffffff !important;
}
.owl-next, .owl-prev {
	transition: all 0.2s;
}
.owl-next:hover, .owl-prev:hover {
	color: #e30006;
	transition: all 0.2s;
}

#tm_builder_outer_content .tm_pb_module ul, #tm_builder_outer_content .tm_pb_module ul ol {
	margin-top: 1rem;
}
.page .entry-content #tm_builder_outer_content .tm_pb_module ol  {
	margin-top: 10px;
}
.page .entry-content #tm_builder_outer_content .tm_pb_module ol ul {
	margin-bottom: 0 !important;
}
#tm_builder_outer_content .owl-item .tm_pb_module h4 a {
	transition: all 0.2s;
}
#tm_builder_outer_content .owl-item .tm_pb_module h4 a:hover {
	background: transparent !important;
	color: #e30006 !important;
	transition: all 0.2s;
}
#tm_builder_outer_content .tm_pb_blurb_content {
/*    max-width: 550px;
    margin: 0 auto;
    position: relative;*/
}
.tm_pb_builder #tm_builder_outer_content .flex-blurb {
	padding-bottom: 50px;
}
.page-id-2865 .tm_pb_main_blurb_image {
	height: 225px;
	overflow: hidden;
	margin-bottom: 10px !important;
}
.box-inner-p-smaller {
	padding: 20px 0;
}
.gridlove-site-branding {
	align-items: center;
    display: flex;
}
.gridlove-site-description {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-left: 100px;
	display: none;
}
.gridlove-site-header {
	margin-bottom: 0;
}
.cover-bg__item {
	position: relative;
}
.cover-bg__text {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}
.cover-bg__header {
    font-size: 60px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    text-transform: uppercase;
    padding: 0 50px;
    margin: 0 auto;
    white-space: nowrap
}
.cover-bg__descr {
	color: #fff;
    text-shadow: 1px 1px 3px #000;
    display: inline-block;
    font-size: 20px;
    background: rgba(0,0,0,0.4);
    text-align: center;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-top: 0px;
    transform: translateX(-50%);
    padding: 0 30px 10px 30px;
}
.cover-bg__img {
	height: 550px;
	overflow: hidden;
	position: relative;
}
.active .cover-bg__img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	max-width: inherit;
	animation-name: slider;
	animation-duration: 6s;
	width: auto;
}
.owl-stage-outer {
	overflow: hidden;
}
.gridlove-footer .widget:first-child {
	margin-top: 30px;
}
.gridlove-footer .wpp-list li {
	margin-bottom: 0;
	position: relative;
}
.footer-location-2 {
	margin-top: 96px;
}
.gridlove-footer .widget-title, .gridlove-footer .widget_pages .widget-title, .gridlove-footer .widget_nav_menu .widget-title{
	position: relative;
	padding-bottom: 6px;
}
.gridlove-footer .widget_nav_menu li a, .gridlove-footer .widget_pages li a {
	padding: 0 !important;
}
.gridlove-footer-nav a:hover, .gridlove-footer a:hover
.gridlove-footer .widget-title::after  {
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 30px;
	content: '';
	background: #cccccc;
	display: block;
	left: 0;
}
.widget_recent_entries li, .widget_meta a, .widget_recent_comments li, .widget_nav_menu a, .widget_pages a {
	font-weight: 300;
}
.gridlove-header-top {
	background: #292929;
	color: #ffffff;
}
html.no-js {
	margin-top: 0 !important;
}
#wpadminbar {
	display: none !important;
}
#cookie-notice {
	background: #292929 !important;
}
#cn-accept-cookie {
    background: #fff;
    color: #292929;
}
.gridlove-header-sticky .gridlove-logo, .gridlove-header-sticky .gridlove-logo-mini {
	max-height: 50px;
}
.gridlove-header-top .widget {
    padding: 0;
    line-height: 1.2;
}
.gridlove-header-top .gridlove-box {
	background: transparent;
	margin: 0;
    line-height: 1;
    padding-top: 13px;
    height: 40px;
}
.gridlove-header-top .fa-map-marker {
	margin-right: 3px;
}
.topbar-space {
	padding: 0 15px;
	display: inline-block;
}
.gridlove-header-top a {
	display: inline-block;
	color: #ffffff;
}
.gridlove-header-top .gridlove-box a:hover {
	opacity: 0.8;
}
iframe {
	margin-bottom: -7px;
}
.gridlove-footer > .container:after {
	display: none;
}
#tm_builder_outer_content .tm_pb_blurb h3 {
	font-size: 26px;
	margin-bottom: 10px;
	padding-bottom: 0;
	text-align: center;
	color: #ffffff;
}
#tm_builder_outer_content .tm_pb_blurb .tm_pb_blurb_content{
	text-align: center;
}
.entry-featured-image-url {
	margin-bottom: 8px;
}
.tm_pb_blog_list_wrapper .entry-title {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.2;
}
.overlay-vh-center .entry-title {
	min-width: auto !important;
    display: inherit;
    padding: 5px 30px;
    font-size: 3.25rem;
    background: rgba(0,0,0,0.7);
}
.box-vm, .gridlove-site-content {
    margin-bottom: 0px;
}
.gridlove-header-responsive + .gridlove-cover-area {
	margin-top: 0;
}
.tm_pb_text {
	width: inherit;
}
.gridlove-post.gridlove-post-b {
	background: #ffffff !important;
}
.category .gridlove-site-content {
	padding: 30px 0;
}
.tm_pb_builder #tm_builder_outer_content .home-intro {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: initial;
	padding: 6rem 0 10rem 0;
}
.tm_pb_builder #tm_builder_outer_content .home-intro::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(#fff,transparent);
    width: 100%;
    height: 100px;
}
.home-intro h1, .home-intro h2 {
	text-transform: none;
	color: #ffffff;
}
.home-intro h1 {
	font-size: 4.5rem;
	margin-bottom: 0;
}
.home-intro h2 {
	font-size: 3rem;
}

.home-intro ul {
	color: #ffffff;
	font-size: 1.5rem;
}
 li::after {
	display: none !important;
}
.home-intro li::before {
	font-family: fontAwesome;
	content: '\f046';
	margin-right: 0.5rem;
}
.tm_pb_section, .gridlove-box, #disqus_thread {
	background-color: transparent !important;
}
.m-section--darkblue {
	background: #0a3755 !important;
}
.m-section--darkblue h2 {
	color: #ffffff;
}
.m-section--darkblue div, .m-section--darkblue p {
	color: #fff;
}
body:not(.home) .gridlove-content {
	max-width: 900px;
	background: #fff;
    padding: 0 30px;
}
.gridlove-main-nav li > a {
	height: 82px;
	padding-top: 30px;
}
.gridlove-slot-r .gridlove-main-nav li > a:hover {
	color: #ffffff !important;
	background: #db383c !important;
}
.gridlove-header-middle .site-title.h1 {
	font-weight: bold;
	text-transform: none;
	font-size: 1.875rem;
	font-style: italic;
}
.gridlove-header-middle .site-title.h1 a {
	color: #db383c;
}
.tm_pb_main_blurb_image {
	display: block;
	width: 94px;
	height: 94px;
	border: 2px solid #307698;
	border-radius: 100%;
	margin: 0 auto;
}
#tm_builder_outer_content .tm_pb_blurb h3 {
	font-size: 1.125rem;
	font-weight: bold;
}
#tm_builder_outer_content .tm_pb_blurb .tm_pb_main_blurb_image .tm-pb-icon:before {
	content: '';
	background-image: url('assets/images/icons.png');
	background-repeat: no-repeat;
	background-position: -76px -40px;
	width: 38px;
	height: 39px;
}
#tm_builder_outer_content .tm_pb_blurb.icon-flota .tm_pb_main_blurb_image .tm-pb-icon:before {
	background-position: 0 0;
	width: 70px;
	height: 26px;	
}
#tm_builder_outer_content .tm_pb_blurb.icon-statki .tm_pb_main_blurb_image .tm-pb-icon:before {
	background-position: 0 -27px;
	width: 76px;
	height: 28px;	
}
#tm_builder_outer_content .tm_pb_blurb.icon-passport .tm_pb_main_blurb_image .tm-pb-icon:before {
	background-position: -79px 0;
	width: 35px;
	height: 40px;	
}
.tm_pb_blurb.icon-statki h3, .tm_pb_blurb.icon-passport h3, .tm_pb_blurb.icon-flota h3, .tm_pb_blurb.icon-kierowcy h3 {
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tm_pb_blurb.icon-statki .tm_pb_blurb_content, .tm_pb_blurb.icon-passport .tm_pb_blurb_content, .tm_pb_blurb.icon-flota .tm_pb_blurb_content, .tm_pb_blurb.icon-kierowcy .tm_pb_blurb_content {
	font-size: 0.875rem;
}
.section-blog .tm_pb_post {
	padding: 0 30px 30px;
	background: #fff;
}

.section-blog .tm_pb_post .tm_pb_image_container {
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 30px !important;
}
.section-blog .tm_pb_post .entry-title {
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 10px;
}
.section-blog .tm_pb_post .entry-title a {
	color: #db383c;
}
#tm_builder_outer_content .section-blog  .tm_pb_module a:hover {
	color: #033959 !important;
}
.m-top {
	background: #0a3755;
	height: 42px;
	color: #ffffff;
	font-size: 0.875rem;
}
.m-top__inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 42px;
	padding-right: 15px;
}
.m-top a {
	color: #ffffff;
	transition: all 0.3s;
}
.m-top a:hover {
	color: #dd2b2f;
	transition: all 0.3s;
}
.m-top__phone i, .m-top__email i {
	font-size: 1.25rem;
    float: left;
    margin-right: 0.625rem;
}
.m-top__email i  {
	font-size: 1.125rem;
}
.m-top__inner > div {
	margin-right: 6%;
}
.m-top__lang {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.m-top__lang li {
	list-style: none;
}
.m-top__lang li a {
	padding: 0 0.25rem;
}
.m-top__social {
    background: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.m-top__social a {
	color:#0a3755;
	display: block;
    width: 20px;
    height: 20px;
    text-align: center;
}
.gridlove-prev-next-nav {
	margin-bottom: 2rem;
}
.single-post h1 {
	text-align: center;
    color: #033959;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 28px;
}
.single-post .entry-content a {
	color: #5e5e5e;
	text-decoration: none;
	border-bottom: 0;
}
.single-post .entry-content .gridlove-content-share a {
	color: #fff;
}
.gridlove-header-sticky, .gridlove-header-sticky a {
	color: #033959;
}
.gridlove-header-sticky .gridlove-menu {
	margin: 0;
}
.gridlove-header-sticky .gridlove-main-nav li > a {
    height: 70px;
    padding-top: 24px;
}
.trip-item {
	margin-bottom: 1.5rem;
	padding-bottom: 0;
	border-bottom: 1px solid #eee;
}
.breadcrumbs {
	margin: 0.5rem 0 1.25rem;
	font-size: 0.875rem;
    color: #000;
    border-bottom: 1px solid #fafafa;
    padding-bottom: 0.25rem;
}
.breadcrumbs a {
    color: #000;
	transition: all 0.3s;
}
.breadcrumbs a:hover {
	color: #e30006;
	transition: all 0.3s;
}
.breadcrumbs .current-item {
	color: #ddd;
	font-weight: 300;
}
.breadcrumbs--archive {
	margin-bottom: 2rem;
	color: #fff;
}
.breadcrumbs--archive a, .breadcrumbs--archive .current-item {
	color: #fff;
}
.breadcrumbs span {
	padding: 0 0.25rem 0 0.375rem;
}
.breadcrumbs span:first-child {
	padding-left: 0;
}
.category-blog.category .gridlove-site-content {
	padding-top: 0;
}
.gridlove-posts .layout-simple {
	margin-bottom: 2rem;
}
.home-intro h1, .home-intro h2, .home-intro ul {
	text-shadow: 1px 1px 11px #0a3755;
}
body:not(.home) .gridlove-content {
	padding-top: 1rem;
}
.gridlove-header-middle, .gridlove-header-middle a, .gridlove-header-responsive, .gridlove-header-responsive a {
	color: #0a3755;
}
.l-footer__logo {
	width: 150px;
	height: 50px;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.l-footer__logo img {
	margin: 0;
	padding: 0;
}
.gridlove-footer p {
	margin-bottom: 0.5rem;
}
.gridlove-footer a:hover {
	color: #db383c;
}
.btn--footer {
	border-color: #db383c !important;
	color: #fff !important;
	font-size: 0.75rem !important;
	width: 234px;
	padding: 10px 20px !important;
}
a.btn-rezerwacja {
    background: #033959;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 6px;
    display: block;
    text-align: center;
    margin-bottom: 5rem;
    margin-top: 3rem;
    border: 0 !important;
	transition: all 0.3s;
}
a.btn-rezerwacja:hover {
	opacity: 0.95;
	transition: all 0.3s;
}
/*.contact-page  - kontakt */
#tm_builder_outer_content .contact-page .tm_pb_button {
	display: block;	
	color: #0a3755;
	line-height: 1.4;
	width: 100%;
}
#tm_builder_outer_content .contact-page .tm_contact_bottom_container {
	float: none;
}
.contact-page .tm_pb_contact_right {
	display: block !important;
}
.contact-page .tm_pb_contact_right .clearfix {
	display: flex !important;
	margin-bottom: 1rem;
	align-items: center;
}
.contact-page .tm_pb_contact_captcha_question, .contact-page .tm_pb_contact_captcha {
	flex: 1;
}
.contact-page .tm_pb_contact_captcha  {
	margin-left: 10px;
}
.contact-page h2 {
	 margin: 2rem 0 1rem;
}
.contact-page h2.tm_pb_contact_main_title {
	margin: 0;
}
.contact-page .tm_pb_text_3 a {
	color: #5e5e5e;
}
.cf-success-message {
	color: #e30006;
    border: 1px solid #e30006;
    margin-bottom: 3rem;
    text-align: center;
    padding: 1rem;
}
.tm-pb-contact-message {
	color: #e30006;
}
.gridlove-cover-2 .overlay-vh-center {
	max-width: 80%;
	width: 80%;
}
.overlay-vh-center .entry-title {
	width: auto;
	display: block;
}
.gridlove-cover-2 .gridlove-cover-content.gridlove-cover-reset .entry-header, .gridlove-cover-2 .gridlove-cover-content.gridlove-cover-reset .entry-content {
	max-width: 100%;
	width: 100%;
}
.gridlove-site-content.gridlove-sidebar-none {
	 margin-top: -75px;
	 z-index: 9;
	 position: relative;
}
.tm_pb_post_content::after {
    display: inline;
    content: '...';
}
.tm_pb_blog_list_wrapper .entry-featured-image-url {
	float: left;
	padding-right: 1.875rem;
	width: 50%;
}
.tm_pb_blog_list_wrapper .entry-title, .tm_pb_blog_list_wrapper .tm_pb_post_content {
	float: left;
	width: 50%;
}
.tm_pb_blog_list_wrapper .entry-title {
	margin-bottom: 0.5rem;
	font-weight: 600;
    font-size: 1.5rem !important;
}
.tm_pb_blog_list_wrapper article::after {
	clear: both;
	content: '';
	display: block;
}
.container .container {
	width: auto;
	max-width: auto;
}
.btn-old {
	width: 260px; 
	margin-left: auto; 
	margin-right: auto;
}
.gridlove-main-nav > .menu-item .sub-menu li > a {
	padding: 0.5rem 1rem;
	height: auto;
	color: #0a3755 !important;
}
.gridlove-main-nav > .menu-item .sub-menu li.current-menu-item > a {
	color: #e30006 !important;
}
.gridlove-main-nav > .menu-item .sub-menu li > a:hover {
	color: #fff !important;
}
.gridlove-sidebar-action-inside {
    display: flex;
    flex-direction: column;
}
.gridlove-sidebar-action-inside .widget_nav_menu {
	order: 3;
}
.gridlove-sidebar-action-inside .widget_polylang {
	order: 1;
    padding-top: 0;
    position: absolute;
    top: 15px;
    padding: 0;
}
.gridlove-sidebar-action-inside .widget_custom_html {
    order: 2;
    padding: 0;	
    font-size: 1.125rem;
    line-height: 2;
}
.gridlove-sidebar-action-inside .widget_custom_html a {
	border: 0;
}
.gridlove-sidebar-action-inside .widget_custom_html a i {
	width: 26px;
    text-align: center;
    margin-right: 5px;
}
.gridlove-sidebar-action-inside li.lang-item {
    width: 40px;
    margin-right: 10px;
    height: 24px;
    display: inline-block;
}
.gridlove-sidebar-action-inside li.lang-item a {
	display: block;
    width: 100%;
}
.gridlove-sidebar-action-inside li.lang-item a img {
	width: 22px;
}
html[lang="de-DE"] .tm_pb_text_7 p, html[lang="en-GB"] .tm_pb_text_7 p {
    color: #0a3755;
}

@media screen and (min-width: 1024px) {
	.entry-content .tm_pb_section .container {
		max-width: 100% !important;
	}
	.overlay-vh-center .entry-title {
    	min-width: 670px;
	}
	.page-id-2443 .overlay-vh-center .entry-title {
		width: 755px;
	}
	body:not(.gridlove-header-sticky-on) .gridlove-actions.gridlove-menu {
		display: none !important;
	}
	.gridlove-header-sticky-on .gridlove-actions.gridlove-menu {
		padding-top: 22px;
	}
	html[lang="de-DE"] .gridlove-main-nav > .menu-item > a {
		text-transform: none;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	html[lang="de-DE"] .gridlove-main-nav > .menu-item > a {
	    padding-left: 0.25rem;
	    padding-right: 0.25rem;
	    font-size: 1rem;
	}
		html[lang="en-GB"] .gridlove-main-nav > .menu-item > a {
		text-transform: none;
	}
}
@media (max-width: 1040px) and (min-width: 580px) {
	.home-intro h1, .home-intro h2 {
	    line-height: 1.2;
	}
}
@media screen and (max-width: 1199px) {
	.gridlove-main-nav li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.flex .tm_pb_blurb {
		width: 33.33%;
	}
	.tm_pb_blurb:nth-child(1) {
    	max-width: 100%;
	}
	.flex .tm_pb_blurb:nth-child(1), .flex .tm_pb_blurb:nth-child(2), .flex .tm_pb_blurb:nth-child(3) {
		height: 170px;
	}
	.cover-bg__header {
		font-size: 50px;
	}
	.cover-bg__img {
		height: 400px;
	}
	.active .cover-bg__img img {
		animation-name: sliderTablet;
	}

}
@media screen and (max-width: 1023px) {
	body {
		padding-top: 60px;
	}
	.gridlove-single-layout-9 {
		max-width: 626px !important;
	}
	.tm_pb_row_1-4_3-4  {
		display: block !important;
	}
	.tm_pb_row_1-4_3-4 .tm_pb_column_1_4, .tm_pb_row_1-4_3-4 .tm_pb_column_3_4 {
		max-width: 100%;
		text-align: center;
	}
	.tm_pb_row_1-4_3-4 ul {
		display: block;
		padding: 0;
	}
	.tm_pb_row_1-4_3-4 .tm_pb_text_align_left {
		text-align: center !important;
	}
	.gridlove-content {
		max-width: 100%;
	}
	.widget_nav_menu ul.gridlove-mobile-menu {
		background: #0a3755;
    	border-radius: 10px;
	} 
	.gridlove-nav-widget-acordion, .widget_nav_menu ul.gridlove-mobile-menu li.menu-item-has-children > a, .widget_nav_menu ul.gridlove-mobile-menu li, .widget_nav_menu ul.gridlove-mobile-menu li.menu-item-has-children > a > span, .menu-item-2737 a {
		color: #ffffff !important;
	}
	.widget_nav_menu ul.gridlove-mobile-menu li.menu-item-has-children .sub-menu {
		background: #222222;
		padding-left: 10px;
	}
	.widget_pages ul > li > a, .widget_nav_menu ul > li > a {
		color: #ffffff;
	}
	.widget_pages ul > li.current_page_item > a, .widget_nav_menu ul > li.current_page_item > a {
		color: #cccccc;
	}
}

@media screen and (max-width: 992px) {
	.overlay-vh-center .entry-title {
		width: auto;
		position: static;
		transform: none;
		font-size: 2.5rem;
	}
	.page-id-2865 .tm_pb_main_blurb_image {
		height: 218px;
	}
}
@media screen and (max-width: 899px) {
	.gridlove-single-layout-9 {
		max-width: 100% !important;
	}
}
@media screen and (max-width: 767px) {
	.home-intro h1 {
		font-size: 3.5rem;
	}
	.home-intro h2 {
		font-size: 2.75rem;
	}
	.home .flex .tm_pb_blurb {
		width: 50%;
		height: 135px;
	}
	.home .flex .tm_pb_blurb:nth-child(1), .home .flex .tm_pb_blurb:nth-child(2){
		height: 190px;
	}
	
	.full-content-wrapper .full-content {
		background-color: transparent;
	}
	.page-template-default.page .entry-title {
		font-size: 3rem;
	}
	.page-id-2865 .tm_pb_main_blurb_image {
		height: 163px;
	}
	.cover-bg__descr {
		line-height: 1.2;
		text-align: left;
		padding: 0 20px 10px 20px;
	}
	.cover-bg__header {
		font-size: 40px;
		white-space: normal;
		line-height: 1;
		padding: 10px 20px;
	}
	.cover-bg__img {
		height: 280px;
	}
	.active .cover-bg__img img {
		animation-name: sliderMobile;
	}
	.footer-location-2 {
		margin-top: 15px;
	}
	.gridlove-footer .widget:first-child {
		margin-top: 20px;
	}
	.gridlove-footer .widget:last-child {
		margin-bottom: 0;
	}
	body:not(.home) .gridlove-content {
		padding: 0 15px;
	}
	.home #tm_builder_outer_content .tm_section_transparent {
		padding: 30px 0;
	}
}
@media screen and (max-width: 579px) {
	body {
		padding-top: 50px;
	}
	.tm_pb_builder #tm_builder_outer_content .home-intro {
		padding: 3rem 0 6rem 0;
		background-position: right 77%;
	}
	.home-intro ul {
		font-size: 1.25rem;
	}
	.page.home .entry-content #tm_builder_outer_content .tm_pb_module ul {
		padding-left: 1rem;
	}
	.site-title img {
		max-height: 44px;
	}
	.gridlove-content {
		margin-bottom: 0;
	}
	.gridlove-page-layout-6, .gridlove-site-content.gridlove-sidebar-none {
		margin-top: 0;
	}
	.overlay-vh-center .entry-title {
		font-size: 1.25rem !important;
		line-height: 1.3 !important;
		text-transform: none;
	}
	.page-template-default.page .entry-title {
		font-size: 2rem;
	}
	.gridlove-footer .widget:first-child, .gridlove-footer .widget:last-child {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.gridlove-footer {
		border-bottom: 30px solid #fafafa;
	}
	.gridlove-footer .widget .widget-title {
		margin-bottom: 0;
	}
	.gridlove-footer .container {
		padding-bottom: 30px;
	}
	.gridlove-footer .gridlove-copyright .container {
		padding: 0;
	}
	.gridlove-footer .gridlove-copyright {
		margin-bottom: -20px;
		padding: 0;
	}
	.gridlove-footer-nav a {
    	padding: 0 0.5rem;
	}
	.footer-flex  {
		flex-direction: column;
	}
	.footer-flex > div:first-child {
		white-space: nowrap;
		order: 2;
	}
	.gridlove-footer-nav {
		flex-wrap: wrap;
	}
	.tm_pb_builder #tm_builder_outer_content .tm_pb_text_3 {
	    padding-top: 20px !important;
	    padding-bottom: 0px !important;
	}
	h2 span {
		font-size: 1.75rem !important;
	}
	.gridlove-footer ul {
		margin: 0 !important;
	}
	.gridlove-logo-mini {
		max-width: 140px !important;
	}
	.gridlove-cover-area, .gridlove-cover {
    	height: 200px !important;
	}
	.m-kursy > div > div {
		padding: 10px 0 8px 0;
	}
	.page.home .entry-content #tm_builder_outer_content .tm_pb_module li::after {
		display: none;
	}
	.home h1, .home h2 {
		font-size: 2rem;
	}
	.m-kursy + div .tm_pb_text_align_left p:first-of-type span {
		font-size: 1rem !important;
	}
	.gridlove-footer-nav a {
		padding: 0 0.25rem;
	}
	.gridlove-footer-nav li:first-child a{
		padding-left: 0;
	}
	.gridlove-footer-nav li:last-child a {
		padding-right: 0;
	}
	.m-account {
		font-size: 1rem;
	}
	.mapp-google.mobile {
		width: 100% !important;
		margin-bottom: 3rem !important;
	}
	.mapp-wrapper {
		height: 250px !important;
	}
	h2 span {
		font-size: 1.5rem !important;
	}
	.page-id-2865 .tm_pb_main_blurb_image {
		height: 200px;
	}
	.site-title img {
		width: auto !important;
	}
}
@media screen and (max-width: 543px) {
	.trip-item {
		padding-bottom: 1.5rem;
	}
	.trip-item > div {
		padding: 0;
	}
	.trip-item > div:first-child {
		order: 1;
	}
	.tm_pb_blog_list_wrapper .entry-featured-image-url {
		float: none;
		padding-right: 0;
		width: 100%;
		order: 2;
	}
	.tm_pb_blog_list_wrapper .entry-title {
		order: 1;
	}
	.tm_pb_blog_list_wrapper .tm_pb_post_content {
		order: 3;
	}
	.tm_pb_blog_list_wrapper .entry-title, .tm_pb_blog_list_wrapper .tm_pb_post_content {
		float: none;
		width: 100%;
	}
	.tm_pb_blog_list_wrapper article {
		display: flex;
		flex-direction: column;
	}
}
/*TODO REMOVE FROM TEMPLATE*/
.wpape_gallery_button {
	display: none;
}
body .tm_pb_blurb_content a {
	color: #fff !important;
}
.tm_pb_main_blurb_image a {
	height: 90px;
	display: block !important;
}
.footer-author {
	position: absolute;
    right: 0;
    bottom: 0px;
}

.footer-author a {
	opacity: 0.8;
}
.footer-author a:hover {
	opacity: 1;
	color: #fff;
}
.site-title.h1 {
	margin-top: 0;
}
.elementor-element-866acb9 ul li {
	list-style: none;
}
.elementor-post__read-more {
	color: #083753 !important;
    padding: 6px 24px;
    display: inline-block;
    font-size: 14px;
    float: right;
}
.elementor-post__title {
	margin-bottom: 0.75rem !important;
}
.elementor-post__title a {
	color: #083753 !important;
	transition: all 0.2s;
}
.elementor-post__title a:hover {
	color: #dd2b2f !important;
	text-decoration: none;
}
.home .elementor-post.elementor-grid-item, .elementor-testimonial__content {
	background: #fff;
	box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.1);
}
.elementor-post__title, .elementor-post__excerpt {
	padding:0 1rem;
}
.elementor-post__read-more {
	margin-left: 1rem;
	margin-bottom: 1rem;
	transition: all 0.2s;
}
.elementor-post__read-more:hover {
	color: #dd2b2f !important; 
	text-decoration: none;
}
.m-section, .m-section--darkblue {
	font-size: 1rem;
}
.elementor-testimonial__content::after {
	display: none !important;
}
.gridlove-content.gridlove-full-width {
	margin-bottom: 0 !important;
}