/*
Theme Name: Total New Voices
Theme URI: http://totalwptheme.com
Description: New Voices WordPress Theme
Author: Kevin Vo
Author URI: http://kevinvo.com.au
Template: Total
Version: 1.0
*/

/** NOTE: If are or will be using the css minify function in the theme you do NOT need this import below**/
@import url("../Total/style.css");

/** No capitals **/
h1, h3, h4, h5, h6 {
    text-transform: none !important;
}

/** Fully Justified Paragraph Text **/
p {
    text-align:justify;	
    text-justify:auto;
}

/** Bottom spacing for Lists on Sidebar **/
.sidebar-box, .widget, .related_posts_by_taxonomy li {
	margin-bottom: 15px !important;
}

/** Search Title Lowercase and Minion **/
.search-entry h2 {
    font-family: Volkhov;
    font-weight: normal;
    text-transform: none;
}

/** Search Divider Lines **/
.search-entry {
    border-bottom: 1px solid #555;
}

/** Selection highlight Colour **/
::-moz-selection { /* Code for Firefox */
    color: #000;
    background: #ebebeb;
}
::selection {
    color: #000;
    background: #ebebeb;
}

/** BlockQuote **/
blockquote {
    background: none !important;
    padding-left: 35px;
    margin: 30px 0px;
    font-size: 13px;
    color: #666;
}

/** TAG Cloud **/
/* font-size: 11px !important; */
#main .tagcloud a, .post-tags a {
/*  display: block;
	float: left; */
    padding: 0.2em 0.2em;
    margin: 0px 5px 3px 0px;
    border: 1px solid #ccc;
    color: #777;
    background: #fff none repeat scroll 0% 0%;
}


/** Underline Popular Articles **/
.wpp-list li {
    padding: 6px 0px;
    border-bottom: 1px solid #EEE;
}

/** Popular Articles Widget link font and size **/
.wpp-post-title {
	font-family: Volkhov;
    font-size: 14px;
}

/** Side bar Widget links font and size **/
.wpex-widget-recent-posts-li, .widget_categories li, .widget_recent_entries li, .widget_archive li, .widget_recent_comments li, .widget_product_categories li, .widget_layered_nav li, .widget-recent-posts-icons li {
    font-family: Volkhov;
    font-size: 14px;
}

/** HR line padding **/
hr {
    margin: 10px 0px 0px 0px;
}

/** Accordion end spacing **/
.wpb_accordion .wpb_content_element, .wpb_toggle_content {
    margin-bottom: 1.7391px;
}

/** Hide Widget Icons as Customizer does not work **/
.widget-recent-posts-icons li .fa {
    display: none;
}

/** Social Sharing and Related font size **/
.theme-heading {
    font-size: 16px;
}

/* Child Footer > Typography */
.footer-widget .widget-title {
	border-bottom:solid #888888;
	border-width:1px;
	margin-bottom: 15px !important;
	padding-bottom: 10px;
}

/** Footer text font and size **/
.footer-widget {
    font-family: Oswald;
    font-size: 15px;
	font-weight: 200;
}

#copyright {
    font-family: Oswald;
    font-size: 13px;
    font-weight: 200;
}

/** Footnotes text font and size **/
.footnotes {
    font-size: 12px;
    line-height: 17px;
}

/* MEDIA QUERIES ------------------------------------------------------------------------------- */
/* Make Footer Widgets 2 Columns at Tablet Portrait */
@media screen and (min-width: 480px) and (max-width: 959px) {

#footer-widgets .col {
   width: 50% !important;
}
}