/*
Theme Name: spb-reklama
Template: hello-elementor
Author: Child Theme Configurator
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.2.2.1579618275
Updated: 2020-01-21 17:51:15

*/

body{
	font-family: "comicSans";
}
.wpforms-submit  {
	width: 100% !important;
}

/* CATALOG BEIN */
@media(max-width:767px){
	.CATALOG__ROW .elementor-row{
		justify-content: space-around;
	}
	.CATALOG-ITEM figure{
		display:  none!important;
	}	
	.CATALOG-ITEM .elementor-image-box-title{
		position: relative;
		padding-left: 25px;
	}
	.CATALOG-ITEM .elementor-image-box-title:before{
		position: absolute;
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		border: 2px solid yellow;
		transform: rotate(-45deg);
		border-top: 0;
		border-left: 0;
		top: calc(50% - 5px);
    	left: 5px;
	}
	.CATALOG-ITEM .elementor-widget-container{
		min-height: 57px;
	}
	.CATALOG-ITEM .elementor-image-box-wrapper{
		width: 100%;
	}
	.CATALOG-ITEM .elementor-widget-container{
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media(max-width:480px){
	.CATALOG-ITEM .elementor-image-box-title{
		font-size: 12px!important;
	}
}

@media(max-width: 375px){
	.CATALOG-ITEM .elementor-image-box-title{
		font-size: 10px!important;
	}
}


/* CATALOG END */

/* FOOTER BEGIN */
.FOOTER__MENU .menu{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.FOOTER__MENU .menu li{
flex: 0 0 50%;
    max-width: 50%;
    text-align: center;	
}
.FOOTER__MENU .menu a{
	color: #000;
	font-size: 16px;
	background-color: #FFFF00;
	border-style: solid;
    border-width: 2px 5px 5px 2px;
    padding: 3px 5px;
    display: inline-block;
    margin-bottom: 10px;
	transition: all 0.25s;
	
}

.FOOTER__MENU .menu a:hover{
	color: #FFFFFF;
    background-color: #F7C400;
    border-color: rgba(0, 0, 0, 0);
	border-radius: 3px;
}
@media only screen and (max-width: 767px){
	.FOOTER__MENU{
		max-width: 360px;
		margin: 0 auto;
	}
	.FOOTER__MENU .menu a{
		font-size: 15px;
	}
}
/* FOOTER END */


/* tABLEPRESS BEGIN*/
@media only screen and (max-width: 600px){
  .tablepress{
    display: block;
   width: auto!important;
   overflow-x: auto;
  }
}

.MY-BREADCRUMPS a{
color: #FEC000!important;
}



.MY-BREADCRUMPS a:hover{

/*text-decoration: underline;*/

}
.WE-CREATED a:hover{
color: #FEC000!important;
}