/*
Theme Name: The Fox Child
Description: Child theme for The Fox Theme
Author: Your name here
Template: fox
*/

@import url("../fox/style.min.css");


/* ------------------------- NAV -----------------------
* Change navigation. 
* Switch left and right their sides
*/

.post-navigation .nav-links .nav-previous {
	float: right;
	display: block;
	width: 50%;
	padding-left: 12px;
    text-align: right;
}

.post-navigation .nav-links .nav-next {
	float: left;
	display: block;
	width: 50%;
	padding-right: 12px;
	text-align: left;
}


/* --------------- ISSUEM PLUGIN -----------------------
* Change navigation. 
* 
*/

/* Archive page */ 

.issuem_archives_shortcode {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.issuem_archive {
	position: relative;
	float: left;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
	font-size: 9pt;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid transparent;
}

/* mõjub arhiivi lehele ei mõju avalehele */ 

.issuem_archive .attachment-issuem-cover-image {
    /* */
    width: 200px;    
}


/* mõjub ka avalehele */ 
/*
.attachment-issuem-cover-image {
        max-width: 50%;
}
*/



/* IssueM Widget Active Issue */ 

p.issuem_widget_issue_name {
 
	font-family: "Oswald";
	font-style: normal;

	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin-bottom: 16px;
	text-align: center;
	background: #000;
	color: #fff;
	padding: 4px 0;
	font-weight: 400;
}


/* IssueM Articles list  */ 

/* allolev ei tööta millegi pärast */
aside .widget .issuem_article_list_widget {
    margin-top: 0px;
}

.issuem_article_list_widget {
    // margin: 15px 0 0 0;
	color: #000;
    text-align: left;
    font-family: Oswald, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
    // font-size: .9em;
    font-size: 16px;
}



.issuem_article_list_widget p {
	line-height: 1.3;
    // margin: 0 0 6px 0px ;
	// padding: 0 0 6px 0px ;
}

.issuem_article_list_widget li {
	list-style: none;
    line-height: 1.3;
	padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    position: relative;
    border-bottom: 1px solid #999;
}



.issuem_article_list_widget .issuem_widget_category {
	color: #D76A2A;
    font-size: 9pt;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}


/* current article higlight  */ 
.issuem_article_list_widget #current_article  {
	font-weight: 600;
    color: #db4a37;
}


/* IssueM Categories list ("Rubriigid") */ 

.issuem_widget_categories {
    margin: 30px 0 0 0;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    line-height: 1.5;
    list-style: none;
    // padding-left: 0px;

}

.issuem_widget_categories ul {
    padding-left: 0px;
    list-style: none;
}


.issuem_widget_categories li {
   
    // margin: 0;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 0px;
    position: relative;
    border-bottom: 1px solid #999;
}





