/*
	Theme Name:     Clipboard Child Theme
	Theme URI:      http://www.demo.visualkicks.com/clipboard
	Description:    A child theme for Clipboard
	Author:         Visualkicks
	Author URI:     http://www.visualkicks.com
	Version:        1.0
	Template:       clipboard
*/

/*=========================================================================================================

	NOTE: This child themes parent creates inline styles in the <head> tag after this file is called.
	This means inline styles created by the theme customizer will supercede your below styles. To
	override the inline styles target your elements from further back OR use the !important rule.
	However try to avoid the !important rule where possible. Feel free to delete this.

	example 1
	div.parent div.element {
		padding: 100px;
	}

	example 2
	div.element {
		padding: 100px !important;
	}

========================================================================================================*/

@import url('../clipboard/style.css');

/* bigger font on menu */

#headerNav {
 font-size:1.3em;
}

/* better bg on drop down menus */

.rightHeader #headerNav ul li ul {
  background-color: #3C557E !important;
}

/* better headers for cats etc */

.rightContainer .resultsWrap {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none;
}

.vk_layout_padding_content_1 .resultsWrap .entry_content {
  padding: 20px 0;
}

.rightContainer .entry_content .cat-desc p {
  color: white;
  margin-top:15px;
}

/* footer link style */
.rightContainer .copyright {
  margin-top:0;
}
.rightContainer .copyright a {
  color:#fff;
  text-decoration:underline;
}

/* social media shares */
#s-share-buttons {
  margin-top: -20px;
}