/*
Theme Name: ODIN
Theme URI: http://www.designova.net/themes/wordpress/odin
Description: A Premium Responsive Creative wordpress theme
Author: Designova
Author URI: http://www.designova.net
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.1.3
Tags: light,theme-options, translation-ready

Designed & Handcrafted by Designova
All files, unless otherwise stated, are released under the GNU General Public License
*/


/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - COMMON ELEMENTS */
/* 02 - STANDARD NAVIGATION */
/* 03 - BLOG STYLING */
/* 04 - WP ESSENTIALS*/



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - COMMON ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.float-clear{
    clear: both;
}

.uppercase{
    text-transform: uppercase;
}
.odin-text-ticker span, .odin-text-block span{
    display: inline-block;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - STANDARD NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.sub-menu, header .children{
    display: none;
}
.sub-menu .sub-menu, header .children .children{
    display: none !important;
}
.standard-nav li{
    position: relative;
}

.standard-nav li:not(:last-child) .sub-menu, .standard-nav li:not(:last-child) .children{
    position: absolute;
    left: -10px;
    top: 17px;
    padding-top: 28px;
    width: 200px;
    padding-left: 0px;
}
.standard-nav li:last-child .sub-menu, .standard-nav li:last-child .children{
    position: absolute;
    right: -10px;
    top: 17px;
    padding-top: 28px;
    width: 200px;
    padding-left: 0px;
    text-align: right;
}
.standard-nav li:not(:last-child) .sub-menu li, .standard-nav li:not(:last-child) .children li{
    margin-left: 0px;
    display: block;
    width: 100%;
    text-align: left;
    clear: both;
}
.standard-nav li:last-child .sub-menu li, .standard-nav li:last-child .children li{
    margin-left: 0px;
    display: block;
    width: 100%;
    text-align: right;
    clear: both;
}
.standard-nav li:hover > .sub-menu, .standard-nav li:hover > .children{
    display: block;
}
.standard-header .sub-menu li a, .standard-header .children li a{
    display: block;
    width: 100%;
    padding: 10px;
    background: #FFF;
    border-bottom: #EEE solid 1px;
}
.slimmenu li{
    position: relative;
}
.sub-collapser{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
    cursor: pointer;
}
.slimmenu .sub-menu, .slimmenu .children{
    background: #FFF;
}
.slimmenu .sub-menu li, .slimmenu .children li{
    text-align: left;
    margin-left: 20px;
    padding-left: 20px;

}
.slimmenu .sub-menu li a, .slimmenu .children li a{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 19px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - BLOG STYLING */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.news-list-wrap .news-post p{
    margin-top: 15px;
}

.news-post{
    position: relative;
}
.news-post .icon-wrap{
    position: absolute;
    top: 30px;
    right: 30px;
}

.blog-content-container img{
    max-width: 100%;
    height: auto;
}
.post-attr{
    border-top: #CCC solid 1px;
    padding-top: 20px;
    margin-top: 20px;
    letter-spacing: 4px;
}

.post-attr .post-cat a{
    color: #999;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.blog_pagination span.prev-entries{
    display: inline-block;
    float: left;
}
.blog_pagination span.next-entries{
    display: inline-block;
    float: right;
}
.inner-page-navigation a[rel="prev"]{
    display: inline-block;
    float: left;
}

.inner-page-navigation a[rel="next"]{
    display: inline-block;
    float: right;
}

.post-tags, .post-cat{
    margin-top: 10px;
}
.post-tags a{
    padding: 7px 5px;
    background: #EEE;
    font-size: 8px;
    letter-spacing: 2px;
    display: inline-block;
    color: #666;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.form-submit{
    padding-top: 30px;
}
.sidebar > ul{
    margin-left: 0;
    padding-left: 0;
}
.sidebar ul{
    list-style: none;
}
h4.widget-heading{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 24px;
    margin-bottom: 20;
    text-transform: uppercase;
    border-bottom: 4px solid;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 25px;

}
.categories > ul{
    margin-left: 0;
    padding-left: 0; 
}
.categories ul ul{
    padding-left: 20px;
    padding-top: 10px; 
}
.sidebar a{
    color: #999;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.categories li{
    border-bottom: #d2d2d2 solid 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.blog-category ul{
    padding-left: 0px;
}

.blog-comments-list h3{
    border-bottom: 2px solid;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.blog-comments-list ul{
    padding-left: 0px;
}
.comments li:last-child .panel{
    /*border-bottom: 0px;*/
    margin-bottom:0px;
}
.comments ul li.comment .panel{
    box-shadow: none;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-radius: 0px;
    border-bottom: 1px solid #222;
}
.blog-comments-list ul li p{
    padding-top: 10px;
}
.blog-comments-list ul li:nth-child(2){
    padding-left: 100px;
}
.blog-comments-list ul li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
}
ul.commentlists .comment{
    list-style: none;
}
.comments > ul{
    margin-left: 0;
    padding-left: 0;
}
.comments ul li.comment .panel{
    background: rgba(0,0,0,.2);
    padding: 25px;
}
.avatarbox{
    float: left;
    width: 12%;
    display: inline-block;
}
.avatarbox img{
    border-radius: 50%;
}
.blog-comment-image img{
    width: 80px;
    height: 80px;
    float: left;
}
.cmntbox{
    font-size: 12px;
    line-height: 19px;
    display: inline-block;
    text-align: left;
    padding-left: 10px;
    float: left;
    width: 85%;
    
}
.cmntbox h4{
    margin-right: 35px;
    margin-bottom: 15px;
    display: inline-block;
}

.cmntbox p{
    color: #000;
}
.comment-reply-title{
    text-transform: uppercase;
}
.cmntbox .comment-reply-link{
    display: inline-block;
    margin-top: 15px;
}
.blog-comment-spec a{
    font-style: italic;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}

.post-type-quote {
    padding: 20px;
}
.post-type-quote p{
    color: #777;
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 27px;
    font-style: italic;
    text-align: center;
}

.post-type-link {
    color: #FFF;
    text-decoration: none !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 31px;
    padding: 20px;
    text-align: center;
}
.odin-page-content img{
    max-width: 100%;
    height: auto;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - WP ESSENTIALS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.alignright{
    text-align: right;
    float: right;
    margin-left: 20px;
}

.alignleft{
    text-align: left;
    float: left;
    margin-right: 20px; 
}

.aligncenter{
    text-align: center;
    float: none;
    margin: 0 auto;
}

.wp-caption{
    background: #222;

    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    clear: both;

}
.wp-caption-text{
    color: #FFF !important;
    background: #222;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0 5px;
}
.sticky{color:#000;}
.gallery-caption{
    color: #222;
}
.bypostauthor{color: #000;}

table, th, td {
   border: 1px solid #CCC;
   padding: 10px;
} 

.mastwrap img{
	max-width: 100%;
	height: auto;
}
.comment ul:not(.children){
	list-style: disc;
}
.comment ul{
	
	padding-left: 20px;
}
.comment ol{
	padding-left: 24px;
}
.comment ul ul, .comment ol ol{
	margin-left: 20px;
	
}
.commentlists{
	list-style: none;
}