/*
 Theme Name:   child custom
 Description:  Client theme
 Author:       kpendic
 Author URI:   http://mkdizajn.github.io/
 Template:     tt
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.hidden{
	display: none;
}

#site-scroll-top {
    background-color: transparent!important;
}
#site-navigation .dropdown-menu > li.menu-item > a{
	height: inherit;
	line-height: inherit;
}
#site-navigation .dropdown-menu ul.sub-menu li.menu-item a{
	padding: 2px 12px;
}

.wpex-dropdowns-caret .dropdown-menu ul.sub-menu::before,
.wpex-dropdowns-caret .dropdown-menu ul.sub-menu::after{
	display: none !important;
}
.navbar-style-one{
	top: 25%;
}
/*brand slag near logo*/
.brandslag{
    float: right;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 18px;
}
@media only screen and (max-width: 768px){
	.brandslag{ display: none }
}
.brandslag strong{
	font-size: 15px;
}
/*give it a little padding so menu does not cover it?*/
#primary{
	padding-top: 2em;
}


/*fit frontpage date*/
.overlay-title-date-hover .overlay-date{
	font-style: normal;
	color: white;
}

/*footer logo sponsors grid*/
.brandlogos .col3{
	width: 33%;
	padding-right: 2%;
	float: left;
}
.brandlogos .col3:nth-child(3){
	padding-right: 0;
}
.brandlogos .col4{
	width: 25%;
	padding-right: 1%;
	float: left;
}
.brandlogos .col4:nth-child(4){
	padding-right: 0;
}

.cf{
	display: table;
	clear: both;
	height: 0px !important;
}


/* FIXES */
.wpex-row.gap-20>.col{
   margin-bottom: 0px;
}

.post-tags:before{
  display: block;
  content: 'TAGS:';
  margin-bottom: 10px;
}
.post-tags a, 
.post-tags a:hover{
  border: 0px; color: black; padding: 0; margin-right: 15px;
  background-color: transparent!important;
}
.post-tags a:before{
  content: '#'
}

.wpex-social-share.position-horizontal li a{
  border-radius: 4px;
  padding: 2px 8px;
}

/* HOMEPAGE */
body.archive.category.category-vijesti #blog-entries > article:first-child .overlay-title-date-hover{
  background: rgba( 209, 234, 17, 0.65);
}

/* widget calendar after last thumb */
#wp-calendar caption{
	padding: 2px 0px;
	text-align: left;
	background-color: white;
	color: black;
}


/* RESPONSIVE  ==  POST PAGE INNER WIDTH SET */
@media only screen and (min-width: 767px){
	body.single.single-post #primary,
	body.page #primary{
		max-width: 730px!important;
    	margin: 15px auto;
	}
}
@media only screen and (max-width: 767px){
	.brandlogos .col4{
		width: 50%;
		padding-right: 1%;
		float: left;
	}
	.brandlogos .col4:nth-child(2){
		padding-right: 0;
	}
	.brandlogos .col4:nth-child(4){
		padding-right: unset;
	}
}
