/*
Theme Name: Fast Magazine
Theme URI: 
Description: It is a very minimalist, clean and fast theme that lets you create your own magazine so fast, has nice colors and is easy administration as it includes a theme-option
Author: iLenStudio
Author URI: 
Version: 1.0
Tags: white, two-columns, left-sidebar, right-sidebar, sticky-post, threaded-comments, translation-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, theme-options, light
Text Domain: fastmagazine

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Fast Magazine WordPress Theme, Copyright 2014 WordPress.org
Fast Magazine is distributed under the terms of the GNU GPL
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
FastMagazine is distributed under the terms of the GNU GPL

*/

/*------------------------------------*\
    Table of Content
\*------------------------------------*/
/*
    #Element Web
    #Container
    #Header
    #Menu
    #News Ticker
    #Slider main
    #Home
    #Sidebar
    #Carousel
    #Widget
    #Footer
    #Single
    #Page
    #Content
    #Comments
    #Navigation
    #Buttons
    #Wordpress Elements

    #Other
    #Responsive
*/




/*------------------------------------*\
    #Element Web 
\*------------------------------------*/
/* Resets (http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}

/* Box Model */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body,html {
    /* min-width: (containers) */
    /*min-width: 1200px;*/
    font-family: 'Open Sans',arial;
    font-size: 100%!important;
}

a {
    -moz-transition: border-color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    color: #0C0C0C;
    outline: 0;
    text-decoration: none;
}

a:hover {
    border-color: transparent;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.325em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .875em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', serif;
    color: #000;
    line-height: 1.3;
    font-weight: 600;
}
b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}
small {
    font-size: .375em;
}
big {
    font-size: 20px;
    font-size: 1.25em;
}
pre, code {
    font-family: "Consolas", Courier New, Courier, monospace;
    margin-bottom: 20px;
    margin-bottom: 1.25em;
    background: #f7f7f7;
    border: 1px solid #ebebeb;
}
pre {
    padding: 20px;
    padding: 1.25em;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -webkit-pre-wrap;
}

cite {
    color: #9a9b97;
}
blockquote{
    font-size: .9375em;
    line-height: 1.6;
    font-style: italic;
    color: #666;
    padding: 15px;
    padding: .9375em;
    border-left: 5px solid #e64946;
    border-right: 2px solid #e64946;
    display: inline-block;
    box-shadow: 2px 2px 15px #ccc;
    margin: 10px 0;
}
/* Tables  */
th,
td,
table {
  border: 1px solid #dddddd;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table {
  border-collapse: collapse; /* IE7 and lower */
  border-spacing: 0; 
}
th:first-child {
    border-radius: 6px 0 0 0;
}

th:last-child {
    border-radius: 0 6px 0 0;
}

th:only-child{
    border-radius: 6px 6px 0 0;
}
tbody tr{
  background: #fff;
}
tbody tr:nth-child(even) {
    background: #f5f5f5;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}
th:first-child {
-moz-border-radius: 6px 0 0 0;
-webkit-border-radius: 6px 0 0 0;
border-radius: 6px 0 0 0;
}
th {
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  border-bottom: 1px solid #ccc;
  background-color: #F8F8F8;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D5D5D5));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #D5D5D5);
  background-image: -moz-linear-gradient(top, #FFFFFF, #D5D5D5);
  background-image: -ms-linear-gradient(top, #FFFFFF, #D5D5D5);
  background-image: -o-linear-gradient(top, #FFFFFF, #D5D5D5);
  background-image: linear-gradient(top, #FFFFFF, #D5D5D5);*/
}
table {
  width: 100%;
  max-width: 100%;
  text-align: left;
  /*border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-spacing: 0;*/
  margin-bottom: 15px;
  color: #696969;
}

table th {
  vertical-align: top;
  /*background: #fafafa;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;*/
  padding: 10px 5px;
  font-weight: bold;

}
table td {
  vertical-align: top;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 3px;
  padding: 3px 5px;
  /*font-family: verdana;*/
}
table tfoot {
  background: #FAFAFA;
}
input[type="submit"]:hover{
    opacity: .7;
}
ul {
    list-style: none;
    padding:0;
    margin:0;
}






/*------------------------------------*\
    #Container
\*------------------------------------*/
.container {
    margin-left: auto;
    margin-right: auto;
}

/* Modifiers */
.container--small {
    /* width: (containers) * 0.75; */
    /*width: 900px;*/
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    -webkit-box-shadow: 0 0 5px 1px #a8a8a8;
    -moz-box-shadow: 0 0 5px 1px #a8a8a8;
    box-shadow: 0 0 5px 1px #a8a8a8;
}


.container--big {
    width: 100%;
    /* max-width: (containers) * 1.25; */
    max-width: 1500px;
    /* min-width: (containers); */
    min-width: 1200px;
}

.body-content-sidebar .sidebar{ padding-right: 0px; }
.body-sidebar-content .sidebar{ padding-left: 0px; }











/*------------------------------------*\
    #Header
\*------------------------------------*/
.header-wrap{
    position: relative;
}
.header-wrap__logo-wrap{
    position: relative;
    overflow: hidden;
    padding: 10px;
    padding: .625em;
}
.header-wrap__logo-wrap--logo{
    background-repeat:no-repeat;
    float: left;
    width: 300px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.header-wrap .title-home{
    margin: 30px 0;
}
.header__ads{
    float: right;
    margin-top: 25px;
}














/*------------------------------------*\
    #Menu
\*------------------------------------*/
/* multinivel & responsive */
.toggleMenu {
    display:  none;
    background: #2A2A2A;
    padding: 10px 15px;
    color: #fff;
    font-family: 'FontAwesome';
}
.toggleMenu i{
    font-size: 3.125em; /* 50/16 */
}
.nav_multiple {
    list-style: none;
    /**zoom: 1;*/
    background: #2A2A2A;
}
.nav_multiple:before,
.nav_multiple:after {
    content: " "; 
    display: table; 
}
.nav_multiple:after {
    clear: both;
}
.nav_multiple ul {
    list-style: none;
    width: 13em;
}
.nav_multiple a {
    padding: 10px 15px;
    color:#fff;
}
.nav_multiple li {
    position: relative;
}
.nav_multiple > li {
    float: left;
    /*border-top:1px solid #181818;*/
}
.nav_multiple > li > .parent {
    /*background-image: url("images/downArrow.png");*/
    background-repeat: no-repeat;
    background-position: right;
}
.nav_multiple > li > a {
    display: block;
}
.nav_multiple li  ul {
    position: absolute;
    left: -9999px;
}
.nav_multiple > li.hover > ul {
    left: 0;
}
.nav_multiple li li.hover ul {
    left: 100%;
    top: 0;
}

.nav_multiple li li a:first-child {
    border-top:0;
}
.nav_multiple li li a {
    display: block!important;
    background: #3C3C3C;
    position: relative;
    z-index: 100;
    border-top: 1px solid #181818;
}
.nav_multiple li li li a {
    background: #4E4E4E;
    z-index: 200;
    border-top: 1px solid #000000;
}

@media screen and (max-width: 991px) {
    .active {
        display: block;
    }
    .nav_multiple > li {
        float: none!important;
    }
    .nav_multiple > li > .parent {
        background-position: 95% 50%;
    }
    .nav_multiple li li .parent {
        /*background-image: url("images/downArrow.png");*/
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav_multiple ul {
        display: block!important;
        width: 100%!important;
    }
    .nav_multiple > li.hover > ul , .nav_multiple li li.hover ul {
        position: static!important;
    }


    .menu--top{
        display: none;
    }
    .nav_multiple{
        z-index: 9999;
        position: relative;
    }

    .ticker-news{
        display: none!important;
    }

}
/* end */

.menu--top{
    position: absolute;
    right: 50px;
    top: 0;

    font-size: .75em;
    position: absolute;
    right: 20px;
    background: #f6f6f6;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    z-index: 999;
}
.menu--top li{
    float: left;
    position: relative;
}
.menu--top li a{
    background: #F6F6F6;
    display: block;
    line-height: 1.3;
    color: #666;
    padding: .3125em .625em;
    text-decoration: none;
    border-bottom: 0px;
}
.menu--top li a,.menu--main li a{
    -webkit-transition: background .6s ease-out;
    -moz-transition: background .6s ease-out;
    transition: background .6s ease-out;
}
.menu--main{
    position: relative;
    background: #2a2a2a;
    text-transform: uppercase;
    border-bottom: 5px solid #E64946;
    z-index: 9999;
}
.menu--main .menu-home a{
    padding: 2px 15px;
    padding: 0.155em 1.1875em; /* 2/16 */ /* 15/16 */
}
.menu--main .menu-home a i{
    font-size: 28px;
    margin: 0;
    padding-bottom: 0;
    margin-top: 4px;

}

.menu--main .current-menu-item,
.menu--main .current-cat {
    background: #e64946;
    text-shadow: 0px 0px 11px #fff;
}
.menu--main li:first-child {
    border: 0;
}
.menu--main li{
    /*float: left;*/
    position: relative;
    border-left: 1px solid #3C3C3C;
    -webkit-transition: background .6s ease-out;
    -moz-transition: background .6s ease-out;
    transition: background .6s ease-out;  
}
.menu--main li li,.menu--main li li li{
    border-left: 0;
}
.menu--main li a {
    display: block;
    color: #fff;
    padding: .916em 1em;
    text-decoration: none;
    font-size: .8em;
    /*border-bottom: 3px solid #3D3D3D;*/
}
.menu--main li li a,.menu--main li li li a {
    border: 0;
}

















/*------------------------------------*\
    #News Ticker
\*------------------------------------*/
#ticker{
    /*height: 2em;*/
    overflow: hidden;
}
#ticker li{
    font-size: .8125em;
    line-height: 2;
    padding: 2px 10px;
    padding: .125em .625em;
}
#ticker li span:after{
    content: " //  ";
}
#ticker li span:not(.post_category):after{
    content: "";
}
.ticker-news{
    background: #f7f7f7;
    /*border-bottom: 1px solid #9a9b97;*/
}
.ticker-news__title {
    float: left;
    padding: 4px 10px;
    padding: .45em .625em;
    background: #E64946;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.ticker-news .post_category a{
    color: #aaa
}













/*------------------------------------*\
    #Slider main
\*------------------------------------*/
.mo-slider-news{
    padding: 15px 0 0;
    position: relative;
}
.mo-slider-news a{
    color: #fff;
}
.owl-theme .owl-controls .owl-page span{
    width: 28px;
    height: 5px;
    background: #E64946;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
    .mo-slider-news .item--info{
        width: 21.875em; /* 350/16 */
        position: absolute;
        right: 3.125em; /* 50/16 */
        top: 1.25em; /* 20/16 */
        display: none;
    }

    /* info slider active */
    .mo-slider-news__info{
        height: 12.0em; /* 200/16 */
        border-bottom: 3px solid #E64946;
        background: rgba(0,0,0,0.3);
        padding: 0.9375em; /* 15/16 */
        position: relative;
    }
    
    .mo-slider-news__info h4{
        font-weight: bold;
    }
    .mo-slider-news__info p{
        margin: 10px 0;
    }
    .mo-slider-news__info,.mo-slider-news__info a{
        font-size: .8em;
        color: #fff;
    }
    .mo-slider-news__info a{
        font-size: 1.225em; /* 18/16 */
    }
    
    .mo-slider-news .owl-item.active:hover .mo-slider-news__info{
        background: rgba(0,0,0,0.9);
    }

    /* related */
    .mo-slider-related__info{
        position: relative;
        /*bottom: 0;*/
        bottom: -170px;
        width: 44%;
        padding: 2%;
        margin: 2%;
        margin-left: 3%;
        background: rgba(0,0,0,0.3);
        float: left;
        height: 9.375em; /* 150/16 */


    }
    .mo-slider-related__info img{
        width: 100%;
        height: 2.125em; /* 50/16 */
        margin-bottom: 10px
    }
    .mo-slider-related__info a{
        font-size: .8em;
    }

    /* item */
    .mo-slider-news .item{
        position: relative;
    }
    .mo-slider-news .owl-item.active .item--info{
        display: block;
        
    }
    .mo-slider-news .owl-item.active .mo-slider-related__info{
        bottom: 0;
    }
    .mo-slider-news .owl-item.active .mo-slider-related__info.one{
        -webkit-animation: slider-related 1s linear; /* Safari 4+ */
        -moz-animation:    slider-related 1s linear; /* Fx 5+ */
        -o-animation:      slider-related 1s linear; /* Opera 12+ */
        animation:         slider-related 1s linear; /* IE 10+ */
    }
    .mo-slider-news .owl-item.active .mo-slider-related__info.two{
        -webkit-animation: slider-related 1.2s linear; /* Safari 4+ */
        -moz-animation:    slider-related 1.2s linear; /* Fx 5+ */
        -o-animation:      slider-related 1.2s linear; /* Opera 12+ */
        animation:         slider-related 1.2s linear; /* IE 10+ */
    }

    .mo-slider-news .owl-carousel .owl-item{
        height: 300px;
    }      
    .mo-slider-news .owl-carousel .owl-item img{
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto;
        max-height: 500px;
        min-height: 300px;
    }
    .owl-controls{
        position: relative;
        top: -1.8em;
        margin-top: 0;
        display: inline;
    }
    .owl-pagination{
        display: inline;
    }

 


/*------------------------------------*\
    #Home
\*------------------------------------*/
.home_page{color: #333;padding: 15px;}
.home_page p{
    line-height: 1.375em;
    font-size:1.0575em;
}
.home .sticky{
    padding: 10px;
}


/* post */
.home--pos{}
    .home--post__feature{
        padding:1.25em; /* 20/16 */
        background: #2A2A2A;
        color: #fff;
    }
    .home--post__feature img{
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        max-height: 20.5em;
    }
    .home--post__feature h2,.home--post__feature h2 a {
        font-size:1.35em; /* 28/16 */
        color: #fff;
    }
    .home--post__feature a{
        color: #fff;
    }
    .home--post__feature h2{
        margin-bottom: 0.3125em; /* 5/16 */
    }










/*------------------------------------*\
    #Sidebar
\*------------------------------------*/
.sidebar{float:left;}
.sidebar a{
    color: #000;
    font-size: .9em;
    line-height: 1;
}












/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.mo-carousel-full{
    margin: 1.625em 0;
    background: #F1F1F1;
    padding-top: 0.625em; /* 10/16 */
    padding-bottom: 0.3125em; /* 5/16 */
    border-bottom: 0.1875em solid #E84C3D; /* 3/16 */
    border-top: 0.1875em solid #E84C3D; /* 3/16 */
    background: #2A2A2A;
}
.mo-carousel-full .owl-controls{
    top: -5.900em; /* 100/16 */
}
.mo-carousel-full .owl-controls .owl-prev{
    left: 0;
    position: absolute;
    height: 3.5em; /* 56/16 */
}
.mo-carousel-full .owl-controls .owl-prev:before{
    font-size: 1.75em; /* 28/16 */
    font-family: FontAwesome;
    content: "\f104";
    color: #fff;
    top: 0.385em; /* 10/16 */
    position: relative;
}
.mo-carousel-full .owl-controls .owl-next{
    right: 0;
    position: absolute;
    height: 3.5em; /* 56/16 */
}
.mo-carousel-full .owl-controls .owl-next:before{
    font-size: 1.75em; /* 28/16 */
    font-family: FontAwesome;
    content: "\f105";
    color: #fff;
    top: 0.385em; /* 10/16 */
    position: relative;
    left: 2px;
}
.mo-carousel-full img{
    width: 10.625em; /* 170/16 */
    height: 7.1875em; /* 115/16 */
}
.mo-carousel-full .item{
    background: transparent;
    padding: 0px;
    margin: 0.625em 0.625em; /* 10/16 */ /* 10/16 */
    color: #FFF;
    overflow: hidden;
    width: 10.625em; /* 170/16 */
}
.mo-carousel-full .owl-controls .owl-buttons div{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #2C2C2C;
}









/*------------------------------------*\
    #Widget
\*------------------------------------*/
.widget{
    padding: 0.3125em; /* 5/16 */
    /*border-bottom: 1px solid #D8D8D8;*/
    float: left;
    margin-bottom: 15px;
}
.widget .widget_wrap{
    width: 100%;
}
 
.widget input[type="text"],
.widget input[type="search"],
.widget input[type="password"] {
    margin: 5px 0;
    background: #f5f5f5;
}
.widget img{}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6{
    color: #575757;
}
.widget li{
    display: block;
    padding-bottom: 3px;
    border-bottom: 1px solid #EBEBEB;
}
.widgettiele,
.widget-title,
.widget h2,
.widget h3 {
    font-size: 1.125em; /* 18/16 */
    font-weight: bold;
    padding-bottom: 0.25em; /* 4/16 */
    margin-bottom: 1em;
    border-bottom: 2px solid #E84C3D;
}


/* last comments */
.widget_recent_comments{}
.widget_recent_comments li{
    padding: 10px 0;
}
.widget_recent_comments li a{
    font-weight: bold;
}
.widget_recent_comments li:before {
    content: "\f0e5";
    font-family: FontAwesome;
    color: #ddd;
    margin-right: 10px;
}

/* recien post */
.widget_recent_entries{}
.widget_recent_entries li{
    padding: 10px 0;
}
.widget_recent_entries li a{
    font-weight: bold;
}
.widget_recent_entries li:before {
    content: "\f096";
    font-family: FontAwesome;
    color: #ddd;
    margin-right: 2px;
}

/* widget_search */
.widget_search{}
.widget_search .screen-reader-text{
    display: none;
}


/*most popular*/
.widget__most-popular{}
.widget__most-popular li{
    position: relative;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 1em;
}
.widget__most-popular li img{
    width: 4.5em; /* 80/16 */
    height: 4em; /* 80/16 */
    margin-right: 0.625em; /* 10/16 */
    float: left;
}


/*last post plus*/
.widget__last-post-plus{}
.widget__last-post-plus .feature{}
.widget__last-post-plus .feature h4{
    font-size: 1.5em;
    font-weight: 500;
    margin: .3em 0;
}
.widget__last-post-plus .feature img{
    max-height: 250px;
    max-width: 100%;
}
.widget__last-post-plus p{
    font-size: .79em;
    margin: 1.1em 0;
    line-height: 1.5em;
}
.widget__last-post-plus  li{
    position: relative;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 1em;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: .7em 0;
}
.widget__last-post-plus  li:last-child{
    border-top: 0;
}
.widget__last-post-plus li img{
    width: 5em; /* 80/16 */
    height: 4em; /* 80/16 */
    margin-right: 0.625em; /* 10/16 */
    float: left;
}
.widget__last-post-plus li p{
    margin: .1em 0;
}


/*photos in widget*/
.widget__photos-in-post{
    float: left;
}
.widget__photos-in-post li{
    float: left;
    display: inline;
    margin-right:2px; 
    border:0!important;
    padding: 0!important;
}
.widget__photos-in-post li:last-child{
    margin-right:0;
}
.widget__photos-in-post li img{
    width: 70px;   
    height: 60px;
}

/*widge links*/
.widget__links{

}

/*widge last comments*/
.widget__last-comments{}
.widget__last-comments li{
    float: left;
    display: block;
    width: 100%;
}
.widget__last-comments li img{
    width: 5em; /* 80/16 */
    height: 3.75em; /* 60/16 */
    float: left;
    margin-right: 0.625em; /* 10/16 */
}


/* tree post */
.widget__tree_post{
    color: #fff;
    font-weight: bold;
    width: 100%;
}
.widget__tree_post a{
    color: #fff!important;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
    width: 100%;
}
.widget__tree_post--first-image .widget__tree_post--text{
    top: 89%;
}
.widget__tree_post--image .widget__tree_post--text{
    top: 89%;
}
.widget__tree_post--text{
    position: relative;
    padding: 0 10px;
    z-index: 1000;

    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.widget__tree_post--first-image:hover:before,
.widget__tree_post--image:hover:before{
    opacity: 1;
}
.widget__tree_post--first-image:hover .widget__tree_post--text{
    top: 70%;
}
.widget__tree_post--image:hover .widget__tree_post--text{
    top: 50%;
}
.widget__tree_post--first-image{
    height: 150px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    margin: 0;
    padding: 0;
}
.widget__tree_post--first-image:before,
.widget__tree_post--image:before{
    content: " ";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: 999;

    background: -ms-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
}

.widget__tree_post--first-image img,
.widget__tree_post--image img{
    width: 100%;
    position: absolute;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.widget__tree_post--image{
    float: left;
    height: 131px;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 85%;
    overflow: hidden;
}
.widget__tree_post--image img{
    width: 100%;
    height: 135px;
}
.widget__tree_post--image:last-child{
    float: right;
}
.widget__tree_post--meta{
    color: #fff;
    text-shadow: 1px 1px 1px black;
    font-size: 0.7em;
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 1;
    width: 90%;
}
.widget__tree_post--meta__view{
    left: 0;
    position: relative;
    width: 50%;
}
.widget__tree_post--meta__category{
    float: right;
    width: 50%;
    text-align: right;
}

/* widget plus post */
.widget__plus-post{
    color: #fff;
    font-weight: bold;
    width: 100%;
}

.widget__plus-post a{
    color: #fff!important;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
    width: 100%;
}
.widget__plus--image{
    height: 150px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    margin: 0;
    padding: 0;
}
.widget__plus--image img{
    max-width: 100%;
    width: 100%;
    position: absolute;
}
.widget__plus--image:before{
    content: " ";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: 999;

    background: -ms-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);

    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.widget__plus--image:hover:before{
    opacity: 1;
}
.widget__plus--text{
    position: absolute;
    bottom: 5px;
    /* background: 0; */
    padding: 0 10px;
    z-index: 1000;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.widget__plus--meta{
    color: #fff;
    text-shadow: 1px 1px 1px black;
    font-size: 0.7em;
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 1;
    width: 90%;
}
.widget__plus--meta__view{
    left: 0;
    position: relative;
    width: 50%;
}
.widget__plus--meta__category{
    float: right;
    width: 50%;
    text-align: right;
}







/*------------------------------------*\
    #Footer
\*------------------------------------*/


footer a,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6
{
    color: #fff!important;
}
footer{
    color: #696969;
    line-height: 1em;
}
.footer_wrap{
    background: #2A2A2A;
    min-height: 20px;
    float: left;
    width: 100%;
    padding: 15px 20px;
}

footer .widget li{
    padding: 0.525em 0; /* 10/16 */
    border-bottom:1px solid #4A4A4A; /* 1/16 */
}
footer .widget li:first-child{
    padding-top:0; 
}
footer .widget,
footer .widget a{
    font-size: .9em;
}
.footer_bottom{
    background: #e64946;
    float: left;
    width: 100%;
    font-size: .8em;
    padding: 0.25em 0em .25em .9em;
    color: #fff;
}
.footer_bottom a{
    font-size: .9em;
    text-decoration: underline;
}
.footer_bottom ul.menuf{
    float: right;
}
.footer_bottom .menuf li{
    float: left;
}
.footer_bottom .menuf li a{
    padding:2px 0.5em; /* 2/16 */
    text-decoration: none;

    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.footer_bottom .menuf li a:hover{
    background: #2A2A2A;
    color: #fff;
    text-decoration: none;
}

.footer_bottom a:hover{
    color: #fff;
    text-decoration: underline;
}
/* button top */
footer a.back-to-top {
    float: right;
    text-indent: -999em;
    width: 3.369em;
    display: block;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    bottom: 1em;
    height: 40px;
    right: 1em;
    display: none;
    overflow: hidden;
    background: #ddd;
}
footer a.back-to-top:hover{
    text-decoration: none;
}
footer a.back-to-top:after,
footer a.back-to-top:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  text-align: right;
  line-height: 1;
  content: "\f179";
  content: "\f062";
  text-indent: 0;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  line-height: 2.665;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  -o-transition: all ease 0.238s;
  transition: all ease 0.238s;
}
footer a.back-to-top:before {
  -webkit-transform: translateY(3em);
  transform: translateY(3em);
}
footer a.back-to-top:hover:after {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}
footer a.back-to-top:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}





/*------------------------------------*\
    #Single
\*------------------------------------*/
.single_content{
    padding: 15px;
}

.single__desc{
    padding: 0;
    margin: 10px 0;
    background: transparent;
}
.single__desc h3,
.single__desc h4{
    color: #FFF;
    border-bottom: 2px solid #444;
}
.single__desc h3 span,
.single__desc h4 span{
    display: inline-block;
    padding: 8px;
    background: #444;
}
.single__desc--info{
    padding: 10px;
    border-bottom: 4px solid #E64946;
    background: #FAFAFA;
    font-size: .9em;
    color: #5A5A5A;
}

/* breadcrumb */
.breadcrumb{
    padding: 2px 0;
    color: #aaa;
    margin-bottom: 20px;
    font-size: .8em;
    background: transparent;
}
.breadcrumb a{
    color: #aaa;
    font-size: .9em;
}
.breadcrumb span:after{
    content: " » ";
}
.breadcrumb span:last-child:after{
    content: " ";   
}

/* POST */
.post{}
.post.sticky{
    background: #FDFDE4;
    border-right: 4px solid #E64946;
    box-shadow: 0px 1px 10px rgb(218, 218, 218);
}
.post .wp-caption{
    max-width: 100%!important;
}
/* post list */
.post-list{
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px;
}
.post-list .thumb{

    float: left;
/* padding: 0; */
    margin: 0;
    padding-left: 0;
}
.post-list .thumb img{
    width: 100%;
    max-width: 100%;
    min-height: 140px;
    margin: 5px 0;
}
.post-list .post-body{
    float: left;
    font-size: .819em;
}
.post-list .post-body .meta{
    margin: 0px 0 11px;
    display: block;
}
.post-list .post-tags{
    margin-bottom: 0;
}


/* post header */
.post-header {
    margin-bottom: 1.25em;
}
.post-meta {
    margin-top: 10px;
    margin-top: .625em;
    padding: 5px;
    padding: .3125em;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

/* post image with text meta footer */
.post-thumbnail {
    max-width: 940px;
    margin-bottom: 20px;
    margin-bottom: 1.25em;
    margin: 10px;
}
.post-thumbnail img{
    max-width: 100%;
}

/* tags */
.post-tags {
    margin-bottom: 1.25em;
    margin-top: 1.25em;
}
.post-tags li {
    float: left;
    margin: 0 6px 6px 0;
    margin: 0 .375em .375em 0;
    background: #555;
}

.post-tags a, .post-tags a:hover {
    color: #fff;
    padding: .025em .625em;
    display: block;
    text-decoration: none;
    font-size: 0.9em;
}
.post-tags a:hover {
    background: #e64946;
}
.post-share-box {
    position: relative;
    margin: 20px 0;
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}


/* box author */
.author-box {
    line-height: 1.5;
    margin-bottom: 20px;
    margin-bottom: 1.25em;
    background: #f6f6f6;

    border-top: 2px solid #e64946;
    border-bottom: 2px solid #e64946;
}

.author-box-wrap {
    padding: 10px;
}
.author-box-avatar {
    float: left;
    margin-right: 25px;
}
.author-box-avatar img{
    max-width: 120px;
}
.author-box-desc{
    font-size: .9em;
}
.author-social{}
.author-social li{
    float: left;
    margin: 4px;
}
.author-social a{
    padding: 3px 16px;
    background: #B3B3B3;
    color: #ffF;
    width: 40px;
    display: block;
}
.author-social a:last-child{
    margin-right: 0;
}

/* related post */
.related-post{}
.related-post{
    margin: 15px 0;
}
.related-post li{
    float: left;
    margin-bottom: 10px;
    line-height: 0.875em; /* 14/16 */


}
.related-post li:last-child{
    margin-right: 0;
}
.related-post li a{}
.related-post img{
    width: 100%;
    opacity: .7;

    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.related-post_hover li img{
    opacity: 1;
}

.related-post__img{
    height: 100px;
    display: block;
    overflow: hidden;
}
.related-post h4{
    font-weight: normal;
    font-size: .825em; 
}

.related-post .widget-title{
    border-width: 1px;
}
.related-post li:hover img{
    opacity: 1;
}





/*------------------------------------*\
    #Page
\*------------------------------------*/
.page_content{
    padding: 15px;
}
.page_content .page-header{
    margin: 0;
    margin-bottom: 20px;
}




/*------------------------------------*\
    #Content
\*------------------------------------*/
.content{
    padding: 5px;
    line-height: 1.375em; /* 22/16 */
}
.content img{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 10px 0;

    max-width: 100%;
    height: auto;
}
.content p{
    margin-bottom: 20px;
}
 

.content .entry a,
.page_content .hentry a{
    color: #E64946;
    text-decoration: none;
    background-color: transparent;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.content .entry a:hover,
.page_content .hentry a:hover{
    background-color: rgba(230,73,70, 0.8);
    -moz-box-shadow: 0 0 0 4px rgba(230,73,70, 0.8);
    -webkit-box-shadow: 0 0 0 4px rgba(230,73,70, 0.8);
    box-shadow: 0 0 0 4px rgba(230,73,70, 0.8);
    color: #fff;
}
.content .entry a:hover img,.content .entry a:hover img{
    background-color:transparent;
    -moz-box-shadow: initial;
    -webkit-box-shadow: initial;
    box-shadow:initial;
    text-decoration: none;
    border: 0 none!important;
}
a[href$=jpg]:hover, a[href$=jpeg]:hover, a[href$=jpe]:hover, a[href$=png]:hover, a[href$=gif]:hover {
    background-color:transparent!important;
    -moz-box-shadow: initial!important;
    -webkit-box-shadow: initial!important;
    box-shadow:initial!important;
    text-decoration: none!important;
    border: 0 none!important;
}
.content .post:last-child{
    border-bottom: 0;
}
.content .article-content li{
    padding-left: 10px;
}
.content .article-content li:before {
    content: "• ";
    color: gray; /* or whatever color you prefer */
}


/*------------------------------------*\
    #Comments
\*------------------------------------*/
#comments, .comments_holder {
    /*margin: 25px 0 25px;*/
    /*border-bottom: 1px solid #E64946;*/
    padding: 12px 0 12px;
    float: left;
    width: 100%;
    font-size: 0.9375em !important; /* 15/16 */
    color: #555;
    font-family: 'open sans';
}

.comments_holder .comments-title:before{
    content: "\f0e5";
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.comment-list{
    overflow: hidden;
    margin: 0;
    padding: 0 !important;
}
.comment {
    list-style-type: none;
    margin: 15px 0 0 0;
    padding-bottom: 3px;
}
.comment div {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

li.comment{
    border-bottom: 1px solid #E9E9E9;
}
li.comment:last-child{
    border-bottom: 0;
}
li.comment .children, li.comment .children li{
    border-bottom: 0;  
    padding-bottom: 0px; 
    padding-top: 10px;
    margin-top: 1px;

}
li.comment .children .children,
li.comment .children .children  .children,
li.comment .children .children  .children .children,
li.comment .children .children  .children .children .children,
li.comment .children .children  .children .children .children .children{
    margin-left: 85px;
}
li.comment .children .children li{background: #F9F9F9;}
li.comment .children .children .children li{background: #F1F1F1;}
li.comment .children .children .children .children li{background: #F9F9F9;}
li.comment .children .children .children .children .children li{background: #F1F1F1;}
li.comment .children .children .children .children .children .children li{background: #F9F9F9;}

li.comment .children .children  .children .comment-meta-data{
    width: 70%;
}



.comment .avatar {
    margin: 0 20px 5px 0;
    padding: 0;
    width: 80px;
    height: 80px;
    float: left;
    z-index: 1;
}
.comment .avatar img{
    width: 80px;
    height: 80px;
}
.comment .comment-meta-data {
    padding: 0 10px;
    position: relative;
}
.comment .comment-wrap, .comment .comment-meta {
    width: 82%;
    padding: 0;
    position: relative;
}

.comment .children .commentmetadata{
    margin-top: 5px;
}
.comment .comment-meta {
    font-size: 0.8125em; /* 13/16 */
    /* text-transform: uppercase; */
    float: left;
    line-height: 14px;
    margin-bottom: 3px;
}
.comment .author, .comment .author a, .comment .author cite {
    color: #3C3C3C;
    margin: 0;
    font-weight: bold;
    font-size: 1.3em;
}
.comment .author a{ /* fix size font in comments link */
    font-size: 1.1em;  
}
.comment_date {
    font-size: 0.6875em; /* 11/16 */
    line-height: 1em;
}
p.comment_date{
    margin: 4px 0;
}
.comment .date-link{
    font-size: 0.9875em; /* 11/16 */
    color: gray;
}
.comment .reply{
    display: inline;
}
.comment-reply-link {
    font-size: 0.925em; /* 10/16 */
    line-height: 16px;
    padding: 2px 8px;
    background-color: #E64946;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
}
.comment-reply-link,
#cancel-comment-reply-link {
    background-color: #E64946;
    color: #fff;
}
.comment-reply-link:hover{
    color: #fff;
}
.comment .comment-wrap {
    margin-top: 5px;
    width: 100%;
}
.comment .comment-wrap p{
    margin-bottom: 10px;
    line-height: 19px;
    font-size: 1.2em;
}
.comment .children .comment-wrap{
    font-size:0.9125em; /* 13/16 */
    line-height: 18px;
}
.comment .children {
    padding: 0 0 0 0px;
    margin:-25px 0 0 100px;
}
.comment .children .comment-body{
    padding-left: 15px;
    padding-bottom: 10px;
}
.comment .children img{
    width: 50px;
    height: 50px;
}
.comment .children .avatar {
    width: 50px;
    height: 50px;
}
.comment .children li{
    background: #F1F1F1
}
    
    /* order fileds */
    #commentform {
        display:table;
        width:100%;   
    }

    .comment-form-comment {
        display: table-header-group;    
    }

    #commentform .form-submit{
        margin: 20px 0 0;
    }

    .children .comment-respond{
        padding: 15px;
    }

    .children .comment-form-comment label{
        margin-top: 10px;
    }



    /* reply */
    .comment-form {
        width: 90%;
        display: block;
        margin: 0 auto;
        /* margin-left: 20px; */
        overflow: hidden;
        
    }
    .comment-form-wrapper{
        padding: 20px;
        background: #F1F1F1;
        margin-top: 10px;
    }
    .comment-form-wrapper h3{
        margin-bottom: 30px;
    }
    .comment-form p label {
        font-weight: 400;
    }
    .comment-form p input {
        display: block;
        width: 90%;
    }
    .comment-form p input,.comment-form p textarea {
        font-family: open sans;
        font-size: 1em;
        font-weight: normal;
    }
    .comment-form p input[type="text"],input[type="text"],input[type="search"],input[type="password"] {
        background: #fff;
        position: relative;
        border: 1px solid #D5D5D5;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding:8px 8px 6px;
        width: 100%;
    }

    .comment-form p input[type="text"]:focus,input[type="text"]:focus,input[type="search"]:focus,input[type="password"]:focus {
        border: 1px solid #0099cc;
    }

    .comment-form p textarea:focus,textarea:focus{
        border: 1px solid #0099cc;
    }
    .comment-form .comment-form-url{
        margin: 0;
        width: 100%;
    }
    .comment-form .comment-form-url input{
        width: 95%; 
    }
    .comment-form > p {
        width: 46%;
        float: left;
    }
    .comment-form-email{
        float: right!important;
    }
    .comment-form .comment-form-comment{
        width: 100%;
        margin: 0;
    }
    .comment-form .comment-form-comment textarea{
        width: 100%;
        border: 1px solid #D5D5D5;
        padding: 10px;
    }
    .comment-form #submit{
        /* font-size: 12px; */
        text-transform: uppercase;
        /* letter-spacing: 1.5px; */
        /*color: #555;*/
        display: inline-block;
        /*background-color: #ebebeb;*/
        padding: 10px 20px;
        margin: 0;
        display: inline-block;
        cursor: pointer;
        margin-bottom: 20px;
        width: auto;
        /*border: none;*/
        -webkit-transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
        -moz-transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
        -ms-transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
        -o-transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .comment-form #submit:hover {
        color: #FFF !important;
    }
li.comment{
    padding: 0!important;
}
li.comment:before{
    content: "";
}






/*------------------------------------*\
    #Navigation
\*------------------------------------*/
 
.navigation-comments,
.navigation-post,
.navigation-paging{
    padding: 20px 0;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    margin: 20px 0;
    overflow: hidden;
}
.navigation-comments .nav-previous,
.navigation-comments .nav-next,
.navigation-post .nav-previous,
.navigation-post .nav-next,
.navigation-paging .nav-previous,
.navigation-paging .nav-next{
    display: inline-block;
    width: 45%;
}
.navigation-comments h5,.navigation-post h5{text-align: center;color:#444;}
.navigation-comments a,.navigation-post a,
.navigation-paging a {
    color: #8D8D8D
}

.navigation-comments .nav-next,
.navigation-post .nav-next,
.navigation-paging .nav-next{
    float: right;
    text-align: right;
    padding-right: 35px;
    position: relative;
}

.navigation-comments .nav-previous,
.navigation-post .nav-previous,
.navigation-paging .nav-previous{
    float: left;
    text-align: left;
    padding-left: 35px;
    position: relative;
}

.navigation-comments i,.navigation-paging i{
    margin: 2px 5px 0 5px;
    font-size: 18px;    
}
.navigation-post .nav-previous a:before,
.navigation-comments .nav-previous a:before,
.navigation-paging .nav-previous a:before,

.navigation-post .nav-next a:after,
.navigation-comments .nav-next a:after,
.navigation-paging .nav-next a:after{
    font-family: "FontAwesome";
    font-size: 70px;
    padding: 10px;
    text-decoration: none;
    display: block;
    float: left;
    height: 70px;
    line-height: 18px;
}
.navigation-comments .nav-previous a:before,
.navigation-post .nav-previous a:before,
.navigation-paging .nav-previous a:before{
    content: "\f104";
    text-align: left;
    top: 0;
    position: absolute;
    left: 0;
    padding-left: 0;
}
.navigation-post .nav-next a:after,
.navigation-comments .nav-next a:after,
.navigation-paging .nav-next a:after{
    content: "\f105";
    text-align: right;
    top: 0;
    position: absolute;
    right: 0;
    padding-right: 0;
}
.navigation-comments .nav-previous a:before,
.navigation-comments .nav-next a:after,
.navigation-paging .nav-previous a:before,
.navigation-paging .nav-next a:after{
    line-height: 20px;
    padding: 0;
}

.navigation-paging .nav-previous a:before,
.navigation-paging .nav-next a:after,
.navigation-comments .nav-previous a:before,
.navigation-comments .nav-next a:after{
    font-size: 55px;
    height: 44px;
}
.navigation-paging,
.navigation-comments{
    margin-bottom: 0;
    padding-bottom: 0;
}
.navigation-comments,
.navigation-paging{
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.navigation-post a{
    font-size: .85em;
}





/*------------------------------------*\
    #Buttons
\*------------------------------------*/

.metrobtn,input[type="button"],input[type="submit"],button { 
    position: relative;
    overflow: visible;
    display: inline-block;
    border:0;
    padding:1em 1.5em 1em;
    box-shadow:none;
    text-shadow:none;
    font-size:0.8125em; /* 13/16 */
    line-height:1;
    -webkit-transition:.2s ease-in all;
    -webkit-font-smoothing:antialiased; 
    text-transform:uppercase;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
    border-left:5px solid gray;
}
.metrobtn i{
    padding-right:20px;
    margin-top:5px;
    font-size:1em;
}
.btngreen {
    background:#34B484;
    text-shadow: none;
    border:0;
    border-left:5px solid #39c892!important;
}
.btnyellow {
    background:#f1c40f;
    text-shadow: none;
    border-left:5px solid #f5d44f!important;
}
.btnred {
    background:#e74c3c;
    text-shadow: none;
    border-left:5px solid #C0392B!important;
}
.btnblue {
    background:#3498db;
    text-shadow: none;
    border-left:5px solid #2980bd!important;
}
.btnsilver {
    background:#bdc3c7;
    text-shadow: none;
    border-left:5px solid #7f8c8d!important;
}
.btnblack {
    background: #4a4d50;
    text-shadow: none;
    border-left:5px solid #2c3e50!important;
}






/*------------------------------------*\
    #Wordpress Elements
\*------------------------------------*/
.wp-caption-text {
    font-size: .75em;
    line-height: 1.1;
    color: #9a9b97;
    margin-top: 5px;
    margin-top: .3125em;
    display: inline-block;
}
.aligncenter     { display: block; margin: 0 auto; }
.alignright  { float: right; margin: 0 0 1em 1em; }
.alignleft   { float: left; margin: 0 1em 1em 0; }
.floatleft   { float: left; }
.floatright  { float: right; }
img.aligncenter, img.alignright,
img.alignleft    { border: 3px solid #EEE; }

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%!important;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    max-width: 100%;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.gallery .gallery-item{
    position:relative;
}
 
.gallery .gallery-caption{
    position:absolute;
    bottom:4px;
    text-align:center;
    width:100%;
}
 
.gallery .gallery-icon img{
    border-radius:2px;
    background:#eee;
    box-shadow:0px 0px 3px #333;
    padding:5px 5px 40px 5px;
    border:solid 1px #000;
}

.bypostauthor {
    background: #FCFFE0!important;
    box-shadow: 0px 1px 10px rgb(218, 218, 218)!important;
}
/*.bypostauthor .commentmetadata,
li[class*="comment-author-"] .commentmetadata,
li[class^="comment-author-"] .commentmetadata{
    margin-top: 5px;
}*/

 
/* WP CALENDAR */
#wp-calendar{
  margin: 0;
}
#wp-calendar caption{
    margin: 0;
    background: #FAFAFA;
    text-transform: capitalize;
    padding: 10px;
}
.widget_calendar{
    /*width: 100%;*/
}
.widget_calendar a{
    font-weight: bold;
    font-size: 1.0em;
    text-decoration: underline;
}

a.more-link{
    padding: 4px!important;
    background: #E64946!important;
    color: #fff!important;
}
footer #wp-calendar caption{
    background: #252525;
}
footer #wp-calendar th,
footer #wp-calendar tbody tr,
footer #wp-calendar tfoot{
    background: transparent; 
}
footer #wp-calendar th,footer #wp-calendar  td, footer #wp-calendar table{
    border: 1px solid #3C3C3C;
}

/* searchform */
.searchform{}
.searchform input{
    margin: 5px 0;
}




/*------------------------------------*\
    #Other
\*------------------------------------*/
.clearfix{
    display: block;
}
.row{
    margin-right: 0;
    margin-left: 0;
}
.meta,.post-date {
    font-size: 13px;
    font-size: .8125em;
    color: #aaa;
    font-style: italic;
}
.single,.page,.home{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}









/*------------------------------------*\
    #Responsive
\*------------------------------------*/
@media (min-width: 1200px) {
    .container {
        width: 980px;
    }
}

@media (max-width: 991px) {
    .header__ads{  display: none;}
}

@media (min-width: 768px) {
    .col-xs-12{
        width: 50%!important;
    }
}
@media (max-width: 767px) {
     html,body{
        font-size: 95%!important;
    }
    .container {
        width: 480px;
    }
    .widget{width: 100%;}
    .widget__last-post-plus .feature img{
        width: 100%;
    }
    .footer_bottom{

        text-align: center;
    }
    .footer_bottom ul.menuf{
        float: none;
        float: none;
        margin: 10px 0 0;
    }
    .footer_bottom .menuf li{
        float: none;
        text-align: center;
        display: inline-block;  
        display: -moz-inline-stack; /* hack FF 2 */
 
    }

    li.comment .children .children,
    li.comment .children .children  .children,
    li.comment .children .children  .children .children,
    li.comment .children .children  .children .children .children,
    li.comment .children .children  .children .children .children .children{
        margin-left: 0;
    }
    footer a.back-to-top{
        display: none!important;
    }
    .wp-caption {
        max-width: 100%!important;
        width: auto!important;
    }
    .wp-caption img{
        max-width: 100%!important;
        width: auto!important;
    }


    /* Images */
    .entry-content img,
    .comment-content img,
    .widget img {
        max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
    }
    img[class*="align"],
    img[class*="wp-image-"] {
        height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
    }
    img.size-full {
        max-width: 97.5%;
        width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
    }

    /* comments */
    .comment .comment-wrap, .comment .comment-meta {
        width: 70%;
    }
    li.comment .children, li.comment .children li{
        margin: 0;
    }
    

}
 

@media (max-width: 498px) {
    html,body{
        font-size: 90%!important;
    }
    .container {
        width: 90%;
    }
    .footer_bottom ul.menuf{
        float: none;
        float: none;
        margin: 10px 0 0;
    }
    .footer_bottom .menuf li{
        float: none;
        text-align: center;
        display: inline-block;  
        display: -moz-inline-stack; /* hack FF 2 */
 
    }
    .related-post__img{
        height: 130px
    }
    li.comment .children .children,
    li.comment .children .children  .children,
    li.comment .children .children  .children .children,
    li.comment .children .children  .children .children .children,
    li.comment .children .children  .children .children .children .children{
        margin-left: 0;
    }
    footer a.back-to-top{
        display: none!important;
    }
    .header__ads{  display: none;}
    .header-wrap__logo-wrap--logo{
        width: 250px;
    }
    /* comments */
    .comment .comment-wrap, .comment .comment-meta {
        width: 67%;
    }
    li.comment .children, li.comment .children li{
        margin: 0;
    }
}
